@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800;900&display=swap");
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: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: white;
    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: #006bb7;
    height: 100%;
    vertical-align: top;
    width: 100%; }

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #cccccc;
  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: #999999;
    color: #61d19e; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: #61d19e; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-input {
  appearance: none;
  background-color: white;
  border-color: #cccccc;
  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: #999999;
    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: #cccccc;
  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: #999999; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #999999; }

/*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 #cccccc;
      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,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='16' height='16' fill='%23DFEBF5' stroke='%23006BB7'/%3E%3Crect x='5' y='5' width='8' height='8' fill='%23006BB7'/%3E%3C/svg%3E%0A");
  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: #6e6e70;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #6e6e70; }
  .breadcrumb.current {
    color: #6e6e70;
    cursor: default; }
    .breadcrumb.current a {
      color: #6e6e70;
      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: white;
    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: #61d19e;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #6e6e70;
    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: white;
  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: white;
    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: white;
      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: "Montserrat", 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: #6e6e70;
  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: #6e6e70;
  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: white; }

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

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

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

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

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

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

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

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #004282;
    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: white;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #61d19e;
      opacity: 1; }

.slick-next,
.slick-prev {
  z-index: 1;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem; }
  .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 {
  right: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 44'%3E%3Cg transform='translate(-1361.000000, -259.000000)'%3E%3Cpolygon style='fill:%23004282' transform='translate(1361.000000, 281.000000) scale(-1, 1) rotate(135.000000) translate(-1361.000000, -281.000000) ' points='1376 266 1376 296 1346 296'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E%0A"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 44'%3E%3Cg transform='translate(-1361.000000, -259.000000)'%3E%3Cpolygon style='fill:%2361d19e' transform='translate(1361.000000, 281.000000) scale(-1, 1) rotate(135.000000) translate(-1361.000000, -281.000000) ' points='1376 266 1376 296 1346 296'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E%0A"); }
  @media (max-width: 800px) {
    .slick-next {
      display: none !important; } }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 44'%3E%3Cg transform='translate(-15.000000, -270.000000)'%3E%3Cpolygon style='fill:%23004282' transform='translate(37.000000, 292.000000) rotate(135.000000) translate(-37.000000, -292.000000) ' points='52 277 52 307 22 307'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 44'%3E%3Cg transform='translate(-15.000000, -270.000000)'%3E%3Cpolygon style='fill:%2361d19e' transform='translate(37.000000, 292.000000) rotate(135.000000) translate(-37.000000, -292.000000) ' points='52 277 52 307 22 307'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E%0A"); }
  @media (max-width: 800px) {
    .slick-prev {
      display: none !important; } }

.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; }
    @media (max-width: 800px) {
      .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 3px; } }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
      @media (max-width: 800px) {
        .slick-dots li button,
        .slick-dots li button::before {
          width: 10px;
          height: 10px; } }
    .slick-dots li button {
      background-color: white;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: white; }
      @media (max-width: 800px) {
        .slick-dots li button {
          background: #E6E8E8; } }
    .slick-dots li button::before {
      display: block;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #61d19e; }

.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: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-icon {
  display: flex; }

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: 600;
  margin-top: 0;
  margin-bottom: .5rem;
  /*width: 100%;*/
  color: #004282; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

.bkg-wrap {
  padding: 50px 0;
  /* background: rgba(223, 235, 245, 0.4);*/
  margin-bottom: 80px;
  margin-left: calc((100vw - (100% + 1.25rem))/-2);
  margin-right: calc((100vw - (100% + 1.25rem))/-2); }
  .bkg-wrap .slick-initialized .slick-slide {
    outline: none; }
  .bkg-wrap .container {
    max-width: 102rem; }
    .bkg-wrap .container .card .price-brd .item-ttl {
      font-size: 6px; }
    .bkg-wrap .container .card-figcaption-body .button {
      font-size: 10px; }
    .bkg-wrap .container .card .tabs-contents .price-section .price {
      font-size: 12px; }
    .bkg-wrap .container .card .product-summary {
      font-size: 10px; }
  @media (max-width: 800px) {
    .bkg-wrap {
      margin: 0 -13px 50px -13px;
      padding: 20px 0 70px 0; } }

.section-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media (max-width: 800px) {
    .section-title {
      flex-direction: column;
      align-items: center;
      margin-bottom: 20px; } }
  .section-title .section-title_link {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #004282;
    transition: .1s;
    text-decoration: none; }
    @media (max-width: 800px) {
      .section-title .section-title_link {
        position: absolute;
        bottom: -83px; } }
    .section-title .section-title_link svg {
      width: 16px;
      height: 16px;
      stroke: #004282;
      margin-left: 5px;
      transition: .1s; }
    .section-title .section-title_link:hover {
      color: #61d19e; }
      .section-title .section-title_link:hover svg {
        stroke: #61d19e; }

h1.page-heading {
  margin: 0 0 3rem;
  display: flex;
  align-items: flex-end;
  width: auto;
  font-size: 34px;
  line-height: normal;
  font-weight: 800;
  display: flex;
  align-items: center;
  width: auto;
  margin: 0; }
  h1.page-heading:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 30px solid #61d19e;
    border-left: 30px solid transparent;
    margin-right: 8px; }
  @media (max-width: 800px) {
    h1.page-heading {
      font-size: 18px; }
      h1.page-heading:before {
        border-bottom: 10px solid #61d19e;
        border-left: 10px solid transparent;
        margin-right: 4px; } }

h2.page-heading {
  margin: 0 0 3rem;
  display: flex;
  align-items: flex-end;
  width: auto;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0; }
  h2.page-heading:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 3px;
    border-bottom: 10px solid #61d19e;
    border-left: 10px solid transparent;
    margin-right: 8px; }

.tooltip {
  position: absolute;
  right: 15px;
  top: 31px; }
  .tooltip .tooltip-action {
    height: 20px;
    width: 20px;
    background-color: #61d19e;
    color: #ffffff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer; }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 265px;
  background: white;
  border: 5px solid #dfebf5;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  color: #000000;
  padding: 15px 20px;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  top: -93px;
  right: 40%; }
  .tooltip .tooltiptext p {
    margin: 0; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

.tooltip-title {
  margin: 0 0 10px 0;
  display: flex;
  align-items: flex-end;
  width: auto;
  font-size: 14px;
  line-height: 14px;
  font-weight: 900;
  text-transform: uppercase; }
  .tooltip-title:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 3px;
    border-bottom: 10px solid #61d19e;
    border-left: 10px solid transparent;
    margin-right: 8px; }

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: white;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

input:focus, input:hover {
  outline: none;
  text-decoration: none; }

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

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

.form-label--inlineSmall small {
  color: white;
  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.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

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

.form-wishlist {
  position: relative; }

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

#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: 0px; } }
  @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: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal > :first-child {
    margin-top: -13px; }
  .modal .button {
    font-weight: 600;
    color: #004282;
    border-color: #004282; }
    .modal .button:hover {
      border: none;
      background: #61d19e;
      color: white; }
  .modal .button--primary {
    border: none;
    color: white;
    background: #004282; }

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

.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: #006bb7;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 40px;
      font-weight: 100; } }
  .modal-close:hover {
    color: #006bb7; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }
  .modal-body.quickView {
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 27px; }
  .modal-body .previewCart .previewCartCheckout {
    background: #bed7ea;
    color: white; }

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

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

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

.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-list li a {
    color: #333333; }
  @media (max-width: 800px) {
    .pagination-list {
      position: relative; }
      .pagination-list .pagination-item--next {
        position: absolute;
        right: 10px; }
      .pagination-list .pagination-item--previous {
        position: absolute;
        left: 10px; } }

.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: #61d19e; }
  .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: white;
    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;
  border-radius: 0; }
  .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; }

.tabs-outer {
  background: rgba(223, 235, 245, 0.4);
  margin-bottom: 68px;
  margin-left: calc((100vw - (100% + 1.25rem))/ -2);
  margin-right: calc((100vw - (100% + 1.25rem))/ -2);
  position: relative;
  z-index: 0; }
  @media (max-width: 800px) {
    .tabs-outer {
      background: none; } }
  .tabs-outer .tabs {
    border-bottom: none;
    display: flex;
    padding-top: 30px; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none;
  border: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.heading:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #61d19e;
    border-left: 10px solid transparent;
    position: absolute;
    left: -19px;
    top: 7px; }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white;
    margin: auto; }
    .tab.is-active .tab-title {
      font-weight: 900;
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      color: #004282; }
      @media (max-width: 800px) {
        .tab.is-active .tab-title {
          font-size: 18px; } }

.tab-title {
  padding: 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    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;
  margin-left: 13px; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

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

.accordion--navList .accordion-title {
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #004282;
  display: flex;
  align-items: center;
  margin-bottom: 5px !important; }
  .accordion--navList .accordion-title:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-right: 2px;
    border-bottom: 10px solid #61d19e;
    border-left: 10px solid transparent; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      margin-bottom: 0.78571rem;
      margin-top: 0;
      padding: 0; } }

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

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.21429rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

.accordion-navigation.is-open .accordion-title:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  transform: rotate(45deg) translateX(-3px);
  border-bottom: 10px solid #61d19e;
  border-left: 10px solid transparent;
  margin-right: 2px; }

.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-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem;
  display: none; }
  .accordion-navigation-actions > a {
    color: white;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #61d19e; }

.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 {
  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 .form-input[type="text"],
.form-field .form-input[type="password"] {
  background-color: rgba(190, 215, 234, 0.2);
  border-radius: 0; }

.form-field--success .form-input[type="text"] {
  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;
  background-color: rgba(190, 215, 234, 0.2);
  padding-right: 3rem; }

.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-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: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

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

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

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

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

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

.form-field-group {
  border: 1px solid #cccccc;
  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; } }

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

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

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

.form-increment .button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 2px solid #006bb7;
  margin: 0; }

.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-option {
  border: 1px solid #cccccc;
  color: #004282;
  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: #999999; }
  .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; }

@media (min-width: 801px) {
  .form-minMaxRow .form-field {
    width: 100%;
    margin-top: 10px; } }

#facet-range-form {
  /* input{
       display: none;
   }*/ }
  #facet-range-form button {
    border: none;
    height: 27px;
    background: #004282;
    font-size: 9px;
    line-height: 14px;
    color: #fff;
    font-weight: 600;
    transition: .1s;
    text-transform: uppercase;
    width: 85px;
    float: right;
    padding: 0; }

.form-price-val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  list-style: none;
  margin: 0 0 10px; }

.form-price-val li {
  color: #272727;
  font-size: 12px;
  font-weight: 500; }

