@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #333333;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

html {
  font-size: 14px; }
  @media (min-width: 768px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

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

a {
  color: #333333;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #757575; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.35714rem; }

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

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

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


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

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

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


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

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

.table-thead {
  border: 1px solid #e5e5e5; }

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

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

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

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

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

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

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

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

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

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

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

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

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

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: #757575; }

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


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

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

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

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

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 768px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

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

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

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

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

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

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

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

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

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

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

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 768px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #333333; }

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

@media (min-width: 768px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 768px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

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

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

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

.navBar:after {
  clear: both; }

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

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

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

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 768px) {
  .navBar-item {
    float: left; } }

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

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.78571rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

.navList-action {
  color: #333333;
  font-size: 15px;
  padding: 0.21429rem 0; }

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

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

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

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

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

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

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

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 768px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 768px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 768px) {
    .modal {
      transform: translateY(-50%); } }

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

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

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.35714rem 0.78571rem; }

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

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

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

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

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

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

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #757575; }

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

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

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

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

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  min-width: 100%;
  width: 1px;
  *width: 100%; }

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 768px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 768px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1024px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

.nanobar {
  display: none;
  height: 0.35714rem;
  pointer-events: none;
  top: 0;
  user-select: none;
  width: 100%;
  z-index: 9999; }
  .nanobar .bar {
    background-color: #999999;
    height: 100%;
    transition: height 0.1s;
    width: 0; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #444444;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: #333333;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666;
    font-size: 1rem;
    padding: 0.85714rem 2.28571rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #474747;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #444444;
    border-color: #444444;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

.swal2-icon {
  display: flex; }

.swal2-container {
  z-index: 1000; }

html,
body {
  height: auto; }

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

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.78571rem; }

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

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

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 768px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

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

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

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

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 768px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 1024px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

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

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.03571rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 1024px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 1024px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem); }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #444444;
      border-color: #444444;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #666666;
      border-color: #666666;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.hide-content {
  opacity: 0; }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 768px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #757575;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

.panel-title {
  font-size: 20px; }

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

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.85714rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.85714rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

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

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

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

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

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 768px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1024px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

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

@media (min-width: 768px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 1024px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

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

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

.accordion-title {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.07143rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%; }

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

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

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

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

@media (min-width: 1024px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.78571rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 1024px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

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

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

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

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

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

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

.alertBox-icon .icon {
  height: 1.78571rem;
  width: 1.78571rem; }

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

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

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

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

.form-field--success .form-input[name="credit_card_number"] {
  background-position: right 2.28571rem center; }

.form-field--success .form-input[name="cvv"] {
  background-position: right 2.28571rem center; }

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

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem; }

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 768px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 768px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 768px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.35714rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

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

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

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

.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

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

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

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

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

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #666666; }

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.form-option {
  border: 1px solid #8f8f8f;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 768px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

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

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

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

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

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable::before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

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

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 500px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }

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

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

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

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

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

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

.navList-action,
.navBar-action {
  text-decoration: none; }

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #333333;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

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

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 768px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1024px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

@media (min-width: 1024px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #70e6ff; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #70e6ff;
      stroke: #70e6ff; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.78571rem; }

.navUser-action--currencySelector + .dropdown-menu::after {
  left: auto !important;
  right: 0.92857rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 10.14286rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 1024px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 768px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #70e6ff; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 1024px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.42857rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 768px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 768px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 768px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 1024px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1024px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 1024px) and (min-width: 768px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1024px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1024px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 1024px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1024px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 1024px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 1024px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 1024px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 1024px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #70e6ff;
    stroke: #70e6ff; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #70e6ff; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #70e6ff;
      stroke: #70e6ff; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 1024px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.78571rem;
    width: 0.78571rem;
    margin: 0 1.5rem; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.78571rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 1024px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 1024px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 1024px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem; } }

@media (min-width: 1024px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 15.35714rem;
    padding: 0 !important;
    top: 0;
    width: 16.35714rem; } }

@media (min-width: 1024px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.14286rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1024px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 1024px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.78571rem 0 1.14286rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 1024px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.78571rem; }
  @media (min-width: 1024px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

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

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.71429rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.57143rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.28571rem 0.42857rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1024px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 768px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 1024px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 768px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 768px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 1024px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 768px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 1024px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 768px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 1024px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

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

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

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

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 768px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 768px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 768px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 768px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 768px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 768px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 768px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 768px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 768px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 768px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 1024px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

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

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 1024px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 1024px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  max-width: 500px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain;
    width: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.35714rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  display: flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  padding-bottom: 2rem; }

@media (min-width: 1024px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

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

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 1024px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 1024px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 768px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 768px) {
    .productView-info-name {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 768px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 768px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 768px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 1024px) {
    .productView-options .form-action {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .productView-options .form-action .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem; } }
  .productView-options .form-action .button--primary {
    margin-right: 0.78571rem; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

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

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

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

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

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

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

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

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 1024px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap; }
  @media (min-width: 1024px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 1024px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

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

.blocker-container {
  position: relative; }

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

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

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

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

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

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

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1024px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 1024px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 1024px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 1024px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #757575;
  color: white;
  padding: 0.78571rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

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

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

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

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

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

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

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

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 1024px) {
    .cart {
      display: table; } }

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

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 1024px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 768px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 1024px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 1024px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.35714rem; }

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 768px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

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

.cart-item-image {
  max-height: 14rem;
  max-width: 100px; }
  @media (min-width: 1024px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem; }
  @media (min-width: 768px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 1024px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 768px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 1024px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-content-padding-right {
  padding-right: 4px; }

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

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.21429rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 1024px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

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

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

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.21429rem; }

.cart-item-name {
  display: inline-block;
  font-size: 15px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #333333; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 768px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1024px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 1024px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 768px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 1024px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 768px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 1024px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 1024px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 1024px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

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

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.28571rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.71429rem; }

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

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

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

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

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

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90%; }
  @media (min-width: 320px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image::after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.21429rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.35714rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

.previewCartAction-viewCart {
  padding-left: 0.35714rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 768px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 768px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 768px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 768px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #757575; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 1024px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1024px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1024px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 1024px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.78571rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

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

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 1024px) {
    .suggestiveCart {
      display: block; } }

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

.maintenanceNotice-header {
  font-family: "Montserrat";
  margin: 0 0 0.78571rem; }

body.hasAdminBar {
  padding-top: 55px; }
  @media (min-width: 1024px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 46px; } }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 55px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  display: none;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 1024px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    align-self: center;
    display: inline-flex; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    position: relative;
    top: 0.125em; }

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

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3e67f8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    display: inline-block;
    position: relative; }
  .adminBar-private .tooltip .tooltiptext {
    background-color: #313440;
    border-radius: 6px;
    color: #fff;
    padding: 5px 10px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: auto;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    left: 50%;
    margin-left: -60px;
    top: 135%; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  padding-right: 5px;
  text-align: right; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1261px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  margin-bottom: 0.25em;
  margin-right: 5px;
  padding: 10px; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

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

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 1024px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 1024px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 64.28571rem; }

.login-row {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 1024px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

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

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1024px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 768px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 768px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

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

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

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 1024px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

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

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

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

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

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

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

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

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

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

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

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

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

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

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

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

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

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

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 768px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 768px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

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

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

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

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

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

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

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

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

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

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

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

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

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

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

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

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

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

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 768px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 768px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 768px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 768px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 768px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1024px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1024px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 768px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 1024px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1024px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 1024px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 1024px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1024px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .header-logo-image-container {
      min-height: "px"; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 2.35714rem; }
  @media (min-width: 1024px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 1024px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1024px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1024px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1024px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 768px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1024px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 768px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 768px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 1024px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 768px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

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

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 600px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 1024px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 1024px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 768px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 768px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1024px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 1024px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1024px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 1024px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 1024px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 768px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 768px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 768px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 1024px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 1024px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

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

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

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1024px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 768px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 768px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 1024px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1024px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1024px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/*---------------Temporary CSS---------------*/
/*.body{
	display: none;
}*/
/*---------------Temporary CSS---------------*/
/*---------------Variables CSS---------------*/
/*-----Font-Family-----*/
/*-----Font-Family-----*/
/*---------------Variables CSS---------------*/
/*---------------Common CSS---------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: none !important;
  outline-offset: inherit  !important; }

a {
  color: #000000; }
  a:hover {
    color: #1E6E93;
    text-decoration: underline; }

body {
  font-family: "Open Sans", sans-serif;
  color: #000000; }

.body {
  margin-top: 0;
  padding-top: 2.5rem; }
  .body .button {
    text-decoration: none;
    border-radius: 0;
    background-color: #1E6E93;
    border-color: #1E6E93;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif; }
    .body .button:hover {
      text-decoration: none;
      background-color: #1D8EC3;
      border-color: #1D8EC3; }
    .body .button + .button {
      background-color: #fff;
      color: #1E6E93;
      border-color: #1E6E93; }
      .body .button + .button:hover {
        background-color: #1E6E93;
        color: #fff;
        border-color: #1E6E93; }
  .body.overlay::after {
    content: "";
    display: block;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #000000;
    position: absolute;
    height: 100%;
    z-index: 1;
    opacity: 0.3; }

.default--custom .body .button--primary:hover {
  background-color: #1D8EC3;
  border-color: #1D8EC3; }

.page-heading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000; }

body.has-activeNavPages .body::after {
  content: "";
  display: block;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: #FFFFFF;
  position: absolute;
  height: 100%;
  z-index: 1;
  opacity: 0.9; }

.quickView .button {
  text-decoration: none;
  border-radius: 0;
  background-color: #1E6E93;
  border-color: #1E6E93;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif; }
  .quickView .button:hover {
    text-decoration: none; }
  .quickView .button + .button {
    background-color: #fff;
    color: #1E6E93;
    border-color: #1E6E93; }
    .quickView .button + .button:hover {
      background-color: #1E6E93;
      color: #fff;
      border-color: #1E6E93; }

.quickView .product-options + .productView-details .qn-add-to-quote {
  margin-left: 0;
  width: 281px; }

.swal2-modal .swal2-confirm {
  border-radius: 0;
  background-color: #1E6E93;
  border-color: #1E6E93;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif; }
  .swal2-modal .swal2-confirm:focus {
    border-radius: 0;
    background-color: #1E6E93;
    border-color: #1E6E93;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif; }
  .swal2-modal .swal2-confirm:hover {
    background-color: #1D8EC3;
    border-color: #1D8EC3; }

.swal2-modal .swal2-cancel {
  background-color: #3D3D3D;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto Condensed",sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  border-color: #3D3D3D; }
  .swal2-modal .swal2-cancel:hover {
    background-color: #666666;
    color: #fff;
    border-color: #666666; }

.navPages {
  font-size: 1rem; }
  @media screen and (min-width: 1024px) {
    .navPages {
      display: flex; } }

.slick-arrow {
  background-color: #EAEAEA;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  border: none;
  width: 39px;
  height: 39px;
  background-size: auto !important; }
  .slick-arrow .carousel-tooltip {
    display: none; }
  .slick-arrow.slick-next {
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.475' height='21.605' viewBox='0 0 10.475 21.605'%3E%3Cpath id='Polygon_3' data-name='Polygon 3' d='M10.8,0,21.6,10.475H0Z' transform='translate(10.475) rotate(90)' fill='%23182e4a'/%3E%3C/svg%3E"); }
    .slick-arrow.slick-next::before {
      display: none; }
  .slick-arrow.slick-prev {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.475' height='21.605' viewBox='0 0 10.475 21.605'%3E%3Cpath id='Polygon_4' data-name='Polygon 4' d='M10.8,0,21.6,10.475H0Z' transform='translate(0 21.605) rotate(-90)' fill='%23182e4a'/%3E%3C/svg%3E"); }
    .slick-arrow.slick-prev::before {
      display: none; }

.modal-close {
  background-color: #fff;
  margin-right: 8px;
  top: 8px; }

#dmv-invo .modal-close {
  top: 16px; }

/*---------------Common CSS---------------*/
/*---------------Header CSS---------------*/
.header {
  background-color: #3d3d3d;
  padding-top: 11px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-bottom: none; }
  .header .navPages {
    text-align: left; }
  .header .navUser {
    padding: 0 0 0 0;
    max-width: calc(100% - 751px);
    width: 100%; }
  .header .navUser-section {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0; }
    .header .navUser-section .navUser-item {
      margin-left: 33px;
      float: none; }
      .header .navUser-section .navUser-item:first-child {
        margin-left: 0; }
  .header .navPages-list .navPages-item {
    border-right: 1px solid #707070; }
    .header .navPages-list .navPages-item:last-child {
      border: none; }
    @media screen and (min-width: 1024px) {
      .header .navPages-list .navPages-item:hover {
        background-color: #A11812; } }
    @media screen and (min-width: 1024px) {
      .header .navPages-list .navPages-item:hover .navPage-subMenu {
        display: flex; } }
    @media screen and (min-width: 1024px) {
      .header .navPages-list .navPages-item:hover .submenu-icon {
        display: flex;
        z-index: 2; } }
    .header .navPages-list .navPages-item.hot-deals-link > .navPages-action {
      color: #FFCD5C; }
  .header .navPages-list .navPages-action {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    padding: 12.5px 12px;
    position: relative; }
    .header .navPages-list .navPages-action svg {
      fill: transparent;
      stroke: transparent; }
    .header .navPages-list .navPages-action:hover {
      text-decoration: none; }
    .header .navPages-list .navPages-action .submenu-icon {
      display: flex;
      display: none;
      position: absolute;
      left: 50%;
      bottom: -5px;
      z-index: 1;
      transform: translateX(-50%); }
  .header .navUser-action {
    color: #fff;
    font-family: "Roboto", sans-serif;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 12px; }
    .header .navUser-action svg {
      margin-right: 7px;
      stroke: none; }
    .header .navUser-action:hover svg {
      stroke: none; }
    .header .navUser-action.navUser-item--compare {
      display: none; }
      .header .navUser-action.navUser-item--compare.show {
        display: block; }
  .header .navUser-item.navUser-item--cart .navUser-action {
    position: relative;
    color: #fff; }
    .header .navUser-item.navUser-item--cart .navUser-action .countPill {
      background-color: #99C7DD;
      width: 10px;
      height: 10px;
      font-size: 8px;
      line-height: 10px;
      color: #000;
      position: absolute;
      top: -3px;
      left: 11px;
      font-size: 0; }
    .header .navUser-item.navUser-item--cart .navUser-action:hover {
      color: #fff; }
  .header .navUser-item.navUser-item--cart .dropdown-menu {
    max-width: 320px;
    width: 320px;
    border-color: #707070; }
    .header .navUser-item.navUser-item--cart .dropdown-menu::before {
      border-color: transparent transparent #707070 transparent; }
    .header .navUser-item.navUser-item--cart .dropdown-menu .previewCartItem-name {
      color: #292929;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      line-height: 20px;
      text-align: left; }
    .header .navUser-item.navUser-item--cart .dropdown-menu .previewCartItem-price {
      color: #000000;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      line-height: 50px;
      text-align: left; }
    .header .navUser-item.navUser-item--cart .dropdown-menu .previewCartItem-image {
      width: 80px; }
      .header .navUser-item.navUser-item--cart .dropdown-menu .previewCartItem-image img {
        bottom: auto;
        max-height: 100%; }
    .header .navUser-item.navUser-item--cart .dropdown-menu .previewCartItem-content {
      width: calc(100% - 80px);
      vertical-align: top;
      padding-left: 15px; }
    .header .navUser-item.navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem {
      display: flex;
      border-bottom: 1px solid #707070;
      padding: 16px 11px 16px 11px; }
      .header .navUser-item.navUser-item--cart .dropdown-menu .previewCart .previewCartList .previewCartItem:last-child {
        border-bottom: none; }
    .header .navUser-item.navUser-item--cart .dropdown-menu .previewCartAction {
      padding: 0 3px 11px;
      border: none; }
      .header .navUser-item.navUser-item--cart .dropdown-menu .previewCartAction .button {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: 12px;
        text-align: center;
        text-transform: uppercase;
        border-radius: 0;
        border-width: 2px;
        padding: 12px 0 10px; }
        .header .navUser-item.navUser-item--cart .dropdown-menu .previewCartAction .button:hover {
          text-decoration: none; }
      .header .navUser-item.navUser-item--cart .dropdown-menu .previewCartAction .button--primary {
        background-color: #1E6E93;
        border-color: #1E6E93;
        color: #fff; }
        .header .navUser-item.navUser-item--cart .dropdown-menu .previewCartAction .button--primary:hover {
          background-color: #1D8EC3;
          border-color: #1D8EC3; }
      .header .navUser-item.navUser-item--cart .dropdown-menu .previewCartAction .button--action {
        background-color: #fff;
        border-color: #1E6E93;
        color: #1E6E93; }
        .header .navUser-item.navUser-item--cart .dropdown-menu .previewCartAction .button--action:hover {
          background-color: #1E6E93;
          color: #fff; }
  .header .navUser-item.navUser-item--account {
    position: relative; }
    .header .navUser-item.navUser-item--account:hover .navuser-account-dropdown {
      display: block; }
  .header .navuser-account-dropdown {
    width: 160px;
    position: absolute;
    left: auto;
    right: 32px;
    display: none;
    padding: 15px 0 0;
    z-index: 9; }
    .header .navuser-account-dropdown .nav-dropdown-wrap {
      background: #FFFFFF;
      border: 1px solid #707070;
      padding: 13px 0; }
    .header .navuser-account-dropdown .navUser-action {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      text-transform: capitalize;
      padding: 5px 20px;
      margin: 0; }
    .header .navuser-account-dropdown .navUser-or {
      display: none; }
    .header .navuser-account-dropdown::before {
      width: 0;
      height: 0;
      border-left: 11.5px solid transparent;
      border-right: 11.5px solid transparent;
      border-bottom: 10px solid #707070;
      content: "";
      margin: 0 0 -3px 0px;
      position: absolute;
      top: 6px;
      left: auto;
      right: 28px; }
    .header .navuser-account-dropdown::after {
      width: 0;
      height: 0;
      border-left: 11.5px solid transparent;
      border-right: 11.5px solid transparent;
      border-bottom: 10px solid white;
      content: "";
      margin: 0 0 -3px 0px;
      position: absolute;
      top: 7px;
      left: auto;
      right: 28px; }
  .header .header-wraper {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .header .header-logo {
    max-width: 153px;
    width: 100%;
    margin: 0; }
  .header .container {
    max-width: 1330px;
    padding: 0 22px;
    margin: 0 auto; }
  .header .navPages-container {
    max-width: calc(100% - 274px);
    width: 100%; }
  .header .marketing-info {
    max-width: 274px;
    width: 100%; }
    .header .marketing-info p {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      color: #fff;
      text-align: left;
      margin-bottom: 0;
      font-size: 13px; }
      .header .marketing-info p a {
        color: #d11a1a;
        text-decoration: none; }
        .header .marketing-info p a:hover {
          text-decoration: underline; }
    .header .marketing-info .marketing-detail {
      font-style: italic; }
    .header .marketing-info .marketing-heading {
      font-weight: 700; }
  .header .navuser-search {
    max-width: calc(100% - 153px);
    width: 100%; }
  .header .nav-links-marketing {
    padding-left: calc(55px - 12px);
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .header .search-box {
    display: flex;
    align-items: center;
    padding-left: 55px; }
    .header .search-box .quicksearch-custom {
      max-width: 751px;
      width: 100%; }
      .header .search-box .quicksearch-custom .form-field, .header .search-box .quicksearch-custom .form {
        margin-bottom: 0; }
      .header .search-box .quicksearch-custom .form-input {
        height: 38px;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-style: italic;
        letter-spacing: normal;
        line-height: normal;
        text-align: left;
        background-color: #666666;
        border: none;
        border-radius: 0;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.619' height='15.619' viewBox='0 0 15.619 15.619'%3E%3Cpath id='ic_search_24px' d='M14.163,12.823h-.705l-.25-.241a5.813,5.813,0,1,0-.625.625l.241.25v.705l4.465,4.456,1.331-1.331Zm-5.358,0A4.019,4.019,0,1,1,12.823,8.8,4.013,4.013,0,0,1,8.8,12.823Z' transform='translate(-3 -3)' fill='%23fff'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: calc(100% - 13px) center; }
        .header .search-box .quicksearch-custom .form-input::placeholder {
          color: #fff;
          font-family: "Open Sans", sans-serif;
          font-style: italic;
          letter-spacing: normal;
          line-height: normal; }
  .header .quickSearchResults {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 100%; }
  .header .navUser-item--cart .dropdown-menu.is-open {
    top: 26px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

/*---------------Header CSS---------------*/
/*---------------Header-MegaMenu CSS---------------*/
.header .container {
  position: static; }

.navPages-container {
  position: static; }

.navPage-subMenu {
  background-color: #EBEBEB;
  padding: 0 !important;
  max-width: 1366px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1; }

.shop-by-brand-listing {
  background-color: #FFFFFF;
  padding: 39px 40px 0; }

.megamenu-banner {
  width: 389px;
  background-size: cover;
  text-decoration: none; }
  .megamenu-banner:hover {
    text-decoration: none; }

.shop-by-brand-category {
  flex: 1; }

.navPage-brand-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0 0; }
  .navPage-brand-list .brand-list-custom {
    width: 20%;
    padding: 10px 7.5px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .navPage-brand-list .brand-list-custom a {
      transition: all 0.5s ease; }
      .navPage-brand-list .brand-list-custom a.greayscale {
        filter: grayscale(1);
        opacity: 0.5; }

.shop-by-brand-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #707070;
  padding-bottom: 3px; }
  .shop-by-brand-heading h2 {
    margin: 0;
    color: #000000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 33px;
    text-align: left;
    text-transform: uppercase; }
  .shop-by-brand-heading a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #d11a1a;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase; }
    .shop-by-brand-heading a:hover {
      color: #000000; }
      .shop-by-brand-heading a:hover svg path {
        fill: #000; }
    .shop-by-brand-heading a svg {
      margin-right: 8px; }

.header .navPages-list .navPage-subMenu-list {
  display: flex;
  flex-direction: column;
  max-height: 310px;
  flex-wrap: wrap;
  align-items: flex-start;
  min-width: 100%;
  align-content: flex-start;
  margin: 0 -16.5px;
  width: auto;
  padding: 47px 0 28px 0; }

.header .navPages-list .category-listing {
  padding: 0 64px 0 40.5px; }

.header .navPages-list .navPage-subMenu-item {
  width: 33.33%;
  padding: 0 16.5px !important; }
  .header .navPages-list .navPage-subMenu-item .navPages-action:hover {
    color: #A11812; }
  .header .navPages-list .navPage-subMenu-item .navPage-subMenu-action {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    padding: 0 0 6px;
    color: #000000;
    line-height: 28px;
    border-bottom: none;
    margin-bottom: 14px; }
    .header .navPages-list .navPage-subMenu-item .navPage-subMenu-action.has-subMenu {
      border-bottom: 1px solid #707070;
      margin-bottom: 10px; }
  .header .navPages-list .navPage-subMenu-item .navPage-childList {
    margin-bottom: 20px; }
    .header .navPages-list .navPage-subMenu-item .navPage-childList .navPages-action {
      font-size: 16px;
      font-weight: 600;
      font-family: "Open Sans", sans-serif;
      line-height: 30px;
      color: #000000;
      text-transform: none;
      padding: 0; }
      .header .navPages-list .navPage-subMenu-item .navPage-childList .navPages-action:hover {
        color: #A11812; }

.header .megamenu-banner-content {
  padding: 32px 22px; }
  .header .megamenu-banner-content h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 56px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.41); }
  .header .megamenu-banner-content p {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.41);
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left; }
  .header .megamenu-banner-content .button {
    border-radius: 0;
    background-color: #1E6E93;
    border-color: #1E6E93;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: 700;
    text-decoration: none; }
    .header .megamenu-banner-content .button:hover {
      background-color: #1D8EC3;
      border-color: #1D8EC3; }

.header .navPages-list .navPage-subMenu.boats .navPage-subMenu-item {
  padding-right: 0 !important; }
  @media screen and (max-width: 1365px) {
    .header .navPages-list .navPage-subMenu.boats .navPage-subMenu-item {
      width: 33.33%; }
      .header .navPages-list .navPage-subMenu.boats .navPage-subMenu-item:nth-child(2) {
        margin-bottom: 2px; } }
  @media screen and (max-width: 1023px) {
    .header .navPages-list .navPage-subMenu.boats .navPage-subMenu-item {
      width: 100%; } }
  .header .navPages-list .navPage-subMenu.boats .navPage-subMenu-item .navPage-subMenu-action.has-subMenu {
    width: auto;
    margin-right: 16.5px; }

.header .navPages-list .navPage-subMenu.boats .navPage-brand-list {
  padding-top: 12px;
  padding-bottom: 38px; }

.header .navPages-list .navPage-subMenu.boats .megamenu-banner {
  position: relative;
  overflow: hidden; }
  .header .navPages-list .navPage-subMenu.boats .megamenu-banner::before {
    content: "";
    background-image: linear-gradient(342deg, transparent 0%, #000000 100%);
    opacity: 0.3;
    position: absolute;
    left: 0;
    width: 480px;
    z-index: 0;
    top: 0;
    bottom: 0; }

.header .navPages-list .navPage-subMenu.boats .megamenu-banner-content {
  position: relative; }

.header .navPages-list .navPage-subMenu.outboards .navPage-brand-list {
  padding-top: 11px;
  padding-bottom: 51px; }

.header .navPages-list .navPage-subMenu.outboards .navPage-subMenu-list {
  max-height: 305px;
  padding: 47px 0 53px 0; }

.header .navPages-list .navPage-subMenu.outboards .megamenu-banner {
  display: flex;
  align-items: flex-end; }

.header .navPages-list .navPage-subMenu.outboards .megamenu-banner {
  position: relative;
  overflow: hidden; }
  .header .navPages-list .navPage-subMenu.outboards .megamenu-banner::before {
    content: "";
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.7;
    position: absolute;
    left: 0;
    width: 100%;
    height: 263px;
    z-index: 0;
    top: auto;
    bottom: 0; }

.header .navPages-list .navPage-subMenu.outboards .megamenu-banner-content {
  position: relative;
  padding-bottom: 30px; }
  .header .navPages-list .navPage-subMenu.outboards .megamenu-banner-content .button {
    margin-bottom: 0; }

.header .navPages-list .navPage-subMenu.outboards .navPage-subMenu-item {
  padding-right: 0 !important;
  width: 25%; }
  @media screen and (max-width: 1365px) {
    .header .navPages-list .navPage-subMenu.outboards .navPage-subMenu-item {
      width: 27%; } }
  .header .navPages-list .navPage-subMenu.outboards .navPage-subMenu-item .navPage-subMenu-action.has-subMenu {
    margin-right: 16.5px;
    width: auto; }

.header .navPages-list .navPage-subMenu.trailers .navPage-brand-list {
  margin-left: -15px;
  margin-right: -15px; }
  .header .navPages-list .navPage-subMenu.trailers .navPage-brand-list .brand-list-custom {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 22.5px;
    padding-bottom: 22.5px; }

.header .navPages-list .navPage-subMenu.trailers .navPage-subMenu-list {
  padding-top: 59px;
  padding-bottom: 66px; }

.header .navPages-list .navPage-subMenu.trailers .megamenu-banner-content {
  width: 309px; }

.header .navPages-list .navPage-subMenu.trailers .megamenu-banner {
  position: relative;
  overflow: hidden; }
  .header .navPages-list .navPage-subMenu.trailers .megamenu-banner::before {
    content: "";
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.7;
    position: absolute;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 0;
    top: 0;
    bottom: auto; }

.header .navPages-list .navPage-subMenu.trailers .megamenu-banner-content {
  position: relative; }

.header .navPages-list .navPage-subMenu.accessories-parts {
  background-color: #fff; }
  .header .navPages-list .navPage-subMenu.accessories-parts .category-listing {
    padding-right: 61px; }
  .header .navPages-list .navPage-subMenu.accessories-parts .navPage-subMenu-list {
    max-height: 450px;
    padding-bottom: 0;
    padding-top: 50px;
    margin: 0 -15px; }
  .header .navPages-list .navPage-subMenu.accessories-parts .navPage-subMenu-item {
    padding: 0 15px !important;
    width: 25%; }
    @media screen and (max-width: 1365px) {
      .header .navPages-list .navPage-subMenu.accessories-parts .navPage-subMenu-item {
        width: 33.33%; } }
    @media screen and (max-width: 1023px) {
      .header .navPages-list .navPage-subMenu.accessories-parts .navPage-subMenu-item {
        width: 100%; } }
    .header .navPages-list .navPage-subMenu.accessories-parts .navPage-subMenu-item .navPage-childList {
      margin-bottom: 35px; }
    .header .navPages-list .navPage-subMenu.accessories-parts .navPage-subMenu-item.shop-all-link .navPage-subMenu-action {
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      color: #d11a1a;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 16px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      text-align: left;
      text-transform: uppercase; }
      .header .navPages-list .navPage-subMenu.accessories-parts .navPage-subMenu-item.shop-all-link .navPage-subMenu-action svg {
        margin-right: 8px; }
      .header .navPages-list .navPage-subMenu.accessories-parts .navPage-subMenu-item.shop-all-link .navPage-subMenu-action:hover {
        color: #000; }
        .header .navPages-list .navPage-subMenu.accessories-parts .navPage-subMenu-item.shop-all-link .navPage-subMenu-action:hover svg path {
          fill: #000; }
  .header .navPages-list .navPage-subMenu.accessories-parts .megamenu-banner {
    width: 427px;
    display: flex;
    align-items: flex-end;
    position: relative; }
    .header .navPages-list .navPage-subMenu.accessories-parts .megamenu-banner::before {
      content: "";
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      opacity: 0.7;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 0;
      height: 227px;
      top: auto; }
  .header .navPages-list .navPage-subMenu.accessories-parts .megamenu-banner-content {
    position: relative; }

.header .navPages-list .navPage-subMenu.service-outfitting {
  background-color: #fff; }
  .header .navPages-list .navPage-subMenu.service-outfitting .navPage-subMenu-list {
    max-height: 400px;
    padding-top: 43px;
    padding-bottom: 62px;
    margin: 0 -10px; }
    .header .navPages-list .navPage-subMenu.service-outfitting .navPage-subMenu-list .navPage-subMenu-item {
      width: 50%;
      margin-bottom: 9px;
      padding: 0 10px !important; }
      .header .navPages-list .navPage-subMenu.service-outfitting .navPage-subMenu-list .navPage-subMenu-item .navPage-childList {
        margin-bottom: 37px; }
  .header .navPages-list .navPage-subMenu.service-outfitting .megamenu-banner {
    width: 600px;
    display: flex;
    align-items: flex-end;
    position: relative; }
    .header .navPages-list .navPage-subMenu.service-outfitting .megamenu-banner::before {
      content: "";
      background-image: linear-gradient(260deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      opacity: 0.8;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 367px;
      z-index: 0; }
  .header .navPages-list .navPage-subMenu.service-outfitting .megamenu-banner-content {
    padding-left: 30px;
    max-width: 345px;
    position: relative; }
    .header .navPages-list .navPage-subMenu.service-outfitting .megamenu-banner-content h2 {
      font-size: 50px;
      line-height: 48px;
      margin-bottom: 11px; }

/*---------------Header-MegaMenu CSS---------------*/
/*---------------Footer CSS---------------*/
.footer {
  background-color: #D9D9D9;
  padding: 0;
  border: none; }

.location-section {
  background-color: #3d3d3d;
  border-top: 40px solid #fff; }
  .location-section .container {
    padding: 0 22px;
    max-width: 949px; }
  .location-section .location-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }

.location-details {
  padding-right: 17px; }
  .location-details h2 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    display: flex;
    margin-top: 0;
    margin-bottom: 0; }
    .location-details h2 svg {
      margin-right: 6px; }
  .location-details p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
    padding-left: 27px; }

.location-btn .location-button {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  background-color: #1e6e93;
  border-color: #1e6e93;
  border-radius: 0;
  padding: 14px 53px 14px 13px;
  margin-bottom: 0; }
  .location-btn .location-button:hover {
    background-color: #1D8EC3; }

.location-btn img {
  margin-top: -40px;
  margin-left: -53px;
  position: relative;
  width: 307px; }

.footer-info {
  display: flex;
  justify-content: space-between; }

.footer-info:before, .footer-info:after {
  display: none; }

.footer-navlist {
  padding-top: 46px; }
  .footer-navlist .container {
    padding: 0 22px;
    max-width: 878px; }

.footer-info-col {
  margin-bottom: 31px; }

.footer-info-col--small {
  padding-top: 3px; }
  @media screen and (min-width: 1024px) {
    .footer-info-col--small {
      width: auto; } }
  .footer-info-col--small .footer-info-heading {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.28px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 17px; }
    @media screen and (min-width: 1024px) {
      .footer-info-col--small .footer-info-heading {
        pointer-events: none; } }
    @media screen and (min-width: 1024px) {
      .footer-info-col--small .footer-info-heading span {
        display: none; } }
  .footer-info-col--small .footer-info-list a {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left; }
    .footer-info-col--small .footer-info-list a:hover {
      color: #000; }
  .footer-info-col--small .footer-info-list li.active-link a {
    color: #000;
    text-decoration: underline; }

.newsletter-sub {
  max-width: 248px; }
  .newsletter-sub .footer-info-heading {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -0.44px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase; }
  .newsletter-sub p {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 17px; }
  .newsletter-sub .form {
    padding-bottom: 27px;
    margin-bottom: 0;
    border-bottom: 1px solid #707070; }
    .newsletter-sub .form .form-field {
      margin-bottom: 0; }
    .newsletter-sub .form .form-prefixPostfix {
      background-color: #fff;
      align-items: center; }
      .newsletter-sub .form .form-prefixPostfix .form-input {
        color: #666666;
        font-family: "Open Sans", sans-serif;
        font-size: 11px;
        font-style: italic;
        letter-spacing: 0.22px;
        line-height: normal;
        text-align: left;
        border-radius: 0;
        border: none;
        height: 34px;
        padding: 10px 13px; }
        .newsletter-sub .form .form-prefixPostfix .form-input::placeholder {
          color: #666666;
          font-family: "Open Sans", sans-serif;
          font-size: 11px;
          font-style: italic;
          letter-spacing: 0.22px;
          line-height: normal; }
      .newsletter-sub .form .form-prefixPostfix .button {
        font-size: 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='21' viewBox='0 0 29 21'%3E%3Cg id='Group_4030' data-name='Group 4030' transform='translate(-216 -762)'%3E%3Cg id='Rectangle_3589' data-name='Rectangle 3589' transform='translate(216 762)' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect width='29' height='21' stroke='none'/%3E%3Crect x='1' y='1' width='27' height='19' fill='none'/%3E%3C/g%3E%3Cg id='Group_4029' data-name='Group 4029' transform='translate(216.79 763.26)'%3E%3Cline id='Line_726' data-name='Line 726' x2='14.28' y2='10.08' transform='translate(0)' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cline id='Line_727' data-name='Line 727' x1='14.28' y2='10.08' transform='translate(13.14)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        padding: 0;
        width: 29px;
        height: 21px;
        margin-right: 9px;
        margin-top: 0; }
  .newsletter-sub .klaviyo-form {
    align-items: center;
    padding-bottom: 27px;
    margin-bottom: 0;
    border-bottom: 1px solid #707070; }
    .newsletter-sub .klaviyo-form > div {
      background-color: #fff;
      flex-wrap: wrap;
      flex-direction: row !important;
      min-height: auto !important;
      align-items: center !important; }
    .newsletter-sub .klaviyo-form div {
      padding: 0 !important; }
    .newsletter-sub .klaviyo-form [data-testid="form-row"] {
      width: 178px !important; }
      .newsletter-sub .klaviyo-form [data-testid="form-row"] p {
        padding: 10px 5px !important; }
      .newsletter-sub .klaviyo-form [data-testid="form-row"] p, .newsletter-sub .klaviyo-form [data-testid="form-row"] p strong {
        color: #000 !important;
        font-size: 14px !important; }
      .newsletter-sub .klaviyo-form [data-testid="form-row"] + [data-testid="form-row"] {
        width: auto !important;
        justify-content: flex-end !important;
        height: 21px !important; }
        .newsletter-sub .klaviyo-form [data-testid="form-row"] + [data-testid="form-row"] div {
          justify-content: flex-end !important; }
        .newsletter-sub .klaviyo-form [data-testid="form-row"] + [data-testid="form-row"] p {
          display: none !important; }
    .newsletter-sub .klaviyo-form input {
      color: #666666 !important;
      font-family: "Open Sans", sans-serif !important;
      font-size: 11px !important;
      font-style: italic !important;
      letter-spacing: 0.22px !important;
      line-height: normal !important;
      text-align: left !important;
      border-radius: 0 !important;
      border: none !important;
      height: 34px !important;
      padding: 10px 13px !important; }
      .newsletter-sub .klaviyo-form input::placeholder {
        color: #666666 !important;
        font-family: "Open Sans", sans-serif !important;
        font-size: 11px !important;
        font-style: italic !important;
        letter-spacing: 0.22px !important;
        line-height: normal !important; }
    .newsletter-sub .klaviyo-form button {
      font-size: 0  !important;
      background-color: transparent !important;
      border: none !important;
      border-radius: 0 !important;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='21' viewBox='0 0 29 21'%3E%3Cg id='Group_4030' data-name='Group 4030' transform='translate(-216 -762)'%3E%3Cg id='Rectangle_3589' data-name='Rectangle 3589' transform='translate(216 762)' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect width='29' height='21' stroke='none'/%3E%3Crect x='1' y='1' width='27' height='19' fill='none'/%3E%3C/g%3E%3Cg id='Group_4029' data-name='Group 4029' transform='translate(216.79 763.26)'%3E%3Cline id='Line_726' data-name='Line 726' x2='14.28' y2='10.08' transform='translate(0)' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cline id='Line_727' data-name='Line 727' x1='14.28' y2='10.08' transform='translate(13.14)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
      padding: 0 !important;
      width: 29px !important;
      height: 21px !important;
      margin-right: 9px !important;
      margin-top: 0 !important; }
      .newsletter-sub .klaviyo-form button:hover {
        background: #fff !important; }
  .newsletter-sub .go3556080483.go3556080483.go3556080483:hover {
    background-color: #fff !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='21' viewBox='0 0 29 21'%3E%3Cg id='Group_4030' data-name='Group 4030' transform='translate(-216 -762)'%3E%3Cg id='Rectangle_3589' data-name='Rectangle 3589' transform='translate(216 762)' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect width='29' height='21' stroke='none'/%3E%3Crect x='1' y='1' width='27' height='19' fill='none'/%3E%3C/g%3E%3Cg id='Group_4029' data-name='Group 4029' transform='translate(216.79 763.26)'%3E%3Cline id='Line_726' data-name='Line 726' x2='14.28' y2='10.08' transform='translate(0)' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cline id='Line_727' data-name='Line 727' x1='14.28' y2='10.08' transform='translate(13.14)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important; }

.footer-info-col--social {
  padding-top: 17px; }
  .footer-info-col--social .socialLinks--alt .icon {
    width: auto;
    height: auto; }
    .footer-info-col--social .socialLinks--alt .icon:hover svg {
      fill: #1E6E93; }

.socialLinks {
  display: flex;
  line-height: 1; }
  .socialLinks .socialLinks-item {
    display: inline-flex;
    margin-bottom: 0;
    margin-right: 23px; }
    .socialLinks .socialLinks-item svg {
      fill: #000000;
      max-width: 28px;
      max-height: 25px; }

.footer-copyright {
  padding-top: 4px; }
  .footer-copyright > .powered-by {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
    margin: 0; }

/*---------------Footer CSS---------------*/
/*---------------Cart CSS---------------*/
.header.header-cc {
  padding: 0;
  max-height: 80px; }
  .header.header-cc .container {
    max-width: 1355px; }
  .header.header-cc .navuser-account-dropdown {
    right: 0; }
  .header.header-cc .navuser-account-dropdown .nav-dropdown-wrap {
    padding: 13px 0; }
  .header.header-cc .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .header.header-cc .site-logo {
    width: 30%;
    padding: 17.5px 0 10px; }
    .header.header-cc .site-logo .header-logo {
      margin: auto;
      max-width: 124px; }
      .header.header-cc .site-logo .header-logo svg {
        height: auto;
        width: 100%; }
  .header.header-cc .navUser {
    max-width: 100%; }
  .header.header-cc .navUser-action {
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    letter-spacing: 0.2px;
    flex-direction: column; }
    .header.header-cc .navUser-action:hover {
      text-decoration: underline; }
  .header.header-cc .navUser-section {
    align-items: flex-end; }
    .header.header-cc .navUser-section .navUser-item {
      margin-left: 25px; }
      .header.header-cc .navUser-section .navUser-item .navUser-action span {
        font-weight: 700;
        margin-top: 5px; }

/*---------------Header CSS---------------*/
.footer-cc {
  background-color: #3D3D3D; }
  .footer-cc .footer-copyright {
    padding: 12px 0; }
    .footer-cc .footer-copyright > .powered-by {
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-size: 10px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      line-height: 24px;
      text-align: center; }

.checkout-secure-wrap {
  display: flex;
  align-items: center; }

.quick-checkout-txt {
  display: flex;
  flex-direction: column;
  padding-left: 5px; }
  .quick-checkout-txt .quick-check-head {
    color: #a0a0a0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 3px; }
  .quick-checkout-txt .secure-shop-txt {
    color: #a0a0a0;
    font-family: "Open Sans", sans-serif;
    font-size: 8px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    text-align: left;
    text-transform: uppercase; }

.header.header-cc .navuser-account-dropdown .navUser-action {
  text-align: left;
  align-items: flex-start; }

.cart--custom .body {
  padding-top: 0; }

.cart--custom .empty_cart_custom {
  flex-direction: column; }
  .cart--custom .empty_cart_custom h3 {
    margin-top: 0; }

.cart--custom .page-heading {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 17px;
  margin-top: 22px; }

.cart--custom .body {
  overflow-x: hidden !important;
  margin: 0;
  min-height: calc(100vh - 128px);
  display: flex;
  position: relative; }
  .cart--custom .body .container {
    padding: 0 22px;
    max-width: 1322px;
    position: static; }
  .cart--custom .body .page {
    display: flex;
    min-height: 100%; }

.cart--custom .payment-methods-custom {
  padding-top: 9px;
  text-align: center;
  clear: both; }

.cart--custom .cart-content-padding-right {
  float: none;
  padding-right: 0; }

.cart--custom .page-content {
  display: flex;
  flex-wrap: wrap; }

.cart--custom .cart-content-product-details, .cart--custom .cart-content-order-summary {
  padding-bottom: 61px; }

.cart--custom .cart-content-product-details {
  padding-right: 27.5px;
  max-width: 897.5px;
  width: 100%; }

.cart--custom .cart-content-order-summary {
  max-width: calc(100% - 897.5px);
  width: 100%;
  background-color: #D9D9D9;
  padding: 82px 20px 61px 40px;
  position: relative; }
  .cart--custom .cart-content-order-summary::after {
    content: "";
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #D9D9D9;
    left: 100%;
    width: 10000px; }
  .cart--custom .cart-content-order-summary .cart-totals {
    width: 100%;
    float: none;
    border-bottom: 1px solid #707070;
    margin-bottom: 20.5px; }
  .cart--custom .cart-content-order-summary .order-summary {
    color: #000000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 7.5px; }
  .cart--custom .cart-content-order-summary .cart-total-label {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase; }
  .cart--custom .cart-content-order-summary .cart-total-value {
    color: #000000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    text-align: right; }
    .cart--custom .cart-content-order-summary .cart-total-value.cart-total-grandTotal {
      font-size: 26px;
      color: #A11812;
      line-height: 1; }
  .cart--custom .cart-content-order-summary .coupon-code-add, .cart--custom .cart-content-order-summary .coupon-code-cancel, .cart--custom .cart-content-order-summary .shipping-estimate-show, .cart--custom .cart-content-order-summary .gift-certificate-add, .cart--custom .cart-content-order-summary .gift-certificate-cancel {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    color: #000; }
    .cart--custom .cart-content-order-summary .coupon-code-add:hover, .cart--custom .cart-content-order-summary .coupon-code-cancel:hover, .cart--custom .cart-content-order-summary .shipping-estimate-show:hover, .cart--custom .cart-content-order-summary .gift-certificate-add:hover, .cart--custom .cart-content-order-summary .gift-certificate-cancel:hover {
      color: #1E6E93; }
  .cart--custom .cart-content-order-summary .form-label {
    color: #404040;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal; }
  .cart--custom .cart-content-order-summary .estimator-form-input {
    margin-bottom: 10px;
    width: 190px; }
  .cart--custom .cart-content-order-summary .estimator-form .button--primary {
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    width: 190px;
    border-radius: 0;
    background-color: #3D3D3D;
    border-color: #3D3D3D;
    padding: 10.5px 10px; }
    .cart--custom .cart-content-order-summary .estimator-form .button--primary:hover {
      background-color: #666666;
      border-color: #666666; }
  .cart--custom .cart-content-order-summary .shipping-estimator {
    padding-left: 10px;
    clear: both; }
  .cart--custom .cart-content-order-summary .cart-total .form-input {
    font-style: italic !important; }
    .cart--custom .cart-content-order-summary .cart-total .form-input::placeholder {
      font-style: italic !important; }
  .cart--custom .cart-content-order-summary .cart-total .cart-total-value {
    line-height: 19px; }
  .cart--custom .cart-content-order-summary .coupon-form .button, .cart--custom .cart-content-order-summary .cart-gift-certificate-form .button {
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #3D3D3D;
    border-color: #3D3D3D;
    padding: 10.5px 10px;
    width: 67px;
    margin-left: 8px; }
    .cart--custom .cart-content-order-summary .coupon-form .button:hover, .cart--custom .cart-content-order-summary .cart-gift-certificate-form .button:hover {
      background-color: #666666;
      border-color: #666666; }
  .cart--custom .cart-content-order-summary .coupon-form .form-input, .cart--custom .cart-content-order-summary .cart-gift-certificate-form .form-input {
    width: calc(100% - 75px); }
  .cart--custom .cart-content-order-summary .cart-total .form-input, .cart--custom .cart-content-order-summary .cart-total .form-select {
    border-radius: 0;
    border-color: #A8A8A8;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    height: 40px; }
    .cart--custom .cart-content-order-summary .cart-total .form-input::placeholder, .cart--custom .cart-content-order-summary .cart-total .form-select::placeholder {
      color: #666666;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal; }
  .cart--custom .cart-content-order-summary .cart-actions.cart-content-padding-right .button {
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #1E6E93;
    border-color: #1E6E93;
    padding: 14px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .cart--custom .cart-content-order-summary .cart-actions.cart-content-padding-right .button:hover {
      background-color: #1D8EC3;
      border-color: #1D8EC3; }
    .cart--custom .cart-content-order-summary .cart-actions.cart-content-padding-right .button svg {
      margin-right: 12px; }
  .cart--custom .cart-content-order-summary .estimator-form dl {
    margin-bottom: 0; }
  .cart--custom .cart-content-order-summary .cart-total + .cart-total {
    border-top: none; }

.cart--custom .cart-content-product-details .cart-header-item {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 8px; }
  .cart--custom .cart-content-product-details .cart-header-item.cart-header-quantity {
    text-align: center; }

.cart--custom .cart-content-product-details .cart-list {
  border-color: #000000; }

.cart--custom .cart-content-product-details .cart-item-figure {
  width: 11.53333%;
  padding-top: 20px;
  padding-bottom: 20px; }

.cart--custom .cart-content-product-details .cart-item-title {
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto; }

.cart--custom .cart-content-product-details .cart-item-info {
  width: 8.66667%; }

.cart--custom .cart-content-product-details .cart-item-quantity {
  width: 22.66667%; }
  @media screen and (min-width: 1024px) {
    .cart--custom .cart-content-product-details .cart-item-quantity .form-label {
      display: none; } }

.cart--custom .cart-content-product-details .cart-item {
  border-bottom-color: #707070 !important; }

.cart--custom .cart-content-product-details .cart-item-name {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  text-align: left; }
  .cart--custom .cart-content-product-details .cart-item-name .cart-item-name__label {
    color: #292929;
    text-decoration: none; }
    .cart--custom .cart-content-product-details .cart-item-name .cart-item-name__label:hover {
      color: #1e6e93; }

.cart--custom .cart-content-product-details .cart-item-info-price-custom .cart-item-value {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: left; }

.cart--custom .cart-content-product-details .cart-item-info-subtotal-custom .cart-item-value {
  color: #a11812;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px; }

.cart--custom .cart-content-product-details .cart-remove {
  background-color: transparent;
  float: none;
  margin-top: 0;
  width: 14px;
  height: 14px;
  padding: 0;
  margin-top: -5px;
  margin-left: 0; }
  .cart--custom .cart-content-product-details .cart-remove svg {
    fill: #fff; }

.cart--custom .cart-content-product-details .cart-item-block.cart-item-info.cart-item-info-subtotal-custom {
  width: 11.5%; }

.cart--custom .cart-content-product-details .form-increment {
  margin-right: 0; }
  .cart--custom .cart-content-product-details .form-increment .button {
    border-radius: 0;
    border-color: #EBEBEB;
    background-color: #EBEBEB;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 36px; }
    .cart--custom .cart-content-product-details .form-increment .button svg {
      fill: #000000; }
    .cart--custom .cart-content-product-details .form-increment .button:hover {
      background-color: #3D3D3D;
      border-color: #3D3D3D; }
      .cart--custom .cart-content-product-details .form-increment .button:hover svg {
        fill: #fff; }
  .cart--custom .cart-content-product-details .form-increment .form-input--incrementTotal {
    width: 44px;
    height: 36px;
    border-radius: 0;
    border: 1px solid #A8A8A8;
    margin: 0 3px 0;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal; }

.cart--custom .cart-content-product-details .cart {
  margin-bottom: 20px; }

.cart--custom .cart-content-product-details .definitionList {
  color: #000000;
  font-size: 12px; }
  .cart--custom .cart-content-product-details .definitionList .definitionList-key {
    color: #000000;
    font-size: 12px;
    margin: 0 5px 0 0; }
  .cart--custom .cart-content-product-details .definitionList + a {
    font-size: 12px; }

.cart--custom .cart-content-product-details .cart-item-name + .definitionList {
  margin-top: 11px; }

.continue-shopping .continue-shopping-btn {
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  background-color: #3D3D3D;
  border: 1px solid #3D3D3D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 9.5px 20px; }
  .continue-shopping .continue-shopping-btn svg {
    margin-right: 10px; }
  .continue-shopping .continue-shopping-btn:hover {
    background-color: #666666;
    border-color: #666666; }

.modal-header-title {
  font-family: "Roboto Condensed", sans-serif; }

#CartEditProductFieldsForm .form-option {
  border-color: #A8A8A8; }

input:focus + label {
  outline: none !important;
  outline-offset: none !important; }

.cart--custom .cart-content-order-summary .cart-total .estimator-form .form-input::placeholder {
  font-style: normal !important; }

/*---------------Cart CSS---------------*/
/*---------------- Checkout USP ----------------*/
.cart-btm {
  width: calc(100% - 360px);
  float: left;
  padding: 0 40px 0 0;
  margin: 76px 0 14px; }
  .cart-btm ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -90px; }
    .cart-btm ul li {
      width: 50%;
      float: left;
      display: flex;
      padding: 0 90px;
      margin: 0 0 48px 0; }
      .cart-btm ul li figure {
        margin: 0 16px 0 0; }
      .cart-btm ul li .icon-txt h6 {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        line-height: 19px;
        text-transform: inherit;
        letter-spacing: 0;
        margin: 0 0 3px 0; }
      .cart-btm ul li .icon-txt p {
        color: #000;
        font-size: 13px;
        font-style: italic;
        line-height: 19px;
        margin: 0; }
      .cart-btm ul li.shipping-row .icon-txt {
        width: calc(100% - 69px); }
      .cart-btm ul li.financing-row .icon-txt {
        width: calc(100% - 68px); }
      .cart-btm ul li.support-row .icon-txt {
        width: calc(100% - 56px); }
      .cart-btm ul li.satisfaction-row .icon-txt {
        width: calc(100% - 64px); }

.cart--custom .cart-btm {
  width: 100%;
  max-width: 897.5px;
  padding-right: 27.5px;
  margin: 7px 0 14px; }

.cart-btm ul li .icon-txt p a {
  color: #A11812;
  text-decoration: none; }
  .cart-btm ul li .icon-txt p a:hover {
    color: #000000; }

/*------------------- Checkout USP -----------------*/
/*------------------- Cart USP -----------------*/
.usp-mob {
  display: none; }

.cart--custom .cart-btm {
  width: 100%;
  padding: 0;
  margin: 62px 0 0; }

/*------------------- Cart USP -----------------*/
.gift-certificate-link {
  display: none !important; }

.modal-close:before {
  display: none !important; }

.modal-close:after {
  display: none !important; }

.aria-description--hidden {
  display: none !important; }

.modal-header-title {
  color: #000000;
  font-family: "Open Sans", sans-serif; }

#CartEditProductFieldsForm .form-label--alternate {
  color: #000000;
  font-family: "Open Sans", sans-serif; }

#CartEditProductFieldsForm .form-radio:checked + .form-option {
  color: #000000;
  border-color: #000; }

#CartEditProductFieldsForm .button.button--primary {
  width: auto;
  background: #1e6e93;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Condensed",sans-serif;
  line-height: inherit;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 8px 15px;
  margin: 0; }
  #CartEditProductFieldsForm .button.button--primary:hover {
    background: #1d8ec3; }

/*------------------- PLP PAGE -----------------*/
.breadcrumb {
  font-size: 12px; }
  .breadcrumb a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: capitalize;
    color: #000;
    text-decoration: none; }
  .breadcrumb.is-active .breadcrumb-label {
    color: #000; }
  .breadcrumb:not(:first-child)::before {
    content: ">";
    border: none;
    color: #000;
    transform: rotate(0deg);
    top: auto;
    height: auto; }

ol.breadcrumbs {
  text-align: left; }

.category--custom .breadcrumb:not(:first-child)::before, .web-page-banner .breadcrumb:not(:first-child)::before {
  color: #fff; }

.category--custom .main-content .container, .web-page-banner .main-content .container {
  padding: 0 20px;
  max-width: 1338px; }

.category--custom .breadcrumb, .web-page-banner .breadcrumb {
  color: #fff; }
  .category--custom .breadcrumb a, .web-page-banner .breadcrumb a {
    color: #fff; }
  .category--custom .breadcrumb.is-active .breadcrumb-label, .web-page-banner .breadcrumb.is-active .breadcrumb-label {
    color: #fff; }

.category--custom .body, .web-page-banner .body {
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 39px; }
  .category--custom .body .page-heading, .web-page-banner .body .page-heading {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 54px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase; }
  .category--custom .body .category-head .category-title, .web-page-banner .body .category-head .category-title {
    padding-top: 20px;
    padding-bottom: 83px; }
  .category--custom .body .category-head.no-image .category-title, .web-page-banner .body .category-head.no-image .category-title {
    padding-bottom: 12px; }
  .category--custom .body .category-head.category-head-img, .web-page-banner .body .category-head.category-head-img {
    position: relative;
    min-height: 400px;
    margin-bottom: 30px; }
    .category--custom .body .category-head.category-head-img .page-heading, .web-page-banner .body .category-head.category-head-img .page-heading {
      margin-bottom: 0;
      color: #fff;
      text-align: left; }
    .category--custom .body .category-head.category-head-img .category-title, .web-page-banner .body .category-head.category-head-img .category-title {
      position: absolute;
      left: 0;
      right: 0;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 100%); }
      .category--custom .body .category-head.category-head-img .category-title .category-title-wrap, .web-page-banner .body .category-head.category-head-img .category-title .category-title-wrap {
        max-width: 1366px;
        margin: auto;
        padding-left: 20px;
        padding-right: 20px; }
    .category--custom .body .category-head.category-head-img .category-img, .web-page-banner .body .category-head.category-head-img .category-img {
      min-height: 400px;
      background-position: center;
      background-size: cover; }

.category--custom ol.breadcrumbs, .web-page-banner ol.breadcrumbs {
  margin-bottom: 14px; }

.category--custom .top-description, .web-page-banner .top-description {
  margin-bottom: 43px; }
  .category--custom .top-description .container, .web-page-banner .top-description .container {
    padding: 0 20px;
    max-width: 1130px; }
  .category--custom .top-description p, .web-page-banner .top-description p {
    font-size: 14px;
    line-height: 22px; }
  .category--custom .top-description a:hover, .web-page-banner .top-description a:hover {
    text-decoration: underline; }
  .category--custom .top-description strong, .web-page-banner .top-description strong {
    color: #17284B; }
    .category--custom .top-description strong a, .web-page-banner .top-description strong a {
      color: #17284B;
      text-decoration: none; }

.sidebarBlock-heading {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  text-transform: uppercase; }

.accordion--navList .accordion-navigation {
  justify-content: flex-start; }
  .accordion--navList .accordion-navigation .accordion-title {
    margin-right: 8px; }
    .accordion--navList .accordion-navigation .accordion-title + span {
      margin-top: -3px; }
  .accordion--navList .accordion-navigation.is-open .accordion-title {
    color: #1E6E93; }

.accordion--navList .accordion-title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  text-align: left;
  text-transform: uppercase;
  color: #000000; }

.accordion--navList .accordion-block {
  margin-top: 18px; }
  .accordion--navList .accordion-block .navList {
    padding-bottom: 17px; }
  .accordion--navList .accordion-block .form-minMaxRow .form-input {
    border-radius: 0;
    border-color: #A8A8A8;
    color: #000; }
  .accordion--navList .accordion-block .button {
    color: #fff; }
    .accordion--navList .accordion-block .button:hover {
      background-color: #1D8EC3;
      border-color: #1D8EC3; }
  .accordion--navList .accordion-block a.toggleLink {
    color: #a11812;
    text-decoration: underline;
    display: inline-flex; }

.sidebarBlock .navList-item .navList-action:hover {
  color: #A11812; }

.navList-action--checkbox {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-align: left; }
  .navList-action--checkbox:hover {
    color: #A11812; }
  .navList-action--checkbox::before {
    width: 14px;
    height: 14px;
    border-color: #707070;
    border-radius: 2px;
    margin-top: -6px; }

p[data-no-products-notification] {
  margin: 38px 0 50px;
  font-weight: 700; }
  @media screen and (min-width: 1024px) {
    p[data-no-products-notification] {
      margin: 14px 0 50px; } }

@media screen and (min-width: 1024px) {
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: -6px; } }

.facetedSearch-content--rating .navList-action {
  color: #000; }
  .facetedSearch-content--rating .navList-action:hover {
    color: #A11812; }

.facetedSearch-content--rating .icon--ratingFull svg {
  fill: #000000; }

.card .card-figure {
  background-color: transparent;
  padding: 0; }

.card .card-image {
  max-width: 320px; }

.card .card-img-container::after {
  padding-bottom: 213px; }

.card .card-title {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: left;
  min-height: 55px;
  margin-bottom: 3px; }
  .card .card-title > a {
    color: #000; }

.card .card-text {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px; }
  .card .card-text .price-section {
    color: #a11812;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 27px;
    text-align: left;
    margin-right: 7px; }
    .card .card-text .price-section.cross-price {
      font-size: 18px;
      color: #666666;
      font-weight: 400;
      text-decoration: line-through; }

.card .card-figcaption {
  z-index: 11; }
  .card .card-figcaption .button {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    padding: 10px 16px;
    width: 100px;
    justify-content: center;
    display: flex; }
    .card .card-figcaption .button input {
      margin-left: 3px; }

.card:hover .card-figcaption {
  display: block;
  opacity: 1; }

.productGrid {
  margin-bottom: 0; }
  .productGrid .product {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: 50px; }
    .productGrid .product:hover {
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.18);
      background-color: #d9d9d9; }
      .productGrid .product:hover .card {
        border-bottom-color: transparent; }
      .productGrid .product:hover .card-img-container::after {
        z-index: 1;
        background: rgba(0, 0, 0, 0.4);
        position: relative; }
    .productGrid .product .card {
      border-bottom: 1px solid #707070;
      margin-bottom: 0;
      height: 100%; }

.main-content .page {
  margin: 0 -10px; }

.page-sidebar {
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 1020px);
  z-index: 0; }
  @media screen and (min-width: 1024px) {
    .page-sidebar {
      margin-top: 18px; } }
  @media screen and (min-width: 1200px) {
    .page-sidebar {
      margin-top: 11px; } }
  .page-sidebar + .page-content {
    padding-left: 10px;
    padding-right: 10px;
    width: 1020px; }

.actionBar-section .form-field {
  border-radius: 0;
  border: none; }

.actionBar-section .form-label {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: right;
  text-transform: uppercase;
  padding-left: 0; }

.actionBar-section .form-select {
  border: 1px solid #A8A8A8;
  border-radius: 0;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  height: 40px;
  padding-left: 14px;
  width: 200px;
  background-position: right 10px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.41' viewBox='0 0 12 7.41'%3E%3Cpath id='ic_expand_more_24px' d='M16.59,8.59,12,13.17,7.41,8.59,6,10l6,6,6-6Z' transform='translate(-6 -8.59)'/%3E%3C/svg%3E");
  background-size: 12px; }

.pagination-filter-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 5px solid #000000;
  margin-bottom: 15px;
  align-items: end; }
  .pagination-filter-custom .actionBar {
    padding-bottom: 6px;
    margin: 0 0; }
    .pagination-filter-custom .actionBar .form-field {
      margin: 0; }
  .pagination-filter-custom .pagination-list {
    margin-bottom: 0; }

.pagination-list li {
  border: none; }
  .pagination-list li a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.8px;
    line-height: normal;
    color: #000000;
    padding: 7px 8px 11px; }
  .pagination-list li.pagination-item--next a {
    padding-top: 9px;
    padding-bottom: 9px; }
  .pagination-list li.pagination-item--previous.pagination-item a.pagination-link {
    padding-top: 9px;
    padding-bottom: 9px; }

.pagination-list .pagination-item {
  margin-left: 5px !important;
  vertical-align: bottom; }

.pagination-list .pagination-item.pagination-item--current {
  border: none;
  border-radius: 0;
  margin-right: 0; }
  .pagination-list .pagination-item.pagination-item--current .pagination-link {
    background-color: #000000;
    color: #fff;
    border-radius: 0; }

.pagination-list .pagination-item.pagination-item--previous .pagination-link, .pagination-list .pagination-item.pagination-item--current .pagination-link {
  padding: 7px 8px 11px; }

.listing-custom + .pagination {
  margin-top: -20px;
  border-top: 5px solid #000000; }
  .listing-custom + .pagination .pagination-item {
    float: none; }

.bottom-description {
  max-width: 906px;
  margin-top: 39px; }
  .bottom-description p {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left; }

/*------------------- PLP PAGE -----------------*/
/*-------------------Search Page Start-------------------*/
#search-results-heading .page-heading {
  text-transform: capitalize; }

.search-head-section .container {
  max-width: 1352px;
  padding-left: 20px;
  padding-right: 50px; }

.search--custom.category--custom .breadcrumb a {
  color: #000000; }

.search--custom.category--custom .breadcrumb.is-active .breadcrumb-label {
  color: #000000; }

.search--custom.category--custom .breadcrumb:not(:first-child)::before {
  color: #000; }

.search--custom.category--custom .body {
  padding-top: 19px; }
  .search--custom.category--custom .body .page-heading {
    font-size: 42px;
    line-height: 55px;
    margin-top: 30px;
    margin-bottom: 12px; }

.search--custom.category--custom .navBar-section.account-navigation .navBar-item {
  margin-left: 14px;
  margin-right: 14px; }

.search--custom.category--custom .navBar-section.account-navigation a {
  font-size: 11px;
  color: #000000;
  text-decoration: underline; }

.search--custom.category--custom .navBar--sub {
  margin-bottom: 25px; }

.search--custom.category--custom .suggestion-title {
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 4px; }

.search--custom.category--custom .category-suggestion-list .category-suggestion {
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 4px; }

.search--custom.category--custom .search-suggestion-brand a {
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif; }

.search--custom.category--custom .panel--large .panel-body {
  padding: 22px 30px 24px;
  background-color: transparent;
  display: none; }
  .search--custom.category--custom .panel--large .panel-body.panel-custom {
    background-color: #F5F5F5;
    display: block; }

.search--custom.category--custom .body .productGrid::after {
  width: 100%;
  height: 5px;
  background: #000000;
  margin-top: -20px;
  display: block !important; }

/*-------------------Search Page End-------------------*/
.quickSearchResults {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7); }
  .quickSearchResults .close-search-cust {
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    line-height: 25px;
    display: block;
    width: 25px;
    text-align: center;
    margin-left: auto;
    margin-top: 7px;
    margin-right: 7px; }
  .quickSearchResults .productGrid {
    margin-left: 0;
    margin-right: 0;
    padding: 20px; }
  .quickSearchResults .card-figcaption {
    display: none !important; }

.card--alternate {
  border: none; }
  .card--alternate .card-body {
    background-color: transparent; }
  .card--alternate:hover .card-body {
    background-color: transparent; }
  .card--alternate:hover .card-title > a {
    color: #000; }

.card-body {
  text-align: left;
  padding-top: 15px;
  position: relative; }
  .card-body .suprCategoryStyle {
    min-height: 36px;
    display: flex;
    margin-left: 0 !important;
    margin-top: 0 !important;
    align-items: center; }
    .card-body .suprCategoryStyle .suprbadge-single img {
      max-height: 26px; }

/*Product page Start*/
.product--custom .body {
  padding-top: 0; }
  .product--custom .body .breadcrumb a {
    color: #fff; }
  .product--custom .body .breadcrumb:not(:first-child)::before {
    color: #fff; }

.product-view-heading .suprProductStyle {
  display: none !important; }

.product-view-heading {
  background-color: #292929; }

.product-view-heading {
  padding-top: 19px;
  padding-bottom: 43px; }
  .product-view-heading [aria-label=Breadcrumb] {
    max-width: 1350px;
    margin: auto;
    padding: 0 20px; }
  .product-view-heading .container {
    max-width: 1236px;
    padding: 0 20px; }
  .product-view-heading .breadcrumbs {
    margin-bottom: 0; }

.productView-title {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin-top: 17px; }

.productView {
  padding-top: 0; }

.productView-image {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-bottom: 10px; }

.product-all-details .container {
  padding: 0 20px;
  max-width: 1236px; }

.product-all-details .productView-images {
  float: right;
  width: 820px;
  order: 2;
  padding: 0 0 0 20px;
  margin-bottom: 10px; }

.product-all-details .productView-details {
  width: 100%;
  padding: 0; }

.product-all-details .productView {
  display: flex;
  flex-direction: row;
  margin: -30px 0 0 0; }

.product-all-details .productView-img-container {
  max-width: 100%; }
  .product-all-details .productView-img-container::after {
    padding-bottom: 529px; }

.product-all-details .videoGallery-main {
  padding-bottom: 529px;
  padding-top: 0;
  margin-bottom: 0;
  left: 0;
  right: 0; }

.product-all-details .productView-thumbnail-link {
  margin-right: 0;
  border: none;
  padding: 0;
  max-width: 121px;
  height: 80px; }
  .product-all-details .productView-thumbnail-link:hover {
    box-shadow: inset 0px 0px 0px 2px #a11812;
    border-color: #a11812; }

.product-all-details .productView-thumbnails {
  margin: auto;
  max-width: 647px; }
  .product-all-details .productView-thumbnails .slick-list {
    margin: 0; }
  .product-all-details .productView-thumbnails img {
    width: 100%;
    z-index: -1; }
  .product-all-details .productView-thumbnails .slick-arrow {
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 0;
    width: 14px;
    height: 24px;
    background-color: transparent;
    border: none;
    opacity: 1; }
    .product-all-details .productView-thumbnails .slick-arrow::before {
      display: none; }
    .product-all-details .productView-thumbnails .slick-arrow .carousel-tooltip {
      display: none; }
  .product-all-details .productView-thumbnails .slick-next {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.333' height='24' viewBox='0 0 13.333 24'%3E%3Cpath id='Polygon_40' data-name='Polygon 40' d='M12,0,24,13.333H0Z' transform='translate(13.333) rotate(90)' fill='%23a11812'/%3E%3C/svg%3E");
    right: -28px; }
    .product-all-details .productView-thumbnails .slick-next.slick-disabled {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.333' height='24' viewBox='0 0 13.333 24'%3E%3Cpath id='Polygon_42' data-name='Polygon 42' d='M12,0,24,13.333H0Z' transform='translate(13.333) rotate(90)' fill='%23666'/%3E%3C/svg%3E"); }
  .product-all-details .productView-thumbnails .slick-prev {
    left: -28px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.333' height='24' viewBox='0 0 13.333 24'%3E%3Cpath id='Polygon_40' data-name='Polygon 40' d='M12,0,24,13.333H0Z' transform='translate(0 24) rotate(-90)' fill='%23a11812'/%3E%3C/svg%3E"); }
    .product-all-details .productView-thumbnails .slick-prev.slick-disabled {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.333' height='24' viewBox='0 0 13.333 24'%3E%3Cpath id='Polygon_42' data-name='Polygon 42' d='M12,0,24,13.333H0Z' transform='translate(0 24) rotate(-90)' fill='%23666'/%3E%3C/svg%3E"); }

.product-all-details .product-options-custom {
  background-color: #EBEBEB;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  flex: 1;
  padding: 20px 20px 20px 20px;
  min-height: 528px; }

.product-all-details .productView-info .productView-info-name, .product-all-details .productView-info .productView-info-value {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 19.2px;
  text-align: left;
  text-transform: uppercase;
  float: left;
  display: inline-block;
  margin: 0; }

.product-all-details .productView-info.productView-info-custom .productView-info-value {
  font-weight: 400;
  text-transform: none;
  margin-left: 10px;
  max-width: calc(100% - 126px); }

.product-all-details .productView-info.productView-info-custom .productView-info-name {
  text-transform: none;
  margin-bottom: 3px;
  max-width: 116px;
  width: 100%; }

.productView-info-sku {
  margin-top: 11px;
  margin-bottom: 11px; }
  .productView-info-sku .productView-info-value {
    text-transform: none !important; }

.productView {
  align-items: flex-start; }
  .productView .price-section {
    color: #a11812;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    text-align: left; }
    .productView .price-section.cross-price {
      color: #666666;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 24px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      line-height: 1;
      text-align: left;
      margin-right: 9px; }
    .productView .price-section.price-section--saving {
      color: #666666;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 14px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      line-height: 1;
      text-align: left;
      margin-right: 9px;
      width: 100%;
      margin-top: 5px; }
  .productView .productView-price {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-bottom: 1px solid #666666;
    padding-bottom: 10px;
    margin-bottom: 15px; }
    .productView .productView-price.call-for-price {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 22px;
      font-weight: 700; }
  .productView .form-field--increments {
    max-width: 281px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .productView .form-field--increments .customize-product-price {
      display: none; }
      .productView .form-field--increments .customize-product-price .label-custom {
        color: #000000;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: 700;
        font-style: normal;
        line-height: 16px;
        letter-spacing: normal;
        margin-bottom: 8px;
        display: inline-block; }
      .productView .form-field--increments .customize-product-price .cross-price {
        display: none !important; }
    .productView .form-field--increments.is-open {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .productView .form-field--increments.is-open .customize-product-price {
        display: block; }
      .productView .form-field--increments.is-open::before, .productView .form-field--increments.is-open::after {
        display: none; }
  .productView .productView-options {
    margin-bottom: 0; }
    .productView .productView-options textarea.form-input {
      resize: none; }
    .productView .productView-options.active-buttons #form-action-addToCart {
      display: inline-block; }
      .productView .productView-options.active-buttons #form-action-addToCart:hover {
        background-color: #1D8EC3;
        border-color: #1D8EC3; }
    .productView .productView-options.customize-buy-custom .customize-buy {
      display: block; }
    .productView .productView-options.customize-buy-custom [data-product-option-change] {
      margin-bottom: 20px; }
    .productView .productView-options.customize-buy-custom .is-open[data-product-option-change] {
      margin-bottom: 20px; }
    .productView .productView-options.customize-buy-custom.customize-buy-custom-two #form-action-addToCart {
      display: none; }
    .productView .productView-options.customize-buy-custom.customize-buy-custom-two #form-action-addToCart.is-open {
      display: inline-block; }
    .productView .productView-options [data-product-option-change] {
      margin-bottom: 20px; }
      .productView .productView-options [data-product-option-change] .form-field {
        display: none;
        margin-bottom: 0;
        padding: 5px 10px; }
        .productView .productView-options [data-product-option-change] .form-field:nth-child(odd) {
          background: #D9D9D9; }
        .productView .productView-options [data-product-option-change] .form-field:nth-child(even) {
          background: #D9D9D9; }
        .productView .productView-options [data-product-option-change] .form-field[data-product-attribute=set-rectangle] .form-option {
          margin-bottom: 5px; }
        .productView .productView-options [data-product-option-change] .form-field .form-label {
          color: #000;
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-weight: 700;
          font-style: normal;
          letter-spacing: normal;
          line-height: 14px;
          text-align: left;
          text-transform: none;
          margin-bottom: 5px; }
        .productView .productView-options [data-product-option-change] .form-field[role=radiogroup] .form-label {
          line-height: 21px; }
        .productView .productView-options [data-product-option-change] .form-field .form-option {
          margin-bottom: 0;
          color: #000; }
        .productView .productView-options [data-product-option-change] .form-field .form-select {
          color: #666666;
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-weight: 400;
          font-style: normal;
          letter-spacing: normal;
          line-height: normal;
          text-align: left;
          height: 40px;
          padding-left: 14px;
          background-size: auto;
          background-position: right 11px center;
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.41' viewBox='0 0 12 7.41'%3E%3Cpath id='ic_expand_more_24px' d='M16.59,8.59,12,13.17,7.41,8.59,6,10l6,6,6-6Z' transform='translate(-6 -8.59)' fill='%23707070'/%3E%3C/svg%3E"); }
        .productView .productView-options [data-product-option-change] .form-field.is-open {
          display: block; }
          .productView .productView-options [data-product-option-change] .form-field.is-open[data-product-attribute=set-select] {
            display: flex;
            align-items: center; }
            .productView .productView-options [data-product-option-change] .form-field.is-open[data-product-attribute=set-select] .form-label {
              flex: 1;
              margin-bottom: 0; }
              .productView .productView-options [data-product-option-change] .form-field.is-open[data-product-attribute=set-select] .form-label small {
                margin-right: 5px; }
            .productView .productView-options [data-product-option-change] .form-field.is-open[data-product-attribute=set-select] .form-select {
              width: 228px;
              border-color: #A8A8A8; }
              .productView .productView-options [data-product-option-change] .form-field.is-open[data-product-attribute=set-select] .form-select:focus {
                border-color: #A8A8A8; }
        .productView .productView-options [data-product-option-change] .form-field.visible-checkbox {
          display: block; }
        .productView .productView-options [data-product-option-change] .form-field[data-product-attribute="input-checkbox"] {
          padding: 9.5px 9.5px 15.5px; }
          .productView .productView-options [data-product-option-change] .form-field[data-product-attribute="input-checkbox"] .form-label {
            color: #000000;
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            font-weight: 700;
            font-style: normal;
            letter-spacing: normal;
            line-height: 19.2px;
            text-align: left;
            text-transform: none; }
            .productView .productView-options [data-product-option-change] .form-field[data-product-attribute="input-checkbox"] .form-label.form-label--alternate {
              margin-bottom: 4px; }
          .productView .productView-options [data-product-option-change] .form-field[data-product-attribute="input-checkbox"] .form-option-wrapper .form-label {
            color: #000000;
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            font-weight: 400;
            font-style: normal;
            letter-spacing: normal;
            line-height: 22px;
            text-align: left;
            padding-left: 23px;
            min-height: 22px; }
          .productView .productView-options [data-product-option-change] .form-field[data-product-attribute="input-checkbox"] .form-checkbox + .form-label::before, .productView .productView-options [data-product-option-change] .form-field[data-product-attribute="input-checkbox"] .form-radio + .form-label::before {
            width: 14px;
            height: 14px;
            border-color: #A8A8A8;
            border-radius: 0; }
          .productView .productView-options [data-product-option-change] .form-field[data-product-attribute="input-checkbox"] .form-checkbox + .form-label::after, .productView .productView-options [data-product-option-change] .form-field[data-product-attribute="input-checkbox"] .form-radio + .form-label::after {
            width: 12px;
            height: 12px; }
          .productView .productView-options [data-product-option-change] .form-field[data-product-attribute="input-checkbox"] .addtional-link {
            text-align: center; }
            .productView .productView-options [data-product-option-change] .form-field[data-product-attribute="input-checkbox"] .addtional-link a {
              color: #000000;
              font-family: "Open Sans", sans-serif;
              font-size: 11px;
              font-weight: 400;
              font-style: normal;
              letter-spacing: normal;
              margin-top: 2px;
              display: inline-block; }
    .productView .productView-options .form-field--increments {
      margin-bottom: 30px; }
    .productView .productView-options .form-increment {
      margin-right: 0;
      text-align: center;
      min-width: 114px; }
      .productView .productView-options .form-increment .button {
        border-radius: 0;
        border-color: #D9D9D9;
        background-color: #D9D9D9;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 36px; }
        .productView .productView-options .form-increment .button svg {
          fill: #000000; }
        .productView .productView-options .form-increment .button:hover {
          background-color: #3D3D3D;
          border-color: #3D3D3D; }
          .productView .productView-options .form-increment .button:hover svg {
            fill: #fff; }
      .productView .productView-options .form-increment .form-input--incrementTotal {
        width: 44px;
        height: 36px;
        border-radius: 0;
        border: 1px solid #A8A8A8;
        margin: 0 5px 0;
        color: #000000;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal; }
    .productView .productView-options .add-to-cart-wrapper {
      display: flex;
      flex-direction: column; }
      .productView .productView-options .add-to-cart-wrapper .form-action {
        margin-top: 0;
        text-align: center; }
        .productView .productView-options .add-to-cart-wrapper .form-action .button--primary {
          margin: 0;
          max-width: 281px;
          width: 100%;
          color: #ffffff;
          font-family: "Roboto Condensed", sans-serif;
          font-size: 20px;
          font-weight: 700;
          font-style: normal;
          letter-spacing: normal;
          line-height: normal;
          text-transform: uppercase; }
  .productView .wishlist-estimate {
    display: flex;
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0;
    padding: 0 20px;
    justify-content: center;
    position: relative; }
    .productView .wishlist-estimate .dropdown-menu-button {
      background-color: transparent;
      border-color: transparent;
      color: #1e6e93;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 12px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      text-align: left;
      text-transform: uppercase;
      padding: 0;
      margin: 0; }
      .productView .wishlist-estimate .dropdown-menu-button .icon {
        display: none; }
      .productView .wishlist-estimate .dropdown-menu-button:hover {
        color: #3D3D3D; }
    .productView .wishlist-estimate .dropdown-menu .button {
      color: #1e6e93;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 12px;
      font-weight: 700; }
      .productView .wishlist-estimate .dropdown-menu .button:hover {
        color: #3D3D3D; }
    .productView .wishlist-estimate .form-wishlist {
      margin-top: 0;
      margin-bottom: 0; }
  .productView .productView-product {
    padding-bottom: 16px;
    border-bottom: none; }
    .productView .productView-product .productView-title {
      margin: 0;
      display: none; }
    .productView .productView-product .suprProductStyle .suprbadge-single {
      display: block !important;
      margin-left: 0 !important; }
      .productView .productView-product .suprProductStyle .suprbadge-single img {
        max-height: 44px; }
      .productView .productView-product .suprProductStyle .suprbadge-single + .suprbadge-single {
        margin-top: 15px !important; }
    .productView .productView-product .brand-img {
      display: none !important; }
  .productView #wishlist-dropdown.is-open {
    width: 195px !important;
    background: #fff; }
    .productView #wishlist-dropdown.is-open li:not(:last-child) .button {
      border-top: 1px solid #1e6e93; }
      .productView #wishlist-dropdown.is-open li:not(:last-child) .button:hover {
        color: #3D3D3D; }
  .productView #wishlist-dropdown {
    padding-right: 0;
    left: 50% !important;
    transform: translateX(-50%); }
  .productView #form-action-addToCart {
    display: none;
    margin-bottom: 7px;
    background-repeat: no-repeat;
    background-position: left 67px center;
    padding: 12px 67px 12px 103px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.853' height='22.853' viewBox='0 0 22.853 22.853'%3E%3Cpath id='ic_shopping_cart_24px' d='M7.856,20.282a2.285,2.285,0,1,0,2.285,2.285A2.282,2.282,0,0,0,7.856,20.282ZM1,2V4.285H3.285L7.4,12.958l-1.543,2.8a2.209,2.209,0,0,0-.286,1.1A2.292,2.292,0,0,0,7.856,19.14H21.568V16.854H8.336a.283.283,0,0,1-.286-.286l.034-.137,1.028-1.863h8.513a2.274,2.274,0,0,0,2-1.177l4.091-7.416a1.116,1.116,0,0,0,.137-.548A1.146,1.146,0,0,0,22.71,4.285H5.811L4.736,2H1ZM19.282,20.282a2.285,2.285,0,1,0,2.285,2.285A2.282,2.282,0,0,0,19.282,20.282Z' transform='translate(-1 -2)' fill='%23fff'/%3E%3C/svg%3E"); }
    .productView #form-action-addToCart.is-open {
      display: inline-block; }

.description-tabs-accourdion {
  background-color: #EDF5F8;
  padding: 55px 0 34px 0;
  margin-top: 35px; }
  .description-tabs-accourdion .container {
    padding: 0 20px;
    max-width: 1026px; }
  .description-tabs-accourdion .productView-description {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .description-tabs-accourdion .tabs {
    display: flex;
    justify-content: center;
    border: none; }
    .description-tabs-accourdion .tabs .tab {
      border: none;
      padding-left: 26px;
      padding-right: 26px; }
      .description-tabs-accourdion .tabs .tab.is-active .tab-title {
        color: #000000;
        border-color: #A11812; }
      .description-tabs-accourdion .tabs .tab + .tab:before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 2px;
        height: 22px;
        left: -1px;
        background-color: #666666;
        top: 6px; }
    .description-tabs-accourdion .tabs .tab-title {
      padding: 0;
      color: #666666;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 24px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      line-height: 32px;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      padding-bottom: 2px;
      border-bottom: 4px solid transparent; }
      .description-tabs-accourdion .tabs .tab-title:hover {
        color: #000000;
        border-color: #A11812; }
  .description-tabs-accourdion .tab-content {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
    padding-top: 34px;
    padding-bottom: 0; }
    .description-tabs-accourdion .tab-content .specstitle {
      margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .description-tabs-accourdion .tab .tab-title svg {
      display: none !important; } }
  @media screen and (min-width: 768px) {
    .description-tabs-accourdion .tab .tab-content {
      display: none !important; } }

.additional-products .container {
  max-width: 1002px;
  padding: 0 20px; }

.additional-products .tab-content {
  padding-top: 0 !important; }

.additional-products .tab-title {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 3px;
  padding-top: 0;
  margin-top: 70px; }

.additional-products .productCarousel {
  width: auto;
  margin: 0 -15px; }
  .additional-products .productCarousel .productCarousel-slide {
    width: 33.33%;
    padding: 15px; }
    .additional-products .productCarousel .productCarousel-slide .card {
      border-bottom: 1px solid #707070; }
    .additional-products .productCarousel .productCarousel-slide:hover {
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.18);
      background-color: #d9d9d9; }
      .additional-products .productCarousel .productCarousel-slide:hover .card {
        border-color: transparent; }

.customize-buy {
  text-align: center;
  display: none; }
  .customize-buy .customize-buy-btn {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: uppercase;
    width: 281px;
    margin-bottom: 7px;
    background-color: #fff;
    color: #1E6E93;
    border-color: #1E6E93;
    border-width: 2px;
    padding: 10px 25px; }
    .customize-buy .customize-buy-btn:hover {
      background-color: #1E6E93;
      border-color: #1E6E93;
      color: #fff; }

.add-to-quote-sec, .product-options + .productView-details {
  text-align: center; }
  .add-to-quote-sec .add-to-quote-btn, .add-to-quote-sec #qn-add-to-quote, .add-to-quote-sec .qn-add-to-quote, .product-options + .productView-details .add-to-quote-btn, .product-options + .productView-details #qn-add-to-quote, .product-options + .productView-details .qn-add-to-quote {
    font-size: 16px;
    width: 281px;
    background-color: #1E6E93;
    color: #fff;
    border-width: 2px;
    padding: 11px 25px; }
    .add-to-quote-sec .add-to-quote-btn:hover, .add-to-quote-sec #qn-add-to-quote:hover, .add-to-quote-sec .qn-add-to-quote:hover, .product-options + .productView-details .add-to-quote-btn:hover, .product-options + .productView-details #qn-add-to-quote:hover, .product-options + .productView-details .qn-add-to-quote:hover {
      color: #1E6E93;
      background-color: #fff;
      border-color: #1E6E93; }

/*Product page End*/
.modal-body.quickView [aria-label=Breadcrumb] {
  display: none !important; }

.modal-body.quickView .product-all-details .product-options-custom {
  min-width: 359px;
  max-width: 359px; }

/*Add to cart preview popup*/
.previewCart .productView-details {
  width: 100%;
  margin-top: 25px; }

.previewCart .productView-title {
  color: #000; }

.previewCart .productView-img-container::after {
  padding-bottom: 100%; }

.previewCart .productView-info-name {
  font-family: "Open Sans", sans-serif; }

@media screen and (min-width: 1024px) {
  .previewCart .productView {
    width: calc(100% - 300px); } }

.previewCart .previewCartCheckout {
  padding: 20px;
  width: 100%;
  max-width: 300px;
  margin: auto; }
  .previewCart .previewCartCheckout .button {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #1E6E93;
    border-color: #1E6E93;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    padding: 13px 0;
    text-decoration: none; }
    .previewCart .previewCartCheckout .button:hover {
      background-color: #1D8EC3;
      border-color: #1D8EC3; }
  .previewCart .previewCartCheckout .view-cart-btn {
    background-color: #fff;
    color: #1E6E93;
    border-color: #1E6E93; }
    .previewCart .previewCartCheckout .view-cart-btn:hover {
      background-color: #1E6E93;
      color: #fff;
      border-color: #1E6E93; }
  .previewCart .previewCartCheckout .continue-shop {
    background-color: #3D3D3D;
    border-color: #3D3D3D; }
    .previewCart .previewCartCheckout .continue-shop:hover {
      background-color: #666666;
      border-color: #666666; }

.productView-info-bulkPricing {
  margin: 0 !important; }

.outboard-msg p {
  font-weight: 600;
  margin-bottom: 0; }

.custom-dmv .productView .productView-options.customize-buy-custom [data-product-option-change] {
  margin-bottom: 20px; }

/*Add to cart preview popup*/
.videoGallery-main {
  padding-bottom: 53.5%;
  margin-bottom: 15px; }

.videoGallery {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  margin-bottom: 0 !important; }

.video-title {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  line-height: 18px;
  margin-bottom: 6px; }

.video-description {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  line-height: 16px; }

.video-figure {
  margin-right: 15px;
  max-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 67px;
  overflow: hidden; }

.video {
  opacity: 1; }
  @media screen and (min-width: 1024px) {
    .video {
      margin-bottom: 3px;
      margin-top: 15px; } }

.video-body {
  max-width: calc(100% - 135px);
  float: left; }

.navPage-subMenu.trailers {
  background-color: #fff; }
  .navPage-subMenu.trailers .megamenu-banner {
    width: 600px; }
  .navPage-subMenu.trailers .navPage-subMenu-list {
    max-height: 350px; }

.navPage-subMenu.navPage-subMenu-default .navPage-subMenu-list {
  margin: 0;
  max-height: fit-content;
  flex-direction: row; }

@media screen and (min-width: 1024px) {
  .mobile-marekting-banner, .mobile-links, .submenu-icon-mobile {
    display: none; } }

@media screen and (min-width: 1024px) {
  .all-shop-link {
    display: none; } }

/*------------------- Homepage -----------------*/
[data-content-region=home_below_carousel] {
  margin-bottom: 25px; }
  [data-content-region=home_below_carousel] [data-sub-layout] {
    padding-left: 0;
    padding-right: 0; }
  [data-content-region=home_below_carousel] [data-widget-id] {
    background-image: url(https://cdn11.bigcommerce.com/s-g2devyiszz/product_images/uploaded_images/mask-group-229.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain; }

.carousle-content {
  min-height: 506px;
  max-width: 929px;
  margin-left: auto;
  width: 100%;
  padding-top: 137px;
  position: relative; }
  .carousle-content::before {
    content: "";
    background-image: linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: -1;
    position: absolute;
    opacity: 0.7; }
  .carousle-content h2 {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 68px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: normal;
    line-height: 68px;
    text-align: right;
    text-transform: uppercase;
    margin-top: 0; }
  .carousle-content .carousel-heading, .carousle-content .carousle-content-wrap {
    padding-right: 182px;
    max-width: 684px;
    margin-left: auto; }
  .carousle-content .carousel-heading {
    padding-right: 182px; }
  .carousle-content .carousle-content-wrap {
    border-top: 4px solid #FFFFFF;
    padding-right: 182px;
    padding-top: 13px; }
    .carousle-content .carousle-content-wrap .carousel-links {
      text-align: right; }
    .carousle-content .carousle-content-wrap p {
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 24px;
      font-weight: 600;
      font-style: italic;
      letter-spacing: normal;
      line-height: 30px;
      text-align: right; }
    .carousle-content .carousle-content-wrap .location-link {
      color: #ffffff;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 14px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      text-align: left;
      text-transform: uppercase;
      text-decoration: none;
      margin-right: 30px; }
      .carousle-content .carousle-content-wrap .location-link:hover {
        color: #99c7dd; }
    .carousle-content .carousle-content-wrap .button--primary {
      font-size: 20px;
      padding: 17px 19px;
      margin-bottom: 0; }

@media screen and (min-width: 1024px) {
  .default--custom .header {
    position: initial;
    background-color: rgba(61, 61, 61, 0.95); } }

.default--custom .body {
  margin-bottom: 0;
  padding-top: 0; }
  .default--custom .body .productGrid .product {
    padding-left: 9px;
    padding-right: 9px; }
    .default--custom .body .productGrid .product .card {
      border-bottom: none; }
      .default--custom .body .productGrid .product .card .card-img-container::after {
        padding-bottom: 206px; }
  .default--custom .body .page-heading {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px; }
    .default--custom .body .page-heading .small-heading {
      font-size: 16px;
      font-style: italic;
      letter-spacing: 1.6px;
      margin-left: 4px;
      margin-top: 2px; }

[data-content-region=boat_buying_text] [data-sub-layout-container]:nth-child(1) .boat-buy-heading {
  margin-top: 0;
  margin-bottom: 1px;
  text-align: center;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.72px;
  line-height: normal;
  text-align: center; }
  [data-content-region=boat_buying_text] [data-sub-layout-container]:nth-child(1) .boat-buy-heading span {
    color: #A11812; }

[data-content-region=boat_buying_text] [data-sub-layout-container]:nth-child(2) [data-edit-mode] * {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.6px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase; }

.category-kicker-section {
  display: flex;
  flex-wrap: wrap; }
  .category-kicker-section .category-kicker-divide {
    width: 50%; }
    .category-kicker-section .category-kicker-divide .category-kicker-item {
      display: flex;
      padding: 10px; }
      .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-one .category-kicker-item-link::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(-43deg, rgba(0, 4, 23, 0) 0%, #000417 100%);
        opacity: 0.1; }
      .category-kicker-section .category-kicker-divide .category-kicker-item a {
        position: relative;
        text-decoration: none; }
      .category-kicker-section .category-kicker-divide .category-kicker-item .cat-kicker-content {
        position: absolute;
        top: 0;
        left: 0;
        padding: 34px 25px;
        max-width: 424px;
        z-index: 1; }
        .category-kicker-section .category-kicker-divide .category-kicker-item .cat-kicker-content h2 {
          margin: 0;
          color: #ffffff;
          font-family: "Open Sans", sans-serif;
          font-size: 48px;
          font-weight: 800;
          font-style: normal;
          letter-spacing: normal;
          line-height: normal;
          text-align: left;
          text-transform: uppercase;
          margin-bottom: 8px; }
        .category-kicker-section .category-kicker-divide .category-kicker-item .cat-kicker-content p {
          color: #ffffff;
          font-family: "Open Sans", sans-serif;
          font-size: 20px;
          font-weight: 600;
          font-style: italic;
          letter-spacing: normal;
          line-height: 24px;
          text-align: left; }
        .category-kicker-section .category-kicker-divide .category-kicker-item .cat-kicker-content .button {
          margin-bottom: 0;
          font-size: 20px;
          font-family: "Roboto Condensed", sans-serif;
          padding: 17px 19px; }
      .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-three .cat-kicker-content p {
        max-width: 298px; }
      .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-four .cat-kicker-content, .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content {
        right: 0;
        left: auto;
        text-align: right; }
      .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content {
        padding: 24px 25px 10px; }
        .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content h2 {
          margin-bottom: 22px; }
        .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content .button {
          background-color: #A11812;
          border-color: #A11812; }
          .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content .button:hover {
            background-color: #1D8EC3;
            border-color: #1D8EC3; }

[data-content-region=category_kicker] [data-layout-id] {
  margin-top: 23px; }

[data-content-region=category_kicker] [data-sub-layout] {
  max-width: 1310px;
  padding: 0;
  margin: 0 auto; }

.dealer-text-heading {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  margin-top: 49px;
  margin-bottom: 50px; }
  .dealer-text-heading .larget-dealer-txt {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    letter-spacing: 1.6px; }

.kicker-brand-img {
  position: absolute;
  bottom: 30px;
  right: 20px; }

.category-kicker-item-three .kicker-brand-img {
  top: 44px;
  right: 29px; }

.inlatable-boats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end; }
  .inlatable-boats .inlatable-boats-btn {
    margin-bottom: 13px; }

.inlatable-boats-txt h2 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 39px;
  margin-bottom: 8px; }

.inlatable-boats-txt p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left; }

.inlatable-boats-btn .button--primary {
  margin-bottom: 0;
  font-size: 20px;
  padding: 17px 19px; }

[data-content-region=inflatable_boats] [data-sub-layout] {
  max-width: 1128px;
  margin: auto;
  width: 100%;
  height: auto;
  padding-bottom: 73px;
  padding-left: 48px;
  padding-right: 48px; }
  [data-content-region=inflatable_boats] [data-sub-layout]::before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 342px;
    BACKGROUND-IMAGE: linear-gradient(to RIGHT, #000 0, transparent 100%);
    opacity: 0; }
  [data-content-region=inflatable_boats] [data-sub-layout] [data-widget-id] {
    position: relative; }

[data-content-region=boats_by_brand] [data-sub-layout] {
  max-width: 1128px;
  margin: auto;
  padding-left: 0;
  padding-right: 0; }

.boat-brands-listing {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px; }

.inflatable-brands {
  margin-top: -64px;
  padding-left: 44px;
  padding-right: 44px;
  margin-bottom: 70px; }
  .inflatable-brands .boat-brands-listing-link {
    padding-bottom: 0;
    display: block;
    min-height: 240px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff; }
  .inflatable-brands .slick-arrow {
    background-color: #EAEAEA;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    border: none;
    width: 39px;
    height: 39px;
    background-size: auto; }
    .inflatable-brands .slick-arrow .carousel-tooltip {
      display: none; }
    .inflatable-brands .slick-arrow.slick-next {
      right: 0;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.475' height='21.605' viewBox='0 0 10.475 21.605'%3E%3Cpath id='Polygon_3' data-name='Polygon 3' d='M10.8,0,21.6,10.475H0Z' transform='translate(10.475) rotate(90)' fill='%23182e4a'/%3E%3C/svg%3E"); }
      .inflatable-brands .slick-arrow.slick-next::before {
        display: none; }
    .inflatable-brands .slick-arrow.slick-prev {
      left: 0;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.475' height='21.605' viewBox='0 0 10.475 21.605'%3E%3Cpath id='Polygon_4' data-name='Polygon 4' d='M10.8,0,21.6,10.475H0Z' transform='translate(0 21.605) rotate(-90)' fill='%23182e4a'/%3E%3C/svg%3E"); }
      .inflatable-brands .slick-arrow.slick-prev::before {
        display: none; }

[data-content-region=home_usps] [data-layout-id] {
  background-color: #EDF5F8; }
  [data-content-region=home_usps] [data-layout-id] [data-sub-layout] {
    max-width: 1210px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }

[data-content-region=home_usps] [data-widget-id] {
  margin: 0 -35px; }

.boat-usps {
  display: flex;
  flex-wrap: wrap;
  padding-top: 48px; }
  .boat-usps .boat-usps-item {
    width: 25%;
    padding-left: 35px;
    padding-right: 35px; }
    .boat-usps .boat-usps-item:first-child .boat-usps-content h4 {
      padding-left: 35px;
      padding-right: 35px; }
  .boat-usps .boat-usps-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px; }
  .boat-usps .boat-usps-content {
    text-align: center;
    padding-top: 27px; }
    .boat-usps .boat-usps-content h4 {
      color: #1d8ec3;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      line-height: 19px;
      text-align: center;
      text-transform: uppercase;
      margin-top: 0;
      min-height: 38px; }
    .boat-usps .boat-usps-content p {
      color: #000000;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-style: italic;
      letter-spacing: normal;
      line-height: 19px;
      text-align: center; }

[data-content-region=service_outfitting] {
  overflow: hidden; }
  [data-content-region=service_outfitting] [data-sub-layout] {
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
    background-color: #EFEFEF; }
    [data-content-region=service_outfitting] [data-sub-layout]::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: -10000000px;
      left: 0;
      content: "";
      display: block;
      background-color: #EFEFEF;
      z-index: -1; }

.service-outfitting-heading {
  background-image: linear-gradient(to left, #292929 0%, rgba(60, 60, 60, 0.82) 78%, rgba(112, 112, 112, 0.29) 100%);
  padding: 51px 0 4px;
  position: relative; }
  .service-outfitting-heading::after {
    background: #292929;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10000000px;
    z-index: 0;
    left: 100%; }
  .service-outfitting-heading h2 {
    color: #fff;
    margin: 0;
    font-family: "Open Sans";
    font-size: 48px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase; }

.service-outfitting-content {
  display: flex;
  padding-bottom: 44px; }

.service-outfitting-content-img {
  margin-left: -79px;
  width: 543px; }

.service-outfitting-content-txt {
  padding-left: 53px;
  flex: 1; }
  .service-outfitting-content-txt h3 {
    color: #a11812;
    font-family: "Open Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 3px;
    margin-top: 15px; }
  .service-outfitting-content-txt > p {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-style: italic;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left; }
  .service-outfitting-content-txt .service-outfi-listing-sec {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    align-items: flex-start; }
  .service-outfitting-content-txt ul {
    margin-left: 1.15rem;
    list-style: square;
    color: #1E6E93;
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 1.5rem); }
    .service-outfitting-content-txt ul.left-service-outfi-listing {
      padding-right: 30px; }
    .service-outfitting-content-txt ul.right-service-outfi-listing {
      padding-left: 30px; }
      .service-outfitting-content-txt ul.right-service-outfi-listing li:last-child {
        list-style: none; }
      .service-outfitting-content-txt ul.right-service-outfi-listing li .custom-btn {
        display: inline-flex;
        align-items: center;
        color: #ffffff;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 20px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: left;
        text-transform: uppercase;
        background-color: #3D3D3D;
        border-color: #3D3D3D;
        padding: 12px 19px;
        margin-top: 17px; }
        .service-outfitting-content-txt ul.right-service-outfi-listing li .custom-btn svg {
          margin-bottom: 2px;
          margin-right: 6px; }
    .service-outfitting-content-txt ul li p {
      color: #000000;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      line-height: 22px;
      text-align: left;
      margin-bottom: 13px; }

.service-outfitting-heading {
  padding-left: 518px; }

.hp-products {
  padding-top: 100px; }
  .hp-products .container {
    max-width: 1312px;
    padding-left: 12px;
    padding-right: 12px; }

[data-content-region=about_boat] [data-sub-layout] {
  height: auto; }
  [data-content-region=about_boat] [data-sub-layout]::after {
    height: 294px;
    top: auto;
    right: auto;
    width: 510px;
    bottom: -40px; }

[data-content-region=about_boat] [data-sub-layout-container] {
  z-index: 1; }

.boat-since {
  max-width: 445px;
  margin-right: 69px; }
  .boat-since h3 {
    color: #182e4a;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 30px; }
  .boat-since .boat-since-txt p {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 36px;
    position: relative;
    padding-right: 6px; }
    .boat-since .boat-since-txt p::before {
      display: inline-block;
      content: "";
      width: 25px;
      height: 22px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.752' height='22.034' viewBox='0 0 24.752 22.034'%3E%3Cpath id='Path_47692' data-name='Path 47692' d='M-5.882-51.68l2.652,1.9A17.85,17.85,0,0,0-4.9-47.056a24.679,24.679,0,0,0-1.6,3.91,12.176,12.176,0,0,0-.612,4.114,4.977,4.977,0,0,1,.782-.17,5.855,5.855,0,0,1,.646-.034,5.242,5.242,0,0,1,3.264,1.088,4,4,0,0,1,1.428,3.4,5.282,5.282,0,0,1-1.326,3.57,4.484,4.484,0,0,1-3.57,1.53,5.346,5.346,0,0,1-4.692-2.006,8.283,8.283,0,0,1-1.564-5.134,17.3,17.3,0,0,1,.68-4.624,24.392,24.392,0,0,1,2.074-5.032A35.727,35.727,0,0,1-5.882-51.68Zm13.6,0,2.652,1.9A17.85,17.85,0,0,0,8.7-47.056a24.679,24.679,0,0,0-1.6,3.91,12.176,12.176,0,0,0-.612,4.114,4.977,4.977,0,0,1,.782-.17,5.855,5.855,0,0,1,.646-.034,5.242,5.242,0,0,1,3.264,1.088,4,4,0,0,1,1.428,3.4,5.282,5.282,0,0,1-1.326,3.57,4.484,4.484,0,0,1-3.57,1.53,5.346,5.346,0,0,1-4.692-2.006,8.283,8.283,0,0,1-1.564-5.134,17.3,17.3,0,0,1,.68-4.624,24.392,24.392,0,0,1,2.074-5.032A35.727,35.727,0,0,1,7.718-51.68Z' transform='translate(12.138 51.68)' fill='%23a0a0a0'/%3E%3C/svg%3E");
      position: absolute;
      left: 0; }
    .boat-since .boat-since-txt p::after {
      display: inline-block;
      content: "";
      width: 25px;
      height: 22px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.752' height='22.034' viewBox='0 0 24.752 22.034'%3E%3Cpath id='Path_47693' data-name='Path 47693' d='M-5.882-51.68l2.652,1.9A17.85,17.85,0,0,0-4.9-47.056a24.679,24.679,0,0,0-1.6,3.91,12.176,12.176,0,0,0-.612,4.114,4.977,4.977,0,0,1,.782-.17,5.855,5.855,0,0,1,.646-.034,5.242,5.242,0,0,1,3.264,1.088,4,4,0,0,1,1.428,3.4,5.282,5.282,0,0,1-1.326,3.57,4.484,4.484,0,0,1-3.57,1.53,5.346,5.346,0,0,1-4.692-2.006,8.283,8.283,0,0,1-1.564-5.134,17.3,17.3,0,0,1,.68-4.624,24.392,24.392,0,0,1,2.074-5.032A35.727,35.727,0,0,1-5.882-51.68Zm13.6,0,2.652,1.9A17.85,17.85,0,0,0,8.7-47.056a24.679,24.679,0,0,0-1.6,3.91,12.176,12.176,0,0,0-.612,4.114,4.977,4.977,0,0,1,.782-.17,5.855,5.855,0,0,1,.646-.034,5.242,5.242,0,0,1,3.264,1.088,4,4,0,0,1,1.428,3.4,5.282,5.282,0,0,1-1.326,3.57,4.484,4.484,0,0,1-3.57,1.53,5.346,5.346,0,0,1-4.692-2.006,8.283,8.283,0,0,1-1.564-5.134,17.3,17.3,0,0,1,.68-4.624,24.392,24.392,0,0,1,2.074-5.032A35.727,35.727,0,0,1,7.718-51.68Z' transform='translate(12.614 -29.646) rotate(180)' fill='%23a0a0a0'/%3E%3C/svg%3E");
      position: absolute;
      right: 49px;
      bottom: 0; }
  .boat-since .boat-since-txt-author {
    max-width: 244px;
    padding-left: 36px; }
    .boat-since .boat-since-txt-author p {
      color: #000000;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: 700;
      font-style: italic;
      letter-spacing: normal;
      line-height: 20px;
      text-align: left;
      margin-bottom: 0; }
      .boat-since .boat-since-txt-author p span {
        padding-left: 15px; }

.boat-bottom-section .container {
  max-width: 1166px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0; }

.service-outfitting-content-img {
  position: relative;
  margin-top: -76px; }
  @media screen and (min-width: 768px) {
    .service-outfitting-content-img.mobile-section {
      display: none !important; } }

@media screen and (min-width: 1367px) {
  .carousle-content {
    max-width: 1366px;
    position: static;
    margin-right: auto; }
  .carousle-content-wrap {
    position: relative; }
    .carousle-content-wrap::before {
      content: "";
      display: block;
      height: 4px;
      background: #fff;
      position: absolute;
      top: -4px;
      right: -10000px;
      left: 0; }
  [data-content-region=about_boat] [data-sub-layout] {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 1367px) {
  [data-content-region=home_below_carousel] [data-sub-layout] {
    overflow: hidden; } }

/*------------------- Homepage -----------------*/
.quickSearchMessage {
  margin: 1.5rem 0 2.2rem;
  padding: 0 20px; }

#previewModal .modal-header-title {
  font-weight: 700; }

.previewCart .productView-info > :first-child {
  margin-top: 0; }

.productView-image .videoGallery-main {
  display: none;
  width: 100%; }

.productView-image .videoGallery-main iframe {
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.productView-image.video-preview .videoGallery-main {
  display: block; }

.productView-image.video-preview .productView-img-container {
  display: none; }

.productView-image.video-preview .easyzoom-flyout {
  display: none !important; }

.productView-thumbnail.productView-video-thumb a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1; }

.productView-thumbnail.productView-video-thumb svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.product-options + .productView-details #qn-add-to-quote {
  margin-left: 0; }

.product-options + .productView-details #qn-add-to-quote {
  margin-top: 0;
  margin-bottom: 0; }

.product-options + .productView-details {
  float: none;
  clear: both; }

.product-all-details .socialLinks {
  justify-content: center;
  margin-top: 18px; }
  .product-all-details .socialLinks .socialLinks-item:hover svg {
    fill: #1e6e93; }

.navUser-item-compare {
  position: fixed;
  bottom: 152px;
  right: 0; }
  .navUser-item-compare .navUser-item--compare {
    background-color: #3d3d3d;
    padding: 10px 12px; }

.web-page-banner .body {
  padding-top: 0; }

[data-content-region=webpage_banner] [data-sub-layout] {
  padding: 0; }

.webpage-banner-sec {
  min-height: 400px;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
  position: relative; }
  .webpage-banner-sec .webpage-banner-content {
    position: absolute;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    padding-top: 20px;
    padding-bottom: 83px; }
    .webpage-banner-sec .webpage-banner-content .container {
      max-width: 1366px;
      margin: auto;
      padding-left: 20px;
      padding-right: 20px; }
    .webpage-banner-sec .webpage-banner-content .page-heading {
      margin-bottom: 0;
      color: #fff;
      text-align: left; }
    .webpage-banner-sec .webpage-banner-content .banner-heading .category-title-wrap {
      max-width: 1366px;
      margin: auto;
      padding-left: 20px;
      padding-right: 20px; }

.instagram-sec {
  margin-bottom: 53px; }
  .instagram-sec .container {
    max-width: 1320px;
    padding-right: 25px;
    padding-left: 25px; }

.quickView .powr-social-feed {
  display: none !important; }

.category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-mob {
  display: none; }

.page-content--centered {
  width: 100%; }

.productView-price + .productView-price {
  display: none; }

.page-sidebar .navList-action--checkbox {
  padding-right: 25px;
  position: relative;
  margin: 0; }
  .page-sidebar .navList-action--checkbox .navList-action-close {
    margin-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px; }

#qn-cart-to-quote {
  width: 100%; }

.custom-add-quote-only #add-to-cart-wrapper {
  display: none !important; }

.custom-add-quote-only .productView .productView-options [data-product-option-change] .form-field {
  display: block; }

.custom-add-to-cart-and-quote .productView .productView-options [data-product-option-change] .form-field {
  display: block; }

.custom-add-to-cart-and-quote .productView .productView-options.customize-buy-custom.customize-buy-custom-two #form-action-addToCart {
  display: inline-block; }

.custom-add-to-cart-and-quote .productView .form-field--increments .customize-product-price {
  display: block; }

.custom-add-to-cart-and-quote .productView .form-field--increments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.custom-add-to-cart-and-quote .productView .productView-options.customize-buy-custom .customize-buy {
  display: none; }

.custom-customize-and-buy-add-to-quote-only .productView .productView-options .add-to-cart-wrapper .form-action {
  display: none; }

.custom-customize-and-buy-add-to-cart-and-quote .productView .productView-options .add-to-cart-wrapper .form-action {
  display: none; }
  .custom-customize-and-buy-add-to-cart-and-quote .productView .productView-options .add-to-cart-wrapper .form-action.is-open {
    display: block; }

.custom-customize-and-buy-add-to-cart-and-quote .qn-add-to-quote {
  display: none; }
  .custom-customize-and-buy-add-to-cart-and-quote .qn-add-to-quote.is-open {
    display: inline-block; }

.custom-add-to-cart-only .productView .productView-options [data-product-option-change] .form-field {
  display: block; }

.custom-add-to-cart-only .productView .productView-options.customize-buy-custom.customize-buy-custom-two #form-action-addToCart {
  display: inline-block; }

.custom-add-to-cart-only .productView .form-field--increments .customize-product-price {
  display: block; }

.custom-add-to-cart-only .productView .form-field--increments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.custom-add-to-cart-only .productView .productView-options.customize-buy-custom .customize-buy {
  display: none; }

.custom-add-to-cart-only .qn-add-to-quote {
  display: none !important; }

.productView .suprProductStyle {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.suprbadge-single {
  margin-left: 0 !important;
  padding-left: 8px !important;
  padding-right: 8px !important; }

/*---------------Responsive CSS---------------*/
@media screen and (max-width: 1366px) {
  .header .navPages-list .navPage-subMenu.accessories-parts .category-listing {
    padding-right: 45px; }
  .header .navPages-list .navPage-subMenu.service-outfitting .category-listing {
    padding-right: 59px; } }

@media screen and (max-width: 1365px) {
  .header .container {
    padding: 0 28px; }
  .header .search-box .quicksearch-custom {
    max-width: 409px; }
  .header .navUser {
    max-width: calc(100% - 409px); }
  .header .navUser-action {
    font-size: 12px; }
  .header .navPages-list .navPages-action {
    padding: 13px 12px;
    font-size: 20px; }
  .header .navPages-container {
    max-width: 100%; }
  .header .marketing-info {
    display: none; }
  .header.header-cc .navUser {
    max-width: initial; }
  .header.header-cc .navUser-action {
    font-size: 10px; }
  .cart--custom .cart-content-order-summary {
    max-width: 340px;
    padding-left: 20px;
    padding-right: 0; }
  .cart--custom .cart-content-product-details {
    max-width: calc(100% - 340px); }
  .cart--custom .cart-content-product-details .cart-item-block.cart-item-info.cart-item-info-subtotal-custom {
    width: 16.5%; }
  .cart--custom .cart-content-order-summary .estimator-form .button--primary {
    display: block;
    clear: both;
    margin-left: auto; }
  /*------------- Checkout USP -------------*/
  .cart-btm ul {
    margin: 0 -30px; }
    .cart-btm ul li {
      padding: 0 30px; }
  /*------------ Checkout USP ---------------*/
  .header .navPages-list .navPage-subMenu-item {
    width: 50%; }
  .header .navPages-list .navPage-subMenu.boats .megamenu-banner {
    width: 340px; }
  .header .navPages-list .navPage-subMenu.outboards .navPage-subMenu-list {
    max-height: 315px; }
    .header .navPages-list .navPage-subMenu.outboards .navPage-subMenu-list .navPage-subMenu-item:nth-child(2) {
      margin-bottom: 20px; }
  .header .navPages-list .navPage-subMenu.accessories-parts .navPage-subMenu-list {
    max-height: 605px; }
  .header .navPages-list .navPage-subMenu.service-outfitting .megamenu-banner {
    width: 440px;
    background-position: right center; }
  .header .navPages-list .navPage-subMenu.service-outfitting .navPage-subMenu-list {
    max-height: 482px; }
  .header .megamenu-banner-content h2 {
    font-size: 40px;
    line-height: 40px; }
  .header .megamenu-banner-content p {
    font-size: 18px; }
  .shop-by-brand-heading h2 {
    font-size: 20px; }
  .shop-by-brand-heading a {
    font-size: 14px; }
  .navPage-subMenu.trailers .megamenu-banner {
    width: 470px; }
  .header .navPages-list .navPage-subMenu-item .navPage-subMenu-action {
    font-size: 19px;
    line-height: 22px; }
  .navPage-brand-list .brand-list-custom {
    width: 25%; }
  .navPage-subMenu.boats .navPage-brand-list .brand-list-custom {
    width: 33.33%; }
  .navPage-subMenu.boats .navPage-brand-list .brand-list-custom:nth-child(n+4) {
    width: 25%; }
  .header .navPages-list .navPage-subMenu-item .navPage-childList .navPages-action {
    line-height: 30px; }
  [data-content-region=home_below_carousel] [data-widget-id] {
    background-size: 1366px; } }

@media screen and (max-width: 1199px) {
  /*--------------- Checkout USP -------------------*/
  .cart-btm ul {
    margin: 0 -15px; }
    .cart-btm ul li {
      padding: 0 15px; }
  /*----------------- Checkout USP ------------------*/
  .modal-header-title {
    font-size: 22px; }
  .category--custom .body .category-head .category-title {
    padding-bottom: 0;
    padding-left: 17px;
    padding-right: 17px; }
  .category--custom .body .category-head.category-head-img {
    min-height: 160px; }
    .category--custom .body .category-head.category-head-img .category-img {
      min-height: 160px;
      background-size: 1920px; }
  .category--custom .top-description .container {
    max-width: 850px; }
  .category--custom .main-content .container {
    padding: 0 35px;
    max-width: 1024px; }
  .page-sidebar {
    width: calc(100% - 748px); }
    .page-sidebar + .page-content {
      width: 748px; }
      .page-sidebar + .page-content .productGrid {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .page-sidebar + .page-content .productGrid::before, .page-sidebar + .page-content .productGrid::after {
          display: none; }
        .page-sidebar + .page-content .productGrid .product {
          width: 340px;
          max-width: 50%; }
  .category--custom .top-description {
    margin-bottom: 23px; }
  .category--custom .body {
    padding-bottom: 36px; }
  .category--custom .body .category-head.category-head-img .category-title {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
    height: 100%; }
  .product-all-details .container {
    padding: 0 25px;
    max-width: 1024px; }
  .product-all-details .product-options-custom {
    max-width: 375px;
    width: 100%; }
  .product-all-details .productView-images {
    max-width: calc(100% - 375px);
    width: 100%;
    padding-left: 19px; }
  .product-all-details .productView-img-container::after {
    padding-bottom: 383px; }
  .product-all-details .videoGallery-main {
    padding-bottom: 383px; }
  .product-all-details .productView-thumbnails {
    max-width: 524px;
    margin-top: 5px; }
  .carousle-content .carousel-heading, .carousle-content .carousle-content-wrap {
    max-width: 582px;
    padding-right: 80px; }
  .category-kicker-section .category-kicker-divide:first-child .category-kicker-item {
    padding: 8px 8px 8px 0; }
  .category-kicker-section .category-kicker-divide:last-child .category-kicker-item {
    padding: 8px 0 8px 8px; }
  .category-kicker-section .category-kicker-divide .category-kicker-item .cat-kicker-content {
    padding: 27px 20px;
    max-width: 340px; }
    .category-kicker-section .category-kicker-divide .category-kicker-item .cat-kicker-content h2 {
      font-size: 37px;
      line-height: 51px;
      margin-bottom: 4px; }
    .category-kicker-section .category-kicker-divide .category-kicker-item .cat-kicker-content p {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 16px; }
    .category-kicker-section .category-kicker-divide .category-kicker-item .cat-kicker-content .button {
      font-size: 15px;
      line-height: 20px;
      padding: 9px 17px; }
  .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content {
    padding: 21px 25px 10px; }
    .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content h2 {
      margin-bottom: 14px; }
  .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-three .cat-kicker-content {
    max-width: 287px; }
  .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-four .cat-kicker-content h2 {
    margin-bottom: 7px; }
  .kicker-brand-img {
    bottom: 23px;
    right: 15px; }
  .category-kicker-item-one .kicker-brand-img {
    max-width: 190px; }
  .category-kicker-item-three .kicker-brand-img {
    max-width: 184px; }
  .category-kicker-item-four .kicker-brand-img {
    max-width: 117px;
    bottom: 24px;
    right: 19px; }
  .inlatable-boats-txt h2 {
    font-size: 43px;
    margin-top: 34px; }
  .inlatable-boats-txt p {
    font-size: 21px;
    line-height: 21px; }
  [data-content-region=inflatable_boats] [data-sub-layout] {
    padding-left: 39px;
    padding-right: 44px;
    padding-bottom: 66px; }
  .inflatable-brands {
    padding-left: 41px;
    padding-right: 41px;
    margin-top: -60px;
    max-width: 1024px;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    min-width: initial !important; }
    .inflatable-brands .boat-brands-listing-link {
      min-height: 218px; }
  .service-outfitting-heading {
    padding-top: 33px; }
    .service-outfitting-heading h2 {
      font-size: 37px;
      line-height: 51px; }
  [data-content-region=service_outfitting] [data-layout-id] {
    margin-left: 107px; }
  .service-outfitting-content-img {
    margin-left: -107px;
    width: 406px;
    margin-top: -45px;
    position: relative; }
  .service-outfitting-heading {
    padding-left: 347px; }
  .service-outfitting-content-txt .service-outfi-listing-sec {
    padding-left: 17px;
    max-width: 460px; }
  .service-outfitting-content-txt h3 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 6px; }
  .service-outfitting-content-txt > p {
    font-size: 16px;
    line-height: 18px; }
  .service-outfitting-content-txt ul.left-service-outfi-listing {
    padding-right: 20px; }
  .service-outfitting-content-txt ul.right-service-outfi-listing {
    padding-left: 20px; }
    .service-outfitting-content-txt ul.right-service-outfi-listing li .custom-btn {
      font-size: 14px;
      padding: 8.5px 16px;
      margin-top: 10px; }
      .service-outfitting-content-txt ul.right-service-outfi-listing li .custom-btn svg {
        width: 6px; }
  .service-outfitting-content-txt ul li p {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px; }
  .service-outfitting-content {
    padding-bottom: 8px; }
  [data-content-region=home_usps] [data-widget-id] {
    margin: 0; }
  [data-content-region=home_usps] [data-layout-id] [data-sub-layout] {
    padding-left: 8px;
    padding-right: 8px; }
  .boat-usps {
    padding-bottom: 20px; }
    .boat-usps .boat-usps-item {
      padding-left: 28px;
      padding-right: 28px; }
      .boat-usps .boat-usps-item:first-child .boat-usps-content h4 {
        padding-left: 0;
        padding-right: 0; }
    .boat-usps .boat-usps-content {
      padding-top: 16px; }
  .boat-usps-item-one .boat-usps-icons svg {
    width: 81px; }
  .boat-usps-item-two .boat-usps-icons svg {
    width: 61px; }
  .boat-usps-item-three .boat-usps-icons svg {
    width: 65px; }
  .boat-usps-item-four .boat-usps-icons svg {
    width: 49px; }
  .hp-products {
    padding-top: 80px; }
  .default--custom .body .productGrid .product {
    padding-left: 10px;
    padding-right: 10px; }
  .hp-products .container {
    padding-left: 24px;
    padding-right: 24px; }
  .hp-products .productGrid {
    margin-left: -5px;
    margin-right: -5px; }
  .boat-since {
    margin-right: 0;
    margin-left: auto;
    max-width: 412px;
    margin-top: 34px;
    margin-bottom: 52px; }
    .boat-since h3 {
      font-size: 20px;
      margin-bottom: 19px; }
    .boat-since .boat-since-txt p {
      font-size: 12px; }
      .boat-since .boat-since-txt p::before, .boat-since .boat-since-txt p::after {
        width: 18px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: contain; }
      .boat-since .boat-since-txt p::after {
        right: 0;
        bottom: 0; }
    .boat-since .boat-since-txt-author {
      padding-left: 15px;
      max-width: 223px; }
      .boat-since .boat-since-txt-author p {
        font-size: 12px;
        padding-left: 25px; }
  .boat-bottom-section .container {
    padding: 0 63px;
    flex-direction: column; }
  [data-content-region=about_boat] [data-sub-layout]::after {
    top: 0;
    bottom: auto; }
  .inlatable-boats-btn .button--primary {
    font-size: 18px;
    padding: 15px 18px; }
  .default--custom .body .productGrid .product .card .card-img-container::after {
    padding-bottom: 155px; }
  .webpage-banner-sec {
    height: 160px;
    min-height: auto; }
    .webpage-banner-sec .webpage-banner-content {
      padding-bottom: 0;
      padding-left: 17px;
      padding-right: 17px;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0.35) 100%); }
    .webpage-banner-sec [data-content-region=webpage_banner] {
      height: 100%; }
      .webpage-banner-sec [data-content-region=webpage_banner] div {
        height: 100%;
        display: flex; }
        .webpage-banner-sec [data-content-region=webpage_banner] div [data-edit-mode] {
          width: 100%; }
          .webpage-banner-sec [data-content-region=webpage_banner] div [data-edit-mode] img {
            height: 100%;
            width: 100%; }
  .instagram-sec {
    margin-bottom: 23px; } }

@media screen and (max-width: 1090px) {
  .header .navPages-list .navPage-subMenu.outboards .navPage-subMenu-list {
    max-height: 400px; } }

@media screen and (max-width: 1023px) {
  .navBar--account {
    display: block; }
  .navBar--sub .navBar-item.is-active {
    border: none; }
  .navBar--sub .navBar-item {
    margin-bottom: 0.5rem; }
  .navPage-subMenu-default .navPage-subMenu-action .collapsible-icon-wrapper {
    display: none; }
  .description-tabs-accourdion .tabs .tab + .tab:before {
    height: 17px;
    top: 4px; }
  body {
    padding-top: 0; }
  .header {
    position: relative;
    height: auto;
    padding-top: 18px;
    border: none; }
    .header .navUser-item.navUser-item--cart .navUser-action .countPill {
      left: 18px; }
    .header .container {
      padding: 0 10px;
      position: static; }
    .header .navUser-action {
      flex-direction: column;
      font-size: 11px; }
      .header .navUser-action svg {
        margin-right: 0;
        width: 25px;
        height: 25px;
        margin-bottom: 1.5px; }
    .header .navUser {
      max-width: fit-content;
      right: 22px;
      top: 18px;
      transform: none; }
    .header .navuser-search {
      max-width: 100%;
      margin-top: 17px;
      margin-bottom: 6px; }
    .header .search-box {
      padding-left: 0; }
      .header .search-box .quicksearch-custom {
        max-width: 100%; }
    .header .navPages {
      background-color: #3d3d3d; }
    .header .header-logo {
      height: auto;
      width: 96px; }
    .header .header-logo__link {
      width: auto; }
      .header .header-logo__link svg {
        height: auto; }
    .header .header-logo-image-unknown-size {
      max-height: inherit; }
    .header .header-wraper {
      justify-content: center; }
    .header .navPages-container {
      top: 120px;
      padding-top: 0;
      z-index: 1000; }
    .header .navUser-item-cartLabel {
      display: block; }
    .header .mobileMenu-toggle {
      padding: 0;
      width: 34px;
      height: 39px;
      top: 20px;
      left: 20px;
      text-decoration: none; }
      .header .mobileMenu-toggle .mobileMenu-toggleIcon {
        width: 32px;
        height: 4px;
        background: #FFFFFF;
        top: 10px;
        left: 1px; }
        .header .mobileMenu-toggle .mobileMenu-toggleIcon::before, .header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
          width: 32px;
          height: 4px;
          background: #FFFFFF; }
        .header .mobileMenu-toggle .mobileMenu-toggleIcon::before {
          top: -9px; }
        .header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
          bottom: -9px; }
      .header .mobileMenu-toggle .humberg-txt {
        font-family: "Open Sans", sans-serif;
        font-size: 11px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 24px;
        display: inline-block; }
      .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
        background-color: transparent; }
        .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
          top: 0; }
        .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
          bottom: 0; }
  .location-section {
    border-width: 30px; }
    .location-section .container {
      padding: 0 0 0 29.5px; }
    .location-section .location-wrap {
      justify-content: space-between; }
  .location-btn img {
    max-width: 285px;
    margin-top: -30px; }
  .location-btn .location-button {
    font-size: 11px;
    padding: 13px 50px 13px 13px; }
  .location-details h2 {
    font-size: 20px;
    line-height: 27px; }
    .location-details h2 svg {
      width: 18px; }
  .location-details p {
    display: none; }
  .footer-info {
    flex-direction: column;
    align-items: center; }
  .footer-info-col--small {
    max-width: 200px;
    width: 100%;
    margin-bottom: 14px; }
    .footer-info-col--small .footer-info-heading {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
      .footer-info-col--small .footer-info-heading span {
        display: inline-flex;
        margin-left: 6px; }
    .footer-info-col--small .footer-info-heading {
      margin-bottom: 0; }
    .footer-info-col--small .footer-info-list {
      padding: 15px 0 17px 0;
      margin-left: 35px; }
  .socialLinks {
    justify-content: center; }
  .footer-copyright > .powered-by {
    text-align: center; }
  .newsletter-sub {
    padding-top: 25px;
    margin-bottom: 15px; }
  .footer-info-col--small .footer-info-list {
    display: none; }
  .footer-info-col--small.active-menu .footer-info-heading span svg {
    transform: rotate(180deg); }
  .header.header-cc {
    padding-top: 0; }
    .header.header-cc .site-logo {
      padding: 19px 0 17px; }
    .header.header-cc .navUser {
      position: static; }
    .header.header-cc .navUser-section .navUser-item {
      display: inline; }
    .header.header-cc .header-right.comm-pad {
      width: 162px; }
    .header.header-cc .container {
      padding: 0 17px; }
  .cart--custom .page-content {
    flex-direction: column; }
  .cart--custom .cart-content-product-details {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 34.5px; }
    .cart--custom .cart-content-product-details .cart-item-figure {
      width: 14.53333%;
      margin-left: -14.53%;
      padding-top: 16px; }
    .cart--custom .cart-content-product-details .cart-item-info {
      width: 18.53333%; }
    .cart--custom .cart-content-product-details .cart-item-block.cart-item-info.cart-item-info-subtotal-custom {
      width: 42.85%; }
      .cart--custom .cart-content-product-details .cart-item-block.cart-item-info.cart-item-info-subtotal-custom .cart-item-value {
        width: calc(100% - 33px);
        display: inline-block; }
    .cart--custom .cart-content-product-details .cart-item-quantity {
      text-align: center;
      width: 38.5%; }
      .cart--custom .cart-content-product-details .cart-item-quantity .cart-item-label {
        text-align: center;
        margin-bottom: 8px;
        justify-content: center; }
    .cart--custom .cart-content-product-details .cart-item-title {
      margin-bottom: 3px;
      padding-top: 16px; }
    .cart--custom .cart-content-product-details .cart-item {
      padding-left: 12.63%;
      padding-top: 0;
      padding-bottom: 10px; }
    .cart--custom .cart-content-product-details .cart-item-label {
      color: #000000;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      line-height: 19px;
      text-align: left;
      text-transform: uppercase; }
    .cart--custom .cart-content-product-details .form-increment .form-input--incrementTotal {
      font-size: 18px;
      color: #000000; }
  .cart--custom .body .container {
    padding: 0 17px; }
  .cart--custom .continue-shopping {
    text-align: center; }
  .cart--custom .cart-content-order-summary {
    max-width: 360px;
    padding: 13px 20px 20px;
    margin-bottom: 21px; }
    .cart--custom .cart-content-order-summary::after {
      display: none; }
    .cart--custom .cart-content-order-summary .cart-total-label {
      padding-left: 0; }
    .cart--custom .cart-content-order-summary .cart-totals {
      padding-top: 15px; }
    .cart--custom .cart-content-order-summary .cart-total-label, .cart--custom .cart-content-order-summary .cart-total-value {
      padding-bottom: 22px; }
  .cart--custom .page-heading {
    line-height: 32px;
    margin-top: 39px;
    margin-bottom: 5px; }
  .cart--custom .cart-content-order-summary .cart-total-value {
    float: right; }
  /*------------------- Cart USP -----------------*/
  .cart--custom .page-content {
    -ms-flex-direction: row;
    flex-direction: row; }
  .usp-desk {
    display: none; }
  .usp-mob {
    width: 320px;
    float: right;
    display: inline-block; }
  .cart--custom .page-content {
    justify-content: space-between; }
  .cart--custom .cart-btm {
    margin: 51px 0 0 0; }
    .cart--custom .cart-btm ul {
      margin: 0; }
      .cart--custom .cart-btm ul li {
        width: 100%;
        padding: 0;
        margin: 0 0 30px 0; }
        .cart--custom .cart-btm ul li figure {
          width: 50px;
          text-align: center;
          margin: 0 11px 0 0; }
          .cart--custom .cart-btm ul li figure img {
            display: inline-block;
            vertical-align: top; }
        .cart--custom .cart-btm ul li .icon-txt {
          width: calc(100% - 61px) !important; }
          .cart--custom .cart-btm ul li .icon-txt h6 {
            font-size: 14px;
            line-height: 18px; }
          .cart--custom .cart-btm ul li .icon-txt p {
            font-size: 12px;
            line-height: 18px; }
        .cart--custom .cart-btm ul li.financing-row figure img {
          width: 49px; }
        .cart--custom .cart-btm ul li.support-row figure img {
          width: 38px; }
        .cart--custom .cart-btm ul li.satisfaction-row figure img {
          width: 42px; }
        .cart--custom .cart-btm ul li:last-child {
          margin: 0; }
  /*------------------- Cart USP -----------------*/
  .modal-header-title {
    font-size: 21px; }
  .page-heading {
    font-size: 40px; }
  .category--custom .body .category-head .page-heading {
    font-size: 40px; }
  .category--custom .body .category-head.category-head-img {
    min-height: 225px;
    margin-bottom: 20px; }
    .category--custom .body .category-head.category-head-img .page-heading {
      font-size: 40px; }
    .category--custom .body .category-head.category-head-img .category-img {
      min-height: 225px;
      background-size: cover; }
    .category--custom .body .category-head.category-head-img .category-title {
      padding-left: 24px;
      padding-right: 24px;
      height: auto;
      padding-bottom: 12px;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0) 100%); }
  .category--custom .top-description .container {
    padding: 0 23px;
    max-width: 768px; }
  .category--custom .top-description p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 18px; }
  .category--custom .main-content .container {
    padding: 0 38px;
    max-width: 768px; }
  .page-sidebar {
    width: 100%; }
  .facetedSearch-toggle {
    border-radius: 0;
    border-color: #1E6E93;
    background-color: #1E6E93;
    color: #fff;
    max-width: 275px;
    margin-bottom: 15px;
    padding-top: 7px;
    padding-bottom: 7px; }
    .facetedSearch-toggle:hover {
      border-color: #1E6E93;
      background-color: #1E6E93;
      color: #fff; }
    .facetedSearch-toggle .toggleLink-text {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 20px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      text-align: center;
      text-transform: uppercase; }
    .facetedSearch-toggle .facetedSearch-toggle-indicator {
      width: 100%;
      text-align: center; }
      .facetedSearch-toggle .facetedSearch-toggle-indicator svg {
        vertical-align: middle; }
    .facetedSearch-toggle.is-open {
      border-color: #17284B;
      background-color: #17284B; }
  .pagination-filter-custom {
    justify-content: center;
    border-bottom: none; }
    .pagination-filter-custom .pagination {
      display: none; }
  .page-sidebar + .page-content {
    width: 100%; }
  .facetedSearch-navList {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto; }
  .accordion--navList {
    padding-bottom: 24px;
    border-color: #A8A8A8; }
    .accordion--navList .accordion-content {
      padding: 6px 25px 0; }
    .accordion--navList .accordion-navigation {
      padding-left: 25px;
      padding-right: 25px;
      border: none; }
      .accordion--navList .accordion-navigation .accordion-title {
        padding: 0; }
  .cart-btm ul li.support-row .icon-txt {
    padding-right: 55px; }
  .category--custom .top-description {
    margin-bottom: 30px; }
  .category--custom .body {
    padding-bottom: 39px; }
  .header .quickSearchResults {
    left: 20px;
    right: 20px;
    z-index: 10000;
    top: 119px;
    width: auto;
    margin-top: 0; }
  .productView-title {
    font-size: 26px;
    margin-top: 26px; }
  .product-view-heading {
    padding-top: 16px;
    padding-bottom: 33px; }
  .product-all-details {
    margin-bottom: 40px; }
    .product-all-details .productView {
      flex-direction: column;
      align-items: center;
      margin-top: -20px; }
    .product-all-details .product-options-custom {
      margin: auto; }
    .product-all-details .productView-images {
      max-width: 580px;
      padding-left: 0;
      order: 0;
      margin-bottom: 15px; }
  .productView-options .add-to-cart-wrapper .form-action {
    width: auto; }
  .description-tabs-accourdion {
    padding: 42px 0 1px 0; }
    .description-tabs-accourdion .container {
      max-width: 768px; }
    .description-tabs-accourdion .tabs .tab-title {
      line-height: 24px;
      font-size: 16px;
      border-bottom-width: 3px;
      padding-bottom: 0px; }
    .description-tabs-accourdion .tab-content {
      font-size: 14px;
      line-height: 22px; }
    .description-tabs-accourdion .tabs-contents {
      margin-bottom: 12px; }
  .additional-products {
    margin-top: 14px; }
    .additional-products .container {
      max-width: 672px; }
    .additional-products .productCarousel .productCarousel-slide {
      width: 50%; }
  .has-activeNavPages {
    overflow: scroll; }
  .header .container {
    padding-left: 0;
    padding-right: 0; }
  .header .nav-links-marketing {
    padding-left: 0; }
  .header .megamenu-banner {
    display: none; }
  .header .navPages {
    padding-left: 0;
    padding-right: 0; }
  .header .search-box {
    padding-left: 20px;
    padding-right: 20px; }
  .header .navPages-list > .navPages-item {
    margin-bottom: 4px; }
  .header .navPages-list .navPages-item {
    border: none; }
    .header .navPages-list .navPages-item > .navPages-action {
      padding-bottom: 2px;
      padding-top: 9px;
      flex-wrap: wrap;
      padding-left: 20px;
      padding-right: 20px; }
      .header .navPages-list .navPages-item > .navPages-action .submenu-icon-mobile {
        line-height: 8px; }
      .header .navPages-list .navPages-item > .navPages-action.is-open {
        background-color: #A11812; }
        .header .navPages-list .navPages-item > .navPages-action.is-open:after {
          background-color: transparent; }
        .header .navPages-list .navPages-item > .navPages-action.is-open .submenu-icon-mobile {
          transform: rotate(180deg); }
      .header .navPages-list .navPages-item > .navPages-action:after {
        content: "";
        display: block;
        height: 1px;
        background-color: #707070;
        margin-top: 4px;
        width: 100%; }
  .header .navPages-list .category-listing {
    padding: 0 20px 0 20px; }
  .header .navPages-list .navPages-action {
    font-size: 24px; }
  .header .navPages-list .navPage-subMenu-item {
    width: 100%; }
    .header .navPages-list .navPage-subMenu-item .navPage-subMenu-action {
      font-size: 22px;
      line-height: 29px; }
    .header .navPages-list .navPage-subMenu-item .navPage-childList {
      margin: 0 0 38px 0;
      padding: 0 0 0 15px;
      border: none;
      display: block; }
      .header .navPages-list .navPage-subMenu-item .navPage-childList .navPages-action {
        color: #000000;
        line-height: 32px;
        font-size: 18px; }
  .header .navPages-list .navPage-subMenu-list {
    max-height: none !important;
    padding-top: 32px;
    padding-bottom: 35px; }
  .header .navPages-list .navPage-subMenu.outboards .megamenu-banner, .header .navPages-list .navPage-subMenu.accessories-parts .megamenu-banner, .header .navPages-list .navPage-subMenu.service-outfitting .megamenu-banner {
    display: none; }
  .header .navPages-list .navPage-subMenu.outboards .navPage-subMenu-list .navPage-subMenu-item, .header .navPages-list .navPage-subMenu.accessories-parts .navPage-subMenu-list .navPage-subMenu-item, .header .navPages-list .navPage-subMenu.service-outfitting .navPage-subMenu-list .navPage-subMenu-item {
    width: 100%; }
  .shop-by-brand-heading h2 {
    font-size: 22px;
    line-height: 29px; }
  .shop-by-brand-listing {
    padding: 21.8px 20px 0; }
  .navPage-brand-list {
    padding-top: 15px;
    margin: 0; }
    .navPage-brand-list .brand-list-custom {
      width: 50% !important;
      padding: 10px 7px !important; }
  .mobile-links {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 48px; }
    .mobile-links .mobile-link-main {
      display: flex;
      margin-bottom: 16px; }
      .mobile-links .mobile-link-main a {
        display: flex;
        line-height: 19px;
        font-size: 14px;
        font-weight: 700;
        color: #FFFFFF;
        text-decoration: none; }
        .mobile-links .mobile-link-main a span {
          width: 29px; }
  .navPages-list--user.navPages-list--user-btn {
    padding-left: 20px;
    padding-right: 20px; }
    .navPages-list--user.navPages-list--user-btn .button--primary {
      border-radius: 0;
      background-color: #1E6E93;
      border-color: #1E6E93;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 16px;
      padding: 14.5px 10px !important; }
      .navPages-list--user.navPages-list--user-btn .button--primary::after {
        display: none !important; }
  .mobile-marekting-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px; }
    .mobile-marekting-banner a {
      color: #fff;
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      line-height: 14px;
      text-decoration: none; }
      .mobile-marekting-banner a .markt-text {
        font-weight: 700;
        color: #d11a1a; }
  .shop-by-brand-heading a {
    display: none; }
  .all-shop-link {
    display: flex;
    justify-content: center;
    padding-bottom: 30px; }
    .all-shop-link a {
      display: inline-flex;
      align-items: center;
      color: #d11a1a;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 16px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      text-align: left;
      text-transform: uppercase; }
      .all-shop-link a svg {
        margin-right: 9px; }
  .header .navPages-list .navPage-subMenu.boats .navPage-brand-list {
    padding-bottom: 10px; }
  .carousle-content {
    min-height: 353px;
    padding-top: 29px; }
    .carousle-content h2 {
      font-size: 52px;
      line-height: 52px; }
    .carousle-content .carousel-heading, .carousle-content .carousle-content-wrap {
      padding-right: 58px; }
    .carousle-content .carousel-heading {
      display: flex;
      max-width: 396px;
      border-bottom: 4px solid #FFFFFF;
      padding-bottom: 9px; }
    .carousle-content .carousle-content-wrap {
      padding-top: 11px;
      border: none; }
      .carousle-content .carousle-content-wrap p {
        font-size: 20px;
        line-height: 26px;
        max-width: 333px;
        margin-left: auto; }
      .carousle-content .carousle-content-wrap .button--primary {
        font-size: 16px; }
  [data-content-region=home_below_carousel] [data-widget-id] {
    background-position: center bottom -1px; }
  [data-content-region=boat_buying_text] [data-sub-layout-container]:nth-child(1) .boat-buy-heading {
    font-size: 28px;
    line-height: 38px; }
  [data-content-region=boat_buying_text] [data-sub-layout-container]:nth-child(2) [data-edit-mode] * {
    font-size: 12px;
    line-height: 17px; }
  .category-kicker-section .category-kicker-divide:first-child .category-kicker-item {
    padding: 6px 6px 6px 0; }
  .category-kicker-section .category-kicker-divide:last-child .category-kicker-item {
    padding: 6px 0 6px 6px; }
  .category-kicker-section .category-kicker-divide .category-kicker-item .cat-kicker-content {
    padding: 20px 15px;
    max-width: 275px; }
    .category-kicker-section .category-kicker-divide .category-kicker-item .cat-kicker-content h2 {
      font-size: 27px;
      line-height: 37px;
      margin-bottom: 4px; }
    .category-kicker-section .category-kicker-divide .category-kicker-item .cat-kicker-content p {
      font-size: 12px;
      line-height: 14px;
      margin-bottom: 12px; }
    .category-kicker-section .category-kicker-divide .category-kicker-item .cat-kicker-content .button {
      font-size: 13px;
      padding: 3.5px 14px; }
  .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content {
    padding-top: 13px; }
  .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-three .cat-kicker-content {
    max-width: 217px; }
    .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-three .cat-kicker-content p {
      margin-bottom: 34px; }
  .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-three .cat-kicker-content {
    padding: 14px 25px 10px; }
  .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-four .cat-kicker-content {
    padding-right: 19px; }
  [data-content-region=category_kicker] [data-layout-id] {
    margin-top: 16px; }
  .category-kicker-item-one .kicker-brand-img {
    max-width: 143px; }
  .category-kicker-item-three .kicker-brand-img {
    max-width: 138px; }
  .category-kicker-item-four .kicker-brand-img {
    max-width: 86px;
    bottom: 18px;
    right: 15px; }
  .kicker-brand-img {
    bottom: 15px;
    right: 11px; }
  .dealer-text-heading {
    font-size: 20px;
    line-height: 27px;
    margin-top: 45px;
    margin-bottom: 25px; }
    .dealer-text-heading .larget-dealer-txt {
      font-size: 12px; }
  .inlatable-boats-txt h2 {
    font-size: 32px;
    margin-bottom: 6px;
    margin-top: 56px; }
  .inlatable-boats-txt p {
    font-size: 18px; }
  .inlatable-boats-btn .button--primary {
    font-size: 18px;
    padding: 15px 18px; }
  [data-content-region=inflatable_boats] [data-sub-layout] {
    padding-bottom: 62px; }
  .inlatable-boats {
    align-items: flex-end; }
    .inlatable-boats .inlatable-boats-btn {
      margin-bottom: 21px; }
  .inflatable-brands {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    width: 100% !important;
    min-width: initial !important;
    padding-left: 56px;
    padding-right: 56px;
    margin-top: -59px; }
    .inflatable-brands .boat-brands-listing-link {
      min-height: 201px; }
  .service-outfitting-heading {
    padding-bottom: 0;
    padding-top: 28px;
    padding-left: 220px; }
    .service-outfitting-heading h2 {
      font-size: 28px;
      line-height: 38px; }
  [data-content-region=service_outfitting] [data-layout-id] {
    margin-left: 84px; }
  .service-outfitting-content-img {
    width: 272px;
    margin-left: -84px;
    margin-top: -32px; }
  .service-outfitting-content-txt {
    padding-left: 33px;
    padding-top: 14px; }
    .service-outfitting-content-txt h3 {
      font-size: 21px;
      line-height: 28px; }
    .service-outfitting-content-txt > p {
      font-size: 15px;
      line-height: 18px; }
    .service-outfitting-content-txt .service-outfi-listing-sec {
      max-width: 443px; }
    .service-outfitting-content-txt ul {
      margin-bottom: 0; }
    .service-outfitting-content-txt ul.left-service-outfi-listing {
      padding-right: 12px; }
    .service-outfitting-content-txt ul.right-service-outfi-listing {
      padding-left: 12px; }
  .service-outfitting-content {
    padding-bottom: 3px; }
  .boat-usps {
    padding-bottom: 10px;
    padding-top: 40px; }
    .boat-usps .boat-usps-icons {
      height: 50px; }
    .boat-usps .boat-usps-item {
      padding-left: 11px;
      padding-right: 11px; }
    .boat-usps .boat-usps-content h4 {
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 7px; }
    .boat-usps .boat-usps-content p {
      font-size: 14px;
      line-height: 16px; }
  .boat-usps-item-one .boat-usps-icons svg {
    width: 62px; }
  .boat-usps-item-two .boat-usps-icons svg {
    width: 46px; }
  .boat-usps-item-three .boat-usps-icons svg {
    width: 50px; }
  .boat-usps-item-four .boat-usps-icons svg {
    width: 37px; }
  [data-content-region=home_usps] [data-layout-id] [data-sub-layout] {
    padding-left: 0;
    padding-right: 0; }
  .default--custom .body .page-heading {
    font-size: 20px; }
    .default--custom .body .page-heading .small-heading {
      font-size: 12px;
      line-height: 17px; }
  .default--custom .body .hp-products {
    padding-top: 59px; }
    .default--custom .body .hp-products .container {
      padding-left: 49px;
      padding-right: 49px;
      max-width: 768px;
      margin-left: auto;
      margin-right: auto; }
    .default--custom .body .hp-products .top-sellers-custom .product {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 19px; }
    .default--custom .body .hp-products .top-sellers-custom .slick-arrow {
      display: none !important; }
  [data-content-region=about_boat] [data-sub-layout]::after {
    width: 404px; }
  .boat-bottom-section .container {
    padding-right: 40px;
    padding-left: 40px; }
  .boat-since {
    max-width: 304px;
    margin-bottom: 30px; }
    .boat-since .boat-since-txt p::after {
      right: 142px; }
  .header .navPages-list .navPage-subMenu.service-outfitting .navPage-subMenu-list, .header .navPages-list .navPage-subMenu.accessories-parts .navPage-subMenu-list {
    padding-top: 25px; }
  .navPages-list--user.navPages-list--user-btn .button--primary {
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: "Open Sans", sans-serif; }
    .navPages-list--user.navPages-list--user-btn .button--primary svg {
      margin-right: 12px; }
  .default--custom .body .productGrid .product .card .card-img-container::after {
    padding-bottom: 207px; }
  .webpage-banner-sec {
    min-height: 225px;
    margin-bottom: 20px; }
    .webpage-banner-sec .webpage-banner-content {
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0, transparent 100%);
      padding-left: 24px;
      padding-right: 24px;
      height: auto;
      padding-bottom: 12px; }
      .webpage-banner-sec .webpage-banner-content .page-heading {
        font-size: 40px; }
  .instagram-sec .container {
    padding-left: 19px;
    padding-right: 19px; } }

@media screen and (max-width: 968px) {
  /*---------------- Checkout USP ------------------*/
  .cart-btm {
    width: 100%;
    padding: 0 45px;
    margin: 52px 0 14px; }
    .cart-btm ul {
      margin: 0 -10px; }
      .cart-btm ul li {
        align-items: center;
        word-break: break-word;
        padding: 0 10px;
        margin: 0 0 53px 0; }
        .cart-btm ul li figure {
          width: 50px;
          text-align: center;
          margin: 0 11px 0 0; }
          .cart-btm ul li figure img {
            display: inline-block;
            vertical-align: top; }
        .cart-btm ul li .icon-txt {
          width: calc(100% - 61px) !important; }
          .cart-btm ul li .icon-txt h6 {
            font-size: 14px;
            line-height: 18px; }
          .cart-btm ul li .icon-txt p {
            font-size: 12px;
            line-height: 18px; }
        .cart-btm ul li.financing-row figure img {
          width: 49px; }
        .cart-btm ul li.support-row figure img {
          width: 38px; }
        .cart-btm ul li.satisfaction-row figure img {
          width: 42px; }
  /*----------------- Checkout USP ----------------------*/
  .search--custom.category--custom .pagination-filter-custom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #000000; }
    .search--custom.category--custom .pagination-filter-custom .pagination {
      display: block;
      margin-top: 25px; }
  .search--custom.category--custom .body .page-heading {
    font-size: 40px; } }

@media screen and (max-width: 950px) {
  [data-content-region=home_below_carousel] [data-widget-id] {
    background-size: 950px; } }

@media screen and (max-width: 767px) {
  .page-heading {
    font-size: 32px; }
  .bottom-description {
    display: none; }
  .location-section {
    border: none; }
    .location-section .container {
      padding: 0 0 0 0; }
  .location-btn {
    width: 100%; }
    .location-btn img {
      max-width: calc(100% - 87px);
      margin-top: 0;
      width: 100%; }
  .location-details {
    width: 100%;
    padding-right: 0; }
    .location-details h2 {
      justify-content: center;
      margin-bottom: 6px;
      margin-top: 19.5px; }
  .footer-info-col--small .footer-info-list li {
    text-align: left; }
  .header.header-cc .quick-checkout-txt {
    display: none; }
  .header.header-cc .navUser-action.navUser-item--contact {
    display: none; }
  .header.header-cc .navUser {
    margin-right: 0;
    margin-left: auto; }
  .header.header-cc .navigation-menu.comm-pad, .header.header-cc .header-right.comm-pad {
    width: 80px; }
  .cart--custom .cart-content-order-summary {
    margin-left: auto;
    margin-right: auto; }
  .usp-mob {
    margin-left: auto;
    margin-right: auto; }
  .cart--custom .page-heading {
    margin-bottom: 10px; }
  .cart--custom .cart-content-product-details .cart-item {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .cart--custom .cart-content-product-details .cart-item-title {
    width: calc(100% - 80px); }
  .cart--custom .cart-content-product-details .cart-item-figure {
    width: 80px;
    margin-left: 0; }
  .cart--custom .cart-content-product-details .cart-item-info {
    width: 27.93%; }
  .cart--custom .cart-content-product-details .cart-item-quantity {
    width: 118px; }
  .cart--custom .cart-content-product-details .form-increment {
    margin-left: 0; }
  .cart--custom .cart-content-product-details .cart-item-label {
    display: block;
    width: 100%; }
  .cart--custom .cart-content-product-details .cart-item-info-price-custom .cart-item-value {
    padding-left: 0; }
  .cart--custom .cart-content-product-details .cart-item-block.cart-item-info.cart-item-info-subtotal-custom {
    width: 35.75%; }
    .cart--custom .cart-content-product-details .cart-item-block.cart-item-info.cart-item-info-subtotal-custom .cart-item-label {
      padding-left: 13px; }
  .cart--custom .cart-content-product-details .cart-remove {
    width: 18px;
    height: 18px; }
  .cart--custom .cart-content-order-summary .cart-total-label {
    width: 50.33333%; }
  .cart--custom .cart-content-order-summary .cart-total-value {
    float: right; }
  /*-------------- Checkout USP ----------------*/
  .cart-btm {
    margin: 45px 0 14px;
    padding: 0 21px; }
    .cart-btm ul {
      margin: 0; }
      .cart-btm ul li {
        width: 100%;
        padding: 0;
        margin: 0 0 35px 0; }
  /*--------------- Checkout USP ----------------*/
  /*------------------- Cart USP -----------------*/
  .cart--custom .cart-btm {
    padding: 0 11px;
    margin: 38px 0 61px; }
  /*------------------- Cart USP -----------------*/
  .category--custom .top-description .container {
    padding-left: 20px;
    padding-right: 20px; }
  .category--custom .body .category-head .page-heading {
    font-size: 32px;
    line-height: 43px;
    text-align: center; }
  .category--custom .body .category-head.category-head-img .page-heading {
    font-size: 32px;
    line-height: 43px;
    text-align: center; }
  .category--custom .main-content .container {
    padding: 0 20px; }
  .card .card-text {
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 37px;
    align-items: flex-end; }
    .card .card-text .price-section {
      font-size: 16px;
      line-height: 21px;
      width: 100%; }
      .card .card-text .price-section.cross-price {
        width: auto;
        font-size: 16px;
        line-height: 16px; }
  .card .card-img-container::after {
    padding-bottom: 67%; }
  .card .card-title {
    font-size: 13px;
    line-height: 16px;
    min-height: 66px; }
  .productGrid .product {
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .page-sidebar + .page-content .productGrid {
    margin-left: -7.5px;
    margin-right: -7.5px; }
  .top-description {
    margin-bottom: 16px; }
  .accordion--navList {
    margin-bottom: 15px; }
  .pagination-filter-custom {
    margin-bottom: 24px; }
  .search--custom.category--custom .body .page-heading {
    font-size: 32px;
    line-height: 1.2; }
  .category--custom .top-description {
    margin-bottom: 18px; }
  .category--custom .body .category-head.category-head-img .category-title {
    padding-top: 47px;
    padding-bottom: 22px; }
  .card-body {
    padding-top: 23px; }
  .productView-title {
    margin-top: 4px; }
  .product-view-heading {
    padding-bottom: 43px; }
  .product-all-details .productView-img-container::after {
    padding-bottom: 66.2%; }
  .product-all-details .videoGallery-main {
    padding-bottom: 66.2%; }
  .product-all-details .productView-thumbnail-link {
    height: 50px;
    max-width: 76px; }
  .product-all-details .productView-thumbnails {
    max-width: 247px; }
  .product-all-details .container {
    padding: 0 0; }
  .product-all-details .productView-images {
    padding-left: 25px;
    padding-right: 25px; }
  .productView-thumbnail {
    padding: 3.5px; }
  .additional-products .tab-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 21px; }
  .additional-products .productCarousel {
    margin: 0 -7.5px; }
    .additional-products .productCarousel .productCarousel-slide {
      padding: 7.5px; }
  .description-tabs-accourdion {
    padding: 30px 0 50px 0; }
    .description-tabs-accourdion .tabs {
      flex-wrap: wrap; }
      .description-tabs-accourdion .tabs .tab {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
        .description-tabs-accourdion .tabs .tab + .tab::before {
          display: none; }
        .description-tabs-accourdion .tabs .tab.is-active .tab-title {
          border-color: #707070; }
      .description-tabs-accourdion .tabs .tab-title {
        border-bottom: 1px solid #707070;
        padding: 9px 0 3px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .description-tabs-accourdion .tabs .tab-title svg {
          margin-left: 9px; }
    .description-tabs-accourdion .tabs-contents {
      display: none !important; }
    .description-tabs-accourdion .tab .tab-content {
      display: none;
      border-bottom: 1px solid #707070;
      padding: 12px 0 30px; }
      .description-tabs-accourdion .tab .tab-content .videoGallery {
        margin-bottom: 0; }
        .description-tabs-accourdion .tab .tab-content .videoGallery .videoGallery-item:last-child a.video {
          margin-bottom: 0; }
    .description-tabs-accourdion .tab.is-open .tab-content {
      display: block; }
    .description-tabs-accourdion .tab.is-open .tab-title {
      border-bottom: 3px solid #A11812 !important; }
      .description-tabs-accourdion .tab.is-open .tab-title svg {
        transform: rotate(180deg); }
    .description-tabs-accourdion .tabs-contents {
      margin-bottom: 0; }
  [data-content-region="home_below_carousel"] [data-layout-id] [data-sub-layout-container]::after {
    height: 326px;
    background-size: 880px;
    background-position: center left -29px; }
  [data-content-region=home_below_carousel] [data-widget-id] {
    background-position: left -84px top 275px; }
  .carousle-content {
    margin-top: 168px;
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    margin-left: 25px;
    margin-right: 25px;
    width: auto;
    padding-bottom: 19px;
    min-height: auto; }
    .carousle-content .carousle-content-wrap {
      padding-right: 0;
      margin-right: auto;
      margin-left: auto; }
      .carousle-content .carousle-content-wrap p {
        margin-left: auto;
        text-align: center;
        margin-right: auto; }
      .carousle-content .carousle-content-wrap .carousel-links {
        text-align: center;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .carousle-content .carousle-content-wrap .carousel-links .location-link {
          margin-right: 0;
          order: 1; }
        .carousle-content .carousle-content-wrap .carousel-links .button--primary {
          order: 0;
          padding: 12px 16px;
          margin-bottom: 14px; }
    .carousle-content h2 {
      text-align: center; }
    .carousle-content .carousel-heading {
      margin: auto;
      padding-right: 0; }
  [data-content-region=inflatable_boats] [data-sub-layout]::before {
    width: auto; }
  .inflatable-brands {
    max-width: 375px; }
  .carousle-content {
    padding-top: 18px; }
    .carousle-content h2 {
      font-size: 44px;
      line-height: 46px;
      margin-bottom: 8px; }
    .carousle-content .carousel-heading {
      padding-bottom: 0; }
    .carousle-content .carousle-content-wrap {
      max-width: 270px; }
      .carousle-content .carousle-content-wrap p {
        font-size: 18px;
        line-height: 22px; }
  [data-content-region=home_below_carousel] {
    margin-bottom: 41px; }
  [data-content-region=boat_buying_text] [data-sub-layout-container]:nth-child(2) [data-edit-mode] {
    padding-left: 19px;
    padding-right: 19px;
    margin-top: 8px; }
  .category-kicker-section .category-kicker-divide {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .category-kicker-section .category-kicker-divide .category-kicker-item {
      padding-right: 0 !important;
      padding-left: 0 !important;
      padding-top: 5px !important;
      padding-bottom: 5px !important;
      justify-content: center; }
      .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-mob {
        display: flex; }
      .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-desk {
        display: none; }
      .category-kicker-section .category-kicker-divide .category-kicker-item .cat-kicker-content h2 {
        font-size: 24px; }
      .category-kicker-section .category-kicker-divide .category-kicker-item .cat-kicker-content .button {
        font-size: 12px;
        padding: 2px 7px; }
      .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content {
        padding-top: 10px; }
        .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content h2 {
          line-height: 33px;
          margin-bottom: 7px; }
        .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content .button {
          font-size: 12px;
          padding: 2px 11px; }
      .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-three .cat-kicker-content {
        padding: 16px 13px 10px; }
        .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-three .cat-kicker-content p {
          max-width: 150px; }
      .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-three .cat-kicker-content {
        padding-top: 16px; }
  .category-kicker-item-one .kicker-brand-img {
    max-width: 126px; }
  .category-kicker-item-three .kicker-brand-img {
    max-width: 122px;
    top: 22px;
    right: 15px; }
  .dealer-text-heading {
    margin-top: 41px;
    margin-bottom: 46px; }
    .dealer-text-heading .larget-dealer-txt {
      display: block;
      margin-bottom: 2px; }
  .inlatable-boats {
    flex-direction: column;
    align-items: center; }
  [data-content-region=inflatable_boats] [data-sub-layout] {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; }
  .inlatable-boats-txt h2 {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    margin-top: 18px;
    margin-bottom: 3px; }
  .inlatable-boats-txt p {
    text-align: center; }
  .inflatable-brands {
    margin-top: -30px; }
    .inflatable-brands .boat-brands-listing-link {
      min-height: 129px; }
  .service-outfitting-content {
    flex-direction: column;
    background-color: #EFEFEF; }
    .service-outfitting-content .service-outfitting-content-img {
      display: none; }
  .service-outfitting-content-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0; }
  [data-content-region=service_outfitting] [data-layout-id] {
    margin-left: 0; }
  [data-content-region=service_outfitting] [data-sub-layout] {
    background-color: transparent;
    margin-bottom: 0; }
    [data-content-region=service_outfitting] [data-sub-layout]::after {
      display: none; }
  .service-outfitting-heading {
    padding-left: 0;
    padding-bottom: 11px;
    padding-top: 39px; }
    .service-outfitting-heading h2 {
      font-size: 26px;
      line-height: 36px;
      text-align: center; }
  .service-outfitting-content-txt {
    padding-left: 31px;
    padding-top: 8px;
    padding-bottom: 10px; }
    .service-outfitting-content-txt h3 {
      font-size: 18px;
      line-height: 24px; }
    .service-outfitting-content-txt > p {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 25px; }
    .service-outfitting-content-txt ul {
      width: 100%; }
    .service-outfitting-content-txt ul.right-service-outfi-listing {
      padding-left: 0; }
  .service-outfi-listing li {
    margin-bottom: 7px; }
  .boat-usps {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 16px;
    padding-top: 35px; }
    .boat-usps .boat-usps-item {
      width: 50%;
      padding-left: 7.5px;
      padding-right: 7.5px;
      margin-bottom: 9px; }
  .service-outfitting-sec {
    margin-bottom: 40px; }
  .default--custom .body .page-heading {
    flex-direction: column; }
  .default--custom .body .hp-products {
    padding-top: 80px; }
    .default--custom .body .hp-products .container {
      padding-left: 32px;
      padding-right: 32px; }
    .default--custom .body .hp-products .top-sellers-custom .slick-arrow {
      display: block !important; }
    .default--custom .body .hp-products .top-sellers-custom .slick-arrow.slick-prev {
      left: -32px; }
    .default--custom .body .hp-products .top-sellers-custom .slick-arrow.slick-next {
      right: -32px; }
  .boat-bottom-section {
    padding-top: 142px; }
  [data-content-region=about_boat] [data-sub-layout]::after {
    width: 330px;
    height: 190px; }
  .store-rating {
    width: 159px; }
  .boat-since .boat-since-txt p::after {
    right: 0; }
  .boat-bottom-section {
    margin-bottom: 60px; }
    .boat-bottom-section .container {
      padding-left: 20px; }
  .service-outfitting-content-img {
    margin-bottom: -29px;
    z-index: 2; }
  .carousle-content .carousel-heading {
    border-color: transparent;
    position: relative;
    max-width: 100%; }
    .carousle-content .carousel-heading::after {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      bottom: 0;
      background: #fff;
      right: -25px;
      height: 3px; }
    .carousle-content .carousel-heading h2 {
      max-width: 396px;
      margin-left: auto;
      margin-right: auto; }
  .inlatable-boats-txt p {
    margin-bottom: 15px; }
  .inlatable-boats .inlatable-boats-btn {
    margin-bottom: 27px; }
  .carousle-content::before {
    height: 326px;
    width: 189px;
    left: auto;
    bottom: auto; }
  .carousle-content {
    position: static; }
  [data-content-region=category_kicker] [data-layout-id] {
    margin-top: 36px; }
  .service-outfitting-heading {
    background-image: linear-gradient(to right, #292929 0%, rgba(60, 60, 60, 0.82) 78%, rgba(112, 112, 112, 0.29) 100%); }
    .service-outfitting-heading h2 {
      text-align: left;
      padding-left: 31px; }
  .inflatable-brands {
    padding-left: 42.5px;
    padding-right: 42.5px; }
  .inflatable-brands .boat-brands-listing-link {
    padding-bottom: 0; }
  .boat-since {
    margin-right: auto; }
  .hp-products .productGrid {
    max-width: 321px;
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto; }
  .hp-products .card .card-text .price-section {
    width: auto; }
  .hp-products {
    margin-bottom: 78px; }
    .hp-products .card .card-title {
      min-height: 37px;
      margin-bottom: 7px; }
  .description-tabs-accourdion .container {
    padding: 0 30px; }
  .category--custom .body .category-head.no-image .page-heading {
    margin-bottom: 0; }
  .webpage-banner-sec .webpage-banner-content {
    padding-top: 47px;
    padding-bottom: 22px; }
    .webpage-banner-sec .webpage-banner-content .page-heading {
      font-size: 32px;
      line-height: 43px;
      text-align: center; }
  .instagram-sec {
    margin-bottom: 0; }
    .instagram-sec .container {
      padding-left: 12px;
      padding-right: 12px; } }

@media screen and (max-width: 639px) {
  .modal-header-title {
    font-size: 20px; } }

@media screen and (max-width: 567px) {
  .modal {
    min-height: inherit; }
  .modal-header-title {
    font-size: 18px;
    line-height: 25px; }
  .modal-header {
    padding-left: 15px;
    padding-right: 30px; }
  .modal-close {
    top: 11px;
    right: 5px; }
  .modal-body {
    padding: 20px; }
  #CartEditProductFieldsForm .form-field {
    width: 100%;
    float: left;
    margin: 0 0 15px 0; } }

@media screen and (max-width: 413px) {
  .modal-header-title {
    font-size: 16px;
    line-height: 24px; }
  .modal-body {
    padding: 15px; }
  #CartEditProductFieldsForm .form-field {
    margin: 0 0 10px 0; } }

@media screen and (max-width: 374px) {
  .cart--custom .cart-content-product-details .cart-item-info {
    width: 19.93%; }
  .cart--custom .cart-content-product-details .cart-item-quantity {
    width: 118px; }
  .cart--custom .cart-content-product-details .cart-item-block.cart-item-info.cart-item-info-subtotal-custom {
    width: 38.45%; }
  .cart--custom .cart-content-product-details .cart-remove {
    width: 14px;
    height: 14px;
    margin: -8px 0 0 0; }
  .cart--custom .cart-content-order-summary .cart-total-label {
    width: 41.33333%; }
  .cart-btm {
    padding: 0; }
  .inflatable-brands {
    max-width: 320px; }
  [data-content-region=about_boat] [data-sub-layout]::after {
    width: 100%; }
  .cart--custom .cart-content-product-details .cart-item-info {
    width: 100%; }
  .cart--custom .cart-content-product-details .cart-item-quantity {
    width: 100%;
    text-align: left;
    margin-bottom: 16px; }
  .cart--custom .cart-content-product-details .cart-item-block.cart-item-info.cart-item-info-subtotal-custom {
    width: 100%; }
  .cart--custom .cart-content-product-details .cart-item-quantity .cart-item-label {
    text-align: left;
    margin-bottom: 14px; }
  .cart--custom .cart-content-product-details .cart-item-block.cart-item-info.cart-item-info-subtotal-custom .cart-item-label, .cart--custom .cart-content-product-details .cart-item-block.cart-item-info.cart-item-info-subtotal-custom .cart-item-value {
    padding-left: 0; } }

@media screen and (max-width: 1365px) and (min-width: 1200px) {
  .header .navUser {
    max-width: 100%; }
  .header .search-box .quicksearch-custom {
    max-width: 610px; } }

@media screen and (min-width: 1024px) {
  .header-logo__link {
    z-index: 1; } }

/*---------------Responsive CSS---------------*/
/* blog page css */
.blog-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000; }

.blog-date {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #707070; }

.blog-post {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #000; }

.blog-post a {
  color: #A11812;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
  padding-left: 5px; }
  .blog-post a:hover {
    color: #000; }

.tags a {
  color: #A11812;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px; }
  .tags a:hover {
    color: #000; }

.blog + .blog {
  margin-top: 2rem;
  padding-top: 2rem;
  border-color: #707070; }

.blog--custom #main-content {
  padding-top: 25px; }
  .blog--custom #main-content .container {
    max-width: 1330px;
    padding: 0 20px;
    margin: 0 auto; }

.blog--custom .breadcrumbs {
  margin-bottom: 10px; }

.blog--custom .page {
  margin: 0; }

.blog--custom .page-heading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 42px;
  line-height: 55px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 3.5rem; }

.blog--custom .pagination-list {
  margin-top: 55px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.blog--custom .pagination-item--current a {
  padding-bottom: 7px !important; }

.blog--custom .pagination-item--current button {
  padding-bottom: 7px !important; }

.blog--custom .pagination-item .pagination-link {
  padding-bottom: 7px !important; }

.blog--custom .pagination-item--next a {
  padding-top: 11px !important; }
  .blog--custom .pagination-item--next a:hover {
    opacity: 0.8; }

.blog--custom .pagination-item--previous a {
  padding-top: 11px !important; }
  .blog--custom .pagination-item--previous a:hover {
    opacity: 0.8; }

.blog_post--custom #main-content {
  padding-top: 25px; }
  .blog_post--custom #main-content .container {
    max-width: 1330px;
    padding: 0 20px;
    margin: 0 auto; }
    .blog_post--custom #main-content .container .breadcrumbs {
      margin-bottom: 30px; }
    .blog_post--custom #main-content .container .tag {
      padding-left: 10px; }
    .blog_post--custom #main-content .container .blog-thumbnail {
      margin-bottom: 1.5rem; }
    .blog_post--custom #main-content .container .breadcrumb.is-active .breadcrumb-label:hover {
      opacity: 0.8; }

@media (min-width: 1025px) {
  .blog {
    margin: 0 auto;
    max-width: 900px;
    width: 95%; }
  .blog-post-body {
    width: 700px; } }

@media (max-width: 768px) {
  .blog--custom .page-heading {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    line-height: 34px; } }

@media (max-width: 375px) {
  .cart--custom .cart-content-order-summary {
    margin-left: -17px;
    margin-right: -17px;
    min-width: calc(100% + 34px); }
  .blog--custom .page-heading {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px; }
  .blog-title {
    font-size: 24px;
    line-height: 30px; }
  .blog-date {
    font-size: 12px;
    line-height: 22px; }
  .blog-post {
    font-size: 14px;
    line-height: 22px; }
  .blog-post a {
    font-size: 14px;
    line-height: 19px; }
  .tags a {
    font-size: 14px;
    line-height: 24px;
    padding-top: 0;
    padding-bottom: 0; }
  .blog-title {
    margin-left: 0;
    margin-right: 0; }
  .blog-thumbnail {
    margin-bottom: 15px; } }

/* account pages */
.form-label {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  text-transform: uppercase; }
  .form-label small {
    color: #A11812; }

.form-input {
  border-color: #A8A8A8;
  border-radius: 0;
  color: #000000; }

.form-select {
  border-radius: 0; }

/* login page */
.login--custom #main-content .page-heading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 0; }

.login--custom #main-content .login {
  margin: 0 auto;
  max-width: 100%; }

.login--custom #main-content .container {
  /*max-width: 100%; */
  max-width: 1330px;
  padding: 0 20px;
  margin: 0 auto; }
  .login--custom #main-content .container .login-row {
    margin-top: 2rem;
    max-width: 1120px; }
    .login--custom #main-content .container .login-row .form-input {
      width: 500px;
      height: 45px; }
    .login--custom #main-content .container .login-row .form-actions {
      display: flex;
      text-align: left;
      align-items: center; }
      .login--custom #main-content .container .login-row .form-actions .button {
        font-size: 20px;
        line-height: 26px;
        padding: 13px 28px;
        width: auto;
        margin-bottom: 0;
        background-color: #1E6E93;
        border-color: #1E6E93;
        color: #fff; }
        .login--custom #main-content .container .login-row .form-actions .button:hover {
          background-color: #1D8EC3;
          border-color: #1d8ec3; }
      .login--custom #main-content .container .login-row .form-actions .forgot-password {
        font-size: 12px;
        line-height: 17px;
        color: #A11812;
        margin: 0 0 0 10px; }
        .login--custom #main-content .container .login-row .form-actions .forgot-password:hover {
          color: #000000; }
    .login--custom #main-content .container .login-row .new-customer {
      padding-left: 0;
      padding-right: 0;
      width: 41%;
      float: left;
      margin-left: 50px; }
      .login--custom #main-content .container .login-row .new-customer .panel-header {
        padding-top: 2rem;
        background-color: #F5F5F5; }
      .login--custom #main-content .container .login-row .new-customer .panel-body {
        background-color: #F5F5F5; }
      .login--custom #main-content .container .login-row .new-customer .panel-title {
        color: #000;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 28px;
        line-height: 32px;
        font-weight: 700; }
      .login--custom #main-content .container .login-row .new-customer .new-customer-intro {
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        margin-bottom: 10px; }
      .login--custom #main-content .container .login-row .new-customer .new-customer-fact {
        font-size: 14px;
        line-height: 22px;
        color: #000000; }
      .login--custom #main-content .container .login-row .new-customer .button {
        font-size: 20px;
        line-height: 26px;
        padding: 13px 26px;
        background-color: #1E6E93;
        border-color: #1E6E93;
        color: #fff; }
        .login--custom #main-content .container .login-row .new-customer .button:hover {
          background-color: #1D8EC3;
          border-color: #1d8ec3; }

/* register page */
.createaccount--custom #main-content .page-heading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 25px; }

.createaccount--custom #main-content .container {
  max-width: 1330px;
  padding: 0 20px;
  margin: 0 auto; }
  .createaccount--custom #main-content .container .form-input {
    height: 45px; }
  .createaccount--custom #main-content .container .form-actions .button {
    font-size: 20px;
    line-height: 26px;
    padding: 13px 28px;
    width: auto;
    margin-bottom: 0;
    background-color: #1E6E93;
    border-color: #1E6E93;
    color: #fff; }
    .createaccount--custom #main-content .container .form-actions .button:hover {
      background-color: #1D8EC3;
      border-color: #1d8ec3; }
  .createaccount--custom #main-content .container .form-row .form-label {
    display: flex; }
    .createaccount--custom #main-content .container .form-row .form-label small {
      color: #a11812;
      margin-top: 0;
      margin-left: 5px; }

.form-label {
  display: flex; }
  .form-label small {
    color: #a11812;
    margin-top: 0;
    margin-left: 5px; }

/* forgot password page */
.forgotpassword--custom #main-content .page-heading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 25px; }

.forgotpassword--custom #main-content .container {
  max-width: 1330px;
  padding: 0 20px;
  margin: 0 auto; }
  .forgotpassword--custom #main-content .container .form-input {
    height: 45px; }
  .forgotpassword--custom #main-content .container .account--fixedSmall {
    width: 100%; }
    .forgotpassword--custom #main-content .container .account--fixedSmall .button {
      font-size: 20px;
      line-height: 26px;
      padding: 8px 28px;
      width: auto;
      margin-bottom: 0;
      margin-top: 0;
      margin-left: 10px;
      min-height: 45px;
      background-color: #1E6E93;
      border-color: #1E6E93;
      color: #fff; }
      .forgotpassword--custom #main-content .container .account--fixedSmall .button:hover {
        background-color: #1D8EC3;
        border-color: #1d8ec3; }
    .forgotpassword--custom #main-content .container .account--fixedSmall .password-container {
      width: 50%;
      margin: 0 auto; }

/* order pages */
.account_inbox--custom #main-content .container,
.account_addressbook--custom #main-content .container,
.account_orderstatus--custom #main-content .container,
.wishlists--custom #main-content .container,
.add-wishlist--custom #main-content .container,
.shippingaddressform--custom #main-content .container,
.account_recentitems--custom #main-content .container,
.editaccount--custom #main-content .container,
.account_order--custom #main-content .container {
  max-width: 1330px;
  padding: 0 20px;
  margin: 0 auto; }
  .account_inbox--custom #main-content .container .page-heading,
  .account_addressbook--custom #main-content .container .page-heading,
  .account_orderstatus--custom #main-content .container .page-heading,
  .wishlists--custom #main-content .container .page-heading,
  .add-wishlist--custom #main-content .container .page-heading,
  .shippingaddressform--custom #main-content .container .page-heading,
  .account_recentitems--custom #main-content .container .page-heading,
  .editaccount--custom #main-content .container .page-heading,
  .account_order--custom #main-content .container .page-heading {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 42px;
    line-height: 55px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 15px; }

.wishlists--custom #main-content .container .form-actions .button,
.add-wishlist--custom #main-content .container .form-actions .button,
.shippingaddressform--custom #main-content .container .form-actions .button,
.editaccount--custom #main-content .container .form-actions .button,
.account_inbox--custom #main-content .container .form-actions .button {
  font-size: 20px;
  line-height: 26px;
  padding: 13px 28px;
  width: auto;
  margin-bottom: 0;
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d; }
  .wishlists--custom #main-content .container .form-actions .button:hover,
  .add-wishlist--custom #main-content .container .form-actions .button:hover,
  .shippingaddressform--custom #main-content .container .form-actions .button:hover,
  .editaccount--custom #main-content .container .form-actions .button:hover,
  .account_inbox--custom #main-content .container .form-actions .button:hover {
    background-color: #666666 !important;
    border-color: #666666 !important; }

.wishlists--custom #main-content .container .form-actions .button + .button,
.add-wishlist--custom #main-content .container .form-actions .button + .button,
.shippingaddressform--custom #main-content .container .form-actions .button + .button,
.editaccount--custom #main-content .container .form-actions .button + .button,
.account_inbox--custom #main-content .container .form-actions .button + .button {
  background-color: #3d3d3d;
  border-color: #3d3d3d; }
  .wishlists--custom #main-content .container .form-actions .button + .button:hover,
  .add-wishlist--custom #main-content .container .form-actions .button + .button:hover,
  .shippingaddressform--custom #main-content .container .form-actions .button + .button:hover,
  .editaccount--custom #main-content .container .form-actions .button + .button:hover,
  .account_inbox--custom #main-content .container .form-actions .button + .button:hover {
    background-color: #666666 !important;
    border-color: #666666 !important; }

.shippingaddressform--custom #main-content .container .form-actions .button + .button {
  background-color: #fff !important;
  border-color: #3d3d3d !important;
  color: #3d3d3d !important; }
  .shippingaddressform--custom #main-content .container .form-actions .button + .button:hover {
    background-color: #666666 !important;
    border-color: #666666 !important;
    color: #fff !important; }

.wishlists--custom #main-content .container .form-actions .button {
  color: #fff; }

.wishlists--custom #main-content .container .form-actions .button + .button {
  color: #3d3d3d !important;
  background-color: #fff;
  border-color: #3d3d3d; }
  .wishlists--custom #main-content .container .form-actions .button + .button:hover {
    background-color: #3d3d3d !important;
    border-color: #3d3d3d !important; }

.account_inbox--custom #main-content .container h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #000; }

.account_inbox--custom #main-content .container .button + .button {
  background-color: #fff !important;
  border-color: #3d3d3d !important;
  color: #3d3d3d !important; }
  .account_inbox--custom #main-content .container .button + .button:hover {
    background-color: #3d3d3d !important;
    border-color: #3d3d3d !important;
    color: #fff !important; }

.editaccount--custom .form {
  max-width: 800px;
  margin: 0 auto;
  width: 100%; }

.wishlists--custom #main-content .container .account--fixedLarge {
  width: 100%; }

.wishlists--custom #main-content .container .wishlists-table {
  max-width: 700px; }

.wishlists--custom #main-content .container .button {
  background-color: #FFFFFF;
  color: #292929 !important;
  border: 1px solid #292929;
  margin-top: 0; }
  .wishlists--custom #main-content .container .button:hover {
    background-color: #292929;
    color: #fff !important; }

.wishlists--custom #main-content .container .button--primary {
  background-color: #3D3D3D !important;
  border-color: #3D3D3D !important;
  color: #fff !important; }
  .wishlists--custom #main-content .container .button--primary:hover {
    background-color: #666666 !important;
    border-color: #666666 !important;
    color: #fff !important; }

.wishlists--custom #main-content .container .button--primary + .button:hover {
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  color: #fff !important; }

.wishlists--custom #main-content .container .table--line tr th {
  font-size: 14px;
  line-height: 34px;
  color: #000; }

.wishlists--custom #main-content .container .table--line tr td {
  padding-top: 20px;
  padding-bottom: 20px; }
  .wishlists--custom #main-content .container .table--line tr td .button {
    line-height: 19px;
    padding: 5px 28px 4px 28px; }
  .wishlists--custom #main-content .container .table--line tr td a {
    font-size: 14px;
    color: #000; }
    .wishlists--custom #main-content .container .table--line tr td a:hover {
      color: #A11812; }

.wishlists--custom #main-content .container .table--line .table-tbody tr:first-child {
  border-top: 1px solid #000000; }

.wishlist-form .form-field {
  margin-bottom: 10px; }

.account-heading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000; }

.address-title,
.address-label {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }

.alertBox--info {
  background-color: #F7ECEC;
  color: #000000;
  border-radius: 0;
  padding: 13px 3.5rem; }
  .alertBox--info .alertBox-message {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0; }
  .alertBox--info .alertBox-icon {
    padding-right: 10px; }

.shippingaddressform--custom .account--fixed {
  margin: 0 auto;
  max-width: 870px;
  width: 95%; }
  .shippingaddressform--custom .account--fixed .account-body {
    margin: 0 auto; }
  .shippingaddressform--custom .account--fixed .account-head {
    margin: 0; }

.editaccount--custom .account--fixed {
  width: 100%; }

.navBar--sub {
  margin-bottom: 3.5rem; }
  .navBar--sub .navBar-action {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0; }
    .navBar--sub .navBar-action:hover {
      text-decoration: none;
      color: #A11812; }
  .navBar--sub .navBar-item {
    margin: 0 1.5rem; }
  .navBar--sub .navBar-item.is-active {
    border-bottom: 1px solid #A11812; }
  .navBar--sub .navBar-item.is-active > .navBar-action {
    color: #A11812;
    font-weight: 700; }

.alertBox--success {
  margin-top: 20px; }

.panel--address .form-actions .button {
  background-color: #3D3D3D;
  border-color: #3D3D3D;
  font-size: 14px;
  line-height: 19px; }
  .panel--address .form-actions .button:hover {
    background-color: #666666;
    border-color: #666666; }

.panel--address .form-actions .button + .button {
  background-color: #fff;
  border-color: #3D3D3D;
  color: #3D3D3D; }
  .panel--address .form-actions .button + .button:hover {
    background-color: #3D3D3D;
    color: #fff; }

.wishlists--custom #main-content .container .button:hover:hover {
  background-color: #3D3D3D;
  border-color: #3D3D3D;
  color: #fff; }

.account_order--custom #main-content .account {
  max-width: 700px;
  margin: 0 auto;
  width: 100%; }

.account_order--custom #main-content .account-content--fixedSmall {
  width: 64%; }

.account_order--custom #main-content .account-product--alignMiddle .account-product-checkItem {
  vertical-align: top; }

.account_order--custom #main-content .account-product--alignMiddle .account-product-body {
  vertical-align: top; }

.account_order--custom #main-content .account-product-figure:after {
  padding-bottom: 0; }

.account_order--custom #main-content .account-product-title {
  color: #000;
  font-family: "Open Sans",sans-serif; }

.account_order--custom #main-content .account-orderTotal-key,
.account_order--custom #main-content .definitionList-key {
  color: #000;
  font-weight: 600; }

.account_order--custom #main-content .account-sidebar .button {
  font-size: 20px;
  line-height: 26px;
  padding: 13px 28px;
  width: auto;
  margin-bottom: 0;
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d; }
  .account_order--custom #main-content .account-sidebar .button:hover {
    background-color: #666666;
    border-color: #666666; }

.account_order--custom #main-content .account-sidebar-block + .account-sidebar-block {
  margin-top: 1.5rem; }

.blog--custom #main-content,
.blog_post--custom #main-content,
.login--custom #main-content,
.createaccount--custom #main-content,
.forgotpassword--custom #main-content,
.account_inbox--custom #main-content,
.account_addressbook--custom #main-content,
.account_orderstatus--custom #main-content,
.wishlists--custom #main-content,
.add-wishlist--custom #main-content,
.shippingaddressform--custom #main-content,
.account_recentitems--custom #main-content,
.editaccount--custom #main-content,
.account_order--custom #main-content,
.account_inbox--custom #main-content {
  padding-top: 25px; }

.wishlists--custom #main-content .container .form-actions input[type=submit] {
  background-color: #fff !important; }

.product-all-details .productView-thumbnail-link.is-active {
  box-shadow: inset 0 0 0 2px #a11812; }

@media (max-width: 1023px) {
  .facetedSearch-clearLink {
    right: 25px; }
  .navBar--sub .navBar-item.is-active {
    border: none; }
  .navBar--sub .navBar-item {
    margin-bottom: 0.5rem; }
  .navBar--sub .navBar-item.is-active > .navBar-action {
    text-decoration: underline; }
  .login--custom #main-content .container .login-row .login-form {
    padding-left: 0;
    padding-right: 0; }
  .login--custom #main-content .container .login-row .new-customer {
    width: 100%;
    margin-left: 0px; }
  .forgotpassword--custom #main-content .container .account--fixedSmall .password-container {
    width: 70%;
    margin: 0 auto; }
  .alertBox--info {
    padding: 13px 15px; }
  .account_order--custom #main-content .account {
    max-width: 100%;
    margin: 0 auto;
    width: 100%; }
  .account_order--custom #main-content .account-content--fixedSmall {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 992px) {
  .blog_post--custom #main-content .container .blog-post-body {
    width: 90%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .blog_post--custom #main-content .container .tag a {
    padding-right: 0px; } }

@media (max-width: 767px) {
  .inlatable-boats-txt {
    text-align: center; }
  .product-all-details .product-options-custom {
    padding: 20px 20px 50px 20px; }
  .forgotpassword--custom #main-content .container .account--fixedSmall .password-container {
    width: 100%; }
    .forgotpassword--custom #main-content .container .account--fixedSmall .password-container p {
      text-align: center; }
  .wishlists--custom #main-content .container .form-actions .button,
  .add-wishlist--custom #main-content .container .form-actions .button,
  .shippingaddressform--custom #main-content .container .form-actions .button,
  .editaccount--custom #main-content .container .form-actions .button,
  .account_inbox--custom #main-content .container .form-actions .button {
    margin-top: 0; }
  .cart--custom .cart-content-product-details .cart-item-block.cart-item-info.cart-item-info-subtotal-custom .cart-item-label, .cart--custom .cart-content-product-details .cart-item-block.cart-item-info.cart-item-info-subtotal-custom .cart-item-value {
    padding-left: 5px; } }

@media (max-width: 567px) {
  .login--custom #main-content .container .login-row .login-form .form-input {
    width: 100%; }
  .forgotpassword--custom #main-content .container .account--fixedSmall .button {
    width: 100%;
    margin-top: 10px;
    margin-left: 0; }
  .blog--custom .pagination-list {
    margin-top: 40px; }
  .card-body .suprCategoryStyle {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: self-start; }
    .card-body .suprCategoryStyle .suprbadge-single + .suprbadge-single {
      margin-top: 3px !important;
      margin-bottom: 5px !important; } }

@media (max-width: 420px) {
  .wishlists--custom #main-content .container .button {
    margin-top: 10px;
    width: 100% !important; }
  .wishlists--custom #main-content .container .table--line tr th {
    font-size: 12px;
    line-height: 16px; } }

@media (max-width: 360px) {
  .wishlists--custom #main-content .container .form-actions .button,
  .add-wishlist--custom #main-content .container .form-actions .button,
  .shippingaddressform--custom #main-content .container .form-actions .button,
  .editaccount--custom #main-content .container .form-actions .button,
  .account_inbox--custom #main-content .container .form-actions .button {
    margin-top: 10px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .hp-products .top-sellers-custom .slick-track {
    width: 100% !important;
    transform: none !important;
    text-align: center; }
  .hp-products .top-sellers-custom .slick-arrow {
    display: none; } }

.ecommerce-banner {
  background: #a11812;
  height: auto;
  color: #fff;
  vertical-align: middle;
  line-height: 16px;
  padding: 7px 0;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif; }
  .ecommerce-banner .container {
    max-width: 1390px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    color: #fff; }
    .ecommerce-banner .container a {
      color: #fff;
      font-style: italic;
      text-decoration: none;
      font-weight: 600; }
    .ecommerce-banner .container .questions {
      font-size: 12px;
      font-weight: normal; }

/*

.ecommerce-banner u {
  text-decoration: none;
}

.ecommerce-banner:hover {
  color: #ededed;
}

@media screen and (min-width: 1024px) {
	.default--custom .main-header  {
	   top:30px;
	}
}

@media (max-width: 989px) {
	.ecommerce-banner .container .questions {
	    display: none;
	}
}

@media only screen and (max-width: 1199px) {
	.ecommerce-banner {
	    font-size: .85em;
	}
}

@media (max-width: 989px) {
	.ecommerce-banner {
	    display: block;
	    text-align: center;
	}
}

*/
@media (min-width: 1024px) and (max-width: 1099px) {
  body.default--custom .carousle-content .carousel-heading {
    padding-right: 300px;
    max-width: 802px; }
  body.default--custom .carousle-content .carousle-content-wrap {
    padding-right: 300px;
    max-width: 802px; } }

@media (min-width: 1100px) {
  body.default--custom .carousle-content .carousle-content-wrap {
    padding-right: 355px;
    max-width: 857px; }
  body.default--custom .carousle-content .carousel-heading {
    padding-right: 355px;
    max-width: 929px; } }

@media (max-width: 1023px) {
  .ecommerce-banner .questions {
    display: none; } }

.header .marketing-info p a {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  padding: 4.5px 15px;
  position: relative;
  background-color: #1E6E93;
  border-color: #1E6E93; }

.header .marketing-info p a:hover {
  text-decoration: none;
  background-color: #1D8EC3;
  border-color: #1D8EC3; }

@media screen and (max-width: 1023px) {
  .mobile-marekting-banner a .markt-text {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    padding: 4.5px 15px;
    position: relative;
    background-color: #1E6E93;
    border-color: #1E6E93; } }

@media screen and (min-width: 1366px) {
  body .header .navPages-list .navPage-subMenu-item .navPage-subMenu-action {
    margin-bottom: 9px; } }

@media (min-width: 1366px) {
  body .header .navPages-list .navPage-subMenu.accessories-parts .navPage-subMenu-list {
    max-height: 495px; } }

/* plp video css */
/*
.video-frame {
    overflow: hidden;
    padding-top: 45%;
    position: relative;
}
.video-frame iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
*/
.category--custom .top-description .featured-product iframe {
  height: 100%;
  width: 100%;
  aspect-ratio: 16 / 9; }

/* plp video css */
/* you may also like section image on preview pop up */
.you-may-also-like .slick-slide img {
  display: block;
  width: 100%;
  object-fit: fill;
  height: 200px; }
  @media (max-width: 992px) {
    .you-may-also-like .slick-slide img {
      height: 140px; } }

/* you may also like section image on preview pop up */
/*  custom fiels and Additional DMV/Prep Info alignment*/
.product--custom .product-all-details .productView-info.productView-info-custom .productView-info-value {
  width: 100%;
  max-width: 47%;
  margin-bottom: 7px; }

.product--custom .product-all-details .productView-info.productView-info-custom .productView-info-name {
  width: 100%;
  max-width: 47%;
  margin-bottom: 7px; }

.product-options-custom .productView-details .productView-options .data-product-options-cust .addtional-link {
  text-align: left !important; }

/*  custom fiels and Additional DMV/Prep Info alignment*/
/* Home page event banner */
@media (max-width: 1050px) {
  body .category-kicker-section.category-demo-deals .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content {
    padding-bottom: 20px; } }

@media (max-width: 830px) {
  body .category-kicker-section.category-demo-deals .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content {
    padding-bottom: 15px; } }

@media (max-width: 767px) {
  body .category-kicker-section.category-demo-deals .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content {
    padding-bottom: 10px; } }

/* home Page 04-10-23 */
.default--custom [data-content-region=home_below_carousel] [data-widget-id] {
  background: none; }

.default--custom div[data-content-region="boat_buying_text"] {
  margin-bottom: 40px; }

div[data-content-region="top_brands_trust"] [data-sub-layout] {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 20px; }

.default--custom .brand-trust-logo h3 {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.72px;
  line-height: normal;
  text-align: center;
  margin: 0;
  margin-bottom: 15px; }

.default--custom .category-kicker-section .category-kicker-divide .category-kicker-item .cat-kicker-content {
  max-width: 100%; }

.default--custom .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-three .cat-kicker-content p {
  max-width: 385px;
  margin-bottom: 12px; }

.default--custom .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-one .cat-kicker-content p {
  max-width: 385px; }

.default--custom .category-kicker-item.category-kicker-item-three span.kicker-brand-img {
  position: initial;
  display: block;
  margin: 0;
  margin-top: 20px; }

.default--custom .category-kicker-item.category-kicker-item-four .cat-kicker-content {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
  bottom: 0;
  padding: 24px 25px 15px 25px; }

.default--custom .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-four .cat-kicker-content h2 {
  margin-bottom: 0;
  position: relative;
  top: 7px; }

.default--custom .inflatable-brands {
  margin-bottom: 45px; }

body.default--custom [data-content-region=home_below_carousel] {
  margin-bottom: 0; }

.default--custom .trustpilot-widget {
  background-color: #013044;
  padding: 30px 20px;
  margin-bottom: 40px; }

.default--custom .trustpilot-widget iframe {
  width: 100%;
  max-width: 1225px;
  margin: 0 auto; }

@media (min-width: 768px) {
  body.default--custom .carousle-content .carousel-heading {
    margin-left: 0; }
  body.default--custom .carousle-content .carousle-content-wrap {
    margin-left: 0; }
  body.default--custom .carousle-content .carousel-heading {
    padding-right: 0;
    max-width: 510px; }
  body.default--custom .carousle-content .carousle-content-wrap {
    padding-right: 0;
    max-width: 510px; }
  .default--custom .carousle-content::before {
    background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 50%); } }

@media (min-width: 1100px) {
  body.default--custom .carousle-content .carousel-heading {
    padding-right: 0;
    max-width: 510px; }
  body.default--custom .carousle-content .carousle-content-wrap {
    padding-right: 0;
    max-width: 510px; } }

@media (min-width: 768px) and (max-width: 1366px) {
  body.default--custom .carousle-content {
    margin-left: 0; }
  body.default--custom .carousle-content .carousel-heading {
    max-width: 565px;
    padding-left: 55px; }
  body.default--custom .carousle-content .carousle-content-wrap {
    max-width: 565px;
    padding-left: 55px; }
  .default--custom .carousle-content::before {
    background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 75%); } }

@media (min-width: 768px) and (max-width: 1023px) {
  body.default--custom .carousle-content .carousel-heading {
    max-width: 565px;
    padding-left: 55px; }
  body.default--custom .carousle-content .carousle-content-wrap {
    max-width: 565px;
    padding-left: 55px; }
  .carousle-content .carousle-content-wrap p {
    margin-left: 0; }
  body.default--custom .carousle-content .carousle-content-wrap {
    max-width: 390px; }
  body.default--custom .carousle-content .carousel-heading {
    max-width: 390px; } }

@media (min-width: 1024px) {
  body.default--custom .carousle-content {
    padding-top: 30px; } }

@media (min-width: 1200px) and (max-width: 1230px) {
  .default--custom .category-kicker-item.category-kicker-item-four .cat-kicker-content {
    padding: 24px 20px 15px 20px; } }

@media screen and (min-width: 1367px) {
  .carousle-content-wrap::before {
    left: -10000px;
    right: 0; }
  .default--custom .category-kicker-item.category-kicker-item-three span.kicker-brand-img img {
    width: 180px; } }

@media screen and (max-width: 1199px) {
  .default--custom .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-three .cat-kicker-content p {
    max-width: 287px; }
  .default--custom .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-one .cat-kicker-content p {
    max-width: 340px; } }

@media screen and (max-width: 1023px) {
  .default--custom .category-kicker-item.category-kicker-item-four .cat-kicker-content {
    padding-left: 19px; }
  .brand-trust-logo h3 {
    font-size: 20px; }
  .default--custom .category-kicker-item.category-kicker-item-three span.kicker-brand-img {
    margin-top: 15px; }
  .default--custom .category-kicker-section .category-kicker-divide .category-kicker-item.category-kicker-item-four .cat-kicker-content h2 {
    top: 5px; } }

@media screen and (max-width: 767px) {
  div[data-content-region="demo_deals"] .category-kicker-item.category-kicker-item-two .category-kicker-item-link {
    display: block; } }

@media screen and (max-width: 359px) {
  .default--custom .category-kicker-item.category-kicker-item-four .cat-kicker-content {
    flex-wrap: wrap; } }

/* new blog css */
body.blog--custom main#main-content .container .blog-top-banner {
  background-image: url("https://cdn11.bigcommerce.com/s-5a502/images/stencil/original/image-manager/boston-whaler-merury-verado-offshore-1-.jpg");
  height: 400px;
  position: relative; }
  @media (max-width: 1250px) {
    body.blog--custom main#main-content .container .blog-top-banner {
      height: 325px; } }
  @media (max-width: 1100px) {
    body.blog--custom main#main-content .container .blog-top-banner {
      height: 260px; } }
  @media (max-width: 800px) {
    body.blog--custom main#main-content .container .blog-top-banner {
      height: 210px; } }
  @media (max-width: 767px) {
    body.blog--custom main#main-content .container .blog-top-banner {
      height: 170px; } }
  @media (max-width: 500px) {
    body.blog--custom main#main-content .container .blog-top-banner {
      height: 140px; } }
  body.blog--custom main#main-content .container .blog-top-banner::after {
    content: "";
    width: 100%;
    height: 180px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77) 0, transparent 100%); }
    @media (max-width: 1100px) {
      body.blog--custom main#main-content .container .blog-top-banner::after {
        height: 130px; } }
    @media (max-width: 800px) {
      body.blog--custom main#main-content .container .blog-top-banner::after {
        height: 100px; } }
    @media (max-width: 767px) {
      body.blog--custom main#main-content .container .blog-top-banner::after {
        height: 80px; } }
  body.blog--custom main#main-content .container .blog-top-banner .blog-top-heading {
    position: relative;
    z-index: 9;
    padding-top: 23px; }
    body.blog--custom main#main-content .container .blog-top-banner .blog-top-heading .breadcrumbs {
      padding-top: 0; }
    @media (max-width: 767px) {
      body.blog--custom main#main-content .container .blog-top-banner .blog-top-heading .page-heading {
        padding-top: 0; } }

body.blog--custom main#main-content .container .blog-banner-description {
  width: 100%;
  max-width: 1300px;
  padding: 0 28px;
  margin: 0 auto;
  margin-top: 35px; }
  @media (max-width: 767px) {
    body.blog--custom main#main-content .container .blog-banner-description {
      padding: 0 20px; } }
  body.blog--custom main#main-content .container .blog-banner-description p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px; }
    @media (max-width: 1250px) {
      body.blog--custom main#main-content .container .blog-banner-description p {
        font-size: 16px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      body.blog--custom main#main-content .container .blog-banner-description p {
        font-size: 14px;
        line-height: 18px; } }

/* Homepage adjustments */
.ecommerce-banner {
  background: #1D6E93;
  padding: 15px 0; }

.ecommerce-banner p {
  width: 100%;
  font-size: 15px;
  text-align: center;
  margin: 0; }

@media screen and (max-width: 767px) {
  body .category-kicker-section.category-demo-deals .category-kicker-divide .category-kicker-item.category-kicker-item-two div.cat-kicker-content {
    position: initial;
    text-align: center;
    padding: 0;
    padding-top: 10px; }
  .default--custom [data-content-region="home_below_carousel"] [data-layout-id] [data-sub-layout-container]::after {
    background: url("https://cdn11.bigcommerce.com/s-5a502/images/stencil/original/image-manager/homepage-hero-image-mobile-1-.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%; }
  .default--custom [data-content-region="home_below_carousel"] .carousle-content::before {
    height: 100%; }
  .default--custom [data-content-region="category_kicker"] [data-layout-id] {
    margin-top: 10px; }
  .ecommerce-banner {
    padding: 10px 0; }
  .ecommerce-banner p {
    font-size: 14px; } }

@media screen and (min-width: 1366px) {
  .navPage-subMenu.boats .navPage-brand-list .brand-list-custom {
    width: 33.33%; }
  .navPage-subMenu.boats .navPage-brand-list .brand-list-custom:nth-child(n+4) {
    width: 25%; } }

@media (min-width: 1200px) {
  .data-product-input-checkbox-cust.select-option-text.required-form-field {
    white-space: unset; } }

.blog--custom .blog-content-right .populartags .addThisSocialLinks {
  display: none; }

.blog-container .populartags ul.socialLinks {
  margin-left: 0; }

.productView-image.video-preview {
  pointer-events: auto; }

.custom-add-to-cart-and-quote .productView .form-field--increments {
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px; }

.default--custom .body .container {
  padding: 0 25px;
  max-width: 1258px; }
  @media screen and (max-width: 767px) {
    .default--custom .body .container {
      padding: 0 20px; } }

.home-main-banner {
  position: relative; }
  .home-main-banner a {
    text-decoration: none; }
  @media screen and (max-width: 1279px) {
    .home-main-banner .img-bg {
      height: 425px; }
      .home-main-banner .img-bg img {
        object-fit: cover;
        width: 100%;
        height: 100%; } }
  @media screen and (max-width: 1023px) {
    .home-main-banner .img-bg {
      height: 315px; } }
  @media screen and (max-width: 767px) {
    .home-main-banner .img-bg img {
      object-position: 80%; } }
  .home-main-banner .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 30px; }
    @media screen and (min-width: 1440px) {
      .home-main-banner .overlay-content {
        padding: 30px 0;
        display: flex;
        align-items: center; } }
    @media screen and (max-width: 767px) {
      .home-main-banner .overlay-content {
        position: relative;
        padding: 13px 20px 36px;
        max-width: 325px;
        margin: auto;
        background: rgba(255, 255, 255, 0.7);
        margin-top: -85px;
        text-align: center; }
        .home-main-banner .overlay-content .container {
          padding: 0; } }
    .home-main-banner .overlay-content:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      width: 100%;
      max-width: 70%;
      background: white;
      background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.72; }
      @media screen and (max-width: 767px) {
        .home-main-banner .overlay-content:before {
          display: none; } }
    .home-main-banner .overlay-content .inner-content {
      max-width: 425px; }
      @media screen and (max-width: 1023px) {
        .home-main-banner .overlay-content .inner-content {
          max-width: 352px; } }
    .home-main-banner .overlay-content h2 {
      font-size: 60px;
      line-height: 62px;
      font-weight: 800;
      letter-spacing: -1.2px;
      color: #000000;
      font-family: "Open Sans", sans-serif;
      margin: 0 0 20px; }
      @media screen and (max-width: 1279px) {
        .home-main-banner .overlay-content h2 {
          font-size: 50px;
          line-height: 52px; } }
      @media screen and (max-width: 1023px) {
        .home-main-banner .overlay-content h2 {
          font-size: 40px;
          line-height: 46px;
          letter-spacing: -0.8px;
          margin: 0 0 8px; } }
    .home-main-banner .overlay-content p {
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      line-height: 26px;
      font-weight: 600;
      font-style: italic;
      margin: 0 0 25px;
      color: #000000;
      max-width: 400px; }
      @media screen and (max-width: 1279px) {
        .home-main-banner .overlay-content p {
          font-size: 18px;
          line-height: 22px; } }
    .home-main-banner .overlay-content .button {
      background: #1E6E93;
      border-color: #1E6E93;
      color: #fff;
      font-size: 20px;
      line-height: 26px;
      padding: 11px 19px;
      font-weight: bold;
      margin: 0; }
      @media screen and (max-width: 1279px) {
        .home-main-banner .overlay-content .button {
          font-size: 18px;
          line-height: 24px; } }
      @media screen and (max-width: 1023px) {
        .home-main-banner .overlay-content .button {
          font-size: 14px;
          line-height: 17px;
          padding: 8px 17px; } }
      .home-main-banner .overlay-content .button:hover, .home-main-banner .overlay-content .button:active, .home-main-banner .overlay-content .button:focus {
        background: #1D8EC3;
        border-color: #1D8EC3; }

.top-brand-section {
  background: url("https://cdn11.bigcommerce.com/s-5a502/images/stencil/original/image-manager/brand-bg.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 60px;
  margin-top: -60px;
  padding-bottom: 130px;
  position: relative;
  z-index: 1; }
  .top-brand-section:before {
    position: absolute;
    content: '';
    background: url("https://cdn11.bigcommerce.com/s-5a502/images/stencil/original/image-manager/shapebg.png") no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 75px;
    bottom: -75px;
    left: 0;
    right: 0; }
    @media screen and (min-width: 1680px) {
      .top-brand-section:before {
        height: 4.788vw;
        bottom: -4.788vw; } }
    @media screen and (max-width: 1023px) {
      .top-brand-section:before {
        height: 17px;
        bottom: -17px; } }
  @media screen and (max-width: 1023px) {
    .top-brand-section {
      margin-top: -30px; } }
  @media screen and (max-width: 767px) {
    .top-brand-section {
      background-size: 1000px 100%;
      background-position: 40%; } }
  .top-brand-section .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 33px; }
    @media screen and (max-width: 1279px) {
      .top-brand-section .row {
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .top-brand-section .row {
        flex-direction: column-reverse; } }
    .top-brand-section .row .left-content {
      width: 365px;
      padding-right: 50px; }
      @media screen and (max-width: 1023px) {
        .top-brand-section .row .left-content {
          width: 215px;
          padding-right: 15px; } }
      @media screen and (max-width: 767px) {
        .top-brand-section .row .left-content {
          width: 100%;
          padding: 0;
          text-align: center; } }
      .top-brand-section .row .left-content h3 {
        font-size: 36px;
        letter-spacing: -0.72px;
        color: #000000;
        line-height: 40px;
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
        max-width: 240px;
        margin: 25px 0 20px; }
        @media screen and (max-width: 1023px) {
          .top-brand-section .row .left-content h3 {
            font-size: 24px;
            line-height: 26px;
            margin: 8px 0; } }
        @media screen and (max-width: 767px) {
          .top-brand-section .row .left-content h3 {
            max-width: 100%;
            margin: 10px 0; } }
        .top-brand-section .row .left-content h3 span {
          color: #A11813; }
      .top-brand-section .row .left-content p {
        font-size: 20px;
        color: #000000;
        font-weight: 600;
        line-height: 28px;
        margin: 0 0 25px; }
        @media screen and (max-width: 1023px) {
          .top-brand-section .row .left-content p {
            font-size: 16px;
            line-height: 20px; } }
        @media screen and (max-width: 767px) {
          .top-brand-section .row .left-content p {
            margin: 0 0 20px; } }
        .top-brand-section .row .left-content p span {
          font-weight: bold;
          display: inline-block;
          width: 100%; }
          @media screen and (max-width: 767px) {
            .top-brand-section .row .left-content p span {
              width: auto; } }
      .top-brand-section .row .left-content .button {
        background: transparent;
        border-color: #1E6E93;
        border-width: 2px;
        color: #1E6E93;
        font-size: 20px;
        line-height: 26px;
        padding: 10px 18px;
        font-weight: bold;
        margin: 0; }
        @media screen and (max-width: 1279px) {
          .top-brand-section .row .left-content .button {
            font-size: 18px;
            line-height: 24px; } }
        @media screen and (max-width: 1023px) {
          .top-brand-section .row .left-content .button {
            font-size: 14px;
            line-height: 17px;
            padding: 8px 16px; } }
        .top-brand-section .row .left-content .button:hover, .top-brand-section .row .left-content .button:active, .top-brand-section .row .left-content .button:focus {
          background: #1D8EC3;
          border-color: #1D8EC3;
          color: #fff; }
    .top-brand-section .row .right-content {
      width: calc(100% - 365px); }
      @media screen and (max-width: 1023px) {
        .top-brand-section .row .right-content {
          width: calc(100% - 215px); } }
      @media screen and (max-width: 767px) {
        .top-brand-section .row .right-content {
          width: 100%; } }
      .top-brand-section .row .right-content .brand-title {
        margin: 0 0 10px;
        position: relative; }
        @media screen and (max-width: 1023px) {
          .top-brand-section .row .right-content .brand-title {
            margin: 0 0 7px; } }
        .top-brand-section .row .right-content .brand-title:before {
          position: absolute;
          top: 50%;
          transform: translate(0, -50%);
          content: '';
          background: #707070;
          height: 1px;
          width: 90%;
          right: 0; }
        .top-brand-section .row .right-content .brand-title h3 {
          font-size: 20px;
          line-height: 26px;
          color: #000000;
          text-transform: uppercase;
          background: #E7F2F7;
          display: inline-block;
          margin: 0;
          font-weight: bold;
          position: relative;
          z-index: 1;
          padding-right: 18px;
          letter-spacing: 0;
          font-family: "Roboto Condensed", sans-serif; }
          @media screen and (max-width: 1023px) {
            .top-brand-section .row .right-content .brand-title h3 {
              font-size: 16px;
              line-height: 21px;
              padding-right: 10px; } }
          @media screen and (max-width: 767px) {
            .top-brand-section .row .right-content .brand-title h3 {
              font-size: 18px;
              line-height: 24px; } }
    .top-brand-section .row .brand-slider {
      margin: 0;
      list-style: none;
      margin: 0 -5px;
      padding-bottom: 10px;
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .top-brand-section .row .brand-slider {
          margin: 0 -2px; } }
      .top-brand-section .row .brand-slider li {
        padding: 0 5px;
        height: auto;
        width: 33.33%; }
        @media screen and (max-width: 767px) {
          .top-brand-section .row .brand-slider li {
            padding: 0 2px; } }
        .top-brand-section .row .brand-slider li a {
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          height: 100%; }
        .top-brand-section .row .brand-slider li:nth-child(1) .bottom-img img {
          max-height: 98px; }
          @media screen and (max-width: 1023px) {
            .top-brand-section .row .brand-slider li:nth-child(1) .bottom-img img {
              min-height: 65px; } }
          @media screen and (max-width: 1023px) {
            .top-brand-section .row .brand-slider li:nth-child(1) .bottom-img img {
              max-height: 56px; } }
          @media screen and (max-width: 767px) {
            .top-brand-section .row .brand-slider li:nth-child(1) .bottom-img img {
              max-height: 44px;
              min-height: 44px; } }
      .top-brand-section .row .brand-slider .top-img img {
        width: 100%; }
      .top-brand-section .row .brand-slider .bottom-img {
        text-align: center;
        margin: auto;
        background: #fff;
        min-height: 96px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 1023px) {
          .top-brand-section .row .brand-slider .bottom-img {
            min-height: 65px; } }
        @media screen and (max-width: 767px) {
          .top-brand-section .row .brand-slider .bottom-img {
            min-height: 44px; } }
        .top-brand-section .row .brand-slider .bottom-img img {
          width: auto;
          display: inline-block;
          max-width: 166px;
          max-height: 85px; }
          @media screen and (max-width: 1023px) {
            .top-brand-section .row .brand-slider .bottom-img img {
              max-width: 108px;
              max-height: 56px; } }
          @media screen and (max-width: 767px) {
            .top-brand-section .row .brand-slider .bottom-img img {
              max-width: 73px;
              max-height: 44px; } }

.ourboard-section {
  margin-top: -80px;
  position: relative;
  z-index: 1; }
  .ourboard-section .row {
    display: flex;
    flex-wrap: wrap; }
    .ourboard-section .row .col-left {
      width: 55%;
      padding-right: 20px; }
      @media screen and (max-width: 767px) {
        .ourboard-section .row .col-left {
          width: 100%;
          padding: 0;
          margin: 0 0 20px; } }
      .ourboard-section .row .col-left .inner-content {
        position: relative; }
        @media screen and (max-width: 374px) {
          .ourboard-section .row .col-left .inner-content .img-bg {
            height: 223px; }
            .ourboard-section .row .col-left .inner-content .img-bg img {
              width: 100%;
              height: 100%;
              object-fit: cover; } }
        .ourboard-section .row .col-left .inner-content .overlay-content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          padding: 10px 24px 30px 30px; }
          @media screen and (max-width: 1023px) {
            .ourboard-section .row .col-left .inner-content .overlay-content {
              padding: 6px 18px 14px; } }
          .ourboard-section .row .col-left .inner-content .overlay-content ul {
            list-style: none;
            margin: 0 0 15px;
            text-align: right; }
            @media screen and (max-width: 1023px) {
              .ourboard-section .row .col-left .inner-content .overlay-content ul {
                margin: 0 0 5px; } }
            .ourboard-section .row .col-left .inner-content .overlay-content ul li img {
              mix-blend-mode: multiply; }
              @media screen and (max-width: 1279px) {
                .ourboard-section .row .col-left .inner-content .overlay-content ul li img {
                  max-width: 150px; } }
              @media screen and (max-width: 1023px) {
                .ourboard-section .row .col-left .inner-content .overlay-content ul li img {
                  max-width: 105px; } }
              @media screen and (max-width: 767px) {
                .ourboard-section .row .col-left .inner-content .overlay-content ul li img {
                  max-width: 90px; } }
            .ourboard-section .row .col-left .inner-content .overlay-content ul li:nth-child(2) {
              margin-top: 11px; }
              @media screen and (max-width: 1279px) {
                .ourboard-section .row .col-left .inner-content .overlay-content ul li:nth-child(2) {
                  margin-top: 2px; } }
            .ourboard-section .row .col-left .inner-content .overlay-content ul li:nth-child(3) {
              margin-top: 33px; }
              @media screen and (max-width: 1279px) {
                .ourboard-section .row .col-left .inner-content .overlay-content ul li:nth-child(3) {
                  margin-top: 18px; } }
            .ourboard-section .row .col-left .inner-content .overlay-content ul li:nth-child(4) {
              margin-top: 21px;
              margin-right: -10px; }
              @media screen and (max-width: 1279px) {
                .ourboard-section .row .col-left .inner-content .overlay-content ul li:nth-child(4) {
                  margin-top: 11px; } }
              @media screen and (max-width: 1023px) {
                .ourboard-section .row .col-left .inner-content .overlay-content ul li:nth-child(4) {
                  margin-right: -5px; }
                  .ourboard-section .row .col-left .inner-content .overlay-content ul li:nth-child(4) img {
                    max-width: 113px; } }
              @media screen and (max-width: 767px) {
                .ourboard-section .row .col-left .inner-content .overlay-content ul li:nth-child(4) img {
                  max-width: 100px; } }
          .ourboard-section .row .col-left .inner-content .overlay-content .text-with-btn {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .ourboard-section .row .col-left .inner-content .overlay-content .text-with-btn h3 {
              font-size: 54px;
              font-family: "Open Sans", sans-serif;
              line-height: 74px;
              font-weight: 800;
              color: #fff;
              margin: 0;
              margin-right: 21px; }
              @media screen and (max-width: 1279px) {
                .ourboard-section .row .col-left .inner-content .overlay-content .text-with-btn h3 {
                  font-size: 44px;
                  line-height: 64px; } }
              @media screen and (max-width: 1023px) {
                .ourboard-section .row .col-left .inner-content .overlay-content .text-with-btn h3 {
                  font-size: 32px;
                  line-height: 43px;
                  margin-right: 14px; } }
              @media screen and (max-width: 767px) {
                .ourboard-section .row .col-left .inner-content .overlay-content .text-with-btn h3 {
                  font-size: 27px;
                  line-height: 37px; } }
              @media screen and (max-width: 374px) {
                .ourboard-section .row .col-left .inner-content .overlay-content .text-with-btn h3 {
                  font-size: 25px; } }
            .ourboard-section .row .col-left .inner-content .overlay-content .text-with-btn .button {
              background: #1E6E93;
              border-color: #1E6E93;
              color: #fff;
              font-size: 20px;
              line-height: 26px;
              padding: 11px 19px;
              font-weight: bold;
              margin: 0; }
              @media screen and (max-width: 1279px) {
                .ourboard-section .row .col-left .inner-content .overlay-content .text-with-btn .button {
                  font-size: 18px;
                  line-height: 24px; } }
              @media screen and (max-width: 1023px) {
                .ourboard-section .row .col-left .inner-content .overlay-content .text-with-btn .button {
                  font-size: 12px;
                  line-height: 16px;
                  padding: 6px 11px; } }
              @media screen and (max-width: 767px) {
                .ourboard-section .row .col-left .inner-content .overlay-content .text-with-btn .button {
                  font-size: 10px;
                  line-height: 13px;
                  padding: 6px 10px; } }
              .ourboard-section .row .col-left .inner-content .overlay-content .text-with-btn .button:hover, .ourboard-section .row .col-left .inner-content .overlay-content .text-with-btn .button:active, .ourboard-section .row .col-left .inner-content .overlay-content .text-with-btn .button:focus {
                background: #1D8EC3;
                border-color: #1D8EC3; }
    .ourboard-section .row .col-right {
      width: 45%; }
      @media screen and (max-width: 767px) {
        .ourboard-section .row .col-right {
          width: 100%; } }
      .ourboard-section .row .col-right .inner-content {
        position: relative; }
        .ourboard-section .row .col-right .inner-content .button {
          position: absolute;
          bottom: 30px;
          right: 20px;
          background: #fff;
          border-color: #fff;
          color: #1E6E93;
          font-size: 20px;
          line-height: 26px;
          padding: 11px 19px;
          font-weight: bold;
          margin: 0; }
          @media screen and (max-width: 1279px) {
            .ourboard-section .row .col-right .inner-content .button {
              font-size: 18px;
              line-height: 24px; } }
          @media screen and (max-width: 1023px) {
            .ourboard-section .row .col-right .inner-content .button {
              font-size: 12px;
              line-height: 16px;
              padding: 6px 11px; } }
          @media screen and (max-width: 767px) {
            .ourboard-section .row .col-right .inner-content .button {
              font-size: 10px;
              line-height: 13px;
              padding: 6px 10px; } }
          .ourboard-section .row .col-right .inner-content .button:hover, .ourboard-section .row .col-right .inner-content .button:active, .ourboard-section .row .col-right .inner-content .button:focus {
            background: #1D8EC3;
            border-color: #1D8EC3;
            color: #fff; }

.offer-section {
  padding-top: 55px; }
  @media screen and (max-width: 1023px) {
    .offer-section {
      padding-top: 50px; } }
  .offer-section .title {
    text-align: center;
    margin: 0 0 40px; }
    @media screen and (max-width: 1023px) {
      .offer-section .title {
        margin: 0 0 30px; } }
    @media screen and (max-width: 767px) {
      .offer-section .title {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto; } }
    .offer-section .title h3 {
      font-size: 36px;
      line-height: 49px;
      font-weight: 800;
      color: #000000;
      letter-spacing: -0.72px;
      margin: 0 0 2px;
      font-family: "Open Sans", sans-serif; }
      @media screen and (max-width: 1023px) {
        .offer-section .title h3 {
          font-size: 30px;
          line-height: 40px; } }
      @media screen and (max-width: 767px) {
        .offer-section .title h3 {
          font-size: 24px;
          letter-spacing: -0.48px;
          line-height: 30px;
          margin: 0 0 6px; } }
      .offer-section .title h3 span {
        color: #A11813; }
    .offer-section .title p {
      font-size: 16px;
      line-height: 22px;
      color: #000000;
      font-weight: bold;
      margin: 0;
      letter-spacing: 1.6px; }
      @media screen and (max-width: 1023px) {
        .offer-section .title p {
          font-size: 13px;
          line-height: 18px;
          letter-spacing: 1.3px; } }

.offer-inner-main {
  position: relative;
  margin: 0 0 30px; }
  .offer-inner-main a {
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .offer-inner-main .img-bg {
      height: 177px;
      margin: 0 -20px; }
      .offer-inner-main .img-bg img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: right; } }
  .offer-inner-main .overlay-content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0; }
    @media screen and (max-width: 767px) {
      .offer-inner-main .overlay-content {
        position: relative;
        top: 0;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
        text-align: center;
        padding: 20px 20px 30px;
        max-width: 325px;
        margin: auto;
        margin-top: -25px; } }
    .offer-inner-main .overlay-content .inner-content {
      max-width: 480px;
      padding-left: 50px; }
      @media screen and (max-width: 1023px) {
        .offer-inner-main .overlay-content .inner-content {
          max-width: 305px;
          padding-left: 30px; } }
      @media screen and (max-width: 767px) {
        .offer-inner-main .overlay-content .inner-content {
          padding: 0; } }
      .offer-inner-main .overlay-content .inner-content h2 {
        font-size: 54px;
        line-height: 58px;
        font-weight: 800;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        margin: 0 0 20px; }
        @media screen and (max-width: 1279px) {
          .offer-inner-main .overlay-content .inner-content h2 {
            font-size: 44px;
            line-height: 48px; } }
        @media screen and (max-width: 1023px) {
          .offer-inner-main .overlay-content .inner-content h2 {
            font-size: 32px;
            line-height: 34px;
            margin: 0 0 10px; } }
      .offer-inner-main .overlay-content .inner-content p {
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        font-style: italic;
        margin: 0 0 40px;
        color: #fff;
        max-width: 375px; }
        @media screen and (max-width: 1279px) {
          .offer-inner-main .overlay-content .inner-content p {
            font-size: 18px;
            line-height: 24px;
            margin: 0 0 30px; } }
        @media screen and (max-width: 1023px) {
          .offer-inner-main .overlay-content .inner-content p {
            font-size: 16px;
            line-height: 19px;
            margin: 0 0 15px; } }
      .offer-inner-main .overlay-content .inner-content .button {
        background: #1E6E93;
        border-color: #1E6E93;
        color: #fff;
        font-size: 20px;
        line-height: 26px;
        padding: 11px 19px;
        font-weight: bold;
        margin: 0; }
        @media screen and (max-width: 1279px) {
          .offer-inner-main .overlay-content .inner-content .button {
            font-size: 18px;
            line-height: 24px; } }
        @media screen and (max-width: 1023px) {
          .offer-inner-main .overlay-content .inner-content .button {
            font-size: 15px;
            line-height: 22px;
            padding: 6px 11px; } }
        .offer-inner-main .overlay-content .inner-content .button:hover, .offer-inner-main .overlay-content .inner-content .button:active, .offer-inner-main .overlay-content .inner-content .button:focus {
          background: #1D8EC3;
          border-color: #1D8EC3; }

.outfitting-section {
  padding-bottom: 60px; }
  @media screen and (max-width: 1023px) {
    .outfitting-section {
      padding-bottom: 40px; } }
  .outfitting-section .slick-list {
    padding: 0 0 20px;
    margin: 0 -17px; }
    @media screen and (max-width: 1023px) {
      .outfitting-section .slick-list {
        margin: 0 -10px; } }
  .outfitting-section .row .col {
    width: 33.33%;
    padding: 0 17px; }
    @media screen and (max-width: 1023px) {
      .outfitting-section .row .col {
        padding: 0 10px; } }
    @media screen and (max-width: 767px) {
      .outfitting-section .row .col .main-item {
        max-width: 275px;
        margin: auto; } }
  @media screen and (max-width: 767px) {
    .outfitting-section .slick-arrow {
      width: 35px;
      height: 35px;
      background-size: 10px 18px !important; } }
  @media screen and (max-width: 767px) {
    .outfitting-section .slick-prev {
      left: -20px; } }
  @media screen and (max-width: 767px) {
    .outfitting-section .slick-next {
      right: -20px; } }
  .outfitting-section .main-item {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px; }
    .outfitting-section .main-item .content {
      background: #fff;
      padding: 14px 20px 22px;
      position: relative; }
      @media screen and (max-width: 1023px) {
        .outfitting-section .main-item .content {
          padding: 10px 12px 14px; } }
      @media screen and (max-width: 767px) {
        .outfitting-section .main-item .content {
          padding: 11px 20px 20px; } }
      .outfitting-section .main-item .content img {
        position: absolute;
        top: -22px;
        left: 0;
        right: 0; }
        @media screen and (max-width: 1279px) {
          .outfitting-section .main-item .content img {
            top: -16px; } }
        @media screen and (max-width: 1023px) {
          .outfitting-section .main-item .content img {
            top: -14px; } }
      .outfitting-section .main-item .content h4 {
        font-size: 24px;
        font-family: "Open Sans", sans-serif;
        letter-spacing: -0.48px;
        line-height: 33px;
        margin: 0 0 6px;
        font-weight: 800;
        color: #000000; }
        @media screen and (max-width: 1023px) {
          .outfitting-section .main-item .content h4 {
            font-size: 16px;
            letter-spacing: -0.32px;
            line-height: 22px;
            margin: 0 0 4px; } }
        @media screen and (max-width: 767px) {
          .outfitting-section .main-item .content h4 {
            font-size: 20px;
            letter-spacing: -0.4px;
            line-height: 27px; } }
      .outfitting-section .main-item .content p {
        font-size: 14px;
        line-height: 20px;
        color: #000;
        margin: 0 0 18px;
        font-family: "Open Sans", sans-serif; }
        @media screen and (max-width: 1023px) {
          .outfitting-section .main-item .content p {
            font-size: 12px;
            line-height: 16px;
            margin: 0 0 13px; } }
        @media screen and (max-width: 767px) {
          .outfitting-section .main-item .content p {
            font-size: 14px;
            line-height: 20px; } }
      .outfitting-section .main-item .content a {
        font-size: 16px;
        color: #1E6E93;
        line-height: 21px;
        font-weight: bold;
        font-family: "Roboto Condensed", sans-serif;
        text-decoration: none; }
        @media screen and (max-width: 1023px) {
          .outfitting-section .main-item .content a {
            font-size: 14px;
            line-height: 19px; } }
        @media screen and (max-width: 767px) {
          .outfitting-section .main-item .content a {
            font-size: 13px;
            line-height: 18px; } }
        .outfitting-section .main-item .content a:hover {
          text-decoration: underline; }

.top-category-section .bg-img {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .top-category-section .bg-img {
      height: 190px; }
      .top-category-section .bg-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
  @media screen and (max-width: 767px) {
    .top-category-section .bg-img {
      height: 210px; }
      .top-category-section .bg-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
  .top-category-section .bg-img .title {
    position: absolute;
    top: 45%;
    transform: translate(0, -55%);
    text-align: center;
    left: 0;
    right: 0;
    padding: 0 30px; }
    @media screen and (max-width: 767px) {
      .top-category-section .bg-img .title {
        padding: 0 40px; } }
    @media screen and (max-width: 374px) {
      .top-category-section .bg-img .title {
        padding: 0 20px; } }
    .top-category-section .bg-img .title h3 {
      margin: 0;
      font-size: 36px;
      line-height: 49px;
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-weight: 800; }
      @media screen and (max-width: 1279px) {
        .top-category-section .bg-img .title h3 {
          font-size: 28px;
          line-height: 41px; } }
      @media screen and (max-width: 1023px) {
        .top-category-section .bg-img .title h3 {
          font-size: 36px;
          line-height: 41px; } }
      @media screen and (max-width: 767px) {
        .top-category-section .bg-img .title h3 {
          font-size: 28px;
          line-height: 30px; } }
      .top-category-section .bg-img .title h3 span {
        font-style: italic;
        font-size: 20px;
        font-weight: 400;
        line-height: 27px;
        position: relative;
        top: -5px;
        letter-spacing: 2px; }
        @media screen and (max-width: 1279px) {
          .top-category-section .bg-img .title h3 span {
            font-size: 16px; } }
        @media screen and (max-width: 1023px) {
          .top-category-section .bg-img .title h3 span {
            display: inline-block;
            width: 100%;
            font-size: 20px; } }
        @media screen and (max-width: 767px) {
          .top-category-section .bg-img .title h3 span {
            font-size: 16px;
            line-height: 22px; } }
        .top-category-section .bg-img .title h3 span strong {
          font-weight: bold; }

.main-cat-section {
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 61px; }
  @media screen and (max-width: 1279px) {
    .main-cat-section {
      max-width: 868px; } }
  @media screen and (max-width: 1023px) {
    .main-cat-section {
      max-width: 648px; } }
  @media screen and (max-width: 767px) {
    .main-cat-section {
      max-width: 648px;
      padding: 0 27px; } }

.category-carousel {
  margin-top: -40px; }
  .category-carousel .slick-next {
    right: -49px; }
    @media screen and (max-width: 767px) {
      .category-carousel .slick-next {
        right: -47px; } }
  .category-carousel .slick-arrow {
    background-color: #EAEAEA; }
  @media screen and (max-width: 767px) {
    .category-carousel .slick-arrow {
      width: 35px;
      height: 35px;
      background-size: 10px 18px !important; } }
  .category-carousel .slick-prev {
    left: -49px; }
    @media screen and (max-width: 767px) {
      .category-carousel .slick-prev {
        left: -47px; } }
  .category-carousel .slick-list {
    margin: 0 -5px; }
  .category-carousel .cat-slide-item {
    padding: 0 5px; }
    .category-carousel .cat-slide-item .img-blk a {
      display: inline-block; }
    .category-carousel .cat-slide-item img {
      max-height: 240px;
      object-fit: cover; }
      @media screen and (max-width: 1279px) {
        .category-carousel .cat-slide-item img {
          max-height: 200px; } }
      @media screen and (max-width: 767px) {
        .category-carousel .cat-slide-item img {
          max-height: 175px; } }
      @media screen and (max-width: 567px) {
        .category-carousel .cat-slide-item img {
          max-height: 130px; } }
    .category-carousel .cat-slide-item h2 {
      font-size: 19px;
      font-weight: 800;
      color: #000000;
      margin: 16px 0 8px;
      font-family: "Open Sans", sans-serif;
      letter-spacing: -0.38px; }
      @media screen and (max-width: 1279px) {
        .category-carousel .cat-slide-item h2 {
          font-size: 18px; } }
      @media screen and (max-width: 1023px) {
        .category-carousel .cat-slide-item h2 {
          font-size: 16px;
          line-height: 22px;
          margin: 13px 0 6px; } }
      @media screen and (max-width: 767px) {
        .category-carousel .cat-slide-item h2 {
          font-size: 14px;
          line-height: 20px;
          margin: 8px 0 7px; } }
    .category-carousel .cat-slide-item a {
      color: #1E6E93;
      font-size: 16px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      text-decoration: none; }
      .category-carousel .cat-slide-item a:hover {
        text-decoration: underline; }
      @media screen and (max-width: 1023px) {
        .category-carousel .cat-slide-item a {
          font-size: 13px;
          line-height: 18px; } }

.contact-section .row {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .contact-section .row {
      flex-direction: column; } }

.contact-section .img-blk {
  margin-right: -107px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1023px) {
    .contact-section .img-blk {
      max-width: 194px;
      margin-right: -70px; } }
  @media screen and (max-width: 767px) {
    .contact-section .img-blk {
      margin: 0 auto;
      max-width: 165px;
      margin-bottom: -50px; } }

.contact-section .content {
  background: #1e6e93;
  background: linear-gradient(270deg, #1e6e93 0%, #071d27 100%);
  border-radius: 0 0 80px 0;
  padding: 37px 63px 35px 138px; }
  @media screen and (max-width: 1023px) {
    .contact-section .content {
      padding: 18px 22px 18px 80px;
      border-radius: 0 0 47px 0; } }
  @media screen and (max-width: 767px) {
    .contact-section .content {
      border-radius: 20px;
      padding: 56px 30px 26px;
      text-align: center;
      background: #1e6e93;
      background: linear-gradient(0deg, #1e6e93 0%, #071d27 100%); } }
  .contact-section .content h5 {
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    line-height: 42px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none; }
    @media screen and (max-width: 1279px) {
      .contact-section .content h5 {
        font-size: 26px;
        line-height: 38px; } }
    @media screen and (max-width: 1023px) {
      .contact-section .content h5 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 5px; } }
    @media screen and (max-width: 767px) {
      .contact-section .content h5 {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 12px; } }
  .contact-section .content p {
    color: #fff;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 21px; }
    @media screen and (max-width: 1023px) {
      .contact-section .content p {
        font-size: 12px;
        line-height: 11px; } }
    @media screen and (max-width: 767px) {
      .contact-section .content p {
        font-size: 16px;
        line-height: 23px; } }
    .contact-section .content p a {
      color: #fff; }

.usp-section {
  padding: 57px 0 80px; }
  @media screen and (max-width: 1023px) {
    .usp-section {
      padding: 65px 0 60px; } }
  .usp-section ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    list-style: none;
    margin: auto;
    max-width: 1028px; }
    @media screen and (max-width: 767px) {
      .usp-section ul {
        flex-direction: column;
        padding: 0 16px; } }
    @media screen and (max-width: 767px) {
      .usp-section ul li + li {
        margin-top: 35px; } }
    .usp-section ul li .main-li {
      display: flex; }
      @media screen and (max-width: 1023px) {
        .usp-section ul li .main-li .c-icon svg {
          max-height: 55px;
          max-width: 60px; } }
      @media screen and (max-width: 767px) {
        .usp-section ul li .main-li .c-icon svg {
          max-height: 55px;
          max-width: 70px;
          min-width: 70px; } }
    .usp-section ul li .content {
      padding-left: 20px;
      max-width: 216px; }
      @media screen and (max-width: 1023px) {
        .usp-section ul li .content {
          padding-left: 13px;
          max-width: 165px; } }
      @media screen and (max-width: 767px) {
        .usp-section ul li .content {
          max-width: none; } }
      .usp-section ul li .content h6 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 2px;
        color: #1D8EC3;
        text-transform: uppercase;
        font-weight: bold;
        font-family: "Open Sans", sans-serif;
        max-width: 198px; }
        @media screen and (max-width: 1023px) {
          .usp-section ul li .content h6 {
            font-size: 16px;
            line-height: 18px;
            margin: 0 0 6px;
            max-width: 145px; } }
        @media screen and (max-width: 767px) {
          .usp-section ul li .content h6 {
            max-width: none; } }
      .usp-section ul li .content p {
        margin: 0;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #000000;
        font-size: 16px;
        line-height: 19px; }
        @media screen and (max-width: 1023px) {
          .usp-section ul li .content p {
            font-size: 14px;
            line-height: 17px; } }
        @media screen and (max-width: 767px) {
          .usp-section ul li .content p {
            max-width: 220px; } }

.guarantee-section {
  padding-top: 64px;
  margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    .guarantee-section {
      padding-top: 20px; } }
  @media screen and (max-width: 767px) {
    .guarantee-section {
      margin-bottom: 0;
      padding-bottom: 20px; } }
  @media screen and (min-width: 1280px) {
    .guarantee-section .container {
      max-width: 1366px !important;
      padding: 0 !important; } }
  .guarantee-section .row {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1023px) {
      .guarantee-section .row {
        padding-right: 328px;
        position: relative; } }
    @media screen and (max-width: 767px) {
      .guarantee-section .row {
        padding: 0; } }
  .guarantee-section .left-img {
    width: 37.8%;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 1023px) {
      .guarantee-section .left-img {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .guarantee-section .left-img {
        margin-left: 0px;
        text-align: center; }
        .guarantee-section .left-img img {
          max-width: 100%; } }
  .guarantee-section .middle-content {
    width: 40%;
    padding: 0 10px; }
    @media screen and (max-width: 1279px) {
      .guarantee-section .middle-content {
        padding-bottom: 40px; } }
    @media screen and (max-width: 1023px) {
      .guarantee-section .middle-content {
        width: 100%;
        padding: 22px 3px 22px 23px; } }
    .guarantee-section .middle-content h4 {
      font-size: 24px;
      line-height: 33px;
      color: #182E4A;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      margin: 0 0 30px; }
      @media screen and (max-width: 1279px) {
        .guarantee-section .middle-content h4 {
          font-size: 20px;
          line-height: 27px;
          margin: 0 0 20px; } }
      @media screen and (max-width: 767px) {
        .guarantee-section .middle-content h4 {
          max-width: 270px;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (max-width: 425px) {
        .guarantee-section .middle-content h4 {
          margin-left: inherit;
          margin-right: inherit; } }
    .guarantee-section .middle-content p {
      padding: 0 36px;
      position: relative;
      max-width: 472px;
      margin-bottom: 20px;
      color: #000000;
      font-family: "Open Sans", sans-serif; }
      @media screen and (max-width: 1023px) {
        .guarantee-section .middle-content p {
          font-size: 12px;
          line-height: 20px;
          padding: 0;
          padding-left: 26px; } }
      @media screen and (max-width: 767px) {
        .guarantee-section .middle-content p {
          max-width: 281px;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (max-width: 425px) {
        .guarantee-section .middle-content p {
          margin-left: inherit;
          margin-right: inherit; } }
      .guarantee-section .middle-content p .quote-up {
        position: absolute;
        top: 0;
        left: 0; }
        @media screen and (max-width: 1023px) {
          .guarantee-section .middle-content p .quote-up svg {
            width: 18px;
            height: 16px; } }
      .guarantee-section .middle-content p .quote-down {
        position: absolute;
        bottom: -5px;
        right: 65px; }
        @media screen and (max-width: 1279px) {
          .guarantee-section .middle-content p .quote-down {
            right: 55px;
            bottom: -10px; } }
        @media screen and (max-width: 1023px) {
          .guarantee-section .middle-content p .quote-down {
            right: 22px; }
            .guarantee-section .middle-content p .quote-down svg {
              width: 18px;
              height: 16px; } }
        @media screen and (max-width: 767px) {
          .guarantee-section .middle-content p .quote-down {
            right: 0; } }
    .guarantee-section .middle-content .family-name {
      font-size: 14px;
      line-height: 20px;
      color: #000000;
      margin-left: 36px;
      font-family: "Open Sans", sans-serif;
      font-style: italic;
      max-width: 216px;
      font-weight: bold;
      display: inline-block;
      position: relative;
      padding-left: 18px; }
      @media screen and (max-width: 1023px) {
        .guarantee-section .middle-content .family-name {
          font-size: 12px;
          line-height: 18px;
          max-width: 185px; } }
      @media screen and (max-width: 767px) {
        .guarantee-section .middle-content .family-name {
          margin-left: auto;
          margin-right: auto;
          display: block; } }
      @media screen and (max-width: 425px) {
        .guarantee-section .middle-content .family-name {
          margin-left: 36px;
          margin-right: inherit;
          display: block; } }
      .guarantee-section .middle-content .family-name:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "—"; }
  .guarantee-section .right-content {
    width: 20%;
    padding-top: 30px;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .guarantee-section .right-content {
        width: calc(100% - 440px);
        position: absolute;
        right: 0;
        text-align: center;
        padding-top: 77px; } }
    @media screen and (max-width: 767px) {
      .guarantee-section .right-content {
        width: 100%;
        position: relative;
        padding-top: 8px; }
        .guarantee-section .right-content img {
          max-width: 160px; } }

.default--custom .hp-products {
  padding: 0; }

.default--custom div[data-content-region="boat_buying_text"] {
  margin: 0; }

.hot-deal-section .title {
  text-align: center;
  margin: 0 0 30px; }
  .hot-deal-section .title h3 {
    font-size: 46px;
    line-height: 62px;
    letter-spacing: -0.92px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    color: #3D3D3D;
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .hot-deal-section .title h3 {
        font-size: 38px;
        letter-spacing: -0.76px;
        line-height: 52px; } }
    @media screen and (max-width: 767px) {
      .hot-deal-section .title h3 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.64px;
        margin: 0 auto 8px;
        max-width: 206px; } }
    .hot-deal-section .title h3 span {
      color: #A11813; }
  .hot-deal-section .title p {
    font-size: 16px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-style: italic;
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .hot-deal-section .title p {
        font-size: 16px;
        line-height: 22px; } }

.hot-deal-section .card .card-text .price-section.cross-price {
  font-size: 14px; }

.default--custom .body .productGrid .product .card .card-img-container::after {
  padding-bottom: 202px; }
  @media screen and (max-width: 1023px) {
    .default--custom .body .productGrid .product .card .card-img-container::after {
      padding-bottom: 150px; } }

@media screen and (max-width: 767px) {
  .default--custom .body .hp-products {
    padding: 0 0 20px; } }

.header .marketing-info p a {
  background: #BE1E1E;
  border-color: #BE1E1E; }

@media screen and (max-width: 374px) {
  .location-details h2 {
    font-size: 17px; } }

/* PRE-OWNED Navigation Menu Start 21/11/2024 */
.header .navPages-list .navPage-subMenu.pre-owned {
  background-color: #fff; }
  .header .navPages-list .navPage-subMenu.pre-owned .navPage-subMenu-list {
    flex-direction: row; }
    .header .navPages-list .navPage-subMenu.pre-owned .navPage-subMenu-list .navPage-subMenu-item.shop-all-link .navPage-subMenu-action {
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      color: #d11a1a;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 16px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      text-align: left;
      text-transform: uppercase; }
      .header .navPages-list .navPage-subMenu.pre-owned .navPage-subMenu-list .navPage-subMenu-item.shop-all-link .navPage-subMenu-action svg {
        margin-right: 8px; }
      .header .navPages-list .navPage-subMenu.pre-owned .navPage-subMenu-list .navPage-subMenu-item.shop-all-link .navPage-subMenu-action:hover {
        color: #000; }
        .header .navPages-list .navPage-subMenu.pre-owned .navPage-subMenu-list .navPage-subMenu-item.shop-all-link .navPage-subMenu-action:hover svg path {
          fill: #000; }

/* PRE-OWNED Navigation Menu End 21/11/2024 */
/* 404 Page Style */
.error-page .body {
  padding: 0;
  margin-bottom: 70px; }
  @media screen and (max-width: 666px) {
    .error-page .body {
      margin-bottom: 80px; } }

.custom-404-page {
  position: relative;
  padding-top: 20px; }
  .custom-404-page .container {
    max-width: 1366px;
    padding: 0 28px; }
    @media screen and (max-width: 1279px) {
      .custom-404-page .container {
        padding: 0 25px; } }
    @media screen and (max-width: 666px) {
      .custom-404-page .container {
        padding: 0 20px; } }
  .custom-404-page:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 355px;
    background: #C0DCE8;
    background: linear-gradient(180deg, #c0dce8 0%, rgba(231, 242, 247, 0) 100%); }
    @media screen and (max-width: 1023px) {
      .custom-404-page:before {
        max-height: 266px; } }
    @media screen and (max-width: 666px) {
      .custom-404-page:before {
        max-height: 163px; } }
  .custom-404-page .img-404 {
    text-align: center; }
    .custom-404-page .img-404 img {
      mix-blend-mode: multiply; }
      @media screen and (max-width: 1023px) {
        .custom-404-page .img-404 img {
          max-width: 460px; } }
      @media screen and (max-width: 666px) {
        .custom-404-page .img-404 img {
          max-width: 281px; } }
    .custom-404-page .img-404 h2 {
      font-size: 40px;
      line-height: 40px;
      letter-spacing: 12px;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      margin: -30px 0 37px;
      font-weight: 800;
      color: #000; }
      @media screen and (max-width: 1023px) {
        .custom-404-page .img-404 h2 {
          font-size: 29px;
          line-height: 40px;
          letter-spacing: 8.7px;
          margin: -30px 0 30px; } }
      @media screen and (max-width: 666px) {
        .custom-404-page .img-404 h2 {
          font-size: 18px;
          line-height: 24px;
          letter-spacing: 5.4px;
          margin: -15px 0 30px; } }
  .custom-404-page .form-block p {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    line-height: 30px;
    margin: 0 0 15px;
    color: #000000; }
    @media screen and (max-width: 1023px) {
      .custom-404-page .form-block p {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 11px; } }
  .custom-404-page .form-block .form {
    max-width: 750px;
    margin: auto; }
    @media screen and (max-width: 1023px) {
      .custom-404-page .form-block .form {
        max-width: 562px; } }
    .custom-404-page .form-block .form .form-field {
      margin: 0; }
      .custom-404-page .form-block .form .form-field .form-prefixPostfix {
        position: relative; }
      .custom-404-page .form-block .form .form-field .form-input {
        background: #666666;
        color: #fff;
        height: auto;
        border: none;
        height: 60px;
        padding: 14px 18px;
        padding-right: 64px !important;
        font-size: 16px;
        line-height: 22px;
        font-family: "Open Sans", sans-serif; }
        @media screen and (max-width: 1023px) {
          .custom-404-page .form-block .form .form-field .form-input {
            height: 45px;
            font-size: 14px;
            line-height: 20px;
            padding: 12px 15px;
            padding-right: 47px !important; } }
        .custom-404-page .form-block .form .form-field .form-input::placeholder {
          color: #fff;
          font-style: italic; }
      .custom-404-page .form-block .form .form-field button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: none;
        padding: 0;
        height: 100%;
        display: flex;
        padding: 0 18px;
        margin: 0;
        align-items: center; }
        @media screen and (max-width: 1023px) {
          .custom-404-page .form-block .form .form-field button {
            padding: 0 13px; } }
        @media screen and (max-width: 1023px) {
          .custom-404-page .form-block .form .form-field button svg {
            width: 21px;
            height: 21px; } }
  .custom-404-page .main-cat-section {
    margin-top: 70px;
    max-width: 1040px; }
    @media screen and (max-width: 1023px) {
      .custom-404-page .main-cat-section {
        max-width: 680px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 666px) {
      .custom-404-page .main-cat-section {
        margin-top: 60px;
        padding: 0;
        margin-bottom: 20px; } }
    .custom-404-page .main-cat-section h3.title {
      font-size: 22px;
      line-height: 25px;
      margin: 0 0 15px;
      font-weight: bold;
      font-family: "Roboto Condensed", sans-serif;
      text-align: center;
      color: #000;
      letter-spacing: 0; }
      @media screen and (max-width: 1279px) {
        .custom-404-page .main-cat-section h3.title {
          font-size: 20px; } }
      @media screen and (max-width: 666px) {
        .custom-404-page .main-cat-section h3.title {
          font-size: 18px;
          line-height: 20px; } }
    .custom-404-page .main-cat-section .category-carousel {
      display: flex;
      flex-wrap: wrap;
      margin-top: 0; }
      @media screen and (max-width: 666px) {
        .custom-404-page .main-cat-section .category-carousel {
          margin: 0 -7.5px; } }
      .custom-404-page .main-cat-section .category-carousel .cat-slide-item {
        width: 25%; }
        @media screen and (max-width: 666px) {
          .custom-404-page .main-cat-section .category-carousel .cat-slide-item {
            width: 50%;
            padding: 0 7.5px;
            margin-bottom: 20px; } }
        .custom-404-page .main-cat-section .category-carousel .cat-slide-item .img-blk a {
          width: 100%; }
          .custom-404-page .main-cat-section .category-carousel .cat-slide-item .img-blk a img {
            max-height: none; }
        .custom-404-page .main-cat-section .category-carousel .cat-slide-item h2 {
          font-size: 19px; }
          @media screen and (max-width: 1023px) {
            .custom-404-page .main-cat-section .category-carousel .cat-slide-item h2 {
              font-size: 14px;
              line-height: 20px;
              margin: 10px 0 3px; } }
        @media screen and (max-width: 1023px) {
          .custom-404-page .main-cat-section .category-carousel .cat-slide-item a {
            font-size: 12px;
            line-height: 14px; } }
  .custom-404-page .location-404-wrap {
    text-align: center; }
    .custom-404-page .location-404-wrap h3 {
      margin: 0 0 5px;
      font-size: 36px;
      line-height: 50px;
      letter-spacing: -0.72px;
      color: #000000;
      font-family: "Open Sans", sans-serif;
      font-style: italic;
      font-weight: 800; }
      @media screen and (max-width: 1023px) {
        .custom-404-page .location-404-wrap h3 {
          font-size: 25px;
          line-height: 34px;
          margin: 0 0 4px;
          letter-spacing: -0.5px; } }
      @media screen and (max-width: 666px) {
        .custom-404-page .location-404-wrap h3 {
          font-size: 22px;
          line-height: 26px;
          letter-spacing: -0.44px; } }
    .custom-404-page .location-404-wrap p {
      font-size: 18px;
      line-height: 24px;
      color: #000;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      margin: 0 0 30px; }
      @media screen and (max-width: 1023px) {
        .custom-404-page .location-404-wrap p {
          font-size: 12px;
          line-height: 18px;
          margin: 0 0 20px; } }
    .custom-404-page .location-404-wrap .button {
      color: #fff;
      font-size: 16px;
      line-height: 20px;
      padding: 10px 19px;
      margin: 0; }
      @media screen and (max-width: 666px) {
        .custom-404-page .location-404-wrap .button {
          font-size: 13px;
          line-height: 16px;
          padding: 9px 19px; } }

body [data-content-region=boat_buying_text] [data-sub-layout-container] .sd-simple-text-50c8f2dc-7037-46be-b8fe-2860c47095f4 * {
  margin: 0;
  padding: 0;
  color: #333333 !important;
  font-family: inherit !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  letter-spacing: normal !important;
  min-height: 24px !important;
  line-height: 1.5 !important; }
  body [data-content-region=boat_buying_text] [data-sub-layout-container] .sd-simple-text-50c8f2dc-7037-46be-b8fe-2860c47095f4 * strong {
    font-weight: bold !important; }

.category-demo-img {
  margin: 0 auto;
  width: 100%;
  max-width: 1310px; }

@media (min-width: 1200px) {
  .data-product-input-checkbox-cust.select-option-text {
    white-space: nowrap; } }

[data-content-region=demo_deals] [data-sub-layout] {
  max-width: 1310px;
  padding: 0;
  margin: 0 auto; }

.category-kicker-section.category-demo-deals .category-kicker-divide .category-kicker-item {
  padding: 0; }

.category-kicker-section.category-demo-deals .category-kicker-divide .category-kicker-item .cat-kicker-content {
  bottom: 0;
  top: initial; }

.category-kicker-section.category-demo-deals .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content {
  padding: 0 70px 35px 0; }

.category-kicker-section.category-demo-deals .category-kicker-divide {
  width: 100%; }

@media screen and (max-width: 767px) {
  .category-kicker-section.category-demo-deals .category-kicker-divide .category-kicker-item.category-kicker-item-desk {
    display: block; }
  .category-kicker-section.category-demo-deals .category-kicker-divide .category-kicker-item.category-kicker-item-two .cat-kicker-content {
    padding: 0 35px 15px 0; } }

@media (min-width: 1024px) {
  body .header .navPages-list .navPage-subMenu-item .navPage-subMenu-action {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 9px; } }

a.navPage-subMenu-action.navPages-action.hot-deals {
  color: #d11a1a !important; }

body .banners {
  background-color: #000;
  font-family: 'Roboto', sans-serif !important; }

.banners span {
  color: #fff !important;
  font-family: 'Roboto', sans-serif !important; }

/* location page */
.page-location-body .body {
  padding-top: 20px;
  margin-bottom: 100px; }
  @media (max-width: 1023px) {
    .page-location-body .body {
      padding-top: 17px;
      margin-bottom: 80px; } }
  .page-location-body .body .container {
    padding: 0;
    max-width: 100%; }
    .page-location-body .body .container nav ol.breadcrumbs {
      width: 100%;
      max-width: 1366px;
      margin: 0 auto;
      padding: 0 28px;
      margin-bottom: 10px; }
      @media (max-width: 1150px) {
        .page-location-body .body .container nav ol.breadcrumbs {
          padding: 0 25px; } }
      @media (max-width: 1023px) {
        .page-location-body .body .container nav ol.breadcrumbs {
          margin-bottom: 12px; } }
    .page-location-body .body .container .location-page {
      margin: 0; }
      .page-location-body .body .container .location-page .page-title {
        width: 100%;
        max-width: 1366px;
        margin: 0 auto;
        padding: 0 28px;
        margin-bottom: 14px;
        font-size: 42px;
        line-height: 56px;
        font-weight: bold;
        color: #000000;
        font-family: 'Roboto Condensed', sans-serif; }
        @media (max-width: 1150px) {
          .page-location-body .body .container .location-page .page-title {
            padding: 0 25px; } }
        @media (max-width: 1023px) {
          .page-location-body .body .container .location-page .page-title {
            font-size: 26px;
            line-height: 35px; } }
        @media (max-width: 767px) {
          .page-location-body .body .container .location-page .page-title {
            padding: 0 20px;
            margin-bottom: 5px; } }
      .page-location-body .body .container .location-page .location-banner {
        background: url(https://cdn11.bigcommerce.com/s-5a502/images/stencil/original/image-manager/location-banner.png) no-repeat;
        height: 281px;
        background-position: left;
        background-size: cover; }
        @media (max-width: 1150px) {
          .page-location-body .body .container .location-page .location-banner {
            position: relative; } }
        @media (max-width: 1023px) {
          .page-location-body .body .container .location-page .location-banner {
            height: 211px; } }
        @media (max-width: 767px) {
          .page-location-body .body .container .location-page .location-banner {
            background-position: left; } }
        .page-location-body .body .container .location-page .location-banner .banner-container {
          width: 100%;
          max-width: 1366px;
          margin: 0 auto;
          padding: 0 28px;
          padding-top: 25px; }
          @media (max-width: 1150px) {
            .page-location-body .body .container .location-page .location-banner .banner-container {
              padding: 0;
              position: absolute;
              top: 50%;
              transform: translateY(-50%); } }
          .page-location-body .body .container .location-page .location-banner .banner-container h2 {
            font-size: 68px;
            color: #fff;
            font-family: Open Sans, sans-serif;
            width: 100%;
            max-width: 485px;
            line-height: 68px;
            padding-bottom: 5px;
            border-bottom: 4px solid #FFFFFF;
            font-weight: 800;
            margin-bottom: 12px; }
            @media (max-width: 1150px) {
              .page-location-body .body .container .location-page .location-banner .banner-container h2 {
                padding-left: 30px;
                max-width: 342px;
                margin-top: 0; } }
            @media (max-width: 1023px) {
              .page-location-body .body .container .location-page .location-banner .banner-container h2 {
                font-size: 48px;
                line-height: 48px;
                padding-left: 23px;
                max-width: 253px;
                margin-bottom: 10px; } }
            @media (max-width: 767px) {
              .page-location-body .body .container .location-page .location-banner .banner-container h2 {
                font-size: 46px;
                line-height: 46px; } }
            @media (max-width: 370px) {
              .page-location-body .body .container .location-page .location-banner .banner-container h2 {
                font-size: 38px;
                line-height: 38px; } }
          .page-location-body .body .container .location-page .location-banner .banner-container p {
            color: #fff;
            font-size: 17px;
            line-height: 22px;
            font-family: Open Sans, sans-serif;
            font-weight: 600;
            margin: 0;
            font-style: italic; }
            @media (max-width: 1150px) {
              .page-location-body .body .container .location-page .location-banner .banner-container p {
                padding-left: 30px;
                width: 100%;
                max-width: 342px;
                line-height: 25px; } }
            @media (max-width: 1023px) {
              .page-location-body .body .container .location-page .location-banner .banner-container p {
                max-width: 270px;
                line-height: 18px;
                font-size: 14px; } }
            .page-location-body .body .container .location-page .location-banner .banner-container p a {
              color: #fff; }
      .page-location-body .body .container .location-page .location-services {
        width: 100%;
        max-width: 100%;
        background-color: #1E6E93; }
        .page-location-body .body .container .location-page .location-services h3 {
          text-align: center;
          margin: 0;
          padding: 6px 0;
          color: #fff;
          font-size: 32px;
          font-weight: bold;
          font-family: 'Open Sans', sans-serif; }
          @media (max-width: 1279px) {
            .page-location-body .body .container .location-page .location-services h3 {
              font-size: 28px; } }
          @media (max-width: 1023px) {
            .page-location-body .body .container .location-page .location-services h3 {
              padding: 5.25px 0;
              font-size: 23px; } }
          @media (max-width: 767px) {
            .page-location-body .body .container .location-page .location-services h3 {
              padding: 9px 20px;
              font-size: 20px;
              line-height: 24px; } }
      .page-location-body .body .container .location-page .location-detail .location-address {
        width: 100%;
        max-width: 1366px;
        padding: 0 58px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 0 auto; }
        @media (max-width: 1150px) {
          .page-location-body .body .container .location-page .location-detail .location-address {
            padding: 0 27px;
            padding-right: 0;
            overflow: hidden; } }
        @media (max-width: 1023px) {
          .page-location-body .body .container .location-page .location-detail .location-address {
            flex-direction: column-reverse;
            align-items: center;
            padding: 0 44px; } }
        @media (max-width: 767px) {
          .page-location-body .body .container .location-page .location-detail .location-address {
            padding: 0 20px; } }
        .page-location-body .body .container .location-page .location-detail .location-address .detail-img {
          width: 100%;
          max-width: calc(100% - 650px); }
          @media (max-width: 1150px) {
            .page-location-body .body .container .location-page .location-detail .location-address .detail-img {
              width: 600px;
              max-width: calc(100% - 650px);
              height: 440px; } }
          @media (max-width: 1025px) {
            .page-location-body .body .container .location-page .location-detail .location-address .detail-img {
              width: 600px;
              max-width: initial;
              height: 440px;
              margin-right: -220px; } }
          @media (max-width: 1023px) {
            .page-location-body .body .container .location-page .location-detail .location-address .detail-img {
              width: 400px;
              max-width: initial;
              height: 293px;
              margin-right: initial;
              margin-bottom: 30px; } }
          @media (max-width: 767px) {
            .page-location-body .body .container .location-page .location-detail .location-address .detail-img {
              margin-bottom: 20px;
              width: initial;
              height: initial; } }
          @media (max-width: 1150px) {
            .page-location-body .body .container .location-page .location-detail .location-address .detail-img img {
              height: 440px;
              object-fit: cover; } }
          @media (max-width: 1023px) {
            .page-location-body .body .container .location-page .location-detail .location-address .detail-img img {
              height: 293px; } }
          @media (max-width: 767px) {
            .page-location-body .body .container .location-page .location-detail .location-address .detail-img img {
              height: auto; } }
        .page-location-body .body .container .location-page .location-detail .location-address .detail-cont {
          width: 100%;
          max-width: 650px; }
          @media (max-width: 1023px) {
            .page-location-body .body .container .location-page .location-detail .location-address .detail-cont {
              max-width: 680px; } }
          .page-location-body .body .container .location-page .location-detail .location-address .detail-cont > h5 {
            margin: 0;
            padding-top: 28px;
            font-size: 36px;
            line-height: 48px;
            font-weight: 800;
            font-family: 'Open Sans', sans-serif;
            letter-spacing: -1px;
            text-transform: initial;
            color: #000000;
            padding-bottom: 6px;
            border-bottom: 4px solid #000000;
            margin-bottom: 28px;
            display: flex;
            align-items: center; }
            @media (max-width: 1023px) {
              .page-location-body .body .container .location-page .location-detail .location-address .detail-cont > h5 {
                font-size: 34px;
                line-height: 46px; } }
            @media (max-width: 1023px) {
              .page-location-body .body .container .location-page .location-detail .location-address .detail-cont > h5 {
                padding-top: 0;
                font-size: 36px;
                line-height: 48px;
                margin-bottom: 20px; } }
            @media (max-width: 767px) {
              .page-location-body .body .container .location-page .location-detail .location-address .detail-cont > h5 {
                font-size: 28px;
                line-height: 32px;
                padding-bottom: 9px;
                align-items: flex-start; } }
            .page-location-body .body .container .location-page .location-detail .location-address .detail-cont > h5 span {
              width: 47px;
              height: 37px;
              display: flex;
              align-items: center; }
              @media (max-width: 767px) {
                .page-location-body .body .container .location-page .location-detail .location-address .detail-cont > h5 span {
                  width: 37px;
                  height: 32px; } }
              .page-location-body .body .container .location-page .location-detail .location-address .detail-cont > h5 span:before {
                content: "1";
                width: 37px;
                height: 37px;
                background-color: #000;
                display: inline-flex;
                color: #fff;
                border-radius: 50%;
                font-size: 26px;
                align-items: center;
                justify-content: center;
                font-weight: bold;
                margin-right: 10px;
                font-family: Roboto Condensed, sans-serif; }
                @media (max-width: 767px) {
                  .page-location-body .body .container .location-page .location-detail .location-address .detail-cont > h5 span:before {
                    width: 30px;
                    height: 30px;
                    font-size: 22px;
                    margin-right: 8px; } }
          .page-location-body .body .container .location-page .location-detail .location-address .detail-cont > p {
            margin: 0;
            margin-bottom: 30px;
            font-size: 16px;
            line-height: 22px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            padding-right: 70px;
            color: #000; }
            @media (max-width: 1023px) {
              .page-location-body .body .container .location-page .location-detail .location-address .detail-cont > p {
                padding-right: 45px; } }
            @media (max-width: 767px) {
              .page-location-body .body .container .location-page .location-detail .location-address .detail-cont > p {
                padding-right: 0; } }
          .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start; }
            @media (max-width: 767px) {
              .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details {
                flex-direction: column; } }
            .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details .parts-service .location-area {
              display: flex;
              align-items: flex-start;
              margin-bottom: 20px; }
              .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details .parts-service .location-area img {
                width: 23px;
                height: 23px;
                object-fit: contain; }
                .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details .parts-service .location-area img[alt="call"] {
                  object-fit: none; }
              .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details .parts-service .location-area .sales-extension p {
                font-weight: 600 !important; }
              .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details .parts-service .location-area div {
                margin-left: 12px; }
                .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details .parts-service .location-area div h5 {
                  margin: 0;
                  font-size: 22px;
                  color: #A11812;
                  font-weight: bold;
                  font-family: 'Open Sans', sans-serif;
                  line-height: 22px;
                  padding-bottom: 9px;
                  letter-spacing: initial; }
                .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details .parts-service .location-area div p {
                  margin: 0;
                  font-size: 16px;
                  line-height: 16px;
                  font-family: 'Open Sans', sans-serif;
                  color: #000;
                  font-weight: 400;
                  padding-bottom: 8px; }
                .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details .parts-service .location-area div p:last-child {
                  padding-bottom: 0; }
                .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details .parts-service .location-area div a {
                  background-color: #1E6E93;
                  display: inline-flex;
                  height: 32px;
                  width: 116px;
                  align-items: center;
                  justify-content: center;
                  color: #fff;
                  text-decoration: none;
                  font-weight: bold;
                  font-size: 13px;
                  font-family: 'Roboto Condensed', sans-serif;
                  margin-top: 9px;
                  line-height: initial; }
              .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details .parts-service .location-area .email-id a {
                background-color: initial;
                color: #000;
                text-decoration: underline;
                display: block;
                font-size: 16px;
                line-height: 20px;
                font-weight: 400;
                font-family: 'Open Sans', sans-serif;
                margin-top: 0;
                height: 29px; }
            .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details .parts-service .timig-section img {
              position: relative;
              top: -3px; }
            .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details .parts-service:first-child {
              margin-right: 10.7%; }
              @media (max-width: 1023px) {
                .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details .parts-service:first-child {
                  margin-right: 70px; } }
              @media (max-width: 767px) {
                .page-location-body .body .container .location-page .location-detail .location-address .detail-cont .service-details .parts-service:first-child {
                  margin-right: 0;
                  margin-bottom: 20px; } }
      .page-location-body .body .container .location-page .location-detail.ventura {
        margin-bottom: 10px; }
      .page-location-body .body .container .location-page .border-line {
        width: 100%;
        max-width: 1366px;
        padding: 0 58px;
        margin: 0 auto; }
        @media (max-width: 1150px) {
          .page-location-body .body .container .location-page .border-line {
            padding: 0 25px; } }
        @media (max-width: 1023px) {
          .page-location-body .body .container .location-page .border-line {
            max-width: 768px;
            padding: 0 23px; } }
        .page-location-body .body .container .location-page .border-line p {
          height: 2px;
          background-color: #E0E0E0;
          margin-bottom: 60px; }
      .page-location-body .body .container .location-page .location-detail.richmond {
        margin-bottom: 40px; }
        .page-location-body .body .container .location-page .location-detail.richmond .location-address {
          justify-content: flex-start; }
          @media (max-width: 1150px) {
            .page-location-body .body .container .location-page .location-detail.richmond .location-address {
              justify-content: space-between; } }
          @media (min-width: 1024px) and (max-width: 1150px) {
            .page-location-body .body .container .location-page .location-detail.richmond .location-address {
              padding-left: 0;
              padding-right: 27px; } }
          @media (max-width: 1023px) {
            .page-location-body .body .container .location-page .location-detail.richmond .location-address {
              flex-direction: column; } }
          .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-cont > h5 {
            padding-left: 40px; }
            @media (max-width: 1150px) {
              .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-cont > h5 {
                padding-left: 20px; } }
            @media (max-width: 1023px) {
              .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-cont > h5 {
                padding-left: 0; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-cont > h5 {
                margin-bottom: 30px; } }
            .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-cont > h5 span {
              width: 47px;
              height: 37px;
              display: flex;
              align-items: center; }
              @media (max-width: 767px) {
                .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-cont > h5 span {
                  width: 37px;
                  height: 32px; } }
              .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-cont > h5 span:before {
                content: "2"; }
          .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-cont .service-details {
            justify-content: flex-start;
            padding-left: 40px; }
            @media (max-width: 1150px) {
              .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-cont .service-details {
                padding-left: 20px; } }
            @media (max-width: 1023px) {
              .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-cont .service-details {
                justify-content: flex-start;
                padding-left: 0; } }
            .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-cont .service-details .richmond-details {
              width: 100%;
              max-width: 270px;
              margin-right: 47px; }
              @media (max-width: 1023px) {
                .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-cont .service-details .richmond-details {
                  margin-right: 25px;
                  max-width: 299px; } }
              @media (max-width: 767px) {
                .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-cont .service-details .richmond-details {
                  margin-right: 0;
                  max-width: 100%;
                  margin-bottom: 40px; } }
              .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-cont .service-details .richmond-details p {
                font-size: 16px;
                line-height: 22px;
                font-family: 'Open Sans', sans-serif;
                font-weight: 400;
                color: #000;
                margin: 0; }
              .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-cont .service-details .richmond-details p:first-child {
                font-weight: 700;
                margin-bottom: 20px; }
          @media (max-width: 1150px) {
            .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-img {
              width: 600px;
              max-width: calc(100% - 650px);
              height: 440px; } }
          @media (max-width: 1025px) {
            .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-img {
              width: 600px;
              max-width: initial;
              height: 440px;
              margin-left: -253px; } }
          @media (max-width: 1023px) {
            .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-img {
              margin-left: 0;
              width: 400px;
              max-width: initial;
              height: 293px; } }
          @media (max-width: 767px) {
            .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-img {
              width: initial;
              max-width: initial;
              height: initial; } }
          @media (max-width: 1150px) {
            .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-img img {
              height: 440px;
              object-fit: cover; } }
          @media (max-width: 1023px) {
            .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-img img {
              height: 293px; } }
          @media (max-width: 767px) {
            .page-location-body .body .container .location-page .location-detail.richmond .location-address .detail-img img {
              height: initial; } }
      .page-location-body .body .container .location-page .google-review-section {
        width: 100%;
        max-width: 1366px;
        padding: 0 58px;
        margin: 0 auto;
        overflow: hidden; }
        @media (max-width: 1150px) {
          .page-location-body .body .container .location-page .google-review-section {
            padding: 0 46px; } }
        @media (max-width: 1023px) {
          .page-location-body .body .container .location-page .google-review-section {
            padding: 0 23px; } }
        @media (max-width: 767px) {
          .page-location-body .body .container .location-page .google-review-section {
            padding: 0 20px; } }

.page-location-body .body .container .location-page .location-detail.richmond {
  margin-bottom: 20px; }

@media (max-width: 1023px) {
  .page-location-body .body .container .location-page .location-detail.richmond {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .page-location-body .body .container .location-page .location-detail.richmond {
    margin-bottom: 40px; } }

.map-ventura {
  width: 100%;
  max-width: 1366px;
  padding: 0 58px;
  margin: 0 auto;
  margin-bottom: 60px; }
  @media (max-width: 1150px) {
    .map-ventura {
      padding: 0 25px; } }
  @media (max-width: 1023px) {
    .map-ventura {
      max-width: 722px;
      padding: 0 23px; } }
  @media (max-width: 767px) {
    .map-ventura {
      padding: 0; } }

.map-richmond {
  width: 100%;
  max-width: 1366px;
  padding: 0 58px;
  margin: 0 auto;
  margin-bottom: 40px; }
  @media (max-width: 1150px) {
    .map-richmond {
      padding: 0 25px; } }
  @media (max-width: 1023px) {
    .map-richmond {
      max-width: 722px;
      padding: 0 23px; } }
  @media (max-width: 767px) {
    .map-richmond {
      padding: 0; } }

/* cart preview */
.product--custom .modal-background {
  background: rgba(51, 51, 51, 0.8); }

.product--custom #previewModal {
  width: 100%;
  max-width: 1020px; }
  @media (max-width: 1100px) {
    .product--custom #previewModal {
      max-width: calc(100% - 46px);
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .product--custom #previewModal {
      max-width: calc(100% - 40px); } }
  .product--custom #previewModal .modal-close {
    height: 60px;
    top: 0;
    width: 60px;
    margin-right: 0;
    right: 0;
    color: #000;
    font-size: 52px;
    font-weight: bold; }
  .product--custom #previewModal .modal-content .modal-header {
    background-color: #3D3D3D;
    padding: 10px 30px;
    border: 1px solid #F4F4F4;
    height: 60px;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .product--custom #previewModal .modal-content .modal-header {
        padding: 10px 27px;
        padding-right: 73px; } }
    @media (max-width: 350px) {
      .product--custom #previewModal .modal-content .modal-header {
        padding-left: 16px; } }
    .product--custom #previewModal .modal-content .modal-header .modal-header-title {
      font-size: 26px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: bold;
      color: #fff;
      text-align: left; }
      .product--custom #previewModal .modal-content .modal-header .modal-header-title span.count-item {
        color: #99C7DD; }
      @media (max-width: 991px) {
        .product--custom #previewModal .modal-content .modal-header .modal-header-title {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .product--custom #previewModal .modal-content .modal-header .modal-header-title {
          font-size: 18px;
          line-height: 20px; } }
  .product--custom #previewModal .modal-content .modal-body {
    padding: 0; }
    .product--custom #previewModal .modal-content .modal-body .previewCart {
      max-width: 100%;
      background-color: #F5F5F5; }
      @media (max-width: 991px) {
        .product--custom #previewModal .modal-content .modal-body .previewCart {
          display: flex;
          flex-direction: row-reverse;
          justify-content: space-between; } }
      @media (max-width: 767px) {
        .product--custom #previewModal .modal-content .modal-body .previewCart {
          flex-direction: column; } }
      @media (max-width: 991px) {
        .product--custom #previewModal .modal-content .modal-body .previewCart:before, .product--custom #previewModal .modal-content .modal-body .previewCart:after {
          display: none; } }
      .product--custom #previewModal .modal-content .modal-body .previewCart .productView {
        width: calc(100% - 370px);
        padding: 35px 0 35px 30px;
        flex-direction: initial;
        align-items: flex-start; }
        @media (max-width: 991px) {
          .product--custom #previewModal .modal-content .modal-body .previewCart .productView {
            width: calc(100% - 293px);
            margin: 0;
            padding-left: 20px; } }
        @media (max-width: 767px) {
          .product--custom #previewModal .modal-content .modal-body .previewCart .productView {
            width: 100%;
            padding: 40px 27px 24px 27px;
            display: initial; } }
        .product--custom #previewModal .modal-content .modal-body .previewCart .productView .productView-image {
          margin: 0;
          width: 200px;
          height: 132px;
          min-height: auto;
          padding: 0;
          min-width: 200px; }
          @media (max-width: 991px) {
            .product--custom #previewModal .modal-content .modal-body .previewCart .productView .productView-image {
              width: 140px;
              height: 92px;
              min-width: 140px; } }
          @media (max-width: 767px) {
            .product--custom #previewModal .modal-content .modal-body .previewCart .productView .productView-image {
              display: none; } }
          .product--custom #previewModal .modal-content .modal-body .previewCart .productView .productView-image .productView-img-container {
            height: 132px; }
            @media (max-width: 991px) {
              .product--custom #previewModal .modal-content .modal-body .previewCart .productView .productView-image .productView-img-container {
                height: 92px; } }
        .product--custom #previewModal .modal-content .modal-body .previewCart .productView .productView-details {
          margin: 0;
          padding: 0;
          padding-left: 20px; }
          @media (max-width: 767px) {
            .product--custom #previewModal .modal-content .modal-body .previewCart .productView .productView-details {
              padding-left: 0; } }
          .product--custom #previewModal .modal-content .modal-body .previewCart .productView .productView-details .productView-title {
            font-size: 26px;
            font-family: 'Roboto Condensed', sans-serif;
            color: #000000;
            line-height: 32px;
            font-weight: bold;
            margin-bottom: 5px; }
            @media (max-width: 991px) {
              .product--custom #previewModal .modal-content .modal-body .previewCart .productView .productView-details .productView-title {
                font-size: 24px;
                line-height: 30px; } }
          .product--custom #previewModal .modal-content .modal-body .previewCart .productView .productView-details .productView-brand {
            font-size: 14px;
            color: #000;
            font-family: Open Sans, sans-serif;
            line-height: 19px;
            margin-bottom: 10px;
            font-weight: 400; }
          .product--custom #previewModal .modal-content .modal-body .previewCart .productView .productView-details .productView-price {
            font-size: 26px;
            color: #000;
            font-weight: bold;
            font-family: Roboto Condensed, sans-serif;
            line-height: 35px;
            border-bottom: 0;
            padding: 0;
            margin-top: 10px; }
          .product--custom #previewModal .modal-content .modal-body .previewCart .productView .productView-details .productView-info {
            display: flex;
            margin-bottom: 5px; }
            .product--custom #previewModal .modal-content .modal-body .previewCart .productView .productView-details .productView-info .productView-info-name {
              font-size: 14px;
              color: #000;
              font-family: Open Sans, sans-serif;
              line-height: 19px;
              font-weight: 400; }
            .product--custom #previewModal .modal-content .modal-body .previewCart .productView .productView-details .productView-info .productView-info-value {
              font-size: 14px;
              color: #000;
              font-family: Open Sans, sans-serif;
              line-height: 19px;
              font-weight: 700; }
      .product--custom #previewModal .modal-content .modal-body .previewCart .previewCartCheckout {
        width: 335px;
        max-width: 335px;
        background-color: #fff;
        box-shadow: -6px 6px 20px 0 rgba(0, 0, 0, 0.2);
        padding: 23px 27px 32px 27px; }
        @media (max-width: 991px) {
          .product--custom #previewModal .modal-content .modal-body .previewCart .previewCartCheckout {
            width: 265px;
            max-width: 265px;
            margin: 0;
            padding: 23px 20px 32px 20px; } }
        @media (max-width: 767px) {
          .product--custom #previewModal .modal-content .modal-body .previewCart .previewCartCheckout {
            width: 100%;
            max-width: 100%;
            padding: 23px 27px 32px 27px; } }
        .product--custom #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .button--primary {
          height: 54px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 18px;
          font-size: 20px; }
          @media (max-width: 991px) {
            .product--custom #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .button--primary {
              font-size: 16px; } }
          .product--custom #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .button--primary:before {
            content: "";
            background: url("https://cdn11.bigcommerce.com/s-5a502/images/stencil/original/image-manager/shopping-cart.png") no-repeat;
            background-position: center;
            background-size: cover;
            display: block;
            width: 22px;
            height: 22px;
            margin-right: 12px; }
            @media (max-width: 991px) {
              .product--custom #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .button--primary:before {
                margin-right: 10px; } }
        .product--custom #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
          margin-bottom: 12px;
          border-bottom: 1px solid #000000;
          font-size: 16px;
          color: #000;
          font-weight: bold;
          text-transform: capitalize;
          margin-top: 0; }
          .product--custom #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
            display: block;
            font-size: 38px;
            font-weight: bold;
            text-align: center;
            color: #A11812;
            line-height: 50px;
            padding-bottom: 11px;
            font-family: Roboto Condensed, sans-serif; }
        .product--custom #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .previewCartCheckout-subtotal + p {
          font-size: 14px;
          font-family: Open Sans, sans-serif;
          font-weight: 400;
          color: #000;
          margin-bottom: 23px; }
        .product--custom #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .button--primary.continue-shop {
          background-color: initial;
          border: initial;
          padding: 0;
          height: initial;
          font-size: 14px;
          font-weight: bold;
          color: #000;
          font-family: Roboto Condensed, sans-serif;
          margin-bottom: 0;
          line-height: 19px; }
          .product--custom #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .button--primary.continue-shop:before {
            content: "";
            background: url("https://cdn11.bigcommerce.com/s-5a502/images/stencil/original/image-manager/arrow-left.png") no-repeat;
            background-position: center;
            background-size: cover;
            display: block;
            width: 8px;
            height: 14px;
            margin-right: 8px; }

/* preview Cart you may also like section*/
.you-may-also-like {
  background-color: #EDF5F8;
  max-height: 358px;
  padding-left: 35px;
  padding-right: 25px;
  padding-bottom: 20px;
  border-top: 1px solid #000000; }
  @media (max-width: 640px) {
    .you-may-also-like {
      padding-left: 30px;
      padding-right: 30px; } }
  .you-may-also-like h3 {
    font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #1E6E93;
    padding: 17px 0px;
    margin: 0px;
    padding-bottom: 15px; }
    @media (max-width: 768px) {
      .you-may-also-like h3 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 9px; } }
    @media (max-width: 640px) {
      .you-may-also-like h3 {
        text-align: center;
        padding-bottom: 9px;
        font-size: 18px;
        line-height: 22px; } }
  .you-may-also-like p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    margin-bottom: 12px; }
    @media (max-width: 768px) {
      .you-may-also-like p {
        margin-bottom: 9.7px; } }
  .you-may-also-like .container-1 .product-title-name {
    text-decoration: none; }
  .you-may-also-like .amount {
    font-family: "Roboto Condensed",sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    color: #A11812; }
    @media (max-width: 768px) {
      .you-may-also-like .amount {
        line-height: 18px; } }
  .you-may-also-like .container-img {
    margin-bottom: 12px;
    object-fit: contain; }
    @media (max-width: 768px) {
      .you-may-also-like .container-img {
        margin-bottom: 8px; } }
  @media (min-width: 641px) {
    .you-may-also-like .container-1:nth-child(2) {
      margin: 0px 20px; }
    .you-may-also-like .slick-track {
      display: flex; } }
  @media (min-width: 1024px) {
    .you-may-also-like .container-1:nth-child(2) {
      margin: 0px 30px; } }
  @media (max-width: 640px) {
    .you-may-also-like .slick-arrow.slick-prev {
      left: -23px; }
    .you-may-also-like .container-1 {
      padding: 0px 30px; }
    .you-may-also-like .slick-arrow.slick-next, .you-may-also-like .slick-arrow.slick-prev {
      background-color: transparent;
      right: -23px;
      filter: brightness(0) saturate(100%) invert(36%) sepia(0%) saturate(2922%) hue-rotate(331deg) brightness(102%) contrast(89%); } }

.you-may-also-like-align {
  display: flex;
  justify-content: space-between; }

.product--custom #previewModal {
  overflow: scroll;
  overflow-x: hidden !important; }
  .product--custom #previewModal .modal-content .modal-body {
    max-height: 100% !important;
    overflow: visible; }
    .product--custom #previewModal .modal-content .modal-body .previewCart {
      background-color: #f5f5f5;
      padding-bottom: 22px; }

/* preview Cart you may also like section*/
.blog-container .populartags ul {
  list-style-type: none;
  list-style-type: none;
  margin-left: 20px;
  margin-top: 10px; }

.blog-container .populartags h3 {
  margin-top: 0;
  position: relative;
  font-family: "Roboto Condensed",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 8.5px; }

section.blog-container {
  display: flex;
  flex-wrap: wrap; }

.blog-container section.populartags {
  flex: 0 0 28.1%;
  padding-right: 45px; }
  @media (max-width: 1500px) {
    .blog-container section.populartags {
      padding-right: 45px; } }
  @media (max-width: 1024px) {
    .blog-container section.populartags {
      padding-right: 25px;
      flex: 0 0 25.4%; } }
  @media (max-width: 992px) {
    .blog-container section.populartags {
      padding-right: 23px; } }

.blog-container section.page {
  flex: 0 0 75%; }

.blog-container .populartags ul li {
  font-size: 14px;
  line-height: 35px; }

.blog-container .populartags ul li a {
  color: #1E6E93;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-size: 14px;
  line-height: 35px; }

.blog-container .blog {
  flex: 0 0 71.9%; }

section.blog-container.altered section.blog-container {
  all: unset; }

section.blog-container.altered section.blog-container .blog {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #707070; }

section.blog-container.altered .page-heading + section.blog-container .blog {
  border: none !important; }

section.blog-container.altered .page .blog-container:first-child {
  background: red; }

section.blog-container.altered .populartags h3 {
  margin-top: 1rem; }

@media (max-width: 767px) {
  section.blog-container {
    flex-direction: column; } }

section.blog-container.altered .blog-title a {
  color: #000; }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .blog-container section.populartags {
    flex: 0 0 36% !important;
    margin: 0px auto; }
  body.blog_post--custom #main-content .container .blog {
    width: 100%;
    max-width: 64% !important;
    flex: 0 0 64% !important;
    padding-right: 22px; } }

/* blog listing page 2*2 */
body.blog--custom #main-content {
  padding: 0;
  margin-bottom: 50px; }
  body.blog--custom #main-content .container {
    width: 100%;
    max-width: 100%;
    padding: 0; }
    body.blog--custom #main-content .container .blog-top-banner {
      background-image: url(https://cdn11.bigcommerce.com/s-5a502/images/stencil/original/image-manager/blog-banner.png);
      width: 100%;
      height: 140px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 991px) {
        body.blog--custom #main-content .container .blog-top-banner {
          height: 100px; } }
      @media (max-width: 767px) {
        body.blog--custom #main-content .container .blog-top-banner {
          height: 70px; } }
      body.blog--custom #main-content .container .blog-top-banner .blog-top-heading {
        width: 100%;
        max-width: 1366px;
        padding: 0 28px;
        margin: 0 auto; }
        @media (max-width: 1099px) {
          body.blog--custom #main-content .container .blog-top-banner .blog-top-heading {
            padding: 0 25px; } }
        @media (max-width: 767px) {
          body.blog--custom #main-content .container .blog-top-banner .blog-top-heading {
            padding: 0 20px; } }
        body.blog--custom #main-content .container .blog-top-banner .blog-top-heading .breadcrumbs {
          padding-top: 20px; }
          @media (max-width: 991px) {
            body.blog--custom #main-content .container .blog-top-banner .blog-top-heading .breadcrumbs {
              padding-top: 17px;
              margin-bottom: 12px; } }
          body.blog--custom #main-content .container .blog-top-banner .blog-top-heading .breadcrumbs .breadcrumb a {
            color: #fff; }
          body.blog--custom #main-content .container .blog-top-banner .blog-top-heading .breadcrumbs .breadcrumb:not(:first-child)::before {
            color: #fff; }
          body.blog--custom #main-content .container .blog-top-banner .blog-top-heading .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
            color: #fff; }
        body.blog--custom #main-content .container .blog-top-banner .blog-top-heading .page-heading {
          color: #fff;
          margin: 0; }
          @media (max-width: 991px) {
            body.blog--custom #main-content .container .blog-top-banner .blog-top-heading .page-heading {
              font-size: 26px;
              line-height: 34px; } }
          @media (max-width: 767px) {
            body.blog--custom #main-content .container .blog-top-banner .blog-top-heading .page-heading {
              padding-top: 17px; } }
    body.blog--custom #main-content .container .page .blog-content {
      width: 100%;
      padding: 38px 70px 50px 25px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 40px;
      row-gap: 50px; }
      @media (max-width: 1099px) {
        body.blog--custom #main-content .container .page .blog-content {
          max-width: 1024px;
          grid-template-columns: 1fr 1fr;
          padding: 38px 30px 50px 25px; } }
      @media (max-width: 991px) {
        body.blog--custom #main-content .container .page .blog-content {
          max-width: 768px;
          grid-template-columns: 1fr 1fr;
          padding: 38px 21px 50px 25px;
          column-gap: 13.5px; } }
      @media (max-width: 767px) {
        body.blog--custom #main-content .container .page .blog-content {
          padding: 30px 20px 50px 20px;
          row-gap: 40px;
          grid-template-columns: 1fr; } }
      body.blog--custom #main-content .container .page .blog-content .blog-container {
        display: initial; }
      body.blog--custom #main-content .container .page .blog-content .blog {
        margin: initial;
        max-width: initial;
        width: initial;
        height: 100%; }
        body.blog--custom #main-content .container .page .blog-content .blog .blog-post-figure {
          width: initial;
          display: initial;
          text-align: left; }
          body.blog--custom #main-content .container .page .blog-content .blog .blog-post-figure .blog-thumbnail {
            margin: initial;
            max-width: initial;
            margin-bottom: 10px; }
            body.blog--custom #main-content .container .page .blog-content .blog .blog-post-figure .blog-thumbnail img {
              width: 100%;
              height: 266px;
              object-fit: cover; }
              @media (max-width: 1024px) {
                body.blog--custom #main-content .container .page .blog-content .blog .blog-post-figure .blog-thumbnail img {
                  width: 335px;
                  height: 223px; } }
              @media (max-width: 991px) {
                body.blog--custom #main-content .container .page .blog-content .blog .blog-post-figure .blog-thumbnail img {
                  width: 225px;
                  height: 150px; } }
              @media (max-width: 767px) {
                body.blog--custom #main-content .container .page .blog-content .blog .blog-post-figure .blog-thumbnail img {
                  width: 100%;
                  height: 290px; } }
              @media (max-width: 550px) {
                body.blog--custom #main-content .container .page .blog-content .blog .blog-post-figure .blog-thumbnail img {
                  width: 100%;
                  height: 225px; } }
        body.blog--custom #main-content .container .page .blog-content .blog .blog-post-body {
          width: initial;
          text-align: left;
          padding-right: 20px; }
          @media (max-width: 991px) {
            body.blog--custom #main-content .container .page .blog-content .blog .blog-post-body {
              padding-right: 13px; } }
          @media (max-width: 767px) {
            body.blog--custom #main-content .container .page .blog-content .blog .blog-post-body {
              padding-right: 5px; } }
          body.blog--custom #main-content .container .page .blog-content .blog .blog-post-body .blog-header .blog-date {
            line-height: 22px;
            color: #909090;
            text-align: left;
            font-weight: bold;
            margin-bottom: 10px; }
            @media (max-width: 1024px) {
              body.blog--custom #main-content .container .page .blog-content .blog .blog-post-body .blog-header .blog-date {
                font-size: 14px;
                line-height: 17px; } }
            @media (max-width: 991px) {
              body.blog--custom #main-content .container .page .blog-content .blog .blog-post-body .blog-header .blog-date {
                font-size: 11px;
                line-height: 10px; } }
            @media (max-width: 767px) {
              body.blog--custom #main-content .container .page .blog-content .blog .blog-post-body .blog-header .blog-date {
                font-size: 14px;
                line-height: 17px; } }
          body.blog--custom #main-content .container .page .blog-content .blog .blog-post-body .blog-header .blog-title {
            font-size: 26px;
            margin: 0;
            padding-bottom: 6px;
            margin-bottom: 15px;
            border-bottom: 1px solid #000000;
            line-height: 30px; }
            @media (max-width: 1024px) {
              body.blog--custom #main-content .container .page .blog-content .blog .blog-post-body .blog-header .blog-title {
                font-size: 22px;
                line-height: 26px; } }
            @media (max-width: 991px) {
              body.blog--custom #main-content .container .page .blog-content .blog .blog-post-body .blog-header .blog-title {
                font-size: 18px;
                line-height: 20px; } }
            @media (max-width: 767px) {
              body.blog--custom #main-content .container .page .blog-content .blog .blog-post-body .blog-header .blog-title {
                font-size: 22px;
                line-height: 26px; } }
          body.blog--custom #main-content .container .page .blog-content .blog .blog-post-body .blog-post {
            font-size: 14px;
            line-height: 22px;
            letter-spacing: 0;
            color: #000; }
            @media (max-width: 991px) {
              body.blog--custom #main-content .container .page .blog-content .blog .blog-post-body .blog-post {
                font-size: 12px;
                line-height: 20px; } }
            @media (max-width: 767px) {
              body.blog--custom #main-content .container .page .blog-content .blog .blog-post-body .blog-post {
                font-size: 14px;
                line-height: 22px; } }
            body.blog--custom #main-content .container .page .blog-content .blog .blog-post-body .blog-post a {
              margin-top: 15px;
              height: 32px;
              width: 93px;
              background-color: #1E6E93;
              display: flex;
              align-items: center;
              justify-content: center;
              color: #fff;
              text-decoration: none;
              font-size: 13px;
              text-transform: uppercase;
              font-weight: bold;
              padding: 0;
              line-height: initial;
              font-family: "Roboto Condensed",sans-serif; }
      body.blog--custom #main-content .container .page .blog-content .blog + .blog {
        margin-top: 0;
        padding-top: 0;
        border: 0; }
    body.blog--custom #main-content .container .page .pagination {
      width: 100%;
      max-width: 1366px;
      padding: 0 70px;
      margin: 0 auto;
      padding-left: 43px; }
      @media (max-width: 1099px) {
        body.blog--custom #main-content .container .page .pagination {
          max-width: 1024px;
          padding: 0 50px;
          padding-left: 30px; } }
      @media (max-width: 991px) {
        body.blog--custom #main-content .container .page .pagination {
          max-width: 768px;
          padding: 0 25px; } }
      @media (max-width: 767px) {
        body.blog--custom #main-content .container .page .pagination {
          padding: 0 20px; } }
      body.blog--custom #main-content .container .page .pagination .pagination-list {
        border-top: 5px solid #000;
        margin: 0 auto; }
        body.blog--custom #main-content .container .page .pagination .pagination-list li {
          margin-top: -4px; }

/* blog details */
.blog_post--custom #main-content {
  padding: 0;
  padding-top: 20px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .blog_post--custom #main-content {
      padding-top: 30px;
      margin-bottom: 80px; } }
  .blog_post--custom #main-content .container {
    width: 100%;
    max-width: 100%;
    padding: 0; }
    .blog_post--custom #main-content .container nav .breadcrumbs {
      width: 100%;
      max-width: 1366px;
      padding: 0 28px;
      margin: 0 auto;
      margin-bottom: 40px; }
      @media (max-width: 1099px) {
        .blog_post--custom #main-content .container nav .breadcrumbs {
          padding: 0 25px; } }
      @media (max-width: 991px) {
        .blog_post--custom #main-content .container nav .breadcrumbs {
          margin-bottom: 23px; } }
    .blog_post--custom #main-content .container .blog-container {
      width: 100%;
      max-width: 1300px;
      margin: 0px auto;
      padding: 0px; }
      @media (max-width: 991px) {
        .blog_post--custom #main-content .container .blog-container {
          padding: 0 25px; } }
      @media (max-width: 767px) {
        .blog_post--custom #main-content .container .blog-container {
          padding: 0 20px; } }
    @media (max-width: 991px) {
      .blog_post--custom #main-content .container section.populartags {
        flex: initial;
        margin-top: 25px; } }
    .blog_post--custom #main-content .container .blog {
      width: 100%;
      max-width: 71.9%;
      padding: 0 70px 50px 25px;
      margin: 0; }
      @media (max-width: 1099px) {
        .blog_post--custom #main-content .container .blog {
          padding: 0 30px 50px 27px; } }
      @media (max-width: 1024px) {
        .blog_post--custom #main-content .container .blog {
          padding: 0 30px 50px 27px;
          max-width: 74.6%;
          flex: 0 0 74.6%; } }
      @media (max-width: 991px) {
        .blog_post--custom #main-content .container .blog {
          max-width: 100%;
          padding: 0;
          flex: initial; } }
      .blog_post--custom #main-content .container .blog .blog-post-figure {
        width: 100%;
        margin-bottom: 20px; }
        .blog_post--custom #main-content .container .blog .blog-post-figure .blog-thumbnail {
          margin: 0;
          max-width: 100%; }
          @media (max-width: 800px) {
            .blog_post--custom #main-content .container .blog .blog-post-figure .blog-thumbnail {
              max-width: 100%; } }
          @media (max-width: 767px) {
            .blog_post--custom #main-content .container .blog .blog-post-figure .blog-thumbnail {
              max-width: 100%; } }
      .blog_post--custom #main-content .container .blog .blog-post-body {
        width: 100%; }
        .blog_post--custom #main-content .container .blog .blog-post-body .blog-post {
          line-height: 24px;
          text-align: center; }
          @media (max-width: 992px) {
            .blog_post--custom #main-content .container .blog .blog-post-body .blog-post {
              font-size: 14px;
              line-height: 22px; } }
          .blog_post--custom #main-content .container .blog .blog-post-body .blog-post p {
            text-align: left; }
            @media (max-width: 767px) {
              .blog_post--custom #main-content .container .blog .blog-post-body .blog-post p {
                font-size: 14px; } }
          .blog_post--custom #main-content .container .blog .blog-post-body .blog-post p a {
            padding-left: 0;
            font-size: 16px; }
            @media (max-width: 1023px) {
              .blog_post--custom #main-content .container .blog .blog-post-body .blog-post p a {
                font-size: 14px; } }
          .blog_post--custom #main-content .container .blog .blog-post-body .blog-post p a strong {
            font-weight: normal; }
          .blog_post--custom #main-content .container .blog .blog-post-body .blog-post h1 {
            margin-top: 40px;
            color: #000000;
            font-weight: 700;
            font-family: Open Sans, sans-serif;
            letter-spacing: 0;
            line-height: 44px;
            font-size: 24px; }
            @media (max-width: 767px) {
              .blog_post--custom #main-content .container .blog .blog-post-body .blog-post h1 {
                font-size: 20px;
                margin-top: 17px;
                line-height: 26px; } }
          .blog_post--custom #main-content .container .blog .blog-post-body .blog-post h1 + h2 {
            margin-top: 11px;
            color: #000000;
            font-weight: 400;
            font-family: Open Sans, sans-serif;
            letter-spacing: 0;
            margin-bottom: 20px;
            line-height: 30px; }
            @media (max-width: 767px) {
              .blog_post--custom #main-content .container .blog .blog-post-body .blog-post h1 + h2 {
                font-size: 20px;
                margin-top: 10px;
                line-height: 26px; } }
          .blog_post--custom #main-content .container .blog .blog-post-body .blog-post h2 {
            margin-top: 40px;
            color: #000000;
            font-weight: 700;
            font-family: Open Sans, sans-serif;
            letter-spacing: 0;
            margin-bottom: 20px;
            line-height: 30px;
            font-size: 24px;
            line-height: 26px; }
            @media (max-width: 992px) {
              .blog_post--custom #main-content .container .blog .blog-post-body .blog-post h2 {
                font-size: 20px;
                line-height: 26px; } }
          @media (max-width: 1024px) {
            .blog_post--custom #main-content .container .blog .blog-post-body .blog-post iframe {
              width: 100%;
              height: 440px;
              margin-left: 10px; } }
          @media (max-width: 991px) {
            .blog_post--custom #main-content .container .blog .blog-post-body .blog-post iframe {
              width: 100%;
              height: 260px;
              margin-left: 10px; } }
          @media (max-width: 767px) {
            .blog_post--custom #main-content .container .blog .blog-post-body .blog-post iframe {
              width: 100%;
              height: 322px; } }
          @media (max-width: 450px) {
            .blog_post--custom #main-content .container .blog .blog-post-body .blog-post iframe {
              width: 100%;
              height: 217px;
              margin-left: 0px; } }
        .blog_post--custom #main-content .container .blog .blog-post-body .tags {
          text-align: left; }
          .blog_post--custom #main-content .container .blog .blog-post-body .tags .tag {
            padding-left: 0;
            padding-right: 20px; }
            .blog_post--custom #main-content .container .blog .blog-post-body .tags .tag a {
              color: #1E6E93;
              font-weight: bold;
              padding: 0; }
      .blog_post--custom #main-content .container .blog .blog-header {
        border-bottom: 1px solid #000000;
        margin-bottom: 15px;
        text-align: left; }
        .blog_post--custom #main-content .container .blog .blog-header .blog-date {
          text-align: left;
          font-weight: bold;
          color: #909090;
          margin-bottom: 10px;
          line-height: 19px;
          font-family: Noto Sans, sans-serif; }
        .blog_post--custom #main-content .container .blog .blog-header .blog-title {
          margin: 0;
          padding-bottom: 10px;
          font-size: 36px;
          line-height: 42px; }
          @media (max-width: 1023px) {
            .blog_post--custom #main-content .container .blog .blog-header .blog-title {
              font-size: 26px;
              line-height: 32px; } }
    .blog_post--custom #main-content .container .populartags h3:before {
      display: none; }
    .blog_post--custom #main-content .container .blog-details-section .more-blogs {
      margin: 0 auto;
      max-width: 890px;
      width: 100%;
      padding: 0 25px;
      margin-top: 90px; }
      @media (max-width: 767px) {
        .blog_post--custom #main-content .container .blog-details-section .more-blogs {
          margin-top: 60px;
          padding: 0 20px; } }
      .blog_post--custom #main-content .container .blog-details-section .more-blogs .our-blog-title h5 {
        font-size: 24px;
        font-family: "Roboto Condensed",sans-serif;
        text-align: center;
        margin: 0;
        padding-bottom: 9px;
        border-bottom: 5px solid #000000;
        line-height: 30px;
        color: #000;
        font-weight: bold; }
        @media (max-width: 767px) {
          .blog_post--custom #main-content .container .blog-details-section .more-blogs .our-blog-title h5 {
            font-size: 20px;
            line-height: 26px; } }
      .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin-top: 50px;
        margin-bottom: 60px;
        padding: 0 20px; }
        @media (max-width: 1100px) {
          .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details {
            padding: 0 10px; } }
        @media (max-width: 991px) {
          .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details {
            padding: 0;
            margin-top: 30px;
            gap: 30px; } }
        @media (max-width: 767px) {
          .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details {
            margin-top: 20px;
            grid-template-columns: 1fr;
            gap: 40px; } }
        .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog-detail {
          margin: initial;
          max-width: initial;
          width: initial;
          height: 100%; }
          .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog-detail .blog-post-figure {
            width: initial;
            display: initial;
            text-align: left; }
            .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog-detail .blog-post-figure .blog-thumbnail {
              margin: initial;
              max-width: initial;
              margin-bottom: 10px; }
              .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog-detail .blog-post-figure .blog-thumbnail img {
                width: 400px;
                height: 266px;
                object-fit: cover; }
                @media (max-width: 991px) {
                  .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog-detail .blog-post-figure .blog-thumbnail img {
                    width: 100%;
                    height: 230px; } }
                @media (max-width: 767px) {
                  .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog-detail .blog-post-figure .blog-thumbnail img {
                    width: 100%;
                    height: 290px; } }
                @media (max-width: 550px) {
                  .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog-detail .blog-post-figure .blog-thumbnail img {
                    width: 100%;
                    height: 225px; } }
          .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog-detail .blog-post-body {
            width: initial;
            text-align: left;
            padding-right: 20px; }
            @media (max-width: 991px) {
              .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog-detail .blog-post-body {
                padding-right: 13px; } }
            @media (max-width: 767px) {
              .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog-detail .blog-post-body {
                padding-right: 5px; } }
            .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog-detail .blog-post-body .blog-header .blog-date {
              line-height: 19px;
              color: #909090;
              text-align: left;
              font-weight: bold;
              margin-bottom: 10px; }
            .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog-detail .blog-post-body .blog-header .blog-title {
              font-size: 26px;
              margin: 0;
              padding-bottom: 6px;
              margin-bottom: 15px;
              border-bottom: 1px solid #000000;
              line-height: 30px; }
              @media (max-width: 991px) {
                .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog-detail .blog-post-body .blog-header .blog-title {
                  font-size: 22px;
                  line-height: 26px; } }
            .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog-detail .blog-post-body .blog-post {
              font-size: 14px;
              line-height: 22px;
              letter-spacing: 0;
              color: #000; }
              .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog-detail .blog-post-body .blog-post a {
                margin-top: 15px;
                height: 32px;
                width: 93px;
                background-color: #1E6E93;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                text-decoration: none;
                font-size: 13px;
                text-transform: uppercase;
                font-weight: bold;
                padding: 0;
                line-height: initial;
                font-family: "Roboto Condensed",sans-serif; }
        .blog_post--custom #main-content .container .blog-details-section .more-blogs .blog-details .blog + .blog {
          margin-top: 0;
          padding-top: 0;
          border: 0; }

@media (min-width: 1024px) {
  body .header .navPages-list .navPage-subMenu-item .navPage-subMenu-action {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 9px; } }

.blog--custom .page {
  width: 100%;
  max-width: 1300px;
  padding: 0px 0px;
  margin: 0 auto; }
  .blog--custom .page .blog-content-left {
    width: 72%;
    float: left; }
    @media (max-width: 1024px) {
      .blog--custom .page .blog-content-left {
        padding-right: 5px;
        width: 74.6%; } }
    @media (max-width: 992px) {
      .blog--custom .page .blog-content-left {
        padding-right: 0px;
        width: 66.4%; } }
    @media (max-width: 767px) {
      .blog--custom .page .blog-content-left {
        width: 100%;
        float: none; } }
  .blog--custom .page .blog-content-right {
    width: 28%;
    float: left;
    padding-right: 45px; }
    @media (max-width: 1500px) {
      .blog--custom .page .blog-content-right {
        padding-right: 45px; } }
    @media (max-width: 1024px) {
      .blog--custom .page .blog-content-right {
        padding-right: 25px;
        width: 25.4%; } }
    @media (max-width: 992px) {
      .blog--custom .page .blog-content-right {
        padding-right: 23px;
        width: 33.6%; } }
    @media (max-width: 767px) {
      .blog--custom .page .blog-content-right {
        width: 100%;
        float: none;
        padding: 0 25px;
        margin: 0 auto;
        margin-bottom: 15px;
        max-width: 768px; } }
    @media (max-width: 767px) {
      .blog--custom .page .blog-content-right {
        padding: 0 20px; } }
    .blog--custom .page .blog-content-right .populartags h3 {
      margin-top: 38px;
      position: relative;
      font-family: "Roboto Condensed",sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px;
      color: #000;
      border-bottom: 1px solid #000;
      padding-bottom: 4px; }
    .blog--custom .page .blog-content-right .populartags ul {
      margin: 0;
      margin-left: 20px;
      margin-top: 10px;
      list-style: none; }
      .blog--custom .page .blog-content-right .populartags ul li {
        font-size: 14px;
        line-height: 35px; }
        .blog--custom .page .blog-content-right .populartags ul li a {
          color: #1e6e93;
          font-family: "Open Sans",sans-serif;
          text-decoration: none;
          font-size: 14px;
          line-height: 35px; }

.blog_post--custom #main-content .container .blog .blog-post-body .blog-post iframe {
  margin-bottom: 20px; }

.blog_post--custom .populartags .addThisSocialLinks {
  margin-bottom: 25px; }

/* Adjust Site Badges Start */
/* Adjust Site Badges End */
/* Financing Pricing Start */
body.category--custom.financing-pricing-popup-active {
  position: relative; }
  body.category--custom.financing-pricing-popup-active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 99; }
    @media (min-width: 1024px) {
      body.category--custom.financing-pricing-popup-active:after {
        display: none; } }

.monthly-price-card {
  overflow: visible; }

.financing-pricing-wrapper-outer {
  position: relative; }
  .financing-pricing-wrapper-outer .financing-pricing-wrapper {
    width: 100%; }
    .financing-pricing-wrapper-outer .financing-pricing-wrapper p {
      display: flex;
      align-items: center;
      margin: 0 0 10px; }
      .financing-pricing-wrapper-outer .financing-pricing-wrapper p span {
        font-family: "Roboto Condensed";
        font-size: 14px;
        font-weight: 400;
        color: #17284b;
        line-height: 1; }
        .financing-pricing-wrapper-outer .financing-pricing-wrapper p span.financing-price {
          margin: 0 5px;
          font-weight: 700; }
        .financing-pricing-wrapper-outer .financing-pricing-wrapper p span.financing-pricing-info-icon:hover {
          cursor: pointer; }
  .financing-pricing-wrapper-outer .financing-pricing-popup {
    border: 1px solid #000;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.31);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    display: none;
    background: #fff;
    z-index: 999; }
    @media (min-width: 1024px) {
      .financing-pricing-wrapper-outer .financing-pricing-popup {
        width: 200px;
        position: absolute;
        top: -5px;
        left: 130px;
        transform: none; } }
    .financing-pricing-wrapper-outer .financing-pricing-popup.is-open {
      display: block; }
    @media (min-width: 1024px) {
      .financing-pricing-wrapper-outer .financing-pricing-popup:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-left: 1px solid #000;
        border-top: 1px solid #000;
        background: #fff;
        z-index: 0;
        top: 7px;
        left: -6px;
        transform: rotate(-45deg); } }
    .financing-pricing-wrapper-outer .financing-pricing-popup .financing-pricing-popup-inner {
      padding: 10px 12px; }
      .financing-pricing-wrapper-outer .financing-pricing-popup .financing-pricing-popup-inner .financing-pricing-popup-close {
        position: absolute;
        top: -40px;
        right: 0;
        color: #fff;
        font-weight: 700;
        font-size: 25px; }
        @media (min-width: 1024px) {
          .financing-pricing-wrapper-outer .financing-pricing-popup .financing-pricing-popup-inner .financing-pricing-popup-close {
            display: none; } }
      .financing-pricing-wrapper-outer .financing-pricing-popup .financing-pricing-popup-inner p {
        font-size: 12px;
        color: #000001;
        font-family: "Open Sans";
        line-height: 16px;
        margin: 0;
        text-align: center; }
        @media (min-width: 1024px) {
          .financing-pricing-wrapper-outer .financing-pricing-popup .financing-pricing-popup-inner p {
            text-align: left; } }

.productView .financing-pricing-wrapper-outer {
  width: 100%;
  margin-top: 10px; }
  .productView .financing-pricing-wrapper-outer .financing-pricing-wrapper p {
    margin: 0; }

.productView .financing-pricing-popup {
  width: 200px;
  position: absolute;
  top: -5px;
  left: 130px;
  transform: none; }
  .productView .financing-pricing-popup:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    background: #fff;
    z-index: 0;
    top: 7px;
    left: -6px;
    transform: rotate(-45deg); }

/* Financing Pricing End */
.warning-message {
  padding: 0 20px 40px;
  max-width: 1236px;
  margin: 0 auto; }
  .warning-message h4 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold; }
  .warning-message p {
    text-align: center;
    font-style: italic; }

.our-story-page .page .page-content, .check-out-our-reviews-page .page .page-content, .terms-of-sale-page .page .page-content, .privacy-policy-page .page .page-content {
  font-size: 16px; }
  @media (max-width: 600px) {
    .our-story-page .page .page-content, .check-out-our-reviews-page .page .page-content, .terms-of-sale-page .page .page-content, .privacy-policy-page .page .page-content {
      font-size: 14px; } }

.store-locator {
  padding: 40px 0 53px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .store-locator {
      padding-bottom: 20px; } }
  .store-locator:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 128px;
    content: '';
    background: #c4e0ea;
    background: linear-gradient(180deg, #c4e0ea 0%, #edf5f8 70%, rgba(237, 245, 248, 0) 100%); }
  .store-locator .container {
    max-width: 1250px !important;
    padding: 0 25px !important; }
    @media screen and (max-width: 1023px) {
      .store-locator .container {
        padding: 0 65px !important; } }
    @media (max-width: 767px) {
      .store-locator .container {
        padding: 0 35px !important; } }
  .store-locator .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px; }
    @media (max-width: 1279px) {
      .store-locator .row {
        margin: 0 -14px; } }
    .store-locator .row .col {
      width: 33.33%;
      padding: 0 17px; }
      @media (max-width: 1279px) {
        .store-locator .row .col {
          padding: 0 14px; } }
      @media (max-width: 1023px) {
        .store-locator .row .col {
          width: 50%;
          margin: 0 0 30px; } }
      @media (max-width: 666px) {
        .store-locator .row .col {
          width: 100%; } }
      .store-locator .row .col .inner-block {
        box-shadow: 3px 3px 30px #00000034;
        border-radius: 0px 30px; }
        .store-locator .row .col .inner-block .img-block {
          border: 10px solid #FFFFFF;
          border-radius: 0px 30px 0px 0px;
          overflow: hidden;
          height: 250px; }
          @media (max-width: 1279px) {
            .store-locator .row .col .inner-block .img-block {
              height: 195px; } }
          .store-locator .row .col .inner-block .img-block img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
      .store-locator .row .col .content-block {
        padding: 12px 30px 0; }
        @media (max-width: 1279px) {
          .store-locator .row .col .content-block {
            padding: 10px 23px 0; } }
        .store-locator .row .col .content-block h6 {
          font-size: 20px;
          line-height: 28px;
          padding: 0 20px 0 30px;
          background: #BE1E1E;
          display: inline-block;
          margin: 0;
          margin-left: -30px;
          color: #fff;
          font-weight: 800;
          font-family: Open Sans, sans-serif;
          clip-path: polygon(0% 0, 100% 0, 96% 100%, 0 100%);
          letter-spacing: 0; }
          @media (max-width: 1279px) {
            .store-locator .row .col .content-block h6 {
              font-size: 15px;
              line-height: 21px;
              padding: 0 20px 0 23px;
              margin-left: -23px; } }
          .store-locator .row .col .content-block h6.grey {
            background: #666666; }
        .store-locator .row .col .content-block h4 {
          font-family: Open Sans, sans-serif;
          margin: 0;
          font-size: 30px;
          line-height: 38px;
          letter-spacing: 0;
          color: #000000;
          margin: 6px 0 13px;
          font-weight: 600; }
          @media (max-width: 1279px) {
            .store-locator .row .col .content-block h4 {
              font-size: 24px;
              line-height: 32px; } }
          .store-locator .row .col .content-block h4 strong {
            display: inline-block;
            width: 100%;
            font-size: 44px;
            font-weight: 800; }
            @media (max-width: 1279px) {
              .store-locator .row .col .content-block h4 strong {
                font-size: 34px; } }
        .store-locator .row .col .content-block p {
          font-size: 16px;
          line-height: 24px;
          margin: 0 0 25px;
          color: #000000; }
          @media (max-width: 1279px) {
            .store-locator .row .col .content-block p {
              font-size: 13px;
              line-height: 19px;
              margin: 0 0 20px; } }
      .store-locator .row .col .button-block {
        padding: 0 30px 25px; }
        @media (max-width: 1279px) {
          .store-locator .row .col .button-block {
            padding: 0 23px 20px; } }
        .store-locator .row .col .button-block .button {
          width: 100%;
          display: inline-block;
          margin: 0;
          height: 48px;
          color: #fff;
          background: #1E6E93;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px;
          line-height: 22px;
          font-family: 'Roboto Condensed', sans-serif; }
          @media (max-width: 1279px) {
            .store-locator .row .col .button-block .button {
              height: 37px;
              font-size: 14px;
              line-height: 16px; } }
          .store-locator .row .col .button-block .button + .button {
            margin: 10px 0 0; }
            @media screen and (max-width: 1279px) {
              .store-locator .row .col .button-block .button + .button {
                margin-top: 7px; } }
          .store-locator .row .col .button-block .button.button-black {
            background: #000; }

.your-locations .container {
  max-width: 1140px !important;
  padding: 0 25px !important; }
  @media screen and (max-width: 767px) {
    .your-locations .container {
      padding: 0 15px !important; } }

.your-locations .our-sales h4 {
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  margin: 0 0 6px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -0.72px;
  font-family: Open Sans, sans-serif;
  font-weight: 800; }
  @media screen and (max-width: 1023px) {
    .your-locations .our-sales h4 {
      font-size: 30px;
      letter-spacing: -0.6px;
      line-height: 40px; } }
  @media screen and (max-width: 767px) {
    .your-locations .our-sales h4 {
      font-size: 26px;
      line-height: 36px;
      letter-spacing: -0.52px;
      margin: 0 0 10px; } }
  .your-locations .our-sales h4 span {
    color: #1E6E93; }

.your-locations .our-sales h6 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  margin: 0 0 50px;
  color: #000;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (max-width: 767px) {
    .your-locations .our-sales h6 {
      margin: 0  0 40px; } }
  .your-locations .our-sales h6 span {
    text-decoration: underline; }

@media screen and (max-width: 1279px) {
  .your-locations .our-sales .sale-text {
    max-width: 810px;
    margin: auto; } }

@media screen and (max-width: 1023px) {
  .your-locations .our-sales .sale-text {
    max-width: 600px; } }

.your-locations .our-sales .sale-text p {
  font-size: 16px;
  line-height: 24px;
  color: #000; }
  @media screen and (max-width: 1023px) {
    .your-locations .our-sales .sale-text p {
      font-size: 14px;
      line-height: 22px; } }
  .your-locations .our-sales .sale-text p:last-child {
    margin: 0; }

.location-sub-banner {
  margin-top: -2.5rem;
  position: relative; }
  .location-sub-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000000;
    opacity: 0.4; }
  .location-sub-banner .breadcrumbs {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1366px;
    padding: 0 28px; }
    .location-sub-banner .breadcrumbs .breadcrumb a {
      color: #fff; }
    .location-sub-banner .breadcrumbs .breadcrumb:not(:first-child)::before {
      color: #fff; }
  .location-sub-banner .banner-title {
    position: absolute;
    right: 0;
    max-width: 1366px;
    padding: 0 107px;
    bottom: 35px;
    left: 0;
    margin: auto; }
    @media screen and (max-width: 1300px) {
      .location-sub-banner .banner-title {
        padding: 0 40px; } }
    @media screen and (max-width: 1279px) {
      .location-sub-banner .banner-title {
        bottom: 50px; } }
    @media screen and (max-width: 1023px) {
      .location-sub-banner .banner-title {
        bottom: 100px;
        padding: 0 74px; } }
    @media screen and (max-width: 767px) {
      .location-sub-banner .banner-title {
        padding: 0 35px;
        bottom: auto;
        top: 26px; } }
    @media screen and (max-width: 360px) {
      .location-sub-banner .banner-title {
        padding: 0 20px; } }
    .location-sub-banner .banner-title h3 {
      line-height: 800;
      color: #fff;
      line-height: 54px;
      font-family: Open Sans, sans-serif;
      max-width: 415px;
      font-size: 44px;
      font-weight: 600;
      letter-spacing: 0;
      margin: 0;
      margin-left: auto; }
      @media screen and (max-width: 1279px) {
        .location-sub-banner .banner-title h3 {
          font-size: 34px;
          line-height: 44px;
          max-width: 385px; } }
      @media screen and (max-width: 1023px) {
        .location-sub-banner .banner-title h3 {
          font-size: 44px;
          max-width: 415px;
          line-height: 54px;
          margin-left: 0; } }
      @media screen and (max-width: 767px) {
        .location-sub-banner .banner-title h3 {
          max-width: 265px;
          font-size: 28px;
          line-height: 38px; } }
      .location-sub-banner .banner-title h3 strong {
        font-size: 64px;
        font-weight: 800; }
        @media screen and (max-width: 1279px) {
          .location-sub-banner .banner-title h3 strong {
            font-size: 54px; } }
        @media screen and (max-width: 1023px) {
          .location-sub-banner .banner-title h3 strong {
            font-size: 64px; } }
        @media screen and (max-width: 767px) {
          .location-sub-banner .banner-title h3 strong {
            font-size: 48px; } }
  .location-sub-banner .img-block {
    height: 280px; }
    .location-sub-banner .img-block img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.location-info {
  margin: 0 0 46px; }
  @media screen and (max-width: 767px) {
    .location-info {
      margin: 0 0 40px; } }
  .location-info .container {
    max-width: 1366px;
    padding: 0 107px; }
    @media screen and (max-width: 1300px) {
      .location-info .container {
        padding: 0 40px; } }
    @media screen and (max-width: 1279px) {
      .location-info .container {
        padding: 0 25px; } }
    @media screen and (max-width: 1023px) {
      .location-info .container {
        padding: 0 35px; } }
    @media screen and (max-width: 767px) {
      .location-info .container {
        padding: 0; } }
    .location-info .container .row {
      display: flex;
      flex-wrap: wrap; }
      .location-info .container .row .left-block {
        width: 60.76%; }
        @media screen and (max-width: 1279px) {
          .location-info .container .row .left-block {
            width: 530px; } }
        @media screen and (max-width: 1023px) {
          .location-info .container .row .left-block {
            width: 100%; } }
        .location-info .container .row .left-block .inner-content {
          background: #000;
          padding: 0 40px 50px;
          margin-top: -35px; }
          @media screen and (max-width: 1279px) {
            .location-info .container .row .left-block .inner-content {
              padding: 0 32px 42px;
              margin-top: -75px; } }
          @media screen and (max-width: 1023px) {
            .location-info .container .row .left-block .inner-content {
              margin: 102px 0 0;
              padding: 0 40px 40px; } }
          @media screen and (max-width: 767px) {
            .location-info .container .row .left-block .inner-content {
              margin: -15px 0 0;
              padding: 0 30px 40px; } }
          .location-info .container .row .left-block .inner-content .img {
            margin: 0 -10px;
            margin-bottom: 35px; }
            @media screen and (max-width: 1279px) {
              .location-info .container .row .left-block .inner-content .img {
                margin-bottom: 42px; } }
            @media screen and (max-width: 1023px) {
              .location-info .container .row .left-block .inner-content .img {
                margin-bottom: 35px; } }
            @media screen and (max-width: 767px) {
              .location-info .container .row .left-block .inner-content .img {
                width: calc(315px + 16px);
                margin: auto;
                position: relative;
                left: -8px; } }
            @media screen and (max-width: 340px) {
              .location-info .container .row .left-block .inner-content .img {
                width: 100%; } }
            .location-info .container .row .left-block .inner-content .img img {
              margin-top: -170px;
              border: 10px solid #fff;
              box-shadow: 3px 6px 20px #00000029;
              border-radius: 0px 30px;
              background: #fff; }
              @media screen and (max-width: 1279px) {
                .location-info .container .row .left-block .inner-content .img img {
                  margin-top: -133px; } }
              @media screen and (max-width: 1023px) {
                .location-info .container .row .left-block .inner-content .img img {
                  margin-top: -170px; } }
              @media screen and (max-width: 767px) {
                .location-info .container .row .left-block .inner-content .img img {
                  margin-top: -130px; } }
          .location-info .container .row .left-block .inner-content h3 {
            margin: 0;
            font-weight: 800;
            text-transform: uppercase;
            margin: 0 0 10px;
            color: #fff;
            font-weight: 800;
            font-size: 30px;
            font-family: Open Sans, sans-serif;
            line-height: 40px;
            letter-spacing: 0; }
            @media screen and (max-width: 1279px) {
              .location-info .container .row .left-block .inner-content h3 {
                font-size: 24px;
                line-height: 32px;
                margin: 0 0 8px; } }
            @media screen and (max-width: 1023px) {
              .location-info .container .row .left-block .inner-content h3 {
                font-size: 30px;
                line-height: 40px;
                margin: 0 0 10px; } }
            @media screen and (max-width: 767px) {
              .location-info .container .row .left-block .inner-content h3 {
                font-size: 22px;
                line-height: 30px;
                margin: 23px 0 15px; } }
          .location-info .container .row .left-block .inner-content p {
            font-size: 22px;
            line-height: 32px;
            margin: 0;
            color: #fff;
            font-family: Open Sans, sans-serif; }
            @media screen and (max-width: 1279px) {
              .location-info .container .row .left-block .inner-content p {
                max-width: 450px; } }
            @media screen and (max-width: 1023px) {
              .location-info .container .row .left-block .inner-content p {
                max-width: 100%;
                font-size: 20px;
                line-height: 28px; } }
            @media screen and (max-width: 767px) {
              .location-info .container .row .left-block .inner-content p {
                font-size: 18px;
                line-height: 26px; } }
      .location-info .container .row .right-block {
        width: 39.24%;
        padding-left: 58px;
        padding-top: 40px; }
        @media screen and (max-width: 1279px) {
          .location-info .container .row .right-block {
            width: calc(100% - 530px);
            padding-top: 35px;
            padding-left: 46px; } }
        @media screen and (max-width: 1023px) {
          .location-info .container .row .right-block {
            width: 100%;
            padding: 45px 50px 0; } }
        @media screen and (max-width: 767px) {
          .location-info .container .row .right-block {
            padding: 40px 49px 0 55px; } }
        @media screen and (max-width: 374px) {
          .location-info .container .row .right-block {
            padding: 40px 20px 0; } }
        @media screen and (max-width: 1023px) {
          .location-info .container .row .right-block .inner-content {
            max-width: 563px;
            margin: auto; } }
        .location-info .container .row .right-block .inner-content ul {
          list-style: none;
          margin: 0; }
          @media screen and (max-width: 1023px) {
            .location-info .container .row .right-block .inner-content ul {
              column-count: 2; } }
          @media screen and (max-width: 767px) {
            .location-info .container .row .right-block .inner-content ul {
              column-count: 1; } }
          .location-info .container .row .right-block .inner-content ul li {
            display: flex; }
            @media screen and (max-width: 1023px) {
              .location-info .container .row .right-block .inner-content ul li {
                margin: 0 0 30px !important; } }
            @media screen and (max-width: 767px) {
              .location-info .container .row .right-block .inner-content ul li {
                margin: 0 !important; } }
            .location-info .container .row .right-block .inner-content ul li + li {
              margin-top: 32px; }
              @media screen and (max-width: 1279px) {
                .location-info .container .row .right-block .inner-content ul li + li {
                  margin-top: 30px; } }
              @media screen and (max-width: 1023px) {
                .location-info .container .row .right-block .inner-content ul li + li {
                  margin: 0; } }
              @media screen and (max-width: 767px) {
                .location-info .container .row .right-block .inner-content ul li + li {
                  margin-top: 30px !important; } }
            .location-info .container .row .right-block .inner-content ul li .c-icon {
              min-width: 22px;
              display: flex;
              justify-content: center;
              position: relative;
              top: 4px; }
            .location-info .container .row .right-block .inner-content ul li .content {
              padding-left: 12px; }
              .location-info .container .row .right-block .inner-content ul li .content h6 {
                margin: 0;
                font-size: 22px;
                line-height: 30px;
                color: #A11812;
                font-weight: bold;
                font-family: Open Sans, sans-serif;
                letter-spacing: 0; }
              .location-info .container .row .right-block .inner-content ul li .content p {
                font-size: 16px;
                line-height: 24px;
                color: #000;
                margin: 0; }
                .location-info .container .row .right-block .inner-content ul li .content p strong {
                  font-weight: 600; }
                .location-info .container .row .right-block .inner-content ul li .content p.mail a {
                  text-decoration: underline; }
              .location-info .container .row .right-block .inner-content ul li .content .button {
                font-size: 13px;
                color: #fff;
                padding: 7px 12px;
                margin: 8px 0 0; }
              .location-info .container .row .right-block .inner-content ul li .content a {
                text-decoration: none; }

.image-section {
  margin: 0 0 49px; }
  @media screen and (max-width: 1023px) {
    .image-section {
      margin: 0 0 30px; } }
  .image-section .container {
    max-width: 1366px;
    padding: 0 28px; }
    @media screen and (max-width: 1279px) {
      .image-section .container {
        padding: 0 25px; } }
    @media screen and (max-width: 1023px) {
      .image-section .container {
        padding: 0 62px; } }
    @media screen and (max-width: 767px) {
      .image-section .container {
        padding: 0 22px; } }
    .image-section .container .row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -9px; }
      @media screen and (max-width: 1279px) {
        .image-section .container .row {
          margin: 0 -7px; } }
      @media screen and (max-width: 1023px) {
        .image-section .container .row {
          margin: 0 -9px; } }
      @media screen and (max-width: 767px) {
        .image-section .container .row {
          margin: 0 -5px; } }
      .image-section .container .row .col {
        width: 25%;
        padding: 0 9px; }
        @media screen and (max-width: 1279px) {
          .image-section .container .row .col {
            padding: 0 7px; } }
        @media screen and (max-width: 1023px) {
          .image-section .container .row .col {
            width: 50%;
            padding: 0 9px;
            margin: 0 0 20px; } }
        @media screen and (max-width: 767px) {
          .image-section .container .row .col {
            padding: 0 5px;
            margin: 0 0 10px; } }
        .image-section .container .row .col img {
          height: 210px;
          width: 100%;
          object-fit: cover; }
          @media screen and (max-width: 1279px) {
            .image-section .container .row .col img {
              height: 160px; } }
          @media screen and (max-width: 1023px) {
            .image-section .container .row .col img {
              height: 210px; } }
          @media screen and (max-width: 666px) {
            .image-section .container .row .col img {
              height: 100px; } }

.review-section {
  background: #E7F2F7;
  padding: 35px 0;
  margin: 0 0 84px; }
  @media screen and (max-width: 1279px) {
    .review-section {
      padding: 26px 0; } }
  @media screen and (max-width: 1023px) {
    .review-section {
      padding: 20px 0;
      margin: 0 0 60px; } }
  @media screen and (max-width: 767px) {
    .review-section {
      padding: 24px 0 41px;
      margin: 0 0 40px; } }
  @media screen and (max-width: 1279px) {
    .review-section .container {
      padding: 0 120px; } }
  @media screen and (max-width: 1023px) {
    .review-section .container {
      padding: 0 90px; } }
  .review-section ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .review-section ul {
        flex-direction: column;
        align-items: flex-start; }
        .review-section ul li + li {
          margin-top: 25px; } }
  @media screen and (max-width: 1279px) {
    .review-section img.trustpilot {
      max-width: 212px; } }
  @media screen and (max-width: 1023px) {
    .review-section img.trustpilot {
      max-width: 159px; } }
  @media screen and (max-width: 1279px) {
    .review-section img.yelp {
      max-width: 240px; } }
  @media screen and (max-width: 1023px) {
    .review-section img.yelp {
      max-width: 181px; } }
  @media screen and (max-width: 1279px) {
    .review-section img.google-rating {
      max-width: 205px; } }
  @media screen and (max-width: 1023px) {
    .review-section img.google-rating {
      max-width: 153px; } }

@media screen and (max-width: 767px) {
  .location-wrap {
    margin-bottom: -30px; } }

.location-wrap .container {
  max-width: 1366px;
  padding: 0 78px; }
  @media (max-width: 1300px) {
    .location-wrap .container {
      padding: 0 40px; } }
  @media screen and (max-width: 1279px) {
    .location-wrap .container {
      padding: 0 25px;
      padding-right: 48px; } }
  @media screen and (max-width: 1023px) {
    .location-wrap .container {
      padding: 0 25px; } }
  @media screen and (max-width: 767px) {
    .location-wrap .container {
      padding: 0 30px; } }

.location-wrap .row {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 1023px) {
    .location-wrap .row {
      max-width: 600px;
      margin: auto; } }
  .location-wrap .row .left-block {
    width: calc(100% - 543px);
    padding-left: 60px;
    padding-right: 80px; }
    @media screen and (max-width: 1279px) {
      .location-wrap .row .left-block {
        padding-left: 0;
        width: calc(100% - 459px);
        padding-right: 30px; } }
    @media screen and (max-width: 1023px) {
      .location-wrap .row .left-block {
        padding: 0;
        width: 100%; } }
    .location-wrap .row .left-block p {
      font-size: 16px;
      color: #000;
      line-height: 24px;
      margin: 0 0 25px; }
      @media screen and (max-width: 1023px) {
        .location-wrap .row .left-block p {
          font-size: 14px;
          line-height: 22px; } }
      .location-wrap .row .left-block p:last-child {
        margin-bottom: 40px; }
    .location-wrap .row .left-block .title-head {
      position: relative;
      margin-top: 40px; }
      @media screen and (max-width: 1023px) {
        .location-wrap .row .left-block .title-head {
          max-width: 530px; } }
      .location-wrap .row .left-block .title-head:before {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        content: '';
        left: 0;
        right: 0;
        background: #707070;
        height: 1px;
        width: 100%; }
      .location-wrap .row .left-block .title-head h4 {
        margin: 0;
        font-size: 20px;
        line-height: 24px;
        display: inline-block;
        padding-right: 25px;
        background: #fff;
        color: #000000;
        position: relative;
        z-index: 1;
        font-weight: bold;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 0; }
        @media screen and (max-width: 1279px) {
          .location-wrap .row .left-block .title-head h4 {
            font-size: 16px;
            line-height: 20px;
            margin: 0 0 4px;
            padding-right: 34px; } }
        @media screen and (max-width: 1023px) {
          .location-wrap .row .left-block .title-head h4 {
            font-size: 20px;
            line-height: 24px; } }
        @media screen and (max-width: 767px) {
          .location-wrap .row .left-block .title-head h4 {
            font-size: 12px;
            line-height: 14px;
            padding-right: 7px; } }
    .location-wrap .row .left-block ul {
      list-style: none;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      max-width: 500px; }
      @media screen and (max-width: 1279px) {
        .location-wrap .row .left-block ul {
          max-width: 480px; } }
      @media screen and (max-width: 1023px) {
        .location-wrap .row .left-block ul {
          max-width: 530px;
          margin-bottom: 70px; } }
      @media screen and (max-width: 767px) {
        .location-wrap .row .left-block ul {
          margin-bottom: 53px; } }
      .location-wrap .row .left-block ul li {
        margin: 11px 0; }
        @media screen and (max-width: 767px) {
          .location-wrap .row .left-block ul li {
            margin: 6px 0; } }
        @media screen and (max-width: 1279px) {
          .location-wrap .row .left-block ul li:nth-child(1) img {
            max-width: 145px; } }
        @media screen and (max-width: 1023px) {
          .location-wrap .row .left-block ul li:nth-child(1) img {
            max-width: 171px; } }
        @media screen and (max-width: 767px) {
          .location-wrap .row .left-block ul li:nth-child(1) img {
            max-width: 99px; } }
        @media screen and (max-width: 1279px) {
          .location-wrap .row .left-block ul li:nth-child(2) img {
            max-width: 149px; } }
        @media screen and (max-width: 1023px) {
          .location-wrap .row .left-block ul li:nth-child(2) img {
            max-width: 176px; } }
        @media screen and (max-width: 767px) {
          .location-wrap .row .left-block ul li:nth-child(2) img {
            max-width: 102px; } }
        @media screen and (max-width: 1279px) {
          .location-wrap .row .left-block ul li:nth-child(3) img {
            max-width: 115px; } }
        @media screen and (max-width: 1023px) {
          .location-wrap .row .left-block ul li:nth-child(3) img {
            max-width: 136px; } }
        @media screen and (max-width: 767px) {
          .location-wrap .row .left-block ul li:nth-child(3) img {
            max-width: 78px; } }
        @media screen and (max-width: 1279px) {
          .location-wrap .row .left-block ul li:nth-child(4) img {
            max-width: 160px; } }
        @media screen and (max-width: 1023px) {
          .location-wrap .row .left-block ul li:nth-child(4) img {
            max-width: 190px; } }
        @media screen and (max-width: 767px) {
          .location-wrap .row .left-block ul li:nth-child(4) img {
            max-width: 109px; } }
        @media screen and (max-width: 1279px) {
          .location-wrap .row .left-block ul li:nth-child(5) img {
            max-width: 141px; } }
        @media screen and (max-width: 1023px) {
          .location-wrap .row .left-block ul li:nth-child(5) img {
            max-width: 166px; } }
        @media screen and (max-width: 767px) {
          .location-wrap .row .left-block ul li:nth-child(5) img {
            max-width: 96px; } }
        @media screen and (max-width: 1279px) {
          .location-wrap .row .left-block ul li:nth-child(6) img {
            max-width: 80px; } }
        @media screen and (max-width: 1023px) {
          .location-wrap .row .left-block ul li:nth-child(6) img {
            max-width: 95px; } }
        @media screen and (max-width: 767px) {
          .location-wrap .row .left-block ul li:nth-child(6) img {
            max-width: 55px; } }
  .location-wrap .row .right-block {
    width: 543px; }
    @media screen and (max-width: 1023px) {
      .location-wrap .row .right-block {
        text-align: center; } }
    .location-wrap .row .right-block iframe {
      width: 100%; }
      @media screen and (max-width: 1279px) {
        .location-wrap .row .right-block iframe {
          height: 459px; } }
      @media screen and (max-width: 1023px) {
        .location-wrap .row .right-block iframe {
          width: 543px;
          height: 543px; } }
      @media screen and (max-width: 767px) {
        .location-wrap .row .right-block iframe {
          width: 315px;
          height: 315px; } }
      @media screen and (max-width: 360px) {
        .location-wrap .row .right-block iframe {
          width: 100%; } }
    @media screen and (max-width: 1279px) {
      .location-wrap .row .right-block {
        width: 459px; } }
    @media screen and (max-width: 1023px) {
      .location-wrap .row .right-block {
        width: 100%; } }

@media screen and (max-width: 1023px) {
  .has-activeNavPages {
    overflow: hidden; }
  .header .navPages-container {
    position: fixed;
    top: auto;
    height: calc(100% - 120px);
    bottom: 0;
    overflow-y: auto; }
    .header .navPages-container .navPages {
      height: auto; } }

@media screen and (min-width: 1024px) {
  .header .navPages-list .navPages-item.hot-deal {
    background-color: #A11812; } }

.header .navPages-list .navPages-item.hot-deal a {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  padding: 12.5px 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none; }
  @media only screen and (max-width: 1365px) and (min-width: 1024px) {
    .header .navPages-list .navPages-item.hot-deal a {
      font-size: 18px;
      padding: 13px 11px; } }
  @media screen and (max-width: 1023px) {
    .header .navPages-list .navPages-item.hot-deal a {
      color: #E72E2D;
      padding-bottom: 2px;
      padding-top: 9px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 24px; }
      .header .navPages-list .navPages-item.hot-deal a:after {
        content: "";
        display: block;
        height: 1px;
        background-color: #707070;
        margin-top: 4px;
        width: 100%; } }

.header .navPages-list .navPages-item.hot-deal:hover a {
  color: #fff; }

.home-tab-section .slick-contents {
  margin: 0;
  z-index: 2;
  position: relative; }
  @media (max-width: 550px) {
    .home-tab-section .slick-contents {
      z-index: 4; } }
  .home-tab-section .slick-contents .slick-content {
    padding: 0;
    position: relative; }
    .home-tab-section .slick-contents .slick-content a {
      display: block; }
      @media (max-width: 550px) {
        .home-tab-section .slick-contents .slick-content a {
          padding-bottom: 240px;
          background-color: #E7F2F7; } }
      @media (max-width: 400px) {
        .home-tab-section .slick-contents .slick-content a {
          padding-bottom: 240px; } }
  .home-tab-section .slick-contents .slick-dots {
    bottom: 70px; }
    @media (max-width: 1290px) {
      .home-tab-section .slick-contents .slick-dots {
        bottom: 45px; } }
    @media (max-width: 1023px) {
      .home-tab-section .slick-contents .slick-dots {
        bottom: 35px; } }
    @media (max-width: 767px) {
      .home-tab-section .slick-contents .slick-dots {
        bottom: 10px; } }
    @media (max-width: 550px) {
      .home-tab-section .slick-contents .slick-dots {
        top: 50%;
        bottom: inherit; } }
    @media (max-width: 400px) {
      .home-tab-section .slick-contents .slick-dots {
        top: 35%; } }
    @media (max-width: 350px) {
      .home-tab-section .slick-contents .slick-dots {
        top: 170px; } }
    .home-tab-section .slick-contents .slick-dots li {
      width: 25px;
      height: 25px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0; }
      .home-tab-section .slick-contents .slick-dots li.slick-active button::before {
        background-color: #D1191A; }
      .home-tab-section .slick-contents .slick-dots li button {
        border: 2px solid #D1191A;
        width: 20px;
        height: 20px; }
        @media (max-width: 1290px) {
          .home-tab-section .slick-contents .slick-dots li button {
            width: 18px;
            height: 18px; } }
        @media (max-width: 1023px) {
          .home-tab-section .slick-contents .slick-dots li button {
            width: 16px;
            height: 16px; } }
        .home-tab-section .slick-contents .slick-dots li button:hover::before {
          background-color: #D1191A;
          opacity: 1; }
        .home-tab-section .slick-contents .slick-dots li button::before {
          width: 18px;
          height: 18px; }
          @media (max-width: 1290px) {
            .home-tab-section .slick-contents .slick-dots li button::before {
              width: 16px;
              height: 16px; } }
          @media (max-width: 1023px) {
            .home-tab-section .slick-contents .slick-dots li button::before {
              width: 14px;
              height: 14px; } }
  .home-tab-section .slick-contents .hero-img {
    display: block;
    position: relative; }
    @media (max-width: 550px) {
      .home-tab-section .slick-contents .hero-img::after {
        content: '';
        background-image: url("https://cdn11.bigcommerce.com/s-29ssut899w/images/stencil/original/image-manager/bg-rorate.png");
        background-size: cover;
        position: absolute;
        bottom: 0;
        height: 20px;
        width: 100%;
        transform: rotate(180deg);
        background-repeat: no-repeat;
        background-position-x: center; } }
    .home-tab-section .slick-contents .hero-img picture {
      width: 100%;
      height: auto;
      display: block; }
      .home-tab-section .slick-contents .hero-img picture img {
        width: 100%; }
  .home-tab-section .slick-contents .logo-banner-img {
    position: absolute;
    display: flex; }
    .home-tab-section .slick-contents .logo-banner-img img {
      width: 100%;
      height: auto; }
    .home-tab-section .slick-contents .logo-banner-img.grady-white-logo {
      width: 143px;
      top: 17%;
      right: 18.2%; }
      @media (max-width: 1290px) {
        .home-tab-section .slick-contents .logo-banner-img.grady-white-logo {
          top: 17.6%;
          right: 7.6%; } }
      @media (max-width: 1023px) {
        .home-tab-section .slick-contents .logo-banner-img.grady-white-logo {
          top: 15%;
          right: 7.1%;
          width: 118px; } }
      @media (max-width: 767px) {
        .home-tab-section .slick-contents .logo-banner-img.grady-white-logo {
          width: 85px; } }
      @media (max-width: 550px) {
        .home-tab-section .slick-contents .logo-banner-img.grady-white-logo {
          top: 15%;
          right: 7%;
          width: 118px; } }
      @media (max-width: 350px) {
        .home-tab-section .slick-contents .logo-banner-img.grady-white-logo {
          width: 85px; } }
    .home-tab-section .slick-contents .logo-banner-img.boston-whaler-logo {
      width: 215px;
      top: 17.6%;
      right: 13.9%; }
      @media (max-width: 1290px) {
        .home-tab-section .slick-contents .logo-banner-img.boston-whaler-logo {
          top: 17.6%;
          right: 1.8%; } }
      @media (max-width: 1023px) {
        .home-tab-section .slick-contents .logo-banner-img.boston-whaler-logo {
          top: 16.5%;
          right: 17px;
          width: 160px; } }
      @media (max-width: 767px) {
        .home-tab-section .slick-contents .logo-banner-img.boston-whaler-logo {
          width: 110px; } }
      @media (max-width: 550px) {
        .home-tab-section .slick-contents .logo-banner-img.boston-whaler-logo {
          top: 16.5%;
          right: 20px;
          width: 160px; } }
      @media (max-width: 350px) {
        .home-tab-section .slick-contents .logo-banner-img.boston-whaler-logo {
          width: 110px; } }
    .home-tab-section .slick-contents .logo-banner-img.ranger-tugs-logo {
      width: 183px;
      left: 35%;
      bottom: 30%; }
      @media (max-width: 1400px) {
        .home-tab-section .slick-contents .logo-banner-img.ranger-tugs-logo {
          width: 183px;
          left: 32%;
          bottom: 17%; } }
      @media (max-width: 1290px) {
        .home-tab-section .slick-contents .logo-banner-img.ranger-tugs-logo {
          left: 35%;
          bottom: 15%; } }
      @media (max-width: 1023px) {
        .home-tab-section .slick-contents .logo-banner-img.ranger-tugs-logo {
          left: 44%;
          bottom: 15%;
          width: 136px; } }
      @media (max-width: 767px) {
        .home-tab-section .slick-contents .logo-banner-img.ranger-tugs-logo {
          width: 100px;
          left: 52%;
          bottom: 10%; } }
      @media (max-width: 550px) {
        .home-tab-section .slick-contents .logo-banner-img.ranger-tugs-logo {
          left: 24px;
          bottom: 29%;
          width: 136px; } }
      @media (max-width: 350px) {
        .home-tab-section .slick-contents .logo-banner-img.ranger-tugs-logo {
          width: 100px; } }
    .home-tab-section .slick-contents .logo-banner-img.yamaha-logo {
      width: 90px;
      top: 30px;
      right: 12%; }
      @media (max-width: 1290px) {
        .home-tab-section .slick-contents .logo-banner-img.yamaha-logo {
          right: 5px; } }
      @media (max-width: 1023px) {
        .home-tab-section .slick-contents .logo-banner-img.yamaha-logo {
          top: 8%;
          right: 1%;
          width: 70px; } }
      @media (max-width: 767px) {
        .home-tab-section .slick-contents .logo-banner-img.yamaha-logo {
          width: 50px; } }
      @media (max-width: 550px) {
        .home-tab-section .slick-contents .logo-banner-img.yamaha-logo {
          top: 8%;
          right: 2%;
          width: 60px; } }
      @media (max-width: 350px) {
        .home-tab-section .slick-contents .logo-banner-img.yamaha-logo {
          width: 50px; } }
  .home-tab-section .slick-contents .banner-content {
    position: absolute;
    top: 41px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1366px;
    width: 100%;
    padding: 0 79px; }
    @media (max-width: 1290px) {
      .home-tab-section .slick-contents .banner-content {
        padding: 0 30px;
        top: 50px; } }
    @media (max-width: 1023px) {
      .home-tab-section .slick-contents .banner-content {
        padding: 0 23px;
        top: 35px; } }
    @media (max-width: 767px) {
      .home-tab-section .slick-contents .banner-content {
        padding: 0 23px;
        top: 15px; } }
    @media (max-width: 550px) {
      .home-tab-section .slick-contents .banner-content {
        max-width: 360px;
        top: 55%;
        background-color: rgba(255, 255, 255, 0.75);
        padding: 19px 5px 18px;
        z-index: 3; } }
    @media (max-width: 400px) {
      .home-tab-section .slick-contents .banner-content {
        top: 40%;
        max-width: 325px; } }
    @media (max-width: 350px) {
      .home-tab-section .slick-contents .banner-content {
        max-width: 310px;
        top: 200px; } }
    .home-tab-section .slick-contents .banner-content h2 {
      margin: 0;
      max-width: 578px;
      width: 100%;
      color: #000000;
      letter-spacing: -1.2px;
      font-family: "Open Sans", sans-serif;
      font-weight: 800;
      font-size: 60px;
      line-height: 62px; }
      @media (max-width: 1290px) {
        .home-tab-section .slick-contents .banner-content h2 {
          font-size: 50px;
          line-height: 52px;
          letter-spacing: -1px; } }
      @media (max-width: 1023px) {
        .home-tab-section .slick-contents .banner-content h2 {
          font-size: 40px;
          line-height: 46px;
          letter-spacing: -0.8px; } }
      @media (max-width: 767px) {
        .home-tab-section .slick-contents .banner-content h2 {
          font-size: 36px;
          line-height: 40px;
          letter-spacing: -0.8px; } }
      @media (max-width: 550px) {
        .home-tab-section .slick-contents .banner-content h2 {
          letter-spacing: -0.8px;
          text-align: center; } }
      @media (max-width: 400px) {
        .home-tab-section .slick-contents .banner-content h2 {
          font-size: 40px;
          line-height: 46px; } }
      @media (max-width: 550px) {
        .home-tab-section .slick-contents .banner-content h2.desk-title {
          display: none; } }
      .home-tab-section .slick-contents .banner-content h2.mobile-title {
        display: block; }
        @media (min-width: 551px) {
          .home-tab-section .slick-contents .banner-content h2.mobile-title {
            display: none; } }
    .home-tab-section .slick-contents .banner-content p {
      max-width: 401px;
      width: 100%;
      color: #000;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 20px;
      line-height: 26px;
      font-style: italic;
      margin: 21px 0 15px; }
      @media (max-width: 1290px) {
        .home-tab-section .slick-contents .banner-content p {
          margin: 20px 0 15px; } }
      @media (max-width: 1023px) {
        .home-tab-section .slick-contents .banner-content p {
          margin: 13px 0 22px;
          font-size: 18px;
          line-height: 22px;
          max-width: 360px; } }
      @media (max-width: 767px) {
        .home-tab-section .slick-contents .banner-content p {
          font-size: 16px;
          line-height: 20px;
          max-width: 300px;
          margin: 10px 0; } }
      @media (max-width: 550px) {
        .home-tab-section .slick-contents .banner-content p {
          margin: 10px auto;
          max-width: 300px;
          width: 100%; } }
      @media (max-width: 400px) {
        .home-tab-section .slick-contents .banner-content p {
          text-align: center;
          max-width: 270px;
          margin: 18px 15px 22px 15px;
          font-size: 18px;
          line-height: 22px; } }
    .home-tab-section .slick-contents .banner-content span {
      display: inline-block;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      color: #fff;
      background: #1E6E93;
      padding: 13px 20px; }
      @media (max-width: 1023px) {
        .home-tab-section .slick-contents .banner-content span {
          font-size: 14px;
          line-height: 16px;
          padding: 10px 16px; } }
      @media (max-width: 767px) {
        .home-tab-section .slick-contents .banner-content span {
          font-size: 13px;
          line-height: 15px;
          padding: 8px 12px; } }
      @media (max-width: 550px) {
        .home-tab-section .slick-contents .banner-content span {
          position: absolute;
          bottom: -18px;
          left: 50%;
          transform: translateX(-50%);
          display: block;
          width: max-content;
          font-size: 14px;
          line-height: 16px;
          padding: 10px 16px; } }
      .home-tab-section .slick-contents .banner-content span:hover {
        background: #1D8EC3; }

.home-tab-section .slider-tabs {
  z-index: 3;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1366' height='466' viewBox='0 0 1366 466'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_4183' data-name='Rectangle 4183' width='1366' height='31' transform='translate(0 430.885)' fill='%23e7f2f7' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_4877' data-name='Group 4877' transform='translate(0 -476)'%3E%3Crect id='Rectangle_4160' data-name='Rectangle 4160' width='1366' height='436' transform='translate(0 506)' fill='%23e7f2f7'/%3E%3Cg id='Mask_Group_249' data-name='Mask Group 249' transform='translate(0 45.115)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_47724' data-name='Path 47724' d='M-5416.6-22213.754s-191.217,29.555-575.919,28.057-381.758-36.639-787.238,0-10.575,12.557-10.575,12.557H-5416.6Z' transform='translate(6782.598 22644.73)' fill='%23e7f2f7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -50px;
  position: relative;
  background-position-y: 9px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0; }
  @media (max-width: 1400px) {
    .home-tab-section .slider-tabs {
      margin-top: -39px;
      background-position-y: 22px; } }
  @media (max-width: 1290px) {
    .home-tab-section .slider-tabs {
      margin-top: -44px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1366' height='466' viewBox='0 0 1366 466'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_4183' data-name='Rectangle 4183' width='1366' height='31' transform='translate(0 430.885)' fill='%23e7f2f7' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_4877' data-name='Group 4877' transform='translate(0 -476)'%3E%3Crect id='Rectangle_4160' data-name='Rectangle 4160' width='1366' height='436' transform='translate(0 506)' fill='%23e7f2f7'/%3E%3Cg id='Mask_Group_249' data-name='Mask Group 249' transform='translate(0 45.115)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_47724' data-name='Path 47724' d='M-5416.6-22213.754s-191.217,29.555-575.919,28.057-381.758-36.639-787.238,0-10.575,12.557-10.575,12.557H-5416.6Z' transform='translate(6782.598 22644.73)' fill='%23e7f2f7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-size: auto;
      background-position-y: 2px; } }
  @media (max-width: 1023px) {
    .home-tab-section .slider-tabs {
      background-position-y: 22px;
      background-size: cover; } }
  @media (max-width: 767px) {
    .home-tab-section .slider-tabs {
      margin-top: -22px;
      padding-top: 18px;
      background-position-y: 5px; } }
  @media (max-width: 550px) {
    .home-tab-section .slider-tabs {
      margin-top: -2px;
      padding-top: 0;
      background-position: center;
      overflow: visible;
      display: flex;
      width: 100%; } }
  @media (max-width: 350px) {
    .home-tab-section .slider-tabs {
      margin-top: -3px; } }
  .home-tab-section .slider-tabs::before, .home-tab-section .slider-tabs::after {
    display: none; }
  .home-tab-section .slider-tabs .slick-track {
    transform: none !important;
    display: flex;
    justify-content: center; }
  .home-tab-section .slider-tabs .slider-tab {
    width: 264px;
    padding: 13px 7px 0;
    border: none; }
    @media (max-width: 1290px) {
      .home-tab-section .slider-tabs .slider-tab {
        width: 245px; } }
    @media (max-width: 1023px) {
      .home-tab-section .slider-tabs .slider-tab {
        width: 173px;
        padding: 13px 5px 0; } }
    @media (max-width: 767px) {
      .home-tab-section .slider-tabs .slider-tab {
        width: 130px; } }
    @media (max-width: 550px) {
      .home-tab-section .slider-tabs .slider-tab {
        width: 90px;
        padding: 10px 2.5px 0; } }
    @media (max-width: 360px) {
      .home-tab-section .slider-tabs .slider-tab {
        width: 75px;
        padding: 10px 2px 0; } }
    .home-tab-section .slider-tabs .slider-tab:focus-visible {
      outline: none; }
    .home-tab-section .slider-tabs .slider-tab.slick-current .logo-banner-image::before, .home-tab-section .slider-tabs .slider-tab.slick-current .logo-banner-image::after {
      display: block; }
    .home-tab-section .slider-tabs .slider-tab.slick-current .logo-img::before, .home-tab-section .slider-tabs .slider-tab.slick-current .logo-img::after {
      display: block; }
      @media (min-width: 551px) {
        .home-tab-section .slider-tabs .slider-tab.slick-current .logo-img::before, .home-tab-section .slider-tabs .slider-tab.slick-current .logo-img::after {
          display: none; } }
    .home-tab-section .slider-tabs .slider-tab.logo-one .logo-img {
      padding: 15px 3px 15px 0px; }
      @media (max-width: 1290px) {
        .home-tab-section .slider-tabs .slider-tab.logo-one .logo-img {
          padding: 13px 0 15px 0px; } }
      @media (max-width: 1023px) {
        .home-tab-section .slider-tabs .slider-tab.logo-one .logo-img {
          padding: 9px 0 11px 0px; } }
      @media (max-width: 550px) {
        .home-tab-section .slider-tabs .slider-tab.logo-one .logo-img {
          padding: 10px 0 8px 0px; } }
      @media (max-width: 360px) {
        .home-tab-section .slider-tabs .slider-tab.logo-one .logo-img {
          padding: 10px 0 8px 0px; } }
      .home-tab-section .slider-tabs .slider-tab.logo-one .logo-img img {
        width: 121px; }
        @media (max-width: 1290px) {
          .home-tab-section .slider-tabs .slider-tab.logo-one .logo-img img {
            width: 112px; } }
        @media (max-width: 1023px) {
          .home-tab-section .slider-tabs .slider-tab.logo-one .logo-img img {
            width: 79px; } }
        @media (max-width: 550px) {
          .home-tab-section .slider-tabs .slider-tab.logo-one .logo-img img {
            width: 59px; } }
        @media (max-width: 360px) {
          .home-tab-section .slider-tabs .slider-tab.logo-one .logo-img img {
            width: 49px; } }
    .home-tab-section .slider-tabs .slider-tab.logo-two .logo-img {
      padding: 19px 0 28px 7px; }
      @media (max-width: 1290px) {
        .home-tab-section .slider-tabs .slider-tab.logo-two .logo-img {
          padding: 18px 0 25px 9px; } }
      @media (max-width: 1023px) {
        .home-tab-section .slider-tabs .slider-tab.logo-two .logo-img {
          padding: 12px 0 19px 0; } }
      @media (max-width: 767px) and (min-width: 551px) {
        .home-tab-section .slider-tabs .slider-tab.logo-two .logo-img {
          padding: 17px 0 19px; } }
      @media (max-width: 550px) {
        .home-tab-section .slider-tabs .slider-tab.logo-two .logo-img {
          padding: 13px 0px 15px 0; } }
      @media (max-width: 360px) {
        .home-tab-section .slider-tabs .slider-tab.logo-two .logo-img {
          padding: 9px 0px 14px 0; } }
      .home-tab-section .slider-tabs .slider-tab.logo-two .logo-img img {
        width: 217px; }
        @media (max-width: 1290px) {
          .home-tab-section .slider-tabs .slider-tab.logo-two .logo-img img {
            width: 200px; } }
        @media (max-width: 1023px) {
          .home-tab-section .slider-tabs .slider-tab.logo-two .logo-img img {
            width: 141px; } }
        @media (max-width: 550px) {
          .home-tab-section .slider-tabs .slider-tab.logo-two .logo-img img {
            width: 79px; } }
        @media (max-width: 360px) {
          .home-tab-section .slider-tabs .slider-tab.logo-two .logo-img img {
            width: 69px; } }
    .home-tab-section .slider-tabs .slider-tab.logo-three .logo-img {
      padding: 6px 0 4px; }
      @media (max-width: 1290px) {
        .home-tab-section .slider-tabs .slider-tab.logo-three .logo-img {
          padding: 6px 2px 4px 0; } }
      @media (max-width: 1023px) {
        .home-tab-section .slider-tabs .slider-tab.logo-three .logo-img {
          padding: 3px 2px 3px 0; } }
      @media (max-width: 550px) {
        .home-tab-section .slider-tabs .slider-tab.logo-three .logo-img {
          padding: 4px 2px 4px 0; } }
      @media (max-width: 360px) {
        .home-tab-section .slider-tabs .slider-tab.logo-three .logo-img {
          padding: 5px 2px 4px 0; } }
      .home-tab-section .slider-tabs .slider-tab.logo-three .logo-img img {
        width: 136px; }
        @media (max-width: 1290px) {
          .home-tab-section .slider-tabs .slider-tab.logo-three .logo-img img {
            width: 125px; } }
        @media (max-width: 1023px) {
          .home-tab-section .slider-tabs .slider-tab.logo-three .logo-img img {
            width: 89px; } }
        @media (max-width: 550px) {
          .home-tab-section .slider-tabs .slider-tab.logo-three .logo-img img {
            width: 66px; } }
        @media (max-width: 360px) {
          .home-tab-section .slider-tabs .slider-tab.logo-three .logo-img img {
            width: 56px; } }
    .home-tab-section .slider-tabs .slider-tab.logo-four .logo-img {
      padding: 31px 0 30px 2px; }
      @media (max-width: 1290px) {
        .home-tab-section .slider-tabs .slider-tab.logo-four .logo-img {
          padding: 29px 0 27px 0px; } }
      @media (max-width: 1023px) {
        .home-tab-section .slider-tabs .slider-tab.logo-four .logo-img {
          padding: 19px 0 20px 0px; } }
      @media (max-width: 550px) {
        .home-tab-section .slider-tabs .slider-tab.logo-four .logo-img {
          padding: 14px 0 14px 0px; } }
      @media (max-width: 360px) {
        .home-tab-section .slider-tabs .slider-tab.logo-four .logo-img {
          padding: 11px 0 12px; } }
      .home-tab-section .slider-tabs .slider-tab.logo-four .logo-img img {
        width: 166px; }
        @media (max-width: 1290px) {
          .home-tab-section .slider-tabs .slider-tab.logo-four .logo-img img {
            width: 153px; } }
        @media (max-width: 1023px) {
          .home-tab-section .slider-tabs .slider-tab.logo-four .logo-img img {
            width: 108px; } }
        @media (max-width: 550px) {
          .home-tab-section .slider-tabs .slider-tab.logo-four .logo-img img {
            width: 69px; } }
        @media (max-width: 360px) {
          .home-tab-section .slider-tabs .slider-tab.logo-four .logo-img img {
            width: 59px; } }
    .home-tab-section .slider-tabs .slider-tab .tab-title {
      cursor: pointer;
      display: block;
      padding: 0;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .home-tab-section .slider-tabs .slider-tab .logo-banner-image {
      position: relative; }
      @media (max-width: 550px) {
        .home-tab-section .slider-tabs .slider-tab .logo-banner-image {
          display: none; } }
      .home-tab-section .slider-tabs .slider-tab .logo-banner-image a {
        display: block; }
      .home-tab-section .slider-tabs .slider-tab .logo-banner-image::before {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-width: 8px;
        border-color: #1E6E93;
        border-style: solid; }
        @media (max-width: 1023px) {
          .home-tab-section .slider-tabs .slider-tab .logo-banner-image::before {
            border-width: 4px; } }
      .home-tab-section .slider-tabs .slider-tab .logo-banner-image::after {
        display: none;
        position: absolute;
        top: -13px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 14px;
        background-color: #1E6E93;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        z-index: 99; }
        @media (max-width: 1023px) {
          .home-tab-section .slider-tabs .slider-tab .logo-banner-image::after {
            width: 26px;
            height: 12px;
            top: -10px; } }
      .home-tab-section .slider-tabs .slider-tab .logo-banner-image img {
        display: block; }
    .home-tab-section .slider-tabs .slider-tab .logo-img {
      display: block;
      background: #fff;
      text-align: center;
      position: relative; }
      .home-tab-section .slider-tabs .slider-tab .logo-img::before {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-width: 3px;
        border-style: solid; }
      .home-tab-section .slider-tabs .slider-tab .logo-img::after {
        display: none;
        position: absolute;
        top: -4px;
        left: 50%;
        transform: translateX(-50%);
        width: 13px;
        height: 5px;
        background-color: #1E6E93;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
      .home-tab-section .slider-tabs .slider-tab .logo-img img {
        height: auto;
        display: inline-block; }

.body .buy-section {
  padding: 39px 0 115px;
  background: #E7F2F7; }
  @media (max-width: 1290px) {
    .body .buy-section {
      padding: 35px 0 147px; } }
  @media (max-width: 1023px) {
    .body .buy-section {
      padding: 37px 0 108px; } }
  @media (max-width: 650px) {
    .body .buy-section {
      padding: 35px 0 91px; } }
  .body .buy-section .container {
    padding: 0 10px;
    max-width: 1066px; }
    @media (max-width: 1290px) {
      .body .buy-section .container {
        padding: 0 30px; } }
    @media (max-width: 1023px) {
      .body .buy-section .container {
        padding: 0 15px;
        max-width: 670px; } }
  .body .buy-section .buy-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .body .buy-section .buy-inner {
        align-items: flex-start; } }
  @media (max-width: 1023px) {
    .body .buy-section .buy-content {
      max-width: 450px;
      width: 100%; } }
  @media (max-width: 650px) {
    .body .buy-section .buy-content {
      max-width: 100%;
      text-align: center; } }
  .body .buy-section .buy-content h2 {
    margin: 0 0 12px;
    color: #000000;
    letter-spacing: -0.72px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 40px; }
    @media (max-width: 1290px) {
      .body .buy-section .buy-content h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.64px;
        margin: 0 0 7px; } }
    @media (max-width: 1023px) {
      .body .buy-section .buy-content h2 {
        font-size: 28px;
        line-height: 26px;
        letter-spacing: -0.56px;
        margin: 14px 0 13px; } }
    @media (max-width: 650px) {
      .body .buy-section .buy-content h2 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -0.48px;
        margin: 0 0 14px; } }
    @media (max-width: 360px) {
      .body .buy-section .buy-content h2 {
        font-size: 22px;
        line-height: 26px; } }
    .body .buy-section .buy-content h2 span {
      color: #A11812; }
  .body .buy-section .buy-content p {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin: 0; }
    @media (max-width: 1290px) {
      .body .buy-section .buy-content p {
        font-size: 17px;
        line-height: 23px; } }
    @media (max-width: 1023px) {
      .body .buy-section .buy-content p {
        font-size: 16px;
        line-height: 22px; } }
    @media (max-width: 400px) {
      .body .buy-section .buy-content p {
        max-width: 335px;
        padding: 0 0 0 10px;
        line-height: 20px; } }
    .body .buy-section .buy-content p span {
      font-weight: 700; }
  .body .buy-section .buy-links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 13px; }
    @media (max-width: 1290px) {
      .body .buy-section .buy-links {
        margin-top: 16px; } }
    @media (max-width: 1023px) {
      .body .buy-section .buy-links {
        max-width: 160px;
        width: 100%;
        justify-content: flex-end;
        margin-top: 3px; } }
    @media (max-width: 650px) {
      .body .buy-section .buy-links {
        max-width: 100%;
        justify-content: center;
        margin-top: 22px; } }
    .body .buy-section .buy-links a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 216px;
      height: 50px;
      border: 2px solid #1E6E93;
      color: #1E6E93;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      text-decoration: none;
      transition: 0.3s ease-in-out; }
      @media (max-width: 1023px) {
        .body .buy-section .buy-links a {
          font-size: 14px;
          line-height: 16px;
          width: 155px;
          height: 36px; } }
      @media (max-width: 360px) {
        .body .buy-section .buy-links a {
          margin: 5px; } }
      .body .buy-section .buy-links a:first-child {
        margin-right: 15px; }
        @media (max-width: 1023px) {
          .body .buy-section .buy-links a:first-child {
            margin: 0 0 8.5px; } }
        @media (max-width: 650px) {
          .body .buy-section .buy-links a:first-child {
            margin: 0 15px 0 0; } }
        @media (max-width: 360px) {
          .body .buy-section .buy-links a:first-child {
            margin: 5px; } }
      .body .buy-section .buy-links a:hover {
        background: #1E6E93;
        color: #fff; }

.ourboard-section {
  margin-top: -75px; }
  @media (max-width: 1290px) {
    .ourboard-section {
      margin-top: -106px; } }
  @media (max-width: 1023px) {
    .ourboard-section {
      margin-top: -68px; } }
  @media (max-width: 650px) {
    .ourboard-section {
      margin-top: -52px; } }

.productView .productView-price .price-section {
  width: 100%;
  margin: 0 0 9px; }
  .productView .productView-price .price-section.not-saleprice {
    color: #000; }

.customize-product-price .price-section.not-saleprice {
  color: #000; }

.customize-product-price .price-section.price-section--saving {
  display: none !important; }

.productView .productView-options .form-field--increments {
  gap: 10px;
  max-width: none;
  justify-content: space-between;
  flex-wrap: wrap; }
  .productView .productView-options .form-field--increments .label-custom {
    text-align: left;
    display: block; }
  .productView .productView-options .form-field--increments:before, .productView .productView-options .form-field--increments:after {
    display: none; }

.card .card-text {
  flex-wrap: wrap;
  gap: 5px 10px; }
  .card .card-text .price-section {
    line-height: normal;
    width: auto;
    margin: 0; }
    .card .card-text .price-section.salelable-price {
      width: 100%; }
    .card .card-text .price-section.cross-price {
      font-size: 16px; }
      @media (max-width: 767px) {
        .card .card-text .price-section.cross-price {
          font-size: 14px; } }
    .card .card-text .price-section.price-section--saving {
      font-size: 15px;
      color: #666;
      width: 100%; }
      @media (max-width: 767px) {
        .card .card-text .price-section.price-section--saving {
          font-size: 13px; } }
    .card .card-text .price-section.not-saleprice {
      color: #000; }

.ecommerce-banner {
  background: transparent linear-gradient(267deg, #1D6E93 0%, #0F284A 100%) 0% 0% no-repeat padding-box;
  padding: 0; }
  @media (max-width: 1023px) {
    .ecommerce-banner {
      position: relative;
      padding: 11px 20px 9px 31px; } }
  @media (max-width: 767px) {
    .ecommerce-banner {
      padding: 9px 14px 10px 15px; } }
  .ecommerce-banner a {
    text-decoration: none; }
  .ecommerce-banner .container {
    max-width: 1366px;
    padding: 0 20px 0 142px; }
    @media (max-width: 1350px) {
      .ecommerce-banner .container {
        padding: 0 20px 0 0; } }
    @media (max-width: 1023px) {
      .ecommerce-banner .container {
        padding: 0; } }
    .ecommerce-banner .container .bnnr-link {
      display: flex;
      align-items: center;
      font-style: normal; }
      @media (max-width: 767px) {
        .ecommerce-banner .container .bnnr-link {
          flex-wrap: wrap;
          justify-content: center; } }
  .ecommerce-banner .bnr-img {
    display: inline-block;
    max-width: 197px;
    margin-right: 24px; }
    @media (max-width: 1350px) {
      .ecommerce-banner .bnr-img {
        margin-left: -30px; } }
    @media (max-width: 1023px) {
      .ecommerce-banner .bnr-img {
        position: absolute;
        left: 0;
        width: 197px;
        height: 50px;
        opacity: 0.4;
        z-index: 1;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .ecommerce-banner .bnr-img {
        bottom: -10px;
        top: auto;
        margin-left: -80px; } }
  .ecommerce-banner .mark-text {
    color: #FFCA39;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-right: 4px;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .ecommerce-banner .mark-text {
        order: 1; } }
  .ecommerce-banner .banner-date {
    background-color: #fff;
    border-radius: 4px;
    padding: 7px 3px 6px 7px;
    margin-right: 13px;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .ecommerce-banner .banner-date {
        order: 2;
        padding: 3px 3px 4px 6px;
        margin-right: 11px; } }
    .ecommerce-banner .banner-date .mnth {
      color: #1D6E93;
      font-size: 14px;
      letter-spacing: -0.14px;
      font-family: "Open Sans";
      font-weight: 800;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .ecommerce-banner .banner-date .mnth {
          font-size: 11px;
          letter-spacing: -0.11px; } }
    .ecommerce-banner .banner-date .dte {
      color: #FFCA39;
      font-size: 15px;
      font-family: "Open Sans";
      font-weight: 800;
      background-color: #0F284A;
      padding: 2px 5px;
      margin-left: 1px; }
      @media (max-width: 767px) {
        .ecommerce-banner .banner-date .dte {
          font-size: 11px;
          padding: 2px 4px; } }
      .ecommerce-banner .banner-date .dte sup {
        text-transform: uppercase;
        font-size: 9px;
        top: -4px; }
        @media (max-width: 767px) {
          .ecommerce-banner .banner-date .dte sup {
            font-size: 7px; } }
  .ecommerce-banner .bnr-content {
    color: #FFFFFF;
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: 800;
    line-height: 24px;
    text-transform: capitalize;
    margin-right: 15px;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .ecommerce-banner .bnr-content {
        order: 4;
        margin-top: 3px;
        margin-right: 0;
        width: 100%; } }
  .ecommerce-banner .bnr-link {
    color: #E7F2F7;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0.24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 14px;
    margin-top: 4px;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .ecommerce-banner .bnr-link {
        order: 3;
        font-size: 11px;
        letter-spacing: 0.22px; } }
    .ecommerce-banner .bnr-link:hover {
      color: #1D8EC3; }

.boat-outboard-service-page .body,
.boat-outboard-services-page .body {
  margin: 0;
  padding: 0; }

.boat-outboard-service-page .body .container,
.boat-outboard-services-page .body .container {
  max-width: 1366px; }

.boat-outboard-service-page .body h1, .boat-outboard-service-page .body h2, .boat-outboard-service-page .body h3, .boat-outboard-service-page .body h4, .boat-outboard-service-page .body h5, .boat-outboard-service-page .body h6,
.boat-outboard-services-page .body h1,
.boat-outboard-services-page .body h2,
.boat-outboard-services-page .body h3,
.boat-outboard-services-page .body h4,
.boat-outboard-services-page .body h5,
.boat-outboard-services-page .body h6 {
  letter-spacing: normal; }

.page-title {
  padding: 20px 0 15px; }
  @media (max-width: 950px) {
    .page-title {
      padding: 17px 0 29px; } }
  @media (max-width: 650px) {
    .page-title {
      padding: 17px 0 25px; } }
  .page-title .container {
    padding: 0 27px; }
    @media (max-width: 1290px) {
      .page-title .container {
        padding: 0 25px; } }
    @media (max-width: 650px) {
      .page-title .container {
        padding: 0 20px; } }
  .page-title ol.breadcrumbs {
    margin-bottom: 14px; }
    @media (max-width: 1290px) {
      .page-title ol.breadcrumbs {
        margin-bottom: 15px; } }
  .page-title .page-heading {
    text-align: left;
    margin: 0;
    line-height: 49px; }
    @media (max-width: 950px) {
      .page-title .page-heading {
        line-height: 30px;
        font-size: 26px; } }

.page-banner .top-section {
  background-image: url("https://cdn11.bigcommerce.com/s-29ssut899w/images/stencil/original/image-manager/service-specialists-bg-1366.png");
  background-size: 100% 281px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; }
  @media (max-width: 1290px) {
    .page-banner .top-section {
      background-position: center;
      background-size: 100% 211px; } }
  @media (max-width: 950px) {
    .page-banner .top-section {
      background-position: center;
      background-size: 100% 158px; } }
  @media (max-width: 650px) {
    .page-banner .top-section {
      background-position: bottom; } }
  .page-banner .top-section .container {
    padding: 0 55px 0 56px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 1290px) {
      .page-banner .top-section .container {
        padding: 0 41px 0 42px; } }
    @media (max-width: 950px) {
      .page-banner .top-section .container {
        padding: 0 23px 0 25px; } }
    @media (max-width: 650px) {
      .page-banner .top-section .container {
        padding: 0 33px;
        flex-direction: column;
        gap: 14px; } }
  .page-banner .top-section .banner-heading {
    max-width: 575px; }
    @media (max-width: 1290px) {
      .page-banner .top-section .banner-heading {
        max-width: 432px; } }
    @media (max-width: 950px) {
      .page-banner .top-section .banner-heading {
        max-width: 322px; } }
    @media (max-width: 650px) {
      .page-banner .top-section .banner-heading {
        order: 2; } }
    .page-banner .top-section .banner-heading h2 {
      margin: -4px 0 0;
      color: #fff;
      font-size: 68px;
      line-height: 68px;
      font-weight: 800;
      font-family: "Open Sans", sans-serif; }
      @media (max-width: 1290px) {
        .page-banner .top-section .banner-heading h2 {
          margin: 3px 0 0;
          font-size: 51px;
          line-height: 51px; } }
      @media (max-width: 950px) {
        .page-banner .top-section .banner-heading h2 {
          margin: 3px 0 0;
          font-size: 38px;
          line-height: 38px; } }
      @media (max-width: 650px) {
        .page-banner .top-section .banner-heading h2 {
          margin: 0 0 19px;
          font-size: 30px;
          line-height: 34px;
          text-align: center; } }
  .page-banner .top-section .banner-image {
    margin: -48px 0 -42px;
    max-width: 550px; }
    @media (max-width: 1290px) {
      .page-banner .top-section .banner-image {
        margin: -17px 0;
        max-width: 413px; } }
    @media (max-width: 950px) {
      .page-banner .top-section .banner-image {
        margin: -28px 0;
        max-width: 309px; } }
    @media (max-width: 750px) {
      .page-banner .top-section .banner-image {
        max-width: 270px; } }
    @media (max-width: 650px) {
      .page-banner .top-section .banner-image {
        max-width: 309px;
        margin: 0; } }

.page-banner .bottom-section {
  position: relative;
  z-index: 1;
  padding: 7px 0 0; }
  @media (max-width: 1290px) {
    .page-banner .bottom-section {
      padding: 0;
      margin: -8px 0 0; } }
  @media (max-width: 950px) {
    .page-banner .bottom-section {
      padding: 0;
      margin: 12px 0 0; } }
  @media (max-width: 650px) {
    .page-banner .bottom-section {
      margin: 15px 0 0; } }
  .page-banner .bottom-section .container {
    padding: 0 54px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 1290px) {
      .page-banner .bottom-section .container {
        padding: 0 25px; } }
    @media (max-width: 650px) {
      .page-banner .bottom-section .container {
        justify-content: center;
        padding: 0 35px; } }
  .page-banner .bottom-section p {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
    @media (max-width: 1330px) {
      .page-banner .bottom-section p {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 1023px) {
      .page-banner .bottom-section p {
        font-size: 15px; } }
    @media (max-width: 950px) {
      .page-banner .bottom-section p {
        max-width: 303px;
        font-size: 16px; } }
    @media (max-width: 650px) {
      .page-banner .bottom-section p {
        max-width: 100%;
        text-align: center; } }

.learn-section {
  position: relative;
  padding: 96px 0 0;
  margin-top: -44px;
  z-index: 0; }
  @media (max-width: 1290px) {
    .learn-section {
      padding: 72px 0 0;
      margin-top: -31px; } }
  @media (max-width: 950px) {
    .learn-section {
      margin-top: 159px;
      padding: 0 0 0; } }
  @media (max-width: 650px) {
    .learn-section {
      margin-top: 130px; } }
  .learn-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #E7F2F7;
    width: 57.3%;
    height: 100%;
    z-index: -0; }
    @media (max-width: 950px) {
      .learn-section::after {
        top: inherit;
        bottom: 0;
        left: 0;
        width: 100%; } }
  .learn-section .container {
    padding: 0 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    z-index: 1; }
    @media (max-width: 1290px) {
      .learn-section .container {
        padding: 0 25px;
        gap: 33px; } }
    @media (max-width: 950px) {
      .learn-section .container {
        padding: 0 84px;
        gap: 30px;
        flex-direction: column;
        align-items: center; } }
    @media (max-width: 650px) {
      .learn-section .container {
        padding: 0 10px; } }
  .learn-section .video-section {
    width: 619px; }
    @media (max-width: 1290px) {
      .learn-section .video-section {
        width: 47.64%; } }
    @media (max-width: 950px) {
      .learn-section .video-section {
        width: 464px;
        margin-top: -129px; } }
    @media (max-width: 650px) {
      .learn-section .video-section {
        width: 100%;
        max-width: 355px;
        margin: -100px auto 0; } }
    .learn-section .video-section .video-tab {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 348px; }
      @media (max-width: 1290px) {
        .learn-section .video-section .video-tab {
          padding-bottom: 260px; } }
      @media (max-width: 650px) {
        .learn-section .video-section .video-tab {
          padding-bottom: 200px; } }
    .learn-section .video-section .yt-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .learn-section .play-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px; }
    @media (max-width: 1290px) {
      .learn-section .play-icon {
        margin-top: 15px; } }
    @media (max-width: 650px) {
      .learn-section .play-icon {
        gap: 4px;
        justify-content: center; } }
    .learn-section .play-icon span {
      display: inline-flex;
      width: 28px; }
      @media (max-width: 650px) {
        .learn-section .play-icon span {
          width: 23px; } }
      .learn-section .play-icon span svg {
        width: 100%;
        height: auto; }
    .learn-section .play-icon p {
      margin: 0;
      font-family: "Open Sans", sans-serif;
      color: #000;
      font-weight: 800;
      font-size: 18px;
      line-height: 30px;
      letter-spacing: -0.36px; }
      @media (max-width: 650px) {
        .learn-section .play-icon p {
          font-size: 14px;
          line-height: 19px;
          letter-spacing: -0.28px; } }
  .learn-section .content-section {
    max-width: 613px;
    width: calc(100% - 669px);
    padding: 5px 0 9px; }
    @media (max-width: 1290px) {
      .learn-section .content-section {
        width: 47.23%;
        padding: 5px 0 10px; } }
    @media (max-width: 950px) {
      .learn-section .content-section {
        width: 100%;
        padding: 0px 0 10px;
        max-width: 600px; } }
    @media (max-width: 650px) {
      .learn-section .content-section {
        padding: 0px 4px 20px 10px; } }
    .learn-section .content-section h2 {
      font-weight: 800;
      font-family: "Open Sans", sans-serif;
      font-style: italic;
      margin: 0 0 10px;
      color: #000; }
      @media (max-width: 1290px) {
        .learn-section .content-section h2 {
          margin: 0 0 7px; } }
      .learn-section .content-section h2 span {
        color: #1E6E93; }
    .learn-section .content-section p {
      margin: 0 7px 40px 0;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif; }
      @media (max-width: 1290px) {
        .learn-section .content-section p {
          margin: 0 23px 30px 0; } }
      @media (max-width: 950px) {
        .learn-section .content-section p {
          margin: 0 0px 30px 0; } }
      @media (max-width: 650px) {
        .learn-section .content-section p {
          margin: 0 6px 20px 0; } }
      @media (max-width: 350px) {
        .learn-section .content-section p {
          font-size: 14px; } }
    .learn-section .content-section .content-heading-one {
      font-size: 36px;
      line-height: 40px;
      letter-spacing: -0.72px; }
      @media (max-width: 1290px) {
        .learn-section .content-section .content-heading-one {
          font-size: 27px;
          line-height: 30px;
          letter-spacing: -0.54px; } }
      @media (max-width: 650px) {
        .learn-section .content-section .content-heading-one {
          font-size: 20px;
          line-height: 22px;
          letter-spacing: -0.4px; } }
      @media (max-width: 374px) {
        .learn-section .content-section .content-heading-one {
          font-size: 16px; } }
    .learn-section .content-section .content-heading-two {
      font-size: 36px;
      line-height: 49px;
      letter-spacing: -0.72px; }
      @media (max-width: 1290px) {
        .learn-section .content-section .content-heading-two {
          font-size: 26px;
          line-height: 36px;
          letter-spacing: -0.52px; } }
      @media (max-width: 650px) {
        .learn-section .content-section .content-heading-two {
          font-size: 19px;
          line-height: 26px;
          letter-spacing: -0.38px; } }
      @media (max-width: 374px) {
        .learn-section .content-section .content-heading-two {
          font-size: 16px; } }

.service-section {
  padding: 46px 0 80px; }
  @media (max-width: 1290px) {
    .service-section {
      padding: 40px 0 80px; } }
  @media (max-width: 650px) {
    .service-section {
      padding: 30px 0 80px; } }
  .service-section .container {
    padding: 0 44px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    z-index: 1; }
    @media (max-width: 1290px) {
      .service-section .container {
        padding: 0 25px;
        gap: 44px; } }
    @media (max-width: 950px) {
      .service-section .container {
        gap: 80px;
        flex-direction: column;
        padding: 0 34px;
        align-items: center; } }
    @media (max-width: 650px) {
      .service-section .container {
        padding: 0 20px;
        gap: 60px; } }
  .service-section .service-left {
    width: 62.2%; }
    @media (max-width: 1290px) {
      .service-section .service-left {
        width: 54.42%; } }
    @media (max-width: 950px) {
      .service-section .service-left {
        width: 100%; } }
  .service-section .service-title h2 {
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    color: #3D3D3D;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -0.8px;
    margin: 0 0 1px; }
    @media (max-width: 950px) {
      .service-section .service-title h2 {
        text-align: center;
        font-size: 36px;
        line-height: 49px;
        letter-spacing: -0.72px;
        margin: 0 0 7px; } }
    @media (max-width: 650px) {
      .service-section .service-title h2 {
        text-align: center;
        font-size: 30px;
        line-height: 41px;
        letter-spacing: -0.6px;
        margin: 0 0 10px; } }
  .service-section .service-title p {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 29px; }
    @media (max-width: 1290px) {
      .service-section .service-title p {
        margin: 0 0 20px;
        max-width: 487px; } }
    @media (max-width: 950px) {
      .service-section .service-title p {
        max-width: 100%;
        text-align: center; } }
    @media (max-width: 650px) {
      .service-section .service-title p {
        margin: 0 0 42px; } }
    @media (max-width: 350px) {
      .service-section .service-title p {
        font-size: 14px; } }
  .service-section .main-card {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    border-radius: 0 50px 0 50px;
    margin: 0 0 40px; }
    @media (max-width: 1290px) {
      .service-section .main-card {
        border-radius: 0 40px; } }
    @media (max-width: 950px) {
      .service-section .main-card {
        max-width: 530px;
        width: 100%;
        margin: 0 auto 40px; } }
    @media (max-width: 650px) {
      .service-section .main-card {
        border-radius: 0 30px; } }
    .service-section .main-card a {
      display: flex;
      flex-direction: column;
      text-decoration: none; }
    .service-section .main-card .service-card-image {
      position: relative;
      padding-bottom: 3px; }
      .service-section .main-card .service-card-image img {
        border-radius: 0 50px 0 0; }
        @media (max-width: 1290px) {
          .service-section .main-card .service-card-image img {
            border-radius: 0 40px 0 0; } }
        @media (max-width: 650px) {
          .service-section .main-card .service-card-image img {
            border-radius: 0 30px 0 0; } }
      .service-section .main-card .service-card-image .shap-svg {
        position: absolute;
        display: flex;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%; }
        .service-section .main-card .service-card-image .shap-svg svg {
          width: 100%;
          height: auto; }
    .service-section .main-card .card-content {
      padding: 14px 42px 52px; }
      @media (max-width: 1290px) {
        .service-section .main-card .card-content {
          padding: 6px 28px 30px; } }
      @media (max-width: 950px) {
        .service-section .main-card .card-content {
          padding: 9px 28px 30px; } }
      @media (max-width: 650px) {
        .service-section .main-card .card-content {
          padding: 14px 18px 30px; } }
      @media (max-width: 360px) {
        .service-section .main-card .card-content {
          padding: 14px 15px 25px; } }
      .service-section .main-card .card-content h3 {
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
        color: #000;
        font-size: 50px;
        line-height: 63px;
        letter-spacing: -1px;
        margin: 0 0 13px; }
        @media (max-width: 1290px) {
          .service-section .main-card .card-content h3 {
            font-size: 31px;
            line-height: 39px;
            letter-spacing: -0.62px;
            margin: 0 0 12px; } }
        @media (max-width: 650px) {
          .service-section .main-card .card-content h3 {
            font-size: 21px;
            line-height: 24px;
            letter-spacing: -0.42px;
            margin: 0 0 10px; } }
        @media (max-width: 360px) {
          .service-section .main-card .card-content h3 {
            font-size: 18px; } }
      .service-section .main-card .card-content p {
        font-family: "Open Sans", sans-serif;
        color: #000;
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 20px; }
        @media (max-width: 650px) {
          .service-section .main-card .card-content p {
            font-size: 14px;
            line-height: 20px;
            margin: 0 0 15px; } }
      .service-section .main-card .card-content span {
        background: #1E6E93;
        color: #fff;
        padding: 16px 28px 14px;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        display: inline-flex;
        font-size: 20px;
        line-height: 24px;
        transition: 0.3s ease-in-out; }
        @media (max-width: 1290px) {
          .service-section .main-card .card-content span {
            padding: 12px 20px 11px;
            font-size: 16px;
            line-height: 19px; } }
        @media (max-width: 650px) {
          .service-section .main-card .card-content span {
            padding: 8px 12px;
            font-size: 13px;
            line-height: 15px; } }
        .service-section .main-card .card-content span:hover {
          background: #1D8EC3; }
  .service-section .service-cards {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 34px; }
    @media (max-width: 1290px) {
      .service-section .service-cards {
        gap: 40px 20px; } }
    @media (max-width: 950px) {
      .service-section .service-cards {
        gap: 40px 30px; } }
    @media (max-width: 650px) {
      .service-section .service-cards {
        grid-template-columns: repeat(1, 1fr); } }
    .service-section .service-cards .service-card {
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
      border-radius: 0 30px 0 30px; }
    .service-section .service-cards .main-card {
      width: 100%; }
    .service-section .service-cards a {
      display: flex;
      flex-direction: column;
      text-decoration: none; }
    .service-section .service-cards .service-card-image {
      position: relative;
      padding-bottom: 3px; }
      @media (max-width: 950px) {
        .service-section .service-cards .service-card-image {
          padding-bottom: 0; } }
      .service-section .service-cards .service-card-image img {
        border-radius: 0 30px 0 0; }
    .service-section .service-cards .shap-svg {
      position: absolute;
      bottom: -1px;
      display: flex;
      left: 0;
      right: 0;
      width: 100%; }
      @media (max-width: 1290px) {
        .service-section .service-cards .shap-svg svg {
          width: 100%;
          height: auto; } }
    .service-section .service-cards .card-content {
      padding: 16px 20px 30px; }
      @media (max-width: 1290px) {
        .service-section .service-cards .card-content {
          padding: 10px 13px 31px; } }
      @media (max-width: 950px) {
        .service-section .service-cards .card-content {
          padding: 14px 18px 30px; } }
      @media (max-width: 360px) {
        .service-section .service-cards .card-content {
          padding: 14px 15px 25px; } }
      .service-section .service-cards .card-content h3 {
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
        color: #000;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.48px;
        margin: 0 0 10px; }
        @media (max-width: 1290px) {
          .service-section .service-cards .card-content h3 {
            font-size: 18px;
            line-height: 18px;
            letter-spacing: -0.36px;
            margin: 0 0 8px; } }
        @media (max-width: 950px) {
          .service-section .service-cards .card-content h3 {
            font-size: 21px;
            line-height: 26px;
            letter-spacing: -0.42px;
            margin: 0 0 10px; } }
        @media (max-width: 360px) {
          .service-section .service-cards .card-content h3 {
            font-size: 18px; } }
      .service-section .service-cards .card-content p {
        font-family: "Open Sans", sans-serif;
        color: #000;
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 15px; }
      .service-section .service-cards .card-content span {
        background: #1E6E93;
        color: #fff;
        padding: 8px 12px;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700;
        display: inline-flex;
        font-size: 13px;
        line-height: 15px;
        transition: 0.3s ease-in-out; }
        .service-section .service-cards .card-content span:hover {
          background: #1D8EC3; }
  .service-section .service-right {
    width: 400px; }
    @media (max-width: 1290px) {
      .service-section .service-right {
        width: 41%; } }
    @media (max-width: 1023px) {
      .service-section .service-right {
        width: 40%; } }
    @media (max-width: 950px) {
      .service-section .service-right {
        width: 100%; } }
    .service-section .service-right iframe {
      width: 100%; }

/* Grady white marketing banner start */
.ecommerce-banner.grady-white-marketing-banner {
  padding: 9px 0; }
  @media (max-width: 767px) {
    .ecommerce-banner.grady-white-marketing-banner {
      padding: 7px 15px 8px; } }
  .ecommerce-banner.grady-white-marketing-banner .container {
    justify-content: center; }
  .ecommerce-banner.grady-white-marketing-banner .bnr-img {
    margin-right: 7px; }
    @media (max-width: 1023px) {
      .ecommerce-banner.grady-white-marketing-banner .bnr-img {
        position: static;
        width: auto;
        height: auto;
        opacity: 1;
        margin-left: 0; } }
  .ecommerce-banner.grady-white-marketing-banner .mark-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-right: 16px; }
    @media (max-width: 1023px) {
      .ecommerce-banner.grady-white-marketing-banner .mark-text {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .ecommerce-banner.grady-white-marketing-banner .mark-text {
        font-size: 14px;
        margin-right: 8px;
        margin-top: 2px; } }
  .ecommerce-banner.grady-white-marketing-banner .bnr-content {
    margin-right: 4px; }
    @media (max-width: 1023px) {
      .ecommerce-banner.grady-white-marketing-banner .bnr-content {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .ecommerce-banner.grady-white-marketing-banner .bnr-content {
        order: 1;
        width: auto; } }
  @media (max-width: 1023px) {
    .ecommerce-banner.grady-white-marketing-banner .bnr-link {
      font-size: 12px; } }
  @media (max-width: 767px) {
    .ecommerce-banner.grady-white-marketing-banner .bnr-link {
      margin-top: 5px; } }

/* Grady white marketing banner end */
/* Grady white sale Homepage banner start */
@media (max-width: 1290px) {
  .home-tab-section .slick-contents .banner-content.grady-day-sale-content {
    top: 10px; } }

@media (max-width: 1023px) {
  .home-tab-section .slick-contents .banner-content.grady-day-sale-content {
    top: 10px; } }

@media (max-width: 550px) {
  .home-tab-section .slick-contents .banner-content.grady-day-sale-content {
    top: 55%;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column; } }

@media (max-width: 400px) {
  .home-tab-section .slick-contents .banner-content.grady-day-sale-content {
    top: 40%; } }

.home-tab-section .slick-contents .banner-content.grady-day-sale-content h2 {
  color: #FFFFFF;
  font-size: 76px;
  letter-spacing: -1.52px; }
  @media (max-width: 1290px) {
    .home-tab-section .slick-contents .banner-content.grady-day-sale-content h2 {
      font-size: 66px;
      letter-spacing: -1.32px; } }
  @media (max-width: 1023px) {
    .home-tab-section .slick-contents .banner-content.grady-day-sale-content h2 {
      font-size: 57px;
      letter-spacing: -1.14px; } }
  @media (max-width: 550px) {
    .home-tab-section .slick-contents .banner-content.grady-day-sale-content h2 {
      font-size: 48px;
      letter-spacing: -0.96px;
      color: #000; } }
  @media (max-width: 550px) {
    .home-tab-section .slick-contents .banner-content.grady-day-sale-content h2 br {
      display: none; } }

.home-tab-section .slick-contents .banner-content.grady-day-sale-content .grady-day-title-banner {
  font-size: 40px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  background: transparent;
  padding: 0;
  line-height: 1;
  margin-bottom: 6px; }
  @media (max-width: 1290px) {
    .home-tab-section .slick-contents .banner-content.grady-day-sale-content .grady-day-title-banner {
      font-size: 35px;
      letter-spacing: -0.7px;
      margin-bottom: 10px; } }
  @media (max-width: 1023px) {
    .home-tab-section .slick-contents .banner-content.grady-day-sale-content .grady-day-title-banner {
      font-size: 30px;
      letter-spacing: -0.6px;
      margin-bottom: 5px; } }
  @media (max-width: 550px) {
    .home-tab-section .slick-contents .banner-content.grady-day-sale-content .grady-day-title-banner {
      color: #000;
      position: static;
      top: auto;
      transform: none;
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 8px; } }

.home-tab-section .slick-contents .banner-content.grady-day-sale-content .marketing-message {
  font-size: 24px;
  color: #ffca39;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-top: 10px; }
  @media (max-width: 1290px) {
    .home-tab-section .slick-contents .banner-content.grady-day-sale-content .marketing-message {
      font-size: 20px; } }
  @media (max-width: 1023px) {
    .home-tab-section .slick-contents .banner-content.grady-day-sale-content .marketing-message {
      font-size: 17px;
      margin-bottom: 9px; } }
  @media (max-width: 550px) {
    .home-tab-section .slick-contents .banner-content.grady-day-sale-content .marketing-message {
      color: #E82D2D; } }

.home-tab-section .slick-contents .banner-content.grady-day-sale-content p.marketing-description {
  max-width: 476px;
  color: #fff; }
  @media (max-width: 1023px) {
    .home-tab-section .slick-contents .banner-content.grady-day-sale-content p.marketing-description {
      margin-bottom: 18px; } }
  @media (max-width: 550px) {
    .home-tab-section .slick-contents .banner-content.grady-day-sale-content p.marketing-description {
      color: #000;
      max-width: 300px;
      margin-top: 5px; } }
  @media (max-width: 400px) {
    .home-tab-section .slick-contents .banner-content.grady-day-sale-content p.marketing-description {
      max-width: 270px; } }

/* Grady white sale Homepage banner end */
@media (min-width: 1024px) {
  .header .header-logo {
    margin-top: -11px; } }

@media only screen and (max-width: 1365px) and (min-width: 1024px) {
  .header .search-box {
    padding-left: 35px; }
  .header .nav-links-marketing {
    padding-left: 23px; }
  .header .navPages-container {
    max-width: calc(100% - 115px); }
  .header .navPages-list .navPages-action {
    font-size: 18px;
    padding: 13px 11px; }
  .header .marketing-info {
    max-width: 115px;
    display: block; } }

.header .marketing-info .marketing-heading {
  text-align: right; }
  .header .marketing-info .marketing-heading a {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 0 9px;
    height: 30px; }
    .header .marketing-info .marketing-heading a svg {
      margin-right: 5px; }

.header .navUser-section .navUser-item {
  margin-left: 24px; }

.header .navUser-action.navUser-item--contact span {
  max-width: 90px;
  font-size: 10px;
  font-weight: 400;
  text-transform: none;
  line-height: 14px; }
  .header .navUser-action.navUser-item--contact span strong {
    font-size: 12px;
    letter-spacing: 0.24px;
    font-weight: bold; }

.mobile-links .mobile-link-main a strong {
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px; }

@media (max-width: 1023px) {
  .mobile-links .mobile-link-main a span {
    width: 26px; }
    .mobile-links .mobile-link-main a span svg {
      width: 16px;
      height: 23px;
      margin-top: -2px; } }

@media (max-width: 1023px) {
  .nav-links-marketing .navPages-container .mobile-marekting-banner {
    display: none !important; } }

.has-activeNavPages .ecommerce-banner {
  display: none; }

.hot-deal-section {
  margin-top: 20px; }

@media screen and (min-width: 1024px) {
  .navPage-subMenu.boats .navPage-brand-list .brand-list-custom {
    width: 25%; } }
