@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

a {
  color: #74685c;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #bd5b00; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4f3f2f;
  font-family: "Volkhov", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #917052;
    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 #ccbdae;
  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 #dfdfdf;
  color: #74685c;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #7f5e3f;
    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 #ccbdae;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f2eee9; }
    .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 #ccbdae; }

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

.table-tbody tr {
  border-bottom: 1px solid #ccbdae; }
  .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, .swal2-cancel.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Volkhov", 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: #a18568;
  color: #74685c;
  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: #765b42;
    color: #4f3f2f; }
  .button:active {
    background-color: transparent;
    border: 1px solid #917052;
    color: #917052; }
  .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, .swal2-confirm.button {
  background-color: #4f3f2f;
  border-color: #4f3f2f;
  color: white; }
  .button--primary:hover, .swal2-confirm.button:hover, .button--primary:focus, .swal2-confirm.button:focus, .button--primary.is-active, .is-active.swal2-confirm.button, .button--primary.active, .active.swal2-confirm.button {
    background-color: #7f5e3f;
    border-color: #7f5e3f;
    color: white; }
  .button--primary:active, .swal2-confirm.button:active {
    background-color: #917052;
    border: 1px solid #917052;
    color: white; }

.button[disabled] {
  background-color: #ccbdae;
  border-color: #ccbdae;
  color: #999999;
  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: #e6a15c; }

/*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: #e8e8e8;
  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: #e8e8e8;
  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 #4f4f4f;
  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: #74685c;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #917052;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input, .cart-totals .form-input {
  appearance: none;
  background-color: white;
  border-color: #a18568;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #4f3f2f;
  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: #ccbdae;
    color: #a5a5a5;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #444444;
    border-color: #4f4f4f;
    color: #989898;
    cursor: text; }
  .form-input:focus {
    border-color: #765b42;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder, .cart-totals .form-input::-webkit-input-placeholder {
    color: #a5a5a5; }
  .form-input::-ms-clear, .cart-totals .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder, .cart-totals .form-input::-moz-placeholder {
    color: #a5a5a5; }
  .form-input:-ms-input-placeholder {
    color: #a5a5a5; }

/*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, .cart-totals .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: #a18568;
  color: #4f3f2f;
  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, .cart-totals .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #765b42; }
  .form-select:disabled {
    background-color: #ccbdae;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #765b42; }

/*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 #4f4f4f;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(145, 112, 82, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(145, 112, 82, 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(145, 112, 82, 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, .cart-totals .has-action.form-input + .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, .cart-totals .has-icon.form-input + .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: #4f3f2f;
  border: solid #4f4f4f;
  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, .cart-totals .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: #e6a15c;
    box-shadow: 0 0 4px rgba(230, 161, 92, 0.4); }

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  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: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    cursor: default; }

.switch-toggle::before {
  background: #4f3f2f;
  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: #4f3f2f;
  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: #989898; }

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: #4f3f2f; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #989898; }

.switch-description--off {
  color: #2d2d2d;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #989898; }

.switch-description--on {
  color: #989898;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #2d2d2d; }

.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 #4f4f4f;
    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: #69d66f; }

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

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #69d66f; }

.form-field--success .form-input-indicator > svg {
  fill: #69d66f; }


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

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

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


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

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

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

/*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: #f2eee9;
  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: #f2eee9; }
  .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: #917052;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #917052; }
  .breadcrumb.current {
    color: #917052;
    cursor: default; }
    .breadcrumb.current a {
      color: #917052;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #a5a5a5; }
    .breadcrumb.unavailable a {
      color: #a5a5a5; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #a5a5a5;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #917052;
    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: #bd5b00;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #917052;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

.navBar-action {
  color: #2d2d2d;
  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: #74685c;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #917052;
    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: #917052;
      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: #74685c; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #74685c;
  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: #e8e8e8;
  border-color: #e8e8e8;
  color: #f2eee9; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: #757575;
  border-color: #757575;
  color: #4f4f4f; }
  .alertBox--info svg {
    fill: #bebebe; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: #f2eee9; }
  .alertBox--success svg {
    fill: #69d66f; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: #f2eee9; }
  .alertBox--warning svg {
    fill: #d4cb49; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: #f2eee9; }
  .alertBox--error svg {
    fill: #ff7d7d; }

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

/*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: #ccbdae solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 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: #ccbdae solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #2d2d2d; }
  .accordion-navigation > a {
    background: white;
    color: #74685c;
    padding: 1.85714rem;
    display: block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #f2eee9; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #2d2d2d;
  background: rgba(79, 63, 47, 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 #ccbdae;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 768px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 768px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 768px) {
    .modal {
      transform: translateY(-50%); } }

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

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

.modal-header {
  border-bottom: 1px solid #ccbdae;
  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 #ccbdae;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

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

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

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

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

.loadingOverlay {
  background: rgba(79, 63, 47, 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: #f2eee9 #f2eee9 #e6a15c #e6a15c;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-image {
  border: 1px solid #4f4f4f;
  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: #917052; }

.card-figcaption-button {
  background-color: rgba(243, 182, 121, 0.9);
  color: #4f3f2f; }
  .card-figcaption-button:hover {
    background-color: #f3b679;
    color: #4f3f2f; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  @media (min-width: 768px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: #f2eee9 !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #4f3f2f;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: #74685c;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #a18568;
    color: #4f3f2f; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #4f3f2f; }
  .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: "Volkhov", 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: #a18568;
    color: #74685c;
    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: #765b42;
      color: #4f3f2f; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #917052;
      color: #917052; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #4f3f2f;
    border-color: #4f3f2f;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #7f5e3f;
    border-color: #7f5e3f;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #917052;
    border-color: #917052;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #a18568;
    color: #74685c; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #765b42;
    color: #4f3f2f; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #917052;
    color: #917052; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

.swal2-icon {
  display: flex; }

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

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

.form-select, .cart-totals .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(145, 112, 82, 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: #917052;
  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 #ccbdae; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

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

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

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

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

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

.form-wishlist {
  position: relative; }
  @media (min-width: 768px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 1024px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.78571rem; } }

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

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

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

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

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

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

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #7f5e3f;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 1024px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #7f5e3f; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem); }

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

.modal--alert {
  background-color: #f2eee9 !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: #74685c;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #4f3f2f;
      border-color: #4f3f2f;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #7f5e3f;
      border-color: #7f5e3f;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #917052;
      border-color: #917052;
      color: white; }

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

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

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

.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: #917052;
    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, .swal2-cancel.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 1024px) {
      .button + .button {
        margin-left: 0.78571rem; } }

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

.button--icon svg {
  fill: #4f4f4f; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox--info {
  background-color: #7d644a;
  color: #f2eee9; }
  .alertBox--info .alertBox-close svg {
    fill: #bebebe; }

.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(255, 125, 125, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

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

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

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

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

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

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

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

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

.form-label--alternate {
  font-family: "Volkhov", 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: #a5a5a5;
  font-size: 13px; }

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

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

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

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

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

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

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

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

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

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

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

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

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

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

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

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

.form-option {
  border: 1px solid #a18568;
  color: #74685c;
  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: #765b42; }
  .form-radio:checked + .form-option {
    border-color: #917052;
    box-shadow: 0 0 0 1px #917052; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList-action-close {
  background: #f2eee9;
  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: #74685c; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

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

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

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

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

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #a18568;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #765b42; }

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


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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.countPill--alt {
  background-color: #dfdfdf;
  color: #454545; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #7f5e3f; }
    .socialLinks .icon svg {
      fill: #7f5e3f;
      transition: all 0.15s ease; }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

.productView-brand {
  color: #917052;
  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: #917052; }
    .productView-brand a:hover {
      color: #bd5b00; }

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

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

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

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

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

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 768px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 768px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 768px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 1024px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #917052;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #bd5b00; }

.productOptions-list {
  border: 1px solid #a18568;
  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 #a18568; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

.compareTable {
  border-top: 1px solid #ccbdae;
  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 #ccbdae; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

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

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

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

.compareTable-removeProduct {
  background-color: #f2eee9;
  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: #7f5e3f;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

.toggleLink {
  color: #917052; }
  .toggleLink:hover {
    color: #bd5b00; }
  .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: #ccbdae solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1024px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

.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: #f2eee9;
  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: #917052;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  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: #454545; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 768px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 768px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

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

.account-heading, .account h2:not(.page-heading) {
  border-bottom: 1px solid #ccbdae;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #ccbdae;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #ccbdae;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: #4f3f2f; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #a5a5a5;
  font-family: "Roboto", 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: #a5a5a5;
  margin-bottom: 0; }

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #917052;
  font-family: "Roboto", 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: #917052;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #ccbdae;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 768px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #bd5b00;
  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: #917052;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 768px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #bd5b00; }

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

.account-message .is-read {
  color: #a5a5a5; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading, .account-sidebar-block .account h2:not(.page-heading), .account .account-sidebar-block h2:not(.page-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: #e6a15c;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #ccbdae;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

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

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

.account-downloadsItem-availability {
  color: #917052; }

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

.icon--ratingFull svg {
  fill: #7f5e3f; }

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

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

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

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

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

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,
.apple-pay-supported .productView-options .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 768px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #ccbdae;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

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

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 768px) {
  .paymentMethodForm {
    max-width: 60%; } }

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

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

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

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

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

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 768px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #a5a5a5;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

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

.skip-to-main-link {
  background: white;
  color: #74685c;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #ccbdae;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1024px) {
    .header {
      border-bottom: 1px solid #ccbdae;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1024px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 768px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 1024px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e8e8e8;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #917052;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1024px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #4f3f2f; }
    .header-logo__link:active {
      color: #4f3f2f; }

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

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

.header-logo-text {
  display: block;
  font-family: "Volkhov", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1024px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .header-logo-image-container {
      min-height: 100px; } }

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

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

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

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1024px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    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: #4f3f2f;
      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); }

.category-description h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px; }

body {
  padding-top: 60px !important; }
  @media screen and (min-width: 414px) {
    body {
      padding-top: 70px !important; } }
  @media screen and (min-width: 1024px) {
    body {
      padding-top: 65px !important; } }
  @media screen and (min-width: 1280px) {
    body {
      padding-top: 65px !important; } }
  body .header {
    position: fixed !important; }

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

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

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1024px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1024px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.gallery-page-video iframe {
  border: 5px solid #00a4b1  !important; }

.request-quote {
  border: 1px solid #00a4b1;
  border-bottom: none;
  cursor: pointer;
  width: 170px;
  height: 34px;
  overflow: hidden;
  background: #00a4b1;
  color: #ffffff;
  padding: 2px 0px 2px 0px;
  position: fixed;
  top: 280px;
  right: -68px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 9999999;
  font-size: 18px; }

.request-quote:hover {
  color: #ffffff !important;
  background: #000 !important; }

.request-quote:active {
  color: #ffffff !important;
  background: #000 !important; }

.footer {
  background-color: #2c394b;
  border-top: 1px solid #ccbdae;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #917052;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 768px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1024px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .footer-info-col--small {
    width: 16.66667%; } }

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

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

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

@media (min-width: 1024px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #917052;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #bd5b00; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 768px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #917052;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #917052;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #917052;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #bd5b00; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 1024px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #7f5e3f; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #ccbdae;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #917052;
  text-align: center; }

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

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

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 1024px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 1024px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

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

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 200px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

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

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .productGrid .product {
        width: 25%; } }

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

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

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

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

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

@media (min-width: 1024px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 768px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

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

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(243, 182, 121, 0.9);
  color: #4f3f2f; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: #f3b679;
    color: #4f3f2f; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

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

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

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #a5a5a5;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 1024px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

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

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

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

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1024px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

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

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #ccbdae;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 768px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

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

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

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

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

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

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 768px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

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

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 116px;
  width: 116px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #765b42;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 1024px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

@media (min-width: 1024px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

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

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1024px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

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

.productView .productView-images[data-aos^=fade][data-aos^=fade] {
  opacity: 1; }
  @media only screen and (max-width: 480px) {
    .productView .productView-images[data-aos^=fade][data-aos^=fade] {
      min-height: 380px; } }

.button, .swal2-cancel.button {
  visibility: visible !important; }

.productView-img-container.single-slider > a[data-main-slide] {
  display: none; }

.hbspt-form #hsForm_8b2cbd38-c3b3-49c4-a933-5e76858f4548 .hs-form-field {
  width: 50%;
  float: left;
  margin: 0 0 10px 0; }
  @media only screen and (max-width: 767px) {
    .hbspt-form #hsForm_8b2cbd38-c3b3-49c4-a933-5e76858f4548 .hs-form-field {
      width: 100%;
      float: none; } }
  .hbspt-form #hsForm_8b2cbd38-c3b3-49c4-a933-5e76858f4548 .hs-form-field label {
    padding: 0 10px; }
    .hbspt-form #hsForm_8b2cbd38-c3b3-49c4-a933-5e76858f4548 .hs-form-field label span {
      font-size: 16px;
      color: #2c394b;
      font-family: Gotham,sans-serif; }
  .hbspt-form #hsForm_8b2cbd38-c3b3-49c4-a933-5e76858f4548 .hs-form-field .input {
    margin: 5px 0;
    padding: 0 10px; }
    .hbspt-form #hsForm_8b2cbd38-c3b3-49c4-a933-5e76858f4548 .hs-form-field .input .hs-input {
      width: 100%;
      height: 40px;
      font-size: 14px; }

.hbspt-form #hsForm_8b2cbd38-c3b3-49c4-a933-5e76858f4548 .hs_submit .actions {
  text-align: center;
  padding: 0 10px; }
  .hbspt-form #hsForm_8b2cbd38-c3b3-49c4-a933-5e76858f4548 .hs_submit .actions .hs-button {
    border: 1px solid #fee003;
    background: #fee003;
    color: #000;
    font-size: 14px;
    padding: 15px;
    border-radius: 25px;
    margin: 10px 0; }
    .hbspt-form #hsForm_8b2cbd38-c3b3-49c4-a933-5e76858f4548 .hs_submit .actions .hs-button:hover {
      color: #fff;
      background: #00a4b1;
      border: 1px solid #00a4b1; }

@font-face {
  font-family: 'Gotham';
  src: url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Bold.eot");
  src: url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Bold.woff2") format("woff2"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Bold.woff") format("woff"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Bold.ttf") format("truetype"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Book.eot");
  src: url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Book.woff2") format("woff2"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Book.woff") format("woff"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Book.ttf") format("truetype"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Archer';
  src: url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Semibold.eot");
  src: url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Semibold.eot?#iefix") format("embedded-opentype"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Semibold.woff2") format("woff2"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Semibold.woff") format("woff"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Semibold.ttf") format("truetype"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Semibold.svg#Archer-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Medium.eot");
  src: url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Medium.woff2") format("woff2"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Medium.woff") format("woff"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Medium.ttf") format("truetype"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Archer';
  src: url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Bold.eot");
  src: url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Bold.eot?#iefix") format("embedded-opentype"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Bold.woff2") format("woff2"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Bold.woff") format("woff"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Bold.ttf") format("truetype"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Bold.svg#Archer-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Archer';
  src: url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Medium.eot");
  src: url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Medium.eot?#iefix") format("embedded-opentype"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Medium.woff2") format("woff2"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Medium.woff") format("woff"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Medium.ttf") format("truetype"), url("https://cdn11.bigcommerce.com/s-qkid82vpr1/content/fonts/Archer-Medium.svg#Archer-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

/* ========== media mixin ========== */
/* ========== common mixin ========== */
/* ========== VW Functions ========== */
/* ========== GLOBAL VAARIABLE ========== */
/* ========== LINK ========== */
/* ========== LIGHTEN AND DARKEN MODE ========== */
/* ========== FORM ========== */
/* ========== HEADING ========== */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  text-rendering: optimizeLegibility;
  padding: 0;
  background: #ffffff;
  font-weight: 400;
  font-family: "Gotham", sans-serif;
  color: #515B6B;
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    body {
      font-size: 1.11111vw; } }
  @media screen and (max-width: 1023px) {
    body {
      font-size: 14px; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 500;
  font-family: "Archer", sans-serif;
  color: #2C394B;
  text-transform: none;
  letter-spacing: inherit; }
  @media screen and (min-width: 1280px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      margin: 0 0 1.38889vw 0; } }

h1, .h1 {
  font-size: 40px; }
  @media screen and (min-width: 1280px) {
    h1, .h1 {
      font-size: 2.77778vw; } }

h2, .h2 {
  font-size: 36px; }
  @media screen and (min-width: 1280px) {
    h2, .h2 {
      font-size: 2.5vw; } }

h3, .h3 {
  font-size: 30px; }
  @media screen and (min-width: 1280px) {
    h3, .h3 {
      font-size: 2.08333vw; } }

h4, .h4 {
  font-size: 24px; }
  @media screen and (min-width: 1280px) {
    h4, .h4 {
      font-size: 1.66667vw; } }

h5, .h5 {
  font-size: 18px; }
  @media screen and (min-width: 1280px) {
    h5, .h5 {
      font-size: 1.25vw; } }

h6, .h6 {
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    h6, .h6 {
      font-size: 1.11111vw; } }

a {
  outline: none;
  text-decoration: none;
  color: #2C394B; }
  a:hover, a:focus {
    color: #00A4B1; }

dl dt {
  font-weight: 600; }

strong,
b {
  font-weight: 600; }

p {
  margin-bottom: 20px;
  line-height: 26px; }
  @media screen and (min-width: 1280px) {
    p {
      line-height: 1.80556vw;
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    p {
      line-height: 24px; } }
  p:empty {
    margin: 0px; }
    p:empty + p {
      margin-top: 0px; }

ul, ol {
  margin-left: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    ul, ol {
      margin-left: 1.38889vw;
      margin-bottom: 1.38889vw; } }

img {
  max-width: 100%;
  vertical-align: middle; }

hr {
  border-color: rgba(81, 91, 107, 0.3);
  margin: 20px 0; }
  @media screen and (min-width: 1280px) {
    hr {
      margin: 1.38889vw 0; } }

address {
  font-style: normal;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    address {
      margin-bottom: 1.38889vw; } }

blockquote {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px; }
  @media screen and (min-width: 1280px) {
    blockquote {
      margin-bottom: 1.38889vw;
      font-size: 1.11111vw;
      line-height: 1.80556vw; } }

.lazyload, .lazyloading {
  filter: blur(2px);
  transition: filter .5s ease-in; }

/* ========== COMMON CLASS ========== */
.d-none {
  display: none; }

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.align-v-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.align-start {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.align-end {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.align-self-start {
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.justify-center {
  -webkit-justify-content: center;
  justify-content: center; }

.justify-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.justify-space {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.flex-direction {
  flex-direction: column;
  -webkit-flex-direction: column; }

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

.clearfix:after, .clearfix:after {
  clear: both; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.padding-none {
  padding: 0 !important; }

.pb-60 {
  padding-bottom: 58px; }
  @media screen and (min-width: 1280px) {
    .pb-60 {
      padding-bottom: 4.02778vw; } }
  @media screen and (max-width: 1023px) {
    .pb-60 {
      padding-bottom: 45px; } }

.pt-60 {
  padding-top: 58px; }
  @media screen and (min-width: 1280px) {
    .pt-60 {
      padding-top: 4.02778vw; } }
  @media screen and (max-width: 1023px) {
    .pt-60 {
      padding-top: 45px; } }

.mb-50 {
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .mb-50 {
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 1023px) {
    .mb-50 {
      margin-bottom: 30px; } }

.mt-80 {
  margin-top: 80px; }
  @media screen and (min-width: 1280px) {
    .mt-80 {
      margin-top: 5.55556vw; } }
  @media screen and (max-width: 1279px) {
    .mt-80 {
      margin-top: 50px; } }
  @media screen and (max-width: 1023px) {
    .mt-80 {
      margin-top: 40px; } }

.margin-none {
  margin: 0 !important; }

.link, a[data-item-edit], a[data-item-giftwrap], .cart-item-name + a, .blog-post a[aria-label] {
  color: #00A4B1;
  text-decoration: underline; }

.icon {
  width: 16px;
  height: 16px; }
  @media screen and (min-width: 1280px) {
    .icon {
      width: 1.11111vw;
      height: 1.11111vw; } }

.common-top-banner {
  background-color: #EBF8F9;
  padding-bottom: 40px;
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .common-top-banner {
      padding-bottom: 2.77778vw;
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 1023px) {
    .common-top-banner {
      margin-bottom: 40px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .common-top-banner {
      margin-bottom: 30px;
      padding-bottom: 30px; } }
  .common-top-banner nav[aria-label=Breadcrumb] {
    margin-bottom: 20px;
    padding-top: 20px; }
    @media screen and (min-width: 1280px) {
      .common-top-banner nav[aria-label=Breadcrumb] {
        margin-bottom: 1.38889vw;
        padding-top: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .common-top-banner nav[aria-label=Breadcrumb] {
        margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .common-top-banner nav[aria-label=Breadcrumb] {
        margin-bottom: 10px; } }
  .common-top-banner .page-heading {
    margin-bottom: 0px;
    text-align: left;
    font-size: 32px;
    color: #515B6B; }
    @media screen and (min-width: 1280px) {
      .common-top-banner .page-heading {
        font-size: 2.22222vw; } }
    @media screen and (max-width: 1023px) {
      .common-top-banner .page-heading {
        font-size: 30px; } }

.theme-color {
  color: #00A4B1; }

ul.list-with-dots {
  list-style-type: none;
  margin-left: 0px; }
  ul.list-with-dots li {
    line-height: 26px;
    padding-left: 14px;
    position: relative; }
    @media screen and (min-width: 1280px) {
      ul.list-with-dots li {
        padding-left: 0.97222vw; } }
    ul.list-with-dots li + li {
      margin-top: 7px; }
      @media screen and (min-width: 1280px) {
        ul.list-with-dots li + li {
          margin-top: 0.48611vw; } }
    ul.list-with-dots li:before {
      width: 4px;
      height: 4px;
      background-color: #00A4B1;
      position: absolute;
      content: "";
      left: 0;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      top: 11px; }
      @media screen and (min-width: 1280px) {
        ul.list-with-dots li:before {
          width: 0.27778vw;
          height: 0.27778vw;
          top: 0.76389vw; } }
    @media screen and (min-width: 1280px) {
      ul.list-with-dots li {
        line-height: 1.80556vw; } }

.container {
  width: 1140px;
  padding: 0;
  max-width: 100%; }
  @media screen and (min-width: 1280px) {
    .container {
      width: 79.16667vw; } }
  @media screen and (max-width: 1279px) {
    .container {
      width: 960px; } }
  @media screen and (max-width: 1023px) {
    .container {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.custom-row {
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (min-width: 1280px) {
    .custom-row {
      margin-left: -0.69444vw;
      margin-right: -0.69444vw; } }
  @media screen and (max-width: 767px) {
    .custom-row {
      margin-left: -5px;
      margin-right: -5px; } }

.grid {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 1280px) {
    .grid {
      padding-left: 0.69444vw;
      padding-right: 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .grid {
      padding-left: 5px;
      padding-right: 5px; } }

.body {
  margin-top: 0px;
  margin-bottom: 60px; }
  @media screen and (min-width: 1280px) {
    .body {
      margin-bottom: 4.16667vw; } }
  @media screen and (max-width: 1023px) {
    .body {
      margin-bottom: 40px; } }

.page {
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (min-width: 1280px) {
    .page {
      margin-left: -0.69444vw;
      margin-right: -0.69444vw; } }
  @media screen and (max-width: 767px) {
    .page {
      margin-left: -5px;
      margin-right: -5px; } }

.page-content,
.page-content--full,
.page-sidebar,
.page-sidebar + .page-content {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 1280px) {
    .page-content,
    .page-content--full,
    .page-sidebar,
    .page-sidebar + .page-content {
      padding-left: 0.69444vw;
      padding-right: 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .page-content,
    .page-content--full,
    .page-sidebar,
    .page-sidebar + .page-content {
      padding-left: 5px;
      padding-right: 5px; } }

.page-sidebar {
  width: 260px;
  padding-left: 0px;
  padding-right: 30px;
  padding-top: 30px; }
  @media screen and (min-width: 1280px) {
    .page-sidebar {
      width: 18.05556vw;
      padding-right: 2.08333vw;
      padding-top: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .page-sidebar {
      width: 100%;
      float: none;
      clear: both;
      padding-right: 0px; } }
  .page-sidebar.u-hidden {
    width: 100%; }
    .page-sidebar.u-hidden + .page-content {
      width: 100%;
      padding-left: 0px;
      border-left: 0px; }
  .page-sidebar + .page-content {
    width: calc(100% - 260px);
    padding-right: 0px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
    border-left: 1px solid rgba(81, 91, 107, 0.3); }
    @media screen and (min-width: 1280px) {
      .page-sidebar + .page-content {
        width: calc(100% - 18.05556vw);
        padding-left: 2.08333vw;
        padding-top: 2.08333vw;
        padding-bottom: 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .page-sidebar + .page-content {
        width: 100%;
        float: none;
        clear: both;
        padding-left: 0px;
        border-left: 0px; } }
    @media screen and (max-width: 479px) {
      .page-sidebar + .page-content {
        padding-top: 20px; } }

.page-content--centered {
  width: 80%; }
  @media screen and (max-width: 1279px) {
    .page-content--centered {
      width: 100%; } }

/* ========== FORM RESET ========== */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"],
input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"],
input[type="time"], input[type="url"], input[type="color"], textarea {
  font-size: 14px;
  outline: none; }
  @media screen and (min-width: 1280px) {
    input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"],
    input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"],
    input[type="time"], input[type="url"], input[type="color"], textarea {
      font-size: 0.76389vw; } }

input:focus, button:focus, textarea:focus,
select:focus, details:focus, input:focus + label,
[href]:focus, [tabindex]:not([tabindex="-1"]):focus, [contenteditable="true"]:focus {
  outline: none !important; }

select {
  outline: none; }

select option {
  padding: 4px 8px;
  font-size: 12px;
  outline: none; }
  @media screen and (min-width: 1280px) {
    select option {
      padding: 0.27778vw 0.55556vw;
      font-size: 0.83333vw; } }

textarea {
  resize: none;
  line-height: 18px; }

.form {
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .form {
      margin-bottom: 2.08333vw; } }

.form-prefixPostfix .button {
  height: auto; }

/* ========== INPUT STYLE ========== */
.form-label {
  font-size: 14px;
  line-height: 21px;
  color: #2C394B;
  margin-bottom: 12px;
  font-weight: 500;
  font-family: "Gotham", sans-serif; }
  @media screen and (min-width: 1280px) {
    .form-label {
      font-size: 0.97222vw;
      line-height: 1.45833vw;
      margin-bottom: 0.83333vw; } }
  @media screen and (max-width: 1023px) {
    .form-label {
      font-size: 12px; } }
  .form-label small {
    font-size: 14px;
    line-height: 20px;
    margin-left: 0px;
    color: red;
    margin-top: 0px;
    float: none; }
    @media screen and (min-width: 1280px) {
      .form-label small {
        font-size: 0.97222vw;
        line-height: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .form-label small {
        font-size: 12px; } }
  .form-label span[data-option-value] {
    font-weight: 400; }

.form-inlineMessage {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px; }
  @media screen and (min-width: 1280px) {
    .form-inlineMessage {
      font-size: 0.83333vw;
      line-height: 1.11111vw;
      margin-top: 0.34722vw; } }

.form-input, .cart-totals .form-input {
  height: auto;
  outline: none;
  border: 1px solid rgba(81, 91, 107, 0.3);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 18px;
  padding: 9px 20px;
  font-size: 14px;
  color: #515B6B; }
  @media screen and (min-width: 1280px) {
    .form-input, .cart-totals .form-input {
      padding: 0.625vw 1.38889vw;
      line-height: 1.25vw;
      font-size: 0.76389vw; } }
  .form-input:focus {
    border-color: rgba(70, 79, 92, 0.3);
    outline: none; }
  .form-input.form-input--small {
    padding: 7px 20px; }
    @media screen and (min-width: 1280px) {
      .form-input.form-input--small {
        padding: 0.48611vw 1.38889vw; } }

textarea {
  min-height: 60px; }
  @media screen and (min-width: 1280px) {
    textarea {
      min-height: 4.16667vw; } }
  textarea.form-input, .cart-totals textarea.form-input {
    line-height: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
    @media screen and (min-width: 1280px) {
      textarea.form-input, .cart-totals textarea.form-input {
        line-height: 1.66667vw; } }

.form-input::-webkit-input-placeholder, .cart-totals .form-input::-webkit-input-placeholder {
  color: #9fa8b6;
  opacity: 1; }

.form-input::-moz-placeholder, .cart-totals .form-input::-moz-placeholder {
  color: #9fa8b6;
  opacity: 1; }

.form-input:-ms-input-placeholder {
  color: #9fa8b6;
  opacity: 1; }

.form-input:-moz-placeholder {
  color: #9fa8b6;
  opacity: 1; }

.form-row {
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (min-width: 1280px) {
    .form-row {
      margin-left: -0.69444vw;
      margin-right: -0.69444vw; } }
  .form-row .form-field {
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (min-width: 1280px) {
      .form-row .form-field {
        padding-left: 0.69444vw;
        padding-right: 0.69444vw; } }

@media screen and (max-width: 767px) {
  .form-row .form-field, .form-row--half .form-field {
    float: none;
    clear: both;
    width: 100%; } }

.form-column {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (max-width: 767px) {
    .form-column {
      float: none;
      clear: both;
      width: 100%; } }

.form-column > .form-field {
  padding-left: 0;
  padding-right: 0; }

.form-field {
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .form-field {
      margin-bottom: 2.08333vw; } }
  @media screen and (max-width: 767px) {
    .form-field {
      margin-bottom: 25px; } }

.form-field-group, .form-row .form-field-group {
  border: 1px solid rgba(81, 91, 107, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 20px; }

.form-actions {
  margin-top: 25px; }
  @media screen and (min-width: 1280px) {
    .form-actions {
      margin-top: 1.73611vw; } }

.form-minMaxRow {
  margin-left: -5px;
  margin-right: -5px; }
  @media screen and (min-width: 1280px) {
    .form-minMaxRow {
      margin-left: -0.34722vw;
      margin-right: -0.34722vw; } }
  .form-minMaxRow .form-field {
    padding-left: 5px;
    padding-right: 5px; }
    @media screen and (min-width: 1280px) {
      .form-minMaxRow .form-field {
        padding-left: 0.34722vw;
        padding-right: 0.34722vw; } }
    .form-minMaxRow .form-field .button.button--small {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 10px; }
      @media screen and (min-width: 1280px) {
        .form-minMaxRow .form-field .button.button--small {
          padding-left: 0.69444vw;
          padding-right: 0.69444vw;
          font-size: 0.69444vw; } }

.form-option {
  border: 1px solid rgba(81, 91, 107, 0.3);
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .form-option {
      padding: 0.41667vw;
      margin-bottom: 0.69444vw;
      margin-right: 0.69444vw; } }
  .form-option:hover {
    border-color: #00A4B1; }

.form-option-expanded {
  left: calc(100% - 25px);
  border: 1px solid rgba(81, 91, 107, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none; }
  @media screen and (min-width: 1280px) {
    .form-option-expanded {
      left: calc(100% - 1.73611vw); } }
  .form-option-expanded .form-option-image {
    width: 50px;
    height: 50px; }
    @media screen and (min-width: 1280px) {
      .form-option-expanded .form-option-image {
        width: 3.47222vw;
        height: 3.47222vw; } }

.form-radio:checked + .form-option {
  border-color: #00A4B1;
  box-shadow: none; }

/* ========== SELECT STYLE ========== */
.form-select, .cart-totals .form-select {
  height: auto;
  line-height: 18px;
  padding: 16px 35px 16px 20px;
  font-size: 14px;
  vertical-align: middle;
  background-size: 15px;
  background-position: right 12px center;
  border: 1px solid rgba(81, 91, 107, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #515B6B;
  outline: none; }
  @media screen and (min-width: 1280px) {
    .form-select, .cart-totals .form-select {
      background-size: 1.04167vw;
      background-position: right 0.83333vw center; } }
  .form-select.form-select-small {
    height: 30px;
    line-height: 30px;
    background-position: right 5px top 7px;
    padding: 0 20px;
    padding-left: 10px; }

.form-select--short {
  width: 70px;
  max-width: 70px; }

/* ========== CHECKBOX AND RADIO STYLE ========== */
.form-checkbox + .form-label,
.form-radio + .form-label {
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 5px;
  padding-left: 28px; }
  @media screen and (min-width: 1280px) {
    .form-checkbox + .form-label,
    .form-radio + .form-label {
      line-height: 1.66667vw;
      font-size: 0.83333vw;
      margin-bottom: 0.34722vw;
      padding-left: 1.94444vw; } }
  .form-checkbox + .form-label:before, .form-radio + .form-label:before {
    width: 16px;
    height: 16px;
    border-color: rgba(81, 91, 107, 0.3);
    top: 4px; }
    @media screen and (min-width: 1280px) {
      .form-checkbox + .form-label:before, .form-radio + .form-label:before {
        width: 1.11111vw;
        height: 1.11111vw;
        top: 0.27778vw; } }
  .form-checkbox + .form-label:after, .form-radio + .form-label:after {
    width: 14px;
    height: 14px;
    border: 3px solid #ffffff;
    top: 5px;
    left: 1px;
    background-color: #00A4B1; }
    @media screen and (min-width: 1280px) {
      .form-checkbox + .form-label:after, .form-radio + .form-label:after {
        width: 0.97222vw;
        height: 0.97222vw;
        top: 0.34722vw;
        left: 0.06944vw; } }
  .form-checkbox + .form-label:last-child,
  .form-radio + .form-label:last-child {
    margin-bottom: -5px; }
    @media screen and (min-width: 1280px) {
      .form-checkbox + .form-label:last-child,
      .form-radio + .form-label:last-child {
        margin-bottom: -0.34722vw; } }

.form-checkbox + .form-label:before {
  width: 16px;
  height: 16px;
  border-color: rgba(81, 91, 107, 0.3);
  top: 4px; }
  @media screen and (min-width: 1280px) {
    .form-checkbox + .form-label:before {
      width: 1.11111vw;
      height: 1.11111vw;
      top: 0.27778vw; } }

.form-checkbox + .form-label:after {
  width: 16px;
  height: 16px;
  border: 3px solid #FEE003;
  top: 4px;
  left: 0px;
  background-color: #FEE003;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2.5L3.4 4.5L7 1.5' stroke='%232C394B' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-size: 8px 8px; }
  @media screen and (min-width: 1280px) {
    .form-checkbox + .form-label:after {
      width: 1.11111vw;
      height: 1.11111vw;
      top: 0.27778vw;
      background-size: 0.55556vw 0.55556vw; } }

.account-product--alignMiddle .account-product-checkItem .form-label {
  width: 18px;
  height: 18px; }

/* ========== QUANTITYBOX STYLE ========== */
.form-input--incrementTotal {
  width: 60px;
  padding-left: 10px;
  padding-right: 10px; }

.form-increment {
  border: 1px solid rgba(81, 91, 107, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden; }
  .form-increment.form-field--success .form-input {
    border-color: rgba(81, 91, 107, 0.3); }
  .form-increment .button {
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: 0px; }
    @media screen and (min-width: 1280px) {
      .form-increment .button {
        padding: 0.34722vw; } }
    .form-increment .button .icon {
      width: 10px;
      height: 10px; }
      @media screen and (min-width: 1280px) {
        .form-increment .button .icon {
          width: 0.69444vw;
          height: 0.69444vw; } }
    .form-increment .button svg {
      fill: rgba(81, 91, 107, 0.5); }
    .form-increment .button:hover, .form-increment .button:focus {
      background-color: transparent;
      border: 0px; }
      .form-increment .button:hover svg, .form-increment .button:focus svg {
        fill: #00A4B1; }
  .form-increment .form-input {
    width: calc(100% - 80px);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-top: 0px;
    border-bottom: 0px; }
    @media screen and (min-width: 1280px) {
      .form-increment .form-input {
        width: calc(100% - 5.55556vw); } }

/* ========== From Variant STYLE ========== */
.form-option-variant--color,
.form-option-variant--pattern {
  width: 38px;
  height: 38px; }
  @media screen and (min-width: 1280px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      width: 2.63889vw;
      height: 2.63889vw; } }

.form-option-variant--pattern {
  background-size: cover; }

/* ========== BUTTON STYLE ========== */
.button, .swal2-cancel.button {
  display: inline-block;
  margin: 0;
  height: auto;
  line-height: 18px;
  padding: 9px 30px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Gotham", sans-serif;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  outline: none;
  color: #ffffff;
  background: #00A4B1;
  border: 1px solid #00A4B1; }
  @media screen and (min-width: 1280px) {
    .button, .swal2-cancel.button {
      font-size: 0.83333vw;
      padding: 0.625vw 2.08333vw;
      line-height: 1.25vw; } }
  .button.active {
    border-color: #00A4B1;
    color: #00A4B1; }
  .button:hover, .button:focus {
    border: 1px solid #FEE003;
    background: #FEE003;
    color: #000000; }
  .button.button--primary, .button.swal2-confirm {
    background: #ffffff;
    color: #00A4B1;
    border-color: #00A4B1; }
    .button.button--primary:hover, .button.swal2-confirm:hover, .button.button--primary:focus, .button.swal2-confirm:focus {
      background: #00A4B1;
      color: #ffffff;
      border-color: #00A4B1; }
  .button.button--small {
    padding: 7px 30px; }
    @media screen and (min-width: 1280px) {
      .button.button--small {
        padding: 0.48611vw 2.08333vw; } }
  .button.button-white-border {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent; }
    .button.button-white-border:hover, .button.button-white-border:focus {
      border: 1px solid #FEE003;
      background-color: #FEE003; }
  .button.button-gray-border {
    border: 1px solid rgba(81, 91, 107, 0.3);
    background-color: transparent;
    color: #2C394B; }
    .button.button-gray-border:hover, .button.button-gray-border:focus {
      border: 1px solid #FEE003;
      background-color: #FEE003; }
  .button.button-yellow {
    background-color: #FEE003;
    border-color: #FEE003;
    color: #2C394B; }
    .button.button-yellow:hover, .button.button-yellow:focus {
      border-color: #00A4B1;
      background-color: #00A4B1;
      color: #ffffff; }

.g-recaptcha {
  text-align: center; }
  .g-recaptcha > div {
    max-width: 100%;
    display: inline-block; }
  .g-recaptcha + br {
    display: none; }

.form-actions > * {
  width: auto; }

.form-actions a, .form-actions .button, .form-actions .coupon-code-add, .form-actions .coupon-code-cancel, .form-actions .shipping-estimate-show, .form-actions .gift-certificate-add, .form-actions .gift-certificate-cancel, .form-actions input, .form-prefixPostfix a, .form-prefixPostfix .button, .form-prefixPostfix .coupon-code-add, .form-prefixPostfix .coupon-code-cancel, .form-prefixPostfix .shipping-estimate-show, .form-prefixPostfix .gift-certificate-add, .form-prefixPostfix .gift-certificate-cancel, .form-prefixPostfix input {
  width: auto;
  vertical-align: middle; }

@media screen and (max-width: 767px) {
  .form-prefixPostfix {
    display: block;
    text-align: center; } }

.form-prefixPostfix .form-input {
  text-align: left; }
  @media screen and (max-width: 767px) {
    .form-prefixPostfix .form-input {
      display: block; } }

.form-prefixPostfix .button {
  margin-left: 15px; }
  @media screen and (min-width: 1280px) {
    .form-prefixPostfix .button {
      margin-left: 1.04167vw; } }
  @media screen and (max-width: 767px) {
    .form-prefixPostfix .button {
      margin-top: 15px;
      display: inline-block;
      margin-left: 0px; } }

/* ========== FORM WIDTH ========== */
.template-editaccount .account--fixed .form, .template-editaccount .account--fixedSmall .form, .template-editaccount .page-content .form, .template-createaccount .account--fixed .form, .template-createaccount .account--fixedSmall .form, .template-createaccount .page-content .form, .template-shippingaddressform .account--fixed .form, .template-shippingaddressform .account--fixedSmall .form, .template-shippingaddressform .page-content .form,
.template-forgotpassword .account--fixed .form,
.template-forgotpassword .account--fixedSmall .form,
.template-forgotpassword .page-content .form, .template-add-wishlist .account--fixed .form, .template-add-wishlist .account--fixedSmall .form, .template-add-wishlist .page-content .form, .template-giftcertificates .account--fixed .form, .template-giftcertificates .account--fixedSmall .form, .template-giftcertificates .page-content .form,
.template-giftcertificates_balance .account--fixed .form,
.template-giftcertificates_balance .account--fixedSmall .form,
.template-giftcertificates_balance .page-content .form, .template-account_inbox .account--fixed .form, .template-account_inbox .account--fixedSmall .form, .template-account_inbox .page-content .form, .template-404 .account--fixed .form, .template-404 .account--fixedSmall .form, .template-404 .page-content .form {
  width: 70%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1279px) {
    .template-editaccount .account--fixed .form, .template-editaccount .account--fixedSmall .form, .template-editaccount .page-content .form, .template-createaccount .account--fixed .form, .template-createaccount .account--fixedSmall .form, .template-createaccount .page-content .form, .template-shippingaddressform .account--fixed .form, .template-shippingaddressform .account--fixedSmall .form, .template-shippingaddressform .page-content .form,
    .template-forgotpassword .account--fixed .form,
    .template-forgotpassword .account--fixedSmall .form,
    .template-forgotpassword .page-content .form, .template-add-wishlist .account--fixed .form, .template-add-wishlist .account--fixedSmall .form, .template-add-wishlist .page-content .form, .template-giftcertificates .account--fixed .form, .template-giftcertificates .account--fixedSmall .form, .template-giftcertificates .page-content .form,
    .template-giftcertificates_balance .account--fixed .form,
    .template-giftcertificates_balance .account--fixedSmall .form,
    .template-giftcertificates_balance .page-content .form, .template-account_inbox .account--fixed .form, .template-account_inbox .account--fixedSmall .form, .template-account_inbox .page-content .form, .template-404 .account--fixed .form, .template-404 .account--fixedSmall .form, .template-404 .page-content .form {
      width: 100%; } }

.wishlist-form {
  max-width: 50%; }

/* ===================================
    Select2 - Start
====================================== */
.select2 {
  width: 100% !important; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  text-align: left; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    border: 1px solid rgba(81, 91, 107, 0.3);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 18px;
    padding: 9px 20px;
    font-size: 14px;
    color: #515B6B;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .select2-container .select2-selection--single {
        padding: 0.625vw 1.38889vw;
        line-height: 1.25vw;
        font-size: 0.76389vw; } }
    + .select2-container .select2-selection--single.select2-container {
      width: auto !important; }
    .select2-container .select2-selection--single + span + .select2-container {
      width: auto !important; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #515B6B;
      opacity: 1;
      text-transform: capitalize; }
      @media screen and (min-width: 1280px) {
        .select2-container .select2-selection--single .select2-selection__rendered {
          padding-right: 1.38889vw; } }
    .select2-container .select2-selection--single .select2-selection__rendered[title="Country"], .select2-container .select2-selection--single .select2-selection__rendered[title="Choose a State/Province"] {
      opacity: 0.5; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-dropdown {
  background-color: white;
  border: 1px solid rgba(81, 91, 107, 0.3);
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  position: relative;
  padding: 2px 20px;
  margin: 5px 0; }
  @media screen and (min-width: 1280px) {
    .select2-results__options {
      padding: 0.13889vw 1.38889vw;
      margin: 0.34722vw 0; } }

.select2-results__option {
  padding: 3px 0;
  user-select: none;
  -webkit-user-select: none;
  font-size: 12px;
  line-height: 20px;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  transition: color .2s ease-out; }
  @media screen and (min-width: 1280px) {
    .select2-results__option {
      font-size: 0.83333vw;
      line-height: 1.38889vw;
      padding: 0.20833vw 0; } }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.select2-search--dropdown .select2-search__field {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  color: #00A4B1;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 6px;
  width: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 1.38889vw;
      right: 0.41667vw;
      top: 0.06944vw; } }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.5L4 3.5L7 0.5' stroke='%23515B6B'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 10px;
    background-size: 100% auto;
    display: block;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1280px) {
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        width: 0.69444vw;
        height: 0.69444vw; } }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(81, 91, 107, 0.3);
  border-left: 0px;
  border-right: 0px;
  border-top: 0px; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none !important; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 220px;
  overflow-y: auto; }
  @media screen and (min-width: 1280px) {
    .select2-container--default .select2-results > .select2-results__options {
      max-height: 15.27778vw; } }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  color: #00A4B1; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #00A4B1; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* ===================================
    Select2 - End
====================================== */
.quickSearchResults {
  margin: 0;
  padding: 0;
  background: #ffffff; }

.quickSearchMessage {
  margin: 0;
  padding: 25px;
  font-size: 16px; }

.dropdown--quickSearch .card-figcaption {
  display: none !important; }

.dropdown--quickSearch .productGrid {
  padding: 20px;
  margin: 0;
  max-height: 300px;
  overflow: auto; }
  .dropdown--quickSearch .productGrid:after, .dropdown--quickSearch .productGrid:before {
    display: none; }
  .dropdown--quickSearch .productGrid .product {
    width: 100%;
    padding: 0; }
    .dropdown--quickSearch .productGrid .product + .product {
      padding-top: 10px;
      margin-top: 10px;
      border-top: 1px solid rgba(81, 91, 107, 0.3); }
    .dropdown--quickSearch .productGrid .product .card {
      padding: 0;
      border: none;
      margin: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }

.dropdown--quickSearch .card-figure {
  width: 70px;
  height: 70px;
  padding: 0; }
  .dropdown--quickSearch .card-figure a {
    height: 100%; }
    .dropdown--quickSearch .card-figure a img {
      max-height: 80%;
      max-width: 80%; }

.dropdown--quickSearch .card-img-container {
  max-width: 100%;
  height: 100%; }

.dropdown--quickSearch .card-body {
  padding: 0 0 0 15px; }
  .dropdown--quickSearch .card-body .card-text {
    margin-bottom: 0;
    font-size: 12px;
    line-height: normal; }
  .dropdown--quickSearch .card-body .card-text[data-test-info-type] {
    margin-bottom: 6px; }
  .dropdown--quickSearch .card-body .price-section {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #515B6B; }
    .dropdown--quickSearch .card-body .price-section .price {
      color: #00A4B1;
      font-weight: 500; }

.dropdown--quickSearch .card-title {
  font-size: 16px;
  margin-bottom: 5px; }
  .dropdown--quickSearch .card-title a {
    color: #515B6B; }
    .dropdown--quickSearch .card-title a:hover {
      color: #00A4B1; }

#cart-preview-dropdown {
  width: 400px;
  max-width: 400px;
  border: 1px solid #C5CCD1;
  box-shadow: 0px 20px 30px rgba(81, 91, 107, 0.3);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }
  @media screen and (min-width: 1280px) {
    #cart-preview-dropdown {
      width: 27.77778vw;
      max-width: 27.77778vw; } }
  #cart-preview-dropdown:before {
    display: none; }

.previewCartWrapper {
  max-height: 500px; }
  @media screen and (min-width: 1280px) {
    .previewCartWrapper {
      max-height: 34.72222vw; } }

.previewCart {
  max-width: 100%; }
  .previewCart:before, .previewCart:after {
    display: none; }

.previewCartList {
  display: block; }

.previewCartItem {
  line-height: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0 !important;
  margin: 0px !important; }
  @media screen and (min-width: 1280px) {
    .previewCartItem {
      padding: 1.04167vw 0 !important; } }
  .previewCartItem:after, .previewCartItem:before {
    display: none; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid rgba(81, 91, 107, 0.3); }

.previewCartItem-image {
  width: 80px; }
  @media screen and (min-width: 1280px) {
    .previewCartItem-image {
      width: 5.55556vw; } }
  .previewCartItem-image img {
    max-width: 80%;
    max-height: 80%; }

.previewCartItem-content {
  width: calc(100% - 80px);
  padding-right: 0;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 1280px) {
    .previewCartItem-content {
      width: calc(100% - 5.55556vw);
      padding-left: 1.04167vw;
      padding-right: 1.04167vw; } }

.previewCartItem-brand {
  font-size: 12px;
  line-height: normal;
  display: block;
  color: #515B6B;
  margin-bottom: 5px;
  display: none; }
  @media screen and (min-width: 1280px) {
    .previewCartItem-brand {
      font-size: 0.83333vw;
      margin-bottom: 0.34722vw; } }

.previewCartItem-name {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700; }
  @media screen and (min-width: 1280px) {
    .previewCartItem-name {
      font-size: 0.97222vw;
      margin-bottom: 0.69444vw; } }
  .previewCartItem-name a {
    color: #515B6B; }
    .previewCartItem-name a:hover {
      color: #00A4B1; }

.previewCartItem-price {
  color: #00A4B1;
  font-size: 14px;
  font-weight: 700; }
  @media screen and (min-width: 1280px) {
    .previewCartItem-price {
      font-size: 0.83333vw; } }

.previewCartAction {
  padding: 20px 10px;
  border-color: #C5CCD1; }
  @media screen and (min-width: 1280px) {
    .previewCartAction {
      padding: 1.38889vw 0.69444vw; } }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 1280px) {
    .previewCartAction-checkout,
    .previewCartAction-viewCart {
      padding-left: 0.69444vw;
      padding-right: 0.69444vw; } }

.previewCart-additionalCheckoutButtons {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .previewCart-additionalCheckoutButtons {
      padding-left: 0.69444vw;
      padding-right: 0.69444vw;
      padding-bottom: 1.38889vw; } }
  .previewCart-additionalCheckoutButtons .FloatRight {
    text-align: center; }
    .previewCart-additionalCheckoutButtons .FloatRight p {
      margin: 0 0 10px 0;
      text-align: center; }
      @media screen and (min-width: 1280px) {
        .previewCart-additionalCheckoutButtons .FloatRight p {
          margin: 0 0 0.34722vw 0; } }
      .previewCart-additionalCheckoutButtons .FloatRight p + div {
        display: inline-block;
        float: none; }

.table {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .table {
      margin-top: 1.38889vw;
      margin-bottom: 1.38889vw; } }

.table--line .table-thead tr th + th {
  padding-left: 20px; }
  @media screen and (min-width: 1280px) {
    .table--line .table-thead tr th + th {
      padding-left: 1.38889vw; } }

.table--line tr td + td {
  padding-left: 20px; }
  @media screen and (min-width: 1280px) {
    .table--line tr td + td {
      padding-left: 1.38889vw; } }

.dropdown-menu {
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    .dropdown-menu {
      font-size: 1.11111vw; } }

/* ========== PAGE TITLE STYLE ========== */
.page-heading {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 50px;
  font-weight: 400; }
  @media screen and (min-width: 1280px) {
    .page-heading {
      font-size: 2.5vw;
      line-height: 3.05556vw;
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 1279px) {
    .page-heading {
      font-size: 32px;
      line-height: 42px;
      margin-bottom: 35px; } }
  @media screen and (max-width: 1023px) {
    .page-heading {
      font-size: 26px;
      line-height: 30px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .page-heading {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 25px; } }

.page-heading-small {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center; }
  @media screen and (min-width: 1280px) {
    .page-heading-small {
      font-size: 2.08333vw;
      line-height: 2.5vw;
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 1279px) {
    .page-heading-small {
      margin-bottom: 30px; } }
  @media screen and (max-width: 1023px) {
    .page-heading-small {
      margin-bottom: 25px;
      font-size: 26px;
      line-height: 32px; } }
  @media screen and (max-width: 767px) {
    .page-heading-small {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 25px; } }

/* ========== BREADCRUMB STYLE ========== */
nav[aria-label="Breadcrumb"] {
  background-color: #EBF8F9;
  padding: 10px 0; }
  @media screen and (min-width: 1280px) {
    nav[aria-label="Breadcrumb"] {
      padding: 0.69444vw 0; } }
  @media screen and (max-width: 1023px) {
    nav[aria-label="Breadcrumb"] {
      padding: 10px 30px;
      padding-bottom: 0px; } }
  @media screen and (max-width: 767px) {
    nav[aria-label="Breadcrumb"] {
      padding: 10px 20px;
      padding-bottom: 0px; } }

ol.breadcrumbs {
  text-align: left;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  ol.breadcrumbs a {
    color: #515B6B; }
    ol.breadcrumbs a:hover {
      color: rgba(81, 91, 107, 0.7); }
  ol.breadcrumbs .breadcrumb {
    font-size: 13px;
    line-height: 20px;
    margin-right: 14px; }
    @media screen and (min-width: 1280px) {
      ol.breadcrumbs .breadcrumb {
        font-size: 0.90278vw;
        line-height: 1.38889vw;
        margin-right: 0.97222vw; } }
    ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
      font-weight: 400;
      color: #515B6B; }
  @media screen and (max-width: 1023px) {
    ol.breadcrumbs.container {
      padding: 0px;
      white-space: nowrap;
      overflow: auto;
      padding-bottom: 10px; } }

.breadcrumb:not(:first-child) {
  padding-left: 21px;
  position: relative; }
  @media screen and (min-width: 1280px) {
    .breadcrumb:not(:first-child) {
      padding-left: 1.45833vw; } }

.breadcrumb:not(:first-child)::before {
  content: "";
  transform: none;
  background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='627' height='1024' viewBox='0 0 627 1024'%3E%3Ctitle%3Epinterest%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%23515B6B' d='M106.985 1024l-106.985-106.985 397.373-397.373-397.373-412.657 106.985-106.985 519.642 519.642z'%3E%3C/path%3E%3C/svg%3E%0A");
  width: 8px;
  height: 8px;
  background-size: 5px 8px;
  border: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px; }
  @media screen and (min-width: 1280px) {
    .breadcrumb:not(:first-child)::before {
      width: 0.55556vw;
      height: 0.55556vw;
      background-size: 0.34722vw 0.55556vw;
      margin-top: -0.27778vw; } }

/* ========== SUB NAVIGATION STYLE ========== */
.navBar:before, .navBar:after {
  display: table;
  content: " "; }

.navBar:after {
  clear: both; }

.navBar--sub {
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .navBar--sub {
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 767px) {
    .navBar--sub {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .navBar--sub .navBar-section {
      display: inline-block; } }
  .navBar--sub .navBar-item {
    margin: 0 14px;
    margin-bottom: 15px; }
    @media screen and (min-width: 1280px) {
      .navBar--sub .navBar-item {
        margin: 0 0.97222vw;
        margin-bottom: 1.04167vw; } }
    @media screen and (max-width: 1023px) {
      .navBar--sub .navBar-item {
        float: none;
        display: inline-block; } }
    @media screen and (max-width: 767px) {
      .navBar--sub .navBar-item {
        margin-left: 0;
        margin-right: 0;
        display: block; } }
  .navBar--sub .navBar-action {
    color: #2C394B;
    font-size: 14px; }
    @media screen and (min-width: 1280px) {
      .navBar--sub .navBar-action {
        font-size: 0.97222vw; } }
    .navBar--sub .navBar-action:hover {
      color: #00A4B1; }

.navBar--sub .navBar-item.is-active > .navBar-action {
  color: #00A4B1; }

.navBar--sub .navBar-item.is-active {
  border-bottom: 1px solid #00A4B1;
  position: relative;
  padding-bottom: 4px; }
  @media screen and (min-width: 1280px) {
    .navBar--sub .navBar-item.is-active {
      padding-bottom: 0.27778vw; } }
  .navBar--sub .navBar-item.is-active:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #00A4B1 transparent transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: -3px; }
    @media screen and (min-width: 1280px) {
      .navBar--sub .navBar-item.is-active:after {
        border-width: 0.41667vw 0.34722vw 0 0.34722vw;
        margin-left: -0.20833vw; } }
  .navBar--sub .navBar-item.is-active a {
    color: #00A4B1;
    display: inline-block; }

/* ========== PAGINATION STYLE ========== */
.pagination-list {
  margin: 0; }
  .pagination-list li {
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
    color: #515B6B; }
    @media screen and (min-width: 1280px) {
      .pagination-list li {
        padding: 0 0.69444vw;
        font-size: 0.97222vw; } }
    .pagination-list li a, .pagination-list li button {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      font-size: 14px;
      padding: 0;
      color: #2C394B;
      font-weight: 500; }
      @media screen and (min-width: 1280px) {
        .pagination-list li a, .pagination-list li button {
          font-size: 0.97222vw; } }

.pagination-item {
  border: none; }
  .pagination-item.pagination-item--current {
    margin: 0; }
    .pagination-item.pagination-item--current a {
      color: #ffffff;
      background: #00A4B1;
      width: 35px;
      height: 35px;
      line-height: 30px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: Center;
      -moz-box-align: Center;
      -ms-flex-align: Center;
      -webkit-align-items: Center;
      align-items: Center;
      -webkit-justify-content: center;
      justify-content: center; }
      @media screen and (min-width: 1280px) {
        .pagination-item.pagination-item--current a {
          width: 2.43056vw;
          height: 2.43056vw;
          line-height: 2.43056vw; } }
      .pagination-item.pagination-item--current a:hover {
        color: #ffffff; }
  .pagination-item.pagination-item--previous, .pagination-item.pagination-item--next {
    padding: 0px; }
    .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 30px;
      height: 30px; }
      @media screen and (min-width: 1280px) {
        .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
          width: 2.08333vw;
          height: 2.08333vw; } }
      .pagination-item.pagination-item--previous > a:hover .icon svg, .pagination-item.pagination-item--next > a:hover .icon svg {
        fill: #00A4B1; }
    .pagination-item.pagination-item--previous .icon, .pagination-item.pagination-item--next .icon {
      margin: 0px;
      width: 14px;
      height: 14px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      @media screen and (min-width: 1280px) {
        .pagination-item.pagination-item--previous .icon, .pagination-item.pagination-item--next .icon {
          width: 0.97222vw;
          height: 0.97222vw; } }
      .pagination-item.pagination-item--previous .icon svg, .pagination-item.pagination-item--next .icon svg {
        fill: #2C394B;
        transform: rotate(90deg); }

/* ========== NOTIFICATION STYLE ========== */
.alertBox--info {
  background: #fff2cc;
  border: 1px solid #fff2cc;
  color: #946404; }
  .alertBox--info svg {
    fill: #946404; }

.alertBox {
  font-size: 12px;
  line-height: 20px;
  padding: 10px 15px;
  font-family: "Gotham", sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .alertBox {
      font-size: 0.83333vw;
      line-height: 1.38889vw;
      padding: 0.69444vw 1.04167vw;
      margin-bottom: 1.38889vw; } }
  .alertBox .alertBox-icon {
    padding-right: 15px; }
    @media screen and (min-width: 1280px) {
      .alertBox .alertBox-icon {
        padding-right: 1.04167vw; } }
  .alertBox .icon {
    width: 18px;
    height: 18px; }
    @media screen and (min-width: 1280px) {
      .alertBox .icon {
        width: 1.25vw;
        height: 1.25vw; } }

.slick-next,
.slick-prev {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #ffffff; }
  @media screen and (min-width: 1280px) {
    .slick-next,
    .slick-prev {
      width: 2.77778vw;
      height: 2.77778vw; } }
  .slick-next:before, .slick-next:after, .slick-prev:before, .slick-prev:after {
    display: none; }
  .slick-next svg, .slick-prev svg {
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
    fill: #CBCED3; }
    @media screen and (min-width: 1280px) {
      .slick-next svg, .slick-prev svg {
        width: 1.11111vw;
        height: 1.11111vw; } }
  .slick-next:hover, .slick-prev:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff; }
    .slick-next:hover svg, .slick-prev:hover svg {
      fill: #00A4B1; }
  .slick-next.slick-disabled, .slick-prev.slick-disabled {
    opacity: 0.5; }

.slick-dots[style="display: none;"] {
  display: none !important; }

.slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  bottom: -35px; }
  @media screen and (min-width: 1280px) {
    .slick-dots {
      bottom: -2.43056vw; } }
  .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: transparent !important; }
    @media screen and (min-width: 1280px) {
      .slick-dots li {
        margin: 0 0.34722vw; } }
    .slick-dots li button {
      width: 8px;
      height: 8px;
      border: 2px solid #CBCED3;
      background-color: #CBCED3; }
      @media screen and (min-width: 1280px) {
        .slick-dots li button {
          width: 0.55556vw;
          height: 0.55556vw; } }
      .slick-dots li button:before {
        display: none !important; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      border: 2px solid #00A4B1;
      background-color: #00A4B1; }

.socialLinks, .socialLinks--alt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .socialLinks .socialLinks-item, .socialLinks--alt .socialLinks-item {
    margin: 0px; }
    .socialLinks .socialLinks-item + .socialLinks-item, .socialLinks--alt .socialLinks-item + .socialLinks-item {
      margin-left: 20px; }
      @media screen and (min-width: 1280px) {
        .socialLinks .socialLinks-item + .socialLinks-item, .socialLinks--alt .socialLinks-item + .socialLinks-item {
          margin-left: 1.38889vw; } }
  .socialLinks .icon, .socialLinks--alt .icon {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .socialLinks .icon, .socialLinks--alt .icon {
        width: 2.77778vw;
        height: 2.77778vw; } }
    .socialLinks .icon svg, .socialLinks--alt .icon svg {
      width: 16px;
      height: 16px;
      fill: #ffffff; }
      @media screen and (min-width: 1280px) {
        .socialLinks .icon svg, .socialLinks--alt .icon svg {
          width: 1.11111vw;
          height: 1.11111vw; } }
    .socialLinks .icon:hover, .socialLinks--alt .icon:hover {
      background-color: #FEE003;
      border: 1px solid #FEE003; }
      .socialLinks .icon:hover svg, .socialLinks--alt .icon:hover svg {
        fill: #2C394B; }

.toggle-block {
  border-top: 1px solid rgba(81, 91, 107, 0.3);
  padding: 12px 0;
  transition: all 0.3s linear; }
  .toggle-block:last-child {
    border-bottom: 1px solid rgba(81, 91, 107, 0.3); }
  @media screen and (min-width: 1280px) {
    .toggle-block {
      padding: 0.83333vw 0; } }
  .toggle-block.active {
    padding: 22px 0; }
    @media screen and (min-width: 1280px) {
      .toggle-block.active {
        padding: 1.52778vw 0; } }

.toggle-title {
  font-family: "Gotham", sans-serif;
  color: #515B6B;
  margin-bottom: 0px;
  cursor: pointer;
  position: relative;
  padding: 5px 50px 5px 0; }
  @media screen and (min-width: 1280px) {
    .toggle-title {
      padding: 0.34722vw 3.47222vw 0.34722vw 0; } }
  .toggle-title:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300A4B1;%7D%0A%3C/style%3E%3Crect y='5' class='st0' width='12' height='2'/%3E%3Crect x='5' class='st0' width='2' height='12'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 12px;
    position: absolute;
    content: "";
    background-size: 12px 12px;
    right: 0px;
    top: 0px;
    top: 11px;
    transition: all 0.3s linear; }
    @media screen and (min-width: 1280px) {
      .toggle-title:before {
        width: 0.83333vw;
        height: 0.83333vw;
        top: 0.76389vw;
        background-size: 0.83333vw 0.83333vw; } }
  .toggle-title.active:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 2' style='enable-background:new 0 0 12 2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2300A4B1;%7D%0A%3C/style%3E%3Crect class='st0' width='12' height='2'/%3E%3C/svg%3E%0A"); }
  .toggle-title:hover {
    color: #00A4B1; }

.toggle-content {
  padding-top: 7px;
  padding-right: 50px; }
  @media screen and (min-width: 1280px) {
    .toggle-content {
      padding-top: 0.48611vw;
      padding-right: 3.47222vw; } }
  .toggle-content p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px; }
    @media screen and (min-width: 1280px) {
      .toggle-content p {
        font-size: 0.97222vw;
        line-height: 1.45833vw; } }
    .toggle-content p + p {
      margin-top: 15px; }
      @media screen and (min-width: 1280px) {
        .toggle-content p + p {
          margin-top: 1.04167vw; } }

.modal-header {
  padding: 15px 50px; }
  @media screen and (min-width: 1280px) {
    .modal-header {
      padding: 1.04167vw 3.47222vw; } }

.modal-close {
  width: 30px;
  height: 30px;
  top: 18px;
  right: 20px;
  color: #2C394B;
  font-size: 32px; }
  @media screen and (min-width: 1280px) {
    .modal-close {
      width: 2.08333vw;
      height: 2.08333vw;
      top: 1.25vw;
      right: 1.38889vw;
      font-size: 2.22222vw; } }
  @media screen and (max-width: 767px) {
    .modal-close {
      top: 13px;
      right: 15px; } }
  .modal-close:hover {
    color: #00A4B1; }

.modal-header-title {
  font-size: 24px; }
  @media screen and (min-width: 1280px) {
    .modal-header-title {
      font-size: 1.66667vw; } }
  @media screen and (max-width: 767px) {
    .modal-header-title {
      font-size: 20px;
      line-height: 26px; } }

.modal-background {
  background-color: rgba(0, 0, 0, 0.5); }

.modal {
  width: 900px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  @media screen and (min-width: 1280px) {
    .modal {
      width: 62.5vw; } }

.modal--large {
  width: 1280px; }
  @media screen and (min-width: 1280px) {
    .modal--large {
      width: 88.88889vw; } }

.modal-body {
  padding: 30px; }
  @media screen and (min-width: 1280px) {
    .modal-body {
      padding: 2.08333vw; } }

.sf-menu, .sf-menu {
  list-style: none; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 99;
  max-width: 246px;
  width: 246px;
  background: #ffffff;
  left: 0;
  border: 0.5px solid #C5CCD1;
  box-shadow: 0px 20px 30px rgba(85, 161, 167, 0.1);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }
  @media screen and (min-width: 1280px) {
    .sf-menu ul {
      max-width: 17.08333vw;
      width: 17.08333vw; } }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  left: 100%;
  right: auto;
  top: 0;
  transform: none; }

/*** DEMO SKIN ***/
.sf-menu ul.mega-menu-wrap {
  width: 100%;
  max-width: 100%;
  left: 0; }

.sf-menu li {
  position: relative; }

.sf-menu ul li {
  background: #ffffff;
  display: block;
  width: 100%;
  text-align: left; }
  .sf-menu ul li + li {
    margin-left: 0px; }

.sf-menu ul ul li {
  background: #ffffff; }

.hide {
  display: none; }

.show {
  display: block; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play, .fancybox-button--thumbs {
  display: none !important; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.productGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .productGrid:before, .productGrid:after {
    display: none; }
  .productGrid .product {
    width: 25%; }
    @media screen and (max-width: 1023px) {
      .productGrid .product {
        width: 50%; } }
    @media screen and (max-width: 666px) {
      .productGrid .product {
        width: 50%; } }
    @media screen and (max-width: 567px) {
      .productGrid .product {
        width: 100%; } }
    .productGrid .product .card {
      height: 100%; }

.page-sidebar + .page-content .productGrid .product {
  width: 33.33%; }
  @media screen and (max-width: 1279px) {
    .page-sidebar + .page-content .productGrid .product {
      width: 50%; } }
  @media screen and (max-width: 666px) {
    .page-sidebar + .page-content .productGrid .product {
      width: 50%; } }
  @media screen and (max-width: 567px) {
    .page-sidebar + .page-content .productGrid .product {
      width: 100%; } }

/* ========== CAED STYLE ========== */
.productGrid {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .productGrid {
      margin-left: -0.69444vw;
      margin-right: -0.69444vw;
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .productGrid {
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .productGrid {
      margin-left: -5px;
      margin-right: -5px; } }
  .productGrid .product {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .productGrid .product {
        padding-left: 0.69444vw;
        padding-right: 0.69444vw;
        padding-bottom: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .productGrid .product {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px; } }
    @media screen and (max-width: 567px) {
      .productGrid .product {
        padding-bottom: 20px; } }

.productCarousel {
  margin-left: -10px;
  margin-right: -10px;
  width: auto; }
  @media screen and (min-width: 1280px) {
    .productCarousel {
      margin-left: -0.69444vw;
      margin-right: -0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .productCarousel {
      margin: 0px; } }
  .productCarousel .productCarousel-slide {
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (min-width: 1280px) {
      .productCarousel .productCarousel-slide {
        padding-left: 0.69444vw;
        padding-right: 0.69444vw; } }
    @media screen and (max-width: 767px) {
      .productCarousel .productCarousel-slide {
        padding-left: 5px;
        padding-right: 5px; } }

.card {
  border: 1px solid #C5CCD1;
  margin-bottom: 0px;
  padding: 29px 25px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff; }
  @media screen and (min-width: 1280px) {
    .card {
      padding: 2.01389vw 1.73611vw 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .card {
      padding: 20px; } }
  .card:hover {
    border: 1px solid #FEE003; }
    @media screen and (min-width: 1024px) {
      .card:hover {
        box-shadow: 0px 12px 17px rgba(85, 161, 167, 0.1); } }

.card-figure {
  padding: 0px;
  height: 220px; }
  @media screen and (min-width: 1280px) {
    .card-figure {
      height: 15.27778vw; } }
  @media screen and (max-width: 1023px) {
    .card-figure {
      height: 28.646vw; } }
  @media screen and (max-width: 479px) {
    .card-figure {
      height: 53.140vw; } }

.card-img-container {
  max-width: 220px; }
  @media screen and (min-width: 1280px) {
    .card-img-container {
      max-width: 15.27778vw; } }

.card-body {
  padding-top: 28px;
  text-align: center;
  height: calc(100% - 220px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (min-width: 1280px) {
    .card-body {
      padding-top: 1.94444vw;
      height: calc(100% - 15.27778vw); } }
  @media screen and (max-width: 1023px) {
    .card-body {
      height: calc(100% - 28.646vw);
      padding-top: 15px; } }
  @media screen and (max-width: 479px) {
    .card-body {
      height: calc(100% - 53.140vw); } }
  .card-body .card-text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #00A4B1;
    margin-bottom: 0px; }
    @media screen and (min-width: 1280px) {
      .card-body .card-text {
        font-size: 0.97222vw;
        line-height: 0.97222vw; } }

.card-product-desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px; }
  @media screen and (min-width: 1280px) {
    .card-product-desc {
      font-size: 0.83333vw;
      line-height: 1.25vw; } }

.download-link-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    .download-link-item {
      margin-top: 1.38889vw; } }
  .download-link-item .icon {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #EBF8F9;
    margin-right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .download-link-item .icon {
        width: 1.66667vw;
        height: 1.66667vw;
        margin-right: 0.69444vw; } }
    .download-link-item .icon svg {
      width: 10px;
      height: 10px;
      fill: #00A4B1; }
      @media screen and (min-width: 1280px) {
        .download-link-item .icon svg {
          width: 0.69444vw;
          height: 0.69444vw; } }
  .download-link-item a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-align: left; }
    @media screen and (min-width: 1280px) {
      .download-link-item a {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    .download-link-item a:hover {
      color: #00A4B1; }
  .download-link-item + .download-link-item {
    margin-top: 10px; }
    @media screen and (min-width: 1280px) {
      .download-link-item + .download-link-item {
        margin-top: 0.69444vw; } }

.card-title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 9px;
  font-weight: 600; }
  @media screen and (min-width: 1280px) {
    .card-title {
      font-size: 0.97222vw;
      line-height: 1.25vw;
      margin-bottom: 0.625vw; } }
  @media screen and (max-width: 767px) {
    .card-title {
      font-size: 16px;
      line-height: 20px; } }
  .card-title > a {
    color: #2C394B; }
    .card-title > a:hover {
      color: #00A4B1; }

.card-brand-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #2C394B;
  margin-bottom: 5px; }
  @media screen and (min-width: 1280px) {
    .card-brand-text {
      font-size: 0.83333vw;
      line-height: 1.11111vw;
      margin-bottom: 0.34722vw; } }

.btn-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 47px; }
  @media screen and (min-width: 1280px) {
    .btn-block {
      margin-top: 3.26389vw; } }
  @media screen and (max-width: 1279px) {
    .btn-block {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media screen and (max-width: 1023px) {
    .btn-block {
      margin-top: 30px; } }
  .btn-block .left-block {
    width: 80px;
    text-align: left; }
    @media screen and (min-width: 1280px) {
      .btn-block .left-block {
        width: 5.55556vw; } }
    @media screen and (max-width: 1279px) {
      .btn-block .left-block {
        width: 100%;
        text-align: center;
        margin-bottom: 15px; } }
    @media screen and (max-width: 1023px) {
      .btn-block .left-block {
        width: 80px;
        text-align: left;
        margin-bottom: 0px; } }
    .btn-block .left-block .price-start-lable {
      font-size: 12px;
      line-height: 12px;
      font-weight: 400;
      color: #515B6B;
      margin-bottom: 3px;
      display: block; }
      @media screen and (min-width: 1280px) {
        .btn-block .left-block .price-start-lable {
          font-size: 0.83333vw;
          line-height: 0.83333vw;
          margin-bottom: 0.20833vw; } }
  .btn-block .right-block {
    width: calc(100% - 80px);
    text-align: right; }
    @media screen and (min-width: 1280px) {
      .btn-block .right-block {
        width: calc(100% - 5.55556vw); } }
    @media screen and (max-width: 1279px) {
      .btn-block .right-block {
        width: 100%;
        text-align: center; } }
    @media screen and (max-width: 1023px) {
      .btn-block .right-block {
        width: calc(100% - 80px);
        text-align: right; } }
  .btn-block.call-for-price .right-block {
    width: 100%;
    text-align: center; }

.card-product-download-link {
  display: block; }
  .card-product-download-link:first-of-type {
    margin-top: 30px; }

/* ========== LOGIN PAGE ========== */
.login {
  margin: 0;
  max-width: 100%; }

.login-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 0px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }
  .login-row:after, .login-row:before {
    display: none; }
  @media screen and (max-width: 1279px) {
    .login-row {
      max-width: 100%;
      margin-top: 0; } }
  .login-row .form-actions {
    text-align: left; }

.login-form {
  padding-left: 0;
  padding-right: 20px;
  margin: 0;
  float: none;
  width: 50%; }
  @media screen and (min-width: 1280px) {
    .login-form {
      padding-right: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .login-form {
      width: 100%;
      padding: 0;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(81, 91, 107, 0.3); } }
  .login-form .form-actions .forgot-password {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    text-decoration: underline;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px; }
    @media screen and (min-width: 1280px) {
      .login-form .form-actions .forgot-password {
        margin-left: 1.38889vw;
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
  .login-form .form-actions .button {
    display: inline-block;
    vertical-align: middle; }

.new-customer {
  padding-left: 20px;
  padding-right: 0;
  float: none;
  width: 50%; }
  @media screen and (min-width: 1280px) {
    .new-customer {
      padding-left: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .new-customer {
      width: 100%;
      padding: 0; } }
  .new-customer .panel-title {
    font-size: 22px;
    font-weight: 600; }
    @media screen and (min-width: 1280px) {
      .new-customer .panel-title {
        font-size: 1.52778vw; } }
  .new-customer .panel-header {
    background: #f2f2f2;
    padding: 20px 30px 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0; }
    @media screen and (min-width: 1280px) {
      .new-customer .panel-header {
        padding: 1.38889vw 2.08333vw 0; } }
  .new-customer .panel-body {
    background: #f2f2f2;
    padding: 20px 30px 30px;
    margin-bottom: 0;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px; }
    @media screen and (min-width: 1280px) {
      .new-customer .panel-body {
        padding: 1.38889vw 2.08333vw 2.08333vw; } }

.new-customer-intro {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px; }
  @media screen and (min-width: 1280px) {
    .new-customer-intro {
      margin-bottom: 0.69444vw;
      font-size: 0.97222vw;
      line-height: 1.45833vw; } }

.new-customer-fact-list {
  margin-left: 20px; }
  @media screen and (min-width: 1280px) {
    .new-customer-fact-list {
      margin-bottom: 1.38889vw;
      font-size: 0.97222vw;
      line-height: 1.45833vw; } }
  .new-customer-fact-list li {
    font-size: 14px;
    line-height: 21px; }
    @media screen and (min-width: 1280px) {
      .new-customer-fact-list li {
        font-size: 0.97222vw;
        line-height: 1.45833vw; } }
    .new-customer-fact-list li + li {
      margin-top: 4px; }
      @media screen and (min-width: 1280px) {
        .new-customer-fact-list li + li {
          margin-top: 0.27778vw; } }

/* ========== CREATE ACCOUNT PAGE ========== */
.template-createaccount .account--fixed {
  width: 100%; }
  .template-createaccount .account--fixed .account-body {
    margin-left: 0;
    margin-right: 0; }

/* ========== RESET PASSWORD PAGE ========== */
.template-forgotpassword .page-heading + p {
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1023px) {
    .template-forgotpassword .page-heading + p {
      max-width: 100%; } }

.forgot-password-form {
  margin-top: 50px; }
  @media screen and (min-width: 1280px) {
    .forgot-password-form {
      margin-top: 3.47222vw; } }

/* ========== ACCOUNT NAVIGATION ========== */
.navBar--account {
  display: block; }

/* ========== ACCOUNT PAGES COMMON ELEMENT========== */
.account.account--fixed, .account.account--fixedSmall, .account.account--fixedLarge {
  width: 100%; }

.account-heading, .account h2:not(.page-heading) {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(81, 91, 107, 0.3); }
  @media screen and (min-width: 1280px) {
    .account-heading, .account h2:not(.page-heading) {
      font-size: 1.38889vw;
      padding-bottom: 0.69444vw;
      margin-bottom: 1.38889vw; } }

.account h2:not(.page-heading) {
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .account h2:not(.page-heading) {
      margin-bottom: 2.08333vw; } }

.account .definitionList {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .account .definitionList {
      margin-bottom: 1.38889vw; } }
  .account .definitionList .definitionList-key {
    font-weight: 500; }
  .account .definitionList .definitionList-key, .account .definitionList .definitionList-value {
    font-size: 12px;
    line-height: 18px;
    color: #515B6B; }
    @media screen and (min-width: 1280px) {
      .account .definitionList .definitionList-key, .account .definitionList .definitionList-value {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }

.account-product-price {
  font-size: 14px; }
  @media screen and (min-width: 1280px) {
    .account-product-price {
      font-size: 0.97222vw; } }

.definitionList-key {
  color: #515B6B;
  font-weight: 500;
  margin-right: 5px; }
  @media screen and (min-width: 1280px) {
    .definitionList-key {
      margin-right: 0.34722vw; } }

/* ========== ORDER LISTING PAGES ========== */
.account-listItem {
  padding: 15px 0;
  border-bottom: 1px solid rgba(81, 91, 107, 0.3); }
  @media screen and (min-width: 1280px) {
    .account-listItem {
      padding: 1.04167vw 0; } }
  .account-listItem .account-product-figure {
    width: 70px; }
    @media screen and (min-width: 1280px) {
      .account-listItem .account-product-figure {
        width: 4.86111vw; } }

.account-product-description {
  font-size: 14px;
  line-height: 18px; }
  @media screen and (min-width: 1280px) {
    .account-product-description {
      font-size: 0.97222vw;
      line-height: 1.25vw; } }

.account-product-detail span {
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    .account-product-detail span {
      font-size: 0.83333vw; } }

.account-product-title {
  font-size: 18px;
  margin-bottom: 5px; }
  @media screen and (min-width: 1280px) {
    .account-product-title {
      font-size: 1.25vw;
      margin-bottom: 0.34722vw; } }
  @media screen and (max-width: 767px) {
    .account-product-title {
      font-size: 16px; } }

.account-product-detail-heading {
  font-size: 12px;
  line-height: 18px;
  font-family: "Gotham", sans-serif;
  color: #2C394B;
  margin-bottom: 5px; }
  @media screen and (min-width: 1280px) {
    .account-product-detail-heading {
      font-size: 0.83333vw;
      line-height: 1.25vw;
      margin-bottom: 0.34722vw; } }

@media screen and (max-width: 767px) {
  .account-orderStatus {
    position: relative;
    margin-bottom: 10px; } }

.account-orderStatus-label {
  padding: 8px 10px;
  font-size: 12px;
  background: #cccccc;
  font-weight: 500;
  font-family: "Gotham", sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  @media screen and (min-width: 1280px) {
    .account-orderStatus-label {
      padding: 0.55556vw 0.69444vw;
      font-size: 0.83333vw; } }

.account-body {
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (min-width: 1280px) {
    .account-body {
      margin-left: -0.69444vw;
      margin-right: -0.69444vw; } }

.account-content {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 1280px) {
    .account-content {
      padding-left: 0.69444vw;
      padding-right: 0.69444vw; } }

.account-sidebar {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 1280px) {
    .account-sidebar {
      padding-left: 0.69444vw;
      padding-right: 0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .account-sidebar {
      float: none;
      width: 100%;
      clear: both; } }

.account-content--fixedSmall {
  width: 60%; }
  @media screen and (max-width: 1023px) {
    .account-content--fixedSmall {
      width: 100%;
      float: none; } }

.account-sidebar-block {
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    .account-sidebar-block {
      font-size: 1.11111vw; } }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 30px; }
    @media screen and (min-width: 1280px) {
      .account-sidebar-block + .account-sidebar-block {
        margin-top: 2.08333vw; } }

.account-product--alignMiddle .account-product-checkItem, .account-product--alignMiddle .account-product-figure {
  left: auto; }

.account-product--alignMiddle .account-product-body {
  padding-left: 30px; }
  @media screen and (min-width: 1280px) {
    .account-product--alignMiddle .account-product-body {
      padding-left: 2.08333vw; } }

@media screen and (max-width: 767px) {
  .account-product-body {
    padding-bottom: 0; } }

.account-product-body .definitionList {
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    .account-product-body .definitionList {
      font-size: 0.83333vw; } }
  .account-product-body .definitionList + p {
    margin-top: 20px; }
    @media screen and (min-width: 1280px) {
      .account-product-body .definitionList + p {
        margin-bottom: 1.38889vw; } }

.account-product-figure:after {
  display: none; }

.account-order-address li {
  margin-top: 5px;
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    .account-order-address li {
      margin-top: 0.34722vw;
      font-size: 0.83333vw; } }

.definitionList-value {
  margin-bottom: 4px; }
  @media screen and (min-width: 1280px) {
    .definitionList-value {
      margin-bottom: 0.27778vw; } }

@media screen and (max-width: 1023px) {
  .account-orderTotal {
    float: none;
    width: 100%;
    margin-top: 0; } }

.account-orderTotal-key,
.account-orderTotal-value {
  padding: 15px 0;
  color: #515B6B; }
  @media screen and (min-width: 1280px) {
    .account-orderTotal-key,
    .account-orderTotal-value {
      padding: 1.04167vw 0; } }

.account-orderTotal {
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    .account-orderTotal {
      font-size: 0.83333vw; } }
  @media screen and (max-width: 1023px) {
    .account-orderTotal {
      font-size: 14px; } }

.account-orderTotal-value:last-child {
  font-size: 16px;
  color: #00A4B1; }
  @media screen and (min-width: 1280px) {
    .account-orderTotal-value:last-child {
      font-size: 1.11111vw; } }

/* ========== MESSAGE PAGE ========== */
.account-message p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px; }
  @media screen and (min-width: 1280px) {
    .account-message p {
      font-size: 0.97222vw;
      line-height: 1.45833vw; } }
  .account-message p + p {
    margin-top: 15px; }
    @media screen and (min-width: 1280px) {
      .account-message p + p {
        margin-top: 1.04167vw; } }

.account-message .account-product-title {
  color: #515B6B;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .account-message .account-product-title {
      margin-bottom: 0.69444vw; } }

.account-message .account-orderStatus span {
  font-size: 12px;
  line-height: 18px; }
  @media screen and (min-width: 1280px) {
    .account-message .account-orderStatus span {
      font-size: 0.83333vw;
      line-height: 1.25vw; } }

/* ========== WISHLIST PAGE ========== */
.wishlists-table {
  max-width: 100%; }
  .wishlists-table .table-actions {
    width: 100px; }
    @media screen and (min-width: 1280px) {
      .wishlists-table .table-actions {
        width: 6.94444vw; } }
    .wishlists-table .table-actions .button {
      margin: 0;
      display: block;
      width: 100%; }
      .wishlists-table .table-actions .button + .button {
        margin-left: 0;
        margin-top: 10px; }
        @media screen and (min-width: 1280px) {
          .wishlists-table .table-actions .button + .button {
            margin-top: 0.69444vw; } }

.share-wishlist {
  max-width: 60%;
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .share-wishlist {
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 1023px) {
    .share-wishlist {
      max-width: 100%; } }
  .share-wishlist .panel-body {
    background: #f2f2f2;
    padding: 30px; }
    @media screen and (min-width: 1280px) {
      .share-wishlist .panel-body {
        padding: 2.08333vw; } }
    .share-wishlist .panel-body h5 {
      font-size: 16px;
      margin-bottom: 15px; }
      @media screen and (min-width: 1280px) {
        .share-wishlist .panel-body h5 {
          font-size: 1.11111vw;
          margin-bottom: 1.04167vw; } }
    @media screen and (max-width: 767px) {
      .share-wishlist .panel-body {
        padding: 20px; } }
  .share-wishlist .form-input[readonly] {
    background: #ffffff; }

.template-wishlist .productGrid .product {
  position: relative; }
  .template-wishlist .productGrid .product .form {
    position: absolute;
    margin: 0;
    top: 5px;
    left: 5px; }
    @media screen and (min-width: 1280px) {
      .template-wishlist .productGrid .product .form {
        top: 0.34722vw;
        left: 0.34722vw; } }

/* ========== ADDRESS PAGE ========== */
.template-account_addressbook .account-body {
  margin-left: 0;
  margin-right: 0; }

.panel--address .panel-body {
  padding: 30px;
  background: #f9f9f9; }
  @media screen and (min-width: 1280px) {
    .panel--address .panel-body {
      padding: 2.08333vw; } }

.panel--address .address-title {
  margin-bottom: 5px; }
  @media screen and (min-width: 1280px) {
    .panel--address .address-title {
      margin-bottom: 0.34722vw; } }

.template-shippingaddressform .account-body {
  margin-left: 0;
  margin-right: 0; }

.addressList {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (min-width: 1280px) {
    .addressList {
      margin-left: -0.69444vw;
      margin-right: -0.69444vw; } }

.address {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  width: 33.33%; }
  @media screen and (min-width: 1280px) {
    .address {
      padding-left: 0.69444vw;
      padding-right: 0.69444vw;
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .address {
      width: 50%; } }
  @media screen and (max-width: 666px) {
    .address {
      width: 100%; } }
  .address .panel--address {
    font-size: 16px;
    height: 100%;
    width: 100%; }
    @media screen and (min-width: 1280px) {
      .address .panel--address {
        font-size: 1.11111vw; } }
    .address .panel--address .panel-body {
      margin-bottom: 0;
      height: 100%;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      border: 1px solid #dedede; }
    .address .panel--address .address-details {
      margin-bottom: 10px; }
      @media screen and (min-width: 1280px) {
        .address .panel--address .address-details {
          margin-bottom: 0.69444vw; } }
    .address .panel--address .address-label, .address .panel--address .address-description {
      font-size: 12px;
      color: #515B6B; }
      @media screen and (min-width: 1280px) {
        .address .panel--address .address-label, .address .panel--address .address-description {
          font-size: 0.83333vw; } }
    @media screen and (max-width: 767px) {
      .address .panel--address .form-actions .button + .button {
        margin-left: 10px; } }

.address-details--postal {
  font-size: 12px;
  line-height: 18px; }
  @media screen and (min-width: 1280px) {
    .address-details--postal {
      font-size: 0.83333vw;
      line-height: 1.25vw; } }
  .address-details--postal li + li {
    margin-top: 4px; }
    @media screen and (min-width: 1280px) {
      .address-details--postal li + li {
        margin-top: 0.27778vw; } }

.panel--address .form-actions {
  position: relative;
  width: auto;
  margin: 0;
  bottom: auto;
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    .panel--address .form-actions {
      margin-top: 1.38889vw; } }
  .panel--address .form-actions .button {
    margin-bottom: 0; }

/* ========== GIFTCERTIFICATE PAGE ========== */
.template-giftcertificates_redeem .body .account h3, .template-giftcertificates_balance .body .account h3 {
  text-align: center; }
  .template-giftcertificates_redeem .body .account h3 + p, .template-giftcertificates_balance .body .account h3 + p {
    text-align: center; }

.template-giftcertificates_redeem .body .account ol, .template-giftcertificates_balance .body .account ol {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }
  .template-giftcertificates_redeem .body .account ol li, .template-giftcertificates_balance .body .account ol li {
    margin-top: 10px; }
    @media screen and (min-width: 1280px) {
      .template-giftcertificates_redeem .body .account ol li, .template-giftcertificates_balance .body .account ol li {
        margin-top: 0.69444vw; } }

/* ========== ORDER RETURN PAGE ========== */
.account--addReturn .table {
  margin-top: 0;
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .account--addReturn .table {
      margin-bottom: 2.08333vw; } }

.account--addReturn .table th {
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .account--addReturn .table th {
      padding-top: 0.69444vw;
      padding-bottom: 0.69444vw; } }
  .account--addReturn .table th + th {
    padding-left: 20px; }
    @media screen and (min-width: 1280px) {
      .account--addReturn .table th + th {
        padding-left: 1.38889vw; } }

.account--addReturn .table td {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .account--addReturn .table td {
      padding-top: 1.04167vw;
      padding-bottom: 1.04167vw; } }
  @media screen and (max-width: 767px) {
    .account--addReturn .table td {
      display: block;
      padding-top: 0; } }
  .account--addReturn .table td + td {
    padding-left: 20px; }
    @media screen and (min-width: 1280px) {
      .account--addReturn .table td + td {
        padding-left: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .account--addReturn .table td + td {
        padding-left: 0; } }

@media screen and (max-width: 767px) {
  .account--addReturn .table tr {
    display: block;
    padding: 20px 0; } }

@media screen and (max-width: 767px) {
  .account--addReturn .table .return-itemQuantity {
    text-align: left; } }

@media screen and (max-width: 767px) {
  .account--addReturn .table .return-itemPrice {
    text-align: left; } }

@media screen and (max-width: 767px) {
  .account--addReturn .table-thead {
    display: none; } }

@media screen and (max-width: 767px) {
  .account--addReturn .table-body {
    display: block; } }

.return-itemName {
  font-size: 16px;
  font-weight: 500; }
  @media screen and (min-width: 1280px) {
    .return-itemName {
      font-size: 1.11111vw; } }
  .return-itemName .definitionList dt {
    clear: both;
    float: left;
    margin-bottom: 5px;
    font-weight: normal;
    margin-right: 5px; }
    @media screen and (min-width: 1280px) {
      .return-itemName .definitionList dt {
        margin-bottom: 0.34722vw;
        margin-right: 0.34722vw; } }
    @media screen and (max-width: 767px) {
      .return-itemName .definitionList dt {
        float: none;
        margin-bottom: 3px; } }
  .return-itemName .definitionList dd {
    margin-bottom: 5px; }
    @media screen and (min-width: 1280px) {
      .return-itemName .definitionList dd {
        margin-bottom: 0.34722vw; } }
    @media screen and (max-width: 767px) {
      .return-itemName .definitionList dd {
        margin-bottom: 15px; } }

.account--addReturn .table .return-itemTitle + .definitionList {
  margin-top: 20px;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .account--addReturn .table .return-itemTitle + .definitionList {
      margin-top: 1.38889vw; } }

.return-itemPrice {
  margin-bottom: 0;
  color: #515B6B; }

@media screen and (max-width: 767px) {
  .return-itemQuantity .form-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
    height: auto;
    position: relative; } }

.account--addReturn-row {
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (min-width: 1280px) {
    .account--addReturn-row {
      margin-left: -0.69444vw;
      margin-right: -0.69444vw; } }

.account--addReturn-column {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 1280px) {
    .account--addReturn-column {
      padding-left: 0.69444vw;
      padding-right: 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .account--addReturn-column {
      width: 100%;
      float: none; } }

/* ========== RESPONSIVE BUTTON STYLE ========== */
@media screen and (max-width: 666px) {
  .template-giftcertificates .body .form-actions .button, .template-giftcertificates .body .form-actions + input.button, .template-account_inbox .body .form-actions .button, .template-account_inbox .body .form-actions + input.button, .template-shippingaddressform .body .form-actions .button, .template-shippingaddressform .body .form-actions + input.button, .template-wishlists .body .form-actions .button, .template-wishlists .body .form-actions + input.button {
    width: 100%;
    display: block; } }

@media screen and (max-width: 666px) {
  .template-giftcertificates .body .form-actions .button + .button, .template-giftcertificates .body .form-actions .button + input.button, .template-giftcertificates .body .form-actions + input.button + .button, .template-giftcertificates .body .form-actions + input.button + input.button, .template-account_inbox .body .form-actions .button + .button, .template-account_inbox .body .form-actions .button + input.button, .template-account_inbox .body .form-actions + input.button + .button, .template-account_inbox .body .form-actions + input.button + input.button, .template-shippingaddressform .body .form-actions .button + .button, .template-shippingaddressform .body .form-actions .button + input.button, .template-shippingaddressform .body .form-actions + input.button + .button, .template-shippingaddressform .body .form-actions + input.button + input.button, .template-wishlists .body .form-actions .button + .button, .template-wishlists .body .form-actions .button + input.button, .template-wishlists .body .form-actions + input.button + .button, .template-wishlists .body .form-actions + input.button + input.button {
    margin-top: 15px;
    margin-left: 0; } }

@media screen and (max-width: 666px) {
  .template-giftcertificates .body .form-actions input + input.button, .template-account_inbox .body .form-actions input + input.button, .template-shippingaddressform .body .form-actions input + input.button, .template-wishlists .body .form-actions input + input.button {
    margin-top: 15px;
    margin-left: 0; } }

.template-account_inbox .form, .template-editaccount .form {
  margin-bottom: 0px; }

.template-account_addressbook .addressList {
  margin-bottom: 0px; }

.template-brands .page {
  margin-left: 0;
  margin-right: 0; }

.brandGrid {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .brandGrid {
      margin-left: -0.69444vw;
      margin-right: -0.69444vw;
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .brandGrid {
      margin-left: -5px;
      margin-right: -5px; } }
  .brandGrid .brand {
    font-size: 16px;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .brandGrid .brand {
        font-size: 1.11111vw;
        padding-left: 0.69444vw;
        padding-right: 0.69444vw;
        padding-bottom: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .brandGrid .brand {
        width: 33.33%; } }
    @media screen and (max-width: 767px) {
      .brandGrid .brand {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px; } }
    @media screen and (max-width: 666px) {
      .brandGrid .brand {
        width: 50%; } }
    .brandGrid .brand .card {
      padding: 25px; }
      @media screen and (min-width: 1280px) {
        .brandGrid .brand .card {
          padding: 1.73611vw; } }
    .brandGrid .brand .card-img-container {
      margin: 0 auto; }
      @media screen and (min-width: 1280px) {
        .brandGrid .brand .card-img-container {
          max-width: 13.88889vw; } }
      .brandGrid .brand .card-img-container img {
        font-family: none;
        object-fit: contain; }
    .brandGrid .brand .card-figure, .brandGrid .brand .card-body {
      height: auto; }
    .brandGrid .brand .card-body {
      padding-top: 20px; }
      @media screen and (min-width: 1280px) {
        .brandGrid .brand .card-body {
          padding-top: 1.38889vw; } }

/* ========== CART TABLE ========== */
.cart {
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .cart {
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 1023px) {
    .cart {
      margin-bottom: 30px; } }

.cart-header {
  background: #ffffff; }
  @media screen and (max-width: 1023px) {
    .cart-header {
      display: none; } }

.cart-header-item {
  padding: 6px 20px 10px;
  font-weight: 700;
  font-family: "Archer", sans-serif;
  color: #2C394B; }
  @media screen and (min-width: 1280px) {
    .cart-header-item {
      padding: 0.41667vw 1.38889vw 0.69444vw; } }

.cart-list {
  border-top: 1px solid rgba(81, 91, 107, 0.3); }
  @media screen and (max-width: 1023px) {
    .cart-list {
      display: block;
      border-top: 0px; } }

.cart-remove {
  width: 20px;
  height: 20px;
  padding: 0;
  background: #00A4B1;
  padding: 4px;
  margin-left: 20px;
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-top: 2px; }
  @media screen and (min-width: 1280px) {
    .cart-remove {
      width: 1.38889vw;
      height: 1.38889vw;
      padding: 0.27778vw;
      margin-left: 1.38889vw;
      margin-top: 0.13889vw; } }
  .cart-remove:hover {
    background: #00bccb; }
  .cart-remove > svg {
    fill: #ffffff; }
  @media screen and (max-width: 1023px) {
    .cart-remove {
      position: absolute;
      top: 28px;
      right: 0; } }

.cart-item-figure, .cart-item-title, .cart-item-block {
  padding: 20px; }
  @media screen and (min-width: 1280px) {
    .cart-item-figure, .cart-item-title, .cart-item-block {
      padding: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .cart-item-figure, .cart-item-title, .cart-item-block {
      padding: 15px; } }

.cart-item-title {
  padding-left: 0;
  height: auto; }
  @media screen and (max-width: 1023px) {
    .cart-item-title {
      margin-bottom: 0;
      width: calc(100% - 150px);
      float: left;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .cart-item-title {
      width: calc(100% - 100px); } }

@media screen and (max-width: 1023px) {
  .cart-item-block {
    display: block; } }

@media screen and (max-width: 1023px) {
  .cart-item-block:nth-child(3) {
    clear: both; } }

.cart-item-block .cart-item-value {
  color: #00A4B1; }

.cart-item-figure {
  width: 150px; }
  @media screen and (min-width: 1280px) {
    .cart-item-figure {
      width: 10.41667vw; } }
  @media screen and (max-width: 1023px) {
    .cart-item-figure {
      margin: 0;
      float: left; } }
  @media screen and (max-width: 767px) {
    .cart-item-figure {
      padding-left: 0;
      width: 100px; } }

.cart-item-image {
  max-height: 130px;
  max-width: 130px; }
  @media screen and (min-width: 1280px) {
    .cart-item-image {
      max-height: 9.02778vw;
      max-width: 9.02778vw; } }
  @media screen and (max-width: 1023px) {
    .cart-item-image {
      width: 80px;
      height: 80px; } }

.cart-item-brand {
  font-size: 12px;
  display: none; }
  @media screen and (min-width: 1280px) {
    .cart-item-brand {
      font-size: 0.83333vw; } }

.cart-item-name__label {
  color: #2C394B; }
  .cart-item-name__label:hover {
    color: #00A4B1; }

.cart-item-options--giftWrapping {
  margin-top: 10px;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .cart-item-options--giftWrapping {
      margin-top: 0.69444vw; } }

.cart-item-name {
  line-height: normal;
  font-size: 16px;
  font-weight: 500; }
  @media screen and (min-width: 1280px) {
    .cart-item-name {
      font-size: 1.11111vw; } }
  .cart-item-name + .definitionList {
    margin: 10px 0;
    font-size: 12px; }
    @media screen and (min-width: 1280px) {
      .cart-item-name + .definitionList {
        margin: 0.69444vw 0;
        font-size: 0.83333vw; } }

.cart-item-quantity .form-increment {
  margin: 0;
  width: 120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (min-width: 1280px) {
    .cart-item-quantity .form-increment {
      width: 8.33333vw; } }
  @media screen and (max-width: 767px) {
    .cart-item-quantity .form-increment {
      margin-left: 0px; } }
  .cart-item-quantity .form-increment .button {
    padding: 0;
    width: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .cart-item-quantity .form-increment .button {
        width: 2.43056vw; } }
  .cart-item-quantity .form-increment .form-input {
    width: calc(100% - 70px); }
    @media screen and (min-width: 1280px) {
      .cart-item-quantity .form-increment .form-input {
        width: calc(100% - 4.86111vw); } }

a[data-item-edit], a[data-item-giftwrap], .cart-item-name + a {
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    a[data-item-edit], a[data-item-giftwrap], .cart-item-name + a {
      font-size: 0.83333vw; } }

@media screen and (max-width: 1279px) {
  .cart-item-info {
    width: 20%; } }

@media screen and (max-width: 1023px) {
  .cart-item-info {
    width: 33.33%;
    float: left;
    clear: none;
    text-align: center;
    padding-top: 0; } }

@media screen and (max-width: 767px) {
  .cart-item-info {
    width: 100%;
    float: none;
    clear: both;
    padding-left: 100px;
    text-align: left;
    padding-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; } }

.cart-item-info:last-child {
  padding-right: 0; }
  @media screen and (max-width: 1023px) {
    .cart-item-info:last-child {
      text-align: center; } }

.cart-item {
  border-bottom: 1px solid rgba(81, 91, 107, 0.3);
  padding: 15px 0; }
  @media screen and (min-width: 1280px) {
    .cart-item {
      padding: 1.04167vw 0; } }
  @media screen and (max-width: 1023px) {
    .cart-item {
      padding-left: 0;
      display: block;
      position: relative; }
      .cart-item:before, .cart-item:after {
        display: table;
        content: " "; }
      .cart-item:after {
        clear: both; }
      .cart-item:first-child {
        padding-top: 0px; } }
    @media screen and (max-width: 1023px) and (max-width: 1023px) {
      .cart-item:first-child .cart-remove {
        top: 14px; } }

@media screen and (max-width: 1023px) {
  .cart-item-label {
    display: block;
    padding-left: 0;
    font-weight: 500;
    color: #515B6B;
    margin-bottom: 10px;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .cart-item-label {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 100px;
    text-align: left; } }

@media screen and (max-width: 1023px) {
  .cart-item-value {
    padding-left: 0;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .cart-item-value {
    display: inline-block;
    vertical-align: middle; } }

.cart-item-option-description {
  margin-bottom: 0; }

/* ========== CART TOTAL ========== */
@media screen and (max-width: 1023px) {
  .cart-content-padding-right {
    padding-right: 0px; } }

.cart-totals {
  width: 600px;
  margin-bottom: 20px;
  font-size: 16px;
  max-width: 100%; }
  @media screen and (min-width: 1280px) {
    .cart-totals {
      font-size: 1.11111vw;
      width: 41.66667vw;
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .cart-totals {
      width: 100%;
      float: none;
      font-size: 14px; } }
  .cart-totals .button.button--small {
    padding-top: 9px;
    padding-bottom: 9px; }
    @media screen and (min-width: 1280px) {
      .cart-totals .button.button--small {
        padding-top: 0.625vw;
        padding-bottom: 0.625vw; } }

.cart-total + .cart-total {
  border-top: 1px solid rgba(81, 91, 107, 0.3); }

.cart-total-label,
.cart-total-value {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  width: 50%; }
  @media screen and (min-width: 1280px) {
    .cart-total-label,
    .cart-total-value {
      padding-top: 1.04167vw;
      padding-bottom: 1.04167vw; } }

.cart-total-label {
  color: #515B6B;
  text-align: left; }
  .cart-total-label strong, .cart-total-label span {
    line-height: 26px;
    display: inline-block; }
    @media screen and (min-width: 1280px) {
      .cart-total-label strong, .cart-total-label span {
        line-height: 1.80556vw; } }
  .cart-total-label strong {
    font-weight: 500;
    text-transform: capitalize; }

.cart-total-value {
  text-align: right; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  text-decoration: underline;
  color: #00A4B1;
  font-size: 14px;
  font-weight: 500; }
  @media screen and (min-width: 1280px) {
    .coupon-code-add,
    .coupon-code-cancel,
    .shipping-estimate-show,
    .gift-certificate-add,
    .gift-certificate-cancel {
      font-size: 0.97222vw; } }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #2C394B; }
    .coupon-code-add:hover .shipping-estimate-value, .coupon-code-cancel:hover .shipping-estimate-value, .shipping-estimate-show:hover .shipping-estimate-value, .gift-certificate-add:hover .shipping-estimate-value, .gift-certificate-cancel:hover .shipping-estimate-value {
      color: #ffffff; }
  .coupon-code-add .shipping-estimate-value, .coupon-code-cancel .shipping-estimate-value, .shipping-estimate-show .shipping-estimate-value, .gift-certificate-add .shipping-estimate-value, .gift-certificate-cancel .shipping-estimate-value {
    color: #00A4B1; }

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

.template-cart .page-content h3[tabindex] {
  text-align: center; }

@media screen and (max-width: 767px) {
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 100%; } }

@media screen and (max-width: 767px) {
  
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    width: 100%;
    margin-top: 20px;
    margin-left: 0; } }

/* ========== ESTIMATE FORM ========== */
.estimator-form .estimator-form-label {
  float: none; }
  .estimator-form .estimator-form-label .form-label {
    line-height: normal;
    text-align: left;
    margin-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      .estimator-form .estimator-form-label .form-label {
        margin-bottom: 0.69444vw; } }

.estimator-form .estimator-form-input {
  width: 100%;
  margin-bottom: 25px;
  position: relative; }
  @media screen and (min-width: 1280px) {
    .estimator-form .estimator-form-input {
      margin-bottom: 1.73611vw; } }

.estimator-form .button--primary, .estimator-form .swal2-confirm.button {
  width: 100%; }

.shipping-quotes {
  margin-bottom: 20px; }
  .shipping-quotes ul {
    margin-left: 0; }
  .shipping-quotes dl {
    margin-bottom: 0; }
    .shipping-quotes dl:before, .shipping-quotes dl:after {
      display: table;
      content: " "; }
    .shipping-quotes dl:after {
      clear: both; }

.cart-total-grandTotal {
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  font-size: 18px; }
  @media screen and (min-width: 1280px) {
    .cart-total-grandTotal {
      font-size: 1.25vw; } }
  @media screen and (max-width: 767px) {
    .cart-total-grandTotal {
      font-size: 16px; } }

.swal2-confirm.button:hover, .swal2-confirm.button:focus {
  background-color: #00A4B1;
  border-color: #00A4B1;
  color: #ffffff; }

.swal2-cancel.button:hover, .swal2-cancel.button:focus {
  background-color: transparent;
  border-color: #00A4B1;
  color: #00A4B1; }

/* ========== BLOG LISTING STYLE ========== */
.template-blog .page {
  margin-left: 0;
  margin-right: 0; }

.blog + .blog {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(81, 91, 107, 0.3); }
  @media screen and (min-width: 1280px) {
    .blog + .blog {
      margin-top: 2.08333vw;
      padding-top: 2.08333vw; } }

.blog-post-figure {
  width: 100%; }

.blog-thumbnail {
  margin: 0 auto 30px;
  max-width: 300px; }
  @media screen and (min-width: 1280px) {
    .blog-thumbnail {
      margin: 0 auto 2.08333vw;
      max-width: 20.83333vw; } }
  .blog-thumbnail a {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    padding: 3px;
    border: 2px solid rgba(81, 91, 107, 0.3); }
    @media screen and (min-width: 1280px) {
      .blog-thumbnail a {
        padding: 0.20833vw; } }

.blog-post-body {
  width: 100%; }

.blog-title {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 24px; }
  @media screen and (min-width: 1280px) {
    .blog-title {
      font-size: 1.38889vw;
      line-height: gte-vw(48px);
      margin-bottom: 0.69444vw; } }
  .blog-title a:hover {
    color: #00A4B1; }

.blog-date {
  font-size: 14px;
  line-height: 21px;
  color: #515B6B; }
  @media screen and (min-width: 1280px) {
    .blog-date {
      font-size: 0.97222vw;
      line-height: 1.45833vw; } }

.blog-post {
  font-size: 14px;
  text-align: center;
  line-height: 21px; }
  @media screen and (min-width: 1280px) {
    .blog-post {
      font-size: 0.97222vw;
      line-height: 1.45833vw; } }
  .blog-post a[aria-label] {
    text-transform: capitalize;
    margin-left: 10px; }
    @media screen and (min-width: 1280px) {
      .blog-post a[aria-label] {
        font-size: 0.69444vw; } }

/* ========== BLOG DETAIL STYLE ========== */
.template-blog_post .blog-thumbnail {
  width: 100%;
  max-width: 100%; }
  .template-blog_post .blog-thumbnail a {
    width: 100%; }

/* ========== BLOG GRID STYLE ========== */
.blog-grid-style {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .blog-grid-style .blog-item {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 24px 0; }
    @media screen and (max-width: 1439px) {
      .blog-grid-style .blog-item {
        width: 33.33%; } }
    @media screen and (max-width: 1023px) {
      .blog-grid-style .blog-item {
        width: 50%; } }
    @media screen and (max-width: 666px) {
      .blog-grid-style .blog-item {
        width: 100%;
        margin-bottom: 0; } }
    @media screen and (max-width: 666px) {
      .blog-grid-style .blog-item + .blog-item {
        margin-top: 30px; } }
  .blog-grid-style .blog {
    margin: 0;
    border: 1px solid rgba(81, 91, 107, 0.3);
    height: 100%; }
    .blog-grid-style .blog + .blog {
      border-top: none;
      padding-top: 0;
      margin-top: 0; }
  .blog-grid-style .blog-thumbnail {
    width: 100%;
    margin: 0;
    max-width: 100%; }
    .blog-grid-style .blog-thumbnail a {
      padding: 0;
      border: none;
      display: block;
      height: 250px;
      overflow: hidden; }
    .blog-grid-style .blog-thumbnail img {
      object-position: center center;
      object-fit: cover;
      height: 100%; }
  .blog-grid-style .blog-post-body {
    padding: 30px 20px; }

.template-page .body {
  min-height: 400px; }
  @media screen and (min-width: 1280px) {
    .template-page .body {
      min-height: 27.77778vw; } }

.template-page .page-content > * {
  margin-top: 0; }

.template-page .page-content.page-content--centered {
  width: 100%; }

.template-page .page-content h1, .template-page .page-content h2, .template-page .page-content h3, .template-page .page-content h4, .template-page .page-content h5, .template-page .page-content h6 {
  margin-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .template-page .page-content h1, .template-page .page-content h2, .template-page .page-content h3, .template-page .page-content h4, .template-page .page-content h5, .template-page .page-content h6 {
      margin-bottom: 1.04167vw; } }

.template-page .page-content .page-heading-small {
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .template-page .page-content .page-heading-small {
      margin-bottom: 2.08333vw; } }
  .template-page .page-content .page-heading-small span {
    font-size: 30px;
    line-height: 36px;
    color: #00A4B1; }
    @media screen and (min-width: 1280px) {
      .template-page .page-content .page-heading-small span {
        font-size: 2.08333vw;
        line-height: 2.5vw; } }
    @media screen and (max-width: 767px) {
      .template-page .page-content .page-heading-small span {
        font-size: 26px;
        line-height: 32px; } }
  .template-page .page-content .page-heading-small.theme-color {
    font-size: 22px;
    line-height: 30px; }
    @media screen and (min-width: 1280px) {
      .template-page .page-content .page-heading-small.theme-color {
        font-size: 1.52778vw;
        line-height: 2.08333vw; } }

.template-page .page-content p, .template-page .page-content span {
  font-size: 14px; }
  @media screen and (min-width: 1280px) {
    .template-page .page-content p, .template-page .page-content span {
      font-size: 0.97222vw; } }

.template-page .page-content ul li {
  font-size: 14px; }
  @media screen and (min-width: 1280px) {
    .template-page .page-content ul li {
      font-size: 0.97222vw; } }

.template-page .page-content p {
  margin-bottom: 0px; }
  .template-page .page-content p + p, .template-page .page-content p + ul {
    margin-top: 20px; }
    @media screen and (min-width: 1280px) {
      .template-page .page-content p + p, .template-page .page-content p + ul {
        margin-top: 1.38889vw; } }
  .template-page .page-content p + .hubspot-form-block {
    margin-top: 40px; }
    @media screen and (min-width: 1280px) {
      .template-page .page-content p + .hubspot-form-block {
        margin-top: 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .template-page .page-content p + .hubspot-form-block {
        margin-top: 30px; } }
  .template-page .page-content p:empty {
    margin: 0px; }
    .template-page .page-content p:empty + p {
      margin-top: 0px; }
    .template-page .page-content p:empty + .hubspot-form-block {
      margin-top: 0px; }
    .template-page .page-content p:empty + h1, .template-page .page-content p:empty + h2, .template-page .page-content p:empty + h3, .template-page .page-content p:empty + h4, .template-page .page-content p:empty + h5, .template-page .page-content p:empty + h6 {
      margin-top: 0px; }
  .template-page .page-content p + .button {
    margin-top: 20px; }
    @media screen and (min-width: 1280px) {
      .template-page .page-content p + .button {
        margin-top: 1.38889vw; } }
  .template-page .page-content p + h1, .template-page .page-content p + h2, .template-page .page-content p + h3, .template-page .page-content p + h4, .template-page .page-content p + h5, .template-page .page-content p + h6 {
    margin-top: 30px; }
    @media screen and (min-width: 1280px) {
      .template-page .page-content p + h1, .template-page .page-content p + h2, .template-page .page-content p + h3, .template-page .page-content p + h4, .template-page .page-content p + h5, .template-page .page-content p + h6 {
        margin-top: 2.08333vw; } }
    @media screen and (max-width: 1023px) {
      .template-page .page-content p + h1, .template-page .page-content p + h2, .template-page .page-content p + h3, .template-page .page-content p + h4, .template-page .page-content p + h5, .template-page .page-content p + h6 {
        margin-top: 25px; } }

.template-page .page-content ul + h1, .template-page .page-content ul + h2, .template-page .page-content ul + h3, .template-page .page-content ul + h4, .template-page .page-content ul + h5, .template-page .page-content ul + h6 {
  margin-top: 30px; }
  @media screen and (min-width: 1280px) {
    .template-page .page-content ul + h1, .template-page .page-content ul + h2, .template-page .page-content ul + h3, .template-page .page-content ul + h4, .template-page .page-content ul + h5, .template-page .page-content ul + h6 {
      margin-top: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .template-page .page-content ul + h1, .template-page .page-content ul + h2, .template-page .page-content ul + h3, .template-page .page-content ul + h4, .template-page .page-content ul + h5, .template-page .page-content ul + h6 {
      margin-top: 25px; } }

.template-page .page-content h6 {
  text-transform: inherit;
  font-family: "Gotham", sans-serif;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .template-page .page-content h6 {
      margin-bottom: 0.69444vw; } }

.template-page .page-content h2 span {
  color: #00A4B1;
  font-size: inherit; }

.template-page .page-content .video-block {
  position: relative;
  padding-bottom: 360px;
  height: 100%; }
  @media screen and (min-width: 1280px) {
    .template-page .page-content .video-block {
      padding-bottom: 25vw; } }
  .template-page .page-content .video-block iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.template-page .page-content .custom-row {
  margin: 0 -30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    .template-page .page-content .custom-row {
      margin: 0 -2.08333vw; } }
  @media screen and (max-width: 1279px) {
    .template-page .page-content .custom-row {
      margin: 0 -15px; } }
  @media screen and (max-width: 1023px) {
    .template-page .page-content .custom-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin: 0px; } }
  .template-page .page-content .custom-row .grid {
    padding: 0 30px;
    width: 50%; }
    @media screen and (min-width: 1280px) {
      .template-page .page-content .custom-row .grid {
        padding: 0 2.08333vw; } }
    @media screen and (max-width: 1279px) {
      .template-page .page-content .custom-row .grid {
        padding: 0 15px; } }
    @media screen and (max-width: 1023px) {
      .template-page .page-content .custom-row .grid {
        width: 100%;
        padding: 0px; } }
    @media screen and (max-width: 1023px) {
      .template-page .page-content .custom-row .grid + .grid {
        margin-top: 25px; } }

@media screen and (max-width: 1023px) {
  .template-page .page-content .innovative-impact-block .custom-row .grid {
    order: 1;
    margin-top: 25px; } }

@media screen and (max-width: 1023px) {
  .template-page .page-content .innovative-impact-block .custom-row .grid + .grid {
    order: 0;
    margin-top: 0px; } }

.template-page .page-content .additional-partners .custom-row {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.template-page .page-content .additional-partners .page-heading-small {
  text-align: left; }

.page-desc {
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .page-desc {
      margin-bottom: 2.08333vw; } }
  .page-desc h4 {
    color: #00A4B1; }

.brands-we-sell-page.template-page .page-content ul li + li {
  margin-top: 0px; }

.template-page.about-page .about-page-content h1, .template-page.about-page .about-page-content h2, .template-page.about-page .about-page-content h3, .template-page.about-page .about-page-content h4, .template-page.about-page .about-page-content h5, .template-page.about-page .about-page-content h6 {
  margin-top: 0px; }

.about-page-content h4 {
  font-weight: 600;
  border-bottom: 3px solid #00A4B1;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .about-page-content h4 {
      font-size: 18px;
      border-bottom: 2px solid #00A4B1;
      padding-bottom: 2px; } }

.template-page .about-content h2 {
  margin-top: 0;
  font-weight: 700;
  line-height: normal; }

.template-page .page-content .ap-list ul {
  margin-left: 0; }
  .template-page .page-content .ap-list ul li {
    margin-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      .template-page .page-content .ap-list ul li {
        margin-bottom: 0.69444vw; } }

.about-content-wrap {
  position: relative;
  background: url(https://cdn11.bigcommerce.com/s-6v7l9in7kh/product_images/uploaded_images/about-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  min-height: 600px; }
  @media screen and (min-width: 1280px) {
    .about-content-wrap {
      min-height: 41.66667vw; } }
  .about-content-wrap:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
    background-color: black;
    opacity: 0.25; }

.about-content {
  position: relative;
  z-index: 4;
  margin: 50px 25px;
  width: 50%; }
  @media screen and (max-width: 1023px) {
    .about-content {
      width: 100%; } }
  @media screen and (min-width: 1280px) {
    .about-content {
      margin-top: 3.47222vw;
      margin-bottom: 3.47222vw;
      margin-right: 3.47222vw;
      margin-left: 3.47222vw; } }
  .about-content h2 {
    font-size: 36px; }
    @media screen and (min-width: 1280px) {
      .about-content h2 {
        font-size: 2.22222vw; } }
    @media screen and (max-width: 1023px) {
      .about-content h2 {
        font-size: 30px; } }
  .about-content p {
    line-height: normal;
    line-height: 26px; }
    @media screen and (max-width: 1023px) {
      .about-content p {
        font-size: 20px; } }
    @media screen and (min-width: 1280px) {
      .about-content p {
        line-height: 1.80556vw; } }
  .about-content p, .about-content h2 {
    color: #ffffff; }

.about-us-sec {
  background: #ececf1;
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (min-width: 1280px) {
    .about-us-sec {
      padding: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .about-us-sec {
      padding: 30px; } }
  .about-us-sec h4 {
    font-weight: 700; }
  .about-us-sec .about-us-sec-inn {
    max-width: 800px;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .about-us-sec .about-us-sec-inn {
        max-width: 55.55556vw; } }
    .about-us-sec .about-us-sec-inn p {
      margin-bottom: 0px; }
      .about-us-sec .about-us-sec-inn p + p {
        margin-top: 20px; }
        @media screen and (min-width: 1280px) {
          .about-us-sec .about-us-sec-inn p + p {
            margin-top: 1.38889vw; } }

.warranty-section h3 {
  margin-bottom: 16px; }
  @media screen and (min-width: 1280px) {
    .warranty-section h3 {
      margin-bottom: 1.11111vw; } }

.reseller-program-page .page-content .resellar-program .custom-row {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.reseller-program-page .page-content .resellar-program h4 {
  margin-top: 0px; }

.reseller-program-page .page-content .resellar-program .resellar-program-wrap {
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    .reseller-program-page .page-content .resellar-program .resellar-program-wrap {
      margin-top: 1.38889vw; } }

.resellar-program {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .resellar-program h3 {
    line-height: normal; }
  .resellar-program h4 {
    margin-top: 0px;
    line-height: normal; }

.rp-cont-sec, .rp-form-section {
  max-width: 50%; }
  @media screen and (max-width: 767px) {
    .rp-cont-sec, .rp-form-section {
      max-width: 100%; } }

.partners-page h2, .brands-we-sell h2 {
  text-align: center; }
  .partners-page h2 span, .brands-we-sell h2 span {
    font-size: inherit; }

.additional-partners {
  margin-top: 30px; }
  @media screen and (min-width: 1280px) {
    .additional-partners {
      margin-top: 2.08333vw; } }
  .additional-partners .custom-row {
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .additional-partners h2 {
    text-align: left; }
    @media screen and (max-width: 567px) {
      .additional-partners h2 {
        text-align: center; } }

.partners-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (min-width: 1280px) {
    .partners-list ul {
      margin: 0 -0.69444vw; } }
  @media screen and (max-width: 767px) {
    .partners-list ul {
      margin: 0 -5px; } }
  .partners-list ul li {
    list-style: none;
    width: 20%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .partners-list ul li {
        padding: 0 0.69444vw;
        margin-bottom: 1.38889vw; } }
    @media screen and (max-width: 1279px) {
      .partners-list ul li {
        width: 25%; } }
    @media screen and (max-width: 1023px) {
      .partners-list ul li {
        width: 33.33%; } }
    @media screen and (max-width: 767px) {
      .partners-list ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px; } }
    .partners-list ul li .partners-wrap {
      border: 1px solid rgba(81, 91, 107, 0.3);
      width: 100%;
      padding: 15px;
      border-radius: 10px; }
      @media screen and (min-width: 1280px) {
        .partners-list ul li .partners-wrap {
          padding: 1.04167vw; } }
      .partners-list ul li .partners-wrap img {
        max-width: 180px;
        max-height: 60px; }
        @media screen and (min-width: 1280px) {
          .partners-list ul li .partners-wrap img {
            max-width: 12.5vw;
            max-height: 4.16667vw; } }
        @media screen and (max-width: 767px) {
          .partners-list ul li .partners-wrap img {
            max-width: 150px;
            max-height: 80px; } }
      .partners-list ul li .partners-wrap a {
        height: 100px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
        @media screen and (min-width: 1280px) {
          .partners-list ul li .partners-wrap a {
            height: 6.94444vw; } }
    .partners-list ul li + li {
      margin-top: 0px; }

.strategic-alliances {
  margin-top: 30px; }
  @media screen and (min-width: 1280px) {
    .strategic-alliances {
      margin-top: 2.08333vw; } }

.ap-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 0px;
  margin: 0 -5px; }
  @media screen and (min-width: 1280px) {
    .ap-list ul {
      margin: 0 -0.34722vw; } }
  .ap-list ul li {
    list-style: none;
    width: 50%;
    padding: 0 5px; }
    @media screen and (min-width: 1280px) {
      .ap-list ul li {
        padding: 0 0.34722vw; } }
    @media screen and (max-width: 1023px) {
      .ap-list ul li {
        width: 33.33%; } }
    @media screen and (max-width: 767px) {
      .ap-list ul li {
        width: 50%; } }

.ap-right-section-wrap {
  background: #525b6c;
  padding: 50px;
  text-align: center; }
  @media screen and (min-width: 1280px) {
    .ap-right-section-wrap {
      padding: 3.47222vw; } }
  @media screen and (max-width: 767px) {
    .ap-right-section-wrap {
      padding: 30px; } }
  .ap-right-section-wrap h4, .ap-right-section-wrap p {
    color: #ffffff; }
  .ap-right-section-wrap img {
    max-width: 60px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .ap-right-section-wrap img {
        max-width: 4.16667vw;
        margin-bottom: 1.38889vw; } }

.gallery-page-video {
  padding-top: 50%;
  position: relative; }
  .gallery-page-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.template-page .page-content .common-form-wrap {
  background-color: #EBF8F9;
  border: 1px solid #00A4B1;
  padding: 25px;
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  @media screen and (min-width: 1280px) {
    .template-page .page-content .common-form-wrap {
      padding: 1.73611vw;
      margin-top: 2.08333vw; } }
  @media screen and (max-width: 767px) {
    .template-page .page-content .common-form-wrap {
      padding: 20px; } }

ul.sitemap-style {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (min-width: 1280px) {
    ul.sitemap-style {
      margin-left: -0.69444vw;
      margin-right: -0.69444vw; } }
  ul.sitemap-style > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33%; }
    @media screen and (min-width: 1280px) {
      ul.sitemap-style > li {
        padding-left: 0.69444vw;
        padding-right: 0.69444vw; } }
    @media screen and (max-width: 767px) {
      ul.sitemap-style > li {
        width: 100%; } }
    ul.sitemap-style > li a {
      font-size: 14px;
      line-height: 21px; }
      @media screen and (min-width: 1280px) {
        ul.sitemap-style > li a {
          font-size: 0.97222vw;
          line-height: 1.45833vw; } }
    @media screen and (max-width: 767px) {
      ul.sitemap-style > li + li {
        margin-top: 30px; } }
    ul.sitemap-style > li ul {
      margin-left: 20px; }
      @media screen and (min-width: 1280px) {
        ul.sitemap-style > li ul {
          margin-left: 1.38889vw; } }
      ul.sitemap-style > li ul li {
        margin-top: 10px; }
        @media screen and (min-width: 1280px) {
          ul.sitemap-style > li ul li {
            margin-top: 0.69444vw; } }
  ul.sitemap-style h2 {
    font-size: 20px;
    line-height: 28px; }
    @media screen and (min-width: 1280px) {
      ul.sitemap-style h2 {
        font-size: 1.38889vw;
        line-height: 1.94444vw; } }

.BookProduct {
  margin: 0 !important; }
  .BookProduct .BookProduct-link {
    padding: .69444vw 1.278vw .76389vw;
    font-size: 12px;
    color: #FEE003 !important; }
    .BookProduct .BookProduct-link:hover {
      background: #38465A !important;
      color: #fff !important; }

ul.nav-third-level {
  position: unset;
  display: block;
  width: 100%;
  border: 0 !important; }
  ul.nav-third-level li {
    width: 100% !important;
    display: block;
    float: none;
    max-width: 100%;
    padding: 5px 0 !important;
    text-align: center; }

.header {
  border-bottom: 0px;
  height: 66px;
  position: relative; }

.header-top-bar {
  padding-left: 40px;
  background-color: #2C394B;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    .header-top-bar {
      padding-left: 2.77778vw;
      height: 66px;
      background-color: #222d3d;
      justify-content: space-between;
      align-items: center; } }
  @media screen and (max-width: 1279px) {
    .header-top-bar {
      padding-left: 30px; } }
  @media screen and (max-width: 1023px) {
    .header-top-bar {
      padding-left: 20px;
      display: flex;
      height: 66px;
      align-items: center; } }
  .header-top-bar ul.top-bar-nav {
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .header-top-bar ul.top-bar-nav li {
      font-size: 10px;
      line-height: 15px;
      color: #ffffff;
      font-weight: 500; }
      @media screen and (min-width: 1280px) {
        .header-top-bar ul.top-bar-nav li {
          font-size: 0.69444vw;
          line-height: 1.04167vw; } }
      .header-top-bar ul.top-bar-nav li + li {
        margin-left: 40px; }
        @media screen and (min-width: 1280px) {
          .header-top-bar ul.top-bar-nav li + li {
            margin-left: 2.77778vw; } }
    .header-top-bar ul.top-bar-nav a {
      color: #ffffff;
      font-weight: 500;
      color: #fff;
      font-weight: 500;
      font-size: 15px;
      font-weight: bold; }
      .header-top-bar ul.top-bar-nav a:hover {
        color: #FEE003; }
  .header-top-bar .contact-menu li.sfHover a.contact-link {
    background-color: #FEE003;
    color: #2C394B; }
    .header-top-bar .contact-menu li.sfHover a.contact-link .icon svg {
      fill: #2C394B;
      transform: rotate(180deg); }
  @media screen and (min-width: 1024px) {
    .header-top-bar .contact-menu li.sfHover ul {
      animation: 0.4s ease-in-out 0s normal none 1 running fadeInDown; }
      .header-top-bar .contact-menu li.sfHover ul .nav-wrap, .header-top-bar .contact-menu li.sfHover ul .contact-info {
        animation: 0.6s ease-in-out 0s normal none 1 running fadeInUp;
        opacity: 1; } }
  .header-top-bar .contact-menu a.contact-link {
    padding: 10px 40px 11px;
    background-color: #38465A;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .header-top-bar .contact-menu a.contact-link {
        padding: 0.69444vw 2.77778vw 0.76389vw; } }
    @media screen and (max-width: 1279px) {
      .header-top-bar .contact-menu a.contact-link {
        padding: 10px 30px 10px; } }
    @media screen and (max-width: 1023px) {
      .header-top-bar .contact-menu a.contact-link {
        padding: 10px 20px 10px; } }
    .header-top-bar .contact-menu a.contact-link .icon {
      width: 7px;
      height: 7px;
      margin-left: 7px; }
      @media screen and (min-width: 1280px) {
        .header-top-bar .contact-menu a.contact-link .icon {
          width: 0.48611vw;
          height: 0.48611vw;
          margin-left: 0.48611vw; } }
      .header-top-bar .contact-menu a.contact-link .icon svg {
        fill: #ffffff; }
    .header-top-bar .contact-menu a.contact-link:hover {
      background-color: #FEE003;
      color: #2C394B; }
      .header-top-bar .contact-menu a.contact-link:hover .icon svg {
        fill: #2C394B; }
  .header-top-bar .contact-menu.sf-menu ul {
    right: 35px;
    left: auto;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 25px 15px 25px 25px;
    box-shadow: 0px 20px 30px rgba(85, 161, 167, 0.1);
    z-index: 9999; }
    @media screen and (min-width: 1280px) {
      .header-top-bar .contact-menu.sf-menu ul {
        right: 2.43056vw;
        padding: 1.73611vw 1.04167vw 1.73611vw 1.73611vw; } }
    .header-top-bar .contact-menu.sf-menu ul li {
      background-color: transparent; }
      .header-top-bar .contact-menu.sf-menu ul li + li {
        margin-left: 0px;
        margin-top: 10px; }
        @media screen and (min-width: 1280px) {
          .header-top-bar .contact-menu.sf-menu ul li + li {
            margin-top: 0.69444vw; } }
      .header-top-bar .contact-menu.sf-menu ul li a {
        color: #2C394B;
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        display: inline-block; }
        @media screen and (min-width: 1280px) {
          .header-top-bar .contact-menu.sf-menu ul li a {
            font-size: 0.97222vw;
            line-height: 1.45833vw; } }
        .header-top-bar .contact-menu.sf-menu ul li a:hover {
          color: #00A4B1; }
    .header-top-bar .contact-menu.sf-menu ul .contact-info {
      margin-top: 25px; }
      @media screen and (min-width: 1280px) {
        .header-top-bar .contact-menu.sf-menu ul .contact-info {
          margin-top: 1.73611vw; } }
      .header-top-bar .contact-menu.sf-menu ul .contact-info li .icon {
        width: 24px;
        height: 24px;
        background-color: #EBF8F9;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-right: 15px; }
        .header-top-bar .contact-menu.sf-menu ul .contact-info li .icon svg {
          width: 10px;
          height: 10px;
          fill: #2C394B; }
          @media screen and (min-width: 1280px) {
            .header-top-bar .contact-menu.sf-menu ul .contact-info li .icon svg {
              width: 0.69444vw;
              height: 0.69444vw; } }
        @media screen and (min-width: 1280px) {
          .header-top-bar .contact-menu.sf-menu ul .contact-info li .icon {
            width: 1.66667vw;
            height: 1.66667vw;
            margin-right: 1.04167vw; } }
      .header-top-bar .contact-menu.sf-menu ul .contact-info li a {
        font-weight: 500;
        text-transform: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
      .header-top-bar .contact-menu.sf-menu ul .contact-info li + li {
        margin-top: 7px; }
        @media screen and (min-width: 1280px) {
          .header-top-bar .contact-menu.sf-menu ul .contact-info li + li {
            margin-top: 0.48611vw; } }
      .header-top-bar .contact-menu.sf-menu ul .contact-info li:last-child .icon svg {
        width: 12px;
        height: 12px; }
        @media screen and (min-width: 1280px) {
          .header-top-bar .contact-menu.sf-menu ul .contact-info li:last-child .icon svg {
            width: 0.83333vw;
            height: 0.83333vw; } }

.header-middle-section {
  padding: 0 40px;
  background-color: #ffffff; }
  @media screen and (min-width: 1280px) {
    .header-middle-section {
      padding: 0 2.77778vw; } }
  @media screen and (max-width: 1279px) {
    .header-middle-section {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .header-middle-section {
      padding: 0 20px; } }
  .header-middle-section .custom-row {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .header-middle-section .header-middle-wrap {
    position: relative; }
    @media screen and (max-width: 1023px) {
      .header-middle-section .header-middle-wrap {
        position: static; } }
  .header-middle-section .logo-block {
    width: 178px; }
    @media screen and (min-width: 1280px) {
      .header-middle-section .logo-block {
        width: 12.36111vw; } }
    @media screen and (max-width: 1023px) {
      .header-middle-section .logo-block {
        width: 60%;
        order: 1; } }
    @media screen and (max-width: 767px) {
      .header-middle-section .logo-block {
        width: 50%; } }
  .header-middle-section .logo {
    padding: 10px 0; }
    @media screen and (min-width: 1280px) {
      .header-middle-section .logo {
        padding: 0.69444vw 0; } }
    @media screen and (max-width: 1023px) {
      .header-middle-section .logo {
        text-align: center; } }
    .header-middle-section .logo a {
      display: inline-block;
      min-height: 50px; }
      @media screen and (min-width: 1280px) {
        .header-middle-section .logo a {
          min-height: 3.47222vw; } }
      @media screen and (max-width: 413px) {
        .header-middle-section .logo a {
          min-height: 40px; } }
    .header-middle-section .logo img {
      max-height: 50px; }
      @media screen and (min-width: 1280px) {
        .header-middle-section .logo img {
          max-height: 3.47222vw; } }
      @media screen and (max-width: 413px) {
        .header-middle-section .logo img {
          max-height: 40px; } }
  @media screen and (max-width: 1023px) {
    .header-middle-section .nav-menu-block {
      width: 20%;
      order: 0; } }
  @media screen and (max-width: 767px) {
    .header-middle-section .nav-menu-block {
      width: 25%; } }
  .header-middle-section .nav-block {
    width: 558px; }
    @media screen and (min-width: 1280px) {
      .header-middle-section .nav-block {
        width: 38.75vw; } }
    @media screen and (max-width: 1279px) {
      .header-middle-section .nav-block {
        width: 33.33%; } }
    @media screen and (max-width: 1023px) {
      .header-middle-section .nav-block {
        width: 20%;
        order: 2; } }
    @media screen and (max-width: 767px) {
      .header-middle-section .nav-block {
        width: 25%; } }

.navPages-container {
  position: static; }

.navPages {
  max-width: 100%; }
  @media screen and (max-width: 1023px) {
    .navPages {
      background: #EBF8F9;
      padding: 25px 30px; } }
  @media screen and (max-width: 767px) {
    .navPages {
      padding: 20px; } }
  .navPages:before, .navPages:after {
    display: none; }
  .navPages ul li {
    position: static; }
    @media screen and (max-width: 1023px) {
      .navPages ul li {
        position: relative; } }
    .navPages ul li + li {
      margin-left: 43px; }
      @media screen and (min-width: 1280px) {
        .navPages ul li + li {
          margin-left: 2.98611vw; } }
      @media screen and (max-width: 1279px) {
        .navPages ul li + li {
          margin-left: 23px; } }
      @media screen and (max-width: 1023px) {
        .navPages ul li + li {
          margin-left: 0px; } }
    .navPages ul li.sfHover > a {
      color: #00A4B1; }
      .navPages ul li.sfHover > a svg {
        fill: #00A4B1;
        transform: rotate(180deg); }
    @media screen and (min-width: 1024px) {
      .navPages ul li.sfHover .nav-cat-heading {
        animation: 0.6s ease-in-out 0s normal none 1 running fadeInUp;
        opacity: 1; }
      .navPages ul li.sfHover .megamenu-submenu {
        animation: 0.4s ease-in-out 0s normal none 1 running fadeInDown; } }
    .navPages ul li.navPages-item-mobile {
      display: none; }
      @media screen and (max-width: 1023px) {
        .navPages ul li.navPages-item-mobile {
          display: block; } }
  @media screen and (min-width: 1024px) {
    .navPages ul .megamenu-submenu {
      width: 100%;
      max-width: 100%;
      border: 1px solid #C5CCD1;
      box-shadow: 0px 20px 30px rgba(85, 161, 167, 0.1);
      -webkit-border-radius: 0 0 6px 6px;
      -moz-border-radius: 0 0 6px 6px;
      border-radius: 0 0 6px 6px; }
      .navPages ul .megamenu-submenu li {
        padding: 0 9px;
        width: 20%;
        padding-bottom: 18px; } }
    @media screen and (min-width: 1024px) and (min-width: 1280px) {
      .navPages ul .megamenu-submenu li {
        padding: 0 0.625vw;
        padding-bottom: 1.25vw;
        width: 16.66%; } }
  @media screen and (min-width: 1024px) {
        .navPages ul .megamenu-submenu li + li {
          margin-left: 0px; }
        .navPages ul .megamenu-submenu li a {
          -webkit-justify-content: center;
          justify-content: center;
          padding: 0px; }
          .navPages ul .megamenu-submenu li a img {
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            max-height: 188px;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: right; } }
        @media screen and (min-width: 1024px) and (min-width: 1280px) {
          .navPages ul .megamenu-submenu li a img {
            max-height: 13.05556vw; } }
  @media screen and (min-width: 1024px) {
          .navPages ul .megamenu-submenu li a .img-hover {
            position: relative;
            padding-top: 0px;
            height: 188px; } }
        @media screen and (min-width: 1024px) and (min-width: 1280px) {
          .navPages ul .megamenu-submenu li a .img-hover {
            height: 13.05556vw; } }
  @media screen and (min-width: 1024px) {
            .navPages ul .megamenu-submenu li a .img-hover:before {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              -webkit-border-radius: 10px;
              -moz-border-radius: 10px;
              border-radius: 10px;
              content: "";
              background: rgba(0, 164, 177, 0.5);
              opacity: 0;
              transition: all 0.3s linear; }
            .navPages ul .megamenu-submenu li a .img-hover.no-img img {
              border: 1px solid rgba(81, 91, 107, 0.3); }
          .navPages ul .megamenu-submenu li a span {
            line-height: 17px;
            padding-top: 14px; } }
        @media screen and (min-width: 1024px) and (min-width: 1280px) {
          .navPages ul .megamenu-submenu li a span {
            line-height: 1.18056vw;
            padding-top: 0.97222vw; } }
  @media screen and (min-width: 1024px) {
          .navPages ul .megamenu-submenu li a:hover span {
            color: #00A4B1; }
          .navPages ul .megamenu-submenu li a:hover .img-hover:before {
            opacity: 1; } }
  @media screen and (min-width: 1024px) {
    .navPages ul .megamenu-submenu .megamenu-submenu-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      padding: 30px 21px 7px;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media screen and (min-width: 1280px) {
    .navPages ul .megamenu-submenu .megamenu-submenu-wrap {
      padding: 2.08333vw 4.23611vw 0.48611vw; } }
  .navPages .navPages-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 25px 0; }

@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg); }
  50% {
    transform: rotateX(-20deg); }
  100% {
    opacity: 1;
    transform: rotateX(0deg); } }

.navPages-action {
  font-size: 11px;
  line-height: 16px;
  padding: 27px 0; }
  @media screen and (min-width: 1280px) {
    .navPages-action {
      font-size: 0.76389vw;
      line-height: 1.11111vw;
      padding: 1.875vw 0; } }
  @media screen and (max-width: 1023px) {
    .navPages-action {
      padding: 12px 0px 12px 0;
      font-weight: 500;
      font-size: 12px; } }
  .navPages-action:hover {
    color: #00A4B1; }
    .navPages-action:hover svg {
      fill: #00A4B1; }

.navUser-item--cart .dropdown-menu.is-open {
  top: 100% !important; }

.navUser-item--search .icon-close {
  display: none;
  width: 12px;
  height: 12px; }
  @media screen and (min-width: 1280px) {
    .navUser-item--search .icon-close {
      width: 0.83333vw;
      height: 0.41667vw; } }

.navUser-item--search.search-open .navUser-action svg {
  fill: #00A4B1; }

.navUser-item--search.search-open .icon-open {
  display: none; }

.navUser-item--search.search-open .icon-close {
  display: block; }

.navUser-item--cart .navUser-action, .navUser-item--account .navUser-action, .navUser-item--search .navUser-action {
  padding: 0px;
  width: 34px;
  height: 34px;
  background-color: #EBF8F9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative; }
  @media screen and (min-width: 1280px) {
    .navUser-item--cart .navUser-action, .navUser-item--account .navUser-action, .navUser-item--search .navUser-action {
      width: 2.36111vw;
      height: 2.36111vw; } }
  @media screen and (max-width: 413px) {
    .navUser-item--cart .navUser-action, .navUser-item--account .navUser-action, .navUser-item--search .navUser-action {
      width: 30px;
      height: 30px; } }
  .navUser-item--cart .navUser-action .navUser-item-cartLabel, .navUser-item--account .navUser-action .navUser-item-cartLabel, .navUser-item--search .navUser-action .navUser-item-cartLabel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .navUser-item--cart .navUser-action .countPill, .navUser-item--account .navUser-action .countPill, .navUser-item--search .navUser-action .countPill {
    width: auto;
    height: auto;
    color: #2C394B;
    background-color: transparent;
    position: absolute;
    right: -22px;
    font-size: 12px;
    display: block; }
    @media screen and (min-width: 1280px) {
      .navUser-item--cart .navUser-action .countPill, .navUser-item--account .navUser-action .countPill, .navUser-item--search .navUser-action .countPill {
        right: -1.52778vw;
        font-size: 0.83333vw; } }
    @media screen and (max-width: 413px) {
      .navUser-item--cart .navUser-action .countPill, .navUser-item--account .navUser-action .countPill, .navUser-item--search .navUser-action .countPill {
        right: -20px;
        font-size: 10px; } }
  .navUser-item--cart .navUser-action .icon, .navUser-item--account .navUser-action .icon, .navUser-item--search .navUser-action .icon {
    margin: 0px;
    width: 14px;
    height: 14px; }
    @media screen and (min-width: 1280px) {
      .navUser-item--cart .navUser-action .icon, .navUser-item--account .navUser-action .icon, .navUser-item--search .navUser-action .icon {
        width: 0.97222vw;
        height: 0.97222vw; } }
    @media screen and (max-width: 413px) {
      .navUser-item--cart .navUser-action .icon, .navUser-item--account .navUser-action .icon, .navUser-item--search .navUser-action .icon {
        width: 12px;
        height: 12px; } }
  .navUser-item--cart .navUser-action .icon-close, .navUser-item--account .navUser-action .icon-close, .navUser-item--search .navUser-action .icon-close {
    width: 12px;
    height: 12px; }
    @media screen and (min-width: 1280px) {
      .navUser-item--cart .navUser-action .icon-close, .navUser-item--account .navUser-action .icon-close, .navUser-item--search .navUser-action .icon-close {
        width: 0.83333vw;
        height: 0.41667vw; } }
  .navUser-item--cart .navUser-action svg, .navUser-item--account .navUser-action svg, .navUser-item--search .navUser-action svg {
    fill: #2C394B; }
  .navUser-item--cart .navUser-action:hover, .navUser-item--account .navUser-action:hover, .navUser-item--search .navUser-action:hover {
    background-color: #00A4B1; }
    .navUser-item--cart .navUser-action:hover svg, .navUser-item--account .navUser-action:hover svg, .navUser-item--search .navUser-action:hover svg {
      fill: #ffffff; }
  .navUser-item--cart .navUser-action.navUser-action-cart-mobile, .navUser-item--account .navUser-action.navUser-action-cart-mobile, .navUser-item--search .navUser-action.navUser-action-cart-mobile {
    display: none; }
    @media screen and (max-width: 1023px) {
      .navUser-item--cart .navUser-action.navUser-action-cart-mobile, .navUser-item--account .navUser-action.navUser-action-cart-mobile, .navUser-item--search .navUser-action.navUser-action-cart-mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
  @media screen and (max-width: 1023px) {
    .navUser-item--cart .navUser-action.navUser-action-cart-desktop, .navUser-item--account .navUser-action.navUser-action-cart-desktop, .navUser-item--search .navUser-action.navUser-action-cart-desktop {
      display: none; } }

.navUser-item--account .navUser-action .icon {
  width: 12px;
  height: 16px; }
  @media screen and (min-width: 1280px) {
    .navUser-item--account .navUser-action .icon {
      width: 0.83333vw;
      height: 1.11111vw; } }

.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
  width: 8px;
  height: 8px; }
  @media screen and (min-width: 1280px) {
    .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
      width: 0.55556vw;
      height: 0.55556vw; } }

.navUser {
  padding: 0px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .navUser:before, .navUser:after {
    display: none; }
  @media screen and (max-width: 1023px) {
    .navUser {
      position: relative;
      transform: none;
      top: auto;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; } }
  .navUser .dropdown-menu.is-open::after {
    display: none;
    border-width: 8px;
    border-color: transparent transparent #C5CCD1 transparent;
    right: 22px; }
    @media screen and (min-width: 1280px) {
      .navUser .dropdown-menu.is-open::after {
        right: 1.52778vw;
        border-width: 0.55556vw; } }
  .navUser ul li {
    margin: 0 9px; }
    @media screen and (min-width: 1280px) {
      .navUser ul li {
        margin: 0 0.625vw; } }
    @media screen and (max-width: 1279px) {
      .navUser ul li {
        margin: 0 5px; } }
    .navUser ul li.navUser-item--cart {
      margin-right: 15px; }
      @media screen and (min-width: 1280px) {
        .navUser ul li.navUser-item--cart {
          margin-right: 1.04167vw; } }
      @media screen and (max-width: 413px) {
        .navUser ul li.navUser-item--cart {
          margin-right: 13px; } }
  .navUser .navUser-section {
    height: 100%; }
    @media screen and (max-width: 1023px) {
      .navUser .navUser-section {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    .navUser .navUser-section .navUser-item {
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .navUser .navUser-section .navUser-item .button {
        text-transform: capitalize;
        font-size: 12px;
        padding-left: 18px;
        padding-right: 18px;
        text-transform: none; }
        @media screen and (min-width: 1280px) {
          .navUser .navUser-section .navUser-item .button {
            font-size: 0.83333vw;
            padding-right: 1.25vw;
            padding-left: 1.25vw; } }
      @media screen and (max-width: 1023px) {
        .navUser .navUser-section .navUser-item:first-child {
          display: none; } }
      .navUser .navUser-section .navUser-item.navUser-item--search {
        display: none; }
        @media screen and (max-width: 1279px) {
          .navUser .navUser-section .navUser-item.navUser-item--search {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; } }
        @media screen and (max-width: 1023px) {
          .navUser .navUser-section .navUser-item.navUser-item--search {
            display: none; } }
  @media screen and (max-width: 1279px) {
    .navUser .dropdown-custom {
      display: none; } }
  .navUser .dropdown-custom .container {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .navUser .dropdown-custom .form {
    margin-bottom: 0px;
    width: 260px; }
    @media screen and (min-width: 1280px) {
      .navUser .dropdown-custom .form {
        width: 18.05556vw; } }
    @media screen and (max-width: 1279px) {
      .navUser .dropdown-custom .form {
        width: 80%;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .navUser .dropdown-custom .form {
        width: 100%; } }
    .navUser .dropdown-custom .form .form-field {
      margin-bottom: 0px;
      width: 100%; }
  .navUser .dropdown-custom .form-input {
    padding-right: 40px; }
    @media screen and (min-width: 1280px) {
      .navUser .dropdown-custom .form-input {
        padding-right: 2.77778vw; } }
    @media screen and (max-width: 1279px) {
      .navUser .dropdown-custom .form-input {
        border-color: #ffffff; } }
  .navUser .dropdown-custom .btn {
    position: absolute;
    right: 0px;
    padding: 0px;
    width: 48px;
    height: 38px;
    top: 50%;
    margin-top: -19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .navUser .dropdown-custom .btn {
        width: 3.33333vw;
        height: 2.63889vw;
        margin-top: -1.31944vw; } }
    .navUser .dropdown-custom .btn .icon {
      width: 12px;
      height: 12px; }
      @media screen and (min-width: 1280px) {
        .navUser .dropdown-custom .btn .icon {
          width: 0.83333vw;
          height: 0.83333vw; } }
    .navUser .dropdown-custom .btn svg {
      fill: #000000; }
    .navUser .dropdown-custom .btn:hover svg {
      fill: #00A4B1; }
  .navUser .dropdown-custom .form-field {
    position: relative; }
  .navUser .quickSearchResults {
    position: absolute;
    top: 100%;
    display: none;
    border: 1px solid #C5CCD1;
    box-shadow: 0px 20px 30px rgba(85, 161, 167, 0.1);
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
    .navUser .quickSearchResults .quickSearchMessage {
      padding: 20px;
      font-size: 16px;
      line-height: 24px; }
      @media screen and (min-width: 1280px) {
        .navUser .quickSearchResults .quickSearchMessage {
          padding: 1.38889vw;
          line-height: 1.66667vw;
          font-size: 1.11111vw; } }

.previewCartWrapper {
  overflow: hidden;
  overflow-y: scroll; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@keyframes smoothScroll {
  0% {
    transform: translateY(-200px); }
  100% {
    transform: translateY(0px); } }

.mobileNavigation {
  display: none !important; }

.navPages-container.is-open {
  transform: translate(0, 0);
  overflow: auto;
  max-height: 100%;
  position: fixed;
  top: auto;
  height: calc(100% - 70px);
  padding-bottom: 00px;
  padding-top: 0; }
  @media screen and (max-width: 413px) {
    .navPages-container.is-open {
      height: calc(100% - 60px); } }
  .navPages-container.is-open .navPages-list {
    display: none !important; }
  .navPages-container.is-open .mobileNavigation, .navPages-container.is-open .navPages-list--user {
    display: block !important; }

.nav-menu-block .mobileMenu-toggle {
  width: 34px;
  height: 34px;
  background-color: #EBF8F9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 7px;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  align-content: center; }
  @media screen and (max-width: 413px) {
    .nav-menu-block .mobileMenu-toggle {
      width: 30px;
      height: 30px;
      padding: 5px; } }
  .nav-menu-block .mobileMenu-toggle span {
    height: 1.5px;
    background-color: #2C394B;
    width: 80%;
    transition: all .5s ease; }
    .nav-menu-block .mobileMenu-toggle span::before, .nav-menu-block .mobileMenu-toggle span::after {
      display: none; }
    .nav-menu-block .mobileMenu-toggle span.icon-bottom {
      margin-top: 6px; }
  .nav-menu-block .mobileMenu-toggle.is-open {
    width: 34px;
    height: 34px; }
    @media screen and (max-width: 413px) {
      .nav-menu-block .mobileMenu-toggle.is-open {
        width: 30px;
        height: 30px; } }
    .nav-menu-block .mobileMenu-toggle.is-open .icon-top {
      transform: rotate(45deg);
      transition: all .5s ease;
      background-color: #00A4B1; }
    .nav-menu-block .mobileMenu-toggle.is-open .icon-bottom {
      transform: rotate(-45deg);
      margin-top: -2px;
      transition: all .5s ease;
      background-color: #00A4B1; }

.mobile-menu-icon {
  display: none; }
  @media screen and (max-width: 1023px) {
    .mobile-menu-icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 100%; } }
  .mobile-menu-icon .navUser-section {
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  @media screen and (max-width: 1023px) {
    .mobile-menu-icon .navUser-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media screen and (max-width: 1023px) {
    .mobile-menu-icon .navUser-item + .navUser-item {
      margin-left: 10px; } }

.sticky-add.has-activeNavPages .header-middle-section.ui-sticky--stuck {
  animation: none;
  transition: none; }

@media screen and (max-width: 1023px) {
  .navPages-quickSearch {
    display: none; } }

.navPages-list + .navPages-list {
  padding-top: 0px;
  margin-top: 0px;
  border-top: 0px; }

.mobileNavigation {
  margin-bottom: 0px;
  list-style-type: none;
  display: none !important; }
  .mobileNavigation + .navPages-list--user {
    border-top: 1px solid rgba(81, 91, 107, 0.3) !important;
    margin-top: 10px;
    padding-top: 10px; }
  .mobileNavigation li {
    position: relative;
    display: block; }
    .mobileNavigation li.last {
      border-bottom: 0px !important; }
    .mobileNavigation li .hitarea {
      position: absolute;
      text-align: center;
      right: 20px;
      cursor: pointer;
      z-index: 3;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 40px;
      height: 40px; }
      @media screen and (max-width: 1023px) {
        .mobileNavigation li .hitarea {
          right: 0px;
          -webkit-justify-content: flex-end;
          justify-content: flex-end; } }
      .mobileNavigation li .hitarea svg {
        width: 20px;
        height: 20px;
        pointer-events: none;
        line-height: normal;
        fill: #00A4B1; }
    .mobileNavigation li.collapsable > a {
      color: #00A4B1; }
    .mobileNavigation li.collapsable .hitarea svg {
      transform: rotate(90deg); }
    .mobileNavigation li li a svg {
      display: none; }
    .mobileNavigation li ul {
      display: none; }
    .mobileNavigation li a .icon {
      display: none; }
    .mobileNavigation li a .img-hover {
      display: none; }
    .mobileNavigation li a:hover {
      color: #00A4B1; }
    .mobileNavigation li a:before {
      display: none; }
    .mobileNavigation li .nav-second-level {
      list-style-type: none;
      margin: 0px;
      padding-left: 20px; }
      .mobileNavigation li .nav-second-level .nav-third-level {
        list-style-type: none;
        margin: 0px; }
        .mobileNavigation li .nav-second-level .nav-third-level a {
          padding-left: 32px; }

@media screen and (max-width: 1023px) {
  .has-activeNavPages {
    position: fixed;
    width: 100%; } }

.seach-box-open .header-middle-section .header-middle-wrap {
  position: static; }

.seach-box-open .navUser {
  position: static; }

@media screen and (max-width: 1279px) {
  .seach-box-open .dropdown-custom {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #00A4B1;
    padding: 25px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; } }

@media screen and (max-width: 767px) {
  .seach-box-open .dropdown-custom {
    padding: 20px; } }

.header-top-bar .header_right {
  width: 65%;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  justify-content: flex-end; }

.navUser .navUser-section .navUser-item.navUser-item--cart {
  margin-right: 35px; }

.navUser .navUser-section .navUser-item.navUser-item--cart .cart-quantity {
  color: #fff; }

.grid.nav-menu-block {
  width: 50%;
  padding: 0; }

@media screen and (min-width: 1024px) {
  .navPages > ul > li.Technology {
    display: none; }
  .navPages > ul > li.Markets {
    display: none; }
  .navPages.traditional-charting ul .megamenu-submenu .megamenu-submenu-wrap {
    justify-content: flex-start; } }

@media screen and (max-width: 1024px) {
  .navPages .mobileNavigation .navPages-action {
    color: #333; }
  .header_right > ul.contact-menu {
    display: none; } }

.navPages .megamenu-submenu .navPages-action {
  color: #333; }

.navPages .megamenu-submenu .navPages-action:hover {
  color: #00a4b1; }

.navPages .navPages-list--user .navPages-action {
  color: #333; }

.navPages-action svg {
  fill: #fee003;
  transform: rotate(-90deg); }

/* NAVIGATION MENU */
.navPages {
  /* Traditional charting page */
  /* Traditional charting pages */ }
  .navPages.traditional-charting li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.ringbinders li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.dividers li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.folders li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.clipboards li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.filing-systems li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.compliance-manuals li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.storage li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.medical-file-cabinet-and-chart-storage li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.medication-cabinets li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.infection-prevention li.navPages-item.Products > ul .megamenu-submenu-wrap > li {
    display: none; }
    .navPages.traditional-charting li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(4), .navPages.ringbinders li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(4), .navPages.dividers li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(4), .navPages.folders li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(4), .navPages.clipboards li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(4), .navPages.filing-systems li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(4), .navPages.compliance-manuals li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(4), .navPages.storage li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(4), .navPages.medical-file-cabinet-and-chart-storage li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(4), .navPages.medication-cabinets li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(4), .navPages.infection-prevention li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(4) {
      display: block; }
    .navPages.traditional-charting li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5), .navPages.ringbinders li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5), .navPages.dividers li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5), .navPages.folders li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5), .navPages.clipboards li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5), .navPages.filing-systems li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5), .navPages.compliance-manuals li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5), .navPages.storage li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5), .navPages.medical-file-cabinet-and-chart-storage li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5), .navPages.medication-cabinets li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5), .navPages.infection-prevention li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5) {
      display: block; }
      .navPages.traditional-charting li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5) ul li:nth-child(2), .navPages.ringbinders li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5) ul li:nth-child(2), .navPages.dividers li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5) ul li:nth-child(2), .navPages.folders li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5) ul li:nth-child(2), .navPages.clipboards li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5) ul li:nth-child(2), .navPages.filing-systems li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5) ul li:nth-child(2), .navPages.compliance-manuals li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5) ul li:nth-child(2), .navPages.storage li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5) ul li:nth-child(2), .navPages.medical-file-cabinet-and-chart-storage li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5) ul li:nth-child(2), .navPages.medication-cabinets li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5) ul li:nth-child(2), .navPages.infection-prevention li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(5) ul li:nth-child(2) {
        display: none; }
  .navPages.homepage li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.mobile-carts-mounts li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.all-mobile-workstations li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.tablet-carts-solutions li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.telemonitoring-device-carts-mounts li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.technology-mounts li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.mobile-dental-carts li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.ppe-healthcare-products li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.telehealth-products li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.accessories li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.keyboards-mice li.navPages-item.Products > ul .megamenu-submenu-wrap > li, .navPages.baskets li.navPages-item.Products > ul .megamenu-submenu-wrap > li {
    display: none; }
    .navPages.homepage li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(1), .navPages.mobile-carts-mounts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(1), .navPages.all-mobile-workstations li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(1), .navPages.tablet-carts-solutions li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(1), .navPages.telemonitoring-device-carts-mounts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(1), .navPages.technology-mounts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(1), .navPages.mobile-dental-carts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(1), .navPages.ppe-healthcare-products li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(1), .navPages.telehealth-products li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(1), .navPages.accessories li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(1), .navPages.keyboards-mice li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(1), .navPages.baskets li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(1) {
      display: block; }
    .navPages.homepage li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(2), .navPages.mobile-carts-mounts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(2), .navPages.all-mobile-workstations li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(2), .navPages.tablet-carts-solutions li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(2), .navPages.telemonitoring-device-carts-mounts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(2), .navPages.technology-mounts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(2), .navPages.mobile-dental-carts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(2), .navPages.ppe-healthcare-products li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(2), .navPages.telehealth-products li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(2), .navPages.accessories li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(2), .navPages.keyboards-mice li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(2), .navPages.baskets li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(2) {
      display: block; }
    .navPages.homepage li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(3), .navPages.mobile-carts-mounts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(3), .navPages.all-mobile-workstations li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(3), .navPages.tablet-carts-solutions li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(3), .navPages.telemonitoring-device-carts-mounts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(3), .navPages.technology-mounts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(3), .navPages.mobile-dental-carts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(3), .navPages.ppe-healthcare-products li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(3), .navPages.telehealth-products li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(3), .navPages.accessories li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(3), .navPages.keyboards-mice li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(3), .navPages.baskets li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(3) {
      display: block; }
    .navPages.homepage li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(6), .navPages.mobile-carts-mounts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(6), .navPages.all-mobile-workstations li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(6), .navPages.tablet-carts-solutions li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(6), .navPages.telemonitoring-device-carts-mounts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(6), .navPages.technology-mounts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(6), .navPages.mobile-dental-carts li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(6), .navPages.ppe-healthcare-products li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(6), .navPages.telehealth-products li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(6), .navPages.accessories li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(6), .navPages.keyboards-mice li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(6), .navPages.baskets li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(6) {
      display: block; }

.navPages.traditional-charting li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(4n) > ul {
  animation: none;
  opacity: 1;
  visibility: visible; }

.navPages.traditional-charting li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child(4n) > ul > li > a:hover {
  color: #00a4b1; }

.navPages.traditional-charting li.navPages-item.Products > ul .megamenu-submenu-wrap > li:nth-child > ul > li > a:hover {
  color: #00a4b1; }

.grid.nav-block {
  margin-right: 5px; }

#quickSearch {
  margin-right: 20px; }

.navUser .navUser-section .navUser-item.navUser-item--cart .cart-quantity {
  right: -20px; }

.navUser .navUser-section .navUser-item.navUser-item--cart {
  margin-right: 35px; }

#first_block {
  background: url("https://cdn11.bigcommerce.com/s-6v7l9in7kh/images/stencil/original/image-manager/background-first-new-main-block.jpg?t=1728421532") no-repeat;
  display: flex;
  justify-content: space-between; }
  #first_block .first_block_right {
    max-width: 640px;
    background: #e4f5f6;
    padding: 0 50px; }
    #first_block .first_block_right .right_block_top .text_top {
      font-size: 23px;
      text-align: right;
      color: #222d3d;
      font-weight: 400;
      padding-top: 40px;
      margin-bottom: 15px;
      font-family: Archer,sans-serif; }
    #first_block .first_block_right .right_block_top .button_wrap_right_block {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 30px; }
      #first_block .first_block_right .right_block_top .button_wrap_right_block a:first-child {
        font-weight: bold;
        background: #fee003;
        width: 330px;
        height: 53px;
        border-radius: 100px;
        padding-left: 67px;
        color: #222d3d;
        position: relative;
        font-size: 14px;
        padding-right: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        transition: 0.5s; }
      #first_block .first_block_right .right_block_top .button_wrap_right_block a:first-child:hover {
        background: #00a4b1; }
      #first_block .first_block_right .right_block_top .button_wrap_right_block a:first-child:before {
        content: " ";
        background: url("/s-6v7l9in7kh/images/stencil/original/image-manager/image-2024-01-11-10-57-38.png") no-repeat;
        background-size: 100% 100%;
        width: 31px;
        height: 31px;
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        margin: auto; }
      #first_block .first_block_right .right_block_top .button_wrap_right_block a:last-child {
        width: 184px;
        background: #222d3d;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 100px;
        font-weight: 500;
        margin-left: 20px;
        width: 220px;
        text-transform: uppercase;
        color: #fff;
        font-size: 19px;
        transition: 0.5s; }
      #first_block .first_block_right .right_block_top .button_wrap_right_block a:last-child:hover {
        color: #fee003;
        background: #222d3d; }
    #first_block .first_block_right .right_block_top .list_category_home_top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #first_block .first_block_right .right_block_top .list_category_home_top .block_cat_home_top {
        margin-bottom: 30px; }
        #first_block .first_block_right .right_block_top .list_category_home_top .block_cat_home_top .info_cat_top a {
          font-size: 18px;
          color: #222d3d;
          font-weight: bold;
          text-transform: uppercase;
          margin-top: 5px;
          display: block;
          transition: 0.5s; }
  #first_block .first_block_left {
    padding-left: 80px;
    padding-top: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    #first_block .first_block_left .first_block_button_left a {
      background: #00a4b1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      max-width: 100%;
      height: 50px;
      padding-right: 15px;
      border-radius: 100px;
      color: #ebf8f9;
      font-weight: 900;
      text-transform: uppercase;
      padding-left: 72px;
      line-height: 1;
      margin-bottom: 50px;
      position: relative;
      font-size: 20px;
      transition: 0.5s; }
    #first_block .first_block_left .first_block_button_left a:hover {
      background: #222d3d; }
    #first_block .first_block_left .first_block_button_left a:before {
      content: " ";
      background: url(/s-6v7l9in7kh/images/stencil/original/image-manager/search-ico.png) no-repeat;
      width: 37px;
      height: 37px;
      position: absolute;
      left: 19px;
      top: 0;
      bottom: 0;
      margin: auto; }

[data-sub-layout="3de4ba15-e7d7-498e-86da-81b67edab506"] {
  padding: 0 !important; }

@media screen and (max-width: 1024px) {
  #first_block .first_block_left {
    padding-left: 30px;
    margin-right: 30px; }
  .first_block_logo_left img {
    width: 230px; }
  #first_block .first_block_left .first_block_button_left a {
    width: 276px; }
  #first_block .first_block_right {
    padding: 0 25px; }
  #first_block .first_block_right .right_block_top .button_wrap_right_block {
    flex-wrap: wrap; }
  #first_block .first_block_right .right_block_top .button_wrap_right_block a:first-child {
    margin-bottom: 20px; }
  #first_block .first_block_right .right_block_top .button_wrap_right_block a:last-child {
    width: 220px;
    height: 53px; }
  #first_block .first_block_right .right_block_top .text_top {
    font-size: 18px;
    padding-top: 15px; }
  #first_block .first_block_right .right_block_top .list_category_home_top .block_cat_home_top .info_cat_top a {
    font-size: 13px; }
  #first_block .first_block_right .right_block_top .list_category_home_top .block_cat_home_top {
    width: 49%; } }

@media screen and (max-width: 730px) {
  #first_block .first_block_left {
    padding-left: 30px;
    margin-right: 0; }
  #first_block {
    flex-wrap: wrap; }
  .first_block_logo_left {
    margin-bottom: 25px; }
  #first_block .first_block_right {
    padding: 0px 15px; }
  #first_block .first_block_right .right_block_top .list_category_home_top .block_cat_home_top {
    width: 100%;
    text-align: center; } }

#new_design_top_cat {
  padding: 35px 0; }
  #new_design_top_cat .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #new_design_top_cat .container .text_new_design_cat_top {
      font-size: 30px;
      color: #222d3d;
      line-height: 1.5;
      font-family: Archer,sans-serif; }

.charting_list_cat {
  padding: 50px 0;
  background: #e5f6f7; }
  .charting_list_cat .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start; }
    .charting_list_cat .container .block_chart_cat {
      width: 15.6%;
      overflow: hidden;
      transition: 0.5s; }
      .charting_list_cat .container .block_chart_cat .block_img_chart_cat {
        width: 100%;
        height: 189px;
        background: #d9f1f3;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .charting_list_cat .container .block_chart_cat .block_img_chart_cat a img {
          width: 100%;
          height: 210px;
          display: block;
          -o-object-fit: contain;
          object-fit: contain; }
      .charting_list_cat .container .block_chart_cat .title_chart_cat {
        margin-top: 15px; }
        .charting_list_cat .container .block_chart_cat .title_chart_cat a {
          color: #222d3d;
          font-weight: bold;
          text-transform: uppercase;
          transition: 0.5s; }

.bottom_block_chart {
  display: flex;
  flex-wrap: wrap; }
  .bottom_block_chart .bottom_block_chart_inside {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 330px;
    overflow: hidden; }
    .bottom_block_chart .bottom_block_chart_inside .text_block_bottom_block {
      width: 60%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 20px;
      background: #00a4b1;
      padding-right: 20px; }
      .bottom_block_chart .bottom_block_chart_inside .text_block_bottom_block .title_bottom_block_text {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
        font-family: Archer,sans-serif; }
      .bottom_block_chart .bottom_block_chart_inside .text_block_bottom_block .description_bottom_block_text {
        font-size: 16px;
        color: #fff;
        font-weight: 300; }
      .bottom_block_chart .bottom_block_chart_inside .text_block_bottom_block .bottom_block_wrap_button {
        margin-top: 25px; }
        .bottom_block_chart .bottom_block_chart_inside .text_block_bottom_block .bottom_block_wrap_button a {
          width: 194px;
          height: 50px;
          background: #fee003;
          color: #222d3d;
          font-size: 24px;
          font-weight: bold;
          display: flex;
          border-radius: 100px;
          align-items: center;
          justify-content: center;
          font-family: Archer,sans-serif;
          transition: 0.5s; }
        .bottom_block_chart .bottom_block_chart_inside .text_block_bottom_block .bottom_block_wrap_button a:hover {
          background: #222d3d;
          color: #fee003; }
        .bottom_block_chart .bottom_block_chart_inside .text_block_bottom_block .bottom_block_wrap_button a:after {
          content: ">";
          font-size: 19px;
          margin-left: 10px;
          position: relative;
          top: 1px; }
    .bottom_block_chart .bottom_block_chart_inside .right_block_chart {
      width: 40%;
      height: 100%;
      background: #bfe8eb;
      display: flex;
      align-items: center;
      overflow: hidden; }
      .bottom_block_chart .bottom_block_chart_inside .right_block_chart .img_block_chart_right a img {
        width: 100%;
        max-height: 330px;
        object-fit: contain; }

[data-sub-layout="19a30a3c-2469-4400-8621-a3f3a15f21d0"] {
  padding: 0 !important; }

.productView-details-main .price-section.price-section--withoutTax.rrp-price--withoutTax {
  display: block !important;
  margin-right: 10px; }

.productView-details-main .productView-price-wrap {
  display: flex; }

#sale_top:before {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-6v7l9in7kh/images/stencil/original/image-manager/procent-sale.png) no-repeat;
  width: 45px;
  height: 45px;
  margin-right: 25px; }

#sale_top span {
  font-weight: 900;
  padding: 0 11px; }

#sale_top {
  background: #fee003;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #222d3d;
  font-weight: 400; }

[data-sub-layout="1ab8859c-12b9-482f-9ad4-cfb07da2ead5"] {
  padding: 0 !important; }

main.body.traditional-charting .category-top-banner * {
  color: #000 !important; }

main.body.traditional-charting .category-top-banner {
  background-color: #e5f6f7; }

main.body.traditional-charting .category-top-banner .breadcrumb:not(:first-child)::before {
  background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='627' height='1024' viewBox='0 0 627 1024'%3E%3Ctitle%3Epinterest%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%23000' d='M106.985 1024l-106.985-106.985 397.373-397.373-397.373-412.657 106.985-106.985 519.642 519.642z'%3E%3C/path%3E%3C/svg%3E%0A"); }

@media screen and (min-width: 1280px) {
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    position: relative;
    top: -4px; } }

@media screen and (max-width: 1024px) {
  #sale_top {
    font-size: 20px; }
  #new_design_top_cat .container {
    flex-wrap: wrap; }
  .logo_new_d {
    margin-bottom: 25px; }
  .charting_list_cat .container {
    flex-wrap: wrap; }
  .charting_list_cat .container .block_chart_cat {
    width: 32%;
    overflow: hidden;
    margin-bottom: 20px; }
  .bottom_block_chart .bottom_block_chart_inside {
    width: 100%; } }

@media screen and (max-width: 767px) {
  #sale_top {
    font-size: 20px;
    flex-wrap: wrap;
    padding: 15px 0;
    height: auto; }
  #logo_new_d {
    margin-bottom: 25px; }
  #new_design_top_cat .container .text_new_design_cat_top {
    font-size: 24px; }
    #new_design_top_cat .container .text_new_design_cat_top br {
      display: none; }
  .charting_list_cat .container .block_chart_cat {
    width: 48%;
    overflow: hidden;
    margin-bottom: 20px; }
  .bottom_block_chart .bottom_block_chart_inside {
    max-height: inherit;
    overflow: hidden;
    flex-wrap: wrap; }
  .bottom_block_chart .bottom_block_chart_inside .right_block_chart {
    width: 100%;
    height: auto;
    background: #bfe8eb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
  .bottom_block_chart .bottom_block_chart_inside .text_block_bottom_block {
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 25px;
    background: #00a4b1;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 30px; } }

.charting_list_cat .block_chart_cat:hover .title_chart_cat a {
  color: #00a4b1; }

#first_block .first_block_right .right_block_top .list_category_home_top .block_cat_home_top:hover .info_cat_top a {
  color: #00a4b1; }

.navPages-item.Products > a.navPages-action > i {
  position: relative;
  top: 0px;
  margin: 0 0 0 0.486rem; }

@media screen and (min-width: 1024px) {
  .navPages ul .megamenu-submenu .megamenu-submenu-wrap {
    justify-content: flex-start;
    flex-wrap: nowrap; } }

.footer {
  padding-top: 60px;
  padding-bottom: 0px;
  border-top: 0px; }
  @media screen and (min-width: 1280px) {
    .footer {
      padding-top: 4.16667vw; } }
  @media screen and (max-width: 1023px) {
    .footer {
      padding-top: 40px; } }
  @media screen and (max-width: 1023px) {
    .footer .custom-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .footer .custom-row .grid {
    margin-bottom: 60px; }
    @media screen and (min-width: 1280px) {
      .footer .custom-row .grid {
        margin-bottom: 4.16667vw; } }
    @media screen and (max-width: 1023px) {
      .footer .custom-row .grid {
        width: 50%;
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .footer .custom-row .grid {
        margin-bottom: 0px; } }
    .footer .custom-row .grid:nth-child(2) {
      width: 320px; }
      @media screen and (min-width: 1280px) {
        .footer .custom-row .grid:nth-child(2) {
          width: 22.22222vw; } }
      @media screen and (max-width: 1023px) {
        .footer .custom-row .grid:nth-child(2) {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .footer .custom-row .grid:nth-child(2) {
          width: 100%; } }
    .footer .custom-row .grid:nth-child(3) {
      width: 292px; }
      @media screen and (min-width: 1280px) {
        .footer .custom-row .grid:nth-child(3) {
          width: 20.27778vw; } }
      @media screen and (max-width: 1023px) {
        .footer .custom-row .grid:nth-child(3) {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .footer .custom-row .grid:nth-child(3) {
          width: 100%; } }
    .footer .custom-row .grid:last-child {
      width: 147px; }
      @media screen and (min-width: 1280px) {
        .footer .custom-row .grid:last-child {
          width: 10.20833vw; } }
      @media screen and (max-width: 1023px) {
        .footer .custom-row .grid:last-child {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .footer .custom-row .grid:last-child {
          width: 100%;
          margin-bottom: 30px; } }
    .footer .custom-row .grid.footer-social-block {
      width: 475px; }
      @media screen and (min-width: 1280px) {
        .footer .custom-row .grid.footer-social-block {
          width: 32.98611vw; } }
      @media screen and (max-width: 1023px) {
        .footer .custom-row .grid.footer-social-block {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .footer .custom-row .grid.footer-social-block {
          width: 100%;
          margin-bottom: 30px; } }
    .footer .custom-row .grid .socialLinks {
      margin-bottom: 34px; }
      @media screen and (min-width: 1280px) {
        .footer .custom-row .grid .socialLinks {
          margin-bottom: 2.36111vw; } }

.footer-info-list {
  margin-bottom: 0px; }
  .footer-info-list a {
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block; }
    @media screen and (min-width: 1280px) {
      .footer-info-list a {
        font-size: 0.97222vw;
        line-height: 1.45833vw; } }
    .footer-info-list a:hover {
      color: #FEE003; }
    .footer-info-list a .icon {
      width: 24px;
      height: 24px;
      background-color: #222D3D;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      margin-right: 20px;
      float: left; }
      @media screen and (min-width: 1280px) {
        .footer-info-list a .icon {
          width: 1.66667vw;
          height: 1.66667vw;
          margin-right: 1.38889vw; } }
      .footer-info-list a .icon svg {
        fill: #ffffff;
        width: 10px;
        height: 10px; }
        @media screen and (min-width: 1280px) {
          .footer-info-list a .icon svg {
            width: 0.69444vw;
            height: 0.69444vw; } }
  .footer-info-list li + li {
    margin-top: 7px; }
    @media screen and (min-width: 1280px) {
      .footer-info-list li + li {
        margin-top: 0.48611vw; } }
    @media only screen and (max-width: 800px) {
      .footer-info-list li + li {
        margin-top: 14px; } }

.footer-social-block .footer-info-list li + li {
  margin-top: 12px; }
  @media screen and (min-width: 1280px) {
    .footer-social-block .footer-info-list li + li {
      margin-top: 0.83333vw; } }

.footer-info-heading {
  color: #ffffff;
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 26px; }
  @media screen and (min-width: 1280px) {
    .footer-info-heading {
      font-size: 0.83333vw;
      line-height: 1.25vw;
      margin-bottom: 1.80556vw; } }
  @media screen and (max-width: 767px) {
    .footer-info-heading.footer-toggle-title {
      padding: 10px 0;
      margin-bottom: 0px;
      line-height: 24px;
      font-size: 14px;
      position: relative;
      cursor: pointer; } }
  .footer-info-heading .down {
    display: none;
    fill: #ffffff;
    transition: all 0.3s linear; }
    @media screen and (max-width: 767px) {
      .footer-info-heading .down {
        display: block;
        position: absolute;
        right: 10px;
        width: 10px;
        height: 10px;
        top: 50%;
        margin-top: -5px; } }
  .footer-info-heading.active {
    border-bottom: transparent; }
    .footer-info-heading.active .down {
      transform: rotate(180deg); }

@media screen and (max-width: 767px) {
  .footer-toggle-content {
    display: none; } }

@media screen and (max-width: 767px) {
  .footer-toggle-content .footer-info-list {
    margin-bottom: 10px;
    margin-left: 10px; } }

.footer-bar {
  padding: 16px 0;
  border-top: 1px solid #CBCED3; }
  @media screen and (min-width: 1280px) {
    .footer-bar {
      padding: 1.11111vw 0; } }
  @media screen and (max-width: 767px) {
    .footer-bar .custom-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .footer-bar .custom-row .grid {
    width: auto;
    margin-bottom: 0px; }
    @media screen and (max-width: 1023px) {
      .footer-bar .custom-row .grid {
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        order: 1; } }
    @media screen and (max-width: 767px) {
      .footer-bar .custom-row .grid {
        width: 100%;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .footer-bar .custom-row .grid:last-child {
      width: auto;
      margin-left: auto; }
      @media screen and (max-width: 1023px) {
        .footer-bar .custom-row .grid:last-child {
          margin-right: auto;
          order: 0; } }
      @media screen and (max-width: 767px) {
        .footer-bar .custom-row .grid:last-child {
          margin-bottom: 0px;
          width: 100%;
          margin-top: 0px; } }
  .footer-bar p, .footer-bar a {
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0px;
    display: block; }
    @media screen and (min-width: 1280px) {
      .footer-bar p, .footer-bar a {
        font-size: 0.69444vw;
        line-height: 1.04167vw; } }
    @media screen and (max-width: 767px) {
      .footer-bar p, .footer-bar a {
        text-align: center; } }
  .footer-bar ul {
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-left: 10px; }
    @media screen and (min-width: 1280px) {
      .footer-bar ul {
        margin-left: 0.69444vw; } }
    @media screen and (max-width: 767px) {
      .footer-bar ul {
        -webkit-justify-content: center;
        justify-content: center; } }
    .footer-bar ul li {
      line-height: 15px; }
      @media screen and (min-width: 1280px) {
        .footer-bar ul li {
          line-height: 1.04167vw; } }
      .footer-bar ul li + li {
        position: relative;
        margin-left: 10px;
        padding-left: 10px; }
        @media screen and (min-width: 1280px) {
          .footer-bar ul li + li {
            margin-left: 0.69444vw;
            padding-left: 0.69444vw; } }
        .footer-bar ul li + li:before {
          content: "|";
          position: absolute;
          left: -1px;
          top: 2px;
          font-size: 10px;
          line-height: 15px;
          color: #686868; }
          @media screen and (min-width: 1280px) {
            .footer-bar ul li + li:before {
              font-size: 0.69444vw;
              line-height: 1.04167vw;
              left: -0.06944vw;
              top: 0.13889vw; } }
      .footer-bar ul li a:hover {
        color: #FEE003; }
  .footer-bar .payment_icon {
    margin-left: 0; }
    @media screen and (max-width: 1023px) {
      .footer-bar .payment_icon {
        margin-bottom: 16px; } }
    .footer-bar .payment_icon li {
      padding: 0; }
      .footer-bar .payment_icon li img {
        width: 35px; }
        @media screen and (min-width: 1280px) {
          .footer-bar .payment_icon li img {
            width: 2.43056vw; } }
        @media screen and (max-width: 666px) {
          .footer-bar .payment_icon li img {
            width: 30px; } }
      .footer-bar .payment_icon li::before {
        display: none; }

[data-content-region="page_builder_content"] > div > div > div,
[data-content-region="home_video_section"] > div > div > div,
[data-content-region="home_solution_section"] > div > div > div,
[data-content-region="home_our_products"] > div > div > div,
[data-content-region="home_solution_form"] > div > div > div,
[data-content-region="home_case_studies_section"] > div > div > div,
[data-content-region="home_our_partners_section"] > div > div > div,
[data-content-region="banner_with_video_section"] > div > div > div,
[data-content-region="category_template_testimonials_section"] > div > div > div,
[data-content-region="category_template_case_studies_section"] > div > div > div,
[data-content-region="category_template_client_worked_logos"] > div > div > div,
[data-content-region="category_template_faq_section"] > div > div > div,
[data-content-region="home_our_process_section"] > div > div > div {
  padding: 0px; }

.heroCarousel.slick-initialized {
  max-height: 540px; }
  @media screen and (min-width: 1280px) {
    .heroCarousel.slick-initialized {
      max-height: 37.5vw; } }

.heroCarousel .slick-prev {
  left: 20px; }
  @media screen and (min-width: 1280px) {
    .heroCarousel .slick-prev {
      left: 1.38889vw; } }

.heroCarousel .slick-next {
  right: 20px; }
  @media screen and (min-width: 1280px) {
    .heroCarousel .slick-next {
      right: 1.38889vw; } }

.heroCarousel .slick-dots {
  bottom: 25px; }
  @media screen and (min-width: 1280px) {
    .heroCarousel .slick-dots {
      bottom: 1.73611vw; } }

.heroCarousel-slide .heroCarousel-image {
  object-fit: cover; }

.heroCarousel-slide .heroCarousel-image-wrapper {
  max-height: 540px; }
  @media screen and (min-width: 1280px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 37.5vw; } }

.heroCarousel-title {
  font-size: 40px;
  line-height: 44px;
  font-family: "Archer", sans-serif;
  margin-bottom: 20px;
  color: #ffffff; }
  @media screen and (min-width: 1280px) {
    .heroCarousel-title {
      font-size: 2.77778vw;
      line-height: 3.05556vw;
      margin-bottom: 1.38889vw; } }

.heroCarousel-description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  color: #ffffff; }
  @media screen and (min-width: 1280px) {
    .heroCarousel-description {
      font-size: 1.11111vw;
      line-height: 1.66667vw;
      margin-bottom: 2.77778vw; } }

.heroCarousel-content {
  padding: 0px;
  background-color: transparent;
  width: 452px;
  max-height: 100%;
  overflow: hidden;
  text-align: left;
  margin-left: 0px;
  left: 100px; }
  @media screen and (min-width: 1280px) {
    .heroCarousel-content {
      width: 31.38889vw;
      left: 6.94444vw; } }

.carousel-play-pause-button {
  display: none !important; }

.home-video-section-main {
  background-color: #EBF8F9;
  padding-bottom: 80px; }
  @media screen and (min-width: 1280px) {
    .home-video-section-main {
      padding-bottom: 5.55556vw; } }
  @media screen and (max-width: 1279px) {
    .home-video-section-main {
      padding-bottom: 50px; } }
  @media screen and (max-width: 1023px) {
    .home-video-section-main {
      padding-bottom: 10px; } }

.home-video-section {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .home-video-section {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .home-video-section .text-block {
    padding: 75px 110px 75px 150px;
    width: 50%; }
    @media screen and (min-width: 1280px) {
      .home-video-section .text-block {
        padding: 5.20833vw 7.63889vw 5.20833vw 10.41667vw; } }
    @media screen and (max-width: 1279px) {
      .home-video-section .text-block {
        padding: 40px 115px 40px 30px; } }
    @media screen and (max-width: 1023px) {
      .home-video-section .text-block {
        padding: 30px; } }
    @media screen and (max-width: 767px) {
      .home-video-section .text-block {
        padding: 25px 20px;
        width: 100%;
        order: 1;
        text-align: center; } }
    .home-video-section .text-block h3 {
      font-size: 40px;
      line-height: 44px;
      margin-bottom: 20px;
      font-weight: 500; }
      @media screen and (min-width: 1280px) {
        .home-video-section .text-block h3 {
          font-size: 2.77778vw;
          line-height: 3.05556vw;
          margin-bottom: 1.38889vw; } }
      @media screen and (max-width: 1279px) {
        .home-video-section .text-block h3 {
          font-size: 32px;
          line-height: 36px; } }
      @media screen and (max-width: 1023px) {
        .home-video-section .text-block h3 {
          font-size: 24px;
          line-height: 30px; } }
    .home-video-section .text-block p {
      line-height: 24px;
      margin-bottom: 40px; }
      @media screen and (min-width: 1280px) {
        .home-video-section .text-block p {
          line-height: 1.66667vw;
          margin-bottom: 2.77778vw; } }
      @media screen and (max-width: 1279px) {
        .home-video-section .text-block p {
          margin-bottom: 25px; } }
  .home-video-section .video-block {
    width: 50%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .home-video-section .video-block {
        width: 100%;
        order: 0; } }
    .home-video-section .video-block a {
      display: block;
      position: relative;
      height: 540px;
      -webkit-border-radius: 0 0 0 10px;
      -moz-border-radius: 0 0 0 10px;
      border-radius: 0 0 0 10px;
      overflow: hidden; }
      @media screen and (min-width: 1280px) {
        .home-video-section .video-block a {
          height: 37.5vw; } }
      @media screen and (max-width: 1279px) {
        .home-video-section .video-block a {
          height: 415px; } }
      @media screen and (max-width: 1023px) {
        .home-video-section .video-block a {
          height: 54.036vw;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; } }
      .home-video-section .video-block a img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .home-video-section .video-block img {
      width: 100%;
      object-fit: cover;
      height: 100%;
      -webkit-border-radius: 0 0 0 10px;
      -moz-border-radius: 0 0 0 10px;
      border-radius: 0 0 0 10px; }
      @media screen and (max-width: 767px) {
        .home-video-section .video-block img {
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          border-radius: 0px; } }
    .home-video-section .video-block .play-btn {
      position: absolute;
      width: 68px;
      height: 68px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 1px solid #ffffff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      @media screen and (min-width: 1280px) {
        .home-video-section .video-block .play-btn {
          width: 4.72222vw;
          height: 4.72222vw; } }
      @media screen and (max-width: 767px) {
        .home-video-section .video-block .play-btn {
          width: 50px;
          height: 50px; } }
      .home-video-section .video-block .play-btn::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 0 9px 18px;
        border-color: transparent transparent transparent #FEE003;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
        @media screen and (min-width: 1280px) {
          .home-video-section .video-block .play-btn::before {
            border-width: 0.625vw 0 0.625vw 1.25vw; } }
        @media screen and (max-width: 767px) {
          .home-video-section .video-block .play-btn::before {
            border-width: 6px 0 6px 12px; } }
      .home-video-section .video-block .play-btn:hover::before {
        border-color: transparent transparent transparent #00A4B1; }

.home-solution-section {
  background-image: url("../img/home-solution-bg-new.svg");
  padding: 0px 0 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top -80px center; }
  @media screen and (min-width: 1280px) {
    .home-solution-section {
      padding: 0 0 5.55556vw;
      background-position: top -5.55556vw center; } }
  @media screen and (max-width: 1279px) {
    .home-solution-section {
      padding: 0px 0 50px; } }
  @media screen and (max-width: 1023px) {
    .home-solution-section {
      padding: 36px 0 80px; } }
  @media screen and (max-width: 767px) {
    .home-solution-section {
      padding: 10px 0 70px; } }
  @media screen and (max-width: 1023px) {
    .home-solution-section .container {
      padding: 0px; } }
  .home-solution-section .custom-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .home-solution-section .custom-row .grid {
      width: 25%; }
    @media screen and (max-width: 1023px) {
      .home-solution-section .custom-row {
        margin: 0px; } }
  .home-solution-section .img-block {
    height: 270px; }
    @media screen and (min-width: 1280px) {
      .home-solution-section .img-block {
        height: 18.75vw; } }
    @media screen and (max-width: 1023px) {
      .home-solution-section .img-block {
        height: 35.156vw; } }
    @media screen and (max-width: 767px) {
      .home-solution-section .img-block {
        height: 53.906vw; } }
    .home-solution-section .img-block img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .home-solution-section .text-block {
    background-color: #00A4B1;
    text-align: center;
    padding: 6px 31px 20px 31px;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    cursor: pointer; }
    @media screen and (min-width: 1280px) {
      .home-solution-section .text-block {
        padding: 0.41667vw 2.15278vw 1.38889vw 2.15278vw; } }
    @media screen and (max-width: 1279px) {
      .home-solution-section .text-block {
        padding: 6px 25px 20px 25px; } }
    .home-solution-section .text-block:before {
      background-image: url("data:image/svg+xml,%3Csvg width='270' height='61' viewBox='0 0 270 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M270 12.7745V61H0V13.1641C43.9984 4.52683 89.4706 0 136 0C181.825 0 226.624 4.39075 270 12.7745Z' fill='%2300A4B1'/%3E%3C/svg%3E%0A");
      width: 100%;
      position: absolute;
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      top: -15px;
      left: 0;
      height: 15px; }
      @media screen and (min-width: 1280px) {
        .home-solution-section .text-block:before {
          height: 1.04167vw;
          top: -1.04167vw; } }
    .home-solution-section .text-block:after {
      height: 21px;
      width: 21px;
      border: 1px solid #ffffff;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      position: absolute;
      content: "";
      right: 21px;
      bottom: 15px;
      background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8L4 4.5L1 1' stroke='%23FEE003' stroke-width='1.5'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 7px 7px;
      opacity: 1;
      transition: all .3s ease; }
      @media screen and (min-width: 1280px) {
        .home-solution-section .text-block:after {
          height: 1.45833vw;
          width: 1.45833vw;
          right: 1.45833vw;
          bottom: 1.04167vw;
          background-size: 0.48611vw 0.48611vw; } }
    .home-solution-section .text-block .icon {
      width: 60px;
      height: 60px;
      margin-bottom: 12px; }
      @media screen and (min-width: 1280px) {
        .home-solution-section .text-block .icon {
          width: 4.16667vw;
          height: 4.16667vw;
          margin-bottom: 0.83333vw; } }
    .home-solution-section .text-block h6 {
      font-size: 14px;
      line-height: 16px;
      font-family: "Gotham", sans-serif;
      color: #ffffff;
      text-transform: capitalize;
      margin-bottom: 0px; }
      @media screen and (min-width: 1280px) {
        .home-solution-section .text-block h6 {
          font-size: 0.83333vw;
          line-height: 1.11111vw; } }
      @media screen and (max-width: 1023px) {
        .home-solution-section .text-block h6 {
          font-size: 14px; } }
    .home-solution-section .text-block p {
      font-size: 14px;
      line-height: 18px;
      color: #ffffff;
      padding-top: 14px;
      margin-bottom: 33px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      position: relative;
      height: 104px; }
      @media screen and (min-width: 1024px) {
        .home-solution-section .text-block p {
          transition: all .3s linear;
          opacity: 0; } }
      @media screen and (min-width: 1280px) {
        .home-solution-section .text-block p {
          font-size: 0.83333vw;
          line-height: 1.25vw;
          padding-top: 0.97222vw;
          margin-bottom: 2.29167vw;
          height: 7.22222vw; } }
  .home-solution-section .solution-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .home-solution-section .solution-item {
        padding-bottom: 114px; } }
    @media screen and (min-width: 1280px) {
      .home-solution-section .solution-item {
        padding-bottom: 7.91667vw; } }
    @media screen and (min-width: 1024px) {
      .home-solution-section .solution-item .text-block {
        position: absolute;
        bottom: -134px; } }
    @media screen and (min-width: 1280px) {
      .home-solution-section .solution-item .text-block {
        bottom: -9.30556vw; } }
    @media screen and (max-width: 1279px) {
      .home-solution-section .solution-item .text-block {
        bottom: -130px; } }
    @media screen and (max-width: 1023px) {
      .home-solution-section .solution-item .text-block {
        bottom: auto; } }
    @media screen and (min-width: 1024px) {
      .home-solution-section .solution-item:hover .text-block {
        bottom: 0; }
        .home-solution-section .solution-item:hover .text-block p {
          opacity: 1; } }

.our-poducts {
  position: relative;
  padding-bottom: 80px; }
  @media screen and (min-width: 1280px) {
    .our-poducts {
      padding-bottom: 5.55556vw; } }
  @media screen and (max-width: 1279px) {
    .our-poducts {
      padding-bottom: 50px; } }
  @media screen and (max-width: 1023px) {
    .our-poducts {
      padding-bottom: 45px; } }
  .our-poducts:before {
    background-image: url("../img/our-products-bg.svg");
    background-repeat: no-repeat;
    height: 936px;
    content: "";
    position: absolute;
    bottom: -250px;
    left: 0;
    width: 100%;
    background-size: cover; }
    @media screen and (min-width: 1280px) {
      .our-poducts:before {
        height: 65vw;
        bottom: -17.36111vw; } }
    @media screen and (max-width: 1023px) {
      .our-poducts:before {
        height: 600px;
        bottom: 0; } }
  .our-poducts .custom-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    @media screen and (max-width: 1023px) {
      .our-poducts .custom-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .our-poducts .custom-row .grid {
      width: 33.33%;
      margin-bottom: 40px; }
      @media screen and (min-width: 1280px) {
        .our-poducts .custom-row .grid {
          margin-bottom: 2.77778vw; } }
      @media screen and (max-width: 1023px) {
        .our-poducts .custom-row .grid {
          width: 50%;
          margin-bottom: 30px; } }
      @media screen and (max-width: 767px) {
        .our-poducts .custom-row .grid {
          margin-bottom: 20px; } }
    .our-poducts .custom-row .full-grid {
      width: 100%;
      margin-bottom: 0px;
      padding-top: 10px;
      text-align: center; }
      @media screen and (min-width: 1280px) {
        .our-poducts .custom-row .full-grid {
          padding-top: 0.69444vw; } }
      @media screen and (max-width: 767px) {
        .our-poducts .custom-row .full-grid {
          padding-top: 0px; } }
  .our-poducts .product-item {
    text-align: center; }
    .our-poducts .product-item .img-block {
      margin-bottom: 20px; }
      @media screen and (min-width: 1280px) {
        .our-poducts .product-item .img-block {
          margin-bottom: 1.38889vw; } }
      @media screen and (max-width: 767px) {
        .our-poducts .product-item .img-block {
          margin-bottom: 10px; } }
      .our-poducts .product-item .img-block a {
        display: block;
        position: relative; }
        .our-poducts .product-item .img-block a .button {
          position: absolute;
          bottom: 0px;
          top: auto;
          left: 50%;
          transform: translateX(-50%);
          opacity: 0;
          z-index: 2;
          background-color: #FEE003;
          color: #2C394B;
          border-color: #FEE003;
          transition: all .5s ease; }
          @media screen and (max-width: 767px) {
            .our-poducts .product-item .img-block a .button {
              display: none; } }
        .our-poducts .product-item .img-block a:before {
          position: absolute;
          content: "";
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background: linear-gradient(0deg, rgba(0, 164, 177, 0.5), rgba(0, 164, 177, 0.5));
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          border-radius: 12px;
          z-index: 1;
          opacity: 0;
          transition: all .5s ease; }
        .our-poducts .product-item .img-block a:hover:before {
          opacity: 1; }
        .our-poducts .product-item .img-block a:hover .button {
          bottom: 36px;
          opacity: 1; }
          @media screen and (min-width: 1280px) {
            .our-poducts .product-item .img-block a:hover .button {
              bottom: 2.5vw; } }
      .our-poducts .product-item .img-block img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        max-height: 240px; }
        @media screen and (min-width: 1280px) {
          .our-poducts .product-item .img-block img {
            max-height: 16.66667vw; } }
        @media screen and (max-width: 1023px) {
          .our-poducts .product-item .img-block img {
            max-height: 31.250vw; } }
        @media screen and (max-width: 767px) {
          .our-poducts .product-item .img-block img {
            max-height: 57.971vw; } }
    .our-poducts .product-item h2 {
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      font-weight: 700;
      margin-bottom: 0px; }
      @media screen and (min-width: 1280px) {
        .our-poducts .product-item h2 {
          font-size: 1.11111vw;
          line-height: 1.38889vw; } }
      @media screen and (max-width: 767px) {
        .our-poducts .product-item h2 {
          font-size: 14px;
          line-height: 18px;
          font-weight: 600;
          letter-spacing: 0.5px; } }

.build-perfect-solutions-section {
  position: relative;
  padding-bottom: 80px; }
  @media screen and (min-width: 1280px) {
    .build-perfect-solutions-section {
      padding-bottom: 5.55556vw; } }
  .build-perfect-solutions-section::before {
    height: 916px;
    background-image: url("../img/build-perfect-solutions-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    bottom: -396px;
    left: 0;
    width: 100%; }
    @media screen and (min-width: 1280px) {
      .build-perfect-solutions-section::before {
        height: 63.61111vw;
        bottom: -27.5vw; } }
    @media screen and (max-width: 1279px) {
      .build-perfect-solutions-section::before {
        bottom: -400px; } }
    @media screen and (max-width: 1023px) {
      .build-perfect-solutions-section::before {
        height: 600px; } }
  @media screen and (max-width: 1023px) {
    .build-perfect-solutions-section .container {
      padding: 0px; } }
  @media screen and (max-width: 1023px) {
    .build-perfect-solutions-section .productCarousel {
      margin: 0px; } }
  @media screen and (max-width: 1023px) {
    .build-perfect-solutions-section .slick-arrow {
      display: none !important; } }
  .build-perfect-solutions-section .heading-block {
    margin-bottom: 50px; }
    @media screen and (min-width: 1280px) {
      .build-perfect-solutions-section .heading-block {
        margin-bottom: 3.47222vw; } }
    @media screen and (max-width: 1279px) {
      .build-perfect-solutions-section .heading-block {
        margin-bottom: 35px; } }
    @media screen and (max-width: 1023px) {
      .build-perfect-solutions-section .heading-block {
        padding: 0 20px; } }
    .build-perfect-solutions-section .heading-block .page-heading {
      margin-bottom: 20px; }
      @media screen and (min-width: 1280px) {
        .build-perfect-solutions-section .heading-block .page-heading {
          margin-bottom: 1.38889vw; } }
      @media screen and (max-width: 1279px) {
        .build-perfect-solutions-section .heading-block .page-heading {
          margin-bottom: 15px; } }
      @media screen and (max-width: 1023px) {
        .build-perfect-solutions-section .heading-block .page-heading {
          margin-bottom: 10px; } }
    .build-perfect-solutions-section .heading-block p {
      text-align: center;
      margin-bottom: 0px; }

.template-default .product-section .card {
  height: 100%;
  padding: 55px 25px 30px;
  transition: all 0.3s ease;
  transition-delay: unset !important; }
  @media screen and (min-width: 1280px) {
    .template-default .product-section .card {
      padding: 3.81944vw 1.73611vw 2.08333vw; } }
  @media screen and (max-width: 1279px) {
    .template-default .product-section .card {
      padding: 50px 20px 25px; } }
  @media screen and (max-width: 1023px) {
    .template-default .product-section .card {
      padding: 25px 20px 25px; } }
  @media screen and (min-width: 1024px) {
    .template-default .product-section .card:hover {
      padding-top: 29px; } }
  @media screen and (min-width: 1280px) {
    .template-default .product-section .card:hover {
      padding-top: 2.01389vw; } }
  @media screen and (min-width: 1024px) {
    .template-default .product-section .card:hover .card-body {
      padding-top: 28px;
      padding-bottom: 54px; } }
  @media screen and (min-width: 1280px) {
    .template-default .product-section .card:hover .card-body {
      padding-top: 1.94444vw;
      padding-bottom: 3.75vw; } }
  .template-default .product-section .card:hover .card-body .btn-block {
    bottom: 0;
    opacity: 1; }

@media screen and (max-width: 1279px) {
  .template-default .product-section .card-figure {
    height: 173px; } }

@media screen and (max-width: 1023px) {
  .template-default .product-section .card-figure {
    height: 31.250vw; } }

@media screen and (max-width: 767px) {
  .template-default .product-section .card-figure {
    height: 57.971vw; } }

.template-default .product-section .card-body {
  padding-top: 56px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden; }
  @media screen and (min-width: 1280px) {
    .template-default .product-section .card-body {
      padding-top: 3.88889vw; } }
  @media screen and (max-width: 1279px) {
    .template-default .product-section .card-body {
      padding-top: 46px;
      height: calc(100% - 173px); } }
  @media screen and (max-width: 1023px) {
    .template-default .product-section .card-body {
      height: calc(100% - 31.250vw);
      padding-top: 20px; } }
  @media screen and (max-width: 767px) {
    .template-default .product-section .card-body {
      height: calc(100% - 57.971vw); } }

.template-default .product-section .card-product-desc {
  margin-bottom: 0.5rem; }

.template-default .product-section .btn-block {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (min-width: 1024px) {
    .template-default .product-section .btn-block {
      padding-top: 20px;
      position: absolute;
      bottom: -34px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      opacity: 0;
      transition: all 0.3s ease; } }
  @media screen and (min-width: 1280px) {
    .template-default .product-section .btn-block {
      padding-top: 1.38889vw;
      bottom: -2.36111vw; } }
  .template-default .product-section .btn-block .left-block {
    display: none; }
  .template-default .product-section .btn-block .right-block {
    width: 100%;
    text-align: center; }

.product-section .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .product-section .slick-track:before, .product-section .slick-track:after {
    display: none; }

.product-section .productCarousel {
  margin-bottom: 0px; }
  .product-section .productCarousel .productCarousel-slide {
    height: auto;
    padding-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .product-section .productCarousel .productCarousel-slide {
        padding-bottom: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .product-section .productCarousel .productCarousel-slide {
        padding-bottom: 0px; } }

.product-section .card {
  height: 100%; }

.our-process-section {
  padding-bottom: 100px; }
  @media screen and (min-width: 1280px) {
    .our-process-section {
      padding-bottom: 6.94444vw; } }
  @media screen and (max-width: 1279px) {
    .our-process-section {
      padding-bottom: 80px; } }
  @media screen and (max-width: 1023px) {
    .our-process-section {
      padding-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .our-process-section {
      padding-bottom: 80px; } }
  @media screen and (max-width: 767px) {
    .our-process-section .container {
      padding: 0px; } }
  .our-process-section .heading-block {
    text-align: left;
    margin-bottom: 39px;
    max-width: 815px; }
    @media screen and (min-width: 1280px) {
      .our-process-section .heading-block {
        margin-bottom: 2.70833vw;
        max-width: 56.59722vw; } }
    @media screen and (max-width: 767px) {
      .our-process-section .heading-block {
        padding: 0 20px;
        max-width: 100%;
        margin-bottom: 30px; } }
    .our-process-section .heading-block .page-heading {
      text-align: left;
      margin-bottom: 20px; }
      @media screen and (min-width: 1280px) {
        .our-process-section .heading-block .page-heading {
          margin-bottom: 1.38889vw; } }
      @media screen and (max-width: 1279px) {
        .our-process-section .heading-block .page-heading {
          margin-bottom: 15px; } }
    .our-process-section .heading-block p {
      margin-bottom: 0px; }
  .our-process-section ul.our-process-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style-type: none;
    margin: 0px;
    position: relative; }
    .our-process-section ul.our-process-block:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      background-color: #dddddd;
      height: 1px;
      z-index: -1;
      top: 15px; }
      @media screen and (min-width: 1280px) {
        .our-process-section ul.our-process-block:before {
          top: 1.04167vw; } }
      @media screen and (max-width: 767px) {
        .our-process-section ul.our-process-block:before {
          display: none; } }
    .our-process-section ul.our-process-block .slick-track {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .our-process-section ul.our-process-block .slick-track:before, .our-process-section ul.our-process-block .slick-track:after {
        display: none; }
    .our-process-section ul.our-process-block li {
      width: 25%; }
      @media screen and (max-width: 767px) {
        .our-process-section ul.our-process-block li {
          text-align: left;
          margin: 0 5px;
          border: 1px solid #dedede;
          padding: 20px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          height: auto;
          padding-left: 60px;
          position: relative; } }
      .our-process-section ul.our-process-block li .icon {
        width: 30px;
        height: 30px;
        background-color: #2C394B;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 7.1 9.1' style='enable-background:new 0 0 7.1 9.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='2.5,9.1 1.5,8 4.2,5.3 0,5.3 0,3.8 4.2,3.8 1.5,1.1 2.5,0 7.1,4.5 '/%3E%3C/svg%3E%0A");
        background-size: 8px 8px;
        background-repeat: no-repeat;
        background-position: center center;
        margin-bottom: 19px; }
        @media screen and (min-width: 1280px) {
          .our-process-section ul.our-process-block li .icon {
            width: 2.08333vw;
            height: 2.08333vw;
            background-size: 0.55556vw 0.55556vw;
            margin-bottom: 1.31944vw; } }
        @media screen and (max-width: 767px) {
          .our-process-section ul.our-process-block li .icon {
            position: absolute;
            width: 25px;
            height: 25px;
            left: 20px;
            top: 15px; } }
      .our-process-section ul.our-process-block li p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0px;
        padding-right: 65px; }
        @media screen and (min-width: 1280px) {
          .our-process-section ul.our-process-block li p {
            font-size: 0.90278vw;
            line-height: 1.38889vw;
            padding-right: 4.51389vw; } }
        @media screen and (max-width: 1023px) {
          .our-process-section ul.our-process-block li p {
            padding-right: 20px; } }
        @media screen and (max-width: 767px) {
          .our-process-section ul.our-process-block li p {
            padding-right: 0px; } }
        .our-process-section ul.our-process-block li p.step {
          font-size: 14px;
          line-height: 16px;
          color: #00A4B1;
          margin-bottom: 16px;
          font-weight: 500; }
          @media screen and (min-width: 1280px) {
            .our-process-section ul.our-process-block li p.step {
              font-size: 0.97222vw;
              line-height: 1.11111vw;
              margin-bottom: 1.11111vw; } }
          @media screen and (max-width: 767px) {
            .our-process-section ul.our-process-block li p.step {
              margin-bottom: 10px; } }
    .our-process-section ul.our-process-block .slick-dots li {
      margin: 0px 5px;
      padding: 0px;
      border: 0px;
      width: auto; }

.home-solution-form {
  background-color: #2C394B;
  padding-top: 78px;
  padding-bottom: 318px; }
  @media screen and (min-width: 1280px) {
    .home-solution-form {
      padding-top: 5.41667vw;
      padding-bottom: 22.08333vw; } }
  @media screen and (max-width: 1023px) {
    .home-solution-form {
      padding-bottom: 40px;
      padding-top: 40px; } }
  .home-solution-form .solution-form-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .home-solution-form .solution-form-wrap {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
  .home-solution-form .left-block {
    width: 330px; }
    @media screen and (min-width: 1280px) {
      .home-solution-form .left-block {
        width: 22.91667vw; } }
    @media screen and (max-width: 1023px) {
      .home-solution-form .left-block {
        width: 100%; } }
    .home-solution-form .left-block h3 {
      color: #ffffff;
      margin-bottom: 20px;
      text-align: left; }
      @media screen and (min-width: 1280px) {
        .home-solution-form .left-block h3 {
          margin-bottom: 1.38889vw; } }
      @media screen and (max-width: 1279px) {
        .home-solution-form .left-block h3 {
          margin-bottom: 15px; } }
      @media screen and (max-width: 1023px) {
        .home-solution-form .left-block h3 {
          margin-bottom: 10px;
          text-align: center; } }
    .home-solution-form .left-block p {
      color: #ffffff; }
      @media screen and (max-width: 1023px) {
        .home-solution-form .left-block p {
          margin-bottom: 0px;
          text-align: center; } }
  .home-solution-form .right-block {
    width: calc(100% - 330px);
    padding-left: 140px;
    padding-right: 95px; }
    @media screen and (min-width: 1280px) {
      .home-solution-form .right-block {
        width: calc(100% - 22.91667vw);
        padding-left: 9.72222vw;
        padding-right: 6.59722vw; } }
    @media screen and (max-width: 1279px) {
      .home-solution-form .right-block {
        padding-left: 50px;
        padding-right: 50px; } }
    @media screen and (max-width: 1023px) {
      .home-solution-form .right-block {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 40px; } }

.home-case-studies-section {
  margin-top: -238px;
  overflow: hidden; }
  @media screen and (min-width: 1280px) {
    .home-case-studies-section {
      margin-top: -16.52778vw; } }
  @media screen and (max-width: 1023px) {
    .home-case-studies-section {
      margin-top: 50px; } }
  .home-case-studies-section .case-studies-block {
    background-color: #00A4B1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .home-case-studies-section .case-studies-block {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
  .home-case-studies-section .img-block {
    width: 388px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .home-case-studies-section .img-block {
        width: 26.94444vw; } }
    @media screen and (max-width: 1023px) {
      .home-case-studies-section .img-block {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .home-case-studies-section .img-block {
        width: 100%; } }
    .home-case-studies-section .img-block img {
      -webkit-border-radius: 10px 0 0 10px;
      -moz-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px; }
      @media screen and (max-width: 1023px) {
        .home-case-studies-section .img-block img {
          height: 100%;
          width: 100%;
          object-fit: cover; } }
      @media screen and (max-width: 767px) {
        .home-case-studies-section .img-block img {
          height: 57.422vw;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          border-radius: 0px; } }
  .home-case-studies-section .text-block {
    width: calc(100% - 388px);
    padding: 80px; }
    @media screen and (min-width: 1280px) {
      .home-case-studies-section .text-block {
        width: calc(100% - 26.94444vw);
        padding: 5.55556vw; } }
    @media screen and (max-width: 1279px) {
      .home-case-studies-section .text-block {
        padding: 50px; } }
    @media screen and (max-width: 1023px) {
      .home-case-studies-section .text-block {
        width: 50%;
        padding: 30px; } }
    @media screen and (max-width: 767px) {
      .home-case-studies-section .text-block {
        width: 100%;
        padding: 30px; } }
    .home-case-studies-section .text-block span.author {
      font-size: 14px;
      line-height: 21px;
      color: #ffffff;
      margin-bottom: 33px;
      display: block; }
      @media screen and (min-width: 1280px) {
        .home-case-studies-section .text-block span.author {
          font-size: 0.97222vw;
          line-height: 1.45833vw;
          margin-bottom: 2.29167vw; } }
      @media screen and (max-width: 1023px) {
        .home-case-studies-section .text-block span.author {
          margin-bottom: 22px; } }
    .home-case-studies-section .text-block p {
      color: #ffffff;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 44px; }
      @media screen and (min-width: 1280px) {
        .home-case-studies-section .text-block p {
          line-height: 1.66667vw;
          margin-bottom: 3.05556vw; } }
      @media screen and (max-width: 1023px) {
        .home-case-studies-section .text-block p {
          margin-bottom: 30px; } }
      .home-case-studies-section .text-block p.first-pera {
        font-size: 21px;
        line-height: 27px;
        color: #ffffff;
        font-weight: normal;
        margin-bottom: 16px;
        font-family: "Archer", sans-serif; }
        @media screen and (min-width: 1280px) {
          .home-case-studies-section .text-block p.first-pera {
            font-size: 1.45833vw;
            line-height: 1.875vw;
            margin-bottom: 1.11111vw; } }
        .home-case-studies-section .text-block p.first-pera span {
          color: #FEE003;
          display: inline-block; }

.our-partners-section {
  margin-top: 80px; }
  @media screen and (min-width: 1280px) {
    .our-partners-section {
      margin-top: 5.55556vw; } }
  @media screen and (max-width: 1279px) {
    .our-partners-section {
      margin-top: 50px; } }
  @media screen and (max-width: 1023px) {
    .our-partners-section {
      margin-top: 40px; } }
  .our-partners-section .page-heading {
    margin-bottom: 40px; }
    @media screen and (min-width: 1280px) {
      .our-partners-section .page-heading {
        margin-bottom: 2.77778vw; } }
    @media screen and (max-width: 1279px) {
      .our-partners-section .page-heading {
        margin-bottom: 25px; } }
    @media screen and (max-width: 1023px) {
      .our-partners-section .page-heading {
        margin-bottom: 20px; } }
  .our-partners-section ul.our-partners-block {
    margin: 0px;
    list-style-type: none;
    margin: 0 -10px;
    width: auto;
    margin-bottom: 40px; }
    @media screen and (min-width: 1024px) {
      .our-partners-section ul.our-partners-block {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    @media screen and (min-width: 1280px) {
      .our-partners-section ul.our-partners-block {
        margin: 0 -0.69444vw;
        margin-bottom: 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .our-partners-section ul.our-partners-block {
        margin-bottom: 20px; } }
    .our-partners-section ul.our-partners-block li {
      padding: 0 10px;
      width: 20%; }
      @media screen and (min-width: 1280px) {
        .our-partners-section ul.our-partners-block li {
          padding: 0 0.69444vw; } }
      .our-partners-section ul.our-partners-block li img {
        max-height: 100px; }
        @media screen and (min-width: 1280px) {
          .our-partners-section ul.our-partners-block li img {
            max-height: 6.94444vw; } }
    .our-partners-section ul.our-partners-block .slick-dots {
      display: none !important; }
      .our-partners-section ul.our-partners-block .slick-dots li {
        width: auto;
        padding: 0px; }
  .our-partners-section .btn-block {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 1023px) {
      .our-partners-section .btn-block {
        margin-top: 20px; } }

.template-category .body, .template-brand .body, .template-search .body {
  margin-bottom: 0px; }

.template-category .page, .template-brand .page, .template-search .page {
  margin: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .template-category .page, .template-brand .page, .template-search .page {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .template-category .page:before, .template-category .page:after, .template-brand .page:before, .template-brand .page:after, .template-search .page:before, .template-search .page:after {
    display: none; }

.template-category .pagination, .template-brand .pagination, .template-search .pagination {
  display: none; }

.template-search section.nav .navBar--sub {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(81, 91, 107, 0.3);
  margin-bottom: 0px; }
  @media screen and (min-width: 1280px) {
    .template-search section.nav .navBar--sub {
      padding-top: 2.08333vw;
      padding-bottom: 2.08333vw; } }
  .template-search section.nav .navBar--sub .navBar-item {
    margin-bottom: 0px; }
    .template-search section.nav .navBar--sub .navBar-item a {
      font-size: 14px; }
      @media screen and (min-width: 1280px) {
        .template-search section.nav .navBar--sub .navBar-item a {
          font-size: 0.97222vw; } }
    .template-search section.nav .navBar--sub .navBar-item .navBar-action-color--active {
      color: #00A4B1; }

.template-search .panel-body {
  background-color: #EBF8F9;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  @media screen and (min-width: 1280px) {
    .template-search .panel-body {
      padding: 1.38889vw;
      margin-bottom: 2.08333vw; } }
  .template-search .panel-body .search-suggestion {
    font-size: 14px; }
    @media screen and (min-width: 1280px) {
      .template-search .panel-body .search-suggestion {
        font-size: 0.97222vw; } }

.template-search #search-results-content .actionBar {
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .template-search #search-results-content .actionBar {
      margin-bottom: 2.08333vw; } }

.template-search #search-results-content ul p, .template-search #search-results-content ul strong {
  font-size: 14px;
  line-height: 21px; }
  @media screen and (min-width: 1280px) {
    .template-search #search-results-content ul p, .template-search #search-results-content ul strong {
      font-size: 0.97222vw;
      line-height: 1.45833vw; } }

.template-search #search-results-content ul strong {
  margin-bottom: 5px;
  display: inline-block; }
  @media screen and (min-width: 1280px) {
    .template-search #search-results-content ul strong {
      margin-bottom: 0.34722vw; } }

.loadmore {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .loadmore {
      margin-bottom: 2.77778vw; } }

.category-top-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #00A4B1;
  overflow: hidden; }
  .category-top-banner .button.button-yellow {
    border: 1px solid #FEE003; }
    .category-top-banner .button.button-yellow:hover, .category-top-banner .button.button-yellow:focus {
      border-color: #FEE003;
      color: #FEE003; }
  .category-top-banner .text-block {
    width: calc(100% - 420px);
    padding-left: 150px;
    padding-right: 160px;
    padding-bottom: 40px; }
    @media screen and (min-width: 1280px) {
      .category-top-banner .text-block {
        width: calc(100% - 29.16667vw);
        padding-left: 10.41667vw;
        padding-right: 11.11111vw;
        padding-bottom: 2.77778vw; } }
    @media screen and (max-width: 1279px) {
      .category-top-banner .text-block {
        padding-left: 30px;
        padding-right: 50px; } }
    @media screen and (max-width: 1023px) {
      .category-top-banner .text-block {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .category-top-banner .text-block {
        padding-left: 20px;
        padding-right: 20px; } }
  .category-top-banner .right-block {
    width: 420px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .category-top-banner .right-block {
        width: 29.16667vw; } }
    @media screen and (max-width: 1023px) {
      .category-top-banner .right-block {
        display: none; } }
    .category-top-banner .right-block:before {
      background-color: rgba(0, 164, 177, 0.2);
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .category-top-banner nav[aria-label="Breadcrumb"] {
    background-color: transparent;
    padding-top: 15px;
    margin-bottom: 31px;
    padding-bottom: 0px; }
    @media screen and (min-width: 1280px) {
      .category-top-banner nav[aria-label="Breadcrumb"] {
        padding-top: 1.04167vw;
        margin-bottom: 2.15278vw; } }
    @media screen and (max-width: 1023px) {
      .category-top-banner nav[aria-label="Breadcrumb"] {
        padding-left: 0px; } }
    .category-top-banner nav[aria-label="Breadcrumb"] .container {
      max-width: 100%;
      width: 100%;
      padding: 0px; }
      @media screen and (max-width: 1023px) {
        .category-top-banner nav[aria-label="Breadcrumb"] .container {
          padding-left: 0px; } }
  .category-top-banner ol.breadcrumbs a {
    color: #ffffff; }
    .category-top-banner ol.breadcrumbs a:hover {
      color: rgba(255, 255, 255, 0.7); }
  .category-top-banner ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
    color: #ffffff; }
  .category-top-banner .breadcrumb:not(:first-child)::before {
    background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='627' height='1024' viewBox='0 0 627 1024'%3E%3Ctitle%3Epinterest%3C/title%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath fill='%23ffffff' d='M106.985 1024l-106.985-106.985 397.373-397.373-397.373-412.657 106.985-106.985 519.642 519.642z'%3E%3C/path%3E%3C/svg%3E%0A"); }
  .category-top-banner .page-heading {
    text-align: left;
    color: #ffffff;
    font-size: 32px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .category-top-banner .page-heading {
        font-size: 2.22222vw;
        line-height: 2.43056vw;
        margin-bottom: 1.38889vw; } }
  .category-top-banner p {
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0px; }
    @media screen and (min-width: 1280px) {
      .category-top-banner p {
        font-size: 0.97222vw;
        line-height: 1.45833vw; } }
    .category-top-banner p + p {
      margin-top: 24px; }
      @media screen and (min-width: 1280px) {
        .category-top-banner p + p {
          margin-top: 1.66667vw; } }
  .category-top-banner .category-header-image {
    width: 420px;
    height: 286px;
    object-fit: cover;
    object-position: right; }
    @media screen and (min-width: 1280px) {
      .category-top-banner .category-header-image {
        width: 29.16667vw;
        height: 19.86111vw; } }

.category-side-banner {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .category-side-banner {
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .category-side-banner {
      display: none; } }
  .category-side-banner .image-block {
    min-height: 150px; }
    @media screen and (min-width: 1280px) {
      .category-side-banner .image-block {
        min-height: 10.41667vw; } }
  .category-side-banner .text-block {
    padding: 18px 30px 30px;
    text-align: center;
    position: relative;
    margin-top: -46px;
    background-color: #00A4B1; }
    @media screen and (min-width: 1280px) {
      .category-side-banner .text-block {
        padding: 1.25vw 2.08333vw 2.08333vw;
        margin-top: -3.19444vw; } }
    .category-side-banner .text-block:before {
      background-image: url("data:image/svg+xml,%3Csvg width='270' height='61' viewBox='0 0 270 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M270 12.7745V61H0V13.1641C43.9984 4.52683 89.4706 0 136 0C181.825 0 226.624 4.39075 270 12.7745Z' fill='%2300A4B1'/%3E%3C/svg%3E%0A");
      width: 100%;
      position: absolute;
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      top: -12px;
      left: 0;
      height: 12px; }
      @media screen and (min-width: 1280px) {
        .category-side-banner .text-block:before {
          height: 0.83333vw;
          top: -0.83333vw; } }
    .category-side-banner .text-block h4 {
      font-size: 16px;
      line-height: 22px;
      color: #ffffff;
      margin-bottom: 8px;
      padding: 0 10px; }
      @media screen and (min-width: 1280px) {
        .category-side-banner .text-block h4 {
          font-size: 1.11111vw;
          line-height: 1.52778vw;
          margin-bottom: 0.55556vw;
          padding: 0 0.69444vw; } }
    .category-side-banner .text-block p {
      font-size: 12px;
      line-height: 18px;
      color: #ffffff;
      margin-bottom: 16px; }
      @media screen and (min-width: 1280px) {
        .category-side-banner .text-block p {
          font-size: 0.83333vw;
          line-height: 1.25vw;
          margin-bottom: 1.11111vw; } }

.sidebarBlock-heading {
  font-size: 16px;
  line-height: 24px;
  color: #00A4B1;
  font-weight: 700;
  font-family: "Gotham", sans-serif;
  margin-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .sidebarBlock-heading {
      font-size: 1.11111vw;
      line-height: 1.66667vw;
      margin-bottom: 1.04167vw; } }
  @media screen and (max-width: 1023px) {
    .sidebarBlock-heading {
      font-size: 14px; } }

.navList {
  margin-bottom: 0px; }
  .navList .navList-item + .navList-item {
    margin-top: 5px; }
    @media screen and (min-width: 1280px) {
      .navList .navList-item + .navList-item {
        margin-top: 0.34722vw; } }

.navList-action {
  font-size: 14px;
  line-height: 21px;
  color: #2C394B;
  padding: 5px 0; }
  @media screen and (min-width: 1280px) {
    .navList-action {
      font-size: 0.97222vw;
      line-height: 1.45833vw;
      padding: 0.34722vw 0; } }
  .navList-action:hover {
    color: #00A4B1; }

.clear-link {
  font-size: 12px;
  line-height: 16px;
  color: #2C394B;
  text-decoration: underline; }
  @media screen and (min-width: 1280px) {
    .clear-link {
      font-size: 0.83333vw;
      line-height: 1.11111vw;
      color: #00A4B1; } }
  .clear-link:hover {
    color: #2C394B; }

.facetedSearch-clearLink {
  right: 20px;
  top: 3px; }
  @media screen and (min-width: 1280px) {
    .facetedSearch-clearLink {
      right: 1.38889vw;
      top: 0.20833vw; } }
  @media screen and (max-width: 1023px) {
    .facetedSearch-clearLink {
      right: 40px;
      top: 22px; } }

.navList-action--checkbox {
  padding-left: 28px;
  margin-bottom: 0px; }
  @media screen and (min-width: 1280px) {
    .navList-action--checkbox {
      padding-left: 1.94444vw; } }
  .navList-action--checkbox:before {
    width: 16px;
    height: 16px;
    border: 1px solid rgba(81, 91, 107, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: -8px; }
    @media screen and (min-width: 1280px) {
      .navList-action--checkbox:before {
        width: 1.11111vw;
        height: 1.11111vw;
        margin-top: -0.55556vw; } }
  .navList-action--checkbox:after {
    width: 16px;
    height: 16px;
    background-color: #FEE003;
    margin-top: -8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 0px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2.5L3.4 4.5L7 1.5' stroke='%232C394B' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-size: 8px 8px; }
    @media screen and (min-width: 1280px) {
      .navList-action--checkbox:after {
        width: 1.11111vw;
        height: 1.11111vw;
        margin-top: -0.55556vw;
        background-size: 0.55556vw 0.55556vw; } }
  .navList-action--checkbox .navList-action-close {
    padding: 3px;
    background-color: #00A4B1;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .navList-action--checkbox .navList-action-close {
        padding: 0.20833vw;
        width: 1.38889vw;
        height: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .navList-action--checkbox .navList-action-close {
        display: none; } }
    .navList-action--checkbox .navList-action-close .icon {
      width: 8px;
      height: 8px;
      fill: #ffffff; }
      @media screen and (min-width: 1280px) {
        .navList-action--checkbox .navList-action-close .icon {
          width: 0.55556vw;
          height: 0.55556vw; } }

.sidebarBlock + .sidebarBlock {
  border-top: 0px;
  padding-top: 0px;
  margin-top: 25px; }
  @media screen and (min-width: 1280px) {
    .sidebarBlock + .sidebarBlock {
      margin-top: 1.73611vw; } }
  @media screen and (max-width: 1023px) {
    .sidebarBlock + .sidebarBlock {
      margin-top: 15px; } }

.facetedSearch-refineFilters p {
  font-size: 14px;
  line-height: 21px;
  color: #2C394B;
  padding: 5px 0;
  margin-bottom: 0px; }
  @media screen and (min-width: 1280px) {
    .facetedSearch-refineFilters p {
      font-size: 0.97222vw;
      line-height: 1.45833vw;
      padding: 0.34722vw 0; } }

.facetLabel {
  font-size: 12px;
  line-height: 18px;
  padding: 9px 36px 9px 20px;
  background-color: transparent;
  border: 1px solid #C5CCD1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative; }
  @media screen and (min-width: 1280px) {
    .facetLabel {
      font-size: 0.83333vw;
      line-height: 1.25vw;
      padding: 0.625vw 2.5vw 0.625vw 1.38889vw; } }
  .facetLabel:hover {
    background-color: #00A4B1;
    color: #ffffff;
    border-color: #00A4B1; }
    .facetLabel:hover .icon {
      fill: #ffffff; }
  .facetLabel .icon {
    width: 6px;
    height: 6px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    fill: #2C394B; }
    @media screen and (min-width: 1280px) {
      .facetLabel .icon {
        width: 0.41667vw;
        height: 0.41667vw;
        right: 1.38889vw;
        margin-right: -0.20833vw; } }

.inlineList--labels {
  margin-left: -10px;
  padding-top: 4px; }
  @media screen and (min-width: 1280px) {
    .inlineList--labels {
      margin-left: -0.69444vw;
      padding-top: 0.27778vw; } }
  .inlineList--labels li {
    margin-left: 10px;
    margin-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      .inlineList--labels li {
        margin-left: 0.69444vw;
        margin-bottom: 0.69444vw; } }

.facetedSearch-toggle + .facetedSearch-navList.is-open,
.sidebarBlock + .facetedSearch-navList.is-open {
  margin-top: 25px; }
  @media screen and (min-width: 1280px) {
    .facetedSearch-toggle + .facetedSearch-navList.is-open,
    .sidebarBlock + .facetedSearch-navList.is-open {
      margin-top: 1.73611vw; } }
  @media screen and (max-width: 1023px) {
    .facetedSearch-toggle + .facetedSearch-navList.is-open,
    .sidebarBlock + .facetedSearch-navList.is-open {
      margin-top: 0px; } }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    .facetedSearch-toggle + .facetedSearch-navList,
    .sidebarBlock + .facetedSearch-navList {
      margin-top: 1.38889vw; } }

.accordion {
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .accordion {
      margin-bottom: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .accordion {
      border-color: rgba(81, 91, 107, 0.3);
      border-top: 0px;
      padding: 0 10px;
      padding-bottom: 10px;
      -webkit-border-radius: 0 0 10px 10px;
      -moz-border-radius: 0 0 10px 10px;
      border-radius: 0 0 10px 10px;
      margin-bottom: 0px; } }

.accordion--navList .accordion-title {
  font-weight: 700; }
  @media screen and (max-width: 1023px) {
    .accordion--navList .accordion-title {
      padding: 12px 10px; } }

.accordion--navList .accordion-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .accordion--navList .accordion-icon .icon {
    width: 10px;
    height: 10px;
    fill: #00A4B1; }
    @media screen and (min-width: 1280px) {
      .accordion--navList .accordion-icon .icon {
        width: 0.69444vw;
        height: 0.69444vw; } }

.accordion--navList .accordion-block {
  margin-top: 0px; }
  @media screen and (max-width: 1023px) {
    .accordion--navList .accordion-block {
      margin-top: 00px; } }
  .accordion--navList .accordion-block + .accordion-block {
    margin-top: 20px; }
    @media screen and (min-width: 1280px) {
      .accordion--navList .accordion-block + .accordion-block {
        margin-top: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .accordion--navList .accordion-block + .accordion-block {
        margin-top: 00px; } }
  @media screen and (max-width: 1023px) {
    .accordion--navList .accordion-block:last-child .accordion-navigation {
      border-bottom-width: 0px; } }
  @media screen and (max-width: 1023px) {
    .accordion--navList .accordion-block:last-child .accordion-navigation.is-open {
      border-bottom-width: 1px; } }
  .accordion--navList .accordion-block .form-minMaxRow .form-field {
    width: 100%; }
    .accordion--navList .accordion-block .form-minMaxRow .form-field + .form-field {
      margin-top: 10px; }
      @media screen and (min-width: 1280px) {
        .accordion--navList .accordion-block .form-minMaxRow .form-field + .form-field {
          margin-top: 0.69444vw; } }

.accordion--navList .accordion-navigation {
  margin-bottom: 0px !important;
  border-radius: 0px !important;
  line-height: 24px; }
  @media screen and (min-width: 1280px) {
    .accordion--navList .accordion-navigation {
      line-height: 1.66667vw; } }
  @media screen and (max-width: 1023px) {
    .accordion--navList .accordion-navigation {
      border-bottom: 1px solid rgba(81, 91, 107, 0.3);
      border-top: 0px;
      padding-right: 20px;
      padding-left: 10px;
      -webkit-border-radius: 0px !important;
      -moz-border-radius: 0px !important;
      border-radius: 0px !important; } }
  @media screen and (max-width: 1023px) {
    .accordion--navList .accordion-navigation.is-open {
      -webkit-border-radius: 5px 5px 0 0 !important;
      -moz-border-radius: 5px 5px 0 0 !important;
      border-radius: 5px 5px 0 0 !important; } }
  .accordion--navList .accordion-navigation:hover .accordion-title {
    color: #2C394B; }
  .accordion--navList .accordion-navigation:hover .accordion-icon svg {
    fill: #2C394B; }

.accordion--navList .accordion-content {
  margin-top: 15px; }
  @media screen and (min-width: 1280px) {
    .accordion--navList .accordion-content {
      margin-top: 1.04167vw; } }
  @media screen and (max-width: 1023px) {
    .accordion--navList .accordion-content {
      margin-top: 0px;
      border: 0px;
      border-top: 0px;
      padding: 10px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      padding-left: 20px; } }
  .accordion--navList .accordion-content #facet-range-form {
    margin-top: 10px; }

.accordion-title {
  font-size: 16px;
  line-height: 24px;
  color: #00A4B1; }
  @media screen and (min-width: 1280px) {
    .accordion-title {
      font-size: 1.11111vw;
      line-height: 1.66667vw; } }
  @media screen and (max-width: 1023px) {
    .accordion-title {
      font-size: 14px; } }

.actionBar {
  margin: 0px; }
  .actionBar .actionBar-section {
    float: right; }
    @media screen and (max-width: 666px) {
      .actionBar .actionBar-section {
        float: none;
        text-align: center; } }
    .actionBar .actionBar-section .form-field {
      margin: 0px;
      border: 0px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 666px) {
        .actionBar .actionBar-section .form-field {
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          -webkit-justify-content: center;
          justify-content: center; } }
      .actionBar .actionBar-section .form-field:before, .actionBar .actionBar-section .form-field:after {
        display: none; }
  .actionBar .form-label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #515B6B;
    padding: 0px;
    margin: 0px;
    margin-right: 12px; }
    @media screen and (min-width: 1280px) {
      .actionBar .form-label {
        font-size: 0.83333vw;
        line-height: 1.25vw;
        margin-right: 0.83333vw; } }
    @media screen and (max-width: 666px) {
      .actionBar .form-label {
        margin-right: 5px; } }
    @media screen and (max-width: 479px) {
      .actionBar .form-label {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 5px; } }
  .actionBar .select2-container .select2-selection--single {
    font-size: 12px;
    font-weight: 500; }
    @media screen and (min-width: 1280px) {
      .actionBar .select2-container .select2-selection--single {
        font-size: 0.83333vw; } }
  .actionBar .select2-container--default {
    width: auto !important;
    min-width: 200px; }
    @media screen and (min-width: 1280px) {
      .actionBar .select2-container--default {
        min-width: 13.88889vw; } }
    @media screen and (max-width: 767px) {
      .actionBar .select2-container--default {
        min-width: 180px; } }
    @media screen and (max-width: 479px) {
      .actionBar .select2-container--default {
        min-width: 150px; } }

.action-bar-wrap {
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .action-bar-wrap {
      margin-bottom: 2.08333vw; } }
  @media screen and (max-width: 767px) {
    .action-bar-wrap {
      margin-bottom: 20px; } }
  .action-bar-wrap .grid {
    width: 50%; }
    @media screen and (max-width: 666px) {
      .action-bar-wrap .grid {
        width: 100%; } }
  .action-bar-wrap .products-per-page-block .actionBar .actionBar-section {
    float: left; }
  .action-bar-wrap .products-per-page-block .actionBar .select2-container--default {
    min-width: 72px; }
    @media screen and (min-width: 1280px) {
      .action-bar-wrap .products-per-page-block .actionBar .select2-container--default {
        min-width: 5vw; } }
    @media screen and (max-width: 479px) {
      .action-bar-wrap .products-per-page-block .actionBar .select2-container--default {
        min-width: 150px; } }
  .action-bar-wrap .products-per-page-block .actionBar .select2-container--default .select2-results > .select2-results__options {
    text-align: center; }
  .action-bar-wrap .products-per-page-block .actionBar .product-label {
    margin-left: 12px; }
    @media screen and (min-width: 1280px) {
      .action-bar-wrap .products-per-page-block .actionBar .product-label {
        margin-left: 0.83333vw; } }
    @media screen and (max-width: 666px) {
      .action-bar-wrap .products-per-page-block .actionBar .product-label {
        display: none; } }

.banners {
  background-color: transparent;
  color: #515B6B;
  padding: 0px;
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .banners {
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .banners {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .banners {
      margin-bottom: 20px; } }
  .banners p {
    font-size: 12px;
    line-height: 18px; }
    @media screen and (min-width: 1280px) {
      .banners p {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
  .banners a {
    color: #515B6B; }
    .banners a:hover {
      color: #00A4B1; }
  .banners ul li, .banners ol li {
    text-align: left;
    font-size: 12px;
    line-height: 18px; }
    @media screen and (min-width: 1280px) {
      .banners ul li, .banners ol li {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }

.cat-contact-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .cat-contact-banner {
      margin-bottom: 2.08333vw; } }
  @media screen and (max-width: 666px) {
    .cat-contact-banner {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .cat-contact-banner .img-block {
    width: 398px; }
    @media screen and (min-width: 1280px) {
      .cat-contact-banner .img-block {
        width: 27.63889vw; } }
    @media screen and (max-width: 1279px) {
      .cat-contact-banner .img-block {
        width: 300px; } }
    @media screen and (max-width: 666px) {
      .cat-contact-banner .img-block {
        width: 100%; } }
    .cat-contact-banner .img-block img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .cat-contact-banner .text-block {
    width: calc(100% - 398px);
    background-color: #00A4B1;
    text-align: center;
    padding: 43px 57px 43px 23px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-align: Center;
    -moz-box-align: Center;
    -ms-flex-align: Center;
    -webkit-align-items: Center;
    align-items: Center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .cat-contact-banner .text-block {
        width: calc(100% - 27.63889vw);
        padding: 2.98611vw 3.95833vw 2.98611vw 1.59722vw; } }
    @media screen and (max-width: 1279px) {
      .cat-contact-banner .text-block {
        width: calc(100% - 300px); } }
    @media screen and (max-width: 666px) {
      .cat-contact-banner .text-block {
        width: 100%;
        padding: 25px 20px; } }
    .cat-contact-banner .text-block:before {
      background-image: url("data:image/svg+xml,%3Csvg width='102' height='228' viewBox='0 0 102 228' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 112.933C0 74.5458 4.52401 36.8331 13.2503 0H102V228H13.761C4.70059 190.49 0 152.062 0 112.933Z' fill='%2300A4B1'/%3E%3C/svg%3E%0A");
      height: 100%;
      width: 25px;
      top: 0px;
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      left: -25px;
      background-size: cover; }
      @media screen and (min-width: 1280px) {
        .cat-contact-banner .text-block:before {
          width: 1.73611vw;
          left: -1.73611vw;
          height: 100%; } }
      @media screen and (max-width: 666px) {
        .cat-contact-banner .text-block:before {
          display: none; } }
    .cat-contact-banner .text-block h4 {
      font-size: 22px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 700;
      margin-bottom: 6px; }
      @media screen and (min-width: 1280px) {
        .cat-contact-banner .text-block h4 {
          font-size: 1.52778vw;
          line-height: 2.08333vw;
          margin-bottom: 0.41667vw; } }
      @media screen and (max-width: 666px) {
        .cat-contact-banner .text-block h4 {
          font-size: 20px;
          line-height: 28px; } }
    .cat-contact-banner .text-block p {
      color: #ffffff;
      line-height: 22px;
      font-family: "Archer", sans-serif;
      margin-bottom: 24px;
      padding: 0 10px; }
      @media screen and (min-width: 1280px) {
        .cat-contact-banner .text-block p {
          line-height: 1.52778vw;
          margin-bottom: 1.66667vw;
          padding: 0 0.69444vw; } }

.support-block {
  padding: 20px;
  background-color: #EBF8F9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  @media screen and (min-width: 1280px) {
    .support-block {
      padding: 1.38889vw; } }
  .support-block .icon {
    width: auto;
    height: 26px;
    margin-bottom: 14px; }
    @media screen and (min-width: 1280px) {
      .support-block .icon {
        height: 1.80556vw;
        margin-bottom: 0.97222vw; } }
  .support-block ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style-type: none;
    margin: 0 -5px; }
    @media screen and (min-width: 1280px) {
      .support-block ul {
        margin: 0 -0.34722vw; } }
    @media screen and (max-width: 767px) {
      .support-block ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .support-block ul li {
      width: 33.33%;
      padding: 0 5px;
      text-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center; }
      @media screen and (min-width: 1280px) {
        .support-block ul li {
          padding: 0 0.34722vw; } }
      @media screen and (max-width: 1279px) {
        .support-block ul li {
          width: 30%; } }
      @media screen and (max-width: 767px) {
        .support-block ul li {
          width: 100%; } }
      @media screen and (max-width: 1279px) {
        .support-block ul li:nth-child(2) {
          width: 40%; } }
      @media screen and (max-width: 767px) {
        .support-block ul li:nth-child(2) {
          width: 100%; } }
      .support-block ul li + li {
        border-left: 1px solid #D8ECEE; }
        @media screen and (max-width: 767px) {
          .support-block ul li + li {
            width: 100%;
            border-left: 0px;
            border-top: 1px solid #D8ECEE;
            margin-top: 15px;
            padding-top: 15px; } }
  .support-block p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #2C394B; }
    @media screen and (min-width: 1280px) {
      .support-block p {
        font-size: 0.97222vw;
        line-height: 1.18056vw; } }
    .support-block p + p {
      margin-top: 8px; }
      @media screen and (min-width: 1280px) {
        .support-block p + p {
          margin-top: 0.55556vw; } }
      .support-block p + p a {
        text-decoration: underline; }
    .support-block p a:hover {
      color: #00A4B1; }

.no-product-message {
  margin-bottom: 50px;
  text-align: center; }
  .no-product-message:focus-visible {
    outline: none !important; }
  @media screen and (min-width: 1280px) {
    .no-product-message {
      margin-bottom: 3.47222vw; } }

.custom-page-content {
  margin-bottom: 40px;
  padding: 0px; }
  @media screen and (min-width: 1280px) {
    .custom-page-content {
      margin-bottom: 2.77778vw; } }

.resource-category-banner {
  padding: 50px 0 35px;
  border-bottom: 1px solid #C5CCD1;
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .resource-category-banner {
      padding: 3.47222vw 0 2.43056vw;
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 1023px) {
    .resource-category-banner {
      margin-bottom: 30px;
      padding: 30px 0 25px; } }
  @media screen and (max-width: 767px) {
    .resource-category-banner {
      margin-bottom: 40px;
      padding: 20px 0 30px; } }
  .resource-category-banner .page-heading {
    margin-bottom: 17px;
    font-size: 40px;
    line-height: 44px; }
    @media screen and (min-width: 1280px) {
      .resource-category-banner .page-heading {
        margin-bottom: 1.18056vw;
        font-size: 2.77778vw;
        line-height: 3.05556vw; } }
    @media screen and (max-width: 1279px) {
      .resource-category-banner .page-heading {
        font-size: 36px;
        line-height: 40px; } }
    @media screen and (max-width: 1023px) {
      .resource-category-banner .page-heading {
        font-size: 34px;
        margin-bottom: 15px;
        line-height: 38px; } }
    @media screen and (max-width: 767px) {
      .resource-category-banner .page-heading {
        font-size: 30px;
        line-height: 34px; } }
  .resource-category-banner .category-description {
    text-align: center; }
    .resource-category-banner .category-description p {
      line-height: 24px;
      margin-bottom: 30px; }
      @media screen and (min-width: 1280px) {
        .resource-category-banner .category-description p {
          line-height: 1.66667vw;
          margin-bottom: 2.08333vw; } }
      @media screen and (max-width: 1023px) {
        .resource-category-banner .category-description p {
          margin-bottom: 20px; } }
  .resource-category-banner .category-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 1023px) {
      .resource-category-banner .category-tab {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .resource-category-banner .category-tab strong {
      width: 140px;
      font-weight: 500;
      font-size: 14px;
      line-height: 21px;
      margin-right: 20px;
      margin-top: 6px; }
      @media screen and (min-width: 1280px) {
        .resource-category-banner .category-tab strong {
          width: 9.72222vw;
          font-size: 0.97222vw;
          line-height: 1.45833vw;
          margin-right: 1.38889vw;
          margin-top: 0.41667vw; } }
      @media screen and (max-width: 1023px) {
        .resource-category-banner .category-tab strong {
          width: 100%;
          margin-top: 0px;
          margin-bottom: 10px;
          margin-right: 0px; } }
    .resource-category-banner .category-tab ul {
      margin: 0px;
      list-style-type: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      @media screen and (max-width: 1023px) {
        .resource-category-banner .category-tab ul {
          -webkit-justify-content: center;
          justify-content: center; } }
      .resource-category-banner .category-tab ul li {
        margin-right: 15px; }
        @media screen and (min-width: 1280px) {
          .resource-category-banner .category-tab ul li {
            margin-right: 1.04167vw; } }
        @media screen and (max-width: 1023px) {
          .resource-category-banner .category-tab ul li {
            margin-bottom: 10px;
            margin-right: 10px; } }
        .resource-category-banner .category-tab ul li + li {
          margin-bottom: 15px; }
          @media screen and (min-width: 1280px) {
            .resource-category-banner .category-tab ul li + li {
              margin-bottom: 1.04167vw; } }
          @media screen and (max-width: 1023px) {
            .resource-category-banner .category-tab ul li + li {
              margin-bottom: 10px; } }

.subcategory-section .sub-category-name {
  padding: 0 20px; }

.subcategory-section + .subcategory-section {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(81, 91, 107, 0.3); }
  @media screen and (min-width: 1280px) {
    .subcategory-section + .subcategory-section {
      margin-top: 3.47222vw;
      padding-top: 3.47222vw; } }
  @media screen and (max-width: 1023px) {
    .subcategory-section + .subcategory-section {
      margin-top: 32px;
      padding-top: 44px; } }

.subcategory-section .productGrid {
  opacity: 0;
  transition: all 0.3s linear; }

.subcategory-section .lds-ripple {
  transition: all 0.3s linear; }
  .subcategory-section .lds-ripple.response {
    display: none; }
    .subcategory-section .lds-ripple.response + .productGrid {
      opacity: 1; }

.subcategory-section .card {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 1280px) {
    .subcategory-section .card {
      padding-left: 1.38889vw;
      padding-right: 1.38889vw; } }

.subcategory-section .card-body {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.lds-ripple {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: Center;
  -moz-box-align: Center;
  -ms-flex-align: Center;
  -webkit-align-items: Center;
  align-items: Center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto; }
  @media screen and (min-width: 1280px) {
    .lds-ripple {
      width: 4.16667vw;
      height: 4.16667vw; } }
  .lds-ripple.response {
    display: none; }

.lds-ripple div {
  position: absolute;
  border: 4px solid #00A4B1;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s; }

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

.banner-with-video-section {
  background-color: #EBF8F9;
  padding: 40px 0; }
  @media screen and (min-width: 1280px) {
    .banner-with-video-section {
      padding: 2.77778vw 0; } }
  @media screen and (max-width: 1023px) {
    .banner-with-video-section {
      padding: 20px 0 0; } }
  .banner-with-video-section .custom-row {
    margin: 0px; }
    @media screen and (max-width: 1023px) {
      .banner-with-video-section .custom-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
  .banner-with-video-section .grid {
    width: 400px;
    padding: 0px; }
    @media screen and (min-width: 1280px) {
      .banner-with-video-section .grid {
        width: 27.77778vw; } }
    @media screen and (max-width: 1023px) {
      .banner-with-video-section .grid {
        width: 100%;
        order: 1; } }
    .banner-with-video-section .grid + .grid {
      width: calc(100% - 400px);
      padding-left: 100px; }
      @media screen and (min-width: 1280px) {
        .banner-with-video-section .grid + .grid {
          width: calc(100% - 27.77778vw);
          padding-left: 6.94444vw; } }
      @media screen and (max-width: 1279px) {
        .banner-with-video-section .grid + .grid {
          padding-left: 50px; } }
      @media screen and (max-width: 1023px) {
        .banner-with-video-section .grid + .grid {
          width: 100%;
          padding-left: 0px;
          order: 0; } }
    @media screen and (max-width: 1023px) {
      .banner-with-video-section .grid.text-block {
        padding-top: 30px;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .banner-with-video-section .grid.text-block {
        padding-top: 20px; } }
  .banner-with-video-section h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .banner-with-video-section h2 {
        font-size: 2.77778vw;
        line-height: 3.05556vw;
        margin-bottom: 1.04167vw; } }
    @media screen and (max-width: 1279px) {
      .banner-with-video-section h2 {
        font-size: 36px;
        line-height: 40px; } }
    @media screen and (max-width: 1023px) {
      .banner-with-video-section h2 {
        font-size: 34px;
        margin-bottom: 15px;
        line-height: 38px; } }
    @media screen and (max-width: 767px) {
      .banner-with-video-section h2 {
        font-size: 26px;
        line-height: 32px; } }
  .banner-with-video-section p {
    margin-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      .banner-with-video-section p {
        margin-bottom: 2.08333vw; } }
    @media screen and (max-width: 767px) {
      .banner-with-video-section p {
        margin-bottom: 20px; } }
  .banner-with-video-section .text-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column; }
    @media screen and (max-width: 1023px) {
      .banner-with-video-section .text-block {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; } }
  .banner-with-video-section .video-block {
    position: relative;
    height: 360px; }
    @media screen and (min-width: 1280px) {
      .banner-with-video-section .video-block {
        height: 25vw; } }
    @media screen and (max-width: 1279px) {
      .banner-with-video-section .video-block {
        height: 35.156vw; } }
    @media screen and (max-width: 1023px) {
      .banner-with-video-section .video-block {
        height: 46.875vw; } }
    .banner-with-video-section .video-block iframe {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
    .banner-with-video-section .video-block img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }

.take-our-quiz-section {
  position: relative; }
  .take-our-quiz-section:before {
    height: 725px;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    background-image: url("../img/home-solution-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
    @media screen and (min-width: 1280px) {
      .take-our-quiz-section:before {
        height: 50.34722vw; } }
  .take-our-quiz-section .quiz-block {
    border: 1px solid rgba(81, 91, 107, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 430px;
    background-color: #ffffff; }
    @media screen and (min-width: 1280px) {
      .take-our-quiz-section .quiz-block {
        min-height: 29.86111vw; } }
    @media screen and (max-width: 1023px) {
      .take-our-quiz-section .quiz-block {
        min-height: 55.990vw; } }
    .take-our-quiz-section .quiz-block .involveme_embed {
      height: 100%; }
      .take-our-quiz-section .quiz-block .involveme_embed iframe {
        width: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }

.category-our-products-section .action-bar-wrap {
  display: none; }

.testimonials-block {
  width: auto;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 20px 30px rgba(85, 161, 167, 0.1);
  border: 1px solid #C5CCD1;
  padding-left: 20px;
  padding-right: 20px;
  max-height: 193px; }
  .testimonials-block.slick-initialized {
    max-height: 100%; }
  .testimonials-block .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .testimonials-block .slick-track:before, .testimonials-block .slick-track:after {
      display: none; }
  .testimonials-block .item-inn {
    padding: 40px 114px; }
    @media screen and (min-width: 1280px) {
      .testimonials-block .item-inn {
        padding: 2.77778vw 7.91667vw; } }
    @media screen and (max-width: 1023px) {
      .testimonials-block .item-inn {
        padding: 30px 50px; } }
    @media screen and (max-width: 767px) {
      .testimonials-block .item-inn {
        padding: 20px; } }
    .testimonials-block .item-inn p {
      margin-bottom: 20px;
      line-height: 24px; }
      @media screen and (min-width: 1280px) {
        .testimonials-block .item-inn p {
          margin-bottom: 1.38889vw;
          line-height: 1.66667vw; } }
    .testimonials-block .item-inn strong {
      font-size: 14px;
      line-height: 21px; }
      @media screen and (min-width: 1280px) {
        .testimonials-block .item-inn strong {
          font-size: 0.97222vw;
          line-height: 1.45833vw; } }

.testimonials-list {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  max-height: 30px; }
  .testimonials-list.slick-initialized {
    max-height: 100%; }
  @media screen and (min-width: 1280px) {
    .testimonials-list {
      margin-top: 2.77778vw; } }
  @media screen and (max-width: 767px) {
    .testimonials-list {
      margin-top: 30px; } }
  .testimonials-list .slick-list {
    display: flex;
    justify-content: center; }
  .testimonials-list .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    transform: none !important; }
    .testimonials-list .slick-track > div {
      float: none; }
    .testimonials-list .slick-track:before, .testimonials-list .slick-track:after {
      display: none; }
  .testimonials-list .item-list {
    text-align: center;
    opacity: 0.5;
    transition: all 0.3s linear;
    cursor: pointer;
    padding: 0 29px; }
    @media screen and (min-width: 1280px) {
      .testimonials-list .item-list {
        padding: 0 2.01389vw; } }
    @media screen and (max-width: 1023px) {
      .testimonials-list .item-list {
        padding: 0 20px; } }
    @media screen and (max-width: 767px) {
      .testimonials-list .item-list {
        padding: 0 10px; } }
    .testimonials-list .item-list img {
      max-width: 90px;
      margin: 0 auto; }
      @media screen and (min-width: 1280px) {
        .testimonials-list .item-list img {
          max-width: 6.25vw; } }
    .testimonials-list .item-list.slick-current {
      opacity: 1; }

.customer-case-studies-section {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .customer-case-studies-section .container {
      padding: 0px; } }
  @media screen and (max-width: 1023px) {
    .customer-case-studies-section .page-heading-small {
      padding: 0 30px; } }
  @media screen and (max-width: 1023px) {
    .customer-case-studies-section .custom-row {
      margin-left: 0px;
      margin-right: 0px; } }
  .customer-case-studies-section .custom-row .slick-dots {
    bottom: 0; }
  @media screen and (max-width: 1023px) {
    .customer-case-studies-section .slick-track {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media screen and (max-width: 1023px) {
    .customer-case-studies-section .slick-track:before, .customer-case-studies-section .slick-track:after {
      display: none; } }
  .customer-case-studies-section:after {
    position: absolute;
    bottom: -166px;
    content: "";
    left: 0;
    z-index: -1;
    background-image: url("../img/customer-case-bg.svg");
    background-repeat: no-repeat;
    height: 896px;
    background-size: cover;
    width: 100%; }
    @media screen and (min-width: 1280px) {
      .customer-case-studies-section:after {
        height: 62.22222vw;
        bottom: -11.52778vw; } }
    @media screen and (max-width: 1023px) {
      .customer-case-studies-section:after {
        height: 600px; } }
  .customer-case-studies-section .grid {
    width: 33.33%;
    margin-bottom: 40px; }
    @media screen and (min-width: 1280px) {
      .customer-case-studies-section .grid {
        margin-bottom: 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .customer-case-studies-section .grid {
        margin-bottom: 30px;
        height: auto; } }

.case-studies-item {
  border: 1px solid rgba(81, 91, 107, 0.3);
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff; }
  .case-studies-item .img-block {
    padding: 18px;
    height: 200px;
    border-bottom: 1px solid rgba(81, 91, 107, 0.3); }
    @media screen and (min-width: 1280px) {
      .case-studies-item .img-block {
        padding: 1.25vw;
        height: 13.88889vw; } }
    @media screen and (max-width: 1023px) {
      .case-studies-item .img-block {
        height: 20.732vw;
        padding: 15px; } }
    @media screen and (max-width: 767px) {
      .case-studies-item .img-block {
        height: 43.478vw;
        padding: 15px; } }
    @media screen and (max-width: 1279px) {
      .case-studies-item .img-block img {
        height: 100%;
        object-fit: contain; } }
  .case-studies-item .text-block {
    height: calc(100% - 200px);
    padding: 30px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;
    -webkit-flex-direction: column; }
    @media screen and (min-width: 1280px) {
      .case-studies-item .text-block {
        height: calc(100% - 13.88889vw);
        padding: 2.08333vw; } }
    @media screen and (max-width: 1023px) {
      .case-studies-item .text-block {
        height: calc(100% - 20.732vw);
        padding: 20px; } }
    @media screen and (max-width: 767px) {
      .case-studies-item .text-block {
        height: calc(100% - 43.478vw);
        padding: 20px; } }
    .case-studies-item .text-block h6 {
      font-size: 14px;
      line-height: 17px;
      font-weight: 700;
      color: #2C394B;
      margin-bottom: 10px; }
      @media screen and (min-width: 1280px) {
        .case-studies-item .text-block h6 {
          font-size: 0.97222vw;
          line-height: 1.18056vw;
          margin-bottom: 0.69444vw; } }
    .case-studies-item .text-block p {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 20px; }
      @media screen and (min-width: 1280px) {
        .case-studies-item .text-block p {
          font-size: 0.83333vw;
          line-height: 1.25vw;
          margin-bottom: 1.38889vw; } }

@media screen and (max-width: 767px) {
  .client-worked-logos {
    padding-bottom: 70px; } }

.client-worked-logos ul.client-worked-block {
  margin: 0px -29px;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (min-width: 1280px) {
    .client-worked-logos ul.client-worked-block {
      margin: 0 -2.01389vw; } }
  @media screen and (max-width: 1023px) {
    .client-worked-logos ul.client-worked-block {
      margin: 0 -20px; } }
  @media screen and (max-width: 767px) {
    .client-worked-logos ul.client-worked-block {
      margin: 0px; } }
  .client-worked-logos ul.client-worked-block li {
    padding: 0 29px;
    width: 148px; }
    @media screen and (min-width: 1280px) {
      .client-worked-logos ul.client-worked-block li {
        padding: 0 2.01389vw;
        width: 10.27778vw; } }
    @media screen and (max-width: 1023px) {
      .client-worked-logos ul.client-worked-block li {
        padding: 0 20px; } }
    .client-worked-logos ul.client-worked-block li img {
      max-height: 30px;
      width: auto !important; }
      @media screen and (min-width: 1280px) {
        .client-worked-logos ul.client-worked-block li img {
          max-height: 2.08333vw; } }
  @media screen and (max-width: 767px) {
    .client-worked-logos ul.client-worked-block .slick-dots {
      bottom: -35px; } }
  .client-worked-logos ul.client-worked-block .slick-dots li {
    width: auto;
    padding: 0px; }

.category-solution-form {
  background-color: #00A4B1;
  padding: 60px 0; }
  @media screen and (min-width: 1280px) {
    .category-solution-form {
      padding: 4.16667vw 0; } }
  @media screen and (max-width: 1023px) {
    .category-solution-form {
      padding: 40px 0; } }
  .category-solution-form .solution-form-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 60px; }
    @media screen and (min-width: 1280px) {
      .category-solution-form .solution-form-wrap {
        padding: 0 4.16667vw; } }
    @media screen and (max-width: 1279px) {
      .category-solution-form .solution-form-wrap {
        padding: 0px; } }
    @media screen and (max-width: 1023px) {
      .category-solution-form .solution-form-wrap {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
  .category-solution-form .left-block {
    width: 334px;
    text-align: left; }
    @media screen and (min-width: 1280px) {
      .category-solution-form .left-block {
        width: 23.19444vw; } }
    @media screen and (max-width: 1023px) {
      .category-solution-form .left-block {
        width: 100%;
        text-align: center; } }
    .category-solution-form .left-block .page-heading-small {
      text-align: left;
      color: #ffffff;
      margin-bottom: 16px; }
      @media screen and (min-width: 1280px) {
        .category-solution-form .left-block .page-heading-small {
          margin-bottom: 1.11111vw; } }
      @media screen and (max-width: 1023px) {
        .category-solution-form .left-block .page-heading-small {
          text-align: center; } }
    .category-solution-form .left-block p {
      color: #ffffff;
      line-height: 24px;
      margin-bottom: 0px; }
      @media screen and (min-width: 1280px) {
        .category-solution-form .left-block p {
          line-height: 1.66667vw; } }
  .category-solution-form .right-block {
    width: calc(100% - 334px);
    padding-left: 100px; }
    @media screen and (min-width: 1280px) {
      .category-solution-form .right-block {
        width: calc(100% - 23.19444vw);
        padding-left: 6.94444vw; } }
    @media screen and (max-width: 1279px) {
      .category-solution-form .right-block {
        padding-left: 50px; } }
    @media screen and (max-width: 1023px) {
      .category-solution-form .right-block {
        width: 100%;
        text-align: center;
        padding-left: 0px;
        padding-top: 40px; } }

.quiz-products-container ul:not(.show-all-products) li:nth-of-type(n+5) {
  display: none; }

.quiz-products-container .loadmore {
  display: none !important; }

.quiz-products-container ul {
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .quiz-products-container ul {
      margin-bottom: 0.69444vw; } }
  .quiz-products-container ul li {
    transition: all 0.5s linear; }

@media screen and (max-width: 1279px) {
  .quiz-products-container .btn-block {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; } }

@media screen and (max-width: 1279px) {
  .quiz-products-container .btn-block .left-block {
    width: 100%;
    text-align: center;
    margin-bottom: 15px; } }

@media screen and (max-width: 1023px) {
  .quiz-products-container .btn-block .left-block {
    width: 80px;
    text-align: left;
    margin-bottom: 0px; } }

@media screen and (max-width: 1279px) {
  .quiz-products-container .btn-block .right-block {
    width: 100%;
    text-align: center; } }

@media screen and (max-width: 1023px) {
  .quiz-products-container .btn-block .right-block {
    width: calc(100% - 80px);
    text-align: right; } }

@media screen and (max-width: 1023px) {
  .quiz-products-container .btn-block.call-for-price .right-block {
    width: 100%;
    text-align: center; } }

.facetedSearch-toggle {
  border: 1px solid rgba(81, 91, 107, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 12px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0px; }
  .facetedSearch-toggle em {
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    color: #00A4B1; }
    @media screen and (max-width: 1023px) {
      .facetedSearch-toggle em {
        font-size: 14px; } }
  .facetedSearch-toggle .hide-text {
    display: none; }
  .facetedSearch-toggle .facetedSearch-toggle-indicator span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .facetedSearch-toggle .facetedSearch-toggle-indicator .icon {
    width: 11px;
    height: 11px; }
  .facetedSearch-toggle .facetedSearch-toggle-indicator .toggleLink-text--off {
    display: none; }
  .facetedSearch-toggle .facetedSearch-toggle-indicator svg {
    fill: #2C394B; }
  .facetedSearch-toggle.is-open {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0; }
    .facetedSearch-toggle.is-open .facetedSearch-toggle-indicator .toggleLink-text--off {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .facetedSearch-toggle.is-open .facetedSearch-toggle-indicator .toggleLink-text--on {
      display: none; }
    .facetedSearch-toggle.is-open .show-text {
      display: none; }
    .facetedSearch-toggle.is-open .hide-text {
      display: block; }

@media screen and (max-width: 1023px) {
  .sidebar-category-list-block {
    border: 1px solid rgba(81, 91, 107, 0.3);
    padding: 12px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; } }

@media screen and (max-width: 1023px) {
  .sidebar-category-list-block .sidebarBlock-heading {
    margin-bottom: 0px;
    cursor: pointer;
    padding-right: 20px;
    position: relative; } }

.sidebar-category-list-block .sidebarBlock-heading .icon-block {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px; }
  @media screen and (max-width: 1023px) {
    .sidebar-category-list-block .sidebarBlock-heading .icon-block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .sidebar-category-list-block .sidebarBlock-heading .icon-block svg {
    width: 11px;
    height: 11px; }

.sidebar-category-list-block .sidebarBlock-heading .minus {
  display: none; }

.sidebar-category-list-block .sidebarBlock-heading.active .plus {
  display: none; }

.sidebar-category-list-block .sidebarBlock-heading.active .minus {
  display: block; }

@media screen and (max-width: 1023px) {
  .sidebar-category-list-block .navList {
    display: none;
    margin-top: 10px; } }

@media screen and (max-width: 1023px) {
  .sidebar-category-list-block .navList .navList-action {
    line-height: 18px; } }

.faq-section .container {
  padding: 0 60px; }
  @media screen and (min-width: 1280px) {
    .faq-section .container {
      padding: 0 4.16667vw; } }
  @media screen and (max-width: 1279px) {
    .faq-section .container {
      padding: 0px; } }
  @media screen and (max-width: 1023px) {
    .faq-section .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .faq-section .container {
      padding-left: 20px;
      padding-right: 20px; } }

.loading-products, .is-loading {
  position: relative;
  padding-left: 50px;
  transition: all 0.3s linear; }
  @media screen and (min-width: 1280px) {
    .loading-products, .is-loading {
      padding-left: 3.47222vw; } }
  .loading-products:before, .is-loading:before {
    position: absolute;
    content: "";
    border: 3px solid #ffffff;
    border-radius: 50%;
    border-top: 3px solid rgba(44, 57, 75, 0.5);
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    top: 8px;
    left: 20px; }
    @media screen and (min-width: 1280px) {
      .loading-products:before, .is-loading:before {
        border-width: 0.20833vw;
        width: 1.38889vw;
        height: 1.38889vw;
        top: 0.55556vw;
        left: 1.38889vw; } }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

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

.template-product .body {
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .template-product .body {
      margin-bottom: 2.77778vw; } }

.productView-img-container {
  max-width: 490px; }
  @media screen and (min-width: 1280px) {
    .productView-img-container {
      max-width: 37.5vw; } }
  @media screen and (max-width: 767px) {
    .productView-img-container {
      border: 1px solid rgba(81, 91, 107, 0.3);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      padding: 10px; } }
  .productView-img-container img {
    max-height: 450px; }
    @media screen and (min-width: 1280px) {
      .productView-img-container img {
        max-height: 31.25vw; } }
    @media screen and (max-width: 767px) {
      .productView-img-container img {
        max-height: 350px; } }
  @media screen and (max-width: 767px) {
    .productView-img-container.slick-dotted.slick-slider {
      margin-bottom: 0px; } }
  .productView-img-container .slick-track {
    display: flex;
    align-items: center; }
    .productView-img-container .slick-track img {
      position: inherit;
      padding: 0; }
  .productView-img-container:after {
    display: none; }
  .productView-img-container img {
    position: static; }
    @media screen and (max-width: 767px) {
      .productView-img-container img {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px; } }
    @media screen and (max-width: 1023px) {
      .productView-img-container img {
        max-height: 490px; } }
  .productView-img-container .slick-arrow {
    display: none !important; }
    @media screen and (max-width: 767px) {
      .productView-img-container .slick-arrow {
        display: block !important;
        border: 1px solid rgba(81, 91, 107, 0.3);
        margin-top: 0px;
        padding: 0px; } }
    @media screen and (max-width: 767px) {
      .productView-img-container .slick-arrow.slick-prev {
        left: -1px; } }
    @media screen and (max-width: 767px) {
      .productView-img-container .slick-arrow.slick-next {
        right: -1px; } }

.light--box {
  float: right;
  position: relative;
  z-index: 999;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 2px 8px;
  background: #747070;
  color: #fff; }

.productView {
  padding-top: 30px;
  margin: 0px; }
  @media screen and (min-width: 1280px) {
    .productView {
      padding-top: 2.08333vw; } }
  .productView .slick-dots {
    display: none !important; }

.productView-details, .productView-images {
  padding: 0px;
  margin-bottom: 0px; }

.productView-details {
  border: 1px solid rgba(81, 91, 107, 0.3);
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (min-width: 1280px) {
    .productView-details {
      padding-left: 2.77778vw;
      padding-right: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .productView-details {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .productView-details {
      padding-left: 20px;
      padding-right: 20px; } }
  .productView-details.product-data {
    padding-top: 40px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border-bottom: 0px; }
    @media screen and (min-width: 1280px) {
      .productView-details.product-data {
        padding-top: 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .productView-details.product-data {
        padding-top: 30px; } }
    @media screen and (max-width: 767px) {
      .productView-details.product-data {
        padding-top: 25px; } }
  .productView-details.product-options {
    border-top: 0px;
    padding-bottom: 40px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; }
    @media screen and (min-width: 1280px) {
      .productView-details.product-options {
        padding-bottom: 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .productView-details.product-options {
        padding-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .productView-details.product-options {
        padding-bottom: 25px; } }
  .productView-details .socialLinks .icon, .productView-details .socialLinks--alt .icon {
    width: auto;
    height: auto; }
    .productView-details .socialLinks .icon svg, .productView-details .socialLinks--alt .icon svg {
      fill: #2C394B; }
    .productView-details .socialLinks .icon:hover svg, .productView-details .socialLinks--alt .icon:hover svg {
      fill: #00A4B1; }
  .productView-details .socialLinks .socialLinks-item + .socialLinks-item, .productView-details .socialLinks--alt .socialLinks-item + .socialLinks-item {
    margin-left: 10px; }
    @media screen and (min-width: 1280px) {
      .productView-details .socialLinks .socialLinks-item + .socialLinks-item, .productView-details .socialLinks--alt .socialLinks-item + .socialLinks-item {
        margin-left: 0.69444vw; } }

.productView-images {
  padding: 0px;
  width: calc(100% - 400px);
  padding-right: 80px;
  pointer-events: all; }
  @media screen and (min-width: 1280px) {
    .productView-images {
      width: calc(100% - 27.77778vw);
      padding-right: 5.55556vw; } }
  @media screen and (max-width: 1279px) {
    .productView-images {
      padding-right: 40px; } }
  @media screen and (max-width: 1023px) {
    .productView-images {
      width: 100%;
      padding-right: 0px;
      padding-bottom: 30px; } }
  .productView-images .productView-image {
    width: calc(100% - 90px);
    order: 1;
    margin: 0px;
    padding-left: 80px;
    pointer-events: all; }
    @media screen and (min-width: 1280px) {
      .productView-images .productView-image {
        width: calc(100% - 6.25vw);
        padding-left: 5.55556vw; } }
    @media screen and (max-width: 1279px) {
      .productView-images .productView-image {
        padding-left: 40px; } }
    @media screen and (max-width: 767px) {
      .productView-images .productView-image {
        padding-left: 0px;
        width: 100%; } }
  .productView-images .productView-thumbnails {
    width: 90px;
    order: 0;
    margin-top: 0px;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .productView-images .productView-thumbnails {
        width: 6.25vw; } }
    @media screen and (max-width: 767px) {
      .productView-images .productView-thumbnails {
        display: none; } }
    .productView-images .productView-thumbnails .slick-arrow {
      transform: none;
      left: 50%;
      margin-left: -20px;
      margin-top: 0px;
      background-color: transparent;
      border-color: transparent; }
      @media screen and (min-width: 1280px) {
        .productView-images .productView-thumbnails .slick-arrow {
          margin-left: -1.38889vw; } }
      .productView-images .productView-thumbnails .slick-arrow svg {
        transform: rotate(180deg);
        fill: #CBCED3; }
      .productView-images .productView-thumbnails .slick-arrow:hover svg {
        fill: #00A4B1; }
    .productView-images .productView-thumbnails .slick-next {
      bottom: 0px;
      top: auto; }
    .productView-images .productView-thumbnails .slick-prev {
      top: 0px;
      bottom: auto; }

.productView-images-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.productView-details {
  width: 400px; }
  @media screen and (min-width: 1280px) {
    .productView-details {
      width: 27.77778vw; } }
  @media screen and (max-width: 1023px) {
    .productView-details {
      width: 100%; } }

.productView-thumbnails {
  margin: 0px; }
  .productView-thumbnails .slick-list {
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (min-width: 1280px) {
      .productView-thumbnails .slick-list {
        margin-top: 2.08333vw;
        margin-bottom: 2.08333vw; } }
  .productView-thumbnails img {
    width: 62px;
    height: 62px; }
    @media screen and (min-width: 1280px) {
      .productView-thumbnails img {
        width: 4.30556vw;
        height: 4.30556vw; } }
  .productView-thumbnails .productView-thumbnail {
    width: 100%; }

.productView-thumbnail-link {
  height: 90px;
  max-width: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #C5CCD1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0px;
  opacity: 0.5; }
  @media screen and (min-width: 1280px) {
    .productView-thumbnail-link {
      height: 6.25vw;
      max-width: 6.25vw; } }
  .productView-thumbnail-link:hover {
    border: 1px solid #FEE003;
    opacity: 1; }

.productView-thumbnail {
  float: none;
  padding: 9px 0px;
  padding-right: 2px;
  border-top: 0px;
  border-bottom: 0px; }
  @media screen and (min-width: 1280px) {
    .productView-thumbnail {
      padding: 0.625vw 0;
      padding-right: 2px; } }
  .productView-thumbnail.slick-slide.slick-current.slick-active .productView-thumbnail-link {
    border: 1px solid #FEE003;
    opacity: 1; }

.productView-info > :first-child {
  margin-top: 0px; }

.productView-info {
  margin-bottom: 0px;
  margin-top: 0px; }

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

.product-title-wrap {
  border-bottom: 1px solid #C5CCD1;
  padding-bottom: 24px;
  margin-bottom: 25px; }
  @media screen and (min-width: 1280px) {
    .product-title-wrap {
      padding-bottom: 1.66667vw;
      margin-bottom: 1.73611vw; } }
  @media screen and (max-width: 767px) {
    .product-title-wrap {
      padding-bottom: 20px;
      margin-bottom: 20px; } }
  .product-title-wrap.remove-border {
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 0px; }
  .product-title-wrap + .product-desc-block {
    margin-top: 0px;
    border-top: 0px;
    padding-top: 0px;
    padding-left: 35px;
    padding-right: 35px; }
    @media screen and (min-width: 1280px) {
      .product-title-wrap + .product-desc-block {
        padding-left: 2.43056vw;
        padding-right: 2.43056vw; } }
    @media screen and (max-width: 1023px) {
      .product-title-wrap + .product-desc-block {
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 767px) {
      .product-title-wrap + .product-desc-block {
        padding-left: 20px;
        padding-right: 20px; } }
  .product-title-wrap.hide-product-desc {
    padding-bottom: 0px;
    border-bottom: 0px; }

.productView-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px; }
  @media screen and (min-width: 1280px) {
    .productView-title {
      font-size: 1.66667vw;
      line-height: 2.01389vw; } }
  @media screen and (max-width: 767px) {
    .productView-title {
      font-size: 22px;
      line-height: 28px; } }
  .productView-title + .productView-price {
    margin-top: 17px; }
    @media screen and (min-width: 1280px) {
      .productView-title + .productView-price {
        margin-top: 1.18056vw; } }

.productView-price {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #00A4B1;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (min-width: 1280px) {
    .productView-price {
      font-size: 1.25vw;
      line-height: 1.25vw; } }
  .productView-price .price-start-lable {
    font-size: 12px;
    line-height: 18px;
    color: #515B6B;
    font-weight: 400;
    margin-right: 7px; }
    @media screen and (min-width: 1280px) {
      .productView-price .price-start-lable {
        font-size: 0.83333vw;
        line-height: 1.25vw;
        margin-right: 0.48611vw; } }

.productView-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 17px; }
  @media screen and (min-width: 1280px) {
    .productView-rating {
      margin-top: 1.18056vw; } }
  .productView-rating span[role="img"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 5px; }
    @media screen and (min-width: 1280px) {
      .productView-rating span[role="img"] {
        margin-right: 0.34722vw; } }
    .productView-rating span[role="img"] + span {
      margin-right: 5px; }
      @media screen and (min-width: 1280px) {
        .productView-rating span[role="img"] + span {
          margin-right: 0.34722vw; } }
  .productView-rating span, .productView-rating a {
    font-size: 14px;
    line-height: 20px; }
    @media screen and (min-width: 1280px) {
      .productView-rating span, .productView-rating a {
        font-size: 0.97222vw;
        line-height: 1.38889vw; } }
  .productView-rating .productView-reviewLink {
    margin-left: 0px;
    color: #2C394B; }
    .productView-rating .productView-reviewLink:hover {
      color: #00A4B1; }

.productView-info-name,
.productView-info-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-family: "Gotham", sans-serif;
  margin: 0px; }
  @media screen and (min-width: 1280px) {
    .productView-info-name,
    .productView-info-value {
      font-size: 0.97222vw;
      line-height: 1.45833vw; } }

.product-info-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .product-info-block + .product-info-block {
    margin-top: 8px; }
    @media screen and (min-width: 1280px) {
      .product-info-block + .product-info-block {
        margin-top: 0.55556vw; } }
  .product-info-block .productView-info-name {
    width: 123px; }
    @media screen and (min-width: 1280px) {
      .product-info-block .productView-info-name {
        width: 8.54167vw; } }
    @media screen and (max-width: 767px) {
      .product-info-block .productView-info-name {
        width: 100px; } }
  .product-info-block .productView-info-value {
    width: calc(100% - 123px);
    font-weight: 500; }
    @media screen and (min-width: 1280px) {
      .product-info-block .productView-info-value {
        width: calc(100% - 8.54167vw); } }
    @media screen and (max-width: 767px) {
      .product-info-block .productView-info-value {
        width: calc(100% - 100px); } }

.product-desc-block {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(81, 91, 107, 0.3); }
  @media screen and (min-width: 1280px) {
    .product-desc-block {
      margin-top: 1.73611vw;
      padding-top: 1.73611vw; } }
  @media screen and (max-width: 767px) {
    .product-desc-block {
      margin-top: 20px;
      padding-top: 20px; } }
  .product-desc-block .product-info-block .productView-info-value {
    width: 100%;
    font-weight: 400; }

.productView-options {
  margin-bottom: 0px;
  text-align: left; }
  .productView-options .form {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px; }
    .productView-options .form [data-product-option-change] {
      padding-top: 25px;
      margin-top: 25px;
      border-top: 1px solid rgba(81, 91, 107, 0.3); }
      @media screen and (min-width: 1280px) {
        .productView-options .form [data-product-option-change] {
          padding-top: 1.73611vw;
          margin-top: 1.73611vw; } }
      .productView-options .form [data-product-option-change].show-perfect-fit-block {
        padding-top: 0px;
        border-top: 0px;
        margin-top: 22px; }
        @media screen and (min-width: 1280px) {
          .productView-options .form [data-product-option-change].show-perfect-fit-block {
            margin-top: 1.52778vw; } }
    .productView-options .form .add-to-cart-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .productView-options .form .add-to-cart-wrapper .button {
        margin-right: 0px;
        display: block;
        width: 100%; }
        .productView-options .form .add-to-cart-wrapper .button.button--icon {
          width: 40px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center; }
          @media screen and (min-width: 1280px) {
            .productView-options .form .add-to-cart-wrapper .button.button--icon {
              width: 2.77778vw; } }
    .productView-options .form .upsell-qty-button {
      margin-right: 0px;
      display: block;
      width: 100%; }
      .productView-options .form .upsell-qty-button.button--icon {
        width: 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
        @media screen and (min-width: 1280px) {
          .productView-options .form .upsell-qty-button.button--icon {
            width: 2.08333vw; } }
    .productView-options .form .upsell-quantity-input {
      width: calc(100% - 60px);
      padding-top: 5px;
      padding-bottom: 5px; }
      @media screen and (min-width: 1280px) {
        .productView-options .form .upsell-quantity-input {
          width: calc(100% - 4.16667vw);
          padding-top: 0.34722vw;
          padding-bottom: 0.34722vw; } }
  .productView-options .form-wishlist {
    margin: 0px;
    float: none;
    display: block;
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(81, 91, 107, 0.3); }
    @media screen and (min-width: 1280px) {
      .productView-options .form-wishlist {
        margin-top: 1.73611vw;
        padding-top: 1.73611vw; } }
    .productView-options .form-wishlist.form-action .dropdown-menu-button {
      display: block;
      width: 100%;
      text-align: left;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      position: relative; }
      .productView-options .form-wishlist.form-action .dropdown-menu-button:hover, .productView-options .form-wishlist.form-action .dropdown-menu-button:focus {
        background-color: #00A4B1;
        border-color: #00A4B1;
        color: #ffffff; }
      .productView-options .form-wishlist.form-action .dropdown-menu-button.is-open {
        -webkit-border-radius: 30px 30px 0 0;
        -moz-border-radius: 30px 30px 0 0;
        border-radius: 30px 30px 0 0; }
      .productView-options .form-wishlist.form-action .dropdown-menu-button .icon {
        width: 10px;
        height: 10px;
        float: none;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: 20px; }
        @media screen and (min-width: 1280px) {
          .productView-options .form-wishlist.form-action .dropdown-menu-button .icon {
            margin-top: -0.34722vw;
            right: 1.38889vw;
            width: 0.69444vw;
            height: 0.69444vw; } }
        .productView-options .form-wishlist.form-action .dropdown-menu-button .icon svg {
          fill: #ffffff; }
  .productView-options #wishlist-dropdown.is-open {
    padding-right: 0px;
    font-size: 12px;
    line-height: 18px; }
    @media screen and (min-width: 1280px) {
      .productView-options #wishlist-dropdown.is-open {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    .productView-options #wishlist-dropdown.is-open .button {
      color: #2C394B;
      margin: 0px; }
      .productView-options #wishlist-dropdown.is-open .button:hover {
        border-color: #00A4B1;
        color: #00A4B1; }
    .productView-options #wishlist-dropdown.is-open [data-wishlist] {
      -webkit-border-radius: 0 0 30px 30px;
      -moz-border-radius: 0 0 30px 30px;
      border-radius: 0 0 30px 30px; }
  .productView-options .form-field {
    margin-bottom: 0px; }
  .productView-options [data-product-option-change] .form-field {
    margin-top: 22px;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .productView-options [data-product-option-change] .form-field {
        margin-top: 1.52778vw; } }
    @media screen and (max-width: 767px) {
      .productView-options [data-product-option-change] .form-field {
        margin-top: 20px; } }
    .productView-options [data-product-option-change] .form-field:first-child {
      margin-top: 0px; }
    .productView-options [data-product-option-change] .form-field.form-field[data-product-attribute="swatch"] + .form-field[data-product-attribute="swatch"], .productView-options [data-product-option-change] .form-field.form-field[data-product-attribute="swatch"] + .form-field[data-product-attribute="set-radio"] {
      margin-top: 12px; }
      @media screen and (min-width: 1280px) {
        .productView-options [data-product-option-change] .form-field.form-field[data-product-attribute="swatch"] + .form-field[data-product-attribute="swatch"], .productView-options [data-product-option-change] .form-field.form-field[data-product-attribute="swatch"] + .form-field[data-product-attribute="set-radio"] {
          margin-top: 0.83333vw; } }

.add-to-cart-wrapper {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid rgba(81, 91, 107, 0.3); }
  @media screen and (min-width: 1280px) {
    .add-to-cart-wrapper {
      padding-top: 1.73611vw;
      margin-top: 1.73611vw; } }
  @media screen and (max-width: 767px) {
    .add-to-cart-wrapper {
      padding-top: 20px;
      margin-top: 20px; } }
  .add-to-cart-wrapper .form-field--increments, .add-to-cart-wrapper .form-action {
    width: 50%;
    margin: 0px; }
    .add-to-cart-wrapper .form-field--increments .form-label, .add-to-cart-wrapper .form-action .form-label {
      display: none; }
  .add-to-cart-wrapper .form-field--increments {
    padding-right: 10px; }
    @media screen and (min-width: 1280px) {
      .add-to-cart-wrapper .form-field--increments {
        padding-right: 0.69444vw; } }
    @media screen and (max-width: 1023px) {
      .add-to-cart-wrapper .form-field--increments {
        width: 25%; } }
    @media screen and (max-width: 767px) {
      .add-to-cart-wrapper .form-field--increments {
        width: 50%;
        padding-right: 5px; } }
  .add-to-cart-wrapper .form-action {
    padding-left: 10px; }
    @media screen and (min-width: 1280px) {
      .add-to-cart-wrapper .form-action {
        padding-left: 0.69444vw; } }
    @media screen and (max-width: 1023px) {
      .add-to-cart-wrapper .form-action {
        width: 75%; } }
    @media screen and (max-width: 767px) {
      .add-to-cart-wrapper .form-action {
        width: 50%;
        padding-left: 5px; } }
  .add-to-cart-wrapper .alertBox {
    width: 100%;
    margin-top: 25px; }
    @media screen and (min-width: 1280px) {
      .add-to-cart-wrapper .alertBox {
        margin-top: 1.73611vw; } }

.product-description-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .product-description-item .cat-contact-banner {
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .product-description-item .cat-contact-banner {
        margin-bottom: 1.38889vw; } }
  .product-description-item .desc-title-block {
    width: 300px; }
    @media screen and (min-width: 1280px) {
      .product-description-item .desc-title-block {
        width: 20.83333vw; } }
    @media screen and (max-width: 1279px) {
      .product-description-item .desc-title-block {
        width: 250px; } }
    @media screen and (max-width: 1023px) {
      .product-description-item .desc-title-block {
        width: 100%;
        margin-bottom: 25px;
        text-align: center; } }
  .product-description-item .productView-description {
    width: calc(100% - 300px);
    float: none;
    padding: 0px; }
    @media screen and (min-width: 1280px) {
      .product-description-item .productView-description {
        width: calc(100% - 20.83333vw); } }
    @media screen and (max-width: 1279px) {
      .product-description-item .productView-description {
        width: calc(100% - 250px); } }
    @media screen and (max-width: 1023px) {
      .product-description-item .productView-description {
        width: 100%; } }
    .product-description-item .productView-description .tab-content {
      display: block; }
    .product-description-item .productView-description p:last-child {
      margin-bottom: 0px; }
    .product-description-item .productView-description ul {
      list-style-type: none;
      margin: 0px;
      margin-bottom: 24px; }
      .product-description-item .productView-description ul:last-child {
        margin-bottom: 0px; }
      @media screen and (min-width: 1280px) {
        .product-description-item .productView-description ul {
          margin-bottom: 1.66667vw; } }
      @media screen and (max-width: 767px) {
        .product-description-item .productView-description ul {
          margin-bottom: 20px; } }
      .product-description-item .productView-description ul li {
        line-height: 26px;
        padding-left: 14px;
        position: relative; }
        @media screen and (min-width: 1280px) {
          .product-description-item .productView-description ul li {
            padding-left: 0.97222vw; } }
        .product-description-item .productView-description ul li + li {
          margin-top: 7px; }
          @media screen and (min-width: 1280px) {
            .product-description-item .productView-description ul li + li {
              margin-top: 0.48611vw; } }
        .product-description-item .productView-description ul li:before {
          width: 4px;
          height: 4px;
          background-color: #00A4B1;
          position: absolute;
          content: "";
          left: 0;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          top: 10px; }
          @media screen and (min-width: 1280px) {
            .product-description-item .productView-description ul li:before {
              width: 0.27778vw;
              height: 0.27778vw;
              top: 0.69444vw; } }
        @media screen and (min-width: 1280px) {
          .product-description-item .productView-description ul li {
            line-height: 1.80556vw; } }
      .product-description-item .productView-description ul.product-document li a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .product-description-item .productView-description ul.product-document li a img {
          margin-right: 10px;
          max-height: 18px; }
          @media screen and (min-width: 1280px) {
            .product-description-item .productView-description ul.product-document li a img {
              margin-right: 0.69444vw;
              max-height: 1.25vw; } }
    .product-description-item .productView-description.productView-description-specifications {
      padding-bottom: 50px; }
      @media screen and (min-width: 1280px) {
        .product-description-item .productView-description.productView-description-specifications {
          padding-bottom: 3.47222vw; } }
      .product-description-item .productView-description.productView-description-specifications .product-option-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 0 -40px; }
        @media screen and (min-width: 1280px) {
          .product-description-item .productView-description.productView-description-specifications .product-option-wrap {
            margin: 0 -2.77778vw; } }
        @media screen and (max-width: 1279px) {
          .product-description-item .productView-description.productView-description-specifications .product-option-wrap {
            margin: 0 -15px; } }
        @media screen and (max-width: 767px) {
          .product-description-item .productView-description.productView-description-specifications .product-option-wrap {
            margin: 0 -10px; } }
        @media screen and (max-width: 666px) {
          .product-description-item .productView-description.productView-description-specifications .product-option-wrap {
            margin: 0px; } }
      .product-description-item .productView-description.productView-description-specifications .product-option-block {
        width: 50%;
        padding: 0 40px; }
        @media screen and (min-width: 1280px) {
          .product-description-item .productView-description.productView-description-specifications .product-option-block {
            padding: 0 2.77778vw; } }
        @media screen and (max-width: 1279px) {
          .product-description-item .productView-description.productView-description-specifications .product-option-block {
            padding: 0 15px; } }
        @media screen and (max-width: 767px) {
          .product-description-item .productView-description.productView-description-specifications .product-option-block {
            padding: 0 10px; } }
        @media screen and (max-width: 666px) {
          .product-description-item .productView-description.productView-description-specifications .product-option-block {
            padding: 0px;
            width: 100%; } }
        .product-description-item .productView-description.productView-description-specifications .product-option-block.item-1 .product-option-block-inn, .product-description-item .productView-description.productView-description-specifications .product-option-block.item-2 .product-option-block-inn {
          background-color: #EBF8F9; }
          @media screen and (max-width: 666px) {
            .product-description-item .productView-description.productView-description-specifications .product-option-block.item-1 .product-option-block-inn, .product-description-item .productView-description.productView-description-specifications .product-option-block.item-2 .product-option-block-inn {
              background-color: #ffffff; } }
        @media screen and (max-width: 666px) {
          .product-description-item .productView-description.productView-description-specifications .product-option-block.item-1 .product-option-block-inn, .product-description-item .productView-description.productView-description-specifications .product-option-block.item-3 .product-option-block-inn {
            background-color: #EBF8F9; } }
        .product-description-item .productView-description.productView-description-specifications .product-option-block .product-option-block-inn {
          padding: 14px 20px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          @media screen and (min-width: 1280px) {
            .product-description-item .productView-description.productView-description-specifications .product-option-block .product-option-block-inn {
              padding: 0.97222vw 1.38889vw; } }
          .product-description-item .productView-description.productView-description-specifications .product-option-block .product-option-block-inn span {
            font-size: 16px; }
            @media screen and (min-width: 1280px) {
              .product-description-item .productView-description.productView-description-specifications .product-option-block .product-option-block-inn span {
                font-size: 1.11111vw; } }
            @media screen and (max-width: 1023px) {
              .product-description-item .productView-description.productView-description-specifications .product-option-block .product-option-block-inn span {
                font-size: 14px; } }
          .product-description-item .productView-description.productView-description-specifications .product-option-block .product-option-block-inn .productView-info-name {
            width: 188px; }
            @media screen and (min-width: 1280px) {
              .product-description-item .productView-description.productView-description-specifications .product-option-block .product-option-block-inn .productView-info-name {
                width: 13.05556vw; } }
            @media screen and (max-width: 1279px) {
              .product-description-item .productView-description.productView-description-specifications .product-option-block .product-option-block-inn .productView-info-name {
                width: 150px; } }
            @media screen and (max-width: 767px) {
              .product-description-item .productView-description.productView-description-specifications .product-option-block .product-option-block-inn .productView-info-name {
                width: 130px; } }
          .product-description-item .productView-description.productView-description-specifications .product-option-block .product-option-block-inn .productView-info-value {
            font-weight: 500;
            width: calc(100% - 188px); }
            @media screen and (min-width: 1280px) {
              .product-description-item .productView-description.productView-description-specifications .product-option-block .product-option-block-inn .productView-info-value {
                width: calc(100% - 13.05556vw); } }
            @media screen and (max-width: 1279px) {
              .product-description-item .productView-description.productView-description-specifications .product-option-block .product-option-block-inn .productView-info-value {
                width: calc(100% - 150px); } }
            @media screen and (max-width: 767px) {
              .product-description-item .productView-description.productView-description-specifications .product-option-block .product-option-block-inn .productView-info-value {
                width: calc(100% - 130px); } }
  .product-description-item .productView-title {
    font-size: 25px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 0px; }
    @media screen and (min-width: 1280px) {
      .product-description-item .productView-title {
        font-size: 1.73611vw;
        line-height: 2.63889vw; } }
    @media screen and (max-width: 1023px) {
      .product-description-item .productView-title {
        font-size: 26px;
        line-height: 28px; } }

.product-description-block {
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid rgba(81, 91, 107, 0.3); }
  @media screen and (min-width: 1280px) {
    .product-description-block {
      margin-top: 2.77778vw;
      padding-top: 3.47222vw; } }
  @media screen and (max-width: 1023px) {
    .product-description-block {
      padding-top: 44px;
      margin-top: 40px; } }
  .product-description-block .product-description-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px; }
    @media screen and (min-width: 1280px) {
      .product-description-block .product-description-item {
        margin-bottom: 3.47222vw; } }
    @media screen and (max-width: 1023px) {
      .product-description-block .product-description-item {
        margin-bottom: 44px; } }
    .product-description-block .product-description-item .productView-description {
      padding-bottom: 50px; }
      @media screen and (min-width: 1280px) {
        .product-description-block .product-description-item .productView-description {
          padding-bottom: 3.47222vw; } }
      @media screen and (max-width: 1023px) {
        .product-description-block .product-description-item .productView-description {
          padding-bottom: 44px; } }
      .product-description-block .product-description-item .productView-description.productView-description-specifications {
        border-bottom: 0px; }
    .product-description-block .product-description-item:last-child .productView-description {
      padding-bottom: 0px;
      border-bottom: 0px; }
      .product-description-block .product-description-item:last-child .productView-description.productView-description-specifications {
        padding-bottom: 50px; }
        @media screen and (min-width: 1280px) {
          .product-description-block .product-description-item:last-child .productView-description.productView-description-specifications {
            padding-bottom: 3.47222vw; } }
  .product-description-block .cat-contact-banner {
    margin-top: 0px; }
    @media screen and (max-width: 1023px) {
      .product-description-block .cat-contact-banner {
        margin-bottom: 0px; } }
    .product-description-block .cat-contact-banner .text-block h4 {
      font-size: 24px;
      line-height: 34px; }
      @media screen and (min-width: 1280px) {
        .product-description-block .cat-contact-banner .text-block h4 {
          font-size: 1.66667vw;
          line-height: 2.36111vw; } }
      @media screen and (max-width: 767px) {
        .product-description-block .cat-contact-banner .text-block h4 {
          font-size: 22px;
          line-height: 30px; } }
    .product-description-block .cat-contact-banner .text-block p {
      font-family: "Gotham", sans-serif;
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 22px; }
      @media screen and (min-width: 1280px) {
        .product-description-block .cat-contact-banner .text-block p {
          font-size: 0.97222vw;
          line-height: 1.45833vw;
          margin-bottom: 1.52778vw; } }
  .product-description-block .videoGallery-main {
    padding-bottom: 450px;
    margin-bottom: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    @media screen and (min-width: 1280px) {
      .product-description-block .videoGallery-main {
        padding-bottom: 31.25vw; } }
    @media screen and (max-width: 767px) {
      .product-description-block .videoGallery-main {
        padding-bottom: 72.464vw; } }
    .product-description-block .videoGallery-main .lazyload, .product-description-block .videoGallery-main .lazyloading {
      filter: none; }
  .product-description-block .videoGallery-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .product-description-block .videoGallery-list .videoGallery-item {
      padding-left: 0px;
      margin-top: 15px;
      padding-right: 20px;
      width: 50%; }
      @media screen and (min-width: 1280px) {
        .product-description-block .videoGallery-list .videoGallery-item {
          margin-top: 1.04167vw;
          padding-right: 1.38889vw; } }
      @media screen and (max-width: 666px) {
        .product-description-block .videoGallery-list .videoGallery-item {
          width: 100%; } }
      .product-description-block .videoGallery-list .videoGallery-item:before {
        display: none; }
      .product-description-block .videoGallery-list .videoGallery-item .video {
        margin-bottom: 0px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
      .product-description-block .videoGallery-list .videoGallery-item .video-figure {
        width: 100px;
        margin: 0px; }
        @media screen and (min-width: 1280px) {
          .product-description-block .videoGallery-list .videoGallery-item .video-figure {
            width: 6.94444vw; } }
        .product-description-block .videoGallery-list .videoGallery-item .video-figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px; }
      .product-description-block .videoGallery-list .videoGallery-item .video-body {
        width: calc(100% - 100px);
        padding-left: 15px; }
        @media screen and (min-width: 1280px) {
          .product-description-block .videoGallery-list .videoGallery-item .video-body {
            width: calc(100% - 6.94444vw);
            padding-left: 1.04167vw; } }
      .product-description-block .videoGallery-list .videoGallery-item .video-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px; }
        @media screen and (min-width: 1280px) {
          .product-description-block .videoGallery-list .videoGallery-item .video-title {
            font-size: 1.11111vw;
            line-height: 1.52778vw;
            margin-bottom: 0.34722vw; } }
      .product-description-block .videoGallery-list .videoGallery-item .video-description {
        font-size: 12px;
        line-height: 18px; }
        @media screen and (min-width: 1280px) {
          .product-description-block .videoGallery-list .videoGallery-item .video-description {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
  .product-description-block .product-download-block .product-option-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .product-description-block .product-download-block .product-option-wrap .product-option-block {
      width: 50%;
      padding-right: 15px;
      margin-top: 20px; }
      @media screen and (min-width: 1280px) {
        .product-description-block .product-download-block .product-option-wrap .product-option-block {
          padding-right: 1.04167vw;
          margin-top: 1.38889vw; } }
      @media screen and (max-width: 666px) {
        .product-description-block .product-download-block .product-option-wrap .product-option-block {
          width: 100%;
          margin-top: 15px; } }
      .product-description-block .product-download-block .product-option-wrap .product-option-block:first-child {
        margin-top: 0px; }
      .product-description-block .product-download-block .product-option-wrap .product-option-block:nth-child(2) {
        margin-top: 0px; }
        @media screen and (max-width: 666px) {
          .product-description-block .product-download-block .product-option-wrap .product-option-block:nth-child(2) {
            margin-top: 15px; } }
  .product-description-block .product-download-block .productView-info-value {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .product-description-block .product-download-block .productView-info-value .icon {
      width: 40px;
      height: 40px;
      background-color: #EBF8F9;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: Center;
      justify-content: Center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-right: 16px; }
      @media screen and (min-width: 1280px) {
        .product-description-block .product-download-block .productView-info-value .icon {
          width: 2.77778vw;
          height: 2.77778vw;
          margin-right: 1.11111vw; } }
      .product-description-block .product-download-block .productView-info-value .icon svg {
        width: 16px;
        height: 14px;
        fill: #00A4B1; }
        @media screen and (min-width: 1280px) {
          .product-description-block .product-download-block .productView-info-value .icon svg {
            width: 1.11111vw;
            height: 0.97222vw; } }
    .product-description-block .product-download-block .productView-info-value a {
      font-weight: 500; }
      .product-description-block .product-download-block .productView-info-value a:hover {
        color: #00A4B1; }

.product-contact-block {
  background-color: #EBF8F9;
  padding-top: 45px;
  padding-bottom: 53px;
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .product-contact-block {
      padding-top: 3.125vw;
      padding-bottom: 3.68056vw;
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 1023px) {
    .product-contact-block {
      padding-bottom: 30px;
      padding-top: 30px;
      margin-bottom: 44px; } }
  @media screen and (max-width: 1023px) {
    .product-contact-block .productView-description {
      text-align: center; } }
  .product-contact-block p {
    margin-bottom: 33px;
    font-weight: 500;
    max-width: 375px; }
    @media screen and (min-width: 1280px) {
      .product-contact-block p {
        margin-bottom: 2.29167vw;
        max-width: 26.04167vw; } }
    @media screen and (max-width: 1023px) {
      .product-contact-block p {
        max-width: 100%;
        text-align: center;
        margin-bottom: 25px; } }
  .product-contact-block .button.contact-toggle-link:hover {
    background-color: transparent;
    color: #00A4B1;
    border-color: #00A4B1; }
  .product-contact-block .button.contact-toggle-link:focus {
    background-color: #00A4B1;
    border-color: #00A4B1;
    color: #ffffff; }
  .product-contact-block .button.contact-toggle-link .close {
    display: none; }
  .product-contact-block .button.contact-toggle-link.active {
    transition: all 0.2s linear;
    border-color: #00A4B1;
    color: #00A4B1;
    background-color: transparent; }
    .product-contact-block .button.contact-toggle-link.active .close {
      display: block; }
    .product-contact-block .button.contact-toggle-link.active .open {
      display: none; }
  .product-contact-block .contact-us-form-block {
    display: none;
    margin-top: 44px; }
    @media screen and (min-width: 1280px) {
      .product-contact-block .contact-us-form-block {
        margin-top: 3.05556vw; } }
    @media screen and (max-width: 1023px) {
      .product-contact-block .contact-us-form-block {
        margin-top: 33px; } }
    @media screen and (max-width: 767px) {
      .product-contact-block .contact-us-form-block {
        margin-top: 25px; } }
    .product-contact-block .contact-us-form-block .hubspot-form-block .form-columns-1 {
      width: 100%; }

.product-section.productpage-product-section {
  margin-top: 0px;
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .product-section.productpage-product-section {
      margin-bottom: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .product-section.productpage-product-section {
      margin-bottom: 80px; } }
  @media screen and (max-width: 1023px) {
    .product-section.productpage-product-section .container {
      padding: 0px; } }
  .product-section.productpage-product-section .page-heading {
    margin-bottom: 40px;
    text-align: left;
    font-size: 30px;
    line-height: 36px; }
    @media screen and (min-width: 1280px) {
      .product-section.productpage-product-section .page-heading {
        margin-bottom: 2.77778vw;
        font-size: 2.08333vw;
        line-height: 2.5vw; } }
    @media screen and (max-width: 1023px) {
      .product-section.productpage-product-section .page-heading {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 25px;
        text-align: center; } }

.modal .productView {
  flex-direction: row;
  -webkit-flex-direction: row;
  padding-left: 0px;
  padding-right: 20px; }
  @media screen and (min-width: 1280px) {
    .modal .productView {
      padding-right: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .modal .productView {
      display: none; } }

.modal .previewCart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start; }
  .modal .previewCart .productView-image--cart {
    position: static; }
  .modal .previewCart .productView-image, .modal .previewCart .productView-details {
    width: 50%;
    padding: 0 10px; }
    @media screen and (min-width: 1280px) {
      .modal .previewCart .productView-image, .modal .previewCart .productView-details {
        padding: 0 0.69444vw; } }
  .modal .previewCart .productView-details {
    border: 0px; }
  .modal .previewCart .productView-title {
    font-size: 20px;
    line-height: 26px; }
    @media screen and (min-width: 1280px) {
      .modal .previewCart .productView-title {
        font-size: 1.38889vw;
        line-height: 1.80556vw; } }
    .modal .previewCart .productView-title + .productView-price {
      margin: 15px 0; }
      @media screen and (min-width: 1280px) {
        .modal .previewCart .productView-title + .productView-price {
          margin: 1.04167vw 0; } }
  .modal .previewCart .product-info-block {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .modal .previewCart .product-info-block .productView-info-name, .modal .previewCart .product-info-block .productView-info-value {
      font-size: 12px;
      line-height: 18px;
      width: 100%; }
      @media screen and (min-width: 1280px) {
        .modal .previewCart .product-info-block .productView-info-name, .modal .previewCart .product-info-block .productView-info-value {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
    .modal .previewCart .product-info-block .productView-info-value {
      margin-top: 5px; }
      @media screen and (min-width: 1280px) {
        .modal .previewCart .product-info-block .productView-info-value {
          margin-top: 0.34722vw; } }
    .modal .previewCart .product-info-block + .product-info-block {
      margin-top: 15px; }
      @media screen and (min-width: 1280px) {
        .modal .previewCart .product-info-block + .product-info-block {
          margin-top: 1.04167vw; } }
  .modal .previewCart .previewCartCheckout {
    padding: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #EBF8F9;
    order: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .modal .previewCart .previewCartCheckout {
        padding: 1.73611vw; } }
    @media screen and (max-width: 1023px) {
      .modal .previewCart .previewCartCheckout {
        width: 350px;
        margin: 0 auto; } }
    .modal .previewCart .previewCartCheckout .button {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 15px; }
      @media screen and (min-width: 1280px) {
        .modal .previewCart .previewCartCheckout .button {
          padding-left: 0.69444vw;
          padding-right: 0.69444vw;
          margin-bottom: 1.04167vw; } }
    .modal .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
      margin: 15px 0; }
      @media screen and (min-width: 1280px) {
        .modal .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
          margin: 1.04167vw 0; } }
    .modal .previewCart .previewCartCheckout .previewCartCheckout-price {
      font-size: 20px;
      color: #00A4B1; }
      @media screen and (min-width: 1280px) {
        .modal .previewCart .previewCartCheckout .previewCartCheckout-price {
          font-size: 1.38889vw; } }
    .modal .previewCart .previewCartCheckout p {
      font-size: 14px;
      line-height: 21px; }
      @media screen and (min-width: 1280px) {
        .modal .previewCart .previewCartCheckout p {
          font-size: 0.97222vw;
          line-height: 1.45833vw; } }

.productView-custom {
  margin: 0 -32px;
  flex-direction: row;
  -webkit-flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 33px; }
  @media screen and (min-width: 1280px) {
    .productView-custom {
      margin: 0 -2.22222vw;
      padding-top: 2.29167vw; } }
  @media screen and (max-width: 1279px) {
    .productView-custom {
      margin: 0 -15px; } }
  @media screen and (max-width: 1023px) {
    .productView-custom {
      flex-direction: column;
      -webkit-flex-direction: column;
      margin: 0px; } }
  .productView-custom:before, .productView-custom:after {
    display: none; }
  .productView-custom .productView-images-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .productView-custom .productView-images {
    width: 50%;
    padding: 0 32px; }
    @media screen and (min-width: 1280px) {
      .productView-custom .productView-images {
        padding: 0 2.22222vw; } }
    @media screen and (max-width: 1279px) {
      .productView-custom .productView-images {
        padding: 0 15px; } }
    @media screen and (max-width: 1023px) {
      .productView-custom .productView-images {
        width: 100%;
        padding: 0px; } }
    .productView-custom .productView-images .productView-image {
      width: 100%;
      padding-left: 0px; }
    .productView-custom .productView-images .productView-thumbnails {
      width: 100%;
      order: 1;
      margin-top: 40px; }
      @media screen and (min-width: 1280px) {
        .productView-custom .productView-images .productView-thumbnails {
          margin-top: 2.77778vw; } }
      @media screen and (max-width: 1023px) {
        .productView-custom .productView-images .productView-thumbnails {
          margin-top: 20px; } }
      .productView-custom .productView-images .productView-thumbnails .slick-track {
        flex-direction: row;
        -webkit-flex-direction: row;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
      .productView-custom .productView-images .productView-thumbnails .slick-list {
        margin: 0 40px; }
        @media screen and (min-width: 1280px) {
          .productView-custom .productView-images .productView-thumbnails .slick-list {
            margin: 0 2.77778vw; } }
      .productView-custom .productView-images .productView-thumbnails .productView-thumbnail {
        padding: 0 10px; }
        @media screen and (min-width: 1280px) {
          .productView-custom .productView-images .productView-thumbnails .productView-thumbnail {
            padding: 0 0.69444vw; } }
      .productView-custom .productView-images .productView-thumbnails .productView-thumbnail-link {
        margin: 0 auto; }
      .productView-custom .productView-images .productView-thumbnails .slick-arrow {
        margin-left: 0px;
        top: 50%;
        margin-top: -20px; }
        @media screen and (min-width: 1280px) {
          .productView-custom .productView-images .productView-thumbnails .slick-arrow {
            margin-top: -1.38889vw; } }
        .productView-custom .productView-images .productView-thumbnails .slick-arrow svg {
          transform: rotate(90deg); }
      .productView-custom .productView-images .productView-thumbnails .slick-prev {
        left: 0; }
      .productView-custom .productView-images .productView-thumbnails .slick-next {
        right: 0;
        left: auto; }
  .productView-custom .productView-details-main {
    width: 50%;
    padding: 0 32px; }
    @media screen and (min-width: 1280px) {
      .productView-custom .productView-details-main {
        padding: 0 2.22222vw; } }
    @media screen and (max-width: 1279px) {
      .productView-custom .productView-details-main {
        padding: 0 15px; } }
    @media screen and (max-width: 1023px) {
      .productView-custom .productView-details-main {
        width: 100%;
        margin-top: 30px;
        padding: 0px; } }
    @media screen and (max-width: 767px) {
      .productView-custom .productView-details-main {
        margin-top: 30px; } }
  .productView-custom .productView-details {
    width: 100%;
    float: none;
    clear: none;
    padding-left: 0px;
    padding-right: 0px; }
    .productView-custom .productView-details.product-data {
      padding-top: 23px; }
      @media screen and (min-width: 1280px) {
        .productView-custom .productView-details.product-data {
          padding-top: 1.59722vw; } }
    .productView-custom .productView-details.product-options {
      padding-bottom: 29px; }
      @media screen and (min-width: 1280px) {
        .productView-custom .productView-details.product-options {
          padding-bottom: 2.01389vw; } }
      @media screen and (max-width: 767px) {
        .productView-custom .productView-details.product-options {
          padding-bottom: 20px; } }
  .productView-custom .product-title-wrap, .productView-custom .product-upsell-table-container {
    padding-left: 35px;
    padding-right: 35px; }
    @media screen and (min-width: 1280px) {
      .productView-custom .product-title-wrap, .productView-custom .product-upsell-table-container {
        padding-left: 2.43056vw;
        padding-right: 2.43056vw; } }
    @media screen and (max-width: 1023px) {
      .productView-custom .product-title-wrap, .productView-custom .product-upsell-table-container {
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 767px) {
      .productView-custom .product-title-wrap, .productView-custom .product-upsell-table-container {
        padding-left: 20px;
        padding-right: 20px; } }
  .productView-custom .productView-info .product-info-block {
    padding-left: 35px;
    padding-right: 35px; }
    @media screen and (min-width: 1280px) {
      .productView-custom .productView-info .product-info-block {
        padding-left: 2.43056vw;
        padding-right: 2.43056vw; } }
    @media screen and (max-width: 1023px) {
      .productView-custom .productView-info .product-info-block {
        padding-left: 25px;
        padding-right: 25px; } }
    .productView-custom .productView-info .product-info-block:first-child {
      margin-top: 28px;
      padding-top: 28px;
      border-top: 1px solid rgba(81, 91, 107, 0.3); }
      @media screen and (min-width: 1280px) {
        .productView-custom .productView-info .product-info-block:first-child {
          margin-top: 1.94444vw;
          padding-top: 1.94444vw; } }
      @media screen and (max-width: 767px) {
        .productView-custom .productView-info .product-info-block:first-child {
          margin-top: 20px;
          padding-top: 20px; } }
  .productView-custom .productView-options .form [data-product-option-change] {
    padding-left: 35px;
    padding-right: 35px; }
    @media screen and (min-width: 1280px) {
      .productView-custom .productView-options .form [data-product-option-change] {
        padding-left: 2.43056vw;
        padding-right: 2.43056vw; } }
    @media screen and (max-width: 1023px) {
      .productView-custom .productView-options .form [data-product-option-change] {
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 767px) {
      .productView-custom .productView-options .form [data-product-option-change] {
        padding-left: 20px;
        padding-right: 20px; } }
  .productView-custom .add-to-cart-wrapper {
    padding-left: 35px;
    padding-right: 35px; }
    @media screen and (min-width: 1280px) {
      .productView-custom .add-to-cart-wrapper {
        padding-left: 2.43056vw;
        padding-right: 2.43056vw; } }
    @media screen and (max-width: 1023px) {
      .productView-custom .add-to-cart-wrapper {
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 767px) {
      .productView-custom .add-to-cart-wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    .productView-custom .add-to-cart-wrapper .form-field--increments {
      width: 160px; }
      @media screen and (min-width: 1280px) {
        .productView-custom .add-to-cart-wrapper .form-field--increments {
          width: 11.11111vw; } }
    .productView-custom .add-to-cart-wrapper .form-action {
      width: calc(100% - 160px); }
      @media screen and (min-width: 1280px) {
        .productView-custom .add-to-cart-wrapper .form-action {
          width: calc(100% - 11.11111vw); } }

.product-build-your-fit-text {
  background-color: #EBF8F9;
  padding: 22px 35px;
  margin-top: 24px; }
  @media screen and (min-width: 1280px) {
    .product-build-your-fit-text {
      padding: 1.52778vw 2.43056vw;
      margin-top: 1.66667vw; } }
  @media screen and (max-width: 1023px) {
    .product-build-your-fit-text {
      padding: 22px 25px; } }
  @media screen and (max-width: 767px) {
    .product-build-your-fit-text {
      padding: 18px 20px; } }
  .product-build-your-fit-text h5 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 31px;
    font-weight: 700; }
    @media screen and (min-width: 1280px) {
      .product-build-your-fit-text h5 {
        font-size: 1.38889vw;
        line-height: 2.15278vw; } }
    @media screen and (max-width: 767px) {
      .product-build-your-fit-text h5 {
        font-size: 18px;
        margin-bottom: 5px; } }
  .product-build-your-fit-text span {
    font-size: 15px;
    line-height: 23px; }
    @media screen and (min-width: 1280px) {
      .product-build-your-fit-text span {
        font-size: 1.04167vw;
        line-height: 1.59722vw; } }
    @media screen and (max-width: 767px) {
      .product-build-your-fit-text span {
        font-size: 14px;
        line-height: 21px; } }

.product-upsell-table-container {
  margin-top: 22px; }
  @media screen and (min-width: 1280px) {
    .product-upsell-table-container {
      margin-top: 1.52778vw; } }
  .product-upsell-table-container.hidden {
    display: none; }

.upsell-block {
  border: 1px solid rgba(81, 91, 107, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .upsell-block .upsell-head {
    list-style-type: none;
    margin: 0px; }
    .upsell-block .upsell-head li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 10px 15px; }
      @media screen and (min-width: 1280px) {
        .upsell-block .upsell-head li {
          padding: 0.69444vw 1.04167vw; } }
      .upsell-block .upsell-head li span {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500; }
        @media screen and (min-width: 1280px) {
          .upsell-block .upsell-head li span {
            font-size: 0.97222vw;
            line-height: 1.38889vw; } }
        .upsell-block .upsell-head li span + span {
          padding-right: 20px; }
          @media screen and (min-width: 1280px) {
            .upsell-block .upsell-head li span + span {
              padding-right: 1.38889vw; } }

.updsell-product-list ul {
  margin: 0px;
  list-style-type: none; }
  .updsell-product-list ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid rgba(81, 91, 107, 0.3); }
    @media screen and (min-width: 1280px) {
      .updsell-product-list ul li {
        padding: 1.04167vw; } }
    .updsell-product-list ul li .product-name {
      font-size: 14px;
      line-height: 20px;
      font-family: "Archer", sans-serif;
      padding-right: 15px;
      width: calc(100% - 100px);
      font-weight: 600; }
      @media screen and (min-width: 1280px) {
        .updsell-product-list ul li .product-name {
          font-size: 0.97222vw;
          line-height: 1.38889vw;
          width: calc(100% - 6.94444vw);
          padding-right: 1.04167vw; } }
    .updsell-product-list ul li .product-qty {
      width: 100px; }
      @media screen and (min-width: 1280px) {
        .updsell-product-list ul li .product-qty {
          width: 6.94444vw; } }

.productView-description:nth-child(2) a {
  color: #00a4b1;
  text-decoration: underline; }

.productView-description a:hover {
  color: #757575 !important; }

.hubspot-form-block .cookie-reset-container {
  text-align: center !important;
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .hubspot-form-block .cookie-reset-container {
      font-size: 0.97222vw;
      margin-bottom: 1.04167vw; } }
  .hubspot-form-block .cookie-reset-container a {
    color: #00A4B1; }
    .hubspot-form-block .cookie-reset-container a:hover {
      color: #2C394B;
      text-decoration: underline; }

.hubspot-form-block p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  max-width: 100%;
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .hubspot-form-block p {
      font-size: 0.97222vw;
      line-height: 1.45833vw;
      margin-bottom: 2.08333vw; } }

.hubspot-form-block input.hs-input, .hubspot-form-block textarea.hs-input, .hubspot-form-block select.hs-input, .hubspot-form-block .hs-input {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #2C394B;
  width: 100% !important;
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: rgba(44, 57, 75, 0.7);
  padding: 0px 12px 12px 0;
  box-sizing: border-box !important;
  height: auto;
  max-width: 100% !important; }
  @media screen and (min-width: 1280px) {
    .hubspot-form-block input.hs-input, .hubspot-form-block textarea.hs-input, .hubspot-form-block select.hs-input, .hubspot-form-block .hs-input {
      font-size: 0.83333vw;
      line-height: 1.25vw;
      padding: 0vw 0.83333vw 0.83333vw 0; } }
  .hubspot-form-block input.hs-input:focus, .hubspot-form-block textarea.hs-input:focus, .hubspot-form-block select.hs-input:focus, .hubspot-form-block .hs-input:focus {
    border-color: #2C394B;
    box-shadow: none !important; }
  .hubspot-form-block input.hs-input.error, .hubspot-form-block textarea.hs-input.error, .hubspot-form-block select.hs-input.error, .hubspot-form-block .hs-input.error {
    box-shadow: none !important; }
  .hubspot-form-block input.hs-input::-webkit-input-placeholder, .hubspot-form-block textarea.hs-input::-webkit-input-placeholder, .hubspot-form-block select.hs-input::-webkit-input-placeholder, .hubspot-form-block .hs-input::-webkit-input-placeholder {
    color: #9fa8b6;
    opacity: 1; }
  .hubspot-form-block input.hs-input::-moz-placeholder, .hubspot-form-block textarea.hs-input::-moz-placeholder, .hubspot-form-block select.hs-input::-moz-placeholder, .hubspot-form-block .hs-input::-moz-placeholder {
    color: #9fa8b6;
    opacity: 1; }
  .hubspot-form-block input.hs-input:-ms-input-placeholder, .hubspot-form-block textarea.hs-input:-ms-input-placeholder, .hubspot-form-block select.hs-input:-ms-input-placeholder, .hubspot-form-block .hs-input:-ms-input-placeholder {
    color: #9fa8b6;
    opacity: 1; }
  .hubspot-form-block input.hs-input:-moz-placeholder, .hubspot-form-block textarea.hs-input:-moz-placeholder, .hubspot-form-block select.hs-input:-moz-placeholder, .hubspot-form-block .hs-input:-moz-placeholder {
    color: #9fa8b6;
    opacity: 1; }

.hubspot-form-block select.hs-input {
  background-size: 15px;
  background-position: right 12px center; }
  @media screen and (min-width: 1280px) {
    .hubspot-form-block select.hs-input {
      background-size: 1.04167vw;
      background-position: right 0.83333vw center; } }

.hubspot-form-block .hbspt-form .hs-button {
  display: inline-block;
  margin: 0;
  height: auto;
  line-height: 18px;
  padding: 9px 30px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Gotham", sans-serif;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  outline: none;
  color: #ffffff;
  background: #00A4B1;
  border: 1px solid #00A4B1;
  text-shadow: none;
  box-shadow: none; }
  @media screen and (min-width: 1280px) {
    .hubspot-form-block .hbspt-form .hs-button {
      font-size: 0.83333vw;
      padding: 0.625vw 2.08333vw;
      line-height: 1.25vw; } }
  .hubspot-form-block .hbspt-form .hs-button.active {
    border: 1px solid #00A4B1;
    color: #00A4B1; }
  .hubspot-form-block .hbspt-form .hs-button:hover, .hubspot-form-block .hbspt-form .hs-button:focus {
    border: 1px solid #FEE003 !important;
    background: #FEE003;
    color: #000000;
    box-shadow: none !important; }

.hubspot-form-block .hbspt-form form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px; }
  @media screen and (min-width: 1280px) {
    .hubspot-form-block .hbspt-form form {
      margin: 0 -1.04167vw; } }
  @media screen and (max-width: 767px) {
    .hubspot-form-block .hbspt-form form {
      margin: 0px; } }
  .hubspot-form-block .hbspt-form form fieldset {
    width: 50%;
    padding: 0 15px;
    max-width: 100%; }
    @media screen and (min-width: 1280px) {
      .hubspot-form-block .hbspt-form form fieldset {
        padding: 0 1.04167vw; } }
    @media screen and (max-width: 767px) {
      .hubspot-form-block .hbspt-form form fieldset {
        padding: 0px; } }
    .hubspot-form-block .hbspt-form form fieldset.form-columns-2 {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .hubspot-form-block .hbspt-form form fieldset.form-columns-2 .hs-form-field {
        width: 100%;
        float: none;
        padding-right: 15px;
        text-align: left; }
        @media screen and (min-width: 1280px) {
          .hubspot-form-block .hbspt-form form fieldset.form-columns-2 .hs-form-field {
            padding-right: gte-vw(30px); } }
        .hubspot-form-block .hbspt-form form fieldset.form-columns-2 .hs-form-field + .hs-form-field {
          padding-left: 15px;
          padding-right: 0px; }
          @media screen and (min-width: 1280px) {
            .hubspot-form-block .hbspt-form form fieldset.form-columns-2 .hs-form-field + .hs-form-field {
              padding-left: gte-vw(30px); } }
  .hubspot-form-block .hbspt-form form .hs_recaptcha, .hubspot-form-block .hbspt-form form .hs-submit {
    width: 100%;
    padding: 0 15px;
    max-width: 100%; }
    @media screen and (min-width: 1280px) {
      .hubspot-form-block .hbspt-form form .hs_recaptcha, .hubspot-form-block .hbspt-form form .hs-submit {
        padding: 0 1.04167vw; } }
  .hubspot-form-block .hbspt-form form .hs-submit {
    padding-top: 18px; }
    @media screen and (min-width: 1280px) {
      .hubspot-form-block .hbspt-form form .hs-submit {
        padding-top: 1.25vw; } }
    @media screen and (max-width: 767px) {
      .hubspot-form-block .hbspt-form form .hs-submit {
        text-align: center; } }
    .hubspot-form-block .hbspt-form form .hs-submit .actions {
      padding: 0px;
      margin: 0px; }

.hubspot-form-block .hbspt-form .hs-form-field {
  position: relative;
  margin-bottom: 15px !important;
  width: 100%;
  text-align: left; }
  @media screen and (min-width: 1280px) {
    .hubspot-form-block .hbspt-form .hs-form-field {
      margin-bottom: 1.04167vw !important; } }
  .hubspot-form-block .hbspt-form .hs-form-field label {
    font-size: 12px;
    line-height: 18px;
    color: rgba(44, 57, 75, 0.7);
    font-weight: 400;
    font-family: "Gotham", sans-serif;
    margin-bottom: 5px;
    display: none;
    transition: all 0.3s linear; }
    @media screen and (min-width: 1280px) {
      .hubspot-form-block .hbspt-form .hs-form-field label {
        font-size: 0.83333vw;
        line-height: 1.25vw;
        top: 0.90278vw;
        margin-bottom: 0.34722vw; } }
  .hubspot-form-block .hbspt-form .hs-form-field.activeAnimation label {
    top: 0; }
  .hubspot-form-block .hbspt-form .hs-form-field .input {
    margin-right: 0px; }

.hubspot-form-block .hs-error-msgs {
  margin-top: 6px !important;
  margin-bottom: 6px;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px !important; }
  @media screen and (min-width: 1280px) {
    .hubspot-form-block .hs-error-msgs {
      margin-top: 0.41667vw !important;
      margin-bottom: 0.41667vw; } }
  .hubspot-form-block .hs-error-msgs li {
    padding-left: 0px !important; }
    .hubspot-form-block .hs-error-msgs li:before {
      display: none; }
    .hubspot-form-block .hs-error-msgs li .hs-error-msg {
      font-size: 11px;
      color: #E42E06;
      display: block;
      margin-bottom: 0px; }
      @media screen and (min-width: 1280px) {
        .hubspot-form-block .hs-error-msgs li .hs-error-msg {
          font-size: 0.76389vw; } }

.template-page .hubspot-form-block .hbspt-form form {
  margin: 0px; }
  .template-page .hubspot-form-block .hbspt-form form .hs-error-msgs {
    margin-left: 0px !important; }

.template-page .hubspot-form-block .hbspt-form .hs-submit {
  padding: 0px;
  padding-top: 18px; }
  @media screen and (min-width: 1280px) {
    .template-page .hubspot-form-block .hbspt-form .hs-submit {
      padding-top: 1.25vw; } }

.template-page .page-content .hs-richtext {
  margin-bottom: 25px; }
  @media screen and (min-width: 1280px) {
    .template-page .page-content .hs-richtext {
      margin-bottom: 1.73611vw; } }
  .template-page .page-content .hs-richtext h2 {
    font-size: 24px;
    line-height: 32px; }
    @media screen and (min-width: 1280px) {
      .template-page .page-content .hs-richtext h2 {
        font-size: 1.66667vw;
        line-height: 2.22222vw; } }
  .template-page .page-content .hs-richtext h4 {
    font-size: 20px;
    line-height: 28px; }
    @media screen and (min-width: 1280px) {
      .template-page .page-content .hs-richtext h4 {
        font-size: 1.38889vw;
        line-height: 1.94444vw; } }
    .template-page .page-content .hs-richtext h4 span {
      font-size: 20px;
      line-height: 28px; }
      @media screen and (min-width: 1280px) {
        .template-page .page-content .hs-richtext h4 span {
          font-size: 1.38889vw;
          line-height: 1.94444vw; } }

.solution-form-wrap .hubspot-form-block input.hs-input, .solution-form-wrap .hubspot-form-block textarea.hs-input {
  border-bottom: 1px solid #ffffff;
  color: #ffffff; }
  .solution-form-wrap .hubspot-form-block input.hs-input::-webkit-input-placeholder, .solution-form-wrap .hubspot-form-block textarea.hs-input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 0.5; }
  .solution-form-wrap .hubspot-form-block input.hs-input::-moz-placeholder, .solution-form-wrap .hubspot-form-block textarea.hs-input::-moz-placeholder {
    color: #ffffff;
    opacity: 0.5; }
  .solution-form-wrap .hubspot-form-block input.hs-input:-ms-input-placeholder, .solution-form-wrap .hubspot-form-block textarea.hs-input:-ms-input-placeholder {
    color: #ffffff;
    opacity: 0.5; }
  .solution-form-wrap .hubspot-form-block input.hs-input:-moz-placeholder, .solution-form-wrap .hubspot-form-block textarea.hs-input:-moz-placeholder {
    color: #ffffff;
    opacity: 0.5; }

.solution-form-wrap .hubspot-form-block .hbspt-form .hs-form-field.hs_firstname {
  width: 50%;
  padding-right: 10px; }
  @media screen and (min-width: 1280px) {
    .solution-form-wrap .hubspot-form-block .hbspt-form .hs-form-field.hs_firstname {
      padding-right: 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .solution-form-wrap .hubspot-form-block .hbspt-form .hs-form-field.hs_firstname {
      width: 100%;
      padding-right: 0px; } }

.solution-form-wrap .hubspot-form-block .hbspt-form .hs-form-field.hs_lastname {
  width: 50%;
  padding-left: 10px; }
  @media screen and (min-width: 1280px) {
    .solution-form-wrap .hubspot-form-block .hbspt-form .hs-form-field.hs_lastname {
      padding-left: 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .solution-form-wrap .hubspot-form-block .hbspt-form .hs-form-field.hs_lastname {
      width: 100%;
      padding-left: 0px; } }

.solution-form-wrap .hubspot-form-block .hbspt-form .hs-submit {
  padding-left: 0px;
  padding-right: 0px; }

.solution-form-wrap .hubspot-form-block .hbspt-form .hs-button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2C394B; }
  .solution-form-wrap .hubspot-form-block .hbspt-form .hs-button:hover {
    border-color: #FEE003;
    background-color: #FEE003; }

.category-solution-form .hubspot-form-block .hbspt-form .hs-button {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: #ffffff; }
  .category-solution-form .hubspot-form-block .hbspt-form .hs-button:hover {
    border-color: #FEE003;
    background-color: #FEE003;
    color: #2C394B; }

.hs_error_rollup {
  display: none !important; }

html {
  scroll-behavior: smooth; }

@media only screen and (min-width: 768px) {
  .productView .productView-options .add-to-cart-buttons {
    margin-top: 0; }
    .productView .productView-options .add-to-cart-buttons .form-action {
      width: 100%; } }

@media only screen and (max-width: 767px) {
  div#sale_top {
    height: auto !important; }
    div#sale_top:before {
      display: none; }
  .charting_buttons a {
    font-size: 16px; }
  .productView .productView-options .add-to-cart-wrapper {
    justify-content: center; }
    .productView .productView-options .add-to-cart-wrapper .add-to-cart-buttons {
      margin-top: 0; }
      .productView .productView-options .add-to-cart-wrapper .add-to-cart-buttons .form-action {
        padding-left: 0;
        margin: 10px auto 0; } }

.get-quote-page .hbspt-form form, .get-quote-charting-supplies-page .hbspt-form form {
  background: #EAF8F9;
  padding: 50px 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .get-quote-page .hbspt-form form .hs-form-field, .get-quote-charting-supplies-page .hbspt-form form .hs-form-field {
    width: calc(50% - 20px); }
    @media only screen and (max-width: 550px) {
      .get-quote-page .hbspt-form form .hs-form-field, .get-quote-charting-supplies-page .hbspt-form form .hs-form-field {
        width: 100%; } }
    .get-quote-page .hbspt-form form .hs-form-field legend.hs-field-desc, .get-quote-charting-supplies-page .hbspt-form form .hs-form-field legend.hs-field-desc {
      display: none !important; }
    .get-quote-page .hbspt-form form .hs-form-field .hs-error-msgs, .get-quote-charting-supplies-page .hbspt-form form .hs-form-field .hs-error-msgs {
      margin-bottom: 0; }
    .get-quote-page .hbspt-form form .hs-form-field label, .get-quote-charting-supplies-page .hbspt-form form .hs-form-field label {
      font-weight: 400;
      font-family: "Gotham", sans-serif;
      color: #000;
      margin: 0 0 8px 0;
      display: block;
      font-size: 12px;
      line-height: 18px; }
      @media only screen and (min-width: 1281px) {
        .get-quote-page .hbspt-form form .hs-form-field label, .get-quote-charting-supplies-page .hbspt-form form .hs-form-field label {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
    .get-quote-page .hbspt-form form .hs-form-field .input .hs-input, .get-quote-charting-supplies-page .hbspt-form form .hs-form-field .input .hs-input {
      width: 100%;
      min-height: 35px;
      font-size: 12px;
      line-height: 18px;
      padding: 10px; }
      @media only screen and (min-width: 1281px) {
        .get-quote-page .hbspt-form form .hs-form-field .input .hs-input, .get-quote-charting-supplies-page .hbspt-form form .hs-form-field .input .hs-input {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
  .get-quote-page .hbspt-form form .hs-submit, .get-quote-charting-supplies-page .hbspt-form form .hs-submit {
    width: 100%; }
    .get-quote-page .hbspt-form form .hs-submit .actions, .get-quote-charting-supplies-page .hbspt-form form .hs-submit .actions {
      width: 100%;
      text-align: center; }
      .get-quote-page .hbspt-form form .hs-submit .actions .hs-button.primary.large, .get-quote-charting-supplies-page .hbspt-form form .hs-submit .actions .hs-button.primary.large {
        border: 1px solid #FEE003;
        background: #FEE003;
        color: #000000;
        font-size: 12px;
        padding: 0.625vw 2.08333vw;
        line-height: 18px;
        border-radius: 50px;
        font-weight: 700;
        font-family: "Gotham", sans-serif;
        display: inline-block;
        text-transform: uppercase; }
        .get-quote-page .hbspt-form form .hs-submit .actions .hs-button.primary.large:hover, .get-quote-charting-supplies-page .hbspt-form form .hs-submit .actions .hs-button.primary.large:hover {
          background-color: #ffffff;
          border-color: #ffffff;
          color: #2C394B; }
        @media only screen and (min-width: 1281px) {
          .get-quote-page .hbspt-form form .hs-submit .actions .hs-button.primary.large, .get-quote-charting-supplies-page .hbspt-form form .hs-submit .actions .hs-button.primary.large {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }

.DanNumber {
  text-align: center;
  color: #2C394B;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 700;
  width: 100%; }
  .DanNumber a {
    color: #00A4B1; }
    .DanNumber a:hover {
      color: #fee003; }

.productView-description table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(81, 91, 107, 0.3); }
  .productView-description table tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit; }
    .productView-description table tbody tr {
      display: table-row;
      vertical-align: inherit;
      unicode-bidi: isolate;
      border-color: inherit; }
      .productView-description table tbody tr:first-child {
        background: #1E2D3D !important; }
        .productView-description table tbody tr:first-child td {
          color: #fff;
          border-color: #fff; }
      .productView-description table tbody tr:nth-child(2n + 1) {
        background: #E7F8F9; }
      .productView-description table tbody tr td {
        text-align: center;
        padding: 5px; }

.OemBanner {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .OemBanner img {
      min-height: 400px;
      object-fit: cover;
      object-position: right center; } }
  .OemBanner .custom-row.d-flex {
    position: absolute;
    top: 0;
    left: 5%;
    max-width: 550px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .OemBanner .custom-row.d-flex {
        left: 0%;
        right: 0%;
        margin: 0 auto;
        max-width: 95%;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .OemBanner .custom-row.d-flex .text-block {
        background: rgba(255, 255, 255, 0.5);
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .OemBanner .custom-row.d-flex .text-block h2 {
        font-size: 26px;
        line-height: 32px; } }
    @media only screen and (max-width: 767px) {
      .OemBanner .custom-row.d-flex .text-block p {
        font-size: 14px;
        line-height: 24px; } }
    .OemBanner .custom-row.d-flex .button {
      border: 1px solid #FEE003;
      background: #FEE003;
      color: #000000; }
      .OemBanner .custom-row.d-flex .button:hover {
        color: #ffffff;
        background: #00A4B1;
        border: 1px solid #00A4B1; }

.OemBannerBtn {
  display: flex;
  align-items: center;
  justify-content: center; }
  .OemBannerBtn .button {
    width: 50%;
    border-radius: 0;
    margin: 0;
    font-size: 15px;
    padding: 15px 5px; }
    .OemBannerBtn .button.Btnreverse {
      border: 1px solid #FEE003;
      background: #FEE003;
      color: #000000; }
      .OemBannerBtn .button.Btnreverse:hover {
        color: #ffffff;
        background: #00A4B1;
        border: 1px solid #00A4B1; }

.OemTabs {
  background: #EAF8F9;
  padding: 50px 0; }
  .OemTabs .tabs {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .OemTabs .tabs .tab {
      border: 0;
      float: none;
      padding: 0 5px; }
      .OemTabs .tabs .tab .tab-title .YellowImg {
        display: none; }
      .OemTabs .tabs .tab .tab-title:hover .TeelImg {
        display: none; }
      .OemTabs .tabs .tab .tab-title:hover .YellowImg {
        display: block; }
      .OemTabs .tabs .tab.is-active .tab-title .TeelImg {
        display: none; }
      .OemTabs .tabs .tab.is-active .tab-title .YellowImg {
        display: block; }
      .OemTabs .tabs .tab img {
        width: 100%;
        max-width: 220px; }
  .OemTabs .tabs-contents .tab-content {
    text-align: center;
    padding: 2.5rem 0; }
    .OemTabs .tabs-contents .tab-content .page-heading {
      color: #00A4B1; }

.solution-form-wrap .hubspot-form-block .hbspt-form .hs-form .hs-form-field label {
  display: block;
  color: #fff; }

.solution-form-wrap .hubspot-form-block .hbspt-form .hs-form .hs-form-field .input .hs-input {
  border-bottom: 0;
  color: #000;
  background: #fff;
  padding: 0.83333vw; }

.solution-form-wrap .hubspot-form-block .hbspt-form .hs-form .hs_submit .actions .hs-button {
  border: 1px solid #FEE003;
  background: #FEE003;
  color: #000000; }
  .solution-form-wrap .hubspot-form-block .hbspt-form .hs-form .hs_submit .actions .hs-button:hover {
    color: #ffffff;
    background: #00A4B1;
    border: 1px solid #00A4B1; }

.toggle-block {
  padding: 1.52778vw !important; }
  .toggle-block.active {
    background-color: #F6F6F6; }
  .toggle-block .toggle-title.active {
    background: transparent; }

.HeadingBox {
  background: #01A5B1;
  padding: 50px 0;
  margin: 0; }
  .HeadingBox .page-heading {
    color: #fff;
    text-align: left;
    margin: 0 0 20px 0; }
  .HeadingBox p {
    color: #fff;
    margin: 0; }

.GallaryProducts .page-heading {
  margin-bottom: 10px; }

.GallaryProducts #product-listing-container {
  margin-top: 50px; }
  .GallaryProducts #product-listing-container .loadmore .button-yellow {
    background-color: transparent;
    border-color: #2C394B;
    color: #2C394B;
    font-size: 18px;
    padding: 15px 30px;
    margin: 40px 0 0 0; }
    .GallaryProducts #product-listing-container .loadmore .button-yellow:hover {
      background-color: #00A4B1;
      border-color: #00A4B1;
      color: #fff; }
    .GallaryProducts #product-listing-container .loadmore .button-yellow:before {
      position: absolute;
      left: 0 !important;
      right: 0 !important;
      margin: 0 auto !important; }
  .GallaryProducts #product-listing-container .quiz-products-box .productGrid .product {
    padding: 5px; }
    .GallaryProducts #product-listing-container .quiz-products-box .productGrid .product .card {
      position: relative;
      padding: 10px;
      overflow: hidden; }
      .GallaryProducts #product-listing-container .quiz-products-box .productGrid .product .card:hover .card-body {
        top: 0%; }
      .GallaryProducts #product-listing-container .quiz-products-box .productGrid .product .card .card-figure {
        height: unset; }
        .GallaryProducts #product-listing-container .quiz-products-box .productGrid .product .card .card-figure .card-img-container {
          max-width: 100%; }
        .GallaryProducts #product-listing-container .quiz-products-box .productGrid .product .card .card-figure .card-figcaption {
          display: none; }
      .GallaryProducts #product-listing-container .quiz-products-box .productGrid .product .card .card-body {
        padding: 0 10px;
        height: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        bottom: unset;
        width: 100%;
        background: rgba(0, 164, 177, 0.8);
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .GallaryProducts #product-listing-container .quiz-products-box .productGrid .product .card .card-body .card-title {
          font-size: 16px;
          margin-bottom: 20px; }
          .GallaryProducts #product-listing-container .quiz-products-box .productGrid .product .card .card-body .card-title a {
            color: #fff; }
        .GallaryProducts #product-listing-container .quiz-products-box .productGrid .product .card .card-body .btn-block .left-block {
          display: none; }
        .GallaryProducts #product-listing-container .quiz-products-box .productGrid .product .card .card-body .btn-block .right-block {
          width: 100%; }
          .GallaryProducts #product-listing-container .quiz-products-box .productGrid .product .card .card-body .btn-block .right-block .button {
            border: 1px solid #FEE003;
            background: #FEE003;
            color: #000000; }
            .GallaryProducts #product-listing-container .quiz-products-box .productGrid .product .card .card-body .btn-block .right-block .button:hover {
              color: #ffffff;
              background: #00A4B1;
              border: 1px solid #00A4B1; }

.productView-Oem .productView-details.product-data {
  padding: 0;
  border: 0; }
  .productView-Oem .productView-details.product-data .product-title-wrap .productView-title {
    color: #00A7B3; }
  .productView-Oem .productView-details.product-data .ShorDesc {
    border-bottom: 1px solid #C5CCD1;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .productView-Oem .productView-details.product-data .ProdDesign h4 {
    color: #00A7B3; }
  .productView-Oem .productView-details.product-data .ProdDesign ul {
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none; }
    .productView-Oem .productView-details.product-data .ProdDesign ul li {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .productView-Oem .productView-details.product-data .ProdDesign ul li img {
        max-width: 30px;
        margin-right: 15px; }
  .productView-Oem .productView-details.product-data .ProdDesign .button {
    font-size: 16px;
    padding: 15px 30px;
    margin-top: 30px; }

.ResourceBanner {
  margin: 0 0 20px 0; }
  .ResourceBanner img {
    width: 100%; }

.ResourcePromo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px 0; }
  .ResourcePromo .RPbox {
    text-align: center;
    padding: 10px;
    width: 25%; }
    @media only screen and (max-width: 800px) {
      .ResourcePromo .RPbox {
        width: 50%; } }
    .ResourcePromo .RPbox img {
      display: block;
      margin: 0 auto 10px; }

.ResourceProductWrap {
  padding: 2%; }
  .ResourceProductWrap .AnchorBtn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 0 30px 0; }
    .ResourceProductWrap .AnchorBtn a {
      background: #252525;
      color: #fff;
      padding: 10px 20px;
      font-size: 12px;
      margin: 0 0 10px; }
      .ResourceProductWrap .AnchorBtn a:hover {
        background: #00a4b1; }
  .ResourceProductWrap h5 {
    text-align: center;
    margin: 0 0 30px 0;
    color: #2C394B; }
  .ResourceProductWrap .DownloadBtn {
    color: #ffffff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0; }
    .ResourceProductWrap .DownloadBtn img {
      width: 30px; }
    .ResourceProductWrap .DownloadBtn span {
      width: 100%;
      background: #000;
      color: #fff;
      padding: 10px 5px;
      margin-left: 10px;
      font-size: 11px; }
      .ResourceProductWrap .DownloadBtn span:hover {
        background: #424242; }

.ResourceCaseSection {
  min-height: 300px;
  background-color: rgba(0, 167, 173, 0.57);
  display: flex;
  align-items: center;
  justify-content: center; }
  .ResourceCaseSection .ResourceCase {
    text-align: center; }
    .ResourceCaseSection .ResourceCase .page-heading {
      color: #fff;
      margin: 0 0 20px 0; }
    .ResourceCaseSection .ResourceCase p {
      color: #fff;
      margin: 0 0 20px 0; }
    .ResourceCaseSection .ResourceCase .FindCase {
      display: block;
      width: 100%;
      max-width: 400px;
      background: #fff;
      color: black;
      margin: 0 auto;
      padding: 15px 0;
      font-size: 20px;
      letter-spacing: 1px; }
      .ResourceCaseSection .ResourceCase .FindCase:hover {
        background: #fee003;
        color: #fff; }

.ResourceIntro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2%; }
  .ResourceIntro .RIntroBox {
    width: 49%;
    margin: 0 0 20px 0;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .ResourceIntro .RIntroBox {
        width: 100%; } }
    .ResourceIntro .RIntroBox .IntroContent {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .ResourceIntro .RIntroBox .IntroContent .page-heading {
        margin: 0 0 20px; }
      .ResourceIntro .RIntroBox .IntroContent a {
        display: block;
        width: 100%;
        max-width: 250px;
        background: #000;
        color: #fff;
        margin: 0 auto;
        padding: 15px 0;
        font-size: 20px;
        letter-spacing: 1px;
        text-align: center; }
        .ResourceIntro .RIntroBox .IntroContent a:hover {
          background: #00a4b1;
          color: #fff; }

@media print {
  body {
    padding-top: 0; }
  body .header {
    position: relative !important; }
  .category-top-banner, .page-sidebar, .header-top-bar, .grid.nav-menu-block, #hubspot-messages-iframe-container, #quickSearch, .header-middle-section .nav-block, a.request-quote {
    display: none !important; }
  div[data-widget-id="0e1e3afc-b246-4520-b050-53a16168e918"] {
    width: 100%; }
  .header-middle-section .logo-block {
    width: 150px;
    text-align: center;
    margin: 0 auto; }
  .button, .swal2-cancel.button {
    border: 1px solid #fee003;
    background: #fee003;
    color: #000; }
  img[src*="cart-icons.png?t=1669757340"] {
    display: none; }
  .page-sidebar + .page-content {
    width: 100%; }
  .btn-block {
    flex-direction: column;
    justify-content: center;
    gap: 1rem; }
    .btn-block .left-block, .btn-block .right-block {
      width: 100%;
      text-align: center; } }

#quote_button {
  border: 1px solid #fee003;
  background: #fee003;
  color: #000; }
  #quote_button:hover {
    color: #fff;
    background: #00a4b1;
    border: 1px solid #00a4b1; }

.charting_buttons {
  display: flex;
  flex-wrap: wrap;
  --space-between: 10px;
  margin-top: 20px; }
  .charting_buttons a {
    background: #00a4b1;
    color: #fff;
    padding: 20px 20px;
    width: calc(50% - var(--space-between) / 2);
    transition: color .5s;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center; }
    .charting_buttons a:first-of-type {
      margin-right: var(--space-between); }
    .charting_buttons a:last-of-type {
      background: #fee003;
      color: #000; }
      .charting_buttons a:last-of-type:hover {
        color: #fff; }
    @media (max-width: 576px) {
      .charting_buttons a {
        width: 100%; }
        .charting_buttons a:first-of-type {
          margin-right: 0;
          margin-bottom: var(--space-between); } }
    .charting_buttons a:hover {
      color: #fee003; }

@media (max-width: 1024px) {
  ul.ui-autocomplete.isp-wide-layout {
    grid-column-gap: 0px; }
    ul.ui-autocomplete.isp-wide-layout li.isp_section_header {
      width: 100% !important;
      margin-left: 0;
      padding-left: 0; }
    ul.ui-autocomplete.isp-wide-layout li#acp_footer_acp {
      margin-left: 0 !important; }
    ul.ui-autocomplete.isp-wide-layout::after {
      content: none; }
    ul.ui-autocomplete.isp-wide-layout .ui-menu-item[isp_product] {
      margin-left: 0 !important;
      width: 50%; }
    ul.ui-autocomplete.isp-wide-layout:not([style*="display: none"]) {
      display: flex !important;
      align-items: flex-start;
      flex-wrap: wrap; } }

.navPages-item.navPages-item-page.navPages-item-mobile.navPages-item-blog {
  display: none; }

.navPages ul li.navPages-item.navPages-item--home span {
  display: inline-block; }
  @media only screen and (min-width: 801px) {
    .navPages ul li.navPages-item.navPages-item--home span {
      display: none; } }

.navPages ul li.navPages-item.navPages-item--home .navPages-action .icon {
  display: none; }
  @media only screen and (min-width: 801px) {
    .navPages ul li.navPages-item.navPages-item--home .navPages-action .icon {
      display: inline-block; } }
  .navPages ul li.navPages-item.navPages-item--home .navPages-action .icon svg {
    transform: none; }

.navPages-container .navPages .navPages-list.sf-menu {
  display: flex; }

.navPages-container .navPages ul li + li {
  margin-left: 0; }
  @media only screen and (min-width: 801px) {
    .navPages-container .navPages ul li + li {
      margin-left: 15px; } }

.blog-columns-wrap {
  margin-bottom: 2.08333vw; }
  .blog-columns-wrap .blog-posts {
    display: flex;
    list-style-type: none;
    margin: 0 -5px;
    flex-direction: column; }
    @media screen and (min-width: 801px) {
      .blog-columns-wrap .blog-posts {
        flex-direction: row; } }
    @media screen and (min-width: 1280px) {
      .blog-columns-wrap .blog-posts {
        margin: 0 -.34722vw; } }
    .blog-columns-wrap .blog-posts li {
      width: 100%;
      padding: 0 5px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      margin: 0 0 1.5rem; }
      @media screen and (min-width: 801px) {
        .blog-columns-wrap .blog-posts li {
          flex-direction: row;
          margin: 0;
          width: 50%; } }
      @media screen and (min-width: 1280px) {
        .blog-columns-wrap .blog-posts li {
          padding: 0 .34722vw;
          width: 33.33%; } }
      .blog-columns-wrap .blog-posts li .blog-post {
        background-color: #f1f1f1;
        border-radius: 10px;
        height: 100%;
        overflow: hidden; }
        .blog-columns-wrap .blog-posts li .blog-post .post-img a {
          display: block; }
          .blog-columns-wrap .blog-posts li .blog-post .post-img a img {
            float: none;
            margin: 0;
            max-width: 100%;
            height: 178px;
            width: 100%;
            object-fit: cover; }
        .blog-columns-wrap .blog-posts li .blog-post .post-content {
          padding: 1.4rem; }
          .blog-columns-wrap .blog-posts li .blog-post .post-content h4 {
            font-size: 24px;
            margin-bottom: 1rem; }
          .blog-columns-wrap .blog-posts li .blog-post .post-content p {
            font-size: 16px;
            line-height: 2rem; }

.blog-page, .blog-post-page {
  display: flex;
  flex-direction: row;
  align-items: flex-start; }
  @media only screen and (min-width: 1023px) {
    .blog-page, .blog-post-page {
      gap: 2.564102564%; } }
  .blog-page .blog-post-content, .blog-page .blog-listing-wrap, .blog-post-page .blog-post-content, .blog-post-page .blog-listing-wrap {
    width: 100%; }
    @media only screen and (min-width: 1023px) {
      .blog-page .blog-post-content, .blog-page .blog-listing-wrap, .blog-post-page .blog-post-content, .blog-post-page .blog-listing-wrap {
        width: 65.81196581200001%; } }
  .blog-page .blog-sidebar, .blog-post-page .blog-sidebar {
    display: none; }
    @media only screen and (min-width: 1023px) {
      .blog-page .blog-sidebar, .blog-post-page .blog-sidebar {
        display: block;
        width: 31.623931624%; } }
    .blog-page .blog-sidebar .sidebar-block, .blog-post-page .blog-sidebar .sidebar-block {
      margin-bottom: 20px; }
      .blog-page .blog-sidebar .sidebar-block .sidebar-block-heading, .blog-post-page .blog-sidebar .sidebar-block .sidebar-block-heading {
        color: #00a7ad;
        font-family: 'Arvo',serif;
        font-size: 24px;
        line-height: 29px;
        text-transform: uppercase; }
      .blog-page .blog-sidebar .sidebar-block p, .blog-post-page .blog-sidebar .sidebar-block p {
        color: #2f2b2c;
        font-family: 'Montserrat',sans-serif;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: .025em; }
      .blog-page .blog-sidebar .sidebar-block.sidebar-subscribe, .blog-post-page .blog-sidebar .sidebar-block.sidebar-subscribe {
        border: 1px solid #e3e3e3;
        padding: 33px 30px 55px; }
        .blog-page .blog-sidebar .sidebar-block.sidebar-subscribe .subscribe-form .form, .blog-post-page .blog-sidebar .sidebar-block.sidebar-subscribe .subscribe-form .form {
          margin: 0; }
          .blog-page .blog-sidebar .sidebar-block.sidebar-subscribe .subscribe-form .form .form-field, .blog-post-page .blog-sidebar .sidebar-block.sidebar-subscribe .subscribe-form .form .form-field {
            margin: 0; }
            .blog-page .blog-sidebar .sidebar-block.sidebar-subscribe .subscribe-form .form .form-field .form-input, .blog-post-page .blog-sidebar .sidebar-block.sidebar-subscribe .subscribe-form .form .form-field .form-input {
              border-width: 0 0 1px;
              border-radius: 0;
              padding-left: 0;
              padding-right: 0;
              margin: 0 0 2rem; }
            .blog-page .blog-sidebar .sidebar-block.sidebar-subscribe .subscribe-form .form .form-field .button, .blog-post-page .blog-sidebar .sidebar-block.sidebar-subscribe .subscribe-form .form .form-field .button {
              background-color: #fad000;
              border-color: #fad000;
              color: #fff;
              display: block;
              margin-left: 0;
              text-transform: uppercase;
              width: 100%; }
      .blog-page .blog-sidebar .sidebar-block.sidebar-promo a, .blog-post-page .blog-sidebar .sidebar-block.sidebar-promo a {
        display: block; }
        .blog-page .blog-sidebar .sidebar-block.sidebar-promo a img, .blog-post-page .blog-sidebar .sidebar-block.sidebar-promo a img {
          display: block;
          width: 100%; }
      .blog-page .blog-sidebar .sidebar-block.tag-list .sidebar-list, .blog-post-page .blog-sidebar .sidebar-block.tag-list .sidebar-list {
        list-style: none;
        margin: 0; }
        .blog-page .blog-sidebar .sidebar-block.tag-list .sidebar-list a, .blog-post-page .blog-sidebar .sidebar-block.tag-list .sidebar-list a {
          display: block;
          margin: 0 0 0.6rem; }

.blog-post-page .blog-post-content .blog-header {
  border-bottom: solid 2px #f1f1f1;
  margin-bottom: 2rem;
  text-align: left; }
  .blog-post-page .blog-post-content .blog-header .blog-title {
    color: #00a7ad;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 24px; }
    @media screen and (min-width: 801px) {
      .blog-post-page .blog-post-content .blog-header .blog-title {
        line-height: 30px;
        font-size: 30px;
        margin-bottom: 30px; } }
    @media screen and (min-width: 1280px) {
      .blog-post-page .blog-post-content .blog-header .blog-title {
        font-size: 2.4vw;
        line-height: 2.4vw;
        margin-bottom: 1.394vw; } }
  .blog-post-page .blog-post-content .blog-header .blog-date {
    font-size: 20px;
    text-align: left; }
    .blog-post-page .blog-post-content .blog-header .blog-date span {
      color: #00a7ad; }

.blog-post-page .blog-post-content .blog-post {
  text-align: left; }
  .blog-post-page .blog-post-content .blog-post .socialLinks {
    margin-bottom: 2rem; }
    .blog-post-page .blog-post-content .blog-post .socialLinks .icon {
      background-color: #0194a4;
      border: 1px solid #0194a4; }
      .blog-post-page .blog-post-content .blog-post .socialLinks .icon:hover {
        background-color: #FEE003;
        border: 1px solid #FEE003; }
  .blog-post-page .blog-post-content .blog-post h2 {
    clear: both;
    display: block;
    font-size: 18px;
    line-height: 1.8rem; }
    @media screen and (min-width: 801px) {
      .blog-post-page .blog-post-content .blog-post h2 {
        line-height: 28px;
        font-size: 28px; } }
    @media screen and (min-width: 1280px) {
      .blog-post-page .blog-post-content .blog-post h2 {
        font-size: 1.8vw;
        line-height: 2vw; } }
  .blog-post-page .blog-post-content .blog-post h3 {
    font-size: 16px;
    line-height: 1.6rem; }
    @media screen and (min-width: 801px) {
      .blog-post-page .blog-post-content .blog-post h3 {
        line-height: 24px;
        font-size: 24px; } }
    @media screen and (min-width: 1280px) {
      .blog-post-page .blog-post-content .blog-post h3 {
        font-size: 1vw;
        line-height: 1.2vw; } }

.blog-listing-wrap .blog-listing {
  display: flex;
  flex-wrap: wrap; }
  .blog-listing-wrap .blog-listing .blog-card {
    border: 0;
    padding: 0 15px;
    margin: 0;
    width: 100%; }
    @media only screen and (min-width: 801px) {
      .blog-listing-wrap .blog-listing .blog-card {
        width: 50%; } }
    .blog-listing-wrap .blog-listing .blog-card.post-card-first {
      width: 100%; }
      @media only screen and (min-width: 1023px) {
        .blog-listing-wrap .blog-listing .blog-card.post-card-first .blog-thumbnail a {
          min-height: 16vw; } }
    .blog-listing-wrap .blog-listing .blog-card .blog {
      background-color: #f1f1f1;
      margin-bottom: 30px;
      padding: 0; }
      .blog-listing-wrap .blog-listing .blog-card .blog .blog-post-figure {
        margin: 0 0 1.4rem; }
        .blog-listing-wrap .blog-listing .blog-card .blog .blog-post-figure .blog-thumbnail {
          background-color: #fff;
          margin: 0 auto;
          max-width: unset; }
          .blog-listing-wrap .blog-listing .blog-card .blog .blog-post-figure .blog-thumbnail a {
            border: 0;
            padding: 0; }
            .blog-listing-wrap .blog-listing .blog-card .blog .blog-post-figure .blog-thumbnail a img {
              display: none; }
      .blog-listing-wrap .blog-listing .blog-card .blog .blog-post-body {
        padding: 15px 15px 30px; }
        .blog-listing-wrap .blog-listing .blog-card .blog .blog-post-body .blog-title {
          line-height: 2.4rem; }
          .blog-listing-wrap .blog-listing .blog-card .blog .blog-post-body .blog-title a {
            color: #00a7ad; }
        .blog-listing-wrap .blog-listing .blog-card .blog .blog-post-body .blog-date span {
          color: #00a7ad; }
        .blog-listing-wrap .blog-listing .blog-card .blog .blog-post-body .blog-post a[aria-label] {
          background-color: #05aab3;
          border-radius: 0.6rem;
          color: #ffffff;
          display: block;
          font-size: 15px;
          font-weight: bold;
          margin: 1rem auto 0;
          max-width: 16rem;
          padding: 0.6rem 0.5rem;
          text-decoration: none; }
          @media only screen and (min-width: 1023px) {
            .blog-listing-wrap .blog-listing .blog-card .blog .blog-post-body .blog-post a[aria-label] {
              border-radius: 0.6vw;
              font-size: 0.889vw;
              margin: 1vw auto 0;
              padding: 0.6vw 0.5vw;
              max-width: 16vw; } }
          .blog-listing-wrap .blog-listing .blog-card .blog .blog-post-body .blog-post a[aria-label]:hover {
            background-color: #efc701; }

.blog-thumbnail a {
  border: 0;
  padding: 0;
  min-height: 10rem;
  background-size: cover;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 551px) {
    .blog-thumbnail a {
      min-height: 14rem; } }
  @media only screen and (min-width: 1023px) {
    .blog-thumbnail a {
      min-height: 12vw; } }

.blog-posts-wrapper {
  margin-top: 20px; }

.blog-post-card {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden; }

@media only screen and (min-width: 801px) {
  .blog-listing-wrap .blog-listing .blog-card.post-card-first .blog-thumbnail a {
    min-height: 350px; } }

@media only screen and (min-width: 1023px) {
  .blog-listing-wrap .blog-listing .blog-card.post-card-first .blog-thumbnail a {
    min-height: 16vw; } }

.common-top-banner.blogpage-top-banner {
  align-items: center;
  background-image: url(https://cdn11.bigcommerce.com/s-6v7l9in7kh/images/stencil/original/image-manager/blog-banner.png?t=1751374189);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 190px;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  @media only screen and (min-width: 801px) {
    .common-top-banner.blogpage-top-banner {
      min-height: 250px; } }
  @media only screen and (min-width: 1023px) {
    .common-top-banner.blogpage-top-banner {
      min-height: 322px; } }
  .common-top-banner.blogpage-top-banner .page-heading, .common-top-banner.blogpage-top-banner .page-sub-heading {
    text-align: center; }
  .common-top-banner.blogpage-top-banner .page-heading {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase; }
    @media only screen and (min-width: 801px) {
      .common-top-banner.blogpage-top-banner .page-heading {
        font-size: 40px;
        line-height: 46px; } }
    @media only screen and (min-width: 1023px) {
      .common-top-banner.blogpage-top-banner .page-heading {
        font-size: 56px;
        line-height: 66px; } }
  .common-top-banner.blogpage-top-banner .page-sub-heading {
    color: #00a7ad;
    font-size: 18px;
    line-height: 22px;
    margin: 0; }
    @media only screen and (min-width: 801px) {
      .common-top-banner.blogpage-top-banner .page-sub-heading {
        font-size: 20px;
        line-height: 25px; } }
    @media only screen and (min-width: 1023px) {
      .common-top-banner.blogpage-top-banner .page-sub-heading {
        font-size: 24px;
        line-height: 29px; } }

.common-top-banner.blog-single-post-page {
  padding: 0;
  margin: 0; }
  .common-top-banner.blog-single-post-page nav[aria-label="Breadcrumb"] {
    padding-bottom: 10px; }
    @media screen and (min-width: 767px) {
      .common-top-banner.blog-single-post-page nav[aria-label="Breadcrumb"] {
        padding-bottom: 10px; } }
    @media screen and (min-width: 1280px) {
      .common-top-banner.blog-single-post-page nav[aria-label="Breadcrumb"] {
        padding-bottom: 1.38889vw; } }

.blog-page .blog-sidebar .sidebar-block.about-us h6 {
  font-size: 20px;
  color: #00a7ad;
  margin: 0 0 0.2rem; }
  .blog-page .blog-sidebar .sidebar-block.about-us h6 + p {
    margin: 0 0 0.2rem; }

.blog-page .blog-sidebar .sidebar-block.about-us p {
  font-size: 1rem; }

.blog-page .blog-sidebar .sidebar-block.about-us ul {
  list-style: none;
  margin: 0; }

.engage-hub-form-embed {
  padding-bottom: 1rem; }
  .engage-hub-form-embed #eh_form_ifrm_5623192508170240 {
    margin-top: -50px; }

.header-top-bar .contact-menu.sf-menu ul .contact-info li a {
  justify-content: flex-start; }

@supports (-webkit-touch-callout: none) {
  nav[aria-label="Breadcrumb"] {
    margin-top: 30px; } }

.build-perfect-solutions-section .heading-block .page-heading {
  padding-top: 30px; }

div[data-content-region="home_video_section"] .home-video-section .button {
  background: #FEE003;
  color: #000;
  border-color: #FEE003;
  display: block; }
  div[data-content-region="home_video_section"] .home-video-section .button:hover {
    background: #00A4B1;
    color: #fff;
    border-color: #00A4B1; }

body.template-default .product-section .btn-block {
  position: unset;
  transform: none;
  opacity: 1;
  margin: 0; }

body.template-default .product-section .card:hover {
  padding: 3.81944vw 1.73611vw 2.08333vw; }
  body.template-default .product-section .card:hover .card-body {
    padding-top: 3.88889vw;
    padding-bottom: 0; }

.our-process-section .our-process-block .step + p {
  min-height: 40px;
  margin-bottom: 10px; }

.our-process-section .our-process-block img {
  display: block;
  width: 100%;
  max-width: 205px; }

@media (min-width: 1261px) {
  .mobile_medical_carts {
    padding: 0 6rem; } }

div[data-content-region="banner_with_video_section"] a.button {
  background: #fee003;
  border: none; }

@media only screen and (min-width: 1024px) {
  .productView-images {
    position: sticky;
    top: 90px; }
  .productView-img-container.single-slider {
    margin-top: 0 !important;
    top: 0 !important; } }

#customily-download-preview-button {
  background: #FEE003 !important;
  border: 1px solid #FEE003 !important;
  font-size: 13px !important;
  display: block;
  text-align: center;
  color: #000 !important; }
  #customily-download-preview-button:hover {
    background: #00A4B1 !important;
    border: 1px solid #00A4B1 !important;
    color: #fff !important; }

.CustomButtons {
  margin: 10px auto 0; }

.productView-images-wrap .productView-img-container {
  top: 0 !important; }

.product-contact-block .productView-description .button {
  text-decoration: none; }
  .product-contact-block .productView-description .button:hover .open, .product-contact-block .productView-description .button:hover .close {
    color: #00a4b1; }
  .product-contact-block .productView-description .button .open, .product-contact-block .productView-description .button .close {
    color: #fff; }
    .product-contact-block .productView-description .button .open:hover, .product-contact-block .productView-description .button .close:hover {
      color: #00a4b1; }

.productView-options .form .add-to-cart-wrapper .button.button.moreConfigBtn {
  border: 1px solid #fee003;
  background: #fee003; }

.moreConfigBtnWrap {
  text-align: center;
  margin: 0 0 4rem;
  padding: 0 15px; }
  .moreConfigBtnWrap .button {
    font-size: 16px; }

.faqWrap {
  margin: 0 0 4rem; }

.home-video-section a.button.aos-init.aos-animate {
  width: 60%;
  margin: 0;
  max-width: 100%; }

@media only screen and (max-width: 767px) {
  .home-video-section a.button.aos-init.aos-animate {
    width: 90%;
    margin: 0 auto; } }

@media only screen and (min-width: 768px) and (max-width: 912px) {
  .home-video-section a.button.aos-init.aos-animate {
    width: 90%;
    float: left; } }

#first_block .first_block_right .right_block_top .text_top {
  padding-top: 20px;
  margin-bottom: 35px; }

.header-top-bar .contact-menu.sf-menu ul {
  right: 0; }

.block_cat_home_top:hover .img_cat_top {
  outline: 2px solid #00a4b1;
  border-radius: 10px; }

a.navPages-action[aria-label="oem"] {
  color: #fee003; }

#sale_top:before {
  height: 25px;
  width: 20px;
  background-size: 100%; }

div#sale_top {
  font-size: 15px;
  height: 50px; }
  @media only screen and (max-width: 415px) {
    div#sale_top {
      height: auto; } }

@media only screen and (max-width: 768px) {
  #first_block .first_block_left .first_block_button_left a {
    font-size: 14px; }
  #first_block .first_block_right .right_block_top .list_category_home_top .block_cat_home_top {
    max-width: 49%; } }

.charting_list_cat .container .block_chart_cat .block_img_chart_cat a {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 20px; }

.charting_list_cat .container .block_chart_cat .block_img_chart_cat a img {
  height: auto;
  margin: 0px;
  box-sizing: border-box;
  width: auto;
  border-radius: 10px; }

.charting_list_cat .container .block_chart_cat:hover .block_img_chart_cat a img {
  outline: 2px solid #00a4b1; }

@media only screen and (max-width: 1439px) {
  .bottom_block_chart .bottom_block_chart_inside .text_block_bottom_block {
    padding-left: 20px;
    padding-right: 20px; } }

.header-top-bar ul.top-bar-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

@media screen and (min-width: 1280px) {
  .navPages ul li + li {
    margin-left: 20px; }
  .header-top-bar .contact-menu a.contact-link {
    padding: 20px 10px; } }

.navPages ul li + li {
  margin-left: 20px; }

body .body.traditional-charting {
  display: none; }

body .block_cat_home_top {
  width: 46%; }

body .block_cat_home_top a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 2.5; }
