<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &lt; 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, body.gateway button.red,
body.gateway .button.red, body.gateway button.black,
body.gateway .button.black,
.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, body.gateway button.red,
body.gateway .button.red, body.gateway button.black,
body.gateway .button.black,
.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, body.gateway button.red,
body.gateway .button.red, body.gateway button.black,
body.gateway .button.black,
.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, body.gateway button.red,
body.gateway .button.red, body.gateway button.black,
body.gateway .button.black,
.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], body.gateway button[disabled].red,
body.gateway [disabled].button.red, body.gateway button[disabled].black,
body.gateway [disabled].button.black, 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, body.gateway button.red::-moz-focus-inner,
body.gateway .button.red::-moz-focus-inner, body.gateway button.black::-moz-focus-inner,
body.gateway .button.black::-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, .home-bottom ul.grid-body, .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, .level-2, .menu-category, body.gateway .utility, body.gateway .top-banner, body.gateway .level-2, body.gateway .menu-category, body.gateway .product-line-nav ul.sub-level, body.gateway .product-line-nav ul.top-level, body.gateway .navigation-mobile, body.gateway nav[role=navigation], .utility, .top-banner, .product-line-nav ul.sub-level, .product-line-nav ul.top-level, .navigation-mobile, nav[role=navigation], body.bowflex .why_home-gyms .cms-block .cms-block-container, .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, .home-bottom ul.grid-body: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, .level-2:before, .menu-category:before, body.gateway .utility:before, body.gateway .top-banner:before, body.gateway .level-2:before, body.gateway .menu-category:before, body.gateway .product-line-nav ul.sub-level:before, body.gateway .product-line-nav ul.top-level:before, body.gateway .navigation-mobile:before, body.gateway nav[role=navigation]: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, body.bowflex .why_home-gyms .cms-block .cms-block-container: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, .home-bottom ul.grid-body: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, .level-2:after, .menu-category:after, body.gateway .utility:after, body.gateway .top-banner:after, body.gateway .level-2:after, body.gateway .menu-category:after, body.gateway .product-line-nav ul.sub-level:after, body.gateway .product-line-nav ul.top-level:after, body.gateway .navigation-mobile:after, body.gateway nav[role=navigation]: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, body.bowflex .why_home-gyms .cms-block .cms-block-container: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, .home-bottom ul.grid-body: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, .level-2:after, .menu-category:after, body.gateway .utility:after, body.gateway .top-banner:after, body.gateway .level-2:after, body.gateway .menu-category:after, body.gateway .product-line-nav ul.sub-level:after, body.gateway .product-line-nav ul.top-level:after, body.gateway .navigation-mobile:after, body.gateway nav[role=navigation]: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, body.bowflex .why_home-gyms .cms-block .cms-block-container: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)

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

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

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

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

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

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

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

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

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

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

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

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



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

- 768px or larger:
  default (no mixin)

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

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

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

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

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

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

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

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

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

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

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

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

- &lt;= 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: &lt;a class="button red" href=""&gt;&lt;span&gt;Text&lt;/span&gt;&lt;issvghelper icon="arrow-right" /&gt;&lt;/a&gt;
BM: &lt;a class="button red" href=""&gt;&lt;span&gt;Text&lt;/span&gt;&lt;img src="arrow-right.png" /&gt;&lt;/a&gt;
*/
button.white, button.white.invert, button.invert.black,
.invert.black.button, button.invert.red,
.invert.red.button,
.white.button.invert, button.red, body.gateway button.red,
body.gateway .red.button, button.black, body.gateway button.black,
body.gateway .black.button,
.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, body.gateway button.red,
body.gateway .red.button, button.black, body.gateway button.black,
body.gateway .black.button,
.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, body.gateway button.red,
body.gateway .red.button, button.black, body.gateway button.black,
body.gateway .black.button,
.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, body.gateway button.red,
body.gateway .red.button, button.black, body.gateway button.black,
body.gateway .black.button,
.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, body.gateway button.red,
body.gateway .red.button, button.black, body.gateway button.black,
body.gateway .black.button,
.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, body.gateway button.red,
  body.gateway .red.button, button.black, body.gateway button.black,
  body.gateway .black.button,
  .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, body.gateway button.red,
  body.gateway .red.button, button.black, body.gateway button.black,
  body.gateway .black.button,
  .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, body.gateway button.red,
  body.gateway .red.button, button.black, body.gateway button.black,
  body.gateway .black.button,
  .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, body.gateway button.red,
  body.gateway .red.button, button.black, body.gateway button.black,
  body.gateway .black.button,
  .button.white,
  .button.red,
  .button.black {
    font-weight: 500;
  }
}
button.white:hover, button.red:hover, body.gateway button.red:hover,
body.gateway .red.button:hover, button.black:hover, body.gateway button.black:hover,
body.gateway .black.button: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, body.gateway button.red span,
body.gateway .red.button span, button.black span, body.gateway button.black span,
body.gateway .black.button 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, body.gateway button.red span,
  body.gateway .red.button span, button.black span, body.gateway button.black span,
  body.gateway .black.button 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, body.gateway button.red img,