.form-price-slider li:nth-child(2) {
  margin: 0 5px; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-widget-content {
  background: #bed7ea;
  height: 3px;
  position: relative;
  text-align: left;
  margin: 20px 0 20px 10px;
  max-width: 153px; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #004282;
  background-position-x: 0%;
  background-position-y: 0%;
  color: #333333;
  font-weight: bold; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 50%;
  background: #006bb7;
  top: -5px;
  margin-left: -.6em;
  outline: none; }

.ui-slider .ui-slider-handle:hover {
  cursor: pointer; }

.card {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
  position: relative;
  margin-bottom: 0;
  justify-content: space-between;
  outline: none; }
  @media (max-width: 1300px) and (min-width: 1200px) {
    .card {
      padding: 20px 10px; } }
  @media (max-width: 800px) {
    .card {
      padding: 12px; } }
  @media (max-width: 380px) {
    .card {
      padding: 5px; } }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }
  .card:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    border: 3px solid #bed7ea;
    opacity: 0;
    transition: .1s; }
  @media (min-width: 1025px) {
    .card:hover:before {
      opacity: 1; }
    .card:hover .button.quickview {
      opacity: 1;
      margin: 0; } }
  .card .tabs {
    border-bottom: 0; }
    .card .tabs .tab {
      width: 49%;
      outline: none;
      padding: 2px 0;
      cursor: pointer;
      border-top: 0;
      outline: none;
      height: 21px;
      float: left;
      position: relative;
      top: 1px; }
      .card .tabs .tab .tab-title {
        text-align: center;
        padding: 0;
        font-size: 10px;
        font-weight: 600;
        color: #949499;
        outline: none;
        position: relative;
        align-items: center;
        justify-content: center;
        display: flex;
        display: none; }
        @media (min-width: 801px) {
          .card .tabs .tab .tab-title {
            font-size: 12px; } }
        .card .tabs .tab .tab-title:before {
          content: "";
          width: 0;
          height: 0;
          border-bottom: 6px solid #bed7ea;
          border-left: 6px solid transparent;
          transition: .1s;
          margin-right: 1px; }
      .card .tabs .tab:hover .tab-title {
        color: #61d19e; }
      .card .tabs .tab.is-active {
        border: 1px solid #DFEBF5;
        border-bottom: 1px solid #fff;
        background-color: #fff;
        margin: 0; }
        .card .tabs .tab.is-active .tab-title {
          color: #004282;
          text-transform: none;
          line-height: 14px; }
          .card .tabs .tab.is-active .tab-title:before {
            transform: rotate(45deg) translateX(-3px);
            border-bottom: 6px solid #61d19e;
            border-left: 6px solid transparent; }
      .card .tabs .tab:last-child {
        float: right;
        margin-left: auto; }
  .card .tabs-contents {
    border: 1px solid #DFEBF5;
    background-color: #fff; }
    .card .tabs-contents .tab-content {
      padding: 10px 5% 5px 5px;
      border-top: 1px solid #DFEBF5; }
    .card .tabs-contents .price-section {
      font-size: 12px;
      color: #272727;
      display: flex;
      justify-content: space-between;
      text-align: left;
      align-items: center;
      line-height: 15px; }
      @media (max-width: 800px) {
        .card .tabs-contents .price-section {
          font-size: 8px; } }
      .card .tabs-contents .price-section.price-section--saving {
        margin-bottom: 11px; }
        .card .tabs-contents .price-section.price-section--saving .price {
          color: #EE3524;
          line-height: 17px; }
      .card .tabs-contents .price-section.price-section--withoutTax {
        padding-left: 6%;
        margin-bottom: 6px; }
        @media (max-width: 325px) {
          .card .tabs-contents .price-section.price-section--withoutTax {
            padding-left: 0; } }
      .card .tabs-contents .price-section .price {
        font-size: 14px;
        font-weight: 600;
        color: #006BB7;
        line-height: 16px;
        white-space: nowrap; }
        @media (max-width: 800px) {
          .card .tabs-contents .price-section .price {
            font-size: 12px; } }
        .card .tabs-contents .price-section .price.old-price {
          color: #454545;
          line-height: 17px; }
        .card .tabs-contents .price-section .price .price-save {
          color: #61d19e; }
  .card .price-brd {
    position: relative;
    width: 100%;
    padding-left: 6%; }
    @media (max-width: 325px) {
      .card .price-brd {
        padding-left: 0; } }
    .card .price-brd .item-ttl {
      display: flex;
      align-items: center;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 9px;
      line-height: 9px;
      font-weight: 600;
      color: #fff;
      background: #006bb7;
      padding: 0 3px;
      height: 13px;
      text-transform: uppercase; }
      @media (max-width: 800px) {
        .card .price-brd .item-ttl {
          font-size: 6px; } }
      .card .price-brd .item-ttl:after {
        content: "";
        position: absolute;
        top: 0;
        right: -13px;
        border-top: 13px solid #006bb7;
        border-right: 13px solid transparent; }
    .card .price-brd .price-now-label {
      position: relative;
      left: -2px;
      background: #006bb7;
      color: #ffffff;
      font-weight: 600;
      padding: 5px 14% 4px 7px;
      font-size: 10px;
      line-height: 12px; }
      .card .price-brd .price-now-label:after {
        content: "";
        position: absolute;
        top: 0;
        right: -14px;
        border-bottom: 2.1em solid #006bb7;
        border-right: 14px solid transparent; }
      @media (max-width: 800px) {
        .card .price-brd .price-now-label {
          font-size: 7px;
          padding: 4px 5px; }
          .card .price-brd .price-now-label:after {
            border-bottom-width: 20px; } }
      @media (max-width: 340px) {
        .card .price-brd .price-now-label {
          padding-right: 0; } }
  .card .product-summary {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #272727;
    margin-bottom: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 54px;
    overflow: hidden; }
    @media (max-width: 800px) {
      .card .product-summary {
        margin-bottom: 10px; } }
  .card .item-version {
    display: block;
    font-size: 8px;
    font-weight: 600;
    color: #6e6e70;
    margin-bottom: 4px; }
  .card .sale-flag {
    width: 64px;
    background: #ffd959;
    font-size: 14px;
    font-weight: 700;
    color: #004282;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    text-transform: uppercase;
    z-index: 1;
    position: relative; }

.slick-slide .card {
  min-height: 569px; }
  @media (max-width: 800px) {
    .slick-slide .card {
      min-height: 604px; } }
  @media (max-width: 380px) {
    .slick-slide .card {
      min-height: 590px; } }
  @media (max-width: 320px) {
    .slick-slide .card {
      min-height: 554px; } }

@media (min-width: 1160px) {
  .bkg-wrap .card {
    padding: 20px 10px; }
    .bkg-wrap .card .price-now-label {
      padding-right: 9px; }
    .bkg-wrap .card .price-section--saving {
      letter-spacing: -1px; }
      .bkg-wrap .card .price-section--saving .price {
        letter-spacing: 0; } }

@media (max-width: 1050px) and (min-width: 950px) {
  .halo-toolbar + form .card {
    padding: 20px 5px; }
    .halo-toolbar + form .card .price-now-label {
      padding-right: 9px; } }

.wr-col {
  width: 38.8%; }
  .wr-col .card-figure .card-image {
    margin: 0;
    object-position: left center; }
    @media (max-width: 950px) {
      .wr-col .card-figure .card-image {
        object-position: center; } }
  @media (max-width: 950px) {
    .wr-col {
      width: 100%;
      border-radius: 0 5px 5px 0;
      box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2); } }

.card-figure {
  margin-top: 0;
  position: relative;
  width: 100%;
  background-color: transparent;
  outline: none; }
  @media (max-width: 950px) {
    .card-figure {
      height: 150px; } }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

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

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

.card-figcaption-body {
  display: flex;
  justify-content: space-between;
  width: 100%;
  transform: none;
  margin-top: 17px;
  top: 70%;
  align-self: flex-end; }
  @media (max-width: 800px) {
    .card-figcaption-body {
      flex-direction: column; } }
  @media (min-height: 801px) {
    .card-figcaption-body {
      height: 34px; } }
  .card-figcaption-body .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    height: 34px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #006bb7;
    transition: .1s;
    background-color: #006bb7;
    border-radius: 0;
    color: #fff;
    margin: 0; }
    @media (max-width: 800px) {
      .card-figcaption-body .button {
        width: 100%;
        font-size: 12px; } }
    .card-figcaption-body .button.quickview {
      background: #bed7ea;
      color: #004282;
      opacity: 0; }
      @media (max-width: 1024px) {
        .card-figcaption-body .button.quickview {
          opacity: 1;
          margin-bottom: 10px; } }
    .card-figcaption-body .button svg {
      width: 16px;
      height: 16px;
      fill: #fff;
      margin-right: 7px; }

.card-figcaption-body_list {
  display: none; }

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

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  @media (max-width: 800px) {
    .card-title {
      min-height: 33px; } }
  .card-title > a {
    color: #004282;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    transition: .1s;
    margin-bottom: 3px;
    outline: none;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    max-height: 36px; }
    .card-title > a:hover {
      color: #61d19e; }
    @media (max-width: 800px) {
      .card-title > a {
        font-size: 12px;
        line-height: 15px;
        max-height: 30px; } }

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

.card-body {
  text-align: center;
  width: 55%;
  padding: 0; }
  @media (max-width: 950px) {
    .card-body {
      width: 100%;
      margin-top: 10px; } }
  @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; }

.card-body .card-text {
  color: #6e6e70; }

.card .cont-wr {
  display: flex;
  flex-direction: column; }

.card .prices-tabs {
  width: 100%; }

.card .r-p-wr {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 282px;
  justify-content: center; }
  @media (max-width: 950px) {
    .card .r-p-wr {
      min-height: 138px; } }

.card .productRating {
  margin: 0 0 15px;
  max-width: 100px; }

.card .tabs-contents {
  margin-bottom: 0; }

.Book .card-body .productRating {
  display: none; }

.Brochure .wr-col .productRating {
  display: none; }

.Webinar .tabs, .Webinar .item-version, .Multimedia .tabs, .Multimedia .item-version {
  display: none; }

.Webinar .wr-col, .Multimedia .wr-col {
  width: 100%; }
  .Webinar .wr-col .productRating, .Multimedia .wr-col .productRating {
    display: none; }

.Webinar .card-body, .Multimedia .card-body {
  width: 100%;
  margin-top: 5px; }

.Webinar .card .tabs-contents, .Multimedia .card .tabs-contents {
  border-top: 1px solid #DFEBF5; }

.Webinar .cont-wr, .Multimedia .cont-wr {
  min-height: 214px;
  justify-content: flex-end;
  display: block; }
  @media (max-width: 800px) {
    .Webinar .cont-wr, .Multimedia .cont-wr {
      min-height: 260px;
      justify-content: flex-start; } }

.Webinar .prices-tabs, .Multimedia .prices-tabs {
  margin: 0 0 0 auto;
  border-top: 1px solid #DFEBF5; }
  @media (max-width: 800px) {
    .Webinar .prices-tabs, .Multimedia .prices-tabs {
      width: 100%; } }

@media (max-width: 800px) {
  .Webinar .prices-tabs:first-child, .Multimedia .prices-tabs:first-child {
    margin-top: 20px; } }

.Webinar .r-p-wr, .Multimedia .r-p-wr {
  display: block;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 1px; }
  @media (min-width: 801px) {
    .Webinar .r-p-wr, .Multimedia .r-p-wr {
      width: 56%;
      max-width: 198px;
      float: right; } }
  @media (max-width: 800px) {
    .Webinar .r-p-wr, .Multimedia .r-p-wr {
      flex-direction: column;
      min-height: 138px;
      justify-content: center; } }

.Webinar .card-figure, .Multimedia .card-figure {
  height: 140px; }
  .Webinar .card-figure .card-image, .Multimedia .card-figure .card-image {
    object-position: center; }
  @media (max-width: 950px) {
    .Webinar .card-figure, .Multimedia .card-figure {
      height: 150px; } }

@media (min-width: 801px) {
  .Webinar .product-summary-outer, .Multimedia .product-summary-outer {
    max-width: 152px;
    width: 42%;
    float: left; } }

.Webinar .product-summary, .Multimedia .product-summary {
  -webkit-line-clamp: 7 !important;
  margin-bottom: 10px;
  max-height: 126px; }
  @media (max-width: 800px) {
    .Webinar .product-summary, .Multimedia .product-summary {
      -webkit-line-clamp: 3 !important;
      max-height: 54px; } }

.product-label {
  font-size: 12px;
  font-weight: bold;
  color: #004282;
  text-transform: uppercase;
  padding: 3px 12px;
  display: table;
  margin-bottom: 5px;
  background-color: #bed7ea; }
  .product-label.new {
    background-color: #6ec39b; }
  .product-label.updated {
    background-color: #fdd859; }
  .product-label.sale {
    background-color: #bed7ea; }

.productListing .card .tabs-contents .price-section.price-section--saving {
  letter-spacing: -1px; }
  .productListing .card .tabs-contents .price-section.price-section--saving .price {
    letter-spacing: 0; }

.productListing .card .price-brd .price-now-label {
  padding-right: 10px; }
  @media (max-width: 800px) {
    .productListing .card .price-brd .price-now-label {
      letter-spacing: -1px; } }
  @media (max-width: 400px) {
    .productListing .card .price-brd .price-now-label {
      padding-right: 7px; } }

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

.navList-action,
.navBar-action {
  text-decoration: none;
  font-weight: 500;
  font-size: 10px;
  line-height: 21px;
  color: #272727; }

.navList-action .rating--small {
  float: right; }

.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%;
  font-weight: 500;
  font-size: 10px;
  line-height: 21px;
  color: #272727;
  padding-left: 23px;
  margin-bottom: 0;
  text-transform: capitalize; }
  .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 #cccccc;
    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,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='16' height='16' fill='%23DFEBF5' stroke='%23006BB7'/%3E%3Crect x='5' y='5' width='8' height='8' fill='%23006BB7'/%3E%3C/svg%3E%0A");
    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;
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #0066AE;
    border-radius: 0; }
  .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--checkbox.is-checked:before, .navList-action--checkbox.is-selected:before {
    border: 1px solid transparent;
    width: 15px;
    height: 15px; }
  .navList-action--checkbox:hover {
    color: #61d19e; }

.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;
    background: #dfebf5;
    border-radius: 0;
    padding: 10px 25px 10px 10px;
    text-align: left;
    color: #006bb7;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 10px;
    border-left: 3px solid transparent; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active, .navBar--sub .navBar-item:hover {
        border-left: 3px solid #006bb7; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid white;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #006bb7;
    font-size: 1rem;
    padding: 0;
    font-weight: 100; }
    .navBar--sub .navBar-action:hover {
      color: #61d19e; }

#facetedSearch-content--Product-type [data-icon='Book'], #facetedSearch-content--Product-type [data-icon='book'] {
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAoHBwkHBgoJCAkLCwoMDxkQDw4ODx4WFxIZJCAmJSMgIyIoLTkwKCo2KyIjMkQyNjs9QEBAJjBGS0U+Sjk/QD3/2wBDAQsLCw8NDx0QEB09KSMpPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT3/wgARCADIAMgDAREAAhEBAxEB/8QAGgABAQADAQEAAAAAAAAAAAAAAAcDBQYEAf/EABoBAQADAQEBAAAAAAAAAAAAAAABAgMGBQT/2gAMAwEAAhADEAAAAOiy5kAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFugv6JIAws9TX5NtP15p0ABHP080gAAAAFqFr0XO1+AgD2zvs5+nWR83ijAAnorfdPc+fRQAAAAFqDr0M+y58oCfs27/X3+Ax8D4oAXoOvQT7Pn0UAAAABag69DPs+fRQAJ0RQgAtQdehn2fPooAAAAC1B16GfZ8+igBaga+/P8vBKAFqDr0M+z59FAAAAAWoOvQz7Pn0UAJ39/R0FPOIALUHXoZ9nz6KAAAAAtQdehn2fPooATv7+joKecQAWoOvQz7Pn0UAAAABag69DPs+fRUEF6Br70/y8AgJgtQdOhn2fPooAAAAC1B16GfZ+CigBBoUASLUHT359nz6KAAAAAtQdehAAwq518CmZYAET7LnyoAAAACbBAE+6fo7PT2OMp4/hr85AJIKgAAAAAAAAsVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH/8QAMBAAAAMECAYBBAMAAAAAAAAAAAECAxZU4QQREiIwQ4GTBRMgIWGjMQZBcKIUQFH/2gAIAQEAAT8A/GrqHF+uYdQ4stuYdQ4stuYdQ4stuYdQ4v1zDf6YpDNNbFqhr+o/jNufyOUvm/FmoMPpmkNCrbNEs/2DqHF+uYdQ4stuYdQ4stuYdQ4stuYdU4stueKXZGges4T2SD1nCFuSD1nCFuSD1nCeyQ4fx9jTWhMlpNk0P4HJZ83m2E26qrVXeocQ48xoTU2SEm1aF8h6zhC3JB6zhC3JB6zhC3JB6zhC3JA+6DxcvTpQs0LJaTqNJ1kLRWNAtZrWpajrNR1n05emLl6YmXpi5enVZKx8fbqy9MXL06nqOELcl1ZemLl6dTqnF+ufVl6YuXp1Wi5fz9urL0xcvTEy9MVKisl3FzwLngXPAueA3odGpSamrJCxZT/gYUOjURNTFkhAueBc8C54FzwFKKyff+lwzibWhN0Xz5Vd5Ji2VmuscT4m1pzdd8yZEd1Jfjv/xAAcEQEBAAEFAQAAAAAAAAAAAAASAAEQEUBgcDD/2gAIAQIBAT8A81MYxjG2jGMYxtvqpSlYzpvKUpcPHTFyT2PGdM587//EACcRAAECBQQDAAIDAAAAAAAAAAABAhESFDJRAyAwQgQiMSFwE0BB/9oACAEDAQE/AP1o1IlAmSgTJQJkoEyUCZH+CqfD+J80sBnguX6UCZKBMlAmSgTIvgQSMRUgsONlwlsRfPgsIFemCvTBXpg0fKbqLBSVIxNXymsK9MFemCvTAnnoq/BbR93Gy46j7l2aawcTJKaixcuxn06j7uNlx1H3bffay46j7uNlx1H3bGfSVJR9y7GXHUfdxsuOo+7YiwUrvxCAqxWOxlx1H3cbLjqPu2IkVKH8RiKkFhsZcdR93Gy46j7tjPpMko+5djLjqPu42XHUe1ZiRSRSRSVSLyVSRSRSRRjFmOo+7jZ9GuSBFp6nqeoumx3+ErcCMY09T1PU9Rzkgo+5eSdxO4ncTuJ1yaGu5jidIRNfXc50EJ3E7idxO4ndn+nMv6j/AP/Z);
  background-position: 23px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-left: 37px; }

#facetedSearch-content--Product-type [data-icon*='Brochure'], #facetedSearch-content--Product-type [data-icon*='brochure'] {
  background-image: url(data:image/jpeg;base64,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);
  background-position: 23px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-left: 37px; }

#facetedSearch-content--Product-type [data-icon='Multimedia'], #facetedSearch-content--Product-type [data-icon='multimedia'] {
  background-image: url(data:image/jpeg;base64,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);
  background-position: 23px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-left: 37px; }

#facetedSearch-content--Product-type [data-icon='Webinar'], #facetedSearch-content--Product-type [data-icon='webinar'] {
  background-image: url(data:image/jpeg;base64,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);
  background-position: 23px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-left: 37px; }

#facetedSearch-content--Product-type [data-icon*='Poster'], #facetedSearch-content--Product-type [data-icon*='poster'] {
  background-image: url(data:image/jpeg;base64,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);
  background-position: 23px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-left: 37px; }

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

.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 {
  float: right; }
  .actionBar-section .form-field {
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 4px;
    overflow: hidden; }
    .actionBar-section .form-field:hover {
      border-color: #999999; }
  .actionBar-section .form-label {
    color: white;
    font-size: 13px;
    line-height: 2.14286rem;
    margin-bottom: 0;
    padding-left: 0.78571rem; }
  .actionBar-section .form-input {
    border: 0;
    padding-left: 0.21429rem;
    width: auto; }
  .actionBar-section .form-label,
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    display: inline-block; }

.jq-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.form-select > span {
  font-size: 10px;
  font-weight: 700;
  color: #6e6e70;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px; }

.jq-selectbox__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 100%;
  min-width: 100%;
  background: #F2F7FB;
  cursor: pointer;
  overflow: hidden;
  padding: 0; }

.form-select_sort .jq-selectbox__select-text {
  min-width: 90%;
  font-size: 14px;
  font-weight: 600;
  color: #004282;
  padding-right: 5px;
  margin-left: 10px; }

.jq-selectbox__select {
  position: relative; }

.form-select_sort .jq-selectbox__trigger {
  position: absolute;
  right: 15px;
  top: 45%;
  border: solid #006bb7;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }

.jq-selectbox__select.active .jq-selectbox__trigger {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  -ms-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
  right: 10px;
  top: 40%; }

.form-select_sort .jq-selectbox__dropdown {
  min-width: 100%;
  max-height: 195px;
  top: 40px;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  display: none; }

.form-select_sort .jq-selectbox__dropdown ul {
  overflow: auto;
  max-height: 195px;
  margin: 0; }

.form-select_sort .jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 5px; }

.form-select_sort .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  background: #61D19E; }

.form-select_sort .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
  background: #006bb7; }

.form-select_sort .jq-selectbox__dropdown li {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 40px 10px 10px;
  color: #102d52;
  background: #F2F7FB;
  border-top: 1px solid #e6e8e8;
  cursor: pointer; }

.select-hidden {
  display: none; }

.actionBar-section .form-select_sort {
  width: 220px;
  margin-bottom: 0;
  position: relative; }

.jq-selectbox__select {
  height: 40px;
  width: 100%;
  position: relative; }

.form-select_sort .jq-selectbox__select-text {
  position: relative;
  padding-left: 30px;
  margin-left: 0; }

.form-select_sort .jq-selectbox__select-text:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 1px;
  width: 15px;
  height: 15px;
  background: url(../img/sorter-icon.svg) center no-repeat;
  background-size: contain; }

.form-select_sort .jq-selectbox__dropdown li:hover {
  background: #61d19e;
  color: #fff; }

.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;
  z-index: 5;
  height: 100%; }
  .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: 1025px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50;
      padding: 0 0 0 1.5rem; } }
  .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 {
                @include css-triangle(
                    $triangle-direction: "bottom",
                    $triangle-size: 10px,
                    $triangle-color: stencilColor("navUser-dropdown-borderColor")
                );
                bottom: 100%;
                left: spacing("half");
                position: absolute;
            }*/
      /* &:after {
                @include css-triangle(
                    $triangle-direction: "bottom",
                    $triangle-size: 8px,
                    $triangle-color: stencilColor("navUser-dropdown-backgroundColor")
                );
                bottom: 100%;
                left: spacing("half") + remCalc(2px);
                position: absolute;
            }*/ }
  @media (max-width: 1024px) {
    .navUser {
      position: static;
      transform: unset; } }

.navUser-section {
  display: flex;
  align-items: center;
  height: 100%; }
  @media (max-width: 1024px) {
    .navUser-section {
      position: relative; } }

.navUser-action {
  color: #006bb7;
  padding: 3px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: .1s; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #61d19e; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #61d19e; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #006bb7;
    transition: all 0.15s ease; }
    @media (max-width: 1024px) {
      .navUser-action svg path {
        fill: #5EA1D0; } }

.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: white;
  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;
  height: 100%; }
  .navUser-item--cart .navUser-action {
    display: flex;
    padding: 0;
    height: 100%;
    align-items: center; }
    @media (min-width: 1025px) {
      .navUser-item--cart .navUser-action {
        width: 80px;
        flex-direction: row-reverse; } }
    @media (max-width: 1024px) {
      .navUser-item--cart .navUser-action {
        width: 17px;
        justify-content: flex-end; } }
    .navUser-item--cart .navUser-action > svg {
      height: 23px;
      width: 23px; }
      @media (max-width: 1024px) {
        .navUser-item--cart .navUser-action > svg {
          height: 17px;
          width: 17px; } }
  .navUser-item--cart .cart-top svg {
    width: 16px;
    height: 16px; }
  .navUser-item--cart .navUser-action {
    color: #006bb7;
    position: relative; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #61d19e; }
  .navUser-item--cart .dropdown-menu {
    width: 600px;
    max-width: 600px;
    border-top: 1px solid #006bb7; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: 60px !important;
      left: auto !important;
      right: -41px;
      /*            &:before,
            &:after {
                left: auto;
            }

            &:before {
                right: spacing("half") - remCalc(5px); // 8
                @include breakpoint("medium") {
                    right: spacing("half"); // 8
                }
            }

            &:after {
                right: spacing("half") - remCalc(3px); // 8
                @include breakpoint("medium") {
                    right: spacing("half") + remCalc(2px); // 8
                }
            }*/ }

.account-icon {
  width: 18px;
  height: 18px;
  fill: #006bb7;
  transition: .1s; }

.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 .navUser-item--account {
  display: flex;
  align-items: center; }
  @media (max-width: 1024px) {
    .navUser .navUser-item--account {
      display: none; } }
  .navUser .navUser-item--account .navUser-or + .navUser-action {
    margin-right: -0.5rem; }
  .navUser .navUser-item--account .navUser-action {
    display: block;
    padding: 10px;
    white-space: nowrap; }

.navUser-or {
  color: #006bb7;
  cursor: default;
  display: inline-block;
  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;
  padding: 1.5rem 0;
  display: none; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: initial;
    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: #5ea1d0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding: 2px 8px;
  margin-left: 7px;
  transition: .1s; }
  @media (max-width: 1024px) {
    .countPill {
      position: absolute;
      right: -26px;
      font-size: 10px;
      margin-left: 0;
      padding: 2px 6px; } }

.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: 1000vw;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (max-width: 1024px) {
    .navPages-container {
      top: 0;
      background: rgba(0, 0, 0, 0.4);
      transform: translateX(-200%);
      transition: .3s; } }
  @media (min-width: 1025px) {
    .navPages-container {
      background: #006bb7;
      display: flex;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    z-index: 50;
    transform: translateX(0); }

.navPages {
  background-color: #e6e8e8;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (max-width: 1024px) {
    .navPages {
      padding: 0;
      width: 206px;
      background-color: #ffffff;
      height: 100%; } }
  @media (min-width: 1025px) {
    .navPages {
      /* @include grid-row(); // 1*/
      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 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: 1025px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1025px) {
      .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: 801px) {
      .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: 1025px) {
    .navPages-list {
      display: flex;
      flex-wrap: wrap;
      float: none; } }
  .navPages-list .navUser-item--account {
    display: flex;
    align-items: center;
    padding: 0 15px;
    background-color: #BED7EA;
    height: 60px;
    width: 100%; }
    .navPages-list .navUser-item--account .navUser-action {
      font-size: 10px; }
    .navPages-list .navUser-item--account .account-icon {
      width: 12px;
      height: 12px; }
    @media (min-width: 1025px) {
      .navPages-list .navUser-item--account {
        display: none; } }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 801px) {
    .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: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 801px) {
  .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: 801px) {
    .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: 801px) {
      .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: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.welcome {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #006BB7;
  text-decoration: none;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  align-items: center; }
  .welcome:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 8px solid #006BB7;
    border-left: 8px solid transparent;
    transition: .1s;
    margin-left: 5px; }
  .welcome:focus {
    color: #006BB7; }
  .welcome:hover {
    color: #61d19e; }
    .welcome:hover:after {
      transform: rotate(45deg) translateY(-5px);
      border-bottom: 8px solid #61d19e;
      border-left: 8px solid transparent; }

#user-btns {
  display: none;
  position: absolute;
  background-color: #fff;
  border-top: 2px solid #006bb7; }

.w-wrap {
  position: relative; }
  .w-wrap:hover #user-btns {
    display: block; }

.navPages-action {
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  text-decoration: none; }
  @media (min-width: 1025px) {
    .navPages-action {
      font-size: 13px; } }
  @media (min-width: 1160px) {
    .navPages-action {
      font-size: 15px; } }
  @media (min-width: 1300px) {
    .navPages-action {
      font-size: 16px; } }
  .navPages-action:focus {
    color: #ffffff; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (max-width: 1024px) {
    .navPages-action.has-subMenu + .navPage-subMenu {
      position: absolute;
      top: 0;
      width: 206px;
      right: 0;
      background: #fff;
      height: 100%;
      z-index: 1;
      transform: translateX(100%);
      transition: .2s; }
      .navPages-action.has-subMenu + .navPage-subMenu.is-open {
        transform: translateX(0); } }
  .navPages-action.is-open {
    color: #61d19e; }
  @media (min-width: 1025px) {
    .navPages-action {
      display: inline-block;
      padding: 28px 0; }
      .navPages-action.is-open {
        /*
            background-color: stencilColor("navPages-subMenu-backgroundColor");*/ }
        .navPages-action.is-open svg {
          fill: #61d19e;
          stroke: #61d19e; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #61d19e; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #61d19e;
      stroke: #61d19e; }
  .navPages-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }
  @media (max-width: 1024px) {
    .navPages-action {
      color: #004282;
      font-weight: bold;
      font-size: 10px;
      text-transform: uppercase;
      padding: 12px 0; } }

.navPages-action--storeCredit {
  color: white; }

.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: 801px) {
    .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: 801px) {
      .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: 801px) {
    .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: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      background-color: #ffffff;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left;
      top: 80px;
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
      .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: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

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

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

@media (min-width: 801px) {
  .navPage-subMenu-item .navPages-action {
    color: #006bb7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 700;
    color: #004282;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s; }
  .navPage-subMenu-item .navPage-childList .navPage-childList-action {
    font-size: 14px;
    font-weight: 400;
    text-transform: none; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .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-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

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

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

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

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px; }
  @media (max-width: 1024px) {
    .nav-wrapper {
      padding: 0;
      justify-content: flex-end;
      height: 100%; } }

.search-wrapper {
  width: 330px; }
  .search-wrapper .form-field, .search-wrapper .form {
    margin: 0; }
  .search-wrapper .form-input {
    background: url(../img/search-icon.svg) #dfebf5 no-repeat 10px center;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    padding-left: 30px;
    padding-right: 10px;
    transition: .1s;
    height: 45px; }
  .search-wrapper input::-webkit-input-placeholder {
    color: #6e6e70;
    font-size: 14px;
    font-weight: 600; }
  .search-wrapper input::-moz-placeholder {
    color: #6e6e70;
    font-size: 14px;
    font-weight: 600; }
  .search-wrapper input:-ms-input-placeholder {
    color: #6e6e70;
    font-size: 14px;
    font-weight: 600; }
  .search-wrapper input:-moz-placeholder {
    color: #6e6e70;
    font-size: 14px;
    font-weight: 600; }

.navPages ul .navPages-item {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 30px; }
  .navPages ul .navPages-item.navPages-item-page {
    order: 4; }
  @media (max-width: 1024px) {
    .navPages ul .navPages-item {
      border-bottom: 1px solid #BED7EA;
      margin-right: 0;
      padding: 0 15px; } }
  @media (max-width: 1600px) {
    .navPages ul .navPages-item {
      margin-right: 20px; } }
  @media (min-width: 1366px) and (max-width: 1380px) {
    .navPages ul .navPages-item:nth-of-type(n+8) {
      margin-right: 10px; } }
  .navPages ul .navPages-item:nth-child(6) {
    order: 5 !important; }
  .navPages ul .navPages-item.order0 {
    order: 0; }
  .navPages ul .navPages-item.order1 {
    order: 1; }
  .navPages ul .navPages-item.order2 {
    order: 2; }
  .navPages ul .navPages-item.order3 {
    order: 3; }
  .navPages ul .navPages-item.order4 {
    order: 6; }
  .navPages ul .navPages-item.order5 {
    order: 7; }
  .navPages ul .navPages-item.order-m {
    order: 3; }
    @media (min-width: 1025px) {
      .navPages ul .navPages-item.order-m {
        padding-left: 20px; }
        .navPages ul .navPages-item.order-m > a {
          position: relative; }
          .navPages ul .navPages-item.order-m > a:before {
            content: "";
            position: absolute;
            left: -20px;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 28px;
            background: #004282; }
          .navPages ul .navPages-item.order-m > a:after {
            content: "";
            width: 0;
            height: 0;
            border-bottom: 8px solid #bed7ea;
            border-left: 8px solid transparent;
            transition: .1s;
            margin-left: 5px; }
        .navPages ul .navPages-item.order-m:hover a:after {
          transform: rotate(45deg) translateY(-5px);
          border-bottom: 8px solid #61d19e;
          border-left: 8px solid transparent; } }
    @media (min-width: 1300px) {
      .navPages ul .navPages-item.order-m {
        padding-left: 30px; }
        .navPages ul .navPages-item.order-m > a:before {
          left: -30px; } }
    @media (max-width: 1024px) {
      .navPages ul .navPages-item.order-m {
        flex-direction: column;
        align-items: flex-start; }
        .navPages ul .navPages-item.order-m .navPages-action {
          width: 100%; }
          .navPages ul .navPages-item.order-m .navPages-action:after {
            content: "";
            border: none;
            width: 14px;
            height: 14px;
            background: url(../img/arrow-right.svg) 50% no-repeat;
            background-size: contain; } }

.top-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 20px; }
  @media (max-width: 1024px) {
    .top-nav-header {
      padding: 0 10px;
      height: 50px;
      width: calc(100% - 63px); } }

.search-nav-trigger {
  width: 25px;
  height: 25px;
  background-size: contain;
  cursor: pointer;
  align-self: center; }
  .search-nav-trigger svg {
    width: 25px;
    height: 25px; }
    .search-nav-trigger svg * {
      fill: #fff; }
  .search-nav-trigger:hover svg * {
    fill: #61d19e; }

.search-nav-header {
  display: flex;
  padding: 30px 100px;
  justify-content: center; }
  .search-nav-header.initializing {
    visibility: hidden;
    height: 0;
    padding: 0; }
  .search-nav-header__input {
    margin-right: 20px; }
  .search-nav-header__close {
    text-align: right; }
  @media (max-width: 1024px) {
    .search-nav-header {
      display: none; } }
  .search-nav-header .close-search {
    color: #006bb7;
    font-size: 44px;
    line-height: 44px;
    padding: 0;
    text-align: center;
    text-decoration: none; }

@media (max-width: 1024px) {
  .header-topics {
    height: calc(100vh - 40px);
    overflow: scroll; } }

.header-topics_wrap {
  display: flex;
  justify-content: space-between; }

.header-topics_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 55%; }
  @media (max-width: 1024px) {
    .header-topics_boxs {
      width: 100%;
      flex-direction: column; } }

.navPages .header-sublist > li {
  width: 100%;
  padding-right: 25px;
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    .navPages .header-sublist > li {
      width: 100%;
      margin-bottom: 0;
      border-bottom: 1px solid #BED7EA;
      padding: 0 15px;
      padding: 12px 15px; } }

.header-topics_box {
  width: 32%; }
  @media (max-width: 1024px) {
    .header-topics_box {
      width: 100%; } }

.header-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 1024px) {
    .header-sublist {
      margin-left: 0; } }

.header-sublist > li {
  width: 100%;
  padding-right: 25px;
  margin-bottom: 20px; }

.header-sublist li a {
  text-decoration: none; }
  .header-sublist li a:hover {
    color: #61d19e; }

.header-sublist > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 700;
  color: #004282;
  text-transform: uppercase;
  margin-bottom: 5px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
  @media (max-width: 1024px) {
    .header-sublist > li > a {
      font-size: 10px; } }

.header-sublist > li > a > img {
  margin-right: 10px;
  min-width: 20px;
  width: 20px; }
  @media (max-width: 1024px) {
    .header-sublist > li > a > img {
      display: none; } }

.navPages .header-sublist_points {
  margin-left: 30px; }
  @media (max-width: 1024px) {
    .navPages .header-sublist_points {
      margin-left: 15px; } }

.navPages .header-sublist_points li {
  margin-bottom: 8px; }

.header-sublist_points li:last-child {
  margin-bottom: 0; }

.header-sublist_points a {
  font-size: 14px;
  color: #006bb7;
  font-weight: 400;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
  @media (max-width: 1024px) {
    .header-sublist_points a {
      font-size: 10px; } }

.header-banner {
  display: block;
  width: 42%; }
  @media (max-width: 1024px) {
    .header-banner {
      display: none; } }

.header-banner img {
  width: 100%; }

.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: white;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #61d19e; }

.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: #006bb7; }
    .socialLinks .icon svg {
      fill: #006bb7;
      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--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: white; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  overflow: hidden;
  visibility: hidden; }
  @media (max-width: 800px) {
    .heroCarousel {
      margin-top: -1.9rem; } }
  .heroCarousel.is-visible {
    visibility: visible; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    opacity: 1;
    max-height: 100vh; }
    @media (min-width: 551px) {
      .heroCarousel.slick-initialized {
        max-height: 30rem; } }
    @media (min-width: 801px) {
      .heroCarousel.slick-initialized {
        max-height: 35.71429rem; } }
  .heroCarousel .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    right: 50px; }
    @media (max-width: 800px) {
      .heroCarousel .container {
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 350px; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-slide {
    margin: 0; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
  .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-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 0%; }
    @media (max-width: 800px) {
      .heroCarousel-slide .heroCarousel-image {
        height: 344px;
        object-position: 65% 0%; } }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 0 0; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 17.85714rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 56.25vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 30rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 35.71429rem; } }
    @media (max-width: 800px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        height: 420px; } }
  .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }
  .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }

.heroCarousel-content {
  display: flex;
  align-items: center;
  padding: 30px 15px;
  background: rgba(255, 255, 255, 0.9);
  border: 5px solid #bed7ea;
  width: 39.28571rem;
  flex-wrap: wrap; }
  @media (max-width: 800px) {
    .heroCarousel-content {
      padding: 15px;
      width: 100%; } }

.heroCarousel-content-wrapper {
  max-width: 72%; }

.heroCarousel-span {
  display: none;
  font-size: 16px;
  font-weight: 800;
  color: #004282;
  margin-bottom: 20px; }
  @media (max-width: 800px) {
    .heroCarousel-span {
      margin-bottom: 10px;
      font-size: 11px; } }

.t-style {
  display: none; }

.heroCarousel-slide .heroCarousel-content {
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 90%;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 800px) {
    .heroCarousel-slide .heroCarousel-content {
      background-size: 100px auto;
      bottom: 40px;
      top: auto;
      transform: none; } }
  .heroCarousel-slide .heroCarousel-content .sub-title {
    display: none; }

.slide0 .container {
  width: 100%;
  max-width: 100%; }
  @media (max-width: 767px) {
    .slide0 .container {
      max-width: 350px; } }
  .slide0 .container .heroCarousel-content {
    background: transparent;
    border: 5px solid transparent;
    bottom: 0;
    width: 75rem;
    top: 35%;
    padding: 20px 10px 20px 20px; }
    @media (max-width: 767px) {
      .slide0 .container .heroCarousel-content {
        width: 100%;
        top: -80px;
        padding: 20px 0;
        background-size: 100px auto;
        bottom: 40px; } }
    @media (min-width: 768px) and (max-width: 800px) {
      .slide0 .container .heroCarousel-content {
        width: 100%;
        top: -35px;
        padding: 20px 10px 20px 10px;
        background-size: 100px auto;
        bottom: 40px; } }
    @media (max-width: 767px) {
      .slide0 .container .heroCarousel-content .heroCarousel-content-wrapper {
        max-width: 50%; } }
    .slide0 .container .heroCarousel-content .heroCarousel-content-wrapper .heroCarousel-title {
      font-size: 52px;
      line-height: 70px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .slide0 .container .heroCarousel-content .heroCarousel-content-wrapper .heroCarousel-title {
          font-size: 12px;
          line-height: 20px;
          margin-bottom: 40px; } }
      @media (min-width: 768px) and (max-width: 800px) {
        .slide0 .container .heroCarousel-content .heroCarousel-content-wrapper .heroCarousel-title {
          font-size: 30px;
          line-height: 42px;
          margin-bottom: 20px; } }
      .slide0 .container .heroCarousel-content .heroCarousel-content-wrapper .heroCarousel-title span {
        color: #0d6cb0; }
    .slide0 .container .heroCarousel-content .heroCarousel-content-wrapper .heroCarousel-description {
      color: #000; }
      @media (min-width: 768px) {
        .slide0 .container .heroCarousel-content .heroCarousel-content-wrapper .heroCarousel-description {
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .slide0 .container .heroCarousel-content .heroCarousel-content-wrapper .heroCarousel-description {
          font-size: 11px;
          line-height: 16px;
          margin-bottom: 40px;
          max-width: 70%; } }
    .slide0 .container .heroCarousel-content .heroCarousel-content-wrapper .heroCarousel-action {
      margin: 0;
      position: relative;
      z-index: 1;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 75px;
      font-size: 40px;
      line-height: 12px;
      font-weight: 700;
      color: #fff;
      background: #6ec49b;
      transition: .1s;
      border: 0;
      border-radius: 10px;
      text-transform: uppercase;
      padding: 30px 50px; }
      @media (max-width: 767px) {
        .slide0 .container .heroCarousel-content .heroCarousel-content-wrapper .heroCarousel-action {
          height: 30px;
          font-size: 12px;
          line-height: 12px;
          padding: 15px 15px; } }
      @media (min-width: 768px) and (max-width: 800px) {
        .slide0 .container .heroCarousel-content .heroCarousel-content-wrapper .heroCarousel-action {
          height: 30px;
          font-size: 20px;
          line-height: 28px;
          padding: 20px 15px; } }
      .slide0 .container .heroCarousel-content .heroCarousel-content-wrapper .heroCarousel-action:before, .slide0 .container .heroCarousel-content .heroCarousel-content-wrapper .heroCarousel-action:after {
        display: none; }

.slide1 .heroCarousel-content {
  background-image: url(../img/slbkg1.png);
  margin-top: 81px; }

.slide1 .slide1 {
  display: block; }

.slide2 .heroCarousel-content {
  background-image: url(../img/slbkg2.png); }

.slide3 .heroCarousel-content {
  background-image: url(../img/slbkg3.jpg);
  background-size: 34% auto; }
  @media (min-width: 1441px) {
    .slide3 .heroCarousel-content {
      margin-left: -48px; } }

@media (max-width: 1440px) and (min-width: 1241px) {
  .slide3.heroCarousel-slide .heroCarousel-image {
    height: 650px; } }

@media (max-width: 1241px) and (min-width: 801px) {
  .slide3.heroCarousel-slide .heroCarousel-image {
    height: 605px; } }

@media (max-width: 800px) {
  .slide3.heroCarousel-slide .heroCarousel-image {
    height: 464px;
    object-position: 65% -130px; } }

.heroCarousel-title {
  color: #004282;
  font-size: 36px;
  line-height: 45px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase; }
  @media (max-width: 800px) {
    .heroCarousel-title {
      font-size: 23px;
      line-height: 30px;
      margin-bottom: 10px; } }

.heroCarousel-description {
  color: #6e6e70;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 30px; }
  @media (max-width: 800px) {
    .heroCarousel-description {
      font-size: 10px;
      line-height: 16px;
      margin-bottom: 15px;
      max-width: 69%; } }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 12px;
      line-height: 18px;
      max-width: 250px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 12px;
      line-height: 18px;
      max-width: 250px; } }

.heroCarousel-action {
  margin: 0;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  height: 35px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #006bb7;
  transition: .1s;
  background: #dfebf5;
  border: 0;
  border-radius: 0; }
  .heroCarousel-action:after, .heroCarousel-action:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%; }
  .heroCarousel-action:before {
    z-index: -2;
    left: 0;
    width: 100%;
    background: #dfebf5; }
  .heroCarousel-action:after {
    z-index: -1;
    right: 0;
    width: 35px;
    background: #bed7ea;
    transition: .1s; }
  .heroCarousel-action svg {
    width: 15px;
    height: 15px;
    stroke: #004282;
    margin-left: 25px;
    transition: .1s; }
  .heroCarousel-action:hover {
    color: #006bb7; }
  .heroCarousel-action:hover svg {
    stroke: #61d19e; }
  .heroCarousel-action:hover:after {
    width: 100%; }
  @media (min-width: 801px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

.heroCarousel-slide.slide4 .heroCarousel-content {
  background: transparent;
  border: 0; }
  .heroCarousel-slide.slide4 .heroCarousel-content .heroCarousel-content-wrapper {
    max-width: 88%; }

.heroCarousel-slide.slide4 .heroCarousel-title {
  display: inline;
  background: #BED7EA;
  padding: 0;
  box-shadow: 3px 0 0 #BED7EA, -3px 0 0 #BED7EA;
  line-height: 67px;
  text-transform: none;
  font-size: 44px; }
  @media (max-width: 800px) {
    .heroCarousel-slide.slide4 .heroCarousel-title {
      line-height: 51px;
      font-size: 30px; } }

.heroCarousel-slide.slide4 .heroCarousel-description {
  color: #fff;
  margin-left: -5px;
  margin-bottom: 10px; }

.heroCarousel-slide.slide4 .sub-title {
  display: block;
  color: #fff;
  margin: 20px 0 20px -5px;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 35px; }
  @media (max-width: 800px) {
    .heroCarousel-slide.slide4 .sub-title {
      line-height: 25px;
      font-size: 20px; } }

.heroCarousel-slide.slide4 .heroCarousel-action {
  margin-left: -3px; }

.modal-background {
  background: rgba(0, 0, 0, 0.2); }
  @media (max-width: 768px) {
    .modal-background {
      display: none !important; } }

#modal-review-form {
  max-width: 642px; }
  @media (max-width: 768px) {
    #modal-review-form {
      top: 52px !important;
      left: 0;
      transform: none;
      height: 100%;
      max-height: 100%;
      max-width: 100%; } }
  @media (max-width: 768px) {
    #modal-review-form .modal-content {
      height: 100vh; } }
  #modal-review-form .modal-header {
    padding: 24px 30px; }
    #modal-review-form .modal-header-title {
      font-weight: 900;
      font-size: 18px;
      line-height: 22px;
      text-transform: uppercase;
      text-align: left; }
    #modal-review-form .modal-header .modal-close {
      top: 19px;
      right: 28px; }
      @media (max-width: 768px) {
        #modal-review-form .modal-header .modal-close {
          top: 20px; } }
      #modal-review-form .modal-header .modal-close:nth-child(n) {
        font-size: 70px;
        color: #006bb7; }
        @media (max-width: 768px) {
          #modal-review-form .modal-header .modal-close:nth-child(n) {
            font-size: 50px; } }
  @media (max-width: 768px) {
    #modal-review-form .modal-body {
      max-height: 100% !important;
      height: 100%;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      #modal-review-form .modal-body .writeReview-form, #modal-review-form .modal-body .form-fieldset {
        height: 100%;
        position: relative; } }

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

.writeReview-form .rating-area {
  overflow: hidden;
  float: left; }

.writeReview-form .rating-area:not(:checked) > input {
  display: none; }

.writeReview-form .rating-area:not(:checked) > label {
  float: right;
  width: 42px;
  padding: 0;
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  color: lightgrey; }

.writeReview-form .rating-area:not(:checked) > label:before {
  content: '★'; }

.writeReview-form .rating-area > input:checked ~ label {
  color: gold; }

.writeReview-form .form-label {
  clear: left;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #949499;
  margin-bottom: 0.8rem; }

.writeReview-form .form-input {
  background-color: rgba(190, 215, 234, 0.2);
  font-size: 10px;
  line-height: 12px;
  color: #949499; }

.writeReview-form #revfromname {
  display: none; }

.writeReview-form textarea.form-input {
  resize: none;
  height: 100px; }

.writeReview-form .form-field--submit {
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .writeReview-form .form-field--submit {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0; } }
  .writeReview-form .form-field--submit .button {
    padding-left: 62.5px;
    padding-right: 62.5px;
    float: right;
    margin-bottom: 0;
    background: #bed7ea;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #004282; }
    @media (max-width: 768px) {
      .writeReview-form .form-field--submit .button {
        width: 100%; } }
    .writeReview-form .form-field--submit .button:active {
      background: #61d19e;
      color: white; }

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

.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 {
  width: 1px;
  min-width: 100%;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  .productCarousel .slick-dots li button::before {
    height: 4px;
    width: 140px;
    border-radius: 0; }
    @media (max-width: 800px) {
      .productCarousel .slick-dots li button::before {
        width: 40px; } }
  .productCarousel .slick-dots li {
    vertical-align: middle;
    height: 4px;
    width: 140px; }
    @media (max-width: 800px) {
      .productCarousel .slick-dots li {
        width: 40px;
        margin: 0; } }
  .productCarousel .slick-dots li button {
    background-color: #DFEBF5;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    height: 4px;
    width: 140px;
    border-radius: 0; }
    @media (max-width: 800px) {
      .productCarousel .slick-dots li button {
        width: 40px; } }
  .productCarousel .slick-dots li.slick-active button:before {
    background: #006bb7 !important;
    opacity: 1;
    height: 4px;
    width: 140px;
    border-radius: 0; }
    @media (max-width: 800px) {
      .productCarousel .slick-dots li.slick-active button:before {
        width: 40px; } }
  .productCarousel .slick-dots li button:hover::before {
    background: #006bb7; }
  .productCarousel .card .wr-col {
    border: 0;
    box-shadow: none;
    min-height: 208px; }

@media (max-width: 800px) {
  .b-sellers {
    position: relative;
    padding-bottom: 50px; }
    .b-sellers .section-title .section-title_link {
      bottom: 0; } }

.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-body {
      width: 100%;
      text-align: left; }
      @media (min-width: 801px) {
        .productCarousel-slide .card .card-body {
          width: 55%; } }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }
      @media (min-width: 801px) {
        .productCarousel-slide .card .card-title {
          margin-bottom: 15px; } }
      .productCarousel-slide .card .card-title > a {
        font-size: 12px; }
        @media (min-width: 801px) {
          .productCarousel-slide .card .card-title > a {
            font-size: 16px; } }
    @media (max-width: 950px) {
      .productCarousel-slide .card .r-p-wr {
        min-height: auto; } }
    @media (max-width: 800px) {
      .productCarousel-slide .card .tabs-contents .tab-content {
        padding: 3px; }
        .productCarousel-slide .card .tabs-contents .tab-content .item-ttl {
          font-size: 5px; }
        .productCarousel-slide .card .tabs-contents .tab-content .price-section {
          font-size: 7px;
          font-weight: bold; } }
    @media (max-width: 1024px) {
      .productCarousel-slide .card-figcaption-button {
        font-weight: 600;
        font-size: 10px; } }
  .productCarousel-slide .Multimedia .wr-col {
    margin-bottom: 10px; }
  .productCarousel-slide .Multimedia .card-body {
    width: 100%; }

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

.prod-productReviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 108px; }
  @media (max-width: 768px) {
    .prod-productReviews {
      margin-bottom: 0; } }

.prod-heading {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #004282;
  position: relative;
  margin-bottom: 16px; }
  .prod-heading:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #61d19e;
    border-left: 10px solid transparent;
    position: absolute;
    left: -19px;
    top: 7px; }

.prod-productView-content {
  align-self: stretch;
  padding: 0 31px; }
  @media (min-width: 801px) {
    .prod-productView-content {
      display: flex;
      padding: 0; } }

.prod-productView-title {
  text-align: center; }

.prod-productView-rating {
  color: #6e6e70;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px; }
  @media (min-width: 801px) {
    .prod-productView-rating {
      margin-right: 120px; } }
  .prod-productView-rating .prod-rating {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .prod-productView-rating .prod-rating-stars {
      margin-bottom: 10px; }
    .prod-productView-rating .prod-rating-counts .prod-productReview-heading {
      margin-right: 10px; }
    .prod-productView-rating .prod-rating-bars {
      width: 100%;
      margin-left: 0;
      margin-top: 21px; }
      .prod-productView-rating .prod-rating-bars li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px; }
      .prod-productView-rating .prod-rating-bars_number {
        margin-right: 10px;
        width: 23px;
        min-width: 23px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .prod-productView-rating .prod-rating-bars_number:after {
          content: "★";
          color: #ffd959;
          font-size: 14px; }
      .prod-productView-rating .prod-rating-bars_bar {
        display: block;
        min-width: 200px;
        width: 100%;
        height: 10px;
        background: #eee;
        margin-right: 7px; }
        .prod-productView-rating .prod-rating-bars_bar > span {
          width: 0%;
          display: block;
          height: 100%;
          background: #ffd959; }
      .prod-productView-rating .prod-rating-bars_total {
        font-weight: 600; }
    .prod-productView-rating .prod-rating-writeReviewButton {
      background: #BED7EA;
      padding: 7px 25px;
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
      border: none; }
      .prod-productView-rating .prod-rating-writeReviewButton:hover {
        background: #61d19e; }
      .prod-productView-rating .prod-rating-writeReviewButton:hover a {
        color: white; }
      .prod-productView-rating .prod-rating-writeReviewButton a {
        color: #004282;
        text-decoration: none; }

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

.prod-productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #6e6e70;
  vertical-align: top; }
  @media (min-width: 801px) {
    .prod-productReview {
      width: 100%; } }
  @media (min-width: 1261px) {
    .prod-productReview {
      width: 100%; } }
  .prod-productReview article {
    border-bottom: 1px solid #979797;
    margin-bottom: 26px; }
  .prod-productReview:last-of-type article {
    border-bottom: none;
    margin-bottom: 0; }

.prod-productReview-heading {
  color: #004282;
  position: relative; }
  .prod-productReview-heading-avatar {
    background: #bed7ea;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    bottom: 0; }
  .prod-productReview-heading-author {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-right: 42px; }

.prod-productReview-title {
  margin-top: 10px;
  text-transform: none;
  font-weight: 700;
  color: #6e6e70; }

.prod-productReview-author {
  margin-bottom: 0;
  font-size: 12px; }

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

.prod-productReview-ratingNumber {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  margin-left: 10px; }

.prod-productReviews-noReviews {
  margin: 20px auto;
  text-align: center;
  font-size: 15px; }
  @media (min-width: 800px) {
    .prod-productReviews-noReviews {
      text-align: left;
      margin-left: 20px; } }
  @media (min-width: 1024px) {
    .prod-productReviews-noReviews {
      position: relative;
      left: 50%;
      margin-left: -520px;
      font-size: 18px; } }

a:focus {
  outline: none; }

.prod-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 801px) {
    .prod-container {
      display: block; } }
  .prod-container .tabs-outer {
    -ms-flex-order: 1;
    order: 1; }
  .prod-container .members {
    -ms-flex-order: 2;
    order: 2; }
  .prod-container .resources {
    -ms-flex-order: 3;
    order: 3; }

.productView {
  padding-top: 5px; }
  .productView .hidden {
    display: none; }
  @media (max-width: 768px) {
    .productView {
      padding-bottom: 29px; } }
  @media (min-width: 801px) {
    .productView {
      padding-top: 31px; } }
  .productView ~ .tabs-outer .tab.heading {
    display: none; }
    .productView ~ .tabs-outer .tab.heading.is-active {
      display: block; }

.productView-link-back {
  display: none;
  color: #6e6e70;
  line-height: 17px;
  position: absolute;
  top: 0; }
  @media (min-width: 801px) {
    .productView-link-back {
      display: initial; } }

.productView .productView-images {
  margin-bottom: 30px;
  padding-left: 37px;
  padding-right: 37px; }
  @media (min-width: 801px) {
    .productView .productView-images {
      margin-bottom: 3rem; } }

.productView-image {
  align-items: inherit;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0;
  margin-left: auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit;
      max-width: 350px; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }
  @media (max-width: 801px) {
    .productView-image .productView-img-container img {
      position: static; } }
  @media (max-width: 801px) {
    .productView-image .productView-img-container:after {
      padding: 0; } }
  .productView-image-arrow {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -20px;
    border-top: 20px solid transparent;
    border-right: 20px solid #004282;
    border-bottom: 20px solid transparent;
    width: 0;
    height: 0;
    z-index: 10;
    opacity: 0;
    transition: .2s; }
    .productView-image-arrow:hover {
      cursor: pointer; }
    .productView-image-arrow.arrow-right {
      left: 50%;
      border-right: 0;
      border-left: 20px solid #004282; }
    .productView-image-arrow-field {
      display: none;
      position: absolute;
      height: 100%;
      width: 60px;
      left: -60px; }
      @media (min-width: 801px) {
        .productView-image-arrow-field {
          display: initial; } }
      .productView-image-arrow-field:hover > a {
        opacity: 1; }
      .productView-image-arrow-field.field-right {
        left: auto;
        right: -60px; }

.productView-img-container {
  position: relative;
  max-width: none;
  width: 100%; }
  @media (max-width: 801px) {
    .productView-img-container:after {
      padding-bottom: 0; } }
  @media (min-width: 801px) {
    .productView-img-container {
      max-width: 350px; } }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    border-radius: 0 5px 5px 0;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2)); }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 142.85714%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  height: 14vw; }
  .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--slider {
    display: block;
    position: relative;
    left: 0; }
    .productView-thumbnails--slider .productView-thumbnail {
      padding: 0 4px; }
    .productView-thumbnails--slider .slick-dots li button {
      box-shadow: 0 0 0px 1px #61d19e; }
  @media (min-width: 801px) {
    .productView-thumbnails {
      max-width: 350px; } }
  .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 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: 100%;
    object-fit: cover;
    /* Object-fit polyfill */
    font-family: 'object-fit: cover;';
    position: relative; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0;
  text-align: center;
  width: 17.5%;
  height: auto; }
  @media (min-width: 801px) {
    .productView-thumbnail {
      width: 60.34px;
      height: 60.34px; } }

.productView-thumbnail-link {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  display: inline-flex;
  max-width: none;
  position: relative;
  width: 100%;
  height: 100%; }
  @media (min-width: 801px) {
    .productView-thumbnail-link {
      height: 100%;
      max-width: 75px; } }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border: 2px solid #006bb7; }

.productView .productView-details {
  margin-bottom: 42px;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 801px) {
    .productView .productView-details {
      display: block;
      margin-top: 0;
      padding: 0 40px; } }
  .productView .productView-details .price-on-product .mob-price .product-prices, .productView .productView-details .price-on-product-simple .mob-price .product-prices {
    justify-content: center; }
    .productView .productView-details .price-on-product .mob-price .product-prices .product-price, .productView .productView-details .price-on-product-simple .mob-price .product-prices .product-price {
      margin-left: 5px;
      margin-right: 5px;
      width: auto;
      min-width: 198px; }
      .productView .productView-details .price-on-product .mob-price .product-prices .product-price .price-section span, .productView .productView-details .price-on-product-simple .mob-price .product-prices .product-price .price-section span {
        float: left;
        margin-right: 10px; }
        .productView .productView-details .price-on-product .mob-price .product-prices .product-price .price-section span:last-of-type, .productView .productView-details .price-on-product-simple .mob-price .product-prices .product-price .price-section span:last-of-type {
          margin-right: 0; }
  .productView .productView-details.productView-titleDetails {
    margin-top: initial;
    margin-bottom: 0;
    padding: 0 48px;
    align-items: initial; }
    @media (min-width: 801px) {
      .productView .productView-details.productView-titleDetails {
        padding-left: 40px;
        padding-right: 40px; } }

@media (min-width: 801px) {
  .productView-product {
    max-width: 415px; } }

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

.productView-title {
  line-height: 29px;
  font-weight: 700;
  font-size: 18px;
  margin: 0; }
  @media (min-width: 801px) {
    .productView-title {
      font-size: 24px; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 24px; } }
  .productView-title a {
    color: inherit;
    text-decoration: inherit; }

.productView-brand {
  color: white;
  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: white; }
    .productView-brand a:hover {
      color: #61d19e; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem;
  display: none; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem;
      display: initial; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .productView-price.mob-price {
    display: initial; }
    @media (min-width: 801px) {
      .productView-price.mob-price {
        display: none; } }
  .productView-price .product-price_box .simple-price-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 9px;
    line-height: 9px;
    font-weight: 600;
    color: #fff;
    background: #006bb7;
    padding: 0 3px;
    height: 13px;
    text-transform: uppercase;
    display: none; }

.productView-ratingNumber {
  margin-left: 10px; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.78571rem;
  vertical-align: middle;
  float: right; }
  .productView-reviewLink--new {
    padding: 0; }
  .productView-reviewLink > a {
    color: #004282;
    line-height: 17px;
    font-weight: 700;
    float: right; }
    .productView-reviewLink > a:hover {
      color: #61d19e;
      text-decoration: none; }
    @media (max-width: 768px) {
      .productView-reviewLink > a {
        text-decoration: none; } }

@media (max-width: 801px) {
  .tab-content-prod-review {
    border-top: 1px solid #e6e8e8;
    padding: 11px 0; } }

.productView-rating {
  margin-bottom: 26px;
  display: none; }
  @media (min-width: 801px) {
    .productView-rating {
      display: initial; } }
  .productView-rating-mob {
    display: none;
    position: relative; }
    .productView-rating-mob.not-expanded {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      line-height: 20px;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
      padding: 0 3px; }
      @media (min-width: 801px) {
        .productView-rating-mob.not-expanded {
          display: none; } }
      @media (max-width: 801px) {
        .productView-rating-mob.not-expanded + .prod-productReviews {
          display: none; } }
    .productView-rating-mob .productView-reviewLink {
      float: none;
      margin-left: 0; }
    .productView-rating-mob .productView-ratingsOuter {
      margin-right: 20px; }
      .productView-rating-mob .productView-ratingsOuter:after {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 10px solid #61d19e;
        border-left: 10px solid transparent;
        position: absolute;
        top: 7px;
        right: 0; }
      .productView-rating-mob .productView-ratingsOuter .productView-ratingNumber {
        margin-left: 0;
        text-align: right;
        color: #004282; }

.form-label--alternate {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px; }

.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-bottom: 0; } }
  @media (min-width: 801px) {
    .productView-info {
      margin-top: 20px; } }
  .productView-info > :last-child {
    margin-bottom: 0; }
  .productView-info-custom-field {
    display: flex;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 7px; }
    .productView-info-custom-field-container {
      display: inline; }
  .productView-info .sku-outer {
    display: none;
    float: right;
    color: #6E6E70;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px; }
    @media (min-width: 801px) {
      .productView-info .sku-outer {
        display: flex; } }
    .productView-info .sku-outer dt {
      font-size: inherit;
      font-weight: inherit; }
  .productView-info .productView-info-outer {
    display: flex;
    float: left;
    position: relative; }
    .productView-info .productView-info-outer > :first-child, .productView-info .productView-info-outer > :nth-child(2) {
      font-weight: normal;
      line-height: 17px;
      font-size: 10px;
      color: #6e6e70; }
      @media (min-width: 801px) {
        .productView-info .productView-info-outer > :first-child, .productView-info .productView-info-outer > :nth-child(2) {
          font-size: 14px; } }
    .productView-info .productView-info-outer > :nth-child(2) {
      color: #006bb7;
      font-weight: 700; }
    .productView-info .productView-info-outer:hover {
      cursor: pointer; }
    .productView-info .productView-info-outer:hover .description-author {
      display: block; }

.productView-info-name,
.productView-info-value {
  float: left;
  display: inline; }
  @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: "Montserrat", Arial, Helvetica, sans-serif; } }

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

.productView-options {
  text-align: center;
  align-self: stretch;
  max-width: none;
  padding: 0 5px; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView-options {
      text-align: left;
      max-width: 350px;
      padding: 0; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .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 {
      text-align: justify;
      display: inline-block; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .form-field--increments {
    text-align: center;
    display: none; }
    @media (min-width: 801px) {
      .productView-options .form-field--increments {
        display: initial; } }
    .productView-options .form-field--increments .bulk-pricing-table {
      display: none;
      font-size: 10px;
      text-transform: uppercase;
      line-height: 12px;
      font-weight: 500;
      color: #6e6e70;
      border: 1px solid #DFEBF5;
      width: 100%;
      margin-top: 20px; }
      .productView-options .form-field--increments .bulk-pricing-table-row {
        display: table-row;
        height: 2.2em; }
        .productView-options .form-field--increments .bulk-pricing-table-row.table-heading {
          font-weight: 400; }
      .productView-options .form-field--increments .bulk-pricing-table-cell {
        display: table-cell;
        border: 1px solid #DFEBF5;
        vertical-align: middle; }
      .productView-options .form-field--increments .bulk-pricing-table.isActive {
        display: table; }
  .productView-options .form-increment-container {
    display: flex;
    justify-content: center;
    align-items: center; }
    .productView-options .form-increment-container > :nth-child(n) {
      margin: 0 11px; }
    .productView-options .form-increment-container input {
      width: 20px;
      height: 20px;
      background: #DFEBF5;
      border-radius: 0;
      margin: 0 .5em;
      color: #004282;
      font-weight: 600;
      font-size: 14px;
      line-height: 17px; }
    .productView-options .form-increment-container .button {
      border: 0; }
    .productView-options .form-increment-container i {
      width: 100%;
      height: 100%; }
  .productView-options .form-increment-bulkOrder {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    line-height: 15px;
    color: #6e6e70; }
    .productView-options .form-increment-bulkOrder a {
      color: #6e6e70;
      font-weight: 700; }
      .productView-options .form-increment-bulkOrder a:hover {
        color: #61d19e; }
  .productView-options .form-action {
    max-width: 360px;
    margin: auto; }
    @media (min-width: 551px) {
      .productView-options .form-action {
        padding: 0 0.71429rem; } }
    @media (min-width: 801px) {
      .productView-options .form-action {
        max-width: 310px;
        margin: 0;
        margin-top: 28px;
        float: none;
        padding: 0;
        width: auto; } }
    .productView-options .form-action .button {
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
      width: 100%;
      border: 1px solid #006bb7;
      padding: 12px 0;
      margin: 0;
      margin-bottom: 13px; }
      .productView-options .form-action .button:hover {
        background: #61d19e;
        border-color: #61d19e; }
    .productView-options .form-action svg {
      width: 15px;
      height: 12px; }
    .productView-options .form-action .add-to-cart-btn {
      background: #0a6aa1; }
    .productView-options .form-action .buy-now-btn {
      background: none;
      color: #004282;
      margin-bottom: 13px; }
      .productView-options .form-action .buy-now-btn:hover {
        color: white; }
      .productView-options .form-action .buy-now-btn:hover path {
        fill: white; }
  .productView-options .form-wishlist:before {
    content: "";
    background: center/contain no-repeat url(../img/account/33.svg);
    height: 12px;
    width: 10px;
    display: block;
    margin-top: 4px;
    float: left;
    position: absolute;
    left: -9px;
    top: 0; }
    @media (min-width: 801px) {
      .productView-options .form-wishlist:before {
        position: static; } }
  .productView-options .add-to-list-input {
    border: none;
    background: none;
    color: #004282;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px; }
    .productView-options .add-to-list-input:hover {
      color: #61d19e; }

.productView-description {
  display: none; }
  @media (min-width: 801px) {
    .productView-description {
      display: initial; } }
  .productView-description-mob {
    clear: both;
    padding: 0 31px;
    color: #6e6e70;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em; }
    .productView-description-mob.not-expanded {
      text-overflow: ellipsis;
      word-wrap: break-word;
      overflow: hidden;
      max-height: 13.8em; }
      .productView-description-mob.not-expanded + .productView-description-mob-showMore .showMore {
        display: block; }
      .productView-description-mob.not-expanded + .productView-description-mob-showMore .showLess {
        display: none; }
    .productView-description-mob-showMore {
      position: relative;
      font-size: 10px;
      font-weight: bold;
      text-transform: uppercase;
      color: #004282;
      margin-top: 21px;
      margin-left: 26px; }
      .productView-description-mob-showMore:after {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 6px solid #bed7ea;
        border-left: 6px solid transparent;
        position: absolute;
        right: -3px;
        bottom: 6px; }
      @media (min-width: 801px) {
        .productView-description-mob-showMore {
          display: none; } }
      .productView-description-mob-showMore .showMore {
        display: none; }
      .productView-description-mob-showMore .showLess {
        display: block; }
    @media (min-width: 801px) {
      .productView-description-mob {
        display: none; } }

.productView-description-list {
  max-width: 415px; }
  .productView-description-list ul {
    margin-left: 0;
    padding-left: 0; }
    .productView-description-list ul:last-child {
      margin-bottom: 0; }
  .productView-description-list li {
    list-style-type: none;
    color: #272727;
    margin-bottom: 30px; }
    .productView-description-list li .list-title {
      text-decoration: none;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      position: relative; }
      .productView-description-list li .list-title:after {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 8px solid #6e6e70;
        border-right: 8px solid transparent;
        position: absolute;
        right: -19px;
        top: 4px; }
    .productView-description-list li .list-content {
      display: none;
      margin-top: 19px;
      font-weight: 500;
      font-size: 16px;
      line-height: 18px; }
      .productView-description-list li .list-content li {
        list-style-type: square;
        margin-left: 10%; }
      .productView-description-list li .list-content-highlight {
        display: inline-block;
        text-align: center;
        margin-right: 20px;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        color: #6e6e70; }
        .productView-description-list li .list-content-highlight img {
          display: block;
          margin: auto;
          margin-bottom: 10px;
          width: 20px; }
  .productView-description-list .is-active > .list-title:after {
    transform: rotate(-45deg);
    border-bottom-color: #61d19e; }
  .productView-description-list .is-active > a {
    color: #61d19e; }
  .productView-description-list .is-active .list-content {
    display: block; }

.description-author {
  cursor: text;
  display: none;
  position: absolute;
  padding-left: 28px;
  padding-right: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 10px;
  line-height: 12px;
  background: white;
  left: 50%;
  width: 350px;
  border: 5px solid #DFEBF5;
  z-index: 10; }
  .description-author.mob {
    display: block;
    position: static;
    width: auto;
    border: 0;
    border-top: 1px solid #e6e8e8;
    border-bottom: 1px solid #e6e8e8;
    padding: 20px 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #6e6e70; }
    @media (min-width: 801px) {
      .description-author.mob {
        display: none; } }
    .description-author.mob .prod-heading.not-expanded .description-author-label {
      display: block; }
    .description-author.mob .prod-heading.not-expanded .description-author-name {
      display: none; }
    .description-author.mob .prod-heading.not-expanded ~ p {
      display: none; }
    .description-author.mob .description-author-label {
      display: none; }
    .description-author.mob .description-author-name {
      display: block; }
    .description-author.mob .prod-heading:before {
      left: auto;
      right: 0; }
  .description-author .prod-heading {
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0; }
  .description-author p {
    white-space: pre-line; }

.productOptions-list {
  border: 1px solid #cccccc;
  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 #cccccc; }
  .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 {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.productView-list-mobile {
  display: none;
  clear: both;
  padding: 0 31px; }
  @media (min-width: 801px) {
    .productView-list-mobile {
      display: none; } }
  .productView-list-mobile-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .productView-list-mobile-item:after {
      content: '';
      width: 0;
      height: 0;
      border-bottom: 10px solid #61d19e;
      border-left: 10px solid transparent;
      position: absolute;
      right: 0; }
    .productView-list-mobile-item .productView-reviewLink {
      float: none;
      margin: 0; }
    .productView-list-mobile-item .prod-rating-outer {
      margin-right: 32px; }

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

.product-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 624px;
  margin: 20px 0; }

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49%;
  min-width: 49%;
  background: #FAFAFA;
  border: 2px solid #F6F6F6;
  cursor: pointer;
  margin-bottom: 10px;
  justify-content: flex-end;
  position: relative;
  min-height: 132px;
  padding: 10px 15px 18px;
  color: #272727; }
  @media (min-width: 801px) and (max-width: 1000px) {
    .product-price {
      padding: 10px; } }

.product-price.out_of_stock {
  min-height: 156px; }

.product-price .price-section--withoutTax {
  font-size: 12px;
  line-height: 15px;
  display: -webkit-flex;
  display: -webkit-inline-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 5px; }
  @media (min-width: 801px) and (max-width: 1000px) {
    .product-price .price-section--withoutTax {
      font-size: 10px; } }

.product-price .price-section--withoutTax span:last-child {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #454545;
  text-decoration: none;
  float: right; }

.product-price_radio {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  display: none; }

.product-price_radio:checked + .product-price {
  background: #fff;
  border: 2px solid #BED7E9;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2); }
  .product-price_radio:checked + .product-price .product-price_top {
    color: #235D90; }

.product-price_top {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #6e6e70;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  padding: 6px 10px 0;
  text-align: center; }
  @media (min-width: 801px) and (max-width: 1000px) {
    .product-price_top {
      font-size: 10px; } }

.product-price_box {
  position: relative;
  width: 100%; }

.product-price_line {
  position: absolute;
  left: 0;
  top: 0;
  height: 12px;
  padding: 0 3px;
  background: #006bb7;
  font-size: 9px;
  color: #fff;
  display: none; }

.product-price_line:after {
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  border-top: 12px solid #006bb7;
  border-right: 12px solid transparent; }

.product-price_list {
  margin: 0;
  display: -webkit-flex;
  display: -webkit-inline-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }

.product-price_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.product-price_list li:first-child {
  margin-bottom: 7px; }

.product-price_list li:last-child span:first-child {
  line-height: 12px;
  background: #006BB7;
  color: #fff;
  font-weight: 600;
  margin-left: -2px;
  padding: 4px 14% 4px 7px;
  position: relative;
  font-size: 10px; }
  @media (min-width: 801px) and (max-width: 1000px) {
    .product-price_list li:last-child span:first-child {
      padding-right: 7px; } }
  .product-price_list li:last-child span:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: -13px;
    border-bottom: 2em solid #006BB7;
    border-right: 13px solid transparent; }

.product-price_list span {
  font-size: 12px;
  line-height: 15px;
  color: #272727; }
  @media (min-width: 801px) and (max-width: 1000px) {
    .product-price_list span {
      letter-spacing: -1px;
      font-size: 10px; } }

.product-price_list span:nth-child(2) {
  color: #006BB7;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px; }

.product-price_list li:nth-child(1) span:nth-child(2) {
  color: #EE3524;
  line-height: 17px; }

.product-price_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: #272727;
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 15px; }

.product-price_bottom b {
  margin-left: 3px;
  font-size: 14px;
  font-weight: 600;
  color: #454545;
  line-height: 17px; }

.product-price_descr {
  font-size: 9px;
  color: #6e6e70;
  text-align: center;
  margin-top: 5px;
  position: absolute;
  bottom: 4px; }

.product-price_stock_message {
  order: 1;
  font-size: 10px;
  padding: 10px 14px;
  width: 100%;
  text-align: center;
  background: #006bb7;
  color: #ffffff;
  margin-top: 5px; }

.product-price_box, .product-price_descr {
  order: 1; }

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

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

.compareTable-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 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: #006bb7;
    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-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: #000000; }
  .toggleLink:hover {
    color: #61d19e; }
  .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; }

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

.facetedSearch-navList .accordion {
  border: 0; }

.facetedSearch-navList .accordion-navigation {
  border: 0; }

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

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

.facetedSearch-refineFilters {
  display: none; }

.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: white;
    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-additionalCheckoutButtons .CheckoutButton, .previewCart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child, .previewCart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child, .previewCart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.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;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @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;
      width: 8.33333%;
      padding: 0.5rem 0; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

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

@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: #999999;
  margin-bottom: 0.21429rem; }

.cart-item-name {
  font-size: 15px;
  margin: 0; }
  .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: #006bb7; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%;
  border: 2px solid #5ea1d0;
  box-shadow: rgba(94, 161, 208, 0.8) 0 3px 6px 0;
  margin-top: -6px;
  padding: 12px 14px;
  font-weight: 600;
  color: #272727; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (max-width: 1100px) {
    .cart-totals {
      max-width: 600px;
      margin: auto; } }
  .cart-totals a {
    text-decoration: none; }
  .cart-totals .cart-subtotal {
    margin-bottom: 7px; }
  .cart-totals .cart-shipping {
    margin-bottom: 11px; }
    .cart-totals .cart-shipping-label {
      font-size: 8px;
      color: #006bb7;
      font-weight: bold;
      margin: 0; }
    .cart-totals .cart-shipping .button--primary {
      background: #006bb7;
      border: none;
      font-weight: 600; }
  .cart-totals .cart-grand-total {
    color: #004282;
    border-top: 1px solid #979797;
    padding-top: 15px; }
  .cart-totals .cart-grand-total .cart-total-label {
    color: #004282; }
  .cart-totals .grand-total-outer {
    padding-top: 10px;
    color: #004282;
    border-top: 1px solid #979797; }
    .cart-totals .grand-total-outer .cart-grand-total-member {
      border: 1px solid #006bb7; }
      .cart-totals .grand-total-outer .cart-grand-total-member:after {
        content: "";
        display: table;
        clear: both; }
    .cart-totals .grand-total-outer .cart-grand-total-member .cart-total-label,
    .cart-totals .grand-total-outer .cart-grand-total-member .cart-total-value {
      font-weight: 500;
      letter-spacing: 0;
      line-height: 12px;
      color: #FFFFFF;
      padding: 5px; }
    .cart-totals .grand-total-outer .cart-grand-total-member .cart-total-label {
      background: #006bb7;
      position: relative;
      padding-right: 26%; }
      .cart-totals .grand-total-outer .cart-grand-total-member .cart-total-label:after {
        content: "";
        position: absolute;
        top: 0;
        right: -18px;
        border-bottom: 1.6em solid #006bb7;
        border-right: 18px solid transparent; }
    .cart-totals .grand-total-outer .cart-grand-total-member .cart-total-value {
      color: #004282;
      font-weight: 700; }
  .cart-totals .cart-coupon {
    margin-top: 30px; }
  .cart-totals .disabled {
    display: none; }

.cart-total {
  border-bottom: 0;
  margin-bottom: 10px; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total .coupon-form {
    position: relative; }
    .cart-total .coupon-form .form-input {
      width: 100%;
      height: 100%;
      padding-left: 40px;
      padding-right: 80px; }
      .cart-total .coupon-form .form-input::placeholder {
        font-size: 10px; }
    .cart-total .coupon-form:before {
      bottom: 2px;
      content: "";
      position: absolute;
      height: 60%;
      width: 28px;
      background: url(../img/40.svg) 50% center no-repeat #f2f7fb;
      left: 3px; }
    .cart-total .coupon-form .button--small {
      position: absolute;
      float: none;
      width: auto;
      font-size: 10px;
      font-weight: bold;
      padding: 3px 13px;
      background: #e6e8e8;
      border: 1px solid #bdbfbf;
      text-transform: uppercase;
      color: #006bb7;
      bottom: 11px;
      right: 5px; }
  .cart-total .coupon-label {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 6px; }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    vertical-align: top;
    width: 100%;
    border-color: #bed7ea;
    border-radius: 0;
    border-width: 3px;
    padding: 10px; }
  .cart-total .form-select {
    background-position: right 0.35714rem top 0.5rem;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem;
    padding-right: 40px;
    border: 3px solid #bed7ea;
    border-radius: 0; }
  .cart-total .form-inlineMessage {
    text-align: left; }
  .cart-total .gift-card-form {
    position: relative; }
    .cart-total .gift-card-form .form-input {
      width: 100%;
      height: 100%;
      padding-left: 40px;
      padding-right: 80px; }
      .cart-total .gift-card-form .form-input::placeholder {
        font-size: 10px; }
    .cart-total .gift-card-form:before {
      bottom: 2px;
      content: "";
      position: absolute;
      height: 60%;
      width: 28px;
      left: 3px; }
    .cart-total .gift-card-form .button--small {
      position: absolute;
      float: none;
      width: auto;
      font-size: 10px;
      font-weight: bold;
      padding: 3px 13px;
      background: #e6e8e8;
      border: 1px solid #bdbfbf;
      text-transform: uppercase;
      color: #006bb7;
      bottom: -3px;
      right: 5px; }

.cart-total-label {
  color: #333333;
  width: auto; }
  @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; } }

.cart-total-label {
  float: left;
  text-align: left; }

.cart-total-value {
  float: right; }

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

.cart-shipping-label .alertBox--info {
  background-color: transparent;
  border-color: transparent;
  font-size: 11px;
  color: #006bb7;
  font-weight: 700;
  padding: 0;
  margin: 0; }

.cart-shipping-label .alertBox-icon {
  display: none; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #dfebf5;
  padding: 0;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #61d19e; }

.coupon-code-cancel,
.shipping-estimate-hide {
  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%;
    background: #006bb7;
    border: none;
    font-weight: 600; }

.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;
    font-size: 12px;
    font-weight: 500;
    color: #272727; }

.estimator-form-label-text {
  margin-left: 0.71429rem;
  font-size: 12px;
  font-weight: 500;
  color: #272727; }

.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; }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }
  .cart-actions .button {
    background: #006bb7;
    text-transform: uppercase;
    font-weight: 600;
    border: none; }
    .cart-actions .button:active, .cart-actions .button:hover {
      background: #61d19e; }

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

.navUser ul.previewCartList {
  margin: 0 30px; }

.navUser ul .previewCartItem {
  display: flex;
  padding: 35px 0 10px; }
  .navUser ul .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image {
  padding: 0;
  text-align: center;
  position: relative;
  margin-right: 20px; }
  .previewCartItem-image img {
    max-width: 100px; }

.remove-elem {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background: url("../img/icons-delete.svg") center no-repeat; }

.previewCartItem-content {
  padding-left: 0;
  position: relative;
  width: 100%; }

.previewCartItem-name {
  margin: 0;
  text-transform: none;
  max-width: calc(100% - 25px); }
  .previewCartItem-name > a {
    text-decoration: none;
    color: #004282;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px; }

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

.previewCartItem-type {
  text-transform: none;
  font-size: 14px; }

.previewCartItem-wr .form-input {
  background: #dfebf5;
  width: 20px;
  line-height: 20px;
  color: #004282;
  margin: 0 8px;
  height: 20px;
  border-radius: 0;
  font-size: 14px; }

.previewCartItem-wr .button--icon {
  width: 8px;
  height: 8px;
  padding: 2px 3px 3px 2px;
  line-height: 0.5em;
  margin: 2px 0 0;
  font-size: 15px;
  position: relative;
  border: 2px solid #006bb7;
  box-sizing: content-box;
  font-weight: 500;
  color: #006bb7; }
  .previewCartItem-wr .button--icon[data-action="dec"] {
    line-height: 0;
    margin-left: 7%;
    padding: 1px 3px 4px 2px; }

.previewCartItem-price {
  display: inline-block;
  margin-top: 10px;
  float: right;
  color: #004282;
  font-size: 12px;
  font-weight: 500; }
  .previewCartItem-price span {
    color: #004282;
    font-size: 12px;
    font-weight: 500; }

.wr {
  display: flex;
  margin-top: 10px; }

.attr {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0; }
  .attr .attr-value {
    font-size: 14px;
    font-weight: 600;
    color: #004282;
    line-height: 14px; }
  .attr .label {
    display: inline-block;
    line-height: 14px; }
    .attr .label[data-icon='Book']:after, .attr .label[data-icon='book']:after {
      content: "";
      display: inline-block;
      height: 20px;
      width: 20px;
      margin-right: 8px;
      background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAoHBwkHBgoJCAkLCwoMDxkQDw4ODx4WFxIZJCAmJSMgIyIoLTkwKCo2KyIjMkQyNjs9QEBAJjBGS0U+Sjk/QD3/2wBDAQsLCw8NDx0QEB09KSMpPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT3/wgARCADIAMgDAREAAhEBAxEB/8QAGgABAQADAQEAAAAAAAAAAAAAAAcDBQYEAf/EABoBAQADAQEBAAAAAAAAAAAAAAABAgMGBQT/2gAMAwEAAhADEAAAAOiy5kAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFugv6JIAws9TX5NtP15p0ABHP080gAAAAFqFr0XO1+AgD2zvs5+nWR83ijAAnorfdPc+fRQAAAAFqDr0M+y58oCfs27/X3+Ax8D4oAXoOvQT7Pn0UAAAABag69DPs+fRQAJ0RQgAtQdehn2fPooAAAAC1B16GfZ8+igBaga+/P8vBKAFqDr0M+z59FAAAAAWoOvQz7Pn0UAJ39/R0FPOIALUHXoZ9nz6KAAAAAtQdehn2fPooATv7+joKecQAWoOvQz7Pn0UAAAABag69DPs+fRUEF6Br70/y8AgJgtQdOhn2fPooAAAAC1B16GfZ+CigBBoUASLUHT359nz6KAAAAAtQdehAAwq518CmZYAET7LnyoAAAACbBAE+6fo7PT2OMp4/hr85AJIKgAAAAAAAAsVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH/8QAMBAAAAMECAYBBAMAAAAAAAAAAAECAxZU4QQREiIwQ4GTBRMgIWGjMQZBcKIUQFH/2gAIAQEAAT8A/GrqHF+uYdQ4stuYdQ4stuYdQ4stuYdQ4v1zDf6YpDNNbFqhr+o/jNufyOUvm/FmoMPpmkNCrbNEs/2DqHF+uYdQ4stuYdQ4stuYdQ4stuYdU4stueKXZGges4T2SD1nCFuSD1nCFuSD1nCeyQ4fx9jTWhMlpNk0P4HJZ83m2E26qrVXeocQ48xoTU2SEm1aF8h6zhC3JB6zhC3JB6zhC3JB6zhC3JA+6DxcvTpQs0LJaTqNJ1kLRWNAtZrWpajrNR1n05emLl6YmXpi5enVZKx8fbqy9MXL06nqOELcl1ZemLl6dTqnF+ufVl6YuXp1Wi5fz9urL0xcvTEy9MVKisl3FzwLngXPAueA3odGpSamrJCxZT/gYUOjURNTFkhAueBc8C54FzwFKKyff+lwzibWhN0Xz5Vd5Ji2VmuscT4m1pzdd8yZEd1Jfjv/xAAcEQEBAAEFAQAAAAAAAAAAAAASAAEQEUBgcDD/2gAIAQIBAT8A81MYxjG2jGMYxtvqpSlYzpvKUpcPHTFyT2PGdM587//EACcRAAECBQQDAAIDAAAAAAAAAAABAhESFDJRAyAwQgQiMSFwE0BB/9oACAEDAQE/AP1o1IlAmSgTJQJkoEyUCZH+CqfD+J80sBnguX6UCZKBMlAmSgTIvgQSMRUgsONlwlsRfPgsIFemCvTBXpg0fKbqLBSVIxNXymsK9MFemCvTAnnoq/BbR93Gy46j7l2aawcTJKaixcuxn06j7uNlx1H3bffay46j7uNlx1H3bGfSVJR9y7GXHUfdxsuOo+7YiwUrvxCAqxWOxlx1H3cbLjqPu2IkVKH8RiKkFhsZcdR93Gy46j7tjPpMko+5djLjqPu42XHUe1ZiRSRSRSVSLyVSRSRSRRjFmOo+7jZ9GuSBFp6nqeoumx3+ErcCMY09T1PU9Rzkgo+5eSdxO4ncTuJ1yaGu5jidIRNfXc50EJ3E7idxO4ndn+nMv6j/AP/Z);
      background-size: 20px 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .attr .label[data-icon*='Brochure']:after, .attr .label[data-icon*='brochure']:after {
      content: "";
      display: inline-block;
      height: 20px;
      width: 20px;
      margin-right: 8px;
      background-image: url(data:image/jpeg;base64,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);
      background-size: 20px 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .attr .label[data-icon='Multimedia']:after, .attr .label[data-icon='multimedia']:after {
      content: "";
      display: inline-block;
      height: 20px;
      width: 20px;
      margin-right: 8px;
      background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAkGBwgHBgkICAgKCgkLDhcPDg0NDhwUFREXIh4jIyEeICAlKjUtJScyKCAgLj8vMjc5PDw8JC1CRkE6RjU7PDn/2wBDAQoKCg4MDhsPDxs5JiAmOTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTk5OTn/wgARCADIAMgDAREAAhEBAxEB/8QAGgABAQEBAAMAAAAAAAAAAAAAAAcGCAEEBf/EABsBAQACAwEBAAAAAAAAAAAAAAAFBgIDBAEH/9oADAMBAAIQAxAAAACmUeXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzktxZuX4QAe6SI7dHE9oAAAAAAADbhnJbizcxxAB40kR26OJ7WrMAAAAAABtw5x+j1ZswAAAas+jvnNpaswAAAAAM5L8ObluJtwegAAHhqz0kT3aOI7QAAAABOLbCZyX49HEdoe+PAB6DzOS/Fo4jto9SmwAAAABOLbCCj1KbDPHETkdtoOR84ZACcW2EFHqU2AAAAAJxbYQUepTYbcOcfp9Q0Ed1VOnzv24zrAnFthTyj1KbAAAAAE4tsIKPUpsN2HOP0upVmqzM1s8RroWQpFRmvZ07JxbYQUepTYAAAAAnFthBR6lNhuw5x+l1Ks1WZmtniNdCSFIqc17OjZOLbCCj1KbAAAAAE4tsIKPUpsNuHOP0+oaCO6qnUJz7cX2ATi2wp5R6lNgAAAACcW2EFHqU2GeOInI7bQUj5xyAE4tsIKPUpsAAAAATi2wmcl+PRxHaDwAHoPM5L8WjiO2j1KbAAAAAGcl+LNy3CegAAADSRPbo4jtAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH/8QAORAAAAEHCgUCBAYDAAAAAAAAAAEEEhdlpOICAwUGBxQkRYPCFiAwQ2ETQRAyUlMhMVFwwdIRQFD/2gAIAQEAAT8A/Z+uFauGrpgrzeE+6giij4KFpsV6gC02K9QBabFeoAtNivUAWmxXqAVOrVxLe8Fdruh3U0kkvBP9OuFVeJbpjbtd0+0mkkj5IFWNp1jCrG06xhVjadYwqxtOsYVY2nWMVOqrwze8bebwh2kEUUvJf+TXCtXDN0wd5vCfdQRRR8FC02K9QBabFeoAtNivUAWmxXqALTYr1AFpsV6gC02K9QBabFeoAtNivUAWmxXqALTYr1AKn1p4mveCu13Q7qaSSXgnVtgyjW2Cp1VuJr3jbtd0O0mkkl5IFWNp1jCrG06xhVjadYwqxtOsYVY2nWMKsbTrGFWNp1jCrG06xhVjadYxXCq3DN0xt5vCfaQRRR8lFj2b6O/q2wZRrbBY9m+jv5KtWhGZ8gb0phDj6+3L/qCFJKkkKQpCkL+ReW2DKNbYLHs30d/VtgyjW2Cx7N9Hfy1crdSVBFQkS/XNPsTn8F9hV6tFGU9Iw86gce8xOfPyWwZRrbBY9m+jv6tsGUa2wWPZvo7+WslnxkfpnFGYQ4+jtwikaNpChDz0juZnDeek/jIlfr5klFWrRDg2RN6YxEz9+T84o8/NKSNiHBkcSJ+aL7yPhbBlGtsFj2b6O/q2wZRrbBY9m+jv5ayWgmRgnMUZjDj6+1EKRpKkKbPPVOp6cOJ6V+EiT+niSQVbs7ODlE4pjDzP2JPzijzA0o02IbmZvImJqT7SPhbBlGtsFj2b6O/q2wZRrbBY9m+jv5auVRpKnSpyJHoGn35z+Ce4q9VejKBkYebTOPefnPm5LYMo1tgsezfR39W2DKNbYLHs30d/JVqz0zMUDilMWcfR25H9gQhJJESE/wAEJ+ROW2DKNbYLHs30d/VtgyjW2Cp1aeGb3grzeEO6giil4KFpsV6gC02K9QBabFeoAtNivUAWmxXqALTYr1AFpsV6gC02K9QBabFeoBXCtPE10wV2u6fdTSSR8EFj2b6O/q1wqrxNdMbdrun2k0kkfJAqxtOsYVY2nWMKsbTrGFWNp1jCrG06xhVjadYwqxtOsYVY2nWMKsbTrGFWNp1jCrG06xip9VuGb3jbzeEO0giil5L+zv8A/8QAMBEAAAIIBAQGAwEBAAAAAAAAAAMBAgUGERZCYgQVIVIQFDBhEhMgIjEzMkBwQVH/2gAIAQIBAT8A/j7NZvOR1Et3CW7hLdwlu4S3cGkzeThr+l5K/wDwM3Fr4OPtGer7Bnq+wZ6vsGer7Bnq+wNLFr4yHtHkro/z9An80AryPAj4ESOwiR2ESOwiR2ESOwiR2ESOwOSR4EwgDvzT1mazebjqJcuGRGbxkRm8ZEZvGRGbxkRm8ZEZvGRGbxkRm8ZEZvEt3BpM3lIa9V26g0mlykBMlomS0TJ2EyWiZLRMlomS0TJaJktDNaXOR0DyU9V26g8lPEpXxLoVSMSxTFVELqBctKvz6XbqDyU9V26g8lPEj7EAn60DGMorEo00SMYzDcOn409Dt1B5Keq7dQeSniR9iAqmBEewwzbXKMSqZqgFGlYtQY9hIX9xYPw65K3hW4O3UHkp6rt1B5KeJH2ICqIkQ7DDMRc0xKxmiAUUVhFBj26qp7SwfiFzlvEtwduoPJT1XbqDyU8SPsQCfrQMY1SsN3SMY1DcQn509Dt1B5Keq7dQeSniWshRdCyRiW0YsohRQLmLL6p9Lt1B5Keq7dQaTN5uAlu4S3cJbuEt3CXLhLdwlu4S3cJbuDNZvJx1DyU9VmtLlI6CZLRMlomS0TJaJktEyWiZLRMlomS0TJaJktDSaXOQ0/jv/8QAKhEAAQEHAgYCAwEAAAAAAAAAAAIBAwQFFUFhE1IQERIjMDIgIUBRcDP/2gAIAQMBAT8A/j8VFaBVcFVwVXBVcFVwQkVr/hdaf2RThL+5Tk7inJ3FOTuKcncU5O4hHCXFzrT+/wABfq0Xqc2ncO4dw7h3DuHcHep1MHfqzzRcVoFVwVFO0qKdpUUbSoo2lRRtKijaVFG0qKNpUU7Sq4ISL1/LNbELCaxSslKyUnJSslKyUrJSslKyUrJFQujclV/LNbEpvxW3klrR1HparpaJVz+M1sSq/lmtiVX4vPVov3aOIxbocRaHvwmtiVX8s1sSq/F56tGs7g9l6Vp5pFoW5UQ0xan6WOnjHjObOE1sSq/lmtiVX4vPVo3/AEHswShPJIta3yiGlzVfax07Y7ZyZwmtiVX8s1sSq/F56tF+7RxBrejiDQ6+E1sSq/lmtiU34qZ1JawdQCWK6miU8vjNbEqv5ZrYhYvQKrgquCrYKrgquCq4KrgquCq4IqK1iVX8sXC6xSslKyUrJSslKyUrJSslKyUrJSslKyQkJofx3//Z);
      background-size: 20px 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .attr .label[data-icon='Webinar']:after, .attr .label[data-icon='webinar']:after {
      content: "";
      display: inline-block;
      height: 20px;
      width: 20px;
      margin-right: 8px;
      background-image: url(data:image/jpeg;base64,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);
      background-size: 20px 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .attr .label[data-icon*='Poster']:after, .attr .label[data-icon*='poster']:after {
      content: "";
      display: inline-block;
      height: 20px;
      width: 20px;
      margin-right: 8px;
      background-image: url(data:image/jpeg;base64,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);
      background-size: 20px 20px;
      background-position: center center;
      background-repeat: no-repeat; }

.previewCartAction {
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
  width: auto;
  padding: 35px 0 20px 0; }
  .previewCartAction .button {
    margin: 0;
    width: 100%;
    height: 30px;
    font-size: 10px;
    font-weight: 600;
    border: 0; }

.previewCartAction-shopping,
.previewCartAction-checkout {
  width: calc(50% - 10px); }

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

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

.previewCartAction-shopping .button {
  background-color: #bed7ea;
  color: #004282; }

.previewCartAction-checkout .button {
  background-color: #006bb7;
  color: #fff; }

.cart-top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #bed7ea;
  width: 100%; }
  .cart-top h3 {
    display: flex;
    align-items: flex-end;
    width: auto;
    font-size: 14px;
    line-height: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 3px; }

.author {
  min-height: 22px;
  margin: 0; }
  .author .label {
    font-size: 10px;
    color: #6e6e70;
    margin-right: 3px; }
  .author .author-name {
    color: #006bb7;
    font-size: 10px;
    font-weight: bold; }

.cart-bottom-content {
  clear: both;
  border-top: 1px solid #e6e8e8;
  padding-top: 20px;
  margin: 0 30px; }
  .cart-bottom-content .cart-total {
    font-size: 14px;
    font-weight: bold;
    color: #6e6e70;
    margin: 0;
    line-height: 14px; }
  .cart-bottom-content .sub-wrap {
    display: flex;
    justify-content: space-between; }
  .cart-bottom-content .cart-quantity, .cart-bottom-content .cart-quantity-text {
    font-size: 14px;
    font-weight: bold;
    color: #004282;
    margin: 0 0 5px 0;
    line-height: 14px;
    display: inline-block; }
  .cart-bottom-content .f-sh {
    font-size: 12px;
    font-weight: bold;
    color: #006bb7; }

.cart-bottom_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }

.cart-bottom_title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: auto;
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0; }

.cart-bottom_title h3:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 3px;
  border-bottom: 10px solid #61d19e;
  border-left: 10px solid transparent;
  margin-right: 8px; }

.previewCart-likeItemsOuter {
  border-top: 1px solid #e6e8e8;
  padding-top: 21px;
  display: flex;
  align-items: center;
  flex-direction: column; }

.like-items-hide .previewCart-likeItemsOuter {
  display: none; }

.previewCart-likeItemsHeader {
  position: relative;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900; }
  .previewCart-likeItemsHeader:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 3px;
    border-bottom: 10px solid #61d19e;
    border-left: 10px solid transparent;
    margin-right: 8px;
    position: absolute;
    bottom: 5px;
    left: -14px; }

.previewCart-likeItems {
  display: flex;
  justify-content: space-around; }
  .previewCart-likeItems .productCarousel-slide {
    width: 33%;
    min-width: 200px; }
  .previewCart-likeItems .card {
    padding: 22px 26px; }
    .previewCart-likeItems .card .card-figure {
      max-height: 150px;
      overflow: hidden;
      border-radius: 0 5px 5px 0; }
    .previewCart-likeItems .card .wr-col, .previewCart-likeItems .card .card-body {
      width: 100%; }
    .previewCart-likeItems .card .wr-col {
      height: 150px;
      margin-bottom: 10px;
      display: -webkit-flex;
      display: -ms-flex;
      display: -moz-flex;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
    .previewCart-likeItems .card .wr-col .product-label {
      z-index: 10;
      width: 0; }
    .previewCart-likeItems .card .wr-col .card-figure .card-image {
      object-position: center; }
    .previewCart-likeItems .card .tabs li.tab {
      display: none; }
    .previewCart-likeItems .card .card-title > a {
      font-size: 12px;
      margin: 0; }
    .previewCart-likeItems .card .tabs-contents {
      border: none; }
    .previewCart-likeItems .card .tabs-contents .tab-content {
      padding: 0 5px 0 0;
      border-top: none; }
    .previewCart-likeItems .card .tabs-contents .price-section {
      font-size: 8px;
      font-weight: normal;
      line-height: 15px; }
      .previewCart-likeItems .card .tabs-contents .price-section .price.old-price {
        font-size: 9px;
        font-weight: normal;
        color: #6e6e70; }
    .previewCart-likeItems .card .card-title {
      margin-bottom: 8px;
      padding: 0 4px; }
    .previewCart-likeItems .card .r-p-wr {
      min-height: auto; }
    .previewCart-likeItems .card .price-brd .price-section {
      line-height: 13px; }
      .previewCart-likeItems .card .price-brd .price-section .price {
        font-size: 9px;
        font-weight: bold;
        line-height: 13px; }
      .previewCart-likeItems .card .price-brd .price-section .price-now-label {
        font-size: 8px;
        font-weight: bold;
        line-height: 13px;
        padding-right: 10px; }
    .previewCart-likeItems .card .price-brd .item-ttl {
      font-size: 6px;
      font-weight: bold;
      letter-spacing: 0; }
  .previewCart-likeItems .card-figcaption-body, .previewCart-likeItems .author, .previewCart-likeItems .product-summary-outer {
    display: none; }
  .previewCart-likeItems .Webinar .r-p-wr, .previewCart-likeItems .Multimedia .r-p-wr, .previewCart-likeItems .webinar .r-p-wr, .previewCart-likeItems .multimedia .r-p-wr {
    max-width: none;
    width: auto;
    float: none; }
  .previewCart-likeItems .Webinar .cont-wr, .previewCart-likeItems .Multimedia .cont-wr, .previewCart-likeItems .webinar .cont-wr, .previewCart-likeItems .multimedia .cont-wr {
    min-height: auto;
    justify-content: flex-start; }
  .previewCart-likeItems .Webinar .prices-tabs, .previewCart-likeItems .Multimedia .prices-tabs, .previewCart-likeItems .webinar .prices-tabs, .previewCart-likeItems .multimedia .prices-tabs {
    width: 100%;
    border: none; }
  .previewCart-likeItems .Webinar .tabs-contents, .previewCart-likeItems .Multimedia .tabs-contents, .previewCart-likeItems .webinar .tabs-contents, .previewCart-likeItems .multimedia .tabs-contents {
    border: none; }
  .previewCart-likeItems:after {
    clear: both; }

.swal2-modal {
  border-radius: 0; }
  .swal2-modal .swal2-html-container {
    font-weight: 600;
    color: #004282; }
  .swal2-modal .button {
    font-weight: 600;
    text-transform: uppercase; }
  .swal2-modal .swal2-actions .swal2-confirm {
    background: #004282;
    border: none; }
    .swal2-modal .swal2-actions .swal2-confirm:hover {
      background: #61d19e; }
  .swal2-modal .swal2-cancel {
    border-color: #004282;
    color: #004282; }

.modal-body .productOptions-list {
  margin-top: 10px;
  border: none;
  margin: auto; }
  .modal-body .productOptions-list .form-label--inlineSmall small {
    color: #272727; }
  @media (min-width: 801px) {
    .modal-body .productOptions-list {
      max-width: 415px; } }
  .modal-body .productOptions-list .productOptions-list {
    border: none; }
  .modal-body .productOptions-list .productOptions-list-item + .productOptions-list-item {
    margin-left: 1.5rem;
    padding-left: 0; }
  .modal-body .productOptions-list .form-label {
    font-weight: 600; }
  .modal-body .productOptions-list .productOptions-list-item-figure {
    text-align: center; }
  .modal-body .productOptions-list .productOptions-list-item-image {
    max-height: 70px; }

h1.cart-page-heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  left: -10px;
  margin-bottom: 40px; }
  @media (max-width: 1250px) {
    h1.cart-page-heading {
      left: 0; } }
  h1.cart-page-heading svg {
    max-width: 24px;
    max-height: 20px;
    margin-right: 7px; }
  h1.cart-page-heading:before {
    content: none; }

@media (min-width: 768px) {
  h3.empty-cart-text {
    margin-bottom: 12rem; } }

div[data-cart-content] {
  max-width: 750px;
  width: 100%;
  float: left; }
  @media (max-width: 1100px) {
    div[data-cart-content] {
      max-width: 100%; } }

div[data-cart-totals] {
  max-width: 305px;
  float: right;
  width: 100%; }
  @media (max-width: 1100px) {
    div[data-cart-totals] {
      float: none;
      clear: both;
      max-width: 100%; }
      div[data-cart-totals] h4.cartList-itemsHeader {
        max-width: 600px;
        margin: auto; } }
    @media (max-width: 1100px) and (max-width: 1100px) {
      div[data-cart-totals] h4.cartList-itemsHeader {
        position: relative;
        left: 18px; } }
  @media (max-width: 600px) {
    div[data-cart-totals] {
      max-width: 100%; } }

.cartList * {
  list-style-type: none;
  margin: 0;
  text-decoration: none;
  border-radius: 0; }

.cartList-itemsHeader {
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  margin-left: 4px; }
  @media (max-width: 1250px) {
    .cartList-itemsHeader {
      margin-left: 18px; } }
  .cartList-itemsHeader:before {
    content: "";
    position: absolute;
    border-bottom: 10px solid #61d19e;
    border-left: 10px solid transparent;
    left: -18px;
    top: 12px; }

.cartList .cartList-items-list {
  max-width: 742px; }
  @media (max-width: 1100px) {
    .cartList .cartList-items-list {
      max-width: none; } }

.cartList .cartList-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  margin: 20px 0; }
  @media (max-width: 767px) {
    .cartList .cartList-item {
      display: block;
      margin: 13px 0;
      padding-bottom: 13px;
      border-bottom: 1px solid #e6e8e8; }
      .cartList .cartList-item:after {
        content: '';
        display: table;
        clear: both;
        width: 100%; } }
  .cartList .cartList-item .cartList-item-figure {
    max-width: 140px;
    height: 200px;
    width: 100%;
    margin: 0;
    position: relative; }
    @media (max-width: 1279px) {
      .cartList .cartList-item .cartList-item-figure {
        float: left;
        margin: 0 15px 0 0; } }
    @media (max-width: 768px) {
      .cartList .cartList-item .cartList-item-figure {
        max-width: 96px; } }
    .cartList .cartList-item .cartList-item-figure > img {
      width: 100%;
      max-width: none;
      position: absolute;
      margin: auto;
      top: 0;
      max-height: 100%;
      object-fit: contain;
      font-family: 'object-fit: contain;'; }
  .cartList .cartList-item .cartList-item-content {
    margin: 20px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .cartList .cartList-item .cartList-item-content {
        margin-top: 15px; } }
    .cartList .cartList-item .cartList-item-content .cartList-item-name {
      margin-bottom: 8px;
      max-width: 390px; }
      @media (max-width: 1279px) {
        .cartList .cartList-item .cartList-item-content .cartList-item-name {
          text-transform: capitalize; } }
      @media (max-width: 768px) {
        .cartList .cartList-item .cartList-item-content .cartList-item-name {
          max-width: none; } }
      .cartList .cartList-item .cartList-item-content .cartList-item-name a {
        font-size: 16px;
        color: #004282;
        font-weight: bold; }
        @media (max-width: 800px) {
          .cartList .cartList-item .cartList-item-content .cartList-item-name a {
            font-size: 11px;
            line-height: 1; } }
    .cartList .cartList-item .cartList-item-content .cartList-item-author {
      margin-bottom: 21px;
      display: block;
      font-size: 10px;
      font-weight: normal;
      color: #6e6e70; }
    .cartList .cartList-item .cartList-item-content .cartList-item-authorName {
      font-weight: bold;
      color: #006bb7; }
    .cartList .cartList-item .cartList-item-content .cartList-item-type {
      margin-bottom: 19px;
      font-size: 14px;
      text-transform: initial; }
      @media (max-width: 768px) {
        .cartList .cartList-item .cartList-item-content .cartList-item-type {
          float: left;
          margin-right: 12px; } }
    .cartList .cartList-item .cartList-item-content .form-increment {
      margin-bottom: 21px; }
      .cartList .cartList-item .cartList-item-content .form-increment .cart-item-qty-input {
        background: #dfebf5;
        width: 20px;
        line-height: 20px;
        color: #004282;
        margin: 0 8px; }
      .cartList .cartList-item .cartList-item-content .form-increment .button--icon {
        font-size: 20px;
        font-weight: 500;
        color: #006bb7; }
        .cartList .cartList-item .cartList-item-content .form-increment .button--icon:first-of-type {
          padding-bottom: 0.1em; }
    .cartList .cartList-item .cartList-item-content .definitionList .definitionList-key {
      color: #6e6e70;
      font-size: 12px;
      margin-right: 10px;
      font-weight: 600;
      line-height: 21px;
      clear: left; }
    .cartList .cartList-item .cartList-item-content .definitionList .definitionList-value {
      float: left;
      color: #004282;
      font-weight: 600;
      margin-bottom: 6px; }
    .cartList .cartList-item .cartList-item-content .definitionList-option-btn {
      margin: 6px auto 21px 8px;
      display: block;
      width: 60px;
      font-weight: 600;
      font-size: 11px;
      text-transform: uppercase;
      color: #272727;
      text-decoration: underline; }
      .cartList .cartList-item .cartList-item-content .definitionList-option-btn:hover {
        color: #61d19e; }
    .cartList .cartList-item .cartList-item-content .act-wr {
      display: flex; }
    .cartList .cartList-item .cartList-item-content .cartList-item-button {
      float: none;
      display: flex;
      align-items: center;
      width: auto;
      padding: 0;
      background: none;
      font-size: 10px;
      text-transform: uppercase;
      color: #6e6e70;
      margin-right: 19px;
      height: auto;
      text-align: left; }
      .cartList .cartList-item .cartList-item-content .cartList-item-button:hover {
        color: #61d19e; }
      .cartList .cartList-item .cartList-item-content .cartList-item-button svg {
        width: 13px;
        height: 14px;
        margin-right: 3px; }
  .cartList .cartList-item .cartList-item-prices {
    max-width: 171px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-top: 18px; }
    @media (max-width: 767px) {
      .cartList .cartList-item .cartList-item-prices {
        margin-left: 111px; } }
    .cartList .cartList-item .cartList-item-prices h5 {
      margin-bottom: 7px;
      font-size: 14px;
      font-weight: bold;
      text-align: right;
      letter-spacing: 0;
      color: #949499; }
      .cartList .cartList-item .cartList-item-prices h5 span {
        margin-left: 11px;
        text-decoration: line-through; }
      .cartList .cartList-item .cartList-item-prices h5 span:last-child {
        text-decoration: none;
        color: #004282; }
    .cartList .cartList-item .cartList-item-prices h7 {
      font-size: 7px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 2px;
      background: #006bb7;
      position: absolute;
      top: 0;
      left: 0;
      color: #fff; }
      .cartList .cartList-item .cartList-item-prices h7:after {
        content: "";
        position: absolute;
        top: 0;
        right: -14px;
        border-top: 14px solid #006bb7;
        border-right: 14px solid transparent; }
    .cartList .cartList-item .cartList-item-prices .cartList-item-price {
      /**/
      font-size: 12px;
      line-height: 15px;
      color: #272727;
      margin-bottom: 7px; }
    .cartList .cartList-item .cartList-item-prices .cartList-item-savings {
      border: 1px solid #006bb7;
      padding: 5px;
      padding-top: 14px;
      position: relative;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .cartList .cartList-item .cartList-item-prices .cartList-item-savings span {
        font-size: 9px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 16px;
        color: #6e6e70; }
      .cartList .cartList-item .cartList-item-prices .cartList-item-savings .cartList-item-price {
        font-size: 12px;
        color: #61d19e; }
    .cartList .cartList-item .cartList-item-prices .cartList-item-price.savings {
      margin-bottom: 12px; }
    .cartList .cartList-item .cartList-item-prices .cartList-item-price.nar .name {
      position: relative;
      left: -2px;
      background: #006bb7;
      color: #ffffff;
      font-weight: 600;
      padding: 4px 27px 4px 7px;
      font-size: 10px;
      top: 2px; }
      .cartList .cartList-item .cartList-item-prices .cartList-item-price.nar .name:after {
        content: "";
        position: absolute;
        top: 0;
        right: -14px;
        border-bottom: 2.1em solid #006bb7;
        border-right: 14px solid transparent; }
    .cartList .cartList-item .cartList-item-prices .cartList-item-price .value {
      float: right;
      font-size: 14px;
      font-weight: 600;
      line-height: 17px;
      color: #454545; }
    .cartList .cartList-item .cartList-item-prices .cartList-item-price.savings .value {
      color: #EE3524; }
    .cartList .cartList-item .cartList-item-prices .cartList-item-price.nar .value {
      color: #006BB7;
      font-weight: 600;
      line-height: 16px;
      padding: 2px 0; }
    .cartList .cartList-item .cartList-item-prices .cartList-item-price-login {
      margin-top: 15px;
      font-size: 10px;
      color: #6e6e70;
      font-weight: bold; }
      .cartList .cartList-item .cartList-item-prices .cartList-item-price-login a {
        display: block;
        text-decoration: underline;
        margin-top: 10px; }

.cart-total.cartList-item-prices {
  width: 100%;
  position: relative;
  margin-left: auto; }
  .cart-total.cartList-item-prices .cartList-item-price {
    font-weight: bold; }
  .cart-total.cartList-item-prices .cartList-item-savings {
    border: 1px solid #006bb7;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase; }
    .cart-total.cartList-item-prices .cartList-item-savings span {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 12px;
      color: #FFFFFF;
      padding: 5px; }
      .cart-total.cartList-item-prices .cartList-item-savings span:first-child {
        background: #006bb7;
        position: relative;
        padding-right: 20px; }
        .cart-total.cartList-item-prices .cartList-item-savings span:first-child:after {
          content: "";
          position: absolute;
          top: 0;
          right: -18px;
          border-top: 1.9em solid #006bb7;
          border-right: 18px solid transparent; }
    .cart-total.cartList-item-prices .cartList-item-savings .cartList-item-price {
      font-size: 12px;
      color: #004282;
      font-weight: 700; }

.cart-subtotal + .cartList-item-prices .cartList-item-savings {
  border: none; }
  .cart-subtotal + .cartList-item-prices .cartList-item-savings span, .cart-subtotal + .cartList-item-prices .cartList-item-savings span:first-child {
    background: none;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 21px;
    color: #EE3524;
    text-transform: none; }
  .cart-subtotal + .cartList-item-prices .cartList-item-savings span:first-child:after {
    content: none; }
  .cart-subtotal + .cartList-item-prices .cartList-item-savings .cartList-item-price {
    font-size: 14px;
    font-weight: 700;
    color: #EE3524; }

.cart-wishlist-heading {
  clear: both;
  padding-top: 70px;
  margin-bottom: 33px;
  font-size: 14px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1280px) {
    .cart-wishlist-heading {
      display: none; } }
  .cart-wishlist-heading h4 {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0; }
    .cart-wishlist-heading h4:before {
      content: "";
      border-bottom: 10px solid #61d19e;
      border-left: 10px solid transparent;
      float: left;
      margin-top: 0.6em;
      margin-right: 5px; }
  .cart-wishlist-heading a {
    font-size: 16px;
    font-weight: bold;
    color: #004282;
    text-decoration: none; }
    .cart-wishlist-heading a:hover {
      color: #61d19e; }

.cart-wishlist-container {
  clear: both;
  padding-bottom: 1px;
  border-bottom: 1px solid #979797; }
  @media (max-width: 1280px) {
    .cart-wishlist-container {
      display: none; } }
  .cart-wishlist-container p {
    margin: 0; }
  .cart-wishlist-container .productGrid .product {
    width: 50%;
    position: relative; }
  .cart-wishlist-container .card {
    padding: 0;
    flex-wrap: nowrap;
    color: #6e6e70;
    justify-content: left; }
    .cart-wishlist-container .card:before {
      content: none; }
    .cart-wishlist-container .card .product-summary-outer {
      min-height: 1.5em;
      font-size: 12px;
      letter-spacing: 0;
      margin-bottom: 14px; }
    .cart-wishlist-container .card .r-p-wr {
      width: 198px;
      min-height: 1px; }
    .cart-wishlist-container .card .tabs-contents .price-brd {
      padding: 4px;
      padding-top: 0; }
      .cart-wishlist-container .card .tabs-contents .price-brd .item-ttl {
        font-size: 6px;
        font-weight: bold;
        height: 8px; }
      .cart-wishlist-container .card .tabs-contents .price-brd .item-ttl:after {
        right: -8px;
        border-top-width: 8px;
        border-right-width: 8px; }
    .cart-wishlist-container .card .tabs-contents .price-section .price {
      font-size: 12px; }
    .cart-wishlist-container .card .tabs-contents .price-section .old-price {
      font-weight: 500;
      color: #424242; }
    .cart-wishlist-container .card .tabs-contents .price-section--withoutTax {
      font-size: 10px;
      line-height: 18px;
      font-weight: 500;
      padding-right: 5px; }
  .cart-wishlist-container .wr-col {
    max-width: 140px;
    margin-right: 22px; }
    .cart-wishlist-container .wr-col .card-figure .card-image {
      margin: auto; }
  .cart-wishlist-container .card-body {
    width: auto;
    margin-right: 20px; }
  .cart-wishlist-container .card-title {
    letter-spacing: 0;
    margin-bottom: 6px;
    min-height: 2em; }
  .cart-wishlist-container .product-author span {
    font-weight: bold;
    color: #006bb7; }
  .cart-wishlist-container .card-figcaption-body {
    top: 0; }
    .cart-wishlist-container .card-figcaption-body .button.quickview {
      display: none; }
    .cart-wishlist-container .card-figcaption-body .button {
      padding: 1px 16px;
      padding-left: 10px;
      font-size: 12px;
      font-weight: 600;
      height: auto;
      width: auto; }
  .cart-wishlist-container .product > .button--small {
    position: absolute;
    right: 200px;
    bottom: 2px;
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background: none;
    border: none;
    color: #6e6e70;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex; }
    .cart-wishlist-container .product > .button--small:hover {
      color: #6ec39b; }
    .cart-wishlist-container .product > .button--small svg {
      margin-right: 3px;
      width: 10px;
      height: 14px; }
  .cart-wishlist-container .Multimedia .wr-col, .cart-wishlist-container .Webinar .wr-col, .cart-wishlist-container .multimedia .wr-col, .cart-wishlist-container .webinar .wr-col {
    margin-bottom: 0; }
  .cart-wishlist-container .Multimedia .cont-wr, .cart-wishlist-container .Webinar .cont-wr, .cart-wishlist-container .multimedia .cont-wr, .cart-wishlist-container .webinar .cont-wr {
    min-height: auto;
    justify-content: normal; }
  .cart-wishlist-container .Multimedia .card, .cart-wishlist-container .Webinar .card, .cart-wishlist-container .multimedia .card, .cart-wishlist-container .webinar .card {
    -ms-flex-direction: row;
    flex-direction: row; }
  .cart-wishlist-container .Multimedia .prices-tabs, .cart-wishlist-container .Webinar .prices-tabs, .cart-wishlist-container .multimedia .prices-tabs, .cart-wishlist-container .webinar .prices-tabs {
    width: 100%;
    margin: 0; }
  .cart-wishlist-container .Webinar .product-summary-outer, .cart-wishlist-container .Multimedia .product-summary-outer, .cart-wishlist-container .webinar .product-summary-outer, .cart-wishlist-container .multimedia .product-summary-outer {
    float: none; }
  .cart-wishlist-container .Webinar .r-p-wr, .cart-wishlist-container .Multimedia .r-p-wr, .cart-wishlist-container .webinar .r-p-wr, .cart-wishlist-container .multimedia .r-p-wr {
    float: none; }

.cart-relatedProducts,
.cart-youMayAlsoLike {
  clear: both; }
  @media (min-width: 801px) {
    .cart-relatedProducts,
    .cart-youMayAlsoLike {
      margin-bottom: -105px; } }
  .cart-relatedProducts .tabs-outer,
  .cart-youMayAlsoLike .tabs-outer {
    margin-bottom: 0; }
  .cart-relatedProducts .productCarousel,
  .cart-youMayAlsoLike .productCarousel {
    display: flex;
    justify-content: center; }
    .cart-relatedProducts .productCarousel .slick-list,
    .cart-youMayAlsoLike .productCarousel .slick-list {
      width: 100%; }
  @media (min-width: 1261px) {
    .cart-relatedProducts .productCarousel-slide,
    .cart-youMayAlsoLike .productCarousel-slide {
      width: 33.333%; } }
  .cart-relatedProducts .productCarousel-slide .Webinar .card-body, .cart-relatedProducts .productCarousel-slide .Multimedia .card-body, .cart-relatedProducts .productCarousel-slide .webinar .card-body, .cart-relatedProducts .productCarousel-slide .multimedia .card-body,
  .cart-youMayAlsoLike .productCarousel-slide .Webinar .card-body,
  .cart-youMayAlsoLike .productCarousel-slide .Multimedia .card-body,
  .cart-youMayAlsoLike .productCarousel-slide .webinar .card-body,
  .cart-youMayAlsoLike .productCarousel-slide .multimedia .card-body {
    width: 100%; }
  .cart-relatedProducts .productCarousel .card .wr-col,
  .cart-youMayAlsoLike .productCarousel .card .wr-col {
    min-height: auto;
    margin-bottom: 10px; }

@media (min-width: 801px) {
  .cart-relatedProducts {
    margin-bottom: -105px; } }

@media (min-width: 801px) {
  .cart-youMayAlsoLike {
    margin-top: 50px;
    margin-bottom: 10px; } }

@media (min-width: 801px) {
  .cart-youMayAlsoLike--no-recentlyViewed {
    margin-bottom: -105px; } }

.cart-messages {
  max-width: 750px; }
  @media (max-width: 1100px) {
    .cart-messages {
      margin: auto; }
      .cart-messages .alertBox--info {
        margin-left: auto;
        margin-right: auto; } }
  .cart-messages .alertBox--info {
    margin-left: 0; }
  .cart-messages .alertBox-icon {
    display: none;
    padding-right: 11px; }
  .cart-messages .cart-icon {
    display: block; }

.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;
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0 35px 0;
  /*
    .panel-body {
        min-height: remCalc(250px); // 2
        padding: spacing("single");

        @include breakpoint("small") {
            padding: spacing("single") spacing("single") (spacing("single") + spacing("double")); // 3
        }
    }
    */ }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        /*
            bottom: spacing("single");
            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;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #6E6E70; }

.address-details {
  list-style: none;
  margin: 0 0 0.78571rem;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #6E6E70; }

/*.address-details--postal {
    font-size: fontSize("smaller");
}*/
.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

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

/*
.panel--newAddress {
    display: block;
    text-align: center;
    text-decoration: none;

    &:hover {

        // scss-lint:disable SelectorDepth, NestingDepth
        .address-title {
            color: stencilColor("color-textLink--hover");
        }
        // scss-lint:enable SelectorDepth, NestingDepth
    }

    .panel-body {
        background-color: transparent;
        border: container("border");
        display: block;
    }

    .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 .card .price-brd .price-now-label:after {
    border-bottom-width: 2.8em; }
  .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 + .button,
    .previewCartCheckout .button + p {
      margin-top: 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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 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-wrapper {
  width: auto;
  max-width: 507px; }
  @media (max-width: 1024px) {
    .search-wrapper {
      display: none; } }
  .search-wrapper .form-field {
    display: flex; }
  .search-wrapper .form-input {
    max-width: 300px; }
    @media (min-width: 1025px) {
      .search-wrapper .form-input {
        max-width: 350px;
        width: 350px; } }
    .search-wrapper .form-input:focus + .search-button {
      border: 1px solid #FFFFFF;
      border-left: none;
      box-shadow: 0px 0px 7px #FFFFFF; }
  .search-wrapper .search-button {
    margin-bottom: 0;
    padding: 10px;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: white;
    border: 1px solid #FFFFFF;
    border-left: none;
    box-shadow: 0px 0px 7px #FFFFFF; }
    @media (min-width: 1025px) {
      .search-wrapper .search-button {
        background-color: #61d19e; } }
    .search-wrapper .search-button:hover {
      background: #61d19e; }
    .search-wrapper .search-button:active, .search-wrapper .search-button:hover {
      display: initial; }

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

.search-suggestion {
  position: relative;
  height: 70px;
  line-height: 70px;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: calc((100vw - (100% + 1.25rem))/ -2);
  margin-right: calc((100vw - (100% + 1.25rem))/ -2);
  background: #e6e8e8; }
  .search-suggestion strong {
    color: #004282; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.no-suggestion-outer {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  overflow: hidden; }
  @media (max-width: 769px) {
    .no-suggestion-outer {
      margin-left: -13px;
      margin-right: -13px; } }
  .no-suggestion-outer .no-suggestion-inner {
    margin: 0 35px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    max-width: 225px; }
    .no-suggestion-outer .no-suggestion-inner:after, .no-suggestion-outer .no-suggestion-inner:before {
      content: '';
      height: 250px;
      width: 250px;
      position: absolute; }
    .no-suggestion-outer .no-suggestion-inner:before {
      left: 110%;
      bottom: -119px;
      background: url(../img/37.svg) 50% no-repeat;
      background-size: contain; }
    .no-suggestion-outer .no-suggestion-inner:after {
      right: 110%;
      bottom: -100px;
      background: url(../img/36.svg) 50% no-repeat;
      background-size: contain; }
  .no-suggestion-outer h1 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center; }

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

.quickSearchResults {
  margin-top: 1.5rem;
  position: absolute;
  background: white;
  max-width: 356px;
  width: 100%; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none;
    top: -38px; }
    .quickSearchResults .modal-close span {
      color: #006bb7;
      font-size: 50px; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }
  .quickSearchResults .productGrid .product-link {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1; }
    .quickSearchResults .productGrid .product-link:hover + div .card--alternate {
      border-color: white;
      background: #d0dbe4; }
    .quickSearchResults .productGrid .product-link:hover + div .card-title > a {
      color: white; }
  .quickSearchResults .productGrid .product {
    display: block;
    position: relative; }
    @media (min-width: 551px) {
      .quickSearchResults .productGrid .product {
        width: 100%; } }
    .quickSearchResults .productGrid .product .card--alternate {
      background: #DFEBF5;
      border-width: 1px;
      border-bottom: none;
      padding: 10px;
      flex-wrap: nowrap;
      justify-content: initial;
      flex-direction: row; }
      .quickSearchResults .productGrid .product .card--alternate:hover {
        border-color: white;
        background: #d0dbe4; }
      .quickSearchResults .productGrid .product .card--alternate .card-figure, .quickSearchResults .productGrid .product .card--alternate .card-img-container {
        width: 50px;
        height: 50px; }
        .quickSearchResults .productGrid .product .card--alternate .card-figure .sale-flag, .quickSearchResults .productGrid .product .card--alternate .card-img-container .sale-flag {
          display: none; }
      .quickSearchResults .productGrid .product .card--alternate .card-title {
        max-width: 180px; }
        .quickSearchResults .productGrid .product .card--alternate .card-title > a {
          margin-left: 10px;
          margin-top: 5px;
          font-weight: 700;
          font-size: 11px;
          line-height: 13px;
          min-height: auto;
          max-width: 195px; }
      .quickSearchResults .productGrid .product .card--alternate .card-digitalAvailable {
        font-size: 10px;
        line-height: 50px;
        font-weight: 500;
        color: #006bb7;
        margin-left: auto; }

.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: 12px;
  margin: 1.5rem 0;
  font-weight: 900;
  text-transform: uppercase;
  margin-left: 50px;
  color: #004282; }

.search-btn-mobile {
  width: 14px;
  height: 17px;
  display: inline-block;
  margin-right: 12px;
  line-height: 17px;
  padding: 0; }
  @media (min-width: 1025px) {
    .search-btn-mobile {
      display: none; } }

.mobile-quickSearch {
  display: none; }
  @media (max-width: 1024px) {
    .mobile-quickSearch.active {
      display: block;
      position: absolute;
      top: 0;
      z-index: 101;
      background: #ffffff;
      width: 100%; }
      .mobile-quickSearch.active .search-wrapper {
        display: block; }
    .mobile-quickSearch .search-wrapper .form-input:focus {
      max-width: 452px;
      width: 100%; }
    .mobile-quickSearch .search-wrapper .form-input:focus + .search-button {
      border: 0;
      box-shadow: none;
      background: #006bb7; }
    .mobile-quickSearch .search-wrapper .form-input {
      background: url(../img/search-icon.svg) #ffffff no-repeat 10px center;
      height: 40px; }
    .mobile-quickSearch .search-close {
      position: relative;
      z-index: 11;
      order: 3;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      height: 20px;
      width: 26px;
      padding: 0; }
      .mobile-quickSearch .search-close span {
        width: 100%;
        height: 2px;
        background: #BED7EA;
        transition: .2s; }
        .mobile-quickSearch .search-close span:before {
          display: none; }
      .mobile-quickSearch .search-close span:first-child {
        transform: rotate(45deg) translate(8px, 6px); }
      .mobile-quickSearch .search-close span:nth-child(2) {
        transform: rotate(-45deg) translate(6px, -5px); } }

.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 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    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; }
  @media (max-width: 800px) {
    .account-product-figure {
      margin: 0 10px 0 0; } }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 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;
  width: calc(50% - 70px); }
  @media (max-width: 800px) {
    .account-product-title {
      font-size: 10px; } }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Montserrat", 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: white;
  font-family: "Montserrat", 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: white;
  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: white;
  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: #61d19e; }

.account .page-head {
  color: #004282;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 0 3rem;
  position: relative; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account .panel--newAddress {
  color: #004282;
  font-size: 14px;
  font-weight: bold;
  text-decoration: navajowhite; }

.account .form-row {
  display: flex;
  flex-wrap: wrap; }
  .account .form-row .form-field--checkbox .form-label:not(:first-child) {
    font-weight: 500;
    font-size: 12px;
    color: #272727;
    text-transform: none;
    line-height: 15px; }
  .account .form-row .form-field .form-field {
    margin: 0; }
  .account .form-row .field-firstname {
    order: 1; }
  .account .form-row .field-lastname {
    order: 2; }
  .account .form-row .form-field[data-validation*="Current Password"] {
    width: 100%; }
    .account .form-row .form-field[data-validation*="Current Password"] input {
      width: calc(50% - 0.75rem); }
      @media (max-width: 800px) {
        .account .form-row .form-field[data-validation*="Current Password"] input {
          width: 100%; } }
  .account .form-row .form-field.NarEmailAddress {
    order: 3;
    position: relative;
    /*label:after {
        height: 100%;
        position: absolute;
        width: 100%;
      }*/ }
    .account .form-row .form-field.NarEmailAddress input {
      color: #808080; }
  .account .form-row .form-field--success.NarEmailAddress .form-input[type=text] {
    background: none; }
  .account .form-row .form-field[data-validation*="PREFERRED EMAIL ADDRESS"] {
    order: 4; }
  .account .form-row .field-phone {
    order: 5; }
  .account .form-row .form-field[data-validation*="BIRTHDAY"] {
    order: 6;
    width: 100%; }
  .account .form-row .form-field[data-validation*="Customer Group"] {
    order: 7; }
  .account .form-row .form-field[data-validation*="Time Zone"] {
    order: 8; }
  .account .form-row .form-field--inputPassword {
    order: 9; }
  .account .form-row .form-field[data-validation*="Best For"] {
    clear: left;
    width: 20%;
    position: relative;
    padding-top: 30px;
    order: 10; }
    @media (max-width: 800px) {
      .account .form-row .form-field[data-validation*="Best For"] {
        width: 100%; } }
    .account .form-row .form-field[data-validation*="Best For"]:before {
      content: "My Preferences";
      position: absolute;
      top: 0;
      margin-left: 26px;
      font-size: 18px;
      font-weight: 900;
      color: #004282;
      text-transform: uppercase;
      width: 300px; }
    .account .form-row .form-field[data-validation*="Best For"]:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin-bottom: 3px;
      border-bottom: 10px solid #61d19e;
      border-left: 10px solid transparent;
      position: absolute;
      left: 18px;
      top: 4px; }
  .account .form-row .form-field[data-validation*="Topic"] {
    clear: none;
    display: flex;
    width: 55%;
    flex-wrap: wrap;
    padding-top: 30px;
    order: 11; }
    @media (max-width: 800px) {
      .account .form-row .form-field[data-validation*="Topic"] {
        width: 100%; } }
    .account .form-row .form-field[data-validation*="Topic"] label {
      width: 48%; }
      .account .form-row .form-field[data-validation*="Topic"] label:first-child {
        width: 100%; }
  .account .form-row .form-field[data-validation*="Email settings"] {
    clear: both;
    width: 100%;
    order: 12; }
    .account .form-row .form-field[data-validation*="Email settings"] .form-label:first-child {
      font-size: 18px;
      font-weight: 900;
      color: #004282;
      text-transform: uppercase;
      display: flex;
      align-items: center; }
      .account .form-row .form-field[data-validation*="Email settings"] .form-label:first-child:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-bottom: 3px;
        border-bottom: 10px solid #61d19e;
        border-left: 10px solid transparent;
        margin-right: 8px; }
  .account .form-row .form-field[data-validation*="Email Address"] {
    order: 4;
    position: relative; }
  .account .form-row .form-field[data-validation*="Username"] {
    display: none; }

.account .form-select {
  border: 0;
  border-radius: 0;
  background-color: rgba(190, 215, 234, 0.2); }

.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;
  position: relative; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }
  .account-downloadsItem .product-download {
    top: auto;
    width: 120px;
    border: 0;
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    background: #61D19E;
    height: 20px;
    left: 0;
    margin: 15px 0 0; }
    .account-downloadsItem .product-download .icon {
      margin: 0;
      background: #B0E8CF;
      height: 100%;
      width: 20px; }
    .account-downloadsItem .product-download svg {
      fill: white; }
    .account-downloadsItem .product-download span {
      margin: 0 auto; }

.account-downloadsItem-title {
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: white; }

.head {
  display: block;
  margin: 0 0 20px 0;
  overflow: hidden; }
  .head .details {
    color: #004282;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 20px;
    float: left; }
    .head .details:before {
      position: absolute;
      content: " ";
      height: 10px;
      width: 10px;
      display: block;
      border-style: solid;
      border-width: 0 0 10px 10px;
      border-color: transparent transparent #61d19e transparent;
      margin: 0 10px 0 0;
      left: 0;
      top: 10px; }
  .head .number {
    float: right;
    color: #004282;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase; }

.account-container {
  display: flex;
  clear: both; }
  @media (max-width: 800px) {
    .account-container {
      display: block; } }
  @media (max-width: 800px) {
    .account-container.downloads {
      display: flex; } }
  .account-container .page-heading {
    margin-bottom: 20px; }
  .account-container .account.account--fixed {
    width: 100%; }
  .account-container .left-nav {
    flex: 0 0 25%;
    margin-right: 20px; }
    @media (max-width: 800px) {
      .account-container .left-nav {
        display: none; } }
    .account-container .left-nav li {
      position: relative;
      padding: 10px 0 10px 40px; }
      .account-container .left-nav li.link-profile:before, .account-container .left-nav li.link-address:before, .account-container .left-nav li.link-orders:before, .account-container .left-nav li.link-payment:before, .account-container .left-nav li.link-wishlist:before, .account-container .left-nav li.link-digital_downloads:before, .account-container .left-nav li.link-my_rewards:before, .account-container .left-nav li.link-returns:before, .account-container .left-nav li.link-recent:before, .account-container .left-nav li.link-events_account:before {
        position: absolute;
        content: " ";
        height: 20px;
        width: 20px;
        display: block;
        margin: 0 0 0 10px;
        left: 0; }
      .account-container .left-nav li.link-profile:before {
        background: url(../img/account/28.svg) no-repeat; }
      .account-container .left-nav li.link-address:before {
        background: url(../img/account/29.svg) no-repeat; }
      .account-container .left-nav li.link-orders:before {
        background: url(../img/account/31.svg) no-repeat; }
      .account-container .left-nav li.link-payment:before {
        background: url(../img/account/32.svg) no-repeat; }
      .account-container .left-nav li.link-wishlist:before {
        background: url(../img/account/33.svg) no-repeat; }
      .account-container .left-nav li.link-returns:before {
        background: url(../img/account/returns.svg) no-repeat;
        top: 10px; }
      .account-container .left-nav li.link-my_rewards:before {
        background: url(../img/account/34.svg) no-repeat;
        top: 14px; }
      .account-container .left-nav li.link-digital_downloads:before {
        background: url(../img/account/30.svg) no-repeat; }
      .account-container .left-nav li.link-events_account:before {
        background: url(../img/account/28.svg) no-repeat; }
      .account-container .left-nav li.link-recent {
        /*&:before {
            background: url(../img/account/28.svg) no-repeat;
        }*/ }
  .account-container .right-block {
    flex: 1;
    margin-left: 20px; }
    @media (max-width: 800px) {
      .account-container .right-block {
        margin-left: 0; } }
    .account-container .right-block .form-input {
      color: #000;
      font-family: Montserrat;
      font-size: 18px;
      font-weight: normal;
      letter-spacing: 0;
      line-height: 14px;
      border: 0;
      background-color: rgba(190, 215, 234, 0.2); }
    .account-container .right-block .form-label {
      color: #6e6e70;
      font-family: Montserrat;
      font-size: 10px;
      font-weight: bold;
      letter-spacing: 0;
      text-transform: uppercase;
      margin-left: 8px; }
      @media (max-width: 800px) {
        .account-container .right-block .form-label {
          font-size: 8px; }
          .account-container .right-block .form-label small {
            display: none; } }
    .account-container .right-block .form-actions {
      margin: 0;
      text-align: right; }
      .account-container .right-block .form-actions .button--primary {
        background: #004282;
        border-radius: 0;
        width: 280px;
        height: 44px;
        text-transform: uppercase;
        font-weight: 600; }
      .account-container .right-block .form-actions .address-edit-custom, .account-container .right-block .form-actions .address-edit-delete {
        background: #E6E8E8;
        border-radius: 2px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        text-decoration-line: underline;
        color: #6E6E70;
        border: 0; }
    .account-container .right-block .form-checkbox + .form-label, .account-container .right-block .form-radio + .form-label {
      padding-top: 4px; }
      .account-container .right-block .form-checkbox + .form-label::before, .account-container .right-block .form-radio + .form-label::before {
        border: 1px solid #0066ae;
        border-radius: 0; }
    .account-container .right-block .label-block {
      font-family: Montserrat;
      font-style: normal;
      font-weight: bold;
      font-size: 10px;
      line-height: 12px;
      text-transform: uppercase;
      color: #6E6E70; }
    .account-container .right-block .add-address .AddressNickname {
      width: 100%; }
      .account-container .right-block .add-address .AddressNickname input {
        width: calc(50% - 0.75rem); }
    .account-container .right-block .add-address .CompanyName {
      display: none; }
    .account-container .right-block .AddressLine1, .account-container .right-block .AddressLine2, .account-container .right-block .CompanyName, .account-container .right-block .Country {
      width: 100%; }
    .account-container .right-block .ZipPostcode {
      width: 30%; }
    .account-container .right-block .PhoneNumber {
      width: 70%; }
    .account-container .right-block div[data-validation*='"required":true'] .form-label:after {
      content: "*"; }
    .account-container .right-block .NarMembershipType, .account-container .right-block .NarMembershipStatus, .account-container .right-block .LastOrderId, .account-container .right-block .NarMembershipId, .account-container .right-block .MemberId, .account-container .right-block .Birthdate, .account-container .right-block .TimeZoneDd,
    .account-container .right-block .form-field.form-field--input.form-field--inputPassword, .account-container .right-block .CustomerGroup, .account-container .right-block .Nickname, .account-container .right-block .TimeZone, .account-container .right-block .NarEmail, .account-container .right-block .field-company {
      display: none; }
    .account-container .right-block .PreferredPhoneStoreOnly {
      order: 5;
      display: none; }
    .account-container .right-block .Username {
      order: 6; }
  .account-container .right-block .address-block .panel--address {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end; }
    .account-container .right-block .address-block .panel--address .address-edit-custom, .account-container .right-block .address-block .panel--address .address-edit-delete {
      width: auto;
      display: inline-block;
      text-transform: none;
      padding: 3px 9px 2px 9px;
      font-size: 12px;
      line-height: 12px;
      height: auto; }
    .account-container .right-block .address-block .panel--address .address-title {
      color: #6e6e70;
      font-size: 16px;
      font-weight: bold;
      line-height: 18px; }
    .account-container .right-block .address-block .panel--address .address-details li {
      color: #6e6e70;
      font-size: 16px;
      font-weight: bold;
      line-height: 18px; }
    .account-container .right-block .address-block .panel--address form {
      margin-left: 10px; }
      .account-container .right-block .address-block .panel--address form .button {
        padding: 0 9px;
        width: auto;
        height: auto;
        background: #e6e8e8;
        font-size: 12px;
        font-weight: 500;
        text-decoration: underline;
        color: #6e6e70;
        border: none; }
        .account-container .right-block .address-block .panel--address form .button:hover {
          color: #61d19e; }
  .account-container .right-block .alertBox--info {
    margin-left: 0; }
    .account-container .right-block .alertBox--info .alertBox-icon {
      display: block; }
      .account-container .right-block .alertBox--info .alertBox-icon svg {
        fill: #006bb7; }
    .account-container .right-block .alertBox--info .cart-icon {
      display: none; }
  .account-container .account-list-orders {
    display: block;
    width: 100%;
    margin-top: 40px; }
    @media (max-width: 800px) {
      .account-container .account-list-orders {
        padding-left: 20px; } }
    .account-container .account-list-orders .thead {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .account-container .account-list-orders .thead p {
        color: #004282;
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
        width: 15%;
        text-align: center;
        white-space: nowrap; }
        @media (max-width: 800px) {
          .account-container .account-list-orders .thead p {
            font-size: 7px; } }
    .account-container .account-list-orders .listItem-wrap {
      position: relative; }
      .account-container .account-list-orders .listItem-wrap .digital-icon {
        position: absolute;
        top: 50%;
        left: -27px;
        transform: translateY(-50%); }
    .account-container .account-list-orders .account-listItem {
      display: flex;
      justify-content: space-between;
      padding: 0;
      align-items: center; }
      .account-container .account-list-orders .account-listItem p {
        padding: 10px 0;
        width: 15%;
        text-align: center;
        margin: 0; }
        @media (max-width: 800px) {
          .account-container .account-list-orders .account-listItem p {
            font-size: 7px; } }
    .account-container .account-list-orders .account-listItem {
      color: #434344;
      font-size: 14px;
      border-bottom: 1px solid #eeeeee; }
      .account-container .account-list-orders .account-listItem .items-c {
        display: flex;
        align-items: center; }
        .account-container .account-list-orders .account-listItem .items-c img {
          max-width: 40px;
          position: static;
          margin: 0 15px 0 0; }
          @media (max-width: 800px) {
            .account-container .account-list-orders .account-listItem .items-c img {
              max-width: 20px;
              margin-right: 5px; } }
  .account-container .orders-mark {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px; }
    .account-container .orders-mark svg {
      margin-right: 5px; }
  .account-container .account-listItem-detail {
    padding: 40px 0; }
  .account-container .arrow-up {
    border: solid #004282;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); }
  .account-container .arrow-down {
    border: solid #004282;
    border-width: 0 1px 1px 0;
    padding: 3px;
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 4px; }
  .account-container .more {
    background: #f7f7f7;
    border: 1px solid #e6e8e8;
    height: 30px;
    width: 30px;
    display: block;
    margin: 0 auto;
    line-height: 30px; }

@media (max-width: 800px) {
  .wishlist-list .productGrid {
    margin: 0; } }

.wishlist-list .productGrid .product {
  width: 100%;
  max-width: 550px;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #979797;
  position: relative; }
  .wishlist-list .productGrid .product .form.wishlist {
    width: 78px;
    display: flex;
    align-items: center;
    bottom: 50px;
    margin-bottom: 0; }
    @media (max-width: 950px) {
      .wishlist-list .productGrid .product .form.wishlist {
        bottom: 38px; } }
    .wishlist-list .productGrid .product .form.wishlist svg {
      flex-shrink: 0; }
    .wishlist-list .productGrid .product .form.wishlist input {
      width: 100%;
      background: transparent;
      color: #6E6E70;
      text-transform: uppercase;
      padding: 0;
      border: 0;
      margin: 0 0 0 5px;
      font-weight: 700; }
  .wishlist-list .productGrid .product .wr-col {
    width: 28%; }
    @media (max-width: 800px) {
      .wishlist-list .productGrid .product .wr-col {
        box-shadow: none; } }
  .wishlist-list .productGrid .product .card-body {
    width: calc(72% - 22px); }
    .wishlist-list .productGrid .product .card-body .product-author {
      display: none; }
  .wishlist-list .productGrid .product .card {
    max-width: 100%;
    padding: 0; }
    .wishlist-list .productGrid .product .card:hover:before {
      display: none; }
    .wishlist-list .productGrid .product .card .r-p-wr {
      max-width: 198px;
      min-height: 1px;
      float: none; }
    .wishlist-list .productGrid .product .card .prices-tabs {
      min-width: 155px; }
    .wishlist-list .productGrid .product .card .price-now-label {
      padding-right: 14%; }
    .wishlist-list .productGrid .product .card .quickview {
      display: none; }
    .wishlist-list .productGrid .product .card .card-title {
      margin-bottom: 20px; }
    .wishlist-list .productGrid .product .card .price-brd .item-ttl {
      font-size: 6px; }
    .wishlist-list .productGrid .product .card .tabs-contents .price-section {
      font-size: 12px; }
    .wishlist-list .productGrid .product .card .tabs-contents .tab-content {
      padding-top: 20px; }
    .wishlist-list .productGrid .product .card .tabs .tab .tab-title {
      font-size: 12px; }
    .wishlist-list .productGrid .product .card .card-figcaption-body {
      position: static;
      margin-top: 17px;
      justify-content: normal;
      flex-direction: row; }
      @media (max-width: 440px) {
        .wishlist-list .productGrid .product .card .card-figcaption-body {
          flex-direction: column; } }
      .wishlist-list .productGrid .product .card .card-figcaption-body .button {
        width: 100%;
        font-size: 12px;
        max-width: 150px;
        margin-right: 20px; }
  .wishlist-list .productGrid .product .Webinar .prices-tabs, .wishlist-list .productGrid .product .Multimedia .prices-tabs {
    width: 100%; }
  @media (max-width: 800px) {
    .wishlist-list .productGrid .product .Webinar .cont-wr, .wishlist-list .productGrid .product .Multimedia .cont-wr {
      min-height: 10px; } }
  @media (max-width: 800px) {
    .wishlist-list .productGrid .product .Webinar .card-figure, .wishlist-list .productGrid .product .Multimedia .card-figure {
      height: 50px; } }
  @media (max-width: 800px) {
    .wishlist-list .productGrid .product .card-img-container:after {
      padding-bottom: 0; } }
  .wishlist-list .productGrid .product .button.hidden {
    display: none; }

.wishlist-list .Webinar .cont-wr, .wishlist-list .Multimedia .cont-wr {
  min-height: auto; }

.order-listItem {
  display: flex;
  position: relative;
  margin-bottom: 30px;
  flex-wrap: wrap; }
  .order-listItem .account-product-checkItem {
    position: absolute;
    left: -36px;
    top: 50%;
    margin-top: -40px; }
  .order-listItem p {
    font-weight: 600;
    font-size: 14px;
    color: #6E6E70;
    margin: 0 auto; }
    @media (max-width: 800px) {
      .order-listItem p {
        font-size: 12px; } }
  .order-listItem .pr-type {
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #949499;
    margin-bottom: 15px; }
  .order-listItem .account-product-download {
    top: auto;
    bottom: 0;
    width: 120px;
    border: 0;
    border-radius: 0;
    display: flex;
    font-size: 10px;
    color: #fff;
    align-items: center;
    background: #61D19E;
    height: 20px;
    right: 0; }
    .order-listItem .account-product-download .icon {
      margin: 0;
      background: #B0E8CF;
      height: 100%;
      width: 20px; }
    .order-listItem .account-product-download span {
      margin: 0 auto; }

.account-container .total-info {
  border: 1px solid #5EA1D0;
  padding: 14px 20px;
  max-width: 300px;
  width: 300px;
  margin: 0 0 0 auto; }
  .account-container .total-info .t-cont {
    display: flex;
    color: #004282;
    font-size: 14px;
    font-weight: 700;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    border-top: 1px solid #eee;
    padding-top: 10px; }
  .account-container .total-info .l-cont {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px; }

.order-details {
  display: flex;
  border: 1px solid #5EA1D0;
  padding: 20px;
  margin-top: 20px;
  justify-content: space-between; }
  @media (max-width: 800px) {
    .order-details {
      flex-wrap: wrap; } }
  .order-details .button {
    min-width: 133px; }
    .order-details .button.return {
      display: none; }
  .order-details .account-sidebar-block {
    width: 23%;
    font-size: 12px;
    font-weight: 500; }
    @media (max-width: 800px) {
      .order-details .account-sidebar-block {
        width: 100%; } }
  .order-details .account-sidebar-block + .account-sidebar-block {
    margin-top: 0;
    padding-left: 10px; }
  .order-details .account-sidebar-block .account-heading {
    margin-bottom: 12px;
    color: #004282;
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 0;
    padding: 0;
    font-weight: 900;
    text-transform: uppercase; }
    .order-details .account-sidebar-block .account-heading:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin-bottom: 3px;
      border-bottom: 6px solid #61d19e;
      border-left: 6px solid transparent;
      margin-right: 3px; }
  .order-details .definitionList-key {
    color: #272727;
    float: left;
    font-weight: 500; }

.alertBox.orders-none {
  border: 5px solid #bed7ea;
  background: #fff url(../img/mess-bkg.jpg) no-repeat bottom;
  background-size: contain;
  width: 100%;
  margin: 0 auto;
  max-width: 672px;
  text-align: center;
  padding: 35px 20px;
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .alertBox.orders-none a {
    display: block;
    text-decoration: none;
    text-align: center; }
  .alertBox.orders-none .ttl {
    font-size: 18px;
    font-weight: 900;
    color: #004282;
    margin: 0; }
  .alertBox.orders-none .l-get {
    color: #004282;
    font-size: 18px;
    font-weight: bold; }
  .alertBox.orders-none .btn-go {
    background: #004282;
    height: 44px;
    width: 280px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 44px;
    text-align: center;
    margin: 0 auto; }

.account-list-rewards {
  display: block;
  width: 100%; }
  .account-list-rewards .thead {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee; }
    @media (max-width: 800px) {
      .account-list-rewards .thead {
        padding-bottom: 10px; } }
    .account-list-rewards .thead p {
      color: #6e6e70;
      font-family: Montserrat;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0;
      margin: 15px 0 10px;
      width: 10%; }
      @media (max-width: 800px) {
        .account-list-rewards .thead p {
          width: 25%;
          padding: 0;
          margin: 0; } }
      .account-list-rewards .thead p:first-child {
        width: 230px;
        min-width: 230px; }
        @media (max-width: 800px) {
          .account-list-rewards .thead p:first-child {
            width: 50%;
            min-width: 50%; } }
      .account-list-rewards .thead p:nth-child(2) {
        width: 160px;
        min-width: 160px; }
        @media (max-width: 800px) {
          .account-list-rewards .thead p:nth-child(2) {
            width: 50%;
            min-width: 50%; } }
      .account-list-rewards .thead p:last-child {
        width: 15%;
        text-align: center; }
  .account-list-rewards .account-listItem {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 15px 0; }
    @media (max-width: 800px) {
      .account-list-rewards .account-listItem {
        flex-wrap: wrap;
        padding: 10px 0;
        margin: 10px 0; } }
    .account-list-rewards .account-listItem p {
      color: #0f0f0f;
      font-family: Montserrat;
      font-size: 12px;
      font-weight: normal;
      letter-spacing: 0;
      margin: 0;
      width: 10%; }
      @media (max-width: 800px) {
        .account-list-rewards .account-listItem p {
          width: 20%; } }
      .account-list-rewards .account-listItem p:first-child {
        width: 230px;
        min-width: 230px; }
        @media (max-width: 800px) {
          .account-list-rewards .account-listItem p:first-child {
            width: 50%;
            min-width: 50%;
            padding-bottom: 15px; } }
      .account-list-rewards .account-listItem p:nth-child(2) {
        width: 160px;
        min-width: 160px; }
        @media (max-width: 800px) {
          .account-list-rewards .account-listItem p:nth-child(2) {
            width: 50%;
            min-width: 50%;
            padding-bottom: 15px; } }
      .account-list-rewards .account-listItem p:last-child {
        width: 15%;
        text-align: center; }
        @media (max-width: 800px) {
          .account-list-rewards .account-listItem p:last-child {
            width: 40%; } }
      .account-list-rewards .account-listItem p img {
        border-radius: 0;
        width: 80px;
        float: left;
        margin: 0 10px 10px 0; }
      .account-list-rewards .account-listItem p .name {
        color: #004282;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0;
        font-family: Montserrat;
        display: block;
        margin: 0 0 15px; }
      .account-list-rewards .account-listItem p .reward-type {
        color: #777777;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0;
        text-align: right;
        text-transform: uppercase;
        font-family: Montserrat; }
      .account-list-rewards .account-listItem p a {
        background: #61d19e;
        border-radius: 0;
        height: 28px;
        width: 120px;
        color: white;
        font-family: Montserrat;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none; }
  .account-list-rewards .account-listItem {
    color: #434344;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee; }

.account-list-events-account {
  display: block;
  width: 100%; }
  .account-list-events-account .thead {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee; }
    @media (max-width: 800px) {
      .account-list-events-account .thead {
        padding-bottom: 10px; } }
    .account-list-events-account .thead p {
      color: #6e6e70;
      font-family: Montserrat;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0;
      margin: 15px 0 10px;
      width: 10%; }
      @media (max-width: 800px) {
        .account-list-events-account .thead p {
          width: 25%;
          padding: 0;
          margin: 0; } }
  .account-list-events-account .account-listItem {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 15px 0; }
    @media (max-width: 800px) {
      .account-list-events-account .account-listItem {
        flex-wrap: wrap;
        padding: 10px 0;
        margin: 10px 0; } }
    .account-list-events-account .account-listItem p {
      color: #0f0f0f;
      font-family: Montserrat;
      font-size: 12px;
      font-weight: normal;
      letter-spacing: 0;
      margin: 0;
      width: 10%; }
      @media (max-width: 800px) {
        .account-list-events-account .account-listItem p {
          width: 20%; } }
      .account-list-events-account .account-listItem p .name {
        color: #004282;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0;
        font-family: Montserrat;
        display: block;
        margin: 0 0 15px; }
      .account-list-events-account .account-listItem p a {
        background: #61d19e;
        border-radius: 0;
        height: 28px;
        width: 120px;
        color: white;
        font-family: Montserrat;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none; }
  .account-list-events-account .account-listItem {
    color: #434344;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee; }

.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: #e6e8e8; }

.icon--ratingFull svg {
  fill: #ffd959; }

.rating--small {
  display: block;
  text-align: center; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 9.57143rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.78571rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.78571rem; }

.paymentMethodsTitle {
  padding: 0;
  text-transform: none;
  width: 100%;
  color: #6e6e70;
  font-size: 10px;
  font-weight: bold;
  margin: 0; }

.paymentMethodsGrid {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .paymentMethodsGrid-item {
    width: 100%;
    border-bottom: 1px solid #eeeeee; }

.paymentMethod {
  height: 100%;
  display: flex;
  flex-flow: column nowrap; }
  .paymentMethod-row {
    padding: 1.5rem 20px; }
    .paymentMethod-row:first-child {
      background-color: #ffffff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 5px;
    color: #6e6e70;
    background: #e6e8e8;
    border-radius: 2px;
    border: 1px solid #e6e8e8;
    text-decoration: underline; }

.paymentMethod .methodHeader-meta {
  padding: 0;
  padding-left: 0;
  margin: 12px 0 0;
  display: flex;
  align-items: center; }
  .paymentMethod .methodHeader-meta > p {
    margin: 0 13px 0 0; }
  .paymentMethod .methodHeader-meta .label {
    color: #979797;
    font-size: 14px;
    font-weight: 300;
    margin-right: 3px; }
  .paymentMethod .methodHeader-meta .methodHeader-value {
    color: #6e6e70;
    font-size: 16px;
    font-weight: 600; }

.method-numb {
  color: #6e6e70;
  font-size: 16px;
  font-weight: bold; }

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .methodHeader .label-def {
    color: #434344;
    font-size: 14px;
    font-weight: 500;
    margin-left: 0.78571rem; }
  .methodHeader .paymentMethod-row {
    display: flex; }
  .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: #004282;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto 0 0; }
  .methodHeader-meta {
    padding-left: 0.78571rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.78571rem;
    fill: #6e6e70;
    height: 1.28571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  margin: 0;
  display: flex; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  min-height: 13.28571rem;
  height: 100%; }
  .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: "Montserrat", 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%; }

.ci-wrap {
  position: relative;
  margin-top: 50px; }
  .ci-wrap h1 {
    position: absolute;
    left: 55px;
    bottom: 45px;
    color: #fff; }
  @media (max-width: 800px) {
    .ci-wrap {
      margin-top: 0; } }

.category-container {
  margin: -2.5rem auto 0;
  width: 100%;
  max-width: 1920px; }
  .category-container .page {
    display: flex;
    margin: 0 auto;
    width: 100%; }
  .category-container .page-sidebar {
    width: 200px;
    background: #fafafa;
    padding: 10px 12px 10px 10px;
    margin: 0 0 -6rem 0; }
    @media (max-width: 800px) {
      .category-container .page-sidebar {
        position: absolute;
        width: 100%;
        z-index: 3;
        height: 100%;
        transform: translateX(-100%); }
        .category-container .page-sidebar.is-open {
          transform: translateX(0); } }
  .category-container .page-sidebar + .page-content {
    width: 100%;
    max-width: 86.144rem;
    margin: 0 auto;
    padding-top: 28px; }
  .category-container .page-content {
    width: 100%;
    max-width: 1104px;
    margin: 0 auto;
    padding-top: 28px; }
    .category-container .page-content .section-line {
      display: none; }
    .category-container .page-content .section-title {
      border-top: 10px solid #DFEBF5;
      padding-top: 30px; }
  .category-container .breadcrumbs {
    text-align: left; }
  .category-container .card-figcaption-body .button {
    font-size: 10px; }
  .category-container .card .tabs-contents .price-section.price-section--saving .price {
    color: #f53939; }
  @media (max-width: 800px) {
    .category-container .wr-col {
      box-shadow: none;
      min-height: 229px; } }
  @media (max-width: 800px) {
    .category-container .card .r-p-wr {
      min-height: 150px; } }

.category-description {
  margin: 40px 0;
  max-width: 70%; }
  @media (max-width: 800px) {
    .category-description {
      max-width: 100%;
      margin: 15px 0; } }
  .category-description p {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #004282;
    margin: 0; }
    @media (max-width: 800px) {
      .category-description p {
        font-size: 14px;
        line-height: 24px; } }

.category-loyalty {
  max-width: 100%;
  text-align: center; }
  .category-loyalty li {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 30px;
    color: #004282; }

.category-loyalty p {
  font-size: 17px !important;
  line-height: 30px;
  color: #004282; }
  .category-loyalty p strong {
    font-weight: 700 !important;
    font-size: 19px; }
  .category-loyalty p.retreat {
    margin-bottom: 40px !important; }

.category-loyalty a {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #004282;
  padding: 30px 40px;
  text-decoration: none;
  background: #61d19e;
  transition: 0.8s;
  color: #fff; }
  .category-loyalty a.link {
    padding: 0;
    background: transparent;
    text-decoration: underline;
    color: #004282;
    font-weight: 500; }
    .category-loyalty a.link:hover {
      background: transparent;
      color: #004282; }

.category-loyalty a:hover {
  color: #fff;
  background-color: #004282;
  transition: 0.8s; }

.category-loyalty table {
  border: 0;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 450px; }

.category-loyalty table tr {
  border-bottom: 1px solid #004282; }

.category-loyalty table tr:last-child {
  border: 0; }

.category-loyalty table tr td {
  width: 50%;
  margin: 0 auto;
  text-align: left;
  font-size: 17px;
  line-height: 30px;
  color: #004282;
  padding: 0 10px 10px; }

.category-loyalty .table_text {
  max-width: 35%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  .category-loyalty .table_text span {
    display: flex;
    justify-content: flex-start;
    width: 50%; }

.price-slider {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 10px 0 20px 0;
  height: 10px; }
  .price-slider .slider-values {
    display: flex; }
  .price-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0; }
  .price-slider input[type=number] {
    color: #272727;
    font-size: 12px;
    font-weight: 500;
    border: 0;
    background: transparent;
    -moz-appearance: textfield; }
  .price-slider input[type=number]::-webkit-outer-spin-button,
  .price-slider input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .price-slider input[type=number]:invalid,
  .price-slider input[type=number]:out-of-range {
    border: 2px solid #e60023; }
  .price-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%; }
  .price-slider input[type=range]:focus {
    outline: none; }
  .price-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #1da1f2; }
  .price-slider input[type=range]:focus::-ms-fill-lower {
    background: #1da1f2; }
  .price-slider input[type=range]:focus::-ms-fill-upper {
    background: #1da1f2; }
  .price-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    background: #006bb7;
    height: 3px;
    cursor: pointer;
    animate: 0.2s;
    border-radius: 1px;
    box-shadow: none;
    border: 0; }
  .price-slider input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    height: 14px;
    width: 14px;
    border-radius: 25px;
    background: #006bb7;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px; }
  .price-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #1da1f2;
    border-radius: 1px;
    box-shadow: none;
    border: 0; }
  .price-slider input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #1da1f2;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer; }
  .price-slider input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent; }
  .price-slider input[type=range]::-ms-fill-lower,
  .price-slider input[type=range]::-ms-fill-upper {
    background: #1da1f2;
    border-radius: 1px;
    box-shadow: none;
    border: 0; }
  .price-slider input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #1da1f2;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer; }

@media (max-width: 800px) {
  .mob-wr {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.btn-mobile-filter-close {
  position: absolute;
  right: 10px;
  top: 21px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0;
  background: url("../img/icons-delete.svg") center no-repeat; }

.btn-mobile-filter {
  background: url("../img/icon-filter.svg") center no-repeat; }

.btn-mobile-filter, .btn-mobile-filter-close {
  width: 18px;
  height: 18px;
  outline: none;
  box-shadow: none;
  border: 0;
  padding: 0; }
  @media (min-width: 801px) {
    .btn-mobile-filter, .btn-mobile-filter-close {
      display: none; } }

.ci-wrap h1 {
  position: absolute;
  left: 55px;
  bottom: 45px;
  background: #bed7ea;
  color: #004282;
  padding: 3px; }

/*-home*/
/*popular*/
.popular {
  margin-bottom: 80px;
  margin-top: 50px; }
  @media (max-width: 800px) {
    .popular {
      margin-bottom: 20px; } }
  @media (max-width: 800px) {
    .popular .section-title_link {
      position: static;
      margin-top: 15px; } }

.popular-title {
  width: 100%;
  max-width: 980px;
  margin: 0px auto 50px auto; }
  .popular-title .section-title {
    display: block; }
    .popular-title .section-title .section-title_link {
      justify-content: center; }
  @media (max-width: 800px) {
    .popular-title {
      margin: 0px auto 25px auto; } }

.popular-title h1 {
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  margin-bottom: 70px;
  color: #004282; }
  @media (max-width: 800px) {
    .popular-title h1 {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 0;
      text-transform: none; } }

.popular-title .ttl {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  color: #004282;
  text-align: center;
  display: block;
  text-decoration: none; }
  @media (max-width: 800px) {
    .popular-title .ttl {
      display: none; } }

.popular-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.popular-box {
  position: relative;
  text-align: center;
  width: 200px;
  min-width: 200px;
  padding: 20px 40px;
  margin: 0 10px;
  text-decoration: none; }
  @media (max-width: 800px) {
    .popular-box {
      width: 49%;
      min-width: 49%;
      padding: 0;
      margin: 0 0 30px 0; }
      .popular-box[href='/multimedia/'] {
        order: 4; } }

.popular-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 5px solid #dfebf5;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  opacity: 0; }

.popular-box:hover:before {
  opacity: 1; }

.popular-box img {
  min-width: 100%;
  margin-bottom: 17px; }
  @media (max-width: 800px) {
    .popular-box img {
      width: 75px;
      min-width: 75px;
      margin-bottom: 10px; } }

.popular-box h5 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  color: #004282;
  text-transform: none;
  margin-top: 0; }
  @media (max-width: 800px) {
    .popular-box h5 {
      font-size: 14px;
      text-transform: uppercase; } }

/*-featured*/
/*trends*/
.trends {
  margin-bottom: 50px; }
  @media (max-width: 800px) {
    .trends {
      position: relative;
      padding-bottom: 40px; }
      .trends .section-title .section-title_link {
        bottom: 0; } }

.trends-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 800px) {
    .trends-boxs {
      margin: 0 -13px; } }

.trends-box {
  position: relative;
  height: 400px;
  overflow: hidden; }
  .trends-box:hover img {
    transform: scale(1.04); }
  @media (max-width: 800px) {
    .trends-box {
      height: 249px; } }

.trends-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.1s; }

.trends-box:before {
  content: 'Need Image, not in folder';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 800; }

.trends-box:after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #EEEEEE; }

.trends-box:nth-child(1) {
  width: 40%;
  margin-bottom: 20px; }
  @media (max-width: 800px) {
    .trends-box:nth-child(1) {
      width: 100%; } }

.trends-box:nth-child(2) {
  width: 58%;
  margin-bottom: 20px; }
  @media (max-width: 800px) {
    .trends-box:nth-child(2) {
      width: 100%; } }

.trends-box:nth-child(3) {
  width: 58%; }
  @media (max-width: 800px) {
    .trends-box:nth-child(3) {
      width: 100%;
      margin-bottom: 20px; } }

.trends-box:nth-child(4) {
  width: 40%; }
  @media (max-width: 800px) {
    .trends-box:nth-child(4) {
      width: 100%;
      margin-bottom: 20px; } }

.trends-box_bottom {
  position: absolute;
  left: 20px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.trends-box_text {
  padding: 10px 20px;
  background: #DFEBF5;
  margin-bottom: 10px;
  max-width: 400px;
  width: 100%; }
  @media (max-width: 800px) {
    .trends-box_text {
      padding: 4px 7px;
      margin-bottom: 6px; } }

.trends-box_text h5 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px; }
  @media (max-width: 800px) {
    .trends-box_text h5 {
      font-size: 12px;
      margin-bottom: 0; } }

.trends-box_text p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .trends-box_text p {
      font-size: 8px; } }

.btn-n {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
  height: 38px;
  font-size: 13px;
  line-height: 12px;
  font-weight: 600;
  color: #ffffff;
  transition: .1s;
  outline: none;
  text-decoration: none; }
  .btn-n svg {
    width: 15px;
    height: 15px;
    stroke: #ffffff;
    margin-left: 25px;
    transition: .1s; }
  .btn-n:after, .btn-n:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%; }
  .btn-n:before {
    z-index: -2;
    left: 0;
    width: 100%;
    background: #66a6d4; }
  .btn-n:after {
    z-index: -1;
    right: 0;
    width: 35px;
    background: #006ab8;
    transition: .1s; }
  .btn-n:hover svg {
    stroke: #61d19e; }
  .btn-n:hover:after {
    width: 100%; }

.section-line {
  max-width: 100%;
  margin: 50px 0;
  height: 10px;
  background: #dfebf5; }
  @media (max-width: 800px) {
    .section-line {
      display: none; } }

/*-trends*/
/*best*/
/*-best*/
/*you*/
.you {
  margin-bottom: 50px; }

@media (max-width: 800px) {
  .just-for-you {
    margin-bottom: 50px;
    margin-top: 50px; } }

.you-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap; }
  @media (max-width: 800px) {
    .you-boxs {
      width: 100vw;
      margin: 0 -13px; } }

.you-box {
  position: relative;
  height: 450px;
  background: #EEEEEE;
  overflow: hidden; }

.you-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.you-box:nth-child(1) {
  width: 60%; }
  @media (max-width: 800px) {
    .you-box:nth-child(1) {
      width: 100%;
      margin-bottom: 20px;
      height: 249px; } }

.you-box:nth-child(2) {
  width: 38%; }
  @media (max-width: 800px) {
    .you-box:nth-child(2) {
      width: 100%;
      height: 321px; } }

.you-box_bottom h3 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 8px;
  max-width: 35%;
  position: relative;
  min-width: 150px; }
  @media (max-width: 800px) {
    .you-box_bottom h3 {
      line-height: 22px;
      margin-bottom: 10px; } }

.you-box_bottom .you-box_bottom-text {
  color: #000000;
  position: relative;
  font-weight: 500;
  max-width: 42%;
  letter-spacing: -0.4px;
  min-width: 170px;
  margin-bottom: 1.1rem;
  line-height: 18px; }
  @media (min-width: 600px) {
    .you-box_bottom .you-box_bottom-text {
      font-size: 13px; } }

.you-box_wrap {
  width: 100%;
  max-width: 60%; }
  @media (max-width: 800px) {
    .you-box_wrap {
      right: 0;
      max-width: 75%;
      padding: 10px; } }

.you-box_wrap span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #000000;
  position: relative; }
  @media (max-width: 800px) {
    .you-box_wrap span {
      font-size: 10px;
      margin-bottom: 8px; } }

.you-box_wrap h3 {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 20px;
  position: relative;
  max-width: 226px; }
  @media (max-width: 800px) {
    .you-box_wrap h3 {
      font-size: 20px;
      margin-bottom: 5px;
      max-width: 50%;
      min-width: 212px; } }

.you-box_bottom,
.you-box_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 30px 20px; }
  .you-box_bottom h3,
  .you-box_wrap h3 {
    letter-spacing: -0.5px;
    line-height: 22px; }

.you-box_bottom:before,
.you-box_wrap:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 420px solid rgba(219, 235, 246, 0.89);
  border-right: 420px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0; }
  @media (max-width: 500px) {
    .you-box_bottom:before,
    .you-box_wrap:before {
      border-width: 370px; } }

/*-you*/
/*tools*/
.tools {
  margin-bottom: 80px; }
  @media (max-width: 800px) {
    .tools {
      margin-bottom: 40px; } }

.tools-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.tools-box {
  position: relative;
  padding: 15px 10px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  text-decoration: none; }
  .tools-box h5 {
    font-size: 18px;
    text-transform: none;
    line-height: 22px;
    font-weight: 900; }
  .tools-box:before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 15px;
    width: 20px;
    height: 20px;
    background: url(../img/arrow.svg) 50% no-repeat;
    background-size: contain; }
  .tools-box:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    transform: scale(1.03); }

.tools-box img {
  max-height: 45px;
  margin-bottom: 5px; }

.tools-box p {
  font-size: 12px;
  line-height: 14px;
  max-width: 80%;
  color: #004282;
  margin-bottom: 0; }

.tools-box b {
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF; }

.tools-box:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 80px solid transparent; }

.tools-box:nth-child(1) {
  width: 20%;
  background: #ffd959; }

.tools-box:nth-child(1):after {
  border-bottom: 80px solid #ffecac; }

.tools-box:nth-child(2) {
  width: 20%;
  background: #bed7ea; }

.tools-box:nth-child(2):after {
  border-bottom: 80px solid #dfebf5; }

.tools-box:nth-child(3) {
  width: 20%;
  background: #61d19e; }

.tools-box:nth-child(3):after {
  border-bottom: 80px solid #b0e8cf; }

.tools-box:nth-child(4) {
  width: 20%;
  background: #5ea1d0; }

.tools-box:nth-child(4):after {
  border-bottom: 80px solid #bed7ea; }

.tools-box:nth-child(5) {
  width: 15%;
  background: #006bb7; }

.tools-box:nth-child(5):after {
  border-bottom: 80px solid #bed7ea; }

@media (max-width: 768px) {
  .tools-boxs {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap; }
  .tools-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100px;
    margin-bottom: 10px; }
  .tools-box:first-child, .tools-box:nth-child(2), .tools-box:nth-child(3), .tools-box:nth-child(4), .tools-box:nth-child(5) {
    width: 100%;
    max-width: 300px; } }

/*members*/
.members {
  margin-bottom: 80px; }

.members-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  @media (max-width: 768px) {
    .members-boxs {
      flex-direction: column; } }

.members-box {
  position: relative;
  width: 49%;
  height: 350px; }
  @media (max-width: 768px) {
    .members-box {
      width: 100%;
      margin-bottom: 20px; } }

.members-box_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.members-box_bottom {
  position: absolute;
  left: 20px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.members-box_bottom img {
  margin-bottom: 10px; }

.members-box_bottom h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  max-width: 350px; }

.members-box_bottom mark {
  background: #BED7EA;
  color: #004282; }

/*-members*/
/*resources*/
.resources {
  padding: 0 29.5px;
  margin-bottom: 60px; }
  .resources .section-title {
    margin-bottom: 22px; }
    .resources .section-title h2 {
      font-size: 18px; }
  .resources .section-title_center {
    justify-content: center; }

.resources-slide_img {
  display: block;
  width: 100%;
  height: 244px;
  overflow: hidden;
  margin-bottom: 10px; }
  @media (min-width: 801px) {
    .resources-slide_img {
      height: 300px;
      margin-bottom: 20px; } }

.resources-slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }

.resources-slide_title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  color: #004282;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  text-decoration: none; }
  @media (min-width: 801px) {
    .resources-slide_title {
      font-size: 18px; } }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  flex-direction: column;
  /*& > div:nth-last-child(-n+2) {
    display: none;

    @media (min-width: 1024px) {
      display: block;
    }
  }*/ }
  @media (min-width: 801px) {
    .swiper-wrapper {
      flex-direction: row; } }
  .swiper-wrapper div:nth-child(n) {
    margin-bottom: 31px; }
    @media (min-width: 1024px) {
      .swiper-wrapper div:nth-child(n) {
        margin-bottom: 0; } }
  @media (min-width: 801px) {
    .swiper-wrapper > div:nth-child(2) {
      margin-left: 25px;
      margin-right: 25px; } }
  @media (min-width: 1024px) {
    .swiper-wrapper > div:nth-child(2) {
      margin: 0; } }

.slick-slide {
  margin-right: 0; }
  @media (min-width: 801px) {
    .slick-slide {
      margin-right: 13px; } }

.resources-slide_title:hover {
  color: #61d19e; }

@media (min-width: 769px) {
  .resources-slide_img:hover img {
    transform: scale(1.04); } }

#main-content > .container > nav + main.page > h1.page-heading {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  margin-top: 35px; }
  #main-content > .container > nav + main.page > h1.page-heading:before {
    display: none; }

.help-content {
  padding-top: 60px;
  margin-left: -109px;
  margin-right: -109px;
  display: flex;
  justify-content: space-evenly;
  color: #272727;
  font-size: 16px; }
  @media (min-width: 1900px) {
    .help-content {
      margin-left: -309px;
      margin-right: -309px; } }
  @media (max-width: 1400px) {
    .help-content {
      margin: 0; } }
  .help-content .help-ordersShipping-outer, .help-content .help-contactUs-outer {
    max-width: 202px; }
    @media (max-width: 1100px) {
      .help-content .help-ordersShipping-outer, .help-content .help-contactUs-outer {
        display: none; } }
    .help-content .help-ordersShipping-outer h4, .help-content .help-contactUs-outer h4 {
      font-weight: 900;
      text-transform: uppercase; }
      .help-content .help-ordersShipping-outer h4 a, .help-content .help-contactUs-outer h4 a {
        text-decoration: none;
        color: inherit; }
  .help-content .help-ordersShipping-outer .help-orders {
    margin-bottom: 20px;
    min-height: 237px; }
    .help-content .help-ordersShipping-outer .help-orders h4 {
      margin-bottom: 20px;
      line-height: 1.3em; }
    .help-content .help-ordersShipping-outer .help-orders button {
      font-size: 12px;
      line-height: 18px;
      background: #bed7ea;
      color: white;
      padding: 6px;
      padding-right: 14px;
      border: none;
      left: -6px; }
  .help-content .help-contactUs-outer h4 {
    margin-bottom: 17px; }
  .help-content .help-faq-outer {
    max-width: 570px;
    width: 100%; }
    .help-content .help-faq-outer h2 {
      font-size: 24px;
      margin-bottom: 70px; }
    .help-content .help-faq-outer h4 {
      position: relative;
      font-size: 18px;
      line-height: 20px;
      font-weight: bold;
      margin-bottom: 10px;
      height: 40px;
      padding-right: 50px;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .help-content .help-faq-outer h4:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 9px solid #e6e8e8;
        top: 50%;
        margin-top: -2px;
        right: 0; }
    .help-content .help-faq-outer div {
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 0;
      padding-right: 50px; }
      .help-content .help-faq-outer div.u-hiddenVisually {
        display: none; }
    .help-content .help-faq-outer ul {
      list-style-type: disc; }
    .help-content .help-faq-outer > ul {
      margin: 0;
      list-style-type: none;
      margin-bottom: 50px; }
    .help-content .help-faq-outer > ul > li {
      padding-bottom: 17px;
      border-bottom: 2px solid #e6e8e8;
      margin-bottom: 20px; }
      .help-content .help-faq-outer > ul > li li {
        margin-left: 1em; }
      .help-content .help-faq-outer > ul > li a {
        color: #54AAEA; }
    .help-content .help-faq-outer .shipping-table-container {
      margin-left: -244px;
      margin-right: -294px;
      padding-right: 0; }
      @media (max-width: 1064px) {
        .help-content .help-faq-outer .shipping-table-container {
          margin: 0; } }
      .help-content .help-faq-outer .shipping-table-container div {
        padding-right: 0; }
      .help-content .help-faq-outer .shipping-table-container .order-subtotal-row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        background: #666; }
      .help-content .help-faq-outer .shipping-table-container .shipping-row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        border: 1px solid #666;
        border-top: none;
        text-align: center; }
      .help-content .help-faq-outer .shipping-table-container .column {
        width: 20%;
        border-right: 1px solid #666;
        padding: 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 1064px) {
          .help-content .help-faq-outer .shipping-table-container .column:not(.column-1) {
            display: none; }
          .help-content .help-faq-outer .shipping-table-container .column.first {
            width: 50%; }
          .help-content .help-faq-outer .shipping-table-container .column.column-show {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            border: none;
            width: 50%; } }
        .help-content .help-faq-outer .shipping-table-container .column.last {
          border-right: 0; }
      .help-content .help-faq-outer .shipping-table-container .order-subtotal-row .column {
        text-align: center;
        color: white; }
      .help-content .help-faq-outer .shipping-table-container .order-range-select {
        display: none; }
        @media (max-width: 1064px) {
          .help-content .help-faq-outer .shipping-table-container .order-range-select {
            width: 50%;
            display: -webkit-flex;
            display: -ms-flex;
            display: -moz-flex;
            display: flex; } }

.optimizedCheckout-header {
  box-sizing: border-box;
  background: #61d19e; }

#main-content > .container > nav + main.page > h1.page-heading {
  display: none; }
  #main-content > .container > nav + main.page > h1.page-heading:before {
    display: none; }

.promo-content {
  margin-left: -309px;
  margin-right: -309px; }
  @media (max-width: 1400px) {
    .promo-content {
      margin-left: -25%;
      margin-right: -25%; } }
  @media (max-width: 801px) {
    .promo-content {
      margin: 0; } }
  .promo-content h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 50px;
    text-transform: uppercase; }
  .promo-content h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2em; }
  .promo-content h3 {
    margin-bottom: 20px; }
  .promo-content h5 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0; }
  .promo-content p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0; }
  .promo-content img {
    height: 525px;
    width: 100%;
    object-fit: cover;
    transition: .1s; }
    @media (max-width: 1024px) {
      .promo-content img {
        height: 400px; } }
  .promo-content .btn-n {
    float: left;
    font-size: 10px;
    height: 30px; }
    .promo-content .btn-n .icon-svg-arrowRight {
      width: 15px;
      margin-left: 25px;
      transition: .1s;
      -webkit-mask: url(../img/arrow-right.svg) no-repeat 100% 100%;
      mask: url(../img/arrow-right.svg) no-repeat 100% 100%;
      -webkit-mask-size: cover;
      mask-size: cover;
      background-color: #004282; }
    .promo-content .btn-n .icon-svg-arrowRightTop {
      width: 12px;
      margin-left: 25px;
      transition: .1s;
      -webkit-mask: url(../img/arrow.svg) no-repeat 100% 100%;
      mask: url(../img/arrow.svg) no-repeat 100% 100%;
      -webkit-mask-size: cover;
      mask-size: cover;
      background-color: #004282; }
    .promo-content .btn-n:hover .icon-svg-arrowRight, .promo-content .btn-n:hover .icon-svg-arrowRightTop {
      background-color: #61d19e; }
  .promo-content .promo-linksBoxBottom {
    position: absolute;
    left: 26px;
    bottom: 27px;
    max-width: 264px;
    width: 100%; }
  .promo-content .promo-linksBoxText {
    background: #dfebf5;
    padding: 5px 11px;
    margin-bottom: 10px;
    min-height: 50px; }
    .promo-content .promo-linksBoxText p {
      color: #6e6e70; }
  .promo-content .promo-container {
    max-width: 1200px;
    margin: auto; }
  .promo-content .promo-mainBanner {
    position: relative;
    margin-bottom: 60px; }
    .promo-content .promo-mainBanner img {
      width: 100%;
      display: inline-block;
      height: auto;
      max-width: 100%;
      vertical-align: middle; }
    .promo-content .promo-mainBanner h1 {
      position: absolute;
      line-height: 1em;
      left: 55px;
      bottom: 32px;
      background: none; }
      @media (max-width: 1024px) {
        .promo-content .promo-mainBanner h1 {
          font-size: 20px;
          left: 20px;
          bottom: 10px; } }
      .promo-content .promo-mainBanner h1 span {
        display: block;
        padding: 12px 19px;
        background: #dfebf5; }
        @media (max-width: 1024px) {
          .promo-content .promo-mainBanner h1 span {
            padding: 5px 10px; } }
        .promo-content .promo-mainBanner h1 span:first-of-type {
          margin-bottom: 5px; }
  .promo-content .promo-bannerSubText {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 68px;
    max-width: none; }
    .promo-content .promo-bannerSubText h2 {
      max-width: 560px; }
    .promo-content .promo-bannerSubText p {
      max-width: 500px;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.5px;
      line-height: 20px;
      color: inherit; }
      @media (max-width: 1024px) {
        .promo-content .promo-bannerSubText p {
          max-width: none; } }
  .promo-content .promo-linksOuter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 525px;
    margin-bottom: 102px; }
    @media (max-width: 1024px) {
      .promo-content .promo-linksOuter {
        max-height: none;
        justify-content: center;
        margin-bottom: 40px; } }
    .promo-content .promo-linksOuter .promo-linkSeeMvp {
      width: 64%;
      position: relative; }
      @media (max-width: 1024px) {
        .promo-content .promo-linksOuter .promo-linkSeeMvp {
          width: 100%;
          max-height: 400px;
          max-width: 600px;
          margin-bottom: 20px; } }
    .promo-content .promo-linksOuter .promo-linkMvpAssociations {
      position: relative;
      width: 30%; }
      @media (max-width: 1024px) {
        .promo-content .promo-linksOuter .promo-linkMvpAssociations {
          width: 100%;
          max-height: 400px;
          max-width: 600px; } }
  .promo-content .mob-wr {
    display: none; }
  .promo-content .promo-JoinMvp-outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 525px;
    margin-bottom: 101px;
    margin-top: 67px; }
    @media (max-width: 1090px) {
      .promo-content .promo-JoinMvp-outer {
        max-height: none; } }
    @media (max-width: 1024px) {
      .promo-content .promo-JoinMvp-outer {
        justify-content: center;
        margin-bottom: 20px; } }
    .promo-content .promo-JoinMvp-outer .promo-JoinMvp-textBox {
      margin-top: 121px;
      max-width: 375px;
      padding-left: 42px; }
      @media (max-width: 1090px) {
        .promo-content .promo-JoinMvp-outer .promo-JoinMvp-textBox {
          max-width: none;
          margin-top: 0;
          margin-bottom: 20px; } }
      .promo-content .promo-JoinMvp-outer .promo-JoinMvp-textBox h2 {
        margin-bottom: 22px; }
      .promo-content .promo-JoinMvp-outer .promo-JoinMvp-textBox p {
        color: #272727; }
    .promo-content .promo-JoinMvp-outer .promo-JoinMvp-price {
      max-width: 300px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #979797;
      border-bottom: 1px solid #979797; }
      @media (max-width: 1090px) {
        .promo-content .promo-JoinMvp-outer .promo-JoinMvp-price {
          max-width: none;
          justify-content: center; } }
      .promo-content .promo-JoinMvp-outer .promo-JoinMvp-price p {
        margin-top: 16px;
        margin-bottom: 12px;
        max-width: 192px;
        color: #6e6e70; }
        @media (max-width: 1090px) {
          .promo-content .promo-JoinMvp-outer .promo-JoinMvp-price p {
            margin-left: 10px; } }
    .promo-content .promo-JoinMvp-outer .promo-imgBox-JoinMvp {
      position: relative;
      width: 64%;
      max-height: 525px; }
      .promo-content .promo-JoinMvp-outer .promo-imgBox-JoinMvp .btn-n {
        text-transform: uppercase; }
      @media (max-width: 1024px) {
        .promo-content .promo-JoinMvp-outer .promo-imgBox-JoinMvp {
          max-height: 400px;
          max-width: 600px;
          width: 100%; } }
  .promo-content .additional-outer {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column; }
    .promo-content .additional-outer .page-heading {
      position: relative;
      margin: auto;
      font-size: 20px;
      margin-bottom: 33px; }
      .promo-content .additional-outer .page-heading:before {
        position: absolute;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-bottom: 10px solid #61d19e;
        border-left: 10px solid transparent;
        top: 50%;
        margin-top: -5px;
        left: -15px; }
    .promo-content .additional-outer .additional-container {
      max-width: 1150px;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      justify-content: space-between;
      margin: auto; }
      @media (max-width: 1024px) {
        .promo-content .additional-outer .additional-container {
          display: block; } }
    .promo-content .additional-outer .additional {
      width: 31%;
      margin-bottom: 21px; }
      @media (max-width: 1024px) {
        .promo-content .additional-outer .additional {
          width: 100%; } }
      .promo-content .additional-outer .additional a {
        display: block;
        overflow: hidden; }
      .promo-content .additional-outer .additional img {
        max-height: 300px; }
        .promo-content .additional-outer .additional img:hover {
          transform: scale(1.04); }
      .promo-content .additional-outer .additional h5 {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 900;
        letter-spacing: 0;
        text-transform: none; }
        .promo-content .additional-outer .additional h5 a {
          color: #004282;
          text-decoration: none; }
          .promo-content .additional-outer .additional h5 a:hover {
            color: #61d19e; }
  .promo-content .promo-linkSeeMvp,
  .promo-content .promo-linkMvpAssociations,
  .promo-content .promo-imgBox-JoinMvp {
    overflow: hidden; }
    .promo-content .promo-linkSeeMvp:hover img,
    .promo-content .promo-linkMvpAssociations:hover img,
    .promo-content .promo-imgBox-JoinMvp:hover img {
      transform: scale(1.04); }

/*tyles variant of 'just for you' block*/
.promo-content .just-for-you {
  border-top: 10px solid #dfebf5;
  border-bottom: 10px solid #dfebf5;
  padding-top: 30px;
  padding-bottom: 66px;
  margin-bottom: 90px; }
  @media (max-width: 1024px) {
    .promo-content .just-for-you {
      margin-bottom: 50px; } }
  .promo-content .just-for-you img {
    height: 100%; }
  .promo-content .just-for-you .btn-n {
    font-size: inherit;
    height: 35px; }
  .promo-content .just-for-you .section-title {
    margin-bottom: 16px;
    border: 0;
    padding: 0; }
    .promo-content .just-for-you .section-title h5 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .promo-content .just-for-you .section-title h5:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin-bottom: 3px;
      border-bottom: 10px solid #61d19e;
      border-left: 10px solid transparent;
      margin-right: 8px; }
    .promo-content .just-for-you .section-title h2 {
      font-size: 20px;
      line-height: 20px;
      font-weight: 900; }
  @media (max-width: 1024px) {
    .promo-content .just-for-you .you-box:first-child {
      width: 100%;
      max-height: 400px;
      margin-bottom: 20px; } }
  @media (max-width: 1024px) {
    .promo-content .just-for-you .you-box:last-child {
      width: 100%;
      max-height: 400px; } }
  .promo-content .just-for-you .you-box_bottom h3 {
    letter-spacing: 0;
    margin-bottom: 15px; }
    .promo-content .just-for-you .you-box_bottom h3 span {
      background: #bed7ea;
      padding: 0 5px; }
  .promo-content .just-for-you .you-box_wrap h3 {
    margin-bottom: 15px; }

#main-content > .container > nav + main.page > h1.page-heading {
  display: none; }
  #main-content > .container > nav + main.page > h1.page-heading:before {
    display: none; }

.promo-content .promo-mainBanner .multy-h1 {
  background: #ffd959;
  padding: 10px;
  padding-right: 22px; }
  .promo-content .promo-mainBanner .multy-h1 svg {
    margin-right: 28px; }

.promo-content .multi-linksBoxBottom {
  position: absolute;
  left: 26px;
  bottom: 27px;
  max-width: 264px;
  width: 100%; }

.promo-content .multi-linksBoxText {
  background: #dfebf5;
  padding: 5px 11px;
  margin-bottom: 10px;
  min-height: 50px; }
  .promo-content .multi-linksBoxText p {
    color: #6e6e70; }

.promo-content .promo-linksOuter .multi-linkSeeMvp, .promo-content .promo-linksOuter .multi-linkMvpAssociations {
  width: 49%;
  position: relative;
  height: 100%; }
  @media (max-width: 1024px) {
    .promo-content .promo-linksOuter .multi-linkSeeMvp, .promo-content .promo-linksOuter .multi-linkMvpAssociations {
      width: 100%;
      max-height: 400px;
      max-width: 600px; } }

@media (max-width: 1024px) {
  .promo-content .promo-linksOuter .multi-linkSeeMvp {
    margin-bottom: 20px; } }

.page-heading.cms-title {
  margin: 0 auto 70px;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  justify-content: center; }
  @media (max-width: 1200px) {
    .page-heading.cms-title {
      margin-bottom: 50px; } }

.topics-box {
  margin-bottom: 85px; }
  @media (max-width: 1200px) {
    .topics-box {
      margin-bottom: 40px; } }

.boxes-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px; }
  @media (max-width: 1200px) {
    .boxes-wrap {
      margin: 0; } }
  .boxes-wrap > div {
    position: relative;
    margin: 0 10px; }
    @media (max-width: 1200px) {
      .boxes-wrap > div {
        margin: 0 0 20px 0; } }
  @media (max-width: 1200px) {
    .boxes-wrap {
      flex-direction: column; } }
  @media (max-width: 1200px) {
    .boxes-wrap img {
      height: 300px;
      width: 100%;
      object-fit: cover;
      object-position: top; } }

.m-item {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .m-item img {
    height: 560px;
    object-fit: cover;
    width: 100%; }
    @media (max-width: 1200px) {
      .m-item img {
        height: 400px;
        object-position: top; } }

.box_bottom {
  position: absolute;
  left: 28px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.box_text {
  padding: 5px 7px;
  background: #DFEBF5;
  margin-bottom: 10px;
  min-width: 247px;
  max-width: 100%; }
  @media (max-width: 800px) {
    .box_text {
      padding: 4px 7px;
      margin-bottom: 6px; } }

.box_text h5 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .box_text h5 {
      font-size: 12px;
      margin-bottom: 0; } }

.m-item .box_bottom {
  left: 63px;
  bottom: 43px; }
  @media (max-width: 800px) {
    .m-item .box_bottom {
      left: 28px;
      bottom: 20px; } }

.m-item .box_text {
  padding: 10px 100px 10px 17px;
  width: auto; }
  @media (max-width: 800px) {
    .m-item .box_text {
      padding: 10px 40px 10px 17px; } }
  .m-item .box_text h5 {
    font-size: 27px;
    line-height: 27px; }
    @media (max-width: 800px) {
      .m-item .box_text h5 {
        font-size: 18px;
        margin-bottom: 0; } }

.box_text p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .box_text p {
      font-size: 8px; } }

.m-item .box_text p {
  font-size: 18px; }
  @media (max-width: 800px) {
    .m-item .box_text p {
      font-size: 12px; } }

.all-topics-grid .btn-n {
  font-size: 12px;
  height: 29px; }
  .all-topics-grid .btn-n:after {
    width: 30px; }
  .all-topics-grid .btn-n span {
    width: 20px;
    height: 15px;
    margin-left: 17px;
    margin-right: -3px;
    transition: .1s;
    font-size: 0;
    background: url(../img/arrow-right.svg) center no-repeat;
    background-size: 15px; }
  .all-topics-grid .btn-n:hover span {
    background: url(../img/arrow-r-h.svg) center no-repeat;
    background-size: 15px; }

.all-topics-grid .m-item .btn-n {
  font-size: 18px;
  height: 45px;
  padding: 0 15px; }
  .all-topics-grid .m-item .btn-n:after {
    width: 50px; }
  .all-topics-grid .m-item .btn-n span {
    width: 22px;
    background-size: 22px;
    margin-left: 34px; }

.boxes-wrap.four .box_text h5 {
  font-size: 12px; }

.boxes-wrap.two {
  flex-wrap: wrap; }
  .boxes-wrap.two > div {
    width: calc(50% - 20px);
    margin-bottom: 20px; }
    @media (max-width: 1200px) {
      .boxes-wrap.two > div {
        width: 100%; } }

.b-b img {
  height: 580px;
  object-fit: cover; }
  @media (max-width: 1200px) {
    .b-b img {
      height: 300px;
      width: 100%;
      object-fit: cover; } }

.skip-to-main-link {
  background: #fff;
  color: #757575;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: transform 0.3s; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

@media (min-width: 801px) {
  .mob-view {
    display: none; } }

.header {
  background-color: #bed7ea;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 55px; }
  @media (max-width: 1024px) {
    .header {
      height: 50px;
      background-color: #006BB7; } }
  @media (min-width: 1025px) {
    .header {
      overflow: visible;
      position: relative;
      height: auto; } }
  .header.is-open {
    /*height: 100%;*/
    /*@include breakpoint("medium") {
            height: auto;
        }*/ }

.header-logo {
  font-size: 0;
  margin: 0;
  text-align: center;
  height: 55px; }
  @media (max-width: 1024px) {
    .header-logo {
      height: 100%; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 0;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    color: #333333;
    height: inherit;
    display: flex;
    align-items: 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 (max-width: 1024px) {
      .header-logo__link {
        width: auto; } }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left;
  max-width: 135px; }
  .header-logo--left .header-logo-image {
    right: unset; }
    @media (max-width: 1024px) {
      .header-logo--left .header-logo-image.logo-desktop {
        display: none; } }
    @media (min-width: 1025px) {
      .header-logo--left .header-logo-image.logo-mobile {
        display: none; } }

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

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 600;
  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: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 139px;
  height: 100%; }

.header-logo-image-container:after {
  content: '';
  display: block;
  padding-bottom: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-container:after {
      padding-bottom: 40px; } }

.header-logo-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 2.35714rem;
  width: 139px;
  max-width: none;
  height: 49px; }
  @media (max-width: 800px) {
    .header-logo-image {
      max-height: 100%; } }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 18px;
  display: inline-block;
  font-size: 0;
  right: 10px;
  top: 15px;
  overflow: hidden;
  padding: 0 5px;
  position: absolute;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1025px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 12px;
    width: 14px; }
    .mobileMenu-toggle .mobileMenu-toggleIcon span {
      width: 100%;
      height: 2px;
      background: #5EA1D0;
      transition: .2s; }
    .mobileMenu-toggle .mobileMenu-toggleIcon span:nth-child(2) {
      position: relative;
      left: -5px; }
  .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); }

.header-promo {
  font-size: 14px;
  font-weight: 600;
  color: #004282;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    .header-promo {
      display: none; } }

.header-menu_title, .header-sub-menu_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  min-height: 40px;
  background: #006bb7;
  order: 1; }
  .header-menu_title span, .header-sub-menu_title span {
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    margin: 0 auto; }
    .header-menu_title span:before, .header-sub-menu_title span:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin-bottom: 3px;
      border-bottom: 10px solid #61d19e;
      border-left: 10px solid transparent;
      margin-right: 8px; }
  @media (min-width: 1025px) {
    .header-menu_title, .header-sub-menu_title {
      display: none; } }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }
  @media (max-width: 800px) {
    .body {
      margin-bottom: 40px; } }

.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: 100%;
    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; } }

.body .container .login {
  visibility: hidden; }

.panel-wrapper .hidden {
  display: none !important; }

.panel-wrapper .mt {
  margin-top: 16px !important; }

.panel-wrapper .body-1 a {
  cursor: pointer !important;
  text-decoration: underline !important; }

.join {
  padding: 20px 0;
  background: #bed7ea;
  line-height: normal; }
  .join .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #004282; }
    .join .container .join-text {
      text-align: center;
      margin-bottom: 10px; }
      .join .container .join-text h2 {
        font-size: 20px;
        font-weight: 900 !important;
        text-transform: uppercase; }
        @media (min-width: 801px) {
          .join .container .join-text h2 {
            font-size: 24px; } }
      .join .container .join-text p {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        margin: 0; }
      @media (min-width: 1261px) {
        .join .container .join-text {
          text-align: left;
          margin-bottom: 0; } }
    .join .container .join-form {
      position: relative;
      display: flex;
      flex-direction: column;
      margin-left: 0; }
      .join .container .join-form input {
        max-width: 300px;
        height: 40px;
        width: 600px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-size: 14px;
        background: #dfebf5;
        border: none;
        font-weight: 400;
        color: #006bb7; }
        @media (min-width: 801px) {
          .join .container .join-form input {
            height: 50px;
            max-width: 100%;
            padding-left: 20px;
            padding-right: 140px;
            font-size: 16px;
            text-align: left; } }
      .join .container .join-form input[name='nl_email']::-webkit-input-placeholder, .join .container .join-form input[name='nl_email']::-moz-placeholder, .join .container .join-form input[name='nl_email']:-moz-placeholder, .join .container .join-form input[name='nl_email']:-ms-input-placeholder, .join .container .join-form input[name='nl_email']::placeholder {
        color: #006bb7; }
      .join .container .join-form input[name='nl_email']:focus::-webkit-input-placeholder {
        color: transparent; }
      .join .container .join-form input[name='nl_email']:focus::-moz-placeholder {
        color: transparent; }
      .join .container .join-form input[name='nl_email']:focus:-moz-placeholder {
        color: transparent; }
      .join .container .join-form input[name='nl_email']:focus:-ms-input-placeholder {
        color: transparent; }
      .join .container .join-form input[name='nl_email']:focus::placeholder {
        color: transparent; }
      .join .container .join-form button {
        position: static;
        transform: translateY(0);
        z-index: 2;
        right: 10px;
        top: 50%;
        border: 0;
        background: #61d19e;
        height: 30px;
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        padding: 0 20px;
        transition: .1s; }
        @media (min-width: 801px) {
          .join .container .join-form button {
            position: absolute;
            transform: translateY(-50%); } }
      @media (min-width: 1261px) {
        .join .container .join-form button:hover {
          background: #00447f; } }
      @media (min-width: 1261px) {
        .join .container .join-form {
          margin-left: 40px; } }
    @media (min-width: 1261px) {
      .join .container {
        flex-direction: row; } }
  @media (min-width: 801px) {
    .join {
      padding: 30px 0; } }

.footer {
  background-color: #00447f;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  padding: 50px 50px 10px 20px;
  overflow: hidden; }
  .footer a {
    text-decoration: none; }
    .footer a:hover {
      color: #61d19e; }
  @media (max-width: 768px) {
    .footer {
      padding: 0;
      padding-top: 40px;
      padding-bottom: 97px; } }

.footer-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .footer-top {
      align-items: center;
      flex-direction: column; } }
  @media screen and (min-width: 769px) and (max-width: 992px) {
    .footer-top {
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .footer-top {
      margin-bottom: 23px; } }
  .footer-top:after {
    content: '';
    width: 40px; }

.footer-logo {
  height: 49px; }
  .footer-logo img {
    max-height: 100%;
    max-width: 100%; }
  @media (max-width: 992px) {
    .footer-logo {
      margin-bottom: 30px; } }

.footer-menu {
  display: flex;
  font-size: 0;
  flex-wrap: wrap; }
  @media (max-width: 992px) {
    .footer-menu {
      width: 100%;
      justify-content: space-between; } }
  @media (min-width: 801px) {
    .footer-menu {
      flex-wrap: nowrap; } }
  @media (max-width: 768px) {
    .footer-menu {
      display: block;
      padding-left: 30px; } }
  .footer-menu div {
    align-items: start;
    display: flex; }
    @media (max-width: 992px) {
      .footer-menu div {
        flex-grow: 1; } }
    @media (max-width: 768px) {
      .footer-menu div {
        flex-direction: column;
        width: 50%; } }
    @media (max-width: 992px) {
      .footer-menu div article {
        width: 50%; } }
    @media (max-width: 768px) {
      .footer-menu div article {
        width: auto; } }
  @media (max-width: 768px) {
    .footer-menu > :nth-child(odd) {
      float: left; } }
  @media (max-width: 768px) {
    .footer-menu > :nth-child(even) {
      float: right; } }

.footer-info-col {
  color: white;
  display: inline-block;
  float: none;
  font-size: 12px;
  margin: 0 30px; }
  .footer-info-col li {
    margin-bottom: 5px; }
  @media (max-width: 992px) {
    .footer-info-col {
      margin: 0;
      width: 19%; } }
  @media (max-width: 768px) {
    .footer-info-col {
      text-align: left;
      width: 48%;
      margin-bottom: 30px; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

.footer-info-col--social {
  width: 100%;
  margin: 0;
  display: none; }
  @media (min-width: 801px) {
    .footer-info-col--social {
      display: contents; } }
  .footer-info-col--social .icon {
    height: 14px;
    width: 14px; }
    .footer-info-col--social .icon:hover svg {
      fill: #61d19e; }
    .footer-info-col--social .icon svg {
      fill: #006bb7; }

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

@media (max-width: 768px) {
  .footer-bottom, .footer-info {
    display: flex;
    flex-direction: column;
    align-items: center; } }

.footer-bottom:after {
  content: "";
  position: absolute;
  right: -300px;
  bottom: -5px;
  height: 139px;
  width: 762px;
  background: url("../icons/footer_background.svg") 50% no-repeat; }
  @media (min-width: 1261px) {
    .footer-bottom:after {
      right: -5px; } }
  @media (max-width: 992px) {
    .footer-bottom:after {
      right: -500px; } }

.footer-info-heading {
  color: #bed7ea;
  font-size: 12px;
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 7px; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: white; }

.footer-info {
  margin-left: 0;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .footer-info {
      padding-left: 77px;
      padding-right: 77px; } }
  @media (min-width: 801px) {
    .footer-info b {
      font-weight: normal; } }
  .footer-info li {
    display: flex;
    align-items: center;
    margin-bottom: 5px; }
    @media (max-width: 768px) {
      .footer-info li {
        margin-bottom: 20px; } }
  .footer-info li:last-child {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .footer-info span {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; } }
  .footer-info a, .footer-info span {
    color: #bed7ea;
    font-size: 10px;
    font-weight: 500; }
  .footer-info address {
    display: inline;
    font-style: normal; }

.footer-info_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  background: #006bb7;
  margin-right: 7px; }
  @media (max-width: 768px) {
    .footer-info_icon {
      display: none; } }

.footer-text {
  margin-left: 1.3rem;
  color: #bdbfbf;
  font-size: 8px;
  margin-top: 33px; }
  @media (min-width: 801px) {
    .footer-text {
      margin-top: 0; } }

.footer-copyright {
  text-align: center; }
  @media (min-width: 801px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    margin: 0; }
  .footer-copyright a {
    color: white;
    text-decoration: none;
    text-transform: capitalize; }
    .footer-copyright a:hover {
      color: #61d19e; }

.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: #006bb7; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-newsletter-summary {
  text-align: left; }

#previewModalError {
  min-width: 600px;
  width: 600px; }
  @media (max-width: 600px) {
    #previewModalError {
      width: 100%;
      min-width: 100%; } }
  #previewModalError section {
    margin: 0 auto;
    padding: 30px 20px;
    width: 600px;
    border: 5PX solid #dfebf5;
    align-items: center;
    font-family: Montserrat, sans-serif;
    text-align: center; }
    @media (max-width: 600px) {
      #previewModalError section {
        width: 100%; } }
  #previewModalError h1 {
    color: #004282;
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0; }
  #previewModalError h2 {
    color: #004282;
    font-size: 25px;
    margin-top: 15px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px; }
  #previewModalError h3 {
    color: #666;
    font-size: 14px;
    margin-top: 15px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px; }
  #previewModalError ul {
    text-align: center;
    list-style-position: inside; }
  #previewModalError li {
    color: #004282;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 1px; }
  #previewModalError p {
    color: #004282;
    font-size: 18px;
    margin-top: 15px;
    line-height: 24px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 32px;
    display: block; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.144rem;
  padding: 0 1.25rem;
  position: relative;
  width: 100%; }
  @media (max-width: 800px) {
    .container {
      padding: 0 13px; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .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: white;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 800px; }
  .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%; } }

.post-wrap-content {
  width: 67.51%; }
  @media (max-width: 800px) {
    .post-wrap-content {
      width: 100%; } }
  .post-wrap-content .blog-title {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 20px 0;
    color: #004282; }
    @media (max-width: 800px) {
      .post-wrap-content .blog-title {
        font-size: 18px;
        line-height: 22px; } }
    .post-wrap-content .blog-title a {
      text-decoration: none;
      color: #004282;
      font-size: 36px;
      line-height: 44px;
      text-transform: uppercase; }
      @media (max-width: 800px) {
        .post-wrap-content .blog-title a {
          font-size: 18px;
          line-height: 22px; } }
  .post-wrap-content .blog-thumbnail {
    width: 100%;
    max-width: 100%; }
    .post-wrap-content .blog-thumbnail img {
      width: 100%; }
  .post-wrap-content .main-d {
    font-size: 24px;
    font-weight: 700;
    color: #006BB7;
    line-height: 30px;
    margin-bottom: 20px; }
    @media (max-width: 800px) {
      .post-wrap-content .main-d {
        font-size: 18px;
        line-height: 22px; } }
  .post-wrap-content .post-sub-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #004282; }
  .post-wrap-content .post-txt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
  .post-wrap-content .quote {
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    max-width: 385px;
    color: #004282;
    margin: 50px auto 70px; }
    @media (max-width: 800px) {
      .post-wrap-content .quote {
        margin: 30px auto;
        font-size: 16px; } }
  .post-wrap-content .blog-post-figure {
    margin-bottom: 30px; }
  .post-wrap-content .blog-post-figure {
    width: 100%; }
  .post-wrap-content .blog-post-body {
    width: 100%; }
  .post-wrap-content img {
    display: block;
    margin: 0 auto 30px; }
  .post-wrap-content .blog-date {
    font-size: 18px;
    color: #6E6E70;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px; }
    @media (max-width: 800px) {
      .post-wrap-content .blog-date {
        margin-bottom: 10px; } }

.posts-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1.25rem; }
  .posts-list .blog {
    width: calc(50% - 10px);
    margin: 0 0 20px 0; }
    @media (max-width: 800px) {
      .posts-list .blog {
        width: 100%; } }
  .posts-list .blog-title {
    font-size: 24px;
    margin: 0; }
    @media (max-width: 800px) {
      .posts-list .blog-title {
        min-height: 1px; } }
  .posts-list .blog-post-body {
    width: 100%; }
  .posts-list .blog-thumbnail {
    max-width: 100%;
    margin: 0 0 10px 0; }
    .posts-list .blog-thumbnail img {
      height: 400px;
      max-height: 400px;
      object-fit: cover; }
      @media (max-width: 800px) {
        .posts-list .blog-thumbnail img {
          height: auto; } }
  .posts-list .blog-post-figure {
    width: 100%; }
  .posts-list .blog-date {
    display: none; }
  .posts-list .blog-title a {
    color: #004282;
    text-transform: uppercase;
    font-size: 24px; }
    @media (max-width: 800px) {
      .posts-list .blog-title a {
        font-size: 16px; } }
  .posts-list .blog-post {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
  .posts-list .blog:first-child {
    width: 100%;
    display: block;
    position: relative; }
    .posts-list .blog:first-child .blog-title {
      max-width: 750px;
      min-height: 1px; }
      @media (max-width: 800px) {
        .posts-list .blog:first-child .blog-title {
          line-height: 24px; } }
      .posts-list .blog:first-child .blog-title a {
        font-size: 36px;
        font-weight: 800;
        background: #BED7EA;
        color: #004282;
        padding: 3px;
        padding: 3px;
        box-shadow: 10px 0 0 #BED7EA, -10px 0 0 #BED7EA; }
        @media (max-width: 800px) {
          .posts-list .blog:first-child .blog-title a {
            font-size: 12px;
            box-shadow: 5px 0 0 #BED7EA, -5px 0 0 #BED7EA; } }
    .posts-list .blog:first-child .blog-thumbnail {
      margin: 0; }
      .posts-list .blog:first-child .blog-thumbnail img {
        height: 597px;
        object-fit: cover; }
        @media (max-width: 800px) {
          .posts-list .blog:first-child .blog-thumbnail img {
            height: auto; } }
    .posts-list .blog:first-child .blog-post-figure {
      width: 100%; }
    .posts-list .blog:first-child .blog-post-body {
      display: none; }
    .posts-list .blog:first-child .blog-header {
      position: absolute;
      bottom: 40px;
      left: 40px; }
      @media (max-width: 800px) {
        .posts-list .blog:first-child .blog-header {
          bottom: 10px;
          left: 15px; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  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 {
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

.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; }
  @media (max-width: 400px) {
    .productGrid ul {
      margin: 0; } }
  .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: 33.33333%; } }
    @media (max-width: 600px) and (min-width: 551px) {
      .productGrid .product {
        padding: 0; } }
    @media (max-width: 420px) {
      .productGrid .product {
        padding: 5px; } }

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

@media (max-width: 1250px) and (min-width: 971px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; } }

@media (max-width: 970px) and (min-width: 801px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 100%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    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 {
    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 {
    position: relative;
    padding: 20px; }
    .productList .product + .product {
      margin-top: 1rem; }

.listItem {
  color: #6e6e70; }
  @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; } }
  .listItem:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    border: 3px solid #bed7ea;
    opacity: 0;
    transition: .1s; }
  .listItem:hover .button.quickview {
    border: 1px solid #6e6e70; }
  .listItem:hover:before {
    opacity: 1; }
  .listItem .tabs {
    border-bottom: 0; }
    .listItem .tabs .tab {
      width: 28px;
      height: 28px;
      outline: none;
      border: 3px solid #fff;
      cursor: pointer;
      margin: 0 5px 0 0; }
      .listItem .tabs .tab:first-child a {
        background: #004282; }
      .listItem .tabs .tab:nth-child(2) a {
        background: #61d19e; }
      .listItem .tabs .tab .tab-title {
        height: 100%;
        text-align: center;
        padding: 0;
        font-size: 10px;
        font-weight: 600;
        color: #fff;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none; }
      .listItem .tabs .tab.is-active {
        outline: 1px solid #004282; }
  .listItem .tabs-contents .tab-content {
    padding: 0; }
    .listItem .tabs-contents .tab-content .card-text {
      width: 100%;
      max-width: 12em; }
    .listItem .tabs-contents .tab-content label {
      display: block;
      margin-top: 8px;
      margin-bottom: 5px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 10px; }
  .listItem .tabs-contents .price-section {
    font-size: 12px;
    color: #6e6e70;
    font-weight: 500;
    display: flex;
    justify-content: space-between; }
    .listItem .tabs-contents .price-section .price {
      font-size: 14px;
      font-weight: 700;
      color: #004282; }
      .listItem .tabs-contents .price-section .price.old-price {
        font-size: 12px;
        font-weight: 700;
        color: #004282; }
      .listItem .tabs-contents .price-section .price.price-save {
        color: #61d19e; }
  .listItem .price-brd {
    position: relative;
    width: 100%;
    max-width: 12em;
    border: 1px solid #006bb7;
    padding: 20px 5px 10px;
    margin-top: 4px; }
    .listItem .price-brd .item-ttl {
      display: flex;
      align-items: center;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 9px;
      line-height: 9px;
      font-weight: 600;
      color: #fff;
      background: #006bb7;
      padding: 0 3px;
      height: 13px;
      text-transform: uppercase; }
      .listItem .price-brd .item-ttl:after {
        content: "";
        position: absolute;
        top: 0;
        right: -13px;
        border-top: 13px solid #006bb7;
        border-right: 13px solid transparent; }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

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

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative;
  width: 125px;
  height: 200px; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

.listItem-details {
  margin-bottom: 10px; }
  @media (min-width: 1261px) {
    .listItem-details {
      padding-right: 6rem; }
      .listItem-details > :last-child {
        clear: both;
        color: #6e6e70;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 10px;
  float: left;
  clear: both; }
  .listItem-rating-outer {
    margin-bottom: 5px; }
  .listItem-rating-count {
    font-size: 8px;
    font-weight: 500;
    text-align: center; }

.listItem-reviewLink {
  margin-left: 25px;
  font-size: 10px;
  font-weight: bold; }
  .listItem-reviewLink a {
    color: #006bb7; }

.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 10px; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    color: #004282;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    transition: .1s;
    overflow: hidden;
    margin-bottom: 3px;
    outline: none; }
    .listItem-title > a:hover {
      color: #61d19e; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 50%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .listItem-versionAvailable {
  margin-bottom: 10px;
  font-size: 8px;
  font-weight: 500; }

.listItem-actions .listItem-buttons {
  display: flex; }

.listItem-actions .button {
  max-width: 13em;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #006bb7;
  transition: .1s;
  background-color: #006bb7;
  color: #fff; }
  .listItem-actions .button.quickview {
    padding: 5px 7px;
    max-height: 3em;
    font-size: 10px;
    font-weight: 500;
    background: #f7f7f7;
    border: none;
    color: #6e6e70;
    white-space: nowrap;
    max-width: 13em; }
    .listItem-actions .button.quickview svg {
      width: 10px;
      height: 10px;
      margin-right: 5px; }
  .listItem-actions .button.button-AddToCart {
    font-size: 10px;
    margin-left: 3em;
    max-height: 2.1em;
    padding: 13px; }
  .listItem-actions .button svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin-right: 7px; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; } }

@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: 50%; } }

@media (max-width: 801px) {
  #halo-fbt {
    display: none; } }

#halo-fbt .themvale-fbt-image {
  height: 104px; }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }
    @media (min-width: 1261px) {
      .modal .productView .modal--large {
        max-width: 854px; } }

.productView--quickView .productView-link-back {
  display: none; }

.productView--quickView .productView-details.productView-titleDetails {
  float: right;
  max-width: 415px;
  padding-left: 20px;
  padding-right: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%; }
  @media (max-width: 860px) {
    .productView--quickView .productView-details.productView-titleDetails {
      float: none; } }
  .productView--quickView .productView-details.productView-titleDetails .productView-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3.223em;
    overflow: hidden; }
    @media (min-width: 801px) {
      .productView--quickView .productView-details.productView-titleDetails .productView-title {
        max-height: 2.5em; } }
  .productView--quickView .productView-details.productView-titleDetails .sku-outer {
    display: none; }
  .productView--quickView .productView-details.productView-titleDetails .productView-info {
    float: left; }
    @media (max-width: 400px) {
      .productView--quickView .productView-details.productView-titleDetails .productView-info {
        margin-bottom: 8px; } }
    .productView--quickView .productView-details.productView-titleDetails .productView-info-outer > :first-child, .productView--quickView .productView-details.productView-titleDetails .productView-info-outer > :nth-child(2) {
      font-size: 10px; }
    .productView--quickView .productView-details.productView-titleDetails .productView-info-outer:hover {
      cursor: auto; }
      .productView--quickView .productView-details.productView-titleDetails .productView-info-outer:hover div {
        display: none; }
  .productView--quickView .productView-details.productView-titleDetails .productView-rating {
    margin-top: 20px;
    display: block;
    margin-bottom: 7px;
    font-size: 10px;
    text-align: center; }
    .productView--quickView .productView-details.productView-titleDetails .productView-rating .productView-ratingNumber {
      font-size: 10px; }
    @media (max-width: 400px) {
      .productView--quickView .productView-details.productView-titleDetails .productView-rating {
        clear: both; } }
    @media (max-width: 360px) {
      .productView--quickView .productView-details.productView-titleDetails .productView-rating {
        text-align: right; }
        .productView--quickView .productView-details.productView-titleDetails .productView-rating .productView-reviewLink {
          display: block;
          margin-right: 0;
          float: none; } }

.productView--quickView .productView-images {
  position: relative;
  padding-left: 0;
  padding-right: 20px;
  margin-left: 70px;
  margin-bottom: 26px;
  width: 200px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 286px;
  float: left; }
  @media (max-width: 1024px) {
    .productView--quickView .productView-images {
      height: auto;
      margin: auto;
      padding: 0; } }
  @media (max-width: 860px) {
    .productView--quickView .productView-images {
      float: none;
      margin-bottom: 10px; } }
  .productView--quickView .productView-images .productView-image-arrow-field {
    display: none; }
  @media (min-width: 801px) {
    .productView--quickView .productView-images .productView-image {
      min-height: auto; } }
  @media (max-width: 800px) {
    .productView--quickView .productView-images .productView-image .productView-img-container img {
      position: absolute; }
    .productView--quickView .productView-images .productView-image .productView-img-container:after {
      padding-bottom: 142.85714%; } }
  .productView--quickView .productView-images .productView-thumbnails {
    flex-direction: column;
    max-width: 50px;
    position: absolute;
    top: 0;
    margin: 0;
    left: -68px;
    height: 100%;
    justify-content: center; }
    .productView--quickView .productView-images .productView-thumbnails .productView-thumbnail {
      width: 50px;
      height: 50px;
      margin-bottom: 5px;
      margin-top: 5px; }
    @media (max-width: 400px) {
      .productView--quickView .productView-images .productView-thumbnails {
        display: none; } }

.productView--quickView .productView-description {
  display: none; }
  .productView--quickView .productView-description-mob {
    display: block;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 415px;
    float: right;
    clear: right;
    padding-left: 20px;
    padding-right: 0; }
    @media (max-width: 860px) {
      .productView--quickView .productView-description-mob {
        float: none;
        margin: auto; } }
    .productView--quickView .productView-description-mob > :nth-child(n) {
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 9;
      overflow: hidden; }
    .productView--quickView .productView-description-mob > :nth-child(n+3) {
      display: none; }

.productView--quickView .productView-description-mob-showMore {
  display: none; }

.productView--quickView .productView-details {
  margin: auto;
  float: none;
  width: auto;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  .productView--quickView .productView-details .productView-options {
    clear: both;
    max-width: none;
    margin: auto; }
    @media (max-width: 800px) {
      .productView--quickView .productView-details .productView-options {
        width: 112%;
        margin-left: -6%; } }
  .productView--quickView .productView-details .form-field--increments {
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 16px; }
    .productView--quickView .productView-details .form-field--increments .form-label--alternate {
      margin-bottom: 0;
      font-size: 8px;
      font-weight: 500;
      letter-spacing: 0;
      color: #949499; }
  .productView--quickView .productView-details .product-prices {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    clear: both; }
  .productView--quickView .productView-details .productView-price {
    display: none; }
    .productView--quickView .productView-details .productView-price.mob-price {
      display: initial;
      margin-bottom: 15px; }
  .productView--quickView .productView-details .form-increment-bulkOrder {
    display: none; }
  .productView--quickView .productView-details .form-increment button {
    width: 10px; }
  .productView--quickView .productView-details .form-action {
    margin: auto;
    max-width: 250px;
    margin-top: 0; }
    .productView--quickView .productView-details .form-action .add-to-cart-btn {
      margin-bottom: 10px; }
  .productView--quickView .productView-details .form-wishlist {
    display: flex;
    justify-content: center; }
    .productView--quickView .productView-details .form-wishlist:before {
      position: static; }

.productView--quickView .socialLinks {
  text-align: center; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 40px;
  padding-right: 40px; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 40px;
  padding-right: 40px; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details .productView-options {
    margin-top: 10px; }
    .productView-details .productView-options .form-label--inlineSmall small {
      color: #272727; }
    @media (min-width: 801px) {
      .productView-details .productView-options {
        max-width: 415px; } }
    .productView-details .productView-options .productOptions-list {
      border: none; }
    .productView-details .productView-options .productOptions-list-item + .productOptions-list-item {
      margin-left: 1.5rem;
      padding-left: 0; }
    .productView-details .productView-options .form-label {
      font-weight: 600; }
    .productView-details .productView-options .productOptions-list-item-figure {
      text-align: center; }
    .productView-details .productView-options .productOptions-list-item-image {
      max-height: 70px; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 1;
  float: right;
  clear: right; }
  .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 {
  background: #007dc6;
  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 {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.57143rem;
  position: absolute;
  top: 10px;
  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 {
  color: white;
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  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; }

.product:hover .sale-flag-side {
  background: black; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -35px;
  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; }

.listItem-figure .sale-flag-sash {
  left: -25px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash {
      top: 15px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash {
      left: -15px;
      top: 25px; } }

.product:hover .sale-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 #999999;
  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 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.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;
  margin-top: 0; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 135px; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

@media (min-width: 1440px) {
  .body .container .loadingOverlay:before {
    top: 265px; } }

@media (max-width: 1439px) {
  .body .container .loadingOverlay:before {
    top: 225px; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

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

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

#cf-turnstile-form .form-inlineMessage {
  margin-top: 0; }
  #cf-turnstile-form .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; }
  #cf-turnstile-form .form-inlineMessage--error {
    color: #cc4749; }

/*Frequently Bought Together*/
#halo-fbt {
  float: left !important;
  margin-top: 15px !important; }
  @media (max-width: 1024px) {
    #halo-fbt {
      display: none !important; } }
  #halo-fbt > h2 {
    font-weight: 700;
    font-size: 16px;
    color: #004282;
    text-transform: uppercase;
    text-align: left;
    border-top: 1px solid #cbcbcb;
    padding: 15px 0 0 0;
    margin-top: 7px;
    margin-bottom: 10px; }
  #halo-fbt .themvale-fbt-image {
    max-width: 100%;
    display: inline-block; }
    @media (min-width: 1025px) {
      #halo-fbt .themvale-fbt-image {
        max-width: 80px; } }
  @media (max-width: 1024px) {
    #halo-fbt {
      padding-bottom: 70px; } }

#halo-fbt,
#fbt,
.themvale-fbt-image-item,
.pgo,
.pog {
  position: relative; }

#fbt,
.freqBought .form-field__sizeChart,
.freqBought-item .price-section.price-section--saving {
  display: none; }

.productView-info-name.fbt, .productView-info-name.fbt-product {
  display: none; }

.productView-info-value.fbt, .productView-info-value.fbt-product {
  display: none; }

#fbt {
  padding: 1.5rem 0;
  clear: both; }

.themvale-fbt-image-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 1024px) {
    .themvale-fbt-image-list {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-list {
      max-width: 100%;
      min-width: unset !important;
      width: calc(100% - 90px) !important; } }
  .themvale-fbt-image-list .slick-slide:last-child .themvale-fbt-image-item:after {
    content: none; }
  .themvale-fbt-image-list .slick-list {
    margin: 0 -15px; }
  @media (max-width: 1024px) {
    .themvale-fbt-image-list .slick-prev {
      left: -20px;
      background: #fff;
      width: 16px; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-list .slick-prev {
      left: -20px;
      background: #fff;
      width: 16px; } }
  @media (max-width: 1024px) {
    .themvale-fbt-image-list .slick-next {
      right: -20px;
      background: #fff;
      width: 16px; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-list .slick-next {
      right: -20px;
      background: #fff;
      width: 16px; } }

.themvale-fbt-image-item {
  padding: 0 2rem;
  text-align: center; }

@media (min-width: 551px) {
  .themvale-fbt-image-item {
    padding: 0 30px 0 0;
    display: inline-block; } }

.themvale-fbt-image-link {
  opacity: .45;
  transition: opacity .15s ease; }

.themvale-fbt-image-item.fbt__total .themvale-fbt-image-link, .themvale-fbt-image-item.isChecked .themvale-fbt-image-link {
  opacity: 1;
  transition: opacity .15s ease; }

.themvale-fbt-image-item::after {
  content: ' ';
  position: absolute;
  display: inline-block;
  margin: auto;
  width: 14px;
  height: 12px;
  right: 8px;
  top: 0;
  bottom: 0;
  background: url(../img/fpt_plus.svg) no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 10; }

.themvale-fbt-image-item:last-child:after {
  background: url(../img/fpt_eq.svg) no-repeat; }

.themvale-fbt-total-price {
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: #004282;
  float: right; }

.themvale-fbt-image-item.fbt__total {
  text-align: left;
  float: left;
  width: 150px !important;
  padding-right: 0; }
  @media (max-width: 1024px) {
    .themvale-fbt-image-item.fbt__total {
      float: left;
      padding-left: 0;
      margin-top: 30px;
      margin-bottom: 25px;
      width: 100%; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-item.fbt__total {
      position: absolute;
      top: 53px;
      right: 0; } }
  .themvale-fbt-image-item.fbt__total:after {
    display: none; }
  .themvale-fbt-image-item.fbt__total .price-brd {
    position: relative;
    width: 100%;
    border: 1px solid #006bb7;
    padding: 17px 5px 3px;
    margin-top: 4px; }
    .themvale-fbt-image-item.fbt__total .price-brd .item-ttl {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 9px;
      line-height: 9px;
      font-weight: 600;
      color: #fff;
      background: #006bb7;
      padding: 0 3px;
      height: 13px;
      text-transform: uppercase; }
      .themvale-fbt-image-item.fbt__total .price-brd .item-ttl:after {
        content: "";
        position: absolute;
        top: 0;
        right: -13px;
        border-top: 13px solid #006bb7;
        border-right: 13px solid transparent; }
    .themvale-fbt-image-item.fbt__total .price-brd .price-section--saving {
      font-size: 10px;
      color: #6e6e70;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-weight: bold;
      line-height: 14px; }
      .themvale-fbt-image-item.fbt__total .price-brd .price-section--saving .price-save {
        color: #61d19e;
        font-size: 12px;
        line-height: 14px;
        font-weight: 700; }
  .themvale-fbt-image-item.fbt__total > p {
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #6E6E70;
    margin: 0 0 10px; }
    @media (max-width: 1024px) {
      .themvale-fbt-image-item.fbt__total > p {
        text-align: left; } }
  .themvale-fbt-image-item.fbt__total > a {
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #006bb7;
    padding: 7px 0 7px 15px;
    background: #0a6aa1;
    color: #fff;
    font-weight: 600;
    transition: all .2s linear; }
    .themvale-fbt-image-item.fbt__total > a:hover {
      background: #61d19e;
      border-color: #61d19e;
      transition: all .2s linear; }
    .themvale-fbt-image-item.fbt__total > a:before {
      margin: 5px 5px 0;
      position: absolute;
      content: " ";
      height: 14px;
      width: 14px;
      display: block;
      left: 0;
      background: url(../img/fpt_cart.svg) no-repeat; }
  .themvale-fbt-image-item.fbt__total .price-block {
    margin-bottom: 15px; }

.themvale-fbt-detail-name {
  transition: all .15s ease;
  font-size: 12px;
  font-weight: 400; }

.themvale-fbt-product-item .price--discounted,
.themvale-fbt-product-item .price--rrp,
.themvale-fbt-product-item .price--withoutTax {
  display: inline-block;
  font-weight: bold;
  color: #000000; }

.themvale-fbt-product-item .price-section {
  display: inline-block;
  color: #000000;
  font-weight: bold; }

.themvale-fbt-product-list {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px; }

.themvale-fbt-product-item {
  margin-bottom: .5rem;
  float: left;
  width: 100%; }

.themvale-fbt-text {
  margin: 25px 0 20px;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  letter-spacing: .02em; }

.themvale-fbt-toggle-options {
  position: relative;
  display: inline-block;
  margin: 6px 0 3px 1.85714rem;
  padding: 1px 15px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid;
  transition: all .15s ease; }

@media (min-width: 551px) {
  .themvale-fbt-toggle-options {
    margin: 0 0 0 5px; } }

.themvale-fbt-detail-field,
.themvale-fbt-image-link {
  display: inline-block;
  float: left; }

.themvale-fbt-toggle-options {
  background-color: #949494;
  border-color: #949494;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 25px;
  padding: 0 19px; }

.themvale-fbt-detail-options {
  display: none;
  padding: 25px 0 0;
  margin-top: 30px;
  overflow: hidden;
  background-color: transparent;
  border-top: 1px dotted #cbcbcb; }
  .themvale-fbt-detail-options .form-field {
    margin-bottom: 1rem; }
    .themvale-fbt-detail-options .form-field .form-label {
      color: #000000;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 12px;
      position: relative; }
      .themvale-fbt-detail-options .form-field .form-label > small {
        color: #db5839;
        font-size: 12px;
        font-weight: 400;
        float: none;
        text-transform: capitalize;
        margin-top: 1px;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-style: unset;
        margin-left: 0; }

.themvale-fbt-product-item .form-label {
  color: #d6d6d6; }
  .themvale-fbt-product-item .form-label:before {
    border-radius: 0; }
  .themvale-fbt-product-item .form-label .price-section span {
    color: #d6d6d6; }

.themvale-fbt-product-item.isChecked .form-label {
  color: #000000; }
  .themvale-fbt-product-item.isChecked .form-label .price-section span {
    color: #000000; }

.hasOptions--selected .themvale-fbt-detail-options {
  background-color: transparent; }

.hasOptions--selected .themvale-fbt-toggle-options {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }
  .hasOptions--selected .themvale-fbt-toggle-options:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff; }

.total-option {
  float: left;
  width: 150px; }

.themvale-fbt-image-item::after:last-child {
  display: none; }

.halo-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px; }
  @media (max-width: 767px) {
    .halo-toolbar {
      display: inline-block;
      width: 100%; } }
  .halo-toolbar .view-as-btn {
    display: flex;
    align-items: center; }
    .halo-toolbar .view-as-btn .form-group {
      display: flex;
      align-items: center;
      overflow: hidden; }
    .halo-toolbar .view-as-btn .btn-view {
      display: block;
      width: 40px;
      height: 40px;
      padding: 12px;
      background: #F2F7FB;
      padding-top: 0;
      padding-bottom: 0; }
      .halo-toolbar .view-as-btn .btn-view svg {
        width: 100%;
        height: 100%;
        fill: #004282; }
      .halo-toolbar .view-as-btn .btn-view.current-view {
        background: #004282; }
        .halo-toolbar .view-as-btn .btn-view.current-view svg {
          fill: #F2F7FB; }

.page-sidebar + .page-content .productList {
  margin: 0; }
  .page-sidebar + .page-content .productList .productListing {
    margin-left: 0; }
    .page-sidebar + .page-content .productList .productListing .product {
      width: 100%;
      border-bottom: 1px dotted #dfe4e6;
      padding: 35px 0;
      height: 100%; }
      .page-sidebar + .page-content .productList .productListing .product .wr-col {
        width: 220px; }
        @media (max-width: 767px) {
          .page-sidebar + .page-content .productList .productListing .product .wr-col {
            width: 40%; } }
      .page-sidebar + .page-content .productList .productListing .product .card-body {
        width: calc(100% - 240px);
        margin-left: 20px; }
        @media (max-width: 767px) {
          .page-sidebar + .page-content .productList .productListing .product .card-body {
            width: calc(100% - 40% - 20px); } }
        .page-sidebar + .page-content .productList .productListing .product .card-body .product-summary-outer {
          margin-bottom: 15px; }
        .page-sidebar + .page-content .productList .productListing .product .card-body .prices-tabs {
          max-width: 168px; }
      .page-sidebar + .page-content .productList .productListing .product .product-rating__listing {
        display: block;
        margin: 0; }
        .page-sidebar + .page-content .productList .productListing .product .product-rating__listing .rating--small {
          text-align: left; }
      .page-sidebar + .page-content .productList .productListing .product .product-rating__gird {
        display: none; }
      .page-sidebar + .page-content .productList .productListing .product .card {
        padding: 20px; }
        @media (max-width: 350px) {
          .page-sidebar + .page-content .productList .productListing .product .card {
            padding: 20px 5px; } }
        .page-sidebar + .page-content .productList .productListing .product .card .r-p-wr {
          display: inline-block;
          min-height: auto; }
          @media (max-width: 800px) {
            .page-sidebar + .page-content .productList .productListing .product .card .r-p-wr {
              display: flex; } }
        .page-sidebar + .page-content .productList .productListing .product .card .prices-tabs {
          width: 50%; }
          @media (max-width: 1024px) {
            .page-sidebar + .page-content .productList .productListing .product .card .prices-tabs {
              width: 100%; } }
          @media (min-width: 801px) {
            .page-sidebar + .page-content .productList .productListing .product .card .prices-tabs {
              min-width: 198px; } }
        .page-sidebar + .page-content .productList .productListing .product .card:hover .card-figcaption-body .button.quickview {
          border: 2px solid #006bb7; }
      .page-sidebar + .page-content .productList .productListing .product .card-figcaption-body {
        top: unset;
        margin-top: 15px;
        width: 50%; }
        @media (max-width: 1024px) {
          .page-sidebar + .page-content .productList .productListing .product .card-figcaption-body {
            width: 100%; } }
        .page-sidebar + .page-content .productList .productListing .product .card-figcaption-body .button.quickview {
          opacity: 1;
          border: 2px solid #fff; }
      .page-sidebar + .page-content .productList .productListing .product .card-figcaption-body_gird {
        display: none; }
      .page-sidebar + .page-content .productList .productListing .product .Webinar .card,
      .page-sidebar + .page-content .productList .productListing .product .Multimedia .card {
        flex-direction: unset; }
      .page-sidebar + .page-content .productList .productListing .product .Webinar .prices-tabs,
      .page-sidebar + .page-content .productList .productListing .product .Multimedia .prices-tabs {
        margin: 0; }
      .page-sidebar + .page-content .productList .productListing .product .Webinar .product-summary-outer,
      .page-sidebar + .page-content .productList .productListing .product .Multimedia .product-summary-outer {
        max-width: none;
        width: auto;
        float: none; }
      .page-sidebar + .page-content .productList .productListing .product .Webinar .r-p-wr,
      .page-sidebar + .page-content .productList .productListing .product .Multimedia .r-p-wr {
        float: none; }
  .page-sidebar + .page-content .productList .pagination {
    margin-top: 15px; }
  .page-sidebar + .page-content .productList .halo-toolbar {
    padding: 0; }

.productList .productListing {
  margin-left: 0; }

.product-rating__listing {
  display: none; }

.page-sidebar + .page-content .productGrid .productListing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .page-sidebar + .page-content .productGrid .productListing .product > div {
    height: 100%; }
  .page-sidebar + .page-content .productGrid .productListing .product .card-figcaption-body_list {
    display: none; }
  .page-sidebar + .page-content .productGrid .productListing .product .r-p-wr .card-text.productRating {
    display: none; }

.pagination .pagination-list {
  display: none; }

.pagination p {
  text-align: center;
  padding: 20px 0 0; }
  .pagination p a {
    background: #BED7EA;
    height: 50px;
    padding: 10px 20px;
    margin: 23px 0 0;
    color: #004282;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    transition: .1s; }
    .pagination p a:hover {
      color: #006bb7;
      background: #dfebf5; }

.loadingOverlayLoad {
  background-color: rgba(255, 255, 255, 0.3);
  display: none;
  z-index: 20;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  transition: all 250ms ease-out; }
  .loadingOverlayLoad::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); }

.card-figcaption-body form {
  width: 48%; }
  @media (max-width: 800px) {
    .card-figcaption-body form {
      width: 100%; } }

.card-figcaption-body form #form-action-addToCart {
  width: 100%;
  white-space: nowrap;
  padding: 0; }

.card-figcaption-body button,
.card-figcaption-body .button {
  font-size: 10px; }

.form-radio + .form-label::before {
  border-color: #006bb7; }

.form-radio + .form-label::after {
  border: 3px solid #dfebf5;
  background: #006bb7; }

.main.full .card-figcaption-body_list {
  display: none; }

.alertBox--info {
  background: #DFEBF5;
  color: #004282;
  padding: 8px;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  border: 3px solid #5EA1D0;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }
  .alertBox--info .alertBox-icon {
    display: none; }
  .alertBox--info .cart-icon {
    display: block; }

#promo-link {
  text-decoration: none; }

.productCarousel .slick-prev {
  left: -5px; }
  @media screen and (min-width: 1024px) {
    .productCarousel .slick-prev {
      left: -12px; } }

.productCarousel .slick-arrow {
  display: block !important; }

.productCarousel .slick-next {
  right: -2px; }

.slick-track, .productListing {
  display: flex; }
  .slick-track .slick-slide,
  .slick-track .product, .productListing .slick-slide,
  .productListing .product {
    height: auto; }
    .slick-track .slick-slide > div,
    .slick-track .product > div, .productListing .slick-slide > div,
    .productListing .product > div {
      height: 100%; }
    .slick-track .slick-slide article.card,
    .slick-track .product article.card, .productListing .slick-slide article.card,
    .productListing .product article.card {
      display: flex;
      flex-direction: column;
      height: 100%; }
      @media (max-width: 800px) {
        .slick-track .slick-slide article.card,
        .slick-track .product article.card, .productListing .slick-slide article.card,
        .productListing .product article.card {
          padding: 10px; } }
      .slick-track .slick-slide article.card .wr-col,
      .slick-track .product article.card .wr-col, .productListing .slick-slide article.card .wr-col,
      .productListing .product article.card .wr-col {
        position: relative;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.05);
        padding: 24px;
        min-height: 0px; }
        .slick-track .slick-slide article.card .wr-col .product-label-container,
        .slick-track .product article.card .wr-col .product-label-container, .productListing .slick-slide article.card .wr-col .product-label-container,
        .productListing .product article.card .wr-col .product-label-container {
          position: absolute;
          top: 12px;
          left: 12.5px;
          right: 12.5px;
          display: flex;
          flex-direction: column;
          z-index: 2; }
          .slick-track .slick-slide article.card .wr-col .product-label-container .product-label,
          .slick-track .product article.card .wr-col .product-label-container .product-label, .productListing .slick-slide article.card .wr-col .product-label-container .product-label,
          .productListing .product article.card .wr-col .product-label-container .product-label {
            display: inline-block;
            padding: 0 6px;
            border-radius: 2px;
            background-color: #bed7ea;
            color: #006bb7;
            position: relative;
            width: fit-content; }
          .slick-track .slick-slide article.card .wr-col .product-label-container .product-label.new,
          .slick-track .product article.card .wr-col .product-label-container .product-label.new, .productListing .slick-slide article.card .wr-col .product-label-container .product-label.new,
          .productListing .product article.card .wr-col .product-label-container .product-label.new {
            position: absolute;
            top: 0;
            right: 0; }
          .slick-track .slick-slide article.card .wr-col .product-label-container .product-label:not(.new),
          .slick-track .product article.card .wr-col .product-label-container .product-label:not(.new), .productListing .slick-slide article.card .wr-col .product-label-container .product-label:not(.new),
          .productListing .product article.card .wr-col .product-label-container .product-label:not(.new) {
            align-self: flex-start;
            background-color: #61d19e; }
        .slick-track .slick-slide article.card .wr-col .card-figure .card-img-container,
        .slick-track .product article.card .wr-col .card-figure .card-img-container, .productListing .slick-slide article.card .wr-col .card-figure .card-img-container,
        .productListing .product article.card .wr-col .card-figure .card-img-container {
          aspect-ratio: 1/1; }
          .slick-track .slick-slide article.card .wr-col .card-figure .card-img-container::after,
          .slick-track .product article.card .wr-col .card-figure .card-img-container::after, .productListing .slick-slide article.card .wr-col .card-figure .card-img-container::after,
          .productListing .product article.card .wr-col .card-figure .card-img-container::after {
            padding-bottom: 0; }
          .slick-track .slick-slide article.card .wr-col .card-figure .card-img-container .card-image,
          .slick-track .product article.card .wr-col .card-figure .card-img-container .card-image, .productListing .slick-slide article.card .wr-col .card-figure .card-img-container .card-image,
          .productListing .product article.card .wr-col .card-figure .card-img-container .card-image {
            position: absolute;
            height: 100%;
            object-position: center;
            object-fit: contain; }
      .slick-track .slick-slide article.card .card-body,
      .slick-track .product article.card .card-body, .productListing .slick-slide article.card .card-body,
      .productListing .product article.card .card-body {
        width: 100%;
        padding: 12px; }
        .slick-track .slick-slide article.card .card-body .card-text-container,
        .slick-track .product article.card .card-body .card-text-container, .productListing .slick-slide article.card .card-body .card-text-container,
        .productListing .product article.card .card-body .card-text-container {
          min-height: 18px; }
          .slick-track .slick-slide article.card .card-body .card-text-container .card-text,
          .slick-track .product article.card .card-body .card-text-container .card-text, .productListing .slick-slide article.card .card-body .card-text-container .card-text,
          .productListing .product article.card .card-body .card-text-container .card-text {
            font-size: 12px; }
        .slick-track .slick-slide article.card .card-body .cont-wr .author .author-name,
        .slick-track .product article.card .card-body .cont-wr .author .author-name, .productListing .slick-slide article.card .card-body .cont-wr .author .author-name,
        .productListing .product article.card .card-body .cont-wr .author .author-name {
          font-size: 12px;
          font-weight: 700; }
        .slick-track .slick-slide article.card .card-body .cont-wr .productRating-container,
        .slick-track .product article.card .card-body .cont-wr .productRating-container, .productListing .slick-slide article.card .card-body .cont-wr .productRating-container,
        .productListing .product article.card .card-body .cont-wr .productRating-container {
          min-height: 21px; }
          .slick-track .slick-slide article.card .card-body .cont-wr .productRating-container .product-rating__gird,
          .slick-track .product article.card .card-body .cont-wr .productRating-container .product-rating__gird, .productListing .slick-slide article.card .card-body .cont-wr .productRating-container .product-rating__gird,
          .productListing .product article.card .card-body .cont-wr .productRating-container .product-rating__gird {
            margin: auto; }
            @media screen and (min-width: 768px) {
              .slick-track .slick-slide article.card .card-body .cont-wr .productRating-container .product-rating__gird,
              .slick-track .product article.card .card-body .cont-wr .productRating-container .product-rating__gird, .productListing .slick-slide article.card .card-body .cont-wr .productRating-container .product-rating__gird,
              .productListing .product article.card .card-body .cont-wr .productRating-container .product-rating__gird {
                margin: initial;
                display: flex; } }
        .slick-track .slick-slide article.card .card-body .cont-wr .card-title,
        .slick-track .product article.card .card-body .cont-wr .card-title, .productListing .slick-slide article.card .card-body .cont-wr .card-title,
        .productListing .product article.card .card-body .cont-wr .card-title {
          min-height: 64px; }
          .slick-track .slick-slide article.card .card-body .cont-wr .card-title a,
          .slick-track .product article.card .card-body .cont-wr .card-title a, .productListing .slick-slide article.card .card-body .cont-wr .card-title a,
          .productListing .product article.card .card-body .cont-wr .card-title a {
            display: inline;
            font-size: 15px;
            font-weight: 700; }
            @media (min-width: 800px) {
              .slick-track .slick-slide article.card .card-body .cont-wr .card-title a,
              .slick-track .product article.card .card-body .cont-wr .card-title a, .productListing .slick-slide article.card .card-body .cont-wr .card-title a,
              .productListing .product article.card .card-body .cont-wr .card-title a {
                font-size: 16px; } }
        .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr,
        .slick-track .product article.card .card-body .cont-wr .r-p-wr, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr,
        .productListing .product article.card .card-body .cont-wr .r-p-wr {
          min-height: 0;
          margin-top: 12px; }
          .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs,
          .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs,
          .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs {
            border: none; }
            .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs,
            .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs,
            .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs {
              margin-bottom: 1px;
              display: flex; }
              .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab,
              .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab,
              .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab {
                height: 36px; }
                .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab .tab-title,
                .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab .tab-title, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab .tab-title,
                .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab .tab-title {
                  font-size: 12px;
                  height: 100%; }
                  .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab .tab-title::before,
                  .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab .tab-title::before, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab .tab-title::before,
                  .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab .tab-title::before {
                    display: none; }
                  @media screen and (min-width: 768px) {
                    .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab .tab-title,
                    .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab .tab-title, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab .tab-title,
                    .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab .tab-title {
                      font-size: 14px; } }
                .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active:first-child,
                .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active:first-child, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active:first-child,
                .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active:first-child {
                  border-top-left-radius: 8px;
                  top: 2px;
                  background-color: #deebf4; }
                .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active:last-child,
                .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active:last-child, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active:last-child,
                .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active:last-child {
                  border-top-right-radius: 8px;
                  top: 2px;
                  background-color: #deebf4; }
              .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active,
              .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active,
              .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active {
                background-color: #BED7EA80;
                border: none;
                border: 1px solid #006bb7;
                border-bottom: none;
                flex: 1;
                border-top-right-radius: 8px; }
                .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active.is-active:last-child,
                .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active.is-active:last-child, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active.is-active:last-child,
                .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs .tab.is-active.is-active:last-child {
                  border-top-left-radius: 8px; }
            .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents,
            .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents,
            .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents {
              border: none; }
              .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content,
              .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content,
              .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content {
                display: none; }
                .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content.is-active,
                .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content.is-active, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content.is-active,
                .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content.is-active {
                  display: block;
                  background-color: #BED7EA80;
                  border: 1px solid #006bb7;
                  padding: 8px;
                  border-bottom-left-radius: 8px;
                  border-bottom-right-radius: 8px; }
                  .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content.is-active.is-active:first-child,
                  .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content.is-active.is-active:first-child, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content.is-active.is-active:first-child,
                  .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content.is-active.is-active:first-child {
                    border-top-right-radius: 8px; }
                  .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content.is-active.is-active:last-child,
                  .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content.is-active.is-active:last-child, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content.is-active.is-active:last-child,
                  .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content.is-active.is-active:last-child {
                    border-top-left-radius: 8px; }
                .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section,
                .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd,
                .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section,
                .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section,
                .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd,
                .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section,
                .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd {
                  padding-left: 0;
                  font-size: 12px; }
                  @media screen and (min-width: 768px) {
                    .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section,
                    .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd,
                    .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section,
                    .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section,
                    .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd,
                    .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section,
                    .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd {
                      font-size: 14px; } }
                .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section .price,
                .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section .price, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section .price,
                .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section .price {
                  font-size: 12px; }
                  @media screen and (min-width: 768px) {
                    .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section .price,
                    .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section .price, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section .price,
                    .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-section .price {
                      font-size: 14px; } }
                .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-section--saving,
                .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-section--saving, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-section--saving,
                .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-section--saving {
                  margin-bottom: 6px; }
                .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label,
                .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label,
                .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label {
                  font-size: 12px;
                  width: 56%; }
                  @media screen and (min-width: 768px) {
                    .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label,
                    .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label,
                    .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label {
                      font-size: 14px;
                      width: initial; } }
                  .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after,
                  .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after,
                  .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after {
                    right: -13px;
                    border-right: 13px solid transparent;
                    border-bottom: 1.7em solid #006bb7; }
                    @media screen and (min-width: 470px) {
                      .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after,
                      .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after,
                      .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after {
                        border-bottom: 1.7em solid #006bb7; } }
                    @media screen and (min-width: 767px) {
                      .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after,
                      .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after,
                      .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after {
                        border-bottom: 1.45em solid #006bb7; } }
                    @media screen and (min-width: 801px) {
                      .slick-track .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after,
                      .slick-track .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after, .productListing .slick-slide article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after,
                      .productListing .product article.card .card-body .cont-wr .r-p-wr .prices-tabs .tabs-contents .tab-content .card-text .price-brd .price-now-label::after {
                        border-bottom: 1.5em solid #006bb7; } }
      .slick-track .slick-slide article.card .card-figcaption-body,
      .slick-track .product article.card .card-figcaption-body, .productListing .slick-slide article.card .card-figcaption-body,
      .productListing .product article.card .card-figcaption-body {
        top: unset;
        margin-top: 0;
        padding: 0 12px; }
        .slick-track .slick-slide article.card .card-figcaption-body > *,
        .slick-track .product article.card .card-figcaption-body > *, .productListing .slick-slide article.card .card-figcaption-body > *,
        .productListing .product article.card .card-figcaption-body > * {
          width: 100%; }
        .slick-track .slick-slide article.card .card-figcaption-body .card-figcaption-button,
        .slick-track .product article.card .card-figcaption-body .card-figcaption-button, .productListing .slick-slide article.card .card-figcaption-body .card-figcaption-button,
        .productListing .product article.card .card-figcaption-body .card-figcaption-button {
          border-radius: 4px;
          font-size: 14px;
          font-weight: 700; }
        .slick-track .slick-slide article.card .card-figcaption-body .quickview,
        .slick-track .product article.card .card-figcaption-body .quickview, .productListing .slick-slide article.card .card-figcaption-body .quickview,
        .productListing .product article.card .card-figcaption-body .quickview {
          opacity: 1;
          background-color: white;
          border-radius: 4px;
          font-size: 14px;
          font-weight: 700;
          color: #006bb7;
          margin-right: 12px; }
        .slick-track .slick-slide article.card .card-figcaption-body .form-action #form-action-addToCart,
        .slick-track .product article.card .card-figcaption-body .form-action #form-action-addToCart, .productListing .slick-slide article.card .card-figcaption-body .form-action #form-action-addToCart,
        .productListing .product article.card .card-figcaption-body .form-action #form-action-addToCart {
          font-size: 14px;
          font-weight: 700;
          border-radius: 4px; }
          .slick-track .slick-slide article.card .card-figcaption-body .form-action #form-action-addToCart svg,
          .slick-track .product article.card .card-figcaption-body .form-action #form-action-addToCart svg, .productListing .slick-slide article.card .card-figcaption-body .form-action #form-action-addToCart svg,
          .productListing .product article.card .card-figcaption-body .form-action #form-action-addToCart svg {
            margin-left: 4px; }

.category-container #product-listing-container .product-listing-wrap .productListing .product {
  width: 100%; }
  @media screen and (min-width: 426px) {
    .category-container #product-listing-container .product-listing-wrap .productListing .product {
      width: 50%; } }
  @media screen and (min-width: 1025px) {
    .category-container #product-listing-container .product-listing-wrap .productListing .product {
      width: 33.33%; } }
