@font-face {
  font-family: "Rauschen A";
  src: url("../fonts/rauschena2-regular-3-3.woff2") format("woff2"), url("../fonts/rauschena2-regular-3-3.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Rauschen A";
  src: url("../fonts/rauschena2-regularitalic-3-3.woff2") format("woff2"), url("../fonts/rauschena2-regularitalic-3-3.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Rauschen A";
  src: url("../fonts/rauschena2-medium-5-1.woff2") format("woff2"), url("../fonts/rauschena2-medium-5-1.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Rauschen A";
  src: url("../fonts/rauschena2-mediumitalic-5-2.woff2") format("woff2"), url("../fonts/rauschena2-mediumitalic-5-2.woff") format("woff");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Rauschen B";
  src: url("../fonts/rauschenb-medium-3-3.woff2") format("woff2"), url("../fonts/rauschenb-medium-3-3.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Rauschen B";
  src: url("../fonts/rauschenb-mediumitalic-3-27.woff2") format("woff2"), url("../fonts/rauschenb-mediumitalic-3-27.woff") format("woff");
  font-style: italic;
  font-weight: 500;
}
h1, h2, h3, h4, h5 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  margin-right: 0.625rem;
  height: 20px;
}

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/*********************
SITE GENESIS
**********************/
:root {
  --color-white: #ffffff;
  --color-black: #141414;
  --color-gray100: #fafafa;
  --color-gray200: #efefef;
  --color-gray300: #d4d4d4;
  --color-gray400: #a3a3a3;
  --color-gray500: #737373;
  --color-gray600: #404040;
  --color-blue100: #adbaf7;
  --color-blue200: #8c9cff;
  --color-blue300: #6976ff;
  --color-blue400: #4041f1;
  --color-blue500: #2f30c4;
  --color-blue600: #1f1f99;
  --color-blue700: #101266;
  --color-purple100: #d5c2fa;
  --color-purple400: #865ae5;
  --color-pink100: #feadce;
  --color-pink400: #e80756;
  --color-green100: #d6ffb3;
  --color-green200: #baf786;
  --color-green300: #8be53b;
  --color-green400: #58bc00;
  --color-green500: #4fa800;
  --color-warning100: #ffc987;
  --color-warning400: #ff601c;
  --color-error100: #ffa89c;
  --color-error400: #e32202;
  --bfx-fontfam-default: "Rauschen A", Arial, sans-serif;
  --bfx-fontfam-secondary: "Rauschen B", Arial, sans-serif;
}

.pt_blog .blog-body, .pt_blog ul.blog-sub-level, .pt_blog .blog-nav ul.blog-top-level, .product-suggestion, .search-suggestion-wrapper, .store-list-pdp-container .store-list-item, .gift-registry-advanced, .list-share, .cart-empty .product-listing, .cart-empty, .cart-recommendations .product-listing, .cart-actions, .cart-footer, .bonus-product-list .bonus-product-list-footer, .bonus-product-list .bonus-product-item, .pt_product-search-result .content-hits-footer, .pt_content-search-result .content-hits-footer, .refinements .refinements-holder, .search-result-options, .product-tile, .utility, .top-banner, .product-line-nav ul.sub-level, .product-line-nav ul.top-level, .navigation-mobile, nav[role=navigation], .faq-wrapper .content-asset ol,
.content-asset .faq-wrapper ol, .product-line .cms-block,
.product-cms-area .cms-block, .form-row {
  *zoom: 1;
}
.pt_blog .blog-body:before, .pt_blog ul.blog-sub-level:before, .pt_blog .blog-nav ul.blog-top-level:before, .product-suggestion:before, .search-suggestion-wrapper:before, .store-list-pdp-container .store-list-item:before, .gift-registry-advanced:before, .list-share:before, .cart-empty .product-listing:before, .cart-empty:before, .cart-recommendations .product-listing:before, .cart-actions:before, .cart-footer:before, .bonus-product-list .bonus-product-list-footer:before, .bonus-product-list .bonus-product-item:before, .pt_product-search-result .content-hits-footer:before, .pt_content-search-result .content-hits-footer:before, .refinements .refinements-holder:before, .search-result-options:before, .product-tile:before, .utility:before, .top-banner:before, .product-line-nav ul.sub-level:before, .product-line-nav ul.top-level:before, .navigation-mobile:before, nav[role=navigation]:before, .faq-wrapper .content-asset ol:before,
.content-asset .faq-wrapper ol:before, .product-line .cms-block:before,
.product-cms-area .cms-block:before, .form-row:before, .pt_blog .blog-body:after, .pt_blog ul.blog-sub-level:after, .pt_blog .blog-nav ul.blog-top-level:after, .product-suggestion:after, .search-suggestion-wrapper:after, .store-list-pdp-container .store-list-item:after, .gift-registry-advanced:after, .list-share:after, .cart-empty .product-listing:after, .cart-empty:after, .cart-recommendations .product-listing:after, .cart-actions:after, .cart-footer:after, .bonus-product-list .bonus-product-list-footer:after, .bonus-product-list .bonus-product-item:after, .pt_product-search-result .content-hits-footer:after, .pt_content-search-result .content-hits-footer:after, .refinements .refinements-holder:after, .search-result-options:after, .product-tile:after, .utility:after, .top-banner:after, .product-line-nav ul.sub-level:after, .product-line-nav ul.top-level:after, .navigation-mobile:after, nav[role=navigation]:after, .faq-wrapper .content-asset ol:after,
.content-asset .faq-wrapper ol:after, .product-line .cms-block:after,
.product-cms-area .cms-block:after, .form-row:after {
  content: " ";
  display: table;
  line-height: 0;
}
.pt_blog .blog-body:after, .pt_blog ul.blog-sub-level:after, .pt_blog .blog-nav ul.blog-top-level:after, .product-suggestion:after, .search-suggestion-wrapper:after, .store-list-pdp-container .store-list-item:after, .gift-registry-advanced:after, .list-share:after, .cart-empty .product-listing:after, .cart-empty:after, .cart-recommendations .product-listing:after, .cart-actions:after, .cart-footer:after, .bonus-product-list .bonus-product-list-footer:after, .bonus-product-list .bonus-product-item:after, .pt_product-search-result .content-hits-footer:after, .pt_content-search-result .content-hits-footer:after, .refinements .refinements-holder:after, .search-result-options:after, .product-tile:after, .utility:after, .top-banner:after, .product-line-nav ul.sub-level:after, .product-line-nav ul.top-level:after, .navigation-mobile:after, nav[role=navigation]:after, .faq-wrapper .content-asset ol:after,
.content-asset .faq-wrapper ol:after, .product-line .cms-block:after,
.product-cms-area .cms-block:after, .form-row:after {
  clear: both;
}

/************************
Responsive Mixin Usage:

- 768px or larger:
  default (no mixin)

- >=768px:
	@include respond('standard') {
		//for standard viewport settings only
	}

- >=940px:
	@include respond('desktop') {
		//for desktop viewports only
	}

- >=1024px:
	@include respond('desktopMin'){
		//for desktop viewports only
	}

- 1200px -> 1400px;	
	@include respond('medium-desktop') {
		//for tablet viewports only
	}

- 1300px -> 1400px;	
	@include respond('medium-lg-desktop') {
		//for tablet viewports only
	}

- 1024px -> 1200px;	
	@include respond('small-desktop') {
		//for tablet viewports only
	}

- 1024px -> 1150px;	
	@include respond('xsmall-desktop') {
		//for tablet viewports only
	}

- 768px -> 1024px;	
	@include respond('large') {
		//for tablet viewports only
	}

- 768px -> 940px;	
	@include respond('medium') {
		//for tablet viewports only
	}

- <= 768px:	
	@include respond('small') {
		//for mobile viewports
	}

- <= 480px:	
	@include respond('xsmall') {
		//for extra small mobile viewports
	}

- <= 380px:	
	@include respond('xxsmall') {
		//for extra small mobile viewports
	}



****************************/
/************************
Responsive Mixin Usage:

- 768px or larger:
  default (no mixin)

- >=768px:
	@include respond('standard') {
		//for standard viewport settings only
	}

- >=940px:
	@include respond('desktop') {
		//for desktop viewports only
	}

- >=1024px:
	@include respond('desktopMin'){
		//for desktop viewports only
	}

- >=1200px:
	@include respond('desktopMinlg'){
		//for desktop viewports only
	}

- 1200px -> 1400px;	
	@include respond('medium-desktop') {
		//for tablet viewports only
	}

- 1300px -> 1400px;	
	@include respond('medium-lg-desktop') {
		//for tablet viewports only
	}

- 1024px -> 1200px;	
	@include respond('small-desktop') {
		//for tablet viewports only
	}

- 1024px -> 1150px;	
	@include respond('xsmall-desktop') {
		//for tablet viewports only
	}

- 768px -> 1024px;	
	@include respond('large') {
		//for tablet viewports only
	}

- 768px -> 940px;	
	@include respond('medium') {
		//for tablet viewports only
	}

- <= 768px:	
	@include respond('small') {
		//for mobile viewports
	}

- <= 480px:	
	@include respond('xsmall') {
		//for extra small mobile viewports
	}

- <= 380px:	
	@include respond('xxsmall') {
		//for extra small mobile viewports
	}



****************************/
/************************
Grid Mixin Usage:

****************************/
@media screen and (max-width: -1px) {
  .hidden-xs-down {
    display: none !important;
  }
}
.hidden-xs-up {
  display: none !important;
}

@media screen and (max-width: 479px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media screen and (max-width: 939px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media screen and (min-width: 940px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.gridcontainer {
  max-width: 769px;
  margin: 0 auto;
}
.gridcontainer--fluid {
  margin: 0;
  max-width: 100%;
}
.gridcontainer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.gridcontainer__col-offset-0 {
  margin-left: 0;
}
.gridcontainer__col-1 {
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
}
.gridcontainer__col-offset-1 {
  margin-left: 8.3333333333%;
}
.gridcontainer__col-2 {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
}
.gridcontainer__col-offset-2 {
  margin-left: 16.6666666667%;
}
.gridcontainer__col-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.gridcontainer__col-offset-3 {
  margin-left: 25%;
}
.gridcontainer__col-4 {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
.gridcontainer__col-offset-4 {
  margin-left: 33.3333333333%;
}
.gridcontainer__col-5 {
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
}
.gridcontainer__col-offset-5 {
  margin-left: 41.6666666667%;
}
.gridcontainer__col-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.gridcontainer__col-offset-6 {
  margin-left: 50%;
}
.gridcontainer__col-7 {
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
}
.gridcontainer__col-offset-7 {
  margin-left: 58.3333333333%;
}
.gridcontainer__col-8 {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
}
.gridcontainer__col-offset-8 {
  margin-left: 66.6666666667%;
}
.gridcontainer__col-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.gridcontainer__col-offset-9 {
  margin-left: 75%;
}
.gridcontainer__col-10 {
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
}
.gridcontainer__col-offset-10 {
  margin-left: 83.3333333333%;
}
.gridcontainer__col-11 {
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
}
.gridcontainer__col-offset-11 {
  margin-left: 91.6666666667%;
}
.gridcontainer__col-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.gridcontainer__col-offset-12 {
  margin-left: 100%;
}
@media screen and (min-width: 480px) {
  .gridcontainer__col-sm-offset-0 {
    margin-left: 0;
  }
  .gridcontainer__col-sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
  }
  .gridcontainer__col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .gridcontainer__col-sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
  }
  .gridcontainer__col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .gridcontainer__col-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .gridcontainer__col-sm-offset-3 {
    margin-left: 25%;
  }
  .gridcontainer__col-sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
  .gridcontainer__col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .gridcontainer__col-sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
  }
  .gridcontainer__col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .gridcontainer__col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .gridcontainer__col-sm-offset-6 {
    margin-left: 50%;
  }
  .gridcontainer__col-sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
  }
  .gridcontainer__col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .gridcontainer__col-sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
  }
  .gridcontainer__col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .gridcontainer__col-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .gridcontainer__col-sm-offset-9 {
    margin-left: 75%;
  }
  .gridcontainer__col-sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
  }
  .gridcontainer__col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .gridcontainer__col-sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
  }
  .gridcontainer__col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .gridcontainer__col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .gridcontainer__col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px) {
  .gridcontainer__col-md-offset-0 {
    margin-left: 0;
  }
  .gridcontainer__col-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
  }
  .gridcontainer__col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .gridcontainer__col-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
  }
  .gridcontainer__col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .gridcontainer__col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .gridcontainer__col-md-offset-3 {
    margin-left: 25%;
  }
  .gridcontainer__col-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
  .gridcontainer__col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .gridcontainer__col-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
  }
  .gridcontainer__col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .gridcontainer__col-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .gridcontainer__col-md-offset-6 {
    margin-left: 50%;
  }
  .gridcontainer__col-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
  }
  .gridcontainer__col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .gridcontainer__col-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
  }
  .gridcontainer__col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .gridcontainer__col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .gridcontainer__col-md-offset-9 {
    margin-left: 75%;
  }
  .gridcontainer__col-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
  }
  .gridcontainer__col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .gridcontainer__col-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
  }
  .gridcontainer__col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .gridcontainer__col-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .gridcontainer__col-md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 940px) {
  .gridcontainer__col-lg-offset-0 {
    margin-left: 0;
  }
  .gridcontainer__col-lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
  }
  .gridcontainer__col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .gridcontainer__col-lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
  }
  .gridcontainer__col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .gridcontainer__col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .gridcontainer__col-lg-offset-3 {
    margin-left: 25%;
  }
  .gridcontainer__col-lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
  .gridcontainer__col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .gridcontainer__col-lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
  }
  .gridcontainer__col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .gridcontainer__col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .gridcontainer__col-lg-offset-6 {
    margin-left: 50%;
  }
  .gridcontainer__col-lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
  }
  .gridcontainer__col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .gridcontainer__col-lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
  }
  .gridcontainer__col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .gridcontainer__col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .gridcontainer__col-lg-offset-9 {
    margin-left: 75%;
  }
  .gridcontainer__col-lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
  }
  .gridcontainer__col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .gridcontainer__col-lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
  }
  .gridcontainer__col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .gridcontainer__col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .gridcontainer__col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .gridcontainer__col-xl-offset-0 {
    margin-left: 0;
  }
  .gridcontainer__col-xl-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
  }
  .gridcontainer__col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .gridcontainer__col-xl-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
  }
  .gridcontainer__col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .gridcontainer__col-xl-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .gridcontainer__col-xl-offset-3 {
    margin-left: 25%;
  }
  .gridcontainer__col-xl-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
  .gridcontainer__col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .gridcontainer__col-xl-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
  }
  .gridcontainer__col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .gridcontainer__col-xl-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .gridcontainer__col-xl-offset-6 {
    margin-left: 50%;
  }
  .gridcontainer__col-xl-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
  }
  .gridcontainer__col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .gridcontainer__col-xl-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
  }
  .gridcontainer__col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .gridcontainer__col-xl-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .gridcontainer__col-xl-offset-9 {
    margin-left: 75%;
  }
  .gridcontainer__col-xl-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
  }
  .gridcontainer__col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .gridcontainer__col-xl-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
  }
  .gridcontainer__col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .gridcontainer__col-xl-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .gridcontainer__col-xl-offset-12 {
    margin-left: 100%;
  }
}

body {
  background: none repeat scroll 0 0 var(--color-white);
  color: #000000;
  font-family: "Rauschen A", sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04rem;
  min-width: 320px;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -0.063rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.menu {
  float: left;
  margin: 0;
  padding: 0;
}
.menu li {
  float: left;
  list-style: none outside none !important;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.footer {
  color: var(--color-gray600);
  font-size: 0.813rem;
  text-decoration: none;
}
a.footer:hover {
  text-decoration: underline;
}

h1, .alpha {
  font-family: "Rauschen A", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0;
  margin: 0;
}
h1.responsive-headline, .alpha.responsive-headline {
  font-size: 6.625rem;
}
@media only screen and (max-width: 768px) {
  h1.responsive-headline, .alpha.responsive-headline {
    font-size: 2.813rem;
  }
}
h1.responsive-headline.is-loaded, .alpha.responsive-headline.is-loaded {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
h1.center, .alpha.center {
  margin-top: 0.625rem;
}
@media only screen and (max-width: 768px) {
  h1, .alpha {
    font-size: 2.813rem;
  }
}

h2, .beta {
  font-family: "Rauschen A", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  h2, .beta {
    font-size: 2.25rem;
  }
}

h3, .gamma {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0;
  margin: 0;
}

h4, .delta {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0.015rem;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  h4, .delta {
    font-size: 1.5rem;
  }
}

.hecto, .textcta {
  font-size: 1.25rem;
  font-family: "Rauschen A", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.015rem;
}

.textcta {
  color: var(--color-error400);
  font-weight: 500;
}

.deka {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Rauschen A", sans-serif;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0.01rem;
}

.gram {
  font-size: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Rauschen A", sans-serif !important;
  letter-spacing: 0.01rem;
}

.centi {
  font-size: 0.875rem;
  font-size: 0.875rem;
  font-family: "Rauschen A", sans-serif !important;
  line-height: 1.5;
  letter-spacing: 0.01rem;
}

h5 {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  text-transform: none;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  h5 {
    font-size: 1.125rem;
  }
}

.header-small {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .header-small {
    font-size: 1.125rem;
  }
}

.bold {
  font-weight: 500;
}

.semibold {
  font-weight: 500;
}

.source {
  font-size: 0.75rem;
}

.print-page {
  background: none;
  border: 0;
  padding-left: 0;
  font: 0.875rem "Rauschen A", sans-serif;
  text-decoration: underline;
}
.print-page:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .print-page {
    display: none;
  }
}

html input[disabled] {
  background-color: #ebebe4;
}

/**********
Buttons
**********/
/* Example html syntax:
Code: <a class="button red" href=""><span>Text</span><issvghelper icon="arrow-right" /></a>
BM: <a class="button red" href=""><span>Text</span><img src="arrow-right.png" /></a>
*/
button.white, button.white.invert, button.invert.black,
.invert.black.button, button.invert.red,
.invert.red.button,
.white.button.invert, button.red, button.black,
.button.white,
.button.red,
.button.black {
  display: inline-block;
  background: var(--color-white);
  position: static;
  width: auto;
  color: #000000;
  text-decoration: none;
  border: 2px solid var(--color-white);
  cursor: pointer;
  letter-spacing: 0.05rem;
  line-height: 1.5rem;
  height: 1.5rem;
  padding: 0.75rem 1.75rem;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
button.white, button.white.invert, button.invert.black,
.invert.black.button, button.invert.red,
.invert.red.button,
.white.button.invert, button.red, button.black,
.button.white,
.button.red,
.button.black {
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
button.white, button.white.invert, button.invert.black,
.invert.black.button, button.invert.red,
.invert.red.button,
.white.button.invert, button.red, button.black,
.button.white,
.button.red,
.button.black {
  font-family: "Rauschen A", sans-serif;
}
button.white, button.white.invert, button.invert.black,
.invert.black.button, button.invert.red,
.invert.red.button,
.white.button.invert, button.red, button.black,
.button.white,
.button.red,
.button.black {
  font-size: 1rem;
}
button.white, button.white.invert, button.invert.black,
.invert.black.button, button.invert.red,
.invert.red.button,
.white.button.invert, button.red, button.black,
.button.white,
.button.red,
.button.black {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  button.white, button.white.invert, button.invert.black,
  .invert.black.button, button.invert.red,
  .invert.red.button,
  .white.button.invert, button.red, button.black,
  .button.white,
  .button.red,
  .button.black {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  button.white, button.white.invert, button.invert.black,
  .invert.black.button, button.invert.red,
  .invert.red.button,
  .white.button.invert, button.red, button.black,
  .button.white,
  .button.red,
  .button.black {
    font-family: "Rauschen A", sans-serif;
  }
  button.white, button.white.invert, button.invert.black,
  .invert.black.button, button.invert.red,
  .invert.red.button,
  .white.button.invert, button.red, button.black,
  .button.white,
  .button.red,
  .button.black {
    font-size: 1rem;
  }
  button.white, button.white.invert, button.invert.black,
  .invert.black.button, button.invert.red,
  .invert.red.button,
  .white.button.invert, button.red, button.black,
  .button.white,
  .button.red,
  .button.black {
    font-weight: 500;
  }
}
button.white:hover, button.red:hover, button.black:hover,
.button.white:hover,
.button.red:hover,
.button.black:hover {
  background-color: #f7f4f4;
  border-color: #f7f4f4;
  text-decoration: none;
}
button.white span, button.white.invert span, button.invert.black span,
.invert.black.button span, button.invert.red span,
.invert.red.button span,
.white.button.invert span, button.red span, button.black span,
.button.white span,
.button.red span,
.button.black span {
  float: none;
  margin: 0;
  padding: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 768px) {
  button.white span, button.white.invert span, button.invert.black span,
  .invert.black.button span, button.invert.red span,
  .invert.red.button span,
  .white.button.invert span, button.red span, button.black span,
  .button.white span,
  .button.red span,
  .button.black span {
    margin-top: 0;
  }
}
button.white img, button.white.invert img, button.invert.black img,
.invert.black.button img, button.invert.red img,
.invert.red.button img,
.white.button.invert img, button.red img, button.black img, button.white svg, button.white.invert svg, button.invert.black svg,
.invert.black.button svg, button.invert.red svg,
.invert.red.button svg,
.white.button.invert svg, button.red svg, button.black svg, button.white i, button.white.invert i, button.invert.black i,
.invert.black.button i, button.invert.red i,
.invert.red.button i,
.white.button.invert i, button.red i, button.black i,
.button.white img,
.button.red img,
.button.black img,
.button.white svg,
.button.red svg,
.button.black svg,
.button.white i,
.button.red i,
.button.black i {
  display: none;
}
button.white img.preicon, button.red img.preicon, button.black img.preicon, button.white svg.preicon, button.red svg.preicon, button.black svg.preicon, button.white i.preicon, button.red i.preicon, button.black i.preicon,
.button.white img.preicon,
.button.red img.preicon,
.button.black img.preicon,
.button.white svg.preicon,
.button.red svg.preicon,
.button.black svg.preicon,
.button.white i.preicon,
.button.red i.preicon,
.button.black i.preicon {
  display: inline-block;
  float: none;
  margin: 0 0.5rem 0 0;
  width: 24px !important;
  height: 24px !important;
  vertical-align: top;
  -webkit-filter: invert(100%) sepia(100%) saturate(27%) hue-rotate(104deg) brightness(107%) contrast(108%);
          filter: invert(100%) sepia(100%) saturate(27%) hue-rotate(104deg) brightness(107%) contrast(108%);
}
button.white img.preicon.fa-circle-notch, button.red img.preicon.fa-circle-notch, button.black img.preicon.fa-circle-notch, button.white svg.preicon.fa-circle-notch, button.red svg.preicon.fa-circle-notch, button.black svg.preicon.fa-circle-notch, button.white i.preicon.fa-circle-notch, button.red i.preicon.fa-circle-notch, button.black i.preicon.fa-circle-notch,
.button.white img.preicon.fa-circle-notch,
.button.red img.preicon.fa-circle-notch,
.button.black img.preicon.fa-circle-notch,
.button.white svg.preicon.fa-circle-notch,
.button.red svg.preicon.fa-circle-notch,
.button.black svg.preicon.fa-circle-notch,
.button.white i.preicon.fa-circle-notch,
.button.red i.preicon.fa-circle-notch,
.button.black i.preicon.fa-circle-notch {
  height: 16px !important;
  width: 16px !important;
  font-size: 1rem;
  margin: 0 0.5rem;
  float: left;
}
button.white img.preicon.fa-spin, button.red img.preicon.fa-spin, button.black img.preicon.fa-spin, button.white svg.preicon.fa-spin, button.red svg.preicon.fa-spin, button.black svg.preicon.fa-spin, button.white i.preicon.fa-spin, button.red i.preicon.fa-spin, button.black i.preicon.fa-spin,
.button.white img.preicon.fa-spin,
.button.red img.preicon.fa-spin,
.button.black img.preicon.fa-spin,
.button.white svg.preicon.fa-spin,
.button.red svg.preicon.fa-spin,
.button.black svg.preicon.fa-spin,
.button.white i.preicon.fa-spin,
.button.red i.preicon.fa-spin,
.button.black i.preicon.fa-spin {
  -webkit-animation: fa-spin 5s infinite linear;
          animation: fa-spin 5s infinite linear;
}
button.white img.preicon.spinner-border, button.red img.preicon.spinner-border, button.black img.preicon.spinner-border, button.white svg.preicon.spinner-border, button.red svg.preicon.spinner-border, button.black svg.preicon.spinner-border, button.white i.preicon.spinner-border, button.red i.preicon.spinner-border, button.black i.preicon.spinner-border,
.button.white img.preicon.spinner-border,
.button.red img.preicon.spinner-border,
.button.black img.preicon.spinner-border,
.button.white svg.preicon.spinner-border,
.button.red svg.preicon.spinner-border,
.button.black svg.preicon.spinner-border,
.button.white i.preicon.spinner-border,
.button.red i.preicon.spinner-border,
.button.black i.preicon.spinner-border {
  display: inline-block;
  width: 0.8rem !important;
  height: 0.8rem !important;
  vertical-align: text-bottom;
  border: 0.1em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: fa-spin 3s infinite linear;
          animation: fa-spin 3s infinite linear;
  margin: 0;
}

button.black,
.black.button.invert, button.black.invert,
.button.black {
  background: #000000;
  border-color: #000000;
}
button.black:hover,
.button.black:hover {
  background: #292929;
  border-color: #292929;
}
button.black span,
.black.button.invert span, button.black.invert span,
.button.black span {
  color: var(--color-white);
}
button.black.email-signup svg.arrow-right,
.button.black.email-signup svg.arrow-right {
  fill: var(--color-error400);
}
button.black.email-signup:hover svg.arrow-right,
.button.black.email-signup:hover svg.arrow-right {
  fill: var(--color-error400);
}
button.black:disabled,
.button.black:disabled {
  background: #000000;
  border-color: #000000;
  opacity: 0.3;
}
button.black:disabled.submitbtndisabled,
.button.black:disabled.submitbtndisabled {
  background: var(--color-gray300);
  border-color: var(--color-gray300);
  opacity: 1;
  color: #000000 !important;
  cursor: not-allowed;
}
button.black:disabled.submitbtndisabled i,
.button.black:disabled.submitbtndisabled i {
  -webkit-filter: none;
          filter: none;
}
button.black:disabled.submitbtndisabled:hover,
.button.black:disabled.submitbtndisabled:hover {
  background: var(--color-gray300);
  border-color: var(--color-gray300);
}
button.black:disabled:after,
.button.black:disabled:after {
  background: #000000;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
button.black:disabled .icon,
.button.black:disabled .icon {
  fill: var(--color-error400);
}
button.black:disabled:hover,
.button.black:disabled:hover {
  background: #000000;
  border: 2px solid #000000;
}
button.black:disabled:hover:after,
.button.black:disabled:hover:after {
  background: #000000;
}
button.black:disabled:hover span,
.button.black:disabled:hover span {
  color: var(--color-white);
  opacity: 0.3;
}
button.black:disabled span,
.button.black:disabled span {
  color: var(--color-white);
  opacity: 0.3;
}
button.black img.preicon, button.black svg.preicon, button.black i.preicon,
.button.black img.preicon,
.button.black svg.preicon,
.button.black i.preicon {
  -webkit-filter: none;
          filter: none;
}

button.red,
.red.button.invert, button.red.invert,
.button.red {
  background: var(--color-blue400);
  border-color: var(--color-blue400);
}
button.red:hover,
.button.red:hover {
  background-color: var(--color-blue500);
  border-color: var(--color-blue500);
}
button.red span,
.red.button.invert span, button.red.invert span,
.button.red span {
  color: var(--color-white);
}
button.red:disabled,
.button.red:disabled {
  background: #000000;
  border-color: #000000;
  opacity: 0.3;
}
button.red:disabled:after,
.button.red:disabled:after {
  background: #000000;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
button.red:disabled .icon,
.button.red:disabled .icon {
  fill: var(--color-error400);
}
button.red:disabled.submitbtndisabled,
.button.red:disabled.submitbtndisabled {
  background: var(--color-gray300);
  border-color: var(--color-gray300);
  opacity: 1;
  color: #000000 !important;
  cursor: not-allowed;
}
button.red:disabled.submitbtndisabled i,
.button.red:disabled.submitbtndisabled i {
  -webkit-filter: none;
          filter: none;
}
button.red:disabled.submitbtndisabled:hover,
.button.red:disabled.submitbtndisabled:hover {
  background: var(--color-gray300);
  border-color: var(--color-gray300);
}
button.red:disabled:hover,
.button.red:disabled:hover {
  background: #000000;
  border: 2px solid #000000;
}
button.red:disabled:hover:after,
.button.red:disabled:hover:after {
  background: #000000;
}
button.red:disabled:hover span,
.button.red:disabled:hover span {
  color: var(--color-white);
  opacity: 0.3;
}
button.red:disabled span,
.button.red:disabled span {
  color: var(--color-white);
  opacity: 0.3;
}

button.white.invert, button.invert.black,
.invert.black.button, button.invert.red,
.invert.red.button,
.button.white.invert {
  background-color: transparent;
  border-color: var(--color-white);
}
button.white.invert:hover, button.invert.black:hover,
.invert.black.button:hover, button.invert.red:hover,
.invert.red.button:hover,
.button.white.invert:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
}
button.white.invert:hover span, button.invert.black:hover span,
.invert.black.button:hover span, button.invert.red:hover span,
.invert.red.button:hover span,
.button.white.invert:hover span {
  color: #414042;
}
button.white.invert:hover img.preicon, button.invert.black:hover img.preicon,
.invert.black.button:hover img.preicon, button.invert.red:hover img.preicon,
.invert.red.button:hover img.preicon,
.button.white.invert:hover img.preicon {
  -webkit-filter: none;
          filter: none;
}
button.white.invert span, button.invert.black span,
.invert.black.button span, button.invert.red span,
.invert.red.button span,
.button.white.invert span {
  color: var(--color-white);
}
button.white.invert img, button.invert.black img,
.invert.black.button img, button.invert.red img,
.invert.red.button img, button.white.invert svg, button.invert.black svg,
.invert.black.button svg, button.invert.red svg,
.invert.red.button svg, button.white.invert i, button.invert.black i,
.invert.black.button i, button.invert.red i,
.invert.red.button i,
.button.white.invert img,
.button.white.invert svg,
.button.white.invert i {
  display: none;
}
button.white.invert img.preicon, button.invert.black img.preicon,
.invert.black.button img.preicon, button.invert.red img.preicon,
.invert.red.button img.preicon, button.white.invert svg.preicon, button.invert.black svg.preicon,
.invert.black.button svg.preicon, button.invert.red svg.preicon,
.invert.red.button svg.preicon, button.white.invert i.preicon, button.invert.black i.preicon,
.invert.black.button i.preicon, button.invert.red i.preicon,
.invert.red.button i.preicon,
.button.white.invert img.preicon,
.button.white.invert svg.preicon,
.button.white.invert i.preicon {
  display: inline-block;
}
button.white.invert icon, button.invert.black icon,
.invert.black.button icon, button.invert.red icon,
.invert.red.button icon,
.button.white.invert icon {
  display: block;
}

/* allow .white.invert to have the option to change to black inverted styling for mobile by adding .switchblack */
button.white.invert.switchblack img.preicon, button.invert.switchblack.black img.preicon,
.invert.switchblack.black.button img.preicon, button.invert.switchblack.red img.preicon,
.invert.switchblack.red.button img.preicon, button.white.invert.switchblack svg.preicon, button.invert.switchblack.black svg.preicon,
.invert.switchblack.black.button svg.preicon, button.invert.switchblack.red svg.preicon,
.invert.switchblack.red.button svg.preicon, button.white.invert.switchblack i.preicon, button.invert.switchblack.black i.preicon,
.invert.switchblack.black.button i.preicon, button.invert.switchblack.red i.preicon,
.invert.switchblack.red.button i.preicon, .button.white.invert.switchblack img.preicon, .button.white.invert.switchblack svg.preicon, .button.white.invert.switchblack i.preicon {
  display: inline-block;
  float: none;
  margin: 0 0.5rem 0 0;
  width: 24px !important;
  height: 24px !important;
  vertical-align: top;
  -webkit-filter: invert(100%) sepia(100%) saturate(27%) hue-rotate(104deg) brightness(107%) contrast(108%);
          filter: invert(100%) sepia(100%) saturate(27%) hue-rotate(104deg) brightness(107%) contrast(108%);
}
button.white.invert.switchblack:hover img.preicon, button.invert.switchblack.black:hover img.preicon,
.invert.switchblack.black.button:hover img.preicon, button.invert.switchblack.red:hover img.preicon,
.invert.switchblack.red.button:hover img.preicon, button.white.invert.switchblack:hover svg.preicon, button.invert.switchblack.black:hover svg.preicon,
.invert.switchblack.black.button:hover svg.preicon, button.invert.switchblack.red:hover svg.preicon,
.invert.switchblack.red.button:hover svg.preicon, button.white.invert.switchblack:hover i.preicon, button.invert.switchblack.black:hover i.preicon,
.invert.switchblack.black.button:hover i.preicon, button.invert.switchblack.red:hover i.preicon,
.invert.switchblack.red.button:hover i.preicon, .button.white.invert.switchblack:hover img.preicon, .button.white.invert.switchblack:hover svg.preicon, .button.white.invert.switchblack:hover i.preicon {
  -webkit-filter: none;
          filter: none;
}
@media only screen and (max-width: 768px) {
  button.white.invert.switchblack, button.invert.switchblack.black,
  .invert.switchblack.black.button, button.invert.switchblack.red,
  .invert.switchblack.red.button, .button.white.invert.switchblack {
    background-color: var(--color-white);
    border-color: #414042;
  }
  button.white.invert.switchblack:hover, button.invert.switchblack.black:hover,
  .invert.switchblack.black.button:hover, button.invert.switchblack.red:hover,
  .invert.switchblack.red.button:hover, .button.white.invert.switchblack:hover {
    background: #414042;
    border-color: #414042;
  }
  button.white.invert.switchblack:hover span, button.invert.switchblack.black:hover span,
  .invert.switchblack.black.button:hover span, button.invert.switchblack.red:hover span,
  .invert.switchblack.red.button:hover span, .button.white.invert.switchblack:hover span {
    color: var(--color-white);
  }
  button.white.invert.switchblack:hover img.preicon, button.invert.switchblack.black:hover img.preicon,
  .invert.switchblack.black.button:hover img.preicon, button.invert.switchblack.red:hover img.preicon,
  .invert.switchblack.red.button:hover img.preicon, .button.white.invert.switchblack:hover img.preicon {
    -webkit-filter: invert(100%) sepia(100%) saturate(27%) hue-rotate(104deg) brightness(107%) contrast(108%);
            filter: invert(100%) sepia(100%) saturate(27%) hue-rotate(104deg) brightness(107%) contrast(108%);
  }
  button.white.invert.switchblack span, button.invert.switchblack.black span,
  .invert.switchblack.black.button span, button.invert.switchblack.red span,
  .invert.switchblack.red.button span, .button.white.invert.switchblack span {
    color: #414042;
  }
  button.white.invert.switchblack img.preicon, button.invert.switchblack.black img.preicon,
  .invert.switchblack.black.button img.preicon, button.invert.switchblack.red img.preicon,
  .invert.switchblack.red.button img.preicon, .button.white.invert.switchblack img.preicon {
    -webkit-filter: none;
            filter: none;
  }
}

button.black.invert,
.button.black.invert {
  background-color: transparent;
  border-color: #414042;
}
button.black.invert:hover,
.button.black.invert:hover {
  background-color: #414042;
  border-color: #414042;
}
button.black.invert:hover span,
.button.black.invert:hover span {
  color: var(--color-white);
}
button.black.invert:hover img.preicon,
.button.black.invert:hover img.preicon {
  -webkit-filter: invert(100%) sepia(100%) saturate(27%) hue-rotate(104deg) brightness(107%) contrast(108%);
          filter: invert(100%) sepia(100%) saturate(27%) hue-rotate(104deg) brightness(107%) contrast(108%);
}
button.black.invert span,
.button.black.invert span {
  color: #414042;
}
button.black.invert img, button.black.invert svg, button.black.invert i,
.button.black.invert img,
.button.black.invert svg,
.button.black.invert i {
  display: none;
}
button.black.invert img.preicon, button.black.invert svg.preicon, button.black.invert i.preicon,
.button.black.invert img.preicon,
.button.black.invert svg.preicon,
.button.black.invert i.preicon {
  display: inline-block;
}
button.black.invert icon,
.button.black.invert icon {
  display: block;
}

button.red.invert,
.button.red.invert {
  background-color: transparent;
  border-color: var(--color-white);
}
button.red.invert:hover,
.button.red.invert:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
}
button.red.invert:hover span,
.button.red.invert:hover span {
  color: var(--color-blue400);
}
button.red.invert:hover img.preicon,
.button.red.invert:hover img.preicon {
  -webkit-filter: invert(23%) sepia(99%) saturate(5414%) hue-rotate(342deg) brightness(91%) contrast(96%) !important;
          filter: invert(23%) sepia(99%) saturate(5414%) hue-rotate(342deg) brightness(91%) contrast(96%) !important;
}
button.red.invert span,
.button.red.invert span {
  color: var(--color-white);
}
button.red.invert img, button.red.invert svg, button.red.invert i,
.button.red.invert img,
.button.red.invert svg,
.button.red.invert i {
  display: none;
}
button.red.invert img.preicon, button.red.invert svg.preicon, button.red.invert i.preicon,
.button.red.invert img.preicon,
.button.red.invert svg.preicon,
.button.red.invert i.preicon {
  display: inline-block;
}
button.red.invert icon,
.button.red.invert icon {
  display: block;
}

button, button.black,
.button.black, button.red,
.button.red, button.white.invert, button.invert.black, button.invert.red,
.button.white.invert,
.button.black.invert,
.button.red.invert,
.button {
  -moz-transform: rotate3d(0, 0, 1, 0.0001deg);
}
@media only screen and (max-width: 768px) {
  button.mobile, button.mobile.white.invert,
  .mobile.button.white.invert,
  .button.mobile {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 769px) {
  button.mobile, button.mobile.white.invert,
  .mobile.button.white.invert,
  .button.mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  button.standard, button.standard.white.invert,
  .standard.button.white.invert,
  .button.standard {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  button.standard, button.standard.white.invert,
  .standard.button.white.invert,
  .button.standard {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .mobile {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}

.mobile-lang-selector {
  padding-bottom: 5.625rem;
  clear: both;
}

@media only screen and (min-width: 769px) {
  .standard {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .standard {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .xsmall {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .xsmall {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .xsmall {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-standard {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-standard {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .mobile-standard {
    display: block;
  }
}

.btn-top {
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 0.5em 0.7em 0.7em;
  background: var(--color-white);
  z-index: 20000;
  border: 1px solid #e7e8e9;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.js-offset .btn-top {
  opacity: 1;
}

.hide-content {
  display: none;
}

.global-ad-promo p, .product-promo p {
  margin: 0;
}

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

table {
  width: 100%;
}

th {
  text-align: left;
}

td {
  padding: 1em;
  vertical-align: top;
}

.button-text {
  background-color: transparent;
  border-width: 0;
  color: #84bd00;
  padding: 0;
}
.button-text:hover {
  background-color: transparent;
  text-decoration: underline;
}

.button-full-width {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}

input[type=text], input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=text]::-ms-clear, input[type=email]::-ms-clear {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.hidden {
  display: none;
}

.hr-text {
  line-height: 1rem;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  width: 50%;
  display: inline-block;
}
.hr-text:before {
  content: "";
  background: var(--color-gray600);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5rem;
  color: var(--color-gray600);
  background-color: var(--color-white);
}

.finance-promo-disclosure-container {
  background: none repeat scroll 0 0 transparent;
  margin: auto;
  padding: 0 1%;
  max-width: 1200px;
  position: relative;
}
.finance-promo-disclosure-container .print-page {
  margin: 1em 0;
}

.shippingDialog .ui-dialog-buttonpane {
  padding-left: 3.688rem;
}
.shippingDialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: left;
}

.separator-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.separator-02 .bg-red {
  width: 3rem;
  height: 0.125rem;
  background-color: var(--color-error400);
}

@-webkit-keyframes popUp {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes popUp {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes popUpone {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes popUpone {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes flickPop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes flickPop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes leftAndFadeIn {
  0% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes leftAndFadeIn {
  0% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes rightAndFadeIn {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes rightAndFadeIn {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes downAndFadeIn {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes downAndFadeIn {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.skip {
  position: absolute;
  left: 0;
  top: -3.2rem;
  overflow: hidden;
  padding: 0.5rem 1.5rem;
  background: var(--color-white);
  color: var(--color-error400);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

a.skip:active, a.skip:focus, a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.cart-container .jrny-offer-message .jrny-offer-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  padding: 0 2rem 0 1rem;
  color: var(--color-white);
  margin-bottom: 1rem;
  height: 70px;
}
@media only screen and (min-width: 769px) {
  .cart-container .jrny-offer-message .jrny-offer-message-container {
    padding: 0 2rem;
    height: 96px;
  }
}
.cart-container .jrny-offer-message .jrny-offer-message-container .leftpart img {
  min-width: 58px;
  max-width: 70px;
}
@media only screen and (min-width: 769px) {
  .cart-container .jrny-offer-message .jrny-offer-message-container .leftpart img {
    width: 90px;
    min-width: 90px;
  }
}
.cart-container .jrny-offer-message .jrny-offer-message-container .rightpart {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-container .jrny-offer-message .jrny-offer-message-container .rightpart .gradient-bar {
  height: 40px;
  width: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#09b5f2), color-stop(#705ac1), to(#f97d68));
  background-image: linear-gradient(#09b5f2, #705ac1, #f97d68);
  border-radius: 0.625rem;
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 769px) {
  .cart-container .jrny-offer-message .jrny-offer-message-container .rightpart .gradient-bar {
    height: 48px;
    width: 3px;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.cart-container .jrny-offer-message .jrny-offer-message-container .rightpart p {
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width: 769px) {
  .cart-container .jrny-offer-message .jrny-offer-message-container .rightpart p {
    font-size: 1.5rem;
  }
}
.cart-container .jrny-offer-message .jrny-offer-message-container .rightpart p span {
  color: var(--color-gray300);
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .cart-container .jrny-offer-message .jrny-offer-message-container .rightpart p span {
    font-size: 1rem;
  }
}

.content-asset-banner.jrny-offer-modal.fancybox-content {
  max-width: 1075px;
  padding: 0;
}

.jrny-offer-modal-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
}
.jrny-offer-modal-in .gradient-bar {
  height: 70px;
  border-radius: 0.625rem 0 0 0.625rem;
  margin-right: 1.25rem;
  margin-top: 0;
  width: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#09b5f2), color-stop(#705ac1), to(#f97d68));
  background-image: linear-gradient(#09b5f2, #705ac1, #f97d68);
}
.jrny-offer-modal-in ul {
  padding: 0 0 0 0.9375rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 940px) {
  .jrny-offer-modal-in ul {
    padding: 0 0 2.125rem 0.9375rem;
  }
}
.jrny-offer-modal-in ul li {
  padding: 0.125rem 0;
}
@media only screen and (min-width: 940px) {
  .jrny-offer-modal-in ul li {
    padding: 0.1875rem 0;
  }
}

.jrny-offer-modal .left-pic {
  min-width: 450px;
  max-height: 698px;
  background: var(--color-gray200);
}
.jrny-offer-modal .right-cnt {
  padding: 1.5625rem 0.625rem 0 0.625rem;
}
@media only screen and (min-width: 940px) {
  .jrny-offer-modal .right-cnt {
    padding: 5rem 3.125rem 1.875rem 3.125rem;
  }
}
.jrny-offer-modal .right-cnt h3 {
  font-size: 1.375rem;
  text-transform: none;
  font-weight: 500;
}
@media only screen and (min-width: 940px) {
  .jrny-offer-modal .right-cnt h3 {
    font-size: 1.875rem;
  }
}
.jrny-offer-modal .mobile-hide {
  display: none;
}
@media only screen and (min-width: 940px) {
  .jrny-offer-modal .mobile-hide {
    display: block;
  }
}

.disclaimer-section {
  font-size: 0.875rem;
  padding-top: 0.063rem;
}

.available-txt {
  padding: 0.625rem 0 0 0;
}
@media only screen and (min-width: 940px) {
  .available-txt {
    padding: 1rem 0 0.25rem 0;
  }
}

.jrny-logo-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.schwinn .jrny-membership-banner {
  font-size: 1rem;
}
@media only screen and (min-width: 940px) {
  body.schwinn .jrny-membership-banner {
    font-size: 1.1rem;
  }
}
body.schwinn .right-cnt h3 {
  font-size: 1.375rem;
  text-transform: none;
  font-weight: 500;
}
@media only screen and (min-width: 940px) {
  body.schwinn .right-cnt h3 {
    font-size: 1.875rem;
  }
}

.jrny-membership-banner {
  padding-right: 0.625rem;
  background: #171729;
  color: var(--color-white);
  border-radius: 0.3125rem;
  height: 70px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.4375rem 0 1rem 0;
}
@media only screen and (min-width: 940px) {
  .jrny-membership-banner {
    font-size: 1.25rem;
    margin: 2rem 0;
  }
}
.jrny-membership-banner span {
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .jrny-membership-banner {
    max-width: 450px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  .jrny-membership-banner {
    max-width: 450px;
  }
}

optgroup {
  font-weight: 500;
}

b,
strong {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  body.stop-scrolling {
    position: fixed;
  }
}

.container {
  position: relative;
}
.container .inner-container {
  position: relative;
  left: 0;
  min-width: 320px;
  -webkit-transition: left 250ms ease;
  transition: left 250ms ease;
}
@media only screen and (max-width: 768px) {
  .container.opened .inner-container {
    left: 260px;
  }
}

.pt_cartdesign .container .inner-container .top-banner {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  z-index: 99;
}

.product-line-container #wrapper.pt_product-search-result {
  padding: 0 !important;
  width: 100% !important;
  max-width: 100%;
}

#wrapper {
  background: none repeat scroll 0 0 transparent;
  margin: auto;
  padding: 0 1%;
  max-width: 1200px;
  position: relative;
}
#wrapper.pt_productline, #wrapper.pt_storefront {
  padding: 0;
  max-width: 100%;
}
#wrapper.pt_product-search-result {
  padding: 2%;
  width: 96%;
}
#wrapper.pt_product-search-noresult {
  padding-top: 1.8em;
}
#wrapper.pt_product-search-noresult {
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(50, 50, 50, 0.1);
  -o-box-shadow: inset 0 7px 9px -7px rgba(50, 50, 50, 0.1);
  box-shadow: inset 0 7px 9px -7px rgba(50, 50, 50, 0.1);
}
#wrapper.pt_account {
  padding: 0;
}
#wrapper.pt_product-details {
  max-width: 100%;
  padding: 0;
}
#wrapper.pt_product-compare {
  max-width: 100%;
  padding: 0;
}
#wrapper.blog {
  max-width: 100%;
  padding: 0;
}

#main {
  min-height: 500px;
}
.pt_storefront #main {
  min-height: 0;
}

.pt_product-compare .primary-content {
  position: relative;
  z-index: 0;
}

.search-grid-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.search-grid-wrapper .results-hits {
  display: none;
}
.search-grid-wrapper.search-grid-wrapper-result .results-hits {
  display: block;
}

#secondary {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  border-right: 1px solid var(--color-gray200);
  float: left;
  width: 172px;
  position: relative;
}
#secondary nav {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
#secondary nav a {
  margin-left: 0.938rem;
}
.primary-focus #secondary {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  float: right;
  width: 210px;
}

.mcafee {
  display: inline-block;
  margin-left: 0.625rem;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .mcafee {
    display: block;
    max-width: 90px;
    margin: 0 auto;
    padding: 0.938rem 0;
  }
}
.clear {
  clear: both;
  height: 0;
  width: 100%;
  font-size: 0;
}

.ui-widget-overlay {
  background: url("../images/interface/ui-overlay-shadow.png") repeat scroll 50% 50% #333;
  opacity: 0.9;
  z-index: 2000 !important;
}

.ui-dialog {
  background-color: var(--color-white);
  padding: 0;
  z-index: 2001 !important;
  overflow-y: auto !important;
}
.ui-dialog.video-modal {
  text-align: center;
  height: auto !important;
}
.ui-dialog.video-modal .dialog-content {
  height: auto !important;
}
@media only screen and (max-width: 768px) {
  .ui-dialog.video-modal iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .ui-dialog {
    width: 96% !important;
  }
}
.ui-dialog .ui-widget-header {
  border-radius: 0 0 0 0;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 72px 0;
  border-color: transparent var(--color-error400) transparent transparent;
  padding: 0;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .ui-dialog .ui-widget-header {
    border-width: 0 44px 54px 0;
  }
}
.ui-dialog .ui-dialog-title {
  color: #333;
  font-weight: 500;
}
.ui-dialog .ui-icon-closethick {
  background-image: url("../images/interface/icon-ui-close.png");
  background-position: left top;
  height: 32px;
  width: 32px;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  background-color: transparent;
  border: 0 none;
  border-radius: 0 0 0 0;
  height: 18px;
  margin: 0;
  opacity: 1;
  padding: 0;
  right: -53px;
  top: 9px;
  width: 18px;
}
@media only screen and (max-width: 768px) {
  .ui-dialog .ui-dialog-titlebar-close {
    right: -41px;
  }
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 1;
}
.ui-dialog .ui-dialog-titlebar-close span {
  margin: 0;
  padding: 0;
}
.ui-dialog .dialog-required {
  font-weight: 400;
  position: relative;
  text-transform: none;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-accordion .ui-accordion-content {
  padding: 0;
}

.ui-dialog .ui-dialog-content {
  padding: 2.875rem 5.063rem 2.813rem 3.688rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
@media only screen and (min-width: 769px) {
  .ui-dialog .ui-dialog-content {
    width: 740px !important;
  }
}
@media only screen and (max-width: 768px) {
  .ui-dialog .ui-dialog-content {
    padding: 0.938rem 1.25rem 0.938rem 1.25rem;
  }
}

.ui-tabs .ui-tabs-nav {
  height: 2.45em;
  padding: 0;
}
.ui-tabs .ui-tabs-nav li {
  background-color: #efefef;
  border-color: var(--color-gray200) var(--color-gray200) var(--color-white);
  border-style: solid;
  border-width: 1px;
  font-style: italic;
}
.ui-tabs .ui-tabs-nav li.ui-state-active {
  background-color: var(--color-white);
}
.ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: var(--color-gray600);
}
.ui-tabs .ui-tabs-nav li a {
  color: #999;
}
.ui-tabs .ui-tabs-panel {
  padding: 0;
  background-color: var(--color-white);
  line-height: 1.5rem;
  margin: 0;
}

.confirm-address .ui-widget-header {
  margin-top: 1.5rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 480px) {
  .confirm-address .ui-widget-header {
    margin-right: -0.5rem !important;
    margin-top: 1.2rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .confirm-address .ui-widget-header {
    margin-right: 2rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .confirm-address .ui-widget-header .ui-icon-closethick {
    left: -0.625rem !important;
  }
}
.confirm-address .ui-dialog-content {
  width: auto !important;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 1rem;
  margin-top: 2rem;
}
.confirm-address .ui-dialog-content .address-confirm-page h3 {
  font-size: 1.25rem;
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .address {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .address .address_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  border: 1px solid lightgrey;
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .address .address_container .container_box .shipping-top-option-address {
  position: relative;
  margin-bottom: 3rem;
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .address .address_container .container_box .shipping-top-option-address .option-container-part1 {
  display: block;
  padding: 0.5rem;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  word-break: break-word;
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .address .address_container .container_box .shipping-top-option-address .option-container-part1 .select-one {
  position: relative;
  top: 1.563rem;
  width: 1.25ren;
  float: left;
  height: 2.5rem;
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .address .address_container .container_box .shipping-top-option-address .option-container-part1 .person-name {
  position: relative;
  left: 1.1em;
  top: 1em;
  width: 80%;
  padding-left: 1.2rem;
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .address .address_container .container_box .shipping-top-option-address .option-container-part1 .person-name .person-details1 {
  font-weight: 500;
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .address .address_container .container_box .shipping-top-option-address .option-container-part1 .person-name .highlight {
  color: var(--color-error400);
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .address .address_container .container_box .shipping-bottom-optionDetail {
  padding: 0.5em;
  background: #efefef;
  position: absolute;
  bottom: 0;
  width: -webkit-fill-available;
}
@media only screen and (max-width: 480px) {
  .confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .address .address_container {
    width: 100%;
    margin-right: 0;
  }
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .address .submittedpart1 {
  display: block;
}
@media only screen and (max-width: 480px) {
  .confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .address {
    margin-top: 1rem;
    margin-right: 0 !important;
  }
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .submitted-address {
  margin-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .submitted-address {
    margin-right: 2rem;
  }
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .submitted-address .address-two-submitted {
  margin-left: 0.7rem;
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .submitted-address .submitted-three {
  margin-left: 0.7rem;
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .submitted-address .country-submitted {
  margin-left: 0.7rem;
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .suggested-address .address-two-suggested {
  margin-left: 0.7rem;
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .suggested-address .suggested-three {
  margin-left: 0.7rem;
}
.confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 .suggested-address .country-suggested {
  margin-left: 0.7rem;
}
@media only screen and (max-width: 480px) {
  .confirm-address .ui-dialog-content .address-confirm-page .address-confirm-part1 {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .confirm-address .ui-dialog-content {
    padding: 0.938rem 1.25rem !important;
    margin-top: 1rem;
  }
}
.confirm-address .ui-dialog-buttonpane {
  width: 80%;
  margin-bottom: 1rem;
}
.confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset .text-button, .confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset input[type=submit], .confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset input[type=reset] {
  background: none;
  border: none;
  padding: 0;
  margin-right: 5rem;
  font-weight: 400;
  cursor: pointer;
  outline: inherit;
  text-decoration: underline;
  text-decoration-color: #97999B;
}
.confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset .text-button .ui-button-text, .confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset input[type=submit] .ui-button-text, .confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset input[type=reset] .ui-button-text {
  color: var(--color-black);
}
@media only screen and (max-width: 480px) {
  .confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset .text-button, .confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset input[type=submit], .confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset input[type=reset] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    margin-left: 1rem !important;
    margin-right: 1.5rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset .text-button, .confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset input[type=submit], .confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset input[type=reset] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    margin-left: 5rem;
  }
}
.confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset .bg-button {
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset .bg-button {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset .bg-button {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin-left: 0;
    margin-right: 1rem;
    padding-left: 0.313rem;
    padding-right: 0.313rem;
  }
}
@media only screen and (max-width: 768px) {
  .confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    float: none;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media all and (min-width: 769px) and (max-width: 1200px) {
  .confirm-address .ui-dialog-buttonpane .ui-dialog-buttonset {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .confirm-address .ui-dialog-buttonpane {
    width: 96%;
  }
}
@media only screen and (max-width: 480px) {
  .confirm-address {
    left: 0.43rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .confirm-address {
    left: 0.445rem;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .confirm-address {
    left: 0.938rem !important;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .confirm-address {
    left: 10rem !important;
  }
}
@media all and (device-width: 667px) and (device-height: 375px) and (orientation: landscape) {
  .confirm-address {
    left: 0.875 !important;
  }
}
@media all and (device-width: 740px) and (device-height: 360px) and (orientation: landscape) {
  .confirm-address {
    left: 1rem !important;
  }
}

input[type=text],
input[type=email] {
  border: 1px solid var(--color-gray300);
  padding: 0.5em;
  height: 38px;
  font: 0.875rem "Rauschen A", sans-serif;
}
input[type=text],
input[type=email] {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input::-webkit-input-placeholder {
  color: #000000;
}

input:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}

input::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}

input:-ms-input-placeholder {
  color: #000000;
}

.error {
  font: 0.875rem "Rauschen A", sans-serif;
  font-style: italic;
  color: var(--color-error400);
  border-color: var(--color-error400);
  display: block;
}

.error-form {
  border: 1px solid var(--color-error400);
  color: var(--color-error400);
  margin: 0.5em 0;
  padding: 0.8em;
}
.error-form label span {
  color: #000000;
}

/*********************
SITE GENESIS => REMOVE
**********************/
.js .simple-submit {
  display: none;
}

legend {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef;
  border-bottom: 1em solid var(--color-white);
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  padding: 1.16em 2% 0.83em;
  position: relative;
  text-transform: uppercase;
  width: 96%;
}
.ie7 legend {
  width: 94%;
}
legend span {
  font-size: 0.75rem;
  font-weight: 400;
  position: relative;
  text-transform: none;
  padding: 0 0.5em;
}
legend span em {
  color: #333;
}

.dialog-required {
  display: inline;
  font-size: 0.75rem;
  font-weight: 400;
  position: relative;
  padding: 0.16em 0;
  text-transform: none em;
  text-transform-color: #333;
}

label {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.form-horizontal label {
  float: left;
  margin-top: 0.5rem;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .form-horizontal label {
    text-align: right;
    width: 25%;
  }
}
.label-inline label {
  display: inline-block;
  float: none;
  font-size: 1em;
  font-weight: 400;
  margin-top: 0;
  width: auto;
}
.label-inline label.disabled {
  text-align: left;
  color: var(--color-gray600);
}
.label-inline label.disabled > div {
  font-style: italic;
}
.label-inline label.disabled a {
  font-style: normal;
  color: var(--color-gray600);
}
.label-above label {
  margin-bottom: 0.3rem;
  width: auto;
}

.form-label-text {
  float: left;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.75em 0 0;
  text-align: right;
  width: 25%;
}

.form-row {
  margin: 0.5rem 0 0;
}

.form-row-button {
  clear: left;
}
@media screen and (min-width: 769px) {
  .form-horizontal .form-row-button {
    margin-left: 27%;
    width: 62%;
  }
}

.field-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.5rem;
  width: 100%;
}
.form-horizontal .field-wrapper {
  float: left;
  width: 76%;
}
@media screen and (min-width: 769px) {
  .form-horizontal .field-wrapper {
    padding-left: 2%;
    width: 50%;
  }
}
.label-inline .field-wrapper {
  float: left;
  padding-left: 0;
  width: auto;
}
.label-above .field-wrapper {
  float: none;
  padding-left: 0;
  width: auto;
}

input[type=text],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=email],
textarea {
  border: 1px solid var(--color-gray300);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 46px;
  padding: 0.313rem 0.5em;
  text-indent: 0;
  width: 100%;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font: 1rem "Rauschen A", sans-serif;
  color: #000000;
}
input[type=text].error,
input[type=search].error,
input[type=number].error,
input[type=password].error,
input[type=tel].error,
input[type=email].error,
textarea.error {
  border: 1px solid var(--color-error400);
}

.error input[type=text],
.error input[type=number],
.error input[type=password],
.error input[type=email],
.error input[type=tel],
.error textarea,
.error select {
  border: 1px solid var(--color-error400);
}

select {
  background-color: var(--color-white);
  width: 100%;
  height: 46px;
  border: 1px solid var(--color-gray300);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/interface/select-icon.png) no-repeat;
  background-position: calc(100% - 8px) 50%;
  padding: 0.313rem 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}
.search-result-options select {
  height: auto;
}

.label-inline input[type=checkbox],
.label-inline input[type=radio] {
  margin: 0 0.3rem 0 0;
}

.form-caption {
  clear: left;
  width: auto;
}
@media screen and (min-width: 769px) {
  .form-horizontal .form-caption {
    margin-left: 27%;
  }
}
.label-above .form-caption {
  margin-left: 0;
}
.form-indent .form-caption {
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  .form-indent {
    /* margin-left: 27%; */
  }
}
.form-indent.label-inline.valid-address {
  margin: 2% 0 0 3%;
}

.error-message {
  padding: 0.7em 0.5em;
  text-indent: 0;
  width: 49.5966%;
}

span.error,
div.error {
  background: none;
}

.form-inline form {
  padding: 0 0 2em;
  width: 98%;
}
.form-inline label {
  padding: 0 0 0.75em;
  text-transform: uppercase;
  width: auto;
}
.form-inline input[type=text], .form-inline select {
  margin-left: 0;
  width: 95%;
}
.form-inline button,
.form-inline .button.black,
.form-inline .button.red, .form-inline button.white.invert,
.form-inline .button.white.invert {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.row-inline {
  display: inline;
}
.row-inline label {
  width: auto;
}

.require-dialog {
  font-weight: 400;
  position: absolute;
  right: 1em;
  text-transform: none;
  top: 1em;
}

.required-indicator {
  color: var(--color-error400);
}

.form-field-tooltip {
  float: left;
  margin-left: 3%;
  padding-top: 0.75em;
  width: 20%;
}

.char-count {
  display: block;
  margin-left: 27%;
}

#pr-question-form-content-container .pr-question-form #questionType legend.pr-form-control-error-wrapper {
  background: none !important;
}
#pr-question-form-content-container .pr-question-form #questionType .pr-btn-group label.pr-btn.pr-btn-default {
  background-color: none !important;
  border: 1px solid var(--color-gray300);
}
#pr-question-form-content-container .pr-question-form #questionType .pr-btn-group label.pr-btn.pr-btn-default:hover, #pr-question-form-content-container .pr-question-form #questionType .pr-btn-group label.pr-btn.pr-btn-default:active {
  background-color: var(--color-gray600);
  color: var(--color-white);
}

.item-list {
  margin-bottom: 1em;
}
.item-list tr {
  border-bottom: 1px solid var(--color-gray200);
}
.item-list tr.last {
  border: 0 none;
}
.item-list tr.headings {
  display: none;
}
.item-list td {
  padding: 1em;
  vertical-align: top;
}

.section-header {
  padding: 1em;
}

.item-details .product-list-item .name {
  font-size: 1.2rem;
  font-style: italic;
}
.item-details .product-list-item .value {
  font-weight: 500;
}
.item-details .product-list-item .promo {
  display: none;
  color: var(--color-error400);
}
.item-details .product-list-item a {
  display: inline-block;
  color: var(--color-error400);
  text-decoration: underline;
}
.item-details .product-list-item a.tooltip {
  display: none;
}
.item-details .product-list-item .price-standard {
  color: #999;
  text-decoration: line-through;
}

.item-availability ul,
.item-quantity-details ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.item-dashboard {
  color: #aaa;
  width: 16rem;
}
.item-dashboard label {
  font-weight: 400;
  width: auto;
}
.item-dashboard .field-wrapper {
  width: auto;
}
.item-dashboard .option-quantity-desired input {
  width: 3rem;
}
.item-dashboard .value {
  margin-top: 0.5rem;
}
.item-dashboard .form-row {
  margin: 0;
}
.item-dashboard input,
.item-dashboard .value,
.item-dashboard select .option-toggle-public label {
  color: #333;
}
.item-dashboard .input-checkbox {
  margin: 0 0.313rem;
}
.item-dashboard .option-add-to-cart {
  margin-top: 0.5rem;
}
.item-dashboard .option-add-to-cart label {
  color: #333;
  float: left;
  font-weight: 500;
  margin: 0.5rem 0.5rem 0 0;
  text-transform: uppercase;
  width: auto;
}
.item-dashboard .option-add-to-cart input {
  width: 3rem;
  margin-right: 1em;
}
.item-dashboard .option-quantity-purchased span.exceeded {
  color: #990000;
}

.tooltip {
  cursor: help;
  position: relative;
  text-decoration: underline;
}
.tooltip.product-tile {
  cursor: pointer;
  text-decoration: none;
}

.tooltip-content {
  display: none !important;
}

.ui-tooltip.ui-widget-content {
  background: #333;
  border-radius: 3px;
  -webkit-box-shadow: 2px 3px 3px 0 #999;
          box-shadow: 2px 3px 3px 0 #999;
  color: var(--color-white);
  max-width: 350px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ui-tooltip.ui-widget-content {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .ui-tooltip.ui-widget-content {
    max-width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .ui-tooltip.ui-widget-content {
    max-width: 200px;
  }
}

.ui-tooltip-content {
  padding: 0.3em;
}
.ui-tooltip-content .recommendation-tooltip-header {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.5em;
}
.ui-tooltip-content .recommendation-tooltip-header .product-price {
  font-weight: 400;
}
.ui-tooltip-content .recommendation-tooltip-header .product-price .price-standard {
  color: #999;
  text-decoration: line-through;
}
.ui-tooltip-content .recommendation-tooltip-description,
.ui-tooltip-content .recommendation-tooltip-attributes {
  padding: 0.8em;
}
.ui-tooltip-content .shipping-method-cost {
  float: right;
}
.ui-tooltip-content .shipping-method-cost .value {
  border-bottom: 1px solid #424242;
  display: inline-block;
  padding-bottom: 0.3em;
}
.ui-tooltip-content .shippingtotal {
  clear: right;
  float: right;
  margin-top: 0.3em;
}

.arrow-tooltip {
  padding: 0.25rem 0.625rem;
  border-width: 0;
}
.arrow-tooltip .ui-tooltip-content {
  padding: 0;
}
.arrow-tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -2.188rem;
  bottom: -16px;
}
.arrow-tooltip .arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-box-shadow: 6px 5px 9px -9px #999;
          box-shadow: 6px 5px 9px -9px #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #333;
}
.arrow-tooltip .arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow-tooltip .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.arrow-tooltip .arrow.left {
  left: 20%;
}

body:not(.schwinn):not(.nautilus) div:not(.c-maxwid1200) > .ta-r a.tooltip {
  min-width: 100px;
  display: inline-block;
  text-align: left;
  padding-top: 2.5rem;
}
@media screen and (max-width: 1200px) {
  body:not(.schwinn):not(.nautilus) div.c-maxwid1200 > .ta-r a.tooltip {
    min-width: 100px;
    display: inline-block;
    text-align: left;
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  body:not(.schwinn):not(.nautilus) .pl-landing-info a.tooltip.centi {
    min-width: 100px;
    display: inline-block;
    text-align: left;
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 480px) {
  body:not(.schwinn):not(.nautilus) .pl-landing-info a.tooltip.centi {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  body:not(.schwinn):not(.nautilus) .pl-landing-info .gram.inline {
    display: block;
  }
}

.content-slot img {
  height: auto;
  max-width: 100%;
}
.search-container .content-slot img {
  width: 100%;
}

.video-modal {
  z-index: 5000;
}

.info-modal h3 {
  margin-bottom: 0;
  z-index: 5000;
}
.info-modal td {
  padding: 1em 1em 0 0;
}

.black {
  color: #000000 !important;
}

.red {
  color: var(--color-error400) !important;
}

/******product line*******
**************************/
.product-line ul {
  list-style-type: none !important;
  text-align: left;
}
.product-line ul li {
  list-style: none !important;
}
.product-line ul li:before {
  content: "-";
  position: absolute;
  margin-left: -1.1em;
}
.product-line .selector {
  z-index: 1000;
  margin: 1em auto 2em;
  float: none;
  width: 94% !important;
}
.product-line .selector span {
  font-weight: 500;
  max-width: 100%;
}
.product-line .why-block:first-child .bg {
  min-height: 400px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .why-block:first-child .bg {
    min-height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .why-block:first-child .bg {
    min-height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .product-line .why-block:first-child .bg {
    min-height: 100px;
  }
}
.product-line .why-block.is-loaded .bg {
  min-height: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .why-block.is-loaded .bg {
    min-height: 0;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .why-block.is-loaded .bg {
    min-height: 0;
  }
}
@media only screen and (max-width: 480px) {
  .product-line .why-block.is-loaded .bg {
    min-height: 0;
  }
}
.product-line.success-page .global-ad-promo, .product-line.why-page .global-ad-promo {
  margin-bottom: 1.5%;
  padding: 1em;
  text-align: center;
}

.success-tab-mobile p.tab-title {
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .success-tab-mobile p.tab-title {
    font: italic 1rem "Rauschen A", sans-serif;
  }
}
.success-tab-mobile .success-tab-menu {
  margin-top: 0;
}

.success-tab-menu {
  text-align: center;
  margin: 1em 0 2.5em;
}
.success-tab-menu p.tab-title {
  font: italic 1.25rem "Rauschen A", sans-serif;
}
.success-tab-menu .success-tabs {
  display: inline-block;
  border-right: 1px solid var(--color-gray300);
  padding-right: 0.7em;
  margin-right: 0.7em;
}
.success-tab-menu .success-tabs {
  -webkit-transform: skew(-17deg);
  -ms-transform: skew(-17deg);
      transform: skew(-17deg);
}
.success-tab-menu .success-tabs:last-child {
  border: none;
}
.success-tab-menu .success-tabs a {
  display: block;
  padding: 0.5em;
  color: var(--color-gray600);
  font-family: "Rauschen A", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
}
.success-tab-menu .success-tabs a.current-tab {
  color: var(--color-white);
  background: var(--color-error400);
}
.success-tab-menu .success-tabs a span {
  display: block;
}
.success-tab-menu .success-tabs a span {
  -webkit-transform: skew(17deg);
  -ms-transform: skew(17deg);
      transform: skew(17deg);
}

.product-line .bg,
.product-cms-area .bg {
  z-index: 1;
}
.product-line .bg img,
.product-cms-area .bg img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.product-line .infoblock,
.product-cms-area .infoblock {
  position: absolute;
  top: 28%;
  width: 40%;
  text-align: center;
  z-index: 300;
  color: var(--color-white);
}
.product-line .infoblock.center,
.product-cms-area .infoblock.center {
  left: 0;
  top: 24%;
  right: 0;
  margin: 0 auto;
  width: 60%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .infoblock.center,
  .product-cms-area .infoblock.center {
    width: 65%;
    top: 16%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .product-line .infoblock.center,
  .product-cms-area .infoblock.center {
    top: 10%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .infoblock,
  .product-cms-area .infoblock {
    top: 14%;
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .product-line .infoblock,
  .product-cms-area .infoblock {
    top: 14%;
    width: 70%;
  }
  .product-line .infoblock h3,
  .product-cms-area .infoblock h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .infoblock,
  .product-cms-area .infoblock {
    position: relative;
    margin-top: 1%;
    width: 100%;
    color: #000000;
  }
}
.product-line .infoblock p,
.product-cms-area .infoblock p {
  font-family: "Rauschen A", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .infoblock p,
  .product-cms-area .infoblock p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .infoblock p,
  .product-cms-area .infoblock p {
    font-size: 0.875rem;
  }
}
.product-line .infoblock p.title,
.product-cms-area .infoblock p.title {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .product-line .infoblock p.description,
  .product-cms-area .infoblock p.description {
    width: 88%;
    margin: 1em auto;
  }
}
.product-line .infoblock .video a.video-modal,
.product-cms-area .infoblock .video a.video-modal {
  color: var(--color-white);
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .product-line .infoblock .video a.video-modal,
  .product-cms-area .infoblock .video a.video-modal {
    color: #000000;
  }
}
.product-line .infoblock .video img,
.product-cms-area .infoblock .video img {
  width: 54px;
  height: 50px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .product-line .infoblock .video img,
  .product-cms-area .infoblock .video img {
    height: 30px;
    width: 34px !important;
    margin-right: 0.313rem;
    display: inline-block;
  }
}
.product-line .infoblock .video p,
.product-cms-area .infoblock .video p {
  letter-spacing: 0.031rem;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: none;
  font-style: 400;
  margin: 0.3em 0 1.5em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .infoblock .video p,
  .product-cms-area .infoblock .video p {
    margin-bottom: 0.3em;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .infoblock .video p,
  .product-cms-area .infoblock .video p {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    margin: 0.375rem 0 0;
    vertical-align: top;
  }
}
.product-line .line,
.product-cms-area .line {
  width: 40px;
  border-bottom: 2px solid var(--color-error400);
  margin: 0.5rem auto;
}
.product-line h3,
.product-cms-area h3 {
  margin: 0.5em 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line h3,
  .product-cms-area h3 {
    margin: 0.3em 0;
  }
}
@media only screen and (max-width: 768px) {
  .product-line h3,
  .product-cms-area h3 {
    margin: 0.5em 0;
  }
}
.product-line .button.white,
.product-line .button.red,
.product-line .button.black,
.product-cms-area .button.white,
.product-cms-area .button.red,
.product-cms-area .button.black {
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .product-line .button.white,
  .product-line .button.red,
  .product-line .button.black,
  .product-cms-area .button.white,
  .product-cms-area .button.red,
  .product-cms-area .button.black {
    margin: 1.5em 0 2em;
  }
}
.product-line .cms-hero,
.product-cms-area .cms-hero {
  position: relative;
  margin-bottom: 0.5em;
  z-index: 0;
}
.product-line .cms-hero .bg,
.product-cms-area .cms-hero .bg {
  min-height: 300px;
}
.product-line .cms-hero .bg.is-loaded,
.product-cms-area .cms-hero .bg.is-loaded {
  min-height: 0;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .product-line .cms-hero .bg,
  .product-cms-area .cms-hero .bg {
    min-height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .cms-hero .bg,
  .product-cms-area .cms-hero .bg {
    min-height: 100px;
  }
}
.product-line .cms-hero .content-container,
.product-cms-area .cms-hero .content-container {
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  text-align: center;
}
.product-line .cms-hero .content-container.success,
.product-cms-area .cms-hero .content-container.success {
  top: 16%;
}
@media only screen and (max-width: 768px) {
  .product-line .cms-hero .content-container.success,
  .product-cms-area .cms-hero .content-container.success {
    top: 36%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .cms-hero .content-container,
  .product-cms-area .cms-hero .content-container {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .cms-hero .content-container,
  .product-cms-area .cms-hero .content-container {
    top: 30%;
  }
}
.product-line .cms-hero .content-container h1.responsive-headline,
.product-line .cms-hero .content-container h1.responsive-headline-treadclimber,
.product-cms-area .cms-hero .content-container h1.responsive-headline,
.product-cms-area .cms-hero .content-container h1.responsive-headline-treadclimber {
  position: relative;
  top: 0;
  line-height: normal;
  text-align: center;
  z-index: 100;
  font-size: 2.813rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .cms-hero .content-container h1.responsive-headline,
  .product-line .cms-hero .content-container h1.responsive-headline-treadclimber,
  .product-cms-area .cms-hero .content-container h1.responsive-headline,
  .product-cms-area .cms-hero .content-container h1.responsive-headline-treadclimber {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .cms-hero .content-container h1.responsive-headline,
  .product-line .cms-hero .content-container h1.responsive-headline-treadclimber,
  .product-cms-area .cms-hero .content-container h1.responsive-headline,
  .product-cms-area .cms-hero .content-container h1.responsive-headline-treadclimber {
    top: 0;
    font-size: 2.813rem;
  }
}
.product-line .cms-hero .content-container h1.responsive-headline-treadclimber,
.product-cms-area .cms-hero .content-container h1.responsive-headline-treadclimber {
  color: var(--color-error400);
}
.product-line .cms-hero .content-container p.title,
.product-cms-area .cms-hero .content-container p.title {
  position: relative;
  top: 0;
  margin-top: -0.6em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .cms-hero .content-container p.title,
  .product-cms-area .cms-hero .content-container p.title {
    margin-top: -1em;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .cms-hero .content-container p.title,
  .product-cms-area .cms-hero .content-container p.title {
    margin: -0.5em auto 0.5em;
  }
}
.product-line .cms-hero .content-container .infoblock,
.product-cms-area .cms-hero .content-container .infoblock {
  position: relative;
  top: 0;
  padding-top: 1em;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .cms-hero .content-container .infoblock,
  .product-cms-area .cms-hero .content-container .infoblock {
    padding-top: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .cms-hero .content-container .infoblock,
  .product-cms-area .cms-hero .content-container .infoblock {
    position: relative !important;
    padding-top: 0;
  }
}
.product-line .cms-hero h1.responsive-headline,
.product-cms-area .cms-hero h1.responsive-headline {
  position: absolute;
  top: 19%;
  text-align: center;
  z-index: 100;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .cms-hero h1.responsive-headline,
  .product-cms-area .cms-hero h1.responsive-headline {
    top: 14%;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .cms-hero h1.responsive-headline,
  .product-cms-area .cms-hero h1.responsive-headline {
    top: 30%;
  }
}
.product-line .cms-hero p.title,
.product-cms-area .cms-hero p.title {
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  width: 60%;
  font: 1.25rem "Rauschen A", sans-serif;
  line-height: 1.875rem;
  font-style: italic;
  color: var(--color-white);
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .cms-hero p.title,
  .product-cms-area .cms-hero p.title {
    font-size: 1.125rem;
    top: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .cms-hero p.title,
  .product-cms-area .cms-hero p.title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    width: 100%;
    top: 60%;
    margin: 0.5em auto 1.5em;
  }
}
.product-line .cms-hero .infoblock,
.product-cms-area .cms-hero .infoblock {
  top: 64%;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
}
.product-line .cms-hero .infoblock .video img,
.product-cms-area .cms-hero .infoblock .video img {
  width: 57px;
}
.product-line .cms-promo,
.product-cms-area .cms-promo {
  margin-bottom: 2em;
  background: var(--color-error400);
  padding: 1em;
  color: var(--color-white);
  text-align: center;
}
.product-line .cms-promo p,
.product-cms-area .cms-promo p {
  margin: 0;
  font: 1rem "Rauschen A", sans-serif;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .product-line .cms-promo p,
  .product-cms-area .cms-promo p {
    font-size: 0.875rem;
  }
}
.product-line .cms-promo p.title,
.product-cms-area .cms-promo p.title {
  font: 1.563rem "Rauschen A", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .product-line .cms-promo p.title,
  .product-cms-area .cms-promo p.title {
    font-size: 1rem;
  }
}
.product-line .cms-promo p.title span,
.product-cms-area .cms-promo p.title span {
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .product-line .cms-promo p.title span,
  .product-cms-area .cms-promo p.title span {
    font-size: 1.563rem;
  }
}
.product-line .cms-promo a,
.product-cms-area .cms-promo a {
  color: var(--color-white);
  text-decoration: underline;
}
.product-line .cms-promo a:hover,
.product-cms-area .cms-promo a:hover {
  text-decoration: none;
}
.product-line .cms-testimonial,
.product-cms-area .cms-testimonial {
  text-align: center;
  padding: 1em 0.5em 1.5em;
}
.product-line .cms-testimonial p,
.product-cms-area .cms-testimonial p {
  margin: 0;
}
.product-line .cms-testimonial p.quote,
.product-cms-area .cms-testimonial p.quote {
  color: #000000;
  font: 1.875rem "Rauschen A", sans-serif;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .product-line .cms-testimonial p.quote,
  .product-cms-area .cms-testimonial p.quote {
    font-size: 1.25rem;
  }
}
.product-line .cms-testimonial p.attribute,
.product-cms-area .cms-testimonial p.attribute {
  color: var(--color-error400);
  margin: 0.3em 0 0 27%;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .product-line .cms-testimonial p.attribute,
  .product-cms-area .cms-testimonial p.attribute {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 0;
  }
}
.product-line .cms-block,
.product-cms-area .cms-block {
  position: relative;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .product-line .cms-block,
  .product-cms-area .cms-block {
    margin-bottom: 2em;
  }
}
.product-line .cms-block .infoblock,
.product-cms-area .cms-block .infoblock {
  top: 15%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .cms-block .infoblock,
  .product-cms-area .cms-block .infoblock {
    top: 8%;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .cms-block .infoblock,
  .product-cms-area .cms-block .infoblock {
    clear: both;
  }
}
.product-line .cms-block .infoblock h3,
.product-cms-area .cms-block .infoblock h3 {
  margin: 0 0 0.3em;
}
.product-line .cms-block .infoblock p.line,
.product-cms-area .cms-block .infoblock p.line {
  margin: 0 auto 1.5em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .cms-block .infoblock p.line,
  .product-cms-area .cms-block .infoblock p.line {
    margin-bottom: 0.5em;
  }
}
.product-line .cms-block .infoblock p.description,
.product-cms-area .cms-block .infoblock p.description {
  font-size: 1rem;
  line-height: 1.5;
  width: 70%;
  margin: 0 auto 1em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .cms-block .infoblock p.description,
  .product-cms-area .cms-block .infoblock p.description {
    line-height: 1.5;
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .cms-block .infoblock p.description,
  .product-cms-area .cms-block .infoblock p.description {
    font-size: 0.875rem;
    width: 88%;
  }
}
.product-line .cms-block .infoblock a,
.product-cms-area .cms-block .infoblock a {
  color: var(--color-error400);
  text-decoration: underline;
}
.product-line .cms-block .infoblock a:hover,
.product-cms-area .cms-block .infoblock a:hover {
  text-decoration: none !important;
}
.product-line .cms-block .infoblock.wide,
.product-cms-area .cms-block .infoblock.wide {
  width: 50%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .cms-block .infoblock.wide,
  .product-cms-area .cms-block .infoblock.wide {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .cms-block .infoblock.wide,
  .product-cms-area .cms-block .infoblock.wide {
    width: 100%;
  }
}
.product-line .cms-block.right .infoblock,
.product-cms-area .cms-block.right .infoblock {
  right: 10%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .cms-block.right .infoblock,
  .product-cms-area .cms-block.right .infoblock {
    right: 6%;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .cms-block.right .infoblock,
  .product-cms-area .cms-block.right .infoblock {
    right: 0;
  }
}
.product-line .cms-block.left .infoblock,
.product-cms-area .cms-block.left .infoblock {
  left: 10%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .cms-block.left .infoblock,
  .product-cms-area .cms-block.left .infoblock {
    left: 6%;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .cms-block.left .infoblock,
  .product-cms-area .cms-block.left .infoblock {
    left: 0;
  }
}
.product-line .cms-block.alt,
.product-cms-area .cms-block.alt {
  margin-bottom: 0;
}
.product-line .cms-block.alt.bg-grey,
.product-cms-area .cms-block.alt.bg-grey {
  background-color: var(--color-gray200);
}
.product-line .cms-block.alt.extra-bot-margin,
.product-cms-area .cms-block.alt.extra-bot-margin {
  margin-bottom: 2%;
}
.product-line .cms-block.alt.neg-top-margin,
.product-cms-area .cms-block.alt.neg-top-margin {
  margin-top: -2%;
}
body:not(:-moz-handler-blocked) .product-line .cms-block.alt.neg-top-margin,
body:not(:-moz-handler-blocked) .product-cms-area .cms-block.alt.neg-top-margin {
  margin-top: -1.9%;
}
.product-line .cms-block.alt .bg,
.product-cms-area .cms-block.alt .bg {
  width: 45%;
}
.product-line .cms-block.alt .bg.extended,
.product-cms-area .cms-block.alt .bg.extended {
  width: 35%;
}
.product-line .cms-block.alt .bg.right,
.product-cms-area .cms-block.alt .bg.right {
  float: right;
}
.product-line .cms-block.alt .bg.right.extended,
.product-cms-area .cms-block.alt .bg.right.extended {
  width: 35%;
  margin: -2% 10% -2% 0;
}
.product-line .cms-block.alt .infoblock,
.product-cms-area .cms-block.alt .infoblock {
  color: #000000;
}
.product-line .cms-block.alt .infoblock p.title,
.product-cms-area .cms-block.alt .infoblock p.title {
  font: bold 1.25rem "Rauschen A", sans-serif;
  font-style: italic;
  text-transform: initial;
}
.product-line .cms-block.alt .infoblock p.source,
.product-cms-area .cms-block.alt .infoblock p.source {
  font-size: 0.875rem;
}
.product-line.infokit-wrapper,
.product-cms-area.infokit-wrapper {
  max-width: 1200px;
  margin: 2em auto 1em;
  padding: 0 1%;
}
.product-line.infokit-wrapper .dialog-required,
.product-cms-area.infokit-wrapper .dialog-required {
  float: right;
  color: var(--color-error400);
  font-weight: 500;
}
.product-line.infokit-wrapper-success,
.product-cms-area.infokit-wrapper-success {
  margin-top: 0;
  padding-top: 4.063rem;
}
@media only screen and (max-width: 768px) {
  .product-line.infokit-wrapper-success,
  .product-cms-area.infokit-wrapper-success {
    padding: 1.625rem 0 2.25rem 0;
  }
}
.product-line.infokit-wrapper-success .standard,
.product-cms-area.infokit-wrapper-success .standard {
  max-width: 460px;
}
.product-line.infokit-wrapper-success .button,
.product-cms-area.infokit-wrapper-success .button {
  margin-top: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .product-line.infokit-wrapper-success .infokit-left,
  .product-cms-area.infokit-wrapper-success .infokit-left {
    padding: 0 4%;
    width: 92%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.product-line.infokit-wrapper-success .infokit-left .mobile,
.product-cms-area.infokit-wrapper-success .infokit-left .mobile {
  text-align: left;
}
.product-line .infokit-left,
.product-cms-area .infokit-left {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-left,
  .product-cms-area .infokit-left {
    width: 92%;
    padding: 0 4%;
  }
  .product-line .infokit-left h3,
  .product-cms-area .infokit-left h3 {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .product-line .infokit-left,
  .product-cms-area .infokit-left {
    width: 45%;
  }
}
@media only screen and (max-width: 480px) {
  .product-line .infokit-left,
  .product-cms-area .infokit-left {
    width: 98%;
    padding: 0 1%;
  }
  .product-line .infokit-left h3,
  .product-cms-area .infokit-left h3 {
    text-align: center;
  }
}
.product-line .infokit-left img,
.product-cms-area .infokit-left img {
  width: 100%;
  max-width: 501px;
  height: auto;
}
.product-line .infokit-bottom,
.product-cms-area .infokit-bottom {
  clear: both;
  text-align: center;
}
.product-line .infokit-right,
.product-cms-area .infokit-right {
  width: 46%;
  margin-left: 4%;
  float: left;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .product-line .infokit-right,
  .product-cms-area .infokit-right {
    width: 51%;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right,
  .product-cms-area .infokit-right {
    width: 92%;
    padding: 0 4%;
    margin: 1em 0 0;
  }
  .product-line .infokit-right .line,
  .product-cms-area .infokit-right .line {
    display: none;
  }
}
.product-line .infokit-right h3,
.product-cms-area .infokit-right h3 {
  margin-bottom: 0.3em;
}
.product-line .infokit-right form,
.product-cms-area .infokit-right form {
  clear: right;
}
.product-line .infokit-right .field-wrapper,
.product-cms-area .infokit-right .field-wrapper {
  width: 70%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .infokit-right .field-wrapper,
  .product-cms-area .infokit-right .field-wrapper {
    width: 96%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .field-wrapper,
  .product-cms-area .infokit-right .field-wrapper {
    width: 100%;
  }
}
.product-line .infokit-right .field-wrapper .selector,
.product-cms-area .infokit-right .field-wrapper .selector {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 0;
}
.product-line .infokit-right .shortrow .field-wrapper,
.product-cms-area .infokit-right .shortrow .field-wrapper {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .shortrow .field-wrapper,
  .product-cms-area .infokit-right .shortrow .field-wrapper {
    width: 100%;
  }
}
.product-line .infokit-right .statewrapper .field-wrapper,
.product-cms-area .infokit-right .statewrapper .field-wrapper {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .statewrapper .field-wrapper,
  .product-cms-area .infokit-right .statewrapper .field-wrapper {
    width: 100%;
  }
}
.product-line .infokit-right .form-row.dob,
.product-cms-area .infokit-right .form-row.dob {
  width: 29%;
  display: inline-block;
  margin: 0;
  padding-right: 5.7%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .infokit-right .form-row.dob,
  .product-cms-area .infokit-right .form-row.dob {
    padding-right: 5.3%;
  }
}
.product-line .infokit-right .form-row.dob .field-wrapper,
.product-cms-area .infokit-right .form-row.dob .field-wrapper {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .infokit-right .form-row.dob .field-wrapper,
  .product-cms-area .infokit-right .form-row.dob .field-wrapper {
    margin: 0 0 0.5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .form-row.dob .field-wrapper,
  .product-cms-area .infokit-right .form-row.dob .field-wrapper {
    margin: 0 0 0.5rem 0;
  }
}
.product-line .infokit-right .form-row.dob label,
.product-cms-area .infokit-right .form-row.dob label {
  margin: 0;
}
.product-line .infokit-right .form-row.dob.last,
.product-cms-area .infokit-right .form-row.dob.last {
  padding-right: 0;
}
.product-line .infokit-right .birthdate-container,
.product-cms-area .infokit-right .birthdate-container {
  width: 70%;
  padding-left: 2%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .birthdate-container,
  .product-cms-area .infokit-right .birthdate-container {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .infokit-right .birthdate-container,
  .product-cms-area .infokit-right .birthdate-container {
    padding-left: 0;
    width: 96%;
  }
}
.product-line .infokit-right .label-inline,
.product-cms-area .infokit-right .label-inline {
  display: inline-block;
  margin-left: 32%;
  vertical-align: top;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .infokit-right .label-inline,
  .product-cms-area .infokit-right .label-inline {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .label-inline,
  .product-cms-area .infokit-right .label-inline {
    margin-left: 0;
  }
}
.product-line .infokit-right .label-inline.mail-me,
.product-cms-area .infokit-right .label-inline.mail-me {
  margin: 0.438rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .label-inline.mail-me,
  .product-cms-area .infokit-right .label-inline.mail-me {
    margin: -0.188rem 0 0 0;
  }
}
.product-line .infokit-right .label-inline.valid-address,
.product-cms-area .infokit-right .label-inline.valid-address {
  width: 68%;
  text-align: left;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .infokit-right .label-inline.valid-address,
  .product-cms-area .infokit-right .label-inline.valid-address {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .label-inline.valid-address,
  .product-cms-area .infokit-right .label-inline.valid-address {
    width: 100%;
  }
}
.product-line .infokit-right .label-inline.valid-address label,
.product-cms-area .infokit-right .label-inline.valid-address label {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .label-inline.valid-address label span,
  .product-cms-area .infokit-right .label-inline.valid-address label span {
    top: 3px;
    position: relative;
  }
}
.product-line .infokit-right .label-inline.valid-address .field-wrapper,
.product-cms-area .infokit-right .label-inline.valid-address .field-wrapper {
  width: auto;
}
.product-line .infokit-right .mobileconsenttext,
.product-cms-area .infokit-right .mobileconsenttext {
  display: inline-block;
  width: 55%;
  margin: 0.563rem 0 1.125rem;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .mobileconsenttext,
  .product-cms-area .infokit-right .mobileconsenttext {
    width: 84%;
  }
}
.product-line .infokit-right .mobileconsenttext.first,
.product-cms-area .infokit-right .mobileconsenttext.first {
  font-style: 400;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .mobileconsenttext.first,
  .product-cms-area .infokit-right .mobileconsenttext.first {
    margin: 0.938rem 0 0 0;
  }
}
.product-line .infokit-right .mobileconsenttext span,
.product-cms-area .infokit-right .mobileconsenttext span {
  display: block;
  margin-bottom: 0.313rem;
  font-weight: 400;
  font-style: normal;
}
.product-line .infokit-right .form-row.nomarg label,
.product-cms-area .infokit-right .form-row.nomarg label {
  margin-top: 0;
}
.product-line .infokit-right .form-row.nomarg .nomarg-container,
.product-cms-area .infokit-right .form-row.nomarg .nomarg-container {
  padding-left: 2%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .form-row.nomarg .nomarg-container,
  .product-cms-area .infokit-right .form-row.nomarg .nomarg-container {
    padding-left: 0;
  }
}
.product-line .infokit-right .form-row.nomarg .nomarg-container .mobile-phone-label,
.product-cms-area .infokit-right .form-row.nomarg .nomarg-container .mobile-phone-label {
  position: relative;
  margin-right: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .form-row.nomarg label,
  .product-cms-area .infokit-right .form-row.nomarg label {
    margin: 0.5rem 0 0.625rem 0;
  }
}
.product-line .infokit-right .form-horizontal label,
.product-cms-area .infokit-right .form-horizontal label {
  width: 30%;
  text-align: left;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .infokit-right .form-horizontal label,
  .product-cms-area .infokit-right .form-horizontal label {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .form-horizontal label,
  .product-cms-area .infokit-right .form-horizontal label {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.product-line .infokit-right .form-horizontal .form-caption,
.product-cms-area .infokit-right .form-horizontal .form-caption {
  margin-left: 32%;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .form-horizontal .form-caption.infokit-mobile-caption,
  .product-cms-area .infokit-right .form-horizontal .form-caption.infokit-mobile-caption {
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .infokit-right .form-horizontal .form-caption.form-caption-info,
  .product-cms-area .infokit-right .form-horizontal .form-caption.form-caption-info {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .form-horizontal .form-caption.form-caption-info,
  .product-cms-area .infokit-right .form-horizontal .form-caption.form-caption-info {
    margin-left: 0;
  }
}
.product-line .infokit-right .form-horizontal .form-caption a,
.product-cms-area .infokit-right .form-horizontal .form-caption a {
  color: var(--color-error400);
  font-style: italic;
}
.product-line .infokit-right .birthdate label,
.product-cms-area .infokit-right .birthdate label {
  width: 30%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .infokit-right .birthdate label,
  .product-cms-area .infokit-right .birthdate label {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .birthdate label,
  .product-cms-area .infokit-right .birthdate label {
    width: 100%;
  }
}
.product-line .infokit-right .mobileconsenthold label,
.product-cms-area .infokit-right .mobileconsenthold label {
  display: none;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .mobileconsenthold .label-inline,
  .product-cms-area .infokit-right .mobileconsenthold .label-inline {
    margin-top: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .mobileconsenthold .mobileconsenttext,
  .product-cms-area .infokit-right .mobileconsenthold .mobileconsenttext {
    margin: 1rem 0 0.563rem 0;
  }
}
.product-line .infokit-right .dialog-required,
.product-cms-area .infokit-right .dialog-required {
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .dialog-required,
  .product-cms-area .infokit-right .dialog-required {
    font-size: 0.75rem;
    width: 100%;
    text-align: right;
    float: left;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .infokit-right .dialog-required,
  .product-cms-area .infokit-right .dialog-required {
    width: 96%;
    text-align: right;
    float: left;
  }
}
.product-line .infokit-right .header ul,
.product-cms-area .infokit-right .header ul {
  margin-bottom: 0;
}
.product-line .infokit-right .header li,
.product-cms-area .infokit-right .header li {
  margin-bottom: 0.313rem;
}
.product-line .infokit-right .form-row,
.product-cms-area .infokit-right .form-row {
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .form-row,
  .product-cms-area .infokit-right .form-row {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .form-row label,
  .product-cms-area .infokit-right .form-row label {
    font-size: 0.75rem;
    margin-bottom: 0.438rem;
  }
}
.product-line .infokit-right .form-row.form-row-button,
.product-cms-area .infokit-right .form-row.form-row-button {
  margin: 1em 0 1em 32%;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .form-row.form-row-button,
  .product-cms-area .infokit-right .form-row.form-row-button {
    margin: 0.563rem 0 0.938rem 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .infokit-right .form-row.form-row-button-info,
  .product-cms-area .infokit-right .form-row.form-row-button-info {
    margin-left: 0;
  }
}
.product-line .infokit-right .form-row.clear-right,
.product-cms-area .infokit-right .form-row.clear-right {
  clear: right;
}
@media only screen and (min-width: 769px) {
  .product-line .infokit-right .form-row.clear-right label,
  .product-cms-area .infokit-right .form-row.clear-right label {
    margin-top: 1.375rem;
  }
}
.product-line .infokit-right .form-row.clear-right-infoemail,
.product-cms-area .infokit-right .form-row.clear-right-infoemail {
  clear: right;
  padding-top: 0.875rem;
}
.product-line .infokit-right .form-row.no-padding,
.product-cms-area .infokit-right .form-row.no-padding {
  padding: 0;
  margin: 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  .product-line .infokit-right .form-area,
  .product-cms-area .infokit-right .form-area {
    position: relative;
    margin: 0.75rem 0 2.375rem 0;
  }
}
.product-line .infokit-right .success-bold,
.product-cms-area .infokit-right .success-bold {
  font-weight: 500;
}
.product-line .infokit-right .infokit-email-full,
.product-cms-area .infokit-right .infokit-email-full {
  display: none;
}

.slot-grid-header p {
  margin: 0;
  padding: 0;
}

.product-listing-1x4 {
  background: none repeat scroll 0 0 var(--color-white);
  overflow: hidden;
  padding: 0.83em 0;
}
.product-listing-1x4 .search-result-items .grid-tile {
  margin: 0 1% 0 2%;
  width: 18%;
}

.account-nav-asset {
  padding-top: 0.938rem;
}
@media only screen and (max-width: 768px) {
  .account-nav-asset {
    padding-top: 0.063rem;
  }
}
.account-nav-asset .content-asset h3 {
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.938rem 0 0.313rem 0;
}
@media only screen and (max-width: 768px) {
  .account-nav-asset .content-asset h3 {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
  }
}
.account-nav-asset .content-asset h3.order-status {
  padding: 0 0 0.563rem 0;
}
.account-nav-asset .content-asset a {
  text-decoration: none;
  font-family: "Rauschen A", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
  display: inline-block;
  text-decoration: underline;
}
.account-nav-asset .content-asset a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .account-nav-asset .content-asset a {
    margin-bottom: 0.313rem;
    font: 0.75rem "Rauschen A", sans-serif;
  }
}
.account-nav-asset .content-asset p {
  font-family: "Rauschen A", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  display: block;
  padding: 0;
  margin: 0 0 1.375rem 0;
}
@media only screen and (max-width: 768px) {
  .account-nav-asset .content-asset p {
    padding: 0 0 1.063rem 0;
    margin: 0;
  }
}
.account-nav-asset .content-asset th {
  padding-bottom: 0.5em;
}
.account-nav-asset .content-asset td {
  padding: 0 1em 0.5em 0;
}

.content-asset .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
}

.faq-wrapper .content-asset,
.content-asset .faq-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
}
.faq-wrapper .content-asset h2,
.content-asset .faq-wrapper h2 {
  margin-top: 0.5em;
}
.faq-wrapper .content-asset ol,
.content-asset .faq-wrapper ol {
  margin-bottom: 1em;
}
.faq-wrapper .content-asset h4,
.content-asset .faq-wrapper h4 {
  margin-top: 1em;
}
.content-asset p {
  line-height: 1.6rem;
  margin: 1em 0;
}
.product-line-nav .content-asset p {
  line-height: normal;
}
.content-asset ul {
  list-style-type: none !important;
}
.content-asset ul li {
  list-style: none !important;
}
.content-asset ul li:before {
  position: absolute;
  margin-left: -1.1em;
}
.content-asset ul,
.content-asset ol {
  line-height: 1.6rem;
  margin: 1em 0;
  padding: 0 1.5em;
}
.content-asset ul.no-list,
.content-asset ol.no-list {
  padding: 0;
}
.content-asset ul.no-list li,
.content-asset ol.no-list li {
  list-style: none;
}
.content-asset ul.no-list p.bold,
.content-asset ol.no-list p.bold {
  margin-bottom: 0;
}
.content-asset .spec-left {
  float: left;
  width: 50%;
  height: 585px;
}
.content-asset .spec-right {
  position: absolute;
  right: -60px;
  top: 10px;
}
@media only screen and (max-width: 480px) {
  .content-asset .spec-right {
    right: -150px;
  }
}
.content-asset address {
  margin: 1em 0;
}
.content-asset ul li {
  list-style: square outside none;
}
.content-asset ol li {
  list-style: decimal outside none;
}
.content-asset .account-options {
  margin: 0;
  padding: 0;
}
.content-asset .account-options li {
  border-bottom: 1px solid var(--color-gray200);
  float: left;
  height: 80px;
  list-style: none outside none !important;
  margin: 0 0 0 4%;
  padding: 1.66em 0 0;
  position: relative;
  width: 46%;
}
.content-asset .account-options li a {
  display: block;
  font-size: 1.5rem;
  line-height: 2.5rem;
  padding: 0 0 0 4.58em;
}
.content-asset .account-options li img {
  left: 0;
  position: absolute;
  top: 0.83em;
}
.content-asset .account-options li p {
  margin: 0;
  padding-left: 4.58em;
}

.browser-compatibility-alert {
  background-color: #990000;
  color: var(--color-white);
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 0.8em;
}

.folder-slot {
  border-style: solid;
  border-color: #019328;
  border-width: 1px;
  background-color: white;
  padding: 0.5em 0.5em;
}
.folder-slot h2 {
  color: #019328;
  margin: 0.5em 0em;
}

.menu-slot {
  display: none;
  border-top: 1px solid #faeded;
  margin-top: 0.5em;
  padding-top: 1.5em;
}
.menu-slot .social-links {
  padding-left: 0;
}
.menu-slot .social-links li {
  display: inline-block;
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  .menu-slot {
    width: 13.5rem;
    display: block;
  }
}

.product-list-slider .card .cardbottom .description, .pl-landing-tabslider .card .cardbottom .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.product-list-slider .card .cardbottom .product-pricing, .pl-landing-tabslider .card .cardbottom .product-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list-slider .card .cardbottom .product-pricing .product-sales-price, .pl-landing-tabslider .card .cardbottom .product-pricing .product-sales-price {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 500;
}
.product-list-slider .card .cardbottom .product-pricing .product-sales-price.mipfont, .pl-landing-tabslider .card .cardbottom .product-pricing .product-sales-price.mipfont {
  color: var(--color-error400);
}
.product-list-slider .card .cardbottom .product-pricing .product-standard-price, .pl-landing-tabslider .card .cardbottom .product-pricing .product-standard-price {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-decoration: line-through;
  font-size: 0.875rem;
  font-weight: 400 !important;
  margin-right: 0.25rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .product-list-slider .card .cardbottom .product-pricing, .pl-landing-tabslider .card .cardbottom .product-pricing {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#accessories .cardbottom .price-new.price-discounted {
  color: var(--color-blue400);
}

/****** Main Navigation *******/
#navigation {
  position: relative;
  z-index: 1000;
}
#navigation .inner-wrapper {
  padding: 0 1%;
}
@media only screen and (max-width: 768px) {
  #navigation {
    width: 100%;
  }
  #navigation .inner-wrapper {
    padding: 0 0.75rem;
  }
}

.header-nav-open,
.header-nav-close {
  float: left;
  margin-left: 0.2em;
  padding: 0.5em;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .header-nav-open,
  .header-nav-close {
    display: none;
  }
}
.header-nav-open:focus,
.header-nav-close:focus {
  outline: 1px dotted black;
  outline: -webkit-focus-ring-color auto 5px;
}

.header-nav-open {
  display: block;
}
.container.opened .header-nav-open {
  display: none;
}

.header-nav-close {
  display: none;
}
.container.opened .header-nav-close {
  display: block;
}

.navigation-mobile {
  width: 260px;
  float: left;
  position: absolute;
  left: -260px;
  top: 1px;
  padding: 0 0 3em 0;
  background-color: var(--color-white);
  -webkit-transition: left 250ms ease;
  transition: left 250ms ease;
  overflow-y: auto;
  z-index: 1000;
  -webkit-tap-highlight-color: transparent;
}
.navigation-mobile {
  -webkit-box-shadow: inset -7px 0 9px -7px rgba(60, 60, 60, 0.2);
  -o-box-shadow: inset -7px 0 9px -7px rgba(60, 60, 60, 0.2);
  box-shadow: inset -7px 0 9px -7px rgba(60, 60, 60, 0.2);
}
.navigation-mobile.opened {
  left: 1px;
}
@media only screen and (max-width: 768px) {
  .navigation-mobile {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .navigation-mobile {
    display: none;
  }
}
.navigation-mobile .header-nav-close {
  float: right;
  padding: 0.625rem;
}

/****** Product Line Navigation ******/
.product-line-nav {
  background: #1a1a1a;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .product-line-nav {
    position: relative;
    z-index: 0;
  }
}
.product-line-nav .explore {
  text-transform: uppercase;
  font: 0.75rem "Rauschen A", sans-serif;
  font-weight: 500;
  padding: 1rem 1.25rem;
  cursor: pointer;
}
.product-line-nav .explore {
  -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
}
.product-line-nav .explore span {
  font-weight: 500;
  display: inline-block;
  width: 100%;
  background: url(../images/arrow-prodline-down.png) no-repeat right center;
  color: var(--color-gray200);
  font-size: 0.875rem;
}
.product-line-nav .explore span {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.product-line-nav .explore span.up {
  background-image: url(../images/arrow-prodline-up.png);
}
.product-line-nav ul.top-level {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}
.product-line-nav ul.top-level {
  -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level {
    display: none;
    width: 100%;
    text-align: left;
  }
  .product-line-nav ul.top-level.active {
    display: block;
  }
}
.product-line-nav ul.top-level.selecttech-dumbbells a.success_link {
  display: none;
}
.product-line-nav ul.top-level > li {
  display: inline-block;
  margin-left: -0.25rem;
}
.product-line-nav ul.top-level > li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level > li {
    display: block;
    margin-left: 0;
  }
  .product-line-nav ul.top-level > li:first-child a:hover {
    background: transparent;
    color: var(--color-gray600);
    cursor: default;
  }
}
.product-line-nav ul.top-level > li > a {
  display: block;
  font: 0.875rem "Rauschen A", sans-serif;
  color: var(--color-gray300);
  font-weight: 500;
  font-weight: 500;
  text-transform: uppercase;
  padding: 1rem 0;
  margin: 0 1.25rem;
  text-decoration: none;
  border-bottom: 3px solid #1a1a1a;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line-nav ul.top-level > li > a {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level > li > a {
    border-bottom: 1px solid #292929;
    border-left: 3px solid transparent;
    font: 0.875rem "Rauschen A", sans-serif;
    color: var(--color-gray300);
    font-weight: 500;
    padding: 1rem 1.25rem;
    margin: 0;
  }
}
.product-line-nav ul.top-level > li > a:hover {
  border-bottom: 3px solid var(--color-error400);
  color: var(--color-gray200);
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level > li > a:hover {
    border-left: 3px solid transparent;
    border-bottom: 1px solid #292929;
    color: var(--color-gray300);
  }
}
.product-line-nav ul.top-level > li > a.active {
  border-bottom: 3px solid var(--color-error400);
  color: var(--color-gray200);
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level > li > a.active {
    border-left: 3px solid var(--color-error400);
    border-bottom: 1px solid #292929;
  }
}
.product-line-nav ul.top-level > li > a.models_link {
  margin: 0;
  padding: 1rem 1.25rem;
  position: relative;
}
.product-line-nav ul.top-level > li > a.models_link span {
  padding-right: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level > li > a.models_link span {
    display: inline-block;
    width: 100%;
  }
  .product-line-nav ul.top-level > li > a.models_link span {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.product-line-nav ul.top-level > li > a.models_link span.up + i {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.product-line-nav ul.top-level > li > a.models_link .icon {
  font-weight: 500;
  font-size: 1.125rem;
  position: absolute;
  right: 1.2rem;
  top: 1rem;
}
.product-line-nav ul.top-level > li > a.models_link:hover {
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level > li > a.models_link:hover {
    border-left: 3px solid transparent;
    border-bottom: 1px solid #292929;
    color: var(--color-gray300);
  }
}
.product-line-nav ul.top-level > li > a.models_link:hover span {
  border-bottom: 3px solid var(--color-error400);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level > li > a.models_link:hover span {
    border-bottom: 0px solid transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .product-line-nav ul.top-level > li > a.models_link:hover span {
    border-bottom: 3px solid transparent;
  }
}
.product-line-nav ul.top-level > li > a.models_link.active {
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level > li > a.models_link.active {
    border-bottom: 1px solid transparent;
  }
}
.product-line-nav ul.top-level > li > a.models_link.active:hover span {
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level > li > a.models_link.active:hover span {
    border-bottom: 0px solid transparent;
  }
}
.product-line-nav ul.top-level > li > a.models_link.highlight {
  color: var(--color-gray200);
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level > li > a.models_link.highlight {
    border-left: 3px solid var(--color-error400);
    border-bottom: 1px solid #292929;
  }
}
.product-line-nav ul.top-level > li > a.models_link.highlight span {
  border-bottom: 3px solid var(--color-error400);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level > li > a.models_link.highlight span {
    border-bottom: 0px solid transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.product-line-nav ul.top-level > li > a.models_link.highlight.active span {
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level > li > a.models_link.highlight.active span {
    border-bottom: 0px solid transparent;
  }
}
.product-line-nav ul.top-level > li > a.models_link.active {
  /* background: $white;
  @include vendor-ext(box-shadow, inset 0 7px 9px -8px rgba(60,60,60,.2)); */
  background: var(--color-white);
  border-color: transparent;
  color: var(--color-error400);
  margin: 0;
  padding: 1rem 1.25rem;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level > li > a.models_link.active {
    background: #1a1a1a;
    color: var(--color-gray300);
  }
}
.product-line-nav ul.sub-level {
  display: none;
  position: absolute;
  top: 51px;
  right: 0;
  left: 0;
  padding: 0;
  background: transparent;
  text-align: center;
  z-index: 1000;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none) {
  .product-line-nav ul.sub-level {
    width: 1200px;
  }
}
.product-line-nav ul.sub-level.active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.sub-level {
    position: relative;
    top: 0;
    padding: 0;
  }
}
.product-line-nav ul.sub-level > li {
  list-style: none;
  width: 23%;
  margin-left: -0.188rem;
  display: inline-block;
  background: var(--color-white);
  border-left: 1px solid var(--color-gray300);
  vertical-align: top;
}
.product-line-nav ul.sub-level > li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.sub-level > li {
    width: 49.5%;
    text-align: center;
    border-bottom: 1px solid var(--color-gray300);
    min-height: 195px;
  }
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.sub-level > li:nth-of-type(even) a {
    border-right: none;
  }
}
.product-line-nav ul.sub-level > li a {
  display: block;
  min-height: 150px;
  text-decoration: none;
  text-align: center;
}
.product-line-nav ul.sub-level > li a img {
  margin-top: 2em;
  max-width: 90%;
}
.product-line-nav ul.sub-level > li a p {
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: none;
  margin: 1em 0;
}

.menu-utility-user {
  margin: 0;
  padding: 0;
  float: right;
  top: 0.2em;
}
.menu-utility-user li {
  list-style: none;
  padding: 0 1.5rem 0 0;
  float: left;
  text-align: center;
}
.menu-utility-user li a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  .menu-utility-user li.account span {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .menu-utility-user .user-info {
    position: relative;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  .menu-utility-user .user-info.active .user-login {
    color: #84bd00;
  }
  .menu-utility-user .user-info.active .user-panel {
    opacity: 1;
    visibility: visible;
  }
}
.menu-utility-user .user-info .user-panel {
  margin-top: 0.5rem;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-utility-user .user-info .user-panel h3 {
  display: none;
  margin: 0;
  padding-bottom: 0.7em;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .menu-utility-user .user-info .user-panel h3 {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .menu-utility-user .user-info .user-panel {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray200);
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px 0 var(--color-gray200);
            box-shadow: 0 2px 5px 0 var(--color-gray200);
    margin-top: 0;
    opacity: 0;
    padding: 1em;
    position: absolute;
    right: -1.5rem;
    visibility: hidden;
    z-index: 20;
  }
}
.menu-utility-user .user-info .user-panel .user-links {
  padding-left: 1.5rem;
}
@media screen and (min-width: 769px) {
  .menu-utility-user .user-info .user-panel .user-links {
    padding-left: 0;
  }
}
.menu-utility-user .user-info .user-panel a {
  color: #84bd00;
  display: block;
  padding: 0.5rem 0;
}
@media screen and (min-width: 769px) {
  .menu-utility-user .user-info .user-panel a {
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
.menu-utility-user .user-info .user-panel .user-logout {
  color: var(--color-white);
  margin-top: 0.5rem;
  padding: 0.5em 2em;
  text-transform: uppercase;
}
.menu-utility-user .user-info .user-panel .user-logout:hover {
  color: #84bd00;
}

/*********************
SITE GENESIS => REMOVE
**********************/
/*
.menu-utility-user {
	margin: 0;
	padding: 0;
	@media screen and (min-width: 769px) {
		position: absolute;
		right: 9.7em;
		top: .2em;
	}
	li {
		border-top: 1px solid darken($night-rider, 10%);
		list-style: none;
		padding: 0.8em 1rem;
		&:first-child {
			border: none;
		}
		i {
			font-size: $f-size-xxl-2;
			padding: 0 0.5rem 0 0;
		}
		@media screen and (min-width: 769px) {
			background-color: transparent;
			border-color: transparent;
			float: left;
			margin: 0;
			padding: 0.1em 1.5em 0;
			text-align: center;
			&:first-child {
				border: none;
			}
		}
		a {
			color: $white;
			text-decoration: none;
			&:active {
				color: $citrus;
			}
			@media screen and (min-width: 769px) {
				color: $nobel;
				transition: color .5s ease;
				&:hover {
					color: $citrus;
					text-decoration: none;
				}
				i {
					display: block;
					font-size: $f-size-xxxl-12;
					padding: 0;
				}
				span {
					display: none;
				}
			}
		}
	}
	.user-info {
		@media screen and (min-width: 769px) {
			position: relative;
			transition: color .5s ease;
			&.active {
				.user-login {
					color: $citrus;
				}
				.user-panel {
					opacity: 1;
					visibility: visible;
				}
			}
		}
		.user-panel {
			margin-top: .5rem;
			text-align: left;
			transition: all .3s ease;
			h3 {
				display: none;
				margin: 0;
				padding-bottom: .7em;
				text-transform: uppercase;
				@media screen and (min-width: 769px) {
					display: block;
				}
			}
			@media screen and (min-width: 769px) {
				background-color: $white;
				border: 1px solid $gainsboro;
				border-radius: 5px;
				box-shadow: 0 2px 5px 0 $very-light-gray;
				margin-top: 0;
				opacity: 0;
				padding: 1em;
				position: absolute;
				right: -1.5rem;
				visibility: hidden;
				z-index: 20;
			}
			.user-links {
				padding-left: 1.5rem;
				@media screen and (min-width: 769px) {
					padding-left: 0;
				}
			}
			a {
				color: $citrus;
				display: block;
				padding: .5rem 0;
				@media screen and (min-width: 769px) {
					padding: 0;
					margin-bottom: .5rem;
				}
			}
			.user-logout {
				color: $white;
				margin-top: .5rem;
				padding: 0.5em 2em;
				text-transform: uppercase;
				&:hover {
					color: $citrus;
				}
			}
		}
	}
}
*/
.country-selector {
  z-index: 30;
  margin-right: 1em;
  position: absolute;
  right: 475px;
  width: 140px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .country-selector {
    right: 0;
    left: -80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  .country-selector {
    left: 0;
  }
}
.mobile .country-selector {
  position: relative;
  top: 12px;
  right: 0;
  left: 16px;
}
.country-selector .selector {
  display: none;
  height: auto !important;
  line-height: 1.5rem !important;
  background-color: rgba(255, 255, 255, 0.97);
  padding: 0.5em 1em;
  border: none !important;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .country-selector .selector {
    padding: 0.5em 1em;
  }
}
.country-selector .selector.active {
  display: block;
}
.country-selector .current-country {
  cursor: pointer;
  padding: 0;
  text-align: center;
}
.country-selector .current-country.selector-active .selector-icon {
  left: 5px;
  position: relative;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.country-selector .current-country.selector-active {
  border-bottom: none;
  padding-bottom: 0;
}
.country-selector .current-country span {
  text-transform: capitalize;
}
.country-selector .current-country .selector-icon {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-gray600);
  padding-bottom: 0.3em;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.country-selector .country a {
  text-decoration: none;
  text-transform: capitalize;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.country-selector .country a:hover {
  text-decoration: underline !important;
}
.country-selector .locale {
  display: inline-block;
  padding: 0 0 0.313rem 0;
  vertical-align: middle;
  -webkit-tap-highlight-color: initial;
  /* &:first-of-type {
  	padding-left: 0;
  }

  &:last-of-type {
  	border-right: none;
  	padding-right: 0;
  } */
}
@media only screen and (max-width: 768px) {
  .country-selector .locale {
    padding: 0.313rem 0.625rem;
  }
}

@media only screen and (max-width: 768px) {
  .navigation-mobile .mobile-lang-selector .country-selector .selector {
    margin: 0.5em 0.9em;
  }
}
.js-scrolling {
  overflow: auto;
  position: static;
}
@media only screen and (max-width: 768px) {
  .js-scrolling {
    position: fixed;
    overflow: hidden;
  }
}

.top-banner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1%;
  position: relative;
}

.credit-approval-banner {
  background: #000000;
  color: var(--color-white);
  padding: 0.625rem 0.313rem;
  text-align: center;
  text-transform: uppercase;
}
.credit-approval-banner a {
  color: var(--color-white);
}

.fancybox-slide--html .fancybox-content {
  max-width: 750px;
}
@media only screen and (max-width: 768px) {
  .fancybox-slide--html .fancybox-content {
    max-width: 100% !important;
    padding: 2.5rem 0.625rem;
  }
}

.header-above-nav {
  max-width: 1180px;
  margin: 0 auto;
}

.utility {
  border-bottom: 1px solid var(--color-gray300);
  height: 38px;
  line-height: 2.375rem;
  max-width: 1180px;
  margin: 0 auto;
}
.utility .promo-global,
.utility .right {
  font-weight: 500;
  width: 50%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .utility .promo-global {
    width: 100%;
    text-align: center;
  }
}
.utility .promo-global .red {
  color: var(--color-error400);
  text-transform: uppercase;
}

div.primary-logo {
  line-height: normal;
  font-size: 0.875rem;
  margin: 1rem 0 0;
  width: 240px;
  float: left;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  div.primary-logo {
    width: 180px;
    margin-top: 1.313rem;
  }
}
@media only screen and (max-width: 768px) {
  div.primary-logo {
    padding: 0.7em 0 0 0;
    margin: 0;
    width: 160px;
    height: 30px;
  }
}
div.primary-logo a {
  display: block;
}
div.primary-logo a img {
  vertical-align: top;
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .search-screen {
    width: 100%;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: fixed;
    z-index: 10000 !important;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .search-screen.active {
    opacity: 1;
    height: 110%;
  }
  .search-screen .overlay-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--color-white);
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .search-screen .overlay-content .mobile-search {
    width: 100%;
  }
  .search-screen .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper {
    padding: 1.5rem 1rem;
    overflow: scroll;
    height: 100vh;
    top: 75px !important;
    left: 0 !important;
    width: auto !important;
    border: 0 solid #e2e8f0 !important;
    border-top-width: 1px !important;
  }
}
@media only screen and (max-width: 768px) and (min-device-width: 320px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .search-screen .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper {
    height: calc(95vh - 73px);
  }
}
@media only screen and (max-width: 768px) and (min-device-width: 320px) and (max-device-width: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .search-screen .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper {
    height: 67vh;
  }
}
@media only screen and (max-width: 768px) {
  .search-screen .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper .product-suggestions .search-phrase {
    text-align: left;
    margin: 0 0 0.5rem;
    color: var(--color-gray600);
  }
  .search-screen .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper .product-suggestions .search-phrase .match {
    font-style: italic;
  }
  .search-screen .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper .phrase-suggestions {
    text-align: left;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .search-screen .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper .invalid-search {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .search-screen .overlay-content .mobile-search .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
  }
  .search-screen .overlay-content .mobile-search .search-box input[type=text] {
    border-color: var(--color-gray300);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right: none;
    padding-right: 2.5rem;
  }
  .search-screen .overlay-content .mobile-search .search-box input[type=text]:focus {
    outline-style: solid;
    outline-width: thin;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .search-screen .overlay-content .mobile-search .search-box input[type=text]:invalid + input[type=reset].clear-icon,
  .search-screen .overlay-content .mobile-search .search-box input[type=text]:invalid + span.error + input[type=reset].clear-icon {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .search-screen .overlay-content .mobile-search .search-box input[type=reset].clear-icon {
    height: 35px;
    width: 35px;
    background-color: transparent;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yMi4yNDUsNC4wMTVjMC4zMTMsMC4zMTMsMC4zMTMsMC44MjYsMCwxLjEzOWwtNi4yNzYsNi4yN2MtMC4zMTMsMC4zMTItMC4zMTMsMC44MjYsMCwxLjE0bDYuMjczLDYuMjcyICBjMC4zMTMsMC4zMTMsMC4zMTMsMC44MjYsMCwxLjE0bC0yLjI4NSwyLjI3N2MtMC4zMTQsMC4zMTItMC44MjgsMC4zMTItMS4xNDIsMGwtNi4yNzEtNi4yNzFjLTAuMzEzLTAuMzEzLTAuODI4LTAuMzEzLTEuMTQxLDAgIGwtNi4yNzYsNi4yNjdjLTAuMzEzLDAuMzEzLTAuODI4LDAuMzEzLTEuMTQxLDBsLTIuMjgyLTIuMjhjLTAuMzEzLTAuMzEzLTAuMzEzLTAuODI2LDAtMS4xNGw2LjI3OC02LjI2OSAgYzAuMzEzLTAuMzEyLDAuMzEzLTAuODI2LDAtMS4xNEwxLjcwOSw1LjE0N2MtMC4zMTQtMC4zMTMtMC4zMTQtMC44MjcsMC0xLjE0bDIuMjg0LTIuMjc4QzQuMzA4LDEuNDE3LDQuODIxLDEuNDE3LDUuMTM1LDEuNzMgIEwxMS40MDUsOGMwLjMxNCwwLjMxNCwwLjgyOCwwLjMxNCwxLjE0MSwwLjAwMWw2LjI3Ni02LjI2N2MwLjMxMi0wLjMxMiwwLjgyNi0wLjMxMiwxLjE0MSwwTDIyLjI0NSw0LjAxNXoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 14px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 50px;
    border: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .search-screen .overlay-content .mobile-search .search-box input[type=reset].clear-icon {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .search-screen .overlay-content .mobile-search .search-box input[type=reset].clear-icon:focus {
    outline: none;
  }
  .search-screen .overlay-content .mobile-search .search-box span.error {
    display: none !important;
  }
  .search-screen .overlay-content .mobile-search .search-box button,
  .search-screen .overlay-content .mobile-search .search-box .button.black,
  .search-screen .overlay-content .mobile-search .search-box .button.red,
  .search-screen .overlay-content .mobile-search .search-box .button.white.invert {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-color: var(--color-gray300);
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    background: none;
    border-style: solid;
    border-left: none;
  }
  .search-screen .overlay-content .close-btn {
    padding-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-screen .overlay-content .close-btn img {
    width: 14px;
    height: 14px;
    font-size: 1rem;
  }
}

.header-mobile {
  overflow: hidden;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .header-mobile .mobile-header-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 480px) {
  .header-mobile .mobile-header-section .mobile-header-left {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 768px) {
  .header-mobile .mobile-header-section .mobile-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-mobile .mobile-header-section .mobile-header-right .search-icon svg {
    padding-top: 0.5rem;
    padding-left: 2.4rem;
    width: 18px;
    height: 18px;
    margin-right: 0.8rem;
  }
  .header-mobile .mobile-header-section .mobile-header-right .phone-icon {
    padding-top: 0;
    padding-right: 0.8rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .header-mobile .mobile-header-section .mobile-header-right .phone-icon {
    padding: 0 0.6em 0 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .header-mobile .mobile-header-section .mobile-header-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-mobile .mobile-header-section .mobile-header-right .search-icon svg {
    padding-left: 0;
  }
  .header-mobile .mobile-header-section .mobile-header-right .mini-cart {
    padding-right: 0.5rem;
  }
}

.header-search {
  color: #000000;
  width: 21%;
  float: right;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header-search {
    width: 19%;
  }
}
@media only screen and (max-width: 768px) {
  .header-search {
    width: 100%;
    margin: 0.813rem 0 1.75rem;
  }
}
.header-search form {
  width: 100%;
  margin-top: 0.938rem;
  float: right;
  border: 1px solid var(--color-gray300);
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header-search form {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .header-search form {
    width: 94%;
    float: none;
    margin: 0 auto;
  }
}
.header-search input[type=text] {
  background-color: transparent;
  border: none;
  float: left;
  margin: 0;
  padding: 0 0 0 1em;
  height: 28px;
  line-height: 1.75rem;
  width: 85%;
  width: calc(100% - 2.5rem);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .header-search input[type=text] {
    height: 28px;
    line-height: 1.75rem;
  }
}
.header-search input[type=reset].clear-icon, .header-search span.error {
  display: none !important;
}
.header-search button,
.header-search .button.black,
.header-search .button.red, .header-search button.white.invert,
.header-search .button.white.invert {
  background-color: transparent;
  border: none;
  padding: 0.313rem 0 0.313rem 0.938rem !important;
}
@media only screen and (max-width: 768px) {
  .header-search button,
  .header-search .button.black,
  .header-search .button.red, .header-search button.white.invert,
  .header-search .button.white.invert {
    padding-top: 0.313rem !important;
    padding-bottom: 0.313rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-search-hidden {
    display: none;
  }
}

.phone-icon,
.mobile-account {
  float: right;
  padding: 0.7em 1em 0 0;
}
.navigation-mobile .phone-icon,
.navigation-mobile .mobile-account {
  float: left;
  width: 100%;
  padding: 1.3em 1.3em 0;
}
.navigation-mobile .phone-icon,
.navigation-mobile .mobile-account {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation-mobile .phone-icon a,
.navigation-mobile .mobile-account a {
  text-decoration: none;
}
.navigation-mobile .phone-icon span:first-child,
.navigation-mobile .mobile-account span:first-child {
  width: 30px;
  display: inline-block;
}

/*********************
SITE GENESIS => REMOVE
**********************/
.header-banner {
  display: block;
}
.header-banner .header-promotion {
  background-color: #64772d;
  color: var(--color-white);
  padding: 0.188rem 0 0.125rem;
  text-align: center;
}

.currency-converter {
  width: 100%;
}
.currency-converter select {
  color: #000000;
  height: 40px;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .currency-converter {
    margin-top: 0;
    position: absolute;
    right: 0.8em;
    top: 1.4em;
    width: auto;
  }
  .currency-converter select {
    background-color: transparent;
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #aaa;
    font-weight: 500;
    height: auto;
    margin-left: 0;
    padding: 0 0.063rem;
    width: auto;
  }
}

@media only screen and (min-width: 769px) {
  .header-above-nav {
    max-width: 100%;
  }
}

.top-banner {
  padding: 0 0%;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .top-banner {
    z-index: 20001 !important;
  }
}
.top-banner header {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 8px 0;
          box-shadow: rgba(0, 0, 0, 0.1) 0 3px 8px 0;
}

.pt_cartdesign .promo-banner, .pt_finace .promo-banner, .pt_checkout_top .promo-banner {
  display: none;
}

.promo-banner .promo-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  color: var(--color-white);
}
@media only screen and (min-width: 769px) {
  .promo-banner .promo-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .promo-banner .promo-global {
    max-width: 1920px;
    min-width: 1200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .promo-banner .promo-global {
    min-height: 64px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.promo-banner .promo-global div, .promo-banner .promo-global span, .promo-banner .promo-global a {
  color: inherit;
}
@media only screen and (min-width: 769px) {
  .promo-banner .promo-global .extrawrap p {
    text-align: center;
  }
}
.promo-banner .promo-global .c-whiteminibutton {
  letter-spacing: 0.05rem;
  line-height: 1;
  padding: 0.375rem 1.25rem;
  text-decoration: none;
  border-radius: 9999px;
  border: none;
  background: var(--color-white);
  color: #000000;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.875rem;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .promo-banner .promo-global .c-whiteminibutton {
    padding: 0.625rem 1.25rem;
  }
}
.promo-banner .promo-global .bannercta:hover .c-whiteminibutton {
  background: #000000;
  color: var(--color-white);
}

.main-nav {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.main-nav .utility-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--color-gray200);
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .main-nav .utility-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav {
    border-bottom: none;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .utility-nav {
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav .utility-nav {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 0;
  }
}
.main-nav .utility-nav .logo {
  grid-column: 2;
}
.main-nav .utility-nav .logo img {
  height: 2.188rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .logo img {
    height: 1.75rem !important;
  }
}
.main-nav .utility-nav .utilities {
  grid-column: 3;
  justify-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.main-nav .utility-nav .utilities .nav-item {
  padding: 0.5rem;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .utilities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    margin-right: 0;
  }
}
.main-nav .category-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: 500;
  position: relative;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .nav-mask-gradient {
    z-index: 2;
    width: 50px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(55%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 55%, rgb(255, 255, 255) 100%);
    height: 52px;
    right: 0;
  }
}

.mini-cart {
  float: right;
  top: 0.2em;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .mini-cart {
    padding-right: 0.7em;
  }
}
.mini-cart.active a.mini-cart-link {
  color: var(--color-error400);
}
.mini-cart.active .icon.cart {
  fill: var(--color-error400);
}

.mini-cart-total {
  position: relative;
  text-align: right;
}
.mini-cart-total .mini-cart-empty {
  text-decoration: none;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}
.mini-cart-total .mini-cart-link {
  text-decoration: none;
}
.mini-cart-total .mini-cart-link .minicart-quantity {
  vertical-align: 2px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .mini-cart-total .mini-cart-link .minicart-quantity {
    vertical-align: baseline;
  }
}

.mini-cart-content {
  display: none;
  position: absolute;
  top: 2.7em;
  width: 345px;
  padding-bottom: 1em;
  background-color: var(--color-white);
  border: 1px solid #e7e8e9;
  z-index: 5000;
}
@media only screen and (min-width: 769px) {
  .mini-cart-content {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mini-cart-content {
    top: 6.6em;
    width: calc(97% - 0.7em);
    left: 0;
    margin: 0 calc(1% + 0.7em);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.mini-cart-content:before {
  content: "";
  position: absolute;
  top: -7px;
  right: 23px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e7e8e9;
}

.mini-cart-header {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0.3em 0.8em;
  text-transform: uppercase;
  background: #e7e8e9;
}

.mini-cart-products {
  max-height: 360px;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.mini-cart-product {
  border-top: 1px solid #e7e8e9;
  overflow: hidden;
  padding: 0.5em;
  position: relative;
}
.mini-cart-image {
  float: left;
  width: 35%;
}
.mini-cart-image img {
  max-width: 90%;
}

.cart-home-assembly.mini-cart {
  padding-left: 0.8em;
}
.cart-home-assembly.mini-cart .checker {
  margin-top: 0.625rem;
}

.mini-cart-name {
  float: left;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  width: 65%;
  margin-bottom: 0.6em;
}
.mini-cart-name a {
  text-decoration: none;
}

.mini-cart-attributes,
.mini-cart-product .product-availability-list {
  float: left;
  font: 0.875rem "Rauschen A", sans-serif;
  width: 65%;
}

.mini-cart-pricing {
  clear: right;
  float: left;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  width: 75%;
}
.mini-cart-pricing .value {
  margin-right: 1.25rem;
}
.mini-cart-pricing .mini-cart-price {
  font: 0.875rem "Rauschen A", sans-serif;
  color: var(--color-gray600);
}

.mini-cart-totals {
  text-align: left;
}

.mini-cart-subtotals {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0.3em 0.8em;
  background: #e7e8e9;
}
.mini-cart-subtotals span {
  display: inline-block;
}
.mini-cart-subtotals .value {
  float: right;
}

.mini-cart-slot {
  padding: 0 1em;
}

.btn-checkout {
  padding: 1em 0 1em 1em;
}
.btn-checkout span {
  padding-right: 6.375rem;
}
@media only screen and (max-width: 768px) {
  .btn-checkout span {
    padding-right: 5.438rem;
  }
}

.main-nav .nav-items {
  margin-left: 0.5rem;
}
.main-nav .nav-items.language-tip {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .main-nav .nav-items.language-tip {
    border-left: 1px solid var(--color-gray200);
  }
}
.main-nav .nav-items.language-tip.open .nav-item i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0px;
  right: -4px;
}
.main-nav .nav-items.language-tip .nav-item i {
  color: var(--color-gray600);
  padding-left: 0.3125rem;
  position: relative;
  top: 1px;
  margin: 0;
}
.main-nav .nav-items.language-tip .tooltip {
  background-color: var(--color-gray200);
  min-width: 60px;
  padding: 0.5rem;
  font-size: 0.75rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: capitalize;
}
.main-nav .nav-items.language-tip .tooltip a {
  text-decoration: none;
}
.main-nav .nav-items .nav-item {
  position: relative;
  font-family: var(--bfx-fontfam-default);
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: -0.04rem;
  line-height: 1.4;
  text-decoration: none;
  padding: 0.5rem;
  text-transform: capitalize;
}
@media only screen and (min-width: 769px) {
  .main-nav .nav-items .nav-item:hover {
    background: var(--color-gray200);
    border-radius: 3px;
  }
}
.main-nav .nav-items .nav-item i {
  margin-right: 0.3125rem;
}
@media only screen and (min-width: 769px) {
  .main-nav .nav-items.open .nav-item {
    background: var(--color-gray200);
    border-radius: 3px;
  }
}
.main-nav .nav-item-tooltip.tooltip {
  border: 1px solid var(--color-gray200);
  border-radius: 3px;
  padding: 0;
  background-color: var(--color-white);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  z-index: 10000000;
  right: 0;
  left: auto;
  top: 33px;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .main-nav .nav-item-tooltip.tooltip {
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 10px 8px 2px;
            box-shadow: rgba(0, 0, 0, 0.05) 0 10px 8px 2px;
  }
}
.main-nav .nav-item-tooltip.tooltip .accounts-section {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.038rem;
}
.main-nav .nav-item-tooltip.tooltip .show-acc-support .head {
  background: var(--color-gray200);
  padding: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.04rem;
}
.main-nav .nav-item-tooltip.tooltip .show-acc-support ul {
  padding: 0 1rem;
  margin: 0;
}
.main-nav .nav-item-tooltip.tooltip .show-acc-support ul li {
  display: block;
  border-bottom: 1px solid var(--color-gray200);
  padding: 0.625rem 0;
}
.main-nav .nav-item-tooltip.tooltip .show-acc-support ul li:last-child {
  border: 0;
  padding: 0.625rem 0;
}
.main-nav .nav-item-tooltip.tooltip .show-acc-support ul li a {
  padding: 0.3125rem;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
}
.main-nav .nav-item-tooltip.tooltip .show-acc-support ul li a i, .main-nav .nav-item-tooltip.tooltip .show-acc-support ul li a .icon.chat {
  margin-right: 0.625rem;
}
.main-nav .nav-item-tooltip.tooltip .show-acc-support ul .bowflex-icon img {
  width: 25px;
  margin-right: 0.3125rem;
}
.main-nav .nav-item-tooltip.tooltip .show-acc-support ul .jrny-icon img {
  width: 15px;
  margin-right: 0.3125rem;
}
.main-nav .nav-item-tooltip.tooltip .show-acc ul li a i {
  font-size: 0.875rem;
  color: var(--color-gray600);
  margin-left: 0.625rem;
}
.main-nav .tooltip-top::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 90%;
  top: 4px;
  border: 5px solid transparent;
  border-bottom: 8px solid var(--color-gray200);
  -webkit-transform: translate(-50%, calc(-100% - 5px));
      -ms-transform: translate(-50%, calc(-100% - 5px));
          transform: translate(-50%, calc(-100% - 5px));
}
.main-nav .utility-nav .mini-cart-total {
  top: 1px;
}
@media only screen and (min-width: 769px) {
  .main-nav .utility-nav .mini-cart-total {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .mini-cart-total {
    font-size: 1rem;
    margin-left: 0.25rem;
  }
}
.main-nav .utility-nav .mini-cart-total .mini-cart-link {
  display: grid;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .mini-cart-total .mini-cart-link {
    width: 40px;
    height: 40px;
  }
}
.main-nav .utility-nav .mini-cart-total:hover {
  background: var(--color-gray200);
  border-radius: 3px;
}
.main-nav .utility-nav .mini-cart-total .minicart-quantity {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 9;
  background: var(--color-blue400);
  border-radius: 50%;
  font-size: 0.4rem;
  padding: 0.063rem;
  width: 0.625rem;
  height: 0.625rem;
  text-align: center;
  color: var(--color-white);
  font-weight: 500;
  line-height: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .mini-cart-total .minicart-quantity {
    top: 4px;
    right: 4px;
  }
}
.main-nav .utility-nav .header-search {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .header-search {
    float: right;
    z-index: 0;
    font-size: 0.95rem;
    margin: 0 0.1rem 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .utility-nav .header-search .search-icon-link-btn {
    position: relative;
    top: 0px;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .utility-nav .header-search.open .search-icon-link.nav-item {
    display: none;
  }
  .main-nav .utility-nav .header-search.open .search-section.desktop {
    display: block;
  }
}
.main-nav .utility-nav .header-search .search-icon-link.nav-item {
  padding: 0;
}
.main-nav .utility-nav .header-search .search-icon-link.nav-item button,
.main-nav .utility-nav .header-search .search-icon-link.nav-item .button.black,
.main-nav .utility-nav .header-search .search-icon-link.nav-item .button.red,
.main-nav .utility-nav .header-search .search-icon-link.nav-item .button.white.invert {
  width: 34px;
  height: 34px;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .header-search .search-icon-link.nav-item button,
  .main-nav .utility-nav .header-search .search-icon-link.nav-item .button.black,
  .main-nav .utility-nav .header-search .search-icon-link.nav-item .button.red,
  .main-nav .utility-nav .header-search .search-icon-link.nav-item .button.white.invert {
    width: 40px;
    height: 40px;
    position: relative;
    top: 1px;
    left: 1px;
  }
}
.main-nav .utility-nav .header-search button,
.main-nav .utility-nav .header-search .button.black,
.main-nav .utility-nav .header-search .button.red,
.main-nav .utility-nav .header-search .button.white.invert {
  background: white;
  position: absolute;
  right: 2px;
  width: 34px;
  height: 34px;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .header-search button,
  .main-nav .utility-nav .header-search .button.black,
  .main-nav .utility-nav .header-search .button.red,
  .main-nav .utility-nav .header-search .button.white.invert {
    right: 8px;
    padding: 0.2rem 0.313rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .header-search button.search-icon-link,
  .main-nav .utility-nav .header-search .search-icon-link.button.black,
  .main-nav .utility-nav .header-search .search-icon-link.button.red,
  .main-nav .utility-nav .header-search .search-icon-link.button.white.invert {
    line-height: 1.563rem;
    border: 0 !important;
    top: 1px;
    right: 4px;
  }
}
.main-nav .utility-nav .header-search button:hover,
.main-nav .utility-nav .header-search .button.black:hover,
.main-nav .utility-nav .header-search .button.red:hover,
.main-nav .utility-nav .header-search .button.white.invert:hover {
  background: var(--color-gray200);
  border-radius: 3px;
}
.main-nav .utility-nav .header-search form {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  border-radius: 3px;
  position: relative;
  margin-right: 0;
}
.main-nav .utility-nav .header-search form.error {
  color: inherit;
}
.main-nav .utility-nav .header-search form input[type=text] {
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
  font-size: 0.85rem;
  height: 34px;
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .main-nav .utility-nav .header-search form input[type=text] {
    width: 0;
    font-size: 0.75rem;
  }
}
.main-nav .utility-nav .header-search form input[type=text]:focus {
  outline: none;
}
.main-nav .utility-nav .header-search form input[type=text]::-moz-placeholder {
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .main-nav .utility-nav .header-search form.focused input[type=text] {
    width: 200px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
    padding-left: 0.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav .utility-nav .header-search form.focused input[type=text] {
    width: 300px;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .utility-nav .header-search form.focused .search-in {
    visibility: visible;
    -webkit-transition: visibility 0.2s linear;
    transition: visibility 0.2s linear;
  }
}
.main-nav .utility-nav .header-search form.focused button:hover,
.main-nav .utility-nav .header-search form.focused .button.black:hover,
.main-nav .utility-nav .header-search form.focused .button.red:hover,
.main-nav .utility-nav .header-search form.focused .button.white.invert:hover {
  background: var(--color-white);
}
@media only screen and (min-width: 769px) {
  .main-nav .utility-nav .header-search form.focused button i,
  .main-nav .utility-nav .header-search form.focused .button.black i,
  .main-nav .utility-nav .header-search form.focused .button.red i,
  .main-nav .utility-nav .header-search form.focused .button.white.invert i {
    color: var(--color-black);
  }
}
.main-nav .utility-nav .header-search form .search-in {
  border: 1px solid var(--color-gray300);
  border-radius: 3px;
  -webkit-transition: visibility 0.1s linear;
  transition: visibility 0.1s linear;
}
@media only screen and (min-width: 769px) {
  .main-nav .utility-nav .header-search form .search-in {
    visibility: hidden;
  }
}
.main-nav .utility-nav .overlay-content .search-box .search-in {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-nav .category-nav .nav-items.language-tip {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  z-index: 9;
}
.main-nav .category-nav .nav-items.language-tip .tooltip.dropdown-menu {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  min-width: 57px;
  font-size: 0.75rem;
  font-weight: 400;
}

.search-container .breadcrumb {
  text-align: center;
}
.search-container .breadcrumb-result-text {
  font: 1.25rem "Rauschen A", sans-serif;
  font-style: italic;
  color: var(--color-error400);
}
.search-container .breadcrumb-result-text h1 {
  font-style: normal;
  text-decoration: none;
  color: #000000;
}
.search-container .breadcrumb-result-text a {
  text-decoration: none;
}

.pt_product-search-noresult .breadcrumb-element {
  font: 1.25rem "Rauschen A", sans-serif;
  font-style: italic;
}
.pt_product-search-noresult .breadcrumb-element h1 {
  display: inline-block;
  font: 500 1.25rem "Rauschen A", sans-serif;
  font-style: italic;
  text-transform: capitalize;
  color: var(--color-error400);
}
.pt_product-search-noresult .breadcrumb-element h1 a {
  color: var(--color-error400);
  text-decoration: none;
}

.breadcrumb {
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
  padding: 0.5em 1%;
}
.breadcrumb li {
  display: inline;
  list-style: none outside none;
}

.paging-current-page {
  left: -999em;
  position: absolute;
}

.breadcrumb-element:after {
  color: #000000;
  content: "/";
  margin: 0 0.375rem;
}
.breadcrumb-element:last-child {
  font-weight: 500;
}
.breadcrumb-element:last-child:after {
  content: "";
}

.breadcrumb-refinement {
  font-weight: 500;
}
.breadcrumb-refinement:after {
  content: attr(data-divider);
  font-style: normal;
}
.breadcrumb-refinement:last-of-type:after {
  content: "";
}

.breadcrumb-refinement-value {
  background-color: rgba(132, 189, 0, 0.3);
  display: inline-block;
  border-radius: 3px;
  margin: 0 0.42em 0.42em 0;
  padding: 0 0.42em;
}

.breadcrumb-relax {
  background: none;
  color: #990000;
  font-style: normal;
  padding: 0 0 0 0.4em;
}

.search-container .breadcrumb-result-text {
  color: var(--color-gray500);
}

.col-1 {
  float: left;
  margin: 0.25rem 0;
  width: 48%;
}

.col-2 {
  float: right;
  margin: 0.25rem 0;
  width: 48%;
}

.content-header {
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 0.875rem !important;
}
.content-header span {
  font-size: 0.75rem;
  font-style: 400;
  font-weight: 400;
}

.section-header .dialog-required {
  text-transform: none;
}
.pt_product-search-noresult .section-header p {
  margin: 0;
}

.section-header-note {
  font-size: 0.9rem;
  font-weight: 400;
  position: absolute;
  right: 1em;
  text-transform: none;
}

.back {
  display: block;
  margin: 0 0 0.625rem;
}

.refinement-header {
  display: block;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0.7em;
  text-transform: uppercase;
  background-color: var(--color-gray200);
}
.refinement-header {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.refinements-holder > .refinement {
  position: relative;
  width: 23%;
  margin-right: 2%;
  float: left;
}
.refinements-holder > .refinement {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .refinements-holder > .refinement {
    width: 100%;
    margin: 2% 0 0;
  }
}

.refinement ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.refinement ul li {
  padding: 0 0.7em;
  border-bottom: 1px solid var(--color-gray300);
}
.refinement ul li:last-child {
  border: none;
}
.refinement ul li.selected {
  font-weight: 500;
}
.refinement ul li a {
  display: block;
  padding: 0.7em 0;
  text-decoration: none;
}
.refinement ul.swatches li {
  float: left;
  padding: 0.16em;
}
.refinement ul.swatches li a {
  border: 2px solid var(--color-gray200);
  border-radius: 0.5em;
  display: block;
  padding: 0.2em 0.8em;
}
.refinement ul.swatches li.selected a {
  border-color: #84bd00;
  font-weight: 500;
}
.refinement ul.swatches li.unselectable a {
  background-image: url("../images/interface/icon-color-swatch-unselectable.png");
  background-position: right top;
}
.refinement ul.refinementColor li a {
  height: 23px;
  padding: 0;
  text-indent: -999em;
  width: 30px;
}
.refinement .refinement-header.has-clear-refinement {
  padding-right: 4.375rem;
  word-break: break-word;
}
.refinement .clear-refinement {
  position: absolute;
  right: 0.7em;
  top: 0.7em;
}
.refinement .refinement-link {
  border: 0 none;
}
.refinement .selected .refinement-link {
  background-position: left bottom;
}
.refinement .refinement-top-level {
  padding: 1em;
}
.refinement .fa-square-o {
  color: var(--color-gray300);
}
.refinement .fa-square-o:before {
  padding-right: 0.313rem;
}

#category-level-1 li {
  display: block;
}
#category-level-1 li .refinement-toggle {
  display: none;
}
#category-level-1 li.expandable > a {
  display: inline-block;
  vertical-align: top;
}
#category-level-1 li.expandable > a.refinement-toggle {
  display: inline-block;
  width: 10%;
  height: 20px;
  text-align: right;
  cursor: pointer;
  background: url("../images/arrow-refinement.png") no-repeat center right;
}
#category-level-1 li.expandable > a.toggle-up {
  background: url("../images/arrow-refinement-up.png") no-repeat center right;
}
#category-level-1 li.expandable > a.refinement-link {
  width: 88%;
}

#category-level-2 {
  padding: 0.5em;
  display: none;
}
#category-level-2.active {
  display: block;
}
#category-level-2 li {
  border-bottom: none;
}
#category-level-2 a.active {
  font-weight: 500;
  padding: 0.5em 0 !important;
}
#category-level-2 a.refinement-link {
  padding: 0.5em 0;
}
#category-level-2 a.refinement-toggle {
  padding-top: 0;
}

#category-level-3 {
  padding: 0.3em 0 0;
  display: none;
}
#category-level-3.active {
  display: block;
}
#category-level-3 a.active {
  padding: 0.5em 0;
}

.refinement h3 {
  background-color: #efefef;
  border-top: 1px solid var(--color-gray200);
  font-size: 1.1rem;
  letter-spacing: 0.125rem;
  margin: 0;
  padding: 1.15em 0.75em 0.75em;
  text-transform: uppercase;
}
.ie7 .refinement h3 {
  clear: both;
}

.scrollable {
  height: 10em;
  overflow: auto;
}

.nav ul {
  border: 0 none;
  list-style: none outside none;
  margin: 0.58em 0;
  padding: 0;
}
.nav ul li {
  list-style: none outside none !important;
  margin: 0 0 0.58em !important;
}
.nav .toggle {
  border: 0 none;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin: 0.83em 0 0.58em;
  padding: 0.65em 0 0 1.25em;
  text-transform: uppercase;
}
.nav .toggle span {
  background: none repeat scroll 0 0 transparent;
}
.nav .expanded {
  background-position: left -96px;
}

footer {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  footer {
    border: none;
  }
}

.swatch-black a {
  background-color: #000000 !important;
}

.swatch-beige a {
  background-color: #f5f5dc !important;
}

.swatch-blue a {
  background-color: blue !important;
}

.swatch-purple a {
  background-color: purple !important;
}

.swatch-red a {
  background-color: red !important;
}

.swatch-brown a {
  background-color: #783201 !important;
}

.swatch-green a {
  background-color: green !important;
}

.swatch-grey a {
  background-color: #8f979d !important;
}

.swatch-pink a {
  background-color: #fe249a !important;
}

.swatch-orange a {
  background-color: orange !important;
}

.swatch-white a {
  background-color: #ffffff !important;
}

.swatch-yellow a {
  background-color: #ffff00 !important;
}

.swatch-navy a {
  background-color: navy !important;
}

.swatch-miscellaneous a {
  background: url("../images/interface/icon-color-swatch-misc.png") no-repeat scroll left top transparent;
}

.unselectable.swatch-miscellaneous a {
  background: url("../images/interface/icon-color-swatch-misc-unselectable.png") no-repeat scroll left top transparent !important;
}

.product-name {
  margin-top: 1em;
  overflow: hidden;
  font-size: 1rem;
  font-size: 1rem;
}
.product-name a {
  font: 1rem "Rauschen A", sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem !important;
}

.product-tile {
  font: 0.875rem "Rauschen A", sans-serif;
  color: var(--color-gray600);
  text-align: center;
}
.product-tile .ratings {
  display: inline-block;
}
.product-tile .ratings-area a {
  text-decoration: none;
}
.product-tile .ratings-area a.stars-anchor {
  margin-right: 0.5em;
}
.product-tile .ratings-area a.stars-anchor:hover {
  text-decoration: none;
}

.ratings-text {
  font: 0.75rem "Rauschen A", sans-serif;
  color: #000000;
}

.product-promo-msg {
  font: 0.75rem "Rauschen A", sans-serif;
  font-weight: 500;
  margin: 1em 0;
  text-transform: uppercase;
  color: var(--color-error400);
}
.product-promo-msg a {
  color: var(--color-error400);
}

.product-tile {
  position: relative;
}
.product-tile img {
  max-width: 100%;
}
.product-tile .product-image {
  height: auto;
  position: relative;
}
.product-tile .product-image .qv-btn {
  display: none;
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.product-tile .product-image .qv-btn i.quickview-btn-arrow {
  margin-top: 0.6em;
  background: url(../images/arrow-right.png) no-repeat center right;
}
.product-tile .product-image:hover .qv-btn {
  display: block;
}
.product-tile .product-pricing {
  margin: 0.5em 0;
}
.product-tile .product-pricing .product-standard-price {
  text-decoration: line-through;
}
.product-tile .product-pricing :nth-child(2) {
  color: var(--color-error400);
}
.grid-tile .product-tile .product-swatches {
  display: none;
  float: right;
}
.product-tile .product-swatches-all {
  cursor: pointer;
  font-size: 0.9rem;
}
.product-tile .product-swatches ul {
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.product-tile .product-swatches ul.swatch-toggle {
  background: none repeat scroll 0 0 var(--color-white);
  display: none;
  position: absolute;
}
.product-tile .product-swatches:hover ul.swatch-toggle {
  display: block;
}
.product-tile .product-swatches li {
  float: left;
}
.product-tile .product-swatches .swatch {
  display: block;
  width: 16px;
}
.product-tile .product-swatches .swatch img {
  border: 1px solid var(--color-white);
  height: 12px;
  padding: 0.063rem;
  width: 12px;
}
.product-tile .product-swatches .selected img, .product-tile .product-swatches img:hover {
  border-color: #84bd00;
}
.product-tile .product-compare {
  float: left;
  line-height: 0.688rem;
}
.product-tile .product-compare label {
  font-weight: 400;
  line-height: 1;
  padding: 0 0 0 0.5em;
  width: auto;
}
.product-tile .product-compare input {
  float: left;
  margin: 0;
}
.product-tile .product-review {
  margin-bottom: 1em;
}
.product-tile .product-review .rating-title {
  display: inline-block;
  margin-right: 1em;
}
.product-tile .product-review .rating {
  display: inline-block;
}
.wide-tiles .product-tile {
  height: auto !important;
}
.wide-tiles .product-tile .product-image {
  float: left;
  padding-right: 2em;
}
.wide-tiles .product-tile .product-name,
.wide-tiles .product-tile .product-pricing,
.wide-tiles .product-tile .product-promo,
.wide-tiles .product-tile .product-swatches,
.wide-tiles .product-tile .product-review {
  float: left;
  text-align: left;
  width: 65%;
}
.wide-tiles .product-tile .product-name {
  font-size: 1.5rem;
  height: auto;
  margin-top: 0;
}
.wide-tiles .product-tile .product-pricing {
  font-size: 1.3rem;
}
.wide-tiles .product-tile .product-swatches {
  margin-bottom: 1em;
}

.capture-product-id {
  left: -999em;
  position: absolute;
}

.product-name.badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .product-name.badge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-name.badge .name-link {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .product-name.badge .name-link {
    margin-right: 0;
  }
}

.accessorytabinfo .card.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.accessorytabinfo .card.flex .cardtop img {
  width: auto !important;
}

.grid-badge .badgeWrapper {
  letter-spacing: -0.04rem;
  font-size: 0.875rem;
  color: var(--color-black);
  background-color: var(--color-gray300);
  padding: 0.3rem 0.75rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 7px;
}
.grid-badge .badgeWrapper.other-bd-new {
  background-color: var(--color-green200);
}
.grid-badge .badgeWrapper.other-bd-sale {
  background-color: var(--color-warning100);
}
.grid-badge .badgeWrapper.other-bd-exclusive {
  background-color: var(--color-blue100);
}
.grid-badge .badgeWrapper.other-bd-clearance {
  background-color: var(--color-warning100);
}

.product-promo-msg {
  color: var(--color-blue400);
  font-size: 0.875rem;
  line-height: 1.4;
}
.product-promo-msg a, .product-promo-msg i {
  color: var(--color-blue400);
}
.product-promo-msg .fa-solid.fa-tag {
  margin-right: 0.5rem;
}

.search-container h1 {
  text-align: center;
}

.search-result-items {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-result-items li {
  list-style: none outside none;
}
.search-result-items .grid-tile {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 2%;
  width: 25%;
  border-right: 1px solid var(--color-gray300);
  border-bottom: 1px solid var(--color-gray300);
}
.search-result-items .grid-tile {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.search-result-items .grid-tile:nth-of-type(4n) {
  border-right: none;
}
.search-result-items .grid-tile .hr-text, .search-result-items .grid-tile .category-message, .search-result-items .grid-tile .product-pricing-monthly, .search-result-items .grid-tile .product-pricing-monthly-message, .search-result-items .grid-tile .product-pricing-monthly-modal {
  display: none;
}
.search-result-items .grid-tile .product-pricing {
  margin-top: 0.6rem;
}
.search-result-items .grid-tile .product-pricing .product-standard-price {
  font-size: 0.875rem;
  color: var(--color-black);
  font-weight: 400;
  text-decoration: line-through;
}
.search-result-items .grid-tile .product-pricing .product-sales-price {
  font-size: 1.125rem;
}
.search-result-items .grid-tile .product-pricing .product-sales-price.mipfont {
  font-size: 1.125rem;
  color: var(--color-error400);
  font-weight: 400;
}
.search-result-items .grid-tile .product-promo-msg {
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 400;
}
.search-result-items .grid-tile .product-promo-msg a {
  font-size: 0.875rem;
  color: var(--color-black);
  margin-left: 0.5rem;
}
.search-result-items .grid-tile .grid-badge {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .search-result-items .grid-tile .grid-badge img {
    width: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .search-result-items .grid-tile {
    width: 33.333%;
  }
  .search-result-items .grid-tile:nth-of-type(4n) {
    border-right: 1px solid var(--color-gray300);
  }
  .search-result-items .grid-tile:nth-of-type(3n) {
    border-right: none;
  }
}
@media only screen and (max-width: 768px) {
  .search-result-items .grid-tile {
    width: 100%;
    border-right: none;
  }
}
.search-result-items .invisible {
  display: none;
}

.wide-tiles .search-result-items .grid-tile {
  width: 100%;
  border-right: none;
}
.wide-tiles .product-tile .product-swatches {
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  margin-top: 0.313rem;
}
.wide-tiles .product-tile .product-swatches li {
  float: left;
}
.wide-tiles .product-tile .ratings-area {
  float: right;
}

.pagination {
  width: 50%;
  float: right;
  margin: 0.438rem 1.25rem 1em 2%;
  font-family: "Rauschen A", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .pagination {
    position: relative;
    width: 96%;
    margin: 0 2%;
    clear: both;
  }
  .pagination span.mobile {
    display: inline-block !important;
  }
}
.pt_content-search-result .pagination {
  width: 100%;
  float: none;
  text-align: center;
  margin: 1em 0;
}
.pt_content-search-result .pagination .results-hits {
  float: none;
}
.pagination .results-hits {
  float: left;
}
@media only screen and (max-width: 768px) {
  .pagination .results-hits {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
    text-transform: none;
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
}
.pagination ul {
  float: right;
  margin: -0.313rem 0 0 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .pagination ul {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
  }
}
.pagination li {
  display: block;
  float: left;
  list-style: none;
  padding: 0 0.625rem 0 0px;
}
.pagination li.current-page {
  color: var(--color-error400);
}
.pagination li.current-page span {
  color: #000000;
}
.pagination li.first-last {
  padding: 0.05em 0.5em 0.3em;
  border: 1px solid var(--color-gray300);
}
.pagination li.first-last.first {
  margin-right: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .pagination li.first-last.first {
    float: left;
  }
}
.pagination li.first-last.last {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .pagination li.first-last.last {
    float: right;
  }
}
.pagination li:not(.first-last) {
  margin-top: 0.3em;
}
@media only screen and (max-width: 768px) {
  .pagination li:not(.first-last) {
    display: none;
  }
}
.pagination li span {
  padding-left: 0.5rem;
}
.pagination li a {
  text-decoration: none;
}
.pagination li.hidden-line span {
  display: none;
}

.toggle-grid {
  display: block;
  float: left;
  margin-right: 0.5em;
}
.toggle-grid i {
  cursor: pointer;
  margin-right: 0.3em;
}
.toggle-grid [data-option=column] {
  color: var(--color-error400);
}
.toggle-grid.wide [data-option=wide] {
  color: var(--color-error400);
}
.toggle-grid.wide [data-option=column] {
  color: var(--color-gray600);
}

.search-result-options {
  position: relative;
  margin: 1.063rem 0 1.313rem;
  width: 100%;
}
.search-result-options.footer {
  clear: both;
  padding: 1em 0 0;
  margin: 0;
}
.search-result-options.footer .items-per-page {
  display: none;
}

.search-result-content {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .search-result-content {
    padding-top: 1.5em;
  }
}

.refinements {
  width: 20%;
  margin-left: 1.25rem;
  float: left;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .refinements {
    width: 42%;
    margin-left: 2%;
  }
}
.refinements h3 {
  position: relative;
  text-transform: none;
  padding: 0.6em 0.7em;
  border: 1px solid var(--color-gray300);
  background: var(--color-white);
  z-index: 500;
  cursor: pointer;
  font-weight: 400;
  padding-right: 1.25em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.refinements h3 {
  font-family: "Rauschen A", sans-serif;
}
.refinements h3 {
  font-size: 1rem;
}
.refinements h3 {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .refinements h3 {
    font-weight: 400;
    padding: 0.87em 0.7em;
  }
  .refinements h3 {
    font-family: "Rauschen A", sans-serif;
  }
  .refinements h3 {
    font-size: 1rem;
  }
  .refinements h3 {
    font-weight: 500;
  }
}
.refinements h3.expanded {
  border-bottom: 1px solid var(--color-white);
}
.refinements h3.expanded span {
  background: url("../images/interface/select-icon-up.png") no-repeat right center;
}
.refinements h3 span {
  position: absolute;
  right: 6px;
  top: 5px;
  display: block;
  float: right;
  width: 15px;
  height: 10px;
  padding-top: 1.125rem;
  background: url("../images/interface/select-icon.png") no-repeat right center;
}
.refinements .refinements-holder {
  display: none;
  position: absolute;
  left: 20px;
  right: 0;
  padding: 1em;
  margin-top: -0.063rem;
  border: 1px solid var(--color-gray300);
  background: var(--color-white);
  z-index: 400;
}
@media only screen and (max-width: 768px) {
  .refinements .refinements-holder {
    left: 1.9%;
  }
}

.sort-by {
  float: left;
  margin: 0 0 0 2%;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .sort-by {
    width: 42%;
    margin: 0 2%;
    float: right;
    font: 0.75rem "Rauschen A", sans-serif;
  }
}

.sort-by label {
  display: none;
}
.sort-by select {
  border: 1px solid var(--color-gray300);
  padding: 0.5em 0.7em;
}
.sort-by button,
.sort-by .button.black,
.sort-by .button.red, .sort-by button.white.invert,
.sort-by .button.white.invert {
  background: none;
  border: 0 none;
}

.pt_product-search-noresult h5 {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
}
.pt_product-search-noresult .no-hits-help {
  margin: 1em;
}
.pt_product-search-noresult .no-hits-help p {
  margin-left: 1em;
}
.pt_product-search-noresult .no-hits-search {
  margin: 1em;
}
.pt_product-search-noresult .no-hits-search label {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.pt_product-search-noresult .no-hits-search input[type=text] {
  width: 240px;
  margin-top: 1em;
  border: 1px solid var(--color-gray300);
}
@media only screen and (max-width: 768px) {
  .pt_product-search-noresult .no-hits-search input[type=text] {
    width: 94%;
  }
}
.pt_product-search-noresult .no-hits-search button,
.pt_product-search-noresult .no-hits-search .button.black,
.pt_product-search-noresult .no-hits-search .button.red,
.pt_product-search-noresult .no-hits-search .button.white.invert {
  background: none;
  border: none;
  margin-left: -2.188rem;
}

.no-hits-search-term,
.no-hits-search-term-suggest {
  color: var(--color-error400);
}

.no-hits-footer {
  margin: 1em;
}

.pt_product-search-result .primary-content h1.content-header {
  padding-left: 0.938rem;
}

.category-main-banner img {
  max-width: 100%;
}

.search-result-bookmarks {
  display: none;
  margin: 0.938rem;
}
.search-result-bookmarks .first {
  border-right: 1px solid #999;
  padding-right: 0.313rem;
}

.search-promo {
  padding: 1.25rem;
}

#results-content {
  background: none;
  padding-top: 1.875rem;
}

.folder-content-list {
  margin: 0;
  overflow: hidden;
  padding: 0 1.25rem;
}
.folder-content-list li {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 2% 2% 2% 0;
  width: 48%;
}
.folder-content-list .content-title {
  display: block;
}

.no-results {
  padding: 1.25rem;
}

@media only screen and (max-width: 768px) {
  .pt_product-search-result, .pt_content-search-result {
    padding: 0 2% !important;
    width: 96%;
  }
}
.pt_product-search-result .breadcrumb-element:after, .pt_content-search-result .breadcrumb-element:after {
  margin: 0;
}
.pt_product-search-result #results-products, .pt_content-search-result #results-products {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  text-transform: capitalize;
  font-style: 400;
  padding: 0.625rem 0 0 0;
  margin: 0;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .pt_product-search-result #results-products, .pt_content-search-result #results-products {
    padding-top: 0.063rem;
  }
}
.pt_product-search-result #results-content, .pt_content-search-result #results-content {
  clear: both;
  font-family: "Rauschen A", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  text-transform: capitalize;
  font-style: 400;
  padding: 1.875rem 0 0 0;
  margin: 0;
  font-size: 1.5rem;
}
.pt_product-search-result .view-all-articles button,
.pt_product-search-result .view-all-articles .button.black,
.pt_product-search-result .view-all-articles .button.red,
.pt_product-search-result .view-all-articles .button.white.invert, .pt_content-search-result .view-all-articles button,
.pt_content-search-result .view-all-articles .button.black,
.pt_content-search-result .view-all-articles .button.red,
.pt_content-search-result .view-all-articles .button.white.invert {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.pt_product-search-result .view-all-articles button span,
.pt_product-search-result .view-all-articles .button.black span,
.pt_product-search-result .view-all-articles .button.red span,
.pt_product-search-result .view-all-articles .button.white.invert span, .pt_content-search-result .view-all-articles button span,
.pt_content-search-result .view-all-articles .button.black span,
.pt_content-search-result .view-all-articles .button.red span,
.pt_content-search-result .view-all-articles .button.white.invert span {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--color-error400);
  text-decoration: underline;
}
.pt_product-search-result .view-all-articles button span:hover,
.pt_product-search-result .view-all-articles .button.black span:hover,
.pt_product-search-result .view-all-articles .button.red span:hover,
.pt_product-search-result .view-all-articles .button.white.invert span:hover, .pt_content-search-result .view-all-articles button span:hover,
.pt_content-search-result .view-all-articles .button.black span:hover,
.pt_content-search-result .view-all-articles .button.red span:hover,
.pt_content-search-result .view-all-articles .button.white.invert span:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .pt_product-search-result .view-all-articles button span,
  .pt_product-search-result .view-all-articles .button.black span,
  .pt_product-search-result .view-all-articles .button.red span,
  .pt_product-search-result .view-all-articles .button.white.invert span, .pt_content-search-result .view-all-articles button span,
  .pt_content-search-result .view-all-articles .button.black span,
  .pt_content-search-result .view-all-articles .button.red span,
  .pt_content-search-result .view-all-articles .button.white.invert span {
    font-size: 0.875rem;
  }
}
.pt_product-search-result .folder-content-list, .pt_content-search-result .folder-content-list {
  margin: 0;
  padding: 1.563rem 0 0 0;
  list-style: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .pt_product-search-result .folder-content-list, .pt_content-search-result .folder-content-list {
    width: 96%;
    padding: 0 2%;
  }
}
.pt_product-search-result .folder-content-list li, .pt_content-search-result .folder-content-list li {
  width: 33.333%;
  padding: 0 0 3.75rem 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 0.875rem "Rauschen A", sans-serif;
  color: #000000;
  line-height: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .pt_product-search-result .folder-content-list li, .pt_content-search-result .folder-content-list li {
    width: 100%;
    padding: 0 0 1.25rem 0;
    float: none;
    font: 0.75rem "Rauschen A", sans-serif;
    line-height: 1.125rem;
  }
}
.pt_product-search-result .folder-content-list li img, .pt_content-search-result .folder-content-list li img {
  width: 100%;
  height: auto;
}
.pt_product-search-result .folder-content-list li a, .pt_content-search-result .folder-content-list li a {
  text-decoration: none;
}
.pt_product-search-result .folder-content-list li a.readmore, .pt_content-search-result .folder-content-list li a.readmore {
  color: var(--color-error400);
  text-decoration: underline;
}
.pt_product-search-result .folder-content-list li a.readmore:hover, .pt_content-search-result .folder-content-list li a.readmore:hover {
  text-decoration: none;
}
.pt_product-search-result .folder-content-list li a.content-title, .pt_content-search-result .folder-content-list li a.content-title {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  padding: 0.625rem 0;
}
@media only screen and (max-width: 768px) {
  .pt_product-search-result .folder-content-list li a.content-title, .pt_content-search-result .folder-content-list li a.content-title {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
    padding-bottom: 0.313rem;
  }
}
.pt_product-search-result .folder-content-list li a div, .pt_content-search-result .folder-content-list li a div {
  padding-bottom: 0.938rem;
}
@media only screen and (max-width: 768px) {
  .pt_product-search-result .folder-content-list li a div, .pt_content-search-result .folder-content-list li a div {
    padding-bottom: 0.313rem;
  }
}
.pt_product-search-result .folder-content-list li.article-first, .pt_content-search-result .folder-content-list li.article-first {
  padding-left: 0;
  clear: left;
}
.pt_product-search-result .folder-content-list li .author, .pt_content-search-result .folder-content-list li .author {
  font: 0.75rem "Rauschen A", sans-serif;
  color: var(--color-gray600);
}
.pt_product-search-result .content-hits-footer, .pt_content-search-result .content-hits-footer {
  padding-bottom: 2em;
}
.pt_product-search-result .content-hits-footer .results-hits, .pt_content-search-result .content-hits-footer .results-hits {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pt_product-search-result .breadcrumb-result-text h1, .pt_content-search-result .breadcrumb-result-text h1 {
    font-size: 2.188rem;
    padding-top: 0.313rem;
  }
}
.pt_product-search-result .breadcrumb-result-text:after, .pt_content-search-result .breadcrumb-result-text:after {
  margin: 0;
  content: "";
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  .pt_product-search-result .breadcrumb-result-text span, .pt_content-search-result .breadcrumb-result-text span {
    font-size: 1rem;
  }
}
.pt_product-search-result .articles-top-content, .pt_content-search-result .articles-top-content {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pt_product-search-result .articles-top-content .articles-top-title, .pt_content-search-result .articles-top-content .articles-top-title {
    font-size: 2.188rem;
  }
}
.pt_product-search-result .back-to-search, .pt_content-search-result .back-to-search {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--color-error400);
  text-decoration: underline;
}
.pt_product-search-result .back-to-search:hover, .pt_content-search-result .back-to-search:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .pt_product-search-result .back-to-search, .pt_content-search-result .back-to-search {
    font-size: 0.875rem;
    margin: 0.313rem 0;
    display: inline-block;
  }
}

.pt_product-search-result .no-result-top-text {
  display: none;
}

.pt_product-search-noresult .line {
  display: none;
}
.pt_product-search-noresult .search-suggestion-normal-link {
  text-transform: capitalize;
  color: var(--color-error400);
  text-decoration: none;
  font-weight: 500;
}
.pt_product-search-noresult .no-hits-search-term {
  font-weight: 500;
}
.pt_product-search-noresult .section-header a {
  text-decoration: none;
}
.pt_product-search-noresult .section-header p {
  line-height: 1.375rem;
}

.search-grid-wrapper .search-result-items .grid-tile .product-tile {
  text-align: left;
}
.search-grid-wrapper .search-result-items .grid-tile .product-tile .product-name.badge {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.search-grid-wrapper .search-result-items .grid-tile .product-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-grid-wrapper .search-result-items .grid-tile .product-pricing .product-sales-price.mipfont {
  color: var(--color-blue400);
  line-height: 1.35;
  font-size: 1.25rem;
  font-weight: 500;
}
.search-grid-wrapper .search-result-items .grid-tile .product-pricing .product-sales-price {
  color: var(--color-black);
  font-family: var(--bfx-fontfam-default);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 0;
}
.search-grid-wrapper .search-result-items .grid-tile .product-pricing .product-standard-price {
  color: var(--color-gray600);
  margin-right: 0.25rem;
  line-height: 1.4;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.search-grid-wrapper .search-result-items .grid-tile .product-pricing .promotional-message {
  color: var(--color-blue400) !important;
}
.search-grid-wrapper .search-result-items .grid-tile .product-pricing .promotional-message a, .search-grid-wrapper .search-result-items .grid-tile .product-pricing .promotional-message i {
  color: var(--color-blue400);
}
.search-grid-wrapper .search-result-items .grid-tile .product-pricing .promotional-message .fa-solid.fa-tag {
  margin-right: 0.5rem;
}
.search-grid-wrapper .search-result-items .grid-tile .product-pricing .promotional-message .product-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.search-grid-wrapper .search-result-items .grid-tile .product-pricing .promotional-message .product-pricing .product-sales-price.mipfont {
  color: var(--color-blue400);
  line-height: 1.35;
  font-size: 1.25rem;
  font-weight: 500;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.search-grid-wrapper .search-result-items .grid-tile .product-pricing .promotional-message .product-pricing .product-sales-price {
  color: var(--color-black);
  font-family: var(--bfx-fontfam-default);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 0;
}
.search-grid-wrapper .search-result-items .grid-tile .product-pricing .promotional-message .product-pricing .product-standard-price {
  color: var(--color-gray600);
  margin-right: 0.5rem;
  line-height: 1.4;
}
.search-grid-wrapper .search-result-items .grid-tile .product-pricing .promotional-message .product-pricing .promotional-message {
  color: var(--color-blue400) !important;
}
.search-grid-wrapper .search-result-items .grid-tile .product-pricing .promotional-message .product-pricing .promotional-message a, .search-grid-wrapper .search-result-items .grid-tile .product-pricing .promotional-message .product-pricing .promotional-message i {
  color: var(--color-blue400);
}
.search-grid-wrapper .search-result-items .grid-tile .product-pricing .promotional-message .product-pricing .promotional-message .fa-solid.fa-tag {
  margin-right: 0.5rem;
}
.search-grid-wrapper .search-results-content .view-all-articles button span,
.search-grid-wrapper .search-results-content .view-all-articles .button.black span,
.search-grid-wrapper .search-results-content .view-all-articles .button.red span,
.search-grid-wrapper .search-results-content .view-all-articles .button.white.invert span {
  color: var(--color-gray500);
}
.search-grid-wrapper .search-results-content .folder-content-list li a.readmore {
  color: var(--color-black);
}
.search-grid-wrapper .search-result-options .pagination li.current-page {
  color: var(--color-gray400);
}
.search-grid-wrapper .search-result-options .pagination li.first-last {
  border: 1px solid var(--color-black);
}
.search-grid-wrapper .search-result-options .pagination li.first-last:hover {
  background-color: var(--color-black);
}
.search-grid-wrapper .search-result-options .pagination li.first-last:hover .icon {
  fill: var(--color-white);
}
.search-grid-wrapper .spic-toggle.enabled .product-pricing .spic {
  color: var(--color-blue400);
  font-size: 1.25rem;
  line-height: 1.35rem;
  letter-spacing: -0.04rem;
  font-weight: 500;
}

.infinite-scroll .search-result-content .infinite-scroll-loading {
  text-align: center;
  background: url("../images/infinite-loading-indicator.gif") center no-repeat;
  height: 35px;
  width: 100%;
}

.disable-infinite-scroll .search-result-content .page-element {
  display: none;
}

.bonus-product-list .bonus-product-item {
  border-bottom: 1px solid var(--color-gray300);
}
@media screen and (max-width: 768px) {
  .bonus-product-list .bonus-product-item .product-col-1,
  .bonus-product-list .bonus-product-item .product-col-2 {
    float: left;
    clear: none;
  }
}
.bonus-product-list .multipleOptionsWrapper input[type=checkbox] {
  display: inline-block;
  float: left;
  margin: 0.25rem 0.313rem 0 0;
}
.bonus-product-list .product-add-to-cart {
  padding-bottom: 0;
}
.bonus-product-list .product-add-to-cart .inventory {
  width: auto;
}
.bonus-product-list .product-add-to-cart .product-options .option-dropdown input[type=checkbox] {
  display: inline-block;
  float: left;
  margin: 0.313rem 0.625rem 0 0;
}
.bonus-product-list .product-name {
  float: none;
  margin: 1em 0;
}
.bonus-product-list .quantity-error {
  color: red;
  text-transform: inherit;
}
.bonus-product-list .bonus-product-list-footer {
  padding-top: 1em;
  padding-bottom: 1em;
}
.bonus-product-list .bonus-product-list-footer .add-to-cart-bonus {
  float: right;
}
.bonus-product-list .selected-bonus-item {
  margin: 0.5em 0 1em 2em;
  position: relative;
}
.bonus-product-list .selected-bonus-item .item-name {
  font-weight: 500;
}
.bonus-product-list .selected-bonus-item .remove-link {
  cursor: pointer;
  color: var(--color-error400);
  left: -2em;
  padding: 0 2em 2em 0;
  position: absolute;
}
.bonus-product-list .selected-bonus-item .remove-link:hover {
  color: #000000;
}

.bonus-discount-container .promo-details {
  display: none;
}
.bonus-discount-container .promo-details.visible {
  display: block;
}

@media only screen and (min-width: 769px) {
  .ui-dialog-content#bonus-product-dialog {
    width: 920px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ui-dialog-content#bonus-product-dialog {
    width: 700px !important;
  }
}
.ui-dialog-content#bonus-product-dialog #bonus-product-list .promotion {
  padding: 0;
  margin: 0;
}
.ui-dialog-content#bonus-product-dialog #bonus-product-list .promotion .tooltip {
  display: none;
}
.ui-dialog-content#bonus-product-dialog #bonus-product-list .product-col-2 {
  width: 57%;
  padding: 0.813rem 0;
}
@media only screen and (max-width: 768px) {
  .ui-dialog-content#bonus-product-dialog #bonus-product-list .product-col-2 {
    width: 100%;
    margin-top: 1em !important;
  }
}
.ui-dialog-content#bonus-product-dialog #bonus-product-list .product-col-2 .product-name {
  font-size: 1.875rem;
  text-align: left;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .ui-dialog-content#bonus-product-dialog #bonus-product-list .product-col-2 .product-name {
    margin-top: 2em;
    position: relative;
  }
}
.ui-dialog-content#bonus-product-dialog #bonus-product-list .product-col-2 .line {
  margin-bottom: 0.938rem !important;
}
.ui-dialog-content#bonus-product-dialog #bonus-product-list .bonus-select {
  padding-top: 1.563rem;
}
.ui-dialog-content#bonus-product-dialog #bonus-product-list .bonus-select .select-bonus-item {
  margin-top: 1.1em;
}
@media only screen and (max-width: 768px) {
  .ui-dialog-content#bonus-product-dialog #bonus-product-list .bonus-select .select-bonus-item {
    margin-top: 1.438rem;
  }
}
.ui-dialog-content#bonus-product-dialog #bonus-product-list .button-fancy-medium {
  margin-top: 1.1em;
}
.ui-dialog-content#bonus-product-dialog #bonus-product-list .shipping-title {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.875rem;
  border-bottom: 1px solid var(--color-gray300);
  padding: 0.875rem 0 0.875rem 0;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ui-dialog-content#bonus-product-dialog #bonus-product-list .shipping-title {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.563rem;
    line-height: 1.563rem;
    font-weight: 500;
    text-transform: none;
  }
}

.send-to-friend-product {
  border-bottom: 1px solid var(--color-gray200);
  border-top: 1px solid var(--color-gray200);
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  margin-right: 22%;
  overflow: hidden;
  padding: 1.25rem 0;
}
.send-to-friend-product .product-image {
  float: left;
  width: 36%;
}
.send-to-friend-product .product-image img {
  max-width: 80%;
}
.send-to-friend-product .product-description {
  float: left;
  width: 63%;
}
.send-to-friend-product .product-description h2 {
  margin-right: 0;
}
.send-to-friend-product .product-description .value {
  font-weight: 500;
}
.send-to-friend-product .product-description h2 {
  font-size: 1.2rem;
  font-style: italic;
}
.send-to-friend-product .product-description dt {
  clear: both;
  float: left;
  margin: 0.625rem 0 0 0;
  width: 100px;
}
.send-to-friend-product .product-description dd {
  float: left;
  margin: 0.625rem 0 0 0;
  width: 200px;
}

#send-to-friend-main .send-to-friend-sender-label {
  padding-top: 0;
}
#send-to-friend-main .send-to-friend-sender {
  margin-left: 2%;
  padding: 0.7em 0.5em;
  text-indent: 0;
  width: 49.5966%;
}

#send-to-friend-dialog .send-to-friend-login-message {
  padding: 2em 0em 2em;
}

.sizinginformation {
  border: 0 none;
  padding: 0.625rem;
}
.sizinginformation th {
  background: none repeat scroll 0 0 #efefef;
}
.sizinginformation td, .sizinginformation th {
  border-bottom: 1px solid #efefef;
  padding: 0.625ren;
}
.sizinginformation td {
  border-left: 1px solid #efefef;
}
.sizinginformation .ui-tabs-nav {
  height: 33px;
}
.sizinginformation .sizing-charts {
  border: 0 none;
}
.sizinginformation .tips-list {
  padding: 0 !important;
}
.sizinginformation .tips-list li {
  list-style: none outside none !important;
}

#cart-table thead {
  display: none;
}
@media screen and (min-width: 769px) {
  #cart-table thead {
    display: table-header-group;
  }
}
#cart-table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.313rem;
}
#cart-table .header-total-price {
  text-align: right;
}
#cart-table .item-image {
  float: left;
  text-align: center;
  width: 40%;
}
@media screen and (min-width: 769px) {
  #cart-table .item-image {
    float: none;
    width: 7rem;
  }
}
#cart-table .item-details {
  float: left;
  width: 60%;
}
@media screen and (min-width: 769px) {
  #cart-table .item-details {
    float: none;
    width: auto;
  }
}
#cart-table .item-details .name {
  font-size: 1rem;
}
#cart-table .item-quantity {
  position: relative;
  clear: left;
  float: left;
  text-align: center;
  width: 40%;
}
@media screen and (min-width: 769px) {
  #cart-table .item-quantity {
    clear: none;
    float: none;
    text-align: left;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #cart-table .item-quantity {
    text-align: left;
  }
}
#cart-table .item-quantity input {
  width: 2.5rem;
}
#cart-table .item-quantity span.error {
  position: absolute;
  left: 0;
  top: 74px;
}
@media screen and (max-width: 768px) {
  #cart-table .item-quantity span.error {
    top: 85px;
  }
}
#cart-table .item-quantity .mobile-qty-label {
  display: none;
}
@media screen and (max-width: 768px) {
  #cart-table .item-quantity .mobile-qty-label {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  #cart-table .item-quantity .regular-qty {
    float: left;
    padding-top: 0.6em;
    margin-right: 1em;
    line-height: 1.375rem;
  }
}
#cart-table .item-quantity-details {
  clear: left;
  float: left;
  text-align: center;
  width: 40%;
}
@media screen and (min-width: 769px) {
  #cart-table .item-quantity-details {
    clear: none;
    float: none;
    text-align: left;
    width: auto;
  }
}
#cart-table .item-quantity-details .item-user-actions a,
#cart-table .item-quantity-details .item-user-actions button,
#cart-table .item-quantity-details .item-user-actions .button.black,
#cart-table .item-quantity-details .item-user-actions .button.red,
#cart-table .item-quantity-details .item-user-actions .button.white.invert {
  display: block;
  width: 100%;
  margin: 0.3rem 0;
}
@media screen and (min-width: 769px) {
  #cart-table .item-quantity-details .item-user-actions a,
  #cart-table .item-quantity-details .item-user-actions button,
  #cart-table .item-quantity-details .item-user-actions .button.black,
  #cart-table .item-quantity-details .item-user-actions .button.red,
  #cart-table .item-quantity-details .item-user-actions .button.white.invert {
    width: auto;
  }
}
#cart-table .item-price {
  float: left;
  width: 60%;
}
@media screen and (min-width: 769px) {
  #cart-table .item-price {
    float: none;
    width: auto;
  }
}
#cart-table .price-promotion .price-sales {
  color: #000000;
}
#cart-table .price-promotion .price-standard {
  margin: 0 1em 0 0;
  text-decoration: line-through;
}
#cart-table .item-total {
  float: left;
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
  width: 100%;
  word-wrap: break-word;
}
@media screen and (min-width: 769px) {
  #cart-table .item-total {
    float: none;
    font-size: 1rem;
    width: auto;
  }
}
#cart-table .item-total .promo-adjustment {
  width: 100%;
  font: 0.875rem "Rauschen A", sans-serif;
  text-transform: uppercase;
  color: var(--color-error400);
  margin: 0.313rem 0;
}
#cart-table .item-total .promo-adjustment a {
  color: var(--color-error400);
}
#cart-table .price-unadjusted {
  color: #000000;
  display: inline-block;
  margin: 0;
  font-weight: 500;
}
#cart-table .price-unadjusted span {
  text-decoration: line-through;
}
#cart-table .price-adjusted-total {
  color: var(--color-error400);
  display: inline-block;
  margin: 0 0 0 0.625rem;
  font-weight: 500;
}
#cart-table .price-adjusted-total span {
  color: var(--color-error400);
}
#cart-table .gift-cert-delivery {
  color: #990000;
}

.cart-promo .bonus-item-details {
  vertical-align: middle !important;
  font: 0.875rem "Rauschen A", sans-serif;
  padding: 0.938rem 0.625rem !important;
  border: 0 !important;
  width: auto !important;
}
@media only screen and (max-width: 768px) {
  .cart-promo .bonus-item-details {
    display: block !important;
    width: 100%;
    padding: 1.25rem 0 0.625rem 0 !important;
    font: 0.75rem "Rauschen A", sans-serif;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .cart-promo .bonus-item-details {
    display: block;
    width: 100%;
  }
}
.cart-promo .bonus-item-details a {
  color: var(--color-error400);
}
.cart-promo .bonus-item-actions {
  border: 0 !important;
  padding: 0.938rem 0 !important;
  text-align: right !important;
  vertical-align: bottom !important;
  min-width: 308px;
  width: auto;
}
@media only screen and (max-width: 480px) {
  .cart-promo .bonus-item-actions {
    display: block;
    width: 100%;
  }
}
.cart-promo .bonus-item-actions .select-bonus.red.button {
  width: auto;
}

.bonus-item-promo .bonus-item-details {
  float: left;
  width: 50%;
  padding-top: 2.5rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bonus-item-promo .bonus-item-details a {
  color: var(--color-error400);
}
@media only screen and (max-width: 768px) {
  .bonus-item-promo .bonus-item-details {
    width: 100%;
    float: none;
    text-align: center;
    padding: 1.25rem 0 0 0;
  }
}
.bonus-item-promo .bonus-products {
  float: right;
  width: 50%;
  padding: 1.25rem 0 0.875rem 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .bonus-item-promo .bonus-products {
    width: 100%;
    float: none;
  }
}

.cart-order-totals {
  padding-right: 1.25rem;
}
@media screen and (min-width: 769px) {
  .cart-order-totals {
    float: right;
    margin-top: 0;
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .cart-order-totals {
    padding-right: 0;
  }
}

.order-totals-table td {
  padding: 0.3rem;
  text-align: right;
}
.order-totals-table .order-totals-item {
  width: 60%;
}
.order-totals-table .order-totals-value {
  width: 40%;
}
.order-totals-table .order-subtotal {
  font-weight: 500;
}
.order-totals-table .order-shipping th, .order-totals-table .order-sales-tax th, .order-totals-table .order-shipping-discount th {
  font-weight: 400;
}
.order-totals-table .order-total {
  font-size: 1rem;
  font-weight: 500;
}

.cart-action-checkout {
  float: right;
}

.cart-action-continue-shopping {
  float: right;
}
.cart-action-continue-shopping button.button-text,
.cart-action-continue-shopping .button-text.button.black,
.cart-action-continue-shopping .button-text.button.red,
.cart-action-continue-shopping .button-text.button.white.invert {
  line-height: 4.25rem;
  margin-right: 1em;
}

.cart-recommendations {
  margin: 2em 0;
}
.cart-recommendations h3 {
  text-align: center;
  font-size: 1.875rem;
  text-transform: capitalize;
}
.cart-recommendations .main-carousel-wrapper {
  padding: 0 3rem;
  min-height: 375px;
}
@media only screen and (max-width: 768px) {
  .cart-recommendations .main-carousel-wrapper {
    padding: 0 1rem;
    min-height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .cart-recommendations .main-carousel-wrapper {
    min-height: auto;
  }
}
.cart-recommendations .product-listing {
  padding: 1em 0;
}
.cart-recommendations .product-listing.recommendations-carousel {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .cart-recommendations .product-listing.recommendations-carousel {
    width: 96%;
  }
}
.cart-recommendations .product-listing.recommendations-carousel .owl-stage-outer {
  margin-left: 0rem;
  padding: 0 0.125rem;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .cart-recommendations .product-listing.recommendations-carousel .owl-stage-outer {
    margin-left: 0rem;
    padding: 0 0.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .cart-recommendations .product-listing.recommendations-carousel .owl-stage-outer {
    padding: 0;
    margin-right: 0;
  }
}
.cart-recommendations .product-listing.recommendations-carousel .owl-stage {
  left: -2px;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .cart-recommendations .product-listing.recommendations-carousel .owl-stage {
    left: -3px;
  }
}
@media only screen and (max-width: 768px) {
  .cart-recommendations .product-listing.recommendations-carousel .owl-stage {
    left: 0;
  }
}
.cart-recommendations .product-listing.recommendations-carousel .owl-stage .cart-recommendation-item {
  max-width: 100%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.cart-recommendations .product-listing.recommendations-carousel .owl-item {
  padding: 0.5rem 0;
}
.cart-recommendations .product-listing.recommendations-carousel .owl-item:hover .cart-recommendation-item {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.cart-recommendations .product-listing.recommendations-carousel .owl-item + .owl-item .cart-recommendation-item {
  padding: 0rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .cart-recommendations .product-listing.recommendations-carousel .owl-controls {
    padding-top: 2em;
  }
}
.cart-recommendations .product-listing.recommendations-carousel .owl-controls .owl-dots {
  display: none !important;
}
.cart-recommendations .product-listing.recommendations-carousel .owl-buttons {
  left: -5px;
  right: -5px;
  top: 14%;
}
.cart-recommendations .product-listing.recommendations-carousel .owl-prev {
  background: url(../images/arrow-gray-left.png) center left no-repeat;
  width: 36px;
  margin-top: 1.875rem;
  padding-top: 0;
  opacity: 1;
  position: relative;
  left: -50px;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .cart-recommendations .product-listing.recommendations-carousel .owl-prev {
    margin-top: 4.063rem;
  }
}
@media only screen and (max-width: 768px) {
  .cart-recommendations .product-listing.recommendations-carousel .owl-prev {
    margin-top: 6.563rem;
    left: -45px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-recommendations .product-listing.recommendations-carousel .owl-prev {
    margin-top: 7.5rem;
    margin-left: 0.625rem;
    background-size: 50%;
    left: -35px;
    width: 50px;
  }
}
.cart-recommendations .product-listing.recommendations-carousel .owl-next {
  background: url(../images/arrow-gray-right.png) center right no-repeat;
  width: 36px;
  margin-top: 1.875rem;
  padding-top: 0;
  opacity: 1;
  position: relative;
  right: -50px;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .cart-recommendations .product-listing.recommendations-carousel .owl-next {
    margin-top: 4.063rem;
  }
}
@media only screen and (max-width: 768px) {
  .cart-recommendations .product-listing.recommendations-carousel .owl-next {
    margin-top: 6.563rem;
    right: -40px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-recommendations .product-listing.recommendations-carousel .owl-next {
    margin-top: 7.5rem;
    margin-right: 0.625rem;
    background-size: 50%;
    right: -35px;
    width: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .cart-recommendations .product-listing.recommendations-carousel .owl-dots {
    margin-top: 1.25rem;
  }
}
.cart-recommendations .product-listing .search-result-items {
  margin-top: 1em;
}
.cart-recommendations .product-listing .product-listing-details {
  text-align: center;
}
.cart-recommendations .product-listing .product-listing-details h3 {
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .cart-recommendations .product-listing .product-listing-details h3 {
    font-size: 1rem;
  }
}
.cart-recommendations .product-listing .product-listing-details h3 a {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}
.cart-recommendations .product-listing .product-listing-details .product-price span {
  font: 0.875rem "Rauschen A", sans-serif;
  color: var(--color-gray600);
  color: var(--color-black);
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .cart-recommendations .product-listing .product-listing-details .product-price span {
    font-size: 1rem;
  }
}
.cart-recommendations .product-listing .product-listing-details .product-price .price-sales {
  display: inline-block;
}
.cart-recommendations .product-listing .product-listing-details .product-price .price-sales.mipfont .price-new {
  color: var(--color-blue400);
  font-size: 1rem;
  font-weight: 400;
}
.cart-recommendations .product-listing .product-listing-details .product-price .price-standard {
  text-decoration: line-through;
  font-size: 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.cart-recommendations .cart-recommendation-item {
  display: inline-block;
  max-width: 25%;
  margin: 0 0.063rem;
  min-height: 290px;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .cart-recommendations .cart-recommendation-item {
    min-height: 225px;
  }
}
@media only screen and (max-width: 768px) {
  .cart-recommendations .cart-recommendation-item {
    border: none;
    height: auto;
    margin: 0 0.125rem;
    max-width: 100%;
    min-height: 300px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .cart-recommendations .cart-recommendation-item {
    min-height: 200px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  .cart-recommendations .cart-recommendation-item {
    border: none;
    height: auto;
    max-width: 33%;
    min-height: 260px;
  }
}
.cart-recommendations .cart-recommendation-item .cart-rec-tile {
  padding: 0rem;
  max-width: 192px;
  margin: 0 auto;
}
.cart-recommendations .cart-recommendation-item .cart-rec-tile .product-listing-image {
  padding: 0rem;
}
.cart-recommendations .cart-recommendation-item img {
  max-width: 192px;
  display: inline-block;
}

.cart-empty {
  margin-top: 4rem;
}
.cart-empty h1 {
  text-align: center;
}
.cart-empty .cart-action-continue-shopping {
  float: none;
  text-align: center;
  margin-bottom: 4rem;
}
.cart-empty .product-listing {
  background-color: #efefef;
  padding: 1rem 0;
}
.cart-empty .product-listing h2 {
  margin-left: 1.3rem;
}
.cart-empty .product-listing .search-result-items {
  margin-top: 1em;
}

.promo-adjustment {
  color: var(--color-error400);
}

ul.product-availability-list {
  margin: 0;
  padding: 0;
}
ul.product-availability-list li {
  list-style: none outside none;
}
ul.product-availability-list .on-order, ul.product-availability-list .not-available {
  color: var(--color-error400);
  font: 0.875rem "Rauschen A", sans-serif;
}

.account-welcome .welcome-message {
  font-size: 1.2rem;
  font-style: italic;
}
.account-welcome .not-user {
  margin: 0.83em 0;
}

#password-reset {
  white-space: nowrap;
}

#wrapper.pt_checkout, #wrapper.pt_order-confirmation {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  #wrapper.pt_checkout, #wrapper.pt_order-confirmation {
    width: 100%;
    max-width: 1180px;
    padding: 1.875rem 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_checkout, #wrapper.pt_order-confirmation {
    padding: 0 0.938rem;
  }
}
@media only screen and (min-width: 769px) {
  #wrapper.pt_checkout #main, #wrapper.pt_order-confirmation #main {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #wrapper.pt_checkout #main, #wrapper.pt_order-confirmation #main {
    padding: 0 1.15em;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_checkout #main, #wrapper.pt_order-confirmation #main {
    padding: 1.75rem 0 0 0;
  }
}
@media only screen and (min-width: 769px) {
  #wrapper.pt_checkout .top-banner, #wrapper.pt_order-confirmation .top-banner {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #wrapper.pt_checkout .top-banner, #wrapper.pt_order-confirmation .top-banner {
    padding: 0 0.313rem;
  }
}
#wrapper.pt_checkout #primary, #wrapper.pt_order-confirmation #primary {
  width: 71.196%;
  float: left;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #wrapper.pt_checkout #primary, #wrapper.pt_order-confirmation #primary {
    width: 70.1%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #wrapper.pt_checkout #primary, #wrapper.pt_order-confirmation #primary {
    width: 100%;
    padding-bottom: 4.375rem;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_checkout #primary, #wrapper.pt_order-confirmation #primary {
    width: 100%;
  }
}
#wrapper.pt_checkout #secondary, #wrapper.pt_order-confirmation #secondary {
  float: right;
  width: 25.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  margin-bottom: 2.5rem;
  min-width: 300px;
}
@media only screen and (min-width: 769px) {
  #wrapper.pt_checkout #secondary, #wrapper.pt_order-confirmation #secondary {
    margin-top: 3.5rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #wrapper.pt_checkout #secondary, #wrapper.pt_order-confirmation #secondary {
    width: 100%;
    margin-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_checkout #secondary, #wrapper.pt_order-confirmation #secondary {
    width: 100%;
    margin-bottom: 3.75rem;
  }
}
#wrapper.pt_checkout button,
#wrapper.pt_checkout .button.black,
#wrapper.pt_checkout .button.red,
#wrapper.pt_checkout .button.white.invert, #wrapper.pt_order-confirmation button,
#wrapper.pt_order-confirmation .button.black,
#wrapper.pt_order-confirmation .button.red,
#wrapper.pt_order-confirmation .button.white.invert {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#wrapper.pt_checkout .error-form, #wrapper.pt_order-confirmation .error-form {
  clear: left;
}
#wrapper.pt_checkout .error-form.billing-error-top, #wrapper.pt_order-confirmation .error-form.billing-error-top {
  margin-top: 1.5em;
  float: left;
}
#wrapper.pt_checkout .error-form div.form-row.valid-address, #wrapper.pt_order-confirmation .error-form div.form-row.valid-address {
  margin: 2% 0 0 4%;
  color: #000000;
}
#wrapper.pt_checkout .shipping-right-button, #wrapper.pt_order-confirmation .shipping-right-button {
  float: right;
  text-align: right;
  padding: 1.438rem 0.375rem 0 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_checkout .shipping-right-button, #wrapper.pt_order-confirmation .shipping-right-button {
    float: left;
    text-align: left;
    padding: 1.25rem 0.375rem 0 0;
  }
}
@media only screen and (min-width: 769px) {
  #wrapper.pt_checkout .shipping-right-button .big, #wrapper.pt_order-confirmation .shipping-right-button .big {
    width: 234px;
  }
}
@media only screen and (min-width: 769px) {
  #wrapper.pt_checkout .shipping-right-button .big:before, #wrapper.pt_order-confirmation .shipping-right-button .big:before {
    left: -10px;
  }
}
#wrapper.pt_checkout .shipping-right-button #shippingSubmitButton, #wrapper.pt_order-confirmation .shipping-right-button #shippingSubmitButton {
  display: none !important;
}

#wrapper.pt_checkout_login {
  width: 100%;
}
#wrapper.pt_checkout_login .col-2 {
  float: right;
  width: 46.808%;
  margin: 0;
  padding: 1.438rem 0 2.5rem 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_checkout_login .col-2 {
    width: 100%;
    float: none;
  }
}
#wrapper.pt_checkout_login #primary {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_checkout_login .account-content-middle {
    padding-top: 0;
  }
}

@media only screen and (min-width: 769px) {
  .pt_checkout_top #wrapper.pt_checkout {
    padding-top: 1.563rem;
  }
}

.finance-top-title {
  padding: 0;
  margin: 0;
  font-family: "Rauschen A", sans-serif;
  font-size: 2.813rem;
  font-weight: 500;
  text-transform: none;
  line-height: 2.375rem;
}
@media only screen and (max-width: 768px) {
  .finance-top-title {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.563rem;
    line-height: 1.563rem;
    font-weight: 500;
    text-transform: none;
  }
}

.checkout-customer-service {
  padding: 1.25rem 0.875rem 0 1.25rem;
  background: var(--color-gray200);
}
.checkout-customer-service h1 {
  margin: 0;
  padding: 0 0 0.5rem 0;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .checkout-customer-service h1 {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
  }
}
.checkout-customer-service p {
  padding: 0 0 0.5rem 0;
  margin: 0;
  font: 0.875rem "Rauschen A", sans-serif;
  line-height: 1.375rem;
}
.checkout-customer-service p span {
  font-weight: 500;
  display: block;
}
.checkout-customer-service p a {
  font-weight: 500;
}

.checkoutlogin h2 {
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Rauschen A", sans-serif;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid var(--color-gray300);
  padding: 0 0 0.563rem 0.688rem;
}
@media only screen and (max-width: 768px) {
  .checkoutlogin h2 {
    padding-right: 5.313rem;
    padding-left: 0;
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
  }
}
.checkoutlogin .dialog-required {
  position: absolute;
  top: 0;
  right: 13px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .checkoutlogin .dialog-required {
    right: 0;
  }
}
.checkoutlogin .dialog-required span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  color: var(--color-error400);
  font-style: normal !important;
  text-transform: capitalize;
}
.checkoutlogin .dialog-required span.indicator-arrow {
  font-size: 1rem;
  margin-left: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .checkoutlogin .dialog-required span {
    font: 0.75rem "Rauschen A", sans-serif;
    color: var(--color-error400);
    font-weight: 500;
  }
}

.checkout-progress-indicator .step {
  float: left;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  line-height: 1.375rem;
  margin-left: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .checkout-progress-indicator .step {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
    line-height: 1.375rem;
    margin-left: 1.313rem;
  }
}
.checkout-progress-indicator .step span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #000000;
  color: var(--color-white);
  display: inline-block;
  margin-right: 0.625rem;
  text-align: center;
  line-height: 1.313rem;
}
@media only screen and (max-width: 768px) {
  .checkout-progress-indicator .step span {
    margin-right: 0.313rem;
  }
}
.checkout-progress-indicator .step span.passed {
  background: var(--color-gray300);
}
.checkout-progress-indicator .step span.passed i {
  width: 10px;
  height: 8px;
  display: inline-block;
  background: url("../images/progress-checked.png") top left no-repeat;
  position: relative;
  top: 7px;
}
.checkout-progress-indicator .step div {
  display: inline-block;
  vertical-align: top;
}
.checkout-progress-indicator .step .fas, .checkout-progress-indicator .step .far {
  display: none;
}
.checkout-progress-indicator .step.active {
  color: var(--color-error400);
}
.checkout-progress-indicator .step.active span {
  background: var(--color-error400);
}
.checkout-progress-indicator .step.active a {
  color: var(--color-error400);
}
.checkout-progress-indicator .step.inactive a {
  color: var(--color-gray600);
}
.checkout-progress-indicator .step.step-1 {
  margin-left: 0;
}
.checkout-progress-indicator .step a {
  text-decoration: none;
}

.stepper-phase2 {
  max-width: 573px;
}
.stepper-phase2 .step {
  text-align: center;
  position: relative;
  width: 85px;
  font-size: 0.813rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2.188rem !important;
}
.stepper-phase2 .step span {
  background: var(--color-gray300);
  display: block;
  margin: 0 auto;
  margin-bottom: 0.438rem;
  width: 24px;
  height: 24px;
  line-height: 1.5rem;
  font-size: 1rem;
}
.stepper-phase2 .step span.passed {
  background: var(--color-gray300);
}
.stepper-phase2 .step span.passed i {
  width: 10px;
  height: 8px;
  display: inline-block;
  background: url("../images/progress-checked.png") top left no-repeat;
  position: relative;
  top: 7px;
}
.stepper-phase2 .step.inactive .bar-text div {
  color: var(--color-gray300);
  font-weight: 400;
}
.stepper-phase2 .step.inactive a {
  color: var(--color-gray300);
  font-weight: 400;
}
.stepper-phase2 .step .image-container {
  background: var(--color-gray300);
  border-radius: 15px;
  border: 1px solid var(--color-gray300);
  width: 4.125rem;
  height: 21px;
  padding-top: 0.188rem;
  text-align: center;
  margin-bottom: 0.313rem;
}
.stepper-phase2 .step .image-container img {
  width: auto !important;
}
@media only screen and (max-width: 768px) {
  .stepper-phase2 .step {
    width: 45px;
    line-height: normal;
    margin-left: 1.313rem !important;
  }
}
@media screen and (max-width: 420px) {
  .stepper-phase2 .step {
    width: 40px;
  }
}
.stepper-phase2 .step div {
  width: 102px;
}
@media only screen and (max-width: 768px) {
  .stepper-phase2 .step div {
    width: auto;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1200px) {
  .stepper-phase2 .step div {
    width: auto;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1200px) {
  .stepper-phase2 .step {
    width: 53px;
  }
}
.stepper-phase2 .step.active .passed {
  background: var(--color-error400);
}
.stepper-phase2 .step.inactive div {
  color: var(--color-gray300);
  font-weight: 400;
}
.stepper-phase2 .steps-connecting:after {
  content: "";
  width: 83px;
  height: 3px;
  background: var(--color-gray300);
  display: block;
  float: right;
  margin-top: 0.625rem;
  position: absolute;
  right: -58px;
  top: 0px;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .stepper-phase2 .steps-connecting:after {
    right: -28px;
    width: 33px;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1200px) {
  .stepper-phase2 .steps-connecting:after {
    width: 50px;
    right: -42px;
  }
}
@media screen and (max-width: 420px) {
  .stepper-phase2 .steps-connecting:after {
    right: -23px;
    width: 25px;
  }
}
.stepper-phase2 .step-4.active {
  color: var(--color-gray600);
}
.stepper-phase2 .step-4.active .passed {
  background-color: var(--color-gray600);
}
.stepper-phase2 .step-4:after {
  content: "";
  border: 1px dashed;
  width: 78px;
  position: absolute;
  top: 12px;
  right: -56px;
  color: var(--color-gray300);
}
@media only screen and (max-width: 768px) {
  .stepper-phase2 .step-4:after {
    width: 25px;
    right: -22px;
  }
}
@media screen and (max-width: 420px) {
  .stepper-phase2 .step-4:after {
    width: 20px;
    right: -21px;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1200px) {
  .stepper-phase2 .step-4:after {
    width: 47px;
    right: -41px;
  }
}
@media only screen and (min-width: 1400px) {
  .stepper-phase2 .step-4 div {
    width: 109px;
  }
}
.stepper-phase2 .step-5 {
  margin-left: 3.438rem !important;
}
@media only screen and (max-width: 768px) {
  .stepper-phase2 .step-5 {
    width: auto;
    margin-left: 1rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .stepper-phase2 .step-5 .image-container {
    width: 4rem;
    margin-left: 0.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .stepper-phase2 .step-5 .bar-text div, .stepper-phase2 .step-5 div:not(.bar-text) {
    padding-left: 0.625rem;
  }
}
.stepper-phase2 .steps-completed:after {
  color: #3C518F;
}
.stepper-phase2 .step-5.steps-completed span {
  margin-bottom: 0.313rem;
}
.stepper-phase2 .step-5.steps-completed div {
  color: #3C518F;
  font-weight: 500;
}
.stepper-phase2 .step-5.steps-completed .image-container {
  background: #3C518F;
}
.stepper-phase2 .step-1 {
  margin-left: -0.938rem !important;
}
@media only screen and (max-width: 768px) {
  .stepper-phase2 .step-1 {
    margin-left: 0.313rem !important;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1200px) {
  .stepper-phase2 .step-1 {
    margin-left: 0.313rem !important;
  }
}
.stepper-phase2 .step-1.active .bar-text span {
  width: 16px;
  height: 24px;
  font-size: 1rem;
  text-align: left;
  padding-left: 0.5rem;
  line-height: 1.5rem;
}

.cs-contact-number {
  text-align: right;
  margin-right: 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .cs-contact-number {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .cs-contact-number {
    display: none;
  }
}
.cs-contact-number p {
  padding: 0;
  margin: 0;
  color: #000000;
  font: 0.875rem "Rauschen A", sans-serif;
}
.cs-contact-number p span {
  font-size: 1.25rem;
  color: var(--color-error400);
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .cs-contact-number p span {
    font-size: 1.063rem;
  }
}

.checkout-shipping {
  clear: left;
}
@media only screen and (max-width: 768px) {
  .checkout-shipping.addressupdate {
    padding-bottom: 1.25rem;
  }
}

.checkout-right .section-header {
  margin: 1.25rem 0 0 0;
  padding: 1.188rem 0.625rem 0 0.625rem;
  background: var(--color-gray200);
}
@media only screen and (max-width: 768px) {
  .checkout-right .section-header {
    margin: 0;
  }
}
.checkout-right .section-header h3 {
  position: relative;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: none;
  line-height: 1;
  padding: 0 0 0.625rem 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-right .section-header h3 {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
  }
}
.checkout-right .section-header h3 a {
  position: absolute;
  top: 3px;
  right: 0;
  font: 0.875rem "Rauschen A", sans-serif;
}
@media only screen and (max-width: 768px) {
  .checkout-right .section-header h3 a {
    font: 0.75rem "Rauschen A", sans-serif;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-right .section-header h3 span {
    width: 74%;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-right .checkout-mini-cart.product-show.mobile-hide {
    display: none;
  }
}
.checkout-right .checkout-mini-cart.product-show.mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .checkout-right .checkout-mini-cart.product-show.mobile {
    display: block;
  }
}
.checkout-right .checkout-mini-cart.product-show .mini-cart-product {
  padding: 0.938rem 0 0.625rem 0;
}
.checkout-right .checkout-mini-cart.product-show .mini-cart-image {
  width: 25%;
}
.checkout-right .checkout-mini-cart.product-show .mini-cart-name,
.checkout-right .checkout-mini-cart.product-show .mini-cart-attributes {
  width: 75%;
}
.checkout-right .checkout-mini-cart.product-show .mini-cart-pricing {
  width: 60%;
  font-weight: 400;
}
.checkout-right .checkout-mini-cart.product-show .mini-cart-pricing .price-unadjusted span {
  text-decoration: line-through;
}
.checkout-right .checkout-mini-cart.product-show .mini-cart-pricing .price-adjusted-total span {
  color: var(--color-error400);
}
.checkout-right .checkout-mini-cart.product-show .right-inhome-assembly {
  margin: 0.188rem 0;
}
.checkout-right .checkout-mini-cart.product-show .right-inhome-assembly:last-child {
  margin-bottom: 0.938rem;
}
.checkout-right .checkout-mini-cart.product-show .right-inhome-assembly .assembly-price {
  display: inline-block;
  float: right;
}
.checkout-right .checkout-mini-cart h3 {
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: none;
  line-height: 1;
  padding: 0 0 0.625rem 0.625rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-right .checkout-mini-cart h3 {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
  }
}
.checkout-right .checkout-order-totals {
  background-color: var(--color-gray200);
  padding: 0.438rem 0.625rem 0.813rem 0.625rem;
  margin-bottom: 1.75rem;
}
.checkout-right .checkout-order-totals td {
  padding: 0.188rem 0.125rem;
}
.checkout-right .checkout-order-totals td:first-child {
  width: 47.333%;
  text-align: left;
}
.checkout-right .checkout-order-totals .discount td {
  color: var(--color-error400);
}
.checkout-right .checkout-order-totals .order-total {
  font: 1.125rem "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .checkout-right .checkout-order-totals .order-total {
    font: 0.875rem "Rauschen A", sans-serif;
    font-weight: 500;
  }
}
.checkout-right .checkout-order-totals .order-total td {
  padding-top: 0.5rem;
}
.checkout-right .checkout-order-totals .chargeAfter-cart-container {
  padding-top: 1rem;
}
.checkout-right .checkout-order-totals .chargeAfter-cart-container .ca-promotional-widget .ca-promotional-widget-container {
  font-size: 0.875rem;
  color: var(--color-gray600);
  margin-bottom: 1rem;
}
.checkout-right .checkout-order-totals .chargeAfter-cart-container .ca-promotional-widget .ca-promotional-widget-container .ca-promotional-widget-link {
  font-weight: normal;
  color: var(--color-gray600);
  font-size: 0.875rem;
  background-color: unset;
  padding: 0 !important;
  height: auto !important;
  line-height: unset !important;
  text-decoration: underline;
  text-transform: capitalize;
}
.checkout-right .checkout-order-totals .chargeAfter-cart-container .ca-promotional-widget .ca-promotional-widget-container .ca-promotional-widget-link:hover {
  background-color: unset !important;
  color: var(--color-gray600) !important;
}
.checkout-right .mini-cart-product {
  padding: 0.938rem 0.625rem 1.563rem 0.625rem;
  border: 0;
  border-top: 1px solid var(--color-gray300);
}
.checkout-right .mini-cart-product-left {
  float: left;
  width: 56.666%;
}
.checkout-right .mini-cart-product-left a {
  text-decoration: none;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 0.313rem;
}
@media only screen and (max-width: 768px) {
  .checkout-right .mini-cart-product-left a {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
  }
}
.checkout-right .mini-cart-product-left .willbe-in-stock {
  font: 0.875rem "Rauschen A", sans-serif;
  font-style: italic;
  color: var(--color-gray600);
  display: block;
  margin-bottom: 0.313rem;
}
@media only screen and (max-width: 768px) {
  .checkout-right .mini-cart-product-left .willbe-in-stock {
    font: 0.75rem "Rauschen A", sans-serif;
    font-style: italic;
  }
}
.checkout-right .mini-cart-product-left .on-order {
  font: 0.875rem "Rauschen A", sans-serif;
  font-style: italic;
  color: var(--color-gray600);
  display: block;
  margin-bottom: 0.313rem;
}
@media only screen and (max-width: 768px) {
  .checkout-right .mini-cart-product-left .on-order {
    font: 0.75rem "Rauschen A", sans-serif;
    font-style: italic;
  }
}
.checkout-right .mini-cart-product-left .promotional-message {
  font: 0.875rem "Rauschen A", sans-serif;
  color: var(--color-error400);
  text-transform: uppercase;
  display: block;
  margin: 0.313rem;
}
@media only screen and (max-width: 768px) {
  .checkout-right .mini-cart-product-left .promotional-message {
    font: 0.75rem "Rauschen A", sans-serif;
  }
}
.checkout-right .mini-cart-product-left .promotional-message a {
  color: var(--color-error400);
  display: inline-block;
  font-weight: 400;
  text-decoration: underline;
}
.checkout-right .mini-cart-product-left .promotional-message a:hover {
  text-decoration: none;
}
.checkout-right .mini-cart-pricing {
  float: right;
  text-align: right;
}
.checkout-right .mini-cart-pricing .value {
  margin: 0;
}
.checkout-right .mini-cart-pricing .mini-cart-price {
  margin-top: 0.313rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .checkout-right .mini-cart-pricing .mini-cart-price {
    font: 0.75rem "Rauschen A", sans-serif;
  }
}
.checkout-right .mini-cart-pricing .right-inhome-assembly {
  padding: 0;
  margin: 0;
  font: 0.875rem "Rauschen A", sans-serif;
}
.checkout-right .mini-cart-pricing .right-inhome-assembly span {
  display: block;
  color: var(--color-gray600);
  margin-top: 0.313rem;
}
.checkout-right .mini-shipment {
  background: none;
  padding: 0 0 0.875rem 0;
  margin: 0;
}
.checkout-right .mini-shipment .name {
  display: none;
}
.checkout-right .mini-shipment h3 {
  position: relative;
  border-bottom: 1px solid var(--color-gray300);
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: none;
  line-height: 1;
  min-height: 20px;
  padding: 0 0.625rem 0.625rem 0.625rem;
  margin: 0;
  background: none;
}
@media only screen and (max-width: 768px) {
  .checkout-right .mini-shipment h3 {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
  }
}
.checkout-right .mini-shipment h3 a {
  position: absolute;
  top: 3px;
  right: 10px;
  font: 0.875rem "Rauschen A", sans-serif;
}
@media only screen and (max-width: 768px) {
  .checkout-right .mini-shipment h3 a {
    font: 0.75rem "Rauschen A", sans-serif;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-right .mini-shipment h3 span {
    width: 74%;
    display: inline-block;
  }
}
.checkout-right .mini-shipment .details {
  background: none;
  padding: 0.938rem 0.625rem;
  font: 0.875rem "Rauschen A", sans-serif;
  line-height: 1.375rem;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .checkout-right .mini-shipment .details {
    font: 0.75rem "Rauschen A", sans-serif;
  }
}
.checkout-right .mini-shipment .no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.checkout-right .mini-shipment .no-padding-bottom {
  padding-bottom: 0px;
}

.checkout-left-container {
  clear: left;
  padding-top: 1.375rem;
}
.checkout-left-container .submitbtndisabled {
  margin: 1.25rem 0 1.875rem;
}
.checkout-left-container .big {
  margin: 1.25rem 0 1.875rem;
}
@media only screen and (min-width: 769px) {
  .checkout-left-container .big {
    width: 234px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .checkout-left-container .big:before {
    left: -10px;
  }
}
.checkout-left-container .shipping-title {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.875rem;
  border-bottom: 1px solid var(--color-gray300);
  padding: 1.25rem 0 0.563rem 0 !important;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .shipping-title {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
  }
}
.checkout-left-container .shipping-title a {
  position: absolute;
  bottom: 13px;
  right: 6px;
  font: 0.875rem "Rauschen A", sans-serif;
  text-transform: none;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .shipping-title a {
    position: relative;
    left: 0;
    bottom: 0;
    font: 0.75rem "Rauschen A", sans-serif;
    display: block;
    padding-top: 0.625rem;
  }
}
.checkout-left-container .payment-method-title {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .payment-method-title {
    font-size: 24px;
  }
}
.checkout-left-container .giftcard-title {
  text-transform: none;
  border-bottom: 1px solid var(--color-gray300);
  padding: 0 0 0.875rem 0;
  position: relative;
  margin-left: 9%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: inherit;
  font-size: 1.25rem;
  line-height: 1 !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .giftcard-title {
    font-size: 1.063rem;
    font-weight: bold !important;
    line-height: 1.375rem;
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .giftcard-title {
    margin-left: 3%;
    font-size: 1.125rem !important;
  }
}
.checkout-left-container .view-print-container {
  text-align: right;
  margin-bottom: 0.5em;
}
.checkout-left-container .view-print-container .view-print {
  padding: 0;
  margin: 0;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  text-transform: none;
}
.checkout-left-container .shipping-left-content {
  padding: 0 6.904% 2.375rem 9.523%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .checkout-left-container .shipping-left-content {
    padding: 0 5% 1.875rem 4%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .shipping-left-content {
    padding: 0 0 1.25rem 0;
  }
}
.checkout-left-container .shipping-left-content .details {
  margin-left: -9.523%;
  padding: 1.25rem 0 0 0.625rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .checkout-left-container .shipping-left-content .details {
    margin-left: -3.523%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .shipping-left-content .details {
    margin: 0;
  }
}
.checkout-left-container .shipping-left-content .details p {
  font: 0.875rem "Rauschen A", sans-serif;
  line-height: 0.875rem;
  padding-bottom: 0.5rem;
}
.checkout-left-container .shipping-left-content.shipping-left-content-another {
  padding-bottom: 0;
}
.checkout-left-container .shipping-left-content .form-row {
  padding: 1.063rem 0 0 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .shipping-left-content .form-row {
    padding: 1rem 0 0 0;
  }
}
.checkout-left-container .shipping-left-content .form-row.valid-address label {
  width: 80%;
  padding: 0;
}
.checkout-left-container .shipping-left-content .form-row label {
  width: 27.272%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.313rem 0 1.313rem;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .shipping-left-content .form-row label {
    width: 100%;
    padding: 0 0 0.5rem 0;
    margin: 0;
    font: 0.75rem "Rauschen A", sans-serif;
    text-align: left;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .checkout-left-container .shipping-left-content .form-row label {
    padding: 0 1.438rem 0 1.313rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .shipping-left-content .form-row label {
    padding-left: 0.75rem;
    width: 35.272%;
  }
}
.checkout-left-container .shipping-left-content .form-row .field-wrapper {
  padding: 0;
  margin: 0;
  width: 72.728%;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .shipping-left-content .form-row .field-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .checkout-left-container .shipping-left-content .form-row .field-wrapper {
    max-width: 320px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .shipping-left-content .form-row .field-wrapper {
    width: 64.728%;
  }
}
.checkout-left-container .shipping-left-content .form-row .field-wrapper input[type=text] {
  width: 100%;
}
.checkout-left-container .shipping-left-content .form-row .form-caption {
  margin-left: 27.272%;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .shipping-left-content .form-row .form-caption {
    margin-left: 35.272%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .shipping-left-content .form-row .form-caption {
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .checkout-left-container .shipping-left-content .form-row.email-form .field-wrapper {
    max-width: 410px;
  }
}
.checkout-left-container .shipping-left-content .form-row.custom-hidden {
  display: none;
}
.checkout-left-container .shipping-left-content .form-row.caption-text .form-caption {
  padding-top: 0.625rem;
}
.checkout-left-container .shipping-left-content .form-row.label-inline .field-wrapper {
  width: auto;
}
@media only screen and (min-width: 769px) {
  .checkout-left-container .shipping-left-content .form-row.label-inline .field-wrapper {
    max-width: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .shipping-left-content .form-caption.form-asset {
    margin-left: 35.272%;
  }
}
.checkout-left-container h2 {
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Rauschen A", sans-serif;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid var(--color-gray300);
  padding: 1.438rem 0 0.875rem 0.75rem !important;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container h2 {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
    padding: 1.438rem 0 0.625rem 0 !important;
    margin-bottom: 0.313rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container h2 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding-top: 1rem !important;
  }
}
.checkout-left-container .dialog-required {
  position: absolute;
  bottom: 8px;
  right: 13px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .dialog-required {
    right: 0;
  }
}
.checkout-left-container .dialog-required span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  color: var(--color-error400);
  font-style: normal !important;
  text-transform: capitalize;
}
.checkout-left-container .dialog-required span.indicator-arrow {
  font-size: 1rem;
  margin-left: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .dialog-required span {
    font: 0.75rem "Rauschen A", sans-serif;
    color: var(--color-error400);
    font-weight: 500;
  }
}
.checkout-left-container .dialog-required.bigger {
  bottom: 4px;
}
.checkout-left-container .add-to-newsletter-shipping {
  margin-left: 27.272%;
  padding: 1.25rem 0 0.625rem 0;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .add-to-newsletter-shipping {
    margin-left: 35.272%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .add-to-newsletter-shipping {
    margin-left: 0;
    padding: 1rem 0 0.625rem 0;
  }
}
.checkout-left-container .add-to-newsletter-shipping .form-row {
  width: auto;
  float: left;
  padding: 0;
}
.checkout-left-container .add-to-newsletter-shipping .form-row .form-caption {
  width: auto;
  max-width: 30px;
}
.checkout-left-container .add-to-newsletter-shipping .form-row .field-wrapper {
  width: auto;
  max-width: 30px;
}
.checkout-left-container .add-to-newsletter-shipping .form-row label {
  display: inline;
  margin: 0;
  padding: 0;
}
.checkout-left-container .add-to-newsletter-shipping .form-row label[for$=singleshipping_shippingAddress_addToAddressBook] {
  float: right;
  width: 140px;
}
.checkout-left-container .add-to-newsletter-shipping .form-caption {
  width: auto;
  margin: 0;
  max-width: 360px;
  clear: none;
  float: left;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .add-to-newsletter-shipping .form-caption {
    max-width: 216px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .add-to-newsletter-shipping .form-caption {
    max-width: 89%;
  }
}
.checkout-left-container .add-to-newsletter-shipping .form-caption a {
  color: var(--color-error400);
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .select-shipping-details-one {
    padding: 0;
  }
}
.checkout-left-container .select-shipping-details .select-shipping-details-one .shipping-option-list {
  padding-left: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .select-shipping-details-one .shipping-option-list {
    gap: 0rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.checkout-left-container .select-shipping-details .select-shipping-details-one .shipping-option-list p {
  margin: 0;
  font-style: italic;
}
.checkout-left-container .select-shipping-details .select-shipping-details-one .select-shipping-details-product-title {
  padding-bottom: 1rem;
}
.checkout-left-container .select-shipping-details .select-shipping-details-one ul {
  list-style-type: none;
  padding-left: 0;
  font-weight: 500;
  margin-top: 0.25rem;
}
.checkout-left-container .select-shipping-details .select-shipping-details-one ul li {
  padding-bottom: 0.5em;
}
.checkout-left-container .select-shipping-details .select-shipping-details-one .container-shipping-content {
  border: 1px solid #FF0000;
  padding: 1rem;
}
.checkout-left-container .select-shipping-details .select-shipping-details-on-left {
  width: 57.142%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .select-shipping-details-on-left {
    width: 100%;
    float: none;
  }
}
.checkout-left-container .select-shipping-details .select-shipping-details-on-left .product-option.first {
  display: none;
}
.checkout-left-container .select-shipping-details .select-shipping-details-on-left table {
  width: 95%;
}
.checkout-left-container .select-shipping-details .shipping-in-home-assembly {
  margin: 1.5em 0 0;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .shipping-in-home-assembly {
    padding-top: 1.5em;
  }
}
.checkout-left-container .select-shipping-details .shipping-in-home-assembly label {
  width: auto;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: 0.875rem "Rauschen A", sans-serif;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .checkout-left-container .select-shipping-details .shipping-in-home-assembly label {
    font: 0.75rem "Rauschen A", sans-serif;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .shipping-in-home-assembly label {
    max-width: 81%;
    font: 0.75rem "Rauschen A", sans-serif;
    margin-top: 0.188rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .checkout-left-container .select-shipping-details .shipping-in-home-assembly .checker {
    margin-right: 0.313rem;
  }
}
.checkout-left-container .select-shipping-details .shipping-in-home-assembly .shipping-in-home-assembly-text {
  clear: left;
  width: 100%;
  padding: 0.438rem 0 0 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .checkout-left-container .select-shipping-details .shipping-in-home-assembly .shipping-in-home-assembly-text {
    padding: 0 0 0 1.563rem;
    font-size: 0.75rem;
  }
}
.checkout-left-container .select-shipping-details .shipping-in-home-assembly .shipping-in-home-assembly-text a {
  text-decoration: none;
}
.checkout-left-container .select-shipping-details .shipping-in-home-assembly .shipping-in-home-assembly-text span {
  text-decoration: underline;
  color: var(--color-error400);
}
.checkout-left-container .select-shipping-details .shipping-in-home-assembly .shipping-in-home-assembly-text span:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .shipping-in-home-assembly.mobile-hide {
    display: none;
  }
}
.checkout-left-container .select-shipping-details .shipping-in-home-assembly.mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .shipping-in-home-assembly.mobile {
    display: block;
  }
}
.checkout-left-container .select-shipping-details table td {
  padding: 0;
}
.checkout-left-container .select-shipping-details .item-image {
  width: 27.083%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.25rem 0 0.625rem;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .item-image {
    width: 41%;
    float: left;
    padding: 0 0.625rem;
    border: 0;
  }
}
.checkout-left-container .select-shipping-details .item-image img {
  width: 100%;
  height: auto;
}
.checkout-left-container .select-shipping-details .item-details {
  width: 56.25%;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .item-details {
    width: 59%;
    float: left;
  }
}
.checkout-left-container .select-shipping-details .item-details .name a {
  text-decoration: none;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .item-details .name a {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
  }
}
.checkout-left-container .select-shipping-details .item-details .sku {
  display: none;
}
.checkout-left-container .select-shipping-details .item-details .willbe-in-stock, .checkout-left-container .select-shipping-details .item-details .on-order {
  font: 0.875rem "Rauschen A", sans-serif;
  font-style: italic;
  color: var(--color-gray600);
  display: block;
  margin-bottom: 0.313rem;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .item-details .willbe-in-stock, .checkout-left-container .select-shipping-details .item-details .on-order {
    font: 0.75rem "Rauschen A", sans-serif;
    font-style: italic;
  }
}
.checkout-left-container .select-shipping-details .item-quantity {
  text-transform: uppercase;
  width: 100%;
  text-align: right;
  font: 0.875rem "Rauschen A", sans-serif;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .item-quantity {
    width: 100%;
    float: left;
    text-align: left;
    font: 0.75rem "Rauschen A", sans-serif;
  }
}
.checkout-left-container .select-shipping-details .item-quantity span {
  margin-top: 0.25rem;
  display: block;
}
.checkout-left-container .select-shipping-details .no-shipping-state {
  border: 1px solid var(--color-error400);
  padding: 1em;
}
.checkout-left-container .select-shipping-details .select-shipping-details-right {
  float: none;
  width: 100%;
  padding: 0.625rem 0;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .select-shipping-details-right {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 0.313rem;
  }
}
.checkout-left-container .select-shipping-details .select-shipping-details-right .select-shipping-details-right-title {
  font: 0.875rem "Rauschen A", sans-serif;
  margin: 0.313rem 0;
  margin-bottom: 2em;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .select-shipping-details-right .select-shipping-details-right-title {
    font: 0.75rem "Rauschen A", sans-serif;
  }
}
.checkout-left-container .select-shipping-details .select-shipping-details-right .form-row {
  padding: 1.063rem 0 0 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .select-shipping-details-right .form-row {
    padding: 1rem 0 0 0;
  }
}
.checkout-left-container .select-shipping-details .select-shipping-details-right .form-row label {
  padding: 0;
  margin: 0;
  position: relative;
  top: 1px;
  width: auto;
  max-width: 300px;
  font: 0.875rem "Rauschen A", sans-serif;
  text-align: left;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .checkout-left-container .select-shipping-details .select-shipping-details-right .form-row label {
    max-width: 230px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .select-shipping-details .select-shipping-details-right .form-row label {
    max-width: 86%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .select-shipping-details-right .form-row label {
    max-width: 86%;
    font: 0.75rem "Rauschen A", sans-serif;
  }
}
.checkout-left-container .select-shipping-details .select-shipping-details-right .form-row .shipping-promos {
  padding: 0;
  margin: 0;
}
.checkout-left-container .select-shipping-details .select-shipping-details-right .form-row .form-caption {
  margin-left: 1.875rem;
}
.checkout-left-container .select-shipping-details .select-shipping-details-right .form-row .tooltip {
  text-decoration: none;
}
.checkout-left-container .select-shipping-details .select-shipping-details-right .form-row .tooltip span {
  color: var(--color-error400);
  text-decoration: underline;
}
.checkout-left-container .select-shipping-details .select-shipping-details-right .form-row .tooltip span:hover {
  text-decoration: none;
}
.checkout-left-container .select-shipping-details .no-shipping-method .no-ship {
  color: #000000;
}
.checkout-left-container .select-shipping-details .remove-non-shippable {
  color: #000000;
}
.checkout-left-container .shipping-hide {
  display: none;
}
.checkout-left-container .shipping-form-second {
  display: none;
}
.checkout-left-container .billing-coupon-container {
  padding: 0 11.904% 1.375rem 9.523%;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-coupon-container {
    padding: 0 11.904% 1.375rem 3.523%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-coupon-container {
    padding: 0 0 1.5rem 0;
  }
}
.checkout-left-container .billing-coupon-container .billing-coupon-code {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0.938rem 0 0 0;
  clear: both;
}
.checkout-left-container .billing-coupon-container .billing-coupon-code label.billing-coupon-code-label {
  font: 0.875rem "Rauschen A", sans-serif;
  color: var(--color-gray600);
  display: block;
}
.checkout-left-container .billing-coupon-container .billing-coupon-code label.billing-coupon-code-label span {
  float: left;
}
.checkout-left-container .billing-coupon-container .billing-coupon-code input[type=text] {
  width: 190px;
  margin: 0.25rem 1.25rem 0 0;
  float: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-coupon-container .billing-coupon-code input[type=text] {
    width: 165px;
    margin-top: 0;
  }
}
.checkout-left-container .billing-coupon-container .billing-coupon-code .button-coupon {
  float: left;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-coupon-container .billing-coupon-code .button-coupon {
    float: right;
    margin-top: 0;
  }
}
.checkout-left-container .billing-coupon-container .billing-coupon-code .button-coupon .coupon-apply-btn {
  width: 64px;
}
.checkout-left-container .billing-coupon-container .billing-coupon-code .input-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-left-container .billing-coupon-container .billing-coupon-code .form-row {
  padding: 0;
  margin: 0;
  width: auto;
  float: left;
}
.checkout-left-container .billing-coupon-container .billing-coupon-code .coupon-error {
  clear: left;
  width: 100%;
}
.checkout-left-container .billing-coupon-container .billing-coupon-code .redemption .success {
  color: var(--color-error400);
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-coupon-container .billing-coupon-code .redemption .success img {
    width: auto !important;
  }
}
.checkout-left-container .billing-coupon-container .billing-coupon-code .redemption.coupon {
  margin-top: -0.938rem;
}
.checkout-left-container .billing-coupon-container .billing-coupon-code.show {
  display: block !important;
}
.checkout-left-container .billing-coupon-container .havecoupon-contianer #havecoupon {
  float: left;
  margin-right: 0.625rem;
}
.checkout-left-container .billing-coupon-container .havecoupon-contianer label {
  padding: 0;
  margin: 0.125rem 0 0 0;
  font: 0.875rem "Rauschen A", sans-serif;
  text-align: left;
  cursor: pointer;
  width: auto;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-coupon-container .havecoupon-contianer label {
    width: auto;
  }
}
.checkout-left-container .billing-coupon-container input.coupon-input-field {
  margin: 0 !important;
  width: 197px !important;
  margin-right: 0.625rem !important;
}
.checkout-left-container .billing-coupon-container input.coupon-input-field::-webkit-input-placeholder {
  font-size: 14px;
  color: #A3A3A3;
  text-transform: none;
}
.checkout-left-container .billing-coupon-container input.coupon-input-field::-moz-placeholder {
  font-size: 14px;
  color: #A3A3A3;
  text-transform: none;
}
.checkout-left-container .billing-coupon-container input.coupon-input-field:-ms-input-placeholder {
  font-size: 14px;
  color: #A3A3A3;
  text-transform: none;
}
.checkout-left-container .billing-coupon-container input.coupon-input-field::-ms-input-placeholder {
  font-size: 14px;
  color: #A3A3A3;
  text-transform: none;
}
.checkout-left-container .billing-coupon-container input.coupon-input-field::placeholder {
  font-size: 14px;
  color: #A3A3A3;
  text-transform: none;
}
.checkout-left-container .billing-coupon-container .coupon-code-limit {
  margin-top: 14px;
  color: #000000;
}
.checkout-left-container .billing-giftcard-container {
  margin-bottom: 1.5rem;
  position: relative;
  padding: 0 0 0 9.523%;
}
.checkout-left-container .billing-giftcard-container .giftcard-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout-left-container .billing-giftcard-container .giftcard-checkbox label {
  width: auto;
  text-align: left;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.checkout-left-container .billing-giftcard-container .giftcard-checkbox label:hover {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-giftcard-container {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-giftcard-container {
    padding: 0 0 0 3.523%;
  }
}
.checkout-left-container .billing-giftcard-container #gift-card-form .redemption .success {
  color: #4FA800;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .redemption .success a.remove {
  text-decoration: none;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .redemption .success a.remove img {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .redemption .success a.remove .remove-txt {
  color: #404040;
  text-decoration: none;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .redemption .success a.remove:hover .remove-txt {
  color: #e32202;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .redemption .success a.remove:hover img {
  -webkit-filter: invert(24%) sepia(100%) saturate(5072%) hue-rotate(7deg) brightness(91%) contrast(105%);
          filter: invert(24%) sepia(100%) saturate(5072%) hue-rotate(7deg) brightness(91%) contrast(105%);
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-giftcard-container #gift-card-form .redemption .success img {
    width: auto !important;
  }
}
.checkout-left-container .billing-giftcard-container #gift-card-form .giftcert {
  width: 100% !important;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .giftcard-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .giftcard-input-container .form-row.label-above {
  width: 197px;
  height: 46px;
  margin-top: 0;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .giftcard-input-container input::-webkit-input-placeholder {
  font-size: 14px;
  color: #A3A3A3;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .giftcard-input-container input::-moz-placeholder {
  font-size: 14px;
  color: #A3A3A3;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .giftcard-input-container input:-ms-input-placeholder {
  font-size: 14px;
  color: #A3A3A3;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .giftcard-input-container input::-ms-input-placeholder {
  font-size: 14px;
  color: #A3A3A3;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .giftcard-input-container input::placeholder {
  font-size: 14px;
  color: #A3A3A3;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .giftcert-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  width: 100px;
  height: 46px;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .limit-text {
  margin-bottom: 0;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .giftcert-error {
  margin: 0 !important;
}
.checkout-left-container .billing-giftcard-container #gift-card-form .giftcert-error a {
  color: #e32202 !important;
}
.checkout-left-container .gc-consent-container .gc-consent .CCPhoneField {
  padding: 0 !important;
}
.checkout-left-container .gc-consent-container .gc-consent .CCPhoneField .form-caption {
  color: var(--color-black);
}
.checkout-left-container .gc-consent-container .gc-consent label {
  float: none;
  text-align: start;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  color: var(--color-black);
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .gc-consent-container .gc-consent label {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
    margin: 0 0 0.438rem 0;
  }
}
.checkout-left-container .gc-consent-container .gc-consent .field-wrapper {
  margin: 0;
  padding: 0;
  width: 20% !important;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .gc-consent-container .gc-consent .field-wrapper {
    width: 46% !important;
  }
}
.checkout-left-container .gc-consent-container .gc-consent .form-field-tooltip {
  margin-left: 3.6% !important;
  margin-right: -1.563rem;
  padding-top: 0.5rem;
  width: auto;
  float: left;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .gc-consent-container .gc-consent .form-field-tooltip {
    display: none;
  }
}
.checkout-left-container .gc-consent-container .gc-consent .nomarg label {
  float: left;
  margin-top: 0;
  width: 24.3% !important;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .gc-consent-container .gc-consent .nomarg label {
    width: 28% !important;
    float: left;
    padding-right: 0px;
  }
}
.checkout-left-container .gc-consent-container .gc-consent .nomarg .mobile-phone-label {
  margin-right: 0.625rem;
  color: var(--color-black);
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .gc-consent-container .gc-consent .nomarg {
    padding: 1rem 0 0 0;
    margin: 0;
  }
}
.checkout-left-container .gc-consent-container .gc-consent .billing-original .mobileconsentcheckbox {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  width: 34px;
  margin: 0;
  margin-left: 22.6%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .checkout-left-container .gc-consent-container .gc-consent .billing-original .mobileconsentcheckbox {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .gc-consent-container .gc-consent .billing-original .mobileconsentcheckbox {
    margin-left: 0;
  }
}
.checkout-left-container .gc-consent-container .gc-consent .billing-original .mobileconsenttext {
  display: inline-block;
  font-style: italic;
  width: 45%;
  margin: 0.5rem 0 1rem;
  color: var(--color-black);
}
.checkout-left-container .gc-consent-container .gc-consent .billing-original .mobileconsenttext span {
  display: block;
  margin-bottom: 0.313rem;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .gc-consent-container .gc-consent .billing-original .mobileconsenttext {
    width: 55%;
  }
}
.checkout-left-container .gc-consent-container .gift-cert-used {
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .gc-consent-container {
    margin-bottom: 0 !important;
  }
}
.checkout-left-container .billing-payment-methods {
  position: relative;
  padding: 0 0 0 9.523%;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-payment-methods {
    padding: 0 0 0 3.523%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods {
    padding: 0;
  }
}
.checkout-left-container .billing-payment-methods .billing-sub-title {
  font-size: 1.25rem;
  line-height: 1 !important;
  font-weight: 500 !important;
  line-height: 1.563rem;
  border-bottom: 1px solid var(--color-gray300);
  padding: 0 0 0.875rem 0;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .billing-sub-title {
    font-size: 1.063rem;
    font-weight: bold !important;
    line-height: 1.375rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-payment-methods .billing-sub-title {
    font-size: 1.125rem !important;
  }
}
.checkout-left-container .billing-payment-methods .required-label .indicator-arrow {
  margin-left: 0;
}
.checkout-left-container .billing-payment-methods .billing-payment-finance {
  background: var(--color-gray200);
  padding: 1.125rem 1.25rem 0.938rem 1.25rem;
}
.checkout-left-container .billing-payment-methods .billing-payment-finance .billing-payment-finance-left {
  width: 66.759%;
  float: left;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-payment-methods .billing-payment-finance .billing-payment-finance-left {
    width: 64.759%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .billing-payment-finance .billing-payment-finance-left {
    width: 100%;
  }
}
.checkout-left-container .billing-payment-methods .billing-payment-finance .billing-payment-finance-left p {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 0.625rem;
}
.checkout-left-container .billing-payment-methods .billing-payment-finance .billing-payment-finance-left span {
  font: 0.875rem "Rauschen A", sans-serif;
}
.checkout-left-container .billing-payment-methods .billing-payment-finance .billing-payment-finance-right {
  float: right;
  padding: 0.5rem 0.313rem 0 0;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .billing-payment-finance .billing-payment-finance-right {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.938rem 0.313rem 0 0;
  }
}
.checkout-left-container .billing-payment-methods .payment-method-finance .billing-address-block {
  margin-left: 27%;
}
.checkout-left-container .billing-payment-methods .financing-multiple-option-select {
  padding: 0;
  height: 170px;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .financing-multiple-option-select {
    height: 100%;
  }
}
.checkout-left-container .billing-payment-methods .financing-multiple-option-select .wrapperOption {
  border: 1px solid var(--color-gray300);
  width: 48%;
  display: inline-block;
  height: 100%;
  float: left;
  margin-right: 0.313rem;
  margin-top: 0.625rem;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .financing-multiple-option-select .wrapperOption {
    width: 96%;
    margin-bottom: 1em;
  }
}
.checkout-left-container .billing-payment-methods .financing-multiple-option-select .wrapperOption .field-wrapper-option {
  padding: 0.5em;
  position: relative;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout-left-container .billing-payment-methods .financing-multiple-option-select .wrapperOption .field-wrapper-option .radio {
  position: absolute;
  top: 68px;
}
.checkout-left-container .billing-payment-methods .financing-multiple-option-select .wrapperOption .field-wrapper-option .financing-monthly-option-details {
  position: relative;
  width: calc(100% - 30px);
}
.checkout-left-container .billing-payment-methods .financing-multiple-option-select .wrapperOption .field-wrapper-option .financing-monthly-option-details p {
  margin: 0.3em 0;
}
.checkout-left-container .billing-payment-methods .financing-multiple-option-select .wrapperOption .field-wrapper-option .financing-monthly-option-details .financing-monthly-amount {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
}
.checkout-left-container .billing-payment-methods .financing-multiple-option-select .wrapperOption .field-wrapper-option .financing-monthly-option-details .financing-monthly-amount span {
  font-size: 0.875rem;
  font-weight: 400;
}
.checkout-left-container .billing-payment-methods .financing-multiple-option-select .wrapperOption .field-wrapper-option .financing-monthly-option-details .financing-card-img {
  position: absolute;
  top: 0;
  right: 0;
}
.checkout-left-container .billing-payment-methods .financing-multiple-option-select .wrapperOption .field-wrapper-option .financing-monthly-option-details .financing-card-img img {
  width: 40px;
}
.checkout-left-container .billing-payment-methods .financing-multiple-option-select .wrapperOption .field-wrapper-option .financing-monthly-option-details .spanItalic {
  font-size: 0.813rem;
  font-style: italic;
}
.checkout-left-container .billing-payment-methods .financing-multiple-option-select .wrapperOption .financing-monthly-option-btn {
  border-top: 1px solid var(--color-gray300);
  padding: 0.5em;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method {
  clear: both;
  padding: 0 13.157% 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-payment-methods .billing-single-payment-method {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .billing-single-payment-method {
    padding: 0;
  }
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method h2 {
  padding-left: 0 !important;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .billing-single-payment-method h2.single-credit-card-title {
    padding-top: 0.5rem !important;
    margin: 0 !important;
  }
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method h2.single-credit-card-title-top-space {
  padding-top: 0px !important;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .receive-information-electronically {
  margin: 1.25rem 10rem;
  border: 1px solid var(--color-gray300);
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625rem 0.625rem;
  height: 136px;
  overflow-y: scroll;
  text-align: left;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .blockedShipping {
  display: none;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .hide-phone-field {
  display: none;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .hide-phone-field input.phone {
  pointer-events: none;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .finance-info-consent-block {
  margin-top: 2em;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .finance-info-consent-block h5 {
  display: inline-block;
  width: 79%;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .finance-info-consent-block .view-print.assembly {
  display: inline-block;
  text-align: right;
  width: 20%;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .finance-info-consent-block .content-asset {
  margin: 1em 0;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .finance-info-consent-block .form-row {
  width: 100%;
  margin-top: 0.2em;
  padding: 0;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .finance-info-consent-block .label-inline label {
  width: auto;
  padding: 0 0 0 1%;
  float: none;
  text-align: left;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .finance-info-consent-block .label-inline .field-wrapper {
  width: auto;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .billing-address-block {
  margin-left: 25%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .checkout-left-container .billing-payment-methods .billing-single-payment-method .billing-address-block {
    margin-left: 29%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-payment-methods .billing-single-payment-method .billing-address-block {
    margin-left: 31%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .billing-single-payment-method .billing-address-block {
    margin-left: 0;
  }
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .billing-address-block .details {
  font: 0.875rem "Rauschen A", sans-serif;
  line-height: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .billing-single-payment-method .billing-address-block .details {
    font: 0.75rem "Rauschen A", sans-serif;
    line-height: 1.125rem;
  }
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method.bottom-form {
  padding: 0;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .second-credit-card {
  text-align: left;
  padding-top: 1.813rem;
  margin-left: 9.5rem;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .billing-single-payment-method .second-credit-card {
    text-align: left;
    margin-left: 0;
  }
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .second-credit-card span {
  font-weight: 500;
  text-transform: capitalize;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .mobile-phone-label {
  position: relative;
  margin-right: 0.625rem;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .form-row.nomarg label {
  margin-top: 0;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .form-row.mobileconsentcheckbox {
  display: inline-block;
  margin-left: 26%;
  padding: 0;
  vertical-align: top;
  width: 34px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .checkout-left-container .billing-payment-methods .billing-single-payment-method .form-row.mobileconsentcheckbox {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .billing-single-payment-method .form-row.mobileconsentcheckbox {
    margin-left: 0;
  }
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .mobileconsenttext {
  display: inline-block;
  font-style: italic;
  width: 55%;
  margin: 0.5rem 0 1rem;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .mobileconsenttext span {
  display: block;
  margin-bottom: 0.313rem;
  font-style: normal;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .error-form .label-inline.billing-bottom {
  margin: 2% 0 0 6%;
  padding: 0;
}
.checkout-left-container .billing-payment-methods .billing-single-payment-method .error-form .label-inline.billing-bottom span {
  color: #000000;
  font-weight: 400;
}
.checkout-left-container .billing-payment-methods .payment-method .form-row {
  padding: 1.25rem 0 0 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row {
    padding: 1rem 0 0 0;
  }
}
.checkout-left-container .billing-payment-methods .payment-method .form-row.nonNautilusCCField .form-caption.error-message {
  margin-left: 0;
  width: 105%;
}
.checkout-left-container .billing-payment-methods .payment-method .form-row .field-wrapper {
  padding: 0;
  margin: 0;
  width: 50.3%;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row .field-wrapper {
    width: 69%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row .field-wrapper {
    width: 100%;
  }
}
.checkout-left-container .billing-payment-methods .payment-method .form-row label {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 2rem;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row label {
    width: 29%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row label {
    width: 31%;
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row label {
    width: 100%;
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
    margin: 0 0 0.438rem 0;
  }
}
.checkout-left-container .billing-payment-methods .payment-method .form-row .form-caption {
  padding-top: 0.625rem;
  margin-left: 25%;
}
.checkout-left-container .billing-payment-methods .payment-method .form-row.caption-text .form-caption {
  padding-top: 0.625rem;
  margin-left: 25%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row.caption-text .form-caption {
    margin-left: 29%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row.caption-text .form-caption {
    margin-left: 31%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row.caption-text .form-caption {
    margin-left: 0;
  }
}
.checkout-left-container .billing-payment-methods .payment-method .form-row.payment-select {
  padding: 0;
  width: 46%;
  float: left;
}
.checkout-left-container .billing-payment-methods .payment-method .form-row.payment-select label {
  display: none;
}
.checkout-left-container .billing-payment-methods .payment-method .form-row.payment-select .field-wrapper {
  width: 100%;
}
.checkout-left-container .billing-payment-methods .payment-method .form-row.month {
  margin-right: 8%;
}
.checkout-left-container .billing-payment-methods .payment-method .form-row.hidden {
  display: none;
}
.checkout-left-container .billing-payment-methods .payment-method .form-row.cvn .field-wrapper {
  width: 23%;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row.cvn .field-wrapper {
    width: 31.6%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row.cvn .field-wrapper {
    width: 46%;
  }
}
.checkout-left-container .billing-payment-methods .payment-method .form-row.cvn .form-field-tooltip {
  margin-left: 4.2%;
  padding-top: 0.5rem;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row.cvn .form-field-tooltip {
    display: none;
  }
}
.checkout-left-container .billing-payment-methods .payment-method .form-row.phone .field-wrapper {
  width: 23%;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row.phone .field-wrapper {
    width: 31.6%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row.phone .field-wrapper {
    width: 46%;
  }
}
.checkout-left-container .billing-payment-methods .payment-method .form-row.phone .form-field-tooltip {
  margin-left: 4.2%;
  margin-right: -1.563rem;
  padding-top: 0.5rem;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row.phone .form-field-tooltip {
    display: none;
  }
}
.checkout-left-container .billing-payment-methods .payment-method .form-row.billing-bottom {
  margin: 0 0 0 25%;
  padding: 1.25rem 0 0.875rem 0;
  width: auto;
  max-width: 195px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row.billing-bottom {
    margin-left: 29%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row.billing-bottom {
    margin-left: 31%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row.billing-bottom {
    margin: 0;
    padding: 0.938rem 0 0.25rem 0;
  }
}
.checkout-left-container .billing-payment-methods .payment-method .form-row.billing-bottom span {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-method .form-row.billing-bottom span {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.25rem;
  }
}
.checkout-left-container .billing-payment-methods .payment-method .form-row.billing-bottom label {
  float: right;
  padding-right: 0;
  width: 165px;
  text-align: left;
}
.checkout-left-container .billing-payment-methods .payment-method .form-row.billing-bottom .field-wrapper {
  width: auto;
}
.checkout-left-container .billing-payment-methods .payment-method .billing-add-to {
  margin-left: 25%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .checkout-left-container .billing-payment-methods .payment-method .billing-add-to {
    margin-left: 29%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-payment-methods .payment-method .billing-add-to {
    margin-left: 31%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-method .billing-add-to {
    margin-left: 0;
  }
}
.checkout-left-container .billing-payment-methods .payment-method .billing-add-to .field-wrapper {
  float: left;
  padding: 0;
  margin: 0;
  max-width: 30px;
  width: auto;
}
.checkout-left-container .billing-payment-methods .payment-method .billing-add-to .form-row label {
  width: auto;
  margin: 0;
  padding: 0;
  font: 0.875rem "Rauschen A", sans-serif;
  float: none;
}
.checkout-left-container .billing-payment-methods .payment-method .select-address-container {
  width: 50.3%;
  float: left;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-payment-methods .payment-method .select-address-container {
    width: 69%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-method .select-address-container {
    width: 100%;
  }
}
.checkout-left-container .billing-payment-methods .payment-method .select-address-container .field-wrapper {
  width: 100%;
}
.checkout-left-container .billing-payment-methods .payment-method #secondCreditCard .second-card-remove {
  position: relative;
}
.checkout-left-container .billing-payment-methods .payment-method #secondCreditCard #removeSecondCC {
  position: absolute;
  bottom: 15px;
  right: 13px;
}
.checkout-left-container .billing-payment-methods .payment-method-options {
  padding: 1.875rem 0 0 1.25rem;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-method-options {
    padding: 1.25em 0 0 0;
  }
}
.checkout-left-container .billing-payment-methods .payment-method-options .form-row {
  margin: 0;
  padding: 0 7% 0 0;
}
.checkout-left-container .billing-payment-methods .payment-method-options-no-space {
  padding: 0 !important;
}
.checkout-left-container .billing-payment-methods .payment-method-options-no-space .form-row {
  padding: 0 !important;
  height: 0;
}
.checkout-left-container .billing-payment-methods .payment-method-options-no-space .chargeafter-payment-method {
  height: auto;
}
.checkout-left-container .billing-payment-methods .billing-address-form .payment-method {
  display: block;
}
.checkout-left-container .billing-payment-methods .payment-bottom-button {
  clear: both;
  padding: 1.25rem 13.157% 0 1.25rem;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-payment-methods .payment-bottom-button {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-bottom-button {
    padding: 1.25rem 0 1.25rem 0;
  }
}
.checkout-left-container .billing-payment-methods .payment-bottom-button .form-row-button {
  text-align: right;
  padding: 0 0.313rem 0 0;
  margin: 0;
  float: right;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-bottom-button .form-row-button {
    float: left;
    text-align: left;
  }
}
.checkout-left-container .billing-payment-methods .payment-bottom-button .form-chargeAfter-button {
  text-align: right;
  padding: 0 0.313rem 0 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-payment-methods .payment-bottom-button .form-chargeAfter-button {
    text-align: left;
  }
}
.checkout-left-container .billing-payment-methods .loader {
  z-index: 1;
}
.checkout-left-container .billing-payment-methods .loader-message {
  z-index: 100;
  position: absolute;
  top: calc(50% + 64px);
  width: 100%;
  height: 64px;
  text-align: center;
  font-weight: bold;
}
.checkout-left-container .payment-methods {
  margin-top: 1.5rem;
}
.checkout-left-container .giftcert-apply .hidden, .checkout-left-container .button-coupon .hidden {
  display: none !important;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.checkout-left-container .giftcert-apply button#add-giftcert,
.checkout-left-container .giftcert-apply #add-giftcert.button.black,
.checkout-left-container .giftcert-apply #add-giftcert.button.red,
.checkout-left-container .giftcert-apply #add-giftcert.button.white.invert, .checkout-left-container .giftcert-apply button#add-coupon,
.checkout-left-container .giftcert-apply #add-coupon.button.black,
.checkout-left-container .giftcert-apply #add-coupon.button.red,
.checkout-left-container .giftcert-apply #add-coupon.button.white.invert, .checkout-left-container .button-coupon button#add-giftcert,
.checkout-left-container .button-coupon #add-giftcert.button.black,
.checkout-left-container .button-coupon #add-giftcert.button.red,
.checkout-left-container .button-coupon #add-giftcert.button.white.invert, .checkout-left-container .button-coupon button#add-coupon,
.checkout-left-container .button-coupon #add-coupon.button.black,
.checkout-left-container .button-coupon #add-coupon.button.red,
.checkout-left-container .button-coupon #add-coupon.button.white.invert {
  position: relative;
}
.checkout-left-container .giftcert-apply button#add-giftcert .spinner,
.checkout-left-container .giftcert-apply #add-giftcert.button.black .spinner,
.checkout-left-container .giftcert-apply #add-giftcert.button.red .spinner,
.checkout-left-container .giftcert-apply #add-giftcert.button.white.invert .spinner, .checkout-left-container .giftcert-apply button#add-coupon .spinner,
.checkout-left-container .giftcert-apply #add-coupon.button.black .spinner,
.checkout-left-container .giftcert-apply #add-coupon.button.red .spinner,
.checkout-left-container .giftcert-apply #add-coupon.button.white.invert .spinner, .checkout-left-container .button-coupon button#add-giftcert .spinner,
.checkout-left-container .button-coupon #add-giftcert.button.black .spinner,
.checkout-left-container .button-coupon #add-giftcert.button.red .spinner,
.checkout-left-container .button-coupon #add-giftcert.button.white.invert .spinner, .checkout-left-container .button-coupon button#add-coupon .spinner,
.checkout-left-container .button-coupon #add-coupon.button.black .spinner,
.checkout-left-container .button-coupon #add-coupon.button.red .spinner,
.checkout-left-container .button-coupon #add-coupon.button.white.invert .spinner {
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  position: absolute;
  left: 30%;
  top: 30%;
}
.checkout-left-container .success button.remove,
.checkout-left-container .success .remove.button.black,
.checkout-left-container .success .remove.button.red,
.checkout-left-container .success .remove.button.white.invert, .checkout-left-container .success a.remove, .checkout-left-container .success-msg button.remove,
.checkout-left-container .success-msg .remove.button.black,
.checkout-left-container .success-msg .remove.button.red,
.checkout-left-container .success-msg .remove.button.white.invert, .checkout-left-container .success-msg a.remove {
  text-decoration: none;
}
.checkout-left-container .success button.remove img,
.checkout-left-container .success .remove.button.black img,
.checkout-left-container .success .remove.button.red img,
.checkout-left-container .success .remove.button.white.invert img, .checkout-left-container .success a.remove img, .checkout-left-container .success-msg button.remove img,
.checkout-left-container .success-msg .remove.button.black img,
.checkout-left-container .success-msg .remove.button.red img,
.checkout-left-container .success-msg .remove.button.white.invert img, .checkout-left-container .success-msg a.remove img {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.checkout-left-container .success button.remove .remove-txt,
.checkout-left-container .success .remove.button.black .remove-txt,
.checkout-left-container .success .remove.button.red .remove-txt,
.checkout-left-container .success .remove.button.white.invert .remove-txt, .checkout-left-container .success a.remove .remove-txt, .checkout-left-container .success-msg button.remove .remove-txt,
.checkout-left-container .success-msg .remove.button.black .remove-txt,
.checkout-left-container .success-msg .remove.button.red .remove-txt,
.checkout-left-container .success-msg .remove.button.white.invert .remove-txt, .checkout-left-container .success-msg a.remove .remove-txt {
  color: #404040;
  text-decoration: none;
}
.checkout-left-container .success button.remove:hover .remove-txt,
.checkout-left-container .success .remove.button.black:hover .remove-txt,
.checkout-left-container .success .remove.button.red:hover .remove-txt,
.checkout-left-container .success .remove.button.white.invert:hover .remove-txt, .checkout-left-container .success a.remove:hover .remove-txt, .checkout-left-container .success-msg button.remove:hover .remove-txt,
.checkout-left-container .success-msg .remove.button.black:hover .remove-txt,
.checkout-left-container .success-msg .remove.button.red:hover .remove-txt,
.checkout-left-container .success-msg .remove.button.white.invert:hover .remove-txt, .checkout-left-container .success-msg a.remove:hover .remove-txt {
  color: #e32202;
}
.checkout-left-container .success button.remove:hover img,
.checkout-left-container .success .remove.button.black:hover img,
.checkout-left-container .success .remove.button.red:hover img,
.checkout-left-container .success .remove.button.white.invert:hover img, .checkout-left-container .success a.remove:hover img, .checkout-left-container .success-msg button.remove:hover img,
.checkout-left-container .success-msg .remove.button.black:hover img,
.checkout-left-container .success-msg .remove.button.red:hover img,
.checkout-left-container .success-msg .remove.button.white.invert:hover img, .checkout-left-container .success-msg a.remove:hover img {
  -webkit-filter: invert(24%) sepia(100%) saturate(5072%) hue-rotate(7deg) brightness(91%) contrast(105%);
          filter: invert(24%) sepia(100%) saturate(5072%) hue-rotate(7deg) brightness(91%) contrast(105%);
}

.gift-message-text.hidden {
  display: none;
}

.billing-coupon-code .form-row {
  width: 50%;
}

.redemption {
  color: #990000;
}
.redemption .success {
  color: #019328;
}
.redemption .success-red {
  color: var(--color-error400);
}
.redemption span.error {
  margin-left: 0;
}
.redemption .success-msg {
  color: #4FA800;
}

.payment-method-options .form-row {
  clear: none;
  float: left;
  /*width:22%;*/
  width: auto;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .payment-method-options .form-row {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .payment-method-options .form-row {
    width: auto;
    margin-right: 15% !important;
    padding-bottom: 0.5rem !important;
  }
  .payment-method-options .form-row:nth-of-type(4) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .payment-method-options .form-row {
    margin-right: 5% !important;
  }
}

.payment-method {
  clear: both;
  display: none;
}

.payment-method-expanded {
  display: block;
}

.month .form-caption {
  margin-left: 0;
}

.cvn {
  clear: left;
}
.cvn .field-wrapper {
  width: 50px;
}

.ssn {
  clear: left;
}

.bml-terms-and-conditions {
  border: 1px solid #aaa;
  font-size: 0.8rem;
  height: 400px;
  overflow: auto;
  padding: 1em;
}

.bml-table-col-1 {
  width: 25%;
}

.pt_checkout h3 {
  padding-bottom: 1em;
}

.place-order-totals {
  clear: both;
}
.place-order-totals .order-totals-table {
  width: 100%;
}
.place-order-totals .form-indent {
  margin-left: 52%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .place-order-totals .form-indent {
    margin-left: 42%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .place-order-totals .form-indent {
    margin-left: 33%;
  }
}

.order-component-block {
  margin: 1.67em 0;
}
.order-component-block .section-header a {
  float: right;
  font-weight: 400;
}
.order-component-block .details {
  background: none repeat scroll 0 0 var(--color-gray200);
  color: #aaa;
  padding: 0.5em 1em;
}

.order-summary-footer {
  position: relative;
  clear: both;
}
.order-summary-footer h2 {
  font-size: 2rem;
  font-style: italic;
}
.order-summary-footer .form-indent {
  text-align: left;
  margin-left: 0;
}
.order-summary-footer fieldset div {
  text-align: left;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .order-summary-footer fieldset div {
    text-align: right;
  }
}

.summary-help {
  float: right;
  font-size: 0.8rem;
  margin: 1em 0;
}

.submit-order {
  clear: both;
  display: block;
  padding: 1.67em 0 0;
  text-align: right;
}
.submit-order .back-to-cart {
  font-size: 1.1rem;
}
.submit-order .back-to-cart:hover {
  text-decoration: underline;
}
.submit-order .submit-order-wrap-button {
  display: inline-block;
  width: auto;
}
.submit-order button,
.submit-order .button.black,
.submit-order .button.red, .submit-order button.white.invert,
.submit-order .button.white.invert {
  margin-left: 1.5em;
}
@media only screen and (max-width: 768px) {
  .submit-order .submit-order-wrap-button {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .submit-order .submit-order-wrap-button.edit {
    width: auto;
  }
  .submit-order .submit-order-wrap-button.submit {
    min-width: 165px;
  }
  .submit-order div.form-row {
    text-align: right;
  }
  .submit-order div.form-row .back-to-cart {
    top: -8px;
    margin-right: 0;
  }
  .submit-order div.form-row button,
  .submit-order div.form-row .button.black,
  .submit-order div.form-row .button.red,
  .submit-order div.form-row .button.white.invert {
    margin: 0 0.938rem 0 0;
  }
}

.order-discount {
  color: var(--color-error400);
}

.gift-cert-used {
  padding: 0.83em 0;
}

.order-detail-options {
  border-top: 1px solid var(--color-gray200);
  margin: 1.67em 0 0;
  padding: 1.67em 0 0;
  text-align: right;
}
.order-detail-options a {
  margin: 0 0.83em;
}

.summary .edit {
  position: absolute;
  text-transform: uppercase;
  right: 10px;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.pt_checkout #main,
.pt_cart #main,
.pt_order-confirmation #main {
  padding: 0 1.15em;
}

.pt_cart .breadcrumb {
  padding-left: 0;
}

.pt_order-confirmation .order-confirmation-details .content-header {
  margin: 0.6em 0 !important;
}

.order-shipment-details .label,
.order-shipment-details .firstname,
.order-shipment-details .lastname {
  font-weight: 500;
}

.item-shipping-address {
  min-width: 120px;
}

.order-shipment-gift-message-header {
  font-weight: 500;
  font-size: 1.2rem;
  padding-bottom: 0px;
}

.order-shipment-gift-message {
  font-size: 1.1rem;
}

.billing-error {
  color: red;
  margin: 0 0 0.83em 24%;
}

@media only screen and (max-width: 768px) {
  .pt_order .checkout-left-container {
    padding: 2.75rem 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .pt_order .checkout-order-totals {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pt_order .checkout-right {
    clear: left;
  }
}
.pt_order .cart-monthly-container {
  display: none;
}
.pt_order .shipping-title {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .pt_order .shipping-title {
    padding-bottom: 0.25rem;
  }
}
.pt_order .shipping-title.billing-title {
  padding-top: 2.313rem;
}
.pt_order .order-review-left {
  padding: 0;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left {
    padding: 0;
  }
}
.pt_order .order-review-left .mini-shipment {
  position: relative;
  float: left;
  width: 46.987%;
  margin: 0;
  padding: 1.25rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left .mini-shipment {
    width: 100%;
  }
}
.pt_order .order-review-left .mini-shipment.first {
  margin-right: 6.024%;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left .mini-shipment.first {
    margin: 0;
  }
}
.pt_order .order-review-left .mini-shipment h3 {
  position: relative;
  border-bottom: 1px solid var(--color-gray300);
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: none;
  line-height: 1;
  padding: 0 0.625rem 0.625rem 0;
  margin: 0;
  background: none;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left .mini-shipment h3 {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    padding-left: 0;
  }
}
.pt_order .order-review-left .mini-shipment h3 a {
  position: absolute;
  top: 3px;
  right: 10px;
  font: 0.875rem "Rauschen A", sans-serif;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left .mini-shipment h3 a {
    font: 0.75rem "Rauschen A", sans-serif;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .pt_order .order-review-left .mini-shipment h3 span {
    width: 74%;
    display: inline-block;
  }
}
.pt_order .order-review-left .mini-shipment h3.section-header {
  min-height: 20px;
}
.pt_order .order-review-left .mini-shipment .details {
  background: none;
  padding: 0.938rem 0;
  font: 0.875rem "Rauschen A", sans-serif;
  line-height: 1.375rem;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left .mini-shipment .details {
    font: 0.875rem "Rauschen A", sans-serif;
    line-height: 1.375rem;
    padding: 0.938rem 0 0.75rem 0;
  }
}
.pt_order .order-review-left .mini-shipment .details .order-number {
  display: none;
}
.pt_order .order-review-left .mini-shipment .details .minishipments-method {
  padding: 0;
}
.pt_order .order-review-left .mini-shipment .no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pt_order .order-review-left .mini-shipment .no-padding-bottom {
  padding-bottom: 0px;
}
.pt_order .order-review-left #cart-table #internal td {
  border-bottom: none;
  padding: 0;
}
.pt_order .order-review-left #cart-table #internal td.options {
  padding: 0.625rem 0 0 0;
}
.pt_order .order-review-left #cart-table #internal td.options.price {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table #internal td {
    border: 0;
    margin: 0;
  }
}
.pt_order .order-review-left #cart-table #internal td.item-image {
  padding-right: 4%;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table #internal td.item-image {
    padding-right: 2%;
  }
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table {
    border: 0;
    margin: 0;
  }
}
.pt_order .order-review-left #cart-table tr {
  border: 0;
}
.pt_order .order-review-left #cart-table td {
  padding: 1.25rem 0.625rem;
  border-bottom: 1px solid var(--color-gray300);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td {
    padding: 0.625rem 0;
  }
}
.pt_order .order-review-left #cart-table td.item-image {
  width: 14%;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-image {
    width: 25%;
    float: left;
    display: block;
    padding: 1.25rem 0.625rem 1.875rem 0.625rem;
    border-bottom: none;
  }
}
.pt_order .order-review-left #cart-table td.item-image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-details {
    width: 72%;
    float: right;
    display: block;
    border-top: none;
    border-bottom: none;
    text-align: left;
  }
}
.pt_order .order-review-left #cart-table td.item-details .sku {
  display: none;
}
.pt_order .order-review-left #cart-table td.item-details .name {
  margin-bottom: 0.125rem;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-details .name {
    font: 0.875rem "Rauschen A", sans-serif;
    font-weight: 500;
    line-height: 1.125rem;
  }
}
.pt_order .order-review-left #cart-table td.item-details .name a {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-details .name a {
    font: 0.875rem "Rauschen A", sans-serif;
    font-weight: 500;
    line-height: 1.125rem;
  }
}
.pt_order .order-review-left #cart-table td.item-details .item-quantity {
  float: left;
  margin-bottom: 0.438rem;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-details .item-quantity {
    text-align: left;
    width: 27%;
  }
}
.pt_order .order-review-left #cart-table td.item-details .item-edit-details {
  float: left;
  clear: both;
}
.pt_order .order-review-left #cart-table td.item-details .item-edit-details p {
  padding: 0;
  margin: 0;
}
.pt_order .order-review-left #cart-table td.item-details .attribute {
  float: left;
  clear: both;
  margin-bottom: 0.438rem;
}
.pt_order .order-review-left #cart-table td.item-details .attribute .value {
  font-weight: 400;
}
.pt_order .order-review-left #cart-table td.item-details .item-total {
  float: right;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-details .item-total {
    font-size: 0.875rem;
    width: 73%;
  }
}
.pt_order .order-review-left #cart-table td.item-details .item-total span {
  font-weight: 400;
}
.pt_order .order-review-left #cart-table td.item-details .item-total p {
  margin: 0;
  padding: 0;
}
.pt_order .order-review-left #cart-table td.item-details .is-in-stock {
  font: 0.875rem "Rauschen A", sans-serif;
  color: #000000;
  line-height: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-details .is-in-stock {
    font: 0.875rem "Rauschen A", sans-serif;
    line-height: 1.125rem;
  }
}
.pt_order .order-review-left #cart-table td.item-details .on-order {
  font: 0.875rem "Rauschen A", sans-serif;
  color: #000000;
  line-height: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-details .on-order {
    font: 0.875rem "Rauschen A", sans-serif;
    line-height: 1.125rem;
  }
}
.pt_order .order-review-left #cart-table td.item-details .willbe-in-stock {
  font: 0.875rem "Rauschen A", sans-serif;
  font-style: italic;
  color: var(--color-gray600);
  line-height: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-details .willbe-in-stock {
    font: 0.875rem "Rauschen A", sans-serif;
    font-style: italic;
    line-height: 1.125rem;
  }
}
.pt_order .order-review-left #cart-table td.item-details .shipping-in-home-assembly a {
  display: inline;
  color: var(--color-error400);
  text-decoration: underline;
}
.pt_order .order-review-left #cart-table td.item-details .shipping-in-home-assembly-text {
  padding-top: 0.938rem;
  display: inline;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-details .shipping-in-home-assembly-text {
    padding-top: 0.625rem;
    font: 0.875rem "Rauschen A", sans-serif;
    line-height: 1.25rem;
    max-width: 107px;
  }
}
.pt_order .order-review-left #cart-table td.item-details .shipping-in-home-assembly-text a {
  text-decoration: none;
}
.pt_order .order-review-left #cart-table td.item-details .shipping-in-home-assembly-text a span {
  color: var(--color-error400);
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-details .shipping-in-home-assembly-text .mobile-hide {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-details .product-option {
    font: 0.875rem "Rauschen A", sans-serif;
    line-height: 1.125rem;
  }
}
.pt_order .order-review-left #cart-table td.item-quantity {
  width: 12.88%;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-quantity {
    width: 72%;
    float: right;
    display: block;
    text-align: left;
    clear: right;
    padding-top: 0.438rem;
    font: 0.875rem "Rauschen A", sans-serif;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-quantity-details {
    border: 0;
  }
}
.pt_order .order-review-left #cart-table td.item-total {
  font: 0.875rem "Rauschen A", sans-serif;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-total {
    width: 72%;
    float: right;
    display: block;
    text-align: left;
    clear: right;
    font: 0.875rem "Rauschen A", sans-serif;
    line-height: 1.5rem;
    padding-top: 0.375rem;
    padding-bottom: 1.563rem;
    border-bottom: none;
  }
}
.pt_order .order-review-left #cart-table td.item-total span {
  font-weight: 400;
}
.pt_order .order-review-left #cart-table td.item-total .promotional-message {
  font: 0.875rem "Rauschen A", sans-serif;
  color: var(--color-error400);
  margin: 0.313rem 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-total .promotional-message {
    font: 0.875rem "Rauschen A", sans-serif;
    line-height: 1.125rem;
    padding-top: 0.75rem;
  }
}
.pt_order .order-review-left #cart-table td.item-total .promotional-message a {
  color: var(--color-error400);
}
.pt_order .order-review-left #cart-table td.item-total .inhome-assembly-total {
  font: 0.875rem "Rauschen A", sans-serif;
  font-style: italic;
  color: var(--color-gray600);
  line-height: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-review-left #cart-table td.item-total .inhome-assembly-total {
    font: 0.875rem "Rauschen A", sans-serif;
    font-style: italic;
    line-height: 1.125rem;
  }
}
.pt_order .order-review-left #cart-table tfoot .item-image {
  display: none !important;
}
.pt_order .order-review-left #cart-table tfoot .item-details {
  width: 100%;
}
.pt_order .order-review-left #cart-table tfoot .item-details .name {
  font-weight: 500;
}
.pt_order .order-review-left #cart-table tfoot .item-total {
  float: none !important;
  width: auto !important;
  display: table-cell !important;
  text-align: right !important;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-summary-footer {
    border-top: 1px solid var(--color-gray300);
  }
}
.pt_order .order-summary-footer .order-totals-table {
  border-bottom: 1px solid var(--color-gray300);
  padding-bottom: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-summary-footer .order-totals-table {
    width: 100%;
  }
}
.pt_order .order-summary-footer .order-totals-table td:first-child {
  text-align: left;
  padding-bottom: 0.75rem;
}
.pt_order .order-summary-footer .order-totals-table .discount {
  color: var(--color-error400);
}
.pt_order .order-summary-footer td {
  font: 0.875rem "Rauschen A", sans-serif;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-summary-footer td {
    width: 50%;
    font: 0.875rem "Rauschen A", sans-serif;
    padding-top: 0;
  }
}
.pt_order .order-summary-footer .order-subtotal td {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-summary-footer .order-subtotal td {
    font: 0.875rem "Rauschen A", sans-serif;
    font-weight: 500;
    padding-top: 0.313rem;
  }
}
.pt_order .order-summary-footer .order-total td {
  white-space: nowrap;
  font: 1.125rem "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .pt_order .order-summary-footer .order-total td {
    font: 0.875rem "Rauschen A", sans-serif;
    font-weight: 500;
    padding-top: 0.5rem;
  }
}
.pt_order .order-summary-footer .submit-order {
  padding: 1.5em 0 0 0;
  margin: 0;
}
.pt_order .order-summary-footer .submit-order .synch-bdr {
  padding: 1em;
  border: 1px solid var(--color-gray300);
}
.pt_order .order-summary-footer .submit-order .agreeTerms {
  margin-top: 1.5em;
}
@media only screen and (min-width: 769px) {
  .pt_order .order-summary-footer .big {
    width: 234px;
  }
}
@media only screen and (min-width: 769px) {
  .pt_order .order-summary-footer .big:before {
    left: -10px;
  }
}
.pt_order .order-summary-footer .back-to-cart {
  margin-right: 2.25rem;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  position: relative;
  top: -16px;
}
.pt_order .order-summary-footer .back-to-cart:hover {
  text-decoration: none;
}
.pt_order .order-summary-footer .chargeAfter-cart-container {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pt_order .cs-contact-number {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1.5rem 0 1.25rem 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .pt_order .cs-contact-number span {
    font: 0.875rem "Rauschen A", sans-serif;
  }
}
.pt_order .subscriptions-optin {
  border: solid #aaa 1px;
  padding: 0.625em;
  margin-bottom: 1.25rem;
}
.pt_order .subscriptions-optin span.error {
  clear: both;
  display: block;
}
.pt_order .maxtotal-subcription-option {
  border: 0px;
  padding: 0px;
  margin-top: 1.25rem;
}
.pt_order .m8m6-subcription-option .subscription-disclosures div:nth-child(2) div.synch-bdr {
  background: var(--color-white);
}

.pt_order-confirmation .checkout-left-container.second {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .pt_order-confirmation .checkout-left-container.second h3 {
    width: 100%;
  }
}
.pt_order-confirmation .cart-monthly-container {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pt_order-confirmation .shipping-title {
    padding-top: 2.313rem;
  }
}
.pt_order-confirmation h1 {
  font-family: "Rauschen A", sans-serif;
  font-size: 2.813rem;
  font-weight: 500;
  text-transform: none;
  padding: 0;
  margin: 0;
}
.pt_order-confirmation #primary {
  width: 100% !important;
  float: none !important;
}
.pt_order-confirmation .order-submit-left {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .pt_order-confirmation .order-submit-left {
    width: 100%;
    float: none;
  }
}
.pt_order-confirmation .checkout-right {
  float: right;
  width: 25.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .pt_order-confirmation .checkout-right {
    width: 100%;
    float: none;
  }
}
.pt_order-confirmation .item-list {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
.pt_order-confirmation .item-list p {
  padding: 0;
  margin: 0;
}
.pt_order-confirmation .confirmation-message {
  border-bottom: 1px solid var(--color-gray300);
  position: relative;
  padding: 0.625rem 0 1.25rem 0;
}
.pt_order-confirmation .confirmation-message p {
  padding: 0;
  margin: 0;
  font: 0.875rem "Rauschen A", sans-serif;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_order-confirmation .confirmation-message p {
    margin-right: 6.25rem;
  }
}
.pt_order-confirmation .print-page {
  background: none;
  border: 0;
  font: 0.875rem "Rauschen A", sans-serif;
  text-decoration: underline;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.pt_order-confirmation .print-page:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .pt_order-confirmation .print-page {
    display: none;
  }
}
.pt_order-confirmation .actions {
  clear: both;
  width: 69.396%;
  padding-top: 1.25rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .pt_order-confirmation .actions {
    width: 100%;
  }
}

.disclosure_agreeTerms_error, .subscription_agreeTerms_error, .subscription_autoRenewalTerms_error {
  display: none;
}

.synch-bdr {
  border: 1px solid #CCCCCC;
  padding: 0.625rem;
}

.cart-monthly-container .white-bg-separator {
  background: var(--color-white);
  height: 15px;
}
@media only screen and (max-width: 768px) {
  .cart-monthly-container .white-bg-separator {
    margin-left: -1.375rem;
  }
}
.cart-monthly-container .cart-monthly-content {
  display: inline-block;
}
.cart-monthly-container .hr-text {
  text-align: right;
  font-style: italic;
  width: 100%;
}
.cart-monthly-container .hr-text:before {
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.cart-monthly-container .hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.5rem;
  color: #000000;
  right: 5%;
  background-color: #f4f4f4;
}
.cart-monthly-container .cart-monthly-table td:first-child {
  width: 67.333%;
}
.cart-monthly-container .cart-monthly-table .cart-monthly-amount {
  width: 88px;
  font-size: 1.125rem;
  text-align: right;
  font-weight: 500;
  padding: 0;
  padding-top: 1em;
}
.cart-monthly-container .cart-monthly-table .cart-monthly-amount span {
  font-size: 0.875rem;
  font-weight: 400;
}
.cart-monthly-container .cart-monthly-table .cart-monthly-amount .spanItalic {
  font-size: 0.813rem;
  font-style: italic;
  position: relative;
  display: inline-block;
}
.cart-monthly-container .cart-monthly-table .cart-monthly-message {
  padding: 0;
}
.cart-monthly-container .cart-monthly-table .cart-discount-message {
  padding: 1em 0;
}

@media only screen and (max-width: 768px) {
  .checkout-left-container h2 {
    font-size: 1.063rem;
  }
}
.checkout-left-container .form-vertical .billing-payment-methods .payment-method-options {
  padding: 1.875rem 0 0 0px;
}
.checkout-left-container .form-vertical .billing-payment-methods .payment-method-options .form-row.label-inline {
  margin: 0;
  padding: 0 7% 0 0;
}
.checkout-left-container .form-vertical .billing-payment-methods .payment-method-options .form-row.label-inline label {
  width: auto;
}
.checkout-left-container .form-vertical .billing-payment-methods .payment-method-options .form-row.label-inline label img {
  width: 2.813rem;
  height: 1.063rem;
}
.checkout-left-container .form-vertical .billing-payment-methods .payment-method-options .form-row.label-inline .chargeafter-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-left-container .form-vertical .billing-payment-methods .payment-method-options .form-row.label-inline .chargeafter-label span {
  padding-left: 0.5rem;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.nonexpirationdate label {
  margin-bottom: 0.3rem;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.nonexpirationdate .field-wrapper {
  width: 100%;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.nonexpirationdate .field-wrapper label {
  display: none;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.nonexpirationdate .field-wrapper .form-row.year {
  margin-top: 0%;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row {
  padding: 1.25rem 0 0 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .billing-payment-methods .form-row {
    padding: 1rem 0 0 0;
  }
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row label {
  width: 100%;
  float: none;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.nomarg label {
  width: 28%;
  float: left;
  padding-right: 0px;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.label-inline .field-wrapper {
  float: left;
  padding-left: 0;
  width: auto;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.nonNautilusCCField .form-caption.error-message {
  margin-left: 0;
  width: 105%;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row .field-wrapper {
  padding: 0;
  margin: 0;
  width: 50.3%;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .form-vertical .billing-payment-methods .form-row .field-wrapper {
    width: 69%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .billing-payment-methods .form-row .field-wrapper {
    width: 100%;
  }
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.phone .field-wrapper {
  width: 23%;
  float: left;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .form-vertical .billing-payment-methods .form-row.phone .field-wrapper {
    width: 31.6%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .billing-payment-methods .form-row.phone .field-wrapper {
    width: 46%;
  }
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.phone .form-field-tooltip {
  margin-left: 4.2%;
  margin-right: -1.563rem;
  padding-top: 0.5rem;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .billing-payment-methods .form-row.phone .form-field-tooltip {
    display: none;
  }
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.phone .form-caption {
  margin: 0;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.billing-bottom {
  padding: 1.25rem 0 0.875rem 0;
  width: auto;
  max-width: 218px;
  margin: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .checkout-left-container .form-vertical .billing-payment-methods .form-row.billing-bottom {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .form-vertical .billing-payment-methods .form-row.billing-bottom {
    margin-left: 0%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .billing-payment-methods .form-row.billing-bottom {
    margin: 0;
    padding: 0.938rem 0 0.25rem 0;
  }
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.billing-bottom span {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .billing-payment-methods .form-row.billing-bottom span {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.25rem;
  }
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.billing-bottom label {
  float: right;
  padding-right: 0;
  width: 180px;
  text-align: left;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.billing-bottom .field-wrapper {
  width: auto;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.month {
  width: 24%;
  margin-right: 0.625rem;
  float: left;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .billing-payment-methods .form-row.month {
    width: 47%;
  }
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.month label {
  display: block;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.month .field-wrapper {
  display: inline;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.year {
  width: 25%;
  float: left;
  margin-top: 1.438rem;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .billing-payment-methods .form-row.year {
    width: 48%;
    margin-top: 1.563rem;
  }
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.year label {
  display: inline;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.year .field-wrapper {
  display: inline;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.singlesplitpay {
  margin-top: 2.563rem;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.cvn label {
  display: block;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.cvn .field-wrapper {
  display: block;
  width: 157px;
  float: left;
}
.checkout-left-container .form-vertical .billing-payment-methods .form-row.cvn .form-field-tooltip {
  width: 25%;
}
.checkout-left-container .form-vertical .billing-payment-methods .payment-method .billing-address-block {
  margin: 0;
}
.checkout-left-container .form-vertical .billing-payment-methods .payment-method .form-row.caption-text .form-caption {
  margin-left: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .billing-payment-methods .payment-method .form-row.caption-text .form-caption {
    width: auto;
  }
}
.checkout-left-container .form-vertical .billing-payment-methods .payment-method .form-row .form-caption {
  padding-top: 0;
  margin-left: 0;
}
.checkout-left-container .form-vertical .billing-payment-methods .payment-method-finance .billing-address-block {
  margin-left: 0%;
}

.checkout-left-container .form-vertical .shipping-left-content .shippingOption-top {
  margin-bottom: 2em;
}
.checkout-left-container .form-vertical .shipping-left-content .shippingOption-bottom-left {
  float: left;
}
.checkout-left-container .form-vertical .shipping-left-content .shippingOptionSummary .red {
  color: #FF0000;
}
.checkout-left-container .form-vertical .shipping-left-content .button-text {
  display: block;
  margin: 0 0 0.25rem 0.625rem;
  font: 0.875rem "Rauschen A", sans-serif;
  color: #000000;
  text-decoration: underline;
  line-height: 3.65rem;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .shipping-left-content .button-text {
    float: right;
    margin: 0.75rem 0 0 0;
    font: 0.75rem "Rauschen A", sans-serif;
    line-height: 2.65rem;
  }
}
.checkout-left-container .form-vertical .shipping-left-content .button-text span {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
  margin-left: 0.625rem;
}
.checkout-left-container .form-vertical .shipping-left-content .button-text span:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .shipping-left-content .button-text span {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
  }
}
.checkout-left-container .form-vertical .shipping-left-content .button-text:hover span {
  text-decoration: none;
}
.checkout-left-container .form-vertical .shipping-left-content .shippingContainer {
  width: 600px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .shipping-left-content .shippingContainer {
    width: 100%;
    margin: 0 auto;
  }
}
.checkout-left-container .form-vertical .shipping-left-content .shippingContainer label {
  font-size: 0.875rem;
}
.checkout-left-container .form-vertical .shipping-left-content .shippingoptioncontainer {
  position: relative;
}
.checkout-left-container .form-vertical .shipping-left-content .form-row {
  margin-left: 0.5em;
}
.checkout-left-container .form-vertical .shipping-left-content .form-row label {
  padding: 0 2.313rem 0 0px;
  width: 100%;
}
.checkout-left-container .form-vertical .shipping-left-content .form-row .field-wrapper {
  width: 100%;
  max-width: 100%;
}
.checkout-left-container .form-vertical .shipping-left-content .form-row .form-caption {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .shipping-left-content .form-row .form-caption {
    margin-left: 0em;
  }
}
.checkout-left-container .form-vertical .shipping-left-content .form-caption-email {
  margin-left: 0.313rem;
}
.checkout-left-container .form-vertical .shipping-left-content .countrywrapper {
  padding: 1em 0 0 0.5em;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .shipping-left-content .countrywrapper label {
    font: 0.75rem "Rauschen A", sans-serif;
  }
}
.checkout-left-container .form-vertical .add-to-newsletter-shipping {
  margin: 0;
  padding: 1em 0 0 0;
}
.checkout-left-container .form-vertical .add-to-newsletter-shipping .form-row label {
  width: 207px;
  float: right;
  font-weight: 400;
}
.checkout-left-container .form-vertical .add-to-newsletter-shipping .form-row .field-wrapper {
  float: left;
  width: 32px;
}
.checkout-left-container .form-vertical .shipping-title-main {
  font-size: 1.875rem;
  line-height: 1;
  font-family: inherit;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid var(--color-gray300);
  padding: 0 0 0.563rem 0px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .shipping-title-main {
    padding-right: 5.313rem;
    padding-left: 0;
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
  }
}
.checkout-left-container .form-vertical .shipping-title {
  font-size: 1.25rem;
  line-height: 1;
  font-family: inherit;
  text-transform: uppercase;
  position: relative;
  border: none;
  padding: 1.25rem 0 0.563rem 0 !important;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .form-vertical .shipping-title {
    padding-right: 5.313rem;
    padding-left: 0 !important;
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
  }
}
.checkout-left-container .select-shipping-details .gridcontainer__col-12.gridcontainer__col-md-6:first-child .form-row-box {
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .gridcontainer__col-12.gridcontainer__col-md-6:first-child .form-row-box {
    margin-right: 0;
  }
}
.checkout-left-container .select-shipping-details .form-row-box {
  margin-bottom: 1em;
}
.checkout-left-container .select-shipping-details .form-row-box .shipping-top-option {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .form-row-box .shipping-top-option {
    text-align: left;
  }
}
.checkout-left-container .select-shipping-details .form-row-box .shipping-top-option label {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-left-container .select-shipping-details .form-row-box .shipping-top-option label span {
  font-weight: 400;
}
.checkout-left-container .select-shipping-details .form-row-box .shipping-top-option .shipping-top-option-left {
  top: 25px;
  width: 20px;
  float: left;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .form-row-box .shipping-top-option .shipping-top-option-left {
    top: 15px;
  }
}
.checkout-left-container .select-shipping-details .form-row-box .shipping-top-option .shipping-top-option-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0.25rem;
  line-height: 1.25rem;
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .select-shipping-details .form-row-box .shipping-top-option .shipping-top-option-right {
    text-align: left;
  }
}
.checkout-left-container .select-shipping-details .form-row-box .shipping-top-option .shipping-top-option-right span {
  padding: 0rem 0.25rem;
}
.checkout-left-container .select-shipping-details .form-row-box .shipping-top-option .shipping-top-option-right label {
  font-size: 0.875rem;
}
.checkout-left-container .select-shipping-details .form-row-box .shipping-top-option .shipping-top-option-right label span {
  font-weight: 400;
}
.checkout-left-container .select-shipping-details .form-row-box .shipping-bottom-detail {
  font-weight: normal;
  margin: 0 0.25rem;
  padding: 0 0.25rem;
}
.checkout-left-container .select-shipping-details .form-row-box .shipping-bottom-detail a {
  cursor: pointer;
}
.checkout-left-container .select-shipping-details .form-row-box .shipping-details-message {
  display: none;
}

.revieworder-promise-period {
  position: relative;
  margin: 0.6rem 0 0 0;
}
.revieworder-promise-period .product-extended-promise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
  border: 0;
  margin-top: 0;
  padding: 0;
}
.revieworder-promise-period .product-extended-promise > div.icon {
  margin-right: 0.5rem;
  cursor: default;
  height: auto !important;
  width: auto !important;
  top: 2px !important;
}
.revieworder-promise-period .product-extended-promise > div img {
  width: 32px;
  max-width: none;
}

.pt_order_phase2 .order-confirm-section {
  background: var(--color-white);
  width: 100%;
}
@media only screen and (min-width: 1400px) {
  .pt_order_phase2 .order-confirm-section {
    min-width: 1200px;
  }
}
@media only screen and (min-width: 940px) {
  .pt_order_phase2 .order-confirm-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 1920px;
  }
}
.pt_order_phase2 .order-confirm-section-left {
  font-size: 1rem;
}
@media only screen and (min-width: 940px) {
  .pt_order_phase2 .order-confirm-section-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}
.pt_order_phase2 .order-confirm-section-left .checkout-progress-indicator {
  float: none;
}
.pt_order_phase2 .order-confirm-section-left .order-confirm-section-left-in {
  padding: 1rem;
}
@media only screen and (min-width: 940px) {
  .pt_order_phase2 .order-confirm-section-left .order-confirm-section-left-in {
    padding-right: 1.25rem;
  }
}
@media only screen and (min-width: 1400px) {
  .pt_order_phase2 .order-confirm-section-left .order-confirm-section-left-in {
    min-width: 680px;
    padding-right: 2.5rem;
    max-width: 680px;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .pt_order_phase2 .order-confirm-section-left .order-confirm-section-left-in {
    padding-bottom: 2.8125rem;
  }
}
.pt_order_phase2 .order-confirm-section-left .gradient-bar-horizantal {
  width: 50px;
  height: 3px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#03BBF2), color-stop(21%, #437CEB), color-stop(43%, #7356BD), color-stop(63%, #9D87E4), color-stop(83%, #FB5F62), to(#F4B071)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #03BBF2 0%, #437CEB 21%, #7356BD 43%, #9D87E4 63%, #FB5F62 83%, #F4B071 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  margin: 1.875rem 0;
}
@media only screen and (max-width: 768px) {
  .pt_order_phase2 .order-confirm-section-left .gradient-bar-horizantal {
    margin: 1.375rem 0 1.875rem 0;
  }
}
.pt_order_phase2 .order-confirm-section-left .jrny-content.check-details h3.start-title {
  margin-bottom: 1.875rem;
}
.pt_order_phase2 .order-confirm-section-left .jrny-content.check-details .jrny-trail-cta {
  margin-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
.pt_order_phase2 .order-confirm-section-left .jrny-content.check-details p {
  font-size: 1.1rem;
  color: var(--color-gray600);
}
.pt_order_phase2 .order-confirm-section-left .jrny-content img {
  width: 130px;
  margin-top: 3.25rem;
}
@media only screen and (max-width: 768px) {
  .pt_order_phase2 .order-confirm-section-left .jrny-content img {
    margin-top: 1.375rem;
  }
}
.pt_order_phase2 .order-confirm-section-left .order-confirmation-message {
  background: var(--color-gray200);
  border-radius: 3px;
  margin: 1.25rem 0;
  padding: 1rem 1rem 1rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .pt_order_phase2 .order-confirm-section-left .order-confirmation-message {
    padding: 2rem 1rem 2rem 0;
  }
}
.pt_order_phase2 .order-confirm-section-left .order-confirmation-message .anim-icon-block {
  font-size: 2rem;
  color: var(--color-error400);
  padding: 0 0.375rem 0 0;
}
@media only screen and (max-width: 768px) {
  .pt_order_phase2 .order-confirm-section-left .order-confirmation-message .anim-icon-block {
    margin-top: -1.875rem;
  }
}
.pt_order_phase2 .order-confirm-section-left .order-confirmation-message .anim-icon-block lottie-player {
  width: 75px;
  height: 75px;
}
.pt_order_phase2 .order-confirm-section-left .order-confirmation-message .confirm-text {
  word-wrap: break-word;
  max-width: 80%;
}
@media only screen and (max-width: 768px) {
  .pt_order_phase2 .order-confirm-section-left .order-confirmation-message .confirm-text {
    max-width: 85%;
  }
}
@media only screen and (max-width: 480px) {
  .pt_order_phase2 .order-confirm-section-left .order-confirmation-message .confirm-text {
    max-width: 75%;
  }
}
.pt_order_phase2 .order-confirm-section-left .order-confirmation-message h3 {
  font-size: 1.25rem;
  color: #000000;
  padding: 0;
  text-transform: none;
  font-weight: 500;
}
.pt_order_phase2 .order-confirm-section-left .order-confirmation-message p {
  font-size: 1rem;
  color: var(--color-gray600);
  margin: 0.5rem 0 0 0;
}
.pt_order_phase2 .order-confirm-section-left .order-confirmation-message p a {
  color: var(--color-gray600);
}
.pt_order_phase2 .order-confirm-section-left a.plain-link {
  font-size: 1rem;
  font-weight: 500;
  color: #3C518F;
  margin: 0 3rem;
  text-decoration: none;
}
.pt_order_phase2 .order-confirm-section-left a.plain-link span {
  text-decoration: underline;
}
.pt_order_phase2 .order-confirm-section-left a.plain-link i:not(.fa-circle-play) {
  margin: 0 0.5rem;
}
.pt_order_phase2 .order-confirm-section-left a.video-plain-link {
  margin: 0;
}
.pt_order_phase2 .order-confirm-section-left a.video-plain-link i {
  margin-right: 0.2rem;
}
.pt_order_phase2 .order-confirm-section-left .jrny-trail-cta {
  margin-top: 3rem;
}
@media only screen and (min-width: 940px) {
  .pt_order_phase2 .order-confirm-section-left .jrny-trail-cta {
    margin-top: 3.125rem;
    margin-bottom: 3rem;
  }
}
.pt_order_phase2 .order-confirm-section-left .jrny-trail-cta a:not(.plain-link) {
  background: #3C518F;
  border-radius: 1.625rem;
  color: var(--color-white);
  padding: 0.75rem 4.125rem;
  border: 0;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  min-width: 200px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .pt_order_phase2 .order-confirm-section-left .jrny-trail-cta a:not(.plain-link) {
    display: block;
    text-align: center;
  }
}
.pt_order_phase2 .order-confirm-section-left .jrny-trail-cta a:not(.plain-link):hover {
  background-color: #314274;
  border-color: #2d3d6b;
}
.pt_order_phase2 .order-confirm-section-left h3.start-title {
  margin-bottom: 3.125rem;
  letter-spacing: 0.028rem;
  text-transform: none;
  font-size: 1.875rem;
  font-weight: 500;
}
@media only screen and (min-width: 940px) {
  .pt_order_phase2 .order-confirm-section-left h3.start-title {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .pt_order_phase2 .order-confirm-section-left h3.start-title {
    margin-bottom: 2.5rem;
  }
}
.pt_order_phase2 .order-confirm-section-left ul {
  padding: 0 1em;
}
.pt_order_phase2 .order-confirm-section-left ul li {
  padding: 0.125rem 0;
  letter-spacing: 0.01rem;
}
.pt_order_phase2 .order-confirm-section-left ul li .text-jrny-blue4 {
  color: #3C518F;
}
.pt_order_phase2 .order-confirm-section-left .border-top {
  border-top: 1px solid var(--color-gray200);
  padding-top: 1.875rem;
}
.pt_order_phase2 .order-confirm-section-left .border-top h3 {
  font-size: 1.25rem;
}
.pt_order_phase2 .order-confirm-section-right {
  position: relative;
  background: #000000;
}
@media only screen and (min-width: 940px) {
  .pt_order_phase2 .order-confirm-section-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    margin-top: -0.75rem;
  }
}
.pt_order_phase2 .order-confirm-section-right .video-background {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pt_order_phase2 .order-confirm-section-right .video-background a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pt_order_phase2 .order-confirm-section-right .video-background img {
  max-width: 100%;
}
.pt_order_phase2 .order-confirm-section-right .video-background .play-circle-icon, .pt_order_phase2 .order-confirm-section-right .video-background .pause-circle-icon {
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .pt_order_phase2 .order-confirm-section-right .video-background .play-circle-icon, .pt_order_phase2 .order-confirm-section-right .video-background .pause-circle-icon {
    top: 40%;
    left: 40%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  .pt_order_phase2 .order-confirm-section-right .video-background #rightcontent_video {
    height: 470px;
  }
}
@media only screen and (max-width: 768px) {
  .pt_order_phase2 .order-confirm-section-right .video-background #rightcontent_video {
    height: 470px;
  }
}

.schwinn .pt_order_phase2 .order-confirm-section-left .jrny-trail-cta a {
  border-radius: 50px;
}

.schwinn .pt_order_phase2 .order-confirm-section-left h3.start-title {
  font-size: 1.625rem;
}

.schwinn .pt_order_phase2 .order-confirm-section-right {
  margin-top: 0;
}

.pt_order-confirmation#wrapper.pt_order_phase2 .primary-content {
  margin-bottom: 0;
}

.schwinn .pt_order-confirmation#wrapper.pt_order_phase2 {
  max-width: 100%;
  padding: 0 !important;
  border-top: 1px solid var(--color-gray200);
}

.pt_order-confirmation.pt_order_phase2 .print-page.print-link {
  position: static;
}

@media print {
  .pt_order-confirmation.pt_order_phase2 .checkout-progress-indicator,
  .pt_order-confirmation.pt_order_phase2 .order-confirm-section {
    display: none;
  }
  .pt_order-confirmation.pt_order_phase2 .hidden-printable-section {
    display: block;
  }
}
@media screen {
  .pt_order-confirmation.pt_order_phase2 .hidden-printable-section {
    display: none;
  }
}
.pt_order-confirmation#wrapper.pt_order_phase2 {
  max-width: 100%;
  padding: 0 !important;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_order-confirmation#wrapper.pt_order_phase2 #main {
    padding: 0;
  }
}

.font-20 {
  font-size: 1.25rem;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_order-confirmation#wrapper.pt_order_phase2 #primary {
    padding-bottom: 0;
  }
}

body.Jrny ul.top-tabs {
  margin: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1250px) and (-webkit-min-device-pixel-ratio: 1) {
  .pt_order-confirmation.pt_order_phase2 .stepper-phase2 .step {
    width: 45px;
    line-height: normal;
    margin-left: 1.313rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1250px) and (-webkit-min-device-pixel-ratio: 1) {
  .pt_order-confirmation.pt_order_phase2 .stepper-phase2 .step div {
    width: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1250px) and (-webkit-min-device-pixel-ratio: 1) {
  .pt_order-confirmation.pt_order_phase2 .stepper-phase2 .step {
    width: 53px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1250px) and (-webkit-min-device-pixel-ratio: 1) {
  .pt_order-confirmation.pt_order_phase2 .stepper-phase2 .steps-connecting:after {
    right: -28px;
    width: 33px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1250px) and (-webkit-min-device-pixel-ratio: 1) {
  .pt_order-confirmation.pt_order_phase2 .stepper-phase2 .step-4:after {
    width: 25px;
    right: -22px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1250px) and (-webkit-min-device-pixel-ratio: 1) {
  .pt_order-confirmation.pt_order_phase2 .stepper-phase2 .step-5 {
    width: auto;
    margin-left: 1rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1250px) and (-webkit-min-device-pixel-ratio: 1) {
  .pt_order-confirmation.pt_order_phase2 .stepper-phase2 .step-5 .image-container {
    width: 4rem;
    margin-left: 0.7rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1250px) and (-webkit-min-device-pixel-ratio: 1) {
  .pt_order-confirmation.pt_order_phase2 .stepper-phase2 .step-5 .bar-text div, .pt_order-confirmation.pt_order_phase2 .stepper-phase2 .step-5 div:not(.bar-text) {
    padding-left: 0.625rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1250px) and (-webkit-min-device-pixel-ratio: 1) {
  .pt_order-confirmation.pt_order_phase2 .stepper-phase2 .step-1 {
    margin-left: 0.313rem !important;
  }
}

.shippingDialog.ui-dialog .ui-dialog-content {
  padding-top: 5.75rem;
  padding-bottom: 2rem;
}
.shippingDialog.ui-dialog .ui-dialog-titlebar {
  right: 0.5rem;
}
.shippingDialog.ui-dialog .ui-dialog-titlebar-close:focus-visible {
  outline: none;
}
.shippingDialog.ui-dialog .ui-dialog-titlebar-close span:focus-visible {
  outline: none;
}
.shippingDialog.ui-dialog .ui-widget-header {
  border-color: var(--color-white) !important;
}
@media only screen and (max-width: 768px) {
  .shippingDialog.ui-dialog .ui-dialog-buttonpane {
    padding: 0;
    text-align: center;
  }
}
.shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 100%;
  padding-bottom: 4.5rem;
}
.shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button,
.shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button.black,
.shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button.red,
.shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button.white.invert {
  background: #000000;
  color: var(--color-white);
  border: 2px solid transparent;
  outline: none;
  width: 100%;
  max-width: 18.75rem;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 0.5rem 1.25rem;
  display: inline-block;
  border-radius: 3px;
  position: static;
  font-family: "Rauschen A", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.05rem;
  line-height: 1.5rem;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover,
.shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button.black:hover,
.shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button.red:hover,
.shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button.white.invert:hover {
  background: #474747 !important;
}
@media only screen and (max-width: 768px) {
  .shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button,
  .shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button.black,
  .shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button.red,
  .shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button.white.invert {
    margin: 0;
  }
}
.shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button span,
.shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button.black span,
.shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button.red span,
.shippingDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button.white.invert span {
  padding: 0 !important;
}
.shippingDialog.ui-dialog .ui-button-icon-primary.ui-icon.ui-icon-closethick {
  background: var(--color-white);
}
.shippingDialog.ui-dialog .ui-button-icon-primary.ui-icon.ui-icon-closethick:before {
  content: "\f00d";
  color: #000000;
  display: block;
  font-family: "Font Awesome 6 Pro";
  text-indent: 0;
  font-size: 1.188rem;
  font-weight: 400;
  margin-top: 0.313rem;
  margin-right: 0.625rem;
}

@media only screen and (max-width: 768px) {
  body.schwinn .giftcard-title {
    font-size: 1rem !important;
  }
}
body.schwinn .giftcard-input-container .giftcert-apply button,
body.schwinn .giftcard-input-container .giftcert-apply .button.black,
body.schwinn .giftcard-input-container .giftcert-apply .button.red,
body.schwinn .giftcard-input-container .giftcert-apply .button.white.invert {
  width: 100px !important;
  height: auto !important;
  font-size: 1rem !important;
}
body.schwinn .giftcard-input-container .giftcert-apply button .spinner,
body.schwinn .giftcard-input-container .giftcert-apply .button.black .spinner,
body.schwinn .giftcard-input-container .giftcert-apply .button.red .spinner,
body.schwinn .giftcard-input-container .giftcert-apply .button.white.invert .spinner {
  top: 30%;
}
body.schwinn .giftcard-input-container .giftcert-apply button:disabled,
body.schwinn .giftcard-input-container .giftcert-apply .button.black:disabled,
body.schwinn .giftcard-input-container .giftcert-apply .button.red:disabled,
body.schwinn .giftcard-input-container .giftcert-apply .button.white.invert:disabled {
  background: #FF2828;
  opacity: 0.3;
}
body.schwinn .billing-coupon-container .billing-coupon-code .coupon-apply-btn {
  width: 60px !important;
  height: 46px !important;
}
body.schwinn .billing-coupon-container .billing-coupon-code .coupon-apply-btn span {
  font-size: 1rem !important;
}
body.schwinn .billing-coupon-container .billing-coupon-code .success-msg button.remove,
body.schwinn .billing-coupon-container .billing-coupon-code .success-msg .remove.button.black,
body.schwinn .billing-coupon-container .billing-coupon-code .success-msg .remove.button.red,
body.schwinn .billing-coupon-container .billing-coupon-code .success-msg .remove.button.white.invert {
  background: none !important;
  padding: 0 !important;
  text-transform: none;
}
body.schwinn .billing-coupon-container .billing-coupon-code .success-msg button.remove .remove-txt,
body.schwinn .billing-coupon-container .billing-coupon-code .success-msg .remove.button.black .remove-txt,
body.schwinn .billing-coupon-container .billing-coupon-code .success-msg .remove.button.red .remove-txt,
body.schwinn .billing-coupon-container .billing-coupon-code .success-msg .remove.button.white.invert .remove-txt {
  font-size: 14px !important;
}

.checkout-progress-indicator .step.active {
  color: var(--color-black);
}
.checkout-progress-indicator .step.active span {
  background-color: var(--color-black);
}
.checkout-progress-indicator .step.active a {
  color: var(--color-black);
}
.checkout-progress-indicator .step.active .passed {
  background: var(--color-black);
}

.checkout-left-container .form-vertical .shipping-title-main {
  text-transform: none;
}
.checkout-left-container .form-vertical .shipping-title {
  text-transform: capitalize;
}
.checkout-left-container h2.single-credit-card-title {
  text-transform: capitalize;
}
.checkout-left-container h2.single-credit-card-title-top-space {
  padding-top: 0px !important;
}
.checkout-left-container .billing-single-payment-method h2 span {
  text-transform: capitalize;
}
.checkout-left-container #secondCreditCard h2 {
  text-transform: capitalize;
}
.checkout-left-container .payment-method-expanded h2 {
  text-transform: capitalize;
}
.checkout-left-container .payment-method-expanded .normalBillingAddress .billing-single-payment-method h2 span {
  text-transform: capitalize;
}
.checkout-left-container .billing-giftcard-container {
  margin-bottom: 1.5rem;
  position: relative;
  padding: 0 0 0 9.523%;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkout-left-container .billing-giftcard-container {
    padding: 0 0 0 3.523%;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-left-container .billing-giftcard-container {
    padding: 0;
  }
}
.checkout-left-container .billing-giftcard-container .giftcard-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-left-container .billing-giftcard-container .giftcard-checkbox label {
  width: auto;
  text-align: left;
  margin: 0;
}
.checkout-left-container .billing-giftcard-container .giftcard-input-container .form-row, .checkout-left-container .billing-giftcard-container .billing-coupon-code .form-row {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .checkout-left-container .billing-giftcard-container .giftcard-input-container .form-row, .checkout-left-container .billing-giftcard-container .billing-coupon-code .form-row {
    width: 50%;
  }
}

.checkout-customer-service h1 {
  text-transform: capitalize;
}

.ui-dialog .ui-widget-header {
  border-color: transparent;
}
.ui-dialog .ui-icon-closethick {
  background-image: url(../images/interface/close-icon.png);
  left: -8px;
  top: 8px;
}

.pt_infokit_emailunsubscribe #wrapper.pt_productline {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 2.188rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_infokit_emailunsubscribe #wrapper.pt_productline {
    padding: 2.188rem 1.15em 0 1.15em;
  }
}
@media only screen and (max-width: 768px) {
  .pt_infokit_emailunsubscribe #wrapper.pt_productline {
    padding: 1.875rem 0.938rem 0 0.938rem;
  }
}
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe {
  width: 59.322%;
}
@media only screen and (max-width: 768px) {
  .pt_infokit_emailunsubscribe .infokit-emailunsubscribe {
    width: 100%;
  }
}
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe h4 {
  padding-bottom: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .pt_infokit_emailunsubscribe .infokit-emailunsubscribe h4 {
    font-size: 1.563rem;
  }
}
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single {
  width: 100%;
  border-top: 1px solid var(--color-gray300);
  padding: 0.938rem 0 0 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single {
    padding-left: 0;
  }
}
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single p {
  margin: 0;
  padding: 0 0.938rem 0.938rem 0;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single p {
    padding-right: 0;
  }
}
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .unsubscribeCondition .infoSelec.error {
  font-style: 400;
}
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .infokit-single-form-container {
  background: var(--color-gray200);
  width: 460px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem 1.813rem 1.25rem 1.25rem;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .infokit-single-form-container {
    padding: 0.938rem;
    width: 100%;
    margin-top: 1.25rem;
  }
}
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .infokit-single-form-container.second {
  margin: 1.125rem 0 1.25rem 0;
}
@media only screen and (max-width: 768px) {
  .pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .infokit-single-form-container.second {
    margin: 0 0 0.813rem 0;
  }
}
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .infokit-single-form-container p {
  text-transform: uppercase;
  padding: 0 0 0.313rem 0;
  font-weight: 500;
}
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .form-row {
  padding: 0;
  margin: 0;
}
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .form-row label {
  margin: 0;
  padding: 0 0 0.625rem 0;
  font-size: 0.875rem;
  font-family: "Rauschen A", sans-serif;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .form-row label {
    font-size: 0.75rem;
  }
}
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .field-wrapper {
  padding: 0;
  margin: 0;
}
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .infokit-single-text {
  display: block;
  font-size: 0.875rem;
  font-family: "Rauschen A", sans-serif;
  color: #000000;
  padding: 0.625rem 0.625rem 1.25rem 0;
}
@media only screen and (max-width: 768px) {
  .pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .infokit-single-text {
    font-size: 0.75rem;
    padding: 0.438rem 0 1.063rem 0;
  }
}
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single button,
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .button.black,
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .button.red,
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .button.white.invert {
  margin-left: 0;
}
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single button span,
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .button.black span,
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .button.red span,
.pt_infokit_emailunsubscribe .infokit-emailunsubscribe .infokit-single .button.white.invert span {
  margin-left: 0;
}

.shippingaddress .select-address {
  width: 100%;
  margin-left: 0;
}
.shippingaddress .edit-address {
  margin-top: 0.5em;
}

.formactions {
  margin-top: 1.25rem;
  text-align: right;
}

.item-list .multi-shipment-row {
  border-bottom: none;
}

.minishipments-method {
  padding-top: 0.625rem;
}

.multishipprogress div, .multishipprogress .step-3 {
  display: inline;
  padding: 1em;
}
.multishipprogress .step-4 {
  padding-right: 0;
}

.pt_checkout #cart-table .cart-row .shipment-label {
  font-weight: 500;
  margin-top: 2.188rem;
  font-size: 1.4rem;
}

.pt_account #main {
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_account #main {
    padding: 0 1% 2.5rem 1%;
  }
}
@media only screen and (max-width: 768px) {
  .pt_account #main {
    padding: 0 0.938rem;
  }
}
.pt_account #secondary {
  width: 16.959%;
  float: left;
  background: var(--color-gray200);
  padding: 0.25rem 1.25rem 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  margin-bottom: 4.375rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_account #secondary {
    width: 18.959%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .pt_account #secondary {
    width: 23.959%;
  }
}
@media only screen and (max-width: 768px) {
  .pt_account #secondary {
    width: 100%;
    float: none;
    padding: 0.313rem 1.25rem 0 1.25rem;
    margin-bottom: 3.125rem;
  }
}
.pt_account #secondary a {
  color: #000000;
}
.pt_account #primary {
  float: right;
  width: 79.662%;
}
.pt_account #primary.full-width {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .pt_account #primary {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .pt_account #primary {
    width: 71.662%;
  }
}
.pt_account #primary .my-account-order-status {
  width: 71.7%;
}
@media only screen and (max-width: 768px) {
  .pt_account #primary .my-account-order-status {
    width: 100%;
  }
}
.pt_account #primary .my-account-order-status p {
  padding: 0.313rem 0 1.25rem 0;
  margin: 0;
  line-height: 1.375rem;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .pt_account #primary .my-account-order-status p {
    padding-bottom: 0.688rem;
  }
}
.pt_account #primary .my-account-order-status .dialog-required span {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .pt_account #primary .my-account-order-status .dialog-required {
    display: none;
  }
}
.pt_account #primary .my-account-order-status label {
  width: 100%;
  padding: 0 0 0.438rem 0;
  margin: 0;
}
.pt_account #primary .my-account-order-status.second {
  padding-left: 0.563rem;
  padding-bottom: 3.25rem;
}
@media only screen and (max-width: 768px) {
  .pt_account #primary .my-account-order-status.second {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.pt_account #primary .my-account-order-status input {
  width: 100%;
  max-width: 410px;
}
@media only screen and (max-width: 768px) {
  .pt_account #primary .my-account-order-status input {
    max-width: 100%;
  }
}
.pt_account #primary .my-account-order-status .form-row-button {
  width: 97%;
  margin: -0.25rem 0 0 -0.063rem;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .pt_account #primary .my-account-order-status .form-row-button {
    margin-top: 0;
    padding: 0.813rem 0 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .pt_account #primary .my-account-order-status .header-title-line {
    border-bottom: 0;
  }
}
.pt_account .breadcrumb {
  padding: 0.625rem 0 2.563rem 0;
}
@media only screen and (max-width: 768px) {
  .pt_account .breadcrumb {
    padding: 0.625rem 0 1.625rem 0;
  }
}
.pt_account .breadcrumb a {
  text-decoration: none;
  font: 0.813rem "Rauschen A", sans-serif;
  color: #000000;
}
.pt_account .dialog-required {
  position: absolute;
  top: 0;
  right: 13px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .pt_account .dialog-required {
    right: 0;
  }
}
.pt_account .dialog-required span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  color: var(--color-error400);
  font-style: 400 !important;
  text-transform: capitalize;
}
.pt_account .dialog-required span.indicator-arrow {
  font-size: 1rem;
  margin-left: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .pt_account .dialog-required span {
    font: 0.75rem "Rauschen A", sans-serif;
    color: var(--color-error400);
    font-weight: 500;
  }
}
.pt_account h2 {
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Rauschen A", sans-serif;
  position: relative;
  border-bottom: 1px solid var(--color-gray300);
  padding: 0 6.25rem 0.563rem 0.688rem;
}
@media only screen and (max-width: 768px) {
  .pt_account h2 {
    padding-left: 0;
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
  }
}
.pt_account h2.second-account-title {
  margin: 1.25rem 0 1.5rem 0;
}
@media only screen and (max-width: 768px) {
  .pt_account h2.second-account-title {
    margin-bottom: 0.375rem;
  }
}
.pt_account h2.second-account-title a {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--color-gray600);
  text-decoration: underline;
}
.pt_account h2.second-account-title a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .pt_account h2.second-account-title a {
    font-size: 0.875rem;
    line-height: 0.875rem;
    margin-top: 0.25rem;
  }
}
.pt_account h2.second-account-title-addresses {
  margin-bottom: 0.688rem;
}
@media only screen and (max-width: 768px) {
  .pt_account h2.second-account-title-addresses {
    margin-top: 0.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .pt_account h2.first {
    margin-top: 1.375rem;
  }
}
@media only screen and (min-width: 769px) {
  .pt_account input[type=text],
  .pt_account input[type=number],
  .pt_account input[type=password],
  .pt_account input[type=email],
  .pt_account input[type=tel],
  .pt_account select,
  .pt_account textarea {
    max-width: 358px;
  }
}
.pt_account label {
  font-size: 0.938rem;
  line-height: 0.938rem;
  color: #000000;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  margin-bottom: 0.438rem;
}
@media only screen and (max-width: 768px) {
  .pt_account label {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
  }
}
.pt_account fieldset label {
  width: 19.224%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.375rem 0 0.625rem;
}
@media only screen and (max-width: 768px) {
  .pt_account fieldset label {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
    width: 100%;
    padding: 0;
    margin-bottom: 0.438rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_account fieldset label {
    width: 24.224%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .pt_account fieldset label {
    width: 30.224%;
    padding: 0 1.563rem 0 0px;
  }
}
.pt_account fieldset .form-row {
  margin: 0 0 0.75rem 0;
}
@media only screen and (max-width: 768px) {
  .pt_account fieldset .form-row {
    margin-bottom: 0;
  }
}
.pt_account fieldset .form-row.form-indent {
  margin-left: 19.224%;
  width: 64.864%;
}
@media only screen and (max-width: 768px) {
  .pt_account fieldset .form-row.form-indent {
    width: 100%;
    margin: 1.25rem 0 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_account fieldset .form-row.form-indent {
    margin-left: 24.224%;
    width: 70.864%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .pt_account fieldset .form-row.form-indent {
    margin-left: 30.224%;
  }
}
.pt_account fieldset .form-row.form-indent label {
  width: auto;
  max-width: 545px;
  text-align: left;
  font-weight: 400;
  line-height: 1.375rem;
}
.pt_account fieldset .form-row.form-indent label {
  font: 0.875rem "Rauschen A", sans-serif;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .pt_account fieldset .form-row.form-indent label {
    font: 0.75rem "Rauschen A", sans-serif;
    max-width: 92%;
  }
}
@media only screen and (max-width: 480px) {
  .pt_account fieldset .form-row.form-indent label {
    max-width: 88%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_account fieldset .form-row.form-indent label {
    max-width: 530px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .pt_account fieldset .form-row.form-indent label {
    max-width: 320px;
  }
}
.pt_account fieldset .form-row .field-wrapper {
  padding: 0;
  width: 64.864%;
}
@media only screen and (max-width: 768px) {
  .pt_account fieldset .form-row .field-wrapper {
    width: 100%;
    margin-bottom: 0.188rem;
  }
}
.pt_account fieldset .form-row .form-caption {
  margin-left: 19.224%;
  width: 64.864%;
  padding: 0 0 0.25rem 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .pt_account fieldset .form-row .form-caption {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_account fieldset .form-row .form-caption {
    margin-left: 24.224%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .pt_account fieldset .form-row .form-caption {
    margin-left: 30.224%;
  }
}
.pt_account fieldset .form-row .error {
  display: block;
}
.pt_account fieldset .form-row.add-newsletter {
  margin-bottom: 0;
}
.pt_account fieldset .form-row.add-newsletter .field-wrapper {
  width: auto;
}
.pt_account fieldset .form-row.add-newsletter label {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  left: -2px;
}
.pt_account fieldset .form-row.form-row-button {
  margin: 1.063rem 0 0 19.224%;
}
@media only screen and (max-width: 768px) {
  .pt_account fieldset .form-row.form-row-button {
    margin: 1.063rem 0 2.5rem 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_account fieldset .form-row.form-row-button {
    margin-left: 24.224%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .pt_account fieldset .form-row.form-row-button {
    margin-left: 30.224%;
  }
}
.pt_account fieldset .form-caption {
  margin-left: 19.224%;
  width: 64.864%;
  position: relative;
  top: -2px;
  padding: 0 0 0 1.75rem;
}
.pt_account fieldset .form-caption.no-padding {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .pt_account fieldset .form-caption {
    margin-left: 0;
    padding-left: 1.75rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_account fieldset .form-caption {
    margin-left: 24.224%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .pt_account fieldset .form-caption {
    margin-left: 30.224%;
  }
}
.pt_account fieldset .form-caption a {
  display: block;
}
.pt_account .form-label-text {
  width: 19.224%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.375rem 1.25rem 0.625rem;
  margin-right: 80%;
  font: 0.938rem "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .pt_account .form-label-text {
    width: 100%;
    float: none;
    margin: 0 0 0.375rem 0;
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
    text-align: left;
  }
}
.pt_account .form-forgot-password fieldset label {
  width: 23.224%;
}
@media only screen and (max-width: 768px) {
  .pt_account .form-forgot-password fieldset label {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_account .form-forgot-password fieldset label {
    width: 27.224%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .pt_account .form-forgot-password fieldset label {
    width: 100%;
    text-align: left;
  }
}
.pt_account .form-forgot-password .form-row .form-caption {
  margin-left: 23.224%;
}
@media only screen and (max-width: 768px) {
  .pt_account .form-forgot-password .form-row .form-caption {
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_account .form-forgot-password .form-row .form-caption {
    margin-left: 27.224%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .pt_account .form-forgot-password .form-row .form-caption {
    margin-left: 0;
  }
}
.pt_account .form-forgot-password .form-row-button {
  margin-left: 23.224%;
}
@media only screen and (max-width: 768px) {
  .pt_account .form-forgot-password .form-row-button {
    margin: 1.063rem 0 2.5rem 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_account .form-forgot-password .form-row-button {
    margin-left: 27.224%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .pt_account .form-forgot-password .form-row-button {
    margin-left: 0;
  }
}

.left-account-nav h3 {
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.875rem 0;
}
@media only screen and (max-width: 768px) {
  .left-account-nav h3 {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
    padding: 0.875rem 0 0.563rem 0;
  }
}
.left-account-nav a {
  text-decoration: none;
  font-family: "Rauschen A", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
  display: block;
  margin-bottom: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .left-account-nav a {
    font: 0.75rem "Rauschen A", sans-serif;
    display: block;
    margin-bottom: 0.563rem;
  }
}
.left-account-nav a:hover {
  text-decoration: underline;
}
.left-account-nav .nav-unregistered {
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #aaa;
}
@media only screen and (max-width: 768px) {
  .left-account-nav .nav-unregistered {
    padding-bottom: 0.688rem;
  }
}

.account-content-middle {
  width: 46.808%;
  float: left;
  margin: 0;
  padding: 1.438rem 0 2.5rem 0;
}
@media only screen and (max-width: 768px) {
  .account-content-middle {
    width: 100%;
    float: none;
    padding: 1.188rem 0 2.188rem 0;
  }
}
.account-content-middle.right {
  float: right;
}
@media only screen and (max-width: 768px) {
  .account-content-middle.right {
    float: none;
    padding: 0 0 1.75rem 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .account-content-middle.right {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
}
.account-content-middle.right .login-box-content p {
  padding-right: 1.25rem;
}
.account-content-middle .login-box-content {
  width: 100%;
  padding: 0.813rem 1.25rem 0 0.688rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .account-content-middle .login-box-content {
    padding: 0.813rem 0 0 0;
  }
}
.account-content-middle .login-box-content p {
  font-family: "Rauschen A", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  display: inline-block;
  padding: 0;
  margin: 0 0 0.75rem 0;
}
@media only screen and (max-width: 768px) {
  .account-content-middle .login-box-content p {
    margin: 0 0 0.5rem 0;
  }
}
.account-content-middle .login-box-content p span {
  display: block;
  font-weight: 500;
}
.account-content-middle .login-box-content p.italic {
  font-style: italic;
  font-weight: 500;
}
.account-content-middle .login-box-content p.italic a {
  color: var(--color-error400);
}
.account-content-middle .login-box-content label {
  padding: 0;
  width: auto;
}
.account-content-middle .login-box-content .form-row.label-inline.login-rememberme {
  float: right;
  margin: 0.313rem 0 0 0;
}
.account-content-middle .login-box-content .form-row.label-inline.login-rememberme label {
  /* max-width: 95px; */
  /*android default browser don't understand attribute auto*/
  /* width: 100px; */
  /* float: right; */
  /*@include respond('vertTablet') {
  	float: none;
  }*/
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .account-content-middle .login-box-content .form-row.label-inline.login-rememberme label {
    width: 50px;
  }
}
.account-content-middle .login-box-content input {
  border: 1px solid var(--color-gray300);
}
.account-content-middle .login-box-content input.error {
  border: 1px solid var(--color-error400);
}
.account-content-middle .login-box-content input[type=checkbox] {
  margin-top: 0.625rem;
}
.account-content-middle .login-box-content .field-wrapper {
  margin: 0;
  width: auto !important;
}
.account-content-middle .login-box-content .form-row {
  margin: 0.313rem 0 1.063rem 0;
}
@media only screen and (max-width: 768px) {
  .account-content-middle .login-box-content .form-row {
    margin: 0 0 1.063rem 0;
  }
}
.account-content-middle .login-box-content .form-row.login-rememberme {
  margin: 0.313rem 0 0 3.125rem;
  /*@include respond('vertTablet') {
      margin: 0;
      display: block;
      clear: both;
      padding-top: 0.625rem;
  }*/
}
@media only screen and (max-width: 768px) {
  .account-content-middle .login-box-content .form-row.login-rememberme {
    float: right;
    margin: 0;
  }
}
.account-content-middle .login-box-content .form-row.login-rememberme span {
  font-weight: 400;
  margin-top: 0.625rem;
  display: inline-block;
  font-size: 0.813rem;
  cursor: pointer;
  line-height: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .account-content-middle .login-box-content .form-row.login-rememberme span {
    font: 0.75rem "Rauschen A", sans-serif;
    line-height: 1.25rem;
  }
}
.account-content-middle .login-box-content .form-row.form-row-button {
  margin: 0 0 0.75rem 0;
}
.account-content-middle .login-box-content .form-row .form-caption {
  padding: 0;
  top: 0;
}
.account-content-middle .login-box-content.returning-customers fieldset {
  padding-top: 0.438rem;
}
@media only screen and (max-width: 768px) {
  .account-content-middle .login-box-content.returning-customers fieldset {
    padding-top: 0;
  }
}
.account-content-middle .login-box-content .row-button-single {
  float: left;
  padding: 0.125rem 0 0 0;
  position: relative;
  left: -2px;
}
.account-content-middle .login-box-content #password-reset, .account-content-middle .login-box-content #createAccount-link {
  font-size: 0.813rem;
  line-height: 0.813rem;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .account-content-middle .login-box-content #password-reset, .account-content-middle .login-box-content #createAccount-link {
    font: 0.688rem "Rauschen A", sans-serif;
    font-weight: 500;
  }
}
.account-content-middle .login-box-content .create-account-benefits {
  padding-top: 0.75rem;
}
.account-content-middle .login-order-track {
  padding-top: 2.25rem;
}
@media only screen and (max-width: 768px) {
  .account-content-middle .login-order-track {
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .account-content-middle .login-order-track {
    padding-top: 1.688rem;
  }
}
@media only screen and (max-width: 768px) {
  .account-content-middle .login-create-account form {
    padding-top: 0.375rem;
  }
}
@media only screen and (max-width: 768px) {
  .account-content-middle .login-create-account .login-box-content p {
    display: block;
    padding: 0 0 0.313rem 0;
  }
}

.account-header-title {
  font-size: 1.875rem !important;
  line-height: 1.875rem;
  font-family: "Rauschen A", sans-serif;
  position: relative;
  top: -4px;
}
@media only screen and (max-width: 768px) {
  .account-header-title {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.563rem;
    line-height: 1.563rem;
    font-weight: 500;
    text-transform: none;
    font-size: 1.563rem !important;
    display: block;
  }
}
.account-header-title a {
  text-decoration: underline;
  font-family: "Rauschen A", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--color-gray600);
  margin-left: 1.25rem;
}
.account-header-title a:hover {
  text-decoration: none;
}
.account-header-title a.add-card {
  text-decoration: underline;
}
.account-header-title a.add-card:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .account-header-title a.add-card {
    display: block;
    right: 0;
    margin: 0.313rem 0 0 0;
    position: relative;
  }
}
.account-header-title span {
  margin: 0 0.438rem;
}
.account-header-title.header-title-line {
  border-bottom: 1px solid var(--color-gray300);
  padding-bottom: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .account-header-title.header-title-payment {
    height: 54px;
  }
}

.pass-resetmodal #PasswordResetForm fieldset {
  position: relative;
}
.pass-resetmodal #PasswordResetForm button,
.pass-resetmodal #PasswordResetForm .button.black,
.pass-resetmodal #PasswordResetForm .button.red,
.pass-resetmodal #PasswordResetForm .button.white.invert {
  clear: both;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.pass-resetmodal .button svg {
  -moz-transform: skew(8deg);
}
.pass-resetmodal h1 {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .pass-resetmodal h1 {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.563rem;
    line-height: 1.563rem;
    font-weight: 500;
    text-transform: none;
  }
}
.pass-resetmodal label {
  width: 24.324%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.938rem;
  line-height: 0.938rem;
  color: #000000;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  margin-top: 0.438rem;
}
@media only screen and (max-width: 768px) {
  .pass-resetmodal label {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
    width: 100%;
    float: none;
  }
}
.pass-resetmodal .field-wrapper {
  width: 43.108%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .pass-resetmodal .field-wrapper {
    width: 100%;
    float: none;
  }
}
.pass-resetmodal form {
  padding-top: 0.625rem;
}

@media only screen and (max-width: 768px) {
  .address-popup {
    width: 100% !important;
  }
}
.address-popup h1 {
  margin: 0;
}
.address-popup h2 {
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Rauschen A", sans-serif;
  position: relative;
  border-bottom: 1px solid var(--color-gray300);
  padding: 0 0 0.563rem 0.688rem;
}
@media only screen and (max-width: 768px) {
  .address-popup h2 {
    padding-left: 0;
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
  }
}
.address-popup h2.second-account-title {
  margin: 1.25rem 0 1.5rem 0;
}
@media only screen and (max-width: 768px) {
  .address-popup h2.second-account-title {
    margin-bottom: 1rem;
  }
}
.address-popup .dialog-required {
  position: absolute;
  top: 0;
  right: 13px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .address-popup .dialog-required {
    right: 0;
  }
}
.address-popup .dialog-required span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  color: var(--color-error400);
  font-style: normal !important;
  text-transform: capitalize;
}
.address-popup .dialog-required span.indicator-arrow {
  font-size: 1rem;
  margin-left: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .address-popup .dialog-required span {
    font: 0.75rem "Rauschen A", sans-serif;
    color: var(--color-error400);
    font-weight: 500;
  }
}
.address-popup label {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 2.625rem;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .address-popup label {
    width: 100%;
    float: none;
    margin: 0 0 0.375rem 0;
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
  }
}
.address-popup .field-wrapper {
  padding-left: 0;
  width: 53.333%;
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .address-popup .field-wrapper {
    max-width: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .address-popup .field-wrapper {
    width: 100%;
  }
}
.address-popup .form-row {
  margin: 0;
  padding-bottom: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .address-popup .form-row {
    padding-bottom: 1.063rem;
  }
}
@media only screen and (max-width: 768px) {
  .address-popup .form-row input {
    width: 100%;
    float: none;
  }
}
.address-popup .form-caption {
  margin-left: 30%;
  top: 5px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .address-popup .form-caption {
    margin-left: 0%;
  }
}
.address-popup .form-row-button {
  margin-left: 30%;
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .address-popup .form-row-button {
    margin-left: 0%;
    width: 100%;
  }
}
.address-popup .form-field-tooltip {
  width: 13%;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .address-popup .form-field-tooltip {
    display: none;
  }
}
.address-popup .form-label-text {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.625rem 1.25rem 0;
  float: none;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .address-popup .form-label-text {
    width: 100%;
    float: none;
    margin: 0 0 0.375rem 0;
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
    text-align: left;
    padding-bottom: 0.5rem;
  }
}

.cancel {
  background: none;
  border: 0;
  text-decoration: underline;
  font-family: "Rauschen A", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
  margin: 0 0 0 1.875rem;
  padding: 0;
  position: relative;
  top: auto;
  vertical-align: middle;
}
.cancel:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .cancel {
    top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  h1 .account-logout {
    float: right;
  }
}

.registration-selection input, .registration-selection label {
  display: inline;
  float: none;
}

.address-list {
  padding: 0;
  margin: 0;
}
.address-list li {
  float: left;
  list-style: none outside none;
  margin: 0;
  min-height: 135px;
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .address-list li {
    float: none;
    width: 100%;
  }
}
.address-list li {
  font: 0.875rem "Rauschen A", sans-serif;
  color: #000000;
}
.address-list li.default {
  float: none;
  width: auto;
}
.address-list li a {
  color: var(--color-gray600);
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
.address-list li a:hover {
  text-decoration: none;
}
.address-list li span {
  font-weight: 500;
  margin: 0 0.313rem;
  display: inline-block;
}
.address-list .address-account-detail {
  padding-left: 0.688rem;
  line-height: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .address-list .address-account-detail {
    padding-left: 0;
  }
}
.address-list .address-account-detail-actions {
  padding: 0.563rem 0 1.938rem 0;
}

.payment-list {
  overflow: hidden;
  padding: 0;
  margin: 0.938rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  .payment-list {
    margin: 0.438rem 0 0.625rem 0;
  }
}
.payment-list li {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding-left: 0.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 110px;
  width: 20%;
  font: 0.875rem "Rauschen A", sans-serif;
  line-height: 1.375rem;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .payment-list li {
    padding: 0;
    width: 100%;
    float: none;
    margin-bottom: 1.688rem;
  }
}
.payment-list li .button-text {
  color: var(--color-error400);
  padding: 0;
  text-decoration: underline;
  margin-top: 0.5rem;
}
.payment-list li .button-text:hover {
  text-decoration: none;
}

.order-history-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef;
  overflow: hidden;
  padding: 0.625rem;
}
.order-history-header .label {
  font-weight: 500;
}
.order-history-header button,
.order-history-header .button.black,
.order-history-header .button.red, .order-history-header button.white.invert,
.order-history-header .button.white.invert {
  float: right;
}
.order-history-header .order-date, .order-history-header .order-status, .order-history-header .order-number {
  float: left;
  margin: 0.125rem 0;
  width: 60%;
}

.order-history-items {
  margin: 1.25rem 0;
}

.order-history-table th, .order-history-table td {
  padding: 0.313rem 0.625rem;
}
.order-history-table ul {
  margin: 0;
  padding: 0;
}
.order-history-table li {
  list-style: none outside none;
}
.order-history-table .order-shipped-to,
.order-history-table .order-items,
.order-history-table .order-total-price {
  width: 33%;
}
.order-history-table .toggle {
  cursor: pointer;
  display: block;
}

.js .order-history-table .hidden {
  display: none;
}

@media only screen and (max-width: 768px) {
  .account-landing {
    margin-bottom: 2.5rem;
  }
}
.account-landing ul {
  padding: 0;
  margin: 0;
}
.account-landing ul li {
  list-style: none;
}
.account-landing li {
  width: 46.808%;
  float: left;
  margin-left: 6.387%;
  list-style: none;
  padding: 1.063rem 0 1.75rem 0.688rem;
  border-bottom: 1px solid var(--color-gray300);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.account-landing li.first-landing {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .account-landing li {
    float: none;
    width: 100%;
    padding: 0.875rem 0 1.313rem 0px;
    margin-left: 0;
  }
}
.account-landing li a {
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: none;
  text-decoration: none;
  margin-left: 3.25rem;
}
@media only screen and (max-width: 768px) {
  .account-landing li a {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 3.875rem;
  }
}
.account-landing li img {
  width: 33px;
  height: 37px;
  position: absolute;
  left: 11px;
  top: 12px;
}
.account-landing li p {
  padding: 0 0 0 3.25rem;
  margin: 0;
}
.account-landing li p {
  font: 0.875rem "Rauschen A", sans-serif;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .account-landing li p {
    padding: 0 0 0 3.875rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 925px) {
  .checkoutlogin .account-content-middle .login-box-content .form-row.label-inline.login-rememberme label {
    width: initial;
  }
}

.account-landing ul li i {
  width: 33px;
  height: 37px;
  position: absolute;
  left: 25px;
  top: 20px;
  color: var(--color-gray400);
}

.pt_wish-list .list-table-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef;
  overflow: hidden;
  padding: 2em;
}
.pt_wish-list .list-table-header p {
  color: #999;
  float: right;
  margin: 0;
  overflow: hidden;
  width: 40%;
}
.pt_wish-list .primary-content .list-table-header h2 {
  float: left;
}

.list-share {
  background-color: #efefef;
  border-top: 1px solid rgb(213.5, 213.5, 213.5);
  padding: 2em;
}
.list-share .share-option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .list-share .share-option {
    float: left;
    margin-left: 1%;
    width: 32.666666667%;
  }
  .list-share .share-option:first-child {
    margin-left: 0;
  }
}
.list-share .list-title {
  float: left;
}
.list-share .print-page {
  float: right;
}

.event-info {
  margin: 1em;
}

.wishlist-search .form-row,
.registry-search .form-row {
  clear: none;
  margin: 0.5rem 0 0.5rem 1%;
  float: left;
  width: 32.666666667%;
}
.wishlist-search .form-row:nth-of-type(3n + 1),
.registry-search .form-row:nth-of-type(3n + 1) {
  margin-left: 0;
}
.wishlist-search .form-row-button,
.registry-search .form-row-button {
  margin-left: 0;
}

.pt_gift-registry .create-new-registry {
  margin: 1em 0;
}
.pt_gift-registry .create-new-registry button,
.pt_gift-registry .create-new-registry .button.black,
.pt_gift-registry .create-new-registry .button.red,
.pt_gift-registry .create-new-registry .button.white.invert {
  float: left;
  margin-right: 2em;
}
.pt_gift-registry .create-new-registry p {
  font-size: 1.3rem;
}
.pt_gift-registry .add-gift-cert {
  border: 1px solid #efefef;
  margin-bottom: -0.063rem;
  overflow: auto;
  padding: 0.83em;
}
.pt_gift-registry .add-gift-cert p {
  color: #999;
  font-style: italic;
  line-height: 1.5rem;
}
.pt_gift-registry .hdr-options {
  width: 5%;
}

.page-content-tab-navigaton button,
.page-content-tab-navigaton .button.black,
.page-content-tab-navigaton .button.red, .page-content-tab-navigaton button.white.invert,
.page-content-tab-navigaton .button.white.invert {
  background-color: var(--color-gray200);
  border-color: #efefef;
  border-width: 1px;
  color: #999;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 -0.063rem;
}
.page-content-tab-navigaton button.selected,
.page-content-tab-navigaton .selected.button.black,
.page-content-tab-navigaton .selected.button.red,
.page-content-tab-navigaton .selected.button.white.invert {
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
}

.page-content-tab-wrapper {
  border: 1px solid #efefef;
  padding: 0.42em;
}

.gift-reg-purchases .item-purchased-by dd {
  float: left;
  font-weight: 500;
  margin: 0 1em 0 0;
  position: relative;
  width: auto;
}
.gift-reg-purchases .item-purchased-by dt {
  clear: both;
  float: left;
  margin: 0 1em 0 0;
  position: relative;
  width: auto;
}
.gift-reg-purchases .quantity-purchased {
  color: #990000;
}

.gift-registry-advanced .toggle-content {
  display: none;
}

.gift-certificate-purchase {
  background: none repeat scroll 0 0 #efefef;
  margin-bottom: 1em;
  padding: 0.83em;
}
.gift-certificate-purchase .content-asset {
  float: left;
  width: 50%;
}
.gift-certificate-purchase .content-asset img {
  margin: 1.66em 0;
}
.gift-certificate-purchase form {
  background: none repeat scroll 0 0 var(--color-white);
  float: right;
  padding: 0 1.66em 1.66em;
  width: 40%;
}
.gift-certificate-purchase form .input-text, .gift-certificate-purchase form .input-textarea {
  width: 90%;
}
.gift-certificate-purchase form .cert-amount {
  clear: none;
  float: left;
  margin: 0;
  width: 40%;
}
.gift-certificate-purchase form .form-row-button {
  clear: none;
  float: left;
  margin: 2.1em 0 0 1.66em;
  width: 50%;
}
.gift-certificate-purchase .cert-amount .form-caption {
  margin: 1.66em 0 0;
  position: absolute;
  width: 40%;
}
.gift-certificate-purchase .cert-amount.error {
  padding-bottom: 2.92em;
}
.gift-certificate-purchase span.error {
  margin-left: 2%;
}

.check-balance {
  border-bottom: 1px solid var(--color-gray200);
  margin: 0 0 1.66em;
  padding: 0 0 1.66em;
}

.gift-cert-balance {
  float: left;
  width: 40%;
}
.gift-cert-balance label {
  display: none;
}
.gift-cert-balance input {
  margin-top: 0;
  width: 93%;
}
.gift-cert-balance .form-caption {
  margin-left: 0;
}

.gift-cert-balance-submit {
  clear: none;
  float: left;
}

.gift-cert-balance .label {
  display: none;
}

.login-box h3 {
  margin: 0;
}
.login-box p {
  margin: 1em 0;
}
.login-box .error {
  margin-left: 0;
}

.login-rememberme {
  display: inline-block;
  margin-left: 0.5em;
}

.login-oauth p:first-child {
  font-size: 2rem;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

#OAuthProvider {
  display: block;
  margin-bottom: 1em;
  width: 80%;
}

.store-locator-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 400;
  margin: 1.25rem 0 0;
  padding: 1.25rem 0;
}

.store-information {
  background: none repeat scroll 0 0 var(--color-gray200);
  border-bottom: 1px solid var(--color-white);
}

.store-name {
  font-weight: 500;
  margin: 0 0 0.625rem;
}

.store-map {
  border-bottom: 1px solid var(--color-gray200);
}

.store-locator-details {
  float: left;
  width: 44%;
}
.store-locator-details img {
  max-width: 100%;
}
.store-locator-details h1, .store-locator-details p {
  margin: 0.25em 0;
}

.store-locator-details-map {
  float: right;
  width: 50%;
}
.store-locator-details-map img {
  max-width: 100%;
}

#store-locator {
  position: relative;
}

#map-canvas {
  width: 100%;
  height: 500px;
  border: 1px solid #C6C6C6;
}

#stores {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 323px;
  min-height: 280px;
  background-color: var(--color-white);
}
#stores .stores-header {
  padding: 0.875rem 2.313rem;
  font-size: 0.875rem;
  background-color: #000000;
  color: var(--color-white);
}
#stores .stores-container {
  max-height: 420px;
  overflow: scroll;
}

/* Fixes the layering of the marker icon text */
.gmnoprint[title] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.js .loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js .loader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  opacity: 0.7;
}
.js .loader-indicator {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  background: url("../images/loading-small.gif") no-repeat;
}

.js #suggestions {
  background-color: var(--color-gray200);
  color: #000000;
  cursor: pointer;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 8184;
}
.js #suggestions div {
  clear: both;
  height: 23px;
  padding: 0.313rem 0.5em;
  overflow: hidden;
  white-space: nowrap;
}
.js #suggestions div:hover {
  background-color: var(--color-gray200);
  color: #000000;
}
.js #suggestions div .suggestionterm {
  float: left;
  overflow: hidden;
  width: 110px;
}
.js #suggestions div .hits {
  float: right;
  line-height: 1.8rem;
  text-align: right;
  margin-left: 0.188rem;
}

.ui-dialog #listings-nav {
  float: right;
  margin-top: 2%;
}
.ui-dialog #listings-nav a {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.313rem;
}
.ui-dialog #listings-nav a.active {
  font-weight: 500;
}

.pdp-main .product-add-to-cart .online-stock span {
  float: left;
}
.pdp-main .product-add-to-cart .store-stock {
  display: block;
  clear: left;
}

.availability-block {
  clear: both;
}
.availability-block .availability {
  width: 100%;
}

.in-stock-msg,
.is-in-stock,
[data-status=store-in-stock] {
  color: #019328;
}

.not-available-msg,
.in-stock-date-msg,
.not-available,
.out-of-stock,
.store-error {
  color: var(--color-error400);
}

.on-order,
.preorder-msg,
.backorder-msg {
  color: #0167af;
}

.availability-results {
  margin-top: 1em;
}

#user-zip {
  display: block;
  margin: 2em auto 0;
}

.store-list-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 565px;
  width: calc(525px + 3em);
}

.store-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.store-tile {
  border: 1px dashed var(--color-gray200);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  list-style: none outside none;
  margin: 0.3em 0.5em;
  padding: 0.8em;
  text-align: center;
  width: 175px;
}
.store-tile.selected {
  background-color: rgba(132, 189, 0, 0.5);
}
.store-tile .store-status {
  display: block;
  font-size: 0.9rem;
  margin: 0.313rem 0;
}
.store-tile .select-store-button {
  margin-top: 1em;
}
.store-list-pdp-container {
  margin-top: 1em;
}
.store-list-pdp-container .store-list-pdp {
  margin-top: 0.5em;
}
.store-list-pdp-container .store-list-item {
  border-bottom: 1px dotted var(--color-gray200);
  display: none;
  padding: 0.5em 0.8em;
}
.store-list-pdp-container .store-list-item:last-of-type {
  border: none;
}
.store-list-pdp-container .store-list-item.selected {
  display: block;
  font-weight: 500;
}
.store-list-pdp-container .store-list-item.visible {
  display: block;
}
.store-list-pdp-container .store-list-item .store-address {
  float: left;
}
.store-list-pdp-container .store-list-item .store-status {
  float: right;
}

.selected-store-address {
  margin-top: 0.5em;
}

.selected-store-availability {
  margin: 0.3em 0 0.5em;
}

.multishipprogress div, .multishipprogress .step-3 {
  display: inline;
  padding: 1em;
}
.multishipprogress .step-4 {
  padding-right: 0;
}

.multishipaddressestable {
  margin: 0.563rem 0 1.25rem 0;
  width: 706px;
}

.multi-ship-shipments-table {
  margin: 0 0 1.25rem;
  width: 706px;
}
.multi-ship-shipments-table .section-header {
  font-size: 0.625rem;
  font-weight: 500;
  padding: 0.563rem 0.375rem 0.688rem;
}
.multi-ship-shipments-table .shipping-address .details {
  padding: 0 0.625rem 0 1.375rem;
}
.multi-ship-shipments-table .gift-options label {
  float: left;
  padding: 0;
}
.multi-ship-shipments-table .gift-options input {
  margin: 0 0.625rem;
}

.multi-shipping-addresses {
  margin-bottom: 1.25rem !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.multi-shipping-addresses .shipping-address {
  text-align: right;
}
.multi-shipping-addresses .shipping-address select {
  margin: 0.25rem 0 0;
  width: 260px;
}

.header-product-shipping {
  width: 276px;
}

.header-qty-shipping {
  width: 45px;
}

.header-location-shipping {
  text-indent: 70px;
  width: 307px;
}

.header-shipment-index {
  width: 409px;
}

.header-shipment-qty {
  width: 27px;
}

.header-shipment-details {
  text-indent: 22px;
}

.multi-shipping-methods {
  position: absolute;
  top: 30px;
}
.multi-shipping-methods .shipping-methods .form-row {
  clear: none;
  float: left;
  display: none;
}
.multi-shipping-methods .shipping-methods select {
  width: 250px;
  margin: -0.313rem 0 0 0.938rem;
}

.multi-shipping-option {
  border-bottom: 2px dotted #999;
  left: 0;
  padding: 0 0 0.75rem;
  position: absolute;
  text-indent: 10px;
  top: 48px;
  width: 95%;
}

.multi-shipping-addresses .shipping-qty,
.multi-ship-shipments-table .shipping-qty {
  background: none repeat scroll 0 0 #efefef;
}

.multiship .label {
  font-weight: 500;
}

.hide {
  display: none !important;
}

.loading {
  background: url("../images/loading-progress-98x22.gif") no-repeat scroll left center transparent;
}

#cart-table .item-delivery-options {
  padding: 1em 0 1em 0;
  width: 100px;
}

.instore-shipping-option {
  width: 100%;
}

.pt_checkout .instore-shipment-header {
  width: 100%;
}
.pt_checkout .instore-shipment-method {
  width: 100%;
  padding: 1em;
}
.pt_checkout .instore-shipment-method span {
  font-weight: 500;
}
.pt_checkout .instore-shipment-address {
  width: 40%;
  float: left;
  padding-left: 1em;
}
.pt_checkout .instore-shipment-message {
  clear: both;
}
.pt_checkout .instore-shipment-messagetxt {
  width: 50%;
  float: right;
}

.checkout-shipping fieldset .instore-continue-button {
  margin-left: 61.5%;
}

#cart-table .item-delivery-options label {
  display: inline;
  margin-left: 2%;
}

.search-suggestion-wrapper {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray300);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 1002;
}
.search-suggestion-wrapper.full .product-suggestions {
  border-bottom: 1px solid var(--color-gray200);
}
@media screen and (min-width: 769px) {
  .search-suggestion-wrapper.full .product-suggestions {
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) {
  .search-suggestion-wrapper.full {
    margin-left: -75%;
    width: 175%;
    margin-top: -0.125rem;
  }
  .search-suggestion-wrapper.full .phrase-suggestions {
    width: 42.8571429%;
    float: left;
  }
  .search-suggestion-wrapper.full .product-suggestions {
    width: 57.1428571%;
    float: right;
  }
}
.search-suggestion-wrapper .hitgroup {
  color: var(--color-gray600);
  margin: 0.7rem 0 0.7rem 0.7rem;
}
.search-suggestion-wrapper .hitgroup .header {
  margin: 0 0 0.5rem 0;
  font-family: "Rauschen A", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 1rem;
  color: #000000;
}
.search-suggestion-wrapper .hitgroup .hit {
  display: block;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.search-suggestion-wrapper .hitgroup .hit:hover {
  text-decoration: underline;
}
.search-suggestion-wrapper .hitgroup .parent-category {
  color: #999;
}

.product-suggestion {
  border: 1px solid var(--color-white);
  border-top: 1px solid var(--color-gray200);
  padding: 0.5em;
}
.product-suggestion:hover, .product-suggestion:focus {
  background-color: var(--color-gray200);
  border: 1px solid var(--color-gray200);
}
.product-suggestion .product-image {
  float: left;
  text-align: center;
  width: 25%;
}
.product-suggestion .product-image img {
  max-width: 100%;
}
.product-suggestion .product-details {
  float: right;
  padding-top: 0.5em;
  width: 70%;
}
.product-suggestion .product-details .product-price {
  color: #000000;
}

.search-phrase {
  color: #999;
  margin: 1em;
}
.search-phrase .completed {
  font-style: italic;
}
.search-phrase .completed .original {
  text-decoration: underline;
  font-weight: 500;
}
.search-phrase .corrected {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
/*
@media screen and (max-width: 768px) {
	div, img {
		max-width: 100%;
	}
	.print-page,
	.tooltip,
	#tooltip {
		display: none !important;
	}
	.tooltip {
		font-size: $f-size-1;
	}
	.form-field-tooltip {
		float: none;
		margin: 0 0 0.625rem 0.313rem;
		width: auto;
	}
	.ui-dialog {
		max-width: 98%;
		.ui-dialog-content {
			height: auto !important;
			overflow: visible;
		}
	}
	#wrapper {
		border: 0;
		max-width: 100%;
		min-width: 320px;
		width: 100%;
	}
	#primary {
		background: none;
		border: 0 !important;
		float: none;
		margin: 0;
		padding-left: 0 !important;
		width: 100% !important;
	}
	#secondary {
		border: 0;
		float: none;
		font-size: $f-size-md-6;
		width: 100% !important;
	}
	.col-1,
	.col-2 {
		float: none;
		width: 100%;
	}
	.scrollable {
		height: auto;
		li {
			float: left;
			a {
				border: 1px solid #d9d9d9;
				border-radius: 6px;
				display: block;
				padding: .2em .8em;
			}
		}
	}
	#header {
		height: auto;
		padding: 1% 1% 1.875rem;
		.primary-logo {
			float: left;
			position: relative;
			top: auto;
			width: 65%;
			img {
				max-width: 100%;
			}
		}
	}
	.mini-cart-products {
		max-height: 100%;
	}
	.mini-cart-content {
		max-width: 220px;
	}
	.primary-content h1 {
		font-size: $f-size-xxl-2;
		margin: .625rem 0;
	}
	#quickviewbutton {
		display: none !important;
	}
	ul.search-result-items .grid-tile {
		margin: 2%;
		width: 92%;
	}
	.search-result-options {
		margin: .5em 0;
		.sort-by {
			margin: 0;
			select {
				width: 120px;
			}
		}
		.items-per-page {
			display: none;
		}
		.pagination {
			margin: 0;
			.results-hits {
				display: none;
			}
		}
	}
	.product-tile {
		height: auto !important;
	}
	.wide-tiles .product-tile {
		.product-image {
			width: 41%;
		}
		.product-name,
		.product-pricing,
		.product-promo,
		.pr_stars,
		.product-swatches {
			float: right;
		}
		.product-name h2 {
			margin-top: 0;
		}
	}
	.product-tile .product-swatches .swatch img {
		height: 2em;
		width: 2em;
	}
	.product-listing-1x4 ul.search-result-items .grid-tile {
		margin: 2%;
		width: 92%;
	}
	.product-compare,
	.compareitems {
		display: none !important;
	}
	.pt_product-details {
		.primary-content {
			padding-bottom: 4.25rem;
		}
		.breadcrumb .last {
			display: none;
		}
	}
	#product-nav-container {
		bottom: 0;
		width: 100%;
		div {
			width: 60px;
			&.product-next {
				float: right;
			}
		}
		.divided span {
			border: 0;
		}
	}
	.pdp-main {
		.product-col-1,
		.product-col-2 {
			clear: both;
			float: none;
			margin: 0;
			width: 100%;
		}
		.promotion .promotion-title {
			font-size: $f-sizel-1;
		}
		.attribute {
			span.value {
				padding-top: 0.313rem;
			}
		}
		.product-add-to-cart {
			.inventory {
				width: 100%;
				label {
					display: inline-block;
					width: 36%;
				}
			}
			.product-price {
				font-size: $f-size-xxxl-2;
				padding: 1.875rem 0.625rem;
				text-align: left;
				width: 100%;
			}
			button {
				clear: both;
				width: 100%;
			}
		}
	}
	.ui-tabs .ui-tabs-nav li {
		display: block;
		font-size: $f-size-sm-4;
		margin: 0;
		width: 99.4%;
		a {
			width: auto;
		}
	}
	.pdp-main {
		.product-set-list {
			.product-set-image img {
				max-width: 90%;
			}
			.block-add-to-cart {
				.inventory {
					margin: 0;
					width: 23%;
				}
				.product-price {
					font-size: $f-size-md;
					width: 44%;
				}
				button {
					font-size: $f-size-sm-3;
				}
			}
		}
		.product-review-links {
			margin-left: 6%;
		}
		.prSnippetTitle,
		.prSnippetRatingUnclickable {
			float: left;
		}
	}
	.sizinginformation {
		padding: 0;
		th {
			font-weight: $font-weight-normal;
			padding: 0 0 0 0.125rem;
		}
		td {
			background: $white;
			padding: 0.313rem;
			text-align: center;
		}
		.sizechart {
			padding: 0 !important;
		}
	}
	.ui-dialog .ui-dialog-content {
		padding: .25em;
	}
	.pt_cart #secondary {
		display: none;
	}
	.pdp-main .product-col-1 {
		margin-left: 0;
	}
	.checkout-progress-indicator {
		clear: both;
		font-size: $f-size-sm-4;
		margin-bottom: 3%;
		position: relative;
		overflow: hidden;
		text-align: left;
		top: auto;
		div {
			padding: 0 2%;
		}
	}
	.order-summary-footer h2 {
		width: 50%;
	}
	.place-order-totals .order-totals-table {
		width: 100%;
	}
	.payment-method-options {
		padding: 0;
		.form-row {
			width: 100%;
			label {
				float: left;
				margin: 0;
				padding: 0 0 0 1em;
				width: 150px;
			}
			.input-radio {
				margin: 0;
			}
		}
	}
	.pt_order-confirmation {
		.item-list {
			th {
				display: none;
			}
			td {
				float: left;
				padding: 1em 0;
				width: 98%;
			}
			.order-totals-table td {
				float: left;
				width: 48%;
			}
		}
		.order-shipment-table {
			th {
				display: none;
			}
			td {
				font-size: $f-size-1;
				box-sizing: border-box;
				float: left;
			}
			.line-item-details {
				width: 70%;
			}
			.line-item-quantity {
				width: 10%;
			}
			.line-item-price {
				width: 20%;
			}
			.order-shipment-details {
				border: none;
				width: 100%;
			}
			.shipping-method {
				padding-left: 0;
			}
		}
	}
	.content-asset ul.account-options li {
		float: none;
		width: auto;
	}
	.address-list li,
	.payment-list li {
		float: none;
		width: auto;
	}
	.order-history-header button {
		font-size: $f-size-md;
		padding: .25em;
	}
	.gift-certificate-purchase {
		.content-asset, form {
			float: none;
			width: 90%;
		}
		.cert-amount .form-caption {
			width: 80%;
		}
	}
	.page-content-tab-navigaton button {
		width: 100%;
	}
	.pt_gift-registry {
		.add-gift-cert {
			p {
				width: 100%;
			}
		}
		.create-new-registry {
			p {
				display: none;
			}
			overflow: hidden;
		}
		.item-list {
			width: 98%;
			th {
				display: none;
			}
		}
	}
	.order-shipment-table .section-header {
		font-size: $f-size-1 !important;
		padding: .3em;
	}
	table.item-list .section-header,
	.order-shipment-table .section-header {
		background-image: none;
	}
	table.item-list {
		.item-image,
		.item-details,
		.item-availability,
		.item-dashboard {
			display: inline-block;
		}
		.item-image {
			width: 30%;
		}
		.item-details {
			width: 50%;
		}
		.item-availability,
		.item-dashboard {
			width: 97%;
		}
		.delete-registry {
			text-align: center;
		}
	}
	.list-table-header {
		padding: 1em !important;
		.button {
			display: block;
			margin: 1.25rem 0;
			width: 196px;
		}
		p {
			display: none;
		}
		button {
			display: block;
			width: 260px;
		}
	}
	.home-bottom-left,
	.home-bottom-center {
		width: 100% !important;
	}
	.home-bottom-right {
		clear: both;
		float: none;
		width: 100% !important;
		.product-tile {
			min-height: 0;
		}
	}
	.product-tile .product-image {
		height: auto;
	}
	#email-alert-signup {
		margin: 0;
		width: 100%;
		label {
			text-align: center;
			width: 100%;
		}
		input [type="text"] {
			float: none;
			margin: 0;
			width: 50%;
		}
		input[type="image"] {
			float: none;
			vertical-align: bottom;
		}
	}
	.facebook-registration {
		left: -3px;
		position: relative;
		width: 100.7% !important;
		.fb_iframe_widget {
			position: relative;
			width: 100.7% !important;
			span {
				position: relative;
				width: 100.7% !important;
				iframe {
					position: relative;
					width: 100.7% !important;
				}
			}
		}
	}
}

@media screen and (min-width: 480px) and (max-width: 768px) {
	.product-tile .pr_stars {
		left: 40px;
	}
	.wide-tiles .product-tile {
		.product-name h2 {
			margin-top: 0.625rem;
		}
		.product-image {
			width: 38%;
		}
	}
	.facebook-registration {
		left: 0px;
		position: relative;
		width: 100% !important;
		.fb_iframe_widget {
			position: relative;
			width: 100% !important;
			span {
				position: relative;
				width: 100% !important;
				iframe {
					position: relative;
					width: 100% !important;
				}
			}
		}
	}
	#preferred-store-panel input[type="text"] {
		width: 49.5966%;
	}

	.pt_content-search-result{
		.folder-content-list{
			li{
				float: none;
				width: 100%;
				clear: both;
			}
		}
		.pagination{
			clear: both;
			float: none;
			.results-hits{
				float:none;
			}
		}
	}


}

@media screen and (min-width: 769px) and (max-width: 959px) {
	#wrapper {
		width: 760px;
	}
	#secondary {
		width: 171px;
	}
	.primary-content {
		width: 588px;
	}
	.page-content .primary-content {
		padding-left: 0.875rem;
		width: 574px;
	}
	.primary-focus {
		.primary-content {
			width: 540px;
		}
		#secondary {
			width: 190px;
		}
	}
	.html-slot-container img,
	.bottom-banner-cell img {
		max-width: 100%;
	}
	.ui-dialog {
		max-width: 98%;
		.ui-dialog-content {
			height: auto !important;
			overflow: visible;
		}
	}
	.scrollable {
		height: auto;
	}
	.mini-cart-total-label {
		display: none;
	}
	.mini-cart-products {
		max-height: 100%;
	}
	ul.search-result-items {
		.new-row {
			clear: none;
		}
		.grid-tile {
			width: 41.5%;
		}
	}
	.pdp-main {
		.product-name {
			width: 39%;
		}
		.product-add-to-cart {
			.product-price {
				font-size: $f-size-md-3;
				margin-top: 0.75rem;
			}
			button {
				font-size: $f-size-md-3;
				margin-top: 1.25rem;
			}
		}
		.recommendations {
			width: 275px;
			.jcarousel-clip {
				width: 200px;
			}
		}
		.product-set-list .block-add-to-cart button {
			font-size: $f-size-1;
			margin-top: 0.188rem;
		}
	}
	table .section-header {
		font-size: $f-size-md !important;
	}
	#compare-table td .product-tile {
		width: 79px;
	}
	.pt_gift-registry .add-gift-cert p {
		width: auto;
	}
	#cart-table {
		.item-user-actions {
			width: 72px;
		}
		.item-total .promo-adjustment {
			width: 77px;
		}
	}
	.home-bottom-right .product-tile {
		min-height: 0;
	}
	#email-alert-signup {
		margin: 0;
		width: 100%;
		label {
			float: none;
			display: block;
			text-align: center;
			width: 100%;
		}
		input[type="text"] {
			width: 73%;
		}
	}
	.facebook-registration {
		left: 0px;
		position: relative;
		width: 100% !important;
		.fb_iframe_widget {
			position: relative;
			width: 100% !important;
			span {
				position: relative;
				width: 100% !important;
				iframe {
					position: relative;
					width: 100% !important;
				}
			}
		}
	}
	.mini-cart-item-word{
		span{
			display:none;
		}
	}

}

@media screen and (max-width: 480px) {
	#wrapper.pt_gift-registry {
		font-size: $f-size-sm-2;
	}
	#preferred-store-panel input[type="text"] {
		width: 49.5966%;
	}

	.pt_content-search-result{
		.folder-content-list{
			li{
				float: none;
				width: 100%;
				clear: both;
			}
		}
		.pagination{
			clear: both;
			float: none;
			.results-hits{
				float:none;
			}
		}
	}

}
*/
@media print {
  .mobile,
  .print-page,
  .footer-container,
  .pt_checkout_top #mini-cart,
  .pt_checkout_top .utility,
  .pt_checkout_top #navigation,
  .pt_checkout_top .actions,
  .pt_checkout_top footer {
    display: none;
  }
}
.icon {
  display: inline-block;
  vertical-align: middle;
  fill: #000000;
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
}
.icon:hover, .icon.hover {
  fill: var(--color-error400);
  cursor: pointer;
}
.icon.account {
  width: 19px;
  height: 18px;
}
.icon.arrow-right, .icon.arrow-left {
  width: 10px;
  height: 15px;
}
.icon.chat {
  width: 18px;
  height: 18px;
}
.icon.cart {
  width: 21px;
  height: 40px;
}
.icon.glass {
  width: 17px;
  height: 17px;
}
.icon.wedge {
  height: 40px;
  width: 21px;
  stroke-width: 2px;
  stroke: #000000;
}
.icon.hamburger {
  width: 22px;
  height: 15px;
}
.icon.logo-graphic {
  width: 33px;
  height: 13px;
  fill: var(--color-error400);
}
.icon.logo-bowflex {
  width: 87px;
  height: 10px;
}
.icon.phone {
  width: 16px;
  height: 20px;
}
.icon.menuclose {
  width: 18px;
  height: 19px;
}
.icon.arrow-backtotop {
  width: 15px;
  height: 10px;
  fill: var(--color-error400);
}
.icon.social-facebook, .icon.social-twitter, .icon.social-pinterest {
  width: 25px;
  height: 25px;
}
.icon.product-main-image-video-btn {
  width: 20px;
  height: 20px;
}
.icon.checkmark-grey {
  width: 28px;
  height: 20px;
  fill: var(--color-gray600);
}
.icon.checkmark-grey:hover {
  cursor: default;
}

.icon.arrow-backtotop {
  fill: var(--color-black);
}
.icon:hover, .icon.hover {
  fill: var(--color-black);
}

.home-carousel-nav {
  text-align: center;
  display: block;
  width: 50% !important;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .home-carousel-nav .owl-stage-outer {
    overflow: visible !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home-carousel-nav {
    width: 80% !important;
  }
}
@media only screen and (max-width: 768px) {
  .home-carousel-nav {
    width: 100% !important;
  }
}
.home-carousel-nav .item {
  display: block;
  margin-right: 0.5em;
  border-right: 1px solid var(--color-gray300);
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: none;
  color: var(--color-gray600);
  zoom: 1;
  cursor: pointer;
  *display: inline; /*IE7 life-saver */
}
.home-carousel-nav .item {
  -webkit-transform: skew(-17deg);
  -ms-transform: skew(-17deg);
      transform: skew(-17deg);
}
.home-carousel-nav .item {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .home-carousel-nav .item {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
  }
}
.home-carousel-nav .item span {
  display: block;
  margin-right: 0.5em;
}
.home-carousel-nav .item span span {
  letter-spacing: 0.031rem;
  padding: 0.6em 0.2em 0.6em 0.5em;
}
.home-carousel-nav .item span span {
  -webkit-transform: skew(17deg);
  -ms-transform: skew(17deg);
      transform: skew(17deg);
}
.home-carousel-nav .item:hover > span {
  background: var(--color-error400);
  color: var(--color-white);
}
.home-carousel-nav .owl-item.center .item > span {
  background: var(--color-error400);
  color: var(--color-white);
}
.home-carousel-nav .owl-item:last-child .item {
  border: none;
}
@media only screen and (min-width: 769px) {
  .home-carousel-nav .owl-item .synced > span {
    background: var(--color-error400);
    color: var(--color-white);
  }
}

.opened .owl-stage {
  width: 100% !important;
}
.opened .owl-item:not(:first-child) {
  display: none;
}

.gradient-layer-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 80px;
  z-index: 5000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+0,0+100;White+to+Transparent */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
}

.gradient-layer-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10%;
  height: 80px;
  z-index: 5000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}

.hp-hero.owl-theme .owl-controls {
  z-index: 10000;
}
.hp-hero.owl-theme .owl-controls .owl-page {
  display: inline-block;
  padding: 0 0.5em;
  border-right: 1px solid var(--color-gray300);
  font-family: "Rauschen A", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--color-gray600);
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}
.hp-hero.owl-theme .owl-controls .owl-page {
  -webkit-transform: skew(-17deg);
  -ms-transform: skew(-17deg);
      transform: skew(-17deg);
}
@media only screen and (max-width: 768px) {
  .hp-hero.owl-theme .owl-controls .owl-page {
    font-size: 0.813rem;
    padding: 0 0.3em;
  }
}
.hp-hero.owl-theme .owl-controls .owl-page:last-child {
  border: none;
}
.hp-hero.owl-theme .owl-controls .owl-page span {
  display: block;
}
.hp-hero.owl-theme .owl-controls .owl-page span span {
  padding: 0.6em 0.8em;
}
.hp-hero.owl-theme .owl-controls .owl-page span span {
  -webkit-transform: skew(17deg);
  -ms-transform: skew(17deg);
      transform: skew(17deg);
}
@media only screen and (max-width: 768px) {
  .hp-hero.owl-theme .owl-controls .owl-page span span {
    padding: 0.4em;
  }
}
.hp-hero.owl-theme .owl-controls .owl-page.active > span, .hp-hero.owl-theme .owl-controls .owl-page:hover > span {
  background: var(--color-error400);
  color: var(--color-white);
}
.hp-hero.owl-theme .owl-controls .owl-pagination {
  text-align: center;
  display: block;
}
.hp-hero.owl-theme .owl-controls .owl-buttons .owl-prev,
.hp-hero.owl-theme .owl-controls .owl-buttons .owl-next {
  padding-top: 18%;
}

.owl-carousel:not(#owl-homepage-hero) .owl-dot {
  display: inline-block;
  z-index: 10000;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}
.owl-carousel:not(#owl-homepage-hero) .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0.313rem 0.438rem;
  background: var(--color-white);
  border: 2px solid var(--color-gray300);
}
.owl-carousel:not(#owl-homepage-hero) .owl-dot span {
  border-radius: 20px;
}
.owl-carousel:not(#owl-homepage-hero) .owl-dot.active span, .owl-carousel:not(#owl-homepage-hero) .owl-dot:hover span {
  background: var(--color-gray300);
}

.owl-dots {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .owl-dots {
    margin-top: 1em;
  }
}

.owl-nav {
  position: absolute;
  top: 0;
  bottom: 99%;
  width: 100%;
}
.owl-nav .owl-prev {
  display: block;
  float: left;
  background: url(../images/arrow-hero-left.png) center left no-repeat;
  padding: 27% 0;
  width: 15%;
  margin: 0 0 0 1em;
  opacity: 0;
  border-radius: none;
}
.owl-nav .owl-prev:hover {
  opacity: 1;
}
.owl-nav .owl-next {
  display: block;
  float: right;
  background: url(../images/arrow-hero-right.png) center right no-repeat;
  padding: 27% 0;
  width: 15%;
  margin: 0 1em 0 0;
  opacity: 0;
  border-radius: none;
}
.owl-nav .owl-next:hover {
  opacity: 1;
}

.owl-controls .owl-nav div.disabled {
  display: none !important;
}

.pt_finace, .pt_checkout_top {
  padding: 0 !important;
}
.pt_finace .promo-global, .pt_checkout_top .promo-global {
  display: none;
}
.pt_finace .header-search, .pt_checkout_top .header-search {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pt_finace .header-search, .pt_checkout_top .header-search {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .pt_finace .header-search.standard, .pt_checkout_top .header-search.standard {
    display: none;
  }
}
.pt_finace .utility, .pt_checkout_top .utility {
  border: 0;
}
.pt_finace .utility.mobile, .pt_checkout_top .utility.mobile {
  display: none !important;
}
.pt_finace .standard, .pt_checkout_top .standard {
  float: right;
  width: 50%;
  padding-right: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pt_finace .primary-logo, .pt_checkout_top .primary-logo {
  float: left;
}
@media only screen and (max-width: 768px) {
  .pt_finace .primary-logo, .pt_checkout_top .primary-logo {
    padding-top: 1.063rem;
  }
}
.pt_finace .primary-logo a img, .pt_checkout_top .primary-logo a img {
  width: 15rem;
}
.pt_finace .right, .pt_checkout_top .right {
  float: right;
  width: 100%;
  padding-top: 1.063rem;
}
.pt_finace .finance-header-container, .pt_checkout_top .finance-header-container {
  border-bottom: 0.063rem solid var(--color-gray200);
}
.pt_finace .finance-header-container, .pt_checkout_top .finance-header-container {
  -webkit-box-shadow: 0.25rem 0.063rem 0.875rem rgba(100, 100, 100, 0.1);
  -o-box-shadow: 0.25rem 0.063rem 0.875rem rgba(100, 100, 100, 0.1);
  box-shadow: 0.25rem 0.063rem 0.875rem rgba(100, 100, 100, 0.1);
}
.pt_finace .finance-header-container .primary-logo, .pt_checkout_top .finance-header-container .primary-logo {
  margin: 0;
  padding-top: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .pt_finace .finance-header-container .primary-logo, .pt_checkout_top .finance-header-container .primary-logo {
    padding-top: 1.063rem;
    margin-left: 0.8em !important;
  }
}
@media only screen and (min-width: 769px) {
  .pt_finace .finance-header-container .primary-logo a, .pt_checkout_top .finance-header-container .primary-logo a {
    width: 17.625rem;
    height: auto;
    display: block;
  }
}
.pt_finace .finance-header-container .primary-logo a img, .pt_checkout_top .finance-header-container .primary-logo a img {
  width: 100%;
  height: auto;
}
.pt_finace .finance-header-container .mini-cart-content, .pt_checkout_top .finance-header-container .mini-cart-content {
  right: 0.438rem;
}
.pt_finace .breadcrumb, .pt_checkout_top .breadcrumb {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pt_finace .mini-cart-content, .pt_checkout_top .mini-cart-content {
    top: 3.563rem;
  }
}
.pt_finace .top-banner, .pt_checkout_top .top-banner {
  max-width: 73.75rem;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pt_finace .top-banner, .pt_checkout_top .top-banner {
    padding: 0 1.15em;
  }
}
@media only screen and (min-width: 769px) {
  .pt_finace .top-banner, .pt_checkout_top .top-banner {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .pt_finace .top-banner, .pt_checkout_top .top-banner {
    height: auto;
  }
}
.pt_finace .top-banner .main-nav, .pt_checkout_top .top-banner .main-nav {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .pt_finace .header-nav-open, .pt_finace .header-nav-close, .pt_checkout_top .header-nav-open, .pt_checkout_top .header-nav-close {
    padding-top: 1.063rem;
    margin-left: 0;
    padding-left: 0.938rem;
  }
}
@media only screen and (max-width: 768px) {
  .pt_finace .phone-icon, .pt_checkout_top .phone-icon {
    padding-top: 0.938rem;
  }
}
@media only screen and (max-width: 768px) {
  .pt_finace .mini-cart, .pt_checkout_top .mini-cart {
    padding-top: 0.375rem;
    padding-right: 0.938rem;
  }
}
.pt_finace #primary, .pt_checkout_top #primary {
  padding-bottom: 4.375rem;
}
@media only screen and (max-width: 768px) {
  .pt_finace #primary, .pt_checkout_top #primary {
    padding-bottom: 2.188rem;
  }
}
.pt_finace #primary .finance-top-title, .pt_checkout_top #primary .finance-top-title {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .pt_finace #primary .finance-top-title, .pt_checkout_top #primary .finance-top-title {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .pt_finace #primary .financing-main-container, .pt_checkout_top #primary .financing-main-container {
    padding: 0 1rem;
  }
}

.check-box .checker span.error {
  display: block !important;
  border: 0.063rem solid var(--color-error400);
}
.check-box .checker span.error .error {
  border: 0;
  display: none !important;
  margin-left: 15.625rem;
  width: 8.25rem;
}
.check-box .checker span.checked {
  display: block !important;
}
.check-box .checker span.checked .error {
  display: none !important;
}

.finance-credit-card .label-removed label {
  display: none;
}
.finance-credit-card .form-row.month {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .finance-credit-card .form-row.month {
    width: 37%;
  }
}
.finance-credit-card .form-row.month label {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .finance-credit-card .form-row.month label {
    float: none;
    height: 1.25rem;
    width: 100%;
  }
}
.finance-credit-card .form-row.month .field-wrapper {
  width: 50%;
  padding-left: 4%;
}
@media only screen and (max-width: 768px) {
  .finance-credit-card .form-row.month .field-wrapper {
    clear: left;
    width: 100%;
    padding-left: 0;
  }
}
.finance-credit-card .form-row.year {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .finance-credit-card .form-row.year {
    width: 37%;
    padding-left: 2%;
  }
}
@media only screen and (max-width: 768px) {
  .finance-credit-card .form-row.year {
    padding-top: 1.75rem;
  }
}
.finance-credit-card .form-row.year .field-wrapper {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .finance-credit-card .form-row.year .field-wrapper {
    width: 100%;
  }
}
.finance-credit-card .form-row.cvn .field-wrapper {
  width: 10%;
}

.financing-main-container a.button.approve-btn-hidden {
  display: none;
}
.financing-main-container .hycite-credit-application .view-print {
  bottom: 0;
}
.financing-main-container .review-page-submit-button {
  float: left;
  padding-right: 1.563rem;
}
.financing-main-container .financing-error-text {
  margin: 2.5rem 0 1.563rem 0;
}
.financing-main-container h2 {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  border-bottom: 0.063rem solid var(--color-gray300);
  padding: 1.438rem 0 0.875rem 0;
  margin-bottom: 0.313rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .financing-main-container h2 {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
    padding: 1.188rem 0 0.375rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .financing-main-container h2.second {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .financing-main-container h2 {
    font-size: 1.375rem;
    line-height: 1.375rem;
    padding: 1.188rem 0 0.375rem 0;
  }
}
.financing-main-container h2.no-margin {
  margin: 0;
}
.financing-main-container .financing-terms-of-agreement h2 {
  text-align: center;
}
.financing-main-container h3 {
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Rauschen A", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  border-bottom: 0.063rem solid var(--color-gray300);
  padding: 1.438rem 0 0.875rem 0 !important;
}
@media only screen and (max-width: 768px) {
  .financing-main-container h3 {
    font-family: "Rauschen A", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
    padding: 1.438rem 0 0.625rem 0 !important;
    margin-bottom: 0.313rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .financing-main-container h3 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding-top: 1rem !important;
  }
}
@media only screen and (max-width: 480px) {
  .financing-main-container h3 .title {
    display: block;
    width: 80%;
    letter-spacing: -0.013rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .financing-main-container h3 .vert-title {
    display: block;
    width: 80%;
    margin-bottom: 0.313rem;
  }
}
.financing-main-container .dialog-required {
  position: absolute;
  bottom: 0.5rem;
  right: 0.813rem;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .dialog-required {
    right: 0;
  }
}
.financing-main-container .dialog-required span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  color: var(--color-error400);
  font-style: normal !important;
  text-transform: capitalize;
}
.financing-main-container .dialog-required span.indicator-arrow {
  font-size: 1rem;
  margin-left: 0.25rem;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .dialog-required span {
    font: 0.75rem "Rauschen A", sans-serif;
    color: var(--color-error400);
    font-weight: 500;
  }
}
.financing-main-container .dialog-required.bigger {
  bottom: 0.25rem;
}
.financing-main-container .view-print {
  position: absolute;
  bottom: 1rem;
  right: 0.813rem;
  padding: 0;
  margin: 0;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  text-transform: none;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .financing-main-container .view-print {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .financing-main-container .view-print {
    bottom: 0.813rem;
    right: 0.188rem;
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
  }
}
.financing-main-container .skipphone {
  clear: left;
  width: auto;
  margin-left: 37.1% !important;
  font-size: 0.875rem;
  display: block;
}
.financing-main-container .skipphone label {
  font-weight: 400 !important;
  width: 72% !important;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .skipphone {
    margin-left: 0px !important;
  }
}
.financing-main-container .phonedisclaimer .content-asset p {
  margin-left: 37.1% !important;
  margin-top: -0.625rem;
  font-size: 0.875rem;
  display: block;
  clear: left;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .phonedisclaimer .content-asset p {
    margin-left: 0px !important;
    margin-top: 0px;
    width: auto;
  }
}
.financing-main-container .phonedisclaimer .content-asset p strong {
  font-weight: 600;
}
.financing-main-container .home_wrap {
  display: block;
}
.financing-main-container .home_wrap.home_wrap_spacing {
  margin-bottom: -45px;
}
.financing-main-container .home_wrap.home_wrap_spacing .skipphone {
  top: -40px;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .home_wrap.home_wrap_spacing .financephonenumber label {
    display: block;
    margin-bottom: 2rem;
  }
}
.financing-main-container .home_wrap.home_wrap_spacing .field-wrapper .error {
  display: none;
}
.financing-main-container .financing-credit-information .credit-application-information-text {
  padding-left: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-credit-information .credit-application-information-text {
    padding-left: 0;
  }
}
.financing-main-container .financing-credit-information .credit-application-information-text p {
  padding: 0.563rem 0;
  margin: 0;
  font: 0.875rem "Rauschen A", sans-serif;
  line-height: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-credit-information .credit-application-information-text p {
    padding: 0.5rem 0;
  }
}
@media only screen and (min-width: 769px) {
  .financing-main-container .financing-credit-information .credit-application-information-text p.credit-application-information-text-second {
    width: 40.875rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .financing-main-container .financing-credit-information .credit-application-information-text p.credit-application-information-text-second {
    width: 100%;
  }
}
.financing-main-container .financing-credit-information .credit-application-information-text p span {
  font-weight: 500;
}
.financing-main-container .financing-credit-information .credit-application-information-text a {
  font-weight: 500;
}
.financing-main-container .financing-terms-of-agreement .print-page,
.financing-main-container .financing-main-form .print-page {
  display: none;
}
.financing-main-container .financing-main-form {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 11.904% 0 9.523%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .financing-main-container .financing-main-form {
    padding: 0 5% 0 5%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .financing-main-container .financing-main-form {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-main-form {
    padding: 0;
  }
}
.financing-main-container label {
  float: left;
  text-align: right;
  width: 37.1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 2.5rem;
  margin: 0.5rem 0 0 0;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .financing-main-container label {
    width: 100%;
    text-align: left;
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
    margin: 0.438rem 0 0.5rem 0;
  }
}
.financing-main-container .form-row {
  padding: 1.25rem 0 0 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .form-row {
    padding-top: 0.563rem;
  }
}
.financing-main-container .form-row.month label {
  display: none;
}
.financing-main-container .form-row.month .selector.error {
  margin-bottom: 1.875rem !important;
}
.financing-main-container .form-row.birth select {
  width: 100%;
}
.financing-main-container .form-row.hidden {
  display: none;
}
.financing-main-container .clear-row {
  clear: both;
}
.financing-main-container .left-align-input label {
  text-align: left;
  width: 100%;
  padding-bottom: 0.625rem;
}
.financing-main-container .left-align-input .form-caption {
  margin-left: 0;
  padding-top: 0.625rem;
}
.financing-main-container .caption .form-caption {
  padding-top: 0.625rem;
}
.financing-main-container .field-wrapper {
  float: left;
  width: 100%;
  max-width: 20rem;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .financing-main-container .field-wrapper {
    max-width: 20.313rem;
  }
}
@media only screen and (max-width: 768px) {
  .financing-main-container .field-wrapper {
    max-width: 100%;
  }
}
.financing-main-container input[type=text] {
  width: 100%;
}
.financing-main-container .form-caption {
  margin-left: 37.1%;
  font: 0.875rem "Rauschen A", sans-serif;
  display: block;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .form-caption {
    margin-left: 0;
    font: 0.75rem "Rauschen A", sans-serif;
  }
}
.financing-main-container .monthly-net-income {
  padding-bottom: 0.438rem;
}
.financing-main-container .monthly-net-income p {
  padding: 0.313rem 0 0 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .monthly-net-income p {
    font: 0.875rem "Rauschen A", sans-serif;
    padding: 0.438rem 0 0.438rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .financing-main-container .finance-email p {
    font: 0.875rem "Rauschen A", sans-serif;
  }
}
.financing-main-container .radio {
  margin-top: 0.438rem;
}
.financing-main-container .radio-label {
  margin: 0.125rem 3rem 0 0;
  position: relative;
  top: -0.25rem;
}
.financing-main-container .label-inline {
  margin: 0 0 0.625rem 1.25rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .label-inline {
    margin-top: 0.688rem;
  }
}
.financing-main-container .label-inline label {
  cursor: pointer;
  width: 95%;
  text-align: left;
  font-weight: 500;
  float: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .financing-main-container .label-inline label {
    max-width: 29.063rem;
  }
}
@media only screen and (max-width: 768px) {
  .financing-main-container .label-inline label {
    max-width: 92%;
  }
}
@media only screen and (max-width: 480px) {
  .financing-main-container .label-inline label {
    max-width: 88%;
  }
}
.financing-main-container .label-inline .field-wrapper {
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
.financing-main-container .label-inline .field-wrapper.error .input-checkbox {
  border: 0.063rem solid var(--color-error400);
  -webkit-appearance: none;
}
.financing-main-container .label-inline .field-wrapper.error .input-checkbox + span {
  display: none !important;
}
.financing-main-container .label-inline .required-indicator {
  position: absolute;
  left: -1.25rem;
  top: 1.438rem;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .label-inline .required-indicator {
    top: 0.625rem;
  }
}
.financing-main-container .form-row-button {
  text-align: right;
  margin: 0 0 0 0;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .form-row-button {
    text-align: left;
    margin: 0 0 0 0;
  }
}
.financing-main-container .receive-information-electronically {
  margin-top: 1.25rem;
  border: 0.063rem solid var(--color-gray300);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625rem 6.25rem;
  height: 13.75rem;
  overflow-y: scroll;
  text-align: center;
}
.financing-main-container .receive-information-electronically.checkbox-inside .label-inline {
  margin-left: 0.875rem;
}
.financing-main-container .receive-information-electronically.checkbox-inside label {
  max-width: none;
  width: 95%;
  padding-right: 1.25rem;
  margin-right: -1.875rem;
}
.financing-main-container .financing-terms {
  padding-left: 0.688rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .financing-main-container .financing-terms {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms {
    padding-left: 0;
  }
}
.financing-main-container .financing-terms .financing-terms-single {
  width: 47.1%;
  float: right;
}
.financing-main-container .financing-terms .financing-terms-single.first {
  float: left;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms .financing-terms-single.first {
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms .financing-terms-single {
    width: 100%;
    float: none;
  }
}
.financing-main-container .financing-terms .financing-terms-single h3 {
  padding: 0.75rem 0 0.688rem 0 !important;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .financing-main-container .financing-terms .financing-terms-single h3 {
    min-height: 2.813rem;
  }
}
.financing-main-container .financing-terms .financing-terms-single h3 a {
  position: absolute;
  right: 0.625rem;
  bottom: 0.75rem;
  text-transform: none;
  font: 0.875rem "Rauschen A", sans-serif;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .financing-main-container .financing-terms .financing-terms-single h3 a {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms .financing-terms-single h3 a {
    margin-top: 0;
  }
}
.financing-main-container .financing-terms .finance-personal-information-single {
  float: left;
  width: 40%;
  padding: 0.75rem 0 0 0.688rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms .finance-personal-information-single {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}
.financing-main-container .financing-terms .finance-personal-information-single p {
  padding: 0;
  margin: 0;
  font: 0.875rem "Rauschen A", sans-serif;
  line-height: 1.375rem;
}
.financing-main-container .financing-terms .finance-personal-information-single p span {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms .finance-personal-information-single p {
    line-height: 1.125rem;
  }
}
.financing-main-container .financing-terms .finance-personal-information-single p.finance-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms .finance-personal-information-single p.finance-mobile {
    display: block;
    font-weight: 400;
    margin-bottom: 0.563rem;
  }
}
.financing-main-container .financing-terms .finance-personal-information-single p.first-num {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms .finance-personal-information-single p.first-num {
    display: block !important;
  }
}
.financing-main-container .financing-terms .finance-personal-information-single p.hide {
  display: none !important;
}
.financing-main-container .financing-terms .finance-personal-information-single.first {
  width: 40.512%;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms .finance-personal-information-single.first {
    width: 100%;
  }
}
.financing-main-container .financing-terms .finance-personal-information-single.no-padding-top {
  padding-top: 0;
}
.financing-main-container .financing-terms .finance-personal-information-single.plinfo {
  width: 60%;
}
.financing-main-container .financing-terms .finance-residence-information {
  float: left;
  width: 100%;
  padding: 0.75rem 0 0 0.688rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms .finance-residence-information {
    padding-left: 0;
  }
}
.financing-main-container .financing-terms .finance-residence-information p {
  padding: 0;
  margin: 0;
  font: 0.875rem "Rauschen A", sans-serif;
  line-height: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms .finance-residence-information p {
    line-height: 1.125rem;
    margin-bottom: 0.563rem;
  }
}
.financing-main-container .financing-terms .reduce-top-offset {
  margin-top: -0.625rem;
}
.financing-main-container .financing-terms-of-agreement {
  padding: 0 2.5rem 0 0.625rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .financing-main-container .financing-terms-of-agreement {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms-of-agreement {
    padding: 0;
  }
}
.financing-main-container .financing-terms-of-agreement .label-inline {
  margin-left: 1.625rem;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms-of-agreement .label-inline {
    margin-left: 0.75rem;
  }
}
.financing-main-container .financing-terms-of-agreement .label-inline .required-indicator {
  left: -0.75rem;
  top: 1.188rem;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms-of-agreement .label-inline .required-indicator {
    top: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms-of-agreement h3 {
    padding-top: 1rem !important;
  }
}
.financing-main-container .financing-terms-of-agreement-bottom {
  padding: 0.875rem 2.5rem 0 1.375rem;
  line-height: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms-of-agreement-bottom {
    padding: 0.875rem 0 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .financing-main-container .financing-terms-of-agreement-bottom label {
    max-width: 24.375rem;
  }
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms-of-agreement-bottom label {
    max-width: 89%;
  }
}
.financing-main-container .financing-terms-of-agreement-bottom .label-inline {
  margin-left: 0.813rem;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-terms-of-agreement-bottom .label-inline {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .financing-main-container .finance-hide {
    display: none;
  }
}
.financing-main-container .financing-preaproval {
  padding: 0.688rem 3.625rem 0 0;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-preaproval {
    display: none;
  }
}
.financing-main-container .financing-preaproval p {
  font: 0.875rem "Rauschen A", sans-serif;
  line-height: 1.375rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-preaproval-text {
    padding-bottom: 1.875rem;
  }
}
.financing-main-container .financing-preaproval-text p {
  font: 0.875rem "Rauschen A", sans-serif;
  line-height: 1.375rem;
  padding: 0.813rem 0 0 0;
  margin: 0;
}
.financing-main-container .financing-button-actions {
  text-align: right;
  position: relative;
  padding-top: 1.75rem;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-button-actions {
    text-align: left;
    padding-bottom: 0.938rem;
  }
}
.financing-main-container .financing-button-actions .finance-link-text {
  border: 0;
  background: none;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  top: -0.25rem;
  margin-right: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-button-actions .finance-link-text {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
    padding: 0;
    top: -0.125rem;
    margin-right: 0;
  }
}
.financing-main-container .financing-button-actions .finance-link-text:hover {
  text-decoration: none;
}
.financing-main-container .financing-button-actions.left {
  text-align: left;
}
.financing-main-container .financing-button-actions.padding-top23 {
  padding-top: 1.438rem;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .financing-button-actions.padding-top23 {
    padding-top: 0;
  }
}
.financing-main-container .financing-button-actions .btn-align-right {
  position: absolute;
  top: -2rem;
  left: 10.938rem;
}
@media only screen and (max-width: 480px) {
  .financing-main-container .financing-button-actions .btn-align-right {
    top: -4rem;
  }
}
.financing-main-container .financing-button-actions .continue-shopping {
  line-height: 2.8rem;
  margin-right: 1em;
  display: block;
  float: left;
  text-decoration: none;
}
.financing-main-container .financing-button-actions .continue-shopping span {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
  margin-left: 0.625rem;
}
.financing-main-container .financing-button-actions .continue-shopping:hover span {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .finance-mobilehide {
    display: none;
  }
}
.financing-main-container .birth {
  max-width: 100%;
}
.financing-main-container .birth label {
  width: 37.1%;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .birth label {
    width: 100%;
  }
}
.financing-main-container .birth .form-row {
  width: 32%;
  margin-right: 2%;
  float: left;
}
.financing-main-container .birth .form-row.label-removed {
  margin-right: 0;
}
.financing-main-container .birth .form-row.month {
  padding-top: 0;
}
.financing-main-container .birth .retired-label {
  clear: left;
  padding: 0.375rem 0 0.625rem 0;
}
.financing-main-container .date-container {
  width: 100%;
  float: left;
  max-width: 20rem;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .date-container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  .financing-main-container .date-container {
    max-width: 20.313rem;
  }
}
.financing-main-container .date-container .age {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .hycite-credit-application h2 {
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 0.188rem;
  }
}
.financing-main-container .help-card-application {
  margin-top: 1.875rem;
  border-top: 0.063rem solid var(--color-gray300);
  padding: 1.625rem 0 0 0.1%;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .help-card-application {
    padding: 1.063rem 0 0 0;
    margin-top: 1.063rem;
  }
}
.financing-main-container .help-card-application .offer-message {
  float: left;
  width: 52%;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .help-card-application .offer-message {
    width: 99%;
    margin: 1em 0;
  }
}
.financing-main-container .help-card-application p {
  padding: 0;
  margin: 0;
}
.financing-main-container .help-card-application .form-row-button {
  float: right;
  margin-top: 0em;
}
.financing-main-container .help-card-application .softhit {
  margin-top: -3em;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .help-card-application .softhit {
    margin-top: 0em;
  }
}
.financing-main-container .financing-button-declined .form-row-button {
  text-align: left;
  margin-bottom: 0;
}
.financing-main-container .financing-button-declined p {
  padding-top: 1.438rem;
  margin: 0;
  line-height: 0.875rem;
}
.financing-main-container .financing-button-declined .upper span {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.financing-main-container .financing-button-declined.financing-bottom-declined {
  margin-bottom: 9.375rem;
}
.financing-main-container .financing-button-declined .financing-continue-button {
  position: relative;
}
.financing-main-container .financing-button-declined .financing-continue-button .btn-align-right {
  position: absolute;
  top: -2rem;
  left: 10.938rem;
}
.financing-main-container .personal-clear {
  clear: both;
  padding: 0.625rem 0 0.5rem 0.688rem !important;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .personal-clear {
    padding-left: 0 !important;
  }
}
.financing-main-container p.personal-reduce-bottom {
  margin-bottom: -0.625rem;
}
.financing-main-container .credit-application-information-text {
  padding-left: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .credit-application-information-text {
    padding-left: 0;
  }
}
.financing-main-container .credit-application-information-text ul {
  padding: 0.625rem 0 0 5rem;
  margin: 0;
  list-style-image: none;
  list-style-type: circle;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .credit-application-information-text ul {
    padding-left: 1.313rem;
  }
}
.financing-main-container .credit-application-information-text ul li {
  padding-left: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .credit-application-information-text ul li {
    padding-left: 0;
  }
}
.financing-main-container .padding-left14 {
  padding-left: 0.875rem !important;
}
@media only screen and (max-width: 768px) {
  .financing-main-container .padding-left14 {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper.pt_checkout .financing-button-declined button,
  #wrapper.pt_checkout .financing-button-declined .button.black,
  #wrapper.pt_checkout .financing-button-declined .button.red,
  #wrapper.pt_checkout .financing-button-declined .button.white.invert {
    display: inline-block;
  }
}

.poBoxFinance .error + .form-caption {
  display: none;
}

.financing-main-container h3 .personal-info {
  text-transform: capitalize;
}
.financing-main-container h3 .title {
  text-transform: capitalize;
}
.financing-main-container .financing-terms-single h3 {
  text-transform: capitalize;
}
.financing-main-container .financing-terms-single h3.financing-second {
  text-transform: capitalize;
}

.p-w-r {
  font: 0.875rem "Rauschen A", sans-serif !important;
  margin: 0;
}
.p-w-r a {
  color: var(--color-error400) !important;
}
.p-w-r .pr-qa-display-answer-text a {
  word-break: break-word;
}
.p-w-r .pr-no-reviews, .p-w-r .pr-no-qa {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-w-r .pr-review-snippet-container {
    margin-bottom: 0.5rem;
  }
}
.p-w-r .pr-alert-warning {
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  font: 0.875rem "Rauschen A", sans-serif;
  color: var(--color-error400) !important;
  font-style: italic;
}
.p-w-r h3.pr-header-title {
  font-family: "Rauschen A", sans-serif;
  font-weight: 400 !important;
  font-size: 1.875rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.p-w-r .pr-btn-add-tag a {
  background: none !important;
  border: none !important;
  padding: 0.5em 0 !important;
  color: var(--color-error400) !important;
  font-weight: 500 !important;
}
.p-w-r .pr-btn-add-tag a:after {
  color: var(--color-error400) !important;
}
.p-w-r .pr-btn-fileinput {
  background: none !important;
  border: none !important;
  padding: 0.5em 0 !important;
  color: var(--color-error400) !important;
  font-weight: 500 !important;
}
.p-w-r .pr-btn-fileinput span {
  color: var(--color-error400) !important;
}
.p-w-r .pr-btn-fileinput span:after {
  color: var(--color-error400) !important;
}
.p-w-r .pr-btn-review {
  background: var(--color-error400) !important;
  color: var(--color-white) !important;
  font: 1rem "Rauschen A", sans-serif !important;
  font-weight: 500 !important;
  border: none !important;
  text-transform: uppercase !important;
  padding: 0.5em 1em !important;
}
.p-w-r .pr-btn-add-tag-submit {
  background: var(--color-error400) !important;
  border: none !important;
  color: var(--color-white) !important;
}
.p-w-r .pr-subscript {
  color: #000000 !important;
}
.p-w-r .pr-snippet-stars {
  background: none !important;
}

.pr-stars {
  background-image: url("../images/pr-review-stars-yellow-big.png");
}

.pr-stars-small {
  background-image: url("../images/pr-review-stars-yellow-small.png");
}

.pr-review-engine .pr-review-sort-box select {
  width: auto;
}

.pr-base-modal,
.pr-pa-snippet,
.pr-review-engine,
.pr-snippet,
.prImageSnippet {
  font-family: "Rauschen A", sans-serif !important;
}

.pr-base-modal a,
.pr-pa-snippet a,
.pr-review-engine a,
.pr-snippet a,
.prImageSnippet a {
  color: var(--color-white);
  text-decoration: underline !important;
}

.pr-snapshot-footer .pr-review-engine a, .pr-review-engine a, .pr-review-engine .pr-write-review-link, .pr-review-engine .pr-snapshot-cobrand {
  color: var(--color-black) !important;
}

.pr-base-modal a:hover,
.pr-pa-snippet a:hover,
.pr-review-engine a:hover,
.pr-snippet a:hover,
.prImageSnippet a:hover {
  color: inherit !important;
  text-decoration: none !important;
}

.pr-review-engine .pr-snapshot-consensus-value {
  background-color: #151515 !important;
}

.pr-review-engine .pr-snapshot-rating .pr-rating {
  font-weight: 500 !important;
  height: auto !important;
}

.pr-base-modal .pr-review-points,
.pr-review-engine .pr-review-points {
  display: none !important;
}

#uniform-pr-sort-reviews {
  float: right;
  margin: -0.563rem 0 0 0;
  width: 110px !important;
}

.pr-base-modal .pr-fb-review-comment:before,
.pr-base-modal .pr-fb-reviewComment:before,
.pr-review-engine .pr-fb-review-comment:before,
.pr-review-engine .pr-fb-reviewComment:before {
  background-image: url("http://www.bowflex.com/on/demandware.static/-/Library-Sites-bowflexShared/default/global/facebook.svg") !important;
  background-size: 20px 20px !important;
  width: 20px !important;
  height: 20px !important;
  margin-right: 0.5rem !important;
}

.pr-review-block {
  height: 30px;
  margin: 0.938rem 0;
}

.pr-snippet-rating-decimal {
  display: inline-block !important;
  padding: 0.063rem 0.125rem !important;
  font-size: 0.875rem !important;
}

.pr-review-snapshot-snippets .pr-snippet-rating-decimal {
  display: inline-block !important;
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-block dt, .p-w-r .pr-review-snapshot .pr-review-snapshot-block .pr-review-snapshot-block-headline {
  background-color: var(--color-gray300) !important;
}

.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-header-contents {
  background-color: var(--color-gray200) !important;
}

.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-barValue {
  background: var(--color-error400) !important;
}

.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover .pr-ratings-histogram-barValue {
  background: var(--color-error400) !important;
}

body.nautilus .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover .pr-ratings-histogram-barValue {
  background: #0076c0 !important;
}

body.movement .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover .pr-ratings-histogram-barValue {
  background: #F89627 !important;
}

.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover {
  background-color: #f6f6f6 !important;
}

.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-5 .pr-histogram-count {
  color: #5d5d5d;
}

.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-header-contents {
  padding: 1rem;
}

.p-w-r .pr-filter-btn--button:hover {
  background-color: var(--color-gray600);
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-block .pr-snapshot-tag-def:hover .pr-filter-btn__voteCount, .p-w-r .pr-review-snapshot .pr-review-snapshot-block .pr-snapshot-tag-def:active .pr-filter-btn__voteCount {
  background-color: #767676 !important;
}

.p-w-r .pr-filter-btn--button-separated.pr-filter-btn--active .pr-filter-btn__child, .p-w-r .pr-filter-btn--button-separated:hover .pr-filter-btn__child, .p-w-r .pr-filter-btn--button-separated:active .pr-filter-btn__child {
  background-color: #767676 !important;
}

.p-w-r .pr-accordion .pr-accordion-btn span {
  color: var(--color-error400) !important;
}

.p-w-r .pr-accordion .pr-accordion-btn .pr-caret-icon__line {
  stroke: var(--color-error400) !important;
}

body.nautilus .p-w-r .pr-accordion .pr-accordion-btn span {
  color: #0076c0 !important;
}

body.nautilus .p-w-r .pr-accordion .pr-accordion-btn .pr-caret-icon__line {
  stroke: #0076c0 !important;
}

body.movement .p-w-r .pr-accordion .pr-accordion-btn span {
  color: #F89627 !important;
}

body.movement .p-w-r .pr-accordion .pr-accordion-btn .pr-caret-icon__line {
  stroke: #F89627 !important;
}

.p-w-r .pr-helpful-btn:hover span {
  color: var(--color-black) !important;
}

.p-w-r .pr-helpful-btn:hover .pr-thumbs-cuff-fill, .p-w-r .pr-helpful-btn:hover .pr-thumbs-fill {
  fill: var(--color-black) !important;
}

.p-w-r .pr-helpful-active {
  background: var(--color-black) !important;
}

.p-w-r .pr-qa-display .pr-btn-answer, .p-w-r .pr-qa-display .pr-btn-ask-question, .p-w-r .pr-qa-display .pr-btn-answer span, .p-w-r .pr-qa-display .pr-btn-ask-question span {
  color: var(--color-error400) !important;
}

body.nautilus .p-w-r .pr-qa-display .pr-btn-answer, body.nautilus .p-w-r .pr-qa-display .pr-btn-ask-question, body.nautilus .p-w-r .pr-qa-display .pr-btn-answer span, body.nautilus .p-w-r .pr-qa-display .pr-btn-ask-question span {
  color: #0076c0 !important;
}

body.movement .p-w-r .pr-qa-display .pr-btn-answer, body.movement .p-w-r .pr-qa-display .pr-btn-ask-question, body.movement .p-w-r .pr-qa-display .pr-btn-answer span, body.movement .p-w-r .pr-qa-display .pr-btn-ask-question span {
  color: #F89627 !important;
}

.p-w-r .pr-qa-display .pr-btn-answer .pr-cross-icon__line, .p-w-r .pr-qa-display .pr-btn-answer .pr-cross-icon__circle, .p-w-r .pr-qa-display .pr-btn-ask-question .pr-cross-icon__line, .p-w-r .pr-qa-display .pr-btn-ask-question .pr-cross-icon__circle {
  stroke: var(--color-error400) !important;
}

.p-w-r .pr-qa-display .pr-btn-answer:hover, .p-w-r .pr-qa-display .pr-btn-ask-question:hover, .p-w-r .pr-qa-display .pr-btn-answer:hover .pr-qa-display-text, .p-w-r .pr-qa-display .pr-btn-ask-question:hover .pr-qa-display-text {
  color: var(--color-black) !important;
}

.p-w-r .pr-qa-display .pr-btn-answer:hover .pr-cross-icon, .p-w-r .pr-qa-display .pr-btn-ask-question:hover .pr-cross-icon {
  background: var(--color-white) !important;
}

.p-w-r .pr-qa-display .pr-btn-answer:hover .pr-cross-icon__line, .p-w-r .pr-qa-display .pr-btn-answer:hover .pr-cross-icon__circle, .p-w-r .pr-qa-display .pr-btn-ask-question:hover .pr-cross-icon__line, .p-w-r .pr-qa-display .pr-btn-ask-question:hover .pr-cross-icon__circle {
  stroke: var(--color-black) !important;
}

.p-w-r .pr-qa-display.pr-qa-display-desktop .pr-qa-display-answer-by-container.pr-qa-display-answer-by-container-expert, .p-w-r .pr-qa-display.pr-qa-display-tablet .pr-qa-display-answer-by-container.pr-qa-display-answer-by-container-expert {
  border-left: 1px solid var(--color-black) !important;
}

.p-w-r .pr-qa-display .pr-btn-show-more span {
  color: var(--color-error400) !important;
}

.p-w-r .pr-qa-display .pr-caret-icon__line, .p-w-r .pr-qa-display .pr-caret-icon__circle {
  stroke: var(--color-error400) !important;
}

.p-w-r .pr-qa-display .pr-qa-display-link:hover {
  color: var(--color-black) !important;
}

.p-w-r .pr-qa-display .pr-btn-show-more:hover .pr-caret-icon__line, .p-w-r .pr-qa-display .pr-btn-show-more:hover .pr-caret-icon__circle {
  stroke: var(--color-black) !important;
}

.p-w-r .pr-review-display .pr-review-filter-info-bar .pr-filter-btn span {
  font-size: 1rem;
}

.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-rd-main-footer, .p-w-r .pr-review-display .pr-rd-main-footer {
  border-bottom-width: 0px !important;
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-rd-main-footer .pr-rd-content-block, .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-content-block {
  width: 100%;
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-rd-main-footer span, .p-w-r .pr-review-display .pr-rd-main-footer span {
  font-size: 1rem;
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-rd-main-footer a, .p-w-r .pr-review-display .pr-rd-main-footer a {
  font-size: 1rem;
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review, .p-w-r .pr-review-display .pr-review {
  border: 1px solid var(--color-gray200) !important;
  border-radius: 0.125rem;
  padding: 1.5rem !important;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 768px) {
  .p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review, .p-w-r .pr-review-display .pr-review {
    margin: 1rem 0.75rem;
  }
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-review-headline, .p-w-r .pr-review-display .pr-review .pr-rd-review-headline {
  font-size: 1.125rem;
  color: var(--color-black) !important;
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review p, .p-w-r .pr-review-display .pr-review p {
  font-size: 1rem;
  color: var(--color-black) !important;
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review p.pr-rd-review-product, .p-w-r .pr-review-display .pr-review p.pr-rd-review-product {
  color: var(--color-gray600) !important;
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review span, .p-w-r .pr-review-display .pr-review span {
  font-size: 1rem;
  color: var(--color-black) !important;
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-merchant-response .pr-rd-description-text, .p-w-r .pr-review-display .pr-review .pr-rd-merchant-response .pr-rd-description-text {
  color: var(--color-gray600) !important;
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer, .p-w-r .pr-review-display .pr-review .pr-rd-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer, .p-w-r .pr-review-display .pr-review .pr-rd-footer {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer, .p-w-r .pr-review-display .pr-review .pr-rd-footer {
    display: block;
  }
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer .pr-rd-bottomline, .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-bottomline {
  width: 75%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer .pr-rd-bottomline, .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-bottomline {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer .pr-rd-bottomline, .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-bottomline {
    width: 100%;
  }
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer .pr-rd-helpful-action, .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action {
  width: 240px;
  position: relative;
  margin-left: 1.875rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer .pr-rd-helpful-action, .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer .pr-rd-helpful-action, .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action {
    width: 100%;
    margin-left: 0;
  }
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group, .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-text, .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-text {
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-action-btn-group, .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-action-btn-group {
  margin: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-action-btn-group, .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-action-btn-group {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-action-btn-group, .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-action-btn-group {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-action-btn-group .pr-helpful-btn, .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-action-btn-group .pr-helpful-btn {
  padding: 0.5rem 1rem;
  border: 1px solid var(--color-gray300);
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-action-btn-group .pr-helpful-btn, .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-action-btn-group .pr-helpful-btn {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
}
@media only screen and (max-width: 768px) {
  .p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-action-btn-group .pr-helpful-btn, .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-action-btn-group .pr-helpful-btn {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
}
.p-w-r .pr-review-display.pr-rd-display-desktop .pr-review .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-flag-review-container, .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-flag-review-container {
  margin-top: 0.75rem;
}

body .p-w-r .pr-star-v4-0-filled {
  background-image: url("../images/reviews/reviews-0-star-red.png");
}
body .p-w-r .pr-star-v4-25-filled {
  background-image: url("../images/reviews/reviews-025-star-red.png");
}
body .p-w-r .pr-star-v4-50-filled {
  background-image: url("../images/reviews/reviews-050-star-red.png");
}
body .p-w-r .pr-star-v4-75-filled {
  background-image: url("../images/reviews/reviews-075-star-red.png");
}
body .p-w-r .pr-star-v4-100-filled {
  background-image: url("../images/reviews/reviews-100-star-red.png");
}
body .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-compact .pr-snippet-stars-reco-reco,
body .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-compact .pr-snippet-read-and-write {
  margin: 0;
}
body .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-compact .pr-snippet-read-and-write,
body .p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-read-and-write {
  margin-top: 0.313rem;
  margin-left: 0.625rem;
}
body .p-w-r .pr-filter-btn--button-separated .pr-filter-btn__child {
  background-color: var(--color-gray200);
  padding: 0.5rem;
  font-size: 1rem;
}
body .p-w-r .pr-review-snapshot .pr-msq-list dd {
  padding: 0.313rem 0.313rem 0 0;
}
body .p-w-r .pr-review-snapshot .pr-msq-list dt {
  font-size: 1rem;
}
body .p-w-r .pr-snapshot-desktop, body .p-w-r .pr-snapshot-mobile, body .p-w-r .pr-snapshot-tablet {
  position: relative;
  margin-top: 4rem;
}
body .p-w-r .pr-snapshot-desktop .pr-review-snapshot-block-container, body .p-w-r .pr-snapshot-mobile .pr-review-snapshot-block-container, body .p-w-r .pr-snapshot-tablet .pr-review-snapshot-block-container {
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 34%;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body .p-w-r .pr-snapshot-desktop .pr-review-snapshot-block-container, body .p-w-r .pr-snapshot-mobile .pr-review-snapshot-block-container, body .p-w-r .pr-snapshot-tablet .pr-review-snapshot-block-container {
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body .p-w-r .pr-snapshot-desktop .pr-review-snapshot-block-container, body .p-w-r .pr-snapshot-mobile .pr-review-snapshot-block-container, body .p-w-r .pr-snapshot-tablet .pr-review-snapshot-block-container {
    position: relative;
    width: 100%;
  }
}
body .p-w-r .pr-snapshot-desktop .pr-review-snapshot-block-container .pr-review-snapshot-block, body .p-w-r .pr-snapshot-mobile .pr-review-snapshot-block-container .pr-review-snapshot-block, body .p-w-r .pr-snapshot-tablet .pr-review-snapshot-block-container .pr-review-snapshot-block {
  border: 0;
  padding-bottom: 0;
  border-left: 1px solid var(--color-gray200);
  min-height: 210px;
}
@media only screen and (max-width: 768px) {
  body .p-w-r .pr-snapshot-desktop .pr-review-snapshot-block-container .pr-review-snapshot-block, body .p-w-r .pr-snapshot-mobile .pr-review-snapshot-block-container .pr-review-snapshot-block, body .p-w-r .pr-snapshot-tablet .pr-review-snapshot-block-container .pr-review-snapshot-block {
    border-left: 0px solid var(--color-gray200);
  }
}
body .p-w-r .pr-snapshot-desktop .pr-review-snapshot-block-container .pr-review-snapshot-block .pr-review-snapshot-block-headline, body .p-w-r .pr-snapshot-mobile .pr-review-snapshot-block-container .pr-review-snapshot-block .pr-review-snapshot-block-headline, body .p-w-r .pr-snapshot-tablet .pr-review-snapshot-block-container .pr-review-snapshot-block .pr-review-snapshot-block-headline {
  display: none;
}
body .p-w-r .pr-snapshot-desktop .pr-review-snapshot-block-container .pr-review-snapshot-block .pr-ratings-histogram, body .p-w-r .pr-snapshot-mobile .pr-review-snapshot-block-container .pr-review-snapshot-block .pr-ratings-histogram, body .p-w-r .pr-snapshot-tablet .pr-review-snapshot-block-container .pr-review-snapshot-block .pr-ratings-histogram {
  margin: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body .p-w-r .pr-snapshot-desktop .pr-msq-list, body .p-w-r .pr-snapshot-mobile .pr-msq-list, body .p-w-r .pr-snapshot-tablet .pr-msq-list {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  body .p-w-r .pr-snapshot-desktop .pr-msq-list, body .p-w-r .pr-snapshot-mobile .pr-msq-list, body .p-w-r .pr-snapshot-tablet .pr-msq-list {
    display: block;
  }
}
body .p-w-r .pr-snapshot-desktop .pr-review-snapshot-content-block, body .p-w-r .pr-snapshot-mobile .pr-review-snapshot-content-block, body .p-w-r .pr-snapshot-tablet .pr-review-snapshot-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .p-w-r .pr-snapshot-desktop .pr-review-snapshot-header-intro, body .p-w-r .pr-snapshot-mobile .pr-review-snapshot-header-intro, body .p-w-r .pr-snapshot-tablet .pr-review-snapshot-header-intro {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}
body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 210px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars {
  width: 32%;
  float: none;
  border-right: 1px solid var(--color-gray200);
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars {
    width: 100%;
    border-right: 0px solid var(--color-gray200);
  }
}
@media only screen and (max-width: 768px) {
  body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars {
    width: 100%;
    border-right: 0px solid var(--color-gray200);
  }
}
body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet .pr-snippet-stars-png, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet .pr-snippet-stars-png, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet .pr-snippet-stars-png {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal {
  padding: 0.438rem 0.5rem 0.313rem;
  line-height: normal;
  font-size: 1.875rem;
  font-weight: 500;
  border: 0;
  margin: 0;
}
body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet .pr-snippet-read-and-write, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet .pr-snippet-read-and-write, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet .pr-snippet-read-and-write {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.6rem;
}
body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet .pr-snippet-read-and-write span, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet .pr-snippet-read-and-write span, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet .pr-snippet-read-and-write span {
  margin: 0;
}
body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a {
  display: none;
}
body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco {
    width: 100%;
  }
}
body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco .pr-snippet-reco-to-friend, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco .pr-snippet-reco-to-friend, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco .pr-snippet-reco-to-friend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  max-width: 100%;
}
body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco .pr-snippet-reco-to-friend .pr-reco-to-friend-message, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco .pr-snippet-reco-to-friend .pr-reco-to-friend-message, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco .pr-snippet-reco-to-friend .pr-reco-to-friend-message {
  max-width: 100%;
}
body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco .pr-snippet-reco-to-friend .pr-reco-value, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco .pr-snippet-reco-to-friend .pr-reco-value, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco .pr-snippet-reco-to-friend .pr-reco-value {
  font-size: 1.875rem;
  font-weight: 500;
  color: var(--color-black);
}
body .p-w-r .pr-snapshot-desktop .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco .pr-snippet-reco-to-friend .pr-reco-to-friend-message, body .p-w-r .pr-snapshot-mobile .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco .pr-snippet-reco-to-friend .pr-reco-to-friend-message, body .p-w-r .pr-snapshot-tablet .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco .pr-snippet-reco-to-friend .pr-reco-to-friend-message {
  font-size: 0.875rem;
}
body .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-sort {
  height: auto;
}
body .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a, body .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span {
  font-size: 0.938rem !important;
  color: var(--color-white) !important;
}
@media only screen and (max-width: 768px) {
  body .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a, body .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span {
    color: var(--color-black) !important;
  }
}
body .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a.pr-snippet-review-count, body .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span.pr-snippet-review-count {
  font-size: 0.75rem !important;
  margin-right: 1.25rem;
  position: relative;
}
body .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a.pr-snippet-review-count:before, body .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span.pr-snippet-review-count:before {
  position: absolute;
  content: "";
  right: -10px;
  top: 3px;
  width: 2px;
  height: 14px;
  background-color: var(--color-white);
}
body .p-w-r .pr-qa-display-headline button,
body .p-w-r .pr-qa-display-headline .button.black,
body .p-w-r .pr-qa-display-headline .button.red,
body .p-w-r .pr-qa-display-headline .button.white.invert {
  margin-top: 0.563rem;
}
body .p-w-r .pr-qa-display .pr-qa-sort-group label {
  display: block;
}
@media only screen and (max-width: 768px) {
  body .p-w-r .pr-qa-display .pr-qa-sort-group label {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  body .p-w-r .pr-qa-display .pr-qa-sort-group:after {
    top: 32px;
  }
}
body .p-w-r select {
  opacity: 1;
}
body .p-w-r .pr-category-snippet__total {
  padding-top: 0.125rem;
  vertical-align: top;
}
body .p-w-r [data-filter-tooltip]:before,
body .p-w-r [data-filter-tooltip]:after {
  -webkit-transition: unset;
  transition: unset;
}
body .p-w-r .pr-rid .pr-rid-btn-container {
  color: var(--color-error400);
}
body .p-w-r .pr-rid .pr-rid-btn-container .pr-rid-btn {
  color: var(--color-error400);
}
body .p-w-r .pr-rid .pr-rid-btn-container .pr-ellipsis-icon {
  background-color: var(--color-error400);
}
body .p-w-r .pr-rid .pr-rid-btn-container .pr-ellipsis-icon__circle__inner {
  stroke: var(--color-error400);
}
body .p-w-r .pr-rid .pr-rid-btn-container .pr-rid-btn-text {
  color: var(--color-error400);
}
body .p-w-r .pr-rid .pr-rid-btn-container:hover .pr-ellipsis-icon__circle__inner {
  fill: var(--color-error400);
}

.pr-review-snapshot-custom {
  padding: 1rem;
  border-bottom: 1px solid var(--color-gray200);
  margin-bottom: 1rem;
}
.pr-review-snapshot-custom .pr-headline {
  font-size: 1.5rem;
  color: var(--color-black);
  text-align: center;
  margin-top: 2rem;
}
.pr-review-snapshot-custom .pr-subheadline {
  text-align: center;
}
.pr-review-snapshot-custom .pr-subheadline a {
  color: var(--color-error400);
}

.p-w-r .pr-review-display .pr-rd-main-header {
  position: relative;
  margin: 0;
}
.p-w-r .pr-review-display .pr-rd-main-header .pr-rd-review-header-sorts {
  width: auto;
  float: right;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .p-w-r .pr-review-display .pr-rd-main-header .pr-rd-review-header-sorts {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-w-r .pr-review-display .pr-rd-main-header .pr-rd-review-header-sorts {
    width: 100%;
    padding: 0 0.75rem;
  }
}
.p-w-r .pr-review-display .pr-rd-main-header .pr-rd-review-header-sorts .pr-rd-sort {
  height: 2.5rem;
  padding-right: 2rem;
  padding-left: 0.5rem;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-w-r .pr-review-display .pr-rd-main-header .pr-rd-review-header-sorts .pr-rd-sort {
    max-width: 100%;
  }
}
.p-w-r .pr-review-display .pr-rd-main-header .pr-review-filter-info-bar {
  width: 65%;
  margin-top: 0.938rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .p-w-r .pr-review-display .pr-rd-main-header .pr-review-filter-info-bar {
    width: 65%;
  }
}
@media only screen and (max-width: 768px) {
  .p-w-r .pr-review-display .pr-rd-main-header .pr-review-filter-info-bar {
    width: 100%;
  }
}
.p-w-r .pr-review-display .pr-rd-main-header .pr-review-filter-info-bar .pr-review-filter-headline {
  font-size: 1rem;
}

.pr-review .pr-rd-review-service p {
  font-size: 1rem !important;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pr-review .pr-rd-description div.pr-rd-side-content-block {
    position: relative !important;
    right: 0% !important;
    padding: 0 !important;
    right: 0% !important;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pr-review .pr-rd-description div.pr-rd-side-content-block {
    position: relative !important;
    right: 0% !important;
    padding: 0 !important;
    right: 0% !important;
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pr-review .pr-rd-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .pr-review .pr-rd-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.pr-review .pr-rd-description .pr-rd-description-text {
  padding: 0.25rem 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pr-review .pr-rd-description .pr-rd-description-text {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .pr-review .pr-rd-description .pr-rd-description-text {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.pr-review .pr-rd-description .pr-rd-review-product {
  color: var(--color-gray600) !important;
  font-weight: 400 !important;
  margin-bottom: 1rem !important;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-side-content-block, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-side-content-block,
  .p-w-r .pr-review-display .pr-rd-inner-side-content-block {
    width: 100%;
    position: relative;
    right: 0 !important;
    padding: 0 !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .p-w-r .pr-read-review.pr-rd-display-desktop .pr-rd-content-block, .p-w-r .pr-read-review.pr-rd-display-tablet .pr-rd-content-block, .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-content-block, .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-content-block {
    width: 100%;
  }
}

.p-w-r .pr-review-display strong {
  color: var(--color-black);
}
.p-w-r .pr-review-display .pr-rd-reviewer-details p span, .p-w-r .pr-review-display .pr-rd-reviewer-details p time {
  color: var(--color-gray600) !important;
  font-size: 1rem;
}
.p-w-r .pr-review-display dt {
  color: var(--color-black);
  font-size: 1rem !important;
  padding: 0.5rem 1rem;
  background: var(--color-gray200);
}
.p-w-r .pr-review-display dd {
  color: var(--color-black) !important;
  font-size: 1rem !important;
  padding: 0.25rem 1rem !important;
}
.p-w-r .pr-review-display .pr-rd-review-tag dt {
  padding: 0.5rem 1rem !important;
  background-color: var(--color-gray200) !important;
  color: var(--color-black) !important;
  font-size: 1rem !important;
}
.p-w-r .pr-review-display .pr-rd-review-tag dd {
  padding: 0.25rem 1rem !important;
  color: var(--color-black) !important;
  font-size: 1rem !important;
}
.p-w-r .pr-review-display .pr-rd-def-list {
  margin-bottom: 1rem !important;
}
@media only screen and (max-width: 768px) {
  .p-w-r .pr-review-display .pr-rd-def-list {
    display: block;
  }
}
.p-w-r .pr-review-display .pr-rd-def-list dt {
  background-color: var(--color-white) !important;
}
@media only screen and (max-width: 768px) {
  .p-w-r .pr-review-display .pr-rd-def-list dt {
    display: block;
    padding: 0.5rem 1rem !important;
    height: auto;
    background-color: var(--color-gray200) !important;
  }
}
.p-w-r .pr-review-display .pr-rd-def-list dd {
  padding: 0 0.938rem 0 0 !important;
}
@media only screen and (max-width: 768px) {
  .p-w-r .pr-review-display .pr-rd-def-list dd {
    display: block;
    height: auto;
    padding: 0.25rem 1rem !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .p-w-r .pr-review-display .pr-rd-badging-text {
    display: inline-block;
  }
}
.p-w-r .pr-review-display .pr-accordion .pr-accordion-btn span {
  color: var(--color-error400) !important;
}

.p-w-r .pr-filter-btn--button:hover .pr-cross-icon__line {
  stroke: var(--color-gray600) !important;
}
.p-w-r .pr-review-display .pr-rd-sort {
  border: 1px solid var(--color-gray300) !important;
}
.p-w-r .pr-review-display .pr-review span.pr-rd-badging-text {
  color: var(--color-gray600) !important;
}
.p-w-r .pr-review-display .pr-badging-icon svg circle {
  fill: #21a178;
}
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-review-total {
  font-size: 1rem;
  font-weight: 500;
}
.p-w-r .pr-review-snapshot .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal {
  color: var(--color-black);
  font-size: 1.875rem !important;
}
.p-w-r .pr-snippet-reco-to-friend .pr-checkbox-icon svg circle {
  fill: #21a178;
}
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input {
  height: 40px !important;
  border: 1px solid var(--color-gray300) !important;
  font-size: 1rem;
}
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input::-moz-placeholder {
  color: var(--color-gray600);
}
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input::-webkit-input-placeholder {
  color: var(--color-gray600);
}
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input:-ms-input-placeholder {
  color: var(--color-gray600);
}
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input::-ms-input-placeholder {
  color: var(--color-gray600);
}
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input::placeholder {
  color: var(--color-gray600);
}
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input button,
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .button.black,
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .button.red,
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .button.white.invert, .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input:focus + button {
  height: 40px !important;
  background-color: #f3f3f4 !important;
  border: 1px solid var(--color-gray300) !important;
}
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input + button span svg path,
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input + .button.black span svg path,
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input + .button.red span svg path,
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input + .button.white.invert span svg path, .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input:focus + button span svg path {
  fill: var(--color-black);
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars {
  height: 40px;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars .pr-histogram-label {
  color: var(--color-black) !important;
  font-weight: 500 !important;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars .pr-histogram-count {
  color: var(--color-black) !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
}

#pr-reviewdisplay .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span {
  font-size: 1rem !important;
  color: var(--color-gray600) !important;
}
@media only screen and (max-width: 768px) {
  #pr-reviewdisplay .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write span:before {
    width: 0;
  }
}

.p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-0-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-25-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-50-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-75-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-100-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-selected, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-25-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-50-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-75-filled, .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-100-filled {
  width: 20px;
  height: 20px;
}

.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-1 .pr-histogram-count, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-1 .pr-histogram-label, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-1:hover .pr-histogram-count, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-1:hover .pr-histogram-label, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-2 .pr-histogram-count, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-2 .pr-histogram-label, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-2:hover .pr-histogram-count, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-2:hover .pr-histogram-label, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-3 .pr-histogram-count, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-3 .pr-histogram-label, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-3:hover .pr-histogram-count, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-3:hover .pr-histogram-label, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-4 .pr-histogram-count, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-4 .pr-histogram-label, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-4:hover .pr-histogram-count, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-4:hover .pr-histogram-label, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-5 .pr-histogram-count, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-5 .pr-histogram-label, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-5:hover .pr-histogram-count, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-5:hover .pr-histogram-label {
  color: var(--color-black) !important;
}

.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input:active + button.pr-rd-search-filled span svg path,
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input:active + .pr-rd-search-filled.button.black span svg path,
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input:active + .pr-rd-search-filled.button.red span svg path,
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input:active + .pr-rd-search-filled.button.white.invert span svg path, .p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input:focus + button.pr-rd-search-filled span svg path,
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input:focus + .pr-rd-search-filled.button.black span svg path,
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input:focus + .pr-rd-search-filled.button.red span svg path,
.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input input:focus + .pr-rd-search-filled.button.white.invert span svg path {
  fill: var(--color-black) !important;
}

.p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-main-header-with-filters .pr-rd-review-total, .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-main-header-with-filters .pr-rd-review-total {
  margin-top: 0.75rem;
}

.p-w-r .pr-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-clear-button .pr-cross-icon__line {
  stroke: var(--color-gray600) !important;
}

.pr-review-snapshot-block.pr-review-snapshot-block-pros, .pr-review-snapshot-block.pr-review-snapshot-block-cons {
  display: none !important;
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-block {
  width: 100% !important;
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-faceoff, .pr-review-engine .pr-review-faceoff {
  display: none !important;
}

.p-w-r .pr-rd-flag-review-btn {
  color: var(--color-error400);
}

.p-w-r .pr-review-display .pr-rd-header.pr-rd-content-block {
  margin-bottom: 0.313rem;
}

.pt_product-compare .pr-category-snippet__total.pr-category-snippet__item {
  font-size: 0.875rem !important;
}

body .p-w-r .pr-category-snippet__total {
  vertical-align: baseline;
}

@media only screen and (max-width: 768px) {
  .p-w-r .pr-review-snapshot .pr-review-snapshot-msq-container {
    padding: 0.75rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-w-r .pr-qa-display .pr-qa-display-question {
    padding: 0.75rem;
    margin-bottom: 0.938rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-w-r .pr-qa-display .pr-btn-ask-question {
    margin: 0 0 1.25rem 2.438rem;
  }
}

#pr-reviewdisplay {
  padding: 0.625rem;
  padding-top: 3rem;
}

.power-review-contanier .pr-ggl_show-more-btn-container {
  color: #1675E0 !important;
}
.power-review-contanier .pr-ggl_show-more-btn-container .pr-ellipsis-icon {
  background-color: #1675E0 !important;
}
.power-review-contanier .pr-ggl_show-more-btn-container .pr-ellipsis-icon .pr-ellipsis-icon__circle__outer, .power-review-contanier .pr-ggl_show-more-btn-container .pr-ellipsis-icon .pr-ellipsis-icon__circle__inner {
  stroke: #1675E0 !important;
}

body .p-w-r .pr-star-v4-0-filled {
  background-image: url("../images/reviews/star0.svg");
}
body .p-w-r .pr-star-v4-25-filled {
  background-image: url("../images/reviews/star25.svg");
}
body .p-w-r .pr-star-v4-50-filled {
  background-image: url("../images/reviews/star50.svg");
}
body .p-w-r .pr-star-v4-75-filled {
  background-image: url("../images/reviews/star75.svg");
}
body .p-w-r .pr-star-v4-100-filled {
  background-image: url("../images/reviews/star100.svg");
}
body .p-w-r .pr-rid .pr-rid-tile {
  border-radius: 0.188rem;
}
body .p-w-r .pr-rid .pr-rid-btn-container {
  color: var(--color-black) !important;
}
body .p-w-r .pr-rid .pr-rid-btn-container .pr-rid-btn {
  color: var(--color-black) !important;
}
body .p-w-r .pr-rid .pr-rid-btn-container .pr-rid-btn .pr-ellipsis-icon {
  background-color: var(--color-black);
}
body .p-w-r .pr-rid .pr-rid-btn-container .pr-rid-btn .pr-ellipsis-icon .pr-ellipsis-icon__circle {
  stroke: var(--color-black);
}
body .p-w-r .pr-rid .pr-rid-btn-container .pr-rid-btn .pr-rid-btn-text {
  color: var(--color-black);
}
body .p-w-r .pr-rid .pr-rid-btn-container:hover .pr-ellipsis-icon__circle__inner {
  fill: var(--color-white);
}
body #pdpVariation .pr-snippet-stars-png .pr-snippet-rating-decimal {
  display: none !important;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star, body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-0-filled, body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-25-filled, body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-50-filled, body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-75-filled, body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-100-filled, body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-selected, body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4, body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled, body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-25-filled, body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-50-filled, body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-75-filled, body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-100-filled {
  width: 1.25rem;
  height: 1.25rem;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-ggl .pr-ggl_image-btn {
  border-radius: 3px;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-ggl_show-more-btn-container {
  color: var(--color-black) !important;
  letter-spacing: -0.04rem;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-ggl_show-more-btn-container .pr-ggl_show-more-icon span {
  background-color: var(--color-black) !important;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-ggl_show-more-btn-container .pr-ggl_show-more-icon span .pr-ellipsis-icon__circle {
  stroke: var(--color-black) !important;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram {
  border-radius: 0.188rem;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-barValue {
  background-color: var(--color-black) !important;
  border-radius: 0.188rem;
  height: 1.688rem;
  border: 1.5px solid var(--color-gray200);
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-list-item .pr-histogram-stars:hover {
  background-color: var(--color-gray600) !important;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-list-item .pr-histogram-stars:hover .pr-histogram-label, body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-list-item .pr-histogram-stars:hover .pr-histogram-count {
  color: var(--color-white) !important;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-list-item .pr-histogram-stars:hover .pr-histogram-label {
  border-radius: 3px 0 0 3px;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-list-item .pr-histogram-stars:hover .pr-histogram-cross {
  border-radius: 0 3px 3px 0;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot-msq-container .pr-filter-btn {
  border-radius: 0.188rem;
  letter-spacing: -0.04rem;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot-msq-container .pr-filter-btn:hover .pr-filter-btn__child {
  background-color: var(--color-gray600) !important;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-snapshot-msq-container .pr-filter-btn--button-separated.pr-filter-btn--active .pr-filter-btn__child {
  background-color: var(--color-gray600) !important;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-display .pr-review {
  border-radius: 0.188rem;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-display .pr-review .pr-rd-content-block .pr-accordion-btn span {
  color: var(--color-gray600) !important;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-display .pr-review .pr-rd-content-block .pr-accordion-btn .pr-caret-icon__line {
  stroke: var(--color-gray600) !important;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action {
  width: auto;
  margin-top: 1rem;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-helpful-voting .pr-helpful-btn span {
  color: var(--color-gray600) !important;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-helpful-voting .pr-helpful-btn:hover {
  background-color: var(--color-gray200) !important;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-helpful-voting .pr-helpful-yes {
  border-radius: 3px 0 0 3px;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-helpful-voting .pr-helpful-no {
  border-radius: 0 3px 3px 0;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-flag-review-container .pr-rd-flag-review-btn {
  color: var(--color-black);
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-to-top {
  color: var(--color-black) !important;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination a {
  color: var(--color-black) !important;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-review-header-contents {
  border-radius: 0.188rem;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-review-header-contents .pr-rd-search-reviews-input input, body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-review-header-contents .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button {
  border-radius: 0.188rem;
  letter-spacing: -0.04rem;
}
body #pdpReviewsTab #pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-review-header-sorts .pr-rd-sort-group select {
  border-radius: 0.188rem;
  letter-spacing: -0.04rem;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-ask-question #pr-question-form-link {
  border: none !important;
  background-color: var(--color-gray200) !important;
  color: var(--color-black) !important;
  font-weight: 400 !important;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-ask-question #pr-question-form-link:hover {
  background-color: var(--color-gray300) !important;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-ask-question #pr-question-form-link:focus {
  border: 1px solid var(--color-gray500) !important;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-ask-question #pr-question-form-link:disabled {
  background-color: var(--color-gray300) !important;
  color: var(--color-white) !important;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-search {
  border-radius: 3px;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-search .pr-qa-display-searchbar input {
  border-radius: 3px;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-sort .pr-qa-sort-group .pr-qa-sort {
  border-radius: 3px;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist {
  border-radius: 0.188rem;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container button span,
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container .button.black span,
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container .button.red span,
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container .button.white.invert span {
  stroke: var(--color-gray500) !important;
  color: var(--color-gray500) !important;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container button .pr-cross-icon .pr-cross-icon__group,
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container .button.black .pr-cross-icon .pr-cross-icon__group,
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container .button.red .pr-cross-icon .pr-cross-icon__group,
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container .button.white.invert .pr-cross-icon .pr-cross-icon__group {
  color: var(--color-black) !important;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container button .pr-cross-icon .pr-cross-icon__group .pr-cross-icon__circle,
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container .button.black .pr-cross-icon .pr-cross-icon__group .pr-cross-icon__circle,
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container .button.red .pr-cross-icon .pr-cross-icon__group .pr-cross-icon__circle,
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container .button.white.invert .pr-cross-icon .pr-cross-icon__group .pr-cross-icon__circle, body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container button .pr-cross-icon .pr-cross-icon__group .pr-cross-icon__line,
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container .button.black .pr-cross-icon .pr-cross-icon__group .pr-cross-icon__line,
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container .button.red .pr-cross-icon .pr-cross-icon__group .pr-cross-icon__line,
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container .button.white.invert .pr-cross-icon .pr-cross-icon__group .pr-cross-icon__line {
  stroke: var(--color-black) !important;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container button .pr-qa-display-text,
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container .button.black .pr-qa-display-text,
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container .button.red .pr-qa-display-text,
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-answer-link-container .button.white.invert .pr-qa-display-text {
  color: var(--color-gray500) !important;
  letter-spacing: -0.04rem;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-show-more-answers .pr-btn-show-more .pr-caret-icon {
  color: var(--color-black) !important;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-show-more-answers .pr-btn-show-more .pr-caret-icon .pr-caret-icon__line {
  stroke: var(--color-black) !important;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-question .pr-qa-display-questionlist .pr-qa-display-show-more-answers .pr-btn-show-more .pr-qa-display-text {
  color: var(--color-black) !important;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-qa-display-show-more-questions {
  border-radius: 3px;
  letter-spacing: -0.04rem;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-helpful-btn {
  border-radius: 0.188rem;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-helpful-btn span {
  color: var(--color-gray600) !important;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-helpful-btn:hover {
  background-color: var(--color-gray200) !important;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-helpful-yes {
  border-radius: 3px 0 0 3px;
}
body #pdpQATab #pr-questiondisplay .p-w-r .pr-helpful-no {
  border-radius: 0 3px 3px 0;
}
body #pdpQATab #pr-questiondisplay .pr-qa-display-headline h1 {
  letter-spacing: -0.04rem;
}
body .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star, body .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-0-filled, body .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-25-filled, body .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-50-filled, body .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-75-filled, body .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-accessible-100-filled, body .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-selected, body .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4, body .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled, body .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-25-filled, body .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-50-filled, body .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-75-filled, body .p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-100-filled {
  width: 1.25rem;
  height: 1.25rem;
}
body .pr-review-snapshot-custom .pr-subheadline a {
  color: var(--color-black);
}
body #pr-write .pr-header .pr-header-product-name .pr-underline {
  color: var(--color-gray500) !important;
}
body #pr-write .p-w-r .pr-required-indicator {
  color: var(--color-error400) !important;
}
body #pr-write .pr-submit .pr-subscript a {
  color: var(--color-gray500) !important;
}
body #pr-write .pr-submit .pr-btn-review {
  background-color: var(--color-black) !important;
  border-radius: 0.188rem;
}
body #pr-write .pr-submit .pr-btn-review:hover {
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
  border: 2px solid var(--color-black) !important;
  border-radius: 0.188rem;
}
body #pr-write .pr-submit .pr-btn-review:focus {
  border: 2px solid var(--color-gray400) !important;
}
body #pr-write .pr-submit .pr-btn-review:disabled {
  background-color: var(--color-gray300) !important;
}
body .pt_product-search-result .pr-review-block .pr-snippet-rating-decimal {
  display: inline-block !important;
  border: 1px solid var(--color-gray300);
  border-radius: 0.188rem;
  color: var(--color-gray500);
  font-size: 0.875rem !important;
  line-height: 1.4;
  margin: 0;
}
body .pt_product-search-result .pr-review-block .pr-category-snippet__total {
  color: var(--color-black);
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}

#search-result-items .pr-review-block .p-w-r .pr-category-snippet {
  margin: 0;
}

.pt_blog .blog-explore {
  padding: 1.063rem 2.5rem 1.063rem 1.25rem;
  text-transform: uppercase;
  background: url(../images/arrow-prodline-down.png) no-repeat 95% center #e7e8e9;
  border-bottom: 1px solid var(--color-gray300);
  font: 0.75rem "Rauschen A", sans-serif;
  font-weight: 500;
}
.pt_blog .blog-explore {
  -webkit-box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2);
  -o-box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2);
  box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2);
}
.pt_blog .blog-explore.open {
  background-image: url(../images/arrow-prodline-up.png);
}
.pt_blog .blog-nav {
  background: #e7e8e9;
}
.pt_blog .blog-nav {
  -webkit-box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2);
  -o-box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2);
  box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2);
}
.pt_blog .blog-nav ul.blog-top-level {
  list-style-type: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pt_blog .blog-nav ul.blog-top-level {
    width: 100%;
    text-align: left;
    display: none;
  }
  .pt_blog .blog-nav ul.blog-top-level.active {
    display: block;
  }
}
.pt_blog .blog-nav ul.blog-top-level > li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 -0.25rem;
  background: url(../images/arrow-prodline-down.png) no-repeat 85% center;
  cursor: pointer;
  text-transform: uppercase;
  padding: 1.063rem 2.5rem 1.063rem 1.25rem;
  text-decoration: none;
  font: 0.875rem "Rauschen A", sans-serif;
  color: var(--color-gray600);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .pt_blog .blog-nav ul.blog-top-level > li {
    padding-right: 1.25rem;
    background-position: 95% center;
    border-bottom: 1px solid var(--color-gray300);
    font: 0.75rem "Rauschen A", sans-serif;
    color: var(--color-gray600);
    font-weight: 500;
  }
}
.pt_blog .blog-nav ul.blog-top-level > li:hover {
  background: url(../images/arrow-prodline-down.png) no-repeat 85% center var(--color-white);
  color: var(--color-error400);
}
.pt_blog .blog-nav ul.blog-top-level > li:hover {
  -webkit-box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2);
  -o-box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2);
  box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2);
}
@media only screen and (max-width: 768px) {
  .pt_blog .blog-nav ul.blog-top-level > li:hover {
    background-position: 95% center;
  }
}
.pt_blog .blog-nav ul.blog-top-level > li.active-cat {
  color: var(--color-error400);
}
.pt_blog .blog-nav ul.blog-top-level > li.active {
  background: url(../images/arrow-prodline-up.png) no-repeat 85% center var(--color-white);
  color: var(--color-error400);
}
.pt_blog .blog-nav ul.blog-top-level > li.active {
  -webkit-box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2);
  -o-box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2);
  box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2);
}
@media only screen and (max-width: 768px) {
  .pt_blog .blog-nav ul.blog-top-level > li.active {
    background-position: 95% 17px;
  }
}
.pt_blog .blog-nav ul.blog-top-level > li.active ul.blog-sub-level {
  display: block;
}
.pt_blog .blog-nav ul.blog-top-level > li.blog-insider {
  margin-left: -1%;
  padding-right: 1.563rem;
  padding-left: 0;
  cursor: default;
  background: none;
}
.pt_blog .blog-nav ul.blog-top-level > li.blog-insider:hover, .pt_blog .blog-nav ul.blog-top-level > li.blog-insider:active {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pt_blog .blog-nav ul.blog-top-level > li.blog-insider.active-cat a {
  color: var(--color-error400);
}
.pt_blog .blog-nav ul.blog-top-level > li.blog-insider a {
  text-decoration: none;
  font: 0.875rem "Rauschen A", sans-serif;
  color: var(--color-gray600);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .pt_blog .blog-nav ul.blog-top-level > li.blog-insider {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pt_blog .blog-nav ul.blog-top-level > li {
    display: block;
    margin-left: 0;
  }
}
.pt_blog .blog-nav ul.blog-top-level > li > a {
  display: block;
}
.pt_blog ul.blog-sub-level {
  display: none;
  list-style-type: none;
  position: absolute;
  top: 51px;
  left: 0;
  right: -50px;
  margin: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .pt_blog ul.blog-sub-level {
    position: relative;
    top: 0;
    padding: 0;
  }
}
.pt_blog ul.blog-sub-level > li {
  list-style: none;
  display: block;
  margin: 0;
  background: var(--color-white);
  border-bottom: 1px solid var(--color-gray300);
}
@media only screen and (max-width: 768px) {
  .pt_blog ul.blog-sub-level > li {
    text-align: center;
  }
}
.pt_blog ul.blog-sub-level > li a {
  display: block;
  padding: 1em 0.625rem 1em 1.563rem;
  font: 0.875rem "Rauschen A", sans-serif;
  color: var(--color-gray600);
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .pt_blog ul.blog-sub-level > li a {
    font: 0.75rem "Rauschen A", sans-serif;
    color: var(--color-gray600);
  }
}
.pt_blog .blog-header {
  margin: 0 0 3em;
  text-align: center;
}
.pt_blog .blog-header img {
  width: 100% !important;
  height: auto !important;
}
.pt_blog .blog-header h1 {
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .pt_blog .blog-header h1 {
    font-size: 2.188rem;
  }
}
.pt_blog .blog-body {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 2%;
}
@media only screen and (max-width: 768px) {
  .pt_blog .blog-body {
    max-width: 94%;
    padding: 0 3%;
  }
}
.pt_blog h3 {
  font-family: "Rauschen A", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  margin: 0.5em 0 0.2em;
}
@media only screen and (max-width: 768px) {
  .pt_blog h3 {
    font-size: 1.25rem;
  }
}
.pt_blog h3 a {
  text-decoration: none;
}
.pt_blog .article-guts {
  padding: 0 0 1em 1.875rem;
  margin: 0 0 1em;
  border-bottom: 1px solid var(--color-gray300);
}
.pt_blog .article-guts > a img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .pt_blog .article-guts {
    padding-left: 1em;
  }
}
.pt_blog .author {
  font: 0.75rem "Rauschen A", sans-serif;
  color: var(--color-gray600);
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .pt_blog .author {
    font-size: 0.625rem;
  }
}
.pt_blog .article-copy {
  margin: 1em 0 0.8em;
  line-height: 1.5rem;
  clear: both;
  width: 80%;
  font-weight: 400;
}
.pt_blog .article-copy {
  font-family: "Rauschen A", sans-serif;
}
.pt_blog .article-copy {
  font-size: 1rem;
}
.pt_blog .article-copy {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .pt_blog .article-copy {
    margin: 1em 0;
    width: 100%;
    font-size: 0.813rem;
    line-height: 1.125rem;
  }
}
.pt_blog .blogCTA {
  color: var(--color-error400);
  font: 1rem "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .pt_blog .blogCTA {
    font-size: 0.813rem;
    line-height: 1.125rem;
  }
}
.pt_blog .next-prev-pages {
  list-style-type: none;
  max-width: 94%;
  margin: 1em auto;
  padding: 1em 3%;
  font-family: "Rauschen A", sans-serif;
  font-size: 1.125rem;
  text-transform: none;
  font-weight: 500;
  text-align: right;
  border-top: 1px solid var(--color-gray300);
  border-bottom: 1px solid var(--color-gray300);
}
@media only screen and (max-width: 768px) {
  .pt_blog .next-prev-pages {
    font-size: 0.875rem;
  }
}
.pt_blog .next-prev-pages li {
  display: inline-block;
}
.pt_blog .next-prev-pages li.nxtprv a {
  text-decoration: none;
}
.pt_blog .next-prev-pages li.nxtprv a:hover {
  color: var(--color-error400);
}
.pt_blog .next-prev-pages li.nxtprv a:hover svg {
  fill: var(--color-error400);
}
.pt_blog .next-prev-pages li.nxtprv span {
  display: inline-block;
  padding: 0.05em 0.5em 0.4em;
}
.pt_blog .next-prev-pages li.nxtprv span.article-arrow {
  border: 1px solid var(--color-gray300);
}
.pt_blog .next-prev-pages li.prev {
  float: left;
}
.pt_blog .blogPaging {
  list-style-type: none;
  max-width: 1040px;
  margin: 1em auto 2em;
  padding: 0;
  font-family: "Rauschen A", sans-serif;
  font-size: 1.125rem;
  text-align: right;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .pt_blog .blogPaging {
    max-width: 94%;
    padding: 0 3%;
  }
}
.pt_blog .blogPaging li {
  display: inline-block;
  padding: 0 0 0 0.3em;
}
.pt_blog .blogPaging li.active a {
  color: var(--color-error400);
}
.pt_blog .blogPaging li.active span {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .pt_blog .blogPaging li:not(.nxtprv) {
    display: none;
  }
}
.pt_blog .blogPaging li.nxtprv {
  padding: 0.05em 0.5em 0.3em;
  border: 1px solid var(--color-gray300);
}
.pt_blog .blogPaging li.nxtprv.prev {
  margin-right: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .pt_blog .blogPaging li.nxtprv.prev {
    float: left;
  }
}
.pt_blog .blogPaging li.nxtprv.next {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .pt_blog .blogPaging li.nxtprv.next {
    float: right;
  }
}
.pt_blog .blogPaging li a {
  text-decoration: none;
}
.pt_blog .blogPaging li a span {
  padding-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .pt_blog .blogPaging span {
    display: none;
  }
}
.pt_blog .blog-article h1 {
  margin: 0.5em 0 0.2em;
}
.pt_blog .blog-article .author-share {
  margin-bottom: 1.5em;
}
.pt_blog .blog-article .article-guts {
  border: none;
}
.pt_blog .blog-social {
  list-style-type: none;
  margin: 1.2em 0 0;
  padding: 0;
}
.pt_blog .blog-social li {
  display: inline-block;
  margin-right: 0.938rem;
  vertical-align: top;
}

/**
 * Reset default styles for form errors.
 */
.email-signup form.email-signup-form,
.email-signup form.email-signup-form.error {
  border: 0;
}
.email-signup form.email-signup-form input.emailform.error,
.email-signup form.email-signup-form.error input.emailform.error {
  font-style: normal;
  color: #000000;
  border: 0;
}
.email-signup form.email-signup-form[aria-hidden=true],
.email-signup form.email-signup-form.error[aria-hidden=true] {
  display: none;
}
.email-signup .email-signup-error,
.email-signup .email-signup-success {
  display: none;
}
.email-signup .email-signup-error[aria-hidden=true],
.email-signup .email-signup-success[aria-hidden=true] {
  display: none;
}
.email-signup .email-signup-error[aria-hidden=false],
.email-signup .email-signup-success[aria-hidden=false] {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-privacy-terms {
  margin: 0 auto;
  margin-top: 0.938rem;
  line-height: normal;
  font-size: 0.88rem;
}

@media only screen and (min-width: 1200px) {
  .main-nav {
    max-width: 1920px;
    min-width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav div.search {
    position: relative;
    z-index: 99;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .logo img {
    padding-left: 0.938rem;
    height: 0.9375rem;
    width: auto;
  }
}
.main-nav .utility-nav .navbar-toggle {
  background: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .navbar-toggle {
    margin-left: 0.25rem;
  }
}
.main-nav .utility-nav .navbar-toggle .fas, .main-nav .utility-nav .navbar-toggle .fa-solid {
  font-size: 1.5rem;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.2s, opacity 0.5s linear;
  transition: visibility 0.2s, opacity 0.5s linear;
}
.main-nav .utility-nav .navbar-toggle .fa-solid.fa-bars, .main-nav .utility-nav .navbar-toggle .fas.fa-bars {
  top: 11px;
  left: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}
.main-nav .utility-nav .navbar-toggle .fa-solid.fa-xmark, .main-nav .utility-nav .navbar-toggle .fas.fa-times {
  top: 9px;
  left: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 1;
  visibility: visible;
}
.main-nav .utility-nav .navbar-toggle:focus, .main-nav .utility-nav .navbar-toggle:hover {
  background: transparent;
}
.main-nav .utility-nav .navbar-toggle.collapsed .fa-solid.fa-xmark, .main-nav .utility-nav .navbar-toggle.collapsed .fas.fa-times {
  opacity: 0;
  visibility: hidden;
}
.main-nav .utility-nav .navbar-toggle.collapsed .fa-solid.fa-bars, .main-nav .utility-nav .navbar-toggle.collapsed .fas.fa-bars {
  opacity: 1;
  visibility: visible;
}
.main-nav .utility-nav .search-section {
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .search-section {
    width: 100vw;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .utility-nav .search-section.desktop {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .utility-nav .search-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .search-section {
    width: 100%;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: fixed;
    z-index: 10000 !important;
    top: 0;
    left: 0;
    background-color: rgba(20, 20, 20, 0.5);
  }
  .main-nav .utility-nav .search-section.active {
    opacity: 1;
    height: 110%;
  }
  .main-nav .utility-nav .search-section .overlay-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--color-white);
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .main-nav .utility-nav .search-section .overlay-content .mobile-search {
    width: 100%;
  }
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper {
    padding: 1.5rem 1rem;
    overflow: scroll;
    height: 100vh;
    top: 75px !important;
    left: 0 !important;
    width: auto !important;
    border: 0 solid #e2e8f0 !important;
    border-top-width: 1px !important;
  }
}
@media only screen and (max-width: 768px) and (min-device-width: 320px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper {
    height: calc(95vh - 73px);
  }
}
@media only screen and (max-width: 768px) and (min-device-width: 320px) and (max-device-width: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper {
    height: 67vh;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper .product-suggestions .search-phrase {
    text-align: left;
    margin: 0 0 0.5rem;
    color: var(--color-gray600);
  }
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper .product-suggestions .search-phrase .match {
    font-style: italic;
  }
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper .phrase-suggestions {
    text-align: left;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper .invalid-search {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .search-section .overlay-content .mobile-search input[type=text] {
    border-color: var(--color-gray300);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right: none;
    padding-right: 2.5rem;
  }
  .main-nav .utility-nav .search-section .overlay-content .mobile-search input[type=text]:focus {
    outline-style: solid;
    outline-width: thin;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .main-nav .utility-nav .search-section .overlay-content .mobile-search input[type=text]:invalid + input[type=reset].clear-icon,
  .main-nav .utility-nav .search-section .overlay-content .mobile-search input[type=text]:invalid + span.error + input[type=reset].clear-icon {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .search-section .overlay-content .mobile-search input[type=reset].clear-icon {
    height: 35px;
    width: 35px;
    background-color: transparent;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yMi4yNDUsNC4wMTVjMC4zMTMsMC4zMTMsMC4zMTMsMC44MjYsMCwxLjEzOWwtNi4yNzYsNi4yN2MtMC4zMTMsMC4zMTItMC4zMTMsMC44MjYsMCwxLjE0bDYuMjczLDYuMjcyICBjMC4zMTMsMC4zMTMsMC4zMTMsMC44MjYsMCwxLjE0bC0yLjI4NSwyLjI3N2MtMC4zMTQsMC4zMTItMC44MjgsMC4zMTItMS4xNDIsMGwtNi4yNzEtNi4yNzFjLTAuMzEzLTAuMzEzLTAuODI4LTAuMzEzLTEuMTQxLDAgIGwtNi4yNzYsNi4yNjdjLTAuMzEzLDAuMzEzLTAuODI4LDAuMzEzLTEuMTQxLDBsLTIuMjgyLTIuMjhjLTAuMzEzLTAuMzEzLTAuMzEzLTAuODI2LDAtMS4xNGw2LjI3OC02LjI2OSAgYzAuMzEzLTAuMzEyLDAuMzEzLTAuODI2LDAtMS4xNEwxLjcwOSw1LjE0N2MtMC4zMTQtMC4zMTMtMC4zMTQtMC44MjcsMC0xLjE0bDIuMjg0LTIuMjc4QzQuMzA4LDEuNDE3LDQuODIxLDEuNDE3LDUuMTM1LDEuNzMgIEwxMS40MDUsOGMwLjMxNCwwLjMxNCwwLjgyOCwwLjMxNCwxLjE0MSwwLjAwMWw2LjI3Ni02LjI2N2MwLjMxMi0wLjMxMiwwLjgyNi0wLjMxMiwxLjE0MSwwTDIyLjI0NSw0LjAxNXoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 0.875rem;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 40px;
    border: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .main-nav .utility-nav .search-section .overlay-content .mobile-search input[type=reset].clear-icon {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .search-section .overlay-content .mobile-search input[type=reset].clear-icon:focus {
    outline: none;
  }
  .main-nav .utility-nav .search-section .overlay-content .mobile-search span.error {
    display: none !important;
  }
  .main-nav .utility-nav .search-section .overlay-content .mobile-search button,
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .button.black,
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .button.red,
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .button.white.invert {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-color: var(--color-gray300);
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    background: none;
    border-style: solid;
    border-left: none;
  }
  .main-nav .utility-nav .search-section .overlay-content .close-btn {
    padding-right: 0.3rem;
    display: grid;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    cursor: pointer;
  }
  .main-nav .utility-nav .search-section .overlay-content .close-btn img {
    width: inherit;
    height: 14px;
    font-size: 1rem;
  }
}
.main-nav .utility-nav .search-section .overlay-content .mobile-search input[type=text] {
  height: 34px;
  border-radius: 3px 0 0 3px;
  font-size: 0.813rem;
  padding: 0.4rem 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .search-section .overlay-content .mobile-search input[type=text]:focus {
    outline: none;
  }
}
.main-nav .utility-nav .search-scree2 .overlay-content .mobile-search button,
.main-nav .utility-nav .search-scree2 .overlay-content .mobile-search .button.black,
.main-nav .utility-nav .search-scree2 .overlay-content .mobile-search .button.red,
.main-nav .utility-nav .search-scree2 .overlay-content .mobile-search .button.white.invert {
  border-radius: 0 3px 3px 0;
}
.main-nav .utility-nav .search-section.error .overlay-content .mobile-search button,
.main-nav .utility-nav .search-section.error .overlay-content .mobile-search .button.black,
.main-nav .utility-nav .search-section.error .overlay-content .mobile-search .button.red,
.main-nav .utility-nav .search-section.error .overlay-content .mobile-search .button.white.invert {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .navbar-collapse {
    z-index: 9;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .nav.navbar-nav {
    padding: 0;
    margin: 0;
    padding-bottom: 6rem;
  }
}
.main-nav .category-nav a.moveto-back,
.main-nav .category-nav .moveto-cat-2 {
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem 0 2rem;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.main-nav .category-nav a.moveto-back i,
.main-nav .category-nav .moveto-cat-2 i {
  font-size: 0.6rem;
  margin: 0 0.625rem 0 0;
  position: relative;
  top: -2px;
}
.main-nav .category-nav a.moveto-back:hover,
.main-nav .category-nav .moveto-cat-2:hover {
  color: var(--color-gray600);
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav a.moveto-back {
    display: none;
  }
}
.main-nav .category-nav .cat-block {
  text-align: center;
}
.main-nav .category-nav .cat-block a {
  text-decoration: none;
}
.main-nav .category-nav .cat-block a:hover .cat-items {
  border: 1px solid var(--color-gray300);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-nav .category-nav .cat-block a:not(.button) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-nav .category-nav .cat-block .dropdown-toggle {
  text-decoration: none;
}
.main-nav .category-nav .cat-block .shop-link {
  display: block;
  margin: 0.313rem 0;
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .cat-block .shop-link {
    margin: 1.5rem 0 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .cat-block .shop-link {
    margin-top: 1.5rem;
  }
}
.main-nav .category-nav .cat-block .cat-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem;
  border-radius: 3px;
  background: var(--color-gray200);
  margin-bottom: 0.5rem;
  border: 1px solid transparent;
}
.main-nav .category-nav .cat-block .cat-items .cat-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-nav .category-nav .cat-block .cat-items .cat-pic {
  padding-right: 0.625rem;
  width: 75px;
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .cat-block .cat-items .cat-pic {
    width: 50px;
  }
}
.main-nav .category-nav .cat-block .cat-items .cat-pic img {
  width: 75px;
  height: 75px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .cat-block .cat-items .cat-pic img {
    width: 50px;
    height: 50px;
  }
}
.main-nav .category-nav .cat-block .cat-items .cat-names {
  font-size: 0.75rem;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 235px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .cat-block .cat-items .cat-names {
    min-width: 180px;
  }
}
@media only screen and (max-width: 375px) {
  .main-nav .category-nav .cat-block .cat-items .cat-names {
    min-width: 200px;
  }
}
.main-nav .category-nav .cat-block .cat-items .cat-names span {
  display: block;
  padding: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 500;
  border: 0;
}
.main-nav .category-nav .cat-block .cat-items .cat-next {
  margin-right: 0.625rem;
  text-decoration: none;
}
.main-nav .category-nav .cat-block .cat-items .cat-next i.fas {
  font-size: 0.7rem;
  display: block;
}
.main-nav .category-nav .cat-block .cat-links {
  font-size: 1rem;
  text-decoration: underline;
  margin-top: 1rem;
  display: block;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .cat-block .cat-links {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.main-nav .category-nav .cat-block .cat-links i {
  font-size: 0.875rem;
  color: var(--color-gray600);
  margin-left: 1rem;
}
.main-nav .category-nav .cat-block .cat-links:hover {
  color: var(--color-blue400);
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar-default .navbar-outer {
    max-width: 95vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .navbar-default .navbar-outer {
    padding-top: 1rem;
    padding-bottom: 6rem;
    height: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar-default .navbar-outer.active {
    overflow: initial;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar-default .navbar-outer.active .navbar-nav {
    height: 100vh;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav .category-nav .navbar-default .navbar-nav {
    max-width: 1920px;
    min-width: 1200px;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar-default .navbar-nav {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
    margin-bottom: -3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar-default .navbar-nav:hover {
    height: 100vh;
  }
}
.main-nav .category-nav .navbar-default .navbar-nav > li {
  white-space: normal;
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar-default .navbar-nav > li {
    float: none;
    display: inline-block;
  }
}
.main-nav .category-nav .navbar-default .navbar-nav li.nav-item:nth-child(-n+4) .dropdown-menu {
  left: 0;
  right: auto;
}
.main-nav .category-nav .navbar-default .navbar-nav li.nav-item:nth-child(n+5) .dropdown-menu {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .navbar-default .navbar-nav .nav-item.open .dropdown-menu {
    height: auto;
  }
}
.main-nav .category-nav .navbar-default .navbar-nav .dropdown-menu {
  position: absolute;
  top: 0;
  width: 100%;
  background: white;
  width: calc(100% - 2rem);
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .navbar-default .navbar-nav .dropdown-menu {
    height: 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar-default .navbar-nav .dropdown-menu {
    width: 358px;
    overflow: hidden;
    overflow-y: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 10px 8px 2px;
            box-shadow: rgba(0, 0, 0, 0.05) 0 10px 8px 2px;
    border-radius: 0 0 3px 3px;
    left: 0;
    min-height: 200px;
    max-height: 600px;
    padding: 1.5rem;
  }
}
.main-nav .category-nav .navbar-default .navbar-nav .dropdown-menu .dropdown-menu {
  -webkit-transform: translate3d(105%, 0, 0);
          transform: translate3d(105%, 0, 0);
}
.main-nav .category-nav .navbar-default .navbar-nav .dropdown-menu .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.main-nav .category-nav .navbar-default .navbar-nav .collapse-submenu {
  display: block;
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar-default .navbar-nav .collapse-submenu {
    display: none;
  }
}
.main-nav .category-nav .navbar-default .navbar-nav .collapse-submenu.open {
  display: block;
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar-default .navbar-nav li.nav-item {
    top: -2px;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar-default .navbar-nav li.nav-item:hover a.nav-link {
    background-color: var(--color-gray200);
  }
}
.main-nav .category-nav .navbar-default .navbar-nav li.nav-item a.nav-link {
  color: #000000;
  font-family: "Rauschen A";
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  padding: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .navbar-default .navbar-nav li.nav-item a.nav-link {
    font-size: 1.5rem;
    padding: 0.8rem 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav .category-nav .navbar-default .navbar-nav li.nav-item a.nav-link {
    padding: 1rem 2rem;
  }
}
.main-nav .category-nav .navbar-default .navbar-nav li.nav-item a.nav-link i {
  font-size: 0.8rem;
  position: relative;
  top: -1px;
  margin-left: 1.25rem;
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar-default .navbar-nav li.nav-item a.nav-link i {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .navbar-default .navbar-nav li.nav-item a.nav-link.d-none {
    display: none !important;
  }
}
.main-nav .category-nav .navbar-default .navbar-nav li.nav-item .click-tap {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .navbar-default .navbar-nav li.nav-item.open {
    position: static;
  }
}
.main-nav .category-nav .navbar-default .navbar-toggle {
  background: transparent;
  border: 0;
  width: 38px;
  height: 38px;
}
.main-nav .category-nav .navbar-default .navbar-toggle .fas {
  font-size: 1.5rem;
}
.main-nav .category-nav .navbar-default .navbar-toggle .fa-solid.fa-bars, .main-nav .category-nav .navbar-default .navbar-toggle .fas.fa-bars {
  display: none;
  font-size: 1.188rem;
  font-weight: 500;
}
.main-nav .category-nav .navbar-default .navbar-toggle .fa-solid.fa-xmark, .main-nav .category-nav .navbar-default .navbar-toggle .fas.fa-times {
  font-size: 1.4rem;
  font-weight: 400;
}
.main-nav .category-nav .navbar-default .navbar-toggle:focus, .main-nav .category-nav .navbar-default .navbar-toggle:hover {
  background: transparent;
}
.main-nav .category-nav .navbar-default .navbar-toggle.collapsed .fa-solid.fa-xmark, .main-nav .category-nav .navbar-default .navbar-toggle.collapsed .fas.fa-times {
  display: none;
}
.main-nav .category-nav .navbar-default .navbar-toggle.collapsed .fa-solid.fa-bars, .main-nav .category-nav .navbar-default .navbar-toggle.collapsed .fas.fa-bars {
  display: block;
}
.main-nav .category-nav .header-mobile {
  overflow: inherit;
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .in .support-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-nav .category-nav .support-account-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .support-account-main {
    padding: 0 1rem;
  }
}
.main-nav .category-nav .support-account-main .content-asset {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.main-nav .category-nav .support-account {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .support-account {
    bottom: 0;
    position: fixed;
    width: calc(50vw - 1rem);
    padding: 1rem 0;
    background: var(--color-white);
  }
}
.main-nav .category-nav .support-account .mobile-account {
  margin-right: 1rem;
}
.main-nav .category-nav .support-account .mobile-account,
.main-nav .category-nav .support-account .phone-icon {
  border: 2px solid var(--color-gray200);
  border-radius: 3px;
  text-align: center;
  padding: 0.5rem;
  padding-bottom: 0.1875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.main-nav .category-nav .support-account .mobile-account a,
.main-nav .category-nav .support-account .phone-icon a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .support-account .mobile-account a,
  .main-nav .category-nav .support-account .phone-icon a {
    display: block;
  }
}
.main-nav .category-nav .support-account .mobile-account span,
.main-nav .category-nav .support-account .phone-icon span {
  font-weight: 500;
  font-size: 0.875rem;
}
.main-nav .category-nav .support-account .mobile-account span i.fas,
.main-nav .category-nav .support-account .phone-icon span i.fas {
  font-size: 1rem;
}
.main-nav .category-nav .support-account .mobile-account span:first-child,
.main-nav .category-nav .support-account .phone-icon span:first-child {
  width: auto;
  display: block;
}
.main-nav .category-nav .support-account .phone-icon span i {
  font-size: 0.95rem;
}
.main-nav .category-nav .overlay-nav-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  opacity: 0;
  display: none;
}
.main-nav .category-nav .overlay-nav-menu.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  display: block;
}
.main-nav .category-nav .show-acc .bowflex-icon img {
  width: 25px;
  margin-right: 0.313rem;
}
.main-nav .category-nav .show-acc .jrny-icon img {
  width: 14px;
  position: relative;
  top: 2px;
  margin-right: 0.313rem;
}
.main-nav .category-nav .show-acc .jrny-icon .fa-external-link {
  font-size: 0.875rem;
  color: var(--color-gray600);
  margin-left: 0.625rem;
}
.main-nav .category-nav .show-acc-support {
  background: var(--color-white);
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  z-index: 9;
  opacity: 0;
  height: 0;
}
.main-nav .category-nav .show-acc-support.show-menu-options {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.main-nav .category-nav .show-acc-support.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  height: auto;
}
.main-nav .category-nav .show-acc-support .head {
  background: var(--color-gray200);
  padding: 1rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.main-nav .category-nav .show-acc-support .head a.close-menu-from-bottom {
  float: right;
  font-size: 1.4rem;
  position: relative;
  top: -9px;
  right: 0.625rem;
  text-decoration: none;
}
.main-nav .category-nav .show-acc-support ul {
  padding: 0 2.5rem;
  margin: 0 0 0.5rem 0;
}
.main-nav .category-nav .show-acc-support ul li {
  display: block;
  border-bottom: 1px solid var(--color-gray200);
  padding: 0.625rem 0;
}
.main-nav .category-nav .show-acc-support ul li:last-child {
  border: 0;
}
.main-nav .category-nav .show-acc-support ul li a {
  padding: 0.3125rem;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
}
.main-nav .category-nav .show-acc-support ul li a i,
.main-nav .category-nav .show-acc-support ul li a .icon.chat {
  margin-right: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .cat-2-open .nav-item > a.nav-link,
  .main-nav .category-nav .cat-2-open .support-account {
    -webkit-transform: translate3d(-210%, 0, 0);
            transform: translate3d(-210%, 0, 0);
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .category-nav .cat-2-open .navbar-outer {
    padding-bottom: 3rem;
  }
}
.main-nav .category-nav .cat-3-open a.moveto-back,
.main-nav .category-nav .cat-3-open .cat-block .level-two {
  -webkit-transform: translate3d(-105%, 0, 0);
          transform: translate3d(-105%, 0, 0);
}
.main-nav .category-nav .cat-block .level-two {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-nav .category-nav .navbar-default .navbar-nav .dropdown-menu.cat-3-open .cat-prod.open .dropdown-menu {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  top: 0;
  visibility: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar-default .navbar-nav .dropdown-menu.cat-3-open .cat-prod.open .dropdown-menu {
    height: 95%;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar .nav-item .dropdown-menu {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar .nav-item:hover .dropdown-menu,
  .main-nav .category-nav .navbar .nav-item.open .dropdown-menu {
    display: block;
    top: auto;
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar .nav-item:hover .dropdown-menu .dropdown-menu,
  .main-nav .category-nav .navbar .nav-item.open .dropdown-menu .dropdown-menu {
    top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .category-nav .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper {
    top: 37px;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper {
    top: 60px !important;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .search-suggestions-container .search-suggestion-wrapper {
    height: 68.5vh;
    overflow: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .search-section button,
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .search-section .button.black,
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .search-section .button.red,
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .search-section .button.white.invert {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav .utility-nav .search-section .overlay-content .mobile-search .search-section input[type=reset].clear-icon {
    top: -1px;
    right: 55px;
  }
}

@media only screen and (max-width: 768px) {
  .pt_cartdesign #wrapper.pt_cart.pt_newcart .cart-action-checkout {
    z-index: 9;
  }
}

.main-nav .navbar-default .navbar-collapse {
  border-color: transparent;
}

.search-container .refinements h3 {
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  #wrapper.pt_checkout,
  #wrapper.pt_order-confirmation {
    padding: 1% !important;
  }
}

@media only screen and (max-width: 768px) {
  .main-nav .nav-items.language-tip {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .container.pt_checkout_top .main-nav .utility-nav .navbar-toggle,
  .pt_checkout_top .main-nav .utility-nav .navbar-toggle,
  .pt_finace .main-nav .utility-nav .navbar-toggle {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .container.pt_checkout_top .main-nav .utility-nav .nav-items.hidden,
  .pt_checkout_top .main-nav .utility-nav .nav-items.hidden,
  .pt_finace .main-nav .utility-nav .nav-items.hidden {
    display: inline !important;
    margin: 0 0 0 0.25rem;
  }
}
.container.pt_checkout_top .main-nav .utility-nav,
.pt_checkout_top .main-nav .utility-nav,
.pt_finace .main-nav .utility-nav {
  border-bottom: none;
}
.container.pt_checkout_top .top-banner,
.pt_checkout_top .top-banner,
.pt_finace .top-banner {
  max-width: 100%;
  padding: 0;
}
.container.pt_checkout_top .finance-header-container,
.pt_checkout_top .finance-header-container,
.pt_finace .finance-header-container {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.container.pt_checkout_top .header-search,
.pt_checkout_top .header-search,
.pt_finace .header-search {
  display: none;
}
@media only screen and (max-width: 768px) {
  .container.pt_checkout_top .main-nav .utility-nav .nav-items.support.open a.nav-item:after,
  .container.pt_checkout_top .main-nav .utility-nav .nav-items.account.open a.nav-item:after,
  .pt_checkout_top .main-nav .utility-nav .nav-items.support.open a.nav-item:after,
  .pt_checkout_top .main-nav .utility-nav .nav-items.account.open a.nav-item:after,
  .pt_finace .main-nav .utility-nav .nav-items.support.open a.nav-item:after,
  .pt_finace .main-nav .utility-nav .nav-items.account.open a.nav-item:after {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    left: 11px;
    bottom: -4px;
    border: 5px solid transparent;
    border-bottom: 8px solid var(--color-gray200);
  }
}
@media only screen and (max-width: 768px) {
  .container.pt_checkout_top .main-nav .nav-item-tooltip.tooltip .show-acc-support ul li:last-child,
  .container.pt_checkout_top .main-nav .nav-item-tooltip.tooltip .show-acc-support ul li,
  .pt_checkout_top .main-nav .nav-item-tooltip.tooltip .show-acc-support ul li:last-child,
  .pt_checkout_top .main-nav .nav-item-tooltip.tooltip .show-acc-support ul li,
  .pt_finace .main-nav .nav-item-tooltip.tooltip .show-acc-support ul li:last-child,
  .pt_finace .main-nav .nav-item-tooltip.tooltip .show-acc-support ul li {
    padding: 0.9rem 0;
  }
}
.container.pt_checkout_top .main-nav .tooltip-top:before,
.pt_checkout_top .main-nav .tooltip-top:before,
.pt_finace .main-nav .tooltip-top:before {
  top: 6px;
}
@media only screen and (max-width: 768px) {
  .container.pt_checkout_top .main-nav .utility-nav .nav-item-tooltip.tooltip,
  .pt_checkout_top .main-nav .utility-nav .nav-item-tooltip.tooltip,
  .pt_finace .main-nav .utility-nav .nav-item-tooltip.tooltip {
    left: 0;
    width: 100vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: inherit;
    margin-top: 0.24rem;
    text-align: center;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 10px 8px 2px;
            box-shadow: rgba(0, 0, 0, 0.15) 0 10px 8px 2px;
  }
}
@media only screen and (max-width: 768px) {
  .container.pt_checkout_top .main-nav .utility-nav .nav-items,
  .pt_checkout_top .main-nav .utility-nav .nav-items,
  .pt_finace .main-nav .utility-nav .nav-items {
    position: static;
  }
}
@media only screen and (max-width: 768px) {
  .container.pt_checkout_top .main-nav .utility-nav,
  .pt_checkout_top .main-nav .utility-nav,
  .pt_finace .main-nav .utility-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.container.pt_checkout_top .main-nav .category-nav,
.container.pt_checkout_top .main-nav .nav-items.language-tip,
.container.pt_checkout_top .main-nav .utility-nav .search,
.pt_checkout_top .main-nav .category-nav,
.pt_checkout_top .main-nav .nav-items.language-tip,
.pt_checkout_top .main-nav .utility-nav .search,
.pt_finace .main-nav .category-nav,
.pt_finace .main-nav .nav-items.language-tip,
.pt_finace .main-nav .utility-nav .search {
  display: none;
}
@media only screen and (max-width: 768px) {
  .container.pt_checkout_top .main-nav .utility-nav .logo img,
  .pt_checkout_top .main-nav .utility-nav .logo img,
  .pt_finace .main-nav .utility-nav .logo img {
    padding-left: 0.938rem;
    height: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .container.pt_checkout_top .main-nav .utility-nav .utilities,
  .pt_checkout_top .main-nav .utility-nav .utilities,
  .pt_finace .main-nav .utility-nav .utilities {
    padding-right: 0.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .container.pt_checkout_top .main-nav .utility-nav .nav-items .nav-item i.fa-comments,
  .pt_checkout_top .main-nav .utility-nav .nav-items .nav-item i.fa-comments,
  .pt_finace .main-nav .utility-nav .nav-items .nav-item i.fa-comments {
    font-size: 1.188rem;
  }
}
@media only screen and (max-width: 768px) {
  .container.pt_checkout_top .main-nav .utility-nav .utilities .nav-item span,
  .pt_checkout_top .main-nav .utility-nav .utilities .nav-item span,
  .pt_finace .main-nav .utility-nav .utilities .nav-item span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .container.pt_checkout_top .main-nav .utility-nav .utilities .nav-item,
  .pt_checkout_top .main-nav .utility-nav .utilities .nav-item,
  .pt_finace .main-nav .utility-nav .utilities .nav-item {
    font-size: 1rem;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-grid;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .container.pt_checkout_top .main-nav .utility-nav .utilities .nav-item i,
  .pt_checkout_top .main-nav .utility-nav .utilities .nav-item i,
  .pt_finace .main-nav .utility-nav .utilities .nav-item i {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .container.pt_checkout_top .main-nav .account .tooltip-top:before,
  .container.pt_checkout_top .main-nav .support .tooltip-top:before,
  .pt_checkout_top .main-nav .account .tooltip-top:before,
  .pt_checkout_top .main-nav .support .tooltip-top:before,
  .pt_finace .main-nav .account .tooltip-top:before,
  .pt_finace .main-nav .support .tooltip-top:before {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .no-scroll {
    overflow: hidden;
    position: static;
  }
}

.js-scrolling {
  width: 100%;
}

.main-nav .nav-item-tooltip.tooltip .show-acc-support ul li a.bowflex-icon,
.main-nav .category-nav .show-acc-support ul li a.bowflex-icon {
  background: url(../images/bowflex-bug-logo.svg) no-repeat 5px 8px;
  background-size: 0.938rem;
  padding-left: 1.875rem;
  padding-top: 0.5rem;
}
.main-nav .nav-item-tooltip.tooltip .show-acc-support ul li a.jrny-icon,
.main-nav .category-nav .show-acc-support ul li a.jrny-icon {
  background: url(../images/jrny-icon.png) no-repeat 5px 4px;
  background-size: 0.938rem 0.938rem;
  padding-left: 1.875rem;
}
.main-nav .nav-item-tooltip.tooltip .show-acc-support ul li a:hover,
.main-nav .category-nav .show-acc-support ul li a:hover {
  color: var(--color-gray600);
}

/* base styles */
/*utility sizing modifications */
/* primary conversion button */
/* secondary buttons */
/* tertiary buttons for light or dark backgrounds */
/* text link CTAs*/
.btn-sqr {
  border: 2px solid transparent;
  outline: none;
  width: 100%;
  max-width: 250px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 0.625rem 1rem;
  display: inline-block;
  border-radius: 3px;
  position: static;
  font-family: var(--bfx-fontfam-default);
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-white);
  background: var(--color-blue400);
  text-decoration: none;
  cursor: pointer;
  letter-spacing: -0.04rem;
  line-height: 1.375;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.btn-sqr img, .btn-sqr svg, .btn-sqr i {
  display: none;
}

.btn-pill {
  border: 2px solid transparent;
  outline: none;
  width: 100%;
  max-width: 250px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 0.625rem 1rem;
  display: inline-block;
  border-radius: 3px;
  position: static;
  font-family: var(--bfx-fontfam-default);
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-white);
  background: var(--color-blue400);
  text-decoration: none;
  cursor: pointer;
  letter-spacing: -0.04rem;
  line-height: 1.375;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border-radius: 999px;
}

.btn-stubby {
  width: auto;
}

.btn-prime:hover {
  background: var(--color-blue500);
  color: var(--color-white);
}
.btn-prime:focus {
  outline: 2px solid var(--color-blue400);
  outline-offset: 1px;
}
.btn-prime:disabled {
  background: var(--color-gray300);
  color: var(--color-white);
  cursor: not-allowed;
  outline: none;
}
.btn-prime:not(:disabled):not(.disabled):active {
  outline: 2px solid var(--color-blue500);
  outline-offset: 1px;
  background: var(--color-blue500);
  color: var(--color-white);
}
.btn-prime:not(:disabled):not(.disabled).active {
  outline: 2px solid var(--color-blue500);
  outline-offset: 1px;
  background: var(--color-blue500);
  color: var(--color-white);
}

.btn-prime.hover {
  background: var(--color-blue500);
  color: var(--color-white);
}

.btn-prime.focus {
  outline: 2px solid var(--color-blue400);
  outline-offset: 1px;
}

.btn-prime.disabled {
  background: var(--color-gray300);
  color: var(--color-white);
  cursor: not-allowed;
  outline: none;
}

.btn-sec {
  background: var(--color-black);
  color: var(--color-white);
}
.btn-sec:hover {
  background: var(--color-white);
  color: var(--color-black);
  border: 2px solid var(--color-black);
}
.btn-sec:focus {
  outline: 1px solid var(--color-black);
  outline-offset: 0;
  background: var(--color-white);
  color: var(--color-black);
  border: 2px solid var(--color-black);
}
.btn-sec:disabled {
  background: var(--color-gray300);
  color: var(--color-white);
  cursor: not-allowed;
  outline: none;
  border: none;
}
.btn-sec:not(:disabled):not(.disabled):active {
  outline: 2px solid var(--color-black);
  outline-offset: -1px;
  background: var(--color-black);
  color: var(--color-white);
  border: 2px solid var(--color-white);
}
.btn-sec:not(:disabled):not(.disabled).active {
  outline: 2px solid var(--color-black);
  outline-offset: -1px;
  background: var(--color-black);
  color: var(--color-white);
  border: 2px solid var(--color-white);
}

.btn-sec.hover {
  background: var(--color-white);
  color: var(--color-black);
  border: 2px solid var(--color-black);
}

.btn-sec.focus {
  outline: 1px solid var(--color-black);
  outline-offset: 0;
  background: var(--color-white);
  color: var(--color-black);
  border: 2px solid var(--color-black);
}

.btn-sec.h-ghost:hover {
  background: transparent;
  color: var(--color-black);
  border: 2px solid var(--color-black);
}
.btn-sec.h-ghost:focus {
  outline: 1px solid var(--color-black);
  outline-offset: 0;
  background: transparent;
  color: var(--color-black);
  border: 2px solid var(--color-black);
}
.btn-sec.h-ghost:disabled {
  background: var(--color-gray300);
  color: var(--color-white);
  cursor: not-allowed;
  outline: none;
  border: none;
}

.btn-sec.h-ghost.hover {
  background: transparent;
  color: var(--color-black);
  border: 2px solid var(--color-black);
}

.btn-sec.h-ghost.focus {
  outline: 1px solid var(--color-black);
  outline-offset: 0;
  background: transparent;
  color: var(--color-black);
  border: 2px solid var(--color-black);
}

.btn-sec.disabled {
  background: var(--color-gray300);
  color: var(--color-white);
  cursor: not-allowed;
  outline: none;
  border: none;
}

.btn-sec.h-ghost.disabled {
  background: var(--color-gray300);
  color: var(--color-white);
  cursor: not-allowed;
  outline: none;
  border: none;
}

.btn-sec-alt {
  background: var(--color-white);
  color: var(--color-black);
  border: 2px solid var(--color-black);
}
.btn-sec-alt:hover {
  background: var(--color-black);
  color: var(--color-white);
  border: 2px solid var(--color-black);
}
.btn-sec-alt:focus {
  outline: 1px solid var(--color-black);
  outline-offset: 0;
  background: var(--color-white);
  color: var(--color-black);
  border: 2px solid var(--color-black);
}
.btn-sec-alt:disabled {
  background: var(--color-gray300);
  color: var(--color-white);
  cursor: not-allowed;
  outline: none;
  border: none;
}
.btn-sec-alt:not(:disabled):not(.disabled):active {
  outline: 2px solid var(--color-black);
  outline-offset: -1px;
  background: var(--color-black);
  color: var(--color-white);
  border: 2px solid var(--color-white);
}
.btn-sec-alt:not(:disabled):not(.disabled).active {
  outline: 2px solid var(--color-black);
  outline-offset: -1px;
  background: var(--color-black);
  color: var(--color-white);
  border: 2px solid var(--color-white);
}

.btn-sec-alt.ghost {
  background: transparent;
  color: var(--color-black);
  border: 2px solid var(--color-black);
}
.btn-sec-alt.ghost:focus {
  outline: 1px solid var(--color-black);
  outline-offset: 0;
  background: transparent;
  color: var(--color-black);
  border: 2px solid var(--color-black);
}
.btn-sec-alt.ghost:hover {
  background: var(--color-black);
  color: var(--color-white);
  border: 2px solid var(--color-black);
}

.btn-sec-alt.hover {
  background: var(--color-black);
  color: var(--color-white);
  border: 2px solid var(--color-black);
}

.btn-sec-alt.focus {
  outline: 1px solid var(--color-black);
  outline-offset: 0;
  background: var(--color-white);
  color: var(--color-black);
  border: 2px solid var(--color-black);
}

.btn-sec-alt.ghost.focus {
  outline: 1px solid var(--color-black);
  outline-offset: 0;
  background: transparent;
  color: var(--color-black);
  border: 2px solid var(--color-black);
}

.btn-sec-alt.disabled {
  background: var(--color-gray300);
  color: var(--color-white);
  cursor: not-allowed;
  outline: none;
  border: none;
}

.btn-sec-alt.h-ghost:disabled {
  background: var(--color-gray300);
  color: var(--color-white);
  cursor: not-allowed;
  outline: none;
  border: none;
}

.btn-sec-alt.h-ghost.disabled {
  background: var(--color-gray300);
  color: var(--color-white);
  cursor: not-allowed;
  outline: none;
  border: none;
}

.btn-tri {
  background: var(--color-gray200);
  color: var(--color-black);
}
.btn-tri:hover {
  background: var(--color-gray300);
  color: var(--color-black);
}
.btn-tri:focus {
  outline: 2px solid var(--color-gray400);
  outline-offset: 0px;
}
.btn-tri:disabled {
  background: var(--color-gray300);
  color: var(--color-white);
  cursor: not-allowed;
  outline: none;
  border: none;
}
.btn-tri:not(:disabled):not(.disabled):active {
  outline: 2px solid var(--color-gray500);
  outline-offset: 0px;
  background: var(--color-gray300);
  color: var(--color-black);
  border: 1px solid var(--color-white);
}
.btn-tri:not(:disabled):not(.disabled).active {
  outline: 2px solid var(--color-gray500);
  outline-offset: 0px;
  background: var(--color-gray300);
  color: var(--color-black);
  border: 1px solid var(--color-white);
}

.btn-tri.hover {
  background: var(--color-gray300);
  color: var(--color-black);
}

.btn-tri.focus {
  outline: 2px solid var(--color-gray400);
  outline-offset: 0px;
}

.btn-tri.disabled {
  background: var(--color-gray300);
  color: var(--color-white);
  cursor: not-allowed;
  outline: none;
  border: none;
}

.btn-tri-dark {
  background: var(--color-white);
  color: var(--color-black);
}
.btn-tri-dark:hover {
  background: var(--color-gray300);
  color: var(--color-black);
}
.btn-tri-dark:focus {
  outline: 1px solid var(--color-white);
  outline-offset: 0px;
  border: 2px solid var(--color-gray500);
}
.btn-tri-dark:disabled {
  background: var(--color-gray300);
  color: var(--color-white);
  cursor: not-allowed;
  outline: none;
  border: none;
}
.btn-tri-dark:not(:disabled):not(.disabled):active {
  outline: 1px solid var(--color-white);
  outline-offset: 0px;
  background: var(--color-gray300);
  color: var(--color-black);
  border: 2px solid var(--color-gray500);
}
.btn-tri-dark:not(:disabled):not(.disabled).active {
  outline: 1px solid var(--color-white);
  outline-offset: 0px;
  background: var(--color-gray300);
  color: var(--color-black);
  border: 2px solid var(--color-gray500);
}

.btn-tri-dark.hover {
  background: var(--color-gray300);
  color: var(--color-black);
}

.btn-tri-dark.focus {
  outline: 1px solid var(--color-white);
  outline-offset: 0px;
  border: 2px solid var(--color-gray500);
}

.btn-tri-dark.disabled {
  background: var(--color-gray300);
  color: var(--color-white);
  cursor: not-allowed;
  outline: none;
  border: none;
}

a.text-link {
  text-decoration: underline;
  border-radius: 3px;
}
a.text-link:hover {
  font-weight: 500;
  text-decoration: none;
}
a.text-link:active {
  font-weight: 500;
  text-decoration: none;
}
a.text-link:focus {
  font-weight: 500;
  text-decoration: none;
  font-weight: 500;
  outline: 2px solid var(--color-black);
  outline-offset: 3px;
  -webkit-box-shadow: 0px 0px 2px 2px var(--color-white);
          box-shadow: 0px 0px 2px 2px var(--color-white);
}

a.text-link.hover {
  font-weight: 500;
  text-decoration: none;
}

a.text-link.active {
  font-weight: 500;
  text-decoration: none;
}

a.text-link.focus {
  font-weight: 500;
  text-decoration: none;
  font-weight: 500;
  outline: 2px solid var(--color-black);
  outline-offset: 3px;
  -webkit-box-shadow: 0px 0px 2px 2px var(--color-white);
          box-shadow: 0px 0px 2px 2px var(--color-white);
}

.text-link.text-black:focus {
  outline: 2px solid var(--color-black);
  -webkit-box-shadow: 0px 0px 2px 2px var(--color-white);
          box-shadow: 0px 0px 2px 2px var(--color-white);
}

.text-link.text-black.focus {
  outline: 2px solid var(--color-black);
  -webkit-box-shadow: 0px 0px 2px 2px var(--color-white);
          box-shadow: 0px 0px 2px 2px var(--color-white);
}

.text-link.text-white:focus {
  outline: 2px solid var(--color-white);
  -webkit-box-shadow: 0px 0px 2px 2px var(--color-black);
          box-shadow: 0px 0px 2px 2px var(--color-black);
}

.text-link.text-white.focus {
  outline: 2px solid var(--color-white);
  -webkit-box-shadow: 0px 0px 2px 2px var(--color-black);
          box-shadow: 0px 0px 2px 2px var(--color-black);
}

.text-link.text-blue-100:focus {
  outline: 2px solid var(--color-blue100);
  -webkit-box-shadow: 0px 0px 2px 2px var(--color-black);
          box-shadow: 0px 0px 2px 2px var(--color-black);
}

.text-link.text-blue-100.focus {
  outline: 2px solid var(--color-blue100);
  -webkit-box-shadow: 0px 0px 2px 2px var(--color-black);
          box-shadow: 0px 0px 2px 2px var(--color-black);
}

.text-link.text-blue-400:focus {
  outline: 2px solid var(--color-blue400);
  -webkit-box-shadow: 0px 0px 2px 2px var(--color-white);
          box-shadow: 0px 0px 2px 2px var(--color-white);
}

.text-link.text-blue-400.focus {
  outline: 2px solid var(--color-blue400);
  -webkit-box-shadow: 0px 0px 2px 2px var(--color-white);
          box-shadow: 0px 0px 2px 2px var(--color-white);
}

.text-link.text-gray-300:focus {
  outline: 2px solid var(--color-gray300);
  -webkit-box-shadow: 0px 0px 2px 2px var(--color-black);
          box-shadow: 0px 0px 2px 2px var(--color-black);
}

.text-link.text-gray-300.focus {
  outline: 2px solid var(--color-gray300);
  -webkit-box-shadow: 0px 0px 2px 2px var(--color-black);
          box-shadow: 0px 0px 2px 2px var(--color-black);
}

.text-link.text-gray-600:focus {
  outline: 2px solid var(--color-gray600);
  -webkit-box-shadow: 0px 0px 2px 2px var(--color-white);
          box-shadow: 0px 0px 2px 2px var(--color-white);
}

.text-link.text-gray-600.focus {
  outline: 2px solid var(--color-gray600);
  -webkit-box-shadow: 0px 0px 2px 2px var(--color-white);
          box-shadow: 0px 0px 2px 2px var(--color-white);
}

@media only screen and (max-width: 768px) {
  .btn-sqr {
    width: 100%;
    max-width: 250px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .btn-pill {
    width: 100%;
    max-width: 250px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .btn-full-mob {
    max-width: unset;
  }
  .btn-stubby-mob {
    display: inline-block;
    width: auto;
  }
  .btn-stubby {
    display: inline-block;
    width: auto;
  }
}
@media only screen and (min-width: 769px) {
  .btn-stubby-des {
    width: auto;
  }
  .btn-full-des {
    max-width: unset;
  }
}
.btn-prime-dark {
  background: var(--color-blue200);
  color: var(--color-black);
}
.btn-prime-dark:hover {
  background: var(--color-blue300);
  color: var(--color-black);
}
.btn-prime-dark:disabled {
  background: var(--color-gray300);
  color: var(--color-white);
  cursor: not-allowed;
  outline: none;
}
.btn-prime-dark:focus {
  outline: 2px solid var(--color-blue300);
  outline-offset: 1px;
}
.btn-prime-dark:not(:disabled):not(.disabled):active {
  outline: 2px solid var(--color-blue300);
  outline-offset: 1px;
  background: var(--color-blue300);
  color: var(--color-black);
}

.jumbo, .alpha, h1, .beta, h2, .gamma, h3, .delta, h4, h5, h6, .hecto, .deka, .gram, .centi {
  font-family: var(--bfx-fontfam-default);
  font-weight: 400;
  letter-spacing: -0.04rem;
  text-transform: none;
}

.jumbo, .alpha, h1, .beta, h2, .gamma, h3 {
  font-family: var(--bfx-fontfam-secondary);
  font-weight: 500;
}

.jumbo {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.25;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .jumbo {
    font-size: 4rem;
  }
}
.alpha, h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.3;
  margin: 0;
}

.beta, h2 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.35;
  margin: 0;
}

.gamma, h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.35;
  margin: 0;
}

.delta, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.35;
  margin: 0;
}

.hecto {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 0;
}

.deka {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0;
}

.gram {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}

.centi {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}

strong, .bold, .semibold {
  font-weight: 500;
}

.cart-recommendations .product-listing-details .price-now-label {
  color: var(--color-black);
  font-weight: 400;
  letter-spacing: -0.04rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.cart-recommendations .product-listing-details .product-price .price-sales .price-old {
  color: var(--color-gray600);
  text-decoration: line-through;
  font-weight: 400;
  letter-spacing: -0.04rem;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-right: 0.25rem;
}
.cart-recommendations .product-listing-details .product-price .price-sales .price-new {
  letter-spacing: -0.04rem;
  line-height: 1.4;
  color: var(--color-black) !important;
}
.cart-recommendations .product-listing-details .product-price .price-sales .price-standard {
  color: var(--color-gray600);
  letter-spacing: -0.04rem;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-right: 0.25rem;
}
.cart-recommendations .spic-toggle .product-price {
  width: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cart-recommendations .spic-toggle .product-price .spic {
  margin-left: 0.4rem;
  letter-spacing: -0.04rem;
  line-height: 1.4;
  color: var(--color-black) !important;
  font-size: 1rem;
  font-weight: 400;
}

.product-list-slider .card .cardbottom .product-pricing .product-sales-price, .pl-landing-tabslider .card .cardbottom .product-pricing .product-sales-price {
  color: var(--color-black);
  letter-spacing: -0.04rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.product-list-slider .card .cardbottom .product-pricing .product-sales-price.mipfont, .pl-landing-tabslider .card .cardbottom .product-pricing .product-sales-price.mipfont {
  color: var(--color-black);
  letter-spacing: -0.04rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
.product-list-slider .card .cardbottom .product-pricing .product-standard-price, .pl-landing-tabslider .card .cardbottom .product-pricing .product-standard-price {
  color: var(--color-gray600);
  letter-spacing: -0.04rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
/*# sourceMappingURL=style.css.map */