body.gateway .red.button img, button.black img, body.gateway button.black img,
body.gateway .black.button 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, body.gateway button.red svg,
body.gateway .red.button svg, button.black svg, body.gateway button.black svg,
body.gateway .black.button 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, body.gateway button.red i,
body.gateway .red.button i, button.black i, body.gateway button.black i,
body.gateway .black.button 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, body.gateway button.black,
body.gateway .black.button,
.black.button.invert, button.black.invert,
.button.black {
  background: #000000;
  border-color: #000000;
}
button.black:hover, body.gateway button.black:hover,
body.gateway .black.button:hover,
.button.black:hover {
  background: #292929;
  border-color: #292929;
}
button.black span, body.gateway button.black span,
body.gateway .black.button 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, body.gateway button.black:disabled,
body.gateway .black.button: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, body.gateway button.red,
body.gateway .red.button,
.red.button.invert, button.red.invert,
.button.red {
  background: var(--color-blue400);
  border-color: var(--color-blue400);
}
button.red:hover, body.gateway button.red:hover,
body.gateway .red.button:hover,
.button.red:hover {
  background-color: var(--color-blue500);
  border-color: var(--color-blue500);
}
button.red span, body.gateway button.red span,
body.gateway .red.button span,
.red.button.invert span, button.red.invert span,
.button.red span {
  color: var(--color-white);
}
button.red:disabled, body.gateway button.red:disabled,
body.gateway .red.button: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, body.gateway button.invert.black,
body.gateway .invert.black.button,
.invert.black.button, button.invert.red, body.gateway button.invert.red,
body.gateway .invert.red.button,
.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, body.gateway button.black.invert,
body.gateway .black.invert.button,
.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, body.gateway button.red.invert,
body.gateway .red.invert.button,
.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, body.gateway button.red,
body.gateway .button.red, body.gateway button.black,
body.gateway .button.black, 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, body.gateway button.mobile.red,
  body.gateway .mobile.button.red, body.gateway button.mobile.black,
  body.gateway .mobile.button.black, button.mobile.white.invert,
  .mobile.button.white.invert,
  .button.mobile {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 769px) {
  button.mobile, body.gateway button.mobile.red,
  body.gateway .mobile.button.red, body.gateway button.mobile.black,
  body.gateway .mobile.button.black, button.mobile.white.invert,
  .mobile.button.white.invert,
  .button.mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  button.standard, body.gateway button.standard.red,
  body.gateway .standard.button.red, body.gateway button.standard.black,
  body.gateway .standard.button.black, button.standard.white.invert,
  .standard.button.white.invert,
  .button.standard {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  button.standard, body.gateway button.standard.red,
  body.gateway .standard.button.red, body.gateway button.standard.black,
  body.gateway .standard.button.black, 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;
}

body.gateway {
  background: none repeat scroll 0 0 var(--color-white);
  color: #000000;
  font-family: "Rauschen A", sans-serif;
  font-size: 0.875rem;
  min-width: 320px;
  /**********
  Buttons
  **********/
  /* Example html syntax:
  Code: &lt;a class="button red" href=""&gt;&lt;span&gt;Text&lt;/span&gt;&lt;issvghelper icon="arrow-right" /&gt;&lt;/a&gt;
  BM: &lt;a class="button red" href=""&gt;&lt;span&gt;Text&lt;/span&gt;&lt;img src="arrow-right.png" /&gt;&lt;/a&gt;
  */
}
body.gateway a {
  color: #000000;
  text-decoration: underline;
}
body.gateway a:hover {
  text-decoration: none;
}
body.gateway a.footer {
  color: var(--color-gray600);
  font-size: 0.813rem;
  text-decoration: none;
}
body.gateway a.footer:hover {
  text-decoration: underline;
}
body.gateway h1 {
  font-family: "Rauschen A", sans-serif;
  font-size: 4.063rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
body.gateway h1.responsive-headline {
  font-size: 9.063rem;
  opacity: 0;
}
body.gateway h1.responsive-headline.is-loaded {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
body.gateway h1.center {
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  body.gateway h1 {
    font-size: 2.813rem;
  }
}
body.gateway h2 {
  font-family: "Rauschen A", sans-serif;
  font-size: 3.438rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  body.gateway h2 {
    font-size: 2.5rem;
  }
}
body.gateway h3 {
  font-family: "Rauschen A", sans-serif;
  font-size: 2.813rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway h3 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway h3 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 480px) {
  body.gateway h3 {
    font-size: 1.875rem;
  }
}
body.gateway h4 {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  body.gateway h4 {
    font-size: 1.25rem;
  }
}
body.gateway h5 {
  font-family: "Rauschen B";
  font-size: 1.063rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  body.gateway h5 {
    font-size: 1.125rem;
  }
}
body.gateway .header-small {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  body.gateway .header-small {
    font-size: 1.125rem;
  }
}
body.gateway .line {
  width: 40px;
  border-bottom: 2px solid var(--color-error400);
  margin: 8px auto;
}
body.gateway .line.left {
  margin: 8px 0 !important;
}
body.gateway .bold {
  font-weight: 500;
}
body.gateway .source {
  font-size: 0.75rem;
}
body.gateway .print-page {
  background: none;
  border: 0;
  padding-left: 0;
  font: 0.875rem "Rauschen A", sans-serif;
  text-decoration: underline;
}
body.gateway .print-page:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  body.gateway .print-page {
    display: none;
  }
}
body.gateway button.white, body.gateway button.black,
body.gateway .black.button, body.gateway button.red,
body.gateway .red.button,
body.gateway .button.white {
  display: inline-block;
  background: var(--color-white);
  position: relative;
  border-radius: 0px;
  height: 36px;
  width: auto;
  line-height: 2.25rem;
  padding: 0;
  color: #000000;
  text-decoration: none;
  border: 2px solid var(--color-white);
  cursor: pointer;
  font-family: "Rauschen A", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  /*&amp;:after {
   		height: 36px;
   		width: 15px;
   		content: "";
   		display: inline-block;
   		position: absolute;
   		top: -2px;
   		background: $white;
   		border-top: 2px solid $white;
   		border-right: 2px solid $white;
   		border-bottom: 2px solid $white;
   		right: -10px;

   		@include respond('small') {
   			height: 26px;
   			line-height: $line-height-xxl10;
   		}
  }*/
}
body.gateway button.white, body.gateway button.black,
body.gateway .black.button, body.gateway button.red,
body.gateway .red.button,
body.gateway .button.white {
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (max-width: 768px) {
  body.gateway button.white, body.gateway button.black,
  body.gateway .black.button, body.gateway button.red,
  body.gateway .red.button,
  body.gateway .button.white {
    height: 26px;
    line-height: 1.625rem;
    font-size: 0.875rem;
  }
}
body.gateway button.white span, body.gateway button.black span,
body.gateway .black.button span, body.gateway button.red span,
body.gateway .red.button span,
body.gateway .button.white span {
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 10px;
  color: #000000;
  float: left;
}
@media only screen and (max-width: 768px) {
  body.gateway button.white span, body.gateway button.black span,
  body.gateway .black.button span, body.gateway button.red span,
  body.gateway .red.button span,
  body.gateway .button.white span {
    margin-top: 0;
  }
}
body.gateway button.white img, body.gateway button.black img,
body.gateway .black.button img, body.gateway button.red img,
body.gateway .red.button img, body.gateway button.white svg, body.gateway button.black svg,
body.gateway .black.button svg, body.gateway button.red svg,
body.gateway .red.button svg, body.gateway button.white i, body.gateway button.black i,
body.gateway .black.button i, body.gateway button.red i,
body.gateway .red.button i,
body.gateway .button.white img,
body.gateway .button.white svg,
body.gateway .button.white i {
  display: block;
  float: right;
  margin: 11px 10px 10px 15px;
  width: 10px;
  height: 15px;
}
@media only screen and (max-width: 768px) {
  body.gateway button.white img, body.gateway button.black img,
  body.gateway .black.button img, body.gateway button.red img,
  body.gateway .red.button img, body.gateway button.white svg, body.gateway button.black svg,
  body.gateway .black.button svg, body.gateway button.red svg,
  body.gateway .red.button svg, body.gateway button.white i, body.gateway button.black i,
  body.gateway .black.button i, body.gateway button.red i,
  body.gateway .red.button i,
  body.gateway .button.white img,
  body.gateway .button.white svg,
  body.gateway .button.white i {
    width: 7px !important;
    height: 10px !important;
    margin: 8px 7px 30px 20px;
  }
}
body.gateway button.white svg, body.gateway button.black svg,
body.gateway .black.button svg, body.gateway button.red svg,
body.gateway .red.button svg,
body.gateway .button.white svg {
  display: inline;
  /*float: none;*/
}
body.gateway button.black,
body.gateway .button.black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 174px;
  height: 48px;
  margin: 0 0 0 10%;
  line-height: 1;
  font-family: "Rauschen B";
  font-size: 0.938rem;
  font-weight: 500;
  background: #000000;
  border: none;
  border-color: #000000;
  /*&amp;:after {
  	background: $dark-black;
  	border-top: 2px solid $dark-black;
   		border-right: 2px solid $dark-black;
   		border-bottom: 2px solid $dark-black;
  }*/
}
body.gateway button.black:after,
body.gateway .button.black:after {
  display: none;
}
body.gateway button.black .fa-angle-right:before,
body.gateway .button.black .fa-angle-right:before {
  position: relative;
  right: -4px;
  font-size: 1.625rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  line-height: 0;
  margin-top: 7px;
}
body.gateway button.black:hover,
body.gateway .button.black:hover {
  background: #000000;
  border-color: #000000;
}
body.gateway button.black:hover .fa-angle-right:before,
body.gateway .button.black:hover .fa-angle-right:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 0px;
}
body.gateway button.black span,
body.gateway .button.black span {
  color: var(--color-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10%;
  z-index: 1000;
  position: relative;
}
body.gateway button.black svg,
body.gateway .button.black svg {
  fill: var(--color-error400);
}
body.gateway button.black:disabled,
body.gateway .button.black:disabled {
  background: #000000;
  border-color: #000000;
  opacity: 0.3;
}
body.gateway button.black:disabled:after,
body.gateway .button.black:disabled:after {
  background: #000000;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
body.gateway button.black:disabled .icon,
body.gateway .button.black:disabled .icon {
  fill: var(--color-error400);
}
body.gateway button.black:disabled:hover,
body.gateway .button.black:disabled:hover {
  background: #000000;
  border: 2px solid #000000;
}
body.gateway button.black:disabled:hover:after,
body.gateway .button.black:disabled:hover:after {
  background: #000000;
}
body.gateway button.black:disabled:hover span,
body.gateway .button.black:disabled:hover span {
  color: var(--color-white);
  opacity: 0.3;
}
body.gateway button.black:disabled span,
body.gateway .button.black:disabled span {
  color: var(--color-white);
  opacity: 0.3;
}
body.gateway .gateway-item .button.black {
  margin: 30px auto 0 auto;
}
body.gateway .gateway-item .button.black aside {
  display: block;
  width: 25%;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  body.gateway .gateway-item .button.black aside {
    margin-top: 9px;
    width: 20%;
  }
}
body.gateway .gateway-item .button.black i {
  width: initial;
  height: initial;
  color: #0076c0;
  font-size: 1.75rem;
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .gateway-item.bg {
    background: url(../images/gateway-hero-bg-top.jpg);
    min-height: 275px;
    background-position: 52% 0;
    background-size: cover;
  }
}
@media only screen and (min-width: 940px) {
  body.gateway .gateway-item.bg {
    background: url(../images/gateway-hero-bg-top.jpg);
    min-height: 340px;
    background-position: 52% 0;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .gateway-item.bg {
    background: url(../images/gateway-hero-bg-top.jpg);
    min-height: 270px;
    background-position: 52% 0;
    background-size: cover;
  }
  body.gateway .gateway-item.bg .gateway-hero-headline-text {
    display: none;
  }
}
body.gateway .gateway-item.bowflex {
  background: url(../images/gateway-hero-bg-bowflex.jpg);
  min-height: 606px;
  background-position: 48% 0;
  background-size: cover;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .gateway-item.bowflex {
    min-height: 392px;
    background-position: 48% 0;
  }
}
body.gateway .gateway-item.bowflex .button.black i {
  color: #e21737;
}
body.gateway .gateway-item.bowflex .feature-product-image {
  position: absolute;
  top: 0;
  right: 13%;
  z-index: 10;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .gateway-item.bowflex .feature-product-image {
    right: -21%;
    /*width: 68%;*/
    display: none;
  }
  body.gateway .gateway-item.bowflex .feature-product-image img {
    width: 63%;
  }
}
@media only screen and (min-width: 940px) and (max-width: 1024px) {
  body.gateway .gateway-item.bowflex .feature-product-image {
    right: -3%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  body.gateway .gateway-item.bowflex .feature-product-image {
    right: 7%;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .gateway-item.bowflex .feature-product-image {
    display: none;
  }
}
body.gateway .gateway-item.bowflex .feature-product-image-small {
  display: none;
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 10;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .gateway-item.bowflex .feature-product-image-small {
    display: block;
  }
}
@media only screen and (min-width: 940px) and (max-width: 1024px) {
  body.gateway .gateway-item.bowflex .feature-product-image-small {
    right: 15%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .gateway-item.bowflex {
    min-height: 392px;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .gateway-item.bowflex {
    background: var(--color-gray200);
    min-height: initial;
    padding-bottom: 35px;
  }
}
body.gateway .gateway-item.schwinn {
  background: url(../images/gateway-hero-bg-schwinn.jpg);
  min-height: 606px;
  background-position: 48% 0;
  background-size: cover;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .gateway-item.schwinn {
    min-height: 392px;
    background-position: 48% 0;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .gateway-item.schwinn {
    background: var(--color-gray200);
    min-height: initial;
    padding-bottom: 35px;
  }
}
body.gateway .gateway-item.schwinn .button.black i {
  color: #e21737;
}
body.gateway .gateway-item.modern-movement {
  margin-bottom: 10px;
  background: url(../images/gateway-hero-bg-modern-movement.jpg);
  min-height: 606px;
  background-position: 48% 0;
  background-size: cover;
}
@media only screen and (min-width: 940px) {
  body.gateway .gateway-item.modern-movement {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .gateway-item.modern-movement {
    min-height: 392px;
    background-position: 48% 0;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .gateway-item.modern-movement {
    background: none;
    min-height: initial;
    margin-bottom: 35px;
  }
}
body.gateway .gateway-item.modern-movement .button.black i {
  color: #ff750a;
}
body.gateway .gateway-item.nautilus {
  background: url(../images/gateway-hero-bg-nautilus.jpg);
  min-height: 606px;
  background-position: 48% 0;
  background-size: cover;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .gateway-item.nautilus {
    min-height: 392px;
    background-position: 48% 0;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .gateway-item.nautilus {
    background: none;
    min-height: initial;
    margin-bottom: 35px;
  }
}
body.gateway button.red,
body.gateway .button.red {
  background: var(--color-error400);
  border-color: var(--color-error400);
}
body.gateway button.red:after,
body.gateway .button.red:after {
  background: var(--color-error400);
  border-top: 2px solid var(--color-error400);
  border-right: 2px solid var(--color-error400);
  border-bottom: 2px solid var(--color-error400);
}
body.gateway button.red:hover,
body.gateway .button.red:hover {
  background: var(--color-white);
  border: 2px solid var(--color-error400);
}
body.gateway button.red:hover:after,
body.gateway .button.red:hover:after {
  background: var(--color-white);
}
body.gateway button.red:hover span,
body.gateway .button.red:hover span {
  color: var(--color-error400);
}
body.gateway button.red span,
body.gateway .button.red span {
  color: var(--color-white);
}
body.gateway button.red:disabled,
body.gateway .button.red:disabled {
  background: #000000;
  border-color: #000000;
  opacity: 0.3;
}
body.gateway button.red:disabled:after,
body.gateway .button.red:disabled:after {
  background: #000000;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
body.gateway button.red:disabled .icon,
body.gateway .button.red:disabled .icon {
  fill: var(--color-error400);
}
body.gateway button.red:disabled:hover,
body.gateway .button.red:disabled:hover {
  background: #000000;
  border: 2px solid #000000;
}
body.gateway button.red:disabled:hover:after,
body.gateway .button.red:disabled:hover:after {
  background: #000000;
}
body.gateway button.red:disabled:hover span,
body.gateway .button.red:disabled:hover span {
  color: var(--color-white);
  opacity: 0.3;
}
body.gateway button.red:disabled span,
body.gateway .button.red:disabled span {
  color: var(--color-white);
  opacity: 0.3;
}
body.gateway button, body.gateway button.black,
body.gateway .button.black, body.gateway button.red,
body.gateway .button.red, body.gateway button.white.invert,
body.gateway .button.white.invert,
body.gateway .button {
  -moz-transform: rotate3d(0, 0, 1, 0.0001deg);
}
@media only screen and (max-width: 768px) {
  body.gateway button.mobile,
  body.gateway .button.mobile {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 769px) {
  body.gateway button.mobile,
  body.gateway .button.mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  body.gateway button.standard,
  body.gateway .button.standard {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway button.standard,
  body.gateway .button.standard {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .mobile {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) {
  body.gateway .mobile {
    display: none !important;
  }
}
body.gateway .mobile-lang-selector {
  padding-bottom: 90px;
  clear: both;
}
@media only screen and (min-width: 769px) {
  body.gateway .standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .standard {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  body.gateway .header-above-nav .standard {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 480px) {
  body.gateway .xsmall {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .xsmall {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  body.gateway .xsmall {
    display: none;
  }
}
body.gateway .small {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.gateway .small {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  body.gateway .mobile-standard {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .mobile-standard {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  body.gateway .mobile-standard {
    display: block;
  }
}
body.gateway .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;
}
body.gateway .js-offset .btn-top {
  opacity: 1;
}
body.gateway .hide-content {
  display: none;
}
body.gateway .global-ad-promo,
body.gateway .product-promo {
  margin: 0.4em 0;
  background: var(--color-error400);
  padding: 1em;
  color: var(--color-white);
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .global-ad-promo,
  body.gateway .product-promo {
    padding-left: 6%;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .global-ad-promo,
  body.gateway .product-promo {
    padding: 1em;
    text-align: center;
    margin-bottom: 1%;
  }
}
body.gateway .global-ad-promo p,
body.gateway .product-promo p {
  margin: 0;
  font: 16px "Rauschen A", sans-serif;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  body.gateway .global-ad-promo p,
  body.gateway .product-promo p {
    font-size: 0.875rem;
  }
}
body.gateway .global-ad-promo p.title,
body.gateway .product-promo p.title {
  margin: 0 0 0.2em;
  font: 25px "Rauschen A", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  body.gateway .global-ad-promo p.title,
  body.gateway .product-promo p.title {
    font-size: 1rem;
  }
}
body.gateway .global-ad-promo p.title span,
body.gateway .product-promo p.title span {
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  body.gateway .global-ad-promo p.title span,
  body.gateway .product-promo p.title span {
    font-size: 1.563rem;
  }
}
body.gateway .global-ad-promo a,
body.gateway .product-promo a {
  color: var(--color-white);
  text-decoration: underline;
}
body.gateway .global-ad-promo a:hover,
body.gateway .product-promo a:hover {
  text-decoration: none;
}
body.gateway fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
body.gateway table {
  width: 100%;
}
body.gateway th {
  text-align: left;
}
body.gateway td {
  padding: 1em;
  vertical-align: top;
}
body.gateway .button-text {
  background-color: transparent;
  border-width: 0;
  color: #84bd00;
  padding: 0;
}
body.gateway .button-text:hover {
  background-color: transparent;
  text-decoration: underline;
}
body.gateway .button-full-width {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
body.gateway input[type=text], body.gateway input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
body.gateway input[type=text]::-ms-clear, body.gateway input[type=email]::-ms-clear {
  display: none;
}
body.gateway input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
body.gateway .hidden {
  display: none;
}
body.gateway .gateway-item {
  position: relative;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  body.gateway .gateway-item {
    margin-top: 9px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  body.gateway .gateway-item {
    margin-top: 9px;
  }
}
body.gateway .line {
  border-bottom: 2px solid #0076c0;
}
body.gateway .bowflex .line,
body.gateway .schwinn .line {
  border-bottom: 2px solid var(--color-error400);
}
body.gateway .modern-movement .line {
  border-bottom: 2px solid #ff750a;
}
@media only screen and (max-width: 768px) {
  body.gateway .home-bottom {
    margin-top: 0px;
    background: none;
  }
}

@media only screen and (min-width: 769px) {
  body.bowflex .shared-cart-nav-bg .utility.standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 42px;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .shared-cart-nav-bg .utility.standard .right .standard {
    height: 35px;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .top-banner .shared-cart-nav-bg {
    height: 35px;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .header-mobile {
    height: auto;
    padding-top: 8px;
  }
  body.bowflex .header-mobile .contact-us-icon {
    float: right;
    margin: 11px 23px 0 0;
  }
  body.bowflex .header-mobile .primary-logo {
    padding: 0.4em 0 0 0;
  }
  body.bowflex .header-mobile .primary-logo a img {
    max-width: 7.3rem;
  }
}
body.bowflex div.primary-logo a img {
  max-width: 8.437rem;
}
body.bowflex .product-col-2.product-detail .line {
  margin: 40px 0 0 0;
}
body.bowflex .sort-by .selector {
  border-color: var(--color-gray300);
}
body.bowflex .product-reviews-area-new {
  display: none;
}

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

.nautilus #wrapper.pt_storefront {
  opacity: 1;
}

.search-grid-wrapper picture img {
  width: 100%;
}

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

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 =&gt; 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 &gt; 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, .form-inline body.gateway button.black, body.gateway .form-inline button.black,
.form-inline body.gateway .button.black,
body.gateway .form-inline .button.black, .form-inline body.gateway button.red, body.gateway .form-inline button.red,
.form-inline body.gateway .button.red,
body.gateway .form-inline .button.red {
  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%;
}

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

/**** base pdp styles &amp; dynamic pdp ****/
.pdp-variation-container.int_product_international .pdpWrapper {
  max-width: 73.75rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content {
    display: block;
  }
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container {
  padding: 0;
  margin-top: 1rem;
  width: 60%;
}
@media only screen and (max-width: 1023px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container {
    width: 100%;
  }
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky {
  position: sticky;
  top: 3.6875rem;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-main-image-video {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 1rem;
  max-width: 60%;
  text-align: center;
  font-weight: 500;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-main-image-video .video-modal {
  display: inline-block;
  text-decoration: none;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-main-image-video .video-modal:hover {
  text-decoration: underline;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-main-image-video .video-modal img {
  margin: 0 0.5em -3px 0;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image {
  padding: 0;
  max-width: 100%;
  text-align: center;
  list-style: none;
  margin: 0;
  position: relative;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image .owl-stage-outer {
  margin: 0 2.2%;
}
@media only screen and (max-width: 1023px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image .owl-stage-outer {
    margin: 0 1%;
  }
}
@media only screen and (max-width: 768px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image .owl-stage-outer {
    margin: 0 1%;
  }
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image li.pdp-main-image {
  max-width: 100%;
  margin: 0;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image li.pdp-main-image.pdp-single-image img {
  max-width: 700px;
  width: 100%;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image .owl-dots {
  display: block;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image .owl-dots .owl-dot span {
  width: 7px !important;
  height: 7px !important;
  margin: 7px 0.3em !important;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image .owl-nav {
  position: relative;
  top: -3px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image .owl-nav {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image .owl-nav {
    display: block;
    width: 90%;
  }
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image .owl-nav .owl-prev,
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image .owl-nav .owl-next {
  opacity: 1;
  padding: 0;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image .owl-nav .owl-prev,
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image .owl-nav .owl-next {
    margin: 0;
  }
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image .owl-nav .owl-prev {
  background: url(../images/arrow-product-main-image-left.png) center left no-repeat;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-image-container .product-image-sticky .product-primary-image .owl-nav .owl-next {
  background: url(../images/arrow-product-main-image-right.png) center right no-repeat;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container {
  position: relative;
  z-index: 999;
  padding-top: 1.5rem;
  background-color: var(--color-white);
  padding-left: 2rem;
  width: 40%;
  padding-right: 1rem;
}
@media only screen and (max-width: 1023px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container {
    padding: 0;
    padding-top: 1.5rem;
    width: 90%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container {
    padding: 0;
    padding-top: 1.5rem;
    width: 100%;
  }
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top h1 {
  text-align: left;
  line-height: 1.25;
  color: inherit;
  font-size: 1.875rem;
  letter-spacing: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top h1 {
    font-size: 1.875rem;
    text-align: center;
  }
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .title-line-separator {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .title-line-separator {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .title-line-separator {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .title-line-separator .line-red {
  width: 2.5rem;
  height: 0.125rem;
  display: block;
  background-color: var(--color-error400);
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review {
  border: 0;
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review {
    margin: 0 0 2rem 0;
  }
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper {
  padding: 0;
  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: 1023px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper {
    -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;
  }
}
@media only screen and (max-width: 1023px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .p-w-r .pr-snippet-stars-reco-inline {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars {
    float: none;
  }
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet-stars-container {
  display: inline-block;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet-stars-container .pr-snippet-stars-png .pr-star-v4 {
  height: 15px;
  width: 15px;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write .pr-snippet-review-count {
  font-size: 0.875rem !important;
  margin-right: 1rem;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write .pr-snippet-review-count::before {
  width: 0;
}
@media only screen and (max-width: 768px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write .pr-snippet-review-count {
    padding: 0;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write .pr-snippet-review-count::before {
    width: 0;
  }
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a {
  color: #000000 !important;
  font-size: 1rem !important;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write .pr-snippet-write-review-link {
  display: none;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .pr-question-snippet-wrapper .p-w-r .pr-snippet-qa.pr-snippet-compact .pr-ask-question-link,
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .pr-question-snippet-wrapper .p-w-r .pr-snippet-qa.pr-snippet-minimal .pr-ask-question-link {
  display: none;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .pr-question-snippet-wrapper .p-w-r .pr-snippet-qa.pr-snippet-compact .pr-snippet-qa-metrics abbr.pr-qa-large,
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .pr-question-snippet-wrapper .p-w-r .pr-snippet-qa.pr-snippet-minimal .pr-snippet-qa-metrics abbr.pr-qa-large {
  display: none;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .pr-question-snippet-wrapper .p-w-r .pr-snippet-qa.pr-snippet-compact .pr-snippet-qa-metrics a.pr-snippet-qa-answer-link,
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .pr-question-snippet-wrapper .p-w-r .pr-snippet-qa.pr-snippet-minimal .pr-snippet-qa-metrics a.pr-snippet-qa-answer-link {
  color: var(--color-black) !important;
  text-decoration: underline;
  font-size: 0.875rem !important;
  text-transform: capitalize;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .pr-question-snippet-wrapper .p-w-r .pr-snippet-qa.pr-snippet-compact .pr-snippet-qa-metrics a.pr-snippet-qa-answer-link:hover,
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .pr-question-snippet-wrapper .p-w-r .pr-snippet-qa.pr-snippet-minimal .pr-snippet-qa-metrics a.pr-snippet-qa-answer-link:hover {
  text-decoration: none;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .pr-question-snippet-wrapper .p-w-r .pr-snippet-qa.pr-snippet-compact .pr-snippet-qa-metrics .pr-answered-question-circle,
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .pr-question-snippet-wrapper .p-w-r .pr-snippet-qa.pr-snippet-minimal .pr-snippet-qa-metrics .pr-answered-question-circle {
  border-radius: 0.2em;
  border: 1px solid #e2e8f0;
  background-color: #e2e8f0;
  color: var(--color-black);
  text-align: center;
  font-weight: 400;
  padding: 0.075rem 0.25rem;
  font-size: 0.875rem !important;
  margin-left: 0;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .pr-question-snippet-wrapper .p-w-r .pr-snippet-qa.pr-snippet-compact .pr-snippet-qa-metrics .pr-answered-question-circle:after, .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .pr-question-snippet-wrapper .p-w-r .pr-snippet-qa.pr-snippet-compact .pr-snippet-qa-metrics .pr-answered-question-circle:before,
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .pr-question-snippet-wrapper .p-w-r .pr-snippet-qa.pr-snippet-minimal .pr-snippet-qa-metrics .pr-answered-question-circle:after,
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-top .pdp-review .pr-snippet-wrapper .pr-question-snippet-wrapper .p-w-r .pr-snippet-qa.pr-snippet-minimal .pr-snippet-qa-metrics .pr-answered-question-circle:before {
  padding-top: 0;
  padding-bottom: 0;
  width: 0;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-bottom .product-choose-title {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-bottom .product-variations {
  width: 100%;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-info-bottom .product-monthly-container {
  border-top: 1px solid var(--color-gray200);
  padding-top: 1rem;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-information {
  width: 100%;
  line-height: normal;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-information .info-content {
  padding: 1rem;
  margin-top: 2rem;
  border: 1px solid var(--color-gray200);
}
@media only screen and (max-width: 768px) {
  .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-information .info-content {
    margin-top: 1rem;
  }
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-information .info-content .sub-title, .pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-information .info-content h3 {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1rem;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-information .info-content ul {
  margin-bottom: 1rem;
  padding-left: 1rem;
  list-style-type: disc;
  list-style-position: outside;
}
.pdp-variation-container.int_product_international .pdpWrapper .pdp-content .product-info-container .product-information .info-content ul li {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .pdp-variation-container.int_product_international .pdp-other-section {
    margin: 0 auto;
    max-width: 100%;
  }
}

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

body.bowflex .product-line.why-page.about .cms-block .bg {
  width: 55%;
}
body.bowflex .product-line.why-page h1.white,
body.bowflex .product-line.why-page h1.button.black,
body.bowflex .product-line.why-page h1.button.red {
  color: var(--color-white);
}
body.bowflex .product-line.why-page h1 .responsive-headline.white, body.bowflex .product-line.why-page h1 button.responsive-headline.black,
body.bowflex .product-line.why-page h1 .responsive-headline.button.black, body.bowflex .product-line.why-page h1 button.responsive-headline.red,
body.bowflex .product-line.why-page h1 .responsive-headline.button.red {
  color: var(--color-white);
}
body.bowflex .product-line.why-page .bowflex-home-gyms-why-block04_ss .cms-block.alt .bg {
  margin-top: 0px;
}
body.bowflex .product-line.why-page .bowflex-home-gyms-why-block04_ss .cms-block.alt .bg.right {
  margin-bottom: 10px;
}
body.bowflex .product-line.why-page .cms-block .bg {
  float: left;
}
body.bowflex .product-line.why-page .cms-block.alt .bg {
  float: left;
}
body.bowflex .product-line.why-page .cms-block.alt .bg.right {
  float: right;
}
body.bowflex .product-line.why-page .cms-block .bg.right {
  float: right;
}
body.bowflex .product-line.why-page .cms-block.left .infoblock {
  position: relative;
  width: 35%;
  margin: 6% 0 2%;
  right: 0 !important;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-block.left .infoblock {
    width: auto;
    margin: 0 15px 30px;
    text-align: left;
  }
  body.bowflex .product-line.why-page .cms-block.left .infoblock p.line {
    margin: 1.6em 0;
  }
  body.bowflex .product-line.why-page .cms-block.left .infoblock p.description {
    width: 100%;
    font-size: 0.75rem;
  }
}
body.bowflex .product-line.why-page .cms-block.right .infoblock {
  position: relative;
  width: 35%;
  margin: 6% 0 2%;
  right: 0 !important;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-block.right .infoblock {
    width: auto;
    margin: 0 15px 30px;
    text-align: left;
  }
  body.bowflex .product-line.why-page .cms-block.right .infoblock p.line {
    margin: 1.6em 0;
  }
  body.bowflex .product-line.why-page .cms-block.right .infoblock p.description {
    width: 100%;
    font-size: 0.75rem;
  }
}
body.bowflex .product-line.why-page .cms-block .wrapper2 {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
body.bowflex .product-line.why-page .cms-block .wrapper2 .trio {
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-block .wrapper2 .disclaimer {
    font-size: 0.625rem;
  }
}
body.bowflex .product-line.why-page .cms-block.appBlock01 .wrapper2 {
  text-align: center;
}
body.bowflex .product-line.why-page .cms-block.appBlock01 .wrapper2 .bg.trio {
  text-align: center;
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-block.appBlock01 .wrapper2 .bg.trio {
    margin: 0;
    width: 45%;
  }
}
body.bowflex .product-line.why-page .cms-block.appBlock01 .wrapper2 .source {
  display: block;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-block.appBlock01 .wrapper2 .source {
    font-size: 0.625rem;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-block.appBlock01 .wrapper2 h4 {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 480px) {
  body.bowflex .product-line.why-page .cms-block.appBlock01 .wrapper2 h4 {
    font-size: 0.875rem;
  }
}
body.bowflex .product-line.why-page .cms-block .wrapper2 .cms-block {
  max-width: 1200px;
  margin: auto;
  clear: both;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  body.bowflex .product-line.why-page .cms-block .infoblock {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-block .infoblock &gt; h2 {
    font-size: 1.875rem;
  }
}
body.bowflex .product-line.why-page .cms-block .infoblock ol {
  padding: 0;
  font-weight: 500;
  line-height: 1.5rem;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-block .infoblock ol {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
  }
}
body.bowflex .product-line.why-page .cms-block .infoblock p.description {
  width: 75%;
}
body.bowflex .product-line.why-page .cms-block .infoblock .owl-carousel .owl-item &gt; img {
  width: 100%;
}
body.bowflex .product-line.why-page .cms-block.right .infoblock {
  margin-right: 5%;
  float: right;
}
body.bowflex .product-line.why-page .cms-block.right.awardBlock02 .infoblock {
  margin-right: 13%;
}
body.bowflex .product-line.why-page .cms-block.appBlock03 .infoblock h2 {
  font-size: 3.438rem;
}
body.bowflex .product-line.why-page .cms-block.appBlock03 .infoblock h2 + p.line {
  margin: 2em auto;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-block.appBlock03 .infoblock .owl-carousel.just-dots {
    position: absolute;
    top: 600px;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 769px) {
  body.bowflex .product-line.why-page .cms-block.appBlock03 .infoblock .owl-carousel.just-dots {
    width: 50%;
    display: block !important;
    bottom: 95px;
  }
}
body.bowflex .product-line.why-page .cms-block.appBlock03 .infoblock #app-feature-screens {
  max-width: 270px;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-block.appBlock03 .infoblock #app-feature-screens {
    float: none;
    margin: 0 auto 20px auto;
  }
}
body.bowflex .product-line.why-page .cms-block.appBlock01 a.pi {
  border-bottom: 4px solid transparent;
}
body.bowflex .product-line.why-page .cms-block.appBlock01 a.pi.active, body.bowflex .product-line.why-page .cms-block.appBlock01 a.pi:hover {
  border-bottom: 6px solid var(--color-error400);
}
body.bowflex .product-line.why-page .cms-block.appBlock01 a.pi h4 {
  margin-bottom: 0.333em;
}
body.bowflex .product-line.why-page .cms-hero .responsive-headline .free {
  font-size: inherit;
  top: inherit;
  letter-spacing: inherit;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-hero .responsive-headline .free {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-hero .content-container .success {
    top: 18%;
  }
}
body.bowflex .product-line.why-page .cms-hero .content-container .video a.video-modal {
  display: block;
  color: var(--color-white);
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-hero .content-container .video a.video-modal {
    color: #000000;
  }
}
body.bowflex .product-line.why-page .cms-hero .content-container .video img {
  width: 58px;
  height: 52px;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-hero .content-container .video img {
    height: 30px;
    width: 31px;
    display: inline-block;
    margin-right: 0.7em;
  }
}
body.bowflex .product-line.why-page .cms-hero .content-container .video p {
  font-family: "Rauschen A", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  font-style: normal;
  color: var(--color-white);
  margin: 0.3em 0 0;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-hero .content-container .video p {
    display: inline-block;
    margin: 6px 0 0;
    vertical-align: top;
  }
}
body.bowflex .product-line.why-page .cms-hero p.title {
  top: 50%;
  width: auto;
  padding: 0 10px;
  margin: 0.5em 0 1em;
}
body.bowflex .product-line.why-page .cms-hero p.title.title-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .cms-hero p.title.title-mobile {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .global-ad-promo h4 {
    font-size: 1rem !important;
  }
}
@media only screen and (min-width: 769px) {
  body.bowflex .product-line.why-page.app h2 {
    font-size: 3.438rem;
  }
}
body.bowflex .product-line.why-page.app #app-feature-descriptions {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page.app #app-feature-descriptions {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 769px) {
  body.bowflex .product-line.why-page.app #app-feature-descriptions {
    width: 50%;
  }
}
body.bowflex .product-line.why-page.app #app-feature-descriptions .owl-stage .description {
  font-size: 1rem;
  margin: 0 auto;
}
body.bowflex .product-line.why-page.app #app-feature-descriptions .owl-stage:last-child ul {
  width: 76%;
  margin: 0 auto;
  text-align: center;
}
body.bowflex .product-line.why-page.app #app-feature-descriptions .owl-stage:last-child li:before {
  display: none;
}
body.bowflex .product-line.why-page.app #app-feature-descriptions .owl-stage:last-child strong {
  color: var(--color-error400);
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page.app #app-feature-descriptions .owl-stage h2 {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page.app #app-feature-descriptions {
    width: 100%;
  }
}
body.bowflex .product-line.why-page.app .content-container .responsive-headline {
  letter-spacing: 0.063rem;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page.app .content-container .responsive-headline {
    font-size: 3.125rem !important;
    line-height: 3.125rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  body.bowflex .product-line.why-page.app .content-container .responsive-headline {
    font-size: 2.5rem !important;
    white-space: nowrap;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page.app .content-container .responsive-headline .h-free {
    display: block;
    width: 100%;
  }
}
body.bowflex .product-line.why-page.app .content-container .responsive-headline {
  white-space: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page.app .content-container .responsive-headline {
    padding-right: 0 !important;
  }
}
body.bowflex .product-line.why-page.app #app-feature-screens .owl-nav {
  display: block;
}
body.bowflex .product-line.why-page.app #app-feature-screens .owl-nav .owl-prev, body.bowflex .product-line.why-page.app #app-feature-screens .owl-nav .owl-next {
  opacity: 1;
  top: 200px;
  position: relative;
  padding: 0;
  width: 0;
  height: 0;
}
body.bowflex .product-line.why-page.app #app-feature-screens .owl-nav .owl-prev {
  left: -35px;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-right: 12px solid #857F8A;
}
body.bowflex .product-line.why-page.app #app-feature-screens .owl-nav .owl-prev:hover {
  border-right: 12px solid #0C0015;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
}
@media only screen and (min-width: 769px) {
  body.bowflex .product-line.why-page.app #app-feature-screens .owl-nav .owl-prev {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page.app #app-feature-screens .owl-nav .owl-prev {
    left: -20px;
    margin: 0;
  }
}
body.bowflex .product-line.why-page.app #app-feature-screens .owl-nav .owl-next {
  right: -35px;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 12px solid #857F8A;
}
body.bowflex .product-line.why-page.app #app-feature-screens .owl-nav .owl-next:hover {
  border-left: 12px solid #0C0015;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
}
@media only screen and (min-width: 769px) {
  body.bowflex .product-line.why-page.app #app-feature-screens .owl-nav .owl-next {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page.app #app-feature-screens .owl-nav .owl-next {
    right: -20px;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .bowflex-maxtrainer-whymax-block0001_ss {
    display: none;
  }
}
body.bowflex .product-line.why-page .bowflex-maxtrainer-whymax-block0001_ss img {
  margin-top: 50px;
}
body.bowflex .product-line.why-page .bowflex-maxtrainer-whymax-block0001_ss h3 {
  font-size: 2.313rem;
}
body.bowflex .product-line.why-page .bowflex-maxtrainer-whymax-block0001_ss .title {
  font-size: 1rem;
}
body.bowflex .product-line.why-page .bowflex-maxtrainer-whymax-block0001_ss .description {
  font-size: 1rem;
  line-height: 1.188rem;
}
body.bowflex .product-line.why-page .bowflex-maxtrainer-whymax-block0001_ss .source {
  font: bold italic 10px "Lato", sans-serif;
}
body.bowflex .product-line.why-page .why-block.bowflex-maxtrainer-whymax-block07_ss {
  position: relative;
}
body.bowflex .product-line.why-page .why-block.bowflex-maxtrainer-whymax-block07_ss .infoblock {
  color: inherit;
  right: 0;
  top: 23%;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page .why-block.bowflex-maxtrainer-whymax-block07_ss .infoblock .line {
    line-height: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.bowflex .product-line.why-page .why-block.bowflex-maxtrainer-whymax-block07_ss .infoblock {
    top: 5%;
  }
}
@media only screen and (min-width: 769px) {
  body.bowflex .product-line.why-page .why-block.bowflex-maxtrainer-whymax-block07_ss .infoblock {
    width: 40%;
  }
}
body.bowflex .product-line.why-page .bowflex-maxtrainer-whymax-hero_ss .cms-hero {
  margin-bottom: 0;
}
body.bowflex .product-line.why-page .bowflex-maxtrainer-whymax-hero_ss .cms-hero .infoblock .video img {
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
body.bowflex .product-line.why-page .bowflex-maxtrainer-whymax-hero_ss .global-ad-promo {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.maxtrainer .cms-block.appBlock03 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.maxtrainer .cms-block.appBlock03 .infoblock .owl-carousel.just-dots {
    top: 444px;
  }
}
@media only screen and (min-width: 769px) {
  body.bowflex .product-line.maxtrainer .cms-block.appBlock03 .infoblock .owl-carousel.just-dots {
    bottom: 0;
  }
}
body.bowflex .product-line.maxtrainer .cms-block.appBlock03 .infoblock h2 {
  margin-top: 20px;
}
body.bowflex .product-line.maxtrainer .pl-landing-financing {
  margin: 21px 0 0;
}
body.bowflex .product-line.maxtrainer #app-feature-descriptions .owl-stage img {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  body.bowflex .product-line.trc .cms-block.appBlock03 .infoblock h2 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.trc .cms-block.appBlock03 .infoblock .owl-carousel.just-dots {
    top: 565px;
  }
}
@media only screen and (min-width: 769px) {
  body.bowflex .product-line.trc .cms-block.appBlock03 .infoblock .owl-carousel.just-dots {
    bottom: 110px;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.trc .cms-block.appBlock03, body.bowflex .product-line.maxtrainer .cms-block.appBlock03, body.bowflex .product-line.bst .cms-block.appBlock03 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.trc .cms-block.appBlock02, body.bowflex .product-line.maxtrainer .cms-block.appBlock02, body.bowflex .product-line.bst .cms-block.appBlock02 {
    position: relative;
    padding-bottom: 0;
  }
  body.bowflex .product-line.trc .cms-block.appBlock02 &gt; img, body.bowflex .product-line.maxtrainer .cms-block.appBlock02 &gt; img, body.bowflex .product-line.bst .cms-block.appBlock02 &gt; img {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 240px;
    margin: 0 auto;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  body.bowflex .product-line.trc .cms-block.appBlock02 .infoblock, body.bowflex .product-line.maxtrainer .cms-block.appBlock02 .infoblock, body.bowflex .product-line.bst .cms-block.appBlock02 .infoblock {
    text-align: center;
  }
  body.bowflex .product-line.trc .cms-block.appBlock02 .infoblock &gt; a, body.bowflex .product-line.maxtrainer .cms-block.appBlock02 .infoblock &gt; a, body.bowflex .product-line.bst .cms-block.appBlock02 .infoblock &gt; a {
    width: 115px;
  }
  body.bowflex .product-line.trc .cms-block.appBlock02 .infoblock h2, body.bowflex .product-line.trc .cms-block.appBlock02 .infoblock p, body.bowflex .product-line.maxtrainer .cms-block.appBlock02 .infoblock h2, body.bowflex .product-line.maxtrainer .cms-block.appBlock02 .infoblock p, body.bowflex .product-line.bst .cms-block.appBlock02 .infoblock h2, body.bowflex .product-line.bst .cms-block.appBlock02 .infoblock p {
    text-align: center;
  }
  body.bowflex .product-line.trc .cms-block.appBlock02 .infoblock p.line, body.bowflex .product-line.maxtrainer .cms-block.appBlock02 .infoblock p.line, body.bowflex .product-line.bst .cms-block.appBlock02 .infoblock p.line {
    margin: 1.6em auto;
  }
  body.bowflex .product-line.trc .cms-block.appBlock02 .infoblock &gt; h2, body.bowflex .product-line.maxtrainer .cms-block.appBlock02 .infoblock &gt; h2, body.bowflex .product-line.bst .cms-block.appBlock02 .infoblock &gt; h2 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.bst .cms-block.appBlock02 {
    padding-bottom: 0;
  }
  body.bowflex .product-line.bst .cms-block.appBlock02 &gt; img {
    left: 38%;
    max-width: 410px;
    width: 433px;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.app.trc .cms-block.alt.appBlock02 {
    padding-bottom: 225px;
  }
  body.bowflex .product-line.app.trc .cms-block.alt.appBlock02 &gt; img.bg.extended {
    left: 34%;
    max-width: 294px;
    width: 294px;
  }
}
body.bowflex .product-line.app.maxtrainer .cms-block.alt.appBlock02 {
  text-align: center;
}
body.bowflex .product-line.app.maxtrainer .cms-block.alt.appBlock02 &gt; img {
  display: inline-block;
  max-width: 550px;
  float: inherit;
  margin-top: -30px;
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.app.maxtrainer .cms-block.alt.appBlock02 &gt; img {
    float: left;
    position: relative;
  }
}
body.bowflex .product-line.home-gyms .product-line-body .pl-landing-info .infoblock {
  color: #000000;
}
@media only screen and (min-width: 769px) {
  body.bowflex .product-line.home-gyms .product-line-body .pl-landing-info .infoblock h3 {
    font-size: 4.063rem;
    margin: 0 0 0.5em;
  }
}
@media only screen and (min-width: 769px) {
  body.bowflex .product-line.home-gyms .product-line-body .pl-landing-info + .pl-finance-wrapper .pl-landing-financing {
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  body.bowflex .product-line.home-gyms .pl-compare .infoblock {
    width: 27%;
  }
}
@media only screen and (min-width: 769px) {
  body.bowflex .product-line.home-gyms .pl-compare .infoblock h3 {
    font-size: 4.063rem;
    margin: 0 0 0.5em;
  }
}
body.bowflex .product-line.home-gyms .video-modal &gt; p {
  color: #000000;
}
body.bowflex .product-line.why-page.why_home-gyms .bowflex-home-gyms-why-block05_ss .cms-block.alt .bg .miniduo {
  margin-right: 5%;
  width: 45%;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  body.bowflex .product-line.why-page.why_home-gyms .bowflex-home-gyms-why-block05_ss .cms-block.alt .bg .miniduo {
    width: 100%;
  }
  body.bowflex .product-line.why-page.why_home-gyms .bowflex-home-gyms-why-block05_ss .cms-block.alt .bg .miniduo img {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex .product-line.why-page.why_home-gyms .cms-hero p.title:not(.title-mobile) {
    display: none;
  }
}
body.bowflex .why_home-gyms .cms-block .cms-block-container {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.bowflex .why_home-gyms .cms-block .cms-block-container .bg {
  position: relative;
  float: none;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
body.bowflex .why_home-gyms .cms-block .cms-block-container .bg img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
}
body.bowflex .why_home-gyms .cms-block .cms-block-container .infoblock {
  float: none;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin: 120px 0;
  padding: 0 24px;
}
@media only screen and (max-width: 768px) {
  body.bowflex .why_home-gyms .cms-block .cms-block-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.bowflex .why_home-gyms .cms-block .cms-block-container .bg img {
    position: relative;
    width: 100%;
  }
  body.bowflex .why_home-gyms .cms-block .cms-block-container .infoblock {
    padding: 0 16px;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  body.bowflex .why_home-gyms .cms-block .cms-block-container .infoblock .line {
    margin: 1em 0;
  }
  body.bowflex .why_home-gyms .cms-block .cms-block-container .infoblock .description {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  body.bowflex .why_home-gyms .cms-block .cms-block-container .infoblock {
    margin: 32px 0;
  }
}
body.bowflex .why_home-gyms .cms-block.left .cms-block-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.bowflex .why_home-gyms .cms-block.left .cms-block-container .bg img {
  left: 0;
}
body.bowflex .why_home-gyms .cms-block.left .cms-block-container .infoblock {
  left: 0;
}
@media only screen and (max-width: 768px) {
  body.bowflex .why_home-gyms .cms-block.left .cms-block-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.bowflex .why_home-gyms .cms-block.right .cms-block-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.bowflex .why_home-gyms .cms-block.right .cms-block-container .bg img {
  right: 0;
}
@media only screen and (max-width: 768px) {
  body.bowflex .why_home-gyms .cms-block.right .cms-block-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  body.bowflex .why_home-gyms .cms-block .bg img {
    max-width: 690px;
  }
}
@media only screen and (min-width: 769px) {
  body.bowflex .why_home-gyms .cms-block.right .bg {
    text-align: right;
  }
  body.bowflex .why_home-gyms .cms-block.right .bg .miniduo {
    text-align: center;
  }
}
body.bowflex .why_home-gyms .bowflex-home-gyms-why-block05_ss .cms-block .cms-block-container .bg .miniduo {
  width: 45%;
  float: left;
  text-align: center;
  margin: 70px 5% 70px 0;
}
body.bowflex .why_home-gyms .bowflex-home-gyms-why-block05_ss .cms-block .cms-block-container .bg .miniduo img {
  position: relative;
}
body.bowflex .why_home-gyms .bowflex-home-gyms-why-block05_ss .cms-block .cms-block-container .bg .miniduo img.guide-img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  body.bowflex .why_home-gyms .bowflex-home-gyms-why-block05_ss .cms-block .cms-block-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body.bowflex .why_home-gyms .bowflex-home-gyms-why-block05_ss .cms-block .cms-block-container .bg .miniduo {
    padding: 0 16px;
    width: 100%;
    margin: 24px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body.bowflex .why_home-gyms .bowflex-home-gyms-why-block05_ss .cms-block .cms-block-container .bg .miniduo:last-child {
    margin: 24px 0;
  }
}
body.bowflex .bowflex-maxtrainer-whymax-block03_ss p sup {
  top: -0.6em;
  font-size: 0.5rem;
}
body.bowflex .product-cms-area .product-success-stories .source {
  display: none;
}
body.bowflex .product-cms-area .product-success-stories.owl-carousel:not(#owl-homepage-hero) .owl-dots {
  display: block !important;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
body.bowflex .product-cms-area .product-success-stories.owl-carousel:not(#owl-homepage-hero) .owl-dots .owl-dot span {
  background: none;
  border: 2px solid #CBCDCE;
}
body.bowflex .product-cms-area .product-success-stories.owl-carousel:not(#owl-homepage-hero) .owl-dots .owl-dot:hover span {
  background: #CBCDCE;
}
body.bowflex .product-cms-area .product-success-stories.owl-carousel:not(#owl-homepage-hero) .owl-dots .owl-dot.active span {
  background: #CBCDCE;
}

@media only screen and (max-width: 768px) {
  .phone-icon {
    display: none;
  }
}

/****** 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 &gt; li {
  display: inline-block;
  margin-left: -0.25rem;
}
.product-line-nav ul.top-level &gt; li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level &gt; li {
    display: block;
    margin-left: 0;
  }
  .product-line-nav ul.top-level &gt; li:first-child a:hover {
    background: transparent;
    color: var(--color-gray600);
    cursor: default;
  }
}
.product-line-nav ul.top-level &gt; li &gt; 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 &gt; li &gt; a {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level &gt; li &gt; 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 &gt; li &gt; 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 &gt; li &gt; a:hover {
    border-left: 3px solid transparent;
    border-bottom: 1px solid #292929;
    color: var(--color-gray300);
  }
}
.product-line-nav ul.top-level &gt; li &gt; 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 &gt; li &gt; a.active {
    border-left: 3px solid var(--color-error400);
    border-bottom: 1px solid #292929;
  }
}
.product-line-nav ul.top-level &gt; li &gt; a.models_link {
  margin: 0;
  padding: 1rem 1.25rem;
  position: relative;
}
.product-line-nav ul.top-level &gt; li &gt; a.models_link span {
  padding-right: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level &gt; li &gt; a.models_link span {
    display: inline-block;
    width: 100%;
  }
  .product-line-nav ul.top-level &gt; li &gt; a.models_link span {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.product-line-nav ul.top-level &gt; li &gt; 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 &gt; li &gt; a.models_link .icon {
  font-weight: 500;
  font-size: 1.125rem;
  position: absolute;
  right: 1.2rem;
  top: 1rem;
}
.product-line-nav ul.top-level &gt; li &gt; a.models_link:hover {
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level &gt; li &gt; a.models_link:hover {
    border-left: 3px solid transparent;
    border-bottom: 1px solid #292929;
    color: var(--color-gray300);
  }
}
.product-line-nav ul.top-level &gt; li &gt; 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 &gt; li &gt; 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 &gt; li &gt; a.models_link:hover span {
    border-bottom: 3px solid transparent;
  }
}
.product-line-nav ul.top-level &gt; li &gt; a.models_link.active {
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level &gt; li &gt; a.models_link.active {
    border-bottom: 1px solid transparent;
  }
}
.product-line-nav ul.top-level &gt; li &gt; a.models_link.active:hover span {
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level &gt; li &gt; a.models_link.active:hover span {
    border-bottom: 0px solid transparent;
  }
}
.product-line-nav ul.top-level &gt; li &gt; a.models_link.highlight {
  color: var(--color-gray200);
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level &gt; li &gt; a.models_link.highlight {
    border-left: 3px solid var(--color-error400);
    border-bottom: 1px solid #292929;
  }
}
.product-line-nav ul.top-level &gt; li &gt; 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 &gt; li &gt; a.models_link.highlight span {
    border-bottom: 0px solid transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.product-line-nav ul.top-level &gt; li &gt; a.models_link.highlight.active span {
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.top-level &gt; li &gt; a.models_link.highlight.active span {
    border-bottom: 0px solid transparent;
  }
}
.product-line-nav ul.top-level &gt; li &gt; 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 &gt; li &gt; 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 &gt; 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 &gt; li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .product-line-nav ul.sub-level &gt; 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 &gt; li:nth-of-type(even) a {
    border-right: none;
  }
}
.product-line-nav ul.sub-level &gt; li a {
  display: block;
  min-height: 150px;
  text-decoration: none;
  text-align: center;
}
.product-line-nav ul.sub-level &gt; li a img {
  margin-top: 2em;
  max-width: 90%;
}
.product-line-nav ul.sub-level &gt; 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 =&gt; 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;
		&amp;: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;
			&amp;:first-child {
				border: none;
			}
		}
		a {
			color: $white;
			text-decoration: none;
			&amp;:active {
				color: $citrus;
			}
			@media screen and (min-width: 769px) {
				color: $nobel;
				transition: color .5s ease;
				&amp;: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;
			&amp;.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;
				&amp;: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;
  /* &amp;:first-of-type {
  	padding-left: 0;
  }

  &amp;: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, .header-search body.gateway button.black, body.gateway .header-search button.black,
.header-search body.gateway .button.black,
body.gateway .header-search .button.black, .header-search body.gateway button.red, body.gateway .header-search button.red,
.header-search body.gateway .button.red,
body.gateway .header-search .button.red {
  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, .header-search body.gateway button.black, body.gateway .header-search button.black,
  .header-search body.gateway .button.black,
  body.gateway .header-search .button.black, .header-search body.gateway button.red, body.gateway .header-search button.red,
  .header-search body.gateway .button.red,
  body.gateway .header-search .button.red {
    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 =&gt; 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;
  }
}

body.gateway {
  /****** Main Navigation *******/
  /****** Product Line Navigation ******/
  /****** Main Navigation *******/
  /*********************
  SITE GENESIS =&gt; 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;
  		&amp;: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;
  			&amp;:first-child {
  				border: none;
  			}
  		}
  		a {
  			color: $white;
  			text-decoration: none;
  			&amp;:active {
  				color: $citrus;
  			}
  			@media screen and (min-width: 769px) {
  				color: $nobel;
  				transition: color .5s ease;
  				&amp;: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;
  			&amp;.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;
  				&amp;:hover {
  					color: $citrus;
  				}
  			}
  		}
  	}
  }
  */
  /*********************
  SITE GENESIS =&gt; REMOVE
  **********************/
}
body.gateway #navigation {
  position: relative;
  z-index: 1000;
}
body.gateway #navigation .inner-wrapper {
  padding: 0 1%;
}
@media only screen and (max-width: 768px) {
  body.gateway #navigation {
    width: 100%;
  }
  body.gateway #navigation .inner-wrapper {
    padding: 0 0.75rem;
  }
}
body.gateway .header-nav-open,
body.gateway .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) {
  body.gateway .header-nav-open,
  body.gateway .header-nav-close {
    display: none;
  }
}
body.gateway .header-nav-open:focus,
body.gateway .header-nav-close:focus {
  outline: 1px dotted black;
  outline: -webkit-focus-ring-color auto 5px;
}
body.gateway .header-nav-open {
  display: block;
}
.container.opened body.gateway .header-nav-open {
  display: none;
}
body.gateway .header-nav-close {
  display: none;
}
.container.opened body.gateway .header-nav-close {
  display: block;
}
body.gateway .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;
}
body.gateway .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);
}
body.gateway .navigation-mobile.opened {
  left: 1px;
}
@media only screen and (max-width: 768px) {
  body.gateway .navigation-mobile {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  body.gateway .navigation-mobile {
    display: none;
  }
}
body.gateway .navigation-mobile .header-nav-close {
  float: right;
  padding: 0.625rem;
}
body.gateway .product-line-nav {
  background: #1a1a1a;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  body.gateway .product-line-nav {
    position: relative;
    z-index: 0;
  }
}
body.gateway .product-line-nav .explore {
  text-transform: uppercase;
  font: 0.75rem "Rauschen A", sans-serif;
  font-weight: 500;
  padding: 1rem 1.25rem;
  cursor: pointer;
}
body.gateway .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);
}
body.gateway .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;
}
body.gateway .product-line-nav .explore span {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.gateway .product-line-nav .explore span.up {
  background-image: url(../images/arrow-prodline-up.png);
}
body.gateway .product-line-nav ul.top-level {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}
body.gateway .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) {
  body.gateway .product-line-nav ul.top-level {
    display: none;
    width: 100%;
    text-align: left;
  }
  body.gateway .product-line-nav ul.top-level.active {
    display: block;
  }
}
body.gateway .product-line-nav ul.top-level.selecttech-dumbbells a.success_link {
  display: none;
}
body.gateway .product-line-nav ul.top-level &gt; li {
  display: inline-block;
  margin-left: -0.25rem;
}
body.gateway .product-line-nav ul.top-level &gt; li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  body.gateway .product-line-nav ul.top-level &gt; li {
    display: block;
    margin-left: 0;
  }
  body.gateway .product-line-nav ul.top-level &gt; li:first-child a:hover {
    background: transparent;
    color: var(--color-gray600);
    cursor: default;
  }
}
body.gateway .product-line-nav ul.top-level &gt; li &gt; 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) {
  body.gateway .product-line-nav ul.top-level &gt; li &gt; a {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .product-line-nav ul.top-level &gt; li &gt; 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;
  }
}
body.gateway .product-line-nav ul.top-level &gt; li &gt; a:hover {
  border-bottom: 3px solid var(--color-error400);
  color: var(--color-gray200);
}
@media only screen and (max-width: 768px) {
  body.gateway .product-line-nav ul.top-level &gt; li &gt; a:hover {
    border-left: 3px solid transparent;
    border-bottom: 1px solid #292929;
    color: var(--color-gray300);
  }
}
body.gateway .product-line-nav ul.top-level &gt; li &gt; a.active {
  border-bottom: 3px solid var(--color-error400);
  color: var(--color-gray200);
}
@media only screen and (max-width: 768px) {
  body.gateway .product-line-nav ul.top-level &gt; li &gt; a.active {
    border-left: 3px solid var(--color-error400);
    border-bottom: 1px solid #292929;
  }
}
body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link {
  margin: 0;
  padding: 1rem 1.25rem;
  position: relative;
}
body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link span {
  padding-right: 1.25rem;
}
@media only screen and (max-width: 768px) {
  body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link span {
    display: inline-block;
    width: 100%;
  }
  body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link span {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link span.up + i {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link .icon {
  font-weight: 500;
  font-size: 1.125rem;
  position: absolute;
  right: 1.2rem;
  top: 1rem;
}
body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link:hover {
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 768px) {
  body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link:hover {
    border-left: 3px solid transparent;
    border-bottom: 1px solid #292929;
    color: var(--color-gray300);
  }
}
body.gateway .product-line-nav ul.top-level &gt; li &gt; 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) {
  body.gateway .product-line-nav ul.top-level &gt; li &gt; 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) {
  body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link:hover span {
    border-bottom: 3px solid transparent;
  }
}
body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link.active {
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 768px) {
  body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link.active {
    border-bottom: 1px solid transparent;
  }
}
body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link.active:hover span {
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 768px) {
  body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link.active:hover span {
    border-bottom: 0px solid transparent;
  }
}
body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link.highlight {
  color: var(--color-gray200);
}
@media only screen and (max-width: 768px) {
  body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link.highlight {
    border-left: 3px solid var(--color-error400);
    border-bottom: 1px solid #292929;
  }
}
body.gateway .product-line-nav ul.top-level &gt; li &gt; 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) {
  body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link.highlight span {
    border-bottom: 0px solid transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}
body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link.highlight.active span {
  border-bottom: 3px solid transparent;
}
@media only screen and (max-width: 768px) {
  body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link.highlight.active span {
    border-bottom: 0px solid transparent;
  }
}
body.gateway .product-line-nav ul.top-level &gt; li &gt; 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) {
  body.gateway .product-line-nav ul.top-level &gt; li &gt; a.models_link.active {
    background: #1a1a1a;
    color: var(--color-gray300);
  }
}
body.gateway .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) {
  body.gateway .product-line-nav ul.sub-level {
    width: 1200px;
  }
}
body.gateway .product-line-nav ul.sub-level.active {
  display: block;
}
@media only screen and (max-width: 768px) {
  body.gateway .product-line-nav ul.sub-level {
    position: relative;
    top: 0;
    padding: 0;
  }
}
body.gateway .product-line-nav ul.sub-level &gt; 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;
}
body.gateway .product-line-nav ul.sub-level &gt; li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  body.gateway .product-line-nav ul.sub-level &gt; li {
    width: 49.5%;
    text-align: center;
    border-bottom: 1px solid var(--color-gray300);
    min-height: 195px;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .product-line-nav ul.sub-level &gt; li:nth-of-type(even) a {
    border-right: none;
  }
}
body.gateway .product-line-nav ul.sub-level &gt; li a {
  display: block;
  min-height: 150px;
  text-decoration: none;
  text-align: center;
}
body.gateway .product-line-nav ul.sub-level &gt; li a img {
  margin-top: 2em;
  max-width: 90%;
}
body.gateway .product-line-nav ul.sub-level &gt; li a p {
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: none;
  margin: 1em 0;
}
body.gateway .menu-category {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 54%;
  float: left;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .menu-category {
    width: 56%;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .menu-category {
    width: 100%;
    text-align: left;
    padding-top: 2rem;
  }
}
body.gateway .menu-category.level-1 li.tabEnter &gt; a {
  border-color: var(--color-error400);
  color: var(--color-error400);
}
body.gateway .menu-category.level-1 li.tabEnter li a:focus {
  color: var(--color-error400);
}
body.gateway .menu-category.level-1 &gt; li {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  body.gateway .menu-category.level-1 &gt; li {
    display: block;
    border-bottom: 1px solid var(--color-gray300);
  }
  body.gateway .menu-category.level-1 &gt; li:first-child a {
    padding-top: 0;
    background-position: right 6px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  body.gateway .menu-category.level-1 &gt; li:first-child a .standard {
    display: block;
    font: 0.875rem "Rauschen A", sans-serif;
    font-weight: 500;
    font-weight: 500;
    line-height: 1.375rem;
  }
}
body.gateway .menu-category.level-1 &gt; li.opened &gt; a {
  padding-bottom: 0;
  color: var(--color-error400);
}
body.gateway .menu-category.level-1 &gt; li.opened &gt; a span {
  background-image: url(../images/arrow-up.png);
}
body.gateway .menu-category.level-1 &gt; li:last-child span {
  border: none;
  padding-right: 0;
}
body.gateway .menu-category.level-1 &gt; li .top-cat {
  cursor: pointer;
}
body.gateway .menu-category.level-1 &gt; li a {
  color: #000000;
  display: block;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: none;
  text-decoration: none;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .menu-category.level-1 &gt; li a {
    font-size: 1.125rem;
  }
}
body.gateway .menu-category.level-1 &gt; li a:hover, body.gateway .menu-category.level-1 &gt; li a:focus {
  color: var(--color-error400);
}
body.gateway .menu-category.level-1 &gt; li &gt; a {
  border-bottom: 3px solid transparent;
  font-family: "Rauschen A", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: none;
  padding: 1.313rem 0 1.063rem;
}
@media only screen and (max-width: 768px) {
  body.gateway .menu-category.level-1 &gt; li &gt; a {
    border: none;
    padding: 1.063rem 0;
    margin: 0 0.938rem;
  }
}
body.gateway .menu-category.level-1 &gt; li &gt; a:hover {
  border-color: var(--color-error400);
}
@media only screen and (max-width: 768px) {
  body.gateway .menu-category.level-1 &gt; li &gt; a:hover {
    border: none;
  }
}
body.gateway .menu-category.level-1 &gt; li span {
  border-right: 1px solid var(--color-gray300);
  padding: 0 1.188rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .menu-category.level-1 &gt; li span {
    padding: 0 0.625rem;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .menu-category.level-1 &gt; li span {
    border-right: none;
    padding: 0.625rem 0 0;
    float: right;
    width: 15px;
    height: 10px;
    background: url(../images/arrow-down.png) no-repeat center right;
  }
}
body.gateway .level-2 {
  clear: left;
  display: none;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2), 0 6px 20px -5px rgba(60, 60, 60, 0.2);
          box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2), 0 6px 20px -5px rgba(60, 60, 60, 0.2);
  padding: 1em;
  z-index: 10000;
}
body.gateway .level-2 .owl-nav {
  top: 40%;
}
body.gateway .level-2 .owl-carousel {
  z-index: initial;
}
body.gateway .level-2 .arrowStage {
  position: absolute;
  width: 6%;
  height: 88%;
  background-color: var(--color-white);
  z-index: 5;
  top: 25px;
}
@media only screen and (max-width: 768px) {
  body.gateway .level-2 .arrowStage {
    display: none;
  }
}
body.gateway .level-2 .arrowStage.right {
  display: none;
  right: 0;
  border-left: 2px solid var(--color-gray300);
}
body.gateway .level-2 .arrowStage.left {
  display: none;
  left: 0;
  border-right: 2px solid var(--color-gray300);
}
body.gateway .level-2 .owl-nav .owl-prev,
body.gateway .level-2 .owl-nav .owl-next {
  position: relative;
  opacity: 1;
  width: 3%;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 2.813rem;
  color: #545759;
  z-index: 10;
  height: 88%;
  top: -136px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .level-2 .owl-nav .owl-prev,
  body.gateway .level-2 .owl-nav .owl-next {
    font-size: 2.188rem;
  }
}
body.gateway .level-2 .owl-nav .owl-prev .fas, body.gateway .level-2 .owl-nav .owl-prev .far,
body.gateway .level-2 .owl-nav .owl-next .fas,
body.gateway .level-2 .owl-nav .owl-next .far {
  margin-top: 8.438rem;
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  body.gateway .level-2 .owl-nav .owl-prev .fas, body.gateway .level-2 .owl-nav .owl-prev .far,
  body.gateway .level-2 .owl-nav .owl-next .fas,
  body.gateway .level-2 .owl-nav .owl-next .far {
    margin-top: 6.563rem;
  }
}
body.gateway .level-2 .owl-nav .owl-prev .fas:hover, body.gateway .level-2 .owl-nav .owl-prev .far:hover,
body.gateway .level-2 .owl-nav .owl-next .fas:hover,
body.gateway .level-2 .owl-nav .owl-next .far:hover {
  color: var(--color-error400);
}
@media only screen and (max-width: 768px) {
  body.gateway .level-2 {
    position: relative;
    margin: 1.063rem 0;
    border-top: 1px solid var(--color-gray300);
  }
  body.gateway .level-2 {
    -webkit-box-shadow: inset -7px 7px 9px -7px rgba(60, 60, 60, 0.2);
    -o-box-shadow: inset -7px 7px 9px -7px rgba(60, 60, 60, 0.2);
    box-shadow: inset -7px 7px 9px -7px rgba(60, 60, 60, 0.2);
  }
}
.level-1 li:hover body.gateway .level-2 {
  display: block;
}
@media only screen and (max-width: 768px) {
  .level-1 li:hover body.gateway .level-2 {
    display: none;
  }
}
.level-1 li.tabEnter body.gateway .level-2 {
  display: block;
}
@media only screen and (max-width: 768px) {
  .level-1 li.tabEnter body.gateway .level-2 {
    display: none;
  }
}
.level-1 li.products:hover body.gateway .level-2 {
  opacity: 1;
  visibility: visible;
}
.level-1 li.products.tabEnter body.gateway .level-2 {
  opacity: 1;
  visibility: visible;
}
body.gateway .level-2.content-nav {
  display: none;
  right: 28%;
  left: 27%;
}
@media only screen and (max-width: 768px) {
  body.gateway .level-2.content-nav {
    right: 0;
    left: 0;
  }
}
body.gateway .level-2.content-nav li {
  display: block;
  text-align: left;
  width: 100%;
}
body.gateway .level-2.content-nav li:nth-of-type(2n) {
  margin: 0;
}
body.gateway .level-2.content-nav li div {
  float: left;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  body.gateway .level-2.content-nav li div {
    width: 100%;
  }
}
body.gateway .level-2.content-nav li a {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  line-height: 1.375rem;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  body.gateway .level-2.content-nav li a {
    border: none;
    height: auto;
    padding: 0.5em 0;
  }
}
body.gateway .level-2.content-nav li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.gateway .level-2 &gt; ul {
  padding-left: 0;
  float: left;
  text-align: center;
  width: 100%;
}
body.gateway .level-2 &gt; ul div li {
  display: inline-block;
  /*width: 19%;*/
}
body.gateway .level-2 &gt; ul div li a {
  padding: 0.5em 1rem;
}
@media only screen and (max-width: 768px) {
  body.gateway .level-2 &gt; ul div li a {
    padding: 0;
  }
}
body.gateway .level-2 &gt; ul &gt; li {
  list-style: none;
  float: none;
  display: inline-block;
  width: 19%;
}
body.gateway .level-2 &gt; ul &gt; li:nth-of-type(2n) {
  margin: 0 2% 0 -0.25rem;
}
@media only screen and (max-width: 768px) {
  body.gateway .level-2 &gt; ul &gt; li {
    min-width: 1em;
    width: 49.5%;
    float: left;
    display: block;
  }
  body.gateway .level-2 &gt; ul &gt; li:nth-of-type(odd) {
    clear: both;
    margin: 0;
  }
  body.gateway .level-2 &gt; ul &gt; li:last-child {
    margin: 0 auto;
  }
}
body.gateway .level-2 &gt; ul &gt; li a {
  padding: 0.5em 1rem;
}
@media only screen and (max-width: 768px) {
  body.gateway .level-2 &gt; ul &gt; li a {
    height: 200px;
    font-size: 0.875rem !important;
    border-bottom: none;
    padding: 0;
  }
  body.gateway .level-2 &gt; ul &gt; li a div {
    margin-bottom: 0.7em;
  }
}
body.gateway .level-2 &gt; ul &gt; li a img {
  display: inline-block;
  margin-bottom: 0.7em;
}
body.gateway .level-2 .menu-vertical &gt; li &gt; a:first-child {
  padding-top: 1em;
}
body.gateway .level-2 .menu-horizontal {
  float: none;
}
body.gateway .level-2 .menu-horizontal &gt; li {
  float: left;
}
body.gateway .level-2 .menu-horizontal &gt; li:last-child {
  border-right: none;
}
body.gateway .level-2 .product-classification div {
  display: inline-block;
  padding-top: 0.75rem !important;
  font: 0.875rem "Rauschen A", sans-serif;
  color: var(--color-gray600);
  text-align: center;
  margin-right: 2%;
}
body.gateway .level-2 .product-classification div:last-child {
  margin-right: 0;
}
body.gateway .level-2 .product-classification div.double {
  width: 38%;
}
body.gateway .level-2 .product-classification div.single {
  width: 19%;
}
@media only screen and (max-width: 768px) {
  body.gateway .level-2 .double, body.gateway .level-2 .single {
    font: 0.75rem "Rauschen A", sans-serif;
    color: var(--color-gray600);
    padding-bottom: 0.563rem;
  }
}
body.gateway .level-2 .banner {
  float: left;
}
.level-1 &gt; .active body.gateway .level-2 {
  display: block;
}
body.gateway .products .level-2 {
  display: block;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  body.gateway .products .level-2 {
    display: none;
    opacity: 1;
    visibility: visible;
  }
}
body.gateway body.gateway .header-above-nav {
  margin: 0 auto 0px auto;
}
body.gateway body.gateway .header-above-nav .menu-category {
  width: 70%;
  margin-left: 12%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway body.gateway .header-above-nav .menu-category {
    width: 90%;
    margin-left: 10%;
  }
}
body.gateway body.gateway .header-above-nav .menu-category.level-1 &gt; li {
  position: relative;
  z-index: 1000;
}
body.gateway body.gateway .header-above-nav .menu-category.level-1 &gt; li a {
  font-family: "Rauschen B";
  font-weight: 500;
  font-size: 0.938rem;
  padding: 30px 0 0;
}
@media only screen and (max-width: 768px) {
  body.gateway body.gateway .menu-category.level-1 &gt; li span {
    background: none;
  }
}
body.gateway body.gateway .header-nav-open,
body.gateway body.gateway .header-nav-close {
  padding: 1em 0.5em 0.5em 0.5em;
}
body.gateway .menu-utility-user {
  margin: 0;
  padding: 0;
  float: right;
  top: 0.2em;
}
body.gateway .menu-utility-user li {
  list-style: none;
  padding: 0 1.5rem 0 0;
  float: left;
  text-align: center;
}
body.gateway .menu-utility-user li a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  body.gateway .menu-utility-user li.account span {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  body.gateway .menu-utility-user .user-info {
    position: relative;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
  }
  body.gateway .menu-utility-user .user-info.active .user-login {
    color: #84bd00;
  }
  body.gateway .menu-utility-user .user-info.active .user-panel {
    opacity: 1;
    visibility: visible;
  }
}
body.gateway .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;
}
body.gateway .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) {
  body.gateway .menu-utility-user .user-info .user-panel h3 {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  body.gateway .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;
  }
}
body.gateway .menu-utility-user .user-info .user-panel .user-links {
  padding-left: 1.5rem;
}
@media screen and (min-width: 769px) {
  body.gateway .menu-utility-user .user-info .user-panel .user-links {
    padding-left: 0;
  }
}
body.gateway .menu-utility-user .user-info .user-panel a {
  color: #84bd00;
  display: block;
  padding: 0.5rem 0;
}
@media screen and (min-width: 769px) {
  body.gateway .menu-utility-user .user-info .user-panel a {
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
body.gateway .menu-utility-user .user-info .user-panel .user-logout {
  color: var(--color-white);
  margin-top: 0.5rem;
  padding: 0.5em 2em;
  text-transform: uppercase;
}
body.gateway .menu-utility-user .user-info .user-panel .user-logout:hover {
  color: #84bd00;
}
body.gateway .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) {
  body.gateway .country-selector {
    right: 0;
    left: -80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  body.gateway .country-selector {
    left: 0;
  }
}
.mobile body.gateway .country-selector {
  position: relative;
  top: 12px;
  right: 0;
  left: 16px;
}
body.gateway .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) {
  body.gateway .country-selector .selector {
    padding: 0.5em 1em;
  }
}
body.gateway .country-selector .selector.active {
  display: block;
}
body.gateway .country-selector .current-country {
  cursor: pointer;
  padding: 0;
  text-align: center;
}
body.gateway .country-selector .current-country.selector-active .selector-icon {
  left: 5px;
  position: relative;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
body.gateway .country-selector .current-country.selector-active {
  border-bottom: none;
  padding-bottom: 0;
}
body.gateway .country-selector .current-country span {
  text-transform: capitalize;
}
body.gateway .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);
}
body.gateway .country-selector .country a {
  text-decoration: none;
  text-transform: capitalize;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
body.gateway .country-selector .country a:hover {
  text-decoration: underline !important;
}
body.gateway .country-selector .locale {
  display: inline-block;
  padding: 0 0 0.313rem 0;
  vertical-align: middle;
  -webkit-tap-highlight-color: initial;
  /* &amp;:first-of-type {
  	padding-left: 0;
  }

  &amp;:last-of-type {
  	border-right: none;
  	padding-right: 0;
  } */
}
@media only screen and (max-width: 768px) {
  body.gateway .country-selector .locale {
    padding: 0.313rem 0.625rem;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .navigation-mobile .mobile-lang-selector .country-selector .selector {
    margin: 0.5em 0.9em;
  }
}
body.gateway .top-banner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1%;
  position: relative;
}
body.gateway .header-above-nav {
  max-width: 1180px;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .header-above-nav {
    max-width: 94%;
  }
}
body.gateway .utility {
  border-bottom: 1px solid var(--color-gray300);
  height: 38px;
  line-height: 2.375rem;
  max-width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  body.gateway .utility {
    height: inherit;
    border: none;
  }
}
body.gateway .utility .promo-global, body.gateway .utility .right {
  width: 100%;
  float: left;
  font-weight: 500;
  position: relative;
}
body.gateway .utility .right {
  z-index: 9999;
}
body.gateway .utility .right .contactus a {
  text-decoration: none;
}
body.gateway .utility .top-tabs {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.gateway .utility .promo-global {
    width: 100%;
    text-align: center;
  }
}
body.gateway .utility .promo-global .red {
  color: var(--color-error400);
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .utility {
    max-width: 94%;
  }
}
body.gateway div.primary-logo {
  line-height: normal;
  font-size: 0.875rem;
  margin: 5px 0 0;
  width: 240px;
  float: left;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway div.primary-logo {
    width: 180px;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway div.primary-logo {
    padding: 0.7em 0 0 0.3em;
    margin: 0 0 0 0.8em;
    width: 160px;
    height: 30px;
  }
}
body.gateway div.primary-logo a {
  display: block;
}
body.gateway div.primary-logo a img {
  vertical-align: top;
  display: block;
  width: 100%;
  height: auto;
}
body.gateway .header-mobile {
  overflow: hidden;
  position: relative;
}
body.gateway .header-search {
  color: #000000;
  width: 21%;
  float: right;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .header-search {
    width: 19%;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .header-search {
    width: 100%;
    margin: 13px 0 28px;
  }
}
body.gateway .header-search form {
  width: 100%;
  margin-top: 15px;
  float: right;
  border: 1px solid var(--color-gray300);
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .header-search form {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .header-search form {
    width: 94%;
    float: none;
    margin: 0 auto;
  }
}
body.gateway .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) {
  body.gateway .header-search input[type=text] {
    height: 38px;
    line-height: 2.375rem;
  }
}
body.gateway .header-search button,
body.gateway .header-search .button.black,
body.gateway .header-search .button.red,
body.gateway .header-search .button.white.invert {
  background-color: transparent;
  border: none;
  padding: 2px 0 0 15px !important;
}
@media only screen and (max-width: 768px) {
  body.gateway .header-search button,
  body.gateway .header-search .button.black,
  body.gateway .header-search .button.red,
  body.gateway .header-search .button.white.invert {
    padding-top: 10px !important;
  }
}
body.gateway .phone-icon,
body.gateway .mobile-account {
  float: right;
  padding: 0.7em 1em 0 0;
}
.navigation-mobile body.gateway .phone-icon,
.navigation-mobile body.gateway .mobile-account {
  float: left;
  width: 100%;
  padding: 1.3em 1.3em 0;
}
.navigation-mobile body.gateway .phone-icon,
.navigation-mobile body.gateway .mobile-account {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation-mobile body.gateway .phone-icon a,
.navigation-mobile body.gateway .mobile-account a {
  text-decoration: none;
}
.navigation-mobile body.gateway .phone-icon span:first-child,
.navigation-mobile body.gateway .mobile-account span:first-child {
  width: 30px;
  display: inline-block;
}
body.gateway .header-banner {
  display: block;
}
body.gateway .header-banner .header-promotion {
  background-color: #64772d;
  color: var(--color-white);
  padding: 3px 0 2px;
  text-align: center;
}
body.gateway .currency-converter {
  width: 100%;
}
body.gateway .currency-converter select {
  color: #000000;
  height: 40px;
  width: 90%;
}
@media screen and (min-width: 769px) {
  body.gateway .currency-converter {
    margin-top: 0;
    position: absolute;
    right: 0.8em;
    top: 1.4em;
    width: auto;
  }
  body.gateway .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 1px;
    width: auto;
  }
}
body.gateway .contact-us-icon {
  position: absolute;
  top: 20px;
  right: 8%;
}
body.gateway .contact-us-icon img {
  width: 24px;
  height: 17px;
}
body.gateway .contact-us-icon .contactus .content-asset a {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -99999px;
}
body.gateway .contact-us-icon .contactus .content-asset a:after {
  content: "";
  background: url(../images/gateway-email-icon.png) no-repeat top left;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 17px;
}
body.gateway .mobile-lang-selector {
  display: block;
  float: none;
  position: relative;
  padding: 16px 3px 16px 16px;
}
body.gateway .mobile-lang-selector .country-selector {
  position: static;
  width: 100%;
}
body.gateway .mobile-lang-selector .country-selector .current-country {
  padding-left: 36px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.gateway .mobile-lang-selector .country-selector .current-country {
    text-align: left;
  }
}
body.gateway .mobile-lang-selector .country-selector .current-country span {
  line-height: 1.75rem;
}
body.gateway .mobile-lang-selector .country-selector .current-country span:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  display: inline-block;
  background-size: contain;
  width: 21px;
  height: 25px;
  background: url("../images/icon-language.png") no-repeat center;
}
body.gateway .mobile-lang-selector .country-selector .current-country i.selector-icon {
  margin-right: 4px;
  font-size: 1.938rem;
  position: relative;
  float: right;
  font-weight: 400;
  color: #a7a9ab;
  top: -3px;
}
body.gateway .mobile-lang-selector .country-selector .selector {
  float: none;
}

/****** Main Navigation *******/
.menu-category {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 54%;
  float: left;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .menu-category {
    width: 56%;
  }
}
@media only screen and (max-width: 768px) {
  .menu-category {
    width: 100%;
    text-align: left;
    padding-top: 2rem;
  }
}
.menu-category.level-1 li.tabEnter &gt; a {
  border-color: var(--color-error400);
  color: var(--color-error400);
}
.menu-category.level-1 li.tabEnter li a:focus {
  color: var(--color-error400);
}
.menu-category.level-1 &gt; li {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .menu-category.level-1 &gt; li {
    display: block;
    border-bottom: 1px solid var(--color-gray300);
  }
  .menu-category.level-1 &gt; li:first-child a {
    padding-top: 0;
    background-position: right 6px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .menu-category.level-1 &gt; li:first-child a .standard {
    display: block;
    font: 0.875rem "Rauschen A", sans-serif;
    font-weight: 500;
    font-weight: 500;
    line-height: 1.375rem;
  }
}
.menu-category.level-1 &gt; li.opened &gt; a {
  padding-bottom: 0;
  color: var(--color-error400);
}
.menu-category.level-1 &gt; li.opened &gt; a span {
  background-image: url(../images/arrow-up.png);
}
.menu-category.level-1 &gt; li:last-child span {
  border: none;
  padding-right: 0;
}
.menu-category.level-1 &gt; li .top-cat {
  cursor: pointer;
}
.menu-category.level-1 &gt; li a {
  color: #000000;
  display: block;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: none;
  text-decoration: none;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .menu-category.level-1 &gt; li a {
    font-size: 1.125rem;
  }
}
.menu-category.level-1 &gt; li a:hover, .menu-category.level-1 &gt; li a:focus {
  color: var(--color-error400);
}
.menu-category.level-1 &gt; li &gt; a {
  border-bottom: 3px solid transparent;
  font-family: "Rauschen A", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: none;
  padding: 1.313rem 0 1.063rem;
}
@media only screen and (max-width: 768px) {
  .menu-category.level-1 &gt; li &gt; a {
    border: none;
    padding: 1.063rem 0;
    margin: 0 0.938rem;
  }
}
.menu-category.level-1 &gt; li &gt; a:hover {
  border-color: var(--color-error400);
}
@media only screen and (max-width: 768px) {
  .menu-category.level-1 &gt; li &gt; a:hover {
    border: none;
  }
}
.menu-category.level-1 &gt; li span {
  border-right: 1px solid var(--color-gray300);
  padding: 0 1.188rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .menu-category.level-1 &gt; li span {
    padding: 0 0.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .menu-category.level-1 &gt; li span {
    border-right: none;
    padding: 0.625rem 0 0;
    float: right;
    width: 15px;
    height: 10px;
    background: url(../images/arrow-down.png) no-repeat center right;
  }
}

.level-2 {
  clear: left;
  display: none;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2), 0 6px 20px -5px rgba(60, 60, 60, 0.2);
          box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2), 0 6px 20px -5px rgba(60, 60, 60, 0.2);
  padding: 1em;
  z-index: 10000;
}
.level-2 .owl-nav {
  top: 40%;
}
.level-2 .owl-carousel {
  z-index: initial;
}
.level-2 .arrowStage {
  position: absolute;
  width: 6%;
  height: 88%;
  background-color: var(--color-white);
  z-index: 5;
  top: 25px;
}
@media only screen and (max-width: 768px) {
  .level-2 .arrowStage {
    display: none;
  }
}
.level-2 .arrowStage.right {
  display: none;
  right: 0;
  border-left: 2px solid var(--color-gray300);
}
.level-2 .arrowStage.left {
  display: none;
  left: 0;
  border-right: 2px solid var(--color-gray300);
}
.level-2 .owl-nav .owl-prev,
.level-2 .owl-nav .owl-next {
  position: relative;
  opacity: 1;
  width: 3%;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 2.813rem;
  color: #545759;
  z-index: 10;
  height: 88%;
  top: -136px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .level-2 .owl-nav .owl-prev,
  .level-2 .owl-nav .owl-next {
    font-size: 2.188rem;
  }
}
.level-2 .owl-nav .owl-prev .fas, .level-2 .owl-nav .owl-prev .far,
.level-2 .owl-nav .owl-next .fas,
.level-2 .owl-nav .owl-next .far {
  margin-top: 8.438rem;
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  .level-2 .owl-nav .owl-prev .fas, .level-2 .owl-nav .owl-prev .far,
  .level-2 .owl-nav .owl-next .fas,
  .level-2 .owl-nav .owl-next .far {
    margin-top: 6.563rem;
  }
}
.level-2 .owl-nav .owl-prev .fas:hover, .level-2 .owl-nav .owl-prev .far:hover,
.level-2 .owl-nav .owl-next .fas:hover,
.level-2 .owl-nav .owl-next .far:hover {
  color: var(--color-error400);
}
@media only screen and (max-width: 768px) {
  .level-2 {
    position: relative;
    margin: 1.063rem 0;
    border-top: 1px solid var(--color-gray300);
  }
  .level-2 {
    -webkit-box-shadow: inset -7px 7px 9px -7px rgba(60, 60, 60, 0.2);
    -o-box-shadow: inset -7px 7px 9px -7px rgba(60, 60, 60, 0.2);
    box-shadow: inset -7px 7px 9px -7px rgba(60, 60, 60, 0.2);
  }
}
.level-1 li:hover .level-2 {
  display: block;
}
@media only screen and (max-width: 768px) {
  .level-1 li:hover .level-2 {
    display: none;
  }
}
.level-1 li.tabEnter .level-2 {
  display: block;
}
@media only screen and (max-width: 768px) {
  .level-1 li.tabEnter .level-2 {
    display: none;
  }
}
.level-1 li.products:hover .level-2 {
  opacity: 1;
  visibility: visible;
}
.level-1 li.products.tabEnter .level-2 {
  opacity: 1;
  visibility: visible;
}
.level-2.content-nav {
  display: none;
  right: 28%;
  left: 27%;
}
@media only screen and (max-width: 768px) {
  .level-2.content-nav {
    right: 0;
    left: 0;
  }
}
.level-2.content-nav li {
  display: block;
  text-align: left;
  width: 100%;
}
.level-2.content-nav li:nth-of-type(2n) {
  margin: 0;
}
.level-2.content-nav li div {
  float: left;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .level-2.content-nav li div {
    width: 100%;
  }
}
.level-2.content-nav li a {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  line-height: 1.375rem;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .level-2.content-nav li a {
    border: none;
    height: auto;
    padding: 0.5em 0;
  }
}
.level-2.content-nav li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.level-2 &gt; ul {
  padding-left: 0;
  float: left;
  text-align: center;
  width: 100%;
}
.level-2 &gt; ul div li {
  display: inline-block;
  /*width: 19%;*/
}
.level-2 &gt; ul div li a {
  padding: 0.5em 1rem;
}
@media only screen and (max-width: 768px) {
  .level-2 &gt; ul div li a {
    padding: 0;
  }
}
.level-2 &gt; ul &gt; li {
  list-style: none;
  float: none;
  display: inline-block;
  width: 19%;
}
.level-2 &gt; ul &gt; li:nth-of-type(2n) {
  margin: 0 2% 0 -0.25rem;
}
@media only screen and (max-width: 768px) {
  .level-2 &gt; ul &gt; li {
    min-width: 1em;
    width: 49.5%;
    float: left;
    display: block;
  }
  .level-2 &gt; ul &gt; li:nth-of-type(odd) {
    clear: both;
    margin: 0;
  }
  .level-2 &gt; ul &gt; li:last-child {
    margin: 0 auto;
  }
}
.level-2 &gt; ul &gt; li a {
  padding: 0.5em 1rem;
}
@media only screen and (max-width: 768px) {
  .level-2 &gt; ul &gt; li a {
    height: 200px;
    font-size: 0.875rem !important;
    border-bottom: none;
    padding: 0;
  }
  .level-2 &gt; ul &gt; li a div {
    margin-bottom: 0.7em;
  }
}
.level-2 &gt; ul &gt; li a img {
  display: inline-block;
  margin-bottom: 0.7em;
}
.level-2 .menu-vertical &gt; li &gt; a:first-child {
  padding-top: 1em;
}
.level-2 .menu-horizontal {
  float: none;
}
.level-2 .menu-horizontal &gt; li {
  float: left;
}
.level-2 .menu-horizontal &gt; li:last-child {
  border-right: none;
}
.level-2 .product-classification div {
  display: inline-block;
  padding-top: 0.75rem !important;
  font: 0.875rem "Rauschen A", sans-serif;
  color: var(--color-gray600);
  text-align: center;
  margin-right: 2%;
}
.level-2 .product-classification div:last-child {
  margin-right: 0;
}
.level-2 .product-classification div.double {
  width: 38%;
}
.level-2 .product-classification div.single {
  width: 19%;
}
@media only screen and (max-width: 768px) {
  .level-2 .double, .level-2 .single {
    font: 0.75rem "Rauschen A", sans-serif;
    color: var(--color-gray600);
    padding-bottom: 0.563rem;
  }
}
.level-2 .banner {
  float: left;
}
.level-1 &gt; .active .level-2 {
  display: block;
}

.products .level-2 {
  display: block;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .products .level-2 {
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

body.gateway .header-above-nav {
  margin: 0 auto 0px auto;
}
body.gateway .header-above-nav .menu-category {
  width: 70%;
  margin-left: 12%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .header-above-nav .menu-category {
    width: 90%;
    margin-left: 10%;
  }
}
body.gateway .header-above-nav .menu-category.level-1 &gt; li {
  position: relative;
  z-index: 1000;
}
body.gateway .header-above-nav .menu-category.level-1 &gt; li a {
  font-family: "Rauschen B";
  font-weight: 500;
  font-size: 0.938rem;
  padding: 30px 0 0;
}
@media only screen and (max-width: 768px) {
  body.gateway .menu-category.level-1 &gt; li span {
    background: none;
  }
}
body.gateway .header-nav-open,
body.gateway .header-nav-close {
  padding: 1em 0.5em 0.5em 0.5em;
}

/****** Main Navigation *******/
.menu-category {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 54%;
  float: left;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .menu-category {
    width: 56%;
  }
}
@media only screen and (max-width: 768px) {
  .menu-category {
    width: 100%;
    text-align: left;
    padding-top: 2rem;
  }
}
.menu-category.level-1 li.tabEnter &gt; a {
  border-color: var(--color-error400);
  color: var(--color-error400);
}
.menu-category.level-1 li.tabEnter li a:focus {
  color: var(--color-error400);
}
.menu-category.level-1 &gt; li {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .menu-category.level-1 &gt; li {
    display: block;
    border-bottom: 1px solid var(--color-gray300);
  }
  .menu-category.level-1 &gt; li:first-child a {
    padding-top: 0;
    background-position: right 6px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .menu-category.level-1 &gt; li:first-child a .standard {
    display: block;
    font: 0.875rem "Rauschen A", sans-serif;
    font-weight: 500;
    font-weight: 500;
    line-height: 1.375rem;
  }
}
.menu-category.level-1 &gt; li.opened &gt; a {
  padding-bottom: 0;
  color: var(--color-error400);
}
.menu-category.level-1 &gt; li.opened &gt; a span {
  background-image: url(../images/arrow-up.png);
}
.menu-category.level-1 &gt; li:last-child span {
  border: none;
  padding-right: 0;
}
.menu-category.level-1 &gt; li .top-cat {
  cursor: pointer;
}
.menu-category.level-1 &gt; li a {
  color: #000000;
  display: block;
  font-family: "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: none;
  text-decoration: none;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .menu-category.level-1 &gt; li a {
    font-size: 1.125rem;
  }
}
.menu-category.level-1 &gt; li a:hover, .menu-category.level-1 &gt; li a:focus {
  color: var(--color-error400);
}
.menu-category.level-1 &gt; li &gt; a {
  border-bottom: 3px solid transparent;
  font-family: "Rauschen A", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: none;
  padding: 1.313rem 0 1.063rem;
}
@media only screen and (max-width: 768px) {
  .menu-category.level-1 &gt; li &gt; a {
    border: none;
    padding: 1.063rem 0;
    margin: 0 0.938rem;
  }
}
.menu-category.level-1 &gt; li &gt; a:hover {
  border-color: var(--color-error400);
}
@media only screen and (max-width: 768px) {
  .menu-category.level-1 &gt; li &gt; a:hover {
    border: none;
  }
}
.menu-category.level-1 &gt; li span {
  border-right: 1px solid var(--color-gray300);
  padding: 0 1.188rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .menu-category.level-1 &gt; li span {
    padding: 0 0.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .menu-category.level-1 &gt; li span {
    border-right: none;
    padding: 0.625rem 0 0;
    float: right;
    width: 15px;
    height: 10px;
    background: url(../images/arrow-down.png) no-repeat center right;
  }
}

.level-2 {
  clear: left;
  display: none;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2), 0 6px 20px -5px rgba(60, 60, 60, 0.2);
          box-shadow: inset 0 7px 9px -8px rgba(60, 60, 60, 0.2), 0 6px 20px -5px rgba(60, 60, 60, 0.2);
  padding: 1em;
  z-index: 10000;
}
.level-2 .owl-nav {
  top: 40%;
}
.level-2 .owl-carousel {
  z-index: initial;
}
.level-2 .arrowStage {
  position: absolute;
  width: 6%;
  height: 88%;
  background-color: var(--color-white);
  z-index: 5;
  top: 25px;
}
@media only screen and (max-width: 768px) {
  .level-2 .arrowStage {
    display: none;
  }
}
.level-2 .arrowStage.right {
  display: none;
  right: 0;
  border-left: 2px solid var(--color-gray300);
}
.level-2 .arrowStage.left {
  display: none;
  left: 0;
  border-right: 2px solid var(--color-gray300);
}
.level-2 .owl-nav .owl-prev,
.level-2 .owl-nav .owl-next {
  position: relative;
  opacity: 1;
  width: 3%;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 2.813rem;
  color: #545759;
  z-index: 10;
  height: 88%;
  top: -136px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .level-2 .owl-nav .owl-prev,
  .level-2 .owl-nav .owl-next {
    font-size: 2.188rem;
  }
}
.level-2 .owl-nav .owl-prev .fas, .level-2 .owl-nav .owl-prev .far,
.level-2 .owl-nav .owl-next .fas,
.level-2 .owl-nav .owl-next .far {
  margin-top: 8.438rem;
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  .level-2 .owl-nav .owl-prev .fas, .level-2 .owl-nav .owl-prev .far,
  .level-2 .owl-nav .owl-next .fas,
  .level-2 .owl-nav .owl-next .far {
    margin-top: 6.563rem;
  }
}
.level-2 .owl-nav .owl-prev .fas:hover, .level-2 .owl-nav .owl-prev .far:hover,
.level-2 .owl-nav .owl-next .fas:hover,
.level-2 .owl-nav .owl-next .far:hover {
  color: var(--color-error400);
}
@media only screen and (max-width: 768px) {
  .level-2 {
    position: relative;
    margin: 1.063rem 0;
    border-top: 1px solid var(--color-gray300);
  }
  .level-2 {
    -webkit-box-shadow: inset -7px 7px 9px -7px rgba(60, 60, 60, 0.2);
    -o-box-shadow: inset -7px 7px 9px -7px rgba(60, 60, 60, 0.2);
    box-shadow: inset -7px 7px 9px -7px rgba(60, 60, 60, 0.2);
  }
}
.level-1 li:hover .level-2 {
  display: block;
}
@media only screen and (max-width: 768px) {
  .level-1 li:hover .level-2 {
    display: none;
  }
}
.level-1 li.tabEnter .level-2 {
  display: block;
}
@media only screen and (max-width: 768px) {
  .level-1 li.tabEnter .level-2 {
    display: none;
  }
}
.level-1 li.products:hover .level-2 {
  opacity: 1;
  visibility: visible;
}
.level-1 li.products.tabEnter .level-2 {
  opacity: 1;
  visibility: visible;
}
.level-2.content-nav {
  display: none;
  right: 28%;
  left: 27%;
}
@media only screen and (max-width: 768px) {
  .level-2.content-nav {
    right: 0;
    left: 0;
  }
}
.level-2.content-nav li {
  display: block;
  text-align: left;
  width: 100%;
}
.level-2.content-nav li:nth-of-type(2n) {
  margin: 0;
}
.level-2.content-nav li div {
  float: left;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .level-2.content-nav li div {
    width: 100%;
  }
}
.level-2.content-nav li a {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  line-height: 1.375rem;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .level-2.content-nav li a {
    border: none;
    height: auto;
    padding: 0.5em 0;
  }
}
.level-2.content-nav li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.level-2 &gt; ul {
  padding-left: 0;
  float: left;
  text-align: center;
  width: 100%;
}
.level-2 &gt; ul div li {
  display: inline-block;
  /*width: 19%;*/
}
.level-2 &gt; ul div li a {
  padding: 0.5em 1rem;
}
@media only screen and (max-width: 768px) {
  .level-2 &gt; ul div li a {
    padding: 0;
  }
}
.level-2 &gt; ul &gt; li {
  list-style: none;
  float: none;
  display: inline-block;
  width: 19%;
}
.level-2 &gt; ul &gt; li:nth-of-type(2n) {
  margin: 0 2% 0 -0.25rem;
}
@media only screen and (max-width: 768px) {
  .level-2 &gt; ul &gt; li {
    min-width: 1em;
    width: 49.5%;
    float: left;
    display: block;
  }
  .level-2 &gt; ul &gt; li:nth-of-type(odd) {
    clear: both;
    margin: 0;
  }
  .level-2 &gt; ul &gt; li:last-child {
    margin: 0 auto;
  }
}
.level-2 &gt; ul &gt; li a {
  padding: 0.5em 1rem;
}
@media only screen and (max-width: 768px) {
  .level-2 &gt; ul &gt; li a {
    height: 200px;
    font-size: 0.875rem !important;
    border-bottom: none;
    padding: 0;
  }
  .level-2 &gt; ul &gt; li a div {
    margin-bottom: 0.7em;
  }
}
.level-2 &gt; ul &gt; li a img {
  display: inline-block;
  margin-bottom: 0.7em;
}
.level-2 .menu-vertical &gt; li &gt; a:first-child {
  padding-top: 1em;
}
.level-2 .menu-horizontal {
  float: none;
}
.level-2 .menu-horizontal &gt; li {
  float: left;
}
.level-2 .menu-horizontal &gt; li:last-child {
  border-right: none;
}
.level-2 .product-classification div {
  display: inline-block;
  padding-top: 0.75rem !important;
  font: 0.875rem "Rauschen A", sans-serif;
  color: var(--color-gray600);
  text-align: center;
  margin-right: 2%;
}
.level-2 .product-classification div:last-child {
  margin-right: 0;
}
.level-2 .product-classification div.double {
  width: 38%;
}
.level-2 .product-classification div.single {
  width: 19%;
}
@media only screen and (max-width: 768px) {
  .level-2 .double, .level-2 .single {
    font: 0.75rem "Rauschen A", sans-serif;
    color: var(--color-gray600);
    padding-bottom: 0.563rem;
  }
}
.level-2 .banner {
  float: left;
}
.level-1 &gt; .active .level-2 {
  display: block;
}

.products .level-2 {
  display: block;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .products .level-2 {
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 768px) {
  body.bowflex .level-2 {
    margin: 17px 0 7px;
  }
}
body.bowflex .level-2 .owl-carousel .owl-stage {
  /* margin-left: 2%; */
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  body.bowflex .level-2.content-nav li a {
    font-size: 0.813rem !important;
  }
}
@media only screen and (min-width: 769px) {
  body.bowflex .level-2 &gt; ul &gt; li &gt; div {
    margin-top: 0.6em;
  }
}
body.bowflex .level-2 &gt; ul &gt; li a {
  padding: 0 0.4rem;
}
@media only screen and (min-width: 769px) {
  body.bowflex .level-2 &gt; ul &gt; li a {
    padding-bottom: 1.1em;
  }
}
body.bowflex .level-2 &gt; ul &gt; li a img {
  margin-bottom: 0;
}
body.bowflex .level-2 &gt; ul &gt; li .mx-a {
  color: var(--color-white);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.bowflex .level-2 &gt; ul &gt; li .mx-a:hover {
  color: var(--color-black);
  border: 2px solid var(--color-black);
}
body.bowflex .level-2 &gt; ul &gt; li .mx-a:focus {
  color: var(--color-black);
  border: 2px solid var(--color-black);
}
body.bowflex .level-2 &gt; ul &gt; li .mx-a: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);
}
body.bowflex .level-2 &gt; ul &gt; li .mx-a: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);
}
@media only screen and (max-width: 768px) {
  body.bowflex .navigation-mobile .health-fitness-tips .level-2 li &gt; div:first-child {
    width: 100% !important;
  }
  body.bowflex .navigation-mobile .health-fitness-tips .level-2 li &gt; div:last-child {
    display: none;
  }
}
body.bowflex .navigation-mobile .mobile-lang-selector {
  padding: 0 0 20px;
}
body.bowflex .navigation-mobile .mobile-lang-selector .country-selector {
  width: 100%;
  border-bottom: 1px solid var(--color-gray300);
  border-top: 1px solid var(--color-gray300);
  padding: 23px 0;
}
body.bowflex .navigation-mobile .mobile-lang-selector .country-selector .current-country span.country-name {
  font-size: 0.813rem;
  padding-left: 52px;
  position: relative;
}
body.bowflex .navigation-mobile .mobile-lang-selector .country-selector .current-country span.country-name:before {
  position: absolute;
  top: -5px;
  left: 16px;
  content: "";
  display: inline-block;
  width: 21px;
  height: 25px;
  background: url("../images/icon-language.png") no-repeat center;
  background-size: contain;
}
body.bowflex .navigation-mobile .mobile-lang-selector .country-selector span.country-selector-icon {
  background: url("../images/arrow-down.png") no-repeat center right;
  width: 15px;
  height: 10px;
  padding: 5px;
  display: inline-block;
  margin-right: 16px;
  float: right;
}
body.bowflex .navigation-mobile .mobile-lang-selector .country-selector .current-country.selector-active span.country-selector-icon {
  background-image: url("../images/arrow-up.png");
}
body.bowflex .navigation-mobile .mobile-lang-selector .country-selector i.selector-icon {
  display: none;
}
body.bowflex .navigation-mobile .mobile-lang-selector .country-selector .selector.active {
  position: static;
  float: none;
  width: 100%;
  padding: 12px 0 0 46px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
body.bowflex .navigation-mobile .mobile-lang-selector .country-selector .selector.active .country a {
  font-size: 0.813rem;
}
body.bowflex .navigation-mobile .our-brands {
  padding: 0 16px;
}
body.bowflex .navigation-mobile .our-brands p {
  margin: 0 0 21px;
}
body.bowflex .navigation-mobile .our-brands .top-tabs {
  padding: 0;
  list-style: none;
}
body.bowflex .navigation-mobile .our-brands .top-tabs li {
  display: block;
  max-height: 40px;
  margin-bottom: 29px;
}
body.bowflex .navigation-mobile .our-brands .top-tabs li a {
  height: 100%;
}
body.bowflex .navigation-mobile .our-brands .top-tabs li a:not(.current-theme) img {
  -webkit-filter: none;
          filter: none;
}
body.bowflex .navigation-mobile .our-brands .top-tabs li a.bowflex img {
  max-width: 7.375rem;
}
body.bowflex .navigation-mobile .our-brands .top-tabs li a img {
  max-height: 100%;
  max-width: inherit;
  width: auto;
}
body.bowflex .navigation-mobile .our-brands .top-tabs li:nth-child(2) {
  -webkit-transform: translateY(54px);
      -ms-transform: translateY(54px);
          transform: translateY(54px);
}
body.bowflex .navigation-mobile .our-brands .top-tabs li:nth-child(3) {
  -webkit-transform: translateY(-54px);
      -ms-transform: translateY(-54px);
          transform: translateY(-54px);
}
body.bowflex .navigation-mobile &gt; p {
  margin: 0 0 0 20px;
}
body.bowflex .navigation-mobile .top-tabs {
  list-style-type: none;
  padding-left: 20px;
}
body.bowflex .navigation-mobile .top-tabs li {
  margin-bottom: 10px;
}
body.bowflex .navigation-mobile .top-tabs li img {
  max-width: 130px;
}
body.bowflex .navigation-mobile .menu-category {
  float: none;
}
body.bowflex .navigation-mobile .mobile-utility {
  padding: 0 16px;
  margin: 16px 0;
}
body.bowflex .navigation-mobile .mobile-utility &gt; div {
  float: none;
  padding: 0.7em 0;
}
body.bowflex .navigation-mobile .mobile-utility &gt; div.where-to-buy .link-icon {
  content: url("../images/icon-where-to-buy.png");
}
body.bowflex .navigation-mobile .mobile-utility &gt; div.where-to-buy .link-icon svg {
  display: none;
}
body.bowflex .navigation-mobile .mobile-utility &gt; div.contact-us .link-icon {
  content: url("../images/icon-contact.png");
}
body.bowflex .navigation-mobile .mobile-utility &gt; div.contact-us .link-icon svg {
  display: none;
}
body.bowflex .navigation-mobile .mobile-utility &gt; div a {
  text-decoration: none;
  font-size: 0.813rem;
}
body.bowflex .navigation-mobile .mobile-utility &gt; div a span {
  vertical-align: middle;
  line-height: 1.625rem;
}
body.bowflex .navigation-mobile .mobile-utility &gt; div a span.link-icon {
  display: inline-block;
  margin-right: 8px;
  width: 26px;
  height: 26px;
}
@media only screen and (min-width: 769px) {
  body.bowflex .menu-category.level-1 &gt; li a &gt; .standard {
    font-size: 1.438rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.bowflex .menu-category.level-1 &gt; li a &gt; .standard {
    font-size: 1rem;
  }
}
body.bowflex .menu-category.level-1 &gt; li span.selecttech-r {
  border-right: none;
  padding: 0;
  font-size: 0.813rem;
  display: inline-block;
  top: -7px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.bowflex .menu-category.level-1 &gt; li span.selecttech-r {
    font-size: 0.688rem;
    background: none;
    top: 0px;
    left: -20px;
  }
}

body.bowflex .top-banner {
  padding: 0;
}
body.bowflex .pt_finace .top-banner {
  max-width: initial;
}
body.bowflex .pt_finace .top-banner .primary-logo {
  line-height: normal;
  font-size: 0.875rem;
  margin: 16px 0 0;
  width: 240px;
  float: left;
}
body.bowflex .pt_finace .standard {
  float: none;
  width: 100%;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  padding-right: 0;
}
body.bowflex .pt_finace .right {
  padding-top: 0;
}
body.bowflex .shared-cart-nav-bg {
  width: 100%;
  height: 42px;
  background-color: #4d4d4f;
}
body.bowflex .shared-cart-nav-bg .utility.standard {
  display: block;
  height: 100%;
  padding: 0 16px;
  border: none;
}
body.bowflex .shared-cart-nav-bg .utility.standard a {
  color: var(--color-white);
  text-decoration: none;
  font-family: "Rauschen A", sans-serif;
  font-weight: 400;
}
body.bowflex .shared-cart-nav-bg .utility.standard a.locale {
  color: #000000;
}
body.bowflex .shared-cart-nav-bg .utility.standard span {
  color: var(--color-white);
}
body.bowflex .shared-cart-nav-bg .utility.standard .top-tabs {
  display: inline-block;
  padding: 0;
  height: 100%;
  width: auto;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  body.bowflex .shared-cart-nav-bg .utility.standard .top-tabs {
    display: block;
  }
}
body.bowflex .shared-cart-nav-bg .utility.standard .top-tabs li {
  display: inline-block;
  list-style: none;
  height: 100%;
  margin-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  body.bowflex .shared-cart-nav-bg .utility.standard .top-tabs li {
    margin: 0 -2px;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 480px) {
  body.bowflex .shared-cart-nav-bg .utility.standard .top-tabs li {
    width: 33%;
  }
}
body.bowflex .shared-cart-nav-bg .utility.standard .top-tabs li a {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 8px 16px 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: normal;
  -webkit-transform: skew(-17deg);
      -ms-transform: skew(-17deg);
          transform: skew(-17deg);
  border-right: 2px solid var(--color-white);
}
@media only screen and (max-width: 768px) {
  body.bowflex .shared-cart-nav-bg .utility.standard .top-tabs li a {
    padding: 6px 0;
    border-right: none;
  }
}
body.bowflex .shared-cart-nav-bg .utility.standard .top-tabs li a img {
  height: auto;
  max-height: 100%;
  width: auto;
  vertical-align: middle;
  position: relative;
  -webkit-transform: skew(17deg);
      -ms-transform: skew(17deg);
          transform: skew(17deg);
}
@media only screen and (max-width: 768px) {
  body.bowflex .shared-cart-nav-bg .utility.standard .top-tabs li a img {
    top: -1px;
    padding-top: 0 !important;
  }
}
body.bowflex .shared-cart-nav-bg .utility.standard .top-tabs li a img.bowflex-intl-img {
  max-width: 100px;
  padding-top: 5px;
}
body.bowflex .shared-cart-nav-bg .utility.standard .top-tabs li:nth-child(1) {
  -webkit-transform: translateX(133px);
      -ms-transform: translateX(133px);
          transform: translateX(133px);
}
@media only screen and (max-width: 768px) {
  body.bowflex .shared-cart-nav-bg .utility.standard .top-tabs li:nth-child(1) {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
}
body.bowflex .shared-cart-nav-bg .utility.standard .top-tabs li:nth-child(2) {
  -webkit-transform: translateX(-133px);
      -ms-transform: translateX(-133px);
          transform: translateX(-133px);
}
@media only screen and (max-width: 768px) {
  body.bowflex .shared-cart-nav-bg .utility.standard .top-tabs li:nth-child(2) {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
body.bowflex .shared-cart-nav-bg .utility.standard .top-tabs .theme-schwinn a {
  vertical-align: baseline !important;
}
body.bowflex .shared-cart-nav-bg .utility.standard .right {
  width: auto;
  height: 100%;
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 768px) {
  body.bowflex .shared-cart-nav-bg .utility.standard .right {
    display: none;
  }
}
body.bowflex .shared-cart-nav-bg .utility.standard .right .standard {
  display: block;
  height: 100%;
}
body.bowflex .shared-cart-nav-bg .utility.standard .right .standard &gt; div {
  display: inline-block;
  height: 100%;
}
body.bowflex .shared-cart-nav-bg .utility.standard .right .standard &gt; div:not(:last-child) {
  margin-right: 1em;
}
body.bowflex .shared-cart-nav-bg .utility.standard .right .standard &gt; div a, body.bowflex .shared-cart-nav-bg .utility.standard .right .standard &gt; div span {
  font-weight: 400;
}
body.bowflex .header-mobile {
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  body.bowflex .header-mobile .mobile-header-section .mobile-header-right .search-icon svg {
    padding-top: 0 !important;
  }
}
body.bowflex .header-mobile .header-nav-open {
  margin-left: 1em;
}
body.bowflex .header-mobile .utility {
  display: inline-block;
  border-bottom: none;
  margin-right: 1em;
  float: right;
}
@media only screen and (max-width: 768px) {
  body.bowflex .header-mobile .utility {
    text-align: right;
    line-height: normal;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  body.bowflex .header-mobile .utility {
    margin-right: 0 !important;
  }
}
body.bowflex .header-mobile .utility .country-selector {
  width: 140px;
}
body.bowflex .header-mobile .utility .mobile-header-lang-selector {
  position: relative;
}
body.bowflex .header-mobile .utility .mobile-header-lang-selector .country-selector {
  display: inline-block;
  position: relative;
  margin-right: 0;
  width: auto;
  top: auto;
  left: auto;
  z-index: 9999;
}
body.bowflex .header-mobile .utility .mobile-header-lang-selector .country-selector .selector {
  position: absolute;
  right: 0;
}
body.bowflex .contact-us-icon img {
  width: 24px;
  height: 17px;
}
body.bowflex .utility .promo-global {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.bowflex .utility .promo-global {
    display: none;
  }
}
body.bowflex .utility.mobile {
  height: 0px;
}
body.bowflex .health-fitness-tips .level-2 {
  right: inherit;
  left: 50%;
  width: 560px;
  max-height: 300px;
  margin-left: -300px;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  body.bowflex .health-fitness-tips .level-2 {
    left: inherit;
    width: auto;
    margin-left: 0;
  }
}
body.bowflex .health-fitness-tips .level-2 img {
  max-width: 340px;
}
body.bowflex .health-fitness-tips .level-2 &gt; ul &gt; li a {
  padding: 0px 0 10px;
}
body.bowflex .health-fitness-tips .level-2 &gt; ul &gt; li div:last-child a {
  line-height: 0;
  padding: 0;
}
body.bowflex .promo-global-banner {
  clear: both;
}
@media only screen and (max-width: 768px) {
  body.bowflex .promo-global-banner.desktop-vp {
    display: none;
  }
}
body.bowflex .promo-global-banner.desktop-vp &gt; div {
  padding: 0 5px;
  margin-bottom: 10px;
  font-size: 0.938rem;
}
body.bowflex .promo-global-banner.mobile-vp &gt; div {
  padding: 4px 10px 5px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  font-size: 0.75rem;
  text-align: center;
}
body.bowflex .promo-global-banner .style-copy {
  color: var(--color-error400);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.bowflex #utility-right .country-selector .current-country span {
    margin-top: 10px;
    display: inline-block;
  }
}
body.bowflex #utility-right .country-selector-icon {
  display: none;
}
body.bowflex #utility-right i.selector-icon {
  margin-right: 4px;
  font-size: 1.25rem;
  position: relative;
  float: right;
  font-weight: 500;
  color: var(--color-gray600);
  margin-top: 6px;
  padding-bottom: 0.3em;
}

.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;
  /* &amp;:first-of-type {
  	padding-left: 0;
  }

  &amp;: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;
  }
}
body.bowflex .country-selector {
  z-index: 30;
  position: initial;
  width: 112px;
}
.mobile body.bowflex .country-selector {
  position: relative;
  top: 12px;
  right: 0;
  left: 16px;
}
body.bowflex .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;
  width: auto !important;
}
body.bowflex .country-selector .selector.active {
  display: block;
  -webkit-box-shadow: 1px 2px 6px grey;
          box-shadow: 1px 2px 6px grey;
  z-index: 9000;
}
body.bowflex .country-selector .selector a {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: auto;
  padding: 5px;
}
body.bowflex .country-selector .current-country {
  cursor: pointer;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  body.bowflex .country-selector .current-country {
    text-align: left;
  }
}
body.bowflex .country-selector .current-country.selector-active .selector-icon {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
body.bowflex .country-selector .current-country.selector-active {
  border-bottom: none;
  padding-bottom: 0;
}
body.bowflex .country-selector .current-country.selector-active .selector-icon {
  margin: 0 0 0 0;
}
body.bowflex .country-selector .current-country span {
  text-transform: capitalize;
}
body.bowflex .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);
}
@media only screen and (max-width: 768px) {
  body.bowflex .country-selector .current-country .selector-icon {
    font-size: 1.563rem;
  }
}
body.bowflex .country-selector .country a {
  text-decoration: none;
  text-transform: capitalize;
}
body.bowflex .country-selector .locale {
  display: inline-block;
  padding: 0 0 5px 0;
  vertical-align: middle;
  -webkit-tap-highlight-color: initial;
  /* &amp;:first-of-type {
  	padding-left: 0;
  }

  &amp;:last-of-type {
  	border-right: none;
  	padding-right: 0;
  } */
}
@media only screen and (max-width: 768px) {
  body.bowflex .country-selector .locale {
    padding: 5px 10px;
  }
}

body.gateway .country-selector {
  margin-right: 10px;
  position: inherit;
  right: 0;
  width: 120px;
}

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

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

.breadcrumb-element:after {
  content: "";
  margin: 0 6px;
}

.pt_product-search-noresult .in-copy {
  display: none;
  padding-right: 5px;
}
.pt_product-search-noresult .no-click-link {
  cursor: default;
  display: none;
  text-decoration: none;
}
.pt_product-search-noresult .breadcrumb-element {
  display: none;
}

.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 &gt; .refinement {
  position: relative;
  width: 23%;
  margin-right: 2%;
  float: left;
}
.refinements-holder &gt; .refinement {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .refinements-holder &gt; .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 &gt; a {
  display: inline-block;
  vertical-align: top;
}
#category-level-1 li.expandable &gt; 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 &gt; a.toggle-up {
  background: url("../images/arrow-refinement-up.png") no-repeat center right;
}
#category-level-1 li.expandable &gt; 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;
  }
}

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

@media only screen and (min-width: 769px) {
  body.bowflex footer .footer-container .footer-menu &gt; ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2%;
  }
}
@media only screen and (min-width: 769px) {
  body.bowflex footer .footer-container .footer-menu &gt; ul &gt; li {
    width: auto;
    padding: 0 6%;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex footer .footer-container .footer-social {
    text-align: center;
  }
}

.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: 0.438rem;
}
.grid-badge .badgeWrapper.pdp-bd-new {
  background-color: var(--color-green200);
}
.grid-badge .badgeWrapper.pdp-bd-exclusive {
  background-color: var(--color-blue100);
}

.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, .sort-by body.gateway button.black, body.gateway .sort-by button.black,
.sort-by body.gateway .button.black,
body.gateway .sort-by .button.black, .sort-by body.gateway button.red, body.gateway .sort-by button.red,
.sort-by body.gateway .button.red,
body.gateway .sort-by .button.red {
  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;
}

.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, .cart-action-continue-shopping body.gateway button.button-text.black, body.gateway .cart-action-continue-shopping button.button-text.black, .cart-action-continue-shopping body.gateway button.button-text.red, body.gateway .cart-action-continue-shopping button.button-text.red {
  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 .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, .submit-order body.gateway button.black, body.gateway .submit-order button.black,
.submit-order body.gateway .button.black,
body.gateway .submit-order .button.black, .submit-order body.gateway button.red, body.gateway .submit-order button.red,
.submit-order body.gateway .button.red,
body.gateway .submit-order .button.red {
  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 &gt; div.icon {
  margin-right: 0.5rem;
  cursor: default;
  height: auto !important;
  width: auto !important;
  top: 2px !important;
}
.revieworder-promise-period .product-extended-promise &gt; 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;
}

.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, .order-history-header body.gateway button.black, body.gateway .order-history-header button.black,
.order-history-header body.gateway .button.black,
body.gateway .order-history-header .button.black, .order-history-header body.gateway button.red, body.gateway .order-history-header button.red,
.order-history-header body.gateway .button.red,
body.gateway .order-history-header .button.red {
  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;
  }
}

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

#wrapper.pt_orderhistory {
  background-color: var(--color-gray200);
  margin: 0;
  padding: 1rem 0;
  max-width: 100%;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-account-nav {
  padding: 1rem;
  max-width: 73.75rem;
  margin: 0 auto;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-account-nav a {
  font-size: 0.875rem;
  text-decoration: underline;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-account-nav a i {
  margin-right: 0.25rem;
}
#wrapper.pt_orderhistory .order-histroy-contanier .infoblock {
  padding: 3rem 1rem 4rem 1rem;
  max-width: 73.75rem;
  margin: 0 auto;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container {
  padding: 2rem 1rem;
  max-width: 73.75rem;
  margin: 0 auto;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .backToAccount, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .backToAccount {
  text-decoration: underline;
  margin-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .backToAccount a, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .backToAccount a {
  font-size: 0.875rem;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status h1, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-giftcard-balance h1, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status h1, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-giftcard-balance h1 {
  font-family: "Rauschen A", sans-serif;
  font-size: 2.25rem;
  text-transform: capitalize;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.25;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status h1, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-giftcard-balance h1, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status h1, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-giftcard-balance h1 {
    font-size: 1.875rem;
  }
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .check-other-order, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .check-other-order {
  margin-bottom: 0.5rem;
  color: var(--color-gray600);
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .check-other-order span, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .check-other-order span {
  cursor: pointer;
  color: var(--color-gray600);
  font-size: 1rem;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .check-other-order span:hover, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .check-other-order span:hover {
  text-decoration: underline;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .check-other-order i, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .check-other-order i {
  margin-left: 0.25rem;
  text-decoration: none;
  font-size: 0.875rem;
  color: var(--color-gray600);
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .check-other-order i:hover, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .check-other-order i:hover {
  text-decoration: none;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .check-other-order i.close, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .check-other-order i.close {
  display: inline;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .check-other-order i.open, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .check-other-order i.open {
  display: none;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .check-other-order.close i.close, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .check-other-order.close i.close {
  display: none;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .check-other-order.close i.open, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .check-other-order.close i.open {
  display: inline;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form {
  display: block;
  padding: 3rem;
  background-color: var(--color-white);
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form {
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form {
    padding: 1.5rem;
  }
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form.close, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form.close, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form.close, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form.close {
  display: none;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container {
  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;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  padding-right: 2rem;
  margin-right: 2rem;
  border: 0;
  border-right: 1px solid var(--color-gray200);
  width: 83.333333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left {
    border: 0;
    border-bottom: 1px solid var(--color-gray200);
    padding: 0;
    margin: 0;
    padding-bottom: 2rem;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left {
    width: 50%;
  }
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left .error-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left .error-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left .error-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left .error-form {
  color: var(--color-black);
}
@media only screen and (min-width: 940px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left .error-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left .error-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left .error-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left .error-form {
    width: 480px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left .error-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left .error-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left .error-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left .error-form {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left .error-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left .error-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left .error-form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left .error-form {
    width: auto;
  }
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left form, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left form {
  width: 100%;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left form .form-row .error .input-text, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left form .form-row .error .input-text, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left form .form-row .error .input-text, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left form .form-row .error .input-text {
  color: var(--color-error400);
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left form .form-row .field-wrapper, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left form .form-row .field-wrapper, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left form .form-row .field-wrapper, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left form .form-row .field-wrapper {
  margin-bottom: 0;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left form .form-row .error-message, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left form .form-row .error-message, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left form .form-row .error-message, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left form .form-row .error-message {
  padding: 0;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left form .form-row .required-indicator, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left form .form-row .required-indicator, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left form .form-row .required-indicator, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left form .form-row .required-indicator {
  display: none;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left form .form-row.error label, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left form .form-row.error label, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left form .form-row.error label, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left form .form-row.error label {
  color: #000000;
  font-style: 400;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left form .form-row.error .field-wrapper .input-text, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left form .form-row.error .field-wrapper .input-text, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left form .form-row.error .field-wrapper .input-text, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left form .form-row.error .field-wrapper .input-text {
  color: var(--color-error400);
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left form .input-text, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left form .input-text, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left form .input-text, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left form .input-text {
  margin-bottom: 0.5rem;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left form .input-text::-moz-placeholder, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left form .input-text::-moz-placeholder, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left form .input-text::-moz-placeholder, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left form .input-text::-moz-placeholder {
  color: var(--color-gray300);
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left form .input-text::-webkit-input-placeholder, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left form .input-text::-webkit-input-placeholder, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left form .input-text::-webkit-input-placeholder, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left form .input-text::-webkit-input-placeholder {
  color: var(--color-gray300);
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left form .input-text:-ms-input-placeholder, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left form .input-text:-ms-input-placeholder, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left form .input-text:-ms-input-placeholder, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left form .input-text:-ms-input-placeholder {
  color: var(--color-gray300);
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left form .input-text::-ms-input-placeholder, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left form .input-text::-ms-input-placeholder, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left form .input-text::-ms-input-placeholder, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left form .input-text::-ms-input-placeholder {
  color: var(--color-gray300);
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left form .input-text::placeholder, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left form .input-text::placeholder, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left form .input-text::placeholder, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left form .input-text::placeholder {
  color: var(--color-gray300);
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-left form .button.red, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-left form .button.red, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-left form .button.red, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-left form .button.red {
  display: inline-block;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-right, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-right, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-right, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media only screen and (min-width: 769px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-right, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-right, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-right, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-right {
    width: 50%;
  }
}
@media only screen and (min-width: 940px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-right .content-asset, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-right .content-asset, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-right .content-asset, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-right .content-asset {
    width: 510px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-right .content-asset, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-right .content-asset, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-right .content-asset, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-right .content-asset {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .form-container .form-content-right .content-asset, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .form-container .form-content-right .content-asset, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .form-container .form-content-right .content-asset, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .form-container .form-content-right .content-asset {
    width: auto;
  }
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .gcbalance-result-wrapper .gc-balance, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .gcbalance-result-wrapper .gc-balance, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .gcbalance-result-wrapper .gc-balance, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .gcbalance-result-wrapper .gc-balance {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .gcbalance-result-wrapper .gc-balance i, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .gcbalance-result-wrapper .gc-balance i, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .gcbalance-result-wrapper .gc-balance i, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .gcbalance-result-wrapper .gc-balance i {
  margin-right: 0.8rem;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .gcbalance-result-wrapper .check-another-voucher, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .gcbalance-result-wrapper .check-another-voucher, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .gcbalance-result-wrapper .check-another-voucher, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .gcbalance-result-wrapper .check-another-voucher {
  color: var(--color-gray600);
  text-decoration: none;
  position: relative;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .my-account-order-status-form .gcbalance-result-wrapper .check-another-voucher i, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-form-container .giftcard-balance-check-form .gcbalance-result-wrapper .check-another-voucher i, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .my-account-order-status-form .gcbalance-result-wrapper .check-another-voucher i, #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .giftcard-balance-form-container .giftcard-balance-check-form .gcbalance-result-wrapper .check-another-voucher i {
  color: var(--color-gray600);
  margin-left: 0.5rem;
  position: absolute;
  top: 0;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result {
  background-color: var(--color-white);
  padding: 3rem 0;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper {
  max-width: 73.75rem;
  padding: 0 1rem;
  margin: 0 auto;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .nautilus-order-status .order-date {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: capitalize;
  line-height: normal;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .nautilus-order-status .order-date span {
  font-size: 1.125rem;
  font-weight: 500;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .nautilus-order-status .order-number {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .nautilus-order-status .order-number {
    font-size: 1rem;
  }
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid var(--color-gray200);
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table {
    display: block;
  }
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .item-images {
  display: block;
  margin-right: 1.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .item-images {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .item-images .image-container {
  position: relative;
  overflow: hidden;
  width: 12rem;
  background-color: var(--color-gray200);
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .item-images .image-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .item-images .image-container a {
  display: block;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .item-images .image-container a {
    display: block;
    width: 19.5rem;
  }
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .item-images .image-container a img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: 500ms;
  transition: 500ms;
  vertical-align: middle;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  line-height: 1.5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container {
    display: block;
  }
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper {
  width: 74%;
  padding-right: 3rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper {
    width: 100%;
    padding: 0;
  }
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .item-status-line {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--color-gray200);
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .item-status-line {
    border-bottom: 1px solid var(--color-gray200);
  }
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .item-status-line .item-status {
  color: #000000;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .item-status-line .check-icon {
  font-size: 0.75rem;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .item-status-line .dot-icon {
  font-size: 1.125rem;
  color: var(--color-gray300);
  margin: 0 0.2rem;
  position: relative;
  top: -3px;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .item-status-line .item-not-ready {
  color: var(--color-gray300);
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .item-status-line .highlighted {
  color: #000000;
  font-weight: 500;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .item-status-line .highlighted svg {
  color: var(--color-error400);
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .estimated-delivery {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .estimated-delivery .delivery-date {
  font-weight: 500;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .item-name {
  margin-top: 0.5rem;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .item-name .product-name {
  font-size: 1.125rem;
  color: var(--color-error400);
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .item-name .product-name:hover {
  text-decoration: underline;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .item-name .name-descr {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .track-order-wrapper {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 1rem;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .track-order-wrapper .order-tracking {
  display: block;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .track-order-wrapper .order-tracking .item-quantity {
  font-weight: 500;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .track-order-wrapper .order-tracking .delivery-method {
  font-weight: 500;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .track-order-wrapper .order-tracking .tacking-id {
  font-weight: 500;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .track-order-wrapper .order-tracking .tacking-id a {
  color: var(--color-error400);
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .track-order-wrapper .order-tracking .tacking-id a:hover {
  text-decoration: underline;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .order-detail-wrapper .order-status-descr {
  font-size: 1rem;
}
#wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .track-order-button {
  width: 26%;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .track-order-button {
    width: 100%;
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .order-histroy-contanier .order-histroy-block .order-status-container-result .order-status-result-wrapper .order-shipment-container .order-shipment-table .order-details-container .track-order-button {
    width: 100%;
    text-align: center;
    margin: 1rem 0;
  }
}
#wrapper.pt_orderhistory .orderstatusdefinitions {
  margin-top: 1rem;
}
#wrapper.pt_orderhistory .orderstatusdefinitions p {
  font: 0.875rem "Rauschen A", sans-serif;
  line-height: 1.375rem;
  width: 100%;
  max-width: 750px;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .orderstatusdefinitions p {
    line-height: 1rem;
  }
}
#wrapper.pt_orderhistory .orderstatusdefinitions p.orderstatusdefinitions-title {
  padding: 0;
  margin-bottom: 1rem;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .orderstatusdefinitions p.orderstatusdefinitions-title {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
  }
}
#wrapper.pt_orderhistory .orderstatusdefinitions p span {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .orderstatusdefinitions p span {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
  }
}
#wrapper.pt_orderhistory .orderstatusdefinitions p a {
  color: var(--color-error400);
}
#wrapper.pt_orderhistory .primary-content {
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .primary-content {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory h3.order-status {
    padding: 0.875rem 0 0.563rem 0 !important;
  }
}
#wrapper.pt_orderhistory .order-status-small {
  max-width: 160px;
}
#wrapper.pt_orderhistory .orderhistroy-contact-container {
  padding: 3rem 1rem 4rem 1rem;
  max-width: 73.75rem;
  margin: 0 auto;
}
#wrapper.pt_orderhistory .orderhistroy-contact-container .orderhistroytitle {
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 0.5rem;
  margin: 1rem 0;
  line-height: 1.25;
}
#wrapper.pt_orderhistory .orderhistroy-contact-container .orderhistroylist {
  width: 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .orderhistroy-contact-container .orderhistroylist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
#wrapper.pt_orderhistory .orderhistroy-contact-container .orderhistroylist .itemleft {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .orderhistroy-contact-container .orderhistroylist .itemleft {
    border-width: 0;
    margin-bottom: 1.5rem;
  }
}
#wrapper.pt_orderhistory .orderhistroy-contact-container .orderhistroylist .itemcenter {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 0px solid var(--color-gray300);
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: var(--color-gray300);
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .orderhistroy-contact-container .orderhistroylist .itemcenter {
    border-width: 0;
    margin-bottom: 1.5rem;
  }
}
#wrapper.pt_orderhistory .orderhistroy-contact-container .orderhistroylist .itemright {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_orderhistory .orderhistroy-contact-container .orderhistroylist .itemright {
    border-width: 0;
    margin-bottom: 1.5rem;
  }
}
#wrapper.pt_orderhistory .orderhistroy-contact-container .orderhistroylist .bg-red {
  width: 3rem;
  margin-bottom: 0.5rem;
  height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 9999px;
  background-color: var(--color-error400);
}
#wrapper.pt_orderhistory .orderhistroy-contact-container .orderhistroylist span {
  text-align: center;
}
#wrapper.pt_orderhistory .orderhistroy-contact-container .orderhistroylist a {
  text-decoration: underline;
  color: var(--color-error400);
}

body.schwinn .gcbalance-result-wrapper .check-another-voucher i {
  top: 4px !important;
}

.pt_account.account-login #primary {
  float: none;
  width: 100%;
}

#wrapper.pt_cart .item-quantity {
  position: relative;
}
#wrapper.pt_cart .item-quantity span.error {
  position: absolute;
  left: 0;
  top: 74px;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart .item-quantity span.error {
    top: 61px;
  }
}

.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, .page-content-tab-navigaton body.gateway button.black, body.gateway .page-content-tab-navigaton button.black,
.page-content-tab-navigaton body.gateway .button.black,
body.gateway .page-content-tab-navigaton .button.black, .page-content-tab-navigaton body.gateway button.red, body.gateway .page-content-tab-navigaton button.red,
.page-content-tab-navigaton body.gateway .button.red,
body.gateway .page-content-tab-navigaton .button.red {
  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, .page-content-tab-navigaton body.gateway button.selected.black, body.gateway .page-content-tab-navigaton button.selected.black, .page-content-tab-navigaton body.gateway button.selected.red, body.gateway .page-content-tab-navigaton button.selected.red {
  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%;
}

.product-line .global-ad-promo {
  margin-bottom: 8%;
  padding-left: 8%;
  text-align: left;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .global-ad-promo {
    padding-left: 4%;
  }
}
@media only screen and (max-width: 768px) {
  .product-line .global-ad-promo {
    padding: 1em;
    text-align: center;
  }
}
.product-line .global-ad-promo .cms-promo {
  text-align: left;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .global-ad-promo .cms-promo p .title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .product-line .global-ad-promo .cms-promo p span {
    font-size: 1.875rem;
  }
}

.pl-landing-info {
  position: relative;
  margin-bottom: 0.5em;
}
.pl-landing-info .appsShadow a.tooltip.mx-2 {
  margin: 0 0.3rem;
}
@media only screen and (max-width: 380px) {
  .pl-landing-info .appsShadow a.tooltip.mx-2 {
    margin: 0 0.5rem;
  }
}
.pl-landing-info .infoblock {
  right: 10%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pl-landing-info .infoblock {
    right: 6%;
  }
}
@media only screen and (max-width: 768px) {
  .pl-landing-info .infoblock {
    right: 0;
  }
}

.product-line-body {
  position: relative;
  z-index: 0;
}
.product-line-body p .source {
  font-size: 0.875rem;
  text-align: center;
}

.pl-finance-wrapper .second .descr {
  float: left;
  width: 50%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.pl-finance-wrapper .second .tn {
  float: right;
  width: 40%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: right;
}
.pl-finance-wrapper .second img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 769px) {
  .pl-finance-wrapper {
    background: #e2e8f0;
  }
  .pl-finance-wrapper .second .tn {
    width: 35%;
  }
}
.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;
}

#wrapper.pt_store-locator {
  max-width: initial;
  padding: 0;
}
#wrapper.pt_store-locator .page-content {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 10px;
}
#wrapper.pt_store-locator .page-content h1 {
  font-size: 2.813rem;
}
#wrapper.pt_store-locator .page-content h2 {
  font-size: 1.25rem;
  padding: 20px 0;
}
#wrapper.pt_store-locator .page-content button,
#wrapper.pt_store-locator .page-content .button.black,
#wrapper.pt_store-locator .page-content .button.red,
#wrapper.pt_store-locator .page-content .button.white.invert {
  height: 35px;
  padding: 12px 20px;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
#wrapper.pt_store-locator .page-content .breadcrumb {
  display: none;
}

.homepage-top {
  position: relative;
  z-index: 0;
}

ul.hp-hero {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 480px) {
  .bowflex #owl-homepage-hero-nav .owl-stage-outer .owl-item {
    width: auto !important;
  }
}

.home-bottom {
  background: var(--color-gray200);
  padding: 2.5rem;
  margin: 3.125rem 0 0.125rem;
}
@media only screen and (max-width: 768px) {
  .home-bottom {
    margin-top: 3.75rem;
    padding: 5% 1%;
  }
}
.home-bottom .grid-header {
  text-align: center;
}
.home-bottom .grid-header p {
  font-family: "Rauschen A", sans-serif;
  font-size: 0.875rem;
}
.home-bottom .grid-header p.title {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.home-bottom .grid-header p.line {
  width: 40px;
  border-bottom: 2px solid var(--color-error400);
  margin: 0.5rem auto;
}
@media only screen and (max-width: 768px) {
  .home-bottom .grid-header p.description {
    display: none;
  }
}
.home-bottom ul.grid-body {
  max-width: 1200px;
  padding: 0;
  margin: 1.875rem auto 0;
}
.home-bottom ul.grid-body {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .home-bottom ul.grid-body {
    margin-top: 1.25rem;
  }
}
.home-bottom ul.grid-body li {
  list-style: none;
  width: 23%;
  margin: 1%;
  float: left;
}
.home-bottom ul.grid-body li {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home-bottom ul.grid-body li {
    width: 23%;
    margin: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .home-bottom ul.grid-body li {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.home-bottom ul.grid-body li:nth-of-type(1), .home-bottom ul.grid-body li:nth-of-type(4) {
  margin-left: 0;
}
.home-bottom ul.grid-body li:nth-of-type(3), .home-bottom ul.grid-body li:nth-of-type(7) {
  margin-right: 0;
}
.home-bottom ul.grid-body li.two-across {
  width: 47.6%;
}
.home-bottom ul.grid-body li img {
  width: 100%;
}

body.gateway .bg img {
  max-width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .bg .logo img {
    max-width: 83%;
  }
}
body.gateway .gateway-hero-headline-text {
  position: absolute;
  color: var(--color-white);
  text-align: center;
  top: 68%;
  left: 32%;
  font-family: "Rauschen B";
  font-size: 1rem;
  line-height: 1.7;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .gateway-hero-headline-text {
    position: static;
  }
}
body.gateway .top-header-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-family: "Rauschen B";
  font-size: 2.5rem;
  text-transform: uppercase;
  color: var(--color-white);
  padding-top: 95px;
}
body.gateway .top-header-copy .brands {
  font-weight: 500;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .top-header-copy {
    font-size: 2.063rem;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .top-header-copy .copy-container {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .top-header-copy {
    font-size: 1.5rem;
  }
}
body.gateway .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.gateway .logos .logo {
  margin-right: 5%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .logos .logo {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .logos .logo {
    margin-right: 0;
    text-align: center;
    padding-bottom: 20px;
    display: inline-block;
    width: 33%;
    padding: 7px 8%;
  }
}
body.gateway .logos .logo:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .logos {
    padding-left: 5%;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .logos {
    display: block;
  }
}
body.gateway .hp-hero .feature-product-copy {
  position: absolute;
  color: #000000;
  z-index: 200;
  text-align: center;
}
body.gateway .hp-hero .feature-product-copy p {
  font-family: "Rauschen B";
  font-size: 0.875rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero .feature-product-copy p {
    font-size: 0.688rem;
  }
}
body.gateway .hp-hero.nautilus .feature-product-copy {
  top: 50%;
  left: 68%;
  width: 20%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .hp-hero.nautilus .feature-product-copy {
    left: 56%;
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.nautilus .feature-product-copy {
    position: static;
    width: 95%;
    margin: 0 auto;
  }
}
body.gateway .hp-hero.bowflex .feature-product-copy {
  top: 50%;
  left: 12%;
  width: 20%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .hp-hero.bowflex .feature-product-copy {
    left: 7%;
    width: 40%;
  }
}
body.gateway .hp-hero.bowflex .feature-product-copy .header-text {
  width: 100%;
  text-align: center;
  font-family: "Rauschen B";
  font-weight: 500;
  font-size: 2.375rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .hp-hero.bowflex .feature-product-copy .header-text {
    font-size: 2.063rem;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.bowflex .feature-product-copy {
    position: static;
    width: 95%;
    margin: 0 auto;
  }
}
body.gateway .hp-hero.bowflex .logo-header-text {
  position: absolute;
  width: 28%;
  top: 26%;
  left: 8%;
}
body.gateway .hp-hero.bowflex .logo-header-text img {
  max-width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .hp-hero.bowflex .logo-header-text {
    width: 36%;
    top: 17%;
    left: 7%;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.bowflex .logo-header-text {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  body.gateway .hp-hero.bowflex .logo-header-text img {
    width: 54%;
  }
}
body.gateway .hp-hero.bowflex .logo-header-text .header-text {
  width: 100%;
  text-align: center;
  font-family: "Rauschen B";
  font-weight: 500;
  font-size: 2.375rem;
  text-transform: uppercase;
  margin-top: 25px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .hp-hero.bowflex .logo-header-text .header-text {
    font-size: 2.063rem;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.bowflex .logo-header-text .header-text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.bowflex .logo-header-text {
    position: static;
  }
}
body.gateway .hp-hero.schwinn .feature-product-copy {
  top: 53%;
  left: 68%;
  width: 20%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .hp-hero.schwinn .feature-product-copy {
    left: 52%;
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.schwinn .feature-product-copy {
    position: static;
    width: 95%;
    margin: 0 auto;
  }
}
body.gateway .hp-hero.modern-movement .feature-product-copy {
  top: 50%;
  left: 12%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .hp-hero.modern-movement .feature-product-copy {
    left: 10%;
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.modern-movement .feature-product-copy {
    position: static;
    width: 95%;
    margin: 0 auto;
  }
}
body.gateway .hp-hero.nautilus .logo-header-text {
  position: absolute;
  width: 28%;
  top: 18%;
  left: 63%;
}
body.gateway .hp-hero.nautilus .logo-header-text img {
  max-width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .hp-hero.nautilus .logo-header-text {
    width: 36%;
    top: 10%;
    left: 57%;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.nautilus .logo-header-text {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  body.gateway .hp-hero.nautilus .logo-header-text img {
    width: 54%;
  }
}
body.gateway .hp-hero.nautilus .logo-header-text .header-text {
  width: 100%;
  text-align: center;
  font-family: "Rauschen B";
  font-weight: 500;
  font-size: 2.375rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .hp-hero.nautilus .logo-header-text .header-text {
    font-size: 2.063rem;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.nautilus .logo-header-text .header-text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.nautilus .logo-header-text {
    position: static;
  }
}
body.gateway .hp-hero.schwinn .logo-header-text {
  position: absolute;
  width: 28%;
  top: 18%;
  left: 63%;
}
body.gateway .hp-hero.schwinn .logo-header-text img {
  max-width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .hp-hero.schwinn .logo-header-text {
    width: 36%;
    top: 10%;
    left: 57%;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.schwinn .logo-header-text {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  body.gateway .hp-hero.schwinn .logo-header-text img {
    width: 54%;
  }
}
body.gateway .hp-hero.schwinn .logo-header-text .header-text {
  width: 100%;
  text-align: center;
  font-family: "Rauschen B";
  font-weight: 500;
  font-size: 2.375rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .hp-hero.schwinn .logo-header-text .header-text {
    font-size: 2.063rem;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.schwinn .logo-header-text .header-text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.schwinn .logo-header-text {
    position: static;
  }
}
body.gateway .hp-hero.modern-movement .logo-header-text {
  position: absolute;
  width: 28%;
  top: 18%;
  left: 9%;
}
body.gateway .hp-hero.modern-movement .logo-header-text img {
  max-width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .hp-hero.modern-movement .logo-header-text {
    width: 36%;
    top: 10%;
    left: 4%;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.modern-movement .logo-header-text {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  body.gateway .hp-hero.modern-movement .logo-header-text img {
    width: 54%;
  }
}
body.gateway .hp-hero.modern-movement .logo-header-text .header-text {
  width: 100%;
  text-align: center;
  font-family: "Rauschen B";
  font-weight: 500;
  font-size: 2.375rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.gateway .hp-hero.modern-movement .logo-header-text .header-text {
    font-size: 2.063rem;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.modern-movement .logo-header-text .header-text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  body.gateway .hp-hero.modern-movement .logo-header-text {
    position: static;
  }
}

body.bowflex #wrapper.pt_storefront,
body.bowflex .product-line-body {
  opacity: 1;
}
body.bowflex .home-bottom {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.bowflex .home-bottom {
    margin-top: 30px;
  }
}
body.bowflex .home-bottom div.grid-body {
  display: inline-block;
}
body.bowflex .home-bottom div.grid-body a:hover {
  opacity: 0.5;
}
body.bowflex .home-bottom div.grid-body .center {
  display: inline-block;
  margin: 0.3%;
  max-width: 280px;
  width: 24%;
}
body.bowflex .home-bottom div.grid-body .center .selecttech {
  margin-top: 3.5%;
}
body.bowflex .home-bottom div.grid-body .two-across {
  display: inline-block;
  margin: 0.3%;
  max-width: 580px;
  width: 49%;
}
body.bowflex .home-bottom div.grid-body &gt; div:last-child {
  display: inline-block;
  display: inline-block;
  margin: 0.3%;
  max-width: 280px;
  width: 24%;
}
body.bowflex .home-bottom div.grid-body img {
  width: 100%;
}
body.bowflex ul.hp-hero {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
body.bowflex ul.hp-hero li {
  list-style: none;
  position: relative;
}
body.bowflex ul.hp-hero li a {
  text-decoration: none;
}
body.bowflex ul.hp-hero li .bg {
  margin-bottom: 10%;
  z-index: 1;
}
body.bowflex ul.hp-hero li .bg img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  body.bowflex ul.hp-hero li .bg {
    margin-bottom: 18%;
  }
}
body.bowflex ul.hp-hero li .feature-product-image {
  position: absolute;
  top: 4%;
  left: 33%;
  width: 34%;
  z-index: 100;
}
body.bowflex ul.hp-hero li .feature-product-image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  body.bowflex ul.hp-hero li .feature-product-image {
    top: 8%;
    left: 16%;
    width: 69%;
  }
}
body.bowflex ul.hp-hero li .feature-product-copy {
  position: absolute;
  top: 60%;
  left: 16.2%;
  color: var(--color-white);
  z-index: 200;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.bowflex ul.hp-hero li .feature-product-copy {
    top: 50%;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex ul.hp-hero li .feature-product-copy {
    top: 65%;
    text-align: center;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  body.bowflex ul.hp-hero li .feature-product-copy {
    top: 60%;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex ul.hp-hero li .feature-product-copy .description {
    display: none;
  }
}
body.bowflex ul.hp-hero li .feature-product-copy p {
  margin-bottom: 0.6em;
  font-family: "Rauschen A", sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: left;
}
body.bowflex ul.hp-hero li .feature-product-copy p:last-child {
  margin-bottom: 1em;
}
body.bowflex ul.hp-hero li .feature-product-copy p.title {
  font-size: 1.563rem;
  font-style: italic;
}
@media only screen and (min-width: 940px) {
  body.bowflex ul.hp-hero li.max-trainer .feature-product-image {
    width: 30%;
  }
}
body.bowflex ul.hp-hero li.home-gyms .feature-product-image {
  top: 0;
  width: 50%;
  left: 38%;
}
@media only screen and (max-width: 480px) {
  body.bowflex ul.hp-hero li.home-gyms .feature-product-image {
    width: 107%;
    left: 0;
  }
}
body.bowflex ul.hp-hero li.dumbbells .feature-product-image {
  top: 2%;
  left: 32%;
  width: 42%;
}
@media only screen and (max-width: 480px) {
  body.bowflex ul.hp-hero li.dumbbells .feature-product-image {
    width: 91%;
    left: 9%;
  }
}
body.bowflex ul.hp-hero li.body-tower .feature-product-image {
  top: 2%;
  left: 41%;
  width: 36%;
}
@media only screen and (max-width: 480px) {
  body.bowflex ul.hp-hero li.body-tower .feature-product-image {
    width: 76%;
    left: 17%;
  }
}
body.bowflex h1.responsive-headline {
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 200;
  position: absolute;
  text-align: center;
}
body.bowflex h1.responsive-headline sup {
  font-size: 0.19rem;
  top: -3em;
}
body.bowflex .homepage-top &gt; h1.responsive-headline, body.bowflex .bg &gt; h1.responsive-headline {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  body.bowflex .homepage-top &gt; h1.responsive-headline, body.bowflex .bg &gt; h1.responsive-headline {
    margin-top: 80px;
  }
}

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

.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 &gt; span {
  background: var(--color-error400);
  color: var(--color-white);
}
.home-carousel-nav .owl-item.center .item &gt; 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 &gt; 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;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;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 &gt; span, .hp-hero.owl-theme .owl-controls .owl-page:hover &gt; 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;
}

body.gateway .home-carousel-nav {
  display: none;
}

body.bowflex .home-carousel-nav .item span span {
  letter-spacing: 0.031rem;
  font-family: "Rauschen A", sans-serif;
}
body.bowflex .owl-carousel:not(#owl-homepage-hero) .owl-dot span {
  background: #ededed;
  border: 2px solid #ededed;
}
body.bowflex .owl-carousel:not(#owl-homepage-hero) .owl-dot.active span, body.bowflex .owl-carousel:not(#owl-homepage-hero) .owl-dot:hover span {
  background: #000000;
  border-color: #000000;
  cursor: pointer;
}

.cart-monthly-container {
  border-top: 15px solid var(--color-white);
}
.cart-monthly-container .cart-monthly-content {
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .optionListWrapper {
    padding-left: 0.125rem;
  }
}
@media only screen and (min-width: 940px) {
  .optionListWrapper &gt; .value {
    padding: 0 1rem;
    width: 30%;
    margin: 0 -0.125rem 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (min-width: 940px) {
  .optionListWrapper &gt; .value#warrantyOptionsSelect {
    width: 40%;
  }
}
.optionListWrapper .ihaPdp {
  display: inline-block;
  vertical-align: top;
  padding-top: 0;
  margin-bottom: 1.25rem;
}
.optionListWrapper .ihaPdp .ihaWrapper {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .optionListWrapper .ihaPdp .ihaWrapper {
    width: calc(100% - 55px);
  }
}
.optionListWrapper .warrantyPdp {
  display: inline-block;
  vertical-align: top;
}
.optionListWrapper .warrantyPdp#subscriptionOptionsSelect .title {
  height: 35px;
}
.optionListWrapper .warrantyPdp#subscriptionOptionsSelect .title .titleText {
  position: relative;
  top: -3px;
}
.optionListWrapper .warrantyPdp .title {
  text-align: left;
  vertical-align: top;
}
.optionListWrapper .warrantyPdp .title img {
  width: 40px;
  padding: 0.313rem 0.313rem 0;
  vertical-align: middle;
}
.optionListWrapper .warrantyPdp .title .titleText {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 55px);
}
.optionListWrapper .warrantyPdp .radioWrapper {
  display: inline-block;
  margin-left: 2.813rem;
}
@media only screen and (max-width: 480px) {
  .optionListWrapper .warrantyPdp .radioWrapper {
    margin-left: 0;
  }
}
.optionListWrapper .warrantyPdp .radioWrapper .radioMargin {
  margin-top: -0.625rem;
}
@media only screen and (max-width: 480px) {
  .optionListWrapper .warrantyPdp .radioWrapper .radioMargin {
    margin-top: 0;
  }
}
.optionListWrapper .warrantyPdp .radioWrapper .radioMargin .rDiv {
  margin: 0.313rem;
}
.optionListWrapper .warrantyPdp .radioWrapper .radioMargin .rDiv input {
  display: inline-block;
}
.optionListWrapper .warrantyPdp .radioWrapper .radioLabel {
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
}
.optionListWrapper .warrantyPdp#subscriptionOptionsSelect .title img {
  width: 42px;
  padding-right: 0.313rem;
  position: relative;
  bottom: 6px;
  padding-left: 0;
}
.optionListWrapper label {
  font-weight: 400;
  display: inline-block;
  font-size: 0.875rem;
}
@media only screen and (max-width: 480px) {
  .optionListWrapper label {
    font-size: 0.813rem;
    line-height: 1.25rem;
  }
}
.optionListWrapper &gt; div {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 1200px) {
  .optionListWrapper &gt; div {
    width: 33%;
  }
}

#wrapper.pt_cart.pt_newcart .paybright-cart-container {
  padding: 1rem 1.5rem;
  padding-top: 0;
}
#wrapper.pt_cart.pt_newcart .chargeAfter-cart-container {
  padding: 1rem 1.5rem;
}
#wrapper.pt_cart.pt_newcart .chargeAfter-cart-container .ca-promotional-widget .ca-promotional-widget-container {
  font-size: 0.875rem;
  color: var(--color-gray600);
  margin-bottom: 1rem;
}
#wrapper.pt_cart.pt_newcart .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;
  height: auto !important;
  line-height: unset !important;
  text-decoration: underline;
  text-transform: capitalize;
}
#wrapper.pt_cart.pt_newcart .pb-price {
  font-size: 0.813rem;
  font-weight: 400;
  text-transform: none;
  color: var(--color-black);
  font-family: "Rauschen A";
}
#wrapper.pt_cart.pt_newcart .pb-price p {
  font-family: "Rauschen A" !important;
}
#wrapper.pt_cart.pt_newcart .pb-price p img {
  width: 7.4em !important;
}
#wrapper.pt_cart.pt_newcart .pb-price a {
  cursor: pointer;
  letter-spacing: normal;
  color: var(--color-black) !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
  display: block;
  line-height: 2;
}
@media only screen and (min-width: 769px) {
  #wrapper.pt_cart.pt_newcart {
    max-width: 100%;
    padding: 0;
  }
}
#wrapper.pt_cart.pt_newcart #main {
  background-color: var(--color-gray200);
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #main {
    padding: 0;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper {
    width: 100%;
    max-width: 1180px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper {
    width: 96%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper {
    width: 92%;
    margin: 0 auto;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .error-form {
  background: var(--color-white);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .error-form i.fa-exclamation-circle {
  margin-right: 0.4rem;
  font-size: 1.125rem;
  position: relative;
  top: 2px;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-empty {
  margin-top: 0rem;
  padding-top: 5rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-empty .cart-icon-section {
  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;
  margin-bottom: 1rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-empty .cart-icon-section .cart-icon {
  width: 5rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-empty .cart-icon-section .cart-icon svg {
  display: block;
  vertical-align: middle;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-empty h1 {
  font-size: 1.875rem;
  margin-bottom: 2rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.25;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-empty .button-block {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-empty .button-block a {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  font-size: 1rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-empty .button-block .empty-continueshopping span {
  text-decoration: underline;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-empty .cart-action-continue-shopping {
  float: none;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-empty .cart-action-continue-shopping .button-text {
  margin: 0;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-action-continue-shopping .button-text span {
  font-size: 0.938rem;
  font-weight: 400;
  margin-left: -0.125rem;
  padding: 0;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-action-continue-shopping .button-text .icon.arrow-left {
  width: 10px;
  height: 10px;
  position: relative;
  top: -1px;
  display: inline-block;
  right: 1px;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-title-section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-title-section .shipping-title {
  font-size: 1.875rem;
  padding: 0 0 0.5rem 0;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.25;
  font-weight: 400;
  border: 0;
  text-transform: none;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-title-section .cart-item-quantity {
  font-size: 0.938rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  margin-right: 1rem;
}
@media only screen and (min-width: 769px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product {
    width: 100%;
    margin-right: 0rem;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product .list {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-white);
  position: relative;
}
@media only screen and (min-width: 769px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product .list {
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product .cart-actions {
  padding: 1rem 0;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product .cart-actions .cart-action-continue-shopping {
  float: left;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product .cart-actions .button-text {
  color: #000000;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row {
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .cart-pr-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  padding-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .cart-pr-row {
    padding: 0rem 0.5rem;
    padding-top: 1.5rem;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .cart-promise-period {
  display: block;
  padding: 0;
  margin: 0;
  padding-bottom: 1.5rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .cart-promise-period.ServiceType {
  padding-bottom: 1.5rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .cart-promise-period .product-extended-promise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  border-top: 1px solid var(--color-gray200);
  padding: 1.5rem;
  padding-bottom: 0;
  font-style: italic;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .cart-promise-period .product-extended-promise &gt; div.icon {
  margin-right: 0.5rem;
  cursor: default;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .cart-promise-period .product-extended-promise &gt; div img {
  width: 32px;
  max-width: none;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .cart-promise-period .product-extended-promise.defaultpromise img {
  width: 32px;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row {
    padding: 0rem;
    padding-top: 1.7rem;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-image {
  width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-image {
    width: auto;
    float: left;
    min-height: 89px;
    max-height: 89px;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-image img {
  width: 160px;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-image img {
    width: 89px;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description {
    display: inline-block;
    padding-top: 0.25rem;
    margin-bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description {
    display: inline-block;
    padding-top: 0.25rem;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-details {
  width: 75.83%;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-details {
    width: calc(100% - 100px);
    float: left;
    min-height: 89px;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-details {
    width: calc(100% - 100px);
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-details .product-availability-list {
  display: none;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-details .error {
  font-style: normal;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-details .item-edit-details {
  padding: 0;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-details .item-edit-details p {
  margin: 0;
  line-height: 1;
  margin-top: 0.25rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-details .item-edit-details p {
    margin: 0;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-details .item-user-actions {
  margin: 0.25rem 0rem 0.5rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-details .item-user-actions {
    margin: 0;
    margin-top: 0.75rem;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-details .item-user-actions .button-text {
  font-size: 0.875rem;
  color: var(--color-gray600);
  text-decoration: underline;
  font-weight: 400;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-details .item-user-actions .button-text:hover {
  color: var(--color-gray600);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-details .item-user-actions .item-edit-details a {
  color: var(--color-gray600);
  margin-right: 1.5rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-details .item-user-actions .item-edit-details a:hover {
  text-decoration: underline;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-price {
  width: 0%;
  padding: 0;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-quantity {
  clear: none;
  float: none;
  text-align: left;
  width: 16rem;
  margin: 0rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-quantity {
    clear: none;
    float: left;
    text-align: left;
    width: 60px;
    padding: 0;
    position: relative;
    left: 5.9rem;
    margin: 1rem 0rem;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-quantity {
    width: 65px;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-quantity .jnryRemovebtn {
  margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-quantity .jnryRemovebtn {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-quantity .qtynumber.pr-rd-sort {
    margin-bottom: 1rem;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-quantity .button-text {
  display: inline-block;
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
  height: auto;
  padding: 0;
  margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-quantity .button-text {
    display: contents;
    text-decoration: none;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-quantity .button-text:hover {
  color: #000000;
  background-color: transparent;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-quantity .button-text:hover span {
  color: #000000;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-quantity .button-text span {
  padding: 0;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .item-description .item-quantity .button-text span {
    text-decoration: underline;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .cart-options-row {
  display: block;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .cart-options-row .optionListWrapper .value {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0.5rem 0;
  border-top: 1px solid var(--color-gray200);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .cart-options-row .optionListWrapper .value .imgWrapper, #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .cart-options-row .optionListWrapper .value .titleImg {
  display: none;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .cart-options-row .optionListWrapper .value .radioWrapper {
  margin-left: 0;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .cart-options-row .optionListWrapper .value .radioWrapper .radioMargin .rDiv {
  margin-left: 0;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .cart-options-row .optionListWrapper .value .ihaWrapper b, #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .cart-row .item-right-part .cart-options-row .optionListWrapper .value .titleText {
  color: #3d4b75;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .rowcoupons .item-right-part .item-description .item-quantity {
    left: 0;
    border: 0;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-product #cart-list-table .rowcoupons .item-right-part .item-description .item-total {
    border: 0;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary {
  width: 20rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary {
    width: 100%;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main {
  position: sticky;
  top: 0;
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-order-totals {
    width: 96%;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-monthly-table {
  background-color: var(--color-white);
  line-height: 1.25rem;
  padding: 0;
  margin-top: 0.625rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-monthly-table .bowflex-img img {
  width: 90px;
  float: left;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-monthly-table .cart-monthly-amount {
  font-weight: 500;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-monthly-table .cart-monthly-message .monthly-finance {
  margin: 0;
  line-height: 1.25;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-monthly-table .cart-monthly-message .info-link {
  text-align: center;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-monthly-table .summary-total {
  margin: 0;
  font-style: italic;
  color: var(--color-gray600);
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-monthly-table .summary-total {
    line-height: 2;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-monthly-table .finance-header {
  font-weight: 400;
  font-size: 0.938rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-monthly-table .monthly-option .cart-monthly-message .month-price {
  font-weight: 500;
  font-size: 1rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-monthly-table .monthly-option .cart-monthly-message .spanItalic {
  font-style: italic;
  font-size: 0.875rem;
  color: var(--color-gray600);
  margin-bottom: 0.25rem;
  line-height: 1.25;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-monthly-table .monthly-option .cart-monthly-message .content-asset p {
  margin: 0;
  line-height: 1.25;
  font-size: 0.875rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-monthly-table .monthly-option .cart-monthly-message .content-asset .month-cart {
  margin-top: 0.5rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-monthly-table .monthly-option .hr-text {
  text-align: center;
  margin: 0.5rem 0;
  padding: 0.25rem 0;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-monthly-table .monthly-option .hr-text:before {
  background: var(--color-gray200);
  height: 2px;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-monthly-table .monthly-option .hr-text:after {
  background-color: var(--color-white);
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg {
  background-color: var(--color-white);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-order-totals .you-saved {
  -webkit-animation: flickPop 0.35s;
  animation: flickPop 0.35s;
  font-style: italic;
  color: var(--color-error400);
  padding: 0.25rem 0;
  margin: 0.5rem 0;
  font-weight: 500;
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-order-totals .you-saved .hr-left {
  margin-right: 0.5rem;
  height: 0.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  background-color: var(--color-gray200);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-order-totals .you-saved svg {
  margin-right: 0.5rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-order-totals .you-saved .hr-right {
  margin-left: 0.5rem;
  height: 0.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  background-color: var(--color-gray200);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code {
  width: 100%;
  padding: 0em;
  border-bottom: 20px solid var(--color-gray200);
  border-top: 1px solid #e2e8f0;
  margin-bottom: 0;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .havecoupon-contianer label {
  float: none;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-input-label {
  min-width: 61%;
  margin-right: 0.5rem;
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-input-label {
    min-width: 84%;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-input-label {
    min-width: 61%;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-input-label .coupon-input {
  width: 100%;
  margin: 0;
  padding: 0.375rem;
  text-transform: uppercase;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-input-label .coupon-input::-moz-placeholder {
  text-transform: none;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-input-label .coupon-input::-webkit-input-placeholder {
  text-transform: none;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-input-label .coupon-input:-ms-input-placeholder {
  text-transform: none;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-input-label .coupon-input::-ms-input-placeholder {
  text-transform: none;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-input-label .coupon-input::placeholder {
  text-transform: none;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-input-label .coupon-input.error {
  color: var(--color-error400);
  -webkit-text-fill-color: var(--color-error400);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-input-label .coupon-input.error::-moz-placeholder {
  color: var(--color-black);
  -webkit-text-fill-color: var(--color-black);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-input-label .coupon-input.error::-webkit-input-placeholder {
  color: var(--color-black);
  -webkit-text-fill-color: var(--color-black);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-input-label .coupon-input.error:-ms-input-placeholder {
  color: var(--color-black);
  -webkit-text-fill-color: var(--color-black);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-input-label .coupon-input.error::-ms-input-placeholder {
  color: var(--color-black);
  -webkit-text-fill-color: var(--color-black);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-input-label .coupon-input.error::placeholder {
  color: var(--color-black);
  -webkit-text-fill-color: var(--color-black);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-button button,
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-button .button.black,
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-button .button.red,
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .billing-coupon-code .coupon-inline .coupon-code-button .button.white.invert {
  margin: 0;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code .coupon-tag {
  font-size: 0.875rem;
  color: var(--color-gray600);
  margin-top: 0.5rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code-applied {
  width: 100%;
  border-top: 1px solid #e2e8f0;
  border-bottom: 20px solid var(--color-gray200);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code-applied &gt; div {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code-applied .item-details .cartcoupon {
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code-applied .item-details .cartcoupon .tag-red {
  color: var(--color-error400);
  margin-right: 0.5rem;
  position: relative;
  top: 3px;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code-applied .item-details .cartcoupon .label {
  width: 90px;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code-applied .item-quantity .item-user-actions .button-text {
  font-size: 0.75rem;
  color: var(--color-gray600);
  margin-left: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background: none;
  text-transform: none;
  text-decoration: none;
  height: 15px;
  line-height: 0.938rem;
  padding: 0;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code-applied .item-quantity .item-user-actions .button-text:hover {
  color: var(--color-error400);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code-applied .item-quantity .item-user-actions .button-text svg {
  margin-right: 0.25rem;
  display: block;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .cart-summary .cart-summary-main .cart-order-bg .cart-coupon-code-applied .item-quantity .item-user-actions .button-text span {
  padding: 0;
  font-size: 0.75rem;
  color: inherit;
  text-decoration: none;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list thead {
  display: none;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list tr {
  background-color: var(--color-white);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list tr.cart-options-row {
  border-bottom: 20px solid var(--color-gray200) !important;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total {
  padding-right: 0;
  text-align: right;
  font: 14px "Rauschen A", sans-serif;
  min-width: 110px;
  max-width: 120px;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total {
    width: 31% !important;
    padding: 0 !important;
    text-align: right !important;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total .bonus-item {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total .bonus-msg-name {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total .price-total {
  font-size: 1.125rem;
  font-weight: 500 !important;
  line-height: 1.688rem;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total .price-adjusted-total {
  font-size: 1.125rem;
  line-height: 1.688rem;
  color: var(--color-error400);
  display: inline-block;
  margin: 0;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total .price-adjusted-total {
    margin: 0;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total .price-adjusted-total span {
  color: var(--color-error400);
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total .price-ea {
  font-size: 0.875rem;
  line-height: 1.25;
  display: block;
  width: 110px;
  font-weight: 400;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total .price-total + .price-ea {
  position: relative;
  left: 0px;
  float: right;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total .price-total + .price-ea {
    float: right;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total .applidcoupon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  -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);
  padding: 0 0.25rem;
  margin-right: 1.5rem;
  line-height: 2;
  background-color: var(--color-error400);
  color: var(--color-white);
  font-weight: 500;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total .applidcoupon .icon {
  margin-right: 0.35rem;
  position: relative;
  top: 2px;
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total .price-unadjusted {
  font-weight: 400;
  color: var(--color-black);
  display: block;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total .price-unadjusted {
    margin-right: 0;
  }
}
#wrapper.pt_cart.pt_newcart .cart-wrapper .cart-container .item-list .item-total .price-unadjusted span {
  text-decoration: line-through;
}
#wrapper.pt_cart.pt_newcart .cart-more-options {
  background-color: var(--color-white);
}
#wrapper.pt_cart.pt_newcart .cart-more-options .cart-recommendations {
  margin: 0 auto;
  width: 90%;
  padding: 3rem 0;
  max-width: 1180px;
}
#wrapper.pt_cart.pt_newcart .hidden-mobile {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .hidden-mobile {
    display: block !important;
  }
}
#wrapper.pt_cart.pt_newcart .hidden-dektop {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .hidden-dektop {
    display: none !important;
  }
}
#wrapper.pt_cart.pt_newcart .ihaWrapper {
  position: relative;
  display: block;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .ihaWrapper {
    width: 100%;
  }
}
#wrapper.pt_cart.pt_newcart .ihaWrapper a {
  text-decoration: underline;
  color: var(--color-gray600);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#wrapper.pt_cart.pt_newcart .ihaWrapper a span {
  color: inherit;
  text-decoration: none;
}
#wrapper.pt_cart.pt_newcart .newihaOption, #wrapper.pt_cart.pt_newcart .rDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
#wrapper.pt_cart.pt_newcart .newihaOption .css-label, #wrapper.pt_cart.pt_newcart .rDiv .css-label {
  margin: 0;
  position: initial;
}
#wrapper.pt_cart.pt_newcart .newihaOption .title, #wrapper.pt_cart.pt_newcart .rDiv .title {
  color: var(--color-gray600);
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .newihaOption .title, #wrapper.pt_cart.pt_newcart .rDiv .title {
    font-size: 0.813rem;
  }
}
#wrapper.pt_cart.pt_newcart .newihaOption .title:hover, #wrapper.pt_cart.pt_newcart .rDiv .title:hover {
  color: #000000;
}
#wrapper.pt_cart.pt_newcart .newihaOption .icon-plus, #wrapper.pt_cart.pt_newcart .rDiv .icon-plus {
  color: #cbd5e0;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-right: 0.5rem;
}
#wrapper.pt_cart.pt_newcart .newihaOption .icon-ok, #wrapper.pt_cart.pt_newcart .rDiv .icon-ok {
  color: #1675E0;
  font-size: 1.125rem;
  display: none;
}
#wrapper.pt_cart.pt_newcart .newihaOption .removeicon, #wrapper.pt_cart.pt_newcart .rDiv .removeicon {
  display: none;
  cursor: pointer;
  font-size: 0.75rem;
  margin-left: 1rem;
  color: var(--color-gray600);
  vertical-align: text-top;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .newihaOption .removeicon, #wrapper.pt_cart.pt_newcart .rDiv .removeicon {
    margin-left: 0.5rem;
  }
}
#wrapper.pt_cart.pt_newcart .newihaOption .removeicon:hover, #wrapper.pt_cart.pt_newcart .rDiv .removeicon:hover {
  color: var(--color-error400);
}
#wrapper.pt_cart.pt_newcart .newihaOption .removeicon svg, #wrapper.pt_cart.pt_newcart .rDiv .removeicon svg {
  margin-right: 0.25rem;
}
#wrapper.pt_cart.pt_newcart .newihaOption .price-item, #wrapper.pt_cart.pt_newcart .rDiv .price-item {
  display: none;
}
#wrapper.pt_cart.pt_newcart .newihaOption .css-checkbox, #wrapper.pt_cart.pt_newcart .rDiv .css-checkbox {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .newihaOption .css-checkbox, #wrapper.pt_cart.pt_newcart .rDiv .css-checkbox {
    width: 20px;
  }
}
#wrapper.pt_cart.pt_newcart .newihaOption .css-checkbox:hover + .css-label .icon-plus, #wrapper.pt_cart.pt_newcart .rDiv .css-checkbox:hover + .css-label .icon-plus {
  color: #1675E0;
}
#wrapper.pt_cart.pt_newcart .newihaOption .css-checkbox:hover ~ .title, #wrapper.pt_cart.pt_newcart .rDiv .css-checkbox:hover ~ .title {
  color: #000000;
}
#wrapper.pt_cart.pt_newcart .newihaOption .css-checkbox.checked, #wrapper.pt_cart.pt_newcart .rDiv .css-checkbox.checked {
  width: 20px;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .newihaOption .css-checkbox.checked, #wrapper.pt_cart.pt_newcart .rDiv .css-checkbox.checked {
    width: 20px;
  }
}
#wrapper.pt_cart.pt_newcart .newihaOption .css-checkbox.checked + .css-label .icon-plus, #wrapper.pt_cart.pt_newcart .rDiv .css-checkbox.checked + .css-label .icon-plus {
  display: none;
}
#wrapper.pt_cart.pt_newcart .newihaOption .css-checkbox.checked + .css-label .icon-ok, #wrapper.pt_cart.pt_newcart .rDiv .css-checkbox.checked + .css-label .icon-ok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-right: 0.5rem;
}
#wrapper.pt_cart.pt_newcart .newihaOption .css-checkbox.checked ~ .removeicon, #wrapper.pt_cart.pt_newcart .rDiv .css-checkbox.checked ~ .removeicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper.pt_cart.pt_newcart .newihaOption .css-checkbox.checked ~ .title, #wrapper.pt_cart.pt_newcart .rDiv .css-checkbox.checked ~ .title {
  color: #000000;
}
#wrapper.pt_cart.pt_newcart .newihaOption .css-checkbox.checked ~ .price-item, #wrapper.pt_cart.pt_newcart .rDiv .css-checkbox.checked ~ .price-item {
  position: absolute;
  display: block;
  top: 0;
  right: 0px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .newihaOption .css-checkbox.checked ~ .price-item, #wrapper.pt_cart.pt_newcart .rDiv .css-checkbox.checked ~ .price-item {
    right: 17px;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper.pt_cart.pt_newcart .newihaOption .css-checkbox.checked ~ .price-item, #wrapper.pt_cart.pt_newcart .rDiv .css-checkbox.checked ~ .price-item {
    right: 0px;
  }
}
#wrapper.pt_cart.pt_newcart .newihaOption .newihaOptionContainer, #wrapper.pt_cart.pt_newcart .rDiv .newihaOptionContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wrapper.pt_cart.pt_newcart .newihaOption .newihaOptionContainer:hover .css-label .icon-plus, #wrapper.pt_cart.pt_newcart .rDiv .newihaOptionContainer:hover .css-label .icon-plus {
  color: #1675E0;
}
#wrapper.pt_cart.pt_newcart .warrantyPdp {
  position: relative;
}
#wrapper.pt_cart.pt_newcart .warrantyPdp a {
  text-decoration: underline;
  color: var(--color-gray600);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#wrapper.pt_cart.pt_newcart .warrantyPdp a span {
  color: inherit;
  text-decoration: none;
}
#wrapper.pt_cart.pt_newcart .radioWrapper {
  margin: 0.75rem 0;
}
#wrapper.pt_cart.pt_newcart .radioWrapper .radioMargin {
  margin: 0;
}
#wrapper.pt_cart.pt_newcart .radioWrapper .radioMargin .rDiv {
  padding: 0;
  margin: 0;
  padding-bottom: 0.75rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid var(--color-gray200);
}
#wrapper.pt_cart.pt_newcart .radioWrapper .radioMargin .rDiv:nth-last-child(2) {
  border-bottom: 1px solid transparent;
}
#wrapper.pt_cart.pt_newcart .radioWrapper .radioMargin .rDiv.zeroOptionJS {
  display: none;
}
#wrapper.pt_cart.pt_newcart .radioWrapper .radioMargin .rDiv label:not(.css-label) {
  margin: 0;
}
#wrapper.pt_cart.pt_newcart .radioWrapper .radioMargin .rDiv .removeicon {
  position: relative;
}
#wrapper.pt_cart.pt_newcart .radioWrapper .radioMargin .rDiv .removeicon:hover {
  color: var(--color-error400);
}
#wrapper.pt_cart.pt_newcart .radioWrapper .radioMargin .rDiv .css-checkbox {
  width: 20px;
}
#wrapper.pt_cart.pt_newcart .radioWrapper .radioMargin .rDiv .css-checkbox.checked:hover ~ .removeicon {
  color: var(--color-gray600);
}
#wrapper.pt_cart.pt_newcart .radioWrapper .radioMargin .rDiv .css-checkbox.checked ~ .price-item {
  top: 0.625rem;
}
#wrapper.pt_cart.pt_newcart .radioWrapper .radioMargin .rDiv .css-checkbox.checked + .css-label .icon-ok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
#wrapper.pt_cart.pt_newcart .radioWrapper .radioMargin .rDiv:hover .css-label .icon-plus {
  color: #1675E0;
}
#wrapper.pt_cart.pt_newcart .loader-indicator {
  top: 20%;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list {
    width: 100%;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list tr {
  border: 0;
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list tr.cart-options-row {
  border-bottom: 1px solid var(--color-gray300);
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list tr.cart-options-row td {
  padding: 0 0 1.875rem 0px;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .rowbundle .item-image {
    width: 16.896%;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .rowbundle .item-details {
    width: 83.103%;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .rowbundle .item-quantity {
    padding-left: 16.896%;
    border-bottom: 1px solid var(--color-gray300);
    padding-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .rowbundle .item-price {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .rowcoupons .item-image {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .rowcoupons .item-details {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .rowcoupons .item-quantity {
    width: 50%;
    float: right;
    text-align: right;
    border-bottom: 1px solid var(--color-gray300);
    padding-bottom: 1.875rem;
    padding-top: 0.625rem;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .rowcoupons .item-quantity .item-user-actions {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .rowcoupons .item-quantity .item-user-actions .button-text {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .rowcoupons .item-total {
    width: 50%;
    float: left;
    text-align: left;
    border-bottom: 1px solid var(--color-gray300);
    padding-top: 0.625rem;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .rowcoupons .item-price {
    display: none;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem 0 1.875rem 0px;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list td {
    border: 0;
    display: block;
    padding: 1.875rem 0 0 0;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-image {
  width: 10.016%;
  padding: 1.875rem 0.625rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-image {
    width: 41.379%;
    float: left;
    display: block;
    padding: 1.25rem 0.625rem 0.75rem 0.625rem;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-image img {
    max-width: 96px;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details {
  width: 39.83%;
  padding-right: 1.5rem;
  line-height: 1.375rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details {
    width: 100%;
    float: none;
    display: block;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .item-edit-details a ~ *,
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .item-edit-details ~ * {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .shipping-availability {
    display: block;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .name {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .name {
    font: 0.75rem "Rauschen A", sans-serif;
    font-weight: 500;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .name a {
  font: 1.125rem "Rauschen A", sans-serif;
  font-weight: 500;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .name a {
    font: 1.125rem "Rauschen A", sans-serif;
    font-weight: 500;
    font-weight: 500;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .name.cartcoupon-name {
  padding-bottom: 1.25rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .name.cartcoupon-name {
    padding-bottom: 0.625rem;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .attribute .value {
  font-weight: 400;
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .cartcoupon {
  padding-bottom: 0.625rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .cartcoupon {
    padding-bottom: 0;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .product-availability-list .is-in-stock {
  color: #000000;
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .item-edit-details {
  padding-top: 0.438rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .item-edit-details {
    padding-top: 0;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .item-edit-details a {
  color: var(--color-error400);
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .bundle-image {
  float: left;
  max-width: 98px;
  width: 43%;
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .bundle-image img {
  width: 100%;
  height: auto;
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .bundle-description {
  float: left;
  padding-left: 0.938rem;
  width: 57%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-details .bundle-description a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-quantity-details {
    display: none;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-price {
  width: 16.949%;
  padding-right: 1.25rem;
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-price {
    width: 100%;
    float: right;
    font: 0.75rem "Rauschen A", sans-serif;
    padding: 1.25rem 0 0 0;
    font-weight: 500;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-price span:nth-child(2) {
  color: var(--color-error400);
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-quantity {
    width: 100%;
    float: right;
    padding: 1.25rem 0 0 0;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-quantity select {
  min-width: 45px;
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-quantity input {
  float: left;
  width: 58px;
  height: 38px;
  padding-right: 0;
  padding-left: 0.938rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: "Rauschen A", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-quantity .item-user-actions {
  float: left;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-quantity .item-user-actions {
    width: calc(100% - 48px);
    padding-left: 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-quantity .item-user-actions .button-text {
  display: block;
  margin: 0 0 0.25rem 0.625rem;
  font: 0.875rem "Rauschen A", sans-serif;
  color: #000000;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-quantity .item-user-actions .button-text {
    float: right;
    margin: 0.75rem 0 0 0;
    font: 0.75rem "Rauschen A", sans-serif;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-quantity .item-user-actions .button-text.right {
    margin-right: 0.938rem;
    float: left;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-quantity .item-user-actions .button-text:hover {
  text-decoration: none;
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-quantity .item-user-actions .button-text.no-margin {
  margin: 0;
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-quantity .bundleqtyincluded {
  width: 48px;
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Rauschen A", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-total {
  padding-right: 0px;
  text-align: right;
  font: 0.875rem "Rauschen A", sans-serif;
  min-width: 160px;
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-total {
    min-width: 130px;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-total {
    width: 100%;
    float: right;
    font: 0.875rem "Rauschen A", sans-serif;
    text-align: left;
    margin: 1rem 0rem;
    margin-right: 0.75rem;
    min-width: 75px;
  }
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-total .price-option {
  padding-top: 0.313rem;
  font-style: italic;
  color: var(--color-gray600);
  display: none;
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .item-total .price-total {
  font-weight: 500;
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .section-header {
  padding: 0 0 0.875rem 0;
  color: #000000;
  text-align: left;
  font-family: "Rauschen A", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: none;
  border-bottom: 1px solid var(--color-gray300);
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .section-header.header-total-price {
  text-align: right;
  padding-right: 0.625rem;
  font-family: "Rauschen A", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: none;
}
#wrapper.pt_cart.pt_newcart #cart-items-form .item-list .section-header.item-image {
  padding-left: 0.625rem;
}
#wrapper.pt_cart.pt_newcart .cart-actions {
  clear: both;
  margin-bottom: 1rem;
}
#wrapper.pt_cart.pt_newcart .cart-actions .continue-shoping {
  text-decoration: none;
  font-size: 1rem;
}
#wrapper.pt_cart.pt_newcart .cart-actions .continue-shoping span {
  text-decoration: underline;
}
#wrapper.pt_cart.pt_newcart .cart-order-bg {
  width: 320px;
  background-color: #f4f4f4;
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-order-bg {
    width: 100%;
  }
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .cart-order-totals {
  padding: 1rem;
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .cart-order-totals .order-totals-table {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-order-bg .cart-order-totals .order-totals-table {
    font: 0.875rem "Rauschen A", sans-serif;
    width: 100%;
    margin: 0;
  }
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .cart-order-totals .order-totals-table tr th {
  padding: 0.3rem;
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .cart-order-totals .order-totals-table tr td:nth-child(even) {
  text-align: right;
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .cart-order-totals .order-totals-table tr td:nth-child(odd) {
  text-align: left;
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .cart-order-totals .order-totals-table tr td .free-text {
  color: var(--color-error400);
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .cart-order-totals .order-totals-table .order-total td {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-order-bg .cart-order-totals .order-totals-table .order-total td {
    font-size: 1rem;
  }
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .monthly-options-main .cart-monthly-container {
  padding: 1rem;
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .coupon-code {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: var(--color-white);
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .coupon-code .coupon-container {
  border-color: var(--color-gray200);
  border-top: 1px solid #e2e8f0;
  text-align: center;
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .coupon-code label {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .coupon-code label .checker {
  display: inline-block;
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .coupon-code label input[type=checkbox] {
  margin-right: 0.5rem;
  line-height: 1.25rem;
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .coupon-code label input[type=checkbox] span {
  font-weight: 400;
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .coupon-code label .coupon-text {
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
}
#wrapper.pt_cart.pt_newcart .cart-order-bg .cart-order-totals {
  width: 90%;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-order-bg .cart-order-totals {
    width: 96%;
  }
}
@media only screen and (max-width: 480px) {
  #wrapper.pt_cart.pt_newcart .cart-order-bg .cart-order-totals {
    width: 90%;
  }
}
#wrapper.pt_cart.pt_newcart .cart-coupon-code .havecoupon-contianer {
  padding: 1rem;
  text-align: center;
}
#wrapper.pt_cart.pt_newcart .cart-coupon-code .havecoupon-contianer .checker {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
#wrapper.pt_cart.pt_newcart .cart-coupon-code .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;
  display: inline-block;
}
@media only screen and (min-width: 769px) and (max-width: 925px) {
  #wrapper.pt_cart.pt_newcart .cart-coupon-code .havecoupon-contianer label {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-coupon-code .havecoupon-contianer label {
    font: 0.875rem "Rauschen A", sans-serif;
    margin-top: 0.188rem;
    float: left;
  }
}
#wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code {
  display: none;
  padding: 0.875rem;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code {
    padding-bottom: 0.875rem;
  }
}
#wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code .coupon-code-input-label {
  min-width: 18%;
  float: left;
}
#wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code .coupon-code-input-label label {
  font: 0.875rem "Rauschen A", sans-serif;
  color: var(--color-gray600);
}
#wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code .coupon-code-input-label input[type=text] {
  width: 200px;
  margin: 0.25rem 1.25rem 0.25rem 0;
  float: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code .coupon-code-input-label input[type=text] {
    margin-right: 0;
  }
}
#wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code .coupon-code-button {
  float: right;
}
@media only screen and (min-width: 769px) {
  #wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code .coupon-code-button {
    float: none;
    display: inline-block;
  }
}
#wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code .coupon-code-button button,
#wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code .coupon-code-button .button.black,
#wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code .coupon-code-button .button.red,
#wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code .coupon-code-button .button.white.invert {
  float: left;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code .coupon-code-button button,
  #wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code .coupon-code-button .button.black,
  #wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code .coupon-code-button .button.red,
  #wrapper.pt_cart.pt_newcart .cart-coupon-code .billing-coupon-code .coupon-code-button .button.white.invert {
    float: right;
    margin: 0.375rem 0.375rem 0 0;
  }
}
#wrapper.pt_cart.pt_newcart .cart-action-checkout {
  padding: 0;
  float: none;
  clear: both;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-action-checkout {
    position: fixed;
    width: 90%;
    bottom: 0;
    left: 0;
    background-color: var(--color-white);
    -webkit-box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 20000;
    padding: 1rem;
  }
}
#wrapper.pt_cart.pt_newcart .cart-action-checkout button,
#wrapper.pt_cart.pt_newcart .cart-action-checkout .button.black,
#wrapper.pt_cart.pt_newcart .cart-action-checkout .button.red,
#wrapper.pt_cart.pt_newcart .cart-action-checkout .button.white.invert {
  width: 70%;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper.pt_cart.pt_newcart .cart-action-checkout button.btn-mobile,
  #wrapper.pt_cart.pt_newcart .cart-action-checkout .btn-mobile.button.black,
  #wrapper.pt_cart.pt_newcart .cart-action-checkout .btn-mobile.button.red,
  #wrapper.pt_cart.pt_newcart .cart-action-checkout .btn-mobile.button.white.invert {
    width: auto;
    display: inline-block;
    margin: 1rem 0;
  }
}
#wrapper.pt_cart.pt_newcart .cart-action-checkout button i,
#wrapper.pt_cart.pt_newcart .cart-action-checkout .button.black i,
#wrapper.pt_cart.pt_newcart .cart-action-checkout .button.red i,
#wrapper.pt_cart.pt_newcart .cart-action-checkout .button.white.invert i {
  display: inline-block;
  font-size: 1rem;
  color: var(--color-white);
}

.cart-recommendations {
  max-width: 1180px;
}
.cart-recommendations .cart-recommendation-item &gt; div {
  width: 100%;
  min-height: inherit;
}
.cart-recommendations .cart-recommendation-item &gt; div .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -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;
}
@media only screen and (min-width: 769px) and (max-width: 910px) {
  .cart-recommendations .cart-recommendation-item &gt; div .bottom {
    padding: 0.25rem;
  }
}
.cart-recommendations .cart-recommendation-item &gt; div .bottom.frbtn {
  display: block;
}
.cart-recommendations .cart-recommendation-item &gt; div .bottom.frbtn .cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-recommendations .cart-recommendation-item &gt; div .bottom a {
  width: auto;
  padding: 0.5rem;
  text-decoration: underline;
}
.cart-recommendations .cart-recommendation-item &gt; div a {
  width: 88%;
  min-height: inherit;
  display: block;
  text-decoration: none;
  padding: 1rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .cart-recommendations .cart-recommendation-item &gt; div a {
    padding: 0.75rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 939px) {
  .cart-recommendations .cart-recommendation-item &gt; div a {
    padding: 0.55rem;
    width: 89%;
  }
}
@media only screen and (max-width: 768px) {
  .cart-recommendations .cart-recommendation-item &gt; div a {
    padding: 0.25rem;
    width: 95%;
  }
}
@media only screen and (max-width: 480px) {
  .cart-recommendations .cart-recommendation-item &gt; div a {
    padding: 1rem;
    width: 88%;
  }
}
.cart-recommendations .cart-recommendation-item &gt; div a h3 {
  font: 0.875rem "Rauschen A", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
}
.cart-recommendations .cart-recommendation-item &gt; div a.learn-more {
  padding: 1rem;
}

.options-pp {
  padding: 0 3rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .options-pp {
    padding: 0;
  }
}
.options-pp .item-pp {
  padding: 0.75rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid var(--color-gray300);
  border-radius: 0.25rem;
  cursor: pointer;
}
.options-pp .item-pp:hover {
  border-color: var(--color-error400);
}
.options-pp .item-pp.checked {
  border-color: var(--color-error400);
  cursor: initial;
}
.options-pp .item-pp .icon-pp {
  width: 3.25rem;
  margin-bottom: 0.5rem;
}
.options-pp .item-pp .pp-subtitle {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
.options-pp .item-pp .pp-price {
  font-size: 1.25rem;
  line-height: 1.25;
}

.protection-options {
  padding: 2.75rem !important;
}
@media only screen and (max-width: 480px) {
  .protection-options {
    padding: 2.75rem 1.25rem !important;
  }
}
.protection-options .cart-modal {
  padding: 0;
  margin-right: 3rem;
}
@media only screen and (max-width: 480px) {
  .protection-options .cart-modal {
    margin-right: 0;
  }
}
.protection-options .cart-modal .standard-warranty p {
  margin-bottom: 0;
  line-height: normal;
}
.protection-options .cart-modal .standard-warranty ul {
  margin-left: 0.5rem;
  margin-top: 0;
}
.protection-options .cart-modal .standard-warranty ul li {
  position: relative;
}
.protection-options .cart-modal .standard-warranty ul li::before {
  content: ".";
  font-size: 1.875rem;
  margin-left: -0.938rem;
  position: absolute;
  margin-top: -0.563rem;
}
.protection-options .cart-modal .cart-list-width {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .protection-options .cart-modal .cart-list-width {
    width: 100%;
  }
}
.protection-options .cart-modal .includes-title {
  font-size: 1.188rem;
}
.protection-options .cart-modal .protection-plan-options {
  max-width: 475px;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.protection-options .cart-modal .protection-plan-options .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.5rem;
}
.protection-options .cart-modal .protection-plan-options .form-row label {
  margin-left: 1.5rem;
}
.protection-options .cart-modal .protection-plan-options .form-row label p {
  margin: 0;
}
.protection-options .cart-modal .protection-plan-options .form-row label span {
  font-size: 1rem;
  font-weight: 500;
}
.protection-options .cart-modal .protection-plan-options .form-row .field-wrapper .input-checkbox {
  border-radius: 3px;
  width: 1.188rem;
  height: 1.188rem;
}
.protection-options .cart-modal .protection-plan-options .form-row .field-wrapper .input-checkbox.checked {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--color-error400) !important;
}
.protection-options .cart-modal .protection-plan-options .form-row .field-wrapper .input-checkbox.checked::after {
  position: absolute;
  content: "\f00c";
  color: var(--color-white);
  top: 3px;
  left: 4px;
  font-family: "FontAwesome";
  font-size: 0.75rem;
}
.protection-options .cart-modal .protection-plan-options label.disabled {
  color: #808080;
}
.protection-options .cart-modal .protection-plan-options .protection-plan-modal {
  margin-top: 2rem;
}
.protection-options .cart-modal .protection-plan-options .protection-plan-modal .protection-plan-modal-btn {
  width: 45%;
}
.protection-options .cart-modal .protection-plan-options .protection-plan-modal .protection-plan-modal-btn span {
  font-weight: 400;
}
.protection-options .cart-modal .protection-plan-options .protection-plan-modal .protection-plan-modal-btn.disabled {
  background-color: #BFBEBE;
}
@media only screen and (max-width: 480px) {
  .protection-options .cart-modal .protection-plan-options .protection-plan-modal .protection-plan-modal-btn {
    width: 100%;
  }
}
.protection-options.fancybox-content {
  cursor: auto !important;
}

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

@media only screen and (min-width: 769px) {
  html:lang(fr) .pt_cart .cart-recommendations .cart-button button,
  html:lang(fr) .pt_cart .cart-recommendations .cart-button .button.black,
  html:lang(fr) .pt_cart .cart-recommendations .cart-button .button.red,
  html:lang(fr) .pt_cart .cart-recommendations .cart-button .button.white.invert {
    line-height: 1;
  }
}

html:lang(fr) body.pt_cartdesign:not(.nautilus) .cart-recommendations,
html:lang(fr) body.pt_cartdesign:not(.schwinn) .cart-recommendations {
  max-width: 1180px;
}
html:lang(fr) body.pt_cartdesign:not(.nautilus) .cart-recommendations .cart-recommendation-item &gt; div .bottom .add-to-cart,
html:lang(fr) body.pt_cartdesign:not(.schwinn) .cart-recommendations .cart-recommendation-item &gt; div .bottom .add-to-cart {
  padding: 0.75rem;
}

.jrny-cnt-section {
  background: var(--color-gray200);
  border-radius: 0.3125rem;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.25rem 0.9375rem 0 0.9375rem;
}
@media only screen and (max-width: 768px) {
  .jrny-cnt-section {
    padding: 0.8125rem;
    display: block;
  }
}
.jrny-cnt-section .jrny-logo-section {
  margin-right: 0.625rem;
}
.jrny-cnt-section .jrny-logo-section img {
  width: 65px;
  height: 35px;
}
.jrny-cnt-section .jrny-cont {
  padding: 0 0.9375rem;
}
@media only screen and (max-width: 768px) {
  .jrny-cnt-section .jrny-cont {
    padding: 0.625rem 0;
  }
}
.jrny-cnt-section .jrny-cont h3 {
  font-size: 0.813rem;
  margin-top: 0.5rem;
  text-transform: none;
}
@media only screen and (max-width: 768px) {
  .jrny-cnt-section .jrny-cont h3 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0;
  }
}
.jrny-cnt-section .jrny-cont p {
  line-height: 1.6rem;
  margin: 0.2rem 0;
  color: var(--color-gray600);
  font-size: 0.813rem;
}
@media only screen and (max-width: 768px) {
  .jrny-cnt-section .jrny-cont p {
    font-size: 0.875rem;
  }
}
.jrny-cnt-section .jrny-learn-more {
  margin-left: auto;
  margin-right: 0.313rem;
}
@media only screen and (max-width: 768px) {
  .jrny-cnt-section .jrny-learn-more {
    margin: 0;
  }
}
.jrny-cnt-section .jrny-learn-more a {
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .jrny-cnt-section .jrny-learn-more a {
    display: block;
  }
}

.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;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media only screen and (max-width: 768px) {
  .gradient-bar {
    height: 30px;
    margin-top: 0.125rem;
  }
}

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

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

@media only screen and (min-width: 769px) {
  body.schwinn .pt_finace .finance-header-container,
  body.movement .pt_finace .finance-header-container,
  body.nautilus .pt_finace .finance-header-container {
    height: auto;
  }
}
body.schwinn .pt_finace .menu-category,
body.movement .pt_finace .menu-category,
body.nautilus .pt_finace .menu-category {
  display: none;
}

.p-w-r {
  font: 14px "Rauschen A", sans-serif !important;
}
.p-w-r a {
  color: var(--color-error400) !important;
}
.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: none !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-gray300) !important;
}

.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-barValue {
  background: #ffcc00 !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-label {
  color: #767676 !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-ratings-histogram-barValue, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-5:hover .pr-ratings-histogram-barValue, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-4 .pr-ratings-histogram-barValue, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-4:hover .pr-ratings-histogram-barValue, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-3 .pr-ratings-histogram-barValue, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-3:hover .pr-ratings-histogram-barValue, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-2 .pr-ratings-histogram-barValue, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-2:hover .pr-ratings-histogram-barValue, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-1 .pr-ratings-histogram-barValue, .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-hist-filter-1:hover .pr-ratings-histogram-barValue {
  background-color: var(--color-black) !important;
}

.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-review-display .pr-rd-main-header-with-filters .pr-rd-search-container .pr-rd-search-reviews-input .pr-rd-search-reviews-icon-button {
  background-color: var(--color-gray600) !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;
}

body .p-w-r .pr-star-v4-0-filled {
  background-image: url("../images/reviews/reviews-0-star.png");
}
body .p-w-r .pr-star-v4-25-filled {
  background-image: url("../images/reviews/reviews-025-star.png");
}
body .p-w-r .pr-star-v4-50-filled {
  background-image: url("../images/reviews/reviews-050-star.png");
}
body .p-w-r .pr-star-v4-75-filled {
  background-image: url("../images/reviews/reviews-075-star.png");
}
body .p-w-r .pr-star-v4-100-filled {
  background-image: url("../images/reviews/reviews-100-star.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-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;
}

.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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; li:hover {
    background-position: 95% center;
  }
}
.pt_blog .blog-nav ul.blog-top-level &gt; li.active-cat {
  color: var(--color-error400);
}
.pt_blog .blog-nav ul.blog-top-level &gt; 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 &gt; 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 &gt; li.active {
    background-position: 95% 17px;
  }
}
.pt_blog .blog-nav ul.blog-top-level &gt; li.active ul.blog-sub-level {
  display: block;
}
.pt_blog .blog-nav ul.blog-top-level &gt; 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 &gt; li.blog-insider:hover, .pt_blog .blog-nav ul.blog-top-level &gt; li.blog-insider:active {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pt_blog .blog-nav ul.blog-top-level &gt; li.blog-insider.active-cat a {
  color: var(--color-error400);
}
.pt_blog .blog-nav ul.blog-top-level &gt; 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 &gt; li.blog-insider {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pt_blog .blog-nav ul.blog-top-level &gt; li {
    display: block;
    margin-left: 0;
  }
}
.pt_blog .blog-nav ul.blog-top-level &gt; li &gt; 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 &gt; 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 &gt; li {
    text-align: center;
  }
}
.pt_blog ul.blog-sub-level &gt; 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 &gt; 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 &gt; 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;
}

.standalone {
  font-family: "Rauschen A", sans-serif;
  height: 100%;
  min-height: 100vh;
}
@media only screen and (max-width: 768px) {
  .standalone {
    background-image: none;
    background-color: var(--color-white);
  }
}
.standalone sup {
  font-size: 0.35rem;
  top: -1.2em;
}
.standalone .menu-utility-user .phone {
  font-weight: 500;
}
.standalone .hr-text {
  font-style: italic;
}
.standalone .hr-text:before {
  background: #e2e8f0;
}
.standalone .hr-text:after {
  padding: 0 0.85em;
  color: var(--color-black);
}
.standalone input[type=text].input-coupon::-webkit-input-placeholder {
  color: #969696;
}
.standalone .standaloneheader {
  background-color: var(--color-white);
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 55px;
}
.standalone .standaloneheader .menu-utility-user {
  margin: 0.938rem auto;
}
.standalone .standaloneheader .primary-logo {
  padding-top: 0.75rem !important;
}
@media only screen and (max-width: 768px) {
  .standalone .standaloneheader .primary-logo {
    padding-top: 1.063rem !important;
  }
}
.standalone .inner-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #171729;
}
@media only screen and (max-width: 768px) {
  .standalone .inner-container {
    background-color: var(--color-white);
    min-height: 110vh;
  }
}
.standalone #wrapper {
  max-width: 752px;
  padding-bottom: 4.125rem;
  padding-top: 5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper {
    padding: 0;
    margin-top: -0.375rem;
    padding-top: 3rem;
    max-width: 100%;
    width: 100%;
  }
}
.standalone #wrapper .maintitle {
  color: var(--color-white);
  text-align: center;
  font-size: 2.25rem;
  font-family: "Rauschen A", sans-serif;
  text-transform: none;
  line-height: 1.25;
  margin-bottom: 0.25rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .maintitle {
    display: none;
  }
}
.standalone #wrapper .standalonecontent {
  width: auto;
  -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);
  padding: 2rem;
  margin-top: 1.25rem;
  background-color: var(--color-white);
  font-family: "Rauschen A", sans-serif;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent {
    padding: 0 1rem;
    margin-top: 0.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    min-height: auto;
  }
}
.standalone #wrapper .standalonecontent .jrny-confirmation {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jrny-confirmation {
    width: 100%;
    margin: 0 auto;
  }
}
.standalone #wrapper .standalonecontent .jrny-confirmation .confirmation-header-info {
  width: 100%;
}
.standalone #wrapper .standalonecontent .jrny-confirmation .confirmation-header-info h2 {
  font-size: 1.875rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.standalone #wrapper .standalonecontent .jrny-confirmation .confirmation-header-info h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-style: normal;
  font-weight: 400;
}
.standalone #wrapper .standalonecontent .jrny-confirmation .jrnysubscriptionthankyou-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.standalone #wrapper .standalonecontent .jrny-confirmation .jrnysubscriptionthankyou-img img {
  width: 100%;
}
.standalone #wrapper .standalonecontent .jrny-confirmation .jrny-details-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--color-gray200);
  margin: 0 0.5rem;
  clear: both;
}
.standalone #wrapper .standalonecontent .jrny-confirmation .jrny-details-item label {
  font-weight: 500;
  font-size: 0.875rem;
  float: left;
  width: 60px;
  margin-right: 0.5rem;
}
.standalone #wrapper .standalonecontent .jrny-confirmation .jrny-details-item span {
  font-size: 0.875rem;
}
.standalone #wrapper .standalonecontent .jrny-confirmation .jrny-details-item:last-child {
  border-bottom-width: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jrny-confirmation .jrny-getcustomer-phone {
    border-bottom-width: 1px !important;
  }
}
.standalone #wrapper .standalonecontent .jrny-confirmation .jrny-section-center {
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jrny-confirmation .jrny-section-center button,
  .standalone #wrapper .standalonecontent .jrny-confirmation .jrny-section-center .button.black,
  .standalone #wrapper .standalonecontent .jrny-confirmation .jrny-section-center .button.red,
  .standalone #wrapper .standalonecontent .jrny-confirmation .jrny-section-center .button.white.invert {
    display: inline-block;
  }
}
.standalone #wrapper .standalonecontent .cardType-icon {
  margin-top: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .cardType-icon {
    margin-top: 0.2rem;
    margin-left: 0.5rem;
  }
}
.standalone #wrapper .standalonecontent .cardType-icon img {
  opacity: 0.25;
}
.standalone #wrapper .standalonecontent .cardType-icon .is-active {
  opacity: 1;
}
.standalone #wrapper .standalonecontent .errormessage-cardtype {
  margin: 0;
  margin-left: 2rem;
}
.standalone #wrapper .standalonecontent .jrny-subscription-activemembeship, .standalone #wrapper .standalonecontent .jrny-subscription-pendingmembeship, .standalone #wrapper .standalonecontent .jrny-subscription-trialmembeship {
  width: 68%;
  margin: 2rem auto;
  text-align: center;
  margin-bottom: 0;
}
.standalone #wrapper .standalonecontent .jrny-subscription-activemembeship h2, .standalone #wrapper .standalonecontent .jrny-subscription-pendingmembeship h2, .standalone #wrapper .standalonecontent .jrny-subscription-trialmembeship h2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.standalone #wrapper .standalonecontent .jrny-subscription-activemembeship hr, .standalone #wrapper .standalonecontent .jrny-subscription-pendingmembeship hr, .standalone #wrapper .standalonecontent .jrny-subscription-trialmembeship hr {
  border: 1px solid #f9f7f7;
}
.standalone #wrapper .standalonecontent .jrny-subscription-activemembeship .info, .standalone #wrapper .standalonecontent .jrny-subscription-pendingmembeship .info, .standalone #wrapper .standalonecontent .jrny-subscription-trialmembeship .info {
  margin-bottom: 1.5rem;
}
.standalone #wrapper .standalonecontent .jrny-subscription-activemembeship .info-next, .standalone #wrapper .standalonecontent .jrny-subscription-pendingmembeship .info-next, .standalone #wrapper .standalonecontent .jrny-subscription-trialmembeship .info-next {
  margin: 1rem 0;
}
.standalone #wrapper .standalonecontent .jrny-subscription-activemembeship .info-next a, .standalone #wrapper .standalonecontent .jrny-subscription-pendingmembeship .info-next a, .standalone #wrapper .standalonecontent .jrny-subscription-trialmembeship .info-next a {
  color: inherit;
}
.standalone #wrapper .standalonecontent .jrny-subscription-activemembeship .footer-info, .standalone #wrapper .standalonecontent .jrny-subscription-pendingmembeship .footer-info, .standalone #wrapper .standalonecontent .jrny-subscription-trialmembeship .footer-info {
  color: #969696;
}
.standalone #wrapper .standalonecontent .jrny-subscription-activemembeship .footer-info a, .standalone #wrapper .standalonecontent .jrny-subscription-pendingmembeship .footer-info a, .standalone #wrapper .standalonecontent .jrny-subscription-trialmembeship .footer-info a {
  color: inherit;
}
.standalone #wrapper .standalonecontent .jrny-subscription-email {
  width: 390px;
  margin: 2rem auto;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jrny-subscription-email {
    width: 100%;
  }
}
.standalone #wrapper .standalonecontent .jrny-subscription-email h2 {
  font-weight: 500;
}
.standalone #wrapper .standalonecontent .jrny-subscription-email p {
  color: #969696;
  text-align: center;
  margin: 1rem 0;
  margin-bottom: 1.5rem;
}
.standalone #wrapper .standalonecontent .jrny-subscription-email .btn-center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.standalone #wrapper .standalonecontent .jrny-subscription-email .btn-center .verify-subsription {
  width: 100%;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan, .standalone #wrapper .standalonecontent .jrny-billing-info {
  width: 90%;
  margin: 0 auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan, .standalone #wrapper .standalonecontent .jrny-billing-info {
    width: 100%;
    margin-top: 1rem;
  }
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan input[type=text],
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan input[type=number],
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan input[type=password],
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan input[type=tel],
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan input[type=email],
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan textarea, .standalone #wrapper .standalonecontent .jrny-billing-info input[type=text],
.standalone #wrapper .standalonecontent .jrny-billing-info input[type=number],
.standalone #wrapper .standalonecontent .jrny-billing-info input[type=password],
.standalone #wrapper .standalonecontent .jrny-billing-info input[type=tel],
.standalone #wrapper .standalonecontent .jrny-billing-info input[type=email],
.standalone #wrapper .standalonecontent .jrny-billing-info textarea {
  height: 46px;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .jnry-subscriptin-plan-info, .standalone #wrapper .standalonecontent .jrny-billing-info .jnry-subscriptin-plan-info {
  padding-top: 1.5rem;
  color: #969696;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing-error-message, .standalone #wrapper .standalonecontent .jrny-billing-info .billing-error-message {
  font-size: 0.875rem;
  color: var(--color-error400);
  padding: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid var(--color-error400);
  line-height: 1.313rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan {
  margin: 1.5rem 0;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan .gridcontainer__row, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan .gridcontainer__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan .gridcontainer__row .image, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan .gridcontainer__row .image {
  width: 80px;
  display: inline-block;
  margin-right: 1rem;
  height: 80px;
  border-radius: 0.9375rem;
  overflow: hidden;
  -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);
  float: left;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan .gridcontainer__row .image, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan .gridcontainer__row .image {
    margin-bottom: 1rem;
  }
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan .gridcontainer__row .image img, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan .gridcontainer__row .image img {
  width: 100%;
  height: 100%;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan .gridcontainer__row .pricestrike, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan .gridcontainer__row .pricestrike {
  text-decoration: line-through;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 500;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan .gridcontainer__row .price, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan .gridcontainer__row .price {
  display: inline-block;
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 400;
  position: relative;
  top: 1rem;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan .gridcontainer__row .price, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan .gridcontainer__row .price {
    width: 64%;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan .gridcontainer__row .price.isFreetrial, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan .gridcontainer__row .price.isFreetrial {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
  top: 0rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan .gridcontainer__row .price.isPromoApplyed, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan .gridcontainer__row .price.isPromoApplyed {
  line-height: 1.25;
  font-weight: 400;
  top: 0rem;
  color: var(--color-error400);
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan .gridcontainer__row .price span, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan .gridcontainer__row .price span {
  font-size: 0.875rem;
  color: var(--color-gray600);
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan .gridcontainer__row .price .promotag, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan .gridcontainer__row .price .promotag {
  font-size: 0.875rem;
  color: var(--color-error400);
  font-weight: 500;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan .gridcontainer__row .price .calloutMessage, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan .gridcontainer__row .price .calloutMessage {
  font-size: 0.875rem;
  color: #000000;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan .gridcontainer__row .change-plan-buttom, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan .gridcontainer__row .change-plan-buttom {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan .gridcontainer__row .change-plan-buttom, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan .gridcontainer__row .change-plan-buttom {
    text-align: left;
  }
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .billing_subscription_plan .gridcontainer__row .change-plan-buttom .button-link, .standalone #wrapper .standalonecontent .jrny-billing-info .billing_subscription_plan .gridcontainer__row .change-plan-buttom .button-link {
  background-color: transparent;
  border: 0;
  color: var(--color-gray600);
  text-decoration: underline;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .price_billing, .standalone #wrapper .standalonecontent .jrny-billing-info .price_billing {
  margin-top: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .price_billing p, .standalone #wrapper .standalonecontent .jrny-billing-info .price_billing p {
  font-weight: 400;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .price_billing span, .standalone #wrapper .standalonecontent .jrny-billing-info .price_billing span {
  font-weight: 400;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .btn-contanier, .standalone #wrapper .standalonecontent .jrny-billing-info .btn-contanier {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan .btn-contanier, .standalone #wrapper .standalonecontent .jrny-billing-info .btn-contanier {
    margin: auto;
  }
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .btn-contanier button.red:disabled.submitbtndisabled, .standalone #wrapper .standalonecontent .jnry-subscriptin-plan .btn-contanier .button.red:disabled.submitbtndisabled, .standalone #wrapper .standalonecontent .jrny-billing-info .btn-contanier button.red:disabled.submitbtndisabled, .standalone #wrapper .standalonecontent .jrny-billing-info .btn-contanier .button.red:disabled.submitbtndisabled {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan .Billingdisclosures, .standalone #wrapper .standalonecontent .jrny-billing-info .Billingdisclosures {
  background-color: #edf2f7;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 0.875rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset {
  border: 1px solid #e1e1e1;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset {
    margin: 0;
  }
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset legend, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset legend {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  padding: 0 0.25rem;
  position: relative;
  text-transform: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  width: auto;
  background: none;
  border: 0;
  margin-left: 0.5rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .info-required, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .info-required {
  text-align: right;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .info-required span, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .info-required span {
  color: var(--color-error400);
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .cardnuberIconContainer, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .cardnuberIconContainer {
  position: relative;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .cardnuberIconContainer .cardnuberIcon, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .cardnuberIconContainer .cardnuberIcon {
  position: absolute;
  border: 0px solid var(--color-gray300);
  height: 1.85rem;
  width: 40px;
  top: 23px;
  right: 4px;
  text-align: center;
  padding-top: 0.5rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .cardnuberIconContainer .cardnuberIcon i, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .cardnuberIconContainer .cardnuberIcon i {
  font-size: 1.5rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .expirationDatelabel, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .expirationDatelabel {
  font-size: 0.875rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .form-row, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .form-row {
  padding: 0 0.2rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .form-row label, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .form-row label {
  font-size: 0.875rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .form-row .selector, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .form-row .selector {
  height: 46px;
  line-height: 2.875rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .form-row .selector span, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .form-row .selector span {
  height: 46px;
  line-height: 2.875rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .form-row .selector select, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .form-row .selector select {
  height: 46px;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .form-row .selector.error .error, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .form-row .selector.error .error {
  height: auto;
  line-height: 0.938rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .form-row .selector.focus, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .form-row .selector.focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .form-row .tooltip, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .form-row .tooltip {
  background: #000000;
  color: var(--color-white);
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.675rem;
  width: 14px;
  padding: 0.2rem;
  height: 14px;
  line-height: 0.875rem;
  text-indent: 4px;
  display: block;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .email-form, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .email-form {
  margin-bottom: 1rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .email-form .form-caption, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .email-form .form-caption {
  font-style: italic;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .expirationDatelabel, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .expirationDatelabel {
  padding: 0;
  margin-left: 0.5rem;
  margin-bottom: -0.125rem;
  margin-top: 0.5rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .month, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .month {
  width: 40%;
  float: left;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .month label, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .month label {
  display: none;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .year, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .year {
  width: 40%;
  float: left;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .month-separator, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .month-separator {
  float: left;
  position: relative;
  top: 18px;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .cvn .field-wrapper, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .cvn .field-wrapper {
  width: 126px;
  float: left;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .mobileconsenttext, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .mobileconsenttext {
  background-color: #edf2f7;
  padding: 1rem;
  margin: 0.5rem;
  font-size: 0.875rem;
  position: relative;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .mobileconsenttext .checkBox-consent, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .mobileconsenttext .checkBox-consent {
  position: relative;
  margin-bottom: 1rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .mobileconsenttext .checkBox-consent .mobileconsentcheckbox, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .mobileconsenttext .checkBox-consent .mobileconsentcheckbox {
  width: 20px;
  float: left;
  top: -0.81rem;
  left: -0.5rem;
  position: absolute;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .mobileconsenttext .checkBox-consent .mobileconsentcheckbox .field-wrapper div.focus, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .mobileconsenttext .checkBox-consent .mobileconsentcheckbox .field-wrapper div.focus {
  border: 1px solid blue;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .mobileconsenttext .checkBox-consent label, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .mobileconsenttext .checkBox-consent label {
  font-size: 0.875rem;
  padding-left: 2rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .radio-options, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .radio-options {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.438rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .radio-options .radio, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .radio-options .radio {
  margin-left: 0rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .radio-options .radio.focus, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .radio-options .radio.focus {
  border: 1px solid blue;
  border-radius: 50%;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .radio-options label, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .radio-options label {
  margin-right: 1rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan {
  padding: 1rem 2.5rem;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan {
    padding: 1rem 0.25rem;
  }
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .margin-Right, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .margin-Right {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .margin-Right, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .margin-Right {
    margin-right: 0;
  }
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .margin-Left, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .margin-Left {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .margin-Left, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .margin-Left {
    margin-left: 0;
  }
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem {
  padding: 1.5rem 1rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -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);
  position: relative;
  border-width: 1px;
  border-radius: 0.25rem;
  border-color: #edf2f7;
  border-style: solid;
  margin-bottom: 1rem;
  text-align: center;
  cursor: pointer;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem:hover, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem:hover {
  -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);
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem.standaloneCoupondisabled, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem.standaloneCoupondisabled {
  margin-bottom: 0rem;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem.standaloneCoupondisabled, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem.standaloneCoupondisabled {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem .promotag, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem .promotag {
  font-size: 0.875rem;
  color: var(--color-error400);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 500;
  border-width: 2px;
  border-radius: 9999px;
  border-color: #edf2f7;
  position: absolute;
  top: -0.81rem;
  background: var(--color-white);
  border-style: solid;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem .JRNYPriceCurrency, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem .JRNYPriceCurrency {
  font-size: 0.875rem;
  margin-right: 0.25rem;
  top: -23px;
  left: 8px;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem .JRNYPrice, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem .JRNYPrice {
  font-size: 3rem;
  font-weight: 400;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem .JRNYPrice sup, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem .JRNYPrice sup {
  font-size: 0.875rem;
  top: -23px;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem .JRNYPriceType, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsPriceContainer .JRNYProductsPriceItem .JRNYPriceType {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #969696;
  margin-bottom: 0.25rem;
  position: relative;
  left: -0.8rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .new-jrny, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .new-jrny {
  text-align: center;
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsCouponContainer, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsCouponContainer {
  background-color: #edf2f7;
  border-radius: 0.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -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);
  border-width: 1px;
  border-color: #edf2f7;
  border-style: solid;
  cursor: pointer;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .button.red, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .button.red {
    margin-bottom: 0.5rem;
  }
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsCouponContainer:hover, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsCouponContainer:hover {
  -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);
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsCouponContainer.no-hover, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsCouponContainer.no-hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .coupon-title, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .coupon-title {
  text-align: center;
  margin: 0.5rem 0;
  font-size: 1rem;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .input-coupon, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .input-coupon {
  width: 92%;
  margin-top: 0.25rem;
  height: 46px;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .input-coupon, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .input-coupon {
    margin: 0 auto 0.5rem;
  }
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .hide-coupon, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .hide-coupon {
  display: none;
}
.standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .show-coupon, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .show-coupon {
  display: block;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .show-coupon, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .show-coupon {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .show-coupon button,
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .show-coupon .button.black,
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .show-coupon .button.red,
  .standalone #wrapper .standalonecontent .jnry-subscriptin-plan fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .show-coupon .button.white.invert, .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .show-coupon button,
  .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .show-coupon .button.black,
  .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .show-coupon .button.red,
  .standalone #wrapper .standalonecontent .jrny-billing-info fieldset .standalone-subscription-plan .JRNYProductsCouponContainer .show-coupon .button.white.invert {
    margin: 0 auto;
    width: 70%;
  }
}
.standalone #wrapper .standalonecontent .mobile-progress {
  display: none;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .mobile-progress {
    display: block;
    padding: 1rem 0;
    position: relative;
  }
  .standalone #wrapper .standalonecontent .mobile-progress .progress-width {
    width: 50px;
    height: 0.51rem;
    float: left;
    position: relative;
  }
  .standalone #wrapper .standalonecontent .mobile-progress .step-status {
    color: #969696;
    position: absolute;
    top: 29px;
    font-size: 0.875rem;
    left: 0;
  }
  .standalone #wrapper .standalonecontent .mobile-progress .step-info {
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: 500;
    float: right;
    display: inline-block;
  }
  .standalone #wrapper .standalonecontent .mobile-progress .step-info .current-title {
    color: #000000;
  }
  .standalone #wrapper .standalonecontent .mobile-progress .step-info .next-title {
    color: var(--color-gray600);
    font-weight: 400;
  }
}
.standalone #wrapper .standalonecontent .progress {
  height: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  background-color: var(--color-gray200);
  border-radius: 0.25rem;
}
.standalone #wrapper .standalonecontent .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-error400);
}
.standalone #wrapper .standalonecontent h2 {
  font-size: 1.5rem;
  text-align: center;
  font-family: inherit;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent h2 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.standalone #wrapper .standalonecontent h3 {
  font-family: inherit;
  font-size: 1rem;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 1rem;
}
.standalone #wrapper .standalonecontent .navbar {
  display: block;
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
  margin-top: -1.563rem;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .navbar {
    display: none;
  }
}
.standalone #wrapper .standalonecontent .navbar .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0 5rem;
}
.standalone #wrapper .standalonecontent .navbar .nav &gt; li {
  float: left;
  position: relative;
  display: block;
  width: auto;
  padding: 0 0.313rem;
}
.standalone #wrapper .standalonecontent .navbar .nav &gt; li &gt; a {
  color: var(--color-gray300);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0.313rem 0.625rem;
  display: block;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  line-height: 1.35rem;
}
.standalone #wrapper .standalonecontent .navbar .nav &gt; li &gt; a span {
  color: var(--color-white);
  background-color: var(--color-gray300);
  border-radius: 50%;
  font-size: 0.875rem;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 1.25rem;
  margin-right: 0.5rem;
  font-weight: 400;
}
.standalone #wrapper .standalonecontent .navbar .nav &gt; li.active a {
  color: #000000;
}
.standalone #wrapper .standalonecontent .navbar .nav &gt; li.active a span {
  color: var(--color-white);
  background-color: var(--color-error400);
}
.standalone #wrapper .standalonecontent .navbar .nav &gt; li.marked .number {
  display: none;
}
.standalone #wrapper .standalonecontent .navbar .nav &gt; li.marked .right-icon {
  line-height: 1.563rem;
}
.standalone #wrapper .standalonecontent .navbar .nav &gt; li.marked .right-icon svg {
  padding: 0.188rem;
}
.standalone #wrapper .standalonecontent .content-os-message {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.standalone #wrapper .standalonecontent .seperateline {
  clear: both;
  border: 0 solid var(--color-gray200);
  border-bottom-width: 1px;
  height: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
}
.standalone #wrapper .standalonecontent .seperateline .topheader {
  margin-bottom: 0.5rem;
}
.standalone #wrapper .standalonecontent .choose-model {
  width: 352px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .choose-model {
    width: auto;
  }
}
.standalone #wrapper .standalonecontent .standalonecategorylist, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist {
  width: 352px;
  margin: 0 auto;
  margin-top: 1rem;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .standalonecategorylist, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist {
    width: auto;
  }
}
.standalone #wrapper .standalonecontent .standalonecategorylist li, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li {
  border: 0 solid #e2e8f0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
}
.standalone #wrapper .standalonecontent .standalonecategorylist li .standalonecategorytitle, .standalone #wrapper .standalonecontent .standalonecategorylist li .modeltile, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .standalonecategorytitle, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .modeltile {
  font-size: 1rem;
  padding-right: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.9375rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -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-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-width: 1px;
  border-color: var(--color-gray200);
  background-color: var(--color-gray200);
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .standalonecategorylist li .standalonecategorytitle, .standalone #wrapper .standalonecontent .standalonecategorylist li .modeltile, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .standalonecategorytitle, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .modeltile {
    font-size: 0.875rem;
    border-radius: 0.25rem;
  }
}
.standalone #wrapper .standalonecontent .standalonecategorylist li .standalonecategorytitle:hover, .standalone #wrapper .standalonecontent .standalonecategorylist li .modeltile:hover, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .standalonecategorytitle:hover, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .modeltile:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.standalone #wrapper .standalonecontent .standalonecategorylist li .standalonecategorytitle .standaloneitemsection, .standalone #wrapper .standalonecontent .standalonecategorylist li .modeltile .standaloneitemsection, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .standalonecategorytitle .standaloneitemsection, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .modeltile .standaloneitemsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.standalone #wrapper .standalonecontent .standalonecategorylist li .standalonecategorytitle .standaloneitemsection img, .standalone #wrapper .standalonecontent .standalonecategorylist li .modeltile .standaloneitemsection img, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .standalonecategorytitle .standaloneitemsection img, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .modeltile .standaloneitemsection img {
  border-top-left-radius: 0.9375rem;
  border-bottom-left-radius: 0.9375rem;
  margin-right: 1rem;
  width: 5.625rem;
  height: 5.625rem;
  position: relative;
  overflow: hidden;
  background-color: var(--color-white);
  min-width: 90px;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .standalonecategorylist li .standalonecategorytitle .standaloneitemsection img, .standalone #wrapper .standalonecontent .standalonecategorylist li .modeltile .standaloneitemsection img, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .standalonecategorytitle .standaloneitemsection img, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .modeltile .standaloneitemsection img {
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}
.standalone #wrapper .standalonecontent .standalonecategorylist li .standalonecategorytitle .standaloneitemsection .name, .standalone #wrapper .standalonecontent .standalonecategorylist li .modeltile .standaloneitemsection .name, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .standalonecategorytitle .standaloneitemsection .name, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .modeltile .standaloneitemsection .name {
  text-align: left;
}
.standalone #wrapper .standalonecontent .standalonecategorylist li .standalonecategorytitle .standaloneitemsection .name a, .standalone #wrapper .standalonecontent .standalonecategorylist li .modeltile .standaloneitemsection .name a, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .standalonecategorytitle .standaloneitemsection .name a, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .modeltile .standaloneitemsection .name a {
  color: #969696;
  font-size: 0.875rem;
  text-decoration: underline;
}
.standalone #wrapper .standalonecontent .standalonecategorylist li .standalonecategorytitle.st_action, .standalone #wrapper .standalonecontent .standalonecategorylist li .modeltile.st_action, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .standalonecategorytitle.st_action, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .modeltile.st_action {
  cursor: initial;
}
.standalone #wrapper .standalonecontent .standalonecategorylist li .standalonecategorytitle.st_action:hover, .standalone #wrapper .standalonecontent .standalonecategorylist li .modeltile.st_action:hover, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .standalonecategorytitle.st_action:hover, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .modeltile.st_action:hover {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
  -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);
}
.standalone #wrapper .standalonecontent .standalonecategorylist li .standalonecategorytitle.st_action .name a, .standalone #wrapper .standalonecontent .standalonecategorylist li .modeltile.st_action .name a, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .standalonecategorytitle.st_action .name a, .standalone #wrapper .standalonecontent .standalonecategoryschwinnlist li .modeltile.st_action .name a {
  line-height: 1.4rem;
}
.standalone #wrapper .standalonecontent .buttonsection {
  display: block;
}
.standalone #wrapper .standalonecontent .buttonsection .block-btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 0.625rem;
  text-align: center;
}
.standalone #wrapper .standalonecontent .buttonsection .st_question {
  font-weight: 400;
}
.standalone #wrapper .standalonecontent .buttonsection .st_not {
  font-size: 0.875rem;
}
.standalone #wrapper .standalonecontent .standalonesubcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.standalone #wrapper .standalonecontent .standalonesubcontent.custom-width-90 {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .standalonesubcontent.custom-width-90 {
    width: 100%;
  }
}
.standalone #wrapper .standalonecontent .standalonesubcontent .toggleContainer {
  margin: 1rem 0;
  cursor: pointer;
  border-top: 1px solid var(--color-gray200);
}
.standalone #wrapper .standalonecontent .standalonesubcontent .toggleContainer .toggelWrapper {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--color-gray200);
}
.standalone #wrapper .standalonecontent .standalonesubcontent .toggleContainer .toggelWrapper .toggleHeader {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.standalone #wrapper .standalonecontent .standalonesubcontent .toggleContainer .toggelWrapper .toggleHeader.active svg {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.standalone #wrapper .standalonecontent .standalonesubcontent .toggleContainer .toggelWrapper .toggleHeader span {
  font-size: 0.875rem;
  text-align: left;
}
.standalone #wrapper .standalonecontent .standalonesubcontent .toggleContainer .toggelWrapper .toggleHeader svg {
  display: block;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.standalone #wrapper .standalonecontent .standalonesubcontent .toggleContainer .toggelWrapper .togglebody {
  font-size: 0.875rem;
  color: #969696;
  text-align: left;
}
.standalone #wrapper .standalonecontent .standalonesubcontent .toggleContainer .toggelWrapper .togglebody span {
  text-align: left;
  margin-top: 0.5rem;
}
.standalone #wrapper .standalonecontent .standalonesubcontent .toggleContainer .toggelWrapper .togglebody .underline {
  text-decoration: underline;
}
.standalone #wrapper .standalonecontent .standalonesubcontent .toggleContainer .toggelWrapper .togglebody a {
  color: #969696;
}
.standalone #wrapper .standalonecontent .standalonesubcontent .standalonesubcontentleft {
  width: 40%;
  display: block;
  text-align: center;
  margin-right: 1rem;
  border-right: 1px solid var(--color-gray200);
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .standalonesubcontent .standalonesubcontentleft {
    display: none;
  }
}
.standalone #wrapper .standalonecontent .standalonesubcontent .standalonesubcontentleft .standalonesubcontentimg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 351px;
  position: relative;
  overflow: hidden;
}
.standalone #wrapper .standalonecontent .standalonesubcontent .standalonesubcontentleft .standalonesubcontentimg img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
}
.standalone #wrapper .standalonecontent .standalonesubcontent .standalonesubcontentleft a {
  color: #969696;
}
.standalone #wrapper .standalonecontent .standalonesubcontent .standalonesubcontentright {
  width: 60%;
  text-align: left;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonecontent .standalonesubcontent .standalonesubcontentright {
    width: 100%;
    text-align: center;
  }
}
.standalone #wrapper .standalonecontent .standalonesubcontent .standalonesubcontentright h2 {
  text-align: inherit;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.875rem;
}
.standalone #wrapper .standalonecontent .standalonesubcontent .standalonesubcontentright .standaloneproductdescription {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.standalone #wrapper .mobile-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .mobile-only {
    display: block;
  }
}
.standalone #wrapper .standalonemainlink {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: block;
  text-align: center;
  color: var(--color-white);
  margin-top: -3rem;
}
@media only screen and (max-width: 768px) {
  .standalone #wrapper .standalonemainlink {
    color: #000000;
    margin-top: 0rem;
  }
}
.standalone #wrapper .standalonemainlink a {
  color: inherit;
}
.standalone footer {
  padding: 1rem 0;
  background-color: #202038;
  font-size: 0.875rem;
  text-align: center;
}
.standalone footer .footer-utility .utility-links {
  padding: 0.25rem 0;
}
.standalone footer .footer-utility .utility-links a {
  color: var(--color-gray300);
}
.standalone footer .footer-utility .utility-links .separator {
  color: #969696;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.standalone footer .footer-utility .copyright {
  color: #969696;
  padding: 0.25rem 0;
}
.standalone footer .footer-utility .copyright a {
  color: inherit;
}
.standalone .print-standalone {
  padding: 0 !important;
}
.standalone .print-standalone .maintitle, .standalone .print-standalone .standalonemainlink, .standalone .print-standalone .navbar, .standalone .print-standalone .topheader, .standalone .print-standalone .standaloneprint {
  display: none !important;
}
.standalone .print-standalone .standalonecontent {
  padding: 1rem !important;
  margin-top: 1rem !important;
}
.standalone.print-standalone-main {
  background-image: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .standalone .inner-container {
    display: block;
  }
  .standalone .inner-container #wrapper {
    min-height: 100vh;
  }
}

.search-result-items .grid-tile .product-pricing {
  text-align: center;
}
.search-result-items .grid-tile .product-promo-msg {
  text-align: center;
}

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

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

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

.connectivity .tooltip {
  display: inline-block;
}

.ui-tooltip {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 350px;
  padding: 1.25rem;
  font-family: "Rauschen A", "Open Sans", sans-serif;
  font-size: 0.938rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 540px) {
  .ui-tooltip {
    max-width: 500px;
  }
}

.ui-tooltip.ui-widget-content {
  padding: 1.25rem;
  max-width: 350px;
  background: var(--color-white);
  border-radius: 0.188rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  color: #333;
}

.ui-tooltip-content {
  padding: 0.5rem 0.75rem;
  font-size: 0.938rem;
  line-height: 1.25rem;
}
.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;
}

body.bowflex.int_product .ui-tooltip.ui-widget-content, body.bowflex .ui-tooltip.ui-widget-content {
  background: #333;
  border-radius: 0.188rem;
  -webkit-box-shadow: 2px 3px 3px 0 #999;
          box-shadow: 2px 3px 3px 0 #999;
  color: var(--color-white);
  font-family: "Rauschen A", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.01rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body.bowflex.int_product .ui-tooltip.ui-widget-content, body.bowflex .ui-tooltip.ui-widget-content {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  body.bowflex.int_product .ui-tooltip.ui-widget-content, body.bowflex .ui-tooltip.ui-widget-content {
    max-width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex.int_product .ui-tooltip.ui-widget-content, body.bowflex .ui-tooltip.ui-widget-content {
    max-width: 200px;
  }
}
body.bowflex.int_product .arrow-tooltip, body.bowflex .arrow-tooltip {
  padding: 0.25rem 0.625rem;
  border-width: 0;
}
body.bowflex.int_product .arrow-tooltip .ui-tooltip-content, body.bowflex .arrow-tooltip .ui-tooltip-content {
  padding: 0;
}
body.bowflex.int_product .arrow-tooltip .arrow, body.bowflex .arrow-tooltip .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -2.188rem;
  bottom: -1rem;
}
body.bowflex.int_product .arrow-tooltip .arrow:after, body.bowflex .arrow-tooltip .arrow:after {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: -1.25rem;
  width: 1.563rem;
  height: 1.563rem;
  -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;
}
body.bowflex.int_product .arrow-tooltip .arrow.top, body.bowflex .arrow-tooltip .arrow.top {
  top: -1rem;
  bottom: auto;
}
body.bowflex.int_product .arrow-tooltip .arrow.top:after, body.bowflex .arrow-tooltip .arrow.top:after {
  bottom: 1.25rem;
  top: auto;
}
body.bowflex.int_product .arrow-tooltip .arrow.left, body.bowflex .arrow-tooltip .arrow.left {
  left: 20%;
}
@media only screen and (max-width: 768px) {
  body.bowflex.int_product .product-information.flex-wrap, body.bowflex .product-information.flex-wrap {
    padding: 0 938rem;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex.int_product .product-information a.tooltip.mx-2, body.bowflex .product-information a.tooltip.mx-2 {
    margin: 0 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  body.bowflex.int_product .product-cms-area .product-features-area .product-features .connectivity a.tooltip.mx-2, body.bowflex .product-cms-area .product-features-area .product-features .connectivity a.tooltip.mx-2 {
    margin: 0 0.6rem;
  }
}
/*# sourceMappingURL=style_bowflex.css.map */
</pre></body></html>