@charset "UTF-8";
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: 551px)/";
  width: 0; }

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

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

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

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

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: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 801px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Arial", 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: "Arial", Arial, Helvetica, sans-serif;
  font-weight: 700;
  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: "Arial", 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: #fe720b;
  border-color: #fe720b;
  color: black; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #ee6200;
    border-color: #ee6200;
    color: black; }
  .button--primary:active {
    background-color: #ee6200;
    border: 1px solid #ee6200;
    color: black; }

.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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          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: 551px) {
    .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: 551px) {
    .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: 551px) {
  .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: 551px) {
  .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: 551px) {
  .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: "Arial", 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: 551px) {
    .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: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .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: 551px) {
  .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: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .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;
  -moz-user-select: none;
  user-select: none;
  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 {
  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%;
  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%; }

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

.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: 551px) {
    .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: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 801px) {
    .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; } }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 801px) {
    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: 700;
  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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          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: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .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: 551px) {
        .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: 551px) {
        .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; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.78571rem; } }

.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: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #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: 801px) {
    .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: 801px) {
    .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: "Arial", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .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: #fe720b;
      border-color: #fe720b;
      color: black; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #ee6200;
      border-color: #ee6200;
      color: black; }
    .modal--alert .button-container .confirm:active {
      background-color: #ee6200;
      border-color: #ee6200;
      color: black; }

.hide-content {
  opacity: 0; }

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

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 551px) {
    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: 801px) {
      .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: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .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: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .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: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 801px) {
  .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: 801px) {
  .accordion--navList {
    border: 0; } }

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

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

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

@media (min-width: 801px) {
  .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: 801px) {
    .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: 801px) {
    .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: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .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: 551px) {
        .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: "Arial", 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: 551px) {
    .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--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

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

.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: 551px) {
    .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: 551px) {
  .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:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.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: 265px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.69811%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .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%;
  -o-object-fit: contain;
     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: 551px) {
    .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: 551px) {
      .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: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .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: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .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: 801px) {
  .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: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .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: 801px) {
    .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: 551px) {
    .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: #757575; }
  .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: 801px) {
        .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: 801px) {
          .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: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .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: 551px) {
    .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: 551px) {
      .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: 1101px) {
    .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: 1101px) {
    .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: 1101px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1101px) {
      .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: 1101px) {
      .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: 1101px) {
    .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: 1101px) {
    .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: 1101px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 1101px) {
  .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: 1101px) {
    .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: 1101px) {
      .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: 1101px) {
      .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: 1101px) {
    .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: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .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: 1101px) {
    .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: 1101px) {
      .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: 1101px) {
    .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: 1101px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1101px) {
    .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: 1101px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

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

@media (min-width: 1101px) {
  .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: 1101px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 1101px) {
    .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: 1101px) {
    .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: 1101px) {
    .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: 1101px) {
      .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: 1101px) {
      .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: 1101px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 1101px) {
  .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: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 801px) {
    .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: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .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: 551px) {
    .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%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        -o-object-position: 50% 50%;
           object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       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: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 801px) {
      .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: 551px) {
    .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: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

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

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

@media (min-width: 801px) {
  .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: 801px) {
  .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%;
    -o-object-fit: contain;
       object-fit: contain; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .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: 551px) {
        .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: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .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: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .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: 551px) {
    .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: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .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: 801px) {
    .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: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .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%;
    -o-object-fit: contain;
       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;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    width: 120px; }

.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: 801px) {
  .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: 801px) {
    .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: 801px) {
    .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: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .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: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

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

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .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: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .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: 551px) {
        .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; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

.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: "Arial", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

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

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 801px) {
    .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: 801px) {
    .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: 801px) {
    .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: 801px) {
      .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 {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .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: 801px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .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: 801px) {
    .cart-list {
      display: table-row-group; } }

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

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .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: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .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: 801px) {
    .cart-item-image {
      margin-left: 0; } }

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

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .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: 801px) {
  .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: 801px) {
    .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: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 801px) {
    .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: 551px) {
    .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: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 801px) {
    .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: 801px) {
    .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: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

.cart-total-grandTotal {
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 801px) {
    .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: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

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

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

.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: 551px) {
    .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: 551px) {
      .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: 551px) {
      .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: 551px) {
          .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: 801px) {
    .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: 801px) {
    .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: 801px) {
    .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: 801px) {
    .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: 801px) {
    .suggestiveCart {
      display: block; } }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .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: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .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: 801px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .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: 801px) {
    .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: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .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: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .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: 801px) {
    .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: 551px) {
    .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: "Arial", 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: 551px) {
    .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: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .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: "Arial", 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: 551px) {
    .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: 551px) {
    .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-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white);
  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; }

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,
.apple-pay-supported .productView-options .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: 551px) {
      .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 {
    color: #666666;
    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: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .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: 551px) {
    .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%; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.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: 1101px) {
    .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: 1101px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 1101px) {
    .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: 1101px) {
      .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: 1101px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 1101px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Arial", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 700;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1101px) {
    .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: 1101px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 2.35714rem; }
  @media (min-width: 1101px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 1101px) {
    .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: 1101px) {
    .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: 801px) {
    .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: 801px) {
  .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: 801px) {
    .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: #f2f3f5;
  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: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .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: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .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: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .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: 801px) {
    .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; } }

* {
  box-sizing: border-box; }

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

body {
  font-size: 14px;
  line-height: 1.42857143; }

.page-container, .category-container, .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 768px) {
  .container {
    width: 750px; }
  .page-container,
  .category-container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; }
  .page-container,
  .category-container {
    width: 970px; } }

@media (min-width: 1261px) {
  .container {
    width: 1120px; }
  .page-container,
  .category-container {
    width: 1120px; } }

@media (min-width: 1600px) {
  .page-container,
  .category-container {
    width: 1360px; } }

@media (max-width: 767px) {
  .page-container, .category-container, .container {
    padding-left: 15px;
    padding-right: 15px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-15, .col-xs-16 {
  float: left; }

.col-xs-16 {
  width: 80%; }

.col-xs-15 {
  width: 20%; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-15, .col-sm-16 {
    float: left; }
  .col-sm-16 {
    width: 80%; }
  .col-sm-15 {
    width: 20%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-15, .col-md-16 {
    float: left; }
  .col-md-16 {
    width: 80%; }
  .col-md-15 {
    width: 20%; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-15, .col-lg-16 {
    float: left; }
  .col-lg-16 {
    width: 80%; }
  .col-lg-15 {
    width: 20%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .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: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .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: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .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: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-fill: auto;
       column-fill: auto;
  -moz-column-gap: 1.42857rem;
       column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      -moz-column-count: 3;
           column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      -moz-column-count: 4;
           column-count: 4; } }
  .productMasonry .product {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    -moz-column-count: 6;
         column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .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: 551px) {
  .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: 551px) {
  .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: 551px) {
    .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: 551px) {
  .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: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .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;
  padding-top: 1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView {
      display: block;
      padding-top: 0; } }
  .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: 801px) {
    .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: 801px) {
    .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: 801px) {
    .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: 551px) {
    .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: 551px) {
    .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: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .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: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.MainHeaderSearch .cc-suggest-block {
  display: block;
  height: 45px;
  width: 100%;
  height: auto;
  pointer-events: none;
  text-align: center; }
  .MainHeaderSearch .cc-suggest-block .cc-suggest-input {
    position: unset;
    top: 32px;
    width: 100%;
    height: 43px;
    display: block;
    margin: 30px 0;
    pointer-events: auto;
    border: 1px solid #B0B0B0; }
    .MainHeaderSearch .cc-suggest-block .cc-suggest-input .cc-suggest-input-block {
      display: flex; }
      .MainHeaderSearch .cc-suggest-block .cc-suggest-input .cc-suggest-input-block #cc-search-box {
        width: 100%;
        height: 100%;
        color: #666;
        font-size: 15px;
        padding: 13px 10px 10px 16px;
        background-color: #F5F5F5;
        border: 0;
        box-shadow: none; }
    .MainHeaderSearch .cc-suggest-block .cc-suggest-input .cc-search-icon {
      height: 40px;
      background: #F5F5F5; }
      .MainHeaderSearch .cc-suggest-block .cc-suggest-input .cc-search-icon .cc-search-ico {
        width: 40%;
        margin-top: 10px; }

.TopPromoBannerWrap {
  background-color: #f3f3f3; }
  @media (min-width: 1261px) {
    .TopPromoBannerWrap {
      background-color: #EEEEEE; } }
  .TopPromoBannerWrap .NewTopPromoBanner .promo-banner-tag {
    align-items: center;
    background-image: url(https://cdn11.bigcommerce.com/s-ljboqq8dd6/product_images/uploaded_images/mobile-trusted-new-created-banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: block;
    height: auto;
    justify-content: center;
    position: relative;
    min-height: auto;
    padding-top: 20vw;
    width: 100%; }
    @media (min-width: 551px) {
      .TopPromoBannerWrap .NewTopPromoBanner .promo-banner-tag {
        background-image: url(https://www.brickhousesecurity.com/content/header-graphics/tablet-trusted-banner.png);
        background-size: contain;
        padding-top: 12vw; } }
    @media (min-width: 801px) {
      .TopPromoBannerWrap .NewTopPromoBanner .promo-banner-tag {
        background-image: url(https://cdn11.bigcommerce.com/s-ljboqq8dd6/product_images/uploaded_images/desktop-trusted-banner-g.png);
        background-position: center;
        background-size: cover;
        display: flex;
        min-height: 6vw;
        padding-top: 0; } }
    @media (min-width: 1261px) {
      .TopPromoBannerWrap .NewTopPromoBanner .promo-banner-tag {
        min-height: 82px; } }

.header {
  border: 0;
  height: auto;
  position: inherit; }
  @media (min-width: 801px) {
    .header .header-wrap {
      align-items: center;
      display: flex;
      gap: 4rem;
      padding: 1.6rem 0; } }
  .header .header-wrap .header-logo {
    flex: 2;
    margin: 0;
    height: 55px; }
    @media (min-width: 551px) {
      .header .header-wrap .header-logo {
        height: 68px; } }
    @media (min-width: 801px) {
      .header .header-wrap .header-logo {
        height: auto; } }
    .header .header-wrap .header-logo .header-logo__link {
      justify-content: flex-start;
      margin: 0 0 0 3rem;
      width: 156px; }
      @media (min-width: 801px) {
        .header .header-wrap .header-logo .header-logo__link {
          justify-content: center;
          margin: 0 auto;
          width: auto; } }
      .header .header-wrap .header-logo .header-logo__link .header-logo-image-container {
        width: auto; }
        @media (min-width: 801px) {
          .header .header-wrap .header-logo .header-logo__link .header-logo-image-container {
            min-height: auto; } }
        .header .header-wrap .header-logo .header-logo__link .header-logo-image-container .header-logo-image {
          max-height: 2.35714rem; }
          @media (min-width: 551px) {
            .header .header-wrap .header-logo .header-logo__link .header-logo-image-container .header-logo-image {
              max-height: 3.357rem; } }
          @media (min-width: 801px) {
            .header .header-wrap .header-logo .header-logo__link .header-logo-image-container .header-logo-image {
              max-height: none; } }
  .header .header-wrap .header-navigation {
    align-items: center;
    display: flex;
    flex: 8;
    flex-direction: column-reverse;
    width: 100%; }
    @media (min-width: 801px) {
      .header .header-wrap .header-navigation {
        flex-direction: row-reverse; } }
    .header .header-wrap .header-navigation .navUser {
      flex: 2;
      padding: 0 15px;
      top: 26px; }
      @media (min-width: 551px) {
        .header .header-wrap .header-navigation .navUser {
          top: 36px; } }
      @media (min-width: 801px) {
        .header .header-wrap .header-navigation .navUser {
          padding: 0;
          top: 0; } }
      @media (min-width: 1261px) {
        .header .header-wrap .header-navigation .navUser {
          flex: 1; } }
      .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item .navUser-action {
        align-items: center;
        display: flex;
        flex-direction: column;
        font-weight: 400;
        padding: 0 0.386rem;
        text-transform: capitalize; }
        .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item .navUser-action .icon {
          height: 20px;
          margin: 0;
          width: 20px; }
          @media (min-width: 551px) {
            .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item .navUser-action .icon {
              height: 30px;
              width: 30px; } }
          .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item .navUser-action .icon svg {
            fill: #0D1F34;
            stroke: #0D1F34; }
        .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item .navUser-action .navUser-label {
          display: block;
          font-size: 10px; }
          @media (min-width: 551px) {
            .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item .navUser-action .navUser-label {
              font-size: 12px; } }
          @media (min-width: 801px) {
            .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item .navUser-action .navUser-label {
              font-size: 10px; } }
      .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item.navUser-item-mobile {
        display: inline-block; }
        @media (min-width: 801px) {
          .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item.navUser-item-mobile {
            display: none; } }
      .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item.navUser-item--cart {
        position: relative;
        display: inline-block; }
        .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item.navUser-item--cart .cart-quantity {
          background: none;
          color: #fff;
          font-size: 10px;
          font-weight: 300;
          line-height: 1.771em;
          position: absolute;
          right: 4px;
          top: 0px; }
          @media (min-width: 551px) {
            .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item.navUser-item--cart .cart-quantity {
              right: 9px;
              top: 3px; } }
        .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item.navUser-item--cart .dropdown-menu.is-open {
          top: calc(100% + 0.6rem) !important;
          width: calc(40px + 250px); }
      .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item.navUser-item--account {
        position: relative; }
        .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginType {
          background: #fff;
          box-shadow: 0 3px 5px #ccc;
          position: absolute;
          right: 0;
          top: 100%;
          z-index: 999;
          width: 200px; }
          .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginType ul {
            list-style: none;
            margin: 0; }
            .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginType ul li a {
              border-bottom: 1px solid #e7e7e7;
              color: #444;
              display: block;
              padding: 10px 20px;
              text-transform: uppercase;
              -webkit-text-decoration: #ffdead;
                      text-decoration: #ffdead;
              -moz-text-align-last: left;
                   text-align-last: left; }
            .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginType ul li:hover a {
              background: #1b3d5c;
              color: #fff; }
        .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item.navUser-item--account:hover .CustomLoginType {
          display: block !important; }
      .header .header-wrap .header-navigation .navUser .navUser-section .navUser-item:last-child .navUser-action {
        padding-right: 0; }
  .header .header-wrap .header-phn {
    display: none; }
    @media (min-width: 801px) {
      .header .header-wrap .header-phn {
        display: flex; } }
  .header .header-wrap .quickSearchWrap {
    display: none; }
    @media (min-width: 801px) {
      .header .header-wrap .quickSearchWrap {
        display: block; } }
  .header.HeaderFixed .header-container-wrap {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 20px 0, rgba(0, 0, 0, 0.05) 0 1px 4px 0, rgba(0, 0, 0, 0.05) 0 2px 8px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99; }
  .header.HeaderFixed.nav-down .header-wrap .quickSearchWrap {
    display: block; }
  .header.HeaderFixed.nav-down.is-open .navPages-container.is-open {
    padding-top: 105px; }
    @media (min-width: 551px) {
      .header.HeaderFixed.nav-down.is-open .navPages-container.is-open {
        padding-top: 126px; } }
  .header.HeaderFixed.nav-up.is-open .navPages-container.is-open {
    padding-top: 55px; }
    @media (min-width: 551px) {
      .header.HeaderFixed.nav-up.is-open .navPages-container.is-open {
        padding-top: 68px; } }
  .header .mobileMenu-toggle {
    top: -4px;
    padding: 0 1.28571rem; }
    @media (min-width: 551px) {
      .header .mobileMenu-toggle {
        top: 0; } }
    .header .mobileMenu-toggle:after {
      content: "Menu";
      font-size: 10px;
      position: absolute;
      bottom: 0;
      display: block;
      width: auto;
      left: 50%;
      text-align: center;
      margin-left: -13px; }
      @media (min-width: 551px) {
        .header .mobileMenu-toggle:after {
          bottom: -0.2rem;
          font-size: 12px;
          margin-left: -14px; } }

.quickSearchWrap-mobile {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 15px; }
  @media (min-width: 801px) {
    .quickSearchWrap-mobile {
      display: none; } }

.header-phn {
  align-items: center;
  display: flex;
  flex: 3;
  justify-content: space-between;
  width: 100%; }
  @media (min-width: 801px) {
    .header-phn {
      justify-content: center; } }
  .header-phn .need-help-call {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M0.795,5.194c1.022-1.979,2.812-3.451,4.952-4.072c1.062-0.208,2.069-0.479,2.755,0.336l4.292,5.171c0.577,0.691,0.636,1.678,0.143,2.431l-0.828,1.228c-0.544,0.813-0.437,1.897,0.259,2.587l6.684,7.989c0.69,0.695,1.778,0.799,2.586,0.247l1.1-0.736c0.813-0.539,1.895-0.432,2.584,0.257l5.329,4.035c0.721,0.714,0.804,1.853,0.194,2.663l-1.448,1.929c-0.735,0.981-1.371,1.834-3.956,1.834c-3.879,0-9.052-2.584-14.225-7.758C3.459,15.578,2.166,11.7,0.874,7.82c-0.168-0.854-0.168-1.731,0-2.586' fill='%23fe720b' /%3E%3C/svg%3E");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20px;
    color: #fe720b;
    font-size: 18px;
    font-weight: 700;
    padding-left: 26px;
    text-decoration: none; }
    @media (min-width: 1261px) {
      .header-phn .need-help-call {
        background-size: 25px;
        font-size: 22px;
        padding-left: 32px; } }
  .header-phn .need-help-text {
    display: block;
    font-size: 12px; }
    @media (min-width: 551px) {
      .header-phn .need-help-text {
        font-size: 16px; } }
    @media (min-width: 801px) {
      .header-phn .need-help-text {
        display: none; } }

.quickSearchWrap {
  flex: 3;
  width: 100%;
  margin: 0 0 0.6rem; }
  @media (min-width: 551px) {
    .quickSearchWrap {
      margin: 0.6rem 0; } }
  @media (min-width: 801px) {
    .quickSearchWrap {
      margin: 0; } }
  @media (min-width: 1261px) {
    .quickSearchWrap {
      flex: 4; } }
  .quickSearchWrap .form {
    margin: 0; }
    .quickSearchWrap .form .form-field {
      margin: 0;
      position: relative; }
      .quickSearchWrap .form .form-field .form-input {
        background-color: #f5f5f5;
        border-radius: 0; }
      .quickSearchWrap .form .form-field .button-icon {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 42px; }
        .quickSearchWrap .form .form-field .button-icon .search-icon {
          height: 22px;
          width: 22px; }

.navPages-container.is-open {
  padding-top: calc(20vw + 55px + 50px);
  position: fixed;
  width: 80%; }
  @media (min-width: 551px) {
    .navPages-container.is-open {
      padding-top: calc(20vw + 15px); } }
  .navPages-container.is-open .navPages {
    background-color: #1b3d5c;
    position: relative;
    padding: 0.5rem 0.5rem; }
    .navPages-container.is-open .navPages .is-hidden {
      display: block; }
    .navPages-container.is-open .navPages .navPage-subMenu-list {
      margin: 0; }
    .navPages-container.is-open .navPages .navPages-list {
      padding: 1rem; }
      .navPages-container.is-open .navPages .navPages-list + .navPages-list {
        border-top: 0;
        margin-top: 0; }
      .navPages-container.is-open .navPages .navPages-list .navPages-item {
        margin: 0 0 1rem;
        border-bottom: 1px solid #ffffff; }
        .navPages-container.is-open .navPages .navPages-list .navPages-item.GPS-login-page {
          border-bottom: 0; }
          .navPages-container.is-open .navPages .navPages-list .navPages-item.GPS-login-page .navPages-action {
            background-color: #ffffff;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg%3E%3Cpath d='M16.126,31.358c-2.433,0-4.866,0.004-7.298-0.001c-3.297-0.009-5.368-2.088-5.346-5.394c0.016-2.49,0.313-4.931,1.52-7.17c1.036-1.925,2.618-3.045,4.834-3.093c0.492-0.011,1.019,0.229,1.483,0.452c0.974,0.468,1.876,1.113,2.882,1.482c1.921,0.704,3.775,0.304,5.518-0.688c0.325-0.186,0.658-0.373,0.944-0.612c0.957-0.799,2.021-0.774,3.136-0.462c1.624,0.454,2.768,1.493,3.522,2.963c1.356,2.632,1.696,5.468,1.404,8.359c-0.245,2.404-2.382,4.129-4.943,4.155c-2.552,0.027-5.103,0.006-7.656,0.006C16.126,31.356,16.126,31.357,16.126,31.358z' fill='%231b3d5c'%3E%3C/path%3E%3Cpath d='M15.97,15.593c-4.073,0.007-7.296-3.198-7.318-7.278c-0.021-4.051,3.227-7.331,7.271-7.341c4.075-0.01,7.363,3.258,7.364,7.321C23.287,12.333,20.028,15.584,15.97,15.593z' fill='%231b3d5c'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center left 10px;
            background-size: 27px;
            padding: 1rem 1.5rem 1rem 3rem;
            color: #1b3d5c;
            text-align: center;
            width: 170px; }
        .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action {
          color: #ffffff;
          boder: 0;
          position: relative;
          text-align: left; }
          .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon {
            border: 0;
            height: 10px;
            margin: 0;
            position: absolute;
            right: 1rem;
            top: 50%;
            transform: translateY(-50%) rotate(-90deg);
            transition: 0.2s;
            width: 10px; }
            .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon svg {
              fill: #fff;
              stroke: #fff; }
          .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action:hover {
            color: #ffffff; }
            .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action:hover .navPages-action-moreIcon svg {
              fill: #fff;
              stroke: #fff; }
          .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action.is-open .navPages-action-moreIcon {
            padding: 0;
            transform: translateY(-50%) rotate(0deg); }
        .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-item {
          margin: 0;
          border: 0; }
          .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-item .navPages-action:hover {
            color: #ffffff; }
      .navPages-container.is-open .navPages .navPages-list.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
        display: block; }

@media (min-width: 801px) {
  .navPages-container {
    background-color: #1b3d5c;
    padding: 0 15px; } }

.navPages-container .navPages {
  height: 100%; }
  @media (min-width: 801px) {
    .navPages-container .navPages {
      height: auto;
      max-width: 1120px; } }
  @media (min-width: 1261px) {
    .navPages-container .navPages {
      text-align: left; } }
  .navPages-container .navPages .navPages-list {
    width: 100%; }
    .navPages-container .navPages .navPages-list.navPages-list-depth-max.subMenu-is-open .navPages-item-page, .navPages-container .navPages .navPages-list.navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: block; }
    @media (min-width: 801px) {
      .navPages-container .navPages .navPages-list .navPages-item {
        display: inline-block;
        float: none; } }
    .navPages-container .navPages .navPages-list .navPages-item.navShopperApproved {
      display: none; }
      @media (min-width: 1261px) {
        .navPages-container .navPages .navPages-list .navPages-item.navShopperApproved {
          display: block;
          float: right; } }
      .navPages-container .navPages .navPages-list .navPages-item.navShopperApproved:hover .navPages-action {
        background-color: transparent;
        color: #ffffff; }
      .navPages-container .navPages .navPages-list .navPages-item.navShopperApproved .navPages-action {
        align-items: center;
        display: flex;
        gap: 0.5rem;
        padding: 8px 0; }
        .navPages-container .navPages .navPages-list .navPages-item.navShopperApproved .navPages-action .reviews-stars-group-wrapper {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center; }
          .navPages-container .navPages .navPages-list .navPages-item.navShopperApproved .navPages-action .reviews-stars-group-wrapper .reviews-stars-group {
            display: block; }
            .navPages-container .navPages .navPages-list .navPages-item.navShopperApproved .navPages-action .reviews-stars-group-wrapper .reviews-stars-group .review-star {
              width: 16px;
              height: 16px;
              vertical-align: text-bottom;
              white-space: normal; }
              .navPages-container .navPages .navPages-list .navPages-item.navShopperApproved .navPages-action .reviews-stars-group-wrapper .reviews-stars-group .review-star svg {
                fill: #ffffff;
                stroke: transparent; }
            .navPages-container .navPages .navPages-list .navPages-item.navShopperApproved .navPages-action .reviews-stars-group-wrapper .reviews-stars-group.rated-group {
              position: absolute;
              left: 0;
              top: 0;
              z-index: 9;
              white-space: nowrap;
              display: block;
              overflow: hidden;
              width: 92%; }
              .navPages-container .navPages .navPages-list .navPages-item.navShopperApproved .navPages-action .reviews-stars-group-wrapper .reviews-stars-group.rated-group .review-star svg {
                fill: #FFE400;
                stroke: transparent; }
    .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
      letter-spacing: .5px;
      padding: 8px 12px;
      text-transform: capitalize; }
      @media (min-width: 801px) {
        .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
          color: #ffffff; } }
      @media (min-width: 1261px) {
        .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
          padding: 8px 20px; } }
      @media (min-width: 801px) {
        .navPages-container .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon {
          margin-left: .35714rem; } }
      @media (min-width: 801px) {
        .navPages-container .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon svg {
          fill: #ffffff;
          stroke: #ffffff; } }
      .navPages-container .navPages .navPages-list .navPages-item .navPages-action.navPages-action-mobile {
        display: block; }
        @media (min-width: 801px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action.navPages-action-mobile {
            display: none; } }
      .navPages-container .navPages .navPages-list .navPages-item .navPages-action.navPages-action-desktop {
        display: none; }
        @media (min-width: 801px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action.navPages-action-desktop {
            display: block; } }
    @media (min-width: 801px) {
      .navPages-container .navPages .navPages-list .navPages-item:hover .navPages-action {
        background-color: #ffffff;
        color: #344bd5; } }
    @media (min-width: 801px) {
      .navPages-container .navPages .navPages-list .navPages-item:hover .navPages-action.navPages-action-desktop + .navPage-subMenu {
        background-color: #ffffff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        display: block;
        min-width: 256px;
        padding: 0 !important; } }
    @media (min-width: 801px) {
      .navPages-container .navPages .navPages-list .navPages-item:hover .navPages-action .navPages-action-moreIcon svg {
        fill: #344bd5;
        stroke: #344bd5; } }
    .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu-list .navPages-item {
      width: 100%; }
      @media (min-width: 801px) {
        .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu-list .navPages-item .navPages-action {
          padding: 8px 10px;
          display: block;
          width: 100%; } }
      .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu-list .navPages-item .navPages-action:hover {
        color: #ffffff; }
        @media (min-width: 801px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu-list .navPages-item .navPages-action:hover {
            color: #333333; } }

.quickSearchResults {
  margin: 0; }

.headerNeedHelp-wrap {
  background-color: #ECF0F8;
  display: block;
  padding: 0.5rem; }
  @media (min-width: 1261px) {
    .headerNeedHelp-wrap {
      display: none; } }
  .headerNeedHelp-wrap .headerNeedHelp {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    .headerNeedHelp-wrap .headerNeedHelp p {
      color: #000;
      font-size: 10px;
      font-weight: bold;
      margin: 0;
      text-decoration: underline; }
      @media (min-width: 551px) {
        .headerNeedHelp-wrap .headerNeedHelp p {
          font-size: 12px; } }
    .headerNeedHelp-wrap .headerNeedHelp .button-action .button {
      background-color: #F27221;
      background-position: center left 1.2rem;
      background-repeat: no-repeat;
      background-size: 12px;
      border-color: #F27221;
      border-radius: 20px;
      color: #ffffff;
      font-size: 12px;
      font-weight: 700;
      padding: 0 1.6rem 0 2.6rem;
      line-height: 2.1rem;
      text-align: center;
      margin: 0;
      width: auto; }
      @media (min-width: 551px) {
        .headerNeedHelp-wrap .headerNeedHelp .button-action .button {
          background-position: center left 1.8rem;
          padding: 0 1.6rem 0 2.8rem; } }
      .headerNeedHelp-wrap .headerNeedHelp .button-action .button.call-button {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.53003 0.5C1.86699 0.5 1.2311 0.763392 0.762262 1.23223C0.293421 1.70107 0.0300293 2.33696 0.0300293 3L0.0300293 5C0.0300293 10.799 4.73103 15.5 10.53 15.5H12.53C13.1931 15.5 13.829 15.2366 14.2978 14.7678C14.7666 14.2989 15.03 13.663 15.03 13V11.618C15.03 11.3393 14.9524 11.0661 14.8058 10.829C14.6591 10.592 14.4494 10.4005 14.2 10.276L11.785 9.068C11.5928 8.97188 11.3821 8.9182 11.1672 8.91061C10.9524 8.90302 10.7385 8.94169 10.5399 9.024C10.3413 9.10632 10.1628 9.23035 10.0163 9.3877C9.86984 9.54505 9.75891 9.73204 9.69103 9.936L9.39303 10.829C9.33819 10.9929 9.22546 11.1311 9.07597 11.2178C8.92649 11.3045 8.75051 11.3338 8.58103 11.3C7.50745 11.0853 6.52142 10.5576 5.74716 9.78352C4.9729 9.00943 4.44502 8.02353 4.23003 6.95C4.19627 6.78052 4.22548 6.60454 4.31219 6.45506C4.3989 6.30557 4.53715 6.19284 4.70103 6.138L5.81003 5.768C6.16842 5.64832 6.46845 5.3978 6.65013 5.0665C6.83182 4.7352 6.88178 4.34754 6.79003 3.981L6.20403 1.637C6.1231 1.31252 5.93606 1.02439 5.67262 0.818382C5.40918 0.612377 5.08445 0.500315 4.75003 0.5H2.53003Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
      .headerNeedHelp-wrap .headerNeedHelp .button-action .button.text-button {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 11' %3E%3Cpath d='M0.998779 2.26391C0.998779 1.85885 1.15969 1.47038 1.44611 1.18396C1.73253 0.897542 2.12099 0.736633 2.52605 0.736633H9.65332C10.0584 0.736633 10.4469 0.897542 10.7333 1.18396C11.0197 1.47038 11.1806 1.85885 11.1806 2.26391V7.35482C11.1806 7.75987 11.0197 8.14834 10.7333 8.43476C10.4469 8.72118 10.0584 8.88209 9.65332 8.88209H5.75012L4.05332 10.1548C3.63383 10.4694 3.03514 10.1701 3.03514 9.64572V8.88209H2.52605C2.12099 8.88209 1.73253 8.72118 1.44611 8.43476C1.15969 8.14834 0.998779 7.75987 0.998779 7.35482V2.26391Z' fill='%23ffffff'/%3E%3C/svg%3E"); }

.headerTop {
  background-color: #1B3D5C; }
  .headerTop .container {
    width: 100%;
    padding: 0 1px; }
    @media (min-width: 1261px) {
      .headerTop .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 1440px; } }
  .headerTop .headerTop-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 0; }
    @media (min-width: 1261px) {
      .headerTop .headerTop-wrap {
        justify-content: space-between;
        padding: 0.5rem 1.5rem; } }
    .headerTop .headerTop-wrap .trusteByClients-wrap {
      align-items: center;
      display: flex; }
      .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-info {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' %3E%3Cpath d='M12.0222 0.000547039C12.4412 0.000547039 12.8539 0.0260832 13.2377 0.0861682C13.6157 0.132693 13.9887 0.210095 14.3524 0.317495C14.7171 0.421142 15.0737 0.550325 15.4304 0.712554C15.7775 0.867273 16.1341 1.05654 16.4908 1.26233C17.0937 1.62284 17.6871 1.91425 18.2916 2.14708C19.4817 2.59447 20.7402 2.86068 22.0197 2.9357C22.669 2.97926 23.3359 3.0048 24.03 3.0048V9.0133C24.03 10.1549 23.8749 11.2364 23.5646 12.2669C23.2666 13.2827 22.8431 14.2622 22.3027 15.1855C21.7647 16.1076 21.1281 16.9758 20.4027 17.7767C19.6663 18.5958 18.8689 19.3648 18.0165 20.078C17.1529 20.7932 16.2433 21.4579 15.2929 22.0683C14.3428 22.6871 13.3832 23.2625 12.4236 23.7852L12.0398 24L11.656 23.7852C10.6695 23.2488 9.70594 22.676 8.76756 22.0683C7.81179 21.4647 6.90172 20.7997 6.04389 20.078C5.19206 19.3648 4.39519 18.5958 3.65928 17.7767C2.93589 16.9724 2.29642 16.1047 1.74967 15.1855C1.21858 14.2581 0.795511 13.2795 0.487794 12.2669C0.175555 11.2075 0.0216124 10.1125 0.030384 9.0133V3.0048C0.726095 3.0048 1.39302 2.97926 2.04235 2.9357C2.68154 2.894 3.3166 2.80815 3.94236 2.67884C4.55491 2.54965 5.16745 2.37841 5.7704 2.14708C6.39607 1.90992 6.99593 1.61665 7.56166 1.27134C8.26537 0.841737 8.97867 0.524789 9.68238 0.315993C10.4403 0.097782 11.2296 -0.00863321 12.0222 0.000547039ZM22.4211 4.48139C21.2104 4.42621 20.0111 4.23611 18.8482 3.91508C17.6914 3.59101 16.5897 3.11407 15.5759 2.49858C15.0501 2.17442 14.4791 1.92015 13.879 1.74301C13.2797 1.57287 12.6563 1.48881 12.0302 1.49366C11.3994 1.48983 10.7715 1.57386 10.167 1.74301C9.56606 1.91439 8.99575 2.16905 8.47488 2.49858C7.45939 3.11742 6.35476 3.59646 5.19464 3.92109C4.06071 4.23053 2.874 4.4198 1.62972 4.4889V9.02081C1.62972 10.0167 1.76726 10.9691 2.04235 11.8869C2.3226 12.7967 2.70877 13.6747 3.19387 14.5051C3.68479 15.3441 4.2634 16.1351 4.92116 16.8664C5.58808 17.604 6.29978 18.2904 7.06747 18.9423C7.83515 19.5958 8.63961 20.1966 9.48086 20.7539C10.3301 21.3127 11.181 21.8189 12.0302 22.2816C12.8998 21.8061 13.7477 21.2964 14.5716 20.7539C15.4184 20.1984 16.2271 19.5933 16.9929 18.9423C17.7606 18.2904 18.4739 17.604 19.1409 16.8664C19.7987 16.1351 20.3773 15.3441 20.8681 14.5051C21.3511 13.6758 21.7315 12.7973 22.0021 11.8869C22.2855 10.955 22.4266 9.98997 22.4211 9.02081V4.48139Z' fill='%23ffffff'/%3E %3Cpath d='M17.9845 7.07403L17.2808 6.50623L16.6314 6.5588L9.65832 14.2917L7.28331 11.1072L6.64357 11.0051L5.90308 11.5023L5.79272 12.1031L8.84586 16.1979L9.19291 16.3782L9.92381 16.4203L10.2981 16.267L18.0308 7.68239L17.9845 7.07403Z' fill='%23ffffff'/%3E%3C/svg%3E");
        background-position: center left 6px;
        background-repeat: no-repeat;
        background-size: 17px;
        color: #fff;
        font-size: 12px;
        margin-right: 0.4rem;
        padding: 0 0 0 2rem; }
        @media (min-width: 1261px) {
          .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-info {
            background-size: 24px;
            font-size: 16px; } }
        @media (min-width: 801px) {
          .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-info {
            background-color: transparent;
            background-size: 20px;
            background-position: center left;
            border-radius: 0;
            font-size: 14px;
            padding: 0.4rem 0 0.4rem 2rem; } }
        .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-info.trusted-info--for-mobile {
          display: block; }
          @media (min-width: 801px) {
            .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-info.trusted-info--for-mobile {
              display: none; } }
        .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-info.trusted-info--for-desktop {
          display: none; }
          @media (min-width: 801px) {
            .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-info.trusted-info--for-desktop {
              display: block; } }
      .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos {
        display: inline-block; }
        @media (min-width: 801px) {
          .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos {
            margin-right: 1.5rem; } }
        .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a {
          display: flex;
          text-decoration: none; }
          .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a img {
            -o-object-fit: contain;
               object-fit: contain; }
            .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a img[alt="nypd-logo"], .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a img[alt="boeing-logo"], .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a img[alt="uss-logo"] {
              display: none; }
              @media (min-width: 1261px) {
                .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a img[alt="nypd-logo"], .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a img[alt="boeing-logo"], .headerTop .headerTop-wrap .trusteByClients-wrap .trusted-logos a img[alt="uss-logo"] {
                  display: inline-block; } }
      .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved {
        display: none; }
        @media (min-width: 1261px) {
          .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved {
            display: inline-block; } }
        .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved a {
          align-items: center;
          color: #ffffff;
          display: inline-flex;
          font-size: 16px;
          font-weight: 700;
          text-decoration: none;
          width: auto; }
        .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved .shopper-stars-group-wrapper {
          align-items: center;
          display: inline-flex;
          justify-content: flex-start;
          margin-right: .5rem;
          position: relative;
          width: 100%; }
          .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved .shopper-stars-group-wrapper .shopper-stars-group {
            line-height: 0;
            position: relative;
            white-space: nowrap;
            width: 100%;
            z-index: 10; }
            .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved .shopper-stars-group-wrapper .shopper-stars-group .icon {
              height: 20px;
              width: 18px; }
              .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved .shopper-stars-group-wrapper .shopper-stars-group .icon svg {
                fill: #f1f1f1; }
          .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved .shopper-stars-group-wrapper .shopper-stars-rated-group {
            height: 100%;
            left: 0;
            overflow: hidden;
            position: absolute;
            top: 0;
            width: 92%;
            z-index: 11; }
            .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved .shopper-stars-group-wrapper .shopper-stars-rated-group .icon {
              height: 20px;
              width: 18px; }
              .headerTop .headerTop-wrap .trusteByClients-wrap .TopShopperApproved .shopper-stars-group-wrapper .shopper-stars-rated-group .icon svg {
                fill: #DAAC28; }
    .headerTop .headerTop-wrap .headerTop-action {
      max-width: 270px;
      padding: 0.5rem 0;
      width: 100%;
      display: none; }
      @media (min-width: 1261px) {
        .headerTop .headerTop-wrap .headerTop-action {
          display: inline-block;
          max-width: 320px; } }
      .headerTop .headerTop-wrap .headerTop-action .button {
        align-items: center;
        background-color: #EE6200;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.53003 0.5C1.86699 0.5 1.2311 0.763392 0.762262 1.23223C0.293421 1.70107 0.0300293 2.33696 0.0300293 3L0.0300293 5C0.0300293 10.799 4.73103 15.5 10.53 15.5H12.53C13.1931 15.5 13.829 15.2366 14.2978 14.7678C14.7666 14.2989 15.03 13.663 15.03 13V11.618C15.03 11.3393 14.9524 11.0661 14.8058 10.829C14.6591 10.592 14.4494 10.4005 14.2 10.276L11.785 9.068C11.5928 8.97188 11.3821 8.9182 11.1672 8.91061C10.9524 8.90302 10.7385 8.94169 10.5399 9.024C10.3413 9.10632 10.1628 9.23035 10.0163 9.3877C9.86984 9.54505 9.75891 9.73204 9.69103 9.936L9.39303 10.829C9.33819 10.9929 9.22546 11.1311 9.07597 11.2178C8.92649 11.3045 8.75051 11.3338 8.58103 11.3C7.50745 11.0853 6.52142 10.5576 5.74716 9.78352C4.9729 9.00943 4.44502 8.02353 4.23003 6.95C4.19627 6.78052 4.22548 6.60454 4.31219 6.45506C4.3989 6.30557 4.53715 6.19284 4.70103 6.138L5.81003 5.768C6.16842 5.64832 6.46845 5.3978 6.65013 5.0665C6.83182 4.7352 6.88178 4.34754 6.79003 3.981L6.20403 1.637C6.1231 1.31252 5.93606 1.02439 5.67262 0.818382C5.40918 0.612377 5.08445 0.500315 4.75003 0.5H2.53003Z' fill='%23ffffff'/%3E%3C/svg%3E");
        background-position: center left 1.8rem;
        background-repeat: no-repeat;
        background-size: 15px;
        border-color: #EE6200;
        border-radius: 20px;
        color: #ffffff;
        cursor: default;
        display: flex;
        font-size: 14px;
        height: 42px;
        justify-content: flex-end;
        margin: 0;
        padding: 0.85714rem 2.28571rem 0.85714rem 3.086rem;
        width: 100%; }
        @media (min-width: 1261px) {
          .headerTop .headerTop-wrap .headerTop-action .button {
            font-size: 18px;
            height: 52px;
            padding: 0.85714rem 2.28571rem 0.85714rem 3.086rem; } }
        .headerTop .headerTop-wrap .headerTop-action .button strong {
          font-size: 16px; }
          @media (min-width: 1261px) {
            .headerTop .headerTop-wrap .headerTop-action .button strong {
              font-size: 20px; } }
        .headerTop .headerTop-wrap .headerTop-action .button:hover {
          background-color: #D65800;
          border-color: #D65800; }

.new-header {
  position: relative;
  border-bottom: 1px solid #BAC7CE; }
  .new-header.is-open ~ .body {
    background-color: rgba(0, 0, 0, 0.5); }
  .new-header.HeaderFixed {
    position: sticky;
    top: 0;
    z-index: 99; }
    .new-header.HeaderFixed .headerTop {
      display: none; }
    .new-header.HeaderFixed .header-wrap .navPages-wrap#menu,
    .new-header.HeaderFixed .header-wrap .navPages-wrap#newmenu {
      display: none; }
      .new-header.HeaderFixed .header-wrap .navPages-wrap#menu.is-open,
      .new-header.HeaderFixed .header-wrap .navPages-wrap#newmenu.is-open {
        display: block; }
    .new-header.HeaderFixed .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--phone, .new-header.HeaderFixed .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--message {
      display: inline-block; }
      @media (min-width: 801px) {
        .new-header.HeaderFixed .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--phone, .new-header.HeaderFixed .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--message {
          display: none; } }
    .new-header.HeaderFixed .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input.expandright {
      right: -166px; }
      @media (min-width: 801px) {
        .new-header.HeaderFixed .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input.expandright {
          right: 49px; } }
    .new-header.HeaderFixed .header-wrap .headerphone-action {
      display: none; }
      @media (min-width: 801px) {
        .new-header.HeaderFixed .header-wrap .headerphone-action {
          display: block; } }
  @media (min-width: 801px) {
    .new-header .container {
      max-width: 1180px;
      padding: 0 1.5rem;
      width: 100%; } }
  .new-header .header-wrap {
    position: relative;
    padding: 0;
    gap: 0; }
    @media (min-width: 801px) {
      .new-header .header-wrap {
        align-items: center;
        display: flex;
        flex-direction: row; } }
    .new-header .header-wrap .mobileMenu-toggle {
      transform: translateY(-50%);
      top: 50%;
      left: -15px; }
      .new-header .header-wrap .mobileMenu-toggle:after {
        display: none; }
    .new-header .header-wrap .header-logo-wrap {
      display: inline-block;
      margin-left: 40px;
      width: auto; }
      @media (min-width: 1101px) {
        .new-header .header-wrap .header-logo-wrap {
          flex: 2;
          margin: 0; } }
      .new-header .header-wrap .header-logo-wrap .header-logo {
        margin: 0; }
        .new-header .header-wrap .header-logo-wrap .header-logo a {
          padding: 0;
          margin: 0;
          width: 100px; }
          @media (min-width: 801px) {
            .new-header .header-wrap .header-logo-wrap .header-logo a {
              width: auto; } }
        .new-header .header-wrap .header-logo-wrap .header-logo .header-logo-image-container:after {
          padding-bottom: 38px;
          width: 158px;
          height: 30px;
          background-repeat: no-repeat;
          background-position: center; }
          @media (min-width: 801px) {
            .new-header .header-wrap .header-logo-wrap .header-logo .header-logo-image-container:after {
              background: none;
              padding-bottom: 68px; } }
        .new-header .header-wrap .header-logo-wrap .header-logo .header-logo-image-container .header-logo-image {
          height: auto;
          width: auto;
          max-height: 44px;
          max-width: 70%;
          position: absolute;
          margin: auto;
          top: 0;
          bottom: 0; }
          @media (min-width: 801px) {
            .new-header .header-wrap .header-logo-wrap .header-logo .header-logo-image-container .header-logo-image {
              max-height: 50%;
              max-width: 90%; } }
          @media (min-width: 1261px) {
            .new-header .header-wrap .header-logo-wrap .header-logo .header-logo-image-container .header-logo-image {
              display: block;
              left: 0;
              right: inherit;
              max-height: 60%;
              max-width: unset; } }
    @media (min-width: 801px) {
      .new-header .header-wrap .navPages-wrap {
        flex: 11; } }
    .new-header .header-wrap .navPages-wrap#menu, .new-header .header-wrap .navPages-wrap#newmenu {
      height: calc(100vh + -180px);
      left: -15000px;
      position: absolute;
      top: 100%;
      width: 100%;
      margin-top: 1px; }
      @media (min-width: 801px) {
        .new-header .header-wrap .navPages-wrap#menu, .new-header .header-wrap .navPages-wrap#newmenu {
          width: 360px; } }
      @media (min-width: 1101px) {
        .new-header .header-wrap .navPages-wrap#menu, .new-header .header-wrap .navPages-wrap#newmenu {
          display: block;
          height: auto;
          margin-top: 0;
          position: unset; } }
      .new-header .header-wrap .navPages-wrap#menu.is-open, .new-header .header-wrap .navPages-wrap#newmenu.is-open {
        left: -15px;
        transition: 0.2s; }
        .new-header .header-wrap .navPages-wrap#menu.is-open .navPages, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages {
          background-color: #fff;
          padding: 0; }
          .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .is-hidden, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .is-hidden {
            display: block; }
          .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .mobileMenu-close, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .mobileMenu-close {
            display: none; }
          .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPage-subMenu-list, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPage-subMenu-list {
            margin: 0; }
          .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list {
            padding: 1rem; }
            .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list .navPages-item {
              margin: 0 0 1rem; }
              .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.categories-list > .navPages-action, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list .navPages-item.categories-list > .navPages-action {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' %3E%3Cpath d='M10.9993 7.33366C8.97352 7.33366 7.33268 8.97449 7.33268 11.0003C7.33268 13.0262 8.97352 14.667 10.9993 14.667C13.0252 14.667 14.666 13.0262 14.666 11.0003C14.666 8.97449 13.0252 7.33366 10.9993 7.33366ZM19.1943 10.0837C18.9867 8.22477 18.1532 6.49173 16.8305 5.16913C15.5079 3.84652 13.7749 3.01296 11.916 2.80533V0.916992H10.0827V2.80533C8.22379 3.01296 6.49076 3.84652 5.16815 5.16913C3.84554 6.49173 3.01198 8.22477 2.80435 10.0837H0.916016V11.917H2.80435C3.01198 13.7759 3.84554 15.5089 5.16815 16.8315C6.49076 18.1541 8.22379 18.9877 10.0827 19.1953V21.0837H11.916V19.1953C13.7749 18.9877 15.5079 18.1541 16.8305 16.8315C18.1532 15.5089 18.9867 13.7759 19.1943 11.917H21.0827V10.0837H19.1943ZM10.9993 17.417C7.45185 17.417 4.58268 14.5478 4.58268 11.0003C4.58268 7.45283 7.45185 4.58366 10.9993 4.58366C14.5468 4.58366 17.416 7.45283 17.416 11.0003C17.416 14.5478 14.5468 17.417 10.9993 17.417Z' fill='%23005295'/%3E%3C/svg%3E"); }
              .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.industry-solutions-list > .navPages-action, .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.industry-list > .navPages-action, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list .navPages-item.industry-solutions-list > .navPages-action, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list .navPages-item.industry-list > .navPages-action {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19' %3E%3Cpath d='M14.1 4H14V3.9V2C14.0007 1.45067 13.805 0.980002 13.413 0.588002C13.021 0.196002 12.55 0 12 0H8C7.45067 -0.000664969 6.98 0.195002 6.588 0.587002C6.196 0.979002 6 1.45 6 2L14.1 4ZM14.1 4H18C18.55 4 19.021 4.196 19.413 4.588C19.805 4.98 20.0007 5.45067 20 6V17C20 17.55 19.804 18.021 19.412 18.413C19.02 18.805 18.5493 19.0007 18 19L14.1 4ZM0.100002 17.0001V17V6C0.100002 5.47676 0.285298 5.03113 0.658712 4.65771C1.03212 4.2843 1.47738 4.09937 1.99988 4.1H2H6H6.1V4V2C6.1 1.47676 6.2853 1.03113 6.65871 0.657712C7.03212 0.284302 7.47738 0.0993675 7.99988 0.100002H8H12C12.5232 0.100002 12.9689 0.285298 13.3423 0.658712C13.7157 1.03212 13.9006 1.47738 13.9 1.99988V2V4V4.1H14H18C18.5232 4.1 18.9689 4.2853 19.3423 4.65871C19.7157 5.03212 19.9006 5.47738 19.9 5.99988V6V17C19.9 17.5232 19.7147 17.9689 19.3413 18.3423C18.9679 18.7157 18.5226 18.9006 18.0001 18.9H18H2C1.47676 18.9 1.03113 18.7147 0.657712 18.3413C0.284302 17.9679 0.0993675 17.5226 0.100002 17.0001ZM7.9 4V4.1H8H12H12.1V4V2V1.9H12H8H7.9V2V4ZM18.1 13V12.9H18H13H12.9V13V14.9H7.1V13V12.9H7H2H1.9V13V17V17.1H2H18H18.1V17V13ZM8.9 13V13.1H9H11H11.1V13V11V10.9H11H9H8.9V11V13ZM1.9 11V11.1H2H7H7.1V11V9.1H12.9V11V11.1H13H18H18.1V11V6V5.9H18H2H1.9V6V11ZM2 4H5.9L0 6C0 5.45 0.196002 4.979 0.588002 4.587C0.980002 4.195 1.45067 3.99934 2 4Z' fill='%23005295' stroke='white' stroke-width='0.2'/%3E%3C/svg%3E"); }
              .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.learning-list > .navPages-action, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list .navPages-item.learning-list > .navPages-action {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 22' fill='%23ffffff' %3E%3Cpath d='M4.818 21V18.143C4.52 15.166 1 13.572 1 8.99999C1 4.42999 3.727 0.943994 9.182 0.999994C13.109 1.04199 16.818 3.28599 16.818 7.85799L19 11.286C19 13.572 16.818 13.572 16.818 13.572C16.818 13.572 17.364 19.286 12.454 19.286V21' stroke='%23005295' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 11C9.53043 11 10.0391 10.7893 10.4142 10.4142C10.7893 10.0391 11 9.53043 11 9C11 8.46957 10.7893 7.96086 10.4142 7.58579C10.0391 7.21071 9.53043 7 9 7C8.46957 7 7.96086 7.21071 7.58579 7.58579C7.21071 7.96086 7 8.46957 7 9C7 9.53043 7.21071 10.0391 7.58579 10.4142C7.96086 10.7893 8.46957 11 9 11Z' stroke='%23005295' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 12C9.79565 12 10.5587 11.6839 11.1213 11.1213C11.6839 10.5587 12 9.79565 12 9C12 8.20435 11.6839 7.44129 11.1213 6.87868C10.5587 6.31607 9.79565 6 9 6C8.20435 6 7.44129 6.31607 6.87868 6.87868C6.31607 7.44129 6 8.20435 6 9C6 9.79565 6.31607 10.5587 6.87868 11.1213C7.44129 11.6839 8.20435 12 9 12Z' stroke='%23005295' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
              .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.support-list > .navPages-action, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list .navPages-item.support-list > .navPages-action {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' %3E%3Cpath d='M10.0007 0.833008C4.94615 0.833008 0.833984 4.94517 0.833984 9.99967V13.7974C0.833984 14.7361 1.65623 15.4997 2.66732 15.4997H3.58398C3.8271 15.4997 4.06026 15.4031 4.23217 15.2312C4.40407 15.0593 4.50065 14.8261 4.50065 14.583V9.86859C4.50065 9.62548 4.40407 9.39232 4.23217 9.22041C4.06026 9.0485 3.8271 8.95193 3.58398 8.95193H2.75165C3.26132 5.40443 6.31382 2.66634 10.0007 2.66634C13.6875 2.66634 16.74 5.40443 17.2497 8.95193H16.4173C16.1742 8.95193 15.941 9.0485 15.7691 9.22041C15.5972 9.39232 15.5007 9.62548 15.5007 9.86859V15.4997C15.5007 16.5108 14.6784 17.333 13.6673 17.333H11.834V16.4163H8.16732V19.1663H13.6673C15.6895 19.1663 17.334 17.5218 17.334 15.4997C18.3451 15.4997 19.1673 14.7361 19.1673 13.7974V9.99967C19.1673 4.94517 15.0552 0.833008 10.0007 0.833008Z' fill='%23005295'/%3E%3C/svg%3E"); }
              .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.about-us-list > .navPages-action, .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.about-list > .navPages-action, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list .navPages-item.about-us-list > .navPages-action, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list .navPages-item.about-list > .navPages-action {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20' fill='%23ffffff' %3E%3Cpath d='M12.834 16.4167C16.2907 16.4167 18.0196 16.4167 19.093 15.3423C20.1673 14.2689 20.1673 12.5401 20.1673 9.08333C20.1673 5.62658 20.1673 3.89775 19.093 2.82433C18.0196 1.75 16.2907 1.75 12.834 1.75H9.16732C5.71057 1.75 3.98173 1.75 2.90832 2.82433C1.83398 3.89775 1.83398 5.62658 1.83398 9.08333C1.83398 12.5401 1.83398 14.2689 2.90832 15.3423C3.5069 15.9418 4.30898 16.2068 5.50065 16.3232' stroke='%23005295' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.16811 6.77733C9.62644 5.86983 10.0848 5.41699 11.0014 5.41699C12.1436 5.41699 12.8348 6.32358 12.8348 7.23016C12.8348 8.13674 12.3764 8.17708 11.0014 9.08366V10.0003M11.0014 12.292V12.7503M12.8348 16.417C11.7018 16.417 10.4533 16.8753 9.31386 17.4666C7.48236 18.4172 6.56661 18.8929 6.11561 18.5895C5.66461 18.287 5.74986 17.3474 5.92127 15.4692L5.95977 15.042' stroke='%23005295' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); }
              .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.blog-list > .navPages-action, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list .navPages-item.blog-list > .navPages-action {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23005295' %3E%3Cg%3E%3Cpath d='M23,14.6c1.2-1.2,2.3-2.3,3.5-3.5c0.4-0.4,0.8-0.6,1.2-0.8c1.6-0.4,3.4,0.7,3.8,2.5c0.2,1-0.1,1.8-0.8,2.5c-2.5,2.5-4.9,4.9-7.4,7.4c-0.2,0.2-0.2,0.3-0.2,0.6c0,1.8,0,3.6,0,5.5c0,1.7-1.1,2.8-2.8,2.8c-5.7,0-11.4,0-17,0c-1.7,0-2.8-1.1-2.8-2.8c0-8.5,0-17,0-25.5c0-1.7,1.1-2.8,2.8-2.8c4.2,0,8.4,0,12.6,0c0.4,0,0.7,0.1,0.9,0.4c2,2,3.9,3.9,5.9,5.9C22.9,7,23,7.3,23,7.7c0,2.2,0,4.3,0,6.5C23,14.3,23,14.4,23,14.6z M21.3,24.7c-0.1,0.1-0.2,0.2-0.3,0.3c-1,1-1.9,1.9-2.9,2.9c-0.2,0.2-0.5,0.3-0.7,0.4c-1.1,0.3-2.3,0.5-3.5,0.8c-0.9,0.2-1.4-0.3-1.2-1.2c0.3-1.1,0.5-2.3,0.8-3.4c0.1-0.3,0.2-0.6,0.4-0.8c2.4-2.4,4.8-4.8,7.2-7.2c0.1-0.1,0.2-0.3,0.2-0.5c0-2.4,0-4.9,0-7.3c0-0.1,0-0.2,0-0.3c-0.1,0-0.3,0-0.4,0c-1.6,0-3.1,0-4.7,0c-0.8,0-1.1-0.3-1.1-1.1c0-1.6,0-3.2,0-4.7c0-0.1,0-0.2,0-0.4c-0.2,0-0.3,0-0.4,0c-3.8,0-7.6,0-11.4,0c-0.9,0-1.1,0.3-1.1,1.2c0,6.8,0,13.6,0,20.3c0,1.7,0,3.4,0,5.1c0,0.6,0.3,1,1,1c5.7,0,11.5,0,17.2,0c0.6,0,1-0.4,1-1c0-1.3,0-2.5,0-3.8C21.3,25,21.3,24.9,21.3,24.7z M14.7,27.2c0.8-0.2,1.5-0.3,2.1-0.5c0.1,0,0.2-0.1,0.2-0.2c4.1-4.1,8.3-8.3,12.4-12.4c0.3-0.3,0.4-0.6,0.3-0.9c-0.1-0.5-0.5-0.8-0.9-1c-0.4-0.2-0.8-0.1-1.1,0.2c-4.1,4.1-8.3,8.3-12.4,12.4c-0.1,0.1-0.1,0.1-0.2,0.2C15,25.7,14.8,26.4,14.7,27.2z M19.9,6.6c-1-1-2-2-3-3c0,0.9,0,2,0,3C17.9,6.6,18.9,6.6,19.9,6.6z'/%3E%3Cpath d='M11.8,11.1c2.2,0,4.4,0,6.6,0c0.2,0,0.4,0,0.5,0.1c0.3,0.1,0.6,0.5,0.6,0.8c0,0.4-0.3,0.7-0.6,0.8c-0.2,0-0.3,0-0.5,0c-4.4,0-8.7,0-13.1,0c-0.2,0-0.3,0-0.5,0c-0.4-0.1-0.7-0.5-0.7-0.9c0-0.4,0.3-0.7,0.8-0.8c0.1,0,0.2,0,0.4,0C7.4,11.1,9.6,11.1,11.8,11.1z'/%3E%3Cpath d='M11.7,17.6c-2.2,0-4.4,0-6.5,0c-0.2,0-0.4,0-0.5-0.1c-0.4-0.1-0.6-0.5-0.6-0.8c0-0.4,0.3-0.7,0.7-0.8c0.1,0,0.2,0,0.4,0c4.4,0,8.8,0,13.3,0c0.7,0,1.1,0.4,1,1c-0.1,0.4-0.4,0.7-0.7,0.7c-0.1,0-0.3,0-0.4,0C16.1,17.6,13.9,17.6,11.7,17.6z'/%3E%3Cpath d='M8.3,8C7.2,8,6.1,8,5,8C4.5,8,4.2,7.7,4.1,7.2C4.1,6.8,4.3,6.4,4.7,6.3c0.1,0,0.2,0,0.3,0c2.2,0,4.4,0,6.6,0c0.7,0,1.1,0.5,0.9,1.1C12.4,7.8,12.1,8,11.6,8C10.5,8,9.4,8,8.3,8z'/%3E%3Cpath d='M8.2,20.7c1,0,2.1,0,3.1,0c0.6,0,1,0.3,1,0.9c0,0.5-0.4,0.9-1,0.9c-2.1,0-4.2,0-6.3,0c-0.6,0-1-0.4-1-0.9c0-0.5,0.4-0.8,1-0.8C6.1,20.7,7.2,20.7,8.2,20.7z'/%3E%3Cpath d='M7.2,27.2c-0.7,0-1.4,0-2.2,0c-0.6,0-1-0.5-0.9-1.1c0.1-0.4,0.4-0.6,0.9-0.6c1.5,0,2.9,0,4.4,0c0.5,0,0.9,0.4,0.9,0.8c0,0.5-0.4,0.9-0.9,0.9c-0.6,0-1.3,0-1.9,0C7.4,27.2,7.3,27.2,7.2,27.2z'/%3E%3C/g%3E%3C/svg%3E"); }
              .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.navShopperApproved, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list .navPages-item.navShopperApproved {
                display: none; }
              .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item.GPS-login-page .navPages-action, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list .navPages-item.GPS-login-page .navPages-action {
                background-color: #1b3d5c;
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg%3E%3Cpath d='M16.126,31.358c-2.433,0-4.866,0.004-7.298-0.001c-3.297-0.009-5.368-2.088-5.346-5.394c0.016-2.49,0.313-4.931,1.52-7.17c1.036-1.925,2.618-3.045,4.834-3.093c0.492-0.011,1.019,0.229,1.483,0.452c0.974,0.468,1.876,1.113,2.882,1.482c1.921,0.704,3.775,0.304,5.518-0.688c0.325-0.186,0.658-0.373,0.944-0.612c0.957-0.799,2.021-0.774,3.136-0.462c1.624,0.454,2.768,1.493,3.522,2.963c1.356,2.632,1.696,5.468,1.404,8.359c-0.245,2.404-2.382,4.129-4.943,4.155c-2.552,0.027-5.103,0.006-7.656,0.006C16.126,31.356,16.126,31.357,16.126,31.358z' fill='%23ffffff'%3E%3C/path%3E%3Cpath d='M15.97,15.593c-4.073,0.007-7.296-3.198-7.318-7.278c-0.021-4.051,3.227-7.331,7.271-7.341c4.075-0.01,7.363,3.258,7.364,7.321C23.287,12.333,20.028,15.584,15.97,15.593z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: center left 10px;
                background-size: 27px;
                padding: 1rem 1.5rem 1rem 3rem;
                color: #fff;
                text-align: center;
                width: 170px; }
              .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item .navPages-action, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list .navPages-item .navPages-action {
                background-position: center left 1rem;
                background-repeat: no-repeat;
                background-size: 22px;
                border: 0;
                padding-left: 3.4rem !important;
                position: relative;
                text-align: left; }
                .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon {
                  border: 0;
                  height: 10px;
                  margin: 0;
                  position: absolute;
                  right: 1rem;
                  top: 50%;
                  transform: translateY(-50%) rotate(-90deg);
                  transition: 0.2s;
                  width: 10px; }
                .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item .navPages-action.is-open .navPages-action-moreIcon, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list .navPages-item .navPages-action.is-open .navPages-action-moreIcon {
                  padding: 0;
                  transform: translateY(-50%) rotate(0deg); }
              .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list .navPages-item .navPages-item, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list .navPages-item .navPages-item {
                margin: 0; }
            .new-header .header-wrap .navPages-wrap#menu.is-open .navPages .navPages-list.navPages-list-depth-max.subMenu-is-open .navPages-item-page, .new-header .header-wrap .navPages-wrap#newmenu.is-open .navPages .navPages-list.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
              display: block; }
      .new-header .header-wrap .navPages-wrap#menu .container, .new-header .header-wrap .navPages-wrap#newmenu .container {
        width: auto; }
        .new-header .header-wrap .navPages-wrap#menu .container.navPages, .new-header .header-wrap .navPages-wrap#newmenu .container.navPages {
          padding: 0; }
    .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPages-action {
      color: #1B3D5C;
      font-size: 13px;
      padding: .78571rem 0.643rem;
      text-transform: none; }
      @media (min-width: 1261px) {
        .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPages-action {
          font-size: 16px;
          padding: 0.78571rem; } }
      .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPages-action.navPages-action-mobile {
        display: block; }
        @media (min-width: 1101px) {
          .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPages-action.navPages-action-mobile {
            display: none; } }
      .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPages-action.navPages-action-desktop {
        display: none; }
        @media (min-width: 1101px) {
          .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPages-action.navPages-action-desktop {
            display: block; } }
    .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item.navShopperApproved {
      display: none; }
    @media (min-width: 1101px) {
      .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item:hover > .navPage-subMenu {
        display: block; } }
    .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu {
      padding: 0 !important; }
      .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPages-item {
        width: 100%; }
        .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPages-item .navPages-action {
          display: block; }
    .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item {
      float: none;
      padding: 0 !important;
      position: relative;
      text-align: left;
      width: 100%; }
      .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
        border-bottom: 0;
        margin-bottom: 0; }
        .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .navPages-action-moreIcon {
          margin-right: 0.78571rem;
          transform: rotate(90deg); }
      .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item .navPage-subMenu-list .navPage-subMenu-item:hover > .navPage-subMenu {
        display: block;
        right: 10rem;
        left: inherit;
        top: 0;
        width: 15.35714rem; }
    @media (min-width: 801px) {
      .new-header .header-wrap .navigation-wrap {
        flex: 2.4; } }
    .new-header .header-wrap .navigation-wrap .navUser {
      padding: 0;
      top: 50%;
      width: auto; }
      .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item {
        display: inline-block;
        float: none; }
        .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item .navUser-action {
          color: #1B3D5C;
          font-size: 16px;
          font-weight: bold;
          padding: 0.086rem;
          text-transform: capitalize; }
          @media (min-width: 1261px) {
            .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item .navUser-action {
              padding: 0.286rem; } }
        .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item .icon {
          height: 24px;
          width: 24px; }
          .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item .icon.icon-user {
            padding: 0.1rem; }
          .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item .icon.icon-phone {
            height: 20px;
            width: 20px; }
          .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item .icon.icon-message {
            height: 22px;
            width: 22px; }
          .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item .icon svg {
            fill: #1B3D5C;
            stroke: transparent; }
        .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--cart {
          position: relative; }
          .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--cart .cart-quantity.countPill {
            align-items: center;
            background-color: #ee6200;
            display: flex;
            font-size: 10px;
            height: 15px;
            justify-content: center;
            margin: 0;
            position: absolute;
            right: -6px;
            top: -8px;
            width: 15px; }
          .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--cart #cart-preview-dropdown, .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--cart #new-cart-preview-dropdown {
            min-width: 290px;
            top: 36px !important; }
        .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container {
          display: inline-block;
          height: auto;
          padding: 0.286rem;
          position: relative;
          margin: 0;
          width: auto; }
          .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .form {
            margin: 0; }
          .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-button {
            font-size: 22px;
            position: absolute;
            margin: 0;
            padding: 0;
            width: 100%; }
          .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input {
            background-color: #ECF0F8;
            border: none;
            border-radius: 15px;
            height: 48px;
            left: 49px;
            outline: none;
            padding: 0;
            position: absolute;
            top: -8px;
            transition-duration: 0.4s;
            -moz-transition-duration: 0.4s;
            -webkit-transition-duration: 0.4s;
            -o-transition-duration: 0.4s;
            width: 0;
            z-index: 10; }
            .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input:focus {
              width: 98vw;
              padding: 0 16px 0 0; }
              @media (min-width: 801px) {
                .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input:focus {
                  width: calc(100vw - 200px - 150px); } }
              @media (min-width: 1261px) {
                .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input:focus {
                  width: 820px; } }
              .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input:focus + .search-label {
                background-color: white;
                color: black;
                transition-duration: 0.4s;
                -moz-transition-duration: 0.4s;
                -webkit-transition-duration: 0.4s;
                -o-transition-duration: 0.4s; }
            .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input.expandright {
              left: inherit;
              right: -50px;
              top: calc(100% + 20px); }
              @media (min-width: 551px) {
                .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input.expandright {
                  right: -80px; } }
              @media (min-width: 801px) {
                .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input.expandright {
                  left: auto;
                  right: 50px;
                  top: -7px; } }
              .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-input.expandright:focus {
                padding: 0 0 0 16px; }
          .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--search .search-container .search-label {
            margin: 0; }
        .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--phone, .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--message {
          display: none; }
        .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account {
          position: relative; }
          .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account:hover #login_menu {
            display: block !important;
            top: 100%; }
          .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginType, .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginTypeForlogout {
            background: #fff;
            position: absolute;
            top: 46px;
            right: 0;
            width: 200px;
            box-shadow: 0 3px 5px #ccc;
            z-index: 999; }
            .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginType ul li a, .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginTypeForlogout ul li a {
              border-bottom: 1px solid #e7e7e7;
              color: #444;
              display: block;
              padding: 10px 20px;
              text-transform: uppercase;
              -webkit-text-decoration: #ffdead;
                      text-decoration: #ffdead;
              -moz-text-align-last: left;
                   text-align-last: left; }
              .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginType ul li a:hover, .new-header .header-wrap .navigation-wrap .navUser .navUser-section .navUser-item.navUser-item--account .CustomLoginTypeForlogout ul li a:hover {
                background: #1b3d5c;
                color: #fff; }
    .new-header .header-wrap .headerphone-action {
      display: none; }
      @media (min-width: 801px) {
        .new-header .header-wrap .headerphone-action {
          flex: 11;
          text-align: right; } }
      .new-header .header-wrap .headerphone-action .button {
        align-items: center;
        background-color: #EE6200;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.53003 0.5C1.86699 0.5 1.2311 0.763392 0.762262 1.23223C0.293421 1.70107 0.0300293 2.33696 0.0300293 3L0.0300293 5C0.0300293 10.799 4.73103 15.5 10.53 15.5H12.53C13.1931 15.5 13.829 15.2366 14.2978 14.7678C14.7666 14.2989 15.03 13.663 15.03 13V11.618C15.03 11.3393 14.9524 11.0661 14.8058 10.829C14.6591 10.592 14.4494 10.4005 14.2 10.276L11.785 9.068C11.5928 8.97188 11.3821 8.9182 11.1672 8.91061C10.9524 8.90302 10.7385 8.94169 10.5399 9.024C10.3413 9.10632 10.1628 9.23035 10.0163 9.3877C9.86984 9.54505 9.75891 9.73204 9.69103 9.936L9.39303 10.829C9.33819 10.9929 9.22546 11.1311 9.07597 11.2178C8.92649 11.3045 8.75051 11.3338 8.58103 11.3C7.50745 11.0853 6.52142 10.5576 5.74716 9.78352C4.9729 9.00943 4.44502 8.02353 4.23003 6.95C4.19627 6.78052 4.22548 6.60454 4.31219 6.45506C4.3989 6.30557 4.53715 6.19284 4.70103 6.138L5.81003 5.768C6.16842 5.64832 6.46845 5.3978 6.65013 5.0665C6.83182 4.7352 6.88178 4.34754 6.79003 3.981L6.20403 1.637C6.1231 1.31252 5.93606 1.02439 5.67262 0.818382C5.40918 0.612377 5.08445 0.500315 4.75003 0.5H2.53003Z' fill='%23ffffff'/%3E%3C/svg%3E");
        background-position: center left 1.8rem;
        background-repeat: no-repeat;
        background-size: 15px;
        border-color: #EE6200;
        border-radius: 20px;
        color: #ffffff;
        cursor: default;
        display: inline-flex;
        font-size: 14px;
        height: 42px;
        justify-content: flex-end;
        margin: 0;
        padding: 0.85714rem 2.28571rem 0.85714rem 3.086rem;
        width: auto; }
        @media (min-width: 1261px) {
          .new-header .header-wrap .headerphone-action .button {
            font-size: 18px;
            height: 48px;
            padding: 0.85714rem 2.28571rem 0.85714rem 3.086rem; } }
        .new-header .header-wrap .headerphone-action .button strong {
          font-size: 16px; }
          @media (min-width: 1261px) {
            .new-header .header-wrap .headerphone-action .button strong {
              font-size: 20px; } }
        .new-header .header-wrap .headerphone-action .button:hover {
          background-color: #D65800;
          border-color: #D65800; }

.navPages-item.navPages-item-page.support-list .navPages-action {
  cursor: pointer; }

.NewsletterWrap, .NewsletterWrap .NewsletterContainer {
  background: #07223F; }

.NewsletterWrap, .footer {
  border-top: 0;
  padding: 0; }

.NewsletterWrap .NewsletterSub {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0; }

.footer {
  border: 0;
  padding: 0; }
  @media (min-width: 801px) {
    .footer {
      padding: 0 0 40px; } }
  .footer .container {
    background-color: #ffffff;
    padding: 30px; }
    @media (min-width: 801px) {
      .footer .container {
        padding: 50px 50px 30px; } }
  .footer .footer-nav .footer-column-heading {
    margin: 0 0 10px;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    color: #000; }
  .footer .footer-nav ol, .footer .footer-nav ul {
    list-style: none;
    margin: 0; }
    .footer .footer-nav ol li, .footer .footer-nav ul li {
      margin-bottom: 4px; }
      .footer .footer-nav ol li a, .footer .footer-nav ul li a {
        font-size: 13px;
        display: block;
        text-decoration: none; }

.footer-lower {
  margin-top: 30px; }
  .footer-lower div[class*="col-"] {
    padding: 0; }
  .footer-lower .footer-copyright {
    text-align: center; }
    @media (min-width: 801px) {
      .footer-lower .footer-copyright {
        text-align: left; } }
    .footer-lower .footer-copyright .powered-by {
      color: #757575;
      font-size: 12px;
      margin: 0 0 6px; }
  .footer-lower .footer-payment-icons {
    margin-top: 0;
    height: 1.957rem; }
    .footer-lower .footer-payment-icons .footer-payment-icon {
      height: 1.28571em;
      margin: 0 .42857em 0 0;
      vertical-align: middle;
      width: 2.57143em; }
  .footer-lower .FooterSocialLinks {
    text-align: right; }
    .footer-lower .FooterSocialLinks .socialLinks {
      list-style: none;
      line-height: 37px; }
      .footer-lower .FooterSocialLinks .socialLinks .socialLinks-item {
        margin-bottom: .35714rem;
        margin-right: .78571rem; }
        .footer-lower .FooterSocialLinks .socialLinks .socialLinks-item .icon {
          height: 1.4rem;
          width: 1.2rem; }

.footer-payment-icons svg, .icon--ratingFull svg, .cart-remove > svg, .socialLinks .icon svg, .socialLinks--alt svg {
  fill: #757575; }

.StickyChatWrap {
  position: fixed;
  bottom: 1rem;
  right: 1rem; }

.StickyChatClose {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  width: 18px;
  height: 18px; }

.StickyChatBox::before, .StickyChatBox::after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

.StickyChatBox {
  background: #fff;
  box-shadow: #b2b2b2 0px 0px 6px;
  border-radius: 5px;
  display: block;
  overflow: hidden; }

.StickyChatBox > span {
  float: left; }

.StickyChatBox > span.StickyChatImg {
  max-width: 70px; }

.StickyChatBox > span.StickyChatTxt {
  text-align: center;
  padding: 1rem 2.4rem 1rem 1rem; }

.StickyChatBox > span.StickyChatTxt > span {
  display: block; }

@media only screen and (min-width: 801px) {
  .NewsletterWrap .NewsletterSub {
    width: 50%; } }

@media only screen and (max-width: 800px) {
  .footer-lower div[class*="col-"] > div {
    text-align: center; }
  .giftcard-redeem-steps h1, .rte h1, h1 {
    font-size: 22px; }
  .giftcard-redeem-steps h2, .rte h2, h2 {
    font-size: 20px; }
  .giftcard-redeem-steps h3, .rte h3, h3 {
    font-size: 18px; }
  .giftcard-redeem-steps, .rte, body {
    font-size: 16px; }
  .footer-copyright > .powered-by {
    text-align: center; } }

@media only screen and (max-width: 415px) {
  .footer > .container div[class*="col-"] {
    width: 100%;
    float: none;
    margin-bottom: 30px; }
  .footer > .container div.footer-lower div[class*="col-"]:first-child,
  .footer > .container div[class*="col-"]:last-child {
    margin: 0 0 1rem; }
  .footer > .container div.footer-lower div[class*="col-"]:last-child {
    margin: 0; } }

.home-page-content .HomeInfoWrap {
  margin: 0 0 20px;
  text-align: center;
  padding: 0 25px; }
  .home-page-content .HomeInfoWrap > h1, .home-page-content .HomeInfoWrap > h2 {
    color: #444;
    margin: 15px 0;
    font-size: 20px; }
    @media (min-width: 801px) {
      .home-page-content .HomeInfoWrap > h1, .home-page-content .HomeInfoWrap > h2 {
        font-size: 24px; } }

.HomeLearningCenterWrap a {
  text-decoration: none;
  font-weight: 600; }

.home-page-content p {
  margin: 0;
  color: #707070; }

.HomeInfoWrap.HomeInfoTxt {
  margin: 0 0 25px; }

.icon-cat-nav-container {
  margin: 0 auto;
  padding: 0 0 25px; }

.icon-cat-nav-container > .icon-cat-nav-wrapper {
  width: 50%;
  float: left;
  padding: 0 10px; }

.icon-cat-nav-container > .icon-cat-nav-wrapper > a {
  display: block;
  text-align: center;
  text-decoration: none; }

.icon-cat-nav-container > .icon-cat-nav-wrapper > a > span.icon-nav-Image {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden; }

.icon-cat-nav-container > .icon-cat-nav-wrapper > a > span.icon-nav-Image > img {
  display: block;
  max-width: 70%; }

.icon-cat-nav-container > .icon-cat-nav-wrapper > a > span.icon-nav-Image > svg {
  height: 65px; }

.icon-cat-nav-container > .icon-cat-nav-wrapper > a > span.icon-nav-Title {
  display: flex;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: .85em;
  color: #333;
  text-transform: uppercase; }

.HomeInfoWrap.HomeInfoTxt {
  padding-bottom: 25px; }

.HomeClientReviewWrap {
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 25px;
  text-align: center; }

.ClientLogosContainer {
  margin: 0 0 25px;
  text-align: center; }

.home-page-content h2 {
  font-size: 1.5em;
  margin: 18px 0;
  color: #666;
  text-align: center; }

.ClientLogosContainer > .ClientLogosWrap {
  max-width: 90%;
  margin: 0 auto; }

.HomeLearningCenterWrap {
  text-align: center;
  margin-bottom: 25px; }

.HomeClientReviewWrap .bhs-homecontainer {
  max-width: 85%;
  margin: 0 auto;
  padding: 1rem 0 0;
  border: 0; }

.bhs-industry-review-container::before, .bhs-industry-review-container::after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

.bhs-sa-reviewbox-wrapper-industry {
  width: 100%;
  float: left;
  padding: 0 .5rem 2rem; }

.bhs-sa-reviewbox-wrapper-home {
  padding: 0 0 1rem; }

.bhs-homecontainer > .bhs-sa-reviewbox-wrapper {
  width: 100%;
  float: left;
  padding: 0 0.5rem 4rem; }

.bhs-gateway-reviewbox {
  position: relative;
  padding: 10px;
  min-height: 125px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #041C2A;
  border-radius: 8px 8px 0px 0px;
  /*-webkit-clip-path: polygon(0 0,100% 0,100% 75%,85% 75%,85% 91%,62% 75%,0 75%);*/
  /* clip-path: polygon(0 0,100% 0,100% 75%,85% 75%,85% 91%,62% 75%,0 75%); */
  display: flex;
  flex-direction: column;
  justify-content: center; }

.bhs-reviewer-name-rating-wrapper::before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 45px solid transparent;
  border-right: 0px solid transparent;
  border-top: 22px solid #041C2A;
  position: absolute;
  top: 0px;
  right: 30px; }

.bhs-reviewer-name-rating-wrapper {
  position: relative; }

.bhs-reviews-text {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  line-height: 15px;
  vertical-align: middle; }

.bhs-reviews-stars-img {
  width: 101px;
  margin: 1rem 0 0; }

.bhs-gateway-reviewer {
  margin: 0;
  text-align: right;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding-top: 20px; }

.home-page-content p.bhs-reviews-text {
  color: #fff; }

.bhs-gateway-reviews-see-all {
  text-align: center;
  margin: 0 auto;
  display: flex;
  width: 215px;
  flex-direction: column;
  clear: both; }

.HomeLearningCenterWrap .button.button-primary, .bhs-gateway-reviews-see-all {
  letter-spacing: .1em;
  margin-top: 30px;
  transition: all .1s ease-in; }

.learning-center-icon-container .button.button-primary {
  letter-spacing: .1em; }

.HomeLearningCenterWrap .button.button-primary {
  margin: 1rem auto 0; }

.HomeProductsFeatured-Wrap > .productGrid,
.HomeTopSellersProducts-Wrap > .productGrid,
.HomeNewProducts-Wrap > .productGrid,
.featuredProducts-wrap .productGrid {
  max-width: 90%;
  margin: 0 auto 25px; }

.body-default .card-item-compare {
  display: none; }

.default-container .card-item-compare {
  display: none; }

.HomeInfoWrap a, .HomeInfoWrap.HomeInfoTxt > a {
  color: #344bd5;
  text-decoration: none; }

.default-container .bhs-gateway-reviewbox {
  min-height: 120px; }

.featuredProducts-wrap .productGrid {
  display: flex;
  flex-wrap: wrap; }
  .featuredProducts-wrap .productGrid .product[data-position=""] {
    order: 15; }
  .featuredProducts-wrap .productGrid .product[data-position="1"] {
    order: 1; }
  .featuredProducts-wrap .productGrid .product[data-position="2"] {
    order: 2; }
  .featuredProducts-wrap .productGrid .product[data-position="3"] {
    order: 3; }
  .featuredProducts-wrap .productGrid .product[data-position="4"] {
    order: 4; }
  .featuredProducts-wrap .productGrid .product[data-position="5"] {
    order: 5; }
  .featuredProducts-wrap .productGrid .product[data-position="6"] {
    order: 6; }
  .featuredProducts-wrap .productGrid .product[data-position="7"] {
    order: 7; }
  .featuredProducts-wrap .productGrid .product[data-position="8"] {
    order: 8; }
  .featuredProducts-wrap .productGrid .product[data-position="9"] {
    order: 9; }
  .featuredProducts-wrap .productGrid .product[data-position="10"] {
    order: 10; }
  .featuredProducts-wrap .productGrid .product[data-position="11"] {
    order: 11; }
  .featuredProducts-wrap .productGrid .product[data-position="12"] {
    order: 12; }

.home-page-content .trusted-client-review-wrap {
  margin: 0 auto 1rem;
  max-width: 90%; }
  .home-page-content .trusted-client-review-wrap .row {
    margin: 0 -15px; }

.trusted-client-review-wrap {
  margin: 3rem auto 1rem; }
  .trusted-client-review-wrap .row {
    margin: 0 -10px; }
  .trusted-client-review-wrap div[class*="col-"] {
    padding: 0 10px; }
  .trusted-client-review-wrap .trusted-client-review-box {
    margin: 0 0 2rem; }
    .trusted-client-review-wrap .trusted-client-review-box .client-logo {
      margin: 0 0 1rem;
      border: 1px solid #ccc; }
      .trusted-client-review-wrap .trusted-client-review-box .client-logo:hover {
        box-shadow: 0 0 7px .5px #ccc; }
      .trusted-client-review-wrap .trusted-client-review-box .client-logo a {
        display: block;
        text-align: center; }
    .trusted-client-review-wrap .trusted-client-review-box .review-content {
      text-align: left; }
      .trusted-client-review-wrap .trusted-client-review-box .review-content .reviewer-name {
        color: #333;
        font-size: 12px;
        font-style: italic;
        font-weight: bold;
        margin: 1rem 1rem 0 0;
        text-align: right; }
      .trusted-client-review-wrap .trusted-client-review-box .review-content p {
        font-size: 1rem; }

@media only screen and (min-width: 551px) {
  .icon-cat-nav-container {
    max-width: 90%; }
  .icon-cat-nav-container > .icon-cat-nav-wrapper {
    width: 25%; }
  .bhs-sa-reviewbox-wrapper-industry {
    width: 50%; } }

@media only screen and (min-width: 801px) {
  .icon-cat-nav-container {
    max-width: 80%; }
  .icon-cat-nav-container > .icon-cat-nav-wrapper {
    width: 16.666%; }
  .bhs-sa-reviewbox-wrapper-industry {
    width: 25%; } }

@media only screen and (max-width: 1199px) {
  .HomeProductsFeatured-Wrap > .productGrid,
  .HomeTopSellersProducts-Wrap > .productGrid,
  .HomeNewProducts-Wrap > .productGrid,
  .featuredProducts-wrap .productGrid {
    max-width: 100%;
    margin: 0 auto; } }

@media only screen and (max-width: 991px) {
  .bhs-homecontainer div[class*="col-"]:nth-child(3) {
    clear: left; }
  .bhs-sa-reviewbox-wrapper-home {
    margin: 0 0 0.5rem; } }

@media only screen and (max-width: 800px) {
  .giftcard-redeem-steps h1, .rte h1, h1 {
    font-size: 22px; }
  .home-page-content h2, .giftcard-redeem-steps h2, .rte h2, h2 {
    font-size: 20px; }
  .home-page-content h3, .giftcard-redeem-steps h3, .rte h3, h3 {
    font-size: 18px; }
  .giftcard-redeem-steps, .rte, body {
    font-size: 16px; } }

@media only screen and (max-width: 640px) {
  .icon-cat-nav-container > .icon-cat-nav-wrapper > a > span.icon-nav-Title {
    font-size: .75em; } }

.card .card-figure .card-img-container:after {
  padding-bottom: 100%; }

.card .card-figure.card-figure-hover .product-additional {
  bottom: 0;
  border: 0;
  display: inline-block;
  left: 0;
  margin: auto;
  max-height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all ease .3s;
  visibility: hidden;
  vertical-align: top;
  width: 100%; }

.card .card-figure.card-figure-hover:hover .card-image {
  opacity: 0;
  visibility: hidden; }

.card .card-figure.card-figure-hover:hover .product-additional {
  opacity: 1;
  transition: opacity .5s ease;
  visibility: visible; }

.card .card-body {
  text-align: left; }
  .card .card-body .card-text {
    color: #333333; }
  .card .card-body .card-title a {
    font-weight: 700; }
    @media (min-width: 801px) {
      .card .card-body .card-title a {
        min-height: 50px; } }
  .card .card-body .special-features {
    display: none;
    min-height: 60px;
    margin: 0 0 .5rem; }
    @media only screen and (min-width: 441px) {
      .card .card-body .special-features {
        display: block; } }

.card .CarAvailabilityMsg {
  color: #1f4196;
  font-size: 12px;
  margin: 0 0 10px 0; }
  @media (min-width: 801px) {
    .card .CarAvailabilityMsg {
      font-size: 1rem; } }
  .card .CarAvailabilityMsg .icon {
    width: 30px;
    height: 30px;
    margin-right: 2px; }
    .card .CarAvailabilityMsg .icon svg {
      fill: #1f4196; }

.card .special-features {
  display: block;
  margin: 0 0 .5rem; }
  @media only screen and (min-width: 441px) {
    .card .special-features {
      display: none; } }

.card .card-price .price-section {
  display: inline-block;
  vertical-align: middle; }
  .card .card-price .price-section .price-label {
    display: none; }
  .card .card-price .price-section strong.price--withoutTax {
    font-size: 16px;
    font-weight: 700;
    padding-right: 14px; }

.card .card-action {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between; }
  @media (min-width: 551px) {
    .card .card-action {
      display: block; } }
  .card .card-action .item-action {
    text-align: center; }
    .card .card-action .item-action .button {
      margin: 0;
      min-width: 138px; }

.product .card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .product .card {
      flex-direction: row;
      gap: 1rem;
      margin-bottom: 0; } }
  @media (min-width: 801px) {
    .product .card {
      flex-direction: column;
      gap: 0;
      margin-bottom: 2rem; } }
  @media (min-width: 1261px) {
    .product .card {
      flex-direction: column; } }
  .product .card  .card-main {
    display: flex;
    flex-direction: row;
    flex: 3;
    gap: 1rem; }
    @media (min-width: 801px) {
      .product .card  .card-main {
        flex-direction: column;
        gap: 1rem; } }
    @media (min-width: 1261px) {
      .product .card  .card-main {
        flex-direction: column;
        gap: 0; } }
    .product .card  .card-main .card-figure {
      flex: 1; }
    .product .card  .card-main .card-body {
      flex: 2; }
      .product .card  .card-main .card-body .card-price {
        display: block; }
        @media (min-width: 551px) {
          .product .card  .card-main .card-body .card-price {
            display: none; } }
      .product .card  .card-main .card-body .CarAvailabilityMsg {
        display: none; }
        @media (min-width: 551px) {
          .product .card  .card-main .card-body .CarAvailabilityMsg {
            display: block;
            width: 100%; } }
        @media (min-width: 801px) {
          .product .card  .card-main .card-body .CarAvailabilityMsg {
            display: none; } }
        @media (min-width: 1261px) {
          .product .card  .card-main .card-body .CarAvailabilityMsg {
            display: none; } }
  .product .card  .card-footer {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    width: 100%; }
    @media (min-width: 551px) {
      .product .card  .card-footer {
        flex-direction: column; } }
    .product .card  .card-footer .card-price {
      display: none; }
      @media (min-width: 551px) {
        .product .card  .card-footer .card-price {
          display: block;
          text-align: center;
          width: 100%; } }
      @media (min-width: 801px) {
        .product .card  .card-footer .card-price {
          display: block;
          text-align: left; } }
    .product .card  .card-footer .CarAvailabilityMsg {
      display: block;
      text-align: left;
      width: 100%; }
      @media (min-width: 551px) {
        .product .card  .card-footer .CarAvailabilityMsg {
          display: none; } }
      @media (min-width: 801px) {
        .product .card  .card-footer .CarAvailabilityMsg {
          display: block;
          text-align: center; } }

.productCarousel-slide .card  .card-main .card-body .card-price, .productCarousel-slide .card  .card-main .card-body .CarAvailabilityMsg {
  display: none; }

.body-category .product .card .card-footer {
  display: block; }
  .body-category .product .card .card-footer .CarAvailabilityMsg {
    text-align: center; }

.FacetsSearchEnabled .header, .CustomCatEnabled .header {
  z-index: -1; }
  .FacetsSearchEnabled .header .header-container-wrap, .CustomCatEnabled .header .header-container-wrap {
    z-index: -1; }

.PageBreadcrumbs .breadcrumbs {
  padding: 0 0 0.6rem;
  margin: 0.6rem 0 0;
  text-align: left; }

.category-promotion-banner a {
  display: block;
  margin: 0 0 1rem; }
  .category-promotion-banner a picture {
    display: block; }
    .category-promotion-banner a picture img {
      width: 100%; }

.category-promotion-banner.category-promotion-itslef {
  margin: 1.5rem auto 0; }
  .category-promotion-banner.category-promotion-itslef picture {
    display: block; }
    .category-promotion-banner.category-promotion-itslef picture img {
      width: 100%; }

.category-description-wrapper .category-promotion-banner {
  margin-top: 1rem; }
  @media (min-width: 801px) {
    .category-description-wrapper .category-promotion-banner {
      margin-top: 0; } }

.CategoryPageContainer {
  margin: 20px 0 0; }

.CategoryFeatures {
  margin: 0 0 40px; }

.CategoryPageContainer.SubLevelCategoryPage {
  margin: 0; }

.CategoryDescContent h1 {
  margin-top: 0; }

.category-container.category-with-facted .page-container-inner {
  padding: 0; }
  .category-container.category-with-facted .page-container-inner .CategoryPageContainer {
    margin: 0; }
    .category-container.category-with-facted .page-container-inner .CategoryPageContainer .CategoryDesc h1 {
      margin: 0; }

.rte .PageBreadcrumbs + p {
  margin: 0; }

.rte h1 {
  margin-top: 0; }

.CatFeatureBox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 72 63'%3E%3Crect fill='none' stroke='%23285D1D' stroke-width='3px' x='4.5' y='15.03' width='44.26' height='44.26'/%3E%3Cg%3E%3Cpath fill='%23285D1D' d='M30.05,54.56,7.75,29.15,19,19.25l9,15.61c1.7-2.86,4.3-6.81,6.89-10.36C44.67,11.08,56.6,4.12,70,2h0C59.4,5.75,48.52,15.5,42.36,27.21A165,165,0,0,0,33.5,47Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 60px;
  color: #285D1D;
  font-size: 18px;
  font-weight: 700;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 10px 10px 60px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left; }

.category-description-wrapper > .CategoryBanner .gateway-extra-text-header-title {
  text-align: left;
  margin: 0 0 10px;
  font-size: 22px;
  font-style: italic; }

.CategoryPageContainer .has-video-content {
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 26px; }

.CategoryPageContainer .has-video-content .video-content {
  text-align: right; }

.CategoryPageContainer .has-video-content p:last-child {
  margin: 0; }

.CategoryPageContainer .has-video-content .video-content > .various {
  cursor: pointer;
  display: block; }

.has-video-content .video-content > .various > img, .has-video-content .video-content > a > img {
  height: 190px; }

.gateway-icon-wrapper {
  margin: 0 -8px;
  text-align: center;
  width: 100%; }

.gateway-icon-wrapper::after, .gateway-icon-wrapper::before {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

.individual-gateway-icon {
  display: table;
  width: 33.333%;
  float: left;
  padding: 0 8px; }

.individual-gateway-icon > div {
  display: table-cell;
  vertical-align: middle; }

.individual-gateway-icon > div.gateway-icon {
  width: 33.333%;
  height: 66px;
  background: #1C89DE;
  border-radius: 5px 0 0 5px;
  text-align: center; }

.individual-gateway-icon > div.gateway-pop-use-btn {
  background: #07223F;
  width: 66.6666%;
  border-radius: 0 5px 5px 0; }

.individual-gateway-icon > div.gateway-icon > .gateway-icon-imageSVG {
  width: 90%; }

.individual-gateway-icon > div.gateway-pop-use-btn > .gateway-pop-use-link {
  color: #fff;
  text-decoration: none;
  display: table-cell;
  height: 72px;
  width: 66.6666%;
  vertical-align: middle;
  text-align: center; }

.CategoryBanner > .banner {
  margin-bottom: 25px; }

#top-level-product-listing-container .actionBar[data-sort-by],
.SubLevelCategoryPage .actionBar[data-sort-by] {
  display: none; }

.gateway-extra-text-body-copy {
  text-align: left;
  padding: 0;
  color: #707070;
  font-size: 13px; }

.gateway-vignette-wrapper > .gateway-vignette-header {
  margin: 0 0 8px;
  font-size: 20px;
  font-family: Arial,Helvetica,sans-serif; }

.gateway-vignette-wrapper > .gateway-vignette-header > a {
  text-decoration: none;
  display: block;
  color: #344bd5; }

.Mobile-subcategories {
  display: none; }

.Desktop-subcategories .navList > .navList-item > .navList-action {
  font-size: 14px;
  color: #595959; }

.CategoryBottomDesc {
  margin-top: 40px;
  clear: both;
  background: #F2F3F5;
  padding: 30px; }

.CategoryBottomDesc > h3 {
  margin: 0 0 12px;
  font-size: 16px; }

.CategoryPageContainer .page {
  margin: 30px 0; }

.category-with-facted .page-sidebar + #product-listing-container.page-content.FullWidth {
  width: 100%;
  float: none; }

.category-with-facted #faceted-search-container {
  width: 100%;
  float: none;
  padding: 0;
  position: relative; }

.category-with-facted #faceted-search-container .CategoriesWrap,
.category-with-facted #faceted-search-container .FacetedSearchWrap,
.category-with-facted #faceted-search-container .SortBoxWrap {
  float: left;
  width: auto;
  margin-right: 15px; }

.category-with-facted #faceted-search-container::after,
.category-with-facted #faceted-search-container::before {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

.category-with-facted #faceted-search-container .SortBoxWrap {
  position: relative;
  float: right; }

.category-with-facted .FilterBtn,
.category-with-facted .SortBoxBtn {
  min-width: 130px;
  display: flex;
  width: 100%;
  padding: 10px 24px 10px 10px;
  cursor: pointer;
  color: #1B3D5C;
  flex-direction: row;
  align-items: center;
  position: relative; }

.category-with-facted .FilterBtn::after,
.category-with-facted .SortBoxBtn::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 401.994 401.994'%3E%3Cpath d='M394,154.175c-5.331-5.33-11.806-7.994-19.417-7.994H255.811V27.406c0-7.611-2.666-14.084-7.994-19.414C242.488,2.666,236.02,0,228.398,0h-54.812c-7.612,0-14.084,2.663-19.414,7.993c-5.33,5.33-7.994,11.803-7.994,19.414v118.775H27.407c-7.611,0-14.084,2.664-19.414,7.994S0,165.973,0,173.589v54.819c0,7.618,2.662,14.086,7.992,19.411c5.33,5.332,11.803,7.994,19.414,7.994h118.771V374.59c0,7.611,2.664,14.089,7.994,19.417c5.33,5.325,11.802,7.987,19.414,7.987h54.816c7.617,0,14.086-2.662,19.417-7.987c5.332-5.331,7.994-11.806,7.994-19.417V255.813h118.77c7.618,0,14.089-2.662,19.417-7.994c5.329-5.325,7.994-11.793,7.994-19.411v-54.819C401.991,165.973,399.332,159.502,394,154.175z' fill='%231B3D5C ' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -7px; }

.category-with-facted .FilterBtn.is-active::after,
.category-with-facted .SortBoxBtn.is-open::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 401.991 401.991'%3E%3Cpath d='M394,154.174c-5.331-5.33-11.806-7.995-19.417-7.995H27.406c-7.611,0-14.084,2.665-19.414,7.995C2.662,159.503,0,165.972,0,173.587v54.82c0,7.617,2.662,14.086,7.992,19.41c5.33,5.332,11.803,7.994,19.414,7.994h347.176c7.611,0,14.086-2.662,19.417-7.994c5.325-5.324,7.991-11.793,7.991-19.41v-54.82C401.991,165.972,399.332,159.5,394,154.174z' fill='%23FFFFFF' /%3E%3C/svg%3E"); }

.category-with-facted .FilterBtn.is-active,
.category-with-facted .SortBoxBtn.is-open {
  background: #1B3D5C;
  color: #fff; }

.category-with-facted .FilterBtn > .icon,
.category-with-facted .SortBoxBtn > .icon {
  margin-right: 3px;
  width: 15px;
  height: 15px;
  display: block; }

.category-with-facted .FilterBtn > .icon > svg,
.category-with-facted .SortBoxBtn > .icon > svg {
  fill: #1B3D5C; }

.category-with-facted .FilterBtn.is-active > .icon > svg,
.category-with-facted .SortBoxBtn.is-open > .icon > svg {
  fill: #fff; }

.category-with-facted .page-sidebar + .page-content {
  float: right; }

.category-with-facted #faceted-search-container .CategoriesWrap .cat-nav,
.category-with-facted #faceted-search-container .FacetedSearchWrap .faceted_search_nav,
.category-with-facted #faceted-search-container .SortBoxWrap .SortBox_nav {
  position: absolute;
  width: 280px;
  background: #fff;
  top: 50px;
  left: 0;
  z-index: 9; }

.category-with-facted .page-sidebar + .page-content .productGrid .product,
.category-with-facted .productGrid .product {
  transition: .2s; }

.category-with-facted #faceted-search-container .CategoriesWrap .cat-nav.FilterContent .navList-item > .navList-action {
  border-bottom: 1px solid #ccc;
  line-height: 2.7rem;
  padding: 0 4px;
  display: block;
  color: #333; }

.category-with-facted #faceted-search-container .CategoriesWrap .cat-nav.FilterContent .navList-item > .navList-action.active {
  background: #1B3D5C;
  color: #fff; }

.category-with-facted #faceted-search-container .accordion--navList .accordion-block,
.category-with-facted #faceted-search-container .sidebarBlock + .accordion--navList {
  margin-top: 0;
  border-bottom: 1px solid #CCC; }

.category-with-facted #faceted-search-container .accordion--navList .accordion-title,
.category-with-facted #faceted-search-container .facetedSearch-refineFilters.sidebarBlock .sidebarBlock-heading {
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 0;
  color: #1B3D5C;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px; }

.category-with-facted #faceted-search-container .accordion--navList .accordion-navigation-actions {
  right: 0;
  top: 50%;
  margin-top: -12px; }

.category-with-facted #faceted-search-container .accordion--navList .accordion-indicator {
  fill: #1B3D5C;
  width: 20px;
  height: 20px; }

.category-with-facted #faceted-search-container .accordion--navList .accordion-content .navList-item > .navList-action {
  color: #333;
  padding: 10px 0 10px 1.85714rem;
  margin: 0; }

.category-with-facted #faceted-search-container .SortBoxWrap .SortBox_nav {
  border: 1px solid #ccc; }

.category-with-facted #faceted-search-container .SortBoxWrap .SortBox_nav {
  width: 100%;
  padding: 6px 10px;
  top: 40px;
  border-top: 1px solid #FE720B; }

.category-with-facted #faceted-search-container .SortBoxWrap .SortBox_nav > ul {
  margin: 0;
  list-style: none; }

.category-with-facted #faceted-search-container .SortBoxWrap .SortBox_nav > ul > li > a {
  font-size: 13px;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 4px 0; }

#CategoriesBtn,
#FacetedSearchBtn,
.CustomCatPopuppHeader,
.FacetsSearchPopupHeader,
.mobile-selected-facets {
  display: none; }

#ClickLoadMore {
  background: #1B3D5C;
  color: #fff;
  display: inline-block;
  padding: 12px 36px;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #1B3D5C;
  cursor: pointer;
  transition: .2s; }

#ClickLoadMore:hover {
  background: #fff;
  color: #1B3D5C; }

.extra-button-padding {
  padding: 20px; }

.gateway-icon-container .gateway-see-all-button > .button.button-primary {
  letter-spacing: .1em; }

.gateway-icon-container {
  text-align: center; }

.bhs_client_logos_container {
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc; }

.CategoryPageContainer .bhs-homecontainer {
  text-align: center;
  border-top: 1px solid #ccc; }

.category-with-facted .card-item-body .card-item-actions {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 1rem; }

.category-with-facted .card-item-body .card-item-actions a.button {
  font-size: 18px;
  line-height: 1.4rem;
  margin-bottom: 5px; }

.facetLabel, .facetLabel:link, .facetLabel:visited {
  background: #1B3D5C;
  border-radius: 4px;
  padding: .21429rem .5rem .21429rem .71429rem;
  color: #fff; }

.facetLabel .icon {
  fill: #fff; }

#top-level-product-listing-container {
  margin: 0 0 3rem; }

#top-level-product-listing-container .card {
  margin: 0; }

#top-level-product-listing-container .view-more-button {
  display: none !important; }

@media only screen and (min-width: 551px) {
  .bhs-homecontainer > .bhs-sa-reviewbox-wrapper,
  .bhs-sa-reviewbox-wrapper-industry {
    width: 50%; }
  .category-with-facted .page-sidebar + .page-content .productGrid .product,
  .category-with-facted .productGrid .product,
  .three-column-listing .productGrid .product {
    width: 33.33333%; }
  .category-with-facted .page-sidebar + .page-content.FullWidth .productGrid .product {
    width: 25%; } }

@media only screen and (min-width: 801px) {
  .bhs-homecontainer > .bhs-sa-reviewbox-wrapper,
  .bhs-sa-reviewbox-wrapper-industry {
    width: 25%; }
  .TopLevelCategoryPage .productGrid.ThreeAcross > .product {
    width: 33.3333%; }
  .TopLevelCategoryPage .productGrid.TwoAcross > .product {
    width: 50%; } }

@media only screen and (min-width: 1600px) {
  .category-with-facted .page-sidebar + .page-content .productGrid .product,
  .category-with-facted .productGrid .product {
    width: 25%; }
  .category-with-facted .page-sidebar + .page-content.FullWidth .productGrid .product {
    width: 20%; }
  .category-with-facted #faceted-search-container .CategoriesWrap .cat-nav,
  .category-with-facted #faceted-search-container .FacetedSearchWrap .faceted_search_nav {
    width: 330px; } }

@media only screen and (max-width: 1199px) {
  .category-with-facted #faceted-search-container .FacetedSearchWrap .faceted_search_nav,
  .category-with-facted #faceted-search-container .CategoriesWrap .cat-nav {
    width: 240px; }
  .productGrid .product {
    width: 33.3333%; } }

@media only screen and (max-width: 991px) {
  .CategoryPageContainer .has-video-content .text-content {
    margin-bottom: 20px; }
  .CategoryPageContainer .has-video-content .video-content {
    text-align: center; }
  .CartWrap .HeaderPhn img, .Desktop-subcategories {
    display: none; }
  .Mobile-subcategories {
    display: block; }
  .category-with-facted #faceted-search-container .FacetedSearchWrap .faceted_search_nav,
  .category-with-facted #faceted-search-container .CategoriesWrap .cat-nav {
    width: 180px; }
  .category-with-facted .page-sidebar + .page-content .productGrid .product,
  .category-with-facted .productGrid .product,
  .three-column-listing .productGrid .product,
  .three-column-listing .productGrid .product {
    width: 50%; }
  .page-sidebar + #product-listing-container.page-content.FullWidth .productGrid .product,
  .category-with-facted .page-sidebar + .page-content.FullWidth .productGrid .product {
    width: 33.3333%; }
  .category-with-facted .card-item-body .card-item-actions a.button,
  #product-listing-container .card-item-body .card-item-actions a.button {
    font-size: 18px;
    padding: .557rem 1.286rem;
    margin: 0; } }

@media only screen and (max-width: 800px) {
  .category-with-facted .page-sidebar + #product-listing-container.page-content.FullWidth .productGrid .product,
  .category-with-facted .page-sidebar + .page-content.FullWidth .productGrid .product,
  .category-with-facted .page-sidebar + .page-content .productGrid .product,
  .category-with-facted .productGrid .product,
  #product-listing-container .productGrid .product {
    float: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .category-with-facted .productGrid .product .card-item,
  #product-listing-container .productGrid .product .card-item {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .category-with-facted .productGrid .product .card-item .card-figure,
  #product-listing-container .productGrid .product .card-item .card-figure {
    display: flex;
    flex-flow: column;
    flex: 1; }
  .category-with-facted .productGrid .product .card-item .card-item-body,
  #product-listing-container .productGrid .product .card-item .card-item-body {
    display: flex;
    flex-flow: column;
    flex: 3; }
  .category-with-facted .productGrid .product .card-item .card-item-body .card-item-content,
  #product-listing-container .productGrid .product .card-item .card-item-body .card-item-content {
    display: flex;
    flex-direction: row;
    width: 100%; }
  .category-with-facted .productGrid .product .card-item .card-item-body .card-item-content > div,
  #product-listing-container .productGrid .product .card-item .card-item-body .card-item-content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px; }
  .category-with-facted .productGrid .product .card-item .card-item-body .card-item-content .card-item-details,
  #product-listing-container .productGrid .product .card-item .card-item-body .card-item-content .card-item-details {
    flex: 4;
    align-items: flex-start; }
  .category-with-facted .productGrid .product .card-item .card-item-body .card-item-content .card-item-actions-wrap,
  #product-listing-container .productGrid .product .card-item .card-item-body .card-item-content .card-item-actions-wrap {
    flex: 2; }
  .CustomCatEnabled, .FacetsSearchEnabled {
    overflow: hidden; }
  #FacetsSearchPopup, .FacetsSearchEnabled .FilterBtn, .category-with-facted .FilterBtn, #CustomCatPopup {
    display: none; }
  .mobile-selected-facets {
    display: block; }
  .mobile-selected-facets > .facetedSearch-refineFilters.sidebarBlock.facetedSearch-refineFilters {
    display: block;
    margin: 0;
    padding: 0 20px;
    background: #fff; }
  .FacetsSearchEnabled #FacetsSearchPopup, .FacetsSearchEnabled #facetedSearch-navList {
    display: block !important; }
  #CustomCatPopup, #FacetsSearchPopup {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin-left: 0;
    z-index: 9999; }
  .CustomCatPopuppHeader, .FacetsSearchPopupHeader {
    display: block;
    position: relative;
    background: #1B3D5C;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999999;
    border-bottom: 1px solid #E5E5E5;
    height: 50px; }
  #CategoriesBtn, #FacetedSearchBtn {
    min-width: 130px;
    display: flex;
    width: 100%;
    padding: 10px 24px 10px 10px;
    cursor: pointer;
    color: #1B3D5C;
    flex-direction: row;
    align-items: center;
    position: relative; }
  .CustomCatPopupHeading, .FacetsSearchPopupHeading {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 3.3rem;
    display: inline-block;
    padding: 2px 30px;
    color: #fff; }
  .CustomCatPopupClose, .FacetsSearchPopupClose {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 20px;
    z-index: 9999;
    line-height: 1.5rem;
    border-radius: 50%;
    text-align: center;
    cursor: pointer; }
  #CategoriesBtn::after, #FacetedSearchBtn::after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 401.994 401.994'%3E%3Cpath d='M394,154.175c-5.331-5.33-11.806-7.994-19.417-7.994H255.811V27.406c0-7.611-2.666-14.084-7.994-19.414C242.488,2.666,236.02,0,228.398,0h-54.812c-7.612,0-14.084,2.663-19.414,7.993c-5.33,5.33-7.994,11.803-7.994,19.414v118.775H27.407c-7.611,0-14.084,2.664-19.414,7.994S0,165.973,0,173.589v54.819c0,7.618,2.662,14.086,7.992,19.411c5.33,5.332,11.803,7.994,19.414,7.994h118.771V374.59c0,7.611,2.664,14.089,7.994,19.417c5.33,5.325,11.802,7.987,19.414,7.987h54.816c7.617,0,14.086-2.662,19.417-7.987c5.332-5.331,7.994-11.806,7.994-19.417V255.813h118.77c7.618,0,14.089-2.662,19.417-7.994c5.329-5.325,7.994-11.793,7.994-19.411v-54.819C401.991,165.973,399.332,159.502,394,154.175z' fill='%231B3D5C' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px; }
  #CategoriesBtn > .icon > svg, #FacetedSearchBtn > .icon > svg {
    fill: #1B3D5C; }
  #FacetsSearchPopup #facetedSearch-navList, #faceted-search-container .CategoriesWrap .cat-nav .navList {
    background: #fff;
    height: calc(100vh - 90px);
    overflow-y: scroll;
    padding: 0 20px; }
  #facetedSearch-navList .accordion {
    border: 0; }
  #faceted-search-container .CategoriesWrap .cat-nav {
    display: block !important; }
  #faceted-search-container .CategoriesWrap .cat-nav.FilterContent .navList-item > .navList-action.active {
    background: #e1e1e1;
    color: #333; } }

@media only screen and (max-width: 767px) {
  .CategoryFeatures {
    margin: 0 0 40px; }
  .CatFeatureBox {
    background-position: left center;
    text-align: left;
    background-size: 45px;
    padding: 0 0 0 50px;
    max-width: 150px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .category-description-wrapper > .CategoryBanner .gateway-extra-text-header-title {
    text-align: left;
    margin: 0 0 10px;
    font-size: 18px; }
  .CatFeatureBox, .NewIndustryPage .industry-page-vignette-wrap .vignette-box-detail > p {
    font-size: 12px; } }

@media only screen and (max-width: 640px) {
  .CategoryFeatures {
    margin: .4rem auto; }
  .individual-gateway-icon {
    float: none;
    margin: 0 auto 10px;
    width: 270px; }
  /*card */
  .category-with-facted .productGrid .product .card-item .card-item-body .card-item-content .card-item-details,
  .category-with-facted .productGrid .product .card-item .card-item-body .card-item-content .card-item-actions-wrap .card-item-price,
  #product-listing-container .productGrid .product .card-item .card-item-body .card-item-content .card-item-details,
  #product-listing-container .productGrid .product .card-item .card-item-body .card-item-content .card-item-actions-wrap .card-item-price {
    display: none; }
  .category-with-facted .productGrid .product .card-item,
  #product-listing-container .productGrid .product .card-item {
    position: relative;
    display: block; }
  .category-with-facted .productGrid .product .card-item .card-figure,
  #product-listing-container .productGrid .product .card-item .card-figure {
    width: 33.333%;
    float: left;
    margin: 0;
    padding: 0 10px;
    display: block; }
  .category-with-facted .productGrid .product .card-item .mobile-card-item-body,
  #product-listing-container .productGrid .product .card-item .mobile-card-item-body {
    display: block !important;
    float: left;
    width: 66.6666%;
    padding: 0 10px;
    margin-bottom: 15px; }
  .category-with-facted .productGrid .product .card-item .card-item-body,
  #product-listing-container .productGrid .product .card-item .card-item-body {
    clear: both; }
  .category-with-facted .productGrid .product .card-item .card-item-body .card-item-content .card-item-actions-wrap,
  #product-listing-container .productGrid .product .card-item .card-item-body .card-item-content .card-item-actions-wrap {
    display: flex;
    min-height: auto;
    flex-direction: row;
    flex: 2;
    min-height: auto; }
  .category-with-facted .productGrid .product .card-item .card-item-body .card-item-content .card-item-actions-wrap > div,
  #product-listing-container .productGrid .product .card-item .card-item-body .card-item-content .card-item-actions-wrap > div {
    display: flex;
    align-content: center;
    flex: 2;
    align-items: center; } }

@media only screen and (max-width: 550px) {
  .Mobile-subcategories {
    width: 235px;
    margin: 0 auto; }
  .Mobile-subcategories .actionBar, .Mobile-subcategories .actionBar-section .form-field {
    margin: 0; }
  .Mobile-subcategories .actionBar-section .form-select {
    height: 2.443rem;
    width: 100%;
    padding-left: 10px; }
  .CategoryFeatures div[class*="col-"] {
    padding: 0 5px;
    float: none;
    width: 100%; }
  .CatFeatureBox {
    max-width: 240px;
    min-height: 42px; }
  .category-with-facted #faceted-search-container .SortBoxWrap {
    float: left; } }

.page-content--centered {
  width: 78.66666%; }

.has-video-content .video-content > a > img,
.has-video-content .video-content > .various > img {
  height: 190px; }

#CustomNavCategory .navPage-subMenu-item-parent {
  position: relative; }

#CustomNavCategory .navPage-subMenu-item-parent ul {
  display: none;
  position: absolute;
  width: 256px;
  left: 256px;
  background: #fff;
  top: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }

#CustomNavCategory .navPage-subMenu-item-parent:hover > .navPage-subMenu-list {
  display: block; }

#CustomNavCategory .navPage-subMenu-item-parent ul .navPage-subMenu-item {
  float: none;
  width: 100%;
  padding: 0 !important; }

#CustomNavCategory .navPage-subMenu-item-parent ul .navPage-subMenu-item > a.navPage-subMenu-action.navPages-action {
  margin: 0;
  border: 0; }

#CustomNavCategory .navPage-subMenu-item-parent ul .navPage-subMenu-item:hover > a.navPage-subMenu-action.navPages-action {
  background: none;
  color: #333;
  opacity: 1; }

#CustomNavCategory .navPage-subMenu-item-parent > .navPages-action.has-subMenu > .icon.navPages-action-moreIcon {
  display: none; }

#search-results-heading + .navBar--sub {
  margin-bottom: 20px;
  text-align: left; }

#search-results-heading + .navBar--sub > .navBar-section.account-navigation {
  border-bottom: 1px solid #e9eaea; }

#search-results-heading + .navBar--sub > .navBar-section.account-navigation #search-results-product-count {
  display: block;
  padding: 10px 15px;
  border: 1px solid #e9eaea;
  border-bottom: 1px solid #fff;
  position: relative;
  background: #fff;
  bottom: -1px; }

.about-us-header {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  padding-bottom: 2%; }

.about-us-body-text, .about-us-intro-text {
  margin: 0 auto;
  color: #333;
  padding-bottom: 3%; }

.about-us-intro-text {
  font-size: 16px;
  width: 90%;
  text-align: center;
  line-height: 30px; }

.bhs-homepage-text-hairline-top, .three-icon-wrapper {
  border-top: 1px solid #ccc; }

.bhs-homepage-text-hairline-bottom, .three-icon-wrapper {
  border-bottom: 1px solid #ccc; }

.three-icon-wrapper {
  width: 100%;
  text-align: center;
  padding-bottom: 2%;
  padding-top: 1%; }

.three-about-icons {
  display: inline-block;
  width: 190px;
  padding: 10px; }

.three-about-icons a, .three-about-icons a:active, .three-about-icons a:hover, .three-about-icons a:visited {
  font-size: 16px;
  color: 333;
  text-decoration: none;
  text-align: center;
  display: block; }

.about-us-icon-name {
  text-align: center;
  padding-top: 5%;
  line-height: 16px;
  width: 100%;
  font-size: 16px; }

.giftcard-redeem-steps img, .rte img {
  height: auto;
  max-width: 100%; }

.about-icon {
  width: 50%; }

.bhs-about-video-wrapper {
  text-align: center;
  display: block;
  clear: both;
  padding-top: 4%;
  padding-bottom: 4%; }

.about-us-caption-photo-wrapper {
  padding: 2%;
  display: block;
  border-top: 1px solid #ccc;
  width: 100%;
  clear: both; }

.about-us-body-text {
  font-size: 16px;
  width: 90%;
  line-height: 30px; }

.about-us-todd-portrait {
  margin: 0 auto;
  text-align: center;
  display: block; }

.about-us-photo-caption {
  font-size: 16px;
  line-height: 22px;
  clear: both;
  display: block;
  padding-left: 13%;
  padding-right: 13%; }

.why-bhs-main-container {
  width: 100%;
  float: left;
  margin-top: 25px;
  border-bottom: 1px solid #ccc; }

.why-bhs-number-style {
  font-size: 16px;
  font-weight: 700;
  background-color: #07223f;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  width: 50px;
  margin: 0 auto; }

.why-bhs-paragraph-wrap {
  top: 0;
  height: auto;
  width: 100%;
  padding-left: 15px; }

.why-bhs-paragraph-wrap h2 {
  text-align: center; }

.why-bhs-paragraph-style {
  padding-bottom: 15px; }

.giftcard-nav-item {
  color: #344bd5;
  text-decoration: none; }

.blog-item .continue-reading:hover, .giftcard-redeem-steps a:hover, .rte a:hover {
  text-decoration: underline; }

.giftcard-redeem-steps, .rte {
  overflow-y: hidden;
  font-size: 14px;
  text-align: left; }

.giftcard-redeem-steps img, .rte img {
  height: auto;
  max-width: 100%; }

.bhs-industry-review-container {
  text-align: center;
  border-top: 1px solid #ccc;
  padding-bottom: 25px; }

.industry-page-header {
  background-color: transparent; }

.giftcard-redeem-steps h3, .rte h3 {
  font-size: 1.17em; }

.giftcard-redeem-steps dl, .giftcard-redeem-steps ol, .giftcard-redeem-steps ul, .rte dl, .rte ol, .rte ul {
  margin-left: 20px; }

.giftcard-redeem-steps ul, .rte ul {
  list-style: disc; }

/*--industry pages start--*/
.main-industryPage-container + .page {
  display: none; }

.main-industryPage-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto; }

.industry-page-heading-wrap {
  position: absolute;
  width: 50%;
  left: 26px;
  color: #fff;
  text-align: center;
  top: 1.5rem; }

.industry-page-header-image-wrap {
  overflow: hidden;
  display: block;
  width: 100%; }

.industry-page-header {
  color: #fff;
  line-height: 2.4rem; }

.industry-page-subhead {
  width: 90%;
  font-size: 16px;
  font-family: Helvetica, sans-serif;
  text-align: center;
  margin: 0 auto;
  color: #fff; }

.industry-page-header-image-desktop, .industry-page-header-image-mobile-medium {
  height: auto;
  width: 100%;
  margin: 0 auto; }

.industry-page-header-image-mobile-medium {
  display: none; }

.industry-page-header-image-desktop, .industry-page-header-image-mobile-medium {
  height: auto;
  width: 100%;
  margin: 0 auto; }

.industry-page-form-wrap {
  background-color: rgba(245, 245, 245, 0.8);
  position: absolute;
  top: 0px;
  float: right;
  right: 40px;
  width: 305px; }
  @media (min-width: 801px) {
    .industry-page-form-wrap {
      top: 0px; } }

.industry-page-form-header {
  font-size: 1.20em;
  width: 100%;
  text-align: center;
  margin: 10px auto 0; }

.industry-page-client-form-wrapper {
  margin: 0 auto;
  padding: 10px 10px 10px;
  text-align: center; }

.heaidng-other-clients {
  color: #1B3D5C;
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;
  text-transform: inherit; }

.ns_full, .ns_half {
  display: inline-block; }

.ns_full {
  width: 100%;
  padding-bottom: 5px; }

.ns_half {
  width: 50%; }

.ns_right {
  float: right; }

.ns_main {
  padding: 0; }

.ns_complete {
  display: none; }

#bcform input[type="email"], #bcform input[type="password"], #bcform input[type="tel"], #bcform input[type="text"], #bcform input[type="url"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  line-height: 30px;
  font-size: 12px;
  border: 1px solid grey;
  width: 100%;
  border-radius: 4px;
  padding-left: 5px; }

.ns_submit {
  background-color: #255683;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
  border: 0;
  border-radius: 4px;
  letter-spacing: 1px;
  height: 50px;
  margin-top: 10px;
  font-weight: normal; }

#bcform input[class="ns_submit"]:hover {
  background: #4781b6; }

.industry-page-bkg-color-blue {
  background-color: #07223f; }

.industry-page-call-out-text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 1em;
  margin: 0; }

.industry-page-solutions {
  padding-top: 20px;
  padding-bottom: 35px; }

.industry-page-bkg-color-gray {
  background-color: #ebebeb; }

.industry-page-solutions-header {
  font-weight: normal;
  color: #07223f;
  margin: 0;
  text-align: center; }

.industry-page-solutions-links-wrap {
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
  list-style: none;
  margin-left: 0; }

.industry-page-solutions-links {
  display: inline-block;
  width: 230px;
  padding: .71429rem 1.42857rem;
  font-size: .92857rem;
  font-weight: normal;
  letter-spacing: .1em;
  background: #fff;
  border-style: solid;
  border-color: #fe720b;
  border-radius: 4px;
  border-width: 1px;
  color: #fe720b;
  margin: 10px; }

.industry-page-solutions-links > a {
  color: #344bd5;
  text-decoration: none; }

.industry-page-solutions-links > a:visited {
  color: #344bd5; }

.industry-page-solutions-links > a:link:hover {
  text-decoration: underline;
  color: #333; }

.industry-page-solutions-links > a:visited:hover {
  color: #333; }

/*--industry page end--*/
.subPagesWrap {
  margin-top: 5rem;
  display: block;
  clear: right; }

.learning-article-subpage-title {
  position: relative;
  clear: both;
  background: #1B3D5C;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 3px 3px 0 0; }

.learning-article-subpage-title + .navBar.navBar--sub {
  clear: both;
  float: none;
  text-align: left;
  -moz-column-count: 3;
       column-count: 3;
  padding: 2rem 0.6rem;
  margin: 0; }

.learning-article-subpage-title + .navBar.navBar--sub li.navBar-item {
  list-style: disc;
  margin: 0 0 1rem;
  display: inline flow-root list-item;
  width: 100%; }

.locationPointNYC {
  width: 30%;
  float: left;
  padding: 1%; }

.mainContactInfo {
  padding: 1%;
  margin-left: 10%; }

.contactInfoBorderLeft {
  border-left: 1px solid #ccc; }

.industry-page-form-wrap {
  background-color: rgba(245, 245, 245, 0.8);
  position: absolute;
  top: 0;
  float: right;
  right: 40px;
  width: 305px; }

.pressHotlineBOX {
  width: 100%;
  padding: 2%;
  background-color: #f4f4f4;
  border: 1px solid #fe720b;
  border-radius: 4px;
  text-align: center; }

.founderNameTitle {
  font-size: 11px !important;
  margin: 0;
  text-align: left; }

.why-bhs-page h1 {
  color: #1b3d5c;
  margin: 3rem 0; }

.why-bhs-page .why-bhs-main-container {
  border: 0;
  z-index: 1;
  margin: 0; }

.why-bhs-page .why-bhs-paragraph-wrap {
  display: flex;
  flex-direction: row;
  padding: 0;
  position: relative;
  margin: 0 0 3rem; }

.why-bhs-page .why-bhs-paragraph-wrap:nth-child(2n) {
  flex-direction: row-reverse; }

.why-bhs-page .why-bhs-paragraph-wrap > .why-bhs-Img,
.why-bhs-page .why-bhs-paragraph-wrap > .why-bhs-paragraph {
  display: flex;
  flex-direction: column;
  flex: 2;
  justify-content: center;
  align-items: flex-start; }

.why-bhs-page .why-bhs-paragraph-wrap > .why-bhs-number-style {
  position: absolute;
  background: no-repeat;
  color: #e0f0dc;
  top: 50%;
  right: 0;
  width: auto;
  text-align: left;
  border-radius: 0;
  font-size: 20rem;
  line-height: 16rem;
  margin: -8rem 0 0;
  z-index: -1; }

.why-bhs-page .why-bhs-paragraph-wrap:nth-child(2n) .why-bhs-number-style {
  left: 0; }

.why-bhs-page .why-bhs-paragraph-wrap .why-bhs-paragraph-box {
  padding: 0 0 0 2rem; }

.why-bhs-page .why-bhs-paragraph-wrap:nth-child(2n) .why-bhs-paragraph-box {
  padding: 0 2rem 0 0; }

.why-bhs-page .why-bhs-paragraph-wrap > div.why-bhs-Img > img {
  width: 100%; }

.why-bhs-page .why-bhs-main-container .why-bhs-paragraph-box h2 {
  text-align: left;
  color: #1b3d5c;
  margin: 0 0 1rem; }

.why-bhs-page .why-bhs-main-container .why-bhs-paragraph-box p {
  font-size: 16px;
  line-height: 1.8rem; }

/**Rating**/
.why-bhs-page .PageProductsRattingWrap {
  margin: 0 0 4.3rem;
  clear: both; }

.ProductsRattingHeading {
  text-align: center;
  margin: 0 0 2.16rem; }

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

.ProductsRattingHeading > h3 {
  background-image: url(https://cdn11.bigcommerce.com/s-ljboqq8dd6/content/industry/images/svg/orange-stars.svg);
  background-repeat: no-repeat;
  width: auto;
  margin: 0 auto;
  background-position: center top;
  padding: 40px 0 0;
  font-size: 28px;
  color: #1B3D5C; }

.ProductsRattingHeading > a {
  color: #F97135;
  font-size: 20px; }

.PageProductsRattingWrap div.row {
  margin: 0 -6px; }

.PageProductsRattingWrap div[class*="col-"] {
  padding: 0 6px; }

.RattingReviewBox {
  background: #1B3D5C;
  padding: 10px;
  color: #fff;
  margin: 0 0 0.75rem; }

.RattingReviewBox > p {
  margin: 0;
  min-height: 130px;
  font-size: 18px;
  font-style: italic; }

.RattingReviewBox > .CustomerName {
  display: block;
  text-align: right;
  font-size: 18px;
  font-style: italic; }

.PageProductsExpertsWrap h3 {
  color: #1B3D5C;
  font-size: 28px;
  text-align: center;
  margin: 0 0 4rem; }

.CustomerReviews {
  border-top: 1px solid #5A7389;
  border-bottom: 1px solid #5A7389;
  margin: 0 0 3rem;
  padding: 4rem 0;
  text-align: center;
  clear: both; }

.CustomerReviewsHeading {
  background-image: url(https://cdn11.bigcommerce.com/s-ljboqq8dd6/content/industry/images/svg/orange-stars.svg);
  background-repeat: no-repeat;
  width: auto;
  margin: 0 auto;
  background-position: center top;
  padding: 40px 0 0;
  font-size: 28px;
  color: #1B3D5C;
  text-align: center;
  font-weight: bold; }

.CustomerReviewsContent {
  font-size: 18px;
  padding: 0 80px;
  margin: 0 auto 1rem;
  font-style: italic; }

.CustomerReviewsName {
  color: #5190CD;
  font-size: 16px;
  font-weight: 700; }

.coupons-banner {
  margin: 0 0 1rem; }

.coupon-page-desc {
  color: #333333;
  font-size: 18px;
  font-family: 'Oxygen', sans-serif; }

.coupon-page-desc > a {
  color: #5090cd;
  text-decoration: none; }

.coupons-box-wrap .row {
  margin: 0 -10px; }

.coupons-box-wrap div[class*="col-"] {
  padding: 0 10px; }

.coupon-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  border: 1px dashed #000;
  margin-bottom: 20px;
  min-height: 120px;
  height: 100%; }

.coupon-box > div {
  display: flex;
  flex-direction: column;
  padding: 10px; }

.coupon-box > div.coupon-discount {
  background: #5090cd;
  color: #fff;
  flex: 2;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', cursive;
  font-size: 46px;
  line-height: 3rem;
  text-align: center; }

.coupon-box > div.coupon-discount.special-coupon-discount {
  font-size: 22px;
  line-height: 2rem; }

.coupon-box > div.coupon-detail {
  align-items: flex-start;
  justify-content: center;
  flex: 4; }

.coupon-detail > h3, .coupon-detail > h3 > a {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0.2rem;
  letter-spacing: 0; }

.coupon-detail > p {
  margin: 0 0 0.5rem; }

.form-field.coupon-code-wrap {
  margin: 0;
  position: relative;
  width: 100%; }

.coupon-code-wrap .form-button.coupon-button {
  background-color: #494949;
  color: #fff;
  border-radius: 0px 4px 4px 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 12px;
  max-width: 45px;
  width: 100%;
  text-transform: uppercase; }

.form-button.coupon-button::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 10px solid #494949;
  position: absolute;
  right: 45px;
  top: 0; }

.coupon-code-wrap .form-input.coupon-input {
  background-color: #ececec;
  border-color: #c0c0c0;
  max-height: 28px;
  padding: 0 40px 0 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px; }

.form-field.coupon-code-wrap.copied {
  box-shadow: 0 0 4px #5090cd;
  border-radius: 4px; }

.form-field.coupon-code-wrap.copied .form-input.coupon-input {
  border-color: #5090cd; }

.coupons-page-expert {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem auto; }

.coupons-page-expert > div {
  flex: 1; }

.coupons-page-expert > div > img {
  border-radius: 50%;
  border: 1px solid #bebebe;
  max-width: 128px;
  width: 100%; }

.coupons-page-expert > p {
  color: #494949;
  flex: 5;
  padding: 20px;
  font-size: 20px;
  margin: 0; }

.copy-notify {
  background: #146c01;
  color: #fff;
  width: auto;
  text-align: center;
  min-height: 28px;
  line-height: 2rem;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  padding: 0 0.5rem;
  bottom: -30px;
  display: none; }

.form-field.coupon-code-wrap.copied .copy-notify {
  display: block; }

.NewIndustryPage .industry-page-vignette-wrap ul {
  margin: 0 0 0 14px; }

.NewIndustryPage .industry-page-heading-wrap {
  /*background: none !important;*/ }

.NewIndustryPage .industry-page-header-container {
  padding: 55px 70px;
  background-repeat: no-repeat; }

.NewIndustryPage .industry-page-heading-wrap {
  /*background: 0 0 !important;*/
  position: inherit;
  width: 100%;
  text-align: left;
  padding-right: 10%;
  background-repeat: no-repeat;
  background-position: 999999px; }

.NewIndustryPage .industry-page-heading-wrap .industry-page-header,
.NewIndustryPage .industry-page-heading-wrap .industry-page-subhead {
  text-align: left; }

.NewIndustryPage .industry-page-heading-wrap .industry-page-header {
  margin: 0 0 20px; }

.NewIndustryPage .industry-page-heading-wrap .industry-page-subhead {
  margin: 0 0 50px;
  font-weight: normal;
  font-size: 24px; }

.NewIndustryPage .industry-page-form-wrap {
  position: inherit;
  float: none;
  height: auto;
  padding: 26px; }

.NewIndustryPage .industry-page-form-wrap .industry-page-form-header,
.NewIndustryPage .industry-page-form-wrap .industry-page-form-header > a {
  text-align: center;
  width: 100%;
  font-size: 17px;
  color: #373737;
  margin: 0 0 20px;
  line-height: 1.7rem; }

.NewIndustryPage .industry-page-form-wrap .industry-page-client-form-wrapper {
  padding: 0; }

.NewIndustryPage .industry-page-call-out-wrap.DesktopIndustry-page-call {
  border: 3px solid #F60;
  margin-bottom: 50px; }

.NewIndustryPage .industry-page-call-out-wrap.DesktopIndustry-page-call > .industry-page-call-out-text {
  color: #FF6600;
  font-size: 28px; }

.NewIndustryPage .industry-page-call-out-wrap.DesktopIndustry-page-call > .industry-page-call-out-text a {
  font-weight: bold;
  color: #FF6600;
  text-decoration: none; }

.NewIndustryPage .industry-page-vignette-wrap::before,
.NewIndustryPage .industry-page-vignette-wrap::after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

.NewIndustryPage .industry-page-vignette-img-wrap {
  float: left;
  width: 50%; }

.NewIndustryPage .industry-page-vignette-wrap {
  margin-bottom: 55px; }

.NewIndustryPage .industry-page-vignette-wrap.UseCasesLoneWorker {
  margin: 0 0 20px; }

.NewIndustryPage .industry-page-vignette-header {
  margin: 0 0 20px;
  font-size: 20px;
  color: #233d59; }

.NewIndustryPage .industry-page-vignette-wrap p {
  margin: 0 0 15px; }

.NewIndustryPage .industry-page-vignette-wrap p:last-child {
  margin: 0; }

.NewIndustryPage .industry-page-vignette-wrap .vignette-box-img {
  margin: 0 0 10px; }

.NewIndustryPage .industry-page-vignette-wrap .vignette-box-detail {
  min-height: 160px; }

.NewIndustryPage .industry-page-vignette-wrap .vignette-box-detail > h5 {
  color: #233d59;
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 10px;
  min-height: 45px;
  text-transform: capitalize; }

.NewIndustryPage .industry-page-vignette-wrap .vignette-box-detail > p {
  margin: 0; }

.NewIndustryPage .industry-page-video-wrap {
  background: #EBEBEB;
  padding: 28px 22px;
  margin: 50px 0; }

.NewIndustryPage .industry-page-video-wrap .industry-page-video-wrap-container {
  display: flex;
  width: 100%; }

.NewIndustryPage .industry-page-video-wrap .industry-page-video-wrap-container > div {
  display: flex;
  flex-direction: column;
  /* flex: 2; */
  align-items: flex-start;
  justify-content: center;
  min-height: 200px;
  text-align: center; }

.NewIndustryPage .industry-page-video-wrap .industry-page-video-wrap-container > div.industry-page-video {
  width: 45%; }

.NewIndustryPage .industry-page-video-wrap .industry-page-video-wrap-container > div.industry-page-video-text {
  width: 55%;
  padding-left: 30px; }

.NewIndustryPage .industry-page-video > iframe {
  width: 100%;
  height: 100%; }

.NewIndustryPage .industry-page-video-wrap .industry-page-video-wrap-container > div.industry-page-video > a {
  position: relative;
  display: block; }

.NewIndustryPage .industry-page-video-wrap .industry-page-video-wrap-container > div.industry-page-video > a.various::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='40' viewBox='0 0 68 48'%3E%3Cpath d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='rgba(33,33,33,0.8)' /%3E%3Cpath d='M 45,24 27,14 27,34' fill='rgb(255,255,255)' /%3E%3C/svg%3E");
  width: 46px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -23px;
  margin-top: -20px; }

.NewIndustryPage .industry-page-video-wrap .industry-page-video-wrap-container > div.industry-page-video > a.various:hover::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='40' viewBox='0 0 68 48'%3E%3Cpath d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='rgba(240,15,0,1)' /%3E%3Cpath d='M 45,24 27,14 27,34' fill='rgb(255,255,255)' /%3E%3C/svg%3E"); }

.NewIndustryPage .industry-page-video-wrap .industry-page-video-wrap-container > div.industry-page-video-text > h4 {
  margin: 0;
  font-size: 20px;
  color: #233d59; }

.NewIndustryPage .industry-page-video-wrap .industry-page-video-wrap-container > div.industry-page-video-text > p {
  margin: 0; }

.NewIndustryPage .industry-page-solution-wrap {
  margin-bottom: 30px; }

.NewIndustryPage .industry-page-solution-wrap > .industry-page-solution-container {
  display: flex;
  width: 100%;
  flex-direction: row; }

.NewIndustryPage .industry-page-solution-wrap > .industry-page-solution-container > div {
  display: flex;
  flex: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }

.NewIndustryPage .industry-page-solution-wrap > .industry-page-solution-container > div.industry-page-solution-text {
  padding-left: 20px; }

.NewIndustryPage .industry-page-solution-wrap > h4 {
  margin: 0 0 20px;
  font-size: 20px;
  color: #233d59; }

.NewIndustryPage .industry-page-solution-wrap .industry-page-solution-text > h5 {
  margin: 0 0 5px;
  color: #233d59;
  font-size: 17px;
  text-transform: capitalize; }

.NewIndustryPage .industry-page-solution-wrap .industry-page-solution-text > ul {
  margin: 0 0 0 13px; }

.NewIndustryPage .CallForQuote-wrap {
  background: #FF6600;
  text-align: center;
  border-radius: 5px;
  padding: 1em; }

.NewIndustryPage .CallForQuote-text,
.NewIndustryPage .CallForQuote-text > a {
  font-size: 28px;
  color: #fff;
  line-height: 2.8rem;
  text-decoration: none; }

.NewIndustryPage .MobileIndustry-page-call {
  display: none; }

.NewIndustryPage .industry-page-heading-wrap.heading-for-mobile {
  display: none; }

.bha-matrix-wrapper {
  position: relative;
  margin-bottom: 40px;
  float: left;
  display: block;
  width: 100%; }

.matrix4col {
  position: relative;
  margin-left: 105px; }

.bha-product-MatrixCameraNames {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  list-style: none;
  padding-top: 35px;
  margin: 0; }

.bha-product-Names {
  float: right;
  text-align: left;
  width: 120px;
  color: #fff; }

.bha-product-Blue {
  color: #0198ff; }

.bha-product-MatrixColumn {
  float: left;
  width: 33.33333%;
  display: block; }

p.bha-product-MatrixSpec:nth-of-type(odd) {
  background: #e3f2fa;
  border: 1px solid #ccc;
  padding: 23px 10px 30px 10px;
  height: 65px;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  text-align: center; }

p.bha-product-MatrixSpec:nth-of-type(even) {
  background: #d1dde4;
  height: 65px;
  border: 1px solid #ccc;
  padding: 23px 10px 30px 10px;
  margin: 0;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  text-align: center; }

.matrixTitle {
  position: relative;
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center; }

.emptyRow_Sapce {
  width: 33.3333%;
  height: 100%;
  margin: 0; }

.brickhouse-alert-buy-button {
  text-align: center;
  display: block;
  margin-bottom: 5%;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 10%; }

.bha-top-product-cell {
  float: left;
  display: block;
  margin: 0;
  width: 33.3333%; }

.topThreeProductsWrapper {
  width: 100%;
  margin: 40px, 0, 0, 0; }

.brickhouse-alert-prod-img {
  width: 100%; }

@media (min-width: 801px) {
  .display-table {
    display: table; } }

.content-image {
  margin: 0; }
  @media only screen and (max-width: 768px) {
    .content-image {
      display: flex;
      width: 100%;
      text-align: center;
      margin: 0 auto; } }
  .content-image img[align="right"], .content-image img {
    display: block;
    margin: 0 auto; }
    @media only screen and (min-width: 767px) {
      .content-image img[align="right"], .content-image img {
        margin: 0 0 0.6rem 0.6rem; } }
  .content-image img[align="left"] {
    display: block;
    margin: 0 auto; }
    @media only screen and (min-width: 767px) {
      .content-image img[align="left"] {
        margin: 0 0.6rem 0.6rem 0; } }

.sitemap-container {
  margin: 0 0 3rem; }
  .sitemap-container h1 {
    color: #2d4190;
    font-family: HelveticaNeueLT;
    font-weight: 400;
    text-transform: uppercase; }
  .sitemap-container > ul {
    list-style: none;
    margin: 0; }
    @media only screen and (min-width: 1199px) {
      .sitemap-container > ul {
        display: flex;
        justify-content: space-between; } }
    @media only screen and (min-width: 1199px) {
      .sitemap-container > ul > li {
        flex: 3;
        padding: 0 2rem;
        border-right: 1px solid #eee; }
        .sitemap-container > ul > li:first-child {
          padding: 0 2rem 0 0; }
        .sitemap-container > ul > li:last-child {
          border: 0;
          padding: 0 0 0 2rem; } }
    .sitemap-container > ul > li h3 {
      color: #2d4190;
      font-family: HelveticaNeueLT;
      font-weight: 400;
      margin-top: 0;
      text-transform: uppercase; }

@media only screen and (min-width: 801px) {
  .giftcard-redeem-steps h1, .rte h1 {
    font-size: 2em; }
  .giftcard-redeem-steps h2, .rte h2 {
    font-size: 1.5em; }
  .rte td, .rte th {
    padding: 20px;
    border-top: 1px solid;
    border-top-color: inherit; }
  .industry-page-form-wrap {
    top: 0; }
  .pressImagesWrapper {
    width: 100%;
    clear: both; }
  .pressProfilePicTitle {
    font-size: 14px;
    float: left;
    padding-bottom: 20px; }
  .pressProfileBlurbWrap {
    width: 75%;
    float: left;
    padding-left: 20px;
    padding-bottom: 20px; }
  .pressImagesWrapper {
    width: 100%;
    clear: both; }
  .newsAgencies {
    width: 47%;
    padding: 1%; } }

.IndustrySolutions .SubPagesWrap {
  background-color: #2D6921; }

.IndustrySolutions a.orange-btn {
  color: #000; }
  .IndustrySolutions a.orange-btn:hover {
    color: #fff; }

.IndustrySolutions .RequestDemoDesc > a,
.IndustrySolutions .lp-fleet-tracking a.request-quote-btn,
.IndustrySolutions .ProductsTypeBtn > a,
.IndustrySolutions .DownloadWhitePaperDesc > a {
  color: #000; }

@media only screen and (max-width: 1199px) {
  .page-content--centered {
    width: 91%; } }

@media only screen and (max-width: 991px) {
  .industry-page-heading-wrap {
    width: 45%;
    left: 10px; }
  .industry-page-form-wrap {
    right: 10px; }
  .industry-page-call-out-text {
    font-size: 1.25em;
    padding: 2.7em 1em;
    min-height: 68px; }
  .RattingReviewBox {
    margin: 0 0 1rem; } }

@media only screen and (max-width: 767px) {
  .coupon-box {
    min-height: 130px; }
  .coupons-page-expert {
    display: block;
    margin: 2rem auto;
    text-align: center; }
  .NewIndustryPage .industry-page-heading-wrap .industry-page-header {
    font-size: 17px;
    line-height: 1.7rem; }
  .NewIndustryPage .industry-page-heading-wrap .industry-page-subhead {
    font-size: 17px; }
  .NewIndustryPage .industry-page-solution-wrap > .industry-page-solution-container {
    display: flex;
    flex-direction: column; }
  .NewIndustryPage .industry-page-solution-wrap > .industry-page-solution-container.reverse {
    flex-direction: column-reverse; }
  .NewIndustryPage .industry-page-solution-wrap > .industry-page-solution-container > div.industry-page-solution-text {
    display: block;
    width: 100%; }
  .NewIndustryPage .NewIndustryPage .CallForQuote-wrap {
    padding: 0.5em; }
  .NewIndustryPage .CallForQuote-text,
  .NewIndustryPage .CallForQuote-text > a {
    font-size: 17px;
    line-height: 1.8rem; }
  .NewIndustryPage .industry-page-vignette-wrap > .row {
    margin: 0 -8px; }
  .NewIndustryPage .vignette-box {
    padding: 0 8px; }
  .NewIndustryPage .industry-page-vignette-wrap .vignette-box-detail > h5 {
    font-size: 13px;
    min-height: 50px; }
  .NewIndustryPage .industry-page-vignette-wrap .vignette-box-detail > p {
    font-size: 12px; } }

@media only screen and (max-width: 800px) {
  .page-content--centered {
    width: 100%; }
  .industry-page-heading-wrap {
    left: 0;
    width: 100%; }
  .industry-page-header-image-desktop {
    display: none; }
  .industry-page-header-image-mobile-medium {
    display: block; }
  .industry-page-form-wrap {
    position: relative;
    float: none;
    width: auto;
    right: 0;
    background: rgba(245, 245, 245, 0.8);
    border: 1px solid #ccc;
    padding: 5px; }
  .pressProfilePicTitle {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 16px; }
  .pressProfileBlurbWrap {
    width: 100%;
    padding-left: 0; } }

@media only screen and (max-width: 767px) {
  .learning-article-subpage-title + .navBar.navBar--sub {
    -moz-column-count: 2;
         column-count: 2; }
  .locationPointNYC {
    width: 50%; }
  .callUsHoursContactInfo {
    width: 50%;
    float: left; }
  .contactInfoBorderLeft {
    border-left: 1px solid #fff; }
  .mainContactInfo {
    width: 100%;
    padding: 1%;
    border-top: 1px solid #ccc;
    margin: 0; }
  .why-bhs-page .why-bhs-main-container {
    border: 0;
    z-index: 1;
    margin: 0 auto;
    max-width: 560px;
    float: none;
    padding: 0 15px; }
  .why-bhs-page .why-bhs-paragraph-wrap {
    display: block; }
  .why-bhs-page .why-bhs-paragraph-wrap .why-bhs-paragraph-box {
    padding: 2rem 0 0 0; }
  .why-bhs-page .why-bhs-paragraph-wrap > .why-bhs-number-style {
    top: 62%;
    margin: 0 0;
    font-size: 16rem;
    line-height: 16rem; }
  .why-bhs-page .why-bhs-paragraph-wrap:nth-child(2n) .why-bhs-paragraph-box {
    padding: 2rem 0 0 0; }
  .CustomerReviewsContent {
    padding: 0 0; }
  .ProductsRattingHeading > h3, .CustomerReviewsHeading {
    font-size: 24px; }
  .why-bhs-page .why-bhs-main-container {
    border: 0;
    z-index: 1;
    margin: 0 auto;
    max-width: 560px;
    float: none;
    padding: 0 15px; }
  .why-bhs-page .why-bhs-paragraph-wrap {
    display: block; }
  .why-bhs-page .why-bhs-paragraph-wrap .why-bhs-paragraph-box {
    padding: 2rem 0 0 0; }
  .why-bhs-page .why-bhs-paragraph-wrap > .why-bhs-number-style {
    top: 62%;
    margin: 0 0;
    font-size: 16rem;
    line-height: 16rem; }
  .why-bhs-page .why-bhs-paragraph-wrap:nth-child(2n) .why-bhs-paragraph-box {
    padding: 2rem 0 0 0; } }

@media only screen and (max-width: 550px) {
  .learning-article-subpage-title + .navBar.navBar--sub {
    -moz-column-count: 1;
         column-count: 1; }
  .coupons-box-wrap div[class*="col-"] {
    width: 320px;
    max-width: 100%;
    float: none;
    margin: 0 auto; } }

.gps-login-page {
  margin: 2rem 0 4rem; }
  .gps-login-page .gps-login {
    position: relative;
    width: 100%; }
    @media (min-width: 991px) {
      .gps-login-page .gps-login .row > div:last-child {
        border-left: 2px solid #E6E6E6;
        min-height: 500px; } }
    .gps-login-page .gps-login .gps-form-block-wrap, .gps-login-page .gps-login .gps-form-block-wrap {
      margin: 0; }
      @media (min-width: 991px) {
        .gps-login-page .gps-login .gps-form-block-wrap, .gps-login-page .gps-login .gps-form-block-wrap {
          margin-right: 2rem;
          margin-top: 2rem; } }
    .gps-login-page .gps-login .gps-form-block {
      background: #f8f8f8;
      border-radius: 16px;
      min-height: 260px;
      flex-direction: column;
      display: flex;
      overflow: hidden;
      width: 100%; }
      .gps-login-page .gps-login .gps-form-block .locate-trackview-logo {
        background-color: #1b3d5c;
        border-bottom: 4px solid #688fca;
        padding: 0.8rem;
        display: block;
        text-align: center; }
        .gps-login-page .gps-login .gps-form-block .locate-trackview-logo img {
          max-width: 150px;
          width: 100%; }
      .gps-login-page .gps-login .gps-form-block .gps-block-header {
        align-items: center;
        background-color: #1b3d5c;
        border-bottom: 4px solid #688fca;
        display: flex;
        justify-content: center;
        padding: 0.8rem; }
        .gps-login-page .gps-login .gps-form-block .gps-block-header .gps-block-heading {
          color: #fff;
          font-family: HelveticaNeueLT;
          font-weight: 400;
          margin: 0; }
      .gps-login-page .gps-login .gps-form-block .gps-block-content {
        border-color: #dfdfdf;
        border-style: solid;
        border-width: 0 2px 2px;
        border-radius: 0 0 16px;
        display: flex;
        flex-direction: column;
        padding: 2rem;
        text-align: center;
        width: 100%; }
        .gps-login-page .gps-login .gps-form-block .gps-block-content h3 {
          color: #000;
          font-family: HelveticaNeueLT;
          font-weight: normal;
          margin: 0 0 2rem; }
        .gps-login-page .gps-login .gps-form-block .gps-block-content #locate_form {
          min-height: 250px; }
        .gps-login-page .gps-login .gps-form-block .gps-block-content .gps-email-action {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin: 2rem 0 0;
          flex-direction: column-reverse; }
          @media (min-width: 991px) {
            .gps-login-page .gps-login .gps-form-block .gps-block-content .gps-email-action {
              flex-direction: row; } }
          .gps-login-page .gps-login .gps-form-block .gps-block-content .gps-email-action a {
            color: #2d4190;
            font-weight: bold; }
          .gps-login-page .gps-login .gps-form-block .gps-block-content .gps-email-action .button {
            color: #fff;
            background-color: #fa7a1a;
            border: #fa7a1a;
            font-weight: bold;
            margin: 0 0 1rem;
            width: 60%; }
            @media (min-width: 991px) {
              .gps-login-page .gps-login .gps-form-block .gps-block-content .gps-email-action .button {
                margin: 0;
                padding: 1rem 2rem;
                width: auto; } }
    .gps-login-page .gps-login .about-new-devices {
      display: flex;
      align-items: center;
      justify-content: space-around;
      margin: 2rem 0;
      flex-direction: column; }
      @media (min-width: 551px) {
        .gps-login-page .gps-login .about-new-devices {
          flex-direction: row; } }
      .gps-login-page .gps-login .about-new-devices .get-new-device {
        margin: 0 0 1rem; }
        @media (min-width: 551px) {
          .gps-login-page .gps-login .about-new-devices .get-new-device {
            margin: 0; } }
      .gps-login-page .gps-login .about-new-devices .button {
        background-color: #F8F8F8;
        border-color: #626262;
        color: #626262;
        line-height: 1.4rem;
        margin: 0;
        text-transform: uppercase; }
        .gps-login-page .gps-login .about-new-devices .button .icon {
          height: 18px;
          margin-right: 0.5rem;
          width: 18px; }
          .gps-login-page .gps-login .about-new-devices .button .icon svg {
            fill: #626262; }
    .gps-login-page .gps-login .forOtherDevices {
      display: flex;
      align-items: center;
      justify-content: space-around;
      max-width: 340px;
      margin: 1rem auto 0;
      width: 100%; }
      .gps-login-page .gps-login .forOtherDevices a {
        display: block;
        max-width: 140px;
        width: 100%; }
        .gps-login-page .gps-login .forOtherDevices a img {
          width: 100%; }
    .gps-login-page .gps-login .gps-side-content-banner {
      margin: 0 0 2rem; }
      .gps-login-page .gps-login .gps-side-content-banner img {
        width: 100%; }
    .gps-login-page .gps-login .gps-side-content-block {
      margin: 4rem 0 0;
      text-align: center; }
      @media (min-width: 991px) {
        .gps-login-page .gps-login .gps-side-content-block {
          margin: 2rem 0 0 2rem;
          text-align: left; } }
      .gps-login-page .gps-login .gps-side-content-block > a {
        display: block; }
        .gps-login-page .gps-login .gps-side-content-block > a img {
          display: block;
          width: 100%; }
      .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block {
        margin: 0 0 1.6rem; }
        .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-title {
          border-bottom: 1px solid #ccc;
          cursor: pointer;
          margin: 0;
          position: relative;
          padding: 0.3rem 0; }
          .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-title:after {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 427'%3E%3Cpath d='M75.567,236.168h358.358c12.364,0,22.398-10.032,22.398-22.397c0-12.363-10.034-22.397-22.398-22.397H75.567 c-12.363,0-22.398,10.034-22.398,22.397C53.169,226.136,63.204,236.168,75.567,236.168z'%3E%3C/path%3E%3Cpath d='M277.143,388.951V30.593c0-12.364-10.031-22.398-22.396-22.398c-12.363,0-22.397,10.034-22.397,22.398v358.358 c0,12.363,10.034,22.397,22.397,22.397C267.111,411.349,277.143,401.314,277.143,388.951z'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: no-repeat;
            color: #7d7d7d;
            content: '';
            display: block;
            font-weight: normal;
            height: 14px;
            position: absolute;
            right: 8px;
            top: 8px;
            width: 16px; }
          .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-title.is-active:after {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 427'%3E%3Cpath d='M75.567,236.168h358.358c12.364,0,22.398-10.032,22.398-22.397c0-12.363-10.034-22.397-22.398-22.397H75.567 c-12.363,0-22.398,10.034-22.398,22.397C53.169,226.136,63.204,236.168,75.567,236.168z'%3E%3C/path%3E%3C/svg%3E"); }
          .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-title h4 {
            color: #2d4190;
            font-size: 16px;
            font-family: HelveticaNeueLT;
            font-weight: 400;
            line-height: 1.6rem;
            margin: 0;
            text-align: left; }
            @media (min-width: 801px) {
              .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-title h4 {
                font-size: 18px; } }
        .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content {
          padding: 1.6rem 1rem; }
          .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content .videos-content ul {
            list-style: none;
            margin: 0;
            padding: 0; }
            .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content .videos-content ul li {
              border-bottom: 1px solid #ddd;
              margin: 0 0 0.5rem;
              padding: 0 0 0.5rem; }
              .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content .videos-content ul li a {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='rgba(255, 0, 0)'%3E%3C/path%3E%3Cpath d='M 45,24 27,14 27,34' fill='rgba(255,255,255)'%3E%3C/path%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: center left;
                background-size: 20px;
                display: block;
                padding-left: 26px;
                text-align: left;
                text-decoration: none; }
                .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content .videos-content ul li a:hover {
                  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='rgb(33, 33, 33)'%3E%3C/path%3E%3Cpath d='M 45,24 27,14 27,34' fill='rgba(255,255,255)'%3E%3C/path%3E%3C/svg%3E"); }
          .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content .articles-content ul {
            list-style: none;
            margin: 0;
            padding: 0; }
            .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content .articles-content ul li {
              border-bottom: 1px solid #ddd;
              margin: 0 0 0.5rem;
              padding: 0 0 0.5rem; }
              .gps-login-page .gps-login .gps-side-content-block .gps-side-content-detail .accordion-contents .accordion-block .accordion-content .articles-content ul li a {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='rgb(250, 122, 26)'%3E%3Cg%3E%3Cpath d='M160.612,107.081c0.13,2.264,0.273,3.63,0.274,4.997c0.014,21.376,0.031,42.752,0.003,64.128c-0.018,12.359-5.947,18.193-18.392,18.195c-39.377,0.004-78.756,0.005-118.132-0.001c-12.142-0.001-18.195-5.943-18.198-17.886c-0.007-50.95-0.009-101.9,0.001-152.849C6.171,11.702,12.234,5.636,24.29,5.627c39.539-0.033,79.077-0.038,118.615-0.021c11.75,0.004,17.887,6.094,17.99,17.712c0.018,1.929-0.281,3.906,0.045,5.778c2.295,13.169-3.308,23.257-12.74,32.158c-0.134-1.135-0.383-2.271-0.386-3.408c-0.031-11.09-0.135-22.182,0.036-33.27c0.061-4.028-1.1-5.73-5.469-5.715c-39.217,0.134-78.434,0.126-117.65,0.016c-3.957-0.01-5.316,1.195-5.308,5.233c0.107,50.627,0.098,101.255,0.014,151.883c-0.005,3.649,0.967,5.092,4.887,5.08c39.538-0.121,79.076-0.119,118.614-0.005c3.967,0.012,4.927-1.608,4.9-5.177c-0.108-15.429,0.083-30.86-0.131-46.287c-0.053-3.948,0.921-7.093,3.417-10.088C154.264,115.752,157.093,111.729,160.612,107.081z'/%3E%3Cpath d='M166.039,48.641c6.586,4.929,13.081,9.79,19.717,14.757c-19.962,26.661-39.563,52.851-59.198,79.014c-0.647,0.862-1.556,1.674-2.522,2.125c-5.657,2.646-11.372,5.167-17.056,7.753c-2.861,1.303-4.691,0.413-4.192-2.714c1.636-10.26,1.912-20.427,9.235-29.567c17.94-22.392,34.635-45.781,51.838-68.763C164.43,50.486,165.078,49.784,166.039,48.641z'/%3E%3Cpath d='M83.687,76.76c11.885,0,23.771-0.017,35.656,0.006c5.444,0.011,8.391,2.303,8.375,6.406c-0.017,4.191-2.736,6.248-8.449,6.251c-23.93,0.017-47.861,0.017-71.792-0.003c-5.103-0.005-8.083-2.263-8.226-6.085c-0.147-3.932,3.11-6.555,8.299-6.567C59.596,76.743,71.642,76.76,83.687,76.76z'/%3E%3Cpath d='M83.355,55.993c-11.242,0-22.482,0.003-33.724-0.005c-1.444-0.001-2.898,0.032-4.331-0.115c-3.786-0.388-5.962-2.738-5.947-6.342c0.017-3.636,2.378-5.95,6.048-6.306c2.864-0.278,5.774-0.091,8.665-0.092c21.198-0.004,42.396-0.005,63.594-0.001c1.285,0,2.589-0.093,3.85,0.09c3.816,0.556,6.303,2.631,6.146,6.676c-0.145,3.782-2.541,5.868-6.244,5.984c-5.775,0.181-11.56,0.098-17.341,0.107C97.166,56.001,90.261,55.993,83.355,55.993z'/%3E%3Cpath d='M111.778,110.755c-2.876,3.871-5.099,7.223-7.729,10.214c-0.989,1.126-2.921,1.989-4.43,2.001c-17.676,0.134-35.352,0.116-53.028,0.059c-4.41-0.015-7.691-2.92-7.282-6.545c0.462-4.102,2.951-6.13,7.209-6.12c20.89,0.05,41.78,0.023,62.67,0.037C109.781,110.402,110.375,110.557,111.778,110.755z'/%3E%3Cpath d='M65.046,143.84c6.262-0.005,12.526-0.11,18.785,0.028c4.675,0.104,7.511,2.712,7.203,6.546c-0.343,4.265-3.117,6.218-7.142,6.244c-12.524,0.084-25.048,0.083-37.571-0.004c-4.111-0.028-6.686-2.27-7.021-6.413c-0.288-3.56,2.634-6.239,6.962-6.352C52.52,143.727,58.785,143.847,65.046,143.84z'/%3E%3Cpath d='M188.826,58.817c-6.479-4.839-12.952-9.675-19.52-14.582c2.565-4.222,5.82-8.811,10.789-7.084c4.771,1.658,9.706,5.188,12.589,9.289C195.569,50.544,192.582,55.258,188.826,58.817z'/%3E%3C/g%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: center left;
                padding-left: 25px;
                display: block;
                text-align: left;
                text-decoration: none; }

#modalForgotPassword, #modalLocateForgotPassword {
  min-height: auto;
  max-width: 350px;
  width: 100%; }
  #modalForgotPassword .modal-close, #modalLocateForgotPassword .modal-close {
    right: 0.4rem;
    top: 0.4rem; }
  #modalForgotPassword .modal-content, #modalLocateForgotPassword .modal-content {
    padding: 3rem 2rem; }
    #modalForgotPassword .modal-content p, #modalLocateForgotPassword .modal-content p {
      font-size: 16px; }
      #modalForgotPassword .modal-content p:last-child, #modalLocateForgotPassword .modal-content p:last-child {
        margin: 0; }
      #modalForgotPassword .modal-content p a, #modalLocateForgotPassword .modal-content p a {
        font-weight: bold;
        text-decoration: none; }

.appsPopup {
  background-color: #688fca;
  border-top: 10px solid #2d4190;
  position: fixed;
  bottom: -500px;
  left: 0;
  transition: 0.8s;
  z-index: 999; }
  .appsPopup.is-active {
    bottom: 0; }
  .appsPopup .containerPopup {
    padding: 1rem;
    color: #fff;
    text-align: center; }
    .appsPopup .containerPopup h3 {
      color: #fff;
      margin: 0 0 0.5rem;
      font-family: HelveticaNeueLT;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 25px; }
    .appsPopup .containerPopup p {
      font-size: 14px;
      text-align: center; }
    .appsPopup .containerPopup .pooup-action {
      display: flex;
      justify-content: space-between; }
      .appsPopup .containerPopup .pooup-action .button {
        background-color: #fa7a1a;
        border-color: #fa7a1a;
        color: #ffff; }
        .appsPopup .containerPopup .pooup-action .button.disabled {
          background-color: transparent;
          border-color: #c8c8c8;
          color: #f8f8f8; }

.compare-container {
  margin: 2rem 0 0; }

.page-container-inner {
  padding: 20px 0px; }

.CompareProductWrap .compare-product-box {
  float: left;
  width: 25%; }

.compareTable-removeProduct {
  right: 0px;
  top: 0rem;
  text-align: center; }

.CompareProductWrap .compare-item {
  min-height: 54px;
  padding: 10px; }

.CompareProductWrap .compare-item.compare-product-item {
  padding: 2rem 1rem 1.28571rem; }

.CompareProductWrap .compare-item.action {
  padding: 0;
  min-height: 68px; }

.compareTable-product .card .card-img-container::after {
  padding-bottom: 100%; }

.compareTable-product .card-title {
  text-align: center;
  margin: 0 0 1rem; }

.compareTable-product .card-title > a {
  display: block;
  min-height: 64px; }

.compareTable-product .card-body::before, .compareTable-product .card-body::after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

.compareTable-product .card-body {
  min-height: 54px;
  text-align: center; }

.compareTable-product .product-item-rating:after,
.compareTable-product .product-item-rating:before {
  content: "";
  display: block;
  clear: both;
  width: 100%; }

.compareTable-product .product-item-rating {
  min-height: 44px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0.5rem 0; }
  .compareTable-product .product-item-rating .icon {
    width: 18px;
    height: 18px; }
  .compareTable-product .product-item-rating .review-count {
    font-size: 12px;
    line-height: 1.2rem; }

.compareTable-product .group-stars .ind_cnt {
  font-size: 9px;
  display: inline-block;
  width: auto;
  margin: 0 5px;
  vertical-align: unset;
  line-height: 1.2rem; }

.compareTable-product .group-stars > span {
  vertical-align: middle; }

.CompareProductWrap .compare-item .compare-item-title {
  font-size: 14px;
  font-weight: bold; }

.CompareProductWrap .compare-item > span {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 7px 0;
  min-height: 54px; }

.CompareProductWrap .compare-item::after {
  background: #e5e5e5;
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  margin: 0 auto; }

.CompareProductWrap .compare-item.compare-product-item::after,
.CompareProductWrap .compare-item.action::after {
  display: none; }

.CompareProductWrap .compare-item:last-child::after {
  display: none; }

.CompareContentPage .slick-prev.slick-arrow,
.CompareContentPage .slick-next.slick-arrow {
  background: #1B3D5C; }

.CompareContentPage .slick-prev.slick-arrow {
  left: -10px; }

.CompareContentPage .slick-next.slick-arrow {
  right: -10px; }

.CompareContentPage .slick-next.slick-arrow::before,
.CompareContentPage .slick-next.slick-arrow: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='rgb(255,255,255)' stroke-width='0' fill='rgb(255,255,255)' /%3E%3C/svg%3E"); }

.CompareContentPage .slick-prev.slick-arrow::before,
.CompareContentPage .slick-prev.slick-arrow: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='%23999999' stroke-width='0' stroke-linejoin='round' fill='rgb(255,255,255)' /%3E%3C/svg%3E"); }

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

.compareTable-product .card-title > a > span.card-sku {
  color: #344bd5;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  min-height: auto;
  display: block; }

.compareTable-product .card-title > a > span {
  font-size: 15px;
  min-height: 50px;
  display: block; }

.compareTable-product .price-section.price-section--withoutTax {
  padding-right: 6px;
  display: inline-block;
  vertical-align: middle; }

.compareTable-product .price-section.price-section--withoutTax .price.price--withoutTax {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333; }

.compareTable-product .price-section.price-section--withoutTax.rrp-price--withoutTax {
  padding: 0; }

.compareTable-row .compareTable-action .button--primary {
  text-transform: uppercase;
  font-weight: 700; }

.product-questions-content .product-section-title {
  margin: 0 0 2rem; }

.product-questions-content > div {
  margin: 0 0 1.8rem; }
  .product-questions-content > div h4, .product-questions-content > div p {
    color: #444;
    font-size: 16px;
    margin: 0 0 0.4rem; }

.product-images-container > .productView-image, .product-images-wrapper.productView-images, .DescriptionForMobile, .CustomVideoGallery.BeforeProductDesc, .form-field.form-field--stock {
  display: none; }

.productView-product.MobileProductView-product {
  display: none;
  border: 0;
  padding: 0; }

.product-container .productView-title,
.quickView .productView-title {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem; }

.productView > .productView-details + .productView-details {
  margin: 0 -15px 20px;
  padding: 0 15px; }

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

.productView-details.product-data {
  order: 0; }

#tab-description .container {
  width: 100%; }
  #tab-description .container .row {
    margin: 0; }

.productView-thumbnail-link {
  height: 60px; }
  .productView-thumbnail-link.video-thumbnail {
    position: relative;
    cursor: pointer; }
    .productView-thumbnail-link.video-thumbnail:before, .productView-thumbnail-link.video-thumbnail:after {
      content: '';
      display: block;
      position: absolute; }
    .productView-thumbnail-link.video-thumbnail:before {
      background-color: rgba(255, 255, 255, 0.5);
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 1; }
    .productView-thumbnail-link.video-thumbnail:after {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M253.376,497.248c-133.573,0-242.246-108.676-242.246-242.247c0-133.573,108.673-242.246,242.246-242.246 c133.571,0,242.247,108.673,242.247,242.246C495.623,388.572,386.947,497.248,253.376,497.248z M379.055,248.348L201.42,127.225 c-2.485-1.715-5.693-1.894-8.34-0.504c-2.66,1.391-4.289,4.172-4.289,7.158v242.245c0,2.987,1.628,5.767,4.289,7.159 c1.183,0.619,2.485,0.916,3.756,0.916c1.61,0,3.179-0.476,4.556-1.42l177.663-121.123c2.187-1.479,3.548-3.993,3.548-6.654 S381.241,249.826,379.055,248.348z' fill='231F20' fill-rule='evenodd' /%3E%3C/svg%3E");
      background-repeat: no-repeat;
      height: 20px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 20px;
      z-index: 9; }

.productView-thumbnails img {
  max-height: 65px;
  max-width: 72px; }

.productView-thumbnails .slick-arrow {
  bottom: -20px;
  top: inherit; }

.productView-volumepricing {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #626262;
  font-size: smaller;
  text-align: center; }

.productView-volumepricing span {
  color: #FE720B; }

.productView-price::before, .productView-price::after {
  content: "";
  display: table;
  clear: both; }

.productView-price > .price-section.price-section--withoutTax + .price-section.price-section.price-section--withoutTax[itemprop="offers"],
.productView-price > .price-section.price-section--withoutTax.default-price-withoutTax {
  float: left;
  width: auto;
  padding-right: 14px; }

.productView-price > .price-section.price-section--withoutTax + .price-section.price-section--saving.price,
.productView-price > .price-section.price-section--withoutTax + .price-section.price-section--withoutTax.rrp-price--withoutTax {
  float: left;
  width: auto; }

.productView-price > .price-section.price-section--withoutTax + .price-section.price-section--withoutTax.rrp-price--withoutTax,
.productView-price > .price-section.price-section--withoutTax + .price-section.price-section--saving.price {
  float: left; }

.productView-price > .price-section.price-section--withoutTax > .price--withoutTax {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #333333; }

.productView-price > .price-section.price-section--withoutTax + .price-section.price-section--withoutTax.rrp-price--withoutTax > span.price.price--rrp {
  font-size: 16px;
  padding-right: 14px; }

.productView-price > .price-section.price-section--withoutTax + .price-section.price-section--saving.price > span {
  font-size: 16px;
  font-weight: normal;
  color: #FE720B; }

.productView-price > .price-section.price-section--withoutTax + .price-section.price-section--saving.price > span.price > span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold; }

.productView-AfterPrice {
  margin-bottom: 1rem; }

.productView-product .productView-Rating-SKU::before, .productView-Rating-SKU::after {
  content: "";
  display: table;
  clear: both; }

.productView-Rating-SKU {
  display: block; }
  @media only screen and (min-width: 401px) {
    .productView-Rating-SKU {
      display: flex;
      justify-content: space-between; } }
  .productView-Rating-SKU .ProductDetail-SKU, .productView-Rating-SKU .ProductView-Brand {
    float: none;
    font-size: 13px; }
    .productView-Rating-SKU .ProductDetail-SKU > span:first-child, .productView-Rating-SKU .ProductDetail-SKU > strong:first-child, .productView-Rating-SKU .ProductView-Brand > span:first-child, .productView-Rating-SKU .ProductView-Brand > strong:first-child {
      font-weight: bold;
      display: inline-block;
      width: 28%; }
      @media only screen and (min-width: 401px) {
        .productView-Rating-SKU .ProductDetail-SKU > span:first-child, .productView-Rating-SKU .ProductDetail-SKU > strong:first-child, .productView-Rating-SKU .ProductView-Brand > span:first-child, .productView-Rating-SKU .ProductView-Brand > strong:first-child {
          display: block; } }

.productView-Rating-SKU + .productView-rating {
  margin: 10px 0;
  display: none; }

.productView-Rating-SKU + .productView-rating::before, .productView-Rating-SKU + .productView-rating::after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

.productView-Rating-SKU + .productView-rating .shopper-approved-star-container .group-stars::after {
  position: absolute;
  top: 0;
  right: -10px;
  margin-right: 10px; }

.productView-Rating-SKU + .productView-rating > a,
.productView-Rating-SKU + .productView-rating > a > div {
  margin: 0;
  color: #666; }

.productView-Rating-SKU + .productView-rating .group-stars {
  text-align: right; }

.productView-Rating-SKU + .productView-rating .group-stars > span {
  display: inline-block;
  float: none;
  vertical-align: middle; }

.productView-Rating-SKU + .productView-rating .group-stars > span.ind_cnt {
  width: auto;
  padding-left: 5px;
  font-size: 12px; }

.productView-Rating-SKU + .productView-rating .group-stars > span.off {
  display: inline-block !important; }

.add-to-cart-wrapper::before, .add-to-cart-wrapper::after {
  content: "";
  display: table;
  clear: both; }

.productView-options .form .add-to-cart-wrapper {
  display: block;
  margin: 0 0 20px; }

.productView-details .form-increment-label {
  display: none; }

.productView-details .form-increment {
  display: flex;
  flex-direction: revert;
  align-items: center;
  justify-content: center; }

.productView-details .form-increment > .button {
  background: #fff;
  margin: 0;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  border: 1px solid #888888;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0; }

.productView-details .form-increment > .button > .icon {
  width: 10px;
  height: 10px;
  vertical-align: top; }

.productView-details .form-increment > .button > .icon > svg {
  fill: #888888;
  stroke: #888888; }

.productView-details .form-increment > .button:hover {
  background: #888888; }

.productView-details .form-increment > .button:hover > .icon > svg {
  fill: #fff;
  stroke: #fff; }

.productView-details .form-increment > .form-input.form-input--incrementTotal {
  border: 1px solid #888;
  height: 40px;
  width: 40px;
  margin: 0 6px;
  color: #888;
  font-weight: normal; }

.productView-img-container::after {
  padding-bottom: 80%; }

.productView-options .add-to-cart-wrapper .form-field--increments {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  min-height: 40px;
  float: none; }

.productView-options .add-to-cart-wrapper .add-to-cart-buttons {
  float: right;
  margin: 0;
  padding: 0;
  width: auto; }

.productView-options .add-to-cart-wrapper .add-to-cart-buttons .button {
  font-weight: 700;
  text-transform: uppercase;
  width: auto; }

.productView-options .add-to-cart-wallet-buttons {
  margin-top: 0; }

.productView-options .add-to-cart-wrapper > div > #form-action-addToCart,
.productView-options .add-to-cart-wrapper > div > #duplicate-form-action-addToCart {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase; }

.product-view-LongDesc > ul {
  margin-bottom: 10px; }

.productView-product .ProductView-Brand {
  margin-bottom: 14px; }

.productView-product.DesktopProductView-product {
  margin-top: 14px; }

.CustomVideoGallery {
  margin: 10px 0 0; }

.CustomVideoGallery > h3 {
  font-size: 20px;
  margin: 0px; }

.CustomVideoGallery .videoGallery-list {
  margin: 0 -5px; }

.CustomVideoGallery .videoGallery-item {
  width: 33.333%;
  padding: 0 5px;
  position: relative; }

.CustomVideoGallery .videoGallery-item > a {
  text-decoration: none;
  display: block; }

.CustomVideoGallery .videoGallery-item > a > .video-figure,
.CustomVideoGallery .videoGallery-item > .various > .video-figure {
  cursor: pointer; }

.CustomVideoGallery .videoGallery-item > a:hover > .video-figure {
  opacity: 1; }

.CustomVideoGallery .videoGallery-item .video-figure {
  float: none;
  margin: 0 0 7px;
  position: relative; }

.CustomVideoGallery .videoGallery-item .video-title {
  font-size: 9px;
  line-height: 0.7rem; }

.CustomVideoGallery .video-figure > img {
  display: block;
  margin: 0 auto;
  opacity: 0.4; }

.productView > .productView-details {
  margin: 20px 0 0;
  padding-bottom: 0; }

.productView > .productView-details > .productView-product {
  padding-bottom: 0;
  border: 0; }

.productView-product li {
  font-size: 16px; }

.CustomVideoGallery .videoGallery-item .video-figure::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Cpath d='M253.376,497.248c-133.573,0-242.246-108.676-242.246-242.247c0-133.573,108.673-242.246,242.246-242.246 c133.571,0,242.247,108.673,242.247,242.246C495.623,388.572,386.947,497.248,253.376,497.248z M379.055,248.348L201.42,127.225 c-2.485-1.715-5.693-1.894-8.34-0.504c-2.66,1.391-4.289,4.172-4.289,7.158v242.245c0,2.987,1.628,5.767,4.289,7.159 c1.183,0.619,2.485,0.916,3.756,0.916c1.61,0,3.179-0.476,4.556-1.42l177.663-121.123c2.187-1.479,3.548-3.993,3.548-6.654 S381.241,249.826,379.055,248.348z' fill='231F20' fill-rule='evenodd' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: .6;
  transform: translate(-50%, -50%); }

.CustomVideoGallery .videoGallery-item:hover {
  position: inherit; }

.CustomVideoGallery .videoGallery-item:hover .video-figure::before {
  display: none; }

.productView > .productView-details > .productView-options {
  margin: 0;
  float: right;
  width: 55%;
  padding: 0 15px; }

.productView > .productView-details > .productView-offers {
  float: left;
  width: 45%;
  padding: 0 15px;
  margin: 42px 0 0; }

.productView > .productView-details > .productView-options > .productView-optionsInner {
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 5px; }

.productView-Subtitle {
  font-size: larger;
  font-weight: 700; }

.inStock-Wrap > .inStock-list {
  list-style: none;
  margin: 0; }

.inStock-Wrap > .inStock-list > li,
.ProductRelatedPromo > ul > li {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 72 63'%3E%3Crect fill='none' stroke='%234aa734' stroke-width='3px' x='4.5' y='15.03' width='44.26' height='44.26'/%3E%3Cg%3E%3Cpath fill='%234aa734' d='M30.05,54.56,7.75,29.15,19,19.25l9,15.61c1.7-2.86,4.3-6.81,6.89-10.36C44.67,11.08,56.6,4.12,70,2h0C59.4,5.75,48.52,15.5,42.36,27.21A165,165,0,0,0,33.5,47Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center left;
  color: #4AA734;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0 5px 30px;
  display: block;
  margin-right: 0px; }

.inStock-Wrap > .inStock-list > li {
  display: block; }

.inStock-Wrap > .inStock-list > li::before,
.ProductRelatedPromo > ul > li::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 72 63'%3E%3Crect fill='none' stroke='rgb(74,167,52)' stroke-width='3px' x='4.5' y='15.03' width='44.26' height='44.26'/%3E%3Cg%3E%3Cpath fill='rgb(74,167,52)' d='M30.05,54.56,7.75,29.15,19,19.25l9,15.61c1.7-2.86,4.3-6.81,6.89-10.36C44.67,11.08,56.6,4.12,70,2h0C59.4,5.75,48.52,15.5,42.36,27.21A165,165,0,0,0,33.5,47Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0px -3px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-size: cover;
  display: none; }

.inStock-Wrap > .inStock-list > li > .icon {
  width: 18px;
  height: 16px;
  vertical-align: middle;
  margin-right: 3px;
  display: none; }

.inStock-Wrap > .inStock-list > li > .icon > svg {
  fill: #508F37; }

.outStock-Wrap > ul {
  margin: 0 auto 20px;
  list-style: none; }

.outStock-Wrap > ul > li {
  color: #ED5E5E; }

.outStock-Wrap > ul > li > .icon > svg {
  fill: #ED5E5E; }

.ProductRelatedPromo > ul {
  list-style: none;
  margin: 0 0 5px; }

.product-view-ShortDesc > p {
  margin: 0 0 4px;
  font-size: 14px;
  color: #333; }

.product-view-LongDesc > ul > li {
  font-size: 14px;
  color: #333; }

.pricing-compare-wrap {
  float: right;
  clear: right;
  width: 100%;
  padding: 0 15px;
  margin: 18px 0; }

.pricing-compare-wrap .row {
  margin: 0 -5px; }

.pricing-compare-wrap div[class*="col-"] {
  padding: 0 5px; }

.pricing-compare-wrap div[class*="col-"] > div > a {
  border: 1px solid #707070;
  color: #707070;
  padding: 3px 5px;
  display: block;
  width: auto;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 2.3rem;
  height: 40px;
  text-decoration: none; }

.pricing-compare-wrap div[class*="col-"] > div > a > .icon {
  width: 21px;
  height: 19px;
  margin-bottom: 3px; }

.pricing-compare-wrap div[class*="col-"] > .request_pricing > a > .icon {
  width: 30px;
  height: 16px; }

.pricing-compare-wrap div[class*="col-"] > div > a > .icon > svg {
  width: 100%;
  height: 100%; }

.pricing-compare-wrap div[class*="col-"] > div > a:hover {
  background: #707070;
  color: #fff; }

.pricing-compare-wrap div[class*="col-"] > div > a:hover > .icon > svg {
  fill: #fff; }

#product-reviews #shopper_review_page {
  margin-top: 0;
  padding-top: 0;
  border: 0; }

.productView-description {
  clear: both;
  float: none;
  width: 100%;
  padding: 0; }

.productView-description {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px; }

.productView-description > .tabs {
  background: #F7F7F7;
  border-bottom: 1px solid #CCC; }

.productView-description > .tabs > .tab {
  min-width: 110px;
  margin-right: 10px;
  border: 0; }

.productView-description > .tabs > .tab.is-active {
  background: #1B3D5C;
  border: 0; }

.productView-description > .tabs > .tab > a {
  font-size: 13px;
  padding: 8px;
  color: #757575; }

.productView-description > .tabs > .tab.is-active > a {
  color: #fff;
  font-weight: 400; }

.productView-description > .tabs > .tab > a > span {
  display: block;
  text-align: center;
  width: 100%;
  height: auto; }

.productView-description > .tabs > .tab > a.tab-title span.TabHeadingIcon.icon {
  background-repeat: no-repeat;
  background-size: 36px;
  width: 36px;
  height: 30px;
  margin: 0 auto 8px; }

.productView-description .tabs-contents {
  color: #333; }

.productView-description > .tabs > .tab > a > span > svg,
.tabs-contents .accordion-title {
  display: none; }

.productView-description > .tabs > .tab > a.tab-title[href="#tab-description"] span.TabHeadingIcon.icon {
  background-image: url(https://cdn7.bigcommerce.com/s-ljboqq8dd6/content/pdp/pdpsvgicons/prodcut-overviews-icon.svg); }

.productView-description > .tabs > .tab > a.tab-title[href="#tab-warranty"] span.TabHeadingIcon.icon {
  background-image: url(https://cdn7.bigcommerce.com/s-ljboqq8dd6/content/pdp/pdpsvgicons/prodcut-specifications-icon.svg); }

.productView-description > .tabs > .tab > a.tab-title[href="#tab-accessories"] span.TabHeadingIcon.icon {
  background-image: url(https://cdn7.bigcommerce.com/s-ljboqq8dd6/content/pdp/pdpsvgicons/prodcut-accessories-icon.svg); }

.productView-description > .tabs > .tab > a.tab-title[href="#tab-serviceplan"] span.TabHeadingIcon.icon {
  background-image: url(https://cdn7.bigcommerce.com/s-ljboqq8dd6/content/pdp/pdpsvgicons/prodcut-service-plan-icon.svg); }

.productView-description > .tabs > .tab > a.tab-title[href="#product-support"] span.TabHeadingIcon.icon {
  background-image: url(https://cdn7.bigcommerce.com/s-ljboqq8dd6/content/pdp/pdpsvgicons/prodcut-warranty-support-icon.svg); }

.productView-description > .tabs > .tab > a.tab-title[href="#product-reviews"] span.TabHeadingIcon.icon,
.productView-description > .tabs > .tab > a.tab-title[href="#newreviews"] span.TabHeadingIcon.icon {
  background-image: url(https://cdn7.bigcommerce.com/s-ljboqq8dd6/content/pdp/pdpsvgicons/prodcut-reviews-icon.svg); }

.productView-description > .tabs > .tab > a.tab-title[href="#product-questions"] span.TabHeadingIcon.icon {
  background-image: url(https://cdn7.bigcommerce.com/s-ljboqq8dd6/content/pdp/pdpsvgicons/prodcut-faq-icon.svg); }

.productView-description > .tabs > .tab.is-active > a.tab-title[href="#tab-description"] span.TabHeadingIcon.icon {
  background-image: url(https://cdn7.bigcommerce.com/s-ljboqq8dd6/content/pdp/pdpsvgicons/prodcut-overviews-active-icon.svg); }

.productView-description > .tabs > .tab.is-active > a.tab-title[href="#tab-warranty"] span.TabHeadingIcon.icon {
  background-image: url(https://cdn7.bigcommerce.com/s-ljboqq8dd6/content/pdp/pdpsvgicons/prodcut-specifications-active-icon.svg); }

.productView-description > .tabs > .tab.is-active > a.tab-title[href="#tab-accessories"] span.TabHeadingIcon.icon {
  background-image: url(https://cdn7.bigcommerce.com/s-ljboqq8dd6/content/pdp/pdpsvgicons/prodcut-accessories-active-icon.svg); }

.productView-description > .tabs > .tab.is-active > a.tab-title[href="#tab-serviceplan"] span.TabHeadingIcon.icon {
  background-image: url(https://cdn7.bigcommerce.com/s-ljboqq8dd6/content/pdp/pdpsvgicons/prodcut-service-plan-active-icon.svg); }

.productView-description > .tabs > .tab.is-active > a.tab-title[href="#product-support"] span.TabHeadingIcon.icon {
  background-image: url(https://cdn7.bigcommerce.com/s-ljboqq8dd6/content/pdp/pdpsvgicons/prodcut-warranty-support-active-icon.svg); }

.productView-description > .tabs > .tab.is-active > a.tab-title[href="#product-reviews"] span.TabHeadingIcon.icon,
.productView-description > .tabs > .tab.is-active > a.tab-title[href="#newreviews"] span.TabHeadingIcon.icon {
  background-image: url(https://cdn7.bigcommerce.com/s-ljboqq8dd6/content/pdp/pdpsvgicons/prodcut-reviews-active-icon.svg); }

.productView-description > .tabs > .tab.is-active > a.tab-title[href="#product-questions"] span.TabHeadingIcon.icon {
  background-image: url(https://cdn7.bigcommerce.com/s-ljboqq8dd6/content/pdp/pdpsvgicons/prodcut-faq-active-icon.svg); }

.productView-description > .tabs > .tab > a > span.TabHeadingIcon.icon {
  margin-bottom: 8px; }

.productView-description > .tabs > .tab.is-active > span.tab-title {
  color: #fff; }

.productView-description > .tabs > .tab.is-active > a > span.icon > svg {
  fill: #fff; }

.productView-description .tabs-contents {
  color: #333; }

.tabs-contents p {
  font-size: 16px; }

.related_products_wrap, .similar_by_views_wrap {
  margin-bottom: 2rem; }

.related_products_wrap .productGrid, .similar_by_views_wrap .productGrid {
  margin-bottom: 0; }

.related_products_wrap + .similar_by_views_wrap {
  border-top: 1px solid #ccc; }

.similar_by_views_wrap > .page-heading {
  margin: 20px 0 10px;
  text-align: left; }

.related_products_wrap > .page-heading {
  text-align: left; }

.tooltip {
  color: #ff0000;
  font-size: 12px;
  position: absolute; }

#accessories .TitleHeading {
  margin-bottom: 20px; }

#accessories > .TitleHeading > h3 {
  margin: 0;
  display: inline-block;
  vertical-align: middle; }

.OptAcsPro-Box {
  min-height: 150px; }

.OptAcsPro-Box > div {
  float: left; }

.OptAcsPro-Box > div.OptAcsPro-img {
  width: 40%; }

.OptAcsPro-Box > div.OptAcsPro-img > a {
  display: block; }

.OptAcsPro-Box > div.OptAcsPro-detail {
  width: 60%;
  padding: 0 10px; }

.OptAcsPro-Box > div.OptAcsPro-detail > .OptAcsPro-title {
  line-height: .8rem;
  margin: 0 0 10px; }

.OptAcsPro-Box > div.OptAcsPro-detail > .OptAcsPro-title > a {
  color: #333;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 12px; }

.OptAcsPro-price {
  margin-bottom: 10px;
  color: #FE720B; }

.OptAcsPro-Box > div.OptAcsPro-detail a.button.card-figcaption-button {
  background: #fff;
  border: 1px solid #FE720B;
  color: #FE720B;
  padding: 8px 16px;
  width: auto;
  display: inline-block;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px; }

.OptAcsPro-Box > div.OptAcsPro-detail a.button.card-figcaption-button:hover {
  background: #FE720B;
  color: #fff; }

.ProductCallForPrice + .form .alertBox.alertBox--error {
  display: none !important; }

.ProductCallForPrice {
  border: 2px solid #FE720B;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  padding: 1rem; }
  @media (min-width: 551px) {
    .ProductCallForPrice {
      font-size: 15px; } }
  @media (min-width: 1261px) {
    .ProductCallForPrice {
      font-size: 18px; } }
  .ProductCallForPrice span {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.53003 0.5C1.86699 0.5 1.2311 0.763392 0.762262 1.23223C0.293421 1.70107 0.0300293 2.33696 0.0300293 3L0.0300293 5C0.0300293 10.799 4.73103 15.5 10.53 15.5H12.53C13.1931 15.5 13.829 15.2366 14.2978 14.7678C14.7666 14.2989 15.03 13.663 15.03 13V11.618C15.03 11.3393 14.9524 11.0661 14.8058 10.829C14.6591 10.592 14.4494 10.4005 14.2 10.276L11.785 9.068C11.5928 8.97188 11.3821 8.9182 11.1672 8.91061C10.9524 8.90302 10.7385 8.94169 10.5399 9.024C10.3413 9.10632 10.1628 9.23035 10.0163 9.3877C9.86984 9.54505 9.75891 9.73204 9.69103 9.936L9.39303 10.829C9.33819 10.9929 9.22546 11.1311 9.07597 11.2178C8.92649 11.3045 8.75051 11.3338 8.58103 11.3C7.50745 11.0853 6.52142 10.5576 5.74716 9.78352C4.9729 9.00943 4.44502 8.02353 4.23003 6.95C4.19627 6.78052 4.22548 6.60454 4.31219 6.45506C4.3989 6.30557 4.53715 6.19284 4.70103 6.138L5.81003 5.768C6.16842 5.64832 6.46845 5.3978 6.65013 5.0665C6.83182 4.7352 6.88178 4.34754 6.79003 3.981L6.20403 1.637C6.1231 1.31252 5.93606 1.02439 5.67262 0.818382C5.40918 0.612377 5.08445 0.500315 4.75003 0.5H2.53003Z' fill='%23D65800'/%3E%3C/svg%3E");
    display: inline-block;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center left 4px;
    padding-left: 2rem;
    text-align: left; }

#previewModal {
  max-width: 70%; }

#previewModal .modal-header {
  border: 0;
  text-align: left; }

#previewModal .modal-header > .modal-header-title {
  text-align: left;
  font-size: 22px;
  color: #333; }

#previewModal .modal-header > p {
  font-size: 22px;
  color: #333;
  margin: 0; }

#previewModal .modal-body {
  padding: 0; }

#previewModal .previewCart {
  padding-top: 0; }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 500px;
  width: 100%; }

#previewModal .previewCart .button {
  width: 100%;
  margin: 0 0 20px;
  text-transform: uppercase; }

#previewModal .previewCart .button.ViewCartBtn {
  background: #FE720B;
  color: #fff;
  font-size: 20px;
  height: auto;
  padding: 15px;
  line-height: 2rem;
  border: 1px solid #FE720B; }

#previewModal .previewCart .button.ViewCartBtn:hover {
  color: #FE720B;
  background: #fff; }

#previewModal .previewCart .button.ContinueShoppingBtn {
  color: #444;
  background: 0 0; }

#previewModal .previewCart .button.ContinueShoppingBtn:hover {
  background: #FE720B;
  color: #fff; }

#WarrantiesListTable .TitleHeading > h3 {
  margin: 0 0 5px;
  font-size: 16px;
  padding: 0 10px; }

#WarrantiesListTable > table {
  width: 100%;
  margin-bottom: 20px; }

#WarrantiesListTable td {
  padding: 10px 0; }

#WarrantiesListTable td.td-wartaddcart {
  width: 25%;
  text-align: center; }

#WarrantiesListTable td.td-wartQty {
  width: 20%;
  text-align: center; }

#WarrantiesListTable .td-wartName {
  width: 40%; }

#WarrantiesListTable td.td-wartprice {
  width: 15%; }

#WarrantiesListTable .td-wartName .OptAcsPro-title {
  margin: 0;
  font-size: 13px;
  text-align: center; }

#WarrantiesListTable .td-wartName .OptAcsPro-title > a {
  color: #333; }

#WarrantiesListTable td.td-wartprice .OptWartPro-price {
  color: #FE720B; }

#WarrantiesListTable td.td-wartaddcart .button {
  color: #FE720B;
  border: 1px solid #FE720B;
  padding: 4px 10px;
  margin: 0;
  line-height: 1.6rem;
  width: auto;
  display: inline-block;
  font-size: 12px; }

#WarrantiesListTable td.td-wartaddcart .button:hover {
  background: #FE720B;
  color: #fff; }

#CartPreviewAccessories {
  padding: 2.25rem; }

#CartPreviewAccessories .OptAcsPro-Box {
  min-height: 150px; }

.OptAcsPro-Box > div {
  float: left; }

.OptAcsPro-Box > div.OptAcsPro-img {
  width: 40%; }

.OptAcsPro-Box > div.OptAcsPro-img > a {
  display: block; }

.OptAcsPro-Box > div.OptAcsPro-detail {
  width: 60%;
  padding: 0 10px; }

.OptAcsPro-Box > div.OptAcsPro-detail > .OptAcsPro-title {
  line-height: .8rem;
  margin: 0 0 10px; }

.OptAcsPro-Box > div.OptAcsPro-detail > .OptAcsPro-title > a {
  color: #333;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 700;
  font-size: 12px; }

.OptAcsPro-Box > div.OptAcsPro-detail > .OptAcsPro-price {
  margin-bottom: 10px;
  color: #FE720B; }

.OptAcsPro-Box > div.OptAcsPro-detail a.button.card-figcaption-button {
  background: #fff;
  border: 1px solid #FE720B;
  color: #FE720B;
  padding: 8px 16px;
  width: auto;
  display: inline-block;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px; }

.ItemInCart {
  display: inline-block;
  vertical-align: middle;
  color: #508F37;
  padding: 8px 16px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
  border: 1px solid #508F37;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 4px; }

.modal-close {
  right: 1.1rem;
  top: 1.1rem; }

.productCartQuote-wrap {
  padding: 20px; }

.productCartQuote-wrap .form-field {
  margin: 0 0 1.4rem; }

.productCartQuote-wrap .form-input, .productCartQuote-wrap .form-select {
  height: 2.6rem;
  padding: 0.25rem 1rem; }

.productCartQuote-wrap .form-select {
  background-position: right 0.571rem top 0.414rem; }

.productCartQuote-wrap .form-row--half > .form-field.unit-number {
  width: 100%; }

.productCartQuote-wrap .productList {
  text-align: center; }

.productCartQuote-wrap .productList .pbox > div {
  margin: 0 auto 0.6rem; }

.productCartQuote-wrap .productList .pbox > div.total.productView-price {
  max-width: 250px; }

#ns_complete {
  text-align: center;
  min-height: 200px;
  align-items: center;
  justify-content: center; }

#ns_complete span {
  display: block; }

#ns_complete span.thanks-msg {
  color: green;
  font-weight: bold;
  font-size: 1.7rem;
  margin: 0 0 1rem; }

#modalRequestCartQuote {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.ProductsTypeImage > a {
  margin: 0 auto; }

.productCarousel .product {
  padding-left: .75rem;
  padding-right: .75rem; }

.product-discontinued .productView-Rating-SKU:before,
.product-discontinued .productView-Rating-SKU:after {
  display: table;
  clear: both; }

.product-discontinued .productView-Rating-SKU {
  margin: 0 -10px; }

.product-discontinued #form-simple-action-addToCart {
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #1B3D5C;
  border-color: #1B3D5C;
  max-width: 160px;
  width: 100%;
  padding: .85714rem 0; }

.product-discontinued .productView-Rating-SKU > .ProductDetail-SKU {
  float: left;
  width: 40%;
  margin: 0;
  padding: 0 10px; }

.alert-product-discontinued {
  color: #EE6200;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 1rem;
  text-transform: capitalize; }

#form-simple-action-addToCart {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase; }

.tabs-contents #tab-warranty p {
  margin: 0 0 0.5rem; }

.GPS-PDPs-page .PlanWrapper.BasicPlan {
  order: 1; }

.GPS-PDPs-page .PlanWrapper.PlusPlan.Recommended {
  order: 2; }

.GPS-PDPs-page .PlanWrapper.PremiumPlan {
  order: 3; }

.productView-video-image {
  position: relative; }
  .productView-video-image .video-thumbnail {
    width: 100%;
    cursor: pointer; }
    .productView-video-image .video-thumbnail img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border: 0;
      width: 100%;
      max-height: 100%;
      transition: all ease .3s;
      display: inline-block;
      height: auto; }
    .productView-video-image .video-thumbnail:after {
      background-color: rgba(255, 255, 255, 0.5);
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 100%;
      position: relative;
      z-index: 99; }
    .productView-video-image .video-thumbnail:before {
      content: '';
      display: block;
      position: absolute;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M253.376,497.248c-133.573,0-242.246-108.676-242.246-242.247c0-133.573,108.673-242.246,242.246-242.246 c133.571,0,242.247,108.673,242.247,242.246C495.623,388.572,386.947,497.248,253.376,497.248z M379.055,248.348L201.42,127.225 c-2.485-1.715-5.693-1.894-8.34-0.504c-2.66,1.391-4.289,4.172-4.289,7.158v242.245c0,2.987,1.628,5.767,4.289,7.159 c1.183,0.619,2.485,0.916,3.756,0.916c1.61,0,3.179-0.476,4.556-1.42l177.663-121.123c2.187-1.479,3.548-3.993,3.548-6.654 S381.241,249.826,379.055,248.348z' fill='231F20' fill-rule='evenodd' /%3E%3C/svg%3E");
      background-repeat: no-repeat;
      height: 40px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 40px;
      z-index: 999; }

@media only screen and (min-width: 767px) {
  #previewModal .MobilePreviewCart {
    display: none; } }

@media only screen and (min-width: 801px) {
  .product-container .productView-images,
  .modal-body .productView-images {
    width: 40%; }
  .product-container .productView-details,
  .modal-body .productView-details {
    width: 60%; }
  #modalRequestCartQuote {
    max-width: 780px;
    width: 100%; } }

@media only screen and (min-width: 1261px) {
  .productView-thumbnail {
    width: 25%; } }

@media only screen and (max-width: 1199px) {
  .productView > .productView-details > .productView-offers {
    width: 45%;
    padding: 0 10px; }
  .productView-Rating-SKU > .ProductDetail-SKU, .productView-Rating-SKU > .productView-rating {
    float: none;
    clear: both;
    margin: 0; }
  .OptAcsPro-Box > div.OptAcsPro-detail, .OptAcsPro-Box > div.OptAcsPro-img {
    float: none;
    width: 100%;
    text-align: center;
    min-height: 190px; }
  .OptAcsPro-Box > div.OptAcsPro-detail, .OptAcsPro-Box > div.OptAcsPro-img {
    float: none;
    width: 100%;
    text-align: center;
    min-height: 190px; }
  .productView-options .add-to-cart-wrapper > div.form-action {
    max-width: 126px;
    width: 100%; }
    .productView-options .add-to-cart-wrapper > div.form-action #form-action-addToCart {
      padding-left: 0;
      padding-right: 0; } }

@media only screen and (max-width: 1024px) {
  .productView > .productView-details > .productView-options > .productView-optionsInner {
    max-width: 100%; }
  .productView-description .tabs-contents {
    color: #333;
    border: 1px solid #CCC;
    border-radius: 5px;
    overflow: hidden; }
  .productView-description > .tabs {
    display: none; }
  .tabs-contents .accordion-title {
    display: block;
    background: #F7F7F7;
    padding: 13px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #ccc; }
  .tabs-contents .accordion-title.is-active {
    background: #FE720B; }
  .tabs-contents .accordion-title .TabHeadingIcon.icon {
    width: 30px;
    height: 25px;
    margin-right: 10px; }
  .tabs-contents .accordion-title .TabHeadingtxt {
    font-size: 15px;
    font-weight: 400; }
  .tabs-contents .accordion-title.is-active .TabHeadingtxt {
    color: #fff; }
  .tabs-contents .accordion-title .icon.icon-chevron-down {
    position: absolute;
    right: 18px;
    top: 20px;
    width: 11px;
    height: 11px;
    fill: #333; }
  .tabs-contents .accordion-title.is-active .icon.icon-chevron-down {
    fill: #fff;
    transform: rotate(90deg); }
  .tabs-contents .accordion-title.is-active .TabHeadingIcon.icon > svg {
    fill: #fff; }
  .tabs-contents .accordion-title + .tab-content {
    padding: 20px 10px; }
  .productView-options .add-to-cart-wrapper > div {
    width: 41%;
    float: left;
    margin-left: 1%; }
  .productView-options .add-to-cart-wrapper > div.form-action {
    margin: 0;
    width: 54%;
    padding: 0; }
  .productView-options .add-to-cart-wrapper > div > #form-action-addToCart,
  .productView-options .add-to-cart-wrapper > div > #duplicate-form-action-addToCart {
    padding-left: 0;
    padding-right: 0;
    width: 100%; } }

@media only screen and (max-width: 991px) {
  .productView > .productView-title {
    font-size: 18px; }
  .productView > .productView-title, .productView > .productView-title + p {
    padding: 0 1rem; }
  .product-container .productView-details, .product-container .productView-images {
    width: 50%; }
  .productView > .productView-details > .productView-offers, .productView > .productView-details > .productView-options {
    width: 100%; }
  .pricing-compare-wrap div[class*="col-"] > div {
    margin-bottom: 10px; }
  .tab-content#newreviews {
    display: none; } }

@media only screen and (max-width: 800px) {
  .productView > .productView-details + .productView-details {
    margin: 20px auto; }
  .productView-images[data-image-gallery=""] {
    display: none; }
  .product-images-wrapper.productView-images {
    display: block;
    width: 100%;
    float: none; }
  .productView > .productView-details {
    width: 100%;
    float: none;
    clear: both; }
  .productView > .productView-details > .productView-offers, .productView > .productView-details > .productView-options {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
    text-align: left; }
  .CustomVideoGallery.BeforeProductDesc, .productView-product.MobileProductView-product {
    display: block; }
  .CustomVideoGallery .videoGallery-item {
    width: 20%; }
  .productView-product.DesktopProductView-product {
    display: none; }
  .related_products_wrap, .similar_by_views_wrap {
    padding: 0 1.5rem 1.5rem; } }

@media only screen and (max-width: 767px) {
  .productGrid .slick-prev {
    left: 0; }
  .productGrid .slick-next {
    right: 0; }
  .OptAcsPro-Box > div.OptAcsPro-detail, .OptAcsPro-Box > div.OptAcsPro-img {
    min-height: 120px;
    padding: 0; }
  .OptAcsPro-Box > div.OptAcsPro-detail a.button.card-figcaption-button {
    padding: 8px 0;
    font-size: 11px;
    width: 100%; }
  #previewModal .previewCart, #previewModal .previewCart + div#CartPreviewAccessories {
    display: none; }
  #previewModal {
    max-width: 90%; }
  #previewModal .MobilePreviewCart {
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%; }
  .MobilePreviewCart div[class*="col-"] {
    float: left;
    width: 50%;
    display: flex;
    flex-direction: column;
    min-height: 150px;
    align-items: center;
    justify-content: center; }
  .MobilePreviewCart div[class*="col-"] > a.button.MobileCartViewBtn,
  .MobilePreviewCart div[class*="col-"] > a.button.button--primary.MobileCartContinueBtn {
    display: block;
    padding: 0;
    width: 100%;
    line-height: 2.5rem; }
  .MobilePreviewCart div[class*="col-"] > a.button.MobileCartViewBtn {
    background: #FE720B;
    color: #fff;
    font-size: 16px;
    border: 1px solid #FE720B; }
  .MobilePreviewCart div[class*="col-"] > a.button.button--primary.MobileCartContinueBtn {
    margin: 0;
    background: #fff;
    color: #444;
    text-transform: capitalize; }
  #WarrantiesListTable {
    padding: 0 10px; }
  .pricing-compare-wrap div[class*="col-"] {
    width: 50%;
    float: left; } }

@media only screen and (max-width: 550px) {
  .CustomVideoGallery .videoGallery-item {
    width: 33.3333%;
    margin-bottom: 20px; }
  .pricing-compare-wrap div[class*="col-"], .productView-product > .productView-price > .price-section.price-section--withoutTax {
    float: none;
    width: 100%; } }

@media only screen and (max-width: 350px) {
  .productView-options .add-to-cart-wrapper > div, .productView-options .add-to-cart-wrapper > div.form-action {
    float: none;
    margin: 6px auto 0;
    max-width: 100%;
    width: 100%; } }

#tab-serviceplan .italic-style-block ul {
  list-style: none;
  margin: 0; }
  #tab-serviceplan .italic-style-block ul li {
    font-style: italic;
    font-weight: 600; }

.chooseBillingTabs {
  display: none; }
  @media screen and (min-width: 801px) {
    .chooseBillingTabs {
      display: block;
      text-align: center; } }
  .chooseBillingTabs h3 {
    color: #04152C;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 1.2rem; }
  .chooseBillingTabs .BillingTabs {
    align-items: center;
    background-color: #F0F0F0;
    border-radius: 25px;
    display: flex;
    font-family: 'Roboto', sans-serif;
    justify-content: space-around;
    list-style: none;
    margin: 0 auto;
    max-width: 500px;
    width: 100%; }
    .chooseBillingTabs .BillingTabs .tabtxt {
      flex: 3; }
      .chooseBillingTabs .BillingTabs .tabtxt a {
        color: #646A73;
        border-radius: 25px;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.05rem;
        padding: 0.7rem;
        text-decoration: none;
        text-transform: uppercase; }
        .chooseBillingTabs .BillingTabs .tabtxt a.Activate {
          color: #fff;
          background-color: #5E90C8; }

.service-plan.service-plan-v3 .SelectServicePlanWrap {
  margin: 0 0 2.5rem; }
  .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent {
    display: none; }
    .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent.Activate {
      display: block; }
    .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .billing-discount {
      display: none;
      color: #EE7932;
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-style: italic;
      font-weight: bold;
      height: auto;
      margin: 0 0 0.6rem;
      min-height: 54px;
      padding: 1rem 0.75rem;
      text-align: center; }
      @media screen and (min-width: 801px) {
        .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .billing-discount {
          display: block; } }
    .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan {
      display: flex;
      width: 100%;
      margin: 0 auto;
      flex-direction: column;
      max-width: 400px; }
      @media screen and (min-width: 801px) {
        .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan {
          flex-direction: row;
          max-width: 100%; } }
      .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn {
        background: #F5F5F5;
        border-radius: 10px;
        flex: 3;
        margin: 0 0 2rem;
        padding: 34px 0 0;
        position: relative;
        text-align: center; }
        @media screen and (min-width: 801px) {
          .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn {
            margin: 0 0.75rem;
            padding: 40px 0 0; } }
        .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ColumnHead {
          align-items: center;
          border-radius: 10px 10px 0 0;
          color: #fff;
          display: flex;
          font-family: 'Roboto', sans-serif;
          font-size: 16px;
          font-weight: bold;
          justify-content: center;
          min-height: 34px;
          position: absolute;
          text-align: center;
          top: 0;
          width: 100%; }
          @media screen and (min-width: 801px) {
            .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ColumnHead {
              font-size: 18px;
              min-height: 40px; } }
          .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ColumnHead .UpgradePlansWrap {
            margin: 1rem 0; }
        .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap {
          padding: 1.4rem 0.8rem 0; }
          @media screen and (min-width: 801px) {
            .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap {
              padding: 1.8rem; } }
          .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .PlanTitle {
            color: #264391;
            font-family: 'Roboto', sans-serif;
            font-size: 20px;
            margin: 0 0 1rem;
            text-transform: uppercase; }
            @media screen and (min-width: 801px) {
              .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .PlanTitle {
                font-size: 28px; } }
          .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .TopAmount {
            color: #5E6875;
            font-family: 'Roboto', sans-serif;
            font-size: 24px;
            margin: 0; }
            .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .TopAmount span {
              color: #5E6875;
              display: inline-flex;
              align-items: center; }
              .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .TopAmount span sup {
                color: #5E6875;
                font-family: 'Roboto', sans-serif;
                font-size: 24px; }
              .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .TopAmount span span {
                font-size: 46px;
                font-family: 'Roboto', sans-serif;
                font-weight: bold;
                color: #04152C;
                line-height: 3.8rem; }
          .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .BillingBase {
            color: #646A73;
            font-family: 'Roboto', sans-serif;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase; }
          .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .SelctTabs {
            display: block; }
            @media screen and (min-width: 801px) {
              .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .SelctTabs {
                display: none; } }
            .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .SelctTabs .mobile--billing-discount {
              color: #EE7932;
              font-family: 'Roboto', sans-serif;
              font-size: 16px;
              font-style: italic;
              margin: 0 0 1rem; }
            .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .SelctTabs .mobile--choose-billing {
              color: #04152C;
              font-size: 18px;
              font-family: 'Roboto', sans-serif; }
            .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .SelctTabs .mobile--view-list {
              align-items: center;
              background-color: #FFFFFF;
              border-radius: 25px;
              display: flex;
              font-family: 'Roboto', sans-serif;
              justify-content: space-around;
              list-style: none;
              margin: 1rem auto;
              width: 100%; }
              .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .SelctTabs .mobile--view-list .tabtxt {
                flex: 3; }
                .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .SelctTabs .mobile--view-list .tabtxt a {
                  color: #646A73;
                  border-radius: 25px;
                  display: block;
                  font-family: 'Roboto', sans-serif;
                  font-size: 16px;
                  font-weight: 500;
                  padding: 1rem 0.6rem;
                  text-decoration: none;
                  text-transform: capitalize; }
                  .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .SelctTabs .mobile--view-list .tabtxt a.Activate {
                    color: #fff;
                    background-color: #5E90C8; }
          .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .SelectPlanBtn a.button {
            background-color: #EE7932;
            border-color: #EE7932;
            color: #fff;
            display: block;
            font-family: 'Roboto', sans-serif;
            font-size: 24px;
            margin: 0;
            width: 100%; }
            .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .SelectPlanBtn a.button.default-selection {
              background-color: #FFD1B6;
              border-color: #FFD1B6;
              color: #D4621C; }
              .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .UpgradePlansWrap .SelectPlanBtn a.button.default-selection span {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='rgba(212, 98, 28)' d='M7.033,13.654c0.171-0.225,0.319-0.472,0.516-0.669	c3.141-3.15,6.292-6.292,9.431-9.443c0.506-0.507,1.07-0.675,1.716-0.367c0.6,0.286,0.845,0.818,0.701,1.457	c-0.067,0.3-0.248,0.615-0.467,0.834c-3.647,3.67-7.307,7.33-10.972,10.983c-0.689,0.687-1.395,0.714-2.104,0.042	c-1.631-1.546-3.244-3.112-4.838-4.694c-0.61-0.605-0.587-1.471-0.027-2.009C1.548,9.252,2.313,9.25,2.94,9.84	c1.074,1.011,2.129,2.041,3.175,3.081c0.229,0.229,0.383,0.533,0.572,0.804C6.803,13.701,6.918,13.678,7.033,13.654z'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: center right;
                padding-right: 30px; }
        .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ServicePlanFeaures {
          padding: 1.4rem 0.8rem; }
          @media screen and (min-width: 801px) {
            .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ServicePlanFeaures {
              padding: 0 1.8rem 1.8rem; } }
          .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ServicePlanFeaures .ChkDetail.button {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 20 20'%3E%3Cpath fill='rgba(38, 67, 145)' d='M8.378,8.364c0-0.197,0-0.34,0-0.484c0-1.825-0.008-3.649,0.004-5.475c0.007-1.063,0.738-1.782,1.731-1.741c0.754,0.032,1.421,0.633,1.518,1.381c0.025,0.193,0.03,0.388,0.03,0.583c0.002,1.764,0.001,3.527,0.001,5.29c0,0.132,0,0.263,0,0.446c0.175,0,0.316,0,0.457,0c1.826,0,3.65-0.004,5.476,0.002c0.909,0.003,1.517,0.463,1.725,1.271c0.228,0.888-0.404,1.846-1.31,1.977c-0.191,0.027-0.387,0.033-0.581,0.033c-1.767,0.002-3.529,0-5.293,0c-0.144,0-0.286,0-0.474,0c0,0.171,0,0.302,0,0.43c0,1.826,0.004,3.65-0.002,5.476c-0.003,0.925-0.442,1.529-1.246,1.744c-0.919,0.249-1.901-0.399-2.004-1.348c-0.046-0.434-0.031-0.875-0.032-1.313c-0.003-1.64-0.001-3.281-0.001-4.965c-0.158-0.007-0.298-0.022-0.439-0.022c-1.825-0.002-3.649,0.005-5.474-0.004c-1.081-0.004-1.807-0.699-1.787-1.686c0.015-0.792,0.621-1.471,1.408-1.568c0.18-0.022,0.365-0.026,0.546-0.026c1.751-0.001,3.502-0.001,5.255-0.001C8.033,8.364,8.177,8.364,8.378,8.364z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center right;
            display: inline-block;
            color: #264391;
            font-family: 'Roboto', sans-serif;
            font-size: 20px;
            background-color: transparent;
            border: none;
            padding: 0 20px 0 0; }
            .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ServicePlanFeaures .ChkDetail.button.current {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 20 20'%3E%3Cpath fill='rgba(38, 67, 145)' d='M10.021,8.206c2.44,0,4.877-0.003,7.315,0.002c1.052,0.002,1.868,0.758,1.89,1.73 c0.025,1.025-0.775,1.841-1.839,1.852c-1.2,0.011-2.401,0.002-3.602,0.002c-3.689,0-7.377,0.002-11.064,0 c-0.916,0-1.596-0.464-1.857-1.257c-0.387-1.17,0.5-2.323,1.806-2.327C5.121,8.201,7.571,8.206,10.021,8.206z'/%3E%3C/svg%3E"); }
            .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ServicePlanFeaures .ChkDetail.button:focus, .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ServicePlanFeaures .ChkDetail.button:hover {
              box-shadow: none; }
            @media screen and (min-width: 801px) {
              .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ServicePlanFeaures .ChkDetail.button {
                display: none; } }
          .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ServicePlanFeaures ul {
            display: none;
            list-style: none;
            margin: 0;
            text-align: left; }
            @media screen and (min-width: 801px) {
              .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ServicePlanFeaures ul {
                display: block !important; } }
            .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ServicePlanFeaures ul li {
              background-repeat: no-repeat;
              background-position: center left;
              color: #04152C;
              font-family: 'Roboto', sans-serif;
              font-size: 18px;
              padding-left: 30px;
              margin: 0 0 0.3rem; }
              .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ServicePlanFeaures ul li.standard-list {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg%3E%3Cpath fill='rgba(95, 144, 199)' d='M10.652,19.535c-3.112,0.119-5.687-0.904-7.742-3.146c-1.438-1.569-2.248-3.442-2.419-5.565C0.258,7.938,1.15,5.42,3.165,3.345c2.019-2.078,4.525-3.032,7.41-2.872c2.591,0.144,4.783,1.221,6.525,3.146c1.398,1.545,2.205,3.376,2.398,5.457c0.25,2.684-0.497,5.079-2.237,7.123C15.518,18.243,13.257,19.323,10.652,19.535z'/%3E%3Cpath fill='rgba(255, 255, 255)' d='M8.341,12.113c1.778-1.778,3.569-3.564,5.353-5.356c0.526-0.529,1.473-0.366,1.657,0.399c0.079,0.328,0.027,0.631-0.213,0.872c-2.044,2.05-4.095,4.093-6.137,6.146c-0.326,0.328-1.02,0.286-1.308,0.003c-0.559-0.549-1.101-1.118-1.681-1.644c-0.357-0.323-0.688-0.669-1.035-1c-0.389-0.373-0.356-0.919-0.036-1.309c0.291-0.354,0.955-0.427,1.297-0.11c0.11,0.103,0.232,0.197,0.339,0.305C7.153,10.999,7.73,11.573,8.341,12.113z'/%3E%3C/g%3E%3C/svg%3E"); }
              .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ServicePlanFeaures ul li.blank {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='rgba(184, 188, 193)' d='M0.517,10.562C0.358,7.8,1.28,5.271,3.357,3.21c1.606-1.592,3.575-2.497,5.842-2.67c3.01-0.229,5.598,0.744,7.682,2.914c1.849,1.924,2.72,4.271,2.61,6.937c-0.107,2.595-1.13,4.811-3.038,6.574c-1.928,1.783-4.238,2.627-6.859,2.521c-2.392-0.096-4.476-0.996-6.195-2.664C1.685,15.157,0.735,13.114,0.517,10.562z'/%3E%3Cpath fill='rgba(245, 246, 246)' d='M10.02,16.652c-3.72-0.027-6.369-2.909-6.636-6.001C3.193,8.436,3.929,6.565,5.552,5.06c1.074-0.995,2.366-1.555,3.828-1.681c2.227-0.19,4.103,0.561,5.595,2.211c1.202,1.33,1.762,2.928,1.677,4.712C16.489,13.706,13.76,16.599,10.02,16.652z'/%3E%3C/svg%3E");
                color: #8E9196; }
              .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn .ServicePlanFeaures ul li span {
                font-weight: 700; }
        .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn.BasicService {
          margin-top: 0px;
          padding-top: 0;
          order: 3; }
          @media screen and (min-width: 801px) {
            .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn.BasicService {
              margin-top: 40px;
              order: 1; } }
          .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn.BasicService .ColumnHead {
            background: #FFFFFF; }
        .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn.PlusService {
          order: 2; }
          .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn.PlusService .ColumnHead {
            background: #646A73; }
        .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn.PremiumService {
          background: #E7EEF8;
          order: 1; }
          @media screen and (min-width: 801px) {
            .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn.PremiumService {
              order: 3; } }
          .service-plan.service-plan-v3 .SelectServicePlanWrap .tabContent .ServicePlan .ServicePlanColumn.PremiumService .ColumnHead {
            background: #5E90C8; }

.product-questions-content > div p, .product-questions-content > div li {
  margin: 0 0 1rem; }

@media only screen and (max-width: 1199px) {
  .product-questions-content .table-wrap {
    overflow-x: scroll; } }

.product-questions-content .table {
  margin: 0; }
  .product-questions-content .table thead tr th, .product-questions-content .table thead tr td, .product-questions-content .table tfoot tr th, .product-questions-content .table tfoot tr td, .product-questions-content .table tbody tr th, .product-questions-content .table tbody tr td {
    border-color: #ddd; }
  .product-questions-content .table thead tr th {
    background-color: #fff; }
  .product-questions-content .table tr:nth-child(2n) {
    background-color: #f9f9f9; }
  .product-questions-content .table tr td {
    border-color: #ddd; }

.productView-details .alertBox + .alertBox {
  display: none; }

#ExitIntentPopup .eipopup-wrap {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483647;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  @media (min-width: 551px) {
    #ExitIntentPopup .eipopup-wrap {
      align-items: center; } }
  #ExitIntentPopup .eipopup-wrap .eipopup-inner {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    margin: 4rem 0 0; }
    @media (min-width: 551px) {
      #ExitIntentPopup .eipopup-wrap .eipopup-inner {
        width: 326px;
        margin: 0 auto; } }
    #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content {
      flex: 1;
      text-align: center;
      position: relative;
      padding: 1.5rem 1rem; }
      #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-close {
        align-items: center;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        font-size: 24px;
        font-weight: bold;
        height: 25px;
        justify-content: center;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 25px; }
        @media (min-width: 551px) {
          #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-close {
            right: -20px;
            top: -20px; } }
      #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-logo {
        display: inline-block;
        margin-bottom: 20px;
        width: 80%; }
        @media (min-width: 551px) {
          #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-logo {
            margin-top: 25px;
            width: 100%;
            max-width: 250px; } }
      #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-desc {
        margin: 1rem auto; }
        #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-desc p {
          font-size: 16px;
          font-weight: 500;
          color: #000;
          line-height: 1.3; }
          @media (min-width: 551px) {
            #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-desc p {
              font-size: 20px; } }
          #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-desc p span {
            display: block;
            font-weight: 700;
            text-transform: uppercase; }
      #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-coupon-details .eipopup-use-coupon {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        margin: 0.6rem auto; }
        @media (min-width: 551px) {
          #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-coupon-details .eipopup-use-coupon {
            font-size: 19px; } }
      #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-coupon-details .eipopup-coupon {
        border: 2px dashed #ee6200;
        width: 243px;
        padding: 5px;
        margin: 0 auto;
        border-radius: 5px;
        color: #ee6200;
        font-size: 22px;
        font-weight: 600;
        cursor: pointer; }
        #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-coupon-details .eipopup-coupon span {
          color: #ee6200;
          font-size: 20px;
          font-weight: 600;
          cursor: pointer; }
          @media (min-width: 551px) {
            #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-coupon-details .eipopup-coupon span {
              font-size: 22px; } }
      #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-coupon-details #eipopup-apply-coupon {
        color: #000;
        display: block;
        margin: 1rem;
        cursor: pointer; }
      #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-coupon-details .continue-shopping.button {
        background: #ee6200;
        border-color: #ee6200;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        height: 40px;
        padding: .85714rem 0;
        text-transform: uppercase;
        width: 243px; }
        @media (min-width: 551px) {
          #ExitIntentPopup .eipopup-wrap .eipopup-inner .eipopup-content .eipopup-coupon-details .continue-shopping.button {
            font-size: 18px; } }

#ExitIntentCountDown {
  font-family: sans-serif;
  font-weight: 700;
  background-color: #f7f7f7;
  overflow: visible;
  width: 246px;
  margin: 0 auto 1rem;
  padding: 1.5rem 0rem 0.6rem;
  border-radius: 8px; }
  #ExitIntentCountDown .clock-row {
    display: flex;
    justify-content: space-around; }
    #ExitIntentCountDown .clock-row .clock-col {
      flex: 2;
      width: 50%; }
      #ExitIntentCountDown .clock-row .clock-col .clock-col-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        #ExitIntentCountDown .clock-row .clock-col .clock-col-wrap .clock-val {
          background-image: url(https://cdn11.bigcommerce.com/s-g1dcgh7rgx/product_images/uploaded_images/countdown-bg.png);
          background-repeat: no-repeat;
          background-position: center;
          color: #3f3f3f;
          font-size: 52px;
          font-weight: 600;
          height: 67px;
          letter-spacing: 24px;
          line-height: 64px;
          text-indent: 24px; }
        #ExitIntentCountDown .clock-row .clock-col .clock-col-wrap .clock-txt {
          color: #000;
          display: block;
          height: 30px;
          line-height: 30px;
          text-align: center;
          width: 100%; }

.exitIntent-stikcybar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #ee6200;
  height: 95px;
  justify-content: center;
  align-items: center;
  display: flex; }
  .exitIntent-stikcybar .exitIntent-stikcybar-close {
    align-items: center;
    background: transparent;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    height: 25px;
    justify-content: center;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 25px; }
    @media (min-width: 551px) {
      .exitIntent-stikcybar .exitIntent-stikcybar-close {
        background: #fff;
        color: #ee6200;
        top: 5px; } }
    @media (min-width: 1261px) {
      .exitIntent-stikcybar .exitIntent-stikcybar-close {
        top: 35px;
        right: 4rem; } }
  .exitIntent-stikcybar .stikcybar-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media (min-width: 551px) {
      .exitIntent-stikcybar .stikcybar-content {
        flex-direction: row; } }
    .exitIntent-stikcybar .stikcybar-content .stikcybar-countdown-wrap {
      display: flex;
      align-items: center;
      justify-content: center; }
      .exitIntent-stikcybar .stikcybar-content .stikcybar-countdown-wrap .stikcybar-clock #ExitIntentCountDown {
        background-color: transparent;
        margin: 0;
        padding: 0;
        width: 128px; }
        @media (min-width: 551px) {
          .exitIntent-stikcybar .stikcybar-content .stikcybar-countdown-wrap .stikcybar-clock #ExitIntentCountDown {
            width: 200px; } }
        .exitIntent-stikcybar .stikcybar-content .stikcybar-countdown-wrap .stikcybar-clock #ExitIntentCountDown .clock-row .clock-col .clock-col-wrap .clock-val {
          background-size: contain;
          color: #3f3f3f;
          font-size: 26px;
          height: 36px;
          letter-spacing: 15px;
          line-height: 36px;
          text-indent: 15px; }
          @media (min-width: 551px) {
            .exitIntent-stikcybar .stikcybar-content .stikcybar-countdown-wrap .stikcybar-clock #ExitIntentCountDown .clock-row .clock-col .clock-col-wrap .clock-val {
              font-size: 40px;
              height: 56px;
              letter-spacing: 20px;
              line-height: 52px;
              text-indent: 20px; } }
        .exitIntent-stikcybar .stikcybar-content .stikcybar-countdown-wrap .stikcybar-clock #ExitIntentCountDown .clock-row .clock-col .clock-col-wrap .clock-txt {
          color: #fff;
          height: 20px;
          line-height: 20px;
          font-size: 12px; }
      .exitIntent-stikcybar .stikcybar-content .stikcybar-countdown-wrap .stikcybar-desc {
        color: #fff;
        font-size: 12px;
        margin: 0 0 12px 4px;
        max-width: 168px; }
        @media (min-width: 551px) {
          .exitIntent-stikcybar .stikcybar-content .stikcybar-countdown-wrap .stikcybar-desc {
            display: none;
            font-size: 16px;
            margin: 10px;
            max-width: 100%; } }
        @media all and (min-width: 991px) {
          .exitIntent-stikcybar .stikcybar-content .stikcybar-countdown-wrap .stikcybar-desc {
            display: block; } }
        .exitIntent-stikcybar .stikcybar-content .stikcybar-countdown-wrap .stikcybar-desc span {
          font-size: 14px;
          font-weight: 700; }
          @media (min-width: 551px) {
            .exitIntent-stikcybar .stikcybar-content .stikcybar-countdown-wrap .stikcybar-desc span {
              font-size: 18px; } }
    .exitIntent-stikcybar .stikcybar-content .stikcybar-coupon-wrap .stikcybar-desc {
      color: #fff;
      font-size: 14px;
      margin: 4px;
      display: none; }
      @media (min-width: 551px) {
        .exitIntent-stikcybar .stikcybar-content .stikcybar-coupon-wrap .stikcybar-desc {
          display: block; } }
      @media all and (min-width: 991px) {
        .exitIntent-stikcybar .stikcybar-content .stikcybar-coupon-wrap .stikcybar-desc {
          display: none; } }
      .exitIntent-stikcybar .stikcybar-content .stikcybar-coupon-wrap .stikcybar-desc span {
        font-size: 16px;
        font-weight: 700; }
    .exitIntent-stikcybar .stikcybar-content .stikcybar-coupon-wrap .stikcybar-coupon {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 551px) {
        .exitIntent-stikcybar .stikcybar-content .stikcybar-coupon-wrap .stikcybar-coupon {
          flex-direction: row;
          margin-left: 1.3rem; } }
      .exitIntent-stikcybar .stikcybar-content .stikcybar-coupon-wrap .stikcybar-coupon .stikcybar-coupon-txt {
        color: #fff;
        font-size: 14px;
        margin-top: 4px;
        margin-right: 0.6rem; }
        @media (min-width: 551px) {
          .exitIntent-stikcybar .stikcybar-content .stikcybar-coupon-wrap .stikcybar-coupon .stikcybar-coupon-txt {
            margin-top: 0px; } }
        @media all and (min-width: 991px) {
          .exitIntent-stikcybar .stikcybar-content .stikcybar-coupon-wrap .stikcybar-coupon .stikcybar-coupon-txt {
            font-size: 16px; } }
      .exitIntent-stikcybar .stikcybar-content .stikcybar-coupon-wrap .stikcybar-coupon .stikcybar-coupon-code {
        align-items: center;
        background: #fff;
        border: 2px dashed #ee6200;
        border-radius: 3px;
        color: #ee6200;
        cursor: pointer;
        display: flex;
        font-size: 18px;
        font-weight: 700;
        height: 33px;
        justify-content: center;
        width: 145px; }
        @media all and (min-width: 991px) {
          .exitIntent-stikcybar .stikcybar-content .stikcybar-coupon-wrap .stikcybar-coupon .stikcybar-coupon-code {
            font-size: 19px;
            height: 38px; } }

.CategoryPageWrapper .category-promotion-banner {
  margin-top: 0.5rem; }
  .CategoryPageWrapper .category-promotion-banner a {
    display: block; }
    .CategoryPageWrapper .category-promotion-banner a img {
      width: 100%; }

.CategoryPageWrapper p {
  color: #000;
  font-size: 16px;
  line-height: 24px; }

.CategoryPageWrapper .category-heading, .CategoryPageWrapper .page-heading {
  color: #000;
  font-family: Arial;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 33px;
  margin: 0 0 0.5rem; }
  @media (min-width: 801px) {
    .CategoryPageWrapper .category-heading, .CategoryPageWrapper .page-heading {
      font-size: 28px;
      line-height: 34px;
      margin: 2rem 0 3rem; } }
  @media (min-width: 991px) {
    .CategoryPageWrapper .category-heading, .CategoryPageWrapper .page-heading {
      font-size: 39px;
      line-height: 3.357rem; } }

.CategoryPageWrapper .category-product-listing, .CategoryPageWrapper .topfeatures-wrapper, .CategoryPageWrapper .shopby-subcategories, .CategoryPageWrapper .trustedBrands-wrap, .CategoryPageWrapper .customer-reviews, .CategoryPageWrapper .faq-wrap, .CategoryPageWrapper .learn-from-experts-wrap, .CategoryPageWrapper .trustedexpert-wrap {
  margin: 0.5rem 0; }
  @media (min-width: 991px) {
    .CategoryPageWrapper .category-product-listing, .CategoryPageWrapper .topfeatures-wrapper, .CategoryPageWrapper .shopby-subcategories, .CategoryPageWrapper .trustedBrands-wrap, .CategoryPageWrapper .customer-reviews, .CategoryPageWrapper .faq-wrap, .CategoryPageWrapper .learn-from-experts-wrap, .CategoryPageWrapper .trustedexpert-wrap {
      margin: 1rem 0; } }

.CategoryPageWrapper .category-product-listing, .CategoryPageWrapper .topfeatures-wrapper, .CategoryPageWrapper .shopby-subcategories, .CategoryPageWrapper .subcategories-list, .CategoryPageWrapper .trustedBrands-wrap, .CategoryPageWrapper .faq-wrap, .CategoryPageWrapper .learn-from-experts-wrap, .CategoryPageWrapper .trustedexpert-wrap, .CategoryPageWrapper .trusted_expert_bottom_main {
  padding: 1.5rem 0; }
  @media (min-width: 991px) {
    .CategoryPageWrapper .category-product-listing, .CategoryPageWrapper .topfeatures-wrapper, .CategoryPageWrapper .shopby-subcategories, .CategoryPageWrapper .subcategories-list, .CategoryPageWrapper .trustedBrands-wrap, .CategoryPageWrapper .faq-wrap, .CategoryPageWrapper .learn-from-experts-wrap, .CategoryPageWrapper .trustedexpert-wrap, .CategoryPageWrapper .trusted_expert_bottom_main {
      padding: 1rem 0; } }

.CategoryPageWrapper .category-product-listing .productCarousel {
  margin-bottom: 2rem; }

.CategoryPageWrapper .CategoryBanner .banner {
  margin: 0; }
  .CategoryPageWrapper .CategoryBanner .banner .top-banner {
    margin-top: 20px; }
    .CategoryPageWrapper .CategoryBanner .banner .top-banner img {
      width: 100%; }

.CategoryPageWrapper .CategoryBanner .category-description {
  margin: auto; }
  .CategoryPageWrapper .CategoryBanner .category-description .category-description-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center; }
    @media (min-width: 991px) {
      .CategoryPageWrapper .CategoryBanner .category-description .category-description-wrap {
        align-items: flex-strat;
        flex-direction: row; } }
    .CategoryPageWrapper .CategoryBanner .category-description .category-description-wrap .description-content {
      flex: 9;
      text-align: center; }
      @media (min-width: 991px) {
        .CategoryPageWrapper .CategoryBanner .category-description .category-description-wrap .description-content {
          text-align: left; } }
      .CategoryPageWrapper .CategoryBanner .category-description .category-description-wrap .description-content a {
        font-weight: 600;
        text-decoration: none; }
      .CategoryPageWrapper .CategoryBanner .category-description .category-description-wrap .description-content h2 {
        color: #000;
        font-size: 30px;
        font-family: Arial;
        font-weight: 700;
        line-height: 40px;
        margin: 0 0 1rem; }
        @media (min-width: 991px) {
          .CategoryPageWrapper .CategoryBanner .category-description .category-description-wrap .description-content h2 {
            font-size: 48px;
            line-height: 4rem; } }
    .CategoryPageWrapper .CategoryBanner .category-description .category-description-wrap .description-img {
      flex: 4;
      text-align: right; }
      .CategoryPageWrapper .CategoryBanner .category-description .category-description-wrap .description-img img {
        max-width: 254px;
        width: 100%; }

.CategoryPageWrapper .CategoryBanner .key-points {
  padding: 1rem 0; }
  .CategoryPageWrapper .CategoryBanner .key-points .key-points-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px; }
    @media (min-width: 801px) {
      .CategoryPageWrapper .CategoryBanner .key-points .key-points-wrapper {
        flex-direction: row; } }
    .CategoryPageWrapper .CategoryBanner .key-points .key-points-wrapper .key-points-cards {
      align-items: center;
      background: #FFFFFF;
      box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.11);
      border-radius: 10px;
      display: flex;
      flex: 3;
      padding: 1rem;
      flex-direction: row;
      margin: 0 0 1rem;
      max-width: 340px;
      width: 100%;
      justify-content: space-evenly; }
      @media (min-width: 801px) {
        .CategoryPageWrapper .CategoryBanner .key-points .key-points-wrapper .key-points-cards {
          flex-direction: column;
          max-width: 100%;
          margin: 0; } }
      @media (min-width: 991px) {
        .CategoryPageWrapper .CategoryBanner .key-points .key-points-wrapper .key-points-cards {
          flex-direction: row; } }
      .CategoryPageWrapper .CategoryBanner .key-points .key-points-wrapper .key-points-cards .key-point-icon {
        margin: 0; }
        @media (min-width: 801px) {
          .CategoryPageWrapper .CategoryBanner .key-points .key-points-wrapper .key-points-cards .key-point-icon {
            margin: 0 24px; } }
      .CategoryPageWrapper .CategoryBanner .key-points .key-points-wrapper .key-points-cards .key-point-text {
        text-align: left; }
        @media (min-width: 801px) {
          .CategoryPageWrapper .CategoryBanner .key-points .key-points-wrapper .key-points-cards .key-point-text {
            text-align: center; } }
        @media (min-width: 991px) {
          .CategoryPageWrapper .CategoryBanner .key-points .key-points-wrapper .key-points-cards .key-point-text {
            text-align: left; } }
        .CategoryPageWrapper .CategoryBanner .key-points .key-points-wrapper .key-points-cards .key-point-text h4 {
          margin: 0;
          font-family: 'Arial';
          font-style: normal;
          font-weight: 700;
          font-size: 16px;
          line-height: 22px;
          color: #1B3D5C; }
          @media (min-width: 991px) {
            .CategoryPageWrapper .CategoryBanner .key-points .key-points-wrapper .key-points-cards .key-point-text h4 {
              font-size: 20px;
              line-height: 28px; } }
        .CategoryPageWrapper .CategoryBanner .key-points .key-points-wrapper .key-points-cards .key-point-text a {
          color: #6F7271;
          font-family: 'Arial';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 22px; }
          @media (min-width: 991px) {
            .CategoryPageWrapper .CategoryBanner .key-points .key-points-wrapper .key-points-cards .key-point-text a {
              font-size: 20px;
              line-height: 28px; } }

.CategoryPageWrapper .category-product-listing .page-heading {
  margin-bottom: 0;
  margin-top: 0; }

.CategoryPageWrapper .topfeatures-wrapper {
  background: #1B3D5C; }
  .CategoryPageWrapper .topfeatures-wrapper .category-heading {
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 1rem; }
  .CategoryPageWrapper .topfeatures-wrapper .topfeatures-content {
    display: flex;
    align-items: center;
    width: 100%;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-direction: column; }
    @media (min-width: 991px) {
      .CategoryPageWrapper .topfeatures-wrapper .topfeatures-content {
        padding-top: 40px;
        flex-direction: row; } }
    .CategoryPageWrapper .topfeatures-wrapper .topfeatures-content .BannerWrap, .CategoryPageWrapper .topfeatures-wrapper .topfeatures-content .ContentWrap {
      flex: 2;
      padding: 0 2rem;
      text-align: center; }
      @media (min-width: 991px) {
        .CategoryPageWrapper .topfeatures-wrapper .topfeatures-content .BannerWrap, .CategoryPageWrapper .topfeatures-wrapper .topfeatures-content .ContentWrap {
          text-align: left; } }
    .CategoryPageWrapper .topfeatures-wrapper .topfeatures-content .BannerWrap img {
      max-width: 320px;
      width: 97%;
      margin: 0 auto; }
      @media (min-width: 991px) {
        .CategoryPageWrapper .topfeatures-wrapper .topfeatures-content .BannerWrap img {
          max-width: 510px;
          margin: 0; } }
    .CategoryPageWrapper .topfeatures-wrapper .topfeatures-content .ContentWrap .ContentBox {
      margin-bottom: 3rem;
      text-align: left; }
      .CategoryPageWrapper .topfeatures-wrapper .topfeatures-content .ContentWrap .ContentBox h4 {
        color: #ffffff;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -0.02em;
        margin: 0 0 10px 0; }
        @media (min-width: 991px) {
          .CategoryPageWrapper .topfeatures-wrapper .topfeatures-content .ContentWrap .ContentBox h4 {
            font-size: 33px;
            line-height: 40px; } }
      .CategoryPageWrapper .topfeatures-wrapper .topfeatures-content .ContentWrap .ContentBox p {
        color: #ffffff; }

.CategoryPageWrapper .shopby-subcategories .subcategories-list ul {
  list-style: none;
  margin: 0 -15px;
  text-align: center; }
  .CategoryPageWrapper .shopby-subcategories .subcategories-list ul:before, .CategoryPageWrapper .shopby-subcategories .subcategories-list ul:after {
    content: '';
    display: table;
    width: 100%;
    clear: both; }
  .CategoryPageWrapper .shopby-subcategories .subcategories-list ul .itemlist {
    float: none;
    margin: 0 0 1rem;
    padding: 0 15px; }
    @media (min-width: 551px) {
      .CategoryPageWrapper .shopby-subcategories .subcategories-list ul .itemlist {
        float: left;
        margin: 0 0 1rem;
        width: 50%; } }
    @media (min-width: 991px) {
      .CategoryPageWrapper .shopby-subcategories .subcategories-list ul .itemlist {
        float: left;
        margin: 0 0 1rem;
        width: 33.33333%; } }
    .CategoryPageWrapper .shopby-subcategories .subcategories-list ul .itemlist a {
      background: #FFFFFF;
      box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.11);
      border-radius: 10px;
      color: #444;
      font-weight: 700;
      font-size: 16px;
      display: block;
      padding: 10px 0;
      text-decoration: none; }
      @media (min-width: 991px) {
        .CategoryPageWrapper .shopby-subcategories .subcategories-list ul .itemlist a {
          font-size: 20px; } }

.CategoryPageWrapper .trustedBrands-wrap {
  background: #3A8DDE;
  padding-bottom: 3rem; }
  .CategoryPageWrapper .trustedBrands-wrap .category-heading {
    color: #fff;
    margin-top: 0rem;
    margin-bottom: 2rem; }
    @media (min-width: 991px) {
      .CategoryPageWrapper .trustedBrands-wrap .category-heading {
        margin-top: 1rem; } }
  .CategoryPageWrapper .trustedBrands-wrap .trustedBrands {
    min-width: 90%;
    margin: 0 auto; }
    .CategoryPageWrapper .trustedBrands-wrap .trustedBrands .trusted_single_brand img {
      display: block;
      height: 50px;
      margin: 0 auto;
      width: auto; }
    .CategoryPageWrapper .trustedBrands-wrap .trustedBrands .slick-prev, .CategoryPageWrapper .trustedBrands-wrap .trustedBrands .slick-next {
      background: transparent;
      border: none;
      top: 80%; }
    .CategoryPageWrapper .trustedBrands-wrap .trustedBrands .slick-prev {
      left: -2.357rem; }
      .CategoryPageWrapper .trustedBrands-wrap .trustedBrands .slick-prev:before {
        background-image: url("https://cdn11.bigcommerce.com/s-g1dcgh7rgx/content/new-gps-images/bhs-prev.svg"); }
    .CategoryPageWrapper .trustedBrands-wrap .trustedBrands .slick-next {
      right: -2.357rem; }
      .CategoryPageWrapper .trustedBrands-wrap .trustedBrands .slick-next:before {
        background-image: url("https://cdn11.bigcommerce.com/s-g1dcgh7rgx/content/new-gps-images/bhs-next.svg"); }

.CategoryPageWrapper .customer-reviews {
  padding: 2rem; }
  @media (min-width: 991px) {
    .CategoryPageWrapper .customer-reviews {
      padding: 3rem; } }
  .CategoryPageWrapper .customer-reviews .category-heading {
    margin-top: 0; }
  .CategoryPageWrapper .customer-reviews .customer-reviews-slider .single__review {
    padding: 0 20px; }
    .CategoryPageWrapper .customer-reviews .customer-reviews-slider .single__review .review__info {
      color: #000000;
      font-weight: 700;
      font-size: 16px;
      line-height: 1.4rem;
      letter-spacing: -0.011em; }
      @media (min-width: 991px) {
        .CategoryPageWrapper .customer-reviews .customer-reviews-slider .single__review .review__info {
          font-size: 24px;
          line-height: 36px; } }
    .CategoryPageWrapper .customer-reviews .customer-reviews-slider .single__review .review__author {
      font-family: 'Arial';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #6F7271; }
    .CategoryPageWrapper .customer-reviews .customer-reviews-slider .single__review img {
      width: 100px; }
      @media (min-width: 991px) {
        .CategoryPageWrapper .customer-reviews .customer-reviews-slider .single__review img {
          width: 174px; } }
  .CategoryPageWrapper .customer-reviews .customer-reviews-slider .slick-prev {
    left: -2.357rem;
    background: transparent;
    border: none; }
    .CategoryPageWrapper .customer-reviews .customer-reviews-slider .slick-prev:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' fill='rgb(183,184,184)' viewBox='0 0 52.688 100'%3E%3Cpath d='M43.979,1.911c4.021-0.134,7.052,3.444,6.911,7.13c-0.085,2.211-1.434,3.785-2.785,5.362c-2.222,2.594-4.401,5.224-6.618,7.822c-1.632,1.912-3.31,3.785-4.941,5.698c-2.216,2.598-4.398,5.227-6.615,7.825c-1.604,1.882-3.251,3.728-4.857,5.608c-2.271,2.66-4.508,5.349-6.797,7.991c-0.359,0.415-0.061,0.665,0.094,0.855c1.625,2,3.298,3.96,4.933,5.952c2.103,2.564,4.172,5.155,6.276,7.719c1.661,2.023,3.363,4.013,5.025,6.036c2.533,3.084,5,6.224,7.583,9.265c2.001,2.354,3.938,4.76,5.903,7.144c2.731,3.313,1.875,7.53-1.459,9.994c-3.021,2.231-7.541,1.572-9.834-1.569c-1.937-2.654-4.208-5.063-6.299-7.605c-2.081-2.529-4.106-5.104-6.187-7.634c-2.091-2.543-4.243-5.037-6.33-7.584c-2.401-2.928-4.749-5.9-7.146-8.833c-1.683-2.059-3.449-4.049-5.103-6.13c-1.045-1.315-2.313-2.462-3.062-4.013c-1.063-2.198-0.79-5.514,0.886-7.488c2.936-3.46,5.907-6.892,8.856-10.342c2.816-3.296,5.645-6.581,8.426-9.906c3.294-3.937,6.607-7.854,9.988-11.718c2.721-3.106,5.297-6.342,8.027-9.441C40.312,2.396,41.756,1.911,43.979,1.911z' /%3E%3C/svg%3E"); }
  .CategoryPageWrapper .customer-reviews .customer-reviews-slider .slick-next {
    right: -2.357rem;
    background: transparent;
    border: none; }
    .CategoryPageWrapper .customer-reviews .customer-reviews-slider .slick-next:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(183,184,184)' width='24' height='42' viewBox='0 0 52.688 100'%3E%3Cpath d='M8.955,97.626c-4.021,0.134-7.052-3.444-6.911-7.13c0.085-2.211,1.434-3.785,2.785-5.362c2.222-2.594,4.401-5.224,6.618-7.822c1.632-1.912,3.31-3.785,4.941-5.698c2.216-2.598,4.398-5.227,6.615-7.825c1.604-1.882,3.251-3.728,4.857-5.608c2.271-2.66,4.508-5.349,6.797-7.991c0.359-0.415,0.061-0.665-0.094-0.855c-1.625-2-3.298-3.96-4.933-5.952c-2.103-2.564-4.172-5.155-6.276-7.719c-1.661-2.024-3.363-4.013-5.025-6.036c-2.533-3.084-5-6.224-7.583-9.265c-2.001-2.354-3.938-4.76-5.903-7.144C2.113,9.905,2.969,5.687,6.304,3.224c3.021-2.231,7.541-1.573,9.834,1.569c1.937,2.654,4.208,5.063,6.299,7.605c2.081,2.529,4.106,5.104,6.187,7.634c2.091,2.542,4.243,5.037,6.33,7.583c2.401,2.928,4.749,5.901,7.146,8.833c1.683,2.059,3.449,4.049,5.103,6.13c1.045,1.316,2.313,2.462,3.062,4.013c1.063,2.199,0.79,5.514-0.886,7.489c-2.936,3.46-5.907,6.892-8.856,10.342c-2.816,3.296-5.645,6.581-8.426,9.906c-3.294,3.937-6.607,7.854-9.988,11.718c-2.721,3.106-5.297,6.342-8.027,9.441C12.622,97.142,11.178,97.626,8.955,97.626z' /%3E%3C/svg%3E"); }
  .CategoryPageWrapper .customer-reviews .customer-reviews-slider .slick-dots {
    bottom: -45px; }
    .CategoryPageWrapper .customer-reviews .customer-reviews-slider .slick-dots li {
      height: 13px;
      margin: 0;
      padding: 3px;
      width: 50px; }
      .CategoryPageWrapper .customer-reviews .customer-reviews-slider .slick-dots li button {
        border: 1px solid #C7C7C7;
        border-radius: 5px;
        display: block;
        margin: 0;
        padding: 0;
        height: 6px;
        width: 100%; }
        .CategoryPageWrapper .customer-reviews .customer-reviews-slider .slick-dots li button:before {
          background-color: #C7C7C7;
          border-color: #C7C7C7;
          border-radius: 0;
          display: block;
          height: 100%;
          left: 0;
          top: 0;
          width: 100%; }
      .CategoryPageWrapper .customer-reviews .customer-reviews-slider .slick-dots li.slick-active button {
        border-color: #444444; }
        .CategoryPageWrapper .customer-reviews .customer-reviews-slider .slick-dots li.slick-active button:before {
          background-color: #444444;
          border-color: #444444; }

.CategoryPageWrapper .faq-wrap {
  background-color: #ECF0F8; }
  .CategoryPageWrapper .faq-wrap .category-heading {
    margin-bottom: 0; }
  .CategoryPageWrapper .faq-wrap .faq-lists {
    padding: 0 1.8rem; }
    .CategoryPageWrapper .faq-wrap .faq-lists .faq-list-item {
      padding: 30px 0;
      border-bottom: 1px solid #6F7271; }
      .CategoryPageWrapper .faq-wrap .faq-lists .faq-list-item:last-child {
        border: none;
        padding-bottom: 0; }
      .CategoryPageWrapper .faq-wrap .faq-lists .faq-list-item .faq-list-item-wrap {
        display: block;
        text-align: center; }
        @media (min-width: 991px) {
          .CategoryPageWrapper .faq-wrap .faq-lists .faq-list-item .faq-list-item-wrap {
            -moz-column-gap: 1.5rem;
                 column-gap: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: space-between; } }
        .CategoryPageWrapper .faq-wrap .faq-lists .faq-list-item .faq-list-item-wrap .faq-image {
          margin: 0 auto 1.8rem;
          max-width: 120px;
          width: 100%; }
          @media (min-width: 991px) {
            .CategoryPageWrapper .faq-wrap .faq-lists .faq-list-item .faq-list-item-wrap .faq-image {
              flex: 1.8;
              margin: 0;
              max-width: 160px; } }
        .CategoryPageWrapper .faq-wrap .faq-lists .faq-list-item .faq-list-item-wrap .faq-content {
          text-align: center; }
          @media (min-width: 991px) {
            .CategoryPageWrapper .faq-wrap .faq-lists .faq-list-item .faq-list-item-wrap .faq-content {
              flex: 10;
              text-align: left; } }
          .CategoryPageWrapper .faq-wrap .faq-lists .faq-list-item .faq-list-item-wrap .faq-content h3 {
            color: #4E5050;
            letter-spacing: -0.02em;
            font-size: 16px;
            line-height: 1.4rem;
            margin-top: 0; }
            @media (min-width: 991px) {
              .CategoryPageWrapper .faq-wrap .faq-lists .faq-list-item .faq-list-item-wrap .faq-content h3 {
                font-size: 28px;
                line-height: 34px; } }
          .CategoryPageWrapper .faq-wrap .faq-lists .faq-list-item .faq-list-item-wrap .faq-content p {
            letter-spacing: -0.02em;
            color: #4E5050; }

.CategoryPageWrapper .learn-from-experts-wrap .learn-from-experts .expert-box-wrap {
  padding: 15px 0; }
  .CategoryPageWrapper .learn-from-experts-wrap .learn-from-experts .expert-box-wrap .expert-box {
    align-items: center;
    box-shadow: 5px 4px 15px -4px rgba(0, 0, 0, 0.15);
    border-radius: 5px 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 1.6rem; }
    @media (min-width: 991px) {
      .CategoryPageWrapper .learn-from-experts-wrap .learn-from-experts .expert-box-wrap .expert-box {
        flex-direction: row;
        padding: 0; } }
    .CategoryPageWrapper .learn-from-experts-wrap .learn-from-experts .expert-box-wrap .expert-box .expert-img-wrap {
      max-width: 100%;
      width: 100%;
      display: flex;
      margin: 0 0 1rem; }
      @media (min-width: 991px) {
        .CategoryPageWrapper .learn-from-experts-wrap .learn-from-experts .expert-box-wrap .expert-box .expert-img-wrap {
          display: block;
          max-width: 340px;
          margin: 0; } }
      .CategoryPageWrapper .learn-from-experts-wrap .learn-from-experts .expert-box-wrap .expert-box .expert-img-wrap .expert-img {
        flex: 1; }
      .CategoryPageWrapper .learn-from-experts-wrap .learn-from-experts .expert-box-wrap .expert-box .expert-img-wrap h3 {
        display: flex;
        flex: 2;
        margin: 0;
        padding-left: 1rem;
        align-items: center;
        color: #000000;
        letter-spacing: -0.02em;
        font-size: 16px;
        text-align: left; }
        @media (min-width: 991px) {
          .CategoryPageWrapper .learn-from-experts-wrap .learn-from-experts .expert-box-wrap .expert-box .expert-img-wrap h3 {
            display: none; } }
      .CategoryPageWrapper .learn-from-experts-wrap .learn-from-experts .expert-box-wrap .expert-box .expert-img-wrap img {
        width: 100%; }
    .CategoryPageWrapper .learn-from-experts-wrap .learn-from-experts .expert-box-wrap .expert-box .expert-content-wrap {
      width: 100%; }
      @media (min-width: 991px) {
        .CategoryPageWrapper .learn-from-experts-wrap .learn-from-experts .expert-box-wrap .expert-box .expert-content-wrap {
          padding-left: 40px;
          padding-right: 50px; } }
      .CategoryPageWrapper .learn-from-experts-wrap .learn-from-experts .expert-box-wrap .expert-box .expert-content-wrap h3 {
        color: #000000;
        letter-spacing: -0.02em;
        font-size: 28px;
        line-height: 34px;
        text-align: left;
        margin-top: 0;
        display: none; }
        @media (min-width: 991px) {
          .CategoryPageWrapper .learn-from-experts-wrap .learn-from-experts .expert-box-wrap .expert-box .expert-content-wrap h3 {
            display: block; } }
      .CategoryPageWrapper .learn-from-experts-wrap .learn-from-experts .expert-box-wrap .expert-box .expert-content-wrap p {
        letter-spacing: -0.02em;
        color: #6F7271; }
      .CategoryPageWrapper .learn-from-experts-wrap .learn-from-experts .expert-box-wrap .expert-box .expert-content-wrap a {
        text-decoration: none; }

.CategoryPageWrapper .trustedexpert-wrap {
  background: #ECF0F8;
  padding: 1.5rem;
  margin-bottom: 0; }
  .CategoryPageWrapper .trustedexpert-wrap .trustedexpert-content .trustedexpert-table {
    position: relative;
    display: block; }
    @media (min-width: 991px) {
      .CategoryPageWrapper .trustedexpert-wrap .trustedexpert-content .trustedexpert-table {
        display: table; } }
    .CategoryPageWrapper .trustedexpert-wrap .trustedexpert-content .trustedexpert-table .trustedexpert-row {
      display: block;
      border-bottom: 1px solid #000;
      padding: 0 0 1rem;
      margin: 0 0 1rem; }
      @media (min-width: 991px) {
        .CategoryPageWrapper .trustedexpert-wrap .trustedexpert-content .trustedexpert-table .trustedexpert-row {
          display: table-row;
          border: 0;
          padding: 0;
          margin: 0; } }
      .CategoryPageWrapper .trustedexpert-wrap .trustedexpert-content .trustedexpert-table .trustedexpert-row p {
        color: #444;
        font-size: 20px;
        line-height: 28px;
        display: block;
        padding: 0; }
        @media (min-width: 991px) {
          .CategoryPageWrapper .trustedexpert-wrap .trustedexpert-content .trustedexpert-table .trustedexpert-row p {
            display: table-cell;
            padding: 1rem 3rem; } }
        .CategoryPageWrapper .trustedexpert-wrap .trustedexpert-content .trustedexpert-table .trustedexpert-row p a {
          font-family: 'Arial';
          font-style: normal;
          font-weight: 700;
          font-size: 20px;
          line-height: 28px;
          text-decoration-line: underline;
          color: #3A8DDE; }
        .CategoryPageWrapper .trustedexpert-wrap .trustedexpert-content .trustedexpert-table .trustedexpert-row p:last-child {
          text-align: center;
          width: 100%; }
          @media (min-width: 991px) {
            .CategoryPageWrapper .trustedexpert-wrap .trustedexpert-content .trustedexpert-table .trustedexpert-row p:last-child {
              text-align: left;
              width: 75%; } }
        .CategoryPageWrapper .trustedexpert-wrap .trustedexpert-content .trustedexpert-table .trustedexpert-row p:first-child {
          text-align: center;
          width: 100%; }
          @media (min-width: 991px) {
            .CategoryPageWrapper .trustedexpert-wrap .trustedexpert-content .trustedexpert-table .trustedexpert-row p:first-child {
              border-right: 1px solid #000;
              text-align: right;
              width: 25%; } }
      .CategoryPageWrapper .trustedexpert-wrap .trustedexpert-content .trustedexpert-table .trustedexpert-row:last-child {
        border-bottom: 0; }

.CategoryPageWrapper .trusted_expert_bottom_main {
  background: #3A8DDE;
  text-align: center;
  padding: 1rem 0; }
  @media (min-width: 991px) {
    .CategoryPageWrapper .trusted_expert_bottom_main {
      padding: 2rem 0; } }
  .CategoryPageWrapper .trusted_expert_bottom_main .find_exactly_looking {
    padding: 0 1.5rem; }
    @media (min-width: 991px) {
      .CategoryPageWrapper .trusted_expert_bottom_main .find_exactly_looking {
        padding: 0; } }
    .CategoryPageWrapper .trusted_expert_bottom_main .find_exactly_looking h3 {
      color: #FFFFFF;
      margin-bottom: 40px;
      margin-top: 0; }
    .CategoryPageWrapper .trusted_expert_bottom_main .find_exactly_looking .see_all_gps, .CategoryPageWrapper .trusted_expert_bottom_main .find_exactly_looking .more_about_gps {
      background: #FFFFFF;
      border-radius: 10px;
      font-family: 'Arial';
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 26px;
      letter-spacing: -0.011em;
      padding: 13px 0;
      text-decoration: none;
      display: block;
      margin: 0 0 1rem; }
      @media (min-width: 991px) {
        .CategoryPageWrapper .trusted_expert_bottom_main .find_exactly_looking .see_all_gps, .CategoryPageWrapper .trusted_expert_bottom_main .find_exactly_looking .more_about_gps {
          margin: 0 0 0 20px;
          display: inline-block;
          padding: 13px 60px;
          vertical-align: middle; } }
    .CategoryPageWrapper .trusted_expert_bottom_main .find_exactly_looking .see_all_gps {
      color: #3A8DDE;
      margin: 0 0 1rem; }
      @media (min-width: 991px) {
        .CategoryPageWrapper .trusted_expert_bottom_main .find_exactly_looking .see_all_gps {
          margin: 0; } }
    .CategoryPageWrapper .trusted_expert_bottom_main .find_exactly_looking .more_about_gps {
      background-color: transparent;
      border: 1px solid #fff;
      color: #FFFFFF; }

.fullTwoColumnWrap {
  display: flex;
  flex-direction: column;
  margin: 0 0.75rem; }
  @media (min-width: 801px) {
    .fullTwoColumnWrap {
      flex-direction: row; } }
  .fullTwoColumnWrap.column-reverse {
    flex-direction: column-reverse; }
    @media (min-width: 801px) {
      .fullTwoColumnWrap.column-reverse {
        flex-direction: row-reverse; } }
  .fullTwoColumnWrap .ColumnWrap {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 0; }
    .fullTwoColumnWrap .ColumnWrap.ContentWrap {
      align-items: center;
      padding: 0;
      min-height: 300px;
      text-align: center; }
      @media (min-width: 801px) {
        .fullTwoColumnWrap .ColumnWrap.ContentWrap {
          min-height: auto;
          text-align: left; } }
      .fullTwoColumnWrap .ColumnWrap.ContentWrap .ContentInfo {
        align-items: center;
        display: flex;
        flex: 2;
        flex-direction: column;
        justify-content: center;
        max-width: 615px;
        padding: 0 15px;
        text-align: center;
        width: 100%; }
        @media (min-width: 801px) {
          .fullTwoColumnWrap .ColumnWrap.ContentWrap .ContentInfo {
            align-items: flex-start;
            text-align: left; } }
        .fullTwoColumnWrap .ColumnWrap.ContentWrap .ContentInfo h2 {
          color: #1B3D5C;
          font-weight: 700;
          font-family: arial;
          letter-spacing: 0;
          margin: 0 0 1rem; }
          @media (min-width: 801px) {
            .fullTwoColumnWrap .ColumnWrap.ContentWrap .ContentInfo h2 {
              font-size: 32px;
              line-height: 42px;
              padding-right: 1rem; } }
        .fullTwoColumnWrap .ColumnWrap.ContentWrap .ContentInfo p {
          color: #1B3D5C; }
          @media (min-width: 801px) {
            .fullTwoColumnWrap .ColumnWrap.ContentWrap .ContentInfo p {
              font-size: 20px;
              line-height: 32px; } }
    .fullTwoColumnWrap .ColumnWrap.ImageWrap {
      align-items: flex-start; }
      .fullTwoColumnWrap .ColumnWrap.ImageWrap img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

@media (min-width: 801px) {
  .deviceIntro-wrap {
    padding: 110px 0; } }

.deviceIntro-wrap > .container {
  max-width: 1300px;
  width: 100%; }

.deviceIntro-wrap .fullTwoColumnWrap {
  padding: 0.75rem 0; }
  @media (min-width: 801px) {
    .deviceIntro-wrap .fullTwoColumnWrap {
      gap: 10rem; } }
  .deviceIntro-wrap .fullTwoColumnWrap .ColumnWrap.ContentWrap .ContentInfo {
    color: #fff; }
    .deviceIntro-wrap .fullTwoColumnWrap .ColumnWrap.ContentWrap .ContentInfo h2, .deviceIntro-wrap .fullTwoColumnWrap .ColumnWrap.ContentWrap .ContentInfo p {
      color: #fff; }
    .deviceIntro-wrap .fullTwoColumnWrap .ColumnWrap.ContentWrap .ContentInfo ul {
      margin: 0;
      list-style: none; }
      .deviceIntro-wrap .fullTwoColumnWrap .ColumnWrap.ContentWrap .ContentInfo ul a {
        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='%23fff' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 20px;
        background-size: 6px;
        color: #fff;
        font-weight: bold;
        line-height: 2.2rem;
        text-transform: uppercase; }

.new-landing-page.eld-landing-page ol.breadcrumbs {
  display: block; }

@media (min-width: 801px) {
  .new-landing-page.eld-landing-page .top-page-header .top-page-header--wrap .top-page-header--content {
    max-width: 480px; } }

.new-landing-page.eld-landing-page .top-page-header .top-page-header--wrap .top-page-header--content h1 {
  font-weight: 700; }

.new-landing-page.eld-landing-page .top-page-header .top-page-header--wrap .top-page-header--content .action .button {
  font-weight: 700; }

.new-landing-page.eld-landing-page .keep-tabs-cargo-wrap .keep-tabs-cargo-content-row .keep-tabs-cargo-content-column .keep-tabs-cargo-banner {
  justify-content: center; }
  @media (min-width: 801px) {
    .new-landing-page.eld-landing-page .keep-tabs-cargo-wrap .keep-tabs-cargo-content-row .keep-tabs-cargo-content-column .keep-tabs-cargo-banner {
      justify-content: flex-start; } }

.new-landing-page.eld-landing-page .keep-tabs-cargo-wrap .keep-tabs-cargo-content-row .keep-tabs-cargo-content-column + .keep-tabs-cargo-content-column .keep-tabs-cargo-banner {
  justify-content: center; }
  @media (min-width: 801px) {
    .new-landing-page.eld-landing-page .keep-tabs-cargo-wrap .keep-tabs-cargo-content-row .keep-tabs-cargo-content-column + .keep-tabs-cargo-content-column .keep-tabs-cargo-banner {
      justify-content: flex-end; } }

.new-landing-page.eld-landing-page .keep-tabs-cargo-keypoints-wrap {
  max-width: 1060px; }
  .new-landing-page.eld-landing-page .keep-tabs-cargo-keypoints-wrap h3 {
    color: #1B3D5C;
    font-size: 18px;
    margin: 0 0 2rem;
    text-align: center; }
    @media (min-width: 801px) {
      .new-landing-page.eld-landing-page .keep-tabs-cargo-keypoints-wrap h3 {
        font-size: 32px; } }

.new-landing-page.eld-landing-page .keep-tabs-cargo-keypoints {
  padding-bottom: 2rem; }
  .new-landing-page.eld-landing-page .keep-tabs-cargo-keypoints .cargo-keypoints-row .cargo-keypoints-column h4 {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 21px;
    font-size: 20px;
    padding-left: 30px; }
  .new-landing-page.eld-landing-page .keep-tabs-cargo-keypoints .cargo-keypoints-row .cargo-keypoints-column.meet-requirements h4 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.02406 1.90376C0.560059 3.36976 0.560059 5.72576 0.560059 10.4398C0.560059 15.1538 0.560059 17.5108 2.02406 18.9748C3.49006 20.4398 5.84606 20.4398 10.5601 20.4398C15.2741 20.4398 17.6311 20.4398 19.0951 18.9748C20.5601 17.5118 20.5601 15.1538 20.5601 10.4398C20.5601 5.72576 20.5601 3.36876 19.0951 1.90376C17.6321 0.439758 15.2741 0.439758 10.5601 0.439758C5.84606 0.439758 3.48906 0.439758 2.02406 1.90376ZM9.10406 5.95676C9.17195 5.88539 9.22512 5.80134 9.26053 5.70942C9.29595 5.61749 9.31291 5.5195 9.31045 5.42102C9.30799 5.32254 9.28615 5.22552 9.24619 5.13548C9.20623 5.04544 9.14893 4.96415 9.07756 4.89626C9.00619 4.82836 8.92214 4.77519 8.83022 4.73978C8.73829 4.70437 8.6403 4.68741 8.54182 4.68987C8.44334 4.69233 8.34632 4.71417 8.25628 4.75412C8.16624 4.79408 8.08495 4.85138 8.01706 4.92276L5.70306 7.35276L5.10306 6.72276C5.0359 6.64854 4.95457 6.58852 4.86385 6.54622C4.77313 6.50393 4.67486 6.48022 4.57484 6.4765C4.47482 6.47277 4.37506 6.48911 4.28145 6.52454C4.18784 6.55997 4.10226 6.61378 4.02977 6.6828C3.95728 6.75182 3.89934 6.83465 3.85936 6.92642C3.81938 7.01818 3.79818 7.11702 3.79699 7.2171C3.79581 7.31719 3.81467 7.4165 3.85246 7.50918C3.89026 7.60186 3.94622 7.68604 4.01706 7.75676L5.16006 8.95676C5.2301 9.03028 5.31435 9.08881 5.40769 9.1288C5.50103 9.16879 5.60151 9.18941 5.70306 9.18941C5.8046 9.18941 5.90509 9.16879 5.99843 9.1288C6.09177 9.08881 6.17601 9.03028 6.24606 8.95676L9.10406 5.95676ZM11.5601 6.68976C11.3611 6.68976 11.1704 6.76878 11.0297 6.90943C10.8891 7.05008 10.8101 7.24085 10.8101 7.43976C10.8101 7.63867 10.8891 7.82944 11.0297 7.97009C11.1704 8.11074 11.3611 8.18976 11.5601 8.18976H16.5601C16.759 8.18976 16.9497 8.11074 17.0904 7.97009C17.231 7.82944 17.3101 7.63867 17.3101 7.43976C17.3101 7.24085 17.231 7.05008 17.0904 6.90943C16.9497 6.76878 16.759 6.68976 16.5601 6.68976H11.5601ZM9.10306 12.9568C9.17389 12.886 9.22986 12.8019 9.26765 12.7092C9.30545 12.6165 9.32431 12.5172 9.32313 12.4171C9.32194 12.317 9.30073 12.2182 9.26076 12.1264C9.22078 12.0347 9.16284 11.9518 9.09034 11.8828C9.01785 11.8138 8.93228 11.76 8.83867 11.7245C8.74506 11.6891 8.6453 11.6728 8.54528 11.6765C8.44525 11.6802 8.34699 11.7039 8.25627 11.7462C8.16555 11.7885 8.08422 11.8485 8.01706 11.9228L5.70306 14.3528L5.10306 13.7228C5.0359 13.6485 4.95457 13.5885 4.86385 13.5462C4.77313 13.5039 4.67486 13.4802 4.57484 13.4765C4.47482 13.4728 4.37506 13.4891 4.28145 13.5245C4.18784 13.56 4.10226 13.6138 4.02977 13.6828C3.95728 13.7518 3.89934 13.8347 3.85936 13.9264C3.81938 14.0182 3.79818 14.117 3.79699 14.2171C3.79581 14.3172 3.81467 14.4165 3.85246 14.5092C3.89026 14.6019 3.94622 14.686 4.01706 14.7568L5.16006 15.9568C5.2301 16.0303 5.31435 16.0888 5.40769 16.1288C5.50103 16.1688 5.60151 16.1894 5.70306 16.1894C5.8046 16.1894 5.90509 16.1688 5.99843 16.1288C6.09177 16.0888 6.17601 16.0303 6.24606 15.9568L9.10306 12.9568ZM11.5601 13.6898C11.3611 13.6898 11.1704 13.7688 11.0297 13.9094C10.8891 14.0501 10.8101 14.2408 10.8101 14.4398C10.8101 14.6387 10.8891 14.8294 11.0297 14.9701C11.1704 15.1107 11.3611 15.1898 11.5601 15.1898H16.5601C16.759 15.1898 16.9497 15.1107 17.0904 14.9701C17.231 14.8294 17.3101 14.6387 17.3101 14.4398C17.3101 14.2408 17.231 14.0501 17.0904 13.9094C16.9497 13.7688 16.759 13.6898 16.5601 13.6898H11.5601Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
  .new-landing-page.eld-landing-page .keep-tabs-cargo-keypoints .cargo-keypoints-row .cargo-keypoints-column.monitors-platform h4 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 18' fill='none'%3E%3Cpath d='M10.5601 13H17.5601C18.0905 13 18.5992 12.7893 18.9743 12.4142C19.3493 12.0391 19.5601 11.5304 19.5601 11V3C19.5601 2.46957 19.3493 1.96086 18.9743 1.58579C18.5992 1.21071 18.0905 1 17.5601 1H3.56006C3.02963 1 2.52092 1.21071 2.14584 1.58579C1.77077 1.96086 1.56006 2.46957 1.56006 3V11C1.56006 11.5304 1.77077 12.0391 2.14584 12.4142C2.52092 12.7893 3.02963 13 3.56006 13H10.5601ZM10.5601 13V17M10.5601 17H14.5601M10.5601 17H6.56006' stroke='%231B3D5C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .new-landing-page.eld-landing-page .keep-tabs-cargo-keypoints .cargo-keypoints-row .cargo-keypoints-column.compliance-drivers h4 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5601 0.439758C16.0831 0.439758 20.5601 4.91676 20.5601 10.4398C20.5601 15.9628 16.0831 20.4398 10.5601 20.4398C5.03706 20.4398 0.560059 15.9628 0.560059 10.4398C0.560059 4.91676 5.03706 0.439758 10.5601 0.439758ZM2.76506 12.2498C3.11501 13.7521 3.89135 15.1215 5.00077 16.1933C6.11019 17.2651 7.50551 17.9938 9.01906 18.2918C8.82606 15.6668 7.96306 14.0918 6.87306 13.2208C5.82906 12.3858 4.41306 12.0628 2.76506 12.2488V12.2498ZM14.2471 13.2198C13.1571 14.0928 12.2941 15.6668 12.1011 18.2918C13.6147 17.9937 15.0101 17.2649 16.1196 16.1929C17.229 15.1209 18.0053 13.7513 18.3551 12.2488C16.7071 12.0628 15.2911 12.3858 14.2471 13.2208V13.2198ZM10.5601 2.43976C8.69623 2.44001 6.89094 3.09078 5.45565 4.2798C4.02035 5.46882 3.04507 7.12152 2.69806 8.95276L2.65506 9.20076L4.86506 8.75876C5.44706 8.64276 6.00006 8.33576 6.61806 7.91876L7.09506 7.58676C7.89206 7.02076 9.07306 6.43976 10.5601 6.43976C11.9481 6.43976 13.0691 6.94576 13.8601 7.47376L14.5021 7.91876C15.0421 8.28376 15.5341 8.56376 16.0381 8.70676L16.2551 8.75876L18.4651 9.20076C18.1693 7.31668 17.2103 5.6002 15.761 4.3606C14.3116 3.121 12.4672 2.4398 10.5601 2.43976Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
  .new-landing-page.eld-landing-page .keep-tabs-cargo-keypoints .cargo-keypoints-row .cargo-keypoints-column.easy-installation h4 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 20'%3E%3Cpath d='M12.12 0.92032L6.58 6.46032C6.21 6.83032 6 7.34032 6 7.87032V17.8603C6 18.9603 6.9 19.8603 8 19.8603H17C17.8 19.8603 18.52 19.3803 18.84 18.6503L22.1 11.0403C22.94 9.06032 21.49 6.86032 19.34 6.86032H13.69L14.64 2.28032C14.74 1.78032 14.59 1.27032 14.23 0.91032C13.64 0.330321 12.7 0.330321 12.12 0.92032ZM2 19.8603C3.1 19.8603 4 18.9603 4 17.8603V9.86032C4 8.76032 3.1 7.86032 2 7.86032C0.9 7.86032 0 8.76032 0 9.86032V17.8603C0 18.9603 0.9 19.8603 2 19.8603Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }

.new-landing-page.eld-landing-page .tryDemo-wrap .tryDemo-content {
  margin: 0 auto;
  max-width: 780px;
  padding: 3rem 1.5rem;
  text-align: center;
  text-align: center;
  position: relative; }
  .new-landing-page.eld-landing-page .tryDemo-wrap .tryDemo-content h3 {
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 0 1.8rem; }
    @media (min-width: 801px) {
      .new-landing-page.eld-landing-page .tryDemo-wrap .tryDemo-content h3 {
        font-size: 27px;
        margin: 0 0 2rem; } }
  .new-landing-page.eld-landing-page .tryDemo-wrap .tryDemo-content p {
    color: #FFFFFF; }
    @media (min-width: 801px) {
      .new-landing-page.eld-landing-page .tryDemo-wrap .tryDemo-content p {
        font-size: 20px;
        line-height: 32px; } }
  .new-landing-page.eld-landing-page .tryDemo-wrap .tryDemo-content .tryDemo-image {
    display: none; }
    @media (min-width: 801px) {
      .new-landing-page.eld-landing-page .tryDemo-wrap .tryDemo-content .tryDemo-image {
        display: block;
        position: absolute;
        left: -35%;
        top: -25%; } }
  .new-landing-page.eld-landing-page .tryDemo-wrap .tryDemo-content .consult-buttons {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1rem; }
    @media (min-width: 801px) {
      .new-landing-page.eld-landing-page .tryDemo-wrap .tryDemo-content .consult-buttons {
        flex-direction: row; } }
    .new-landing-page.eld-landing-page .tryDemo-wrap .tryDemo-content .consult-buttons .action {
      max-width: 220px;
      width: 100%; }
      .new-landing-page.eld-landing-page .tryDemo-wrap .tryDemo-content .consult-buttons .action .button {
        align-items: center;
        background-color: #F27221;
        color: #FFFFFF;
        border: none;
        border-radius: 30px;
        display: flex;
        font-family: "HelveticaNeueBL", Arial, sans-serif;
        font-size: 18px;
        gap: 1rem;
        justify-content: center;
        margin: 0;
        padding: 1.3rem 0;
        width: 100%; }
        .new-landing-page.eld-landing-page .tryDemo-wrap .tryDemo-content .consult-buttons .action .button svg {
          fill: #FFFFFF;
          height: 20px;
          width: 18px; }
        .new-landing-page.eld-landing-page .tryDemo-wrap .tryDemo-content .consult-buttons .action .button:hover {
          background-color: #FFFFFF;
          color: #1B3D5C; }
          .new-landing-page.eld-landing-page .tryDemo-wrap .tryDemo-content .consult-buttons .action .button:hover svg {
            fill: #1B3D5C; }

.new-landing-page.eld-landing-page .device-feauters .device-feauters-heading {
  flex: 1;
  width: 100%; }
  @media (min-width: 801px) {
    .new-landing-page.eld-landing-page .device-feauters .device-feauters-heading {
      flex: 1.5; } }

.new-landing-page.eld-landing-page .device-feauters .device-feauters-details {
  flex: 1;
  width: 100%; }
  @media (min-width: 801px) {
    .new-landing-page.eld-landing-page .device-feauters .device-feauters-details {
      flex: 2; } }
  .new-landing-page.eld-landing-page .device-feauters .device-feauters-details .device-feauters-box.advanced-reporting h5 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.7891 0.609375H3.28906C1.91406 0.609375 0.789062 1.73438 0.789062 3.10938V20.6094C0.789062 21.9844 1.91406 23.1094 3.28906 23.1094H20.7891C22.1641 23.1094 23.2891 21.9844 23.2891 20.6094V3.10938C23.2891 1.73438 22.1641 0.609375 20.7891 0.609375ZM8.28906 18.1094H5.78906V9.35938H8.28906V18.1094ZM13.2891 18.1094H10.7891V5.60938H13.2891V18.1094ZM18.2891 18.1094H15.7891V13.1094H18.2891V18.1094Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
  .new-landing-page.eld-landing-page .device-feauters .device-feauters-details .device-feauters-box.instant-notifications h5 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M22.8413 13.4688V22.375C22.8413 22.9966 22.5944 23.5927 22.1548 24.0323C21.7153 24.4718 21.1192 24.7188 20.4976 24.7188H2.68506C2.06346 24.7188 1.46732 24.4718 1.02778 24.0323C0.588239 23.5927 0.341309 22.9966 0.341309 22.375V4.5625C0.341309 3.9409 0.588239 3.34476 1.02778 2.90522C1.46732 2.46568 2.06346 2.21875 2.68506 2.21875H11.5913C11.9643 2.21875 12.322 2.36691 12.5857 2.63063C12.8494 2.89435 12.9976 3.25204 12.9976 3.625C12.9976 3.99796 12.8494 4.35565 12.5857 4.61937C12.322 4.88309 11.9643 5.03125 11.5913 5.03125H3.15381V21.9062H20.0288V13.4688C20.0288 13.0958 20.177 12.7381 20.4407 12.4744C20.7044 12.2107 21.0621 12.0625 21.4351 12.0625C21.808 12.0625 22.1657 12.2107 22.4294 12.4744C22.6931 12.7381 22.8413 13.0958 22.8413 13.4688ZM24.7163 5.03125C24.7163 5.95835 24.4414 6.86463 23.9263 7.63549C23.4113 8.40634 22.6792 9.00715 21.8226 9.36194C20.9661 9.71672 20.0236 9.80955 19.1143 9.62868C18.205 9.44781 17.3698 9.00137 16.7142 8.34581C16.0587 7.69025 15.6122 6.85502 15.4314 5.94574C15.2505 5.03645 15.3433 4.09395 15.6981 3.23742C16.0529 2.38089 16.6537 1.64881 17.4246 1.13374C18.1954 0.618667 19.1017 0.34375 20.0288 0.34375C21.272 0.34375 22.4643 0.83761 23.3434 1.71669C24.2224 2.59576 24.7163 3.78805 24.7163 5.03125ZM21.9038 5.03125C21.9038 4.66041 21.7938 4.2979 21.5878 3.98956C21.3818 3.68121 21.089 3.44089 20.7463 3.29898C20.4037 3.15706 20.0267 3.11993 19.663 3.19228C19.2993 3.26462 18.9652 3.4432 18.703 3.70542C18.4408 3.96765 18.2622 4.30174 18.1898 4.66546C18.1175 5.02917 18.1546 5.40617 18.2965 5.74878C18.4384 6.09139 18.6788 6.38423 18.9871 6.59026C19.2955 6.79628 19.658 6.90625 20.0288 6.90625C20.5261 6.90625 21.003 6.70871 21.3546 6.35707C21.7063 6.00544 21.9038 5.52853 21.9038 5.03125Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
  .new-landing-page.eld-landing-page .device-feauters .device-feauters-details .device-feauters-box.keep-customers-happy h5 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M6.81006 10.75V20.75C6.81006 21.0815 6.67836 21.3995 6.44394 21.6339C6.20952 21.8683 5.89158 22 5.56006 22H3.06006C2.72854 22 2.4106 21.8683 2.17618 21.6339C1.94175 21.3995 1.81006 21.0815 1.81006 20.75V12C1.81006 11.6685 1.94175 11.3505 2.17618 11.1161C2.4106 10.8817 2.72854 10.75 3.06006 10.75H6.81006ZM6.81006 10.75C8.13614 10.75 9.40791 10.2232 10.3456 9.28553C11.2833 8.34785 11.8101 7.07608 11.8101 5.75V4.5C11.8101 3.83696 12.0735 3.20107 12.5423 2.73223C13.0111 2.26339 13.647 2 14.3101 2C14.9731 2 15.609 2.26339 16.0778 2.73223C16.5467 3.20107 16.8101 3.83696 16.8101 4.5V10.75H20.5601C21.2231 10.75 21.859 11.0134 22.3278 11.4822C22.7967 11.9511 23.0601 12.587 23.0601 13.25L21.8101 19.5C21.6303 20.2668 21.2893 20.9253 20.8384 21.3762C20.3875 21.8271 19.8511 22.046 19.3101 22H10.5601C9.5655 22 8.61167 21.6049 7.90841 20.9017C7.20515 20.1984 6.81006 19.2446 6.81006 18.25' stroke='%231B3D5C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  .new-landing-page.eld-landing-page .device-feauters .device-feauters-details .device-feauters-box.manage-information h5 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'%3E%3Cpath d='M29.4741 9.4293C29.4308 9.33437 28.4042 7.05508 26.1366 4.7875C23.1026 1.7582 19.2788 0.15625 15.0601 0.15625C10.8413 0.15625 7.01748 1.7582 3.98701 4.7875C1.71943 7.05508 0.692872 9.33437 0.645997 9.4293C0.566606 9.60929 0.525602 9.80386 0.525602 10.0006C0.525602 10.1973 0.566606 10.3919 0.645997 10.5719C0.689356 10.668 1.71592 12.9461 3.98467 15.2137C7.01748 18.243 10.8413 19.8438 15.0601 19.8438C19.2788 19.8438 23.1026 18.243 26.1319 15.2137C28.4007 12.9461 29.4272 10.668 29.4706 10.5719C29.5506 10.3921 29.5922 10.1977 29.5928 10.001C29.5934 9.80423 29.553 9.60954 29.4741 9.4293ZM24.0765 13.2965C21.5604 15.7738 18.5276 17.0312 15.0601 17.0312C11.5925 17.0312 8.55967 15.7738 6.04717 13.2953C5.05851 12.3171 4.20808 11.2084 3.51943 10C4.20827 8.7921 5.05869 7.68384 6.04717 6.70586C8.56084 4.22617 11.5925 2.96875 15.0601 2.96875C18.5276 2.96875 21.5593 4.22617 24.073 6.70586C25.0615 7.68375 25.912 8.79203 26.6007 10C25.9119 11.2083 25.0615 12.317 24.073 13.2953L24.0765 13.2965ZM15.0601 4.84375C14.0402 4.84375 13.0433 5.14616 12.1954 5.71273C11.3475 6.27931 10.6866 7.08461 10.2963 8.02679C9.90604 8.96897 9.80393 10.0057 10.0029 11.0059C10.2018 12.0061 10.6929 12.9249 11.414 13.646C12.1352 14.3671 13.0539 14.8582 14.0541 15.0572C15.0543 15.2561 16.0911 15.154 17.0333 14.7638C17.9755 14.3735 18.7807 13.7126 19.3473 12.8647C19.9139 12.0167 20.2163 11.0198 20.2163 10C20.2148 8.63295 19.671 7.32234 18.7044 6.35569C17.7377 5.38904 16.4271 4.8453 15.0601 4.84375ZM15.0601 12.3438C14.5965 12.3438 14.1434 12.2063 13.7579 11.9488C13.3725 11.6912 13.0721 11.3252 12.8947 10.8969C12.7173 10.4686 12.6709 9.9974 12.7613 9.54276C12.8518 9.08811 13.075 8.6705 13.4028 8.34272C13.7306 8.01494 14.1482 7.79172 14.6028 7.70128C15.0575 7.61085 15.5287 7.65726 15.957 7.83466C16.3852 8.01205 16.7513 8.31245 17.0088 8.69788C17.2663 9.08331 17.4038 9.53645 17.4038 10C17.4038 10.6216 17.1569 11.2177 16.7173 11.6573C16.2778 12.0968 15.6817 12.3438 15.0601 12.3438Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
  .new-landing-page.eld-landing-page .device-feauters .device-feauters-details .device-feauters-box.no-hidden-fees h5 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0.810059 2.3375L2.41006 0.75L23.3101 21.65L21.7226 23.25L17.1351 18.6625C16.3601 19.5 15.2351 20.1875 13.9351 20.525V23.25H10.1851V20.525C7.64756 19.8875 5.81006 17.9875 5.81006 15.75H8.31006C8.31006 17.1 10.0226 18.25 12.0601 18.25C13.4726 18.25 14.7351 17.7 15.3726 16.9L11.6601 13.1875C9.03506 12.525 5.81006 11.6875 5.81006 8.25C5.81006 7.9625 5.81006 7.6875 5.89756 7.425L0.810059 2.3375ZM10.1851 3.475V0.75H13.9351V3.475C16.4726 4.1125 18.3101 6.0125 18.3101 8.25H15.8101C15.8101 6.9 14.0976 5.75 12.0601 5.75C11.5976 5.75 11.1601 5.8125 10.7476 5.9125L8.81006 3.975L10.1851 3.475Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
  .new-landing-page.eld-landing-page .device-feauters .device-feauters-details .device-feauters-box.telematic-integrations h5 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.3101 2H19.5601C20.2231 2 20.859 2.26339 21.3278 2.73223C21.7967 3.20107 22.0601 3.83696 22.0601 4.5V5.75M22.0601 18.25V19.5C22.0601 20.163 21.7967 20.7989 21.3278 21.2678C20.859 21.7366 20.2231 22 19.5601 22H18.3101M5.81006 22H4.56006C3.89702 22 3.26113 21.7366 2.79229 21.2678C2.32345 20.7989 2.06006 20.163 2.06006 19.5V18.25M2.06006 5.75V4.5C2.06006 3.83696 2.32345 3.20107 2.79229 2.73223C3.26113 2.26339 3.89702 2 4.56006 2H5.81006M12.0601 19.5V22M2.06006 12H4.56006M12.0601 2V4.5M22.0601 12H19.5601M8.31006 12C8.31006 12.9946 8.70515 13.9484 9.40841 14.6517C10.1117 15.3549 11.0655 15.75 12.0601 15.75C13.0546 15.75 14.0084 15.3549 14.7117 14.6517C15.415 13.9484 15.8101 12.9946 15.8101 12C15.8101 11.0054 15.415 10.0516 14.7117 9.34835C14.0084 8.64509 13.0546 8.25 12.0601 8.25C11.0655 8.25 10.1117 8.64509 9.40841 9.34835C8.70515 10.0516 8.31006 11.0054 8.31006 12Z' stroke='%231B3D5C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.current-header {
  position: relative; }

body {
  overflow-x: hidden;
  padding-top: 0; }
  body.HeaderFixedEnabled {
    padding-top: 64px; }
    @media (min-width: 801px) {
      body.HeaderFixedEnabled {
        padding-top: 103px; } }
  body.newHeaderFixed {
    padding-top: 107px; }
    @media (min-width: 801px) {
      body.newHeaderFixed {
        padding-top: 80px; } }

h1, h2 {
  color: #2d4190;
  font-weight: 400;
  font-family: HelveticaNeueLT; }

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

.button, .icon, .icon svg {
  transition: none; }

.rte .about-us-header {
  font-size: 2em; }

ol.breadcrumbs {
  margin: .6rem 0;
  text-align: left; }

.body {
  margin: 0; }
  .body.body-default {
    margin: 1.4rem 0 0; }

.heroCarousel {
  margin: 0 0 0.72rem; }
  .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 24vw; }
    @media (min-width: 551px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 24vw; } }
    @media (min-width: 801px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 17.4rem; } }
    @media (min-width: 1261px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 20.2rem; } }

.productGrid .product {
  float: none;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  @media (min-width: 551px) {
    .productGrid .product {
      float: none;
      width: 100%; } }
  @media (min-width: 801px) {
    .productGrid .product {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0;
      width: 33.3333%; } }
  @media (min-width: 1261px) {
    .productGrid .product {
      width: 25%; } }

#faq-content-wrap {
  clear: both; }

.faq-content {
  clear: both;
  text-align: left; }
  .faq-content .faq-title {
    margin: 0 0 1rem;
    text-align: center; }
  .faq-content h4 {
    margin: 0; }
  .faq-content h4 + div {
    margin: 0 0 20px; }
  .faq-content p {
    margin: 0; }
    .faq-content p a {
      color: #344bd5;
      text-decoration: none; }

.accordion-title {
  font-family: "Arial", Arial, Helvetica, sans-serif; }

.button.standard-button {
  background-color: #5091cd;
  color: #fff;
  border: none;
  font-family: HelveticaNeueBL,Arial,sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 1.4rem 3rem;
  text-decoration: none;
  border-radius: 4px; }
  .button.standard-button:hover, .button.standard-button:focus {
    background-color: #5091cd;
    color: #fff;
    text-decoration: none; }

.bhs-gateway-reviews-see-all,
.HomeLearningCenterWrap .button.button-primary,
.gateway-icon-container .gateway-see-all-button > .button.button-primary {
  background-color: #FE720B;
  color: #000000;
  border-color: #FE720B;
  text-transform: uppercase; }

.button.active, .button.is-active, .button:focus, .button:hover,
.gateway-icon-container .gateway-see-all-button > .button.button-primary:hover,
.bhs-gateway-reviews-see-all:hover,
.HomeLearningCenterWrap .button.button-primary:hover {
  background-color: #EE6200;
  color: #000000;
  border-color: #EE6200; }

.blue-button--primary {
  background-color: #5091CD;
  color: #000000;
  border-color: #1D3F9A;
  line-height: 1.4rem;
  max-width: 390px;
  width: 100%;
  text-decoration: none; }
  .blue-button--primary:hover, .blue-button--primary:focus {
    background-color: #4081bd;
    border-color: #1d3f9a; }

#compare-tab {
  position: fixed;
  right: 80px;
  bottom: 0;
  display: none;
  min-width: 22.30769em;
  padding: 9px 15px 12px;
  font-size: .92857em;
  background: #fff;
  border: 1px solid #d5d8df;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }

#compare-tab.visible {
  display: block;
  transform: translateY(0);
  transition: transform .2s ease; }

#compare-tab .compare-tab-upper {
  margin-bottom: 17px;
  font-weight: 300; }

#compare-tab .compare-tab-upper::before, #compare-tab .compare-tab-upper::after {
  content: "";
  clear: both;
  display: table; }

.compare-tab-upper .item-limit {
  float: left; }

.compare-tab-upper .clear-compare {
  float: right; }

.compare-tab-item {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 3px;
  text-align: center; }

.compare-tab-item-remove {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 14px;
  height: 14px;
  padding-bottom: 1px;
  font-size: 1em;
  line-height: 1;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #666;
  border-radius: 50%;
  opacity: 0; }

.compare-tab-item:hover .compare-tab-item-remove {
  opacity: 1; }

.compare-tab-item-image img {
  max-height: 50px; }

.button.button-primary.compare-submit {
  padding: .71429rem 1.42857rem;
  float: right;
  height: 38px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2rem;
  margin: 0;
  text-transform: uppercase; }

#compare-items-wrapper {
  margin: 0;
  float: left;
  height: 50px; }

.mobileMenu-toggle {
  color: #000 !important;
  padding: 0 .786rem; }

.YoutubePopup-container {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 9999999992; }
  .YoutubePopup-container .YoutubePopup-bg {
    background: #1e1e1e;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .87;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
  .YoutubePopup-container .YoutubePopup {
    position: fixed;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 90%;
    width: 70%;
    padding: 44px;
    z-index: 99999;
    transform: translate(-50%, -50%); }
  .YoutubePopup-container .YoutubePopup-content {
    padding: 0 0 56.25%;
    width: 100%;
    height: 0;
    margin: 0;
    position: relative;
    overflow: visible; }
  .YoutubePopup-container .YoutubePopup-close {
    background-color: rgba(30, 30, 30, 0.6);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 47.971 47.971'%3E%3Cpath d='M28.228,23.986L47.092,5.122c1.172-1.171,1.172-3.071,0-4.242c-1.172-1.172-3.07-1.172-4.242,0L23.986,19.744L5.121,0.88c-1.172-1.172-3.07-1.172-4.242,0c-1.172,1.171-1.172,3.071,0,4.242l18.865,18.864L0.879,42.85c-1.172,1.171-1.172,3.071,0,4.242C1.465,47.677,2.233,47.97,3,47.97s1.535-0.293,2.121-0.879l18.865-18.864L42.85,47.091c0.586,0.586,1.354,0.879,2.121,0.879s1.535-0.293,2.121-0.879c1.172-1.171,1.172-3.071,0-4.242L28.228,23.986z' fill='rgb(255, 255, 255)' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: 0;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px;
    position: absolute;
    top: -44px;
    right: -44px;
    z-index: 9999; }
  .YoutubePopup-container .YoutubePopup-iframe {
    background: 0 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden; }

.breadcrumbs {
  margin: 0; }
  .breadcrumbs .breadcrumb {
    margin-right: 0; }
    .breadcrumbs .breadcrumb:not(:first-child):before {
      margin: 0 0.5rem; }
    .breadcrumbs .breadcrumb a {
      text-decoration: none; }
    .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
      font-weight: 400; }

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

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 400; }

.CategoryPage h1 {
  margin-top: 0; }

.CategoryPage .page {
  margin: 30px 0; }

@media (min-width: 801px) {
  .login-row .form-actions {
    display: flex;
    align-items: center;
    justify-content: center; } }

.quickSearchResults {
  position: absolute;
  background: #fff;
  width: 95%;
  z-index: 9999999;
  box-shadow: rgba(0, 0, 0, 0.17) 0 2px 3px 0; }

.quickSearchMessage {
  font-size: 14px;
  line-height: 1.4rem;
  margin: 20px 0;
  display: block; }

.quick-search-section-title {
  margin: 10px 15px 7px;
  font-size: 12px;
  color: #e6e6e6; }

.quick-search-result {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 0 8px;
  line-height: 17px;
  color: #666;
  white-space: nowrap;
  cursor: pointer;
  border-collapse: separate;
  border-spacing: 15px 0;
  table-layout: fixed; }

.quick-search-result-image {
  display: table-cell;
  width: 50px;
  height: auto; }

.quick-search-result-details {
  display: table-cell;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle; }

.quick-search-result-title {
  font-size: 16px;
  font-weight: 700;
  color: #666; }

.bhs_client_logos_container {
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc; }

.bhs_client_logos_wrapper > .bhs_client_logo {
  width: auto;
  float: none;
  height: auto;
  max-width: inherit; }

.bhs_client_logos_wrapper {
  margin: 0 -10px; }

.bhs_client_logo-wrap {
  padding: 0 10px; }

.bhs_client_logo,
.brand-kicker-container > a.brand-logo-link {
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  min-height: 85px;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.bhs_client_logo:hover,
.brand-kicker-container > a.brand-logo-link:hover {
  box-shadow: 0 0 7px .5px #ccc; }

.extra-button-padding-wrap {
  clear: both;
  text-align: center; }

.MobilePreviewCartWrap::after, .MobilePreviewCartWrap::before {
  content: "";
  display: table;
  clear: both; }

.previewCartAction-viewCart > a.button {
  background-color: #fe720b;
  border-color: #fe720b;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase; }

.button.updateQty {
  max-width: 140px;
  width: 100%;
  padding: .557rem 0;
  margin: .5rem 0 0; }

.button.updateQty.update-cart-button.cart-remove.Qtygtzero {
  border-radius: 4px;
  float: none;
  max-width: 140px;
  width: 100%;
  padding: .557rem 0;
  margin: .5rem 0 0;
  background: #fff;
  height: auto; }
  .button.updateQty.update-cart-button.cart-remove.Qtygtzero:hover, .button.updateQty.update-cart-button.cart-remove.Qtygtzero:focus {
    background-color: #ee6200;
    color: #fff;
    border-color: #ee6200; }

.cart-additionalCheckoutButtons .FloatRight p {
  display: none; }

.availability-outStockMsg {
  color: #ED5E5E;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4rem;
  margin: 0 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .availability-outStockMsg .icon {
    margin-right: 0.4rem; }
    .availability-outStockMsg .icon svg {
      fill: #ED5E5E; }

.page-sidebar.u-hiddenVisually + .page-content {
  width: 100%; }

.form-field.form-field-expected-delivery-date {
  display: none; }

.free-shipping-box {
  max-width: 250px;
  text-align: center;
  border: 1px solid #4aa734;
  padding: 0.8rem 1.7rem;
  width: 100%;
  color: #4aa734; }
  .free-shipping-box p {
    margin: 0;
    line-height: 1.4rem; }
    .free-shipping-box p span {
      font-weight: bold;
      color: #000; }
      .free-shipping-box p span#NextOrderTime {
        color: #4aa734; }
  .free-shipping-box .shipping-label {
    margin: 0 0 0.7rem;
    font-size: 16px;
    font-weight: bold; }

.amazon-desc h3 {
  margin: 0; }

.amazon-desc .prodcut-banner, .amazon-desc .prodcut-feature {
  text-align: center; }

.amazon-desc .feature-box-wrap {
  margin: 0 0 3rem; }
  .amazon-desc .feature-box-wrap .feature-box {
    text-align: center; }
    @media (min-width: 801px) {
      .amazon-desc .feature-box-wrap .feature-box {
        margin: 0 0 3rem; } }
    .amazon-desc .feature-box-wrap .feature-box .feature-box-detail {
      text-align: left; }
      .amazon-desc .feature-box-wrap .feature-box .feature-box-detail h4 {
        margin: 0 0 0.5rem;
        font-size: 15px;
        min-height: 87px; }
        @media (min-width: 801px) {
          .amazon-desc .feature-box-wrap .feature-box .feature-box-detail h4 {
            margin: 0 0 1rem;
            font-size: 16px;
            min-height: 70px; } }
      .amazon-desc .feature-box-wrap .feature-box .feature-box-detail p {
        margin: 0;
        font-size: 14px; }

.amazon-desc .optional-feature-wrap {
  margin: 0 0 2rem; }
  .amazon-desc .optional-feature-wrap .optional-feature-box {
    text-align: center; }
    @media (min-width: 1261px) {
      .amazon-desc .optional-feature-wrap .optional-feature-box {
        padding: 0 1.9rem; } }
    .amazon-desc .optional-feature-wrap .optional-feature-box h4 {
      margin: 1rem 0;
      font-size: 16px;
      min-height: 48px;
      text-align: left; }
    .amazon-desc .optional-feature-wrap .optional-feature-box p {
      text-align: left; }
  .amazon-desc .optional-feature-wrap .optional-feature-img-wrap {
    text-align: center; }

.cart-container {
  margin: 2rem 0; }

.cart-wrap:before, .cart-wrap:after {
  content: "";
  width: 100%;
  display: table;
  clear: both; }

.cart-wrap .cart-content-wrap {
  float: left;
  width: 100%; }
  @media (min-width: 991px) {
    .cart-wrap .cart-content-wrap {
      float: left;
      width: 68%; } }
  @media (min-width: 991px) {
    .cart-wrap .cart-content-wrap table.cart {
      border-collapse: unset; } }
  @media (min-width: 801px) {
    .cart-wrap .cart-content-wrap table.cart .cart-header {
      display: none; } }
  @media (min-width: 801px) {
    .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item {
      display: block;
      padding-top: 0;
      border: none; } }
  @media (min-width: 801px) {
    .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-figure {
      border: 1px solid #ddd;
      width: 20%; } }
  @media (min-width: 801px) {
    .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-figure .cart-item-image {
      border: 0;
      height: auto;
      margin: auto;
      max-height: 8.5rem;
      max-width: 100%;
      width: auto; } }
  .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-title {
    vertical-align: top; }
    .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-title .remove-cart-item {
      display: none; }
      @media (min-width: 801px) {
        .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-title .remove-cart-item {
          display: block; } }
      .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-title .remove-cart-item .cart-remove {
        background-color: transparent;
        color: red;
        border-radius: 0;
        position: unset;
        width: auto;
        float: none;
        padding: 0;
        margin: 0; }
  .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-quantity .cart-item-price {
    display: none; }
    @media (min-width: 801px) {
      .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-quantity .cart-item-price {
        display: block;
        margin-top: 10px; } }
  @media (min-width: 801px) {
    .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-info:nth-child(3), .cart-wrap .cart-content-wrap table.cart .cart-list .cart-item .cart-item-info:last-child {
      display: none; } }

.cart-wrap .cart-totals-wrap {
  float: left;
  width: 100%; }
  @media (min-width: 991px) {
    .cart-wrap .cart-totals-wrap {
      transition: .8s;
      float: right;
      width: 30%; } }
  @media (min-width: 991px) {
    .cart-wrap .cart-totals-wrap .cart-totals {
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-wrap .cart-totals-wrap .cart-totals .cart-total-label, .cart-wrap .cart-totals-wrap .cart-totals .cart-total-value, .cart-wrap .cart-totals-wrap .cart-totals .cart-total-grandTotal {
      padding: 1rem 0 5px; } }
  .cart-wrap .cart-totals-wrap .cart-actions {
    width: 100%;
    text-align: right; }
    @media (min-width: 801px) {
      .cart-wrap .cart-totals-wrap .cart-actions {
        text-align: left; } }
    .cart-wrap .cart-totals-wrap .cart-actions a.button {
      text-align: left;
      font-size: 0px;
      width: auto;
      display: inline-block; }
      @media (min-width: 801px) {
        .cart-wrap .cart-totals-wrap .cart-actions a.button {
          width: 100%;
          display: block; } }
      .cart-wrap .cart-totals-wrap .cart-actions a.button .checkout-img, .cart-wrap .cart-totals-wrap .cart-actions a.button .checkout-text {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        font-size: 14px; }

#product-reviews #productReviews-content #productReviews-list {
  display: flex;
  flex-wrap: wrap; }
  #product-reviews #productReviews-content #productReviews-list .productReview {
    width: 100%; }
    @media (min-width: 801px) {
      #product-reviews #productReviews-content #productReviews-list .productReview {
        width: 50%; } }
    #product-reviews #productReviews-content #productReviews-list .productReview article {
      box-shadow: rgba(0, 0, 34, 0.2) 3px 6px 9px;
      border-radius: 10px;
      border: 1px solid #f0f0f0;
      position: relative;
      padding: 30px 15px 30px 15px;
      margin: 0 0 1.5rem;
      clear: none; }
      #product-reviews #productReviews-content #productReviews-list .productReview article header {
        display: flex;
        justify-content: space-between; }
        #product-reviews #productReviews-content #productReviews-list .productReview article header .productReview-author {
          color: #444;
          font-size: 16px;
          font-weight: 600;
          text-transform: capitalize;
          margin-bottom: 0px; }
        #product-reviews #productReviews-content #productReviews-list .productReview article header .productReview-date {
          color: #999;
          margin: 0 !important;
          text-align: right; }
      #product-reviews #productReviews-content #productReviews-list .productReview article .productReview-title {
        color: #666;
        padding: 10px 0 0;
        font-size: 15px;
        clear: both;
        font-weight: bold;
        line-height: 1;
        vertical-align: top; }
      #product-reviews #productReviews-content #productReviews-list .productReview article .productReview-body {
        color: #707070;
        clear: left;
        line-height: 1.5rem;
        font-size: 15px;
        padding-top: 10px;
        margin-bottom: 0;
        min-height: 80px; }

#product-reviews .productView-reviewheader {
  padding: 0 15px 15px 15px;
  border-bottom: #cccccc solid 1px;
  margin: 0 0 2rem; }
  #product-reviews .productView-reviewheader:before, #product-reviews .productView-reviewheader:after {
    content: '';
    display: table;
    width: 100%;
    clear: both; }
  #product-reviews .productView-reviewheader > div {
    display: block;
    height: auto;
    text-align: center;
    max-width: 160px;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 801px) {
      #product-reviews .productView-reviewheader > div {
        float: left;
        margin-top: 0px; } }
    #product-reviews .productView-reviewheader > div.stars {
      font-size: 19px;
      font-weight: bold;
      padding-top: 10px; }
      #product-reviews .productView-reviewheader > div.stars .desc {
        max-width: 135px;
        width: 100%;
        margin: 0 auto; }
      #product-reviews .productView-reviewheader > div.stars .icon {
        width: 28px;
        height: 28px; }
    #product-reviews .productView-reviewheader > div.stars.block {
      margin-bottom: 1rem; }
      @media (min-width: 801px) {
        #product-reviews .productView-reviewheader > div.stars.block {
          margin: 0; } }
    #product-reviews .productView-reviewheader > div.productView-percentage {
      font-size: 12px;
      padding-top: 5px; }
      @media (min-width: 801px) {
        #product-reviews .productView-reviewheader > div.productView-percentage {
          margin-left: 38px;
          width: 134px; } }
      #product-reviews .productView-reviewheader > div.productView-percentage .numbers {
        font-size: 32px;
        font-weight: bold;
        padding-bottom: 5px; }
  #product-reviews .productView-reviewheader .productView-stars-group-wrapper {
    position: relative;
    display: block;
    box-sizing: content-box;
    margin: 0 auto; }

#product-reviews #shopper_review_page {
  display: none; }

.productView-stars-group-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  right: 0px;
  margin-right: .5rem;
  text-align: left;
  width: 100px;
  margin: 0 auto 0.2rem; }
  .productView-stars-group-wrapper .productView-stars-group {
    position: relative;
    line-height: 0;
    z-index: 10;
    white-space: nowrap; }
    .productView-stars-group-wrapper .productView-stars-group svg {
      height: 20px;
      fill: #cccccc;
      width: 20px; }
    .productView-stars-group-wrapper .productView-stars-group.productView-stars-rated-group {
      width: 0;
      z-index: 11;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden; }
      .productView-stars-group-wrapper .productView-stars-group.productView-stars-rated-group svg {
        fill: #ff9000; }

.productView-rating-wrap {
  display: block;
  margin: 10px 0; }
  .productView-rating-wrap #productRating_link {
    color: #666;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    float: none;
    text-decoration: none; }
    .productView-rating-wrap #productRating_link .productView-stars-group-wrapper {
      width: 100px;
      margin: 0 0.3rem 0 0; }

.icon--ratingFull svg {
  fill: #f68c20; }

.productView-reviewheader {
  padding: 0 15px 15px 15px;
  border-bottom: #cccccc solid 1px; }
  .productView-reviewheader:before, .productView-reviewheader:after {
    content: '';
    display: table;
    width: 100%;
    clear: both; }
  .productView-reviewheader > div {
    display: block;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 0px; }
    .productView-reviewheader > div.stars {
      font-size: 22px;
      font-weight: bold;
      padding-top: 10px; }
      .productView-reviewheader > div.stars .desc {
        max-width: 135px;
        width: 100%;
        margin: 0 auto; }
      .productView-reviewheader > div.stars .icon {
        width: 28px;
        height: 28px; }
    .productView-reviewheader > div.productView-percentage {
      width: 134px;
      margin-left: 38px;
      font-size: 12px;
      padding-top: 5px; }
      .productView-reviewheader > div.productView-percentage .numbers {
        font-size: 32px;
        font-weight: bold;
        padding-bottom: 5px; }

.mobileMenu-close {
  background-color: #1b3d5c;
  font-size: 18px;
  line-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  position: sticky;
  top: 0%;
  left: 90%;
  z-index: 9;
  width: 24px;
  height: 24px;
  text-align: center;
  text-decoration: none; }
  .mobileMenu-close:focus, .mobileMenu-close:hover {
    color: #fff; }
  .mobileMenu-close svg {
    fill: #fff; }
  @media (min-width: 801px) {
    .mobileMenu-close {
      display: none; } }

#menu .container.navPages {
  padding-top: 3rem; }

.Congratulat-for-2day-shipping .alertBox--info {
  background-color: transparent;
  border: 1px solid #4aa734;
  color: #4aa734; }
  .Congratulat-for-2day-shipping .alertBox--info .free-2day-heading {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: block; }
    @media (min-width: 801px) {
      .Congratulat-for-2day-shipping .alertBox--info .free-2day-heading {
        display: inline-block; } }
  .Congratulat-for-2day-shipping .alertBox--info svg {
    fill: green; }
  .Congratulat-for-2day-shipping .alertBox--info .free-2day-for-holydays {
    color: #4aa734;
    margin-left: 1rem;
    display: none; }
    .Congratulat-for-2day-shipping .alertBox--info .free-2day-for-holydays > span {
      color: #000;
      font-weight: 700; }
  .Congratulat-for-2day-shipping .alertBox--info .nextOrderTimeWrap {
    color: #4aa734;
    margin-left: 0; }
    @media (min-width: 801px) {
      .Congratulat-for-2day-shipping .alertBox--info .nextOrderTimeWrap {
        margin-left: 1rem; } }
    .Congratulat-for-2day-shipping .alertBox--info .nextOrderTimeWrap #NextOrderTime, .Congratulat-for-2day-shipping .alertBox--info .nextOrderTimeWrap #fromDate {
      color: #000;
      font-weight: 700;
      font-size: 14px;
      line-height: 1.8rem; }
      @media (min-width: 801px) {
        .Congratulat-for-2day-shipping .alertBox--info .nextOrderTimeWrap #NextOrderTime, .Congratulat-for-2day-shipping .alertBox--info .nextOrderTimeWrap #fromDate {
          font-size: 16px; } }

.SelectNewPlanWrap {
  padding: 0; }
  @media (min-width: 801px) {
    .SelectNewPlanWrap {
      padding: 0 15px; } }
  @media all and (min-width: 991px) {
    .SelectNewPlanWrap {
      padding: 0 2.5rem; } }
  .SelectNewPlanWrap .MainTitle {
    text-align: center;
    display: block;
    margin: 0 0 1.5rem; }
  .SelectNewPlanWrap .ServicePlan {
    border: 0;
    display: block;
    margin: 0 auto 2rem;
    max-width: 100%; }
    @media all and (min-width: 991px) {
      .SelectNewPlanWrap .ServicePlan {
        max-width: inherit;
        border: 1px solid #C0C0C0; } }
    @media (min-width: 801px) {
      .SelectNewPlanWrap .ServicePlan {
        display: flex;
        max-width: 100%; } }
    .SelectNewPlanWrap .ServicePlan .ServicePlanColumn {
      border: 1px solid #C0C0C0;
      max-width: 100%;
      width: 100%;
      padding: 1rem 0;
      margin: 0 0 20px; }
      @media all and (min-width: 991px) {
        .SelectNewPlanWrap .ServicePlan .ServicePlanColumn {
          border: 0; } }
      @media (min-width: 801px) {
        .SelectNewPlanWrap .ServicePlan .ServicePlanColumn {
          margin: 0; } }
      .SelectNewPlanWrap .ServicePlan .ServicePlanColumn.BasicService .ColumnHead .ColumnTitle > span.PlanStars {
        width: 75px; }
      .SelectNewPlanWrap .ServicePlan .ServicePlanColumn.PlusService {
        margin-right: 1px; }
        @media all and (min-width: 991px) {
          .SelectNewPlanWrap .ServicePlan .ServicePlanColumn.PlusService {
            border-left: 1px solid #C0C0C0;
            border-right: 1px solid #C0C0C0;
            margin-right: 0px; } }
        .SelectNewPlanWrap .ServicePlan .ServicePlanColumn.PlusService .ColumnHead .ColumnTitle > span.PlanStars {
          width: 100px; }
      .SelectNewPlanWrap .ServicePlan .ServicePlanColumn.PremiumService .ColumnHead .ColumnTitle > span.PlanStars {
        width: 125px; }
      .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ColumnHead {
        padding: 0rem 1.5rem; }
        .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ColumnHead .ColumnTitle {
          color: #2D639D;
          font-size: 22px;
          margin: 0 0 1rem; }
          .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ColumnHead .ColumnTitle > span.PlanStars {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='20' viewBox='0 -14 512 512'%3E%3Cpath d='m512 185.113281-177.265625-25.59375-78.734375-159.519531-78.734375 159.519531-177.265625 25.59375 128.617188 124.171875-30.089844 175.34375 157.472656-82.792968 157.472656 82.792968-30.089844-175.34375zm0 0' fill='rgb(255, 196, 0)' /%3E%3C/svg%3E");
            background-repeat: repeat-x;
            display: block;
            height: 25px;
            margin: 0; }
            @media (min-width: 801px) {
              .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ColumnHead .ColumnTitle > span.PlanStars {
                display: inline-block;
                vertical-align: middle;
                margin: 0 auto; } }
        .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ColumnHead .ColumnDesc {
          margin: 0 0 2rem; }
          .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ColumnHead .ColumnDesc > p {
            color: #000;
            font-size: 24px;
            font-weight: bold;
            line-height: 2rem;
            margin: 0;
            display: inline; }
            @media (min-width: 801px) {
              .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ColumnHead .ColumnDesc > p {
                display: block; } }
            .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ColumnHead .ColumnDesc > p > span {
              color: #1B5C27; }
            .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ColumnHead .ColumnDesc > p + p {
              display: inline;
              padding-left: 7px; }
              @media (min-width: 801px) {
                .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ColumnHead .ColumnDesc > p + p {
                  display: block;
                  padding: 0; } }
      .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .UpgradePlansWrap {
        padding: 0px 1rem; }
        .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .UpgradePlansWrap .UpgradePlansBox {
          border: 1px solid #6A7E8F;
          border-radius: 25px;
          padding: 10px;
          text-align: center;
          margin-bottom: 20px; }
          .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .UpgradePlansWrap .UpgradePlansBox .TopAmount {
            color: #6498C6;
            font-size: 22px;
            margin: 0; }
            .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .UpgradePlansWrap .UpgradePlansBox .TopAmount span {
              font-size: 30px; }
          .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .UpgradePlansWrap .UpgradePlansBox .BottomText {
            color: #6498C6;
            font-size: 12px;
            font-style: italic;
            margin: 0;
            min-height: 18px; }
      .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ServicePlanFeaures {
        padding: 0rem 1rem; }
        .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ServicePlanFeaures h4 {
          border-bottom: 2px solid #ddd;
          font-size: 16px;
          padding: 0 0 1rem;
          text-align: center; }
        .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ServicePlanFeaures .ChkDetail {
          display: block; }
          @media (min-width: 801px) {
            .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ServicePlanFeaures .ChkDetail {
              display: none; } }
        .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ServicePlanFeaures > ul {
          list-style: none;
          margin: 0;
          padding: 0;
          display: none; }
          @media (min-width: 801px) {
            .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ServicePlanFeaures > ul {
              display: block; } }
          .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ServicePlanFeaures > ul > li {
            color: #3E4043;
            line-height: 2.4rem;
            border-top: 2px solid #E2E2E2;
            padding: 0 0 0 0.5rem;
            font-size: 16px; }
            .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ServicePlanFeaures > ul > li:first-child {
              border: 0; }
            .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ServicePlanFeaures > ul > li.blank {
              color: #C2C2C2;
              font-size: 23px;
              text-align: center; }
            .SelectNewPlanWrap .ServicePlan .ServicePlanColumn .ServicePlanFeaures > ul > li span {
              font-weight: bold; }
    .SelectNewPlanWrap .ServicePlan .slick-list {
      padding: 0 70px 0 0 !important; }
      @media all and (min-width: 991px) {
        .SelectNewPlanWrap .ServicePlan .slick-list {
          padding: inherit; } }
    .SelectNewPlanWrap .ServicePlan .slick-next, .SelectNewPlanWrap .ServicePlan .slick-prev {
      background-color: rgba(255, 255, 255, 0.9);
      position: absolute;
      top: 10%;
      border: 1px solid #ddd;
      height: 8.35714rem;
      margin: 0;
      line-height: 0;
      font-size: 0;
      padding: .71429rem;
      width: 2.4rem;
      cursor: pointer;
      transform: translateY(-50%);
      z-index: 1; }
      .SelectNewPlanWrap .ServicePlan .slick-next:before, .SelectNewPlanWrap .ServicePlan .slick-prev:before {
        content: "";
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
        height: 2.129rem;
        width: 1.129rem; }
    .SelectNewPlanWrap .ServicePlan .slick-next {
      right: 0; }
      .SelectNewPlanWrap .ServicePlan .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='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    .SelectNewPlanWrap .ServicePlan .slick-prev {
      display: none !important; }
      .SelectNewPlanWrap .ServicePlan .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='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .SelectNewPlanWrap .tabContent {
    display: none; }
    .SelectNewPlanWrap .tabContent.Activate {
      display: block; }
    .SelectNewPlanWrap .tabContent .SelctTabs {
      padding: 0 1rem; }
      .SelectNewPlanWrap .tabContent .SelctTabs ul {
        margin: 10px 0 35px 0;
        padding: 0;
        list-style-type: none; }
        .SelectNewPlanWrap .tabContent .SelctTabs ul.desktop--view-list {
          display: none; }
          @media all and (min-width: 991px) {
            .SelectNewPlanWrap .tabContent .SelctTabs ul.desktop--view-list {
              display: flex;
              justify-content: center; } }
        .SelectNewPlanWrap .tabContent .SelctTabs ul.mobile--view-list {
          display: block; }
          @media all and (min-width: 399px) {
            .SelectNewPlanWrap .tabContent .SelctTabs ul.mobile--view-list {
              display: flex;
              justify-content: center; } }
          @media all and (min-width: 991px) {
            .SelectNewPlanWrap .tabContent .SelctTabs ul.mobile--view-list {
              display: none; } }
        .SelectNewPlanWrap .tabContent .SelctTabs ul li {
          width: 100%;
          max-width: 100%;
          margin: 0 0 0.5rem; }
          @media all and (min-width: 399px) {
            .SelectNewPlanWrap .tabContent .SelctTabs ul li {
              max-width: 33.333%;
              margin: 0; } }
          .SelectNewPlanWrap .tabContent .SelctTabs ul li a {
            border: 1px solid #999999;
            color: #7E8083;
            display: block;
            font-size: 14px;
            font-weight: 400;
            padding: 0.6rem 0;
            text-align: center;
            text-decoration: none;
            width: auto; }
            .SelectNewPlanWrap .tabContent .SelctTabs ul li a.Activate {
              background-color: #5D93CD;
              color: #fff; }
          .SelectNewPlanWrap .tabContent .SelctTabs ul li:first-child a {
            border-right: 1px solid #999999; }
            @media all and (min-width: 399px) {
              .SelectNewPlanWrap .tabContent .SelctTabs ul li:first-child a {
                border-right: 0; } }
          .SelectNewPlanWrap .tabContent .SelctTabs ul li:last-child a {
            border-left: 1px solid #999999; }
            @media all and (min-width: 399px) {
              .SelectNewPlanWrap .tabContent .SelctTabs ul li:last-child a {
                border-left: 0; } }

.TopTenGPSTracker {
  margin: 2rem 0; }
  @media (min-width: 801px) {
    .TopTenGPSTracker .intro {
      padding: 0 2rem; } }
  @media (min-width: 1261px) {
    .TopTenGPSTracker .intro {
      padding: 0 10rem; } }
  @media (min-width: 801px) {
    .TopTenGPSTracker .intro .page-heading {
      font-size: 30px; } }
  @media (min-width: 1261px) {
    .TopTenGPSTracker .intro .page-heading {
      font-size: 40px; } }
  .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap {
    margin: 0 0 3rem;
    border-bottom: 1px solid #d4dae0;
    padding: 0 0 3rem;
    max-width: 90%;
    width: 100%;
    margin: 0 auto 3rem; }
    .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap:first-child {
      border: 1px solid #8d9eae;
      border-radius: 24px;
      padding: 2rem;
      max-width: 100%; }
    .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap:last-child {
      border: 0; }
    .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box {
      display: block; }
      @media (min-width: 801px) {
        .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box {
          display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: center; } }
      @media all and (min-width: 991px) {
        .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box {
          align-items: center; } }
      .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-ImgWrap, .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-Content {
        display: flex;
        height: 100%;
        flex-direction: column; }
      .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-ImgWrap {
        align-items: center;
        flex: 2; }
        .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-ImgWrap .PriceActionWrap .price {
          font-size: 30px;
          color: #1b3d5c;
          font-weight: bold;
          margin: 1rem auto;
          text-align: center; }
          @media (min-width: 801px) {
            .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-ImgWrap .PriceActionWrap .price {
              font-size: 40px; } }
          .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-ImgWrap .PriceActionWrap .price.unavailable {
            display: none; }
        .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-ImgWrap .PriceActionWrap .action {
          margin: 1rem auto; }
      .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-Content {
        flex: 2.5;
        padding: 0; }
        @media (min-width: 801px) {
          .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-Content {
            padding-left: 2rem;
            padding-right: 0rem; } }
        .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-Content h4 {
          color: #1b3d5c;
          font-size: 25px;
          font-weight: 400;
          margin: 0; }
        .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-Content .GPSTracker-heading {
          display: block;
          margin: 0 0 1rem; }
          @media all and (min-width: 991px) {
            .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-Content .GPSTracker-heading {
              align-items: center;
              display: flex;
              justify-content: space-between; } }
          .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-Content .GPSTracker-heading h3 {
            color: #1b3d5c;
            font-size: 22px;
            margin: 0; }
            @media (min-width: 801px) {
              .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-Content .GPSTracker-heading h3 {
                font-size: 28px; } }
          .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-Content .GPSTracker-heading.topGPSTrackerHeading h3 {
            font-size: 25px; }
            @media (min-width: 801px) {
              .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-Content .GPSTracker-heading.topGPSTrackerHeading h3 {
                font-size: 35px; } }
          .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-Content .GPSTracker-heading .rattings.five-starts-rattings {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='30' viewBox='0 -14 512 512'%3E%3Cpath d='m512 185.113281-177.265625-25.59375-78.734375-159.519531-78.734375 159.519531-177.265625 25.59375 128.617188 124.171875-30.089844 175.34375 157.472656-82.792968 157.472656 82.792968-30.089844-175.34375zm0 0' fill='rgb(255, 228, 0)' /%3E%3C/svg%3E");
            background-repeat: repeat-x;
            display: block;
            height: 30px;
            margin: 0;
            display: inline-block;
            vertical-align: middle;
            font-size: 0; }
            .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-Content .GPSTracker-heading .rattings.five-starts-rattings.five-starts-rattings {
              width: 200px; }
        .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap .TopGPSTracker-Box .GPSTracker-Content .GPSTracker-details {
          font-size: 16px; }
    .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap:nth-child(even) .TopGPSTracker-Box {
      flex-direction: row-reverse; }
      .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap:nth-child(even) .TopGPSTracker-Box .GPSTracker-Content {
        padding: 0rem; }
        @media (min-width: 801px) {
          .TopTenGPSTracker .TopGPSTrackerList .TopGPSTrackerBoxWrap:nth-child(even) .TopGPSTracker-Box .GPSTracker-Content {
            padding-right: 2rem;
            padding-left: 0rem; } }

.new-contact-page h1 {
  color: #2d4190;
  font-size: 28px;
  font-family: HelveticaNeueLT;
  font-weight: normal;
  margin: 0 0 2rem;
  text-transform: uppercase; }
  .new-contact-page h1 span {
    color: #688fca; }

.new-contact-page .contact-boxes .contact-box .contact-details {
  padding: 0 1.6rem;
  text-align: center; }
  .new-contact-page .contact-boxes .contact-box .contact-details .contact-icon {
    font-size: 0px;
    display: block; }
    .new-contact-page .contact-boxes .contact-box .contact-details .contact-icon:before {
      content: '';
      background-repeat: no-repeat;
      display: flex;
      width: 80px;
      height: 80px;
      background-color: #1b3d5c;
      border-radius: 50%;
      background-position: center;
      background-size: 100%;
      margin: 0 auto;
      justify-content: center; }
  @media only screen and (min-width: 991px) {
    .new-contact-page .contact-boxes .contact-box .contact-details.contact-chat .contact-icon {
      pointer-events: none; } }
  .new-contact-page .contact-boxes .contact-box .contact-details.contact-chat .contact-icon:before {
    background-color: #2D4190;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M99.845,14.92c-52.56,0-95.153,33.225-95.153,73.957c0,27.045,18.673,50.633,46.514,63.524c-0.332,6.645-2.192,24.652-12.625,31.563c6.645,0,30.833-8.441,39.271-23.125c7.276,1.351,14.661,2.02,22.063,1.994c52.493,0,95.085-33.225,95.085-73.957S152.339,14.92,99.845,14.92z' fill='%23ffffff' /%3E%3C/svg%3E");
    background-size: 50px; }
  @media only screen and (min-width: 991px) {
    .new-contact-page .contact-boxes .contact-box .contact-details.contact-chat a {
      pointer-events: none; } }
  .new-contact-page .contact-boxes .contact-box .contact-details.contact-consult .contact-icon:before {
    background-color: #688FCA;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff'%3E%3Cpath d='M57.832,63.616c-0.002,8.712-0.093,17.424,0.044,26.133c0.053,3.371-1.079,4.961-4.619,4.935c-13.077-0.095-11.201,0.99-11.259-10.915c-0.075-15.243-0.025-30.488-0.012-45.733c0.004-5.254,0.271-5.563,5.336-5.521c11.776,0.1,10.439-1.577,10.504,10.349C57.865,49.78,57.834,56.697,57.832,63.616z'/%3E%3Cpath d='M60.743,15.75c-0.014,6.277-4.306,10.544-10.523,10.468 c-5.89-0.072-10.319-4.947-10.294-11.326C39.949,9,44.513,4.392,50.209,4.508C56.069,4.627,60.755,9.629,60.743,15.75z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: 50px; }
  .new-contact-page .contact-boxes .contact-box .contact-details.phone-consult .contact-icon:before {
    background-color: #7E8083;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 47'%3E%3Cpath d='M14.17,14.73A6.28,6.28,0,0,1,18,11.58c.82-.16,1.6-.37,2.13.26l3.32,4a1.58,1.58,0,0,1,.11,1.88l-.64.95a1.58,1.58,0,0,0,.2,2l5.17,6.18a1.57,1.57,0,0,0,2,.19l.85-.57a1.59,1.59,0,0,1,2,.2l4.12,3.12a1.57,1.57,0,0,1,.15,2.06l-1.12,1.49c-.57.76-1.06,1.42-3.06,1.42-3,0-7-2-11-6-6-6-7-9-8-12a5.2,5.2,0,0,1,0-2' fill='%23ffffff' /%3E%3C/svg%3E"); }
  .new-contact-page .contact-boxes .contact-box .contact-details h3 {
    font-size: 20px;
    font-family: HelveticaNeueLT;
    font-weight: normal;
    line-height: 1.8rem;
    margin: 1rem 0;
    padding: 0 01.6rem; }
  .new-contact-page .contact-boxes .contact-box .contact-details p {
    margin: 0 0 1rem; }
    .new-contact-page .contact-boxes .contact-box .contact-details p a {
      color: #666;
      font-weight: bold;
      text-decoration: none; }
      .new-contact-page .contact-boxes .contact-box .contact-details p a.button:hover {
        color: #000000; }

.new-contact-page .contact-other-services .other-services-heading {
  margin: 2rem 0 3rem;
  position: relative;
  text-align: center; }
  .new-contact-page .contact-other-services .other-services-heading:before {
    content: '';
    height: 3px;
    background: #3F4654;
    display: block;
    position: absolute;
    width: 100%;
    top: 50%; }
  .new-contact-page .contact-other-services .other-services-heading h2 {
    color: #2d4190;
    font-family: HelveticaNeueLT;
    font-weight: normal;
    margin: 0;
    width: auto;
    position: relative;
    text-transform: uppercase; }
    .new-contact-page .contact-other-services .other-services-heading h2 span {
      background: #fff;
      padding: 0 1rem; }
      .new-contact-page .contact-other-services .other-services-heading h2 span > span {
        color: #688fca;
        padding: 0; }

.new-contact-page .contact-other-services .other-services-box .contact-info-hd {
  color: #444;
  font-size: 1.7rem;
  font-family: HelveticaNeueLT;
  font-weight: normal;
  line-height: 2rem;
  margin: 0 0 1rem;
  padding: 0 2.6rem;
  text-align: center;
  text-transform: capitalize; }

.new-contact-page .contact-other-services .other-services-box.helpful-links-box {
  margin: 5rem 0 0; }
  .new-contact-page .contact-other-services .other-services-box.helpful-links-box .helpful-links {
    list-style: none;
    margin: 0 0 2rem; }
    .new-contact-page .contact-other-services .other-services-box.helpful-links-box .helpful-links li a {
      background-size: 34px;
      background-position: center left;
      background-repeat: no-repeat;
      padding-left: 48px;
      line-height: 39px;
      display: block; }
    .new-contact-page .contact-other-services .other-services-box.helpful-links-box .helpful-links li.returns-exchanges a {
      background-image: url(https://cdn11.bigcommerce.com/s-ljboqq8dd6/content/support/icon-returns-and-exchanges.svg); }
    .new-contact-page .contact-other-services .other-services-box.helpful-links-box .helpful-links li.shipping-policy a {
      background-image: url(https://cdn11.bigcommerce.com/s-ljboqq8dd6/content/support/icon-shipping-policy.svg); }
  .new-contact-page .contact-other-services .other-services-box.helpful-links-box p a {
    color: #666;
    font-weight: bold;
    font-size: 13px; }

.new-contact-page .contact-other-services .other-services-box .order-status-form .contact-form-body #check-order-status {
  border: 1px solid #ddd;
  border-radius: 9px;
  overflow: visible; }
  .new-contact-page .contact-other-services .other-services-box .order-status-form .contact-form-body #check-order-status iframe {
    border-radius: 10px; }

.new-contact-page .contact-other-services .other-services-box .support-team-form .contact-form-body #lg_contact_main .form-field {
  margin: 0 0 1rem; }
  .new-contact-page .contact-other-services .other-services-box .support-team-form .contact-form-body #lg_contact_main .form-field .form-input {
    height: 34px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding: 0.45rem 0.8rem; }

@media only screen and (min-width: 551px) {
  .cart-additionalCheckoutButtons .FloatRight div#paypalexpress-container1 {
    height: 40px;
    overflow: hidden; }
  body {
    padding-top: 0; } }

@media only screen and (max-width: 991px) {
  .cart-wrap .cart-totals-wrap {
    top: 0 !important; } }

@media only screen and (max-width: 800px) {
  #menu .container.navPages {
    width: 100%; }
  .header {
    z-index: 99; }
  .giftcard-redeem-steps, .rte, body {
    font-size: 16px; }
  #CartPreviewAccessories {
    padding: 0 15px; }
  .YoutubePopup-container .YoutubePopup {
    height: 100%;
    width: 100%; } }

@media only screen and (max-width: 550px) {
  .cart-additionalCheckoutButtons .FloatRight div#paypalexpress-container1 {
    height: 56px;
    overflow: hidden; }
  .feature-box-wrap div[class*="col-"], .optional-feature-wrap div[class*="col-"] {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    float: none;
    text-align: center; }
  .amazon-desc .feature-box-wrap .feature-box .feature-box-detail {
    text-align: center; }
  .amazon-desc .feature-box-wrap .feature-box .feature-box-detail h4 {
    font-size: 16px;
    min-height: 47px; }
  .amazon-desc .feature-box-wrap .feature-box .feature-box-detail p {
    font-size: 13px; }
  .free-shipping-box {
    padding: .8rem 1.1rem; }
    .free-shipping-box .free-shipping-box p {
      font-size: 14px; }
    .free-shipping-box .shipping-label {
      font-size: 15px; } }

@media only screen and (max-width: 480px) {
  .cart-additionalCheckoutButtons .FloatRight div#paypalexpress-container1 {
    height: 48px;
    overflow: hidden; } }

.special-product-view .product-container .productView-title {
  margin: 0 0 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .special-product-view .product-container .productView-title {
      text-align: left; } }

.special-product-view .product-container .productView {
  margin: 0 -.75rem;
  padding: 0 .5rem; }
  .special-product-view .product-container .productView .productView-images, .special-product-view .product-container .productView .productView-details {
    width: 100%; }
    @media (min-width: 801px) {
      .special-product-view .product-container .productView .productView-images, .special-product-view .product-container .productView .productView-details {
        width: 50%; } }

.special-product-view .product-container .productView-details .product-price {
  margin: 0 0 1rem; }
  .special-product-view .product-container .productView-details .product-price .currency {
    margin-right: 0.5rem; }
  .special-product-view .product-container .productView-details .product-price .price {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.5px;
    color: #333; }

.special-product-view .product-container .productView-details .ETA .eta-value {
  font-weight: bold; }

.special-product-view .productView-description {
  border-bottom: 0;
  margin-bottom: 0;
  counter-reset: section; }
  .special-product-view .productView-description .content {
    margin: 0 0 2rem; }
    .special-product-view .productView-description .content .step-heading {
      font-size: 1.6rem;
      margin: 0 0 0.6rem; }
      .special-product-view .productView-description .content .step-heading:before {
        counter-increment: section;
        content: counter(section) ". ";
        font-size: 1.6rem; }
      .special-product-view .productView-description .content .step-heading a {
        font-size: 1.6rem;
        text-decoration: none; }
    .special-product-view .productView-description .content .step-tip {
      font-size: 14px;
      margin: 0;
      text-transform: none; }

.serviceplan-qty-wrap {
  text-align: center;
  margin: 0 0 2rem; }
  .serviceplan-qty-wrap p, .serviceplan-qty-wrap span {
    display: inline-block;
    margin: 0; }
  .serviceplan-qty-wrap p {
    font-style: italic;
    font-weight: bold;
    font-size: 18px; }
  .serviceplan-qty-wrap .form-field.form-field--increments {
    margin: 0 1rem; }
  .serviceplan-qty-wrap .form-increment {
    display: flex;
    flex-direction: revert;
    align-items: center;
    justify-content: center; }
    .serviceplan-qty-wrap .form-increment .button {
      background: #fff;
      margin: 0;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      text-align: center;
      border: 1px solid #888;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0; }
      .serviceplan-qty-wrap .form-increment .button .icon {
        width: 10px;
        height: 10px; }
      .serviceplan-qty-wrap .form-increment .button:hover {
        background: #888; }
        .serviceplan-qty-wrap .form-increment .button:hover .icon > svg {
          fill: #fff;
          stroke: #fff; }
    .serviceplan-qty-wrap .form-increment .form-input.form-input--incrementTotal {
      border: 1px solid #888;
      height: 40px;
      width: 40px;
      margin: 0 6px;
      color: #888;
      font-weight: 400; }

.account_addressbook-container {
  margin: 3rem 0; }
  .account_addressbook-container .page-heading {
    color: #2d4190;
    font-family: HelveticaNeueLT;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase; }
    .account_addressbook-container .page-heading span {
      color: #688fca; }

.page-content h1 {
  color: #2d4190;
  font-size: 28px;
  font-family: HelveticaNeueLT;
  font-weight: 400;
  margin: 0 0 2rem;
  text-align: left;
  text-transform: uppercase; }
  .page-content h1.industry-page-header {
    background-color: transparent;
    color: #fff;
    margin: 0 0 0.6rem;
    text-align: center; }
  .page-content h1 span {
    color: #688fca; }

.page-content .industry-page-subhead {
  background-color: transparent; }

.returns-feature-box {
  display: flex;
  margin: 0 0 1.6rem; }
  @media all and (max-width: 551px) {
    .returns-feature-box {
      flex-direction: column; } }
  .returns-feature-box > div {
    display: flex;
    flex-direction: column; }
    .returns-feature-box > div.returns-feature-img {
      flex: 1;
      align-items: flex-start;
      justify-content: center; }
      @media all and (max-width: 551px) {
        .returns-feature-box > div.returns-feature-img {
          align-items: center; } }
    .returns-feature-box > div.returns-feature-detail {
      flex: 5;
      padding: 0 2rem; }
      @media all and (max-width: 551px) {
        .returns-feature-box > div.returns-feature-detail h3 {
          text-align: center; } }

#titleText, #titleText + a {
  display: inline-block; }

#titleText {
  margin-right: 1rem; }

.careers-person {
  display: none;
  float: none; }

.careers-details {
  float: none;
  width: 100%; }

.careersLocationWrap {
  clear: both; }

@media all and (min-width: 551px) {
  .careers-person {
    display: block;
    float: right;
    width: 30%; }
  .careers-details {
    float: left;
    width: 60%; } }

.page-banner {
  margin: 0 auto 1rem;
  text-align: center; }
  .page-banner > img {
    width: 100%; }

.orderTrackWrap {
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 801px) {
    .orderTrackWrap {
      margin: 0 0 6rem; } }
  .orderTrackWrap:before, .orderTrackWrap:after {
    content: '';
    display: table;
    clear: both;
    width: 100%; }
  @media (min-width: 801px) {
    .orderTrackWrap .orderTrackBody p {
      font-size: 16px; } }
  .orderTrackWrap .trackOrderFormFrame {
    margin: 0 auto 1rem; }
    @media (min-width: 801px) {
      .orderTrackWrap .trackOrderFormFrame {
        margin: 0; } }

.productView > .productView-details > .productView-options,
.serviceplan-qty-wrap {
  position: relative; }

.bulk-discounts-modal {
  box-shadow: rgba(0, 0, 0, 0.08) 0 5px 30px 0, rgba(0, 0, 0, 0.09) 0 2px 5px 0, rgba(0, 0, 0, 0.09) 0 4px 8px 0;
  max-width: 350px;
  min-height: 140px;
  position: absolute;
  right: 0;
  top: 45% !important;
  transform: translate(-50%, -40%);
  width: 100%;
  z-index: 99; }
  @media (min-width: 551px) {
    .bulk-discounts-modal {
      min-height: 170px;
      transform: translate(-50%, -100%); } }
  .bulk-discounts-modal.bulk-discounts-modal-open {
    display: block !important;
    opacity: 1;
    visibility: visible; }
  .bulk-discounts-modal .modal-header .modal-header-title {
    color: #2d4190;
    font-weight: 400;
    font-family: HelveticaNeueLT;
    font-size: 20px;
    line-height: 1.6rem; }
    @media (min-width: 551px) {
      .bulk-discounts-modal .modal-header .modal-header-title {
        font-size: 25px;
        line-height: 2rem; } }
  .bulk-discounts-modal .modal-header .modal-close {
    top: 0;
    right: 0; }
  .bulk-discounts-modal .modal-content {
    padding: 0.5rem; }
    .bulk-discounts-modal .modal-content p {
      margin: 0;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      text-align: center; }
      @media (min-width: 551px) {
        .bulk-discounts-modal .modal-content p {
          font-size: 14px; } }

#service-plan-bulk-discounts-modal.bulk-discounts-modal {
  transform: translate(-50%, 20%); }

.TotalItemSaveValue {
  text-align: right;
  padding: 1rem 0;
  font-size: 15px; }
  @media (min-width: 551px) {
    .TotalItemSaveValue {
      font-size: 18px; } }
  .TotalItemSaveValue span {
    font-weight: bold;
    color: #ee6200; }

.standardFreeShipping-disabled.FreeShippingStatus.InProcess,
.standardFreeShipping-enabled.FreeShippingStatus.Congratulat {
  display: none; }

#search_query_adv-one, #search_query_adv-two, #search_query_adv-three {
  background: 0 0;
  border: 0;
  height: 35px; }

#shopper_approved_product img#sa_product_header_img {
  width: 120px !important;
  margin: 0 auto !important;
  position: unset !important;
  display: block; }

#shopper_approved_product #sa_product_header_text {
  clear: both;
  width: 95%;
  text-align: center; }

.HomeLearningCenterWrap a {
  text-decoration: none;
  font-weight: 600; }

div.lp-cyber-security-2-grid.extra-large > div.content {
  padding: 3rem; }

div.lp-cyber-security-2-grid.large > div.content {
  padding: 3rem; }

div.lp-cyber-security-2-grid > div.content {
  padding: 1.6rem; }

div.lp-industry-solutions-2-grid div.content {
  padding: 15px;
  text-align: center;
  height: 250px; }

.navPages-container.is-open .container.navPages .navPages-item.GPS-login-page {
  border: 0;
  background-color: #fff;
  width: 160px;
  margin-top: 3rem; }
  .navPages-container.is-open .container.navPages .navPages-item.GPS-login-page .navPages-action {
    width: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg%3E%3Cpath d='M16.126,31.358c-2.433,0-4.866,0.004-7.298-0.001c-3.297-0.009-5.368-2.088-5.346-5.394c0.016-2.49,0.313-4.931,1.52-7.17c1.036-1.925,2.618-3.045,4.834-3.093c0.492-0.011,1.019,0.229,1.483,0.452c0.974,0.468,1.876,1.113,2.882,1.482c1.921,0.704,3.775,0.304,5.518-0.688c0.325-0.186,0.658-0.373,0.944-0.612c0.957-0.799,2.021-0.774,3.136-0.462c1.624,0.454,2.768,1.493,3.522,2.963c1.356,2.632,1.696,5.468,1.404,8.359c-0.245,2.404-2.382,4.129-4.943,4.155c-2.552,0.027-5.103,0.006-7.656,0.006C16.126,31.356,16.126,31.357,16.126,31.358z' fill='%231b3d5c'%3E%3C/path%3E%3Cpath d='M15.97,15.593c-4.073,0.007-7.296-3.198-7.318-7.278c-0.021-4.051,3.227-7.331,7.271-7.341c4.075-0.01,7.363,3.258,7.364,7.321C23.287,12.333,20.028,15.584,15.97,15.593z' fill='%231b3d5c'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 27px;
    padding: 1rem 1.5rem 1rem 3rem;
    color: #1b3d5c;
    text-align: center; }

.ProductsTypeDesc > strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9rem;
  min-height: 82px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 1rem; }
  @media (min-width: 1261px) {
    .ProductsTypeDesc > strong {
      min-height: 55px; } }

.PageFeatureWrap .FeatureBoxDetail > strong {
  color: #1B3D5C;
  font-weight: bold; }

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

.price--rrp,
.price--non-sale,
.price--discounted {
  color: #595959; }

.productView-simple .productView-product.DesktopProductView-product {
  border: 0; }

.loader-ellips {
  font-size: 20px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto; }

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #1b3d5c;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite; }

.loader-ellips__dot:nth-child(2) {
  background: #4f91cd; }

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0; }

.loader-ellips__dot:nth-child(3) {
  left: 1.5em; }

.loader-ellips__dot:nth-child(4) {
  left: 3em; }

@keyframes reveal {
  from {
    transform: scale(0.001); }
  to {
    transform: scale(1); } }

@keyframes slide {
  to {
    transform: translateX(1.5em); } }

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal; }

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide; }

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse; }

.bps-beta-content .fullTwoColumnWrap.column-reverse {
  flex-direction: column; }
  @media (min-width: 801px) {
    .bps-beta-content .fullTwoColumnWrap.column-reverse {
      flex-direction: row-reverse; } }

.bps-beta-content .fullTwoColumnWrap .videoColumnWrap {
  flex: 2;
  text-align: center; }
  .bps-beta-content .fullTwoColumnWrap .videoColumnWrap .videoPopup {
    cursor: pointer;
    display: block;
    margin: 0 0 2rem; }
    @media (min-width: 801px) {
      .bps-beta-content .fullTwoColumnWrap .videoColumnWrap .videoPopup {
        margin: 0; } }
  .bps-beta-content .fullTwoColumnWrap .videoColumnWrap a {
    display: block;
    width: 100%; }

.bps-beta-content .fullTwoColumnWrap .infoColumnWrap {
  flex: 3; }
  @media (min-width: 801px) {
    .bps-beta-content .fullTwoColumnWrap .infoColumnWrap {
      margin-right: 1rem; } }
  .bps-beta-content .fullTwoColumnWrap .infoColumnWrap h1 {
    text-align: center; }
    @media (min-width: 801px) {
      .bps-beta-content .fullTwoColumnWrap .infoColumnWrap h1 {
        text-align: left; } }

.motoTrack-spec-content {
  margin: 3rem 0; }
  .motoTrack-spec-content h4 {
    margin: 0 0 1rem; }
  .motoTrack-spec-content table {
    margin: 0 0 3rem;
    width: 100%; }
    .motoTrack-spec-content table tr:nth-child(2n) {
      background-color: #f9f9f9; }
    .motoTrack-spec-content table tr td {
      border: 1px solid #ddd;
      font-size: 13px;
      width: 30%; }
      @media (min-width: 801px) {
        .motoTrack-spec-content table tr td {
          font-size: 14px; } }
      @media (min-width: 1261px) {
        .motoTrack-spec-content table tr td {
          font-size: 15px; } }
      .motoTrack-spec-content table tr td:nth-child(2n) {
        width: 70%; }

.form-field--inputPassword .eye-icon.toggle-password {
  top: -38px; }

.form-field--inputPassword.form-field--success .form-input[type="text"] {
  background-image: none; }

.eye-icon.toggle-password {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23626262' %3E%3Cg%3E%3Cpath d='M0.5,17.2c3-3.6,6.4-6.6,10.8-8.3c3.2-1.2,6.3-1.2,9.5,0c4.3,1.7,7.7,4.7,10.7,8.3c-0.4,0.3-0.7,0.6-1,0.9c-3.1,2.6-6.6,4.5-10.5,5.5c-3.7,0.9-7.2,0.5-10.7-0.9c-3.1-1.2-5.8-2.9-8.3-5.1C0.8,17.5,0.7,17.4,0.5,17.2z M22.7,15.7c-0.2-3.8-3.4-6.6-7.1-6.4c-3.7,0.3-6.5,3.5-6.2,7.1c0.3,3.6,3.5,6.4,7,6.2C20.1,22.4,22.8,19.2,22.7,15.7z'/%3E%3Cpath d='M17.2,11.8c-0.7,0.5-1.1,1.2-0.9,2.1c0.1,0.4,0.3,0.9,0.6,1.2c0.8,0.9,1.8,0.8,3.3-0.3c0.7,1.4-0.1,3.6-1.6,4.8c-1.7,1.2-4.1,1.1-5.5-0.2c-1.7-1.6-2-3.9-0.8-5.8C13.4,11.9,15.6,11.1,17.2,11.8z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  height: 32px;
  float: right;
  margin-left: 0;
  margin-top: 0;
  position: relative;
  right: 6px;
  top: -49px;
  width: 32px;
  z-index: 2; }
  .eye-icon.toggle-password.eye-slash-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' %3E%3Cpath d='M23.8,22.2c1.1,1.1,2.1,2.1,3.1,3c-0.5,0.6-1,1.1-1.6,1.6c-1.1-1.1-2.3-2.3-3.5-3.5c-0.2-0.2-0.4-0.3-0.8-0.2c-4.8,1.5-9.3,0.8-13.7-1.4c-2.3-1.1-4.3-2.5-6.3-4.1c-0.2-0.1-0.3-0.3-0.5-0.5c2.3-2.8,4.9-5.2,8-7C7.4,9,6.3,7.8,5.1,6.7c0.5-0.5,1.1-1,1.6-1.5c0.7,0.7,1.4,1.4,2.1,2.2c0.5,0.5,1.1,1.1,1.6,1.6C10.6,9,10.8,9.1,11,9.1c4.4-1.8,8.5-1.1,12.5,1.1c3.1,1.8,5.6,4.1,7.9,6.9c0,0,0,0.1,0.1,0.2C29.1,19.3,26.6,20.9,23.8,22.2z M12.2,10.6c0.5,0.5,1,1,1.6,1.6c1.1-0.6,2.2-0.8,3.4-0.4c-1.1,1.5-1.2,2.4-0.3,3.3c0.3,0.3,0.8,0.5,1.3,0.6c0.8,0.2,1.5-0.3,2.1-1c0.4,1.3,0.2,2.4-0.4,3.4c0.5,0.6,1.1,1.1,1.6,1.6c1.9-2.5,1.5-6.2-0.8-8.5C18.4,9,14.6,8.7,12.2,10.6z M10.6,12.1c-2.1,2.6-1.5,6.7,1.1,8.9c2.8,2.4,6.5,1.7,8.1,0.3c-0.4-0.4-0.9-0.8-1.3-1.3c-0.2-0.2-0.3-0.2-0.6-0.1c-0.9,0.5-1.8,0.6-2.8,0.4c-2.8-0.6-4.3-3.6-3.1-6.2c0.1-0.1,0.1-0.4,0-0.5C11.6,13.1,11.1,12.6,10.6,12.1z' fill='%23626262' %3E%3C/path%3E%3C/svg%3E"); }

.blog-main .blog-post-figure, .blog-main .blog-post-body, .blog-single-post .blog-post-figure, .blog-single-post .blog-post-body {
  width: 100%; }

.blog-single-post .blog-post h1 {
  margin-top: 1rem; }

.blog-single-post .blog-date, .blog-single-post .blog-author {
  text-align: left; }

.blog-single-post .share-blog-post-wrap {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: 1rem;
  margin: 0 0 1rem;
  text-align: left;
  text-transform: capitalize; }
  .blog-single-post .share-blog-post-wrap .socialLinks .socialLinks__link {
    align-items: center;
    border: 1px solid #07223f;
    border-radius: 5px;
    height: 35px;
    display: flex;
    justify-content: center;
    width: 35px; }
    .blog-single-post .share-blog-post-wrap .socialLinks .socialLinks__link svg {
      fill: #07223f;
      height: 20px;
      width: 20px; }

.blog-single-post .tags {
  margin: 1rem 0 0;
  text-align: left; }
  .blog-single-post .tags .tag + .tag {
    margin-left: 0.6rem; }
  .blog-single-post .tags .tag a {
    background-color: #8BC24D;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.03rem; }
    .blog-single-post .tags .tag a.tag-cellular-security {
      background-color: #F5392D; }
    .blog-single-post .tags .tag a.tag-gps-tracking {
      background-color: #6C757E; }
    .blog-single-post .tags .tag a.tag-hidden-cameras {
      background-color: #F49F12; }

.blog-grid:before, .blog-grid:after {
  content: '';
  display: table;
  clear: both;
  width: 100%; }

.blog-grid .blog {
  border: 0;
  float: none;
  margin: 0 0 1.5rem;
  padding: 0 1.5rem;
  min-height: 560px;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-grid .blog {
      float: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .blog-grid .blog {
      width: 33.333333%; } }
  .blog-grid .blog .blog-post-figure, .blog-grid .blog .blog-post-body {
    width: 100%; }
  .blog-grid .blog .blog-post-figure {
    margin: 0 0 1rem; }
    .blog-grid .blog .blog-post-figure .blog-thumbnail {
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      border: 1px solid #CCC; }
      .blog-grid .blog .blog-post-figure .blog-thumbnail .blog-thumbnail-container {
        max-width: 250px; }
        .blog-grid .blog .blog-post-figure .blog-thumbnail .blog-thumbnail-container:after {
          content: "";
          display: block;
          height: 0;
          padding-bottom: 100%;
          width: 100%; }
        .blog-grid .blog .blog-post-figure .blog-thumbnail .blog-thumbnail-container img {
          width: 100%;
          bottom: 0;
          left: 0;
          margin: auto;
          position: absolute;
          right: 0;
          top: 0;
          border: 0;
          font-family: "object-fit: contain;";
          max-height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 257px; }
  .blog-grid .blog .blog-post-body .blog-header .tags {
    margin: 0.8rem 0;
    text-align: left; }
    .blog-grid .blog .blog-post-body .blog-header .tags .tag + .tag {
      margin-left: 0.6rem; }
    .blog-grid .blog .blog-post-body .blog-header .tags .tag a {
      background-color: #8BC24D;
      border-radius: 3px;
      color: #fff;
      font-size: 10px;
      line-height: 10px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.03rem; }
      .blog-grid .blog .blog-post-body .blog-header .tags .tag a.tag-cellular-security {
        background-color: #F5392D; }
      .blog-grid .blog .blog-post-body .blog-header .tags .tag a.tag-gps-tracking {
        background-color: #6C757E; }
      .blog-grid .blog .blog-post-body .blog-header .tags .tag a.tag-hidden-cameras {
        background-color: #F49F12; }
  .blog-grid .blog .blog-post-body .blog-header .blog-title {
    font-size: 20px;
    margin: 0 0 1rem;
    text-align: left; }
    .blog-grid .blog .blog-post-body .blog-header .blog-title a {
      display: block; }
  .blog-grid .blog .blog-post-body .blog-header .blog-meta {
    text-align: left; }
    .blog-grid .blog .blog-post-body .blog-header .blog-meta span {
      margin: 0;
      color: #acacac; }
      .blog-grid .blog .blog-post-body .blog-header .blog-meta span.author-avatar img {
        width: 40px;
        border-radius: 50%; }
      .blog-grid .blog .blog-post-body .blog-header .blog-meta span.blog-author span {
        color: #333333; }
  .blog-grid .blog .blog-post-body .blog-post p {
    margin-bottom: .8rem; }
  .blog-grid .blog .blog-post-body .blog-post a {
    color: #2F88FD;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize; }

.author-details-wrap {
  margin: 4rem 0 1rem;
  padding: 1rem; }
  .author-details-wrap .author-details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-direction: column; }
    @media (min-width: 801px) {
      .author-details-wrap .author-details {
        flex-direction: row; } }
    .author-details-wrap .author-details .author-avatar {
      width: 180px;
      text-align: center;
      border-radius: 50%;
      overflow: hidden;
      text-align: center; }
      @media (min-width: 801px) {
        .author-details-wrap .author-details .author-avatar {
          width: 20%;
          text-align: left; } }
      .author-details-wrap .author-details .author-avatar img {
        width: 100%; }
    .author-details-wrap .author-details .author-info {
      width: 100%;
      text-align: center; }
      @media (min-width: 801px) {
        .author-details-wrap .author-details .author-info {
          width: 80%;
          text-align: left; } }
      .author-details-wrap .author-details .author-info h3 {
        margin: 0 0 0.5rem;
        display: flex;
        align-items: center;
        gap: 0.8rem;
        justify-content: center; }
        @media (min-width: 801px) {
          .author-details-wrap .author-details .author-info h3 {
            justify-content: flex-start; } }
        .author-details-wrap .author-details .author-info h3 .social-links {
          display: flex; }
          .author-details-wrap .author-details .author-info h3 .social-links .icon svg {
            fill: #ccc; }
          .author-details-wrap .author-details .author-info h3 .social-links .icon:hover svg {
            fill: #0a66c2; }
      .author-details-wrap .author-details .author-info p:last-child {
        margin: 0; }

.viewmoreblog-button-wrap {
  text-align: center;
  margin: 0 0 1rem; }
  .viewmoreblog-button-wrap .view-more-button.button {
    background: #1B3D5C;
    border: 1px solid #1B3D5C;
    color: #fff;
    font-size: 18px;
    line-height: 1.42857143;
    padding: 12px 36px;
    transition: .2s; }

.cc-search-app {
  margin: auto;
  width: 1345px;
  max-width: 1345px;
  min-width: 1345px;
  display: block !important; }

.cc-activePage .cc-results .cc-left-bar {
  display: none; }

.cc-activePage .cc-results .cc-products {
  right: 0px;
  margin-left: 0px; }

.cc-suggest-input {
  position: relative; }

.cc-suggest-input-block {
  display: flex; }

.cc-search-icon img {
  width: 20px; }

.cc-search-enable #cc-search-box {
  padding: 13px 10px 10px 16px;
  border: 2px solid #0f7fff;
  transition: 0.4s; }

body .cc-search-enable .cc-search-container {
  transition: 0.4s;
  width: 98vw;
  top: calc(100% + 20px);
  right: -7px; }
  @media (min-width: 801px) {
    body .cc-search-enable .cc-search-container {
      right: 115px;
      top: -7px;
      width: calc(100vw - 200px - 150px); } }
  @media (min-width: 1261px) {
    body .cc-search-enable .cc-search-container {
      width: 820px; } }
  body .cc-search-enable .cc-search-container #cc-search-suggestions {
    min-width: unset !important; }
    body .cc-search-enable .cc-search-container #cc-search-suggestions .cc-suggest-products-block {
      padding: 1rem; }
    body .cc-search-enable .cc-search-container #cc-search-suggestions .cc-suggest-products .cc-suggest-product-card-outer {
      width: 100% !important; }
      @media (min-width: 801px) {
        body .cc-search-enable .cc-search-container #cc-search-suggestions .cc-suggest-products .cc-suggest-product-card-outer {
          width: calc(100% / 3); } }

@media (min-width: 801px) {
  .new-header .header-wrap .navPages-wrap .navPages .navPages-list .navPages-item.blog-list a {
    padding-right: 20px; } }

.cc-search-container {
  position: absolute;
  right: 115px;
  top: -7px;
  width: 0;
  transition: 0.4s; }

.cc-search-icon {
  top: 50%;
  display: none;
  position: absolute;
  right: 15px;
  transform: translateY(-50%); }

#cc-search-box {
  width: 100%;
  height: 100%;
  color: #666;
  font-size: 15px;
  padding: 0px;
  background-color: #F5F5F5;
  border-radius: 15px;
  box-shadow: none;
  border: 0px solid #0f7fff; }

#cc-search-box::-moz-placeholder {
  color: #666;
  font-size: 15px; }

#cc-search-box::-webkit-input-placeholder {
  color: #666;
  font-size: 15px; }

#cc-search-box:-ms-input-placeholder {
  color: #666;
  font-size: 15px; }

input:focus {
  outline: none; }

#cc-search-suggestions {
  background: #fff;
  position: absolute;
  z-index: 999999;
  min-width: 772px;
  max-width: 850px;
  margin-top: 5px;
  border-radius: 3px;
  right: 0;
  overflow: auto;
  max-height: 500px; }

.cc-flex-suggestions {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.cc-suggest-main-cb {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  padding-left: 5px;
  padding-bottom: 0px;
  padding-top: 5px;
  text-align: left; }

.cc-suggestion {
  text-align: left;
  padding: 5px;
  cursor: pointer; }

.cc-active-suggestion {
  text-align: left;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  background: #5091cd; }

.cc-suggestions {
  display: none !important;
  flex-direction: column;
  padding: 10px;
  min-width: 160px;
  margin-right: 5px;
  font-size: 16px; }

.cc-suggest-checkbox {
  border: 1px solid #a01111;
  width: 15px;
  height: 15px;
  min-width: 15px;
  border-radius: 1px; }

.cc-suggest-checkbox.active {
  border: 1px solid #a01111;
  width: 15px;
  height: 15px;
  min-width: 15px;
  border-radius: 1px;
  background: #a01111; }

.cc-suggest-tickmark {
  display: block;
  border: 2px solid #fff;
  width: 5px;
  height: 10px;
  align-items: center;
  border-top: none;
  margin-top: 1px;
  margin-left: 4px;
  transform: rotate(45deg);
  border-left: none;
  transition: 0.3s; }

.cc-suggest-cb-label {
  padding-top: 1px;
  padding-left: 5px;
  font-size: 12px; }

.cc-suggest-filter-title {
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  text-align: left;
  color: #a01111; }

.cc-suggest-products-block {
  display: flex;
  flex-direction: column;
  width: 100%; }

.cc-suggest-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.cc-suggest-product-card-outer {
  width: calc(100% / 3);
  padding: 5px;
  margin-bottom: 20px; }

.cc-suggest-product-card {
  background-color: #fff;
  height: 100%;
  max-height: 100%; }

.cc-suggest-product-card-image {
  display: flex;
  align-items: center;
  height: 155px;
  width: 180px;
  justify-content: center;
  margin: auto; }

.cc-suggest-product-name {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 60px;
  margin: 5px 5px -10px 5px;
  font-size: 12px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  color: #000; }

.cc-suggest-product-prices {
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  padding-bottom: 5px;
  flex-direction: row;
  justify-content: center; }

.cc-suggest-product-sale-price {
  font-weight: 400;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  color: #000000; }

.cc-suggest-filters {
  min-width: 180px;
  width: 180px; }

.cc-suggest-product-original-price {
  color: #969696;
  text-decoration: line-through;
  text-decoration-color: #969696;
  padding-right: 5px;
  text-align: center;
  font-weight: 400;
  font-size: 12px; }

.cc-suggest-product-discount {
  color: #000;
  font-size: 10px; }

.cc-suggest-product-price {
  display: flex;
  padding: 3px;
  padding-top: 2px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  flex-direction: column;
  color: #000000; }

.cc-results {
  display: flex; }

.cc-left-bar {
  display: flex;
  width: 275px;
  min-width: 275px;
  max-width: 275px;
  margin-left: 14px; }

.cc-filters-main {
  display: flex;
  flex-direction: column; }

.cc-filters-head {
  display: flex; }

.cc-filter-facet {
  max-height: 250px;
  overflow-y: scroll; }

.cc-filter-facet.active {
  border-bottom: 1px solid #a01111; }

.cc-filters-title {
  font-size: 18px;
  font-weight: bold; }

.cc-filters-clear {
  font-size: 18px;
  padding-left: 110px;
  cursor: pointer;
  color: #000; }

.cc-filter.active {
  margin-bottom: 5px; }

.cc-filter-title {
  color: #000000;
  font-size: 18px;
  border: 1px solid #a01111;
  font-weight: 700;
  padding: 5px;
  cursor: pointer;
  width: 270px;
  background: #EDEDED; }

.cc-filter-title div {
  display: inline-block;
  font-size: 18px;
  float: right;
  font-weight: bold;
  padding-right: 10px;
  cursor: pointer; }

.cc-filter-facet {
  width: 280px;
  max-width: 280px;
  border-left: 1px solid #a01111;
  border-right: 1px solid #a01111; }

.cc-summary {
  margin-left: 0%;
  display: flex;
  width: 100%; }

.cc-search-main-cb {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  padding-left: 5px;
  padding-bottom: 6px;
  padding-top: 5px; }

.cc-search-checkbox {
  border: 2px solid #000000;
  width: 20px;
  height: 20px;
  border-radius: 2px; }

.cc-search-checkbox.active {
  border: 1px solid #000000;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #a01111; }

.cc-search-tickmark {
  display: block !important;
  border: 2px solid #fff !important;
  width: 6px !important;
  height: 12px !important;
  align-items: center !important;
  border-top: none !important;
  margin-top: 1px !important;
  margin-left: 6px !important;
  transform: rotate(45deg) !important;
  border-left: none !important;
  transition: 0.3s !important; }

.cc-search-cb-label {
  padding-top: 2px;
  padding-left: 5px;
  width: 200px;
  font-size: 13px;
  color: #000000; }

.cc-search-cb-count {
  color: #aaaaaa;
  min-width: 40px;
  padding-right: 5px; }

.cc-search-results {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 3% 0%; }

.cc-totalProducts {
  font-size: 25px;
  font-weight: bold;
  margin-left: 27%;
  width: 50%;
  color: #000000; }

.cc-totalProducts label {
  padding-top: 5px;
  width: 100%; }

.cc-sort {
  display: none;
  width: 23%;
  margin-left: 3%;
  flex-direction: column; }

.cc-sort-select {
  display: flex;
  border: 1px solid #333333; }

.cc-select-option {
  display: flex;
  cursor: pointer;
  width: 361px;
  font-weight: 550; }

.cc-product-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.cc-desktop-search-results {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.cc-product-card-outer {
  width: 25%;
  padding: 6px; }

.cc-product-card-discount-block {
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  padding: 4px 3px 10px 7px; }

.cc-product-card-dis-price {
  font-weight: 600;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 5px;
  color: #000000; }

.cc-product-card-discount {
  color: #000;
  font-size: 12px; }

.cc-product-card-dis-oprice {
  color: #969696;
  text-decoration: line-through;
  text-decoration-color: #969696;
  padding-right: 5px;
  text-align: center;
  font-weight: 400;
  font-size: 14px; }

.cc-product-card-price {
  padding: 3px 3px 10px 12px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  font-weight: 700; }

.cc-product-card {
  background-color: #fff;
  height: 100%;
  margin-bottom: 30px; }

.cc-product-card-img {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }

.cc-select-option div {
  display: inline-block;
  margin-bottom: 3px;
  margin: auto;
  padding: 5px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  font-weight: 500; }

.cc-sort-list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%; }

.cc-sort-list-option {
  background: #ffffff; }

#cc-sort-option {
  border-bottom: 1px solid #000;
  background: #ffffff;
  border-left: 1px solid #000;
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
  border-right: 1px solid #000; }

#cc-sort-option:hover {
  background: white !important; }

.cc-sort-title {
  padding-top: 5px;
  padding-left: 5px;
  cursor: pointer;
  font-size: 16px;
  width: 145px; }

.cc-breadcrumbs-field {
  margin-left: 360px;
  padding-bottom: 10px;
  width: 60%; }

.cc-breadcrumbs {
  display: flex;
  flex-wrap: wrap; }

.cc-breadcrumb {
  border: 2px solid #333333;
  padding: 4px;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #fff;
  background-color: #000000; }

.cc-products {
  margin-left: 5%;
  margin-top: 2%;
  position: relative;
  right: 14%; }

.cc-product-card-name {
  padding-left: 10px;
  height: 77px;
  padding-bottom: 15px;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding-top: 20px; }

.cc-sku-card-name {
  color: #666666;
  margin: -5px 0px 4px 0px;
  font-weight: 400;
  font-size: 14px;
  padding-left: 12px;
  textAlign: "center"; }

.cc-loadMore-btn {
  margin-left: 41%;
  padding: 10px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #333333;
  color: #333333;
  font-weight: bold;
  cursor: pointer; }

.cc-loadMore {
  margin-top: 6%;
  margin-left: -9%; }

.text-center .site-navigation {
  margin: 0 !important; }

#search-marker-regular {
  display: flex !important; }

@media only screen and (max-width: 1024px) {
  .cc-sort {
    width: 34%; } }

.cc-suggest-input-onscroll {
  top: -3px !important; }

.cc-suggest-input-onscrollbacktotop {
  top: 32px !important; }

.cc-searchterms #cc-search-suggestions {
  position: fixed !important;
  margin-left: 21% !important; }

.cc-searchterms #cc-no-results {
  position: fixed !important;
  width: 387px !important; }

.CarAvailabilityMsg {
  margin: 0 0 0 0 !important; }

#cc-search-box:focus {
  outline: 0px !important;
  outline-offset: 0px !important; }

.lightblue-color-bg {
  background-color: #ECF0F8; }

.blue-color-bg {
  background-color: #1B3D5C; }

.pla-lander-header {
  background-color: #FAFAFA;
  box-shadow: rgba(0, 0, 0, 0.08) 0 1px 20px 0, rgba(0, 0, 0, 0.08) 0 1px 4px 0, rgba(0, 0, 0, 0.08) 0 2px 8px 0;
  width: 100%;
  z-index: 99; }
  .pla-lander-header .pla-lander-header-wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1rem 0; }
    .pla-lander-header .pla-lander-header-wrap .header-logo-image-container .header-logo-image {
      position: unset; }
      @media (min-width: 801px) {
        .pla-lander-header .pla-lander-header-wrap .header-logo-image-container .header-logo-image {
          max-height: 44px; } }
    .pla-lander-header .pla-lander-header-wrap .header-logo-image-container:after {
      padding-bottom: 0; }
    .pla-lander-header .pla-lander-header-wrap .action {
      display: none; }
      .pla-lander-header .pla-lander-header-wrap .action .button {
        background-color: #F27221;
        color: #FFFFFF;
        border: none;
        border-radius: 30px;
        font-family: "HelveticaNeueBL", Arial, sans-serif;
        font-size: 13px;
        margin: 0;
        padding: 0.8rem 1.8rem; }
        @media (min-width: 551px) {
          .pla-lander-header .pla-lander-header-wrap .action .button {
            border-radius: 30px;
            font-size: 16px;
            padding: 1.2rem 2.4rem; } }
  .pla-lander-header.headerSticky .pla-lander-header-wrap {
    justify-content: space-between; }
    @media (min-width: 801px) {
      .pla-lander-header.headerSticky .pla-lander-header-wrap .header-logo-image-container .header-logo-image {
        max-height: 34px; } }
    .pla-lander-header.headerSticky .pla-lander-header-wrap .action {
      display: block; }

.pla-lander-pdp, .new-landing-page {
  color: #444444; }
  .pla-lander-pdp .top-pla-header--wrap, .new-landing-page .top-pla-header--wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem 0; }
    @media (min-width: 801px) {
      .pla-lander-pdp .top-pla-header--wrap, .new-landing-page .top-pla-header--wrap {
        flex-direction: row-reverse; } }
  .pla-lander-pdp .top-pla-header--content h1, .new-landing-page .top-pla-header--content h1 {
    color: #000000;
    font-family: "HelveticaNeueBL", Arial, sans-serif;
    font-size: 20px;
    letter-spacing: -0.06rem;
    margin: 0 0 1rem; }
    @media (min-width: 801px) {
      .pla-lander-pdp .top-pla-header--content h1, .new-landing-page .top-pla-header--content h1 {
        font-size: 30px; } }
    @media (min-width: 991px) {
      .pla-lander-pdp .top-pla-header--content h1, .new-landing-page .top-pla-header--content h1 {
        font-size: 50px; } }
    .pla-lander-pdp .top-pla-header--content h1 span, .new-landing-page .top-pla-header--content h1 span {
      color: #1C89DE; }
  .pla-lander-pdp .top-pla-header--content .key-points, .new-landing-page .top-pla-header--content .key-points {
    list-style: none;
    margin: 0 0 2rem; }
    .pla-lander-pdp .top-pla-header--content .key-points li, .new-landing-page .top-pla-header--content .key-points li {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M8.6 11.8L6.45 9.65C6.26667 9.46667 6.03333 9.375 5.75 9.375C5.46667 9.375 5.23333 9.46667 5.05 9.65C4.86667 9.83333 4.775 10.0667 4.775 10.35C4.775 10.6333 4.86667 10.8667 5.05 11.05L7.9 13.9C8.1 14.1 8.33333 14.2 8.6 14.2C8.86667 14.2 9.1 14.1 9.3 13.9L14.95 8.25C15.1333 8.06667 15.225 7.83333 15.225 7.55C15.225 7.26667 15.1333 7.03333 14.95 6.85C14.7667 6.66667 14.5333 6.575 14.25 6.575C13.9667 6.575 13.7333 6.66667 13.55 6.85L8.6 11.8ZM10 20C8.61667 20 7.31667 19.7373 6.1 19.212C4.88333 18.6867 3.825 17.9743 2.925 17.075C2.025 16.175 1.31267 15.1167 0.788 13.9C0.263333 12.6833 0.000666667 11.3833 0 10C0 8.61667 0.262667 7.31667 0.788 6.1C1.31333 4.88333 2.02567 3.825 2.925 2.925C3.825 2.025 4.88333 1.31267 6.1 0.788C7.31667 0.263333 8.61667 0.000666667 10 0C11.3833 0 12.6833 0.262667 13.9 0.788C15.1167 1.31333 16.175 2.02567 17.075 2.925C17.975 3.825 18.6877 4.88333 19.213 6.1C19.7383 7.31667 20.0007 8.61667 20 10C20 11.3833 19.7373 12.6833 19.212 13.9C18.6867 15.1167 17.9743 16.175 17.075 17.075C16.175 17.975 15.1167 18.6877 13.9 19.213C12.6833 19.7383 11.3833 20.0007 10 20Z' fill='%2393C83D'%3E%3C/path%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center left;
      color: #000;
      font-size: 14px;
      line-height: 2rem;
      margin-bottom: 0.3rem;
      padding-left: 2.2rem; }
      @media (min-width: 801px) {
        .pla-lander-pdp .top-pla-header--content .key-points li, .new-landing-page .top-pla-header--content .key-points li {
          font-size: 20px;
          line-height: 2rem;
          margin-bottom: 1.4rem; } }
      .pla-lander-pdp .top-pla-header--content .key-points li span, .new-landing-page .top-pla-header--content .key-points li span {
        font-weight: 400; }
        @media (min-width: 801px) {
          .pla-lander-pdp .top-pla-header--content .key-points li span, .new-landing-page .top-pla-header--content .key-points li span {
            font-weight: 700; } }
  .pla-lander-pdp .top-pla-header--content .action, .new-landing-page .top-pla-header--content .action {
    margin: 0 0 2rem; }
    @media (min-width: 801px) {
      .pla-lander-pdp .top-pla-header--content .action, .new-landing-page .top-pla-header--content .action {
        margin: 0 0 6rem; } }
    .pla-lander-pdp .top-pla-header--content .action .button, .new-landing-page .top-pla-header--content .action .button {
      background-color: #F27221;
      color: #FFFFFF;
      border: none;
      border-radius: 30px;
      font-family: "HelveticaNeueBL", Arial, sans-serif;
      font-size: 18px;
      margin: 0;
      padding: 1.4rem 3rem; }
  .pla-lander-pdp .top-pla-header--content .overall-rating .rating-reviews, .new-landing-page .top-pla-header--content .overall-rating .rating-reviews {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .pla-lander-pdp .top-pla-header--content .overall-rating .rating-reviews .rating-content, .new-landing-page .top-pla-header--content .overall-rating .rating-reviews .rating-content {
      color: #444444;
      font-family: "HelveticaNeueBL", Arial, sans-serif;
      font-size: 20px; }
    .pla-lander-pdp .top-pla-header--content .overall-rating .rating-reviews .rating-stars, .new-landing-page .top-pla-header--content .overall-rating .rating-reviews .rating-stars {
      height: 20px;
      width: 130px; }
      .pla-lander-pdp .top-pla-header--content .overall-rating .rating-reviews .rating-stars svg, .new-landing-page .top-pla-header--content .overall-rating .rating-reviews .rating-stars svg {
        fill: #F27221;
        height: 100%;
        width: 100%; }
  .pla-lander-pdp .pla-pdp-clients .pla-clients-wrap, .new-landing-page .pla-pdp-clients .pla-clients-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem 0; }
    @media (min-width: 801px) {
      .pla-lander-pdp .pla-pdp-clients .pla-clients-wrap, .new-landing-page .pla-pdp-clients .pla-clients-wrap {
        flex-direction: row; } }
    .pla-lander-pdp .pla-pdp-clients .pla-clients-wrap .pla-clients-text, .new-landing-page .pla-pdp-clients .pla-clients-wrap .pla-clients-text {
      color: #fff;
      font-family: "HelveticaNeueRG", Arial, sans-serif;
      font-size: 18px; }
    .pla-lander-pdp .pla-pdp-clients .pla-clients-wrap .pla-clients, .new-landing-page .pla-pdp-clients .pla-clients-wrap .pla-clients {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      gap: 1rem;
      width: 100%;
      justify-content: center; }
      @media (min-width: 801px) {
        .pla-lander-pdp .pla-pdp-clients .pla-clients-wrap .pla-clients, .new-landing-page .pla-pdp-clients .pla-clients-wrap .pla-clients {
          gap: 2rem;
          justify-content: flex-start; } }
      .pla-lander-pdp .pla-pdp-clients .pla-clients-wrap .pla-clients img, .new-landing-page .pla-pdp-clients .pla-clients-wrap .pla-clients img {
        display: block;
        max-width: 100px;
        -o-object-fit: contain;
           object-fit: contain; }
        @media (min-width: 801px) {
          .pla-lander-pdp .pla-pdp-clients .pla-clients-wrap .pla-clients img, .new-landing-page .pla-pdp-clients .pla-clients-wrap .pla-clients img {
            max-width: unset; } }
  .pla-lander-pdp .pdp-pricing-model, .new-landing-page .pdp-pricing-model {
    background-color: #ECF0F8; }
    .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap {
      align-items: center;
      display: flex;
      flex-direction: column;
      gap: 3rem;
      justify-content: space-between;
      padding: 1rem 0 4rem; }
      @media (min-width: 801px) {
        .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap {
          flex-direction: row-reverse; } }
      .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap {
        flex: 2;
        padding: 4rem 1rem 1rem;
        max-width: 440px;
        width: 100%; }
        @media (min-width: 801px) {
          .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap {
            max-width: unset;
            width: auto; } }
        .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap .pdp-pricing-box, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap .pdp-pricing-box {
          background-color: #fff;
          border-radius: 20px 20px 0 0;
          box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.2);
          padding: 1rem;
          position: relative;
          text-align: center; }
          .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap .pdp-pricing-box > .icon, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap .pdp-pricing-box > .icon {
            background-color: #fff;
            border-radius: 50%;
            box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.2);
            height: 76px;
            left: 50%;
            margin-left: -38px;
            padding: 1.5rem;
            position: absolute;
            top: -38px;
            width: 76px; }
          .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap .pdp-pricing-box:after, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap .pdp-pricing-box:after {
            content: '';
            background-image: url(https://cdn11.bigcommerce.com/s-ljboqq8dd6/images/stencil/original/image-manager/pdp-pricing-box-bg.png?t=1688470556&);
            background-repeat: repeat-x;
            background-position: bottom left -4px;
            height: 25px;
            width: 100%;
            display: block;
            position: absolute;
            padding: 0rem;
            bottom: -13px;
            left: 0; }
          .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap .pdp-pricing-box h3, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap .pdp-pricing-box h3 {
            margin: 5rem 0 1rem; }
          .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap .pdp-pricing-box .pricing-box-content, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap .pdp-pricing-box .pricing-box-content {
            border-bottom: 2px dashed #888;
            margin: 3rem 0;
            padding-bottom: 2rem; }
            .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap .pdp-pricing-box .pricing-box-content div, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap .pdp-pricing-box .pricing-box-content div {
              display: flex;
              justify-content: space-between;
              margin: 0 0 1rem; }
              .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap .pdp-pricing-box .pricing-box-content div span, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-box-wrap .pdp-pricing-box .pricing-box-content div span {
                color: #444444;
                font-size: 17px; }
      .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap {
        flex: 3; }
        .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent {
          max-width: 500px;
          width: 100%; }
          .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent h2, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent h2 {
            color: #444;
            font-family: "Arial", Arial, Helvetica, sans-serif;
            font-size: 20px;
            font-weight: 700;
            margin: 2rem 0 1rem;
            text-align: center; }
            @media (min-width: 801px) {
              .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent h2, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent h2 {
                font-size: 27px;
                margin: 4rem 0 1rem;
                text-align: left; } }
          .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent p, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent p {
            font-size: 16px;
            margin: 0 0 1rem;
            text-align: center; }
            @media (min-width: 801px) {
              .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent p, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent p {
                font-size: 20px;
                margin: 0 0 2rem;
                text-align: left; } }
          .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent .key-points, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent .key-points {
            list-style: none;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            max-width: 180px;
            margin: 1rem auto; }
            @media (min-width: 801px) {
              .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent .key-points, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent .key-points {
                flex-direction: row;
                margin: 0 0 3rem;
                max-width: unset; } }
            .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent .key-points li, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent .key-points li {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M8.6 11.8L6.45 9.65C6.26667 9.46667 6.03333 9.375 5.75 9.375C5.46667 9.375 5.23333 9.46667 5.05 9.65C4.86667 9.83333 4.775 10.0667 4.775 10.35C4.775 10.6333 4.86667 10.8667 5.05 11.05L7.9 13.9C8.1 14.1 8.33333 14.2 8.6 14.2C8.86667 14.2 9.1 14.1 9.3 13.9L14.95 8.25C15.1333 8.06667 15.225 7.83333 15.225 7.55C15.225 7.26667 15.1333 7.03333 14.95 6.85C14.7667 6.66667 14.5333 6.575 14.25 6.575C13.9667 6.575 13.7333 6.66667 13.55 6.85L8.6 11.8ZM10 20C8.61667 20 7.31667 19.7373 6.1 19.212C4.88333 18.6867 3.825 17.9743 2.925 17.075C2.025 16.175 1.31267 15.1167 0.788 13.9C0.263333 12.6833 0.000666667 11.3833 0 10C0 8.61667 0.262667 7.31667 0.788 6.1C1.31333 4.88333 2.02567 3.825 2.925 2.925C3.825 2.025 4.88333 1.31267 6.1 0.788C7.31667 0.263333 8.61667 0.000666667 10 0C11.3833 0 12.6833 0.262667 13.9 0.788C15.1167 1.31333 16.175 2.02567 17.075 2.925C17.975 3.825 18.6877 4.88333 19.213 6.1C19.7383 7.31667 20.0007 8.61667 20 10C20 11.3833 19.7373 12.6833 19.212 13.9C18.6867 15.1167 17.9743 16.175 17.075 17.075C16.175 17.975 15.1167 18.6877 13.9 19.213C12.6833 19.7383 11.3833 20.0007 10 20Z' fill='%2393C83D'%3E%3C/path%3E%3C/svg%3E");
              background-position: center left;
              background-repeat: no-repeat;
              background-size: 20px;
              color: #444;
              font-size: 14px;
              font-weight: 400;
              padding-left: 30px;
              padding-top: 0;
              margin: 0 0 1rem; }
              @media (min-width: 801px) {
                .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent .key-points li, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent .key-points li {
                  background-position: center top 5px;
                  background-size: 40px;
                  font-size: 16px;
                  font-weight: 700;
                  padding-left: 0;
                  padding-top: 50px;
                  margin: 0; } }
          .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent .action, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent .action {
            text-align: center; }
            @media (min-width: 801px) {
              .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent .action, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent .action {
                text-align: left; } }
            .pla-lander-pdp .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent .action .button, .new-landing-page .pdp-pricing-model .pdp-pricing-model-wrap .pdp-pricing-conent-wrap .pdp-pricing-conent .action .button {
              background-color: #F27221;
              color: #FFFFFF;
              border: none;
              border-radius: 30px;
              font-family: "HelveticaNeueBL", Arial, sans-serif;
              font-size: 18px;
              margin: 0;
              padding: 1.4rem 3rem; }
  .pla-lander-pdp .consult-our-experts, .new-landing-page .consult-our-experts {
    background-color: #1B3D5C; }
    .pla-lander-pdp .consult-our-experts .consult-our-experts-wrap, .new-landing-page .consult-our-experts .consult-our-experts-wrap {
      padding: 3rem 0;
      text-align: center; }
      .pla-lander-pdp .consult-our-experts .consult-our-experts-wrap h3, .new-landing-page .consult-our-experts .consult-our-experts-wrap h3 {
        color: #FFFFFF;
        font-size: 18px;
        margin: 0 0 1.8rem; }
        @media (min-width: 801px) {
          .pla-lander-pdp .consult-our-experts .consult-our-experts-wrap h3, .new-landing-page .consult-our-experts .consult-our-experts-wrap h3 {
            font-size: 27px;
            margin: 0 0 2rem; } }
      .pla-lander-pdp .consult-our-experts .consult-our-experts-wrap .consult-buttons, .new-landing-page .consult-our-experts .consult-our-experts-wrap .consult-buttons {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 1rem; }
        @media (min-width: 801px) {
          .pla-lander-pdp .consult-our-experts .consult-our-experts-wrap .consult-buttons, .new-landing-page .consult-our-experts .consult-our-experts-wrap .consult-buttons {
            flex-direction: row; } }
        .pla-lander-pdp .consult-our-experts .consult-our-experts-wrap .consult-buttons .action, .new-landing-page .consult-our-experts .consult-our-experts-wrap .consult-buttons .action {
          max-width: 220px;
          width: 100%; }
          .pla-lander-pdp .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button, .new-landing-page .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button {
            align-items: center;
            background-color: #F27221;
            color: #FFFFFF;
            border: none;
            border-radius: 30px;
            display: flex;
            font-family: "HelveticaNeueBL", Arial, sans-serif;
            font-size: 18px;
            gap: 1rem;
            justify-content: center;
            margin: 0;
            padding: 1.3rem 0;
            width: 100%; }
            .pla-lander-pdp .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button svg, .new-landing-page .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button svg {
              fill: #FFFFFF;
              height: 20px;
              width: 18px; }
            .pla-lander-pdp .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button:hover, .new-landing-page .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button:hover {
              background-color: #FFFFFF;
              color: #1B3D5C; }
              .pla-lander-pdp .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button:hover svg, .new-landing-page .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button:hover svg {
                fill: #1B3D5C; }
  .pla-lander-pdp .why-brickhouse .why-brickhouse-wrap, .new-landing-page .why-brickhouse .why-brickhouse-wrap {
    padding: 4rem 0;
    text-align: center; }
    .pla-lander-pdp .why-brickhouse .why-brickhouse-wrap h3, .new-landing-page .why-brickhouse .why-brickhouse-wrap h3 {
      color: #1B3D5C;
      font-size: 18px;
      margin: 0; }
      @media (min-width: 801px) {
        .pla-lander-pdp .why-brickhouse .why-brickhouse-wrap h3, .new-landing-page .why-brickhouse .why-brickhouse-wrap h3 {
          font-size: 32px; } }
    .pla-lander-pdp .why-brickhouse .why-brickhouse-wrap .key-points-wrap, .new-landing-page .why-brickhouse .why-brickhouse-wrap .key-points-wrap {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      gap: 3rem;
      justify-content: space-between;
      margin: 3rem 0 0; }
      @media (min-width: 801px) {
        .pla-lander-pdp .why-brickhouse .why-brickhouse-wrap .key-points-wrap, .new-landing-page .why-brickhouse .why-brickhouse-wrap .key-points-wrap {
          gap: 0;
          flex-direction: row; } }
      .pla-lander-pdp .why-brickhouse .why-brickhouse-wrap .key-points-wrap .key-point svg, .new-landing-page .why-brickhouse .why-brickhouse-wrap .key-points-wrap .key-point svg {
        height: 75px;
        width: 75px; }
      .pla-lander-pdp .why-brickhouse .why-brickhouse-wrap .key-points-wrap .key-point h4, .new-landing-page .why-brickhouse .why-brickhouse-wrap .key-points-wrap .key-point h4 {
        font-size: 14px;
        font-weight: 400;
        margin: 1rem auto 0; }
        .pla-lander-pdp .why-brickhouse .why-brickhouse-wrap .key-points-wrap .key-point h4 span, .new-landing-page .why-brickhouse .why-brickhouse-wrap .key-points-wrap .key-point h4 span {
          display: block;
          font-size: 16px;
          font-weight: 700; }
  .pla-lander-pdp .pla-lander-features .pla-lander-features-wrap, .new-landing-page .pla-lander-features .pla-lander-features-wrap {
    padding: 6rem 0 10rem; }
    .pla-lander-pdp .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box, .new-landing-page .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box {
      align-items: center;
      display: flex;
      flex-direction: column;
      gap: 2rem;
      justify-content: center;
      max-width: 440px;
      margin: 0 auto 3rem; }
      @media (min-width: 801px) {
        .pla-lander-pdp .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box, .new-landing-page .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box {
          flex-direction: row;
          margin: 0 0 3rem;
          max-width: unset; } }
      .pla-lander-pdp .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box:nth-child(even), .new-landing-page .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box:nth-child(even) {
        flex-direction: column; }
        @media (min-width: 801px) {
          .pla-lander-pdp .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box:nth-child(even), .new-landing-page .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box:nth-child(even) {
            flex-direction: row-reverse; } }
      .pla-lander-pdp .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box .pla-lander-feature-image, .new-landing-page .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box .pla-lander-feature-image {
        flex: 2; }
      .pla-lander-pdp .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box .pla-lander-feature-content, .new-landing-page .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box .pla-lander-feature-content {
        flex: 3; }
        .pla-lander-pdp .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box .pla-lander-feature-content h4, .new-landing-page .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box .pla-lander-feature-content h4 {
          color: #1B3D5C;
          font-size: 16px;
          margin: 0 0 1rem; }
          @media (min-width: 801px) {
            .pla-lander-pdp .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box .pla-lander-feature-content h4, .new-landing-page .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box .pla-lander-feature-content h4 {
              font-size: 24px; } }
        .pla-lander-pdp .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box .pla-lander-feature-content P, .new-landing-page .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box .pla-lander-feature-content P {
          color: #1B3D5C;
          font-size: 16px; }
          @media (min-width: 801px) {
            .pla-lander-pdp .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box .pla-lander-feature-content P, .new-landing-page .pla-lander-features .pla-lander-features-wrap .pla-lander-feature-box .pla-lander-feature-content P {
              font-size: 20px; } }
  .pla-lander-pdp .getStarted, .new-landing-page .getStarted {
    background-color: #ECF0F8;
    margin: 15rem 0 0; }
    @media (min-width: 801px) {
      .pla-lander-pdp .getStarted, .new-landing-page .getStarted {
        margin: 0; } }
    .pla-lander-pdp .getStarted .getStartedWrap, .new-landing-page .getStarted .getStartedWrap {
      padding: 10rem 0 4rem;
      position: relative;
      text-align: center; }
      @media (min-width: 801px) {
        .pla-lander-pdp .getStarted .getStartedWrap, .new-landing-page .getStarted .getStartedWrap {
          padding: 4.8rem 0;
          text-align: left; } }
      .pla-lander-pdp .getStarted .getStartedWrap h3, .new-landing-page .getStarted .getStartedWrap h3 {
        color: #1C3C5D;
        font-size: 18px;
        margin: 0 0 2rem; }
        @media (min-width: 801px) {
          .pla-lander-pdp .getStarted .getStartedWrap h3, .new-landing-page .getStarted .getStartedWrap h3 {
            font-size: 32px; } }
      .pla-lander-pdp .getStarted .getStartedWrap .action .button, .new-landing-page .getStarted .getStartedWrap .action .button {
        background-color: #F27221;
        color: #FFFFFF;
        border: none;
        border-radius: 30px;
        font-family: "HelveticaNeueBL", Arial, sans-serif;
        font-size: 18px;
        margin: 0;
        padding: 1.4rem 3rem; }
      .pla-lander-pdp .getStarted .getStartedWrap img.getStarted-track, .new-landing-page .getStarted .getStartedWrap img.getStarted-track {
        bottom: 60%;
        position: absolute;
        right: 50%;
        margin-right: -162px; }
        @media (min-width: 801px) {
          .pla-lander-pdp .getStarted .getStartedWrap img.getStarted-track, .new-landing-page .getStarted .getStartedWrap img.getStarted-track {
            bottom: 10px;
            right: 0;
            margin-right: 0; } }
  .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap {
    padding: 4rem 0;
    text-align: center; }
    .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap h3, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap h3 {
      color: #FFFFFF;
      font-size: 18px;
      margin: 0 0 1rem; }
      @media (min-width: 801px) {
        .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap h3, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap h3 {
          font-size: 32px; } }
    .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap P, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap P {
      margin: 0; }
    .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel {
      margin: 3rem 0 0;
      text-align: left; }
      .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap {
        padding: 0 15px; }
        .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box {
          background-color: #FFFFFF;
          border-radius: 10px;
          color: #444;
          padding: 1.5rem; }
          .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .meta-content, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .meta-content {
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin: 0 0 1.8rem; }
            .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .meta-content span.star-ratings, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .meta-content span.star-ratings {
              height: 27px;
              display: inline-block;
              vertical-align: middle;
              width: 130px; }
              .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .meta-content span.star-ratings svg, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .meta-content span.star-ratings svg {
                fill: #DAAC28;
                height: 100%;
                width: 100%; }
          .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .review-content h4, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .review-content h4 {
            font-size: 16px;
            margin: 0 0 0.8rem; }
          .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .review-content p, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .review-content p {
            margin: 0; }
      .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow {
        background-color: transparent;
        border: 0;
        height: 20px;
        margin-top: 0;
        padding: 0;
        top: 50%;
        width: 20px; }
        .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow:before, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow:before {
          height: 20px;
          width: 20px; }
        .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev {
          left: -1rem; }
          .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev:before, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23ffffff'%3E%3Cpath d='M0.00181829 9.48625C0.00128997 9.19392 0.0953871 8.91061 0.267776 8.68551L6.04948 1.17855C6.24576 0.923039 6.5278 0.76236 6.83357 0.731857C7.13934 0.701354 7.44378 0.803526 7.67993 1.0159C7.91607 1.22827 8.06457 1.53344 8.09276 1.86428C8.12095 2.19512 8.02653 2.52452 7.83025 2.78003L2.64984 9.48625L7.64523 16.1925C7.74129 16.3205 7.81302 16.4677 7.8563 16.6258C7.89958 16.7839 7.91357 16.9496 7.89745 17.1136C7.88133 17.2775 7.83543 17.4364 7.76238 17.5811C7.68933 17.7257 7.59057 17.8534 7.47178 17.9566C7.35289 18.0712 7.2134 18.158 7.06207 18.2115C6.91073 18.2651 6.75081 18.2842 6.59232 18.2678C6.43383 18.2513 6.28018 18.1996 6.14101 18.116C6.00183 18.0323 5.88013 17.9184 5.78352 17.7815L0.198396 10.2745C0.0532566 10.0429 -0.0159553 9.76539 0.00181829 9.48625Z' /%3E%3C/svg%3E"); }
        .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next {
          right: -2rem; }
          .pla-lander-pdp .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next:before, .new-landing-page .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23ffffff'%3E%3Cpath d='M8.30482 9.51375C8.30535 9.80608 8.21125 10.0894 8.03886 10.3145L2.25716 17.8215C2.06088 18.077 1.77884 18.2376 1.47307 18.2681C1.1673 18.2986 0.862859 18.1965 0.626715 17.9841C0.390571 17.7717 0.242069 17.4666 0.213877 17.1357C0.185686 16.8049 0.280115 16.4755 0.47639 16.22L5.6568 9.51375L0.661405 2.80752C0.565353 2.67955 0.493623 2.53229 0.450339 2.37422C0.407055 2.21615 0.39307 2.05038 0.409189 1.88644C0.425307 1.72251 0.47121 1.56363 0.544261 1.41895C0.617311 1.27427 0.716069 1.14664 0.834856 1.04339C0.953753 0.928806 1.09324 0.84203 1.24457 0.788488C1.39591 0.734947 1.55583 0.715801 1.71432 0.732244C1.87281 0.748688 2.02646 0.800369 2.16563 0.88405C2.30481 0.967731 2.42651 1.08161 2.52311 1.21855L8.10824 8.72552C8.25338 8.95709 8.3226 9.23461 8.30482 9.51375Z' /%3E%3C/svg%3E"); }
  .pla-lander-pdp .pla-customer-reviews.lightblue-color-bg, .new-landing-page .pla-customer-reviews.lightblue-color-bg {
    color: #444444; }
    .pla-lander-pdp .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap h3, .pla-lander-pdp .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap p, .new-landing-page .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap h3, .new-landing-page .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap p {
      color: #444444; }
    .pla-lander-pdp .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box, .new-landing-page .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box {
      border: 1px solid #83A3BF; }
      .pla-lander-pdp .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box p, .new-landing-page .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box p {
        color: #444444; }
    .pla-lander-pdp .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev:before, .new-landing-page .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23444444'%3E%3Cpath d='M0.00181829 9.48625C0.00128997 9.19392 0.0953871 8.91061 0.267776 8.68551L6.04948 1.17855C6.24576 0.923039 6.5278 0.76236 6.83357 0.731857C7.13934 0.701354 7.44378 0.803526 7.67993 1.0159C7.91607 1.22827 8.06457 1.53344 8.09276 1.86428C8.12095 2.19512 8.02653 2.52452 7.83025 2.78003L2.64984 9.48625L7.64523 16.1925C7.74129 16.3205 7.81302 16.4677 7.8563 16.6258C7.89958 16.7839 7.91357 16.9496 7.89745 17.1136C7.88133 17.2775 7.83543 17.4364 7.76238 17.5811C7.68933 17.7257 7.59057 17.8534 7.47178 17.9566C7.35289 18.0712 7.2134 18.158 7.06207 18.2115C6.91073 18.2651 6.75081 18.2842 6.59232 18.2678C6.43383 18.2513 6.28018 18.1996 6.14101 18.116C6.00183 18.0323 5.88013 17.9184 5.78352 17.7815L0.198396 10.2745C0.0532566 10.0429 -0.0159553 9.76539 0.00181829 9.48625Z' /%3E%3C/svg%3E"); }
    .pla-lander-pdp .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next, .new-landing-page .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next {
      right: -2rem; }
      .pla-lander-pdp .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next:before, .new-landing-page .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23444444'%3E%3Cpath d='M8.30482 9.51375C8.30535 9.80608 8.21125 10.0894 8.03886 10.3145L2.25716 17.8215C2.06088 18.077 1.77884 18.2376 1.47307 18.2681C1.1673 18.2986 0.862859 18.1965 0.626715 17.9841C0.390571 17.7717 0.242069 17.4666 0.213877 17.1357C0.185686 16.8049 0.280115 16.4755 0.47639 16.22L5.6568 9.51375L0.661405 2.80752C0.565353 2.67955 0.493623 2.53229 0.450339 2.37422C0.407055 2.21615 0.39307 2.05038 0.409189 1.88644C0.425307 1.72251 0.47121 1.56363 0.544261 1.41895C0.617311 1.27427 0.716069 1.14664 0.834856 1.04339C0.953753 0.928806 1.09324 0.84203 1.24457 0.788488C1.39591 0.734947 1.55583 0.715801 1.71432 0.732244C1.87281 0.748688 2.02646 0.800369 2.16563 0.88405C2.30481 0.967731 2.42651 1.08161 2.52311 1.21855L8.10824 8.72552C8.25338 8.95709 8.3226 9.23461 8.30482 9.51375Z' /%3E%3C/svg%3E"); }
  .pla-lander-pdp .pla-customer-reviews.blue-color-bg, .new-landing-page .pla-customer-reviews.blue-color-bg {
    color: #444444; }
    .pla-lander-pdp .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap h3, .pla-lander-pdp .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap p, .new-landing-page .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap h3, .new-landing-page .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap p {
      color: #FFFFFF; }
    .pla-lander-pdp .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box, .new-landing-page .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box {
      border: 1px solid transparent; }
      .pla-lander-pdp .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box p, .new-landing-page .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box p {
        color: #444444; }
    .pla-lander-pdp .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev:before, .new-landing-page .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23ffffff'%3E%3Cpath d='M0.00181829 9.48625C0.00128997 9.19392 0.0953871 8.91061 0.267776 8.68551L6.04948 1.17855C6.24576 0.923039 6.5278 0.76236 6.83357 0.731857C7.13934 0.701354 7.44378 0.803526 7.67993 1.0159C7.91607 1.22827 8.06457 1.53344 8.09276 1.86428C8.12095 2.19512 8.02653 2.52452 7.83025 2.78003L2.64984 9.48625L7.64523 16.1925C7.74129 16.3205 7.81302 16.4677 7.8563 16.6258C7.89958 16.7839 7.91357 16.9496 7.89745 17.1136C7.88133 17.2775 7.83543 17.4364 7.76238 17.5811C7.68933 17.7257 7.59057 17.8534 7.47178 17.9566C7.35289 18.0712 7.2134 18.158 7.06207 18.2115C6.91073 18.2651 6.75081 18.2842 6.59232 18.2678C6.43383 18.2513 6.28018 18.1996 6.14101 18.116C6.00183 18.0323 5.88013 17.9184 5.78352 17.7815L0.198396 10.2745C0.0532566 10.0429 -0.0159553 9.76539 0.00181829 9.48625Z' /%3E%3C/svg%3E"); }
    .pla-lander-pdp .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next, .new-landing-page .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next {
      right: -2rem; }
      .pla-lander-pdp .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next:before, .new-landing-page .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23ffffff'%3E%3Cpath d='M8.30482 9.51375C8.30535 9.80608 8.21125 10.0894 8.03886 10.3145L2.25716 17.8215C2.06088 18.077 1.77884 18.2376 1.47307 18.2681C1.1673 18.2986 0.862859 18.1965 0.626715 17.9841C0.390571 17.7717 0.242069 17.4666 0.213877 17.1357C0.185686 16.8049 0.280115 16.4755 0.47639 16.22L5.6568 9.51375L0.661405 2.80752C0.565353 2.67955 0.493623 2.53229 0.450339 2.37422C0.407055 2.21615 0.39307 2.05038 0.409189 1.88644C0.425307 1.72251 0.47121 1.56363 0.544261 1.41895C0.617311 1.27427 0.716069 1.14664 0.834856 1.04339C0.953753 0.928806 1.09324 0.84203 1.24457 0.788488C1.39591 0.734947 1.55583 0.715801 1.71432 0.732244C1.87281 0.748688 2.02646 0.800369 2.16563 0.88405C2.30481 0.967731 2.42651 1.08161 2.52311 1.21855L8.10824 8.72552C8.25338 8.95709 8.3226 9.23461 8.30482 9.51375Z' /%3E%3C/svg%3E"); }
  .pla-lander-pdp .pla-support, .new-landing-page .pla-support {
    background-color: #ECF0F8;
    padding: 4rem 0; }
    .pla-lander-pdp .pla-support h3, .new-landing-page .pla-support h3 {
      color: #1C3C5D;
      font-size: 18px;
      margin: 0 0 2rem;
      text-align: center; }
      @media (min-width: 801px) {
        .pla-lander-pdp .pla-support h3, .new-landing-page .pla-support h3 {
          font-size: 32px; } }
    .pla-lander-pdp .pla-support .pla-support-wrap, .new-landing-page .pla-support .pla-support-wrap {
      align-items: center;
      display: flex;
      flex-direction: column;
      gap: 3.8rem;
      justify-content: center;
      padding: 3rem 0; }
      @media (min-width: 801px) {
        .pla-lander-pdp .pla-support .pla-support-wrap, .new-landing-page .pla-support .pla-support-wrap {
          flex-direction: row-reverse; } }
      .pla-lander-pdp .pla-support .pla-support-wrap .pla-support-image, .new-landing-page .pla-support .pla-support-wrap .pla-support-image {
        flex: 2; }
      .pla-lander-pdp .pla-support .pla-support-wrap .pla-support-content, .new-landing-page .pla-support .pla-support-wrap .pla-support-content {
        flex: 3; }
        .pla-lander-pdp .pla-support .pla-support-wrap .pla-support-content h4, .new-landing-page .pla-support .pla-support-wrap .pla-support-content h4 {
          color: #1B3D5C;
          font-size: 16px;
          margin: 0 0 1rem; }
          @media (min-width: 801px) {
            .pla-lander-pdp .pla-support .pla-support-wrap .pla-support-content h4, .new-landing-page .pla-support .pla-support-wrap .pla-support-content h4 {
              font-size: 22px; } }
        .pla-lander-pdp .pla-support .pla-support-wrap .pla-support-content p, .new-landing-page .pla-support .pla-support-wrap .pla-support-content p {
          color: #1B3D5C;
          font-size: 16px;
          margin: 0 0 2rem; }
          @media (min-width: 801px) {
            .pla-lander-pdp .pla-support .pla-support-wrap .pla-support-content p, .new-landing-page .pla-support .pla-support-wrap .pla-support-content p {
              font-size: 20px; } }
  .pla-lander-pdp .how-gps-works .how-gps-works-wrap, .new-landing-page .how-gps-works .how-gps-works-wrap {
    padding: 3rem 0 4rem;
    text-align: center; }
    .pla-lander-pdp .how-gps-works .how-gps-works-wrap h3, .new-landing-page .how-gps-works .how-gps-works-wrap h3 {
      font-size: 16px;
      margin: 0 0 1rem; }
      @media (min-width: 801px) {
        .pla-lander-pdp .how-gps-works .how-gps-works-wrap h3, .new-landing-page .how-gps-works .how-gps-works-wrap h3 {
          font-size: 32px; } }
    .pla-lander-pdp .how-gps-works .how-gps-works-wrap p, .new-landing-page .how-gps-works .how-gps-works-wrap p {
      font-size: 16px; }
      @media (min-width: 801px) {
        .pla-lander-pdp .how-gps-works .how-gps-works-wrap p, .new-landing-page .how-gps-works .how-gps-works-wrap p {
          font-size: 20px; } }
    .pla-lander-pdp .how-gps-works .how-gps-works-wrap .key-points-wrap, .new-landing-page .how-gps-works .how-gps-works-wrap .key-points-wrap {
      align-items: center;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 3rem auto;
      max-width: 900px;
      width: 100%; }
      @media (min-width: 801px) {
        .pla-lander-pdp .how-gps-works .how-gps-works-wrap .key-points-wrap, .new-landing-page .how-gps-works .how-gps-works-wrap .key-points-wrap {
          align-items: flex-start;
          flex-direction: row; } }
      .pla-lander-pdp .how-gps-works .how-gps-works-wrap .key-points-wrap .key-points, .new-landing-page .how-gps-works .how-gps-works-wrap .key-points-wrap .key-points {
        max-width: 200px;
        width: 100%; }
        .pla-lander-pdp .how-gps-works .how-gps-works-wrap .key-points-wrap .key-points svg, .new-landing-page .how-gps-works .how-gps-works-wrap .key-points-wrap .key-points svg {
          height: 133px;
          width: 130px;
          margin: 0 0 1rem; }
        .pla-lander-pdp .how-gps-works .how-gps-works-wrap .key-points-wrap .key-points h4, .new-landing-page .how-gps-works .how-gps-works-wrap .key-points-wrap .key-points h4 {
          margin: 0; }
  .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap, .new-landing-page .pla-service-plan .pla-service-plan-wrap {
    text-align: center; }
    .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap h3, .new-landing-page .pla-service-plan .pla-service-plan-wrap h3 {
      color: #1B3D5C;
      font-size: 18px;
      margin: 0 0 1rem; }
      @media (min-width: 801px) {
        .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap h3, .new-landing-page .pla-service-plan .pla-service-plan-wrap h3 {
          font-size: 32px; } }
    .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap p, .new-landing-page .pla-service-plan .pla-service-plan-wrap p {
      color: #1B3D5C;
      font-size: 16px; }
      @media (min-width: 801px) {
        .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap p, .new-landing-page .pla-service-plan .pla-service-plan-wrap p {
          font-size: 20px; } }
    .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .choose-service-plan, .new-landing-page .pla-service-plan .pla-service-plan-wrap .choose-service-plan {
      max-width: 300px;
      width: 100%;
      margin: 0 auto 1.5rem; }
      .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .choose-service-plan ul, .new-landing-page .pla-service-plan .pla-service-plan-wrap .choose-service-plan ul {
        border: 1px solid #1B3D5C;
        border-radius: 30px;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        list-style: none;
        justify-content: space-between;
        margin: 0;
        padding: 0.5rem; }
        .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .choose-service-plan ul li, .new-landing-page .pla-service-plan .pla-service-plan-wrap .choose-service-plan ul li {
          background-color: transparent;
          border-radius: 30px;
          padding: 0.5rem 1.4rem; }
          .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .choose-service-plan ul li.is-active, .new-landing-page .pla-service-plan .pla-service-plan-wrap .choose-service-plan ul li.is-active {
            background-color: #1B3D5C; }
            .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .choose-service-plan ul li.is-active a, .new-landing-page .pla-service-plan .pla-service-plan-wrap .choose-service-plan ul li.is-active a {
              color: #FFFFFF; }
          .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .choose-service-plan ul li a, .new-landing-page .pla-service-plan .pla-service-plan-wrap .choose-service-plan ul li a {
            background-color: transparent;
            font-size: 18px;
            font-weight: 700;
            text-decoration: none; }
            @media (min-width: 801px) {
              .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .choose-service-plan ul li a, .new-landing-page .pla-service-plan .pla-service-plan-wrap .choose-service-plan ul li a {
                font-size: 22px; } }
    .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details {
      margin: 0 0 4rem; }
      .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs {
        display: none; }
        .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs.active-details, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs.active-details {
          display: block; }
        .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .row, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .row {
          margin: 0 -1.6rem; }
          @media (min-width: 801px) {
            .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .row, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .row {
              display: flex;
              justify-content: space-between; } }
        .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs div[class*="col-"], .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs div[class*="col-"] {
          padding: 0 1.6rem; }
        .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box {
          border: 1px solid #83A3BF;
          border-radius: 20px;
          color: #1B3D5C;
          min-height: auto;
          padding: 1.5rem;
          text-align: left;
          margin: 0 0 1.5rem;
          position: relative;
          padding-top: 70px !important; }
          @media (min-width: 801px) {
            .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box {
              min-height: 450px;
              margin: 0; } }
          @media (min-width: 1261px) {
            .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box {
              min-height: 500px;
              padding: 2rem; } }
          .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box.blue-theme, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box.blue-theme {
            background-color: #ECF0F8; }
            .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box.blue-theme .ColumnHead, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box.blue-theme .ColumnHead {
              background-color: #1B3D5C; }
          .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box.white-theme, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box.white-theme {
            background-color: #FFFFFF; }
            .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box.white-theme .ColumnHead, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box.white-theme .ColumnHead {
              background-color: #FFFFFF; }
          .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box .ColumnHead, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box .ColumnHead {
            color: #ECF0F8;
            border-radius: 20px 20px 0 0;
            font-size: 16px;
            font-weight: 700;
            left: 0;
            padding: 1rem 0;
            position: absolute;
            text-align: center;
            top: 0;
            width: 100%; }
            .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box .ColumnHead span, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box .ColumnHead span {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19' %3E%3Cpath d='M9.95292 15.272L5.34802 18.0461C5.14459 18.1755 4.93191 18.231 4.70999 18.2125C4.48807 18.194 4.29389 18.12 4.12744 17.9906C3.961 17.8611 3.83155 17.6995 3.73908 17.5057C3.64661 17.3111 3.62812 17.0936 3.6836 16.8532L4.90417 11.6103L0.826343 8.08727C0.641408 7.92083 0.526008 7.73109 0.480144 7.51804C0.43354 7.30573 0.447225 7.09787 0.521199 6.89444C0.595174 6.69101 0.706135 6.52457 0.854083 6.39511C1.00203 6.26566 1.20546 6.18244 1.46437 6.14545L6.846 5.67386L8.92652 0.736081C9.01899 0.514158 9.1625 0.347716 9.35705 0.236755C9.55087 0.125793 9.74949 0.0703125 9.95292 0.0703125C10.1563 0.0703125 10.3553 0.125793 10.5499 0.236755C10.7437 0.347716 10.8868 0.514158 10.9793 0.736081L13.0598 5.67386L18.4415 6.14545C18.7004 6.18244 18.9038 6.26566 19.0517 6.39511C19.1997 6.52457 19.3107 6.69101 19.3846 6.89444C19.4586 7.09787 19.4727 7.30573 19.4268 7.51804C19.3802 7.73109 19.2644 7.92083 19.0795 8.08727L15.0017 11.6103L16.2222 16.8532C16.2777 17.0936 16.2592 17.3111 16.1668 17.5057C16.0743 17.6995 15.9448 17.8611 15.7784 17.9906C15.6119 18.12 15.4178 18.194 15.1958 18.2125C14.9739 18.231 14.7612 18.1755 14.5578 18.0461L9.95292 15.272Z' fill='%23ECF0F8' %3E%3C/path%3E%3C/svg%3E");
              background-repeat: no-repeat;
              background-position: center left;
              display: inline-block;
              padding-left: 2.4rem;
              vertical-align: middle; }
          .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box h5, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box h5 {
            background-color: transparent;
            color: #1B3D5C;
            display: inline-block;
            margin: 0 0 1rem;
            max-width: 100px;
            text-align: center;
            text-transform: capitalize;
            width: 100%; }
            .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box h5 a, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box h5 a {
              background-color: transparent;
              color: #1B3D5C;
              border-radius: 2rem;
              border: 1px solid #1B3D5C;
              display: block;
              padding: 0.4rem 0;
              text-decoration: none; }
              .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box h5 a:hover, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box h5 a:hover {
                background-color: #1B3D5C;
                color: #ffffff; }
          .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box .package-amount, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box .package-amount {
            font-size: 30px;
            font-weight: 700; }
            @media (min-width: 801px) {
              .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box .package-amount, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box .package-amount {
                margin: 0 0 0.5rem; } }
          .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box p, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box p {
            color: #1B3D5C;
            font-size: 20px;
            margin: 0; }
            @media (min-width: 801px) {
              .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box p, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box p {
                font-size: 16px; } }
            .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box p.savingNotes, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box p.savingNotes {
              min-height: 24px;
              color: #63A445;
              font-weight: bold;
              font-size: 14px;
              margin: 0.8rem 0; }
          .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box ul, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box ul {
            list-style: none;
            margin: 0; }
            .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box ul li, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box ul li {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' id='icon-help'%3E%3Cpath d='M1.057,15.964C1.055,7.75,7.766,1.05,15.994,1.055c8.258,0.006,14.94,6.664,14.95,14.92c0.011,8.338-6.746,15.022-15.048,14.971C7.701,30.894,1.042,24.23,1.057,15.964zM14.548,18.743c-0.295-0.297-0.574-0.581-0.855-0.862c-0.709-0.711-1.415-1.428-2.133-2.129c-0.559-0.547-1.391-0.55-1.924-0.027c-0.54,0.529-0.564,1.369-0.021,1.92c1.354,1.371,2.714,2.733,4.085,4.086c0.585,0.576,1.474,0.505,2.001-0.128c0.373-0.445,0.745-0.892,1.117-1.337c1.879-2.257,3.761-4.511,5.637-6.771c0.522-0.63,0.463-1.474-0.122-1.955c-0.62-0.51-1.442-0.406-1.98,0.238C18.429,14.093,16.498,16.405,14.548,18.743z' fill='%231B3D5C' %3E%3C/path%3E%3C/svg%3E");
              background-repeat: no-repeat;
              background-size: 14px;
              background-position: center left;
              color: #1B3D5C;
              font-size: 16px;
              line-height: 2rem;
              margin: 0 0 0.4rem;
              padding-left: 24px; }
              .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box ul li.blank, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box ul li.blank {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23cccccc' d='M0.517,10.562C0.358,7.8,1.28,5.271,3.357,3.21c1.606-1.592,3.575-2.497,5.842-2.67c3.01-0.229,5.598,0.744,7.682,2.914c1.849,1.924,2.72,4.271,2.61,6.937c-0.107,2.595-1.13,4.811-3.038,6.574c-1.928,1.783-4.238,2.627-6.859,2.521c-2.392-0.096-4.476-0.996-6.195-2.664C1.685,15.157,0.735,13.114,0.517,10.562z'/%3E%3Cpath fill='rgba(245, 246, 246)' d='M10.02,16.652c-3.72-0.027-6.369-2.909-6.636-6.001C3.193,8.436,3.929,6.565,5.552,5.06c1.074-0.995,2.366-1.555,3.828-1.681c2.227-0.19,4.103,0.561,5.595,2.211c1.202,1.33,1.762,2.928,1.677,4.712C16.489,13.706,13.76,16.599,10.02,16.652z'/%3E%3C/svg%3E");
                color: #ccc; }
          .pla-lander-pdp .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box .action .button, .new-landing-page .pla-service-plan .pla-service-plan-wrap .packages-details .package-typs .package-box .action .button {
            background-color: #F27221;
            color: #FFFFFF;
            border: none;
            border-radius: 30px;
            font-size: 18px;
            font-weight: 700;
            margin: 0 auto 1rem;
            padding: 0.9rem 3rem;
            width: 100%; }
  .pla-lander-pdp .pla-pdp-faq, .new-landing-page .pla-pdp-faq {
    background-color: #ECF0F8;
    padding: 4rem 0; }
    .pla-lander-pdp .pla-pdp-faq .product-questions-content > div, .new-landing-page .pla-pdp-faq .product-questions-content > div {
      margin: 0; }
    .pla-lander-pdp .pla-pdp-faq .product-questions-content .product-section-title, .new-landing-page .pla-pdp-faq .product-questions-content .product-section-title {
      display: none; }
    .pla-lander-pdp .pla-pdp-faq .product-questions-content h3, .new-landing-page .pla-pdp-faq .product-questions-content h3 {
      font-size: 18px;
      margin: 0 0 2rem;
      text-align: center; }
      @media (min-width: 801px) {
        .pla-lander-pdp .pla-pdp-faq .product-questions-content h3, .new-landing-page .pla-pdp-faq .product-questions-content h3 {
          font-size: 32px; } }
    .pla-lander-pdp .pla-pdp-faq .product-questions-content div[itemprop="mainEntity"] h4, .new-landing-page .pla-pdp-faq .product-questions-content div[itemprop="mainEntity"] h4 {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' id='icon-help'%3E%3Cpath d='M13.375 16.5C13.1458 16.7292 12.8542 16.8438 12.5 16.8438C12.1458 16.8438 11.8542 16.7292 11.625 16.5L7.75 12.625C7.52084 12.3958 7.40625 12.1096 7.40625 11.7663C7.40625 11.4229 7.53125 11.1258 7.78125 10.875C8.01042 10.6458 8.30208 10.5313 8.65625 10.5313C9.01042 10.5313 9.30208 10.6458 9.53125 10.875L12.5 13.8438L15.5 10.8438C15.7292 10.6146 16.0154 10.5 16.3588 10.5C16.7021 10.5 16.9992 10.625 17.25 10.875C17.4792 11.1042 17.5938 11.3958 17.5938 11.75C17.5938 12.1042 17.4792 12.3958 17.25 12.625L13.375 16.5ZM12.5 25.5C14.2292 25.5 15.8542 25.1717 17.375 24.515C18.8958 23.8583 20.2188 22.9679 21.3438 21.8438C22.4688 20.7188 23.3592 19.3958 24.015 17.875C24.6708 16.3542 24.9992 14.7292 25 13C25 11.2708 24.6717 9.64583 24.015 8.125C23.3583 6.60417 22.4679 5.28125 21.3438 4.15625C20.2188 3.03125 18.8958 2.14083 17.375 1.485C15.8542 0.829168 14.2292 0.500834 12.5 0.500001C10.7708 0.500001 9.14583 0.828335 7.625 1.485C6.10417 2.14167 4.78125 3.03209 3.65625 4.15625C2.53125 5.28125 1.64042 6.60417 0.983752 8.125C0.327084 9.64584 -0.00083257 11.2708 1.09278e-06 13C1.24395e-06 14.7292 0.328334 16.3542 0.985002 17.875C1.64167 19.3958 2.53208 20.7188 3.65625 21.8438C4.78125 22.9688 6.10417 23.8596 7.625 24.5163C9.14584 25.1729 10.7708 25.5008 12.5 25.5Z' fill='%231B3D5C' %3E%3C/path%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center right 10px;
      background-size: 25px;
      border-bottom: 1px solid #83A3BF;
      cursor: pointer;
      padding: 1rem 3rem 1rem 0;
      margin: 0;
      font-size: 14px; }
      @media (min-width: 801px) {
        .pla-lander-pdp .pla-pdp-faq .product-questions-content div[itemprop="mainEntity"] h4, .new-landing-page .pla-pdp-faq .product-questions-content div[itemprop="mainEntity"] h4 {
          font-size: 16px; } }
      .pla-lander-pdp .pla-pdp-faq .product-questions-content div[itemprop="mainEntity"] h4.is-open, .new-landing-page .pla-pdp-faq .product-questions-content div[itemprop="mainEntity"] h4.is-open {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' id='icon-help'%3E%3Cpath d='M13.875 9.5C13.6458 9.27083 13.3542 9.15625 13 9.15625C12.6458 9.15625 12.3542 9.27083 12.125 9.5L8.25 13.375C8.02084 13.6042 7.90625 13.8904 7.90625 14.2337C7.90625 14.5771 8.03125 14.8742 8.28125 15.125C8.51042 15.3542 8.80208 15.4687 9.15625 15.4687C9.51042 15.4687 9.80208 15.3542 10.0313 15.125L13 12.1562L16 15.1562C16.2292 15.3854 16.5154 15.5 16.8588 15.5C17.2021 15.5 17.4992 15.375 17.75 15.125C17.9792 14.8958 18.0938 14.6042 18.0938 14.25C18.0938 13.8958 17.9792 13.6042 17.75 13.375L13.875 9.5ZM13 0.499999C14.7292 0.499999 16.3542 0.828332 17.875 1.485C19.3958 2.14167 20.7188 3.03208 21.8438 4.15625C22.9688 5.28125 23.8592 6.60417 24.515 8.125C25.1708 9.64583 25.4992 11.2708 25.5 13C25.5 14.7292 25.1717 16.3542 24.515 17.875C23.8583 19.3958 22.9679 20.7187 21.8438 21.8437C20.7188 22.9687 19.3958 23.8592 17.875 24.515C16.3542 25.1708 14.7292 25.4992 13 25.5C11.2708 25.5 9.64583 25.1717 8.125 24.515C6.60417 23.8583 5.28125 22.9679 4.15625 21.8437C3.03125 20.7187 2.14042 19.3958 1.48375 17.875C0.827084 16.3542 0.499167 14.7292 0.500001 13C0.500001 11.2708 0.828334 9.64583 1.485 8.125C2.14167 6.60417 3.03208 5.28125 4.15625 4.15625C5.28125 3.03125 6.60417 2.14042 8.125 1.48375C9.64584 0.827082 11.2708 0.499165 13 0.499999Z' fill='%231B3D5C' %3E%3C/path%3E%3C/svg%3E");
        border-color: transparent; }
    .pla-lander-pdp .pla-pdp-faq .product-questions-content div[itemprop="mainEntity"] div[itemprop="acceptedAnswer"], .new-landing-page .pla-pdp-faq .product-questions-content div[itemprop="mainEntity"] div[itemprop="acceptedAnswer"] {
      display: none;
      padding: 1rem 3rem 1rem 0; }
    .pla-lander-pdp .pla-pdp-faq .product-questions-content div[itemprop="mainEntity"]:last-child h4, .new-landing-page .pla-pdp-faq .product-questions-content div[itemprop="mainEntity"]:last-child h4 {
      border-color: transparent; }
  .pla-lander-pdp .pla-optional-accessories, .new-landing-page .pla-optional-accessories {
    background-color: #1C3C5D; }
    .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap {
      padding: 4rem 0; }
      .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap h3, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap h3 {
        color: #FFFFFF;
        font-size: 18px;
        margin: 0 0 2rem;
        text-align: center; }
        @media (min-width: 801px) {
          .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap h3, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap h3 {
            font-size: 32px; } }
      .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories.productGrid, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories.productGrid {
        margin: 0; }
        .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories.productGrid .product, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories.productGrid .product {
          width: 33.33333%; }
      .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .slick-list.draggable, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .slick-list.draggable {
        padding: 0 !important; }
      .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .slick-arrow, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .slick-arrow {
        background-color: transparent;
        border: 0;
        height: 20px;
        margin-top: 0;
        padding: 0;
        top: 50%;
        width: 20px; }
        .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .slick-arrow:before, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .slick-arrow:before {
          height: 20px;
          width: 20px; }
        .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .slick-arrow.slick-prev, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .slick-arrow.slick-prev {
          left: -0.6rem; }
          .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .slick-arrow.slick-prev:before, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .slick-arrow.slick-prev:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23ffffff'%3E%3Cpath d='M0.00181829 9.48625C0.00128997 9.19392 0.0953871 8.91061 0.267776 8.68551L6.04948 1.17855C6.24576 0.923039 6.5278 0.76236 6.83357 0.731857C7.13934 0.701354 7.44378 0.803526 7.67993 1.0159C7.91607 1.22827 8.06457 1.53344 8.09276 1.86428C8.12095 2.19512 8.02653 2.52452 7.83025 2.78003L2.64984 9.48625L7.64523 16.1925C7.74129 16.3205 7.81302 16.4677 7.8563 16.6258C7.89958 16.7839 7.91357 16.9496 7.89745 17.1136C7.88133 17.2775 7.83543 17.4364 7.76238 17.5811C7.68933 17.7257 7.59057 17.8534 7.47178 17.9566C7.35289 18.0712 7.2134 18.158 7.06207 18.2115C6.91073 18.2651 6.75081 18.2842 6.59232 18.2678C6.43383 18.2513 6.28018 18.1996 6.14101 18.116C6.00183 18.0323 5.88013 17.9184 5.78352 17.7815L0.198396 10.2745C0.0532566 10.0429 -0.0159553 9.76539 0.00181829 9.48625Z' /%3E%3C/svg%3E"); }
        .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .slick-arrow.slick-next, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .slick-arrow.slick-next {
          right: -1.4rem; }
          .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .slick-arrow.slick-next:before, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .slick-arrow.slick-next:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23ffffff'%3E%3Cpath d='M8.30482 9.51375C8.30535 9.80608 8.21125 10.0894 8.03886 10.3145L2.25716 17.8215C2.06088 18.077 1.77884 18.2376 1.47307 18.2681C1.1673 18.2986 0.862859 18.1965 0.626715 17.9841C0.390571 17.7717 0.242069 17.4666 0.213877 17.1357C0.185686 16.8049 0.280115 16.4755 0.47639 16.22L5.6568 9.51375L0.661405 2.80752C0.565353 2.67955 0.493623 2.53229 0.450339 2.37422C0.407055 2.21615 0.39307 2.05038 0.409189 1.88644C0.425307 1.72251 0.47121 1.56363 0.544261 1.41895C0.617311 1.27427 0.716069 1.14664 0.834856 1.04339C0.953753 0.928806 1.09324 0.84203 1.24457 0.788488C1.39591 0.734947 1.55583 0.715801 1.71432 0.732244C1.87281 0.748688 2.02646 0.800369 2.16563 0.88405C2.30481 0.967731 2.42651 1.08161 2.52311 1.21855L8.10824 8.72552C8.25338 8.95709 8.3226 9.23461 8.30482 9.51375Z' /%3E%3C/svg%3E"); }
      .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.05) 0 1px 20px 0, rgba(0, 0, 0, 0.05) 0 1px 4px 0, rgba(0, 0, 0, 0.05) 0 2px 8px 0;
        border-radius: 30px;
        margin: .5rem 0 1.875rem;
        padding: 2rem; }
        .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-body h4, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-body h4 {
          font-size: 16px;
          margin: 0 0 1.4rem;
          min-height: 52px; }
          @media (min-width: 801px) {
            .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-body h4, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-body h4 {
              font-size: 20px; } }
        .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-body .card-text, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-body .card-text {
          color: #444; }
        .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-summary p, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-summary p {
          font-size: 14px; }
        .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details {
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          justify-content: space-between;
          margin: 0 0 0.3rem; }
          @media (min-width: 801px) {
            .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details {
              align-items: center;
              flex-direction: row;
              justify-content: space-between; } }
          .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details .card-pricing, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details .card-pricing {
            display: flex;
            align-items: center;
            -moz-column-gap: .8rem;
                 column-gap: .8rem; }
            .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details .card-pricing .price-section, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details .card-pricing .price-section {
              font-size: 24px; }
              .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details .card-pricing .price-section.price-section--withoutTax, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details .card-pricing .price-section.price-section--withoutTax {
                order: 1; }
              .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details .card-pricing .price-section.rrp-price--withoutTax, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details .card-pricing .price-section.rrp-price--withoutTax {
                order: 3; }
                .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details .card-pricing .price-section.rrp-price--withoutTax .price, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details .card-pricing .price-section.rrp-price--withoutTax .price {
                  color: #8d8d8d; }
              .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details .card-pricing .price-section.price-section--saving, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details .card-pricing .price-section.price-section--saving {
                display: none; }
          .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details .card-rating .icon, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-details .card-rating .icon {
            height: 20px;
            width: 20px; }
        .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-availability p, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-availability p {
          color: #005295;
          font-weight: 700; }
        .pla-lander-pdp .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-action .button, .new-landing-page .pla-optional-accessories .pla-optional-accessories-wrap .optional-accessories .card .card-action .button {
          background-color: #F27221;
          color: #FFFFFF;
          border: none;
          border-radius: 30px;
          font-family: "HelveticaNeueBL", Arial, sans-serif;
          font-size: 18px;
          line-height: 1.5rem;
          margin: 0;
          padding: 1.2rem 0;
          max-width: 190px;
          width: 100%; }
  .pla-lander-pdp .pla-pdp-specifications-wrap, .new-landing-page .pla-pdp-specifications-wrap {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4.93173px 18.494px rgba(0, 0, 0, 0.15);
    margin: 4rem 0;
    padding: 1rem; }
    @media (min-width: 801px) {
      .pla-lander-pdp .pla-pdp-specifications-wrap, .new-landing-page .pla-pdp-specifications-wrap {
        border-radius: 30px;
        padding: 3rem; } }
    .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row, .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row {
      align-items: flex-start;
      border: 1px solid #e1e1e1;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      gap: 0;
      justify-content: center; }
      @media (min-width: 801px) {
        .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row, .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row {
          border: 0;
          border-radius: 0;
          flex-direction: row;
          gap: 2rem; } }
      .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col, .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col {
        flex: 2; }
        .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col .itemFeature-image, .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col .itemFeature-image {
          max-width: 380px;
          margin: 0 auto;
          width: 100%; }
        .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col .itemFeatures, .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col .itemFeatures {
          display: flex;
          margin: 0;
          border-top: 1px solid #e1e1e1;
          padding: 0.8rem 0; }
          .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col .itemFeatures h5, .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col .itemFeatures h5 {
            flex: 4;
            margin: 0;
            padding-left: 0.5rem;
            text-transform: capitalize; }
          .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col .itemFeatures ul, .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col .itemFeatures p, .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col .itemFeatures ul, .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col .itemFeatures p {
            flex: 8;
            list-style: none;
            margin: 0; }
          .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col .itemFeatures:nth-child(2n), .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col .itemFeatures:nth-child(2n) {
            background-color: #f5f5f5; }
        .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specialFeatures, .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specialFeatures {
          border: 0;
          border-radius: 0;
          overflow: hidden; }
          @media (min-width: 801px) {
            .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specialFeatures, .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specialFeatures {
              border: 1px solid #e1e1e1;
              border-radius: 10px; } }
        .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specificatonList, .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specificatonList {
          border: 0;
          border-radius: 0;
          overflow: hidden; }
          @media (min-width: 801px) {
            .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specificatonList, .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specificatonList {
              border: 1px solid #e1e1e1;
              border-radius: 10px; } }
          .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specificatonList .specificaton-content, .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specificatonList .specificaton-content {
            padding: 1rem;
            border-top: 1px solid #e1e1e1; }
            .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specificatonList .specificaton-content:nth-child(2n), .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specificatonList .specificaton-content:nth-child(2n) {
              background-color: #f5f5f5; }
          .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specificatonList h4, .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specificatonList h4 {
            font-size: 15px;
            margin: 0 0 0.6rem; }
          .pla-lander-pdp .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specificatonList ul, .new-landing-page .pla-pdp-specifications-wrap .itemFeatures-row .itemFeatures-col.specificatonList ul {
            margin-bottom: 0.6rem; }

.new-landing-page .top-page-header {
  background-repeat: no-repeat;
  background-size: cover; }
  .new-landing-page .top-page-header .top-page-header--wrap {
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    text-align: center; }
    @media (min-width: 801px) {
      .new-landing-page .top-page-header .top-page-header--wrap {
        min-height: 550px;
        justify-content: flex-start;
        text-align: left; } }
    .new-landing-page .top-page-header .top-page-header--wrap .top-page-header--content {
      max-width: 300px;
      width: 100%; }
      @media (min-width: 801px) {
        .new-landing-page .top-page-header .top-page-header--wrap .top-page-header--content {
          max-width: 650px; } }
      .new-landing-page .top-page-header .top-page-header--wrap .top-page-header--content h1 {
        color: #FFFFFF;
        font-family: "HelveticaNeueBL", Arial, sans-serif;
        font-size: 28px;
        letter-spacing: -0.06rem;
        margin: 0 0 1rem; }
        @media (min-width: 801px) {
          .new-landing-page .top-page-header .top-page-header--wrap .top-page-header--content h1 {
            font-size: 30px; } }
        @media (min-width: 991px) {
          .new-landing-page .top-page-header .top-page-header--wrap .top-page-header--content h1 {
            font-size: 50px; } }
      .new-landing-page .top-page-header .top-page-header--wrap .top-page-header--content p {
        color: #FFFFFF;
        font-size: 14px;
        line-height: 2rem;
        margin-bottom: 2rem; }
        @media (min-width: 801px) {
          .new-landing-page .top-page-header .top-page-header--wrap .top-page-header--content p {
            font-size: 20px;
            line-height: 2rem; } }
      .new-landing-page .top-page-header .top-page-header--wrap .top-page-header--content .action {
        margin: 0; }
        .new-landing-page .top-page-header .top-page-header--wrap .top-page-header--content .action .button {
          background-color: #F27221;
          color: #FFFFFF;
          border: none;
          border-radius: 30px;
          font-family: "HelveticaNeueBL", Arial, sans-serif;
          font-size: 18px;
          margin: 0;
          padding: 1.4rem 3rem; }

.new-landing-page .landing-page-features-wrap {
  padding: 3rem 0; }
  @media (min-width: 801px) {
    .new-landing-page .landing-page-features-wrap {
      padding: 6rem 0; } }
  .new-landing-page .landing-page-features-wrap h3 {
    color: #1B3D5C;
    font-size: 18px;
    margin: 0 0 3rem;
    text-align: center; }
    @media (min-width: 801px) {
      .new-landing-page .landing-page-features-wrap h3 {
        font-size: 32px;
        margin: 0 0 4rem; } }
  .new-landing-page .landing-page-features-wrap .features-box-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .new-landing-page .landing-page-features-wrap .features-box-wrap .feature-box {
      padding: 0 15px;
      max-width: 100%;
      text-align: center;
      width: 100%; }
      @media (min-width: 801px) {
        .new-landing-page .landing-page-features-wrap .features-box-wrap .feature-box {
          max-width: 33.33333%; } }
      .new-landing-page .landing-page-features-wrap .features-box-wrap .feature-box .feature-box-content {
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 90px;
        margin-bottom: 40px;
        padding: 100px 20px 0; }
        .new-landing-page .landing-page-features-wrap .features-box-wrap .feature-box .feature-box-content h5 {
          color: #1B3D5C;
          font-size: 18px;
          margin: 0 0 1rem;
          text-transform: none; }
          @media (min-width: 801px) {
            .new-landing-page .landing-page-features-wrap .features-box-wrap .feature-box .feature-box-content h5 {
              font-size: 22px; } }
        .new-landing-page .landing-page-features-wrap .features-box-wrap .feature-box .feature-box-content p {
          font-size: 16px;
          margin: 0; }
          @media (min-width: 801px) {
            .new-landing-page .landing-page-features-wrap .features-box-wrap .feature-box .feature-box-content p {
              font-size: 20px; } }
        .new-landing-page .landing-page-features-wrap .features-box-wrap .feature-box .feature-box-content.advanced-reporting-box {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88 88'%3E%3Ccircle cx='44.0035' cy='43.6246' r='43.4488' fill='%231B3D5C'/%3E%3Cpath d='M56 27.1758H29.75C27.6875 27.1758 26 28.8633 26 30.9258V57.1758C26 59.2383 27.6875 60.9258 29.75 60.9258H56C58.0625 60.9258 59.75 59.2383 59.75 57.1758V30.9258C59.75 28.8633 58.0625 27.1758 56 27.1758ZM37.25 53.4258H33.5V40.3008H37.25V53.4258ZM44.75 53.4258H41V34.6758H44.75V53.4258ZM52.25 53.4258H48.5V45.9258H52.25V53.4258Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
        .new-landing-page .landing-page-features-wrap .features-box-wrap .feature-box .feature-box-content.instant-alert-box {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88 88'%3E%3Ccircle cx='44.0035' cy='43.6246' r='43.4488' fill='%231B3D5C'/%3E%3Cpath d='M44 24.4258C54.3556 24.4258 62.75 32.8202 62.75 43.1758C62.7539 48.0985 60.8216 52.8254 57.3704 56.3357C53.9192 59.8461 49.2259 61.8584 44.3038 61.9382C39.3817 62.0179 34.6256 60.1587 31.0625 56.762C27.4994 53.3653 25.415 48.7036 25.2594 43.7833L25.25 43.1758L25.2575 42.6508C25.535 32.5389 33.8188 24.4258 44 24.4258ZM44.0188 48.8008L43.7806 48.8139C43.3249 48.8681 42.9049 49.0876 42.6001 49.4307C42.2954 49.7739 42.1271 50.2169 42.1271 50.6758C42.1271 51.1347 42.2954 51.5777 42.6001 51.9208C42.9049 52.264 43.3249 52.4834 43.7806 52.5377L44 52.5508L44.2381 52.5377C44.6938 52.4834 45.1139 52.264 45.4186 51.9208C45.7233 51.5777 45.8917 51.1347 45.8917 50.6758C45.8917 50.2169 45.7233 49.7739 45.4186 49.4307C45.1139 49.0876 44.6938 48.8681 44.2381 48.8139L44.0188 48.8008ZM44 33.8008C43.5408 33.8008 43.0975 33.9694 42.7543 34.2746C42.4111 34.5798 42.1919 35.0003 42.1381 35.4564L42.125 35.6758V43.1758L42.1381 43.3952C42.1923 43.8509 42.4118 44.2709 42.7549 44.5756C43.0981 44.8804 43.5411 45.0487 44 45.0487C44.4589 45.0487 44.9019 44.8804 45.2451 44.5756C45.5882 44.2709 45.8077 43.8509 45.8619 43.3952L45.875 43.1758V35.6758L45.8619 35.4564C45.8081 35.0003 45.5889 34.5798 45.2457 34.2746C44.9025 33.9694 44.4592 33.8008 44 33.8008Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
        .new-landing-page .landing-page-features-wrap .features-box-wrap .feature-box .feature-box-content.customers-satisfied-box {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88 88'%3E%3Ccircle cx='44.0035' cy='43.6246' r='43.4488' fill='%231B3D5C'/%3E%3Cpath d='M52.8438 43.1758C53.9626 43.1758 55.0357 43.6203 55.8269 44.4114C56.618 45.2026 57.0625 46.2757 57.0625 47.3945V48.8008C57.0625 54.3442 51.8313 60.0508 43 60.0508C34.1687 60.0508 28.9375 54.3442 28.9375 48.8008V47.3945C28.9375 46.2757 29.382 45.2026 30.1731 44.4114C30.9643 43.6203 32.0374 43.1758 33.1562 43.1758H52.8438ZM43 24.8945C45.0513 24.8945 47.0186 25.7094 48.469 27.1599C49.9195 28.6104 50.7344 30.5776 50.7344 32.6289C50.7344 34.6802 49.9195 36.6475 48.469 38.0979C47.0186 39.5484 45.0513 40.3633 43 40.3633C40.9487 40.3633 38.9814 39.5484 37.531 38.0979C36.0805 36.6475 35.2656 34.6802 35.2656 32.6289C35.2656 30.5776 36.0805 28.6104 37.531 27.1599C38.9814 25.7094 40.9487 24.8945 43 24.8945Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
        .new-landing-page .landing-page-features-wrap .features-box-wrap .feature-box .feature-box-content.access-control-box {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88 88'%3E%3Ccircle cx='44.0035' cy='43.6246' r='43.4488' fill='%231B3D5C'/%3E%3Cpath d='M40.0357 56.8697H46.4643V55.3015H40.0357V56.8697ZM35.2143 61.5742C34.3304 61.5742 33.5734 61.2669 32.9434 60.6521C32.3134 60.0374 31.9989 59.2993 32 58.4379V30.2106C32 29.3481 32.315 28.6095 32.945 27.9947C33.575 27.38 34.3314 27.0732 35.2143 27.0742H51.2857C52.1696 27.0742 52.9266 27.3816 53.5566 27.9963C54.1866 28.611 54.5011 29.3491 54.5 30.2106V58.4379C54.5 59.3004 54.185 60.039 53.555 60.6537C52.925 61.2684 52.1686 61.5753 51.2857 61.5742H35.2143ZM35.2143 50.5969H51.2857V34.9151H35.2143V50.5969Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
        .new-landing-page .landing-page-features-wrap .features-box-wrap .feature-box .feature-box-content.hidden-fees-box {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88 87'%3E%3Ccircle cx='44.0035' cy='43.523' r='43.4488' fill='%231B3D5C'/%3E%3Cpath d='M59.875 60.0508L48.625 48.8008M26.125 39.4258C26.125 41.1494 26.4645 42.8561 27.1241 44.4485C27.7837 46.0409 28.7505 47.4878 29.9692 48.7066C31.188 49.9253 32.6349 50.8921 34.2273 51.5517C35.8197 52.2113 37.5264 52.5508 39.25 52.5508C40.9736 52.5508 42.6803 52.2113 44.2727 51.5517C45.8651 50.8921 47.312 49.9253 48.5308 48.7066C49.7495 47.4878 50.7163 46.0409 51.3759 44.4485C52.0355 42.8561 52.375 41.1494 52.375 39.4258C52.375 37.7022 52.0355 35.9955 51.3759 34.4031C50.7163 32.8107 49.7495 31.3638 48.5308 30.145C47.312 28.9262 45.8651 27.9595 44.2727 27.2999C42.6803 26.6403 40.9736 26.3008 39.25 26.3008C37.5264 26.3008 35.8197 26.6403 34.2273 27.2999C32.6349 27.9595 31.188 28.9262 29.9692 30.145C28.7505 31.3638 27.7837 32.8107 27.1241 34.4031C26.4645 35.9955 26.125 37.7022 26.125 39.4258Z' stroke='%23FFFFFF' fill='%231B3D5C' stroke-width='3.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M43 33.8008H38.3125C37.5666 33.8008 36.8512 34.0971 36.3238 34.6245C35.7963 35.152 35.5 35.8674 35.5 36.6133C35.5 37.3592 35.7963 38.0746 36.3238 38.602C36.8512 39.1295 37.5666 39.4258 38.3125 39.4258H40.1875C40.9334 39.4258 41.6488 39.7221 42.1762 40.2495C42.7037 40.777 43 41.4924 43 42.2383C43 42.9842 42.7037 43.6996 42.1762 44.227C41.6488 44.7545 40.9334 45.0508 40.1875 45.0508H35.5M39.25 45.0508V46.9258M39.25 31.9258V33.8008' stroke='%23FFFFFF' fill='%231B3D5C' stroke-width='3.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
        .new-landing-page .landing-page-features-wrap .features-box-wrap .feature-box .feature-box-content.telematic-integration-box {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88 88'%3E%3Ccircle cx='44.0035' cy='43.6246' r='43.4488' fill='%231B3D5C'/%3E%3Cpath d='M37.08 36.3761C37.78 37.0639 37.82 38.1055 37.28 38.9112C36.4462 40.1827 36.0027 41.6632 36.0027 43.1758C36.0027 44.6883 36.4462 46.1689 37.28 47.4403C37.82 48.2461 37.76 49.3073 37.06 49.9755C36.2 50.8205 34.72 50.7615 34.04 49.7593C32.7083 47.8132 31.998 45.5209 32 43.1758C32 40.7979 32.72 38.5968 33.94 36.7298C34.66 35.6686 36.16 35.4721 37.08 36.3761ZM50.92 49.9755C51.78 50.8205 53.26 50.7615 53.94 49.7593C55.2817 47.8132 55.9988 45.5166 55.9988 43.166C55.9988 40.8154 55.2817 38.5187 53.94 36.5726C53.26 35.59 51.78 35.5114 50.92 36.3565C50.22 37.0443 50.18 38.0859 50.7 38.8916C51.5448 40.1618 51.9963 41.6456 51.9999 43.163C52.0034 44.6805 51.5588 46.1663 50.72 47.4403C50.18 48.2461 50.24 49.3073 50.92 49.9755ZM44 39.2453C41.8 39.2453 40 41.014 40 43.1758C40 45.3375 41.8 47.1062 44 47.1062C46.2 47.1062 48 45.3375 48 43.1758C48 41.014 46.2 39.2453 44 39.2453ZM56.64 55.596C57.48 56.4214 58.88 56.3624 59.64 55.4388C62.36 52.0782 64 47.8137 64 43.1758C64 38.5379 62.36 34.2733 59.64 30.9128C58.9 29.9891 57.5 29.9302 56.64 30.7556C55.92 31.4631 55.84 32.5636 56.48 33.3497C58.68 36.042 60 39.4615 60 43.1758C60 46.8901 58.68 50.3095 56.48 53.0019C55.84 53.7683 55.92 54.8885 56.64 55.596ZM31.36 30.7556C30.52 29.9302 29.12 29.9891 28.36 30.9128C25.64 34.2733 24 38.5379 24 43.1758C24 47.8137 25.64 52.0782 28.36 55.4388C29.1 56.3624 30.5 56.4214 31.36 55.596C32.08 54.8885 32.16 53.788 31.52 53.0019C29.32 50.3095 28 46.8901 28 43.1758C28 39.4615 29.32 36.042 31.52 33.3497C32.16 32.5832 32.08 31.4631 31.36 30.7556Z' fill='%23ffffff'/%3E%3C/svg%3E"); }

.new-landing-page .keep-tabs-cargo-wrap {
  padding: 4rem 2rem; }
  @media (min-width: 801px) {
    .new-landing-page .keep-tabs-cargo-wrap {
      padding: 4rem 0; } }
  .new-landing-page .keep-tabs-cargo-wrap h3 {
    color: #1B3D5C;
    font-size: 18px;
    margin: 0 0 2rem;
    text-align: center; }
    @media (min-width: 801px) {
      .new-landing-page .keep-tabs-cargo-wrap h3 {
        font-size: 32px; } }
  .new-landing-page .keep-tabs-cargo-wrap .keep-tabs-cargo-content-row {
    display: flex;
    flex-direction: column;
    gap: 3rem; }
    .new-landing-page .keep-tabs-cargo-wrap .keep-tabs-cargo-content-row .keep-tabs-cargo-content-column {
      display: flex;
      flex-direction: column;
      gap: 3rem; }
      @media (min-width: 801px) {
        .new-landing-page .keep-tabs-cargo-wrap .keep-tabs-cargo-content-row .keep-tabs-cargo-content-column {
          flex-direction: row; } }
      .new-landing-page .keep-tabs-cargo-wrap .keep-tabs-cargo-content-row .keep-tabs-cargo-content-column .keep-tabs-cargo-banner, .new-landing-page .keep-tabs-cargo-wrap .keep-tabs-cargo-content-row .keep-tabs-cargo-content-column .keep-tabs-cargo-content {
        flex: 2; }
      .new-landing-page .keep-tabs-cargo-wrap .keep-tabs-cargo-content-row .keep-tabs-cargo-content-column .keep-tabs-cargo-banner {
        align-items: center;
        display: flex;
        justify-content: center; }
      .new-landing-page .keep-tabs-cargo-wrap .keep-tabs-cargo-content-row .keep-tabs-cargo-content-column .keep-tabs-cargo-content h4 {
        color: #1B3D5C;
        font-size: 22px;
        margin: 0 0 1rem; }
      .new-landing-page .keep-tabs-cargo-wrap .keep-tabs-cargo-content-row .keep-tabs-cargo-content-column .keep-tabs-cargo-content p {
        color: #1B3D5C;
        font-size: 16px; }
      .new-landing-page .keep-tabs-cargo-wrap .keep-tabs-cargo-content-row .keep-tabs-cargo-content-column:nth-child(even) {
        flex-direction: column; }
        @media (min-width: 801px) {
          .new-landing-page .keep-tabs-cargo-wrap .keep-tabs-cargo-content-row .keep-tabs-cargo-content-column:nth-child(even) {
            flex-direction: row-reverse; } }

.new-landing-page .keep-tabs-cargo-keypoints-wrap {
  padding: 3rem 0;
  max-width: 1000px;
  margin: 0 auto; }
  .new-landing-page .keep-tabs-cargo-keypoints-wrap .cargo-keypoints-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem; }
    .new-landing-page .keep-tabs-cargo-keypoints-wrap .cargo-keypoints-row .cargo-keypoints-column {
      width: 90%;
      background-color: #fff;
      padding: 2rem 3rem;
      box-shadow: rgba(0, 0, 0, 0.05) 0 1px 5px 0, rgba(0, 0, 0, 0.05) 0 1px 2px 0, rgba(0, 0, 0, 0.05) 0 2px 5px 0;
      border-radius: 10px;
      margin: 0 auto; }
      @media (min-width: 801px) {
        .new-landing-page .keep-tabs-cargo-keypoints-wrap .cargo-keypoints-row .cargo-keypoints-column {
          width: 48%;
          margin: 0; } }
      .new-landing-page .keep-tabs-cargo-keypoints-wrap .cargo-keypoints-row .cargo-keypoints-column h4 {
        color: #1B3D5C;
        font-size: 22px;
        margin: 0 0 1rem; }
      .new-landing-page .keep-tabs-cargo-keypoints-wrap .cargo-keypoints-row .cargo-keypoints-column p {
        color: #1B3D5C;
        font-size: 16px;
        margin: 0; }

.new-landing-page .trusted-since .trusted-since-wrap {
  padding: 4rem 2rem; }
  @media (min-width: 801px) {
    .new-landing-page .trusted-since .trusted-since-wrap {
      padding: 4rem 0; } }
  .new-landing-page .trusted-since .trusted-since-wrap h3 {
    color: #1B3D5C;
    font-size: 27px;
    margin: 0 0 2rem;
    text-align: center; }
  .new-landing-page .trusted-since .trusted-since-wrap .keypoints-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 801px) {
      .new-landing-page .trusted-since .trusted-since-wrap .keypoints-row {
        gap: 3rem; } }
    .new-landing-page .trusted-since .trusted-since-wrap .keypoints-row .keypoints-column {
      background-color: #fff;
      box-shadow: rgba(0, 0, 0, 0.05) 0 1px 5px 0, rgba(0, 0, 0, 0.05) 0 1px 2px 0, rgba(0, 0, 0, 0.05) 0 2px 5px 0;
      border-radius: 10px;
      padding: 2rem 0.5rem;
      text-align: center;
      width: 46%; }
      @media (min-width: 801px) {
        .new-landing-page .trusted-since .trusted-since-wrap .keypoints-row .keypoints-column {
          padding: 2rem;
          text-align: left; } }
      .new-landing-page .trusted-since .trusted-since-wrap .keypoints-row .keypoints-column h4 {
        background-size: 88px;
        background-position: top center;
        background-repeat: no-repeat;
        font-size: 16px;
        margin: 0;
        padding-top: 90px; }
        @media (min-width: 801px) {
          .new-landing-page .trusted-since .trusted-since-wrap .keypoints-row .keypoints-column h4 {
            background-size: 108px;
            background-position: top left;
            font-size: 20px;
            padding-top: 120px; } }
      .new-landing-page .trusted-since .trusted-since-wrap .keypoints-row .keypoints-column.no-contracts h4 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108 109'%3E%3Ccircle cx='54' cy='54.676' r='54' fill='%23ECF0F8'/%3E%3Cpath d='M54.943,36.159v9.184l7.732,7.733h9.184v9.183l4.834,4.834V45.826l-14.5-14.5H40.926l4.833,4.833H54.943zM59.775,34.951l13.293,13.292H59.775V34.951z M75.967,72.53v-0.024l-4.107-4.108v0.024L56.537,53.076l-1.594-1.595v0.023L40.781,37.368l-9.063-9.111l-3.093,3.069l4.567,4.591v34.076c0,1.281,0.509,2.511,1.416,3.417c0.906,0.907,2.136,1.416,3.417,1.416h34.075l4.205,4.181l3.068-3.069L75.967,72.53z M38.026,69.993V40.727l29.265,29.266H38.026z' fill='%231C89DE'/%3E%3C/svg%3E"); }
      .new-landing-page .trusted-since .trusted-since-wrap .keypoints-row .keypoints-column.no-activation-fees h4 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108 109'%3E%3Ccircle cx='54' cy='54.676' r='54' fill='%23ECF0F8'/%3E%3Cpath d='M55.2079 42.3508C58.6395 42.3508 60.3554 43.6558 60.9837 45.7341C61.2979 46.7733 62.337 47.4258 63.4245 47.4258H63.5696C65.2612 47.4258 66.5179 45.7099 65.9137 44.1391C64.8504 41.3599 62.5062 39.1124 58.8329 38.2183V36.5508C58.8329 34.5449 57.2137 32.9258 55.2079 32.9258C53.2021 32.9258 51.5829 34.5449 51.5829 36.5508V38.1458C50.6404 38.3391 49.7704 38.6533 48.9246 39.0158L52.5737 42.6649C53.3471 42.4716 54.2412 42.3508 55.2079 42.3508ZM36.5271 36.8408C36.303 37.0644 36.1253 37.3299 36.004 37.6223C35.8827 37.9146 35.8203 38.228 35.8203 38.5445C35.8203 38.861 35.8827 39.1744 36.004 39.4668C36.1253 39.7591 36.303 40.0247 36.5271 40.2483L43.1246 46.8699C43.1246 51.8966 46.8946 54.6516 52.5737 56.3191L61.0562 64.8016C60.2346 65.9858 58.5187 67.0008 55.2079 67.0008C51.2204 67.0008 49.1662 65.5749 48.3687 63.5449C48.0062 62.6024 47.1846 61.9258 46.1937 61.9258H45.7829C44.0429 61.9258 42.7862 63.7141 43.4871 65.2849C44.9129 68.4991 48.0546 70.4083 51.6071 71.1816V72.8008C51.6071 74.8066 53.2262 76.4258 55.232 76.4258C57.2379 76.4258 58.857 74.8066 58.857 72.8008V71.2299C61.177 70.7949 63.2795 69.9008 64.802 68.5233L68.4512 72.1724C68.675 72.3962 68.9406 72.5737 69.2329 72.6948C69.5252 72.8158 69.8386 72.8782 70.155 72.8782C70.4714 72.8782 70.7847 72.8158 71.077 72.6948C71.3694 72.5737 71.635 72.3962 71.8587 72.1724C72.0825 71.9487 72.2599 71.6831 72.381 71.3908C72.5021 71.0984 72.5644 70.7851 72.5644 70.4687C72.5644 70.1523 72.5021 69.839 72.381 69.5466C72.2599 69.2543 72.0825 68.9887 71.8587 68.7649L39.9346 36.8408C39.711 36.6167 39.4454 36.439 39.1531 36.3177C38.8607 36.1965 38.5473 36.134 38.2308 36.134C37.9143 36.134 37.6009 36.1965 37.3085 36.3177C37.0162 36.439 36.7506 36.6167 36.5271 36.8408Z' fill='%231C89DE'/%3E%3C/svg%3E"); }
      .new-landing-page .trusted-since .trusted-since-wrap .keypoints-row .keypoints-column.lifetime-support h4 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108 109'%3E%3Ccircle cx='54' cy='54.6758' r='54' fill='%23ECF0F8'/%3E%3Cpath d='M52.7891 76.4258H39.4974C38.2155 76.4258 36.9861 75.9166 36.0797 75.0101C35.1733 74.1037 34.6641 72.8743 34.6641 71.5924V42.5924C34.6641 41.3106 35.1733 40.0812 36.0797 39.1748C36.9861 38.2683 38.2155 37.7591 39.4974 37.7591H68.4974C69.7793 37.7591 71.0086 38.2683 71.9151 39.1748C72.8215 40.0812 73.3307 41.3106 73.3307 42.5924V57.0924M63.6641 32.9258V42.5924M44.3307 32.9258V42.5924M34.6641 52.2591H73.3307M61.2474 71.5924L66.0807 76.4258L75.7474 66.7591' stroke='%231C89DE' stroke-width='4.83333' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E"); }
      .new-landing-page .trusted-since .trusted-since-wrap .keypoints-row .keypoints-column.guarantee h4 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108 109'%3E%3Ccircle cx='54' cy='54.6758' r='54' fill='%23ECF0F8'/%3E%3Cpath d='M75.75 78.4258L61.25 63.9258M32.25 51.8424C32.25 54.064 32.6876 56.2638 33.5377 58.3162C34.3878 60.3686 35.6339 62.2335 37.2048 63.8043C38.7756 65.3752 40.6405 66.6213 42.6929 67.4714C44.7454 68.3216 46.9451 68.7591 49.1667 68.7591C51.3882 68.7591 53.588 68.3216 55.6404 67.4714C57.6928 66.6213 59.5577 65.3752 61.1286 63.8043C62.6994 62.2335 63.9455 60.3686 64.7956 58.3162C65.6458 56.2638 66.0833 54.064 66.0833 51.8424C66.0833 49.6209 65.6458 47.4211 64.7956 45.3687C63.9455 43.3163 62.6994 41.4514 61.1286 39.8806C59.5577 38.3097 57.6928 37.0636 55.6404 36.2135C53.588 35.3633 51.3882 34.9258 49.1667 34.9258C46.9451 34.9258 44.7454 35.3633 42.6929 36.2135C40.6405 37.0636 38.7756 38.3097 37.2048 39.8806C35.6339 41.4514 34.3878 43.3163 33.5377 45.3687C32.6876 47.4211 32.25 49.6209 32.25 51.8424Z' stroke='%231C89DE' stroke-width='4.83333' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3Cpath d='M54.0026 44.5924H47.9609C46.9995 44.5924 46.0775 44.9744 45.3977 45.6542C44.7179 46.334 44.3359 47.256 44.3359 48.2174C44.3359 49.1789 44.7179 50.1009 45.3977 50.7807C46.0775 51.4605 46.9995 51.8424 47.9609 51.8424H50.3776C51.339 51.8424 52.261 52.2244 52.9409 52.9042C53.6207 53.584 54.0026 54.506 54.0026 55.4674C54.0026 56.4289 53.6207 57.3509 52.9409 58.0307C52.261 58.7105 51.339 59.0924 50.3776 59.0924H44.3359M49.1693 59.0924V61.5091M49.1693 42.1758V44.5924' stroke='%231C89DE' stroke-width='4.83333' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E"); }

.new-landing-page .special-featured-products .special-featured-products-wrap {
  padding: 4rem 2rem; }
  @media (min-width: 801px) {
    .new-landing-page .special-featured-products .special-featured-products-wrap {
      padding: 4rem 0; } }
  .new-landing-page .special-featured-products .special-featured-products-wrap h3 {
    color: #1B3D5C;
    font-size: 18px;
    margin: 0 0 2rem;
    text-align: center; }
    @media (min-width: 801px) {
      .new-landing-page .special-featured-products .special-featured-products-wrap h3 {
        font-size: 32px; } }
  .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products {
    padding: 0; }
    .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products.productGrid {
      margin: 0; }
      .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products.productGrid .product {
        width: 33.33333%; }
    .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .slick-list.draggable {
      padding: 0 !important; }
    .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .slick-arrow {
      background-color: transparent;
      border: 0;
      height: 20px;
      margin-top: 0;
      padding: 0;
      top: 50%;
      width: 20px; }
      .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .slick-arrow:before {
        height: 20px;
        width: 20px; }
      .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .slick-arrow.slick-prev {
        left: -1rem; }
        .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .slick-arrow.slick-prev:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%231B3D5C'%3E%3Cpath d='M0.00181829 9.48625C0.00128997 9.19392 0.0953871 8.91061 0.267776 8.68551L6.04948 1.17855C6.24576 0.923039 6.5278 0.76236 6.83357 0.731857C7.13934 0.701354 7.44378 0.803526 7.67993 1.0159C7.91607 1.22827 8.06457 1.53344 8.09276 1.86428C8.12095 2.19512 8.02653 2.52452 7.83025 2.78003L2.64984 9.48625L7.64523 16.1925C7.74129 16.3205 7.81302 16.4677 7.8563 16.6258C7.89958 16.7839 7.91357 16.9496 7.89745 17.1136C7.88133 17.2775 7.83543 17.4364 7.76238 17.5811C7.68933 17.7257 7.59057 17.8534 7.47178 17.9566C7.35289 18.0712 7.2134 18.158 7.06207 18.2115C6.91073 18.2651 6.75081 18.2842 6.59232 18.2678C6.43383 18.2513 6.28018 18.1996 6.14101 18.116C6.00183 18.0323 5.88013 17.9184 5.78352 17.7815L0.198396 10.2745C0.0532566 10.0429 -0.0159553 9.76539 0.00181829 9.48625Z' /%3E%3C/svg%3E"); }
      .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .slick-arrow.slick-next {
        right: -2rem; }
        .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .slick-arrow.slick-next:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%231B3D5C'%3E%3Cpath d='M8.30482 9.51375C8.30535 9.80608 8.21125 10.0894 8.03886 10.3145L2.25716 17.8215C2.06088 18.077 1.77884 18.2376 1.47307 18.2681C1.1673 18.2986 0.862859 18.1965 0.626715 17.9841C0.390571 17.7717 0.242069 17.4666 0.213877 17.1357C0.185686 16.8049 0.280115 16.4755 0.47639 16.22L5.6568 9.51375L0.661405 2.80752C0.565353 2.67955 0.493623 2.53229 0.450339 2.37422C0.407055 2.21615 0.39307 2.05038 0.409189 1.88644C0.425307 1.72251 0.47121 1.56363 0.544261 1.41895C0.617311 1.27427 0.716069 1.14664 0.834856 1.04339C0.953753 0.928806 1.09324 0.84203 1.24457 0.788488C1.39591 0.734947 1.55583 0.715801 1.71432 0.732244C1.87281 0.748688 2.02646 0.800369 2.16563 0.88405C2.30481 0.967731 2.42651 1.08161 2.52311 1.21855L8.10824 8.72552C8.25338 8.95709 8.3226 9.23461 8.30482 9.51375Z' /%3E%3C/svg%3E"); }
    .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card {
      background-color: #fff;
      border: 1px solid #BEBEBE;
      border-radius: 30px;
      margin: .5rem 0 1.875rem;
      padding: 3rem 2rem; }
      .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-figure .card-img-container {
        margin: 0 auto;
        width: 100%; }
        .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-figure .card-img-container:after {
          padding-bottom: 131.69811%; }
      .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-body h4 {
        font-size: 16px;
        margin: 0 0 1.4rem;
        min-height: 52px; }
        @media (min-width: 801px) {
          .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-body h4 {
            font-size: 20px; } }
      .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-body .card-text {
        color: #444; }
      .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-body .card-summary p {
        font-size: 14px; }
      .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-body .card-details {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 0 0.3rem; }
        @media (min-width: 801px) {
          .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-body .card-details {
            align-items: center;
            flex-direction: row;
            justify-content: space-between; } }
        .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-body .card-details .card-pricing {
          display: flex;
          align-items: center;
          -moz-column-gap: .8rem;
               column-gap: .8rem; }
          .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-body .card-details .card-pricing .price-section {
            font-size: 20px;
            font-weight: 700; }
            .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-body .card-details .card-pricing .price-section.price-section--withoutTax {
              order: 1; }
            .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-body .card-details .card-pricing .price-section.rrp-price--withoutTax {
              order: 3; }
              .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-body .card-details .card-pricing .price-section.rrp-price--withoutTax .price {
                color: #8d8d8d; }
            .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-body .card-details .card-pricing .price-section.price-section--saving {
              display: none; }
        .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-body .card-details .card-rating .icon {
          height: 20px;
          width: 20px; }
      .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-body .card-availability p {
        color: #005295;
        font-weight: 700; }
      .new-landing-page .special-featured-products .special-featured-products-wrap .featured-products .card .card-body .card-action .button {
        background-color: #F27221;
        color: #FFFFFF;
        border: none;
        border-radius: 30px;
        font-family: "HelveticaNeueBL", Arial, sans-serif;
        font-size: 18px;
        line-height: 1.5rem;
        margin: 0;
        padding: 1.2rem 0;
        max-width: 190px;
        width: 100%; }

.new-landing-page .device-intro-wrap {
  padding: 0 3rem; }
  .new-landing-page .device-intro-wrap .device-intro-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding: 3rem 0; }
    @media (min-width: 801px) {
      .new-landing-page .device-intro-wrap .device-intro-wrap {
        gap: 5rem; } }
    .new-landing-page .device-intro-wrap .device-intro-wrap .device-image {
      text-align: center; }
    .new-landing-page .device-intro-wrap .device-intro-wrap .device-keypoints ul {
      list-style: none;
      margin: 0; }
      .new-landing-page .device-intro-wrap .device-intro-wrap .device-keypoints ul li {
        background-position: center left;
        background-repeat: no-repeat;
        background-size: 40px;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        line-height: 4rem;
        padding-left: 55px; }
        .new-landing-page .device-intro-wrap .device-intro-wrap .device-keypoints ul li.battry-power {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41 25'%3E%3Cpath d='M30.9625 12.4831C30.9625 6.98229 33.5021 3.89183 35.4908 3.89183H38.1059C36.7775 1.78577 35.6777 0.550781 30.8312 0.550781H10.9281C3.50226 0.550781 0.320312 7.39396 0.320312 12.4831C0.320312 17.5722 3.50226 24.4154 10.9281 24.4154H30.8312C35.6797 24.4154 36.7775 23.1804 38.1059 21.0743H35.4908C33.5021 21.0743 30.9625 17.9839 30.9625 12.4831ZM25.5532 16.0528C25.227 16.55 24.2088 16.0847 24.2088 16.0847L18.3282 13.4237C18.3282 13.4237 17.8031 14.7562 17.3994 15.6929C16.9917 16.6296 16.6815 17.6896 14.9951 16.5043C13.3066 15.315 7.87346 10.0409 7.87346 10.0409C7.87346 10.0409 7.18736 9.47614 7.52941 8.94516C7.85358 8.444 8.87379 8.91334 8.87379 8.91334L14.7524 11.5703C14.7524 11.5703 15.2794 10.2418 15.6832 9.30512C16.0908 8.37042 16.4011 7.30447 18.0875 8.49372C19.7759 9.679 25.2071 14.9571 25.2071 14.9571C25.2071 14.9571 25.8932 15.5199 25.5532 16.0528ZM37.8554 8.36246H36.3658C35.2541 8.36246 34.1683 9.86196 34.1683 12.2981C34.1683 14.7383 35.2561 16.2358 36.3658 16.2358H37.8554C38.9691 16.2358 40.0947 14.7363 40.0947 12.2981C40.0947 9.86196 38.9691 8.36246 37.8554 8.36246Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
        .new-landing-page .device-intro-wrap .device-intro-wrap .device-keypoints ul li.battry-life {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49'%3E%3Cpath d='M14.7644 6.36987C14.7644 5.92886 14.5892 5.50591 14.2774 5.19407C13.9656 4.88222 13.5426 4.70703 13.1016 4.70703C12.6606 4.70703 12.2376 4.88222 11.9258 5.19407C11.6139 5.50591 11.4388 5.92886 11.4388 6.36987V10.3962C9.82127 10.6255 8.32329 11.3779 7.17353 12.5385C6.02377 13.6991 5.28541 15.204 5.07119 16.8236L4.8783 18.2714C4.84504 18.5153 4.814 18.7614 4.78518 19.0075C4.7673 19.1611 4.78221 19.3167 4.82894 19.4641C4.87566 19.6115 4.95313 19.7473 5.05623 19.8626C5.15933 19.9778 5.28571 20.0699 5.42703 20.1327C5.56834 20.1955 5.72137 20.2276 5.876 20.2269H42.5006C42.6552 20.2276 42.8083 20.1955 42.9496 20.1327C43.0909 20.0699 43.2173 19.9778 43.3204 19.8626C43.4235 19.7473 43.5009 19.6115 43.5477 19.4641C43.5944 19.3167 43.6093 19.1611 43.5914 19.0075C43.5604 18.7636 43.5316 18.5153 43.4983 18.2714L43.3054 16.8236C43.0912 15.204 42.3528 13.6991 41.2031 12.5385C40.0533 11.3779 38.5553 10.6255 36.9379 10.3962V6.36987C36.9379 5.92886 36.7627 5.50591 36.4508 5.19407C36.139 4.88222 35.716 4.70703 35.275 4.70703C34.834 4.70703 34.4111 4.88222 34.0992 5.19407C33.7874 5.50591 33.6122 5.92886 33.6122 6.36987V10.068C27.3427 9.50969 21.0361 9.50969 14.7667 10.068L14.7644 6.36987ZM44.0193 24.6079C44.009 24.3236 43.8884 24.0545 43.6832 23.8576C43.4779 23.6606 43.2041 23.5512 42.9196 23.5526H5.45475C5.17029 23.5512 4.89646 23.6606 4.69122 23.8576C4.48598 24.0545 4.36542 24.3236 4.35506 24.6079C4.22292 28.6202 4.46787 32.636 5.08671 36.6025C5.31441 38.0639 6.02112 39.4082 7.09582 40.4243C8.17052 41.4405 9.55232 42.0708 11.0242 42.2163L13.6692 42.4779C20.6642 43.1652 27.7102 43.1652 34.7052 42.4779L37.3502 42.2163C38.8221 42.0708 40.2039 41.4405 41.2786 40.4243C42.3533 39.4082 43.06 38.0639 43.2877 36.6025C43.9056 32.6359 44.1506 28.6202 44.0193 24.6079Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
        .new-landing-page .device-intro-wrap .device-intro-wrap .device-keypoints ul li.battry-works {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41 30'%3E%3Cpath d='M31.0311 26.4953C30.3125 26.4953 29.6232 26.2098 29.115 25.7016C28.6069 25.1934 28.3214 24.5042 28.3214 23.7855C28.3214 23.0669 28.6069 22.3776 29.115 21.8694C29.6232 21.3612 30.3125 21.0758 31.0311 21.0758C31.7498 21.0758 32.4391 21.3612 32.9472 21.8694C33.4554 22.3776 33.7409 23.0669 33.7409 23.7855C33.7409 24.5042 33.4554 25.1934 32.9472 25.7016C32.4391 26.2098 31.7498 26.4953 31.0311 26.4953ZM33.7409 10.2366L37.2817 14.7529H29.2246V10.2366M9.35291 26.4953C8.63423 26.4953 7.94499 26.2098 7.4368 25.7016C6.92862 25.1934 6.64313 24.5042 6.64313 23.7855C6.64313 23.0669 6.92862 22.3776 7.4368 21.8694C7.94499 21.3612 8.63423 21.0758 9.35291 21.0758C10.0716 21.0758 10.7608 21.3612 11.269 21.8694C11.7772 22.3776 12.0627 23.0669 12.0627 23.7855C12.0627 24.5042 11.7772 25.1934 11.269 25.7016C10.7608 26.2098 10.0716 26.4953 9.35291 26.4953ZM34.6442 7.52686H29.2246V0.300781H3.93335C1.92811 0.300781 0.320312 1.90858 0.320312 3.91382V23.7855H3.93335C3.93335 25.2229 4.50434 26.6014 5.5207 27.6177C6.53707 28.6341 7.91555 29.2051 9.35291 29.2051C10.7903 29.2051 12.1687 28.6341 13.1851 27.6177C14.2015 26.6014 14.7725 25.2229 14.7725 23.7855H25.6116C25.6116 25.2229 26.1826 26.6014 27.1989 27.6177C28.2153 28.6341 29.5938 29.2051 31.0311 29.2051C32.4685 29.2051 33.847 28.6341 34.8633 27.6177C35.8797 26.6014 36.4507 25.2229 36.4507 23.7855H40.0637V14.7529L34.6442 7.52686Z' fill='%23ffffff'/%3E%3C/svg%3E"); }

.new-landing-page .device-info-wrap .device-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding: 4rem 2rem; }
  @media (min-width: 801px) {
    .new-landing-page .device-info-wrap .device-info {
      flex-direction: row;
      gap: 4rem;
      padding: 4rem 0; } }
  .new-landing-page .device-info-wrap .device-info .device-info-details {
    align-items: center;
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .new-landing-page .device-info-wrap .device-info .device-info-details img {
      display: block;
      margin: 0 0 2rem; }
    .new-landing-page .device-info-wrap .device-info .device-info-details .device-info-boxes .device-info-box {
      background-color: #fff;
      border-radius: 10px;
      margin: 0 0 1.6rem;
      padding: 1.3rem; }
      .new-landing-page .device-info-wrap .device-info .device-info-details .device-info-boxes .device-info-box h4 {
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 25px;
        color: #1B3D5C;
        font-size: 20px;
        margin: 0 0 0.5rem;
        padding-left: 0;
        padding-top: 35px; }
        @media (min-width: 801px) {
          .new-landing-page .device-info-wrap .device-info .device-info-details .device-info-boxes .device-info-box h4 {
            background-position: left center;
            padding-left: 35px;
            padding-top: 0; } }
      .new-landing-page .device-info-wrap .device-info .device-info-details .device-info-boxes .device-info-box p {
        color: #1B3D5C;
        font-size: 14px;
        margin: 0; }
      .new-landing-page .device-info-wrap .device-info .device-info-details .device-info-boxes .device-info-box.motion-updates h4 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25'%3E%3Cpath d='M12 0.859375C9.62663 0.859375 7.30655 1.56316 5.33316 2.88174C3.35977 4.20032 1.8217 6.07446 0.913451 8.26717C0.00519941 10.4599 -0.232441 12.8727 0.230582 15.2005C0.693605 17.5282 1.83649 19.6664 3.51472 21.3447C5.19295 23.0229 7.33115 24.1658 9.65892 24.6288C11.9867 25.0918 14.3995 24.8542 16.5922 23.9459C18.7849 23.0377 20.6591 21.4996 21.9776 19.5262C23.2962 17.5528 24 15.2327 24 12.8594C23.9966 9.67781 22.7313 6.62751 20.4816 4.3778C18.2319 2.1281 15.1816 0.862735 12 0.859375ZM18.4615 13.7824H12C11.7552 13.7824 11.5204 13.6852 11.3473 13.5121C11.1742 13.339 11.0769 13.1042 11.0769 12.8594V6.39784C11.0769 6.15302 11.1742 5.91823 11.3473 5.74512C11.5204 5.57201 11.7552 5.47476 12 5.47476C12.2448 5.47476 12.4796 5.57201 12.6527 5.74512C12.8258 5.91823 12.9231 6.15302 12.9231 6.39784V11.9363H18.4615C18.7064 11.9363 18.9411 12.0335 19.1143 12.2067C19.2874 12.3798 19.3846 12.6146 19.3846 12.8594C19.3846 13.1042 19.2874 13.339 19.1143 13.5121C18.9411 13.6852 18.7064 13.7824 18.4615 13.7824Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
      .new-landing-page .device-info-wrap .device-info .device-info-details .device-info-boxes .device-info-box.batteries h4 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 17'%3E%3Cpath d='M21.1744 8.33823C21.1744 4.58615 22.9067 2.47814 24.2632 2.47814H26.047C25.1408 1.04161 24.3907 0.199219 21.0849 0.199219H7.50902C2.44384 0.199219 0.273438 4.86694 0.273438 8.33823C0.273438 11.8095 2.44384 16.4772 7.50902 16.4772H21.0849C24.392 16.4772 25.1408 15.6349 26.047 14.1983H24.2632C22.9067 14.1983 21.1744 12.0903 21.1744 8.33823ZM17.4847 10.7731C17.2623 11.1123 16.5677 10.7949 16.5677 10.7949L12.5566 8.97985C12.5566 8.97985 12.1984 9.88871 11.9231 10.5276C11.645 11.1665 11.4334 11.8896 10.2831 11.0811C9.1314 10.2699 5.42543 6.67245 5.42543 6.67245C5.42543 6.67245 4.95744 6.2872 5.19076 5.92501C5.41187 5.58317 6.10775 5.90331 6.10775 5.90331L10.1176 7.7156C10.1176 7.7156 10.477 6.80945 10.7524 6.17054C11.0305 5.53298 11.2421 4.8059 12.3924 5.61709C13.5441 6.42556 17.2487 10.0257 17.2487 10.0257C17.2487 10.0257 17.7167 10.4096 17.4847 10.7731ZM25.8761 5.52756H24.86C24.1018 5.52756 23.3611 6.55036 23.3611 8.21207C23.3611 9.8765 24.1031 10.8979 24.86 10.8979H25.8761C26.6357 10.8979 27.4035 9.87514 27.4035 8.21207C27.4035 6.55036 26.6357 5.52756 25.8761 5.52756Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
      .new-landing-page .device-info-wrap .device-info .device-info-details .device-info-boxes .device-info-box.peace-mind h4 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 20'%3E%3Cpath d='M12.12 0.92032L6.58 6.46032C6.21 6.83032 6 7.34032 6 7.87032V17.8603C6 18.9603 6.9 19.8603 8 19.8603H17C17.8 19.8603 18.52 19.3803 18.84 18.6503L22.1 11.0403C22.94 9.06032 21.49 6.86032 19.34 6.86032H13.69L14.64 2.28032C14.74 1.78032 14.59 1.27032 14.23 0.91032C13.64 0.330321 12.7 0.330321 12.12 0.92032ZM2 19.8603C3.1 19.8603 4 18.9603 4 17.8603V9.86032C4 8.76032 3.1 7.86032 2 7.86032C0.9 7.86032 0 8.76032 0 9.86032V17.8603C0 18.9603 0.9 19.8603 2 19.8603Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
  .new-landing-page .device-info-wrap .device-info .device-info-content {
    flex: 2; }
    .new-landing-page .device-info-wrap .device-info .device-info-content h3 {
      color: #1B3D5C;
      font-size: 16px;
      margin: 0 0 1rem; }
    .new-landing-page .device-info-wrap .device-info .device-info-content p {
      color: #1B3D5C;
      font-size: 14px; }

.new-landing-page .device-feauters {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
  padding: 4rem 2rem; }
  @media (min-width: 801px) {
    .new-landing-page .device-feauters {
      flex-direction: row;
      padding: 4rem 0; } }
  @media (min-width: 801px) {
    .new-landing-page .device-feauters .device-feauters-heading {
      flex: 1.5; } }
  .new-landing-page .device-feauters .device-feauters-heading h3 {
    font-size: 18px;
    letter-spacing: -0.1rem;
    margin: 0; }
    @media (min-width: 801px) {
      .new-landing-page .device-feauters .device-feauters-heading h3 {
        font-size: 40px; } }
  .new-landing-page .device-feauters .device-feauters-details {
    flex: 2; }
    .new-landing-page .device-feauters .device-feauters-details .device-feauters-box {
      background-color: #fff;
      box-shadow: rgba(0, 0, 0, 0.05) 0 1px 5px 0, rgba(0, 0, 0, 0.05) 0 1px 2px 0, rgba(0, 0, 0, 0.05) 0 2px 5px 0;
      border-radius: 10px;
      margin: 0 0 1.6rem;
      padding: 1.5rem; }
      .new-landing-page .device-feauters .device-feauters-details .device-feauters-box h5 {
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 24px;
        cursor: pointer;
        font-size: 16px;
        margin: 0;
        line-height: 26px;
        padding: 2rem 1rem 0 0;
        position: relative;
        text-transform: none; }
        @media (min-width: 801px) {
          .new-landing-page .device-feauters .device-feauters-details .device-feauters-box h5 {
            background-position: center left;
            padding: 0 3rem; } }
        .new-landing-page .device-feauters .device-feauters-details .device-feauters-box h5:after {
          content: '';
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 7'%3E%3Cpath d='M8.8833 0.859375L5.30054 4.26491L1.71777 0.859375L0.617188 1.9078L5.30054 6.3692L9.98389 1.9078L8.8833 0.859375Z' fill='%231B3D5C'/%3E%3C/svg%3E");
          display: block;
          height: 7px;
          margin-top: -3px;
          right: 0;
          position: absolute;
          top: 50%;
          width: 10px; }
        .new-landing-page .device-feauters .device-feauters-details .device-feauters-box h5.is-open:after {
          transform: rotate(-180deg); }
      .new-landing-page .device-feauters .device-feauters-details .device-feauters-box .device-feauters-content {
        padding: 2rem 0;
        display: none; }
        .new-landing-page .device-feauters .device-feauters-details .device-feauters-box .device-feauters-content p:last-child {
          margin: 0; }
      .new-landing-page .device-feauters .device-feauters-details .device-feauters-box.geofencing-monitor h5 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 21'%3E%3Cpath d='M3.28906 7.60938L5.16406 1.98438H18.9141L20.7891 7.60938M18.9141 13.8594C18.4168 13.8594 17.9399 13.6618 17.5882 13.3102C17.2366 12.9586 17.0391 12.4817 17.0391 11.9844C17.0391 11.4871 17.2366 11.0102 17.5882 10.6585C17.9399 10.3069 18.4168 10.1094 18.9141 10.1094C19.4113 10.1094 19.8883 10.3069 20.2399 10.6585C20.5915 11.0102 20.7891 11.4871 20.7891 11.9844C20.7891 12.4817 20.5915 12.9586 20.2399 13.3102C19.8883 13.6618 19.4113 13.8594 18.9141 13.8594ZM5.16406 13.8594C4.66678 13.8594 4.18987 13.6618 3.83824 13.3102C3.48661 12.9586 3.28906 12.4817 3.28906 11.9844C3.28906 11.4871 3.48661 11.0102 3.83824 10.6585C4.18987 10.3069 4.66678 10.1094 5.16406 10.1094C5.66134 10.1094 6.13826 10.3069 6.48989 10.6585C6.84152 11.0102 7.03906 11.4871 7.03906 11.9844C7.03906 12.4817 6.84152 12.9586 6.48989 13.3102C6.13826 13.6618 5.66134 13.8594 5.16406 13.8594ZM20.6891 1.35938C20.4391 0.634375 19.7391 0.109375 18.9141 0.109375H5.16406C4.33906 0.109375 3.63906 0.634375 3.38906 1.35938L0.789062 8.85938V18.8594C0.789063 19.1909 0.920759 19.5088 1.15518 19.7433C1.3896 19.9777 1.70754 20.1094 2.03906 20.1094H3.28906C3.62058 20.1094 3.93853 19.9777 4.17295 19.7433C4.40737 19.5088 4.53906 19.1909 4.53906 18.8594V17.6094H19.5391V18.8594C19.5391 19.1909 19.6708 19.5088 19.9052 19.7433C20.1396 19.9777 20.4575 20.1094 20.7891 20.1094H22.0391C22.3706 20.1094 22.6885 19.9777 22.9229 19.7433C23.1574 19.5088 23.2891 19.1909 23.2891 18.8594V8.85938L20.6891 1.35938Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
      .new-landing-page .device-feauters .device-feauters-details .device-feauters-box.realtime-tracking h5 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 25'%3E%3Cpath d='M10.0391 0.359375C4.78906 0.359375 0.0390625 4.38438 0.0390625 10.6094C0.0390625 14.5844 3.10156 19.2594 9.21406 24.6469C9.68906 25.0594 10.4016 25.0594 10.8766 24.6469C16.9766 19.2594 20.0391 14.5844 20.0391 10.6094C20.0391 4.38438 15.2891 0.359375 10.0391 0.359375ZM10.0391 12.8594C8.66406 12.8594 7.53906 11.7344 7.53906 10.3594C7.53906 8.98438 8.66406 7.85938 10.0391 7.85938C11.4141 7.85938 12.5391 8.98438 12.5391 10.3594C12.5391 11.7344 11.4141 12.8594 10.0391 12.8594Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
      .new-landing-page .device-feauters .device-feauters-details .device-feauters-box.earn-insurance h5 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 24'%3E%3Cpath d='M6.07419 23.1094C5.72003 23.1094 5.42295 22.9894 5.18295 22.7494C4.94295 22.5094 4.82336 22.2127 4.82419 21.8594V20.4219C3.88669 20.2135 3.06378 19.849 2.35545 19.3281C1.64711 18.8073 1.0742 18.0781 0.636696 17.1406C0.490862 16.849 0.485862 16.5415 0.621696 16.2181C0.757529 15.8948 1.00211 15.6606 1.35545 15.5156C1.64711 15.3906 1.9492 15.396 2.2617 15.5319C2.5742 15.6677 2.81378 15.8915 2.98045 16.2031C3.33461 16.8281 3.78253 17.3019 4.3242 17.6244C4.86586 17.9469 5.53253 18.1085 6.3242 18.1094C7.17836 18.1094 7.90211 17.9165 8.49545 17.5306C9.08878 17.1448 9.38586 16.546 9.3867 15.7344C9.3867 15.0052 9.15753 14.4273 8.6992 14.0006C8.24086 13.574 7.17836 13.0894 5.51169 12.5469C3.72003 11.9844 2.49086 11.3123 1.8242 10.5306C1.15753 9.74896 0.824195 8.79605 0.824195 7.67188C0.824195 6.31771 1.2617 5.26563 2.1367 4.51563C3.0117 3.76563 3.90753 3.33855 4.82419 3.23438V1.85938C4.82419 1.50521 4.94419 1.20813 5.1842 0.968129C5.42419 0.728129 5.72045 0.608546 6.07295 0.609379C6.42711 0.609379 6.7242 0.729379 6.9642 0.969379C7.2042 1.20938 7.32378 1.50605 7.32295 1.85938V3.23438C8.11461 3.35938 8.80211 3.6148 9.38545 4.00063C9.96878 4.38646 10.4479 4.86021 10.8229 5.42188C11.0104 5.69271 11.0471 5.9948 10.9329 6.32813C10.8188 6.66146 10.5842 6.90105 10.2292 7.04688C9.93753 7.17188 9.63544 7.1773 9.32294 7.06313C9.01044 6.94896 8.71878 6.74563 8.44795 6.45313C8.17711 6.16146 7.8592 5.93771 7.4942 5.78188C7.1292 5.62605 6.67628 5.54771 6.13545 5.54688C5.21878 5.54688 4.52086 5.75021 4.0417 6.15688C3.56253 6.56355 3.32336 7.06855 3.3242 7.67188C3.3242 8.35938 3.6367 8.90105 4.2617 9.29688C4.88669 9.69271 5.97003 10.1094 7.5117 10.5469C8.9492 10.9635 10.0379 11.6252 10.7779 12.5319C11.5179 13.4385 11.8875 14.4852 11.8867 15.6719C11.8867 17.151 11.4492 18.276 10.5742 19.0469C9.6992 19.8177 8.61586 20.2969 7.32419 20.4844V21.8594C7.32419 22.2135 7.2042 22.5106 6.9642 22.7506C6.7242 22.9906 6.42753 23.1102 6.07419 23.1094Z' fill='%231B3D5C'/%3E%3C/svg%3E");
        background-position: top left;
        background-size: 14px; }
        @media (min-width: 801px) {
          .new-landing-page .device-feauters .device-feauters-details .device-feauters-box.earn-insurance h5 {
            background-position: center left 7px; } }
      .new-landing-page .device-feauters .device-feauters-details .device-feauters-box.business-assets h5 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M16.7891 15.3594L13.0391 12.8594V6.60938M1.78906 12.8594C1.78906 14.3367 2.08005 15.7997 2.64542 17.1646C3.21078 18.5295 4.03945 19.7697 5.08411 20.8143C6.12877 21.859 7.36896 22.6877 8.73387 23.253C10.0988 23.8184 11.5617 24.1094 13.0391 24.1094C14.5164 24.1094 15.9793 23.8184 17.3443 23.253C18.7092 22.6877 19.9494 21.859 20.994 20.8143C22.0387 19.7697 22.8673 18.5295 23.4327 17.1646C23.9981 15.7997 24.2891 14.3367 24.2891 12.8594C24.2891 11.382 23.9981 9.9191 23.4327 8.55419C22.8673 7.18927 22.0387 5.94908 20.994 4.90442C19.9494 3.85976 18.7092 3.0311 17.3443 2.46573C15.9793 1.90036 14.5164 1.60938 13.0391 1.60938C11.5617 1.60938 10.0988 1.90036 8.73387 2.46573C7.36896 3.0311 6.12877 3.85976 5.08411 4.90442C4.03945 5.94908 3.21078 7.18927 2.64542 8.55419C2.08005 9.9191 1.78906 11.382 1.78906 12.8594Z' stroke='%231B3D5C' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E"); }
      .new-landing-page .device-feauters .device-feauters-details .device-feauters-box.all-typs-devices h5 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cpath d='M5.39621 20.723H9.68192V19.6776H5.39621V20.723ZM2.18192 23.8594C1.59264 23.8594 1.08799 23.6545 0.667993 23.2446C0.247993 22.8348 0.03835 22.3428 0.0390643 21.7685V2.95029C0.0390643 2.37529 0.249064 1.88288 0.669064 1.47306C1.08906 1.06324 1.59335 0.85868 2.18192 0.859377H12.8962C13.4855 0.859377 13.9901 1.06429 14.4101 1.4741C14.8301 1.88392 15.0398 2.37598 15.0391 2.95029V21.7685C15.0391 22.3435 14.8291 22.8359 14.4091 23.2457C13.9891 23.6555 13.4848 23.8601 12.8962 23.8594H2.18192ZM2.18192 16.5412H12.8962V6.08665H2.18192V16.5412Z' fill='%231B3D5C'/%3E%3C/svg%3E");
        background-position: top left;
        background-size: 16px; }
        @media (min-width: 801px) {
          .new-landing-page .device-feauters .device-feauters-details .device-feauters-box.all-typs-devices h5 {
            background-position: center left 5px; } }
      .new-landing-page .device-feauters .device-feauters-details .device-feauters-box.reports-tailored h5 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.7891 0.609375H3.28906C1.91406 0.609375 0.789062 1.73438 0.789062 3.10938V20.6094C0.789062 21.9844 1.91406 23.1094 3.28906 23.1094H20.7891C22.1641 23.1094 23.2891 21.9844 23.2891 20.6094V3.10938C23.2891 1.73438 22.1641 0.609375 20.7891 0.609375ZM8.28906 18.1094H5.78906V9.35938H8.28906V18.1094ZM13.2891 18.1094H10.7891V5.60938H13.2891V18.1094ZM18.2891 18.1094H15.7891V13.1094H18.2891V18.1094Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
      .new-landing-page .device-feauters .device-feauters-details .device-feauters-box.technical-support h5 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 24'%3E%3Cpath d='M11.7891 23.1094V20.6094H21.7891V11.7344C21.7891 10.526 21.5599 9.39063 21.1016 8.32813C20.6432 7.26563 20.0182 6.33854 19.2266 5.54688C18.4349 4.75521 17.5078 4.13021 16.4453 3.67188C15.3828 3.21354 14.2474 2.98438 13.0391 2.98438C11.8307 2.98438 10.6953 3.21354 9.63281 3.67188C8.57031 4.13021 7.64323 4.75521 6.85156 5.54688C6.0599 6.33854 5.4349 7.26563 4.97656 8.32813C4.51823 9.39063 4.28906 10.526 4.28906 11.7344V19.3594H3.03906C2.35156 19.3594 1.76323 19.1144 1.27406 18.6244C0.784896 18.1344 0.539896 17.546 0.539062 16.8594V14.3594C0.539062 13.8802 0.653646 13.4585 0.882813 13.0944C1.11198 12.7302 1.41406 12.4331 1.78906 12.2031L1.88281 10.5469C2.07031 9.02604 2.50281 7.65104 3.18031 6.42188C3.85781 5.19271 4.70156 4.15104 5.71156 3.29688C6.72156 2.44271 7.85698 1.78104 9.11781 1.31188C10.3786 0.842711 11.6857 0.608544 13.0391 0.609377C14.4141 0.609377 15.732 0.843961 16.9928 1.31313C18.2536 1.78229 19.3836 2.44896 20.3828 3.31313C21.3828 4.17729 22.2216 5.21896 22.8991 6.43813C23.5766 7.65729 24.0086 9.01646 24.1953 10.5156L24.2891 12.1406C24.6641 12.3281 24.9661 12.6044 25.1953 12.9694C25.4245 13.3344 25.5391 13.7352 25.5391 14.1719V17.0469C25.5391 17.5052 25.4245 17.9115 25.1953 18.2656C24.9661 18.6198 24.6641 18.8906 24.2891 19.0781V20.6094C24.2891 21.2969 24.0441 21.8856 23.5541 22.3756C23.0641 22.8656 22.4757 23.1102 21.7891 23.1094H11.7891ZM9.28906 14.3594C8.9349 14.3594 8.63781 14.2394 8.39781 13.9994C8.15781 13.7594 8.03823 13.4627 8.03906 13.1094C8.03906 12.7552 8.15906 12.4581 8.39906 12.2181C8.63906 11.9781 8.93573 11.8585 9.28906 11.8594C9.64323 11.8594 9.94031 11.9794 10.1803 12.2194C10.4203 12.4594 10.5399 12.756 10.5391 13.1094C10.5391 13.4635 10.4191 13.7606 10.1791 14.0006C9.93906 14.2406 9.6424 14.3602 9.28906 14.3594ZM16.7891 14.3594C16.4349 14.3594 16.1378 14.2394 15.8978 13.9994C15.6578 13.7594 15.5382 13.4627 15.5391 13.1094C15.5391 12.7552 15.6591 12.4581 15.8991 12.2181C16.1391 11.9781 16.4357 11.8585 16.7891 11.8594C17.1432 11.8594 17.4403 11.9794 17.6803 12.2194C17.9203 12.4594 18.0399 12.756 18.0391 13.1094C18.0391 13.4635 17.9191 13.7606 17.6791 14.0006C17.4391 14.2406 17.1424 14.3602 16.7891 14.3594ZM5.57031 12.4219C5.48698 11.1927 5.65906 10.0781 6.08656 9.07813C6.51406 8.07813 7.08698 7.22896 7.80531 6.53063C8.52365 5.83313 9.35156 5.29688 10.2891 4.92188C11.2266 4.54688 12.1641 4.35938 13.1016 4.35938C14.9974 4.35938 16.6382 4.95854 18.0241 6.15688C19.4099 7.35521 20.2482 8.84938 20.5391 10.6394C18.5807 10.6194 16.8099 10.0935 15.2266 9.06188C13.6432 8.03021 12.4453 6.69188 11.6328 5.04688C11.2995 6.73438 10.5961 8.22938 9.52281 9.53188C8.44948 10.8344 7.13115 11.7977 5.57031 12.4219Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }

.new-landing-page .special-featured-products .productCarousel-slide {
  width: 100%; }
  @media (min-width: 551px) {
    .new-landing-page .special-featured-products .productCarousel-slide {
      width: 50%; } }
  @media (min-width: 801px) {
    .new-landing-page .special-featured-products .productCarousel-slide {
      width: 33.33333%; } }

.product-container .new-product-view .productView {
  box-shadow: rgba(0, 0, 0, 0.04) 0 1px 50px 0, rgba(0, 0, 0, 0.03) 0 1px 20px 0, rgba(0, 0, 0, 0.04) 0 2px 25px 0;
  border-radius: 30px;
  margin: 3rem 0;
  padding: 0; }
  @media (min-width: 551px) {
    .product-container .new-product-view .productView {
      padding: 2rem; } }
  @media (min-width: 801px) {
    .product-container .new-product-view .productView {
      padding: 2rem 4rem; } }

.product-container .new-product-view .productView-images, .product-container .new-product-view .productView-details {
  width: 100%; }
  @media (min-width: 801px) {
    .product-container .new-product-view .productView-images, .product-container .new-product-view .productView-details {
      width: 50%; } }

.product-container .new-product-view .productView-images {
  display: block; }
  .product-container .new-product-view .productView-images .productView-thumbnails .slick-arrow {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 20px;
    padding: 0;
    transform: none;
    top: 50%;
    margin-top: -10px;
    width: 20px; }
    .product-container .new-product-view .productView-images .productView-thumbnails .slick-arrow:before {
      background-size: contain;
      background-position: center;
      height: 14px;
      width: 14px; }
    .product-container .new-product-view .productView-images .productView-thumbnails .slick-arrow.slick-next {
      right: 10px; }
      .product-container .new-product-view .productView-images .productView-thumbnails .slick-arrow.slick-next:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10' %3E%3Cpath d='M5.38671 5.10733C5.38671 5.21161 5.36715 5.31277 5.32805 5.4108C5.28894 5.50883 5.2368 5.59017 5.17162 5.65483L1.57376 9.25268C1.43037 9.39608 1.24787 9.46777 1.02626 9.46777C0.804654 9.46777 0.622154 9.39608 0.478761 9.25268C0.335368 9.10929 0.263672 8.92679 0.263672 8.70518C0.263672 8.48358 0.335368 8.30108 0.478761 8.15768L3.52912 5.10733L0.478761 2.05697C0.335368 1.91358 0.263672 1.73108 0.263672 1.50947C0.263672 1.28786 0.335368 1.10536 0.47876 0.961971C0.622153 0.818578 0.804653 0.746881 1.02626 0.74688C1.24787 0.74688 1.43037 0.818578 1.57376 0.961971L5.17162 4.55983C5.24983 4.63804 5.30536 4.72277 5.33821 4.81402C5.37106 4.90527 5.38723 5.00304 5.38671 5.10733Z' fill='%23444444'/%3E%3C/svg%3E"); }
    .product-container .new-product-view .productView-images .productView-thumbnails .slick-arrow.slick-prev {
      left: 8px; }
      .product-container .new-product-view .productView-images .productView-thumbnails .slick-arrow.slick-prev:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10' %3E%3Cpath d='M0.503429 5.10733C0.503429 5.21161 0.522983 5.31277 0.562091 5.4108C0.601197 5.50883 0.65334 5.59017 0.718519 5.65483L4.31638 9.25268C4.45977 9.39608 4.64227 9.46777 4.86388 9.46777C5.08548 9.46777 5.26798 9.39608 5.41138 9.25268C5.55477 9.10929 5.62646 8.92679 5.62646 8.70518C5.62646 8.48358 5.55477 8.30108 5.41138 8.15768L2.36102 5.10733L5.41138 2.05697C5.55477 1.91358 5.62647 1.73108 5.62647 1.50947C5.62647 1.28786 5.55477 1.10536 5.41138 0.961971C5.26798 0.818578 5.08548 0.746881 4.86388 0.74688C4.64227 0.74688 4.45977 0.818578 4.31638 0.961971L0.718519 4.55983C0.640304 4.63804 0.584772 4.72277 0.551922 4.81402C0.519072 4.90527 0.502907 5.00304 0.503429 5.10733Z' fill='%23444444'/%3E%3C/svg%3E"); }
  .product-container .new-product-view .productView-images .productView-thumbnails .productView-thumbnail-link {
    align-items: center;
    border-radius: 10px;
    display: flex;
    height: 75px;
    margin: 0 auto;
    justify-content: center; }

.product-container .new-product-view .productView-details .productView-options, .product-container .new-product-view .productView-details .productView-offers {
  float: none;
  width: 100%;
  padding: 0; }

.product-container .new-product-view .productView-details .productView-options {
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 801px) {
    .product-container .new-product-view .productView-details .productView-options {
      text-align: left; } }
  .product-container .new-product-view .productView-details .productView-options .productView-title {
    color: #444444;
    font-family: "Arial", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0.5rem;
    padding-left: 0; }
    @media (min-width: 801px) {
      .product-container .new-product-view .productView-details .productView-options .productView-title {
        font-size: 32px; } }
  .product-container .new-product-view .productView-details .productView-options .productView-Subtitle {
    font-size: 15px;
    font-weight: normal; }
  .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap {
    margin: 0 0 1rem; }
    .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link {
      align-items: center;
      justify-content: center; }
      @media (min-width: 801px) {
        .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link {
          justify-content: flex-start; } }
      .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link .productView-num-reviews {
        align-items: center;
        background-color: transparent;
        border-radius: 20px;
        display: flex;
        gap: 0.5em;
        justify-content: flex-start;
        margin-right: 1rem;
        padding: 0.5rem 0;
        max-width: 155px;
        width: 100%; }
        .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link .productView-num-reviews .reviews-stars-group-wrapper {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center; }
          .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link .productView-num-reviews .reviews-stars-group-wrapper .reviews-stars-group {
            display: block; }
            .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link .productView-num-reviews .reviews-stars-group-wrapper .reviews-stars-group .review-star {
              width: 19px;
              height: 21px;
              white-space: normal; }
              .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link .productView-num-reviews .reviews-stars-group-wrapper .reviews-stars-group .review-star svg {
                fill: #ffffff;
                stroke: #bdbdbd; }
            .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link .productView-num-reviews .reviews-stars-group-wrapper .reviews-stars-group.rated-group {
              position: absolute;
              left: 0;
              top: 0;
              z-index: 9;
              white-space: nowrap;
              display: block;
              overflow: hidden; }
              .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link .productView-num-reviews .reviews-stars-group-wrapper .reviews-stars-group.rated-group .review-star svg {
                fill: #DAAC28;
                stroke: #DAAC28; }
        .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link .productView-num-reviews .productView-average-ratting {
          color: #000000;
          font-size: 20px;
          font-weight: 700;
          line-height: 1.5rem; }
      .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link .productView-total-num-reviews {
        color: #000000;
        font-size: 20px; }
      .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link.noreivew .productView-num-reviews {
        max-width: 115px; }
        .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link.noreivew .productView-num-reviews .reviews-stars-group-wrapper .reviews-stars-group .review-star svg {
          fill: #cccccc;
          stroke: #bdbdbd; }
        .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link.noreivew .productView-num-reviews.for-newproduct {
          color: #DAAC28;
          font-weight: bold;
          font-size: 18px;
          line-height: 1.4rem;
          max-width: 200px;
          padding: 0; }
          .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link.noreivew .productView-num-reviews.for-newproduct .reviews-stars-group-wrapper {
            gap: 0.5rem; }
            .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link.noreivew .productView-num-reviews.for-newproduct .reviews-stars-group-wrapper .reviews-stars-group {
              display: flex; }
              .product-container .new-product-view .productView-details .productView-options .productView-rating-wrap .new-productView-rating #productRating_link.noreivew .productView-num-reviews.for-newproduct .reviews-stars-group-wrapper .reviews-stars-group .review-star svg {
                fill: #DAAC28;
                stroke: #DAAC28; }
  .product-container .new-product-view .productView-details .productView-options .productView-price {
    margin: 0 auto 0.5rem;
    max-width: 290px;
    width: 100%; }
    @media (min-width: 801px) {
      .product-container .new-product-view .productView-details .productView-options .productView-price {
        margin: 0 0 0.5rem; } }
    .product-container .new-product-view .productView-details .productView-options .productView-price .price-section {
      float: none; }
      .product-container .new-product-view .productView-details .productView-options .productView-price .price-section.default-price-withoutTax {
        float: none; }
        .product-container .new-product-view .productView-details .productView-options .productView-price .price-section.default-price-withoutTax .price.price--withoutTax {
          font-size: 32px;
          letter-spacing: 0; }
      .product-container .new-product-view .productView-details .productView-options .productView-price .price-section.rrp-price--withoutTax .price.price--rrp {
        color: #A1A1A1;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 32px;
        font-weight: bold;
        letter-spacing: 0; }
      .product-container .new-product-view .productView-details .productView-options .productView-price .price-section.price-section--saving {
        float: none; }
        .product-container .new-product-view .productView-details .productView-options .productView-price .price-section.price-section--saving:before, .product-container .new-product-view .productView-details .productView-options .productView-price .price-section.price-section--saving:after {
          content: '';
          display: table;
          clear: both;
          width: 100%; }
        .product-container .new-product-view .productView-details .productView-options .productView-price .price-section.price-section--saving .price-saving-label {
          float: left;
          max-width: 150px;
          width: 100%; }
    .product-container .new-product-view .productView-details .productView-options .productView-price.have-sale-price .price-section.default-price-withoutTax {
      float: left;
      max-width: 150px;
      width: 100%; }
  .product-container .new-product-view .productView-details .productView-options .productView-optionsInner {
    border: 0;
    padding: 0;
    border-radius: 0; }
    .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments {
      display: block;
      margin: 0 0 1rem;
      width: 100%; }
      @media (min-width: 801px) {
        .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments {
          display: flex;
          align-items: center; } }
      .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments .form-increment {
        justify-content: center; }
        @media (min-width: 801px) {
          .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments .form-increment {
            justify-content: flex-start; } }
        .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments .form-increment .button {
          border-color: #1B3D5C;
          height: 34px;
          width: 34px; }
          .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments .form-increment .button .icon {
            height: 13px;
            width: 13px; }
            .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments .form-increment .button .icon svg {
              fill: #444;
              stroke: #444; }
        .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments .form-increment .form-label {
          color: #444;
          display: inline-block;
          font-size: 20px;
          margin: 0 0 0 1rem; }
        .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-field--increments .form-increment .form-input {
          color: #444;
          border: 0;
          font-size: 20px;
          display: inline-block;
          height: 20px;
          margin: 0 1rem 0 0;
          width: 20px; }
    .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .free-shipping-box {
      background-color: #F9F4F4;
      border-color: #F27221;
      border-radius: 4px;
      color: #444444;
      display: block;
      margin: 0 0 1rem;
      max-width: 100%;
      width: 100%; }
      .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .free-shipping-box p {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' %3E%3Cpath d='M7.03003 22C6.48003 22 6.00903 21.804 5.61703 21.412C5.22503 21.02 5.02936 20.5493 5.03003 20C5.03003 19.45 5.22603 18.979 5.61803 18.587C6.01003 18.195 6.4807 17.9993 7.03003 18C7.58003 18 8.05103 18.196 8.44303 18.588C8.83503 18.98 9.0307 19.4507 9.03003 20C9.03003 20.55 8.83403 21.021 8.44203 21.413C8.05003 21.805 7.57936 22.0007 7.03003 22ZM17.03 22C16.48 22 16.009 21.804 15.617 21.412C15.225 21.02 15.0294 20.5493 15.03 20C15.03 19.45 15.226 18.979 15.618 18.587C16.01 18.195 16.4807 17.9993 17.03 18C17.58 18 18.051 18.196 18.443 18.588C18.835 18.98 19.0307 19.4507 19.03 20C19.03 20.55 18.834 21.021 18.442 21.413C18.05 21.805 17.5794 22.0007 17.03 22ZM5.23003 4H19.98C20.3634 4 20.655 4.171 20.855 4.513C21.055 4.855 21.0634 5.20067 20.88 5.55L17.33 11.95C17.1467 12.2833 16.9007 12.5417 16.592 12.725C16.2834 12.9083 15.946 13 15.58 13H8.13003L7.03003 15H19.03V17H7.03003C6.28003 17 5.71336 16.6707 5.33003 16.012C4.9467 15.3533 4.93003 14.6993 5.28003 14.05L6.63003 11.6L3.03003 4H1.03003V2H4.28003L5.23003 4Z' fill='%23EE6200'/%3E%3C/svg%3E");
        background-position: top 6px left;
        background-repeat: no-repeat;
        background-size: 26px;
        padding-left: 30px;
        text-align: left;
        line-height: 2.1rem; }
        .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .free-shipping-box p span, .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .free-shipping-box p #NextOrderTime {
          color: #444444; }
    .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .add-to-cart-buttons {
      width: 100%; }
    .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-action {
      display: block;
      float: none;
      max-width: 100%;
      width: 100%; }
      .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .add-to-cart-wrapper .form-action .button {
        color: #ffffff;
        border-radius: 30px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4rem;
        margin: 0;
        padding: 1rem;
        width: 100%; }
    .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .productView-info-sku {
      color: #1C3C5D;
      display: flex;
      font-size: 18px;
      font-weight: 700;
      justify-content: center;
      margin: 1rem 0 0; }
      @media (min-width: 801px) {
        .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .productView-info-sku {
          margin: 0 0 0 2rem;
          justify-content: flex-start; } }
      .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .productView-info-sku span {
        font-weight: normal; }
    .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .ProductCallForPrice {
      background-color: #fe720b;
      color: #fff;
      border-radius: 30px;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.4rem;
      margin: 0 0 1rem;
      padding: 1rem;
      width: 100%; }
      .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .ProductCallForPrice span {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath d='M2.53003 0.5C1.86699 0.5 1.2311 0.763392 0.762262 1.23223C0.293421 1.70107 0.0300293 2.33696 0.0300293 3L0.0300293 5C0.0300293 10.799 4.73103 15.5 10.53 15.5H12.53C13.1931 15.5 13.829 15.2366 14.2978 14.7678C14.7666 14.2989 15.03 13.663 15.03 13V11.618C15.03 11.3393 14.9524 11.0661 14.8058 10.829C14.6591 10.592 14.4494 10.4005 14.2 10.276L11.785 9.068C11.5928 8.97188 11.3821 8.9182 11.1672 8.91061C10.9524 8.90302 10.7385 8.94169 10.5399 9.024C10.3413 9.10632 10.1628 9.23035 10.0163 9.3877C9.86984 9.54505 9.75891 9.73204 9.69103 9.936L9.39303 10.829C9.33819 10.9929 9.22546 11.1311 9.07597 11.2178C8.92649 11.3045 8.75051 11.3338 8.58103 11.3C7.50745 11.0853 6.52142 10.5576 5.74716 9.78352C4.9729 9.00943 4.44502 8.02353 4.23003 6.95C4.19627 6.78052 4.22548 6.60454 4.31219 6.45506C4.3989 6.30557 4.53715 6.19284 4.70103 6.138L5.81003 5.768C6.16842 5.64832 6.46845 5.3978 6.65013 5.0665C6.83182 4.7352 6.88178 4.34754 6.79003 3.981L6.20403 1.637C6.1231 1.31252 5.93606 1.02439 5.67262 0.818382C5.40918 0.612377 5.08445 0.500315 4.75003 0.5H2.53003Z' fill='%23fff'/%3E%3C/svg%3E"); }
    .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .productView-CallForPrice-sku {
      color: #1c3c5d;
      font-size: 18px;
      font-weight: 700;
      margin: 0 0 2rem 0; }
      .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .productView-CallForPrice-sku span {
        font-weight: 400; }
    .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .availability-outStockMsg {
      background-color: #fdd;
      border: 1px solid #F27221;
      border-radius: 4px;
      color: #444;
      display: flex;
      font-size: 14px;
      line-height: 2.1rem;
      margin: 0 0 1rem;
      max-width: 100%;
      padding: 0.8rem 1.7rem;
      text-align: left;
      width: 100%; }
      .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .availability-outStockMsg .icon {
        width: 24px;
        height: 24px; }
    .product-container .new-product-view .productView-details .productView-options .productView-optionsInner .outStock-Wrap .OutStockBtnWrap .OutStockBtn {
      color: #ffffff;
      border-radius: 30px;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.4rem;
      padding: 1rem;
      width: 100%; }

.product-container .new-product-view .productView-details .pricing-compare-wrap {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  margin: 0 0 1rem;
  flex-direction: column;
  padding: 0; }
  @media (min-width: 801px) {
    .product-container .new-product-view .productView-details .pricing-compare-wrap {
      flex-direction: row; } }
  .product-container .new-product-view .productView-details .pricing-compare-wrap .compare_similar {
    flex: 1;
    width: 100%; }
    @media (min-width: 801px) {
      .product-container .new-product-view .productView-details .pricing-compare-wrap .compare_similar {
        flex: 2;
        width: auto; } }
  .product-container .new-product-view .productView-details .pricing-compare-wrap .request_pricing {
    flex: 1;
    width: 100%; }
    @media (min-width: 801px) {
      .product-container .new-product-view .productView-details .pricing-compare-wrap .request_pricing {
        flex: 3;
        width: auto; } }
  .product-container .new-product-view .productView-details .pricing-compare-wrap a {
    align-items: center;
    background-color: #ffffff;
    color: #1C3C5D;
    border: 1px solid #1C3C5D;
    border-radius: 30px;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 0.5rem;
    justify-content: center;
    line-height: 1.4rem;
    padding: 1rem 1.8rem;
    text-decoration: none; }
    .product-container .new-product-view .productView-details .pricing-compare-wrap a .icon {
      height: 18px;
      width: 18px; }
      .product-container .new-product-view .productView-details .pricing-compare-wrap a .icon svg {
        fill: #1B3D5C; }
    .product-container .new-product-view .productView-details .pricing-compare-wrap a:hover {
      background-color: #1C3C5D;
      color: #ffffff; }
      .product-container .new-product-view .productView-details .pricing-compare-wrap a:hover .icon svg {
        fill: #ffffff; }

.product-container .new-product-view .productView-aboutProduct-wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem; }
  @media (min-width: 801px) {
    .product-container .new-product-view .productView-aboutProduct-wrap {
      flex-direction: row; } }
  .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct {
    flex: 2;
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem; }
    @media (min-width: 801px) {
      .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct {
        flex-direction: column; } }
    .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList, .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity, .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .productView-certifications {
      box-shadow: rgba(0, 0, 0, 0.04) 0 1px 10px 0, rgba(0, 0, 0, 0.03) 0 1px 10px 0, rgba(0, 0, 0, 0.04) 0 2px 12px 0;
      border-radius: 20px;
      padding: 1.6rem; }
      .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList h3, .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity h3, .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .productView-certifications h3 {
        color: #1B3D5C;
        font-size: 18px;
        margin: 0 0 1rem; }
    .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList {
      background-color: #ECF0F8;
      height: 100%; }
      .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul {
        list-style: none;
        margin: 0; }
        .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul li {
          background-position: top 5px left;
          background-repeat: no-repeat;
          background-size: 26px;
          color: #1B3D5C;
          font-size: 16px;
          letter-spacing: 0.02rem;
          line-height: 2.2rem;
          margin: 0 0 0.6rem;
          padding-left: 40px; }
          .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul li:first-child {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 30' %3E%3Cpath d='M24.9453 4.7002H27.4453C28.8203 4.7002 29.9453 5.8252 29.9453 7.2002V9.7002C29.9453 10.3877 29.3828 10.9502 28.6953 10.9502C28.0078 10.9502 27.4453 10.3877 27.4453 9.7002V7.2002H24.9453C24.2578 7.2002 23.6953 6.6377 23.6953 5.9502C23.6953 5.2627 24.2578 4.7002 24.9453 4.7002ZM7.44531 9.7002V7.2002H9.94531C10.6328 7.2002 11.1953 6.6377 11.1953 5.9502C11.1953 5.2627 10.6328 4.7002 9.94531 4.7002H7.44531C6.07031 4.7002 4.94531 5.8252 4.94531 7.2002V9.7002C4.94531 10.3877 5.50781 10.9502 6.19531 10.9502C6.88281 10.9502 7.44531 10.3877 7.44531 9.7002ZM27.4453 19.7002V22.2002H24.9453C24.2578 22.2002 23.6953 22.7627 23.6953 23.4502C23.6953 24.1377 24.2578 24.7002 24.9453 24.7002H27.4453C28.8203 24.7002 29.9453 23.5752 29.9453 22.2002V19.7002C29.9453 19.0127 29.3828 18.4502 28.6953 18.4502C28.0078 18.4502 27.4453 19.0127 27.4453 19.7002ZM9.94531 22.2002H7.44531V19.7002C7.44531 19.0127 6.88281 18.4502 6.19531 18.4502C5.50781 18.4502 4.94531 19.0127 4.94531 19.7002V22.2002C4.94531 23.5752 6.07031 24.7002 7.44531 24.7002H9.94531C10.6328 24.7002 11.1953 24.1377 11.1953 23.4502C11.1953 22.7627 10.6328 22.2002 9.94531 22.2002ZM22.4453 9.7002H12.4453C11.0703 9.7002 9.94531 10.8252 9.94531 12.2002V17.2002C9.94531 18.5752 11.0703 19.7002 12.4453 19.7002H22.4453C23.8203 19.7002 24.9453 18.5752 24.9453 17.2002V12.2002C24.9453 10.8252 23.8203 9.7002 22.4453 9.7002Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
          .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul li:nth-child(2) {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 30' %3E%3Cpath d='M10.3828 18.8877L7.75781 16.2002C8.98698 14.971 10.4299 13.9973 12.0866 13.2789C13.7432 12.5606 15.5295 12.201 17.4453 12.2002C19.362 12.2002 21.1486 12.5648 22.8053 13.2939C24.462 14.0231 25.9045 15.0127 27.1328 16.2627L24.5078 18.8877C23.5911 17.971 22.5286 17.2523 21.3203 16.7314C20.112 16.2106 18.8203 15.9502 17.4453 15.9502C16.0703 15.9502 14.7786 16.2106 13.5703 16.7314C12.362 17.2523 11.2995 17.971 10.3828 18.8877ZM5.07031 13.5752L2.44531 10.9502C4.36198 8.99186 6.60156 7.46061 9.16406 6.35645C11.7266 5.25228 14.487 4.7002 17.4453 4.7002C20.4036 4.7002 23.1641 5.25228 25.7266 6.35645C28.2891 7.46061 30.5286 8.99186 32.4453 10.9502L29.8203 13.5752C28.2161 11.971 26.3566 10.7156 24.2416 9.80895C22.1266 8.90228 19.8611 8.44936 17.4453 8.4502C15.0286 8.4502 12.7628 8.90353 10.6478 9.8102C8.53281 10.7169 6.67365 11.9719 5.07031 13.5752ZM17.4453 25.9502L21.8516 21.5127C21.2891 20.9502 20.6328 20.5073 19.8828 20.1839C19.1328 19.8606 18.3203 19.6994 17.4453 19.7002C16.5703 19.7002 15.7578 19.8619 15.0078 20.1852C14.2578 20.5085 13.6016 20.951 13.0391 21.5127L17.4453 25.9502Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
          .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul li:nth-child(3) {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 30' %3E%3Cpath d='M21.1205 23.7032C20.9483 24.5509 20.4884 25.3131 19.8186 25.8605C19.1489 26.4079 18.3105 26.707 17.4454 26.707C16.5804 26.707 15.742 26.4079 15.0723 25.8605C14.4025 25.3131 13.9426 24.5509 13.7704 23.7032H21.1205ZM17.4424 2.7002C22.1659 2.7002 26.0585 6.2027 26.4185 10.7327L26.438 11.0672L26.4454 11.4032L26.444 16.8122L27.8749 20.6927L27.9125 20.8202L27.9364 20.9492L27.944 21.0827C27.944 21.5552 27.65 21.9677 27.1609 22.1432L26.99 22.1927L26.819 22.2077H8.07195C7.93931 22.2073 7.80778 22.1834 7.68345 22.1372C7.25295 21.9797 6.96945 21.5792 6.96045 21.0632L6.96645 20.8877L7.01745 20.6927L8.44245 16.8167L8.44545 11.3897L8.45145 11.0522C8.63595 6.37669 12.6019 2.7002 17.4424 2.7002Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
          .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .aboutProductList ul li:nth-child(4) {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 30' %3E%3Cpath d='M17.4453 -0.299805C15.6092 -0.299805 13.8483 0.429589 12.55 1.72792C11.2516 3.02625 10.5222 4.78716 10.5222 6.62327C10.5222 10.4471 16.5442 19.9421 16.5442 25.0848H18.3465C18.3465 19.9594 24.3684 10.1356 24.3684 6.62327C24.3684 4.78716 23.639 3.02625 22.3407 1.72792C21.0423 0.429589 19.2814 -0.299805 17.4453 -0.299805ZM17.4453 3.16173C18.3634 3.16173 19.2438 3.52643 19.893 4.17559C20.5422 4.82476 20.9069 5.70521 20.9069 6.62327C20.9069 7.54133 20.5422 8.42179 19.893 9.07095C19.2438 9.72011 18.3634 10.0848 17.4453 10.0848C16.5273 10.0848 15.6468 9.72011 14.9976 9.07095C14.3485 8.42179 13.9838 7.54133 13.9838 6.62327C13.9838 5.70521 14.3485 4.82476 14.9976 4.17559C15.6468 3.52643 16.5273 3.16173 17.4453 3.16173ZM10.3422 19.6398C10.3176 19.6513 10.2933 19.6636 10.2695 19.6767C8.1407 20.0506 6.33608 20.5629 4.96993 21.2633C4.2857 21.6129 3.69608 22.0271 3.23916 22.5244C2.78108 23.0229 2.44531 23.6702 2.44531 24.3994C2.44531 25.4933 3.16993 26.3483 4.03185 26.9598C4.89377 27.5713 5.98185 28.0387 7.31339 28.4379C9.973 29.2363 13.528 29.7002 17.4453 29.7002C21.3626 29.7002 24.9176 29.2363 27.5772 28.4379C28.9076 28.0387 29.9969 27.5725 30.8588 26.9598C31.7207 26.3483 32.4453 25.4933 32.4453 24.3994C32.4453 23.6679 32.1107 22.9871 31.6515 22.4887C31.1922 21.9902 30.6084 21.6129 29.9207 21.2621C28.5476 20.5617 26.7257 20.0494 24.5842 19.6756C24.4336 19.6464 24.2787 19.6475 24.1286 19.6789C23.9784 19.7103 23.8361 19.7713 23.7098 19.8583C23.5835 19.9454 23.4758 20.0567 23.3931 20.1858C23.3104 20.315 23.2542 20.4593 23.2279 20.6104C23.2016 20.7615 23.2057 20.9164 23.2399 21.0659C23.2741 21.2154 23.3378 21.3566 23.4272 21.4812C23.5167 21.6058 23.63 21.7113 23.7607 21.7915C23.8914 21.8718 24.0368 21.9252 24.1884 21.9487C26.1765 22.2948 27.8288 22.7852 28.8753 23.3183C29.3992 23.5837 29.7672 23.8687 29.9576 24.0752C30.148 24.2817 30.1376 24.3637 30.1376 24.3994C30.1376 24.4537 30.0638 24.7029 29.5249 25.0848C28.9861 25.4667 28.0676 25.8856 26.8919 26.2387C24.5415 26.9437 21.1745 27.3925 17.4453 27.3925C13.7161 27.3925 10.3492 26.9437 7.99762 26.2387C6.823 25.8856 5.90454 25.4667 5.36685 25.0848C4.82685 24.7029 4.753 24.4537 4.753 24.3994C4.753 24.3648 4.74493 24.2806 4.933 24.0752C5.12224 23.8698 5.49493 23.5837 6.01531 23.3183C7.05377 22.7863 8.68993 22.296 10.6665 21.9475C10.8202 21.9288 10.9687 21.8797 11.1033 21.803C11.2378 21.7263 11.3557 21.6235 11.4501 21.5007C11.5445 21.3779 11.6134 21.2375 11.6529 21.0877C11.6924 20.938 11.7016 20.7818 11.6801 20.6285C11.6585 20.4751 11.6066 20.3275 11.5274 20.1945C11.4482 20.0614 11.3432 19.9454 11.2186 19.8534C11.0941 19.7613 10.9524 19.695 10.8019 19.6584C10.6515 19.6217 10.4952 19.6154 10.3422 19.6398Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
    .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .productView-certifications ul {
      align-items: center;
      display: flex;
      justify-content: space-around;
      list-style: none;
      margin: 0;
      gap: 0.5rem; }
    .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity ul {
      align-items: flex-start;
      display: flex;
      justify-content: space-around;
      list-style: none;
      margin: 0; }
      .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity ul li {
        background: none;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 55px;
        color: #1B3D5C;
        font-size: 12px;
        padding: 60px 10px 0;
        text-align: center;
        max-width: 142px;
        width: 100%; }
        .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity ul li.availability {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 54' %3E%3Cpath d='M13.9453 45C12.0703 45 10.4766 44.3438 9.16406 43.0312C7.85156 41.7188 7.19531 40.125 7.19531 38.25H2.69531V13.5C2.69531 12.2625 3.13631 11.2028 4.01831 10.3208C4.90031 9.43875 5.95931 8.9985 7.19531 9H38.6953V18H45.4453L52.1953 27V38.25H47.6953C47.6953 40.125 47.0391 41.7188 45.7266 43.0312C44.4141 44.3438 42.8203 45 40.9453 45C39.0703 45 37.4766 44.3438 36.1641 43.0312C34.8516 41.7188 34.1953 40.125 34.1953 38.25H20.6953C20.6953 40.125 20.0391 41.7188 18.7266 43.0312C17.4141 44.3438 15.8203 45 13.9453 45ZM13.9453 40.5C14.5828 40.5 15.1176 40.284 15.5496 39.852C15.9816 39.42 16.1968 38.886 16.1953 38.25C16.1953 37.6125 15.9793 37.0778 15.5473 36.6458C15.1153 36.2138 14.5813 35.9985 13.9453 36C13.3078 36 12.7731 36.216 12.3411 36.648C11.9091 37.08 11.6938 37.614 11.6953 38.25C11.6953 38.8875 11.9113 39.4222 12.3433 39.8542C12.7753 40.2862 13.3093 40.5015 13.9453 40.5ZM40.9453 40.5C41.5828 40.5 42.1176 40.284 42.5496 39.852C42.9816 39.42 43.1968 38.886 43.1953 38.25C43.1953 37.6125 42.9793 37.0778 42.5473 36.6458C42.1153 36.2138 41.5813 35.9985 40.9453 36C40.3078 36 39.7731 36.216 39.3411 36.648C38.9091 37.08 38.6938 37.614 38.6953 38.25C38.6953 38.8875 38.9113 39.4222 39.3433 39.8542C39.7753 40.2862 40.3093 40.5015 40.9453 40.5ZM38.6953 29.25H48.2578L43.1953 22.5H38.6953V29.25Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
        .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity ul li.easy-returns {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 54' %3E%3Cpath d='M27.4453 35.834L30.537 32.7423L27.0589 29.209H36.2786V24.7923H27.0589L30.537 21.259L27.4453 18.1673L18.612 27.0007L27.4453 35.834ZM11.987 46.8756C10.7724 46.8756 9.73227 46.4428 8.86661 45.5772C8.00094 44.7115 7.56884 43.6721 7.57032 42.459V11.5423C7.57032 10.3277 8.00315 9.28761 8.86882 8.42194C9.73448 7.55628 10.7739 7.12418 11.987 7.12565H21.262C21.7405 5.80065 22.5413 4.73329 23.6646 3.92357C24.788 3.11385 26.0482 2.70898 27.4453 2.70898C28.8439 2.70898 30.1049 3.11385 31.2282 3.92357C32.3515 4.73329 33.1516 5.80065 33.6286 7.12565H42.9036C44.1182 7.12565 45.1584 7.55848 46.024 8.42415C46.8897 9.28982 47.3218 10.3292 47.3203 11.5423V42.459C47.3203 43.6736 46.8875 44.7137 46.0218 45.5794C45.1561 46.445 44.1168 46.8771 42.9036 46.8756H11.987ZM27.4453 9.88607C27.9238 9.88607 28.3191 9.72928 28.6312 9.41569C28.9433 9.10211 29.1001 8.70682 29.1016 8.22982C29.1016 7.75135 28.9448 7.35605 28.6312 7.04394C28.3176 6.73183 27.9223 6.57504 27.4453 6.57357C26.9668 6.57357 26.5716 6.73036 26.2594 7.04394C25.9473 7.35753 25.7905 7.75282 25.7891 8.22982C25.7891 8.70829 25.9459 9.10358 26.2594 9.41569C26.573 9.7278 26.9683 9.8846 27.4453 9.88607Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
        .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity ul li.ship-today, .product-container .new-product-view .productView-aboutProduct-wrap .productView-aboutProduct .productView-availablity ul li.free-ships-over {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52' %3E%3Cpath d='M11.5703 47.25C10.4016 47.25 9.40069 46.8335 8.56769 46.0005C7.73469 45.1675 7.3189 44.1673 7.32032 43V13.25C7.32032 12.0812 7.73682 11.0804 8.56982 10.2474C9.40282 9.41437 10.403 8.99858 11.5703 9H13.6953V4.75H17.9453V9H34.9453V4.75H39.1953V9H41.3203C42.4891 9 43.4899 9.4165 44.3229 10.2495C45.1559 11.0825 45.5717 12.0827 45.5703 13.25V43C45.5703 44.1687 45.1538 45.1696 44.3208 46.0026C43.4878 46.8356 42.4876 47.2514 41.3203 47.25H11.5703ZM11.5703 43H41.3203V21.75H11.5703V43Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }

.product-container .new-productView-description {
  box-shadow: rgba(0, 0, 0, 0.04) 0 1px 50px 0, rgba(0, 0, 0, 0.03) 0 1px 20px 0, rgba(0, 0, 0, 0.04) 0 2px 25px 0;
  border-radius: 30px;
  margin: 3rem 0;
  padding: 0; }
  @media (min-width: 551px) {
    .product-container .new-productView-description {
      padding: 2rem; } }
  @media (min-width: 801px) {
    .product-container .new-productView-description {
      padding: 2rem 4rem; } }
  .product-container .new-productView-description .tabs {
    border: 0;
    display: none; }
    @media (min-width: 801px) {
      .product-container .new-productView-description .tabs {
        display: block; } }
    .product-container .new-productView-description .tabs .tab {
      border: 0;
      margin-right: 2rem; }
      .product-container .new-productView-description .tabs .tab:last-child {
        margin-right: 0; }
      .product-container .new-productView-description .tabs .tab .tab-title {
        color: #444444;
        font-weight: 700;
        padding: 0.78571rem 0; }
        .product-container .new-productView-description .tabs .tab .tab-title .icon svg {
          fill: #444444; }
      .product-container .new-productView-description .tabs .tab.is-active .tab-title {
        color: #fe720b;
        border-bottom: 2px solid #fe720b; }
        .product-container .new-productView-description .tabs .tab.is-active .tab-title .icon svg {
          fill: #fe720b; }
  .product-container .new-productView-description .tabs-contents .container {
    width: 100%; }
  .product-container .new-productView-description .tabs-contents .accordion-title {
    background: #fff;
    border: 0;
    padding: 1.2rem 2rem;
    position: relative; }
    .product-container .new-productView-description .tabs-contents .accordion-title:after {
      content: '';
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 10' %3E%3Cpath d='M15.0002 2L8.50024 8L2.00024 2' stroke='%23444444' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      width: 15px;
      height: 15px;
      display: block;
      background-repeat: no-repeat;
      position: absolute;
      right: 2rem;
      top: 40%; }
    .product-container .new-productView-description .tabs-contents .accordion-title .TabHeadingtxt {
      color: #444444;
      font-size: 16px;
      font-weight: 700; }
    .product-container .new-productView-description .tabs-contents .accordion-title .icon.icon-chevron-down {
      display: none; }
    .product-container .new-productView-description .tabs-contents .accordion-title .icon svg {
      fill: #444444; }
    .product-container .new-productView-description .tabs-contents .accordion-title + .tab-content {
      padding: 2rem; }
    .product-container .new-productView-description .tabs-contents .accordion-title.is-active {
      background: transparent; }
      .product-container .new-productView-description .tabs-contents .accordion-title.is-active:after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 10' %3E%3Cpath d='M15.0002 2L8.50024 8L2.00024 2' stroke='%23fe720b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        top: 30%;
        transform: rotate(180deg); }
      .product-container .new-productView-description .tabs-contents .accordion-title.is-active .TabHeadingtxt {
        color: #fe720b; }
      .product-container .new-productView-description .tabs-contents .accordion-title.is-active .icon svg {
        fill: #fe720b; }
  .product-container .new-productView-description .tabs-contents #tab-warranty {
    padding-left: 0;
    padding-right: 0; }
  .product-container .new-productView-description .tabs-contents #tab-description {
    margin-top: 3rem;
    padding: 0 2rem; }
    @media (min-width: 551px) {
      .product-container .new-productView-description .tabs-contents #tab-description {
        padding: 0; } }
    .product-container .new-productView-description .tabs-contents #tab-description .description-banner {
      background-image: url("https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/gps-description-mobile-banner.png?t=1704187784");
      background-size: cover;
      background-position: center;
      border-radius: 8px;
      padding: 3rem; }
      @media (min-width: 801px) {
        .product-container .new-productView-description .tabs-contents #tab-description .description-banner {
          background-image: url("https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/gps-description-banner.png?t=1704175442"); } }
      .product-container .new-productView-description .tabs-contents #tab-description .description-banner--content {
        max-width: 450px; }
        .product-container .new-productView-description .tabs-contents #tab-description .description-banner--content h2 {
          color: #ECF0F8;
          font-family: "Roboto", sans-serif;
          font-size: 30px;
          font-style: normal;
          font-weight: 700;
          line-height: 2.9rem;
          margin: 0 0 1.5rem; }
        .product-container .new-productView-description .tabs-contents #tab-description .description-banner--content p {
          color: #fff;
          margin: 0; }
    .product-container .new-productView-description .tabs-contents #tab-description .item-description-features {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin: 4rem 0 2rem;
      width: 100%; }
      .product-container .new-productView-description .tabs-contents #tab-description .item-description-features .feature-list {
        display: flex;
        width: 142px;
        justify-content: center;
        margin: 0 0 2rem;
        text-align: center; }
        .product-container .new-productView-description .tabs-contents #tab-description .item-description-features .feature-list .feature-list--content {
          display: block;
          width: 100%; }
        .product-container .new-productView-description .tabs-contents #tab-description .item-description-features .feature-list h5 {
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 80px;
          color: #1b3d5c;
          font-size: 16px;
          line-height: 1.4rem;
          margin: 0;
          padding-top: 7rem;
          text-transform: capitalize; }
        .product-container .new-productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-desktop h5 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 81 81'%3E%3Ccircle cx='40.75' cy='40.75' r='40' fill='%231B3D5C'/%3E%3Cpath d='M54.9306 23.812H27.7556C26.4944 23.812 25.2847 24.313 24.3929 25.2049C23.501 26.0968 23 27.3064 23 28.5676V46.9108C23 48.172 23.501 49.3816 24.3929 50.2735C25.2847 51.1653 26.4944 51.6664 27.7556 51.6664H39.305V53.7045H35.9081C35.3676 53.7045 34.8492 53.9192 34.467 54.3015C34.0847 54.6837 33.87 55.2021 33.87 55.7426C33.87 56.2832 34.0847 56.8016 34.467 57.1838C34.8492 57.566 35.3676 57.7808 35.9081 57.7808H46.7781C47.3187 57.7808 47.8371 57.566 48.2193 57.1838C48.6015 56.8016 48.8162 56.2832 48.8162 55.7426C48.8162 55.2021 48.6015 54.6837 48.2193 54.3015C47.8371 53.9192 47.3187 53.7045 46.7781 53.7045H43.3813V51.6664H54.9306C55.5551 51.6664 56.1735 51.5434 56.7505 51.3044C57.3275 51.0654 57.8518 50.7151 58.2934 50.2735C58.735 49.8319 59.0853 49.3076 59.3242 48.7307C59.5632 48.1537 59.6862 47.5353 59.6862 46.9108V28.5676C59.6862 27.9431 59.5632 27.3247 59.3242 26.7477C59.0853 26.1708 58.735 25.6465 58.2934 25.2049C57.8518 24.7633 57.3275 24.413 56.7505 24.174C56.1735 23.935 55.5551 23.812 54.9306 23.812ZM27.7556 27.8883H54.9306C55.1108 27.8883 55.2836 27.9598 55.411 28.0872C55.5384 28.2147 55.61 28.3875 55.61 28.5676V40.7964H27.0763V28.5676C27.0763 28.3875 27.1478 28.2147 27.2752 28.0872C27.4026 27.9598 27.5754 27.8883 27.7556 27.8883ZM54.9306 47.5901H27.7556C27.5754 47.5901 27.4026 47.5186 27.2752 47.3912C27.1478 47.2637 27.0763 47.0909 27.0763 46.9108V44.8726H55.61V46.9108C55.61 47.0909 55.5384 47.2637 55.411 47.3912C55.2836 47.5186 55.1108 47.5901 54.9306 47.5901Z' fill='white'/%3E%3C/svg%3E"); }
        .product-container .new-productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-support h5 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 81 81'%3E%3Ccircle cx='40.75' cy='40.75' r='40' fill='%231B3D5C'/%3E%3Cpath d='M38.5156 59.5V55.3333H55.1823V40.5417C55.1823 36.4792 53.767 33.0326 50.9365 30.2021C48.1059 27.3715 44.6601 25.9569 40.599 25.9583C36.5365 25.9583 33.0899 27.3736 30.2594 30.2042C27.4288 33.0347 26.0142 36.4806 26.0156 40.5417V53.25H19.7656V41.3229H21.849L22.0052 38.5625C22.283 36.2014 22.9691 34.0139 24.0635 32C25.158 29.9861 26.5295 28.2326 28.1781 26.7396C29.8253 25.2465 31.7163 24.0833 33.851 23.25C35.9858 22.4167 38.2351 22 40.599 22C42.9601 22 45.1997 22.4167 47.3177 23.25C49.4358 24.0833 51.3281 25.2382 52.9948 26.7146C54.6615 28.1896 56.033 29.934 57.1094 31.9479C58.1858 33.9618 58.8802 36.1493 59.1927 38.5104L59.349 41.3229H61.4323V53.25H59.349V59.5H38.5156ZM34.349 44.9167C33.7587 44.9167 33.2635 44.7167 32.8635 44.3167C32.4635 43.9167 32.2642 43.4222 32.2656 42.8333C32.2656 42.2431 32.4656 41.7479 32.8656 41.3479C33.2656 40.9479 33.7601 40.7486 34.349 40.75C34.9392 40.75 35.4344 40.95 35.8344 41.35C36.2344 41.75 36.4337 42.2444 36.4323 42.8333C36.4323 43.4236 36.2323 43.9187 35.8323 44.3188C35.4323 44.7188 34.9378 44.9181 34.349 44.9167ZM46.849 44.9167C46.2587 44.9167 45.7635 44.7167 45.3635 44.3167C44.9635 43.9167 44.7642 43.4222 44.7656 42.8333C44.7656 42.2431 44.9656 41.7479 45.3656 41.3479C45.7656 40.9479 46.2601 40.7486 46.849 40.75C47.4392 40.75 47.9344 40.95 48.3344 41.35C48.7344 41.75 48.9337 42.2444 48.9323 42.8333C48.9323 43.4236 48.7323 43.9187 48.3323 44.3188C47.9323 44.7188 47.4378 44.9181 46.849 44.9167ZM28.151 41.6875C27.908 38.0069 29.0191 34.8472 31.4844 32.2083C33.9497 29.5694 37.0226 28.25 40.7031 28.25C43.7934 28.25 46.5108 29.2306 48.8552 31.1917C51.1997 33.1528 52.6142 35.6618 53.099 38.7187C49.9392 38.684 47.0309 37.8333 44.374 36.1667C41.717 34.5 39.6774 32.2431 38.2552 29.3958C37.6997 32.1736 36.5274 34.6479 34.7385 36.8187C32.9497 38.9896 30.7524 40.6125 28.151 41.6875Z' fill='white'/%3E%3C/svg%3E"); }
        .product-container .new-productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-warranty h5 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 81 81'%3E%3Cg%3E%3Cpath fill='%231B3D5C' d='M40.5,1C62.5,1,80.1,18.7,80,40.8C80,62.5,62.1,80.1,40.3,80C19,80,0.9,62.7,1,40.5C1,18.6,18.7,0.9,40.5,1zM40.8,57.7c0.6,0,1.1,0,1.7,0c4.1,0,8.3,0,12.4,0c1,0,2-0.2,2.7-1c0.7-0.8,0.9-1.7,0.9-2.7c0-7.1-0.1-14.1,0-21.2c0-2.5-1.8-3.8-3.8-3.8c-4.1,0.1-8.2,0-12.3,0c-0.6,0-1-0.2-1.3-0.6c-1-1.2-2-2.4-2.9-3.6c-0.5-0.6-1.1-0.9-1.9-0.9c-3.1,0-6.2,0-9.2,0c-2.5,0-3.8,1.3-3.8,3.8c0,8.7,0,17.4,0,26.1c0,2.5,1.3,3.8,3.8,3.8C31.5,57.7,36.1,57.7,40.8,57.7z'/%3E%3Cpath fill='%23fff' d='M40.8,57.7c-4.6,0-9.3,0-13.9,0c-2.5,0-3.8-1.3-3.8-3.8c0-8.7,0-17.4,0-26.1c0-2.5,1.3-3.8,3.8-3.8c3.1,0,6.2,0,9.2,0c0.8,0,1.4,0.2,1.9,0.9c1,1.2,2,2.4,2.9,3.6c0.4,0.5,0.7,0.6,1.3,0.6c4.1,0,8.2,0,12.3,0c2,0,3.8,1.3,3.8,3.8c-0.1,7.1,0,14.1,0,21.2c0,1-0.2,2-0.9,2.7c-0.7,0.8-1.6,1-2.7,1c-4.1,0-8.3,0-12.4,0C41.9,57.7,41.3,57.7,40.8,57.7z M34,40.1c0.3,4.6,2.3,7.9,5.6,10.4c0.7,0.5,1.4,0.5,2.1,0c3.1-2.3,5-5.2,5.5-9.1c0.3-2.3,0-2.9-2.1-3.9c-1.2-0.6-2.6-1-3.9-1.5c-0.3-0.1-0.6-0.1-0.8,0c-1.7,0.7-3.4,1.4-5.1,2.2C34.4,38.6,33.9,39.4,34,40.1z'/%3E%3Cpath fill='%231B3D5C' d='M34,40.1c-0.2-0.7,0.4-1.5,1.3-2c1.7-0.8,3.4-1.5,5.1-2.2c0.2-0.1,0.6,0,0.8,0c1.3,0.5,2.6,0.9,3.9,1.5c2.1,1,2.4,1.6,2.1,3.9c-0.5,3.9-2.4,6.8-5.5,9.1c-0.7,0.5-1.4,0.5-2.1,0C36.3,48,34.4,44.7,34,40.1z'/%3E%3C/g%3E%3C/svg%3E"); }
        .product-container .new-productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-speedAlerts h5 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 81 81'%3E%3Ccircle cx='40.75' cy='40.75' r='40' fill='%231B3D5C'/%3E%3Cpath d='M43.3172 25.8317C43.0603 25.2554 42.6539 24.7584 42.1401 24.3924C41.6262 24.0263 41.0237 23.8045 40.3952 23.75C39.77 23.8078 39.1715 24.0311 38.6613 24.3969C38.1511 24.7628 37.7476 25.2581 37.4923 25.8317L21.9849 52.6833C20.3806 55.4525 21.6984 57.7251 24.8877 57.7251H55.9027C59.092 57.7251 60.4098 55.4525 58.8055 52.6833L43.3172 25.8317ZM42.305 51.9957H38.4854V48.1762H42.305V51.9957ZM42.305 44.3566H38.4854V32.8979H42.305V44.3566Z' fill='white'/%3E%3C/svg%3E"); }
        .product-container .new-productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-geofence h5 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 81 81'%3E%3Ccircle cx='40.75' cy='40.75' r='40' fill='%231B3D5C'/%3E%3Cpath d='M40.1504 20.75C37.7022 20.75 35.3544 21.7225 33.6233 23.4536C31.8921 25.1847 30.9196 27.5326 30.9196 29.9808C30.9196 35.0792 38.9489 47.7392 38.9489 54.5962H41.3519C41.3519 47.7623 49.3812 34.6638 49.3812 29.9808C49.3812 27.5326 48.4086 25.1847 46.6775 23.4536C44.9464 21.7225 42.5985 20.75 40.1504 20.75ZM40.1504 25.3654C41.3745 25.3654 42.5484 25.8516 43.414 26.7172C44.2795 27.5828 44.7658 28.7567 44.7658 29.9808C44.7658 31.2048 44.2795 32.3788 43.414 33.2443C42.5484 34.1099 41.3745 34.5962 40.1504 34.5962C38.9263 34.5962 37.7524 34.1099 36.8868 33.2443C36.0213 32.3788 35.535 31.2048 35.535 29.9808C35.535 28.7567 36.0213 27.5828 36.8868 26.7172C37.7524 25.8516 38.9263 25.3654 40.1504 25.3654ZM30.6796 47.3362C30.6467 47.3514 30.6144 47.3678 30.5827 47.3854C27.7442 47.8838 25.3381 48.5669 23.5165 49.5008C22.6042 49.9669 21.8181 50.5192 21.2089 51.1823C20.5981 51.8469 20.1504 52.71 20.1504 53.6823C20.1504 55.1408 21.1165 56.2808 22.2658 57.0962C23.415 57.9115 24.8658 58.5346 26.6412 59.0669C30.1873 60.1315 34.9273 60.75 40.1504 60.75C45.3735 60.75 50.1135 60.1315 53.6596 59.0669C55.4335 58.5346 56.8858 57.9131 58.035 57.0962C59.1842 56.2808 60.1504 55.1408 60.1504 53.6823C60.1504 52.7069 59.7042 51.7992 59.0919 51.1346C58.4796 50.47 57.7012 49.9669 56.7842 49.4992C54.9535 48.5654 52.5242 47.8823 49.6689 47.3838C49.4681 47.3449 49.2616 47.3464 49.0614 47.3883C48.8612 47.4301 48.6714 47.5114 48.503 47.6275C48.3347 47.7436 48.1911 47.892 48.0808 48.0642C47.9704 48.2364 47.8956 48.4288 47.8605 48.6303C47.8254 48.8318 47.8308 49.0382 47.8765 49.2376C47.9221 49.4369 48.007 49.6251 48.1263 49.7913C48.2455 49.9574 48.3967 50.0981 48.571 50.2051C48.7452 50.3122 48.9391 50.3834 49.1412 50.4146C51.7919 50.8762 53.995 51.53 55.3904 52.2408C56.0889 52.5946 56.5796 52.9746 56.8335 53.25C57.0873 53.5254 57.0735 53.6346 57.0735 53.6823C57.0735 53.7546 56.975 54.0869 56.2565 54.5962C55.5381 55.1054 54.3135 55.6638 52.7458 56.1346C49.6119 57.0746 45.1227 57.6731 40.1504 57.6731C35.1781 57.6731 30.6889 57.0746 27.5535 56.1346C25.9873 55.6638 24.7627 55.1054 24.0458 54.5962C23.3258 54.0869 23.2273 53.7546 23.2273 53.6823C23.2273 53.6362 23.2165 53.5238 23.4673 53.25C23.7196 52.9762 24.2165 52.5946 24.9104 52.2408C26.295 51.5315 28.4765 50.8777 31.1119 50.4131C31.3169 50.3882 31.5149 50.3227 31.6943 50.2204C31.8737 50.1181 32.0309 49.9811 32.1568 49.8173C32.2826 49.6536 32.3745 49.4664 32.4272 49.2667C32.4798 49.067 32.4921 48.8589 32.4634 48.6544C32.4347 48.4499 32.3655 48.2531 32.2598 48.0757C32.1542 47.8983 32.0142 47.7436 31.8482 47.6209C31.6821 47.4982 31.4932 47.4098 31.2926 47.3609C31.0919 47.312 30.8835 47.3036 30.6796 47.3362Z' fill='white'/%3E%3C/svg%3E"); }
        .product-container .new-productView-description .tabs-contents #tab-description .item-description-features .feature-list.for-movement h5 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 81 81'%3E%3Ccircle cx='40.75' cy='40.75' r='40' fill='%231B3D5C'/%3E%3Cpath d='M27.6389 44.2222H53.1111L50.3819 36.0347H30.3681L27.6389 44.2222ZM50.3819 53.3194C51.1058 53.3194 51.7999 53.0319 52.3118 52.5201C52.8236 52.0083 53.1111 51.3141 53.1111 50.5903C53.1111 49.8665 52.8236 49.1723 52.3118 48.6605C51.7999 48.1487 51.1058 47.8611 50.3819 47.8611C49.6581 47.8611 48.964 48.1487 48.4521 48.6605C47.9403 49.1723 47.6528 49.8665 47.6528 50.5903C47.6528 51.3141 47.9403 52.0083 48.4521 52.5201C48.964 53.0319 49.6581 53.3194 50.3819 53.3194ZM30.3681 53.3194C31.0919 53.3194 31.786 53.0319 32.2979 52.5201C32.8097 52.0083 33.0972 51.3141 33.0972 50.5903C33.0972 49.8665 32.8097 49.1723 32.2979 48.6605C31.786 48.1487 31.0919 47.8611 30.3681 47.8611C29.6442 47.8611 28.9501 48.1487 28.4382 48.6605C27.9264 49.1723 27.6389 49.8665 27.6389 50.5903C27.6389 51.3141 27.9264 52.0083 28.4382 52.5201C28.9501 53.0319 29.6442 53.3194 30.3681 53.3194ZM52.9656 35.125L56.75 46.0417V60.5972C56.75 61.0798 56.5583 61.5426 56.2171 61.8838C55.8759 62.225 55.4131 62.4167 54.9306 62.4167H53.1111C52.6286 62.4167 52.1658 62.225 51.8246 61.8838C51.4834 61.5426 51.2917 61.0798 51.2917 60.5972V58.7778H29.4583V60.5972C29.4583 61.0798 29.2666 61.5426 28.9254 61.8838C28.5842 62.225 28.1214 62.4167 27.6389 62.4167H25.8194C25.3369 62.4167 24.8741 62.225 24.5329 61.8838C24.1917 61.5426 24 61.0798 24 60.5972V46.0417L27.7844 35.125C28.1483 34.0697 29.1854 33.3056 30.3681 33.3056H50.3819C51.5646 33.3056 52.6017 34.0697 52.9656 35.125ZM40.375 18.75C44.2322 18.75 47.9257 20.3147 50.6549 23.0257L48.0712 25.6093C46.0316 23.5619 43.265 22.4043 40.375 22.3889C37.5003 22.3889 34.7165 23.5715 32.6788 25.6093L30.1133 23.0257C32.833 20.2983 36.5233 18.7606 40.375 18.75ZM40.375 26.0278C42.3036 26.0278 44.1412 26.8283 45.5058 28.1747L42.9222 30.7583C42.249 30.0851 41.3393 29.6667 40.375 29.6667C39.4653 29.6667 38.501 30.0851 37.8278 30.7583L35.2442 28.1747C36.6088 26.8283 38.4464 26.0278 40.375 26.0278Z' fill='white'/%3E%3C/svg%3E"); }
    .product-container .new-productView-description .tabs-contents #tab-description .description-services {
      margin: 0 0 4rem; }
      .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin: 0 0 4rem; }
        @media (min-width: 801px) {
          .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap {
            flex-direction: row;
            gap: 4rem;
            margin: 0 0 2rem; } }
        @media (min-width: 801px) {
          .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap:nth-child(2n) {
            flex-direction: row-reverse; } }
        .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-image, .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content {
          align-items: center;
          display: flex;
          flex-basis: 50%;
          flex-direction: column;
          justify-content: center; }
          @media (min-width: 801px) {
            .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-image, .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content {
              align-items: flex-start; } }
        .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content h4 {
          color: #1b3d5c;
          background-position: top left;
          background-size: 25px;
          background-repeat: no-repeat;
          padding: 0 0 0 2.4rem;
          margin: 0 0 .5rem; }
        .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content p {
          color: #1B3D5C;
          margin: 0;
          text-align: center; }
          @media (min-width: 801px) {
            .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap .description-service-content p {
              text-align: left; } }
        .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap.smartTracking-service .description-service-content h4 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M12.3125 22.75C10.9292 22.75 9.62917 22.4873 8.4125 21.962C7.19583 21.4367 6.1375 20.7243 5.2375 19.825C4.3375 18.925 3.62517 17.8667 3.1005 16.65C2.57583 15.4333 2.31317 14.1333 2.3125 12.75C2.3125 11.3667 2.57517 10.0667 3.1005 8.85C3.62583 7.63333 4.33817 6.575 5.2375 5.675C6.1375 4.775 7.19583 4.06267 8.4125 3.538C9.62917 3.01333 10.9292 2.75067 12.3125 2.75C13.6958 2.75 14.9958 3.01267 16.2125 3.538C17.4292 4.06333 18.4875 4.77567 19.3875 5.675C20.2875 6.575 21.0002 7.63333 21.5255 8.85C22.0508 10.0667 22.3132 11.3667 22.3125 12.75C22.3125 14.1333 22.0498 15.4333 21.5245 16.65C20.9992 17.8667 20.2868 18.925 19.3875 19.825C18.4875 20.725 17.4292 21.4377 16.2125 21.963C14.9958 22.4883 13.6958 22.7507 12.3125 22.75ZM12.3125 20.75L11.6125 20.05C11.5125 19.95 11.4375 19.8417 11.3875 19.725C11.3375 19.6083 11.3125 19.4833 11.3125 19.35V13.75C10.7625 13.75 10.2915 13.554 9.8995 13.162C9.5075 12.77 9.31183 12.2993 9.3125 11.75V10.75L6.1875 7.625C5.60417 8.325 5.14583 9.10833 4.8125 9.975C4.47917 10.8417 4.3125 11.7667 4.3125 12.75C4.3125 14.9833 5.0875 16.875 6.6375 18.425C8.1875 19.975 10.0792 20.75 12.3125 20.75ZM13.3125 20.7C15.2958 20.45 16.9585 19.575 18.3005 18.075C19.6425 16.575 20.3132 14.8 20.3125 12.75C20.3125 10.5333 19.5335 8.64567 17.9755 7.087C16.4175 5.52833 14.5298 4.74933 12.3125 4.75C11.5792 4.75 10.8748 4.846 10.1995 5.038C9.52417 5.23 8.89517 5.492 8.3125 5.824V7.75H11.8625C12.1625 7.75 12.4502 7.81667 12.7255 7.95C13.0008 8.08333 13.2298 8.26667 13.4125 8.5L14.8125 10.25H16.3125C16.5958 10.25 16.8335 10.346 17.0255 10.538C17.2175 10.73 17.3132 10.9673 17.3125 11.25V12.3C17.3125 12.45 17.2915 12.5917 17.2495 12.725C17.2075 12.8583 17.1452 12.9917 17.0625 13.125L13.3125 18.75V20.7Z' fill='%231B3D5C'%3E%3C/path%3E%3C/svg%3E"); }
        .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap.outOfSight-service .description-service-content h4 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M12.4375 9.25C13.2331 9.25 13.9962 9.56607 14.5588 10.1287C15.1214 10.6913 15.4375 11.4544 15.4375 12.25C15.4375 13.0456 15.1214 13.8087 14.5588 14.3713C13.9962 14.9339 13.2331 15.25 12.4375 15.25C11.6419 15.25 10.8788 14.9339 10.3162 14.3713C9.75357 13.8087 9.4375 13.0456 9.4375 12.25C9.4375 11.4544 9.75357 10.6913 10.3162 10.1287C10.8788 9.56607 11.6419 9.25 12.4375 9.25ZM12.4375 4.75C17.4375 4.75 21.7075 7.86 23.4375 12.25C21.7075 16.64 17.4375 19.75 12.4375 19.75C7.4375 19.75 3.1675 16.64 1.4375 12.25C3.1675 7.86 7.4375 4.75 12.4375 4.75ZM3.6175 12.25C4.42575 13.9003 5.68081 15.2907 7.23998 16.2633C8.79915 17.2358 10.5999 17.7513 12.4375 17.7513C14.2751 17.7513 16.0758 17.2358 17.635 16.2633C19.1942 15.2907 20.4492 13.9003 21.2575 12.25C20.4492 10.5997 19.1942 9.20925 17.635 8.23675C16.0758 7.26424 14.2751 6.74868 12.4375 6.74868C10.5999 6.74868 8.79915 7.26424 7.23998 8.23675C5.68081 9.20925 4.42575 10.5997 3.6175 12.25Z' fill='%231B3D5C'%3E%3C/path%3E%3C/svg%3E"); }
        .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap.peaceOfMind-service .description-service-content h4 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M12.3125 17.25C11.7821 17.25 11.2734 17.0393 10.8983 16.6642C10.5232 16.2891 10.3125 15.7804 10.3125 15.25C10.3125 14.14 11.2025 13.25 12.3125 13.25C12.8429 13.25 13.3516 13.4607 13.7267 13.8358C14.1018 14.2109 14.3125 14.7196 14.3125 15.25C14.3125 15.7804 14.1018 16.2891 13.7267 16.6642C13.3516 17.0393 12.8429 17.25 12.3125 17.25ZM18.3125 20.25V10.25H6.3125V20.25H18.3125ZM18.3125 8.25C18.8429 8.25 19.3516 8.46071 19.7267 8.83579C20.1018 9.21086 20.3125 9.71957 20.3125 10.25V20.25C20.3125 20.7804 20.1018 21.2891 19.7267 21.6642C19.3516 22.0393 18.8429 22.25 18.3125 22.25H6.3125C5.78207 22.25 5.27336 22.0393 4.89829 21.6642C4.52321 21.2891 4.3125 20.7804 4.3125 20.25V10.25C4.3125 9.14 5.2025 8.25 6.3125 8.25H7.3125V6.25C7.3125 4.92392 7.83928 3.65215 8.77697 2.71447C9.71465 1.77678 10.9864 1.25 12.3125 1.25C12.9691 1.25 13.6193 1.37933 14.2259 1.6306C14.8325 1.88188 15.3837 2.25017 15.848 2.71447C16.3123 3.17876 16.6806 3.72995 16.9319 4.33658C17.1832 4.94321 17.3125 5.59339 17.3125 6.25V8.25H18.3125ZM12.3125 3.25C11.5169 3.25 10.7538 3.56607 10.1912 4.12868C9.62857 4.69129 9.3125 5.45435 9.3125 6.25V8.25H15.3125V6.25C15.3125 5.45435 14.9964 4.69129 14.4338 4.12868C13.8712 3.56607 13.1081 3.25 12.3125 3.25Z' fill='%231B3D5C'%3E%3C/path%3E%3C/svg%3E"); }
        .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap.monitoring-service .description-service-content h4 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M7.4375 11.25V19.25C7.4375 19.5152 7.33214 19.7696 7.14461 19.9571C6.95707 20.1446 6.70272 20.25 6.4375 20.25H4.4375C4.17228 20.25 3.91793 20.1446 3.73039 19.9571C3.54286 19.7696 3.4375 19.5152 3.4375 19.25V12.25C3.4375 11.9848 3.54286 11.7304 3.73039 11.5429C3.91793 11.3554 4.17228 11.25 4.4375 11.25H7.4375ZM7.4375 11.25C8.49837 11.25 9.51578 10.8286 10.2659 10.0784C11.0161 9.32828 11.4375 8.31087 11.4375 7.25V6.25C11.4375 5.71957 11.6482 5.21086 12.0233 4.83579C12.3984 4.46071 12.9071 4.25 13.4375 4.25C13.9679 4.25 14.4766 4.46071 14.8517 4.83579C15.2268 5.21086 15.4375 5.71957 15.4375 6.25V11.25H18.4375C18.9679 11.25 19.4766 11.4607 19.8517 11.8358C20.2268 12.2109 20.4375 12.7196 20.4375 13.25L19.4375 18.25C19.2937 18.8635 19.0209 19.3902 18.6602 19.751C18.2994 20.1117 17.8703 20.2868 17.4375 20.25H10.4375C9.64185 20.25 8.87879 19.9339 8.31618 19.3713C7.75357 18.8087 7.4375 18.0456 7.4375 17.25' stroke='%231B3D5C' fill='transparent' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E"); }
        .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap.built-service .description-service-content h4 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M19.2125 6.75C19.0125 6.15 18.4125 5.75 17.8125 5.75H6.8125C6.1125 5.75 5.6125 6.15 5.4125 6.75L3.3125 12.75V20.75C3.3125 21.25 3.8125 21.75 4.3125 21.75H5.3125C5.9125 21.75 6.3125 21.25 6.3125 20.75V19.75H18.3125V20.75C18.3125 21.25 18.8125 21.75 19.3125 21.75H20.3125C20.8125 21.75 21.3125 21.25 21.3125 20.75V12.75L19.2125 6.75ZM7.1125 7.75H17.4125L18.5125 10.75H6.1125L7.1125 7.75ZM19.3125 17.75H5.3125V12.75H19.3125V17.75ZM7.8125 13.75C8.6125 13.75 9.3125 14.45 9.3125 15.25C9.3125 16.05 8.6125 16.75 7.8125 16.75C7.0125 16.75 6.3125 16.05 6.3125 15.25C6.3125 14.45 7.0125 13.75 7.8125 13.75ZM16.8125 13.75C17.6125 13.75 18.3125 14.45 18.3125 15.25C18.3125 16.05 17.6125 16.75 16.8125 16.75C16.0125 16.75 15.3125 16.05 15.3125 15.25C15.3125 14.45 16.0125 13.75 16.8125 13.75Z' fill='%231B3D5C'%3E%3C/path%3E%3C/svg%3E"); }
        .product-container .new-productView-description .tabs-contents #tab-description .description-services .description-service-wrap.description-service--business .description-service-content h4 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath d='M4.4375 21.75C3.8875 21.75 3.4165 21.554 3.0245 21.162C2.6325 20.77 2.43684 20.2993 2.4375 19.75V8.75C2.4375 8.2 2.6335 7.729 3.0255 7.337C3.4175 6.945 3.88817 6.74934 4.4375 6.75H8.4375V4.75C8.4375 4.2 8.6335 3.729 9.0255 3.337C9.4175 2.945 9.88817 2.74934 10.4375 2.75H14.4375C14.9875 2.75 15.4585 2.946 15.8505 3.338C16.2425 3.73 16.4382 4.20067 16.4375 4.75V6.75H20.4375C20.9875 6.75 21.4585 6.946 21.8505 7.338C22.2425 7.73 22.4382 8.20067 22.4375 8.75V19.75C22.4375 20.3 22.2415 20.771 21.8495 21.163C21.4575 21.555 20.9868 21.7507 20.4375 21.75H4.4375ZM10.4375 6.75H14.4375V4.75H10.4375V6.75ZM20.4375 15.75H15.4375V17.75H9.4375V15.75H4.4375V19.75H20.4375V15.75ZM11.4375 15.75H13.4375V13.75H11.4375V15.75ZM4.4375 13.75H9.4375V11.75H15.4375V13.75H20.4375V8.75H4.4375V13.75Z' fill='%231B3D5C'%3E%3C/path%3E%3C/svg%3E"); }
    .product-container .new-productView-description .tabs-contents #tab-description .description-bottom-banner {
      background-image: url("https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/gps-description-bottom-mobile-banner.png?t=1704187783");
      background-size: cover;
      background-position: center;
      border-radius: 10px;
      margin: 0 0 2rem;
      padding: 2rem; }
      @media (min-width: 801px) {
        .product-container .new-productView-description .tabs-contents #tab-description .description-bottom-banner {
          background-image: url("https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/gps-description-bottom-banner.png?t=1704175459");
          padding: 4rem;
          margin: 0 0 4rem; } }
      .product-container .new-productView-description .tabs-contents #tab-description .description-bottom-banner .description-bottom-banner-content {
        max-width: 556px;
        width: 100%; }
        .product-container .new-productView-description .tabs-contents #tab-description .description-bottom-banner .description-bottom-banner-content h3 {
          color: #fff;
          font-family: "Roboto", sans-serif;
          font-size: 33px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin: 0 0 1rem; }
          @media (min-width: 801px) {
            .product-container .new-productView-description .tabs-contents #tab-description .description-bottom-banner .description-bottom-banner-content h3 {
              font-size: 58px; } }
        .product-container .new-productView-description .tabs-contents #tab-description .description-bottom-banner .description-bottom-banner-content ul {
          -moz-column-count: 1;
               column-count: 1;
          list-style: inside;
          margin: 0; }
          @media (min-width: 801px) {
            .product-container .new-productView-description .tabs-contents #tab-description .description-bottom-banner .description-bottom-banner-content ul {
              -moz-column-count: 2;
                   column-count: 2; } }
          .product-container .new-productView-description .tabs-contents #tab-description .description-bottom-banner .description-bottom-banner-content ul li {
            color: #fff;
            list-style-image: url("https://cdn11.bigcommerce.com/s-g1dcgh7rgx/images/stencil/original/image-manager/list-style-icon.png?t=1704177910");
            font-size: 16px;
            line-height: 2.4rem;
            text-decoration: none; }
    .product-container .new-productView-description .tabs-contents #tab-description .description-bottom-content {
      text-align: center; }
      .product-container .new-productView-description .tabs-contents #tab-description .description-bottom-content p {
        margin: 0; }
  .product-container .new-productView-description .tabs-contents #product-questions div[itemprop="mainEntity"] {
    margin: 0; }
    .product-container .new-productView-description .tabs-contents #product-questions div[itemprop="mainEntity"] h4 {
      cursor: pointer;
      border-bottom: 1px solid #83A3BF;
      line-height: 1.8rem;
      margin: 0;
      position: relative;
      padding: 1.5rem 2rem 1.5rem 0; }
      .product-container .new-productView-description .tabs-contents #product-questions div[itemprop="mainEntity"] h4:after {
        content: '';
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M14.125 16.7344C13.8958 16.9635 13.6042 17.0781 13.25 17.0781C12.8958 17.0781 12.6042 16.9635 12.375 16.7344L8.5 12.8594C8.27083 12.6302 8.15625 12.344 8.15625 12.0006C8.15625 11.6573 8.28125 11.3602 8.53125 11.1094C8.76042 10.8802 9.05208 10.7656 9.40625 10.7656C9.76042 10.7656 10.0521 10.8802 10.2812 11.1094L13.25 14.0781L16.25 11.0781C16.4792 10.849 16.7654 10.7344 17.1087 10.7344C17.4521 10.7344 17.7492 10.8594 18 11.1094C18.2292 11.3385 18.3437 11.6302 18.3437 11.9844C18.3437 12.3385 18.2292 12.6302 18 12.8594L14.125 16.7344ZM13.25 25.7344C14.9792 25.7344 16.6042 25.406 18.125 24.7494C19.6458 24.0927 20.9687 23.2023 22.0937 22.0781C23.2187 20.9531 24.1092 19.6302 24.765 18.1094C25.4208 16.5885 25.7492 14.9635 25.75 13.2344C25.75 11.5052 25.4217 9.88021 24.765 8.35938C24.1083 6.83854 23.2179 5.51562 22.0937 4.39062C20.9687 3.26562 19.6458 2.37521 18.125 1.71937C16.6042 1.06354 14.9792 0.735207 13.25 0.734374C11.5208 0.734374 9.89583 1.06271 8.375 1.71937C6.85417 2.37604 5.53125 3.26646 4.40625 4.39062C3.28125 5.51562 2.39042 6.83854 1.73375 8.35937C1.07708 9.88021 0.749166 11.5052 0.749999 13.2344C0.749999 14.9635 1.07833 16.5885 1.735 18.1094C2.39166 19.6302 3.28208 20.9531 4.40625 22.0781C5.53125 23.2031 6.85416 24.094 8.375 24.7506C9.89583 25.4073 11.5208 25.7352 13.25 25.7344Z' fill='%231B3D5C'/%3E%3C/svg%3E");
        width: 26px;
        height: 26px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -13px;
        transform: scaley(1);
        transition: .2s all ease; }
      .product-container .new-productView-description .tabs-contents #product-questions div[itemprop="mainEntity"] h4.is-open:after {
        transform: scaley(-1); }
    .product-container .new-productView-description .tabs-contents #product-questions div[itemprop="mainEntity"] div[itemprop="acceptedAnswer"] {
      padding: 1rem 0;
      display: none; }

.after-product-view .item-features {
  background-color: #ECF0F8;
  padding: 4rem 0; }
  .after-product-view .item-features h4 {
    color: #1B3D5C;
    font-size: 18px;
    margin: 0 0 2rem;
    text-align: center; }
    @media (min-width: 801px) {
      .after-product-view .item-features h4 {
        font-size: 32px; } }
  .after-product-view .item-features .item-features-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem; }
    @media (min-width: 801px) {
      .after-product-view .item-features .item-features-wrap {
        flex-direction: row-reverse; } }
    .after-product-view .item-features .item-features-wrap .item-features-boxes .item-features-box {
      background-color: #fff;
      border-radius: 15px;
      margin: 0 0 1rem;
      padding: 1rem 2rem; }
      .after-product-view .item-features .item-features-wrap .item-features-boxes .item-features-box h3 {
        background-repeat: no-repeat;
        background-position: center left;
        color: #1B3D5C;
        margin: 0 0 0.6rem;
        padding-left: 2.8rem; }
      .after-product-view .item-features .item-features-wrap .item-features-boxes .item-features-box p {
        color: #1B3D5C;
        margin: 0; }
      .after-product-view .item-features .item-features-wrap .item-features-boxes .item-features-box:last-child {
        margin: 0; }
      .after-product-view .item-features .item-features-wrap .item-features-boxes .item-features-box.peace-of-mind h3 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' %3E%3Cpath d='M12.3071 1.92188C6.48353 1.92188 1.76514 6.49282 1.76514 12.1344C1.76514 17.776 6.48353 22.347 12.3071 22.347C18.1307 22.347 22.8491 17.776 22.8491 12.1344C22.8491 6.49282 18.1307 1.92188 12.3071 1.92188ZM15.7078 8.84006C16.4602 8.84006 17.068 9.42893 17.068 10.1578C17.068 10.8867 16.4602 11.4756 15.7078 11.4756C14.9554 11.4756 14.3475 10.8867 14.3475 10.1578C14.3475 9.42893 14.9554 8.84006 15.7078 8.84006ZM8.90649 8.84006C9.65888 8.84006 10.2667 9.42893 10.2667 10.1578C10.2667 10.8867 9.65888 11.4756 8.90649 11.4756C8.15409 11.4756 7.54623 10.8867 7.54623 10.1578C7.54623 9.42893 8.15409 8.84006 8.90649 8.84006ZM17.187 15.8488C15.9756 17.2572 14.1987 18.0643 12.3071 18.0643C10.4155 18.0643 8.63869 17.2572 7.42721 15.8488C6.8491 15.1776 7.89479 14.3375 8.4729 15.0047C9.42508 16.1124 10.8193 16.7424 12.3071 16.7424C13.7949 16.7424 15.1892 16.1083 16.1414 15.0047C16.711 14.3375 17.7609 15.1776 17.187 15.8488Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
      .after-product-view .item-features .item-features-wrap .item-features-boxes .item-features-box.reliability h3 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' %3E%3Cpath d='M13.8012 2.26505L8.26115 7.80505C7.89115 8.17505 7.68115 8.68505 7.68115 9.21505V19.205C7.68115 20.305 8.58115 21.205 9.68115 21.205H18.6812C19.4812 21.205 20.2012 20.725 20.5212 19.995L23.7812 12.385C24.6212 10.405 23.1712 8.20505 21.0212 8.20505H15.3712L16.3212 3.62505C16.4212 3.12505 16.2712 2.61505 15.9112 2.25505C15.3212 1.67505 14.3812 1.67505 13.8012 2.26505ZM3.68115 21.205C4.78115 21.205 5.68115 20.305 5.68115 19.205V11.205C5.68115 10.105 4.78115 9.20505 3.68115 9.20505C2.58115 9.20505 1.68115 10.105 1.68115 11.205V19.205C1.68115 20.305 2.58115 21.205 3.68115 21.205Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }
      .after-product-view .item-features .item-features-wrap .item-features-boxes .item-features-box.boundary-alerts h3 {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' %3E%3Cpath d='M9.28115 22.7051L7.38115 19.5051L3.78115 18.7051L4.13115 15.0051L1.68115 12.2051L4.13115 9.40508L3.78115 5.70508L7.38115 4.90508L9.28115 1.70508L12.6812 3.15508L16.0812 1.70508L17.9812 4.90508L21.5812 5.70508L21.2312 9.40508L23.6812 12.2051L21.2312 15.0051L21.5812 18.7051L17.9812 19.5051L16.0812 22.7051L12.6812 21.2551L9.28115 22.7051ZM12.6812 17.2051C12.9645 17.2051 13.2022 17.1091 13.3942 16.9171C13.5862 16.7251 13.6818 16.4877 13.6812 16.2051C13.6812 15.9217 13.5852 15.6841 13.3932 15.4921C13.2012 15.3001 12.9638 15.2044 12.6812 15.2051C12.3978 15.2051 12.1602 15.3011 11.9682 15.4931C11.7762 15.6851 11.6805 15.9224 11.6812 16.2051C11.6812 16.4884 11.7772 16.7261 11.9692 16.9181C12.1612 17.1101 12.3985 17.2057 12.6812 17.2051ZM11.6812 13.2051H13.6812V7.20508H11.6812V13.2051Z' fill='%231B3D5C'/%3E%3C/svg%3E"); }

.after-product-view .pla-customer-reviews .pla-customer-reviews-wrap {
  padding: 4rem 0;
  text-align: center; }
  .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap h3 {
    color: #444444;
    font-size: 18px;
    margin: 0 0 1rem; }
    @media (min-width: 801px) {
      .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap h3 {
        font-size: 32px; } }
  .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap P {
    margin: 0; }
  .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel {
    margin: 3rem 0 0;
    text-align: left; }
    .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap {
      padding: 0 15px; }
      .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box {
        background-color: #FFFFFF;
        border: 1px solid #83A3BF;
        border-radius: 10px;
        color: #444;
        padding: 1.5rem;
        min-height: 240px; }
        .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .meta-content {
          align-items: center;
          display: flex;
          justify-content: space-between;
          margin: 0 0 1.8rem; }
          .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .meta-content span.star-ratings {
            height: 27px;
            display: inline-block;
            vertical-align: middle;
            width: 130px; }
            .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .meta-content span.star-ratings svg {
              fill: #DAAC28;
              height: 100%;
              width: 100%; }
        .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .review-content h4 {
          font-size: 16px;
          margin: 0 0 0.8rem; }
        .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box .review-content p {
          margin: 0; }
    .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow {
      background-color: transparent;
      border: 0;
      height: 20px;
      margin-top: 0;
      padding: 0;
      top: 50%;
      width: 20px; }
      .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow:before {
        height: 20px;
        width: 20px; }
      .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev {
        left: 0; }
        @media (min-width: 801px) {
          .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev {
            left: -1rem; } }
        .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23444444'%3E%3Cpath d='M0.00181829 9.48625C0.00128997 9.19392 0.0953871 8.91061 0.267776 8.68551L6.04948 1.17855C6.24576 0.923039 6.5278 0.76236 6.83357 0.731857C7.13934 0.701354 7.44378 0.803526 7.67993 1.0159C7.91607 1.22827 8.06457 1.53344 8.09276 1.86428C8.12095 2.19512 8.02653 2.52452 7.83025 2.78003L2.64984 9.48625L7.64523 16.1925C7.74129 16.3205 7.81302 16.4677 7.8563 16.6258C7.89958 16.7839 7.91357 16.9496 7.89745 17.1136C7.88133 17.2775 7.83543 17.4364 7.76238 17.5811C7.68933 17.7257 7.59057 17.8534 7.47178 17.9566C7.35289 18.0712 7.2134 18.158 7.06207 18.2115C6.91073 18.2651 6.75081 18.2842 6.59232 18.2678C6.43383 18.2513 6.28018 18.1996 6.14101 18.116C6.00183 18.0323 5.88013 17.9184 5.78352 17.7815L0.198396 10.2745C0.0532566 10.0429 -0.0159553 9.76539 0.00181829 9.48625Z' /%3E%3C/svg%3E"); }
      .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next {
        right: 0; }
        @media (min-width: 801px) {
          .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next {
            right: -2rem; } }
        .after-product-view .pla-customer-reviews .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23444444'%3E%3Cpath d='M8.30482 9.51375C8.30535 9.80608 8.21125 10.0894 8.03886 10.3145L2.25716 17.8215C2.06088 18.077 1.77884 18.2376 1.47307 18.2681C1.1673 18.2986 0.862859 18.1965 0.626715 17.9841C0.390571 17.7717 0.242069 17.4666 0.213877 17.1357C0.185686 16.8049 0.280115 16.4755 0.47639 16.22L5.6568 9.51375L0.661405 2.80752C0.565353 2.67955 0.493623 2.53229 0.450339 2.37422C0.407055 2.21615 0.39307 2.05038 0.409189 1.88644C0.425307 1.72251 0.47121 1.56363 0.544261 1.41895C0.617311 1.27427 0.716069 1.14664 0.834856 1.04339C0.953753 0.928806 1.09324 0.84203 1.24457 0.788488C1.39591 0.734947 1.55583 0.715801 1.71432 0.732244C1.87281 0.748688 2.02646 0.800369 2.16563 0.88405C2.30481 0.967731 2.42651 1.08161 2.52311 1.21855L8.10824 8.72552C8.25338 8.95709 8.3226 9.23461 8.30482 9.51375Z' /%3E%3C/svg%3E"); }

.after-product-view .pla-customer-reviews.lightblue-color-bg {
  color: #444444; }
  .after-product-view .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap h3, .after-product-view .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap p {
    color: #444444; }
  .after-product-view .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box {
    border: 1px solid #83A3BF; }
    .after-product-view .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box p {
      color: #444444; }
  .after-product-view .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23444444'%3E%3Cpath d='M0.00181829 9.48625C0.00128997 9.19392 0.0953871 8.91061 0.267776 8.68551L6.04948 1.17855C6.24576 0.923039 6.5278 0.76236 6.83357 0.731857C7.13934 0.701354 7.44378 0.803526 7.67993 1.0159C7.91607 1.22827 8.06457 1.53344 8.09276 1.86428C8.12095 2.19512 8.02653 2.52452 7.83025 2.78003L2.64984 9.48625L7.64523 16.1925C7.74129 16.3205 7.81302 16.4677 7.8563 16.6258C7.89958 16.7839 7.91357 16.9496 7.89745 17.1136C7.88133 17.2775 7.83543 17.4364 7.76238 17.5811C7.68933 17.7257 7.59057 17.8534 7.47178 17.9566C7.35289 18.0712 7.2134 18.158 7.06207 18.2115C6.91073 18.2651 6.75081 18.2842 6.59232 18.2678C6.43383 18.2513 6.28018 18.1996 6.14101 18.116C6.00183 18.0323 5.88013 17.9184 5.78352 17.7815L0.198396 10.2745C0.0532566 10.0429 -0.0159553 9.76539 0.00181829 9.48625Z' /%3E%3C/svg%3E"); }
  .after-product-view .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next {
    right: -2rem; }
    .after-product-view .pla-customer-reviews.lightblue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23444444'%3E%3Cpath d='M8.30482 9.51375C8.30535 9.80608 8.21125 10.0894 8.03886 10.3145L2.25716 17.8215C2.06088 18.077 1.77884 18.2376 1.47307 18.2681C1.1673 18.2986 0.862859 18.1965 0.626715 17.9841C0.390571 17.7717 0.242069 17.4666 0.213877 17.1357C0.185686 16.8049 0.280115 16.4755 0.47639 16.22L5.6568 9.51375L0.661405 2.80752C0.565353 2.67955 0.493623 2.53229 0.450339 2.37422C0.407055 2.21615 0.39307 2.05038 0.409189 1.88644C0.425307 1.72251 0.47121 1.56363 0.544261 1.41895C0.617311 1.27427 0.716069 1.14664 0.834856 1.04339C0.953753 0.928806 1.09324 0.84203 1.24457 0.788488C1.39591 0.734947 1.55583 0.715801 1.71432 0.732244C1.87281 0.748688 2.02646 0.800369 2.16563 0.88405C2.30481 0.967731 2.42651 1.08161 2.52311 1.21855L8.10824 8.72552C8.25338 8.95709 8.3226 9.23461 8.30482 9.51375Z' /%3E%3C/svg%3E"); }

.after-product-view .pla-customer-reviews.blue-color-bg {
  color: #444444; }
  .after-product-view .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap h3, .after-product-view .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap p {
    color: #FFFFFF; }
  .after-product-view .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box {
    border: 1px solid transparent; }
    .after-product-view .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .review-box-wrap .review-box p {
      color: #444444; }
  .after-product-view .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-prev:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23ffffff'%3E%3Cpath d='M0.00181829 9.48625C0.00128997 9.19392 0.0953871 8.91061 0.267776 8.68551L6.04948 1.17855C6.24576 0.923039 6.5278 0.76236 6.83357 0.731857C7.13934 0.701354 7.44378 0.803526 7.67993 1.0159C7.91607 1.22827 8.06457 1.53344 8.09276 1.86428C8.12095 2.19512 8.02653 2.52452 7.83025 2.78003L2.64984 9.48625L7.64523 16.1925C7.74129 16.3205 7.81302 16.4677 7.8563 16.6258C7.89958 16.7839 7.91357 16.9496 7.89745 17.1136C7.88133 17.2775 7.83543 17.4364 7.76238 17.5811C7.68933 17.7257 7.59057 17.8534 7.47178 17.9566C7.35289 18.0712 7.2134 18.158 7.06207 18.2115C6.91073 18.2651 6.75081 18.2842 6.59232 18.2678C6.43383 18.2513 6.28018 18.1996 6.14101 18.116C6.00183 18.0323 5.88013 17.9184 5.78352 17.7815L0.198396 10.2745C0.0532566 10.0429 -0.0159553 9.76539 0.00181829 9.48625Z' /%3E%3C/svg%3E"); }
  .after-product-view .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next {
    right: -2rem; }
    .after-product-view .pla-customer-reviews.blue-color-bg .pla-customer-reviews-wrap .customer-reviews-carousel .slick-arrow.slick-next:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23ffffff'%3E%3Cpath d='M8.30482 9.51375C8.30535 9.80608 8.21125 10.0894 8.03886 10.3145L2.25716 17.8215C2.06088 18.077 1.77884 18.2376 1.47307 18.2681C1.1673 18.2986 0.862859 18.1965 0.626715 17.9841C0.390571 17.7717 0.242069 17.4666 0.213877 17.1357C0.185686 16.8049 0.280115 16.4755 0.47639 16.22L5.6568 9.51375L0.661405 2.80752C0.565353 2.67955 0.493623 2.53229 0.450339 2.37422C0.407055 2.21615 0.39307 2.05038 0.409189 1.88644C0.425307 1.72251 0.47121 1.56363 0.544261 1.41895C0.617311 1.27427 0.716069 1.14664 0.834856 1.04339C0.953753 0.928806 1.09324 0.84203 1.24457 0.788488C1.39591 0.734947 1.55583 0.715801 1.71432 0.732244C1.87281 0.748688 2.02646 0.800369 2.16563 0.88405C2.30481 0.967731 2.42651 1.08161 2.52311 1.21855L8.10824 8.72552C8.25338 8.95709 8.3226 9.23461 8.30482 9.51375Z' /%3E%3C/svg%3E"); }

.after-product-view .consult-our-experts {
  background-color: #1B3D5C; }
  .after-product-view .consult-our-experts .consult-our-experts-wrap {
    padding: 3rem 0;
    text-align: center; }
    .after-product-view .consult-our-experts .consult-our-experts-wrap h3 {
      color: #FFFFFF;
      font-size: 18px;
      margin: 0 0 1.8rem; }
      @media (min-width: 801px) {
        .after-product-view .consult-our-experts .consult-our-experts-wrap h3 {
          font-size: 27px;
          margin: 0 0 2rem; } }
    .after-product-view .consult-our-experts .consult-our-experts-wrap .consult-buttons {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      gap: 1rem; }
      @media (min-width: 801px) {
        .after-product-view .consult-our-experts .consult-our-experts-wrap .consult-buttons {
          flex-direction: row; } }
      .after-product-view .consult-our-experts .consult-our-experts-wrap .consult-buttons .action {
        max-width: 260px;
        width: 100%; }
        .after-product-view .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button {
          align-items: center;
          background-color: #F27221;
          color: #FFFFFF;
          border: none;
          border-radius: 30px;
          display: flex;
          font-family: "HelveticaNeueBL", Arial, sans-serif;
          font-size: 18px;
          gap: 0.4rem;
          justify-content: center;
          margin: 0;
          padding: 1.3rem 0;
          width: 100%; }
          .after-product-view .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button svg {
            fill: #FFFFFF;
            height: 24px;
            width: 24px; }
          .after-product-view .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button:hover {
            background-color: #FFFFFF;
            color: #1B3D5C; }
            .after-product-view .consult-our-experts .consult-our-experts-wrap .consult-buttons .action .button:hover svg {
              fill: #1B3D5C; }

.after-product-view .why-brickhouse .why-brickhouse-wrap {
  padding: 4rem 0;
  text-align: center; }
  .after-product-view .why-brickhouse .why-brickhouse-wrap h3 {
    color: #1B3D5C;
    font-size: 18px;
    margin: 0; }
    @media (min-width: 801px) {
      .after-product-view .why-brickhouse .why-brickhouse-wrap h3 {
        font-size: 32px; } }
  .after-product-view .why-brickhouse .why-brickhouse-wrap .key-points-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
    margin: 3rem 0 0; }
    @media (min-width: 801px) {
      .after-product-view .why-brickhouse .why-brickhouse-wrap .key-points-wrap {
        gap: 0;
        flex-direction: row; } }
    .after-product-view .why-brickhouse .why-brickhouse-wrap .key-points-wrap .key-point svg {
      height: 75px;
      width: 75px; }
    .after-product-view .why-brickhouse .why-brickhouse-wrap .key-points-wrap .key-point h4 {
      font-size: 14px;
      font-weight: 400;
      margin: 1rem auto 0; }
      .after-product-view .why-brickhouse .why-brickhouse-wrap .key-points-wrap .key-point h4 span {
        display: block;
        font-size: 16px;
        font-weight: 700; }

.after-product-view .similar-views, .after-product-view .related-products, .after-product-view .products-accessories {
  padding: 3rem 0; }
  .after-product-view .similar-views h4, .after-product-view .related-products h4, .after-product-view .products-accessories h4 {
    color: #444444;
    font-size: 18px;
    margin: 0 0 2rem;
    text-align: center; }
    @media (min-width: 801px) {
      .after-product-view .similar-views h4, .after-product-view .related-products h4, .after-product-view .products-accessories h4 {
        font-size: 32px; } }
  .after-product-view .similar-views .productCarousel, .after-product-view .related-products .productCarousel, .after-product-view .products-accessories .productCarousel {
    margin: 0; }
    @media (min-width: 801px) {
      .after-product-view .similar-views .productCarousel, .after-product-view .related-products .productCarousel, .after-product-view .products-accessories .productCarousel {
        margin: 0 -.75rem; } }
  .after-product-view .similar-views .slick-arrow, .after-product-view .related-products .slick-arrow, .after-product-view .products-accessories .slick-arrow {
    background-color: transparent;
    border: 0;
    height: 20px;
    margin-top: 0;
    padding: 0;
    top: 50%;
    width: 20px; }
    .after-product-view .similar-views .slick-arrow:before, .after-product-view .related-products .slick-arrow:before, .after-product-view .products-accessories .slick-arrow:before {
      height: 20px;
      width: 20px; }
    .after-product-view .similar-views .slick-arrow.slick-prev, .after-product-view .related-products .slick-arrow.slick-prev, .after-product-view .products-accessories .slick-arrow.slick-prev {
      left: 0; }
      @media (min-width: 801px) {
        .after-product-view .similar-views .slick-arrow.slick-prev, .after-product-view .related-products .slick-arrow.slick-prev, .after-product-view .products-accessories .slick-arrow.slick-prev {
          left: -0.6rem; } }
      .after-product-view .similar-views .slick-arrow.slick-prev:before, .after-product-view .related-products .slick-arrow.slick-prev:before, .after-product-view .products-accessories .slick-arrow.slick-prev:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23ffffff'%3E%3Cpath d='M0.00181829 9.48625C0.00128997 9.19392 0.0953871 8.91061 0.267776 8.68551L6.04948 1.17855C6.24576 0.923039 6.5278 0.76236 6.83357 0.731857C7.13934 0.701354 7.44378 0.803526 7.67993 1.0159C7.91607 1.22827 8.06457 1.53344 8.09276 1.86428C8.12095 2.19512 8.02653 2.52452 7.83025 2.78003L2.64984 9.48625L7.64523 16.1925C7.74129 16.3205 7.81302 16.4677 7.8563 16.6258C7.89958 16.7839 7.91357 16.9496 7.89745 17.1136C7.88133 17.2775 7.83543 17.4364 7.76238 17.5811C7.68933 17.7257 7.59057 17.8534 7.47178 17.9566C7.35289 18.0712 7.2134 18.158 7.06207 18.2115C6.91073 18.2651 6.75081 18.2842 6.59232 18.2678C6.43383 18.2513 6.28018 18.1996 6.14101 18.116C6.00183 18.0323 5.88013 17.9184 5.78352 17.7815L0.198396 10.2745C0.0532566 10.0429 -0.0159553 9.76539 0.00181829 9.48625Z' /%3E%3C/svg%3E"); }
    .after-product-view .similar-views .slick-arrow.slick-next, .after-product-view .related-products .slick-arrow.slick-next, .after-product-view .products-accessories .slick-arrow.slick-next {
      right: 0; }
      @media (min-width: 801px) {
        .after-product-view .similar-views .slick-arrow.slick-next, .after-product-view .related-products .slick-arrow.slick-next, .after-product-view .products-accessories .slick-arrow.slick-next {
          right: -1.4rem; } }
      .after-product-view .similar-views .slick-arrow.slick-next:before, .after-product-view .related-products .slick-arrow.slick-next:before, .after-product-view .products-accessories .slick-arrow.slick-next:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='%23ffffff'%3E%3Cpath d='M8.30482 9.51375C8.30535 9.80608 8.21125 10.0894 8.03886 10.3145L2.25716 17.8215C2.06088 18.077 1.77884 18.2376 1.47307 18.2681C1.1673 18.2986 0.862859 18.1965 0.626715 17.9841C0.390571 17.7717 0.242069 17.4666 0.213877 17.1357C0.185686 16.8049 0.280115 16.4755 0.47639 16.22L5.6568 9.51375L0.661405 2.80752C0.565353 2.67955 0.493623 2.53229 0.450339 2.37422C0.407055 2.21615 0.39307 2.05038 0.409189 1.88644C0.425307 1.72251 0.47121 1.56363 0.544261 1.41895C0.617311 1.27427 0.716069 1.14664 0.834856 1.04339C0.953753 0.928806 1.09324 0.84203 1.24457 0.788488C1.39591 0.734947 1.55583 0.715801 1.71432 0.732244C1.87281 0.748688 2.02646 0.800369 2.16563 0.88405C2.30481 0.967731 2.42651 1.08161 2.52311 1.21855L8.10824 8.72552C8.25338 8.95709 8.3226 9.23461 8.30482 9.51375Z' /%3E%3C/svg%3E"); }
  .after-product-view .similar-views .card, .after-product-view .related-products .card, .after-product-view .products-accessories .card {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 20px 0, rgba(0, 0, 0, 0.05) 0 1px 4px 0, rgba(0, 0, 0, 0.05) 0 2px 8px 0;
    border-radius: 30px;
    margin: .5rem 0 1.875rem;
    padding: 2rem; }
    .after-product-view .similar-views .card .card-body, .after-product-view .related-products .card .card-body, .after-product-view .products-accessories .card .card-body {
      text-align: left; }
      .after-product-view .similar-views .card .card-body h4, .after-product-view .related-products .card .card-body h4, .after-product-view .products-accessories .card .card-body h4 {
        color: #444444;
        font-size: 16px;
        margin: 0 0 1.4rem;
        min-height: 52px;
        text-align: left; }
        @media (min-width: 801px) {
          .after-product-view .similar-views .card .card-body h4, .after-product-view .related-products .card .card-body h4, .after-product-view .products-accessories .card .card-body h4 {
            font-size: 20px; } }
      .after-product-view .similar-views .card .card-body .card-text, .after-product-view .related-products .card .card-body .card-text, .after-product-view .products-accessories .card .card-body .card-text {
        color: #444444; }
    .after-product-view .similar-views .card .card-summary p, .after-product-view .related-products .card .card-summary p, .after-product-view .products-accessories .card .card-summary p {
      font-size: 14px;
      min-height: 42px; }
    .after-product-view .similar-views .card .card-details, .after-product-view .related-products .card .card-details, .after-product-view .products-accessories .card .card-details {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: space-between;
      margin: 0 0 0.3rem; }
      @media (min-width: 801px) {
        .after-product-view .similar-views .card .card-details, .after-product-view .related-products .card .card-details, .after-product-view .products-accessories .card .card-details {
          align-items: center;
          flex-direction: row;
          justify-content: space-between; } }
      .after-product-view .similar-views .card .card-details .card-pricing, .after-product-view .related-products .card .card-details .card-pricing, .after-product-view .products-accessories .card .card-details .card-pricing {
        display: flex;
        align-items: center;
        -moz-column-gap: .8rem;
             column-gap: .8rem; }
        .after-product-view .similar-views .card .card-details .card-pricing .price-section, .after-product-view .related-products .card .card-details .card-pricing .price-section, .after-product-view .products-accessories .card .card-details .card-pricing .price-section {
          font-size: 24px; }
          .after-product-view .similar-views .card .card-details .card-pricing .price-section.price-section--withoutTax, .after-product-view .related-products .card .card-details .card-pricing .price-section.price-section--withoutTax, .after-product-view .products-accessories .card .card-details .card-pricing .price-section.price-section--withoutTax {
            order: 1; }
          .after-product-view .similar-views .card .card-details .card-pricing .price-section.rrp-price--withoutTax, .after-product-view .related-products .card .card-details .card-pricing .price-section.rrp-price--withoutTax, .after-product-view .products-accessories .card .card-details .card-pricing .price-section.rrp-price--withoutTax {
            order: 3; }
            .after-product-view .similar-views .card .card-details .card-pricing .price-section.rrp-price--withoutTax .price, .after-product-view .related-products .card .card-details .card-pricing .price-section.rrp-price--withoutTax .price, .after-product-view .products-accessories .card .card-details .card-pricing .price-section.rrp-price--withoutTax .price {
              color: #8d8d8d; }
          .after-product-view .similar-views .card .card-details .card-pricing .price-section.price-section--saving, .after-product-view .related-products .card .card-details .card-pricing .price-section.price-section--saving, .after-product-view .products-accessories .card .card-details .card-pricing .price-section.price-section--saving {
            display: none; }
      .after-product-view .similar-views .card .card-details .card-rating .icon, .after-product-view .related-products .card .card-details .card-rating .icon, .after-product-view .products-accessories .card .card-details .card-rating .icon {
        height: 20px;
        width: 20px; }
    .after-product-view .similar-views .card .card-availability p, .after-product-view .related-products .card .card-availability p, .after-product-view .products-accessories .card .card-availability p {
      color: #005295;
      font-weight: 700; }
    .after-product-view .similar-views .card .card-action .button, .after-product-view .related-products .card .card-action .button, .after-product-view .products-accessories .card .card-action .button {
      background-color: #F27221;
      color: #FFFFFF;
      border: none;
      border-radius: 30px;
      font-family: "HelveticaNeueBL", Arial, sans-serif;
      font-size: 18px;
      line-height: 1.5rem;
      margin: 0;
      padding: 1.2rem 0;
      max-width: 190px;
      width: 100%; }
  .after-product-view .similar-views .optional-accessories.productGrid, .after-product-view .related-products .optional-accessories.productGrid, .after-product-view .products-accessories .optional-accessories.productGrid {
    margin: 0; }
    .after-product-view .similar-views .optional-accessories.productGrid .product, .after-product-view .related-products .optional-accessories.productGrid .product, .after-product-view .products-accessories .optional-accessories.productGrid .product {
      width: 33.33333%; }
  .after-product-view .similar-views .optional-accessories .slick-list.draggable, .after-product-view .related-products .optional-accessories .slick-list.draggable, .after-product-view .products-accessories .optional-accessories .slick-list.draggable {
    padding: 0 !important; }
