@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: 720px)/";
  width: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

html {
  font-size: 14px; }
  @media (min-width: 720px) {
    html {
      font-size: 14px; } }
  @media (min-width: 960px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1800px) {
    html {
      font-size: 14px; } }

body {
  font-family: "inter-regular", Arial, Helvetica, sans-serif;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(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: 720px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 720px) {
  .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: 720px) {
  .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: 720px) {
  .navBar-item {
    float: left; } }

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(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: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.85714rem;
    display: block;
    font-family: "inter-regular", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 720px) {
    .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: 720px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 720px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 720px) {
    .modal {
      transform: translateY(-50%); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 720px) {
  .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: 720px) {
  .actionBar-section--alt {
    float: right; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-list {
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .slick-list {
      padding-bottom: 20px; } }

.slick-next,
.slick-prev {
  margin: 0;
  bottom: 0px;
  top: inherit;
  width: auto;
  background: transparent;
  border: 0px;
  padding: 0px;
  height: auto;
  transform: none;
  z-index: 1; }
  .slick-next:before, .slick-next:after,
  .slick-prev:before,
  .slick-prev:after {
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 9px 15px;
    background-image: url(../icons/hero-slider-arrow.png);
    width: 9px;
    height: 15px;
    display: block; }

.slick-next {
  right: 0px; }
  .slick-next:before {
    transform: rotate(180deg); }

.slick-prev {
  left: 0px; }

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

.slick-dots {
  position: relative;
  bottom: inherit !important; }
  .slick-dots li {
    padding: 0px 5px;
    width: auto;
    height: auto; }
    .slick-dots li button {
      height: 4px;
      width: 40px;
      border-radius: 0px;
      border: 0px;
      background-color: #d9d9d9;
      padding: 0px; }
      @media (max-width: 767px) {
        .slick-dots li button {
          height: 2px;
          width: 30px; } }
      .slick-dots li button:before, .slick-dots li button span {
        display: none; }
      .slick-dots li button:focus {
        outline: none !important;
        outline-offset: 0px !important; }
    .slick-dots li.slick-active button {
      background-color: #28747A; }

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

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

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px;
  display: flex !important; }

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

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

.slick-slide {
  height: inherit !important; }

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

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

html,
body {
  height: auto; }

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

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

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

body {
  font-size: 1rem; }

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

.form-input {
  height: 42px;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  color: #333;
  padding: 0 10px;
  transition: 0.4s ease all;
  width: 100%;
  font-size: 16px !important; }
  .form-input:focus {
    outline: 0px !important;
    outline-offset: 0px !important;
    border-color: #28747A; }
  .form-input:hover {
    border-color: #28747A; }

.form-select {
  height: 42px;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  color: #333;
  padding: 0 10px;
  transition: 0.4s ease border;
  width: 100%; }
  .form-select:focus {
    outline: 0px !important;
    outline-offset: 0px !important;
    border-color: #28747A; }
  .form-select:hover {
    border-color: #28747A; }

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

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-radius: 0px; }
    .table-actions .button:focus {
      outline: 0px !important;
      outline-offset: 0px !important; }
    .table-actions .button.button-edit {
      border-color: #28747A;
      color: #28747A; }
    .table-actions .button.button-delete {
      border-color: #BD3968;
      color: #BD3968; }
    @media (min-width: 720px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 720px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0;
      font-size: 16px; }
      @media (min-width: 720px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0;
      font-size: 15px; }
      @media (min-width: 720px) {
        .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: 720px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 960px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1800px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 960px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1800px) {
      .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: 720px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 960px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1800px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

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

@media (min-width: 1800px) {
  .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: 960px) {
    .modal-header-title {
      font-size: 25px; } }

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

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "inter-regular", 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: #333333;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #444444;
      border-color: #444444;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #666666;
      border-color: #666666;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.hide-content {
  opacity: 0; }

@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: 720px) {
    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 #28747b;
    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;
  border-radius: 0px;
  border: 1px solid #333;
  color: #333; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 7px 15px;
    border-radius: 0px; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #28747A;
    margin: 0 0.35714rem 0 0.78571rem; }
    .pagination-item.pagination-item--current .pagination-link {
      color: #fff;
      background-color: #28747A; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

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

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

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

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

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

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

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

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

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 720px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 960px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1800px) {
    .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: 720px) {
  .tab-content .productReview {
    width: 50%; } }

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

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

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

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

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

.accordion-title {
  color: #444444;
  font-family: "inter-regular", 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: 960px) {
  .accordion--navList {
    border: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 720px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 720px) {
      .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: 720px) {
        .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: "inter-bold", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

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

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

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

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

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

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

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 720px) {
    .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: 1800px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

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

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

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

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

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1800px) {
    .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: 1800px) {
  .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: 1800px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

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

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

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

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 720px) {
    .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: 720px) {
  .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: 500px;
  height: 280px;
  margin-top: 0px !important; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .card-img-container::after {
    display: none; }
  .card-img-container img {
    padding: 30px; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 960px) {
    .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;
  padding: 5px 0; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none;
    font-family: "inter-regular"; }
    .card-title > a:hover {
      color: #757575; }

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

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

.card-body {
  text-align: center; }
  @media (min-width: 720px) {
    .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: 720px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #28747b; }
    .card--alternate:hover .card-body {
      background-color: #28747b; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

.navUser-action {
  text-decoration: none;
  text-transform: capitalize; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

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

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

.navUser-item {
  display: none; }
  @media (min-width: 960px) {
    .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: 720px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 960px) {
        .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: 960px) {
          .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: 960px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

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

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

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

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

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

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 720px) {
    .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: 720px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

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

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

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

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

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

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

@media (min-width: 960px) {
  .navPages {
    width: 100%;
    text-align: center; } }

.navPages ul {
  list-style: none; }

.navPages .navPage-subMenu-list {
  border-left: 0;
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  @media (min-width: 960px) {
    .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: 960px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

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

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

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 960px) {
    .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: 960px) {
      .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: 960px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.navPages-action.is-open svg,
.navPages-action .collapsible-icon-wrapper.is-open svg {
  fill: #757575;
  stroke: #757575; }

.navPages-action:hover, .navPages-action.activePage {
  color: #757575; }
  .navPages-action:hover svg, .navPages-action.activePage svg {
    fill: #757575;
    stroke: #757575; }

.navPages-action svg {
  fill: #333333;
  stroke: #333333;
  transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 960px) {
    .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: 960px) {
      .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: 960px) {
    .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: 960px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

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

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

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

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

@media (min-width: 960px) {
  .navPage-subMenu-item .navPages-action {
    text-transform: none;
    width: 100%; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 960px) {
    .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: 960px) {
    .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: 960px) {
      .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: 960px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

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

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

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

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

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 960px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @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-list {
    padding-bottom: 45px; }
    @media (max-width: 767px) {
      .heroCarousel .slick-list {
        padding-bottom: 20px; } }
  .heroCarousel .slick-slide {
    display: flex; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    bottom: 0px;
    top: inherit;
    width: auto;
    background: transparent;
    border: 0px;
    padding: 0px;
    height: auto;
    transform: none; }
    .heroCarousel .slick-next:focus,
    .heroCarousel .slick-prev:focus {
      outline: 0px !important;
      outline-offset: 0px !important; }
    .heroCarousel .slick-next span,
    .heroCarousel .slick-prev span {
      display: none; }
    .heroCarousel .slick-next:before, .heroCarousel .slick-next:after,
    .heroCarousel .slick-prev:before,
    .heroCarousel .slick-prev:after {
      opacity: 1;
      background-repeat: no-repeat;
      background-size: 9px 15px;
      background-image: url(../icons/hero-slider-arrow.png); }
  .heroCarousel .slick-next {
    right: 0px; }
    .heroCarousel .slick-next:before {
      transform: rotate(180deg); }
  .heroCarousel .slick-prev {
    left: 0px; }
  .heroCarousel .slick-dots {
    position: relative;
    bottom: inherit !important; }
    .heroCarousel .slick-dots li {
      padding: 0px 5px;
      width: auto;
      height: auto; }
      .heroCarousel .slick-dots li button {
        height: 4px;
        width: 40px;
        border-radius: 0px;
        border: 0px;
        background-color: #d9d9d9; }
        @media (max-width: 767px) {
          .heroCarousel .slick-dots li button {
            height: 2px;
            width: 30px; } }
        .heroCarousel .slick-dots li button:before, .heroCarousel .slick-dots li button span {
          display: none; }
        .heroCarousel .slick-dots li button:focus {
          outline: none !important;
          outline-offset: 0px !important; }
      .heroCarousel .slick-dots li.slick-active button {
        background-color: #28747A; }
  .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: 720px) {
    .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.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;
    justify-content: center;
    transition: height 0.3s ease; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 720px) {
    .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: 720px) {
    .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: 720px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 960px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1800px) {
    .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: 960px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1800px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.productView-info {
  margin-top: 20px; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  .productView-info > :last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

#brandPolicyModal #CustomerServicePolicy, #brandPolicyModal .CustomerServicePolicy {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 960px) {
    .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: 960px) {
    .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: 960px) {
      .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: 960px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 720px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 960px) {
    .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: 960px) {
  .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: 960px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #333333;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 33.33333%;
  font-family: "inter-bold"; }
  @media (min-width: 720px) {
    .cart-item-label {
      display: block;
      text-align: left;
      width: 100%; } }
  @media (min-width: 960px) {
    .cart-item-label {
      display: none; } }

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

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

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

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

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

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 720px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 960px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1800px) {
    .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: 960px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 720px) {
      .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); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-header-title .page-heading {
  text-align: left;
  font-weight: 500;
  margin-bottom: 0px; }

.cart-header-title p {
  margin: 12px 0px;
  font-size: 16px; }
  .cart-header-title p > a {
    text-decoration: none;
    font-weight: 600; }
    .cart-header-title p > a:hover {
      color: #28747A; }

.cart-content-row {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0px;
  /**Shipping Container **/
  /**Cart Individual Total**/ }
  @media (max-width: 800px) {
    .cart-content-row {
      flex-direction: column-reverse; } }
  .cart-content-row a {
    text-decoration: none; }
    .cart-content-row a:focus {
      outline: 0px !important;
      outline-offset: 0px !important; }
  .cart-content-row button:focus,
  .cart-content-row input:focus {
    outline: 0px !important;
    outline-offset: 0px !important; }
  .cart-content-row .col-8 {
    max-width: 70%;
    flex: 70%;
    padding: 0px 7.5px; }
    @media (max-width: 800px) {
      .cart-content-row .col-8 {
        max-width: 100%;
        flex: 100%; } }
  .cart-content-row .col-4 {
    max-width: 30%;
    flex: 30%;
    padding: 0px 7.5px; }
    @media (max-width: 800px) {
      .cart-content-row .col-4 {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 40px; } }
  .cart-content-row .cart-item-container {
    border: 1px solid #e7e7e7;
    padding: 13px;
    margin-bottom: 15px;
    font-size: 16px; }
    .cart-content-row .cart-item-container:last-child {
      margin-bottom: 0px; }
    .cart-content-row .cart-item-container .line-item {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      margin-bottom: 10px;
      border-bottom: 1px solid #e7e7e7;
      padding: 10px 0 25px;
      position: relative;
      /**Product Image ***/
      /***Product Details ***/
      /**Brand Logo**/ }
      @media (max-width: 800px) {
        .cart-content-row .cart-item-container .line-item {
          flex-wrap: wrap; } }
      .cart-content-row .cart-item-container .line-item .cart-pdt-image {
        margin-right: 15px; }
        .cart-content-row .cart-item-container .line-item .cart-pdt-image a {
          display: block;
          width: 100%; }
          .cart-content-row .cart-item-container .line-item .cart-pdt-image a img {
            max-width: 120px;
            max-height: 120px;
            width: 120px;
            height: 120px;
            object-fit: contain; }
      .cart-content-row .cart-item-container .line-item .cart-pdt-details {
        margin-left: 10%;
        margin-right: 30px; }
        @media (max-width: 959px) {
          .cart-content-row .cart-item-container .line-item .cart-pdt-details {
            margin-left: 5%; } }
        @media (max-width: 800px) {
          .cart-content-row .cart-item-container .line-item .cart-pdt-details {
            order: 3;
            max-width: 100%;
            flex: 100%;
            margin: 30px 0px 0px; } }
        .cart-content-row .cart-item-container .line-item .cart-pdt-details .product-name {
          margin-bottom: 10px; }
          .cart-content-row .cart-item-container .line-item .cart-pdt-details .product-name a {
            color: #28747A;
            font-size: 17px; }
            .cart-content-row .cart-item-container .line-item .cart-pdt-details .product-name a:hover {
              color: #28747A; }
        .cart-content-row .cart-item-container .line-item .cart-pdt-details .definitionList {
          margin-bottom: 10px;
          display: flex;
          flex-wrap: wrap; }
          .cart-content-row .cart-item-container .line-item .cart-pdt-details .definitionList .definitionList-key {
            font-weight: 700;
            font-size: 16px;
            color: #333; }
          .cart-content-row .cart-item-container .line-item .cart-pdt-details .definitionList .definitionList-value {
            font-size: 16px; }
        .cart-content-row .cart-item-container .line-item .cart-pdt-details .brand-name {
          font-size: 16px;
          margin-bottom: 10px;
          color: #333 !important;
          font-weight: 400; }
          .cart-content-row .cart-item-container .line-item .cart-pdt-details .brand-name span {
            font-weight: 700;
            font-family: "inter-bold"; }
        .cart-content-row .cart-item-container .line-item .cart-pdt-details .item-quantity-div .cart-item-label {
          display: block;
          font-weight: 700;
          font-size: 16px;
          cursor: default;
          margin-bottom: 7px;
          text-align: left; }
        .cart-content-row .cart-item-container .line-item .cart-pdt-details .item-quantity-div .form-increment {
          display: flex;
          align-items: center; }
        .cart-content-row .cart-item-container .line-item .cart-pdt-details .item-quantity-div button {
          height: 42px;
          padding: 0 10px;
          border-radius: 0;
          border: 1px solid #d8d8d8; }
          .cart-content-row .cart-item-container .line-item .cart-pdt-details .item-quantity-div button:first-child {
            border-right: 0px; }
        .cart-content-row .cart-item-container .line-item .cart-pdt-details .item-quantity-div .form-input {
          height: 42px;
          padding: 0 10px;
          border-radius: 0;
          border: 1px solid #d8d8d8;
          border-right: none;
          font-size: 16px; }
        .cart-content-row .cart-item-container .line-item .cart-pdt-details .price-and-remove-item {
          display: flex;
          align-items: center;
          margin-left: 25px; }
          @media (max-width: 767px) {
            .cart-content-row .cart-item-container .line-item .cart-pdt-details .price-and-remove-item {
              margin-left: 25px; } }
          .cart-content-row .cart-item-container .line-item .cart-pdt-details .price-and-remove-item .product-price,
          .cart-content-row .cart-item-container .line-item .cart-pdt-details .price-and-remove-item .non-sale-price {
            margin-bottom: 0px;
            font-size: 16px; }
          .cart-content-row .cart-item-container .line-item .cart-pdt-details .price-and-remove-item .non-sale-price {
            text-decoration: line-through;
            color: #737373;
            margin-left: 15px; }
          .cart-content-row .cart-item-container .line-item .cart-pdt-details .price-and-remove-item .cart-remove {
            margin-left: 25px;
            width: 38px;
            background-color: transparent; }
            .cart-content-row .cart-item-container .line-item .cart-pdt-details .price-and-remove-item .cart-remove:hover {
              background-color: #fafafa; }
      .cart-content-row .cart-item-container .line-item .cart-brand-logo {
        margin-left: auto; }
  .cart-content-row .shipping-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0 22px;
    font-size: 16px; }
    .cart-content-row .shipping-container .standard-shipping {
      font-family: "inter-bold";
      max-width: 35%;
      flex: 35%; }
      .cart-content-row .shipping-container .standard-shipping p {
        font-weight: 700;
        margin-bottom: 0px; }
    .cart-content-row .shipping-container .highlight-div {
      background-color: #effaff;
      padding: 13px;
      border-radius: 4px;
      margin-left: 15px; }
      .cart-content-row .shipping-container .highlight-div p {
        margin-bottom: 0px; }
  .cart-content-row .cart-individual-total {
    font-size: 16px;
    line-height: 20px; }
    .cart-content-row .cart-individual-total .content-row {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
      align-items: center; }
      .cart-content-row .cart-individual-total .content-row p {
        margin-bottom: 0px;
        line-height: 20px; }
      .cart-content-row .cart-individual-total .content-row a {
        color: #28747A;
        font-weight: 500; }
      .cart-content-row .cart-individual-total .content-row .col-6 {
        flex-basis: 48%;
        display: flex;
        justify-content: space-between;
        max-width: calc(50% - 30px);
        margin-left: 0; }
        @media (max-width: 767px) {
          .cart-content-row .cart-individual-total .content-row .col-6 {
            max-width: 100%; } }
        .cart-content-row .cart-individual-total .content-row .col-6 .w-66 {
          max-width: 66%;
          flex: 66%;
          text-align: right; }
          @media (max-width: 767px) {
            .cart-content-row .cart-individual-total .content-row .col-6 .w-66 {
              max-width: 100%;
              flex: 100%;
              text-align: left; } }
        .cart-content-row .cart-individual-total .content-row .col-6 .w-34 {
          max-width: 34%;
          flex: 34%;
          text-align: right; }
          @media (max-width: 767px) {
            .cart-content-row .cart-individual-total .content-row .col-6 .w-34 {
              max-width: 100%;
              flex: 100%; } }
      .cart-content-row .cart-individual-total .content-row .ml-auto {
        margin-left: auto; }

.promo-code {
  border: 1px solid #e7e7e7;
  padding: 13px;
  margin-bottom: 15px;
  font-size: 16px; }
  .promo-code h4 {
    margin: 5px 0px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    position: relative; }
    .promo-code h4:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto 0;
      height: 25px;
      width: 35px;
      background: url("../icons/down-arrow.svg");
      background-position: 7px;
      background-size: 100% auto;
      transform-origin: 50%;
      transition: all 250ms; }
    .promo-code h4.is-open:after {
      transform: rotate(180deg); }

.promo-code .cart-total {
  display: flex; }
  .promo-code .cart-total .coupon-form {
    display: flex;
    flex-wrap: nowrap; }
    .promo-code .cart-total .coupon-form .form-input {
      display: inline-block;
      height: 42px;
      border: 1px solid #d8d8d8;
      border-radius: 0 !important;
      padding: 0.5rem;
      width: 78%;
      font-size: 16px; }
      .promo-code .cart-total .coupon-form .form-input:focus {
        border-color: #28747A; }
    .promo-code .cart-total .coupon-form .button {
      margin: 0 0 0 2%;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 48%;
      height: 42px;
      border-radius: 0;
      background-color: #fc562a;
      border-color: #fc562a;
      color: #fff;
      font-size: 16px;
      font-family: "montserrat-regular"; }

.cart-total-container {
  margin: 20px 0;
  border: 1px solid #e7e7e7;
  padding: 13px;
  background-color: #fff; }
  .cart-total-container .cart-totals {
    width: 100%;
    float: none;
    margin-bottom: 0px;
    text-align: left; }
    .cart-total-container .cart-totals h3 {
      margin-top: 0px;
      margin-bottom: 15px;
      font-size: 16px;
      font-weight: bold;
      text-align: left; }
    .cart-total-container .cart-totals .cart-total {
      border: 0px; }
      .cart-total-container .cart-totals .cart-total .cart-total-label,
      .cart-total-container .cart-totals .cart-total .cart-total-value {
        font-size: 16px;
        color: #000;
        width: 50%; }
      .cart-total-container .cart-totals .cart-total .cart-total-label {
        padding: 5px 0px; }
      .cart-total-container .cart-totals .cart-total .cart-total-value {
        padding: 5px 0px;
        text-align: right; }
    .cart-total-container .cart-totals .cart-grand-total {
      border-top: 1px solid #000;
      margin-top: 13px;
      padding-top: 15px; }
      .cart-total-container .cart-totals .cart-grand-total .cart-total-label,
      .cart-total-container .cart-totals .cart-grand-total .cart-total-value {
        font-size: 20px;
        font-weight: 700; }

.cart-actions .button {
  color: #fff;
  background: #fc562a;
  border: 1px solid #fc562a;
  font-family: "montserrat-regular";
  text-decoration: none;
  font-size: 18px;
  display: block;
  width: 100%;
  border-radius: 0px;
  padding: 15px 30px; }

.you-save-amt,
.you-save-label {
  color: #28747A !important;
  font-size: 22px !important;
  font-weight: 700; }

#cart-preview-dropdown {
  border: none;
  left: auto !important;
  position: fixed !important;
  height: 100vh;
  top: 0 !important;
  width: 90vw !important;
  z-index: 999;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 25.85714rem !important;
  background: #fff; }
  #cart-preview-dropdown.is-open {
    animation: slide-in .6s ease-in-out; }
  #cart-preview-dropdown .previewCartWrapper {
    max-height: unset;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 50px;
    max-height: calc(100vh - 15rem);
    padding-bottom: 50px; }
    #cart-preview-dropdown .previewCartWrapper [searchspring-recommend] {
      display: none; }
    @media (min-height: 950px) {
      #cart-preview-dropdown .previewCartWrapper .previewCart {
        max-height: calc(100vh - 600px);
        overflow-y: scroll; }
      #cart-preview-dropdown .previewCartWrapper [searchspring-recommend] {
        display: block; } }
  #cart-preview-dropdown .your-cart {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 17px;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
    align-items: center; }
    #cart-preview-dropdown .your-cart p {
      margin-bottom: 0px; }
    #cart-preview-dropdown .your-cart #cart-close {
      font-size: 15px;
      cursor: pointer; }
  #cart-preview-dropdown .brand-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    color: #000; }
  #cart-preview-dropdown .previewCartList {
    list-style: none; }
    #cart-preview-dropdown .previewCartList .mini-cart-item-container {
      padding: 8px;
      display: flex;
      flex-direction: column;
      border-bottom: 2px solid #e7e7e7; }
    #cart-preview-dropdown .previewCartList .previewCartItem {
      margin-bottom: 15px;
      border-top: 0px; }
      #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-image {
        width: 20%;
        position: relative; }
        #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-image img {
          right: unset;
          width: 64px;
          margin-top: 0;
          -o-object-fit: contain;
          object-fit: contain; }
      #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content {
        padding-left: 10px;
        padding-right: 10px; }
        #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
          margin-bottom: 0px; }
          #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name > a {
            color: #28747A;
            font-weight: 500;
            font-size: 15px;
            line-height: 22px; }
        #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .cart-options {
          font-size: 15px;
          color: #000;
          padding: 6px 0; }
        #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
          font-size: 16px;
          color: #000;
          display: flex;
          justify-content: space-between;
          padding-top: 6px; }
          #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price button:focus {
            outline: 0px !important; }
          #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price .price-container .non-sale-price {
            text-decoration: line-through;
            color: #737373; }
          #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price .price-container .the-medcart-price {
            color: #f24; }
  #cart-preview-dropdown .cart-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff; }
    #cart-preview-dropdown .cart-footer .total-div {
      font-family: "inter-bold";
      font-weight: 700;
      font-size: 15px;
      text-align: center;
      margin: 8px;
      line-height: 1.5; }
      #cart-preview-dropdown .cart-footer .total-div p {
        margin-bottom: 2px;
        font-size: 16px; }
      #cart-preview-dropdown .cart-footer .total-div .color-green-bold {
        color: #28747A !important;
        font-weight: 700; }
    #cart-preview-dropdown .cart-footer .mcart-flex {
      display: flex;
      justify-content: space-between; }
    #cart-preview-dropdown .cart-footer .cart-checkout {
      background: #fc562a;
      text-align: center;
      text-transform: uppercase;
      font-weight: bolder;
      font-family: "Montserrat-Bold"; }
      #cart-preview-dropdown .cart-footer .cart-checkout a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        display: block;
        width: 100%;
        padding: 15px 30px;
        line-height: 30px; }

@keyframes slide-in {
  0% {
    right: -100%; }
  100% {
    right: 0; } }

.previewCart::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5; }

.previewCart::-webkit-scrollbar-thumb {
  background-color: #000; }

.previewCartItem-name a {
  font-family: "inter-medium"; }

.continue-shopping {
  font-family: "inter-medium"; }

.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: 720px) {
    .address {
      width: 50%; } }
  @media (min-width: 1800px) {
    .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: 720px) {
      .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: 720px) {
      .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: 720px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

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

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

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

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

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

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

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

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

.videoGallery-main {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  overflow: hidden;
  height: auto; }

.videoGallery-main iframe {
  width: 100%;
  max-width: 1050px;
  height: 560px;
  aspect-ratio: unset; }

iframe.lazyload {
  min-height: unset; }

.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: 960px) {
    .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: 960px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

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

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

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 960px) {
    .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: 960px) {
    .suggestiveCart {
      display: block; } }

/** promotion applied text **/
.previewCartList .previewCartItem .mc-promo-indicator {
  margin-top: 15px;
  color: #28747A;
  margin-bottom: 0px; }

/**searchspring**/
.previewCartWrapper .ss__recommendation--side-cart {
  margin-left: 10px !important;
  margin-bottom: 0px !important; }
  .previewCartWrapper .ss__recommendation--side-cart .card-img-container {
    height: 150px; }
    .previewCartWrapper .ss__recommendation--side-cart .card-img-container img {
      padding: 10px; }
  .previewCartWrapper .ss__recommendation--side-cart h3 {
    font-size: 18px; }
  .previewCartWrapper .ss__recommendation--side-cart .card-promotionText {
    font-size: 9px; }
  .previewCartWrapper .ss__recommendation--side-cart .wishlist-icon {
    font-size: 18px;
    top: 3px; }
  .previewCartWrapper .ss__recommendation--side-cart .card-title a {
    font-size: 15px; }
  .previewCartWrapper .ss__recommendation--side-cart .ss-brand {
    font-size: 12px;
    min-height: auto; }
  .previewCartWrapper .ss__recommendation--side-cart .card-title {
    padding-bottom: 0px; }
  .previewCartWrapper .ss__recommendation--side-cart .price--non-sale,
  .previewCartWrapper .ss__recommendation--side-cart span.price.price--withTax {
    font-size: 15px; }

.previewCartWrapper [searchspring-recommend] {
  margin-top: 0px;
  position: absolute;
  bottom: 180px;
  width: 100%;
  background-color: #fff;
  padding: 20px 0px; }
  @media screen and (max-height: 760px) {
    .previewCartWrapper [searchspring-recommend] {
      display: none; } }

@media screen and (max-height: 760px) {
  .previewCartWrapper .previewCart {
    max-height: calc(100% - 200px) !important; } }

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

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

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

.account-content-wrapper {
  margin: 0 auto;
  max-width: 900px;
  /** account banner **/ }
  @media (max-width: 1500px) {
    .account-content-wrapper {
      max-width: 80%; } }
  @media (max-width: 767px) {
    .account-content-wrapper {
      max-width: 100%; } }
  .account-content-wrapper .account-banner img {
    width: 100%; }
  .account-content-wrapper .account-form-wrapper {
    padding: 38px 25px;
    border: 1px solid #e7e7e7;
    margin: 10px auto 0px;
    /**common form styles**/
    /**page heading **/
    /** form field **/
    /** form actions **/
    /** form captcha button **/ }
    .account-content-wrapper .account-form-wrapper .form {
      margin-bottom: 0px; }
      .account-content-wrapper .account-form-wrapper .form .form-label {
        font-size: 14px;
        line-height: 18px;
        color: #333;
        font-weight: 700;
        margin-bottom: 8px;
        width: 100%; }
        .account-content-wrapper .account-form-wrapper .form .form-label small {
          color: #000;
          font-size: 0.75rem; }
      .account-content-wrapper .account-form-wrapper .form .form-input,
      .account-content-wrapper .account-form-wrapper .form .form-select {
        height: 42px;
        border: 1px solid #d8d8d8;
        color: #333;
        padding: 0 10px;
        font-size: 16px;
        width: 100%; }
        .account-content-wrapper .account-form-wrapper .form .form-input:focus,
        .account-content-wrapper .account-form-wrapper .form .form-select:focus {
          outline: 0px !important;
          outline-offset: 0px !important;
          border-color: #28747A; }
        .account-content-wrapper .account-form-wrapper .form .form-input:hover,
        .account-content-wrapper .account-form-wrapper .form .form-select:hover {
          border-color: #28747A; }
    .account-content-wrapper .account-form-wrapper .page-heading {
      margin-bottom: 32px;
      color: #000;
      font-weight: 500; }
      .account-content-wrapper .account-form-wrapper .page-heading.page-heading-left {
        text-align: left; }
    .account-content-wrapper .account-form-wrapper .sub-heading {
      text-align: center;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      margin-bottom: 30px; }
    .account-content-wrapper .account-form-wrapper .form-wrapper {
      display: flex;
      flex-wrap: wrap;
      margin: 0px -10px;
      gap: 0px; }
      .account-content-wrapper .account-form-wrapper .form-wrapper .form-field {
        max-width: 50%;
        flex: 50%;
        padding: 0px 10px;
        position: relative;
        margin-bottom: 16px; }
        .account-content-wrapper .account-form-wrapper .form-wrapper .form-field.full-width {
          max-width: 100%;
          flex: 100%; }
        @media (max-width: 767px) {
          .account-content-wrapper .account-form-wrapper .form-wrapper .form-field {
            max-width: 100%;
            flex: 100%; } }
    .account-content-wrapper .account-form-wrapper .form-actions {
      text-align: left;
      max-width: 100%;
      /** forgot and register links **/ }
      .account-content-wrapper .account-form-wrapper .form-actions .button {
        font-size: 17px;
        border-radius: 0px;
        padding: 16px 26px;
        margin: 0px;
        box-shadow: none;
        width: auto;
        border-color: #fc562a;
        font-family: "montserrat-regular"; }
        @media (max-width: 767px) {
          .account-content-wrapper .account-form-wrapper .form-actions .button {
            font-size: 16px;
            margin: 5px 0px; } }
        .account-content-wrapper .account-form-wrapper .form-actions .button:focus {
          outline: 0px !important;
          outline-offset: 0px !important; }
        .account-content-wrapper .account-form-wrapper .form-actions .button.secondary {
          background-color: transparent;
          border-color: #fc562a;
          color: #000;
          font-family: "montserrat-regular"; }
        .account-content-wrapper .account-form-wrapper .form-actions .button.button--primary {
          background-color: #fc562a;
          border-color: #fc562a;
          font-family: "montserrat-regular"; }
      .account-content-wrapper .account-form-wrapper .form-actions .forgot-register-links {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        margin-bottom: 0px; }
        .account-content-wrapper .account-form-wrapper .form-actions .forgot-register-links a {
          text-decoration: none;
          font-size: 16px;
          color: #000;
          transition: 0.4s ease color; }
          .account-content-wrapper .account-form-wrapper .form-actions .forgot-register-links a:hover {
            color: #28747A; }
          .account-content-wrapper .account-form-wrapper .form-actions .forgot-register-links a:focus {
            outline: 0px !important;
            outline-offset: 0px !important; }
          .account-content-wrapper .account-form-wrapper .form-actions .forgot-register-links a.register {
            margin-left: 0px;
            margin-top: 5px; }
    .account-content-wrapper .account-form-wrapper .form-captcha-btn {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .account-content-wrapper .account-form-wrapper .form-captcha-btn {
          flex-direction: column; } }
      .account-content-wrapper .account-form-wrapper .form-captcha-btn .form-actions {
        width: 50%;
        margin: 0px; }
        @media (max-width: 767px) {
          .account-content-wrapper .account-form-wrapper .form-captcha-btn .form-actions {
            width: 100%; } }
        .account-content-wrapper .account-form-wrapper .form-captcha-btn .form-actions .button {
          width: 100%;
          height: 78px; }
          @media (max-width: 767px) {
            .account-content-wrapper .account-form-wrapper .form-captcha-btn .form-actions .button {
              height: 50px; } }

/**Basic Styles - margin-padding **/
.mt-0 {
  margin-top: 0px !important; }

.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: 960px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 960px) {
      .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: 720px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 720px) {
    .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;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  color: #fff; }

.search-nav {
  position: relative; }

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

.account-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-subtitle {
  color: #999999;
  font-family: "inter-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

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

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

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

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

.account-product-detail-heading {
  color: #757575;
  font-family: "inter-regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product-checkItem {
  align-self: flex-start; }
  @media (min-width: 720px) {
    .account-product-checkItem {
      align-self: initial; } }

.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: 1800px) {
      .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: 1800px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1800px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

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

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

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 720px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

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

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

.account-sidebar-block {
  font-size: 15px;
  border: 1px solid #e5e5e5;
  padding: 20px 20px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

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

.account-reorder-form {
  display: inline-block; }
  .account-reorder-form .button {
    background: #28747a !important;
    color: #fff !important;
    border: none !important; }

.order-payments-description {
  color: #28747b;
  font-weight: 400;
  margin-top: 1.5rem; }

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

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

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

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

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

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

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem;
  margin-top: 0px; }

.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; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

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

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

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

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

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

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

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

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

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

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

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1800px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1800px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1800px) {
      .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: 1800px) {
      .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: 720px) {
  .paymentMethodForm {
    max-width: 60%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-logo-image-unknown-size {
  max-height: 6.64286rem; }
  @media (min-width: 960px) {
    .header-logo-image-unknown-size {
      max-height: 57px; } }

.mobileMenu-toggle {
  width: 30px;
  height: 40px;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  position: absolute;
  z-index: 50;
  top: -17px; }
  @media (min-width: 960px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle:focus {
    outline: 0px !important; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #fff;
      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); }

/** common header styles **/
.header ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: normal; }
  .header ul li a {
    text-decoration: none;
    transition: 0.4s ease all; }
    .header ul li a:focus {
      outline: 0px !important; }

.header .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.header .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/*** Top Header ***/
.top-header {
  background-color: #28747a;
  padding: 1rem 0px;
  min-height: 50px; }
  .top-header .navUser-section {
    display: flex;
    align-items: center;
    margin-left: auto; }
    .top-header .navUser-section .nav-search {
      display: inherit;
      margin-left: 0px;
      margin-right: 10px; }
      @media (min-width: 960px) {
        .top-header .navUser-section .nav-search {
          display: none; } }
    .top-header .navUser-section .navUser-item {
      margin: 0px 10px;
      display: block; }
      @media (max-width: 959px) {
        .top-header .navUser-section .navUser-item {
          margin: 0px 7px; } }
      .top-header .navUser-section .navUser-item:last-child {
        margin-right: 0px; }
      .top-header .navUser-section .navUser-item.navUser-item--account {
        margin-left: 0px;
        display: flex;
        justify-content: flex-end; }
        .top-header .navUser-section .navUser-item.navUser-item--account > a {
          margin-right: 10px; }
          @media (max-width: 767px) {
            .top-header .navUser-section .navUser-item.navUser-item--account > a {
              margin-right: 5px; } }
          .top-header .navUser-section .navUser-item.navUser-item--account > a:last-child {
            margin-right: 0px; }
      .top-header .navUser-section .navUser-item .navUser-action {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        position: relative; }
        .top-header .navUser-section .navUser-item .navUser-action:before {
          content: "";
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 0;
          height: 2px;
          background-color: #FC562A;
          transition: width 0.3s; }
        .top-header .navUser-section .navUser-item .navUser-action:hover:before {
          width: 100%; }
        .top-header .navUser-section .navUser-item .navUser-action.navlink_wishlist {
          background: url("../icons/icon-heart.png") no-repeat center center/contain;
          width: 22px;
          height: 22px;
          display: block; }
        .top-header .navUser-section .navUser-item .navUser-action.navlink_cart {
          background: url("../icons/icon-cart.png") no-repeat center center/contain;
          width: 22px;
          height: 22px;
          display: block;
          position: relative; }
          .top-header .navUser-section .navUser-item .navUser-action.navlink_cart .cart-quantity {
            position: absolute;
            bottom: -10px;
            right: -10px;
            background: #fff;
            color: #28747A;
            width: 17px;
            height: 17px;
            line-height: 17px;
            margin-left: 0px; }

/** logo header **/
.logo-header {
  background-color: #dae4e6;
  padding: 1rem 0; }
  @media (max-width: 959px) {
    .logo-header {
      padding: 10px 0px;
      z-index: 12;
      position: relative; } }
  .logo-header .top-header_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .logo-header .top-header_nav > .top-header_navitem {
      margin: 0px 10px; }
      .logo-header .top-header_nav > .top-header_navitem:last-child {
        margin-right: 0px; }
      .logo-header .top-header_nav > .top-header_navitem > .top-header_navlink {
        color: #28747a;
        font-size: 16px;
        font-family: "inter-bold";
        display: block;
        font-weight: bold; }
        .logo-header .top-header_nav > .top-header_navitem > .top-header_navlink a {
          color: #28747a; }
        @media (max-width: 767px) {
          .logo-header .top-header_nav > .top-header_navitem > .top-header_navlink {
            font-size: 13px; } }
        .logo-header .top-header_nav > .top-header_navitem > .top-header_navlink:hover {
          text-decoration: underline; }
  .logo-header .logo-header_blocks {
    display: flex;
    align-items: center; }
    .logo-header .logo-header_blocks .logo {
      max-width: 200px;
      margin-right: auto;
      width: 160px;
      height: 57px; }
      @media (max-width: 959px) {
        .logo-header .logo-header_blocks .logo {
          max-width: 100px;
          width: 100px;
          height: 48px; } }
    .logo-header .logo-header_blocks .logo-header_search {
      flex-grow: 1; }
      @media (max-width: 959px) {
        .logo-header .logo-header_blocks .logo-header_search {
          display: none; } }
      .logo-header .logo-header_blocks .logo-header_search.is-open {
        display: block;
        position: absolute;
        top: calc(100% + 10px);
        background: #fff;
        left: 0;
        right: 0;
        width: 100%;
        padding: 1.5rem 0px;
        border-bottom: 3px solid #28747b;
        animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn; }
      .logo-header .logo-header_blocks .logo-header_search .quickSearchResults {
        margin: 0px; }
      .logo-header .logo-header_blocks .logo-header_search .form {
        margin-bottom: 0px; }
        .logo-header .logo-header_blocks .logo-header_search .form .form-field {
          margin: 0px 60px 0px; }
          @media (max-width: 1199px) {
            .logo-header .logo-header_blocks .logo-header_search .form .form-field {
              margin: 0px 15px 0px; } }
          .logo-header .logo-header_blocks .logo-header_search .form .form-field .form-input {
            border-radius: 30px;
            border: 0px;
            padding: 0px 25px;
            font-size: 16px;
            height: 48px;
            line-height: normal;
            background: #fff url("../icons/icon-search.png") no-repeat center left 20px;
            background-size: 20px 20px;
            padding-left: 50px; }
            @media (max-width: 959px) {
              .logo-header .logo-header_blocks .logo-header_search .form .form-field .form-input {
                border: 1px solid #f0f0f0; } }
            .logo-header .logo-header_blocks .logo-header_search .form .form-field .form-input:focus {
              outline: none !important; }

/** menu header **/
@media (max-width: 959px) {
  .navPages-container {
    bottom: 0;
    height: 100%;
    left: 0;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    right: 0;
    z-index: 10;
    transform: translateX(-100%);
    transition: transform .2s ease-in;
    width: 240px;
    padding-top: 115px;
    display: block; }
    .navPages-container.is-open {
      transform: translateX(0);
      z-index: 10; }
      .navPages-container.is-open .navPages {
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25); }
    .navPages-container .container {
      height: 100%;
      padding: 0px; } }

@media (max-width: 959px) {
  .navPages-container .navPages {
    overflow-y: auto;
    height: 100%;
    background: #dae4e6; } }

.navPages-container .navPages .navPages-list {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center; }
  @media (max-width: 959px) {
    .navPages-container .navPages .navPages-list {
      display: block;
      background-color: #DAE4E6; } }
  .navPages-container .navPages .navPages-list > .navPages-item {
    margin-right: 30px; }
    @media (max-width: 1500px) {
      .navPages-container .navPages .navPages-list > .navPages-item {
        margin-right: 15px; } }
    @media (max-width: 959px) {
      .navPages-container .navPages .navPages-list > .navPages-item {
        margin-right: 0px; } }
    .navPages-container .navPages .navPages-list > .navPages-item:last-child {
      margin-right: 0px; }
    .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action {
      font-weight: 700;
      color: #000;
      font-size: 16px;
      text-transform: capitalize;
      padding: 15px 0px;
      position: relative;
      display: block;
      font-family: "inter-bold"; }
      @media (max-width: 959px) {
        .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action {
          font-size: 16px;
          padding: 10px 20px; }
          .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action.has-subMenu:before {
            content: '';
            position: absolute;
            right: 10px;
            background: url("../icons/right-arrow-angle.png") no-repeat center center/contain;
            width: 16px;
            height: 16px;
            top: 50%;
            transform: translateY(-50%);
            transition: 0.4s ease all; } }
      .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 0%;
        background-color: #28747b;
        transition: 0.4s ease width; }
        @media (max-width: 959px) {
          .navPages-container .navPages .navPages-list > .navPages-item > .navPages-action:after {
            height: 0%;
            width: 4px; } }
    .navPages-container .navPages .navPages-list > .navPages-item:hover > .navPages-action:after {
      width: 100%; }
      @media (max-width: 959px) {
        .navPages-container .navPages .navPages-list > .navPages-item:hover > .navPages-action:after {
          width: 4px;
          height: 100%; } }
    .navPages-container .navPages .navPages-list > .navPages-item.active > .navPages-action:after {
      width: 100%; }
      @media (max-width: 959px) {
        .navPages-container .navPages .navPages-list > .navPages-item.active > .navPages-action:after {
          width: 4px;
          height: 100%; } }
    @media (max-width: 959px) {
      .navPages-container .navPages .navPages-list > .navPages-item.active > .navPages-action.has-subMenu:before {
        transform: translateY(-50%) rotate(90deg); } }
  .navPages-container .navPages .navPages-list .navPage-subMenu {
    position: relative;
    background: #fff;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 0px;
    overflow: hidden;
    transition: 0.5s ease height;
    opacity: 1; }
    @media (min-width: 960px) {
      .navPages-container .navPages .navPages-list .navPage-subMenu {
        top: 100%;
        position: absolute;
        left: 0;
        transition: all 0.8s ease; }
        .navPages-container .navPages .navPages-list .navPage-subMenu.active {
          height: 580px !important; } }
    .navPages-container .navPages .navPages-list .navPage-subMenu.active {
      opacity: 1;
      z-index: 999; }
    .navPages-container .navPages .navPages-list .navPage-subMenu .content {
      display: flex;
      height: 100%;
      border: 1px solid #f0f0f0; }
      @media (max-width: 959px) {
        .navPages-container .navPages .navPages-list .navPage-subMenu .content {
          flex-direction: column;
          border: 0px; } }
      .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper {
        max-width: calc(100% - 420px);
        flex: 66%;
        position: relative;
        display: flex; }
        @media (max-width: 959px) {
          .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper {
            max-width: 100%;
            flex: 100%;
            background: #f0f0f0;
            display: block; } }
        .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper li > a:not(.menutitle) {
          padding: 10px 15px;
          display: block;
          font-size: 16px;
          color: #000; }
          @media (max-width: 959px) {
            .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper li > a:not(.menutitle) {
              padding: 8px 25px;
              font-size: 15px; } }
          .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper li > a:not(.menutitle):hover {
            background-color: #f0f0f0; }
        .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper li .menutitle {
          padding: 15px 30px;
          text-align: center;
          display: block;
          color: #28747a;
          font-size: 16px;
          text-decoration: underline;
          margin-bottom: 10px;
          text-transform: capitalize; }
          @media (max-width: 959px) {
            .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper li .menutitle {
              text-align: left;
              padding: 10px 25px;
              margin-bottom: 0px; } }
        .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .navPage-subMenu-list {
          position: relative;
          height: 100%;
          max-width: 50%;
          flex: 50%;
          margin: 0px; }
          @media (min-width: 960px) {
            .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .navPage-subMenu-list {
              overflow-y: auto;
              direction: rtl; } }
          @media (max-width: 959px) {
            .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .navPage-subMenu-list {
              padding: 10px 0px;
              max-width: 100%;
              flex: 100%; } }
          .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .navPage-subMenu-list > .navPage-subMenu-item.has-submenu > a {
            position: relative; }
            .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .navPage-subMenu-list > .navPage-subMenu-item.has-submenu > a:before {
              content: '';
              position: absolute;
              right: 10px;
              background: url("../icons/right-arrow-angle.png") no-repeat center center/contain;
              width: 16px;
              height: 16px;
              top: 50%;
              transform: translateY(-50%);
              transition: 0.4s ease all; }
          @media (max-width: 959px) {
            .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .navPage-subMenu-list > .navPage-subMenu-item.has-submenu.active > a:before {
              transform: translateY(-50%) rotate(90deg); } }
          .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .navPage-subMenu-list > .navPage-subMenu-item.active > a:not(.menutitle) {
            background-color: #f0f0f0; }
          @media (min-width: 960px) {
            .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .navPage-subMenu-list > .navPage-subMenu-item > .navPage-childList {
              display: none; } }
        .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .L3-Menu-Container {
          max-width: 50%;
          flex: 50%;
          border-left: 1px solid #f0f0f0;
          display: none; }
          @media (min-width: 960px) {
            .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .L3-Menu-Container {
              display: block; } }
          @media (max-width: 959px) {
            .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .L3-Menu-Container {
              max-width: 100%;
              flex: 100%;
              border: 0px; } }
          .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .L3-Menu-Container .navPage-childList {
            height: 100% !important; }
        .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .navPage-childList {
          display: block;
          border: 0px;
          margin-left: 0px; }
          @media (min-width: 960px) {
            .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .navPage-childList {
              position: absolute;
              top: 0;
              height: 100%;
              width: 100%;
              max-width: 50%;
              flex: 50%;
              left: 50%;
              overflow-y: auto;
              direction: rtl;
              display: none; } }
          .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .navPage-childList.active {
            display: block; }
          @media (max-width: 959px) {
            .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .navPage-childList {
              height: 0px;
              overflow: hidden;
              transition: 0.5s ease height;
              padding-left: 25px; } }
          @media (max-width: 959px) {
            .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .navPage-childList .menutitle {
              color: #000;
              text-decoration: none; } }
          @media (max-width: 959px) {
            .navPages-container .navPages .navPages-list .navPage-subMenu .content .menu_wrapper .navPage-childList > li > a {
              padding: 5px 10px;
              font-size: 15px; } }
      .navPages-container .navPages .navPages-list .navPage-subMenu .content .advertisement {
        max-width: 420px;
        flex: 34%;
        width: 100%;
        min-height: 100%; }
        @media (max-width: 959px) {
          .navPages-container .navPages .navPages-list .navPage-subMenu .content .advertisement {
            max-width: 100%;
            flex: 100%;
            display: none; } }

/** custom scrollbar **/
.navPage-subMenu-list::-webkit-scrollbar-track,
.navPage-childList::-webkit-scrollbar-track {
  background-color: #F5F5F5; }

.navPage-subMenu-list::-webkit-scrollbar,
.navPage-childList::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5; }

.navPage-subMenu-list::-webkit-scrollbar-thumb,
.navPage-childList::-webkit-scrollbar-thumb {
  background-color: #28747b; }

/* Header adverts */
.advertisement a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; }

/** Short Dated Text Colour **/
.sdd-gradient-text {
  background: linear-gradient(to right, #ff7e2b, #cf0a2c);
  /* Orange to Red */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold; }

.body {
  margin-top: 40px;
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    .body {
      margin-bottom: 50px; } }

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

.page-content--centered {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 20px;
  position: relative;
  width: 100%; }
  @media (min-width: 767px) {
    .page-content--centered .form-prefixPostfix .button {
      width: unset !important;
      margin-top: 0;
      margin-left: 10px; } }
  @media (min-width: 720px) {
    .page-content--centered {
      max-width: 100%; } }
  @media (min-width: 960px) {
    .page-content--centered {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .page-content--centered {
      max-width: 1170px; } }
  @media (min-width: 1300px) {
    .page-content--centered {
      max-width: 1270px; } }
  @media (min-width: 1500px) {
    .page-content--centered {
      max-width: 1400px; } }
  @media (min-width: 1800px) {
    .page-content--centered {
      max-width: 1624px;
      padding: 0 6rem; } }
  .page-content--centered .price-container {
    bottom: -22px !important; }

.swiper-slide .price-container {
  bottom: -22px !important; }

.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: 960px) {
    .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; } }

.home_below_featured_products *,
.home_below_new_products * {
  font-family: "montserrat-regular" !important; }

.list-cat-wrapper {
  display: flex; }
  .list-cat-wrapper .category-filter {
    display: none;
    flex-basis: 200px;
    min-width: 200px; }
    @media (min-width: 720px) {
      .list-cat-wrapper .category-filter {
        display: flex; } }
    .list-cat-wrapper .category-filter ul {
      list-style-type: none;
      margin: 0;
      width: 100%;
      margin-right: 10px; }
      .list-cat-wrapper .category-filter ul li {
        border: 1px solid #d8d8d8;
        margin-bottom: 5px;
        padding: 5px 0; }
        .list-cat-wrapper .category-filter ul li .label-block {
          display: flex;
          align-items: center;
          font-weight: 700;
          font-size: 16px; }
          .list-cat-wrapper .category-filter ul li .label-block input {
            margin-right: 10px;
            margin-left: 10px; }

.zsiq_floatmain {
  left: 10px; }

.zsiq_size2.zsiq-newtheme[embedtheme] {
  left: 0; }

@media only screen and (min-width: 700px) and (max-width: 981px) {
  .promotions-grid-container {
    grid-template-columns: repeat(2, 1fr) !important; } }

@media only screen and (max-width: 700px) {
  .promotions-grid-container {
    grid-template-columns: repeat(1, 1fr); } }

.promotions-grid-container .shop-now-container {
  background-color: #fc562a !important; }

.shop-now-link .shop-now-container {
  font-family: "montserrat-bold" !important; }

.promotions-grid-container .promotional-image-container, [data-sub-layout="2b6a39e1-dcb6-4088-824a-3f764a58ae3b"], .banners {
  background-color: #28747a !important; }

h3.promotion-title {
  height: 33px; }

.ss__button {
  font-family: "montserrat-regular";
  background-color: #fc562a !important; }

.ss__theme.ss__content .ss__dropdown .ss__dropdown__content .ss__list .ss__list__option .ss__list__link:hover {
  background: #28747a !important; }

.ss__theme .ss__slideout__default .ss__slideout .ss__slideout__footer .ss__slideout__footer__row .ss__slideout__footer__column .ss__button {
  border: 1px solid #fc562a !important; }

.cart-main-container .page {
  display: flex;
  flex-direction: column; }

[searchspring-recommend] {
  margin-top: 2rem; }

.price-and-remove-item .product-price-normal {
  margin-bottom: 0; }

.ss__theme.ss__header .ss__title .ss__query {
  color: #fff !important; }

button.needsclick {
  bottom: 70px !important; }

.body.pdp {
  margin-top: 0; }
  @media (min-width: 720px) {
    .body.pdp {
      margin-top: 20px; } }
  @media (min-width: 960px) {
    .body.pdp {
      margin-top: 40px; } }

b,
strong {
  font-family: "inter-bold" !important; }

.filter-wrapper .all-filter-wrapper button {
  font-family: "inter-regular"; }

.ss__options .ss__button {
  font-family: "inter-bold" !important; }

.ss__slideout__footer .ss__button {
  font-family: "inter-bold" !important; }

.ss__oq {
  color: #ffffff; }

input:focus + label {
  outline: 0 !important; }

.form-checkbox + .form-label::before {
  border-radius: 0 !important; }

.ss__theme.ss__recommendation--carousel {
  position: relative !important;
  margin: 0 0 40px 0 !important;
  background: #dae4e6 !important;
  margin: 0 !important;
  padding: 5px !important; }

/* Bulk Dropdown */
li#bulk-menu {
  position: relative; }
  li#bulk-menu ul#bulk-dropdown {
    position: absolute;
    background: #28747a;
    z-index: 99;
    margin-top: 5px; }
    li#bulk-menu ul#bulk-dropdown li.bulk-link {
      padding: 5px 3px; }
      li#bulk-menu ul#bulk-dropdown li.bulk-link a {
        color: #ffffff; }

.Prompt__CloseButton {
  opacity: 1 !important; }

.footer {
  background-color: white;
  padding: 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;
  display: inline-block;
  float: none;
  font-size: 1rem;
  overflow-wrap: break-word;
  text-align: left;
  vertical-align: top;
  -ms-word-break: break-all;
  width: 50%;
  padding: 1.2rem 0 0; }
  @media (min-width: 960px) {
    .footer-info-col {
      width: 25%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

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

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

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

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

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

.footer-info-heading {
  color: white;
  font-size: 1rem;
  text-transform: inherit;
  font-weight: 700;
  margin-bottom: 5px; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list ul {
    list-style: none;
    margin: 0px; }
  .footer-info-list a {
    color: white;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: white; }

.footer-copyright {
  text-align: center;
  padding: 1.2rem 0; }
  @media (min-width: 720px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: white;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

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

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

.footer-row-1 {
  background-color: #dae4e6; }

.footer-row-2 {
  background-color: #28747a;
  padding: 1.875rem 0; }
  .footer-row-2 p {
    color: white; }
  .footer-row-2 .socialLinks .icon svg {
    fill: #fff; }
  .footer-row-2 .footer-payment-methods {
    margin-top: 0; }
  .footer-row-2 .payment-methods {
    display: flex;
    flex-wrap: wrap; }
    .footer-row-2 .payment-methods img {
      padding-right: 5px;
      width: 50px;
      margin-bottom: 5px; }
  .footer-row-2 .footer-info-list li {
    margin-bottom: 3px; }

.footer-poweredby {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.newsletter-container {
  padding: 1.875rem 0;
  display: flex;
  flex-direction: column; }
  @media (min-width: 720px) {
    .newsletter-container {
      flex-direction: row;
      align-items: center; }
      .newsletter-container p {
        font-size: 18px; } }
  @media (min-width: 960px) {
    .newsletter-container p {
      font-size: 24px;
      line-height: 32px; } }
  @media (min-width: 720px) {
    .newsletter-container .newsletter {
      margin-left: 10px;
      min-width: 250px; } }
  .newsletter-container .newsletter .form {
    margin-bottom: 0; }
  .newsletter-container .newsletter .form-field {
    margin-bottom: 0; }
  .newsletter-container .newsletter .form-prefixPostfix {
    display: block; }
    .newsletter-container .newsletter .form-prefixPostfix .form-input {
      width: 100%;
      margin: 0 0 10px;
      border-radius: 0; }
      .newsletter-container .newsletter .form-prefixPostfix .form-input:focus {
        border: 1px solid #28747a; }
    .newsletter-container .newsletter .form-prefixPostfix .button {
      width: 100%;
      margin-left: 0;
      border-radius: 0;
      border: none;
      background-color: #fc562a;
      font-family: "montserrat-regular"; }
  @media (min-width: 720px) {
    .newsletter-container .newsletter .newsletter {
      margin-left: 10px;
      min-width: 250px; } }
  .newsletter-container .newsletter .newsletter .form {
    margin-bottom: 0; }
  .newsletter-container .newsletter .newsletter .form-field {
    margin-bottom: 0; }
  .newsletter-container .newsletter .newsletter .form-prefixPostfix {
    display: block; }
    .newsletter-container .newsletter .newsletter .form-prefixPostfix .form-input {
      width: 100%;
      margin: 0 0 10px;
      border-radius: 0;
      filter: contrast(100%); }
      .newsletter-container .newsletter .newsletter .form-prefixPostfix .form-input:focus {
        border: 1px solid #28747a; }
    .newsletter-container .newsletter .newsletter .form-prefixPostfix .button {
      width: 100%;
      margin-left: 0;
      border-radius: 0;
      border: none;
      background-color: #28747a;
      filter: contrast(100%); }

.footer-pp-link {
  margin-top: 2px;
  text-align: right; }
  .footer-pp-link a {
    text-decoration: none; }

.welcome-collapse-content.collapse {
  max-height: 193px;
  overflow-y: hidden;
  position: relative;
  will-change: max-height;
  transition: max-height 0.2s ease-out 0s; }
  .welcome-collapse-content.collapse:not(.show-collapse):before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    background-image: linear-gradient(to top, #28747b, rgba(255, 255, 255, 0));
    height: 31px; }
    @media (min-width: 720px) {
      .welcome-collapse-content.collapse:not(.show-collapse):before {
        background-image: none; } }
  @media (min-width: 720px) and (min-width: 720px) {
    .welcome-collapse-content.collapse:not(.show-collapse):before {
      max-height: 100% !important; } }

.more-less-text {
  outline: 0;
  padding: 0;
  display: block;
  color: white; }
  .more-less-text .fas {
    font-size: 12px;
    margin-left: 3px; }
  @media (min-width: 720px) {
    .more-less-text {
      display: none; } }

footer .socialLinks,
footer .payment-methods,
footer .more-less-text {
  padding: 0 10.5px; }

.newsletter-container {
  padding: 1.875rem 0;
  display: flex;
  flex-direction: column; }
  @media (min-width: 720px) {
    .newsletter-container {
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      .newsletter-container p {
        font-size: 18px; } }

[data-elfsight-app-lazy] {
  margin: 60px 0px; }
  @media (max-width: 767px) {
    [data-elfsight-app-lazy] {
      margin-top: 30px; } }
  @media (max-width: 1300px) {
    [data-elfsight-app-lazy] .eIMmgT {
      padding: 0px 20px; } }

.footer-media {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 0 10.5px;
  margin-top: 20px;
  flex-wrap: nowrap;
  /* Keep images side by side */ }

.footer-media img {
  max-width: 190px;
  /* default size for desktop/tablet */
  height: auto;
  border-radius: 3px; }

/* Reduce image size on mobile screens */
@media (max-width: 600px) {
  .footer-media img {
    max-width: 80px;
    /* smaller image size on mobile */ } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 20px;
  position: relative;
  width: 100%; }
  @media (min-width: 720px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 960px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; } }
  @media (min-width: 1300px) {
    .container {
      max-width: 1270px; } }
  @media (min-width: 1500px) {
    .container {
      max-width: 1400px; } }
  @media (min-width: 1800px) {
    .container {
      max-width: 1624px;
      padding: 0 6rem; } }

/* ABOUT US VIDEO - MEDCART GUARANTEE VIDEO*/
.why-shop-medcart-blog .lite-youtube {
  width: 100%;
  max-width: 1350px;
  height: 600px;
  margin: 40px auto;
  position: relative;
  background-color: #000;
  cursor: pointer; }

@media (max-width: 1024px) {
  .why-shop-medcart-blog .lite-youtube {
    height: 550px; } }

.lite-youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0; }

.lite-youtube::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("https://img.youtube.com/vi/mcyKUHpY35Y/hqdefault.jpg"); }

.lite-youtube .play-button {
  width: 70px;
  height: 46px;
  background-color: #212121;
  z-index: 1;
  opacity: 0.8;
  border-radius: 14%;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

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

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

.blog-date,
.blog-author {
  color: #757575;
  text-align: center;
  margin: 10px 0; }

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

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

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 720px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 960px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1800px) {
    .blog-post-body {
      width: 62.8%; } }

.blog-landing-container {
  padding: 20px 10px; }
  @media (min-width: 720px) {
    .blog-landing-container {
      padding: 25px 20px 10px; } }
  .blog-landing-container .page-heading {
    font-size: 38px;
    line-height: 50px;
    font-weight: 400;
    text-align: left; }
    @media (min-width: 960px) {
      .blog-landing-container .page-heading {
        font-size: 48px;
        line-height: 60px; } }
  .blog-landing-container .blog-landing-grid-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px; }
    @media (min-width: 720px) {
      .blog-landing-container .blog-landing-grid-container {
        flex-direction: row; } }
    .blog-landing-container .blog-landing-grid-container article.blog {
      flex-basis: calc((100% / 3) - 10px);
      border: 1px solid #e7e7e7;
      padding-bottom: 16px !important;
      background-color: #fff;
      margin: unset !important;
      padding: 0;
      display: flex;
      flex-direction: column; }
      .blog-landing-container .blog-landing-grid-container article.blog .blog-post-figure {
        margin: 0;
        width: 100%; }
        .blog-landing-container .blog-landing-grid-container article.blog .blog-post-figure .blog-thumbnail {
          max-width: 100%;
          margin-bottom: 0; }
          .blog-landing-container .blog-landing-grid-container article.blog .blog-post-figure .blog-thumbnail img {
            object-fit: cover;
            height: 200px; }
      .blog-landing-container .blog-landing-grid-container article.blog .blog-header h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 300;
        margin-top: 0;
        text-align: left; }
        .blog-landing-container .blog-landing-grid-container article.blog .blog-header h2 a {
          text-decoration: none; }
          .blog-landing-container .blog-landing-grid-container article.blog .blog-header h2 a:hover {
            text-decoration: underline; }
      .blog-landing-container .blog-landing-grid-container article.blog .read-more-container {
        margin-top: auto; }
    .blog-landing-container .blog-landing-grid-container .blog-post-body {
      width: 100%;
      padding: 16px; }
      .blog-landing-container .blog-landing-grid-container .blog-post-body p {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        color: black;
        margin-bottom: 8px; }
    .blog-landing-container .blog-landing-grid-container a.read-more-text {
      font-size: 16px;
      line-height: 16px;
      text-decoration: none;
      color: black;
      padding: 0 16px; }
      .blog-landing-container .blog-landing-grid-container a.read-more-text:hover {
        text-decoration: none; }
      .blog-landing-container .blog-landing-grid-container a.read-more-text:focus {
        outline: none !important; }
      .blog-landing-container .blog-landing-grid-container a.read-more-text i {
        font-size: 12px;
        font-weight: 600;
        padding-left: 8px; }
  .blog-landing-container .custom-pagination {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 20px;
    justify-content: center; }
    @media (min-width: 960px) {
      .blog-landing-container .custom-pagination {
        max-width: 400px;
        margin-inline: auto; } }
    .blog-landing-container .custom-pagination .next-pagination {
      display: inline;
      border-radius: 2px;
      padding: 5px 10px; }
      .blog-landing-container .custom-pagination .next-pagination:focus-visible {
        outline: none; }
    .blog-landing-container .custom-pagination .previous-pagination {
      border-radius: 2px;
      padding: 5px 10px; }
      .blog-landing-container .custom-pagination .previous-pagination:focus-visible {
        outline: none; }
    .blog-landing-container .custom-pagination .pagination-item {
      line-height: unset; }
      .blog-landing-container .custom-pagination .pagination-item:focus-visible {
        outline: none; }
    .blog-landing-container .custom-pagination .pagination-text {
      font-size: 16px; }

@media (min-width: 960px) {
  .blog-content-page-wrapper .blog-header {
    margin-top: 2rem;
    text-align: center; } }

.blog-content-page-wrapper .blog-header h1 {
  max-width: 1000px;
  margin-top: 20px;
  text-align: center; }
  @media (min-width: 720px) {
    .blog-content-page-wrapper .blog-header h1 {
      margin: auto; } }
  @media (min-width: 960px) {
    .blog-content-page-wrapper .blog-header h1 {
      font-size: 48px;
      line-height: 60px; }
      .blog-content-page-wrapper .blog-header h1:hover {
        color: #2b2b2b; } }

.blog-content-page-wrapper .blog-post-figure {
  width: 100%;
  margin-top: 25px; }
  @media (min-width: 720px) {
    .blog-content-page-wrapper .blog-post-figure {
      width: 90%;
      margin-top: 0px; } }
  .blog-content-page-wrapper .blog-post-figure .blog-thumbnail {
    width: 100%;
    max-width: 100%; }

.blog-content-page-wrapper .blog-content-wrapper p,
.blog-content-page-wrapper .blog-content-wrapper h1,
.blog-content-page-wrapper .blog-content-wrapper h2,
.blog-content-page-wrapper .blog-content-wrapper h3,
.blog-content-page-wrapper .blog-content-wrapper h4,
.blog-content-page-wrapper .blog-content-wrapper ol,
.blog-content-page-wrapper .blog-content-wrapper ul {
  color: #2b2b2b;
  overflow-wrap: break-word; }
  .blog-content-page-wrapper .blog-content-wrapper p li,
  .blog-content-page-wrapper .blog-content-wrapper h1 li,
  .blog-content-page-wrapper .blog-content-wrapper h2 li,
  .blog-content-page-wrapper .blog-content-wrapper h3 li,
  .blog-content-page-wrapper .blog-content-wrapper h4 li,
  .blog-content-page-wrapper .blog-content-wrapper ol li,
  .blog-content-page-wrapper .blog-content-wrapper ul li {
    overflow-wrap: break-word; }

.blog-content-page-wrapper .blog-content-wrapper h6 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 0; }

.blog-content-page-wrapper .blog-content-wrapper strong {
  margin-top: 25px;
  display: inline-block;
  color: #2b2b2b; }

.blog-content-page-wrapper .blog-content-wrapper p {
  line-height: 26px;
  font-size: 16px; }

.blog-content-page-wrapper .blog-content-wrapper ol,
.blog-content-page-wrapper .blog-content-wrapper ul {
  line-height: 26px;
  font-size: 16px; }
  .blog-content-page-wrapper .blog-content-wrapper ol li,
  .blog-content-page-wrapper .blog-content-wrapper ul li {
    margin: 8px 0; }

.blog-content-page-wrapper .blog-content-wrapper a {
  cursor: pointer;
  color: #13c8d1;
  text-decoration: none; }
  .blog-content-page-wrapper .blog-content-wrapper a:hover {
    color: #0d858b;
    transition: 0.2s; }

.blog-content-page-wrapper .blog-content-wrapper h4 {
  margin-bottom: 24px;
  font-weight: 600; }

.blog-content-page-wrapper .socialLinks .icon--facebook svg:hover {
  fill: #4267b2; }

.blog-content-page-wrapper .socialLinks .icon--email svg:hover {
  fill: #28747a; }

.blog-content-page-wrapper .socialLinks .icon--linkedin svg:hover {
  fill: #4875b4; }

.blog-content-page-wrapper .socialLinks .icon--pinterest svg:hover {
  fill: #df0023; }

.blog-content-page-wrapper .socialLinks .icon--twitter svg:hover {
  fill: #2fb1e3; }

@media (min-width: 1800px) {
  .blog-tile-container {
    width: 62.8%; } }

.blog-tile-container.blog-landing-grid-container {
  flex-direction: row; }

@media (min-width: 720px) {
  .blog-tile-container {
    display: flex;
    justify-content: space-between; } }

.blog-tile-container .blog-content-page-wrapper {
  border: 1px solid #e7e7e7;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 10px 10px 20px 0px; }
  @media (min-width: 720px) {
    .blog-tile-container .blog-content-page-wrapper {
      margin-right: 10px; } }
  .blog-tile-container .blog-content-page-wrapper .blog-header {
    margin-top: 0;
    text-align: left;
    padding: 20px 0px 0px 20px;
    color: #2b2b2b; }
    .blog-tile-container .blog-content-page-wrapper .blog-header a {
      font-size: 20px;
      line-height: 26px;
      color: #2b2b2b; }
    .blog-tile-container .blog-content-page-wrapper .blog-header .blog-title {
      margin: 0; }
    .blog-tile-container .blog-content-page-wrapper .blog-header .blog-date {
      display: none; }
    .blog-tile-container .blog-content-page-wrapper .blog-header .blog-post {
      margin-top: 10px; }
  .blog-tile-container .blog-content-page-wrapper .blog-post-body {
    font-size: 14px;
    line-height: 18px;
    margin-top: auto;
    padding: 20px;
    margin-left: 0; }
    .blog-tile-container .blog-content-page-wrapper .blog-post-body .readmore {
      text-align: left; }
      .blog-tile-container .blog-content-page-wrapper .blog-post-body .readmore a {
        color: black;
        font-size: 16px;
        text-decoration: none; }
  .blog-tile-container .blog-content-page-wrapper .blog-post-figure {
    width: 100%;
    margin: 0; }
    .blog-tile-container .blog-content-page-wrapper .blog-post-figure .blog-thumbnail {
      margin: 0; }
      .blog-tile-container .blog-content-page-wrapper .blog-post-figure .blog-thumbnail img {
        scale: unset; }

.blog-tile-container .fa-solid {
  font-size: 12px; }

/** Blog Navigation **/
#blog-navigation {
  padding: 20px 0px 10px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px; }
  #blog-navigation .blog-navs {
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap; }
    #blog-navigation .blog-navs li {
      list-style: none;
      margin: 0px 10px 10px; }
      #blog-navigation .blog-navs li a {
        text-decoration: none;
        font-weight: 700;
        color: #000;
        font-size: 16px;
        text-transform: capitalize; }
      #blog-navigation .blog-navs li.active a, #blog-navigation .blog-navs li.all a {
        color: #28747A; }

/** Blog Carousel **/
.blogCarousel {
  margin-bottom: 0px !important; }
  .blogCarousel .slick-list {
    margin: 0px -10px;
    padding-bottom: 0px; }
    @media (max-width: 1100px) {
      .blogCarousel .slick-list {
        padding-bottom: 30px; } }
  .blogCarousel .blogCarousel-slide {
    padding: 0px 10px; }
  .blogCarousel .card {
    border: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .blogCarousel .card .media img {
      width: 100%;
      height: 230px;
      object-fit: cover; }
      @media (max-width: 1800px) {
        .blogCarousel .card .media img {
          height: 200px; } }
      @media (max-width: 1300px) {
        .blogCarousel .card .media img {
          height: 150px; } }
      @media (max-width: 767px) {
        .blogCarousel .card .media img {
          height: auto; } }
    .blogCarousel .card .media-caption {
      padding: 25px 25px 20px; }
      @media (max-width: 767px) {
        .blogCarousel .card .media-caption {
          padding: 20px 15px 20px; } }
      .blogCarousel .card .media-caption h3 {
        margin-top: 0px;
        font-size: 18px;
        font-weight: 500;
        color: #000;
        font-family: "inter-medium"; }
      .blogCarousel .card .media-caption p {
        font-size: 16px;
        margin-bottom: 0px; }
    .blogCarousel .card .read-more-div {
      padding: 0px 25px 25px;
      margin-top: auto; }
      @media (max-width: 767px) {
        .blogCarousel .card .read-more-div {
          padding: 0px 15px 20px; } }

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

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

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

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

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

.brand-content-wrap {
  display: flex;
  flex-direction: column; }
  @media (min-width: 960px) {
    .brand-content-wrap {
      display: flex;
      flex-direction: row;
      justify-content: space-between; } }
  .brand-content-wrap .brand-left {
    width: 100%; }
    @media (min-width: 960px) {
      .brand-content-wrap .brand-left {
        width: 50%; } }
    .brand-content-wrap .brand-left .brand-name-heading {
      font-size: 24px;
      font-weight: 700;
      color: black;
      text-align: left;
      margin-bottom: 0; }
    .brand-content-wrap .brand-left #brand-description p {
      font-size: 16px; }
    .brand-content-wrap .brand-left #brand-description br {
      display: none; }
    .brand-content-wrap .brand-left .wrap {
      display: flex;
      flex-direction: column-reverse; }
      @media (min-width: 960px) {
        .brand-content-wrap .brand-left .wrap {
          flex-direction: column; } }
    .brand-content-wrap .brand-left .save-store-favourite-btn {
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      color: #FB4487;
      border: 1px solid #FB4487;
      padding: 10px 20px;
      margin-bottom: 1.5rem;
      border-radius: 5px;
      display: none; }
    .brand-content-wrap .brand-left button#brandPolicyTrig {
      margin: 5px 0;
      padding: 0; }
    .brand-content-wrap .brand-left .button-container {
      margin: 30px 0; }
      @media (min-width: 960px) {
        .brand-content-wrap .brand-left .button-container {
          margin: 5px 0; } }
  .brand-content-wrap .brand-right {
    display: none; }
    @media (min-width: 960px) {
      .brand-content-wrap .brand-right {
        display: flex;
        width: 50%;
        justify-content: flex-end; } }
    .brand-content-wrap .brand-right img {
      padding-bottom: 30px;
      width: 100%;
      max-width: 350px;
      max-height: 300px; }

#brandPolicyModal .modal-outer {
  max-width: 75%;
  min-width: 300px; }
  @media (min-width: 720px) {
    #brandPolicyModal .modal-outer {
      min-width: 500px; } }
  @media (min-width: 960px) {
    #brandPolicyModal .modal-outer {
      min-width: 700px; } }

#brandPolicyModal h4 {
  margin: 0 0 16px 0;
  font-size: 22px; }
  @media (min-width: 720px) {
    #brandPolicyModal h4 {
      font-size: 24px; } }

#brandPolicyModal p {
  margin: 0 0 16px 0;
  font-size: 14px; }
  @media (min-width: 720px) {
    #brandPolicyModal p {
      font-size: 16px; } }

#brandPolicyModal.visible, #signInModal.visible {
  display: -ms-flexbox;
  display: flex; }

#brandPolicyModal, #signInModal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 202;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px; }

#brandPolicyModal-backdrop, #signInModal-backdrop {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 201;
  display: none;
  cursor: pointer; }

@media (min-width: 960px) {
  #brandPolicyModal .modal-outer {
    min-width: 700px; } }

#brandPolicyModal .modal-outer .modal-inner, #signInModal .modal-outer .modal-inner {
  width: 100%;
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  background-color: #fff;
  z-index: 9999; }

#brandPolicyModal .modal-header {
  width: 100%;
  text-align: right;
  height: 20px;
  border: none;
  padding: 0;
  line-height: 19px;
  color: #fff;
  background: 0,0 !important; }

#brandPolicyModal .modal-close {
  font-size: 16px;
  top: -5px;
  color: #fff;
  right: 12px;
  width: auto;
  height: fit-content; }

#brandPolicyModal .modal-close:before, #brandPolicyModal .modal-close:after {
  display: none; }

.brand-header-wrapper {
  background: #dae4e6;
  text-align: center;
  padding: 40px; }
  @media (max-width: 767px) {
    .brand-header-wrapper {
      padding: 30px 20px; } }
  @media (max-width: 360px) {
    .brand-header-wrapper {
      padding: 20px; } }
  .brand-header-wrapper h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 2rem;
    color: #28747a;
    text-transform: uppercase; }
  .brand-header-wrapper .brands-listing {
    max-width: 980px;
    margin: 0 auto; }
    @media (max-width: 959px) {
      .brand-header-wrapper .brands-listing {
        display: flex;
        overflow: auto; } }
    .brand-header-wrapper .brands-listing a {
      display: inline-grid;
      cursor: pointer;
      min-width: 48px;
      height: 48px;
      font-weight: 500;
      font-size: 24px;
      line-height: 36px;
      padding: 4px 10px;
      vertical-align: top;
      text-decoration: none;
      margin: 4px 5px 4px 0; }
      @media (max-width: 959px) {
        .brand-header-wrapper .brands-listing a {
          flex: 0 0 auto; } }
      @media (max-width: 767px) {
        .brand-header-wrapper .brands-listing a {
          font-size: 20px; } }
      .brand-header-wrapper .brands-listing a:focus {
        outline: 0px !important; }
      .brand-header-wrapper .brands-listing a:hover {
        color: #28747a; }
      .brand-header-wrapper .brands-listing a.active {
        border: 2px solid #28747a;
        color: #28747a;
        font-family: "inter-medium"; }

.brand-list-container {
  position: relative;
  padding: 30px 0px; }
  .brand-list-container .brand-list-box {
    border-bottom: 1px solid #eee;
    display: none; }
    .brand-list-container .brand-list-box.active {
      display: block; }
    .brand-list-container .brand-list-box h4 {
      margin: 0px;
      border-bottom: 1px solid #eee;
      padding-bottom: 1.5rem;
      font-size: 1.5rem; }
    .brand-list-container .brand-list-box ul {
      padding-top: 40px;
      padding-bottom: 24px;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin: 0px -15px; }
      .brand-list-container .brand-list-box ul li {
        max-width: 25%;
        flex: 25%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 24px; }
        @media (max-width: 767px) {
          .brand-list-container .brand-list-box ul li {
            max-width: 50%;
            flex: 50%; } }
        @media (max-width: 360px) {
          .brand-list-container .brand-list-box ul li {
            max-width: 100%;
            flex: 100%; } }
        .brand-list-container .brand-list-box ul li a {
          font-size: 18px;
          color: #666; }
          @media (max-width: 767px) {
            .brand-list-container .brand-list-box ul li a {
              font-size: 16px; } }
          .brand-list-container .brand-list-box ul li a:focus {
            outline: 0px !important; }
          .brand-list-container .brand-list-box ul li a:hover {
            color: #28747a; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin: 0px -10px !important;
  margin-bottom: 1.5rem;
  flex: 1; }
  .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;
    padding: 0px 10px; }
    @media (min-width: 720px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 960px) {
      .productGrid .product {
        width: 25%; } }
    @media (max-width: 767px) {
      .productGrid .product {
        max-width: 50% !important;
        flex: 50% !important; } }
    @media (max-width: 767px) {
      .productGrid .product .card-body {
        text-align: left; } }
    @media (max-width: 767px) {
      .productGrid .product .card-title a {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .productGrid .product .card-text.price-container {
        column-gap: 15px; } }
    @media (max-width: 767px) {
      .productGrid .product .price-section .price--non-sale {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .productGrid .product .price-section .price--withTax {
        font-size: 14px; } }

@media (max-width: 767px) {
  .productCarousel-slide .card .card-body {
    text-align: left; } }

@media (max-width: 767px) {
  .productCarousel-slide .card .card-title a {
    font-size: 14px; } }

@media (max-width: 767px) {
  .productCarousel-slide .card .card-text.price-container {
    column-gap: 15px; } }

@media (max-width: 767px) {
  .productCarousel-slide .card .price-section .price--non-sale {
    font-size: 14px; } }

@media (max-width: 767px) {
  .productCarousel-slide .card .price-section .price--withTax {
    font-size: 14px; } }

@media (min-width: 720px) {
  .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: 720px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 960px) {
    .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: 960px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

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

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

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

.card {
  justify-content: space-between; }

.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;
    margin-bottom: 40px; }

@media (min-width: 720px) {
  .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: 1800px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

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

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

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

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

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 720px) {
    .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: 1800px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1800px) {
    .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: 720px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

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

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

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

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

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

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

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

@media (min-width: 1800px) {
  .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: 1800px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

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

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

.buy-online-block {
  padding: 5px 10px; }
  .buy-online-block .buy-online-btn {
    display: block;
    width: 100%;
    text-decoration: none;
    background-color: #fc562a;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-family: "Montserrat-Bold";
    font-weight: bold; }
  .buy-online-block .icon-truck {
    margin-right: 3px; }

.card-promotionText {
  position: absolute;
  top: 0px;
  padding: 0.5em;
  background-color: #28747a;
  left: 0;
  max-width: 87%;
  line-height: 1.4em;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px; }
  @media (max-width: 1600px) {
    .card-promotionText {
      max-width: 80%; } }
  .card-promotionText::after {
    right: -1.4rem;
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    border-right-color: transparent !important;
    height: 100%;
    box-sizing: border-box;
    border: 0.75rem solid #28747a; }

.card {
  display: flex;
  flex-direction: column;
  border: 1px solid #28747a;
  height: 100%;
  margin-bottom: 0px !important;
  position: relative; }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }

.wishlist-icon {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 24px; }
  .wishlist-icon i {
    color: #bdc3c7;
    cursor: pointer; }

.card-title a {
  font-size: 18px;
  font-weight: 400;
  color: #000; }

.brand-name {
  color: #000 !important;
  font-weight: 600;
  font-size: 18px; }

.card-body {
  text-align: left;
  padding: 5px 10px; }
  @media (min-width: 720px) {
    .card-body {
      text-align: left; } }

.card-text.price-container {
  display: flex;
  column-gap: 30px;
  flex-direction: row-reverse;
  justify-content: flex-end; }

span.price.price--withTax {
  color: #CF0A2C;
  font-weight: 600;
  font-size: 18px;
  font-family: "montserrat-bold" !important; }

a.card-figure__link:focus {
  outline: 0px !important; }

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

.price--non-sale {
  font-size: 18px; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  display: flex;
  flex-wrap: wrap; }
  .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;
    max-width: 50%;
    padding: 0px 10px;
    margin-bottom: 20px; }
    @media (min-width: 720px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 960px) {
      .productGrid .product {
        width: 25%; } }

.card-img-container {
  margin-top: 15px; }

.wishlist-icon.product-card-wishlist.is-in-wishlist i {
  color: #BD3968; }

.productView {
  max-width: 100% !important; }

.hero-searchspring {
  margin-top: 0px; }

.hero-searchspring .ss__recommendation--cross-sell {
  max-width: 100%; }

#product-listing-container .ss__layout__sidebar {
  margin-left: 0px;
  width: auto;
  margin: 0px; }
  #product-listing-container .ss__layout__sidebar.ss__layout__sidebar-category {
    width: 280px;
    margin: 20px; }

#product-listing-container #searchspring-sidebar .ss__sidebar {
  border: 1px solid #d8d8d8;
  margin-top: 80px; }

#product-listing-container #searchspring-sidebar .ss__filter-summary {
  padding: 0px 16px;
  margin-bottom: 10px; }
  #product-listing-container #searchspring-sidebar .ss__filter-summary .ss__list__link {
    padding-left: 0px; }
  #product-listing-container #searchspring-sidebar .ss__filter-summary .ss__title {
    margin-top: 17px; }

@media (max-width: 1500px) {
  #product-listing-container .ss__flex--nowrap .ss__layout__content .product {
    width: 33.33%; } }

@media (max-width: 1100px) {
  #product-listing-container .ss__flex--nowrap .ss__layout__content .product {
    width: 50%; } }

#product-listing-container .ss__filter-summary .ss__list__option .ss__list__link {
  padding-left: 0px;
  padding-right: 16px; }

#product-listing-container .ss__filter-summary .ss__list__option:first-child .ss__list__link {
  padding-left: 0px; }

#product-listing-container .actionBar .ss__dropdown .ss__dropdown__button,
#product-listing-container .action-bar .ss__dropdown .ss__dropdown__button {
  padding-right: 10px; }

#product-listing-container .actionBar:first-child .ss__dropdown .ss__dropdown__button,
#product-listing-container .action-bar:first-child .ss__dropdown .ss__dropdown__button {
  padding-left: 0px; }

@media (max-width: 767px) {
  #product-listing-container .actionBar .ss__dropdown__content,
  #product-listing-container .action-bar .ss__dropdown__content {
    left: 20px; } }

/** seacrh **/
.ss__autocomplete--active {
  position: relative; }
  .ss__autocomplete--active::before {
    content: '';
    position: fixed;
    background-color: #000;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0.8; }

@media (max-width: 767px) {
  .hero::before {
    transform: translateY(-1000px);
    transition: .6s; } }

@media (max-width: 767px) {
  .ss__autocomplete--active::before {
    opacity: 1; } }

.card {
  justify-content: space-between; }
  .card .card-flex-container {
    flex-grow: 3; }
    .card .card-flex-container .card-body {
      flex-grow: 5;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      position: relative;
      margin-bottom: 27px; }
      .card .card-flex-container .card-body .card-text.price-container {
        align-self: stretch;
        position: absolute;
        bottom: 0; }

/* ABOUT US VIDEO */
.why-shop-medcart-product .lite-youtube {
  width: 100%;
  max-width: 1050px;
  height: 560px;
  margin: 40px auto;
  position: relative;
  background-color: #000;
  cursor: pointer; }

.lite-youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0; }

.lite-youtube::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("https://img.youtube.com/vi/mcyKUHpY35Y/hqdefault.jpg"); }

.lite-youtube .play-button {
  width: 70px;
  height: 46px;
  background-color: #212121;
  z-index: 1;
  opacity: 0.8;
  border-radius: 14%;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.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: 960px) {
    .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: 960px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  .productView--quickView .productView-details {
    position: relative; }

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

.splide__container {
  box-sizing: border-box;
  position: relative; }

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important; }

.splide.is-initialized:not(.is-active) .splide__list {
  display: block; }

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none; }

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto; }

.splide:not(.is-overflow) .splide__pagination {
  display: none; }

.splide__progress__bar {
  width: 0; }

.splide {
  position: relative;
  visibility: hidden; }

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
  overflow: hidden; }

.splide__slide {
  text-align: center;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.splide__slide img {
  vertical-align: bottom; }

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

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

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none; }

.splide__toggle.is-active .splide__toggle__pause {
  display: inline; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border: 1px solid #f0f0f0; }

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0; }

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1; }

.splide--rtl {
  direction: rtl; }

.splide__track--ttb > .splide__list {
  display: block; }

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  z-index: 1; }
  .splide__arrow:focus {
    outline: none !important; }

.splide__arrow svg path {
  display: none; }

.splide__arrow svg {
  width: 22px;
  height: 31px;
  background: url("../icons/right-chevron.svg") no-repeat center/19px; }

.splide__arrow:hover {
  cursor: pointer;
  background-color: transparent; }
  @media (min-width: 720px) {
    .splide__arrow:hover {
      background-color: rgba(0, 0, 0, 0.65); } }

.splide__arrow:hover:not(:disabled) {
  opacity: 1; }

.splide__arrow:disabled {
  opacity: 0;
  cursor: auto; }

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__arrow--prev {
  left: -10px;
  border-radius: 0 3px 3px 0; }
  @media (min-width: 960px) {
    .splide__arrow--prev {
      left: 0; } }

.splide__arrow--prev svg {
  transform: scaleX(-1); }

.splide__arrow--next {
  right: -10px;
  border-radius: 3px 0 0 3px; }
  @media (min-width: 960px) {
    .splide__arrow--next {
      right: 0; } }

.splide__pagination {
  display: none;
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1; }

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px; }

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1; }

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9; }

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__progress__bar {
  background: #ccc;
  height: 3px; }

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.splide--slide .hover-hitbox {
  display: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  z-index: 1;
  pointer-events: none; }
  .splide--slide .hover-hitbox:hover .expand-image-wrapper {
    display: block;
    pointer-events: none; }
    .splide--slide .hover-hitbox:hover .expand-image-wrapper .expand {
      pointer-events: none; }

.splide__slide:focus,
.splide__slide a:focus {
  outline: 0 !important; }

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px; } }

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf; } }

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px; } }

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf; }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf; } }

.splide__toggle {
  cursor: pointer; }

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px; }

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer; }

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000; }

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em; }

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1); }

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto; }

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1); }

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em; }

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg); }

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto; }

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg); }

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0; }

/***Product View
*****************************/
.product-breadcrumbs {
  max-width: 1280px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .product-breadcrumbs {
      display: none; } }
  .product-breadcrumbs .breadcrumbs {
    text-align: left; }
    .product-breadcrumbs .breadcrumbs .breadcrumb {
      font-size: 14px; }
      .product-breadcrumbs .breadcrumbs .breadcrumb a {
        color: #757373;
        font-weight: 400;
        text-decoration: none; }

.productView {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px; }

.productView-top {
  display: flex;
  flex-wrap: wrap;
  margin: 16px -15px 20px; }
  @media (max-width: 768px) {
    .productView-top {
      margin: 16px -15px 40px; } }
  .productView-top .productView-images {
    float: none;
    max-width: calc(100% - 420px);
    flex: calc(100% - 420px);
    padding: 0px 15px; }
    @media (max-width: 767px) {
      .productView-top .productView-images {
        max-width: 100%;
        flex: 100%; } }
  .productView-top .productView-details-wrapper {
    max-width: 420px;
    flex: 420px;
    float: none;
    padding: 0px 15px; }
    @media (max-width: 767px) {
      .productView-top .productView-details-wrapper {
        max-width: 100%;
        flex: 100%;
        margin-top: 30px; } }

.productView-images {
  margin-bottom: 0px; }
  .productView-images .productImage-wrapper {
    display: flex;
    justify-content: flex-start; }
    .productView-images .productImage-wrapper .productHero {
      max-width: 76%;
      flex: 76%;
      position: relative; }
      @media (max-width: 959px) {
        .productView-images .productImage-wrapper .productHero {
          max-width: 100%;
          flex: 100%; } }
      .productView-images .productImage-wrapper .productHero .productThumbVisible {
        height: 100%; }
        .productView-images .productImage-wrapper .productHero .productThumbVisible img {
          padding: 35px 0px;
          height: 100%;
          object-fit: contain; }
          @media (max-width: 767px) {
            .productView-images .productImage-wrapper .productHero .productThumbVisible img {
              padding: 35px 25px; } }
    .productView-images .productImage-wrapper .lightboxScroller {
      max-width: 24%;
      flex: 24%;
      padding-right: 10px;
      display: flex;
      flex-direction: column;
      height: 610px; }
      @media (max-width: 959px) {
        .productView-images .productImage-wrapper .lightboxScroller {
          display: none; } }
      .productView-images .productImage-wrapper .lightboxScroller .productThumbVisible {
        margin-bottom: 10px;
        width: auto;
        height: calc(33.33% - 6px);
        border: 1px solid #f1f1f1;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .productView-images .productImage-wrapper .lightboxScroller .productThumbVisible img {
          object-fit: contain;
          height: 100%; }
        .productView-images .productImage-wrapper .lightboxScroller .productThumbVisible.productThumbLast {
          position: relative;
          margin-bottom: 0px;
          width: 100%; }
          .productView-images .productImage-wrapper .lightboxScroller .productThumbVisible.productThumbLast .thumbnailOverlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: -ms-flexbox;
            display: flex; }
            .productView-images .productImage-wrapper .lightboxScroller .productThumbVisible.productThumbLast .thumbnailOverlay .thumbnailOverlayText {
              color: #fff;
              font-size: 16px;
              font-weight: 100;
              margin: auto; }

.product-data {
  padding: 0px; }
  .product-data .product-title-main {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    position: relative; }
    .product-data .product-title-main .product-card-wishlist-heart {
      transform: scale(2);
      stroke-width: 1px;
      stroke: #bdc3c7;
      fill: #bdc3c7;
      margin-top: 2px; }
  .product-data .productView-brand {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .product-data .productView-brand {
        font-size: 18px;
        margin-bottom: 10px; } }
    .product-data .productView-brand a {
      color: #28747A;
      text-decoration: none; }
  .product-data .productView-title {
    margin-bottom: 16px;
    margin-top: 0px;
    font-size: 20px;
    font-weight: 500;
    font-family: "inter-medium"; }
    @media (max-width: 767px) {
      .product-data .productView-title {
        font-size: 18px; } }

.productView-product {
  border-bottom: 0px;
  padding-bottom: 0px; }
  .productView-product .productView-price {
    margin-bottom: 0px; }
    .productView-product .productView-price .prices-group {
      flex-basis: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 24px;
      line-height: 36px;
      max-width: 300px; }
      @media (min-width: 768px) {
        .productView-product .productView-price .prices-group {
          max-width: none; } }
      .productView-product .productView-price .prices-group .price-section .price {
        color: #BD3968;
        font-size: 24px;
        line-height: 36px; }
        @media (max-width: 767px) {
          .productView-product .productView-price .prices-group .price-section .price {
            font-size: 18px; } }
        .productView-product .productView-price .prices-group .price-section .price.price--non-sale {
          text-decoration: line-through;
          color: #c9c9c9;
          font-weight: 400; }
      .productView-product .productView-price .prices-group .atc-percentage-off {
        background: #28747A;
        color: #fff;
        padding: 4px 16px;
        line-height: 19px;
        margin-left: 10px;
        font-size: 24px;
        display: none; }
        @media (max-width: 767px) {
          .productView-product .productView-price .prices-group .atc-percentage-off {
            font-size: 18px; } }
  .productView-product .free-shipping,
  .productView-product .product-unavailable {
    margin-top: 24px;
    margin-bottom: 40px; }
    .productView-product .free-shipping p,
    .productView-product .product-unavailable p {
      font-size: 16px;
      line-height: 18px; }

.product-options {
  padding: 0px; }
  .product-options .productView-options {
    border: 3px solid #ebebeb;
    padding: 20px 20px;
    margin-bottom: 0px;
    text-align: left; }
  .product-options .form-label {
    font-size: 16px;
    line-height: 18px;
    color: #2e2d2d;
    margin-bottom: 8px;
    font-weight: 400; }
    .product-options .form-label small {
      font-size: 15px;
      line-height: 18px;
      color: #2e2d2d; }
  .product-options .form-field {
    margin-bottom: 0px; }
  .product-options .form-increment {
    border: 1px solid #d8d8d8;
    display: inline-flex;
    height: 42px; }
    .product-options .form-increment .button {
      padding: 6px 8px;
      border-radius: 0;
      border: 0;
      height: 42px;
      outline: 0 !important; }
      .product-options .form-increment .button:hover {
        background-color: #28747A; }
        .product-options .form-increment .button:hover .icon svg {
          fill: #fff; }
      .product-options .form-increment .button .icon {
        width: 20px;
        height: 20px; }
        .product-options .form-increment .button .icon svg {
          fill: #2e2d2d; }
    .product-options .form-increment input {
      font-size: 14px;
      font-weight: 400;
      color: #2e2d2d;
      border: 1px solid #d8d8d8;
      border-top: 0;
      border-bottom: 0;
      border-radius: 0;
      background: 0 0;
      height: 42px;
      width: 50px;
      outline: 0 !important; }
  .product-options .add-to-cart-buttons {
    padding: 0px;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 0px; }
    .product-options .add-to-cart-buttons .button {
      border-radius: 2px;
      text-transform: uppercase;
      height: 40px;
      font-weight: 400;
      font-size: 22px;
      background-color: #fc562a;
      border-color: #fc562a;
      font-family: "montserrat-regular"; }
      @media (max-width: 767px) {
        .product-options .add-to-cart-buttons .button {
          font-size: 16px; } }
    .product-options .add-to-cart-buttons .add-to-cart-wallet-buttons {
      margin: 0px; }
  .product-options select {
    height: 42px;
    padding: 10px;
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 0;
    font-size: 16px;
    color: #2e2d2d;
    background-image: url(../icons/caret-down.svg);
    background-size: auto 32px;
    background-position: right 0 top 4px;
    max-width: 100%; }
  .product-options .data_product_options .form-field {
    margin-bottom: 18px; }

.productView-bottom {
  width: calc(100% - 420px); }
  @media (max-width: 959px) {
    .productView-bottom {
      width: 100%; } }

.productView-description {
  padding: 0px;
  margin-bottom: 25px; }
  .productView-description:last-child {
    margin-bottom: 0px; }
  .productView-description h2 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 26px;
    margin: 0 0 20px;
    color: #2e2d2d;
    font-weight: bold; }
  .productView-description .category-collapse-content {
    overflow-y: hidden;
    position: relative;
    will-change: max-height;
    transition: max-height .4s ease; }
    .productView-description .category-collapse-content.collapse:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 26px;
      background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0)) !important;
      inset: auto 0 0 0; }
    .productView-description .category-collapse-content.collapse.show-collapse:before {
      background-image: none !important;
      z-index: -1; }
    .productView-description .category-collapse-content * {
      font-size: 16px; }
    .productView-description .category-collapse-content h2, .productView-description .category-collapse-content h1, .productView-description .category-collapse-content h3, .productView-description .category-collapse-content h4, .productView-description .category-collapse-content h5, .productView-description .category-collapse-content h6, .productView-description .category-collapse-content p, .productView-description .category-collapse-content ul {
      margin-bottom: 10px;
      margin-top: 0px; }
    .productView-description .category-collapse-content p {
      color: #2e2d2d;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 24px; }
    .productView-description .category-collapse-content .productView-info {
      margin-bottom: 0px; }
      .productView-description .category-collapse-content .productView-info .productView-info-name {
        font-size: 16px;
        color: #2e2d2d;
        float: left;
        font-family: inherit;
        margin-bottom: 10px; }
      .productView-description .category-collapse-content .productView-info .productView-info-value {
        font-size: 16px;
        color: #2e2d2d;
        float: left;
        margin-bottom: 10px; }
      .productView-description .category-collapse-content .productView-info a {
        text-decoration: none;
        color: #28747A; }
        .productView-description .category-collapse-content .productView-info a:hover {
          color: #28747A; }
        .productView-description .category-collapse-content .productView-info a:focus {
          outline: 0px !important;
          outline-offset: 0px !important; }
  .productView-description .more-less-text {
    color: #28747A !important;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    outline: 0 !important; }

.no-outline-focus:focus {
  outline: 0px !important;
  outline-offset: 0px !important; }

.productViewSlider {
  max-width: 1280px;
  margin: 0 auto; }
  .productViewSlider h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .productViewSlider h2 {
        text-align: left; } }
  .productViewSlider .slick-dots {
    display: none !important; }
  @media (max-width: 767px) {
    .productViewSlider .slick-track {
      margin: 0px -5px; }
      .productViewSlider .slick-track .slick-slide {
        padding: 0px 5px !important; } }
  .productViewSlider .slick-slider {
    margin: 0px !important; }
    .productViewSlider .slick-slider .slick-arrow {
      background-color: transparent;
      opacity: 1 !important;
      padding: 0px; }
      @media (max-width: 767px) {
        .productViewSlider .slick-slider .slick-arrow {
          top: -24px;
          left: inherit;
          right: 0; } }
      .productViewSlider .slick-slider .slick-arrow:focus {
        outline: 0px !important;
        outline-offset: 0px !important; }
      .productViewSlider .slick-slider .slick-arrow:before {
        background-size: 12px 18px; }
      @media (max-width: 767px) {
        .productViewSlider .slick-slider .slick-arrow.slick-prev {
          right: 10px; } }
      @media (max-width: 767px) {
        .productViewSlider .slick-slider .slick-arrow.slick-next {
          right: -15px; } }
  .productViewSlider .similar_views {
    padding-top: 50px; }
  .productViewSlider .recently_viewed {
    padding-top: 50px; }

.signIn-modal-backdrop {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 201;
  display: none;
  cursor: pointer; }

#brandPolicyModal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 202;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 80%;
  background-color: #fff; }
  #brandPolicyModal h4 {
    margin-top: 0px;
    font-size: 24px !important; }
  #brandPolicyModal p {
    font-size: 16px; }
  #brandPolicyModal .modal-header {
    width: 100%;
    text-align: right;
    height: 20px;
    border: none;
    padding: 0;
    line-height: 19px;
    color: #fff;
    background: 0, 0 !important;
    border-bottom: unset !important; }
  #brandPolicyModal .modal-close {
    font-size: 16px;
    top: -30px;
    color: #fff;
    right: 12px;
    width: auto;
    height: -moz-fit-content;
    height: fit-content; }
  #brandPolicyModal .modal-inner {
    width: 100%;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    background-color: #fff;
    z-index: 9999; }
  #brandPolicyModal .modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 30px !important; }

.view-policies {
  color: #28747a;
  font-size: 16px;
  padding: 0px; }
  .view-policies:hover {
    text-decoration: underline; }
  .view-policies:focus {
    outline: none !important; }
  .view-policies:before {
    font-family: "Font Awesome 5 Free";
    content: "\f129";
    display: inline-block;
    padding-right: 11px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    top: -1px; }

.policies-info {
  color: #61ada0; }

.prevent-scroll {
  overflow: hidden; }

.documents-container, .policies-container {
  margin: 1.5rem 0; }
  .documents-container h2, .policies-container h2 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 26px;
    margin: 0 0 20px;
    color: #2e2d2d;
    font-weight: bold; }
  .documents-container ul li, .policies-container ul li {
    line-height: 32px; }
    .documents-container ul li a, .policies-container ul li a {
      text-decoration: none;
      color: #28747a;
      font-size: 16px; }

.documents-container {
  display: none; }
  .documents-container .document-lists {
    margin-left: unset;
    list-style-type: none; }
    .documents-container .document-lists li {
      padding-bottom: 5px; }
      .documents-container .document-lists li:hover {
        text-decoration: underline; }
      .documents-container .document-lists li:before {
        font-family: "Font Awesome 5 Free";
        content: "\f15b";
        color: #28747a;
        margin-right: 10px; }

.yotpo.bottomLine {
  margin-bottom: 16px; }

.promoted-products-box {
  display: none !important; }

.main-widget .bottom-line-items, .yotpo .yotpo-first-review .yotpo-first-review-stars, .yotpo .yotpo-first-review .yotpo-first-review-content {
  text-align: left !important; }

.yotpo .yotpo-regular-box {
  margin-left: 0 !important; }

.yotpo .yotpo-label-container {
  border-top: none !important; }

.yotpo .new-yotpo-small-box {
  margin: 35px 0px 0 0px !important; }

.main-widget .write-question-review-buttons-container {
  float: none !important; }

.productView .product-review {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 10px;
  color: #000; }

.yotpo .yotpo-regular-box {
  padding: 10px 0 0 !important; }

.main-widget .bottom-line-items {
  margin-bottom: 20px !important; }

.yotpo-first-review-content button {
  background: #28747a !important; }

.yotpo .text-m {
  margin-left: 1.5rem; }

.ss__title.ss__title--recommendation, .yotpo .yotpo-nav ul .yotpo-nav-tab span, .yotpo .y-label, .yotpo span.y-label, .yotpo div, .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
  color: #000 !important; }

.yotpo .write-question-button {
  margin-left: 0 !important; }

@media screen and (max-width: 768px) {
  .main-widget .write-question-review-buttons-container {
    text-align: left !important; } }

@media screen and (max-width: 981px) {
  .write-question-review-buttons-container {
    margin-top: 3rem !important; } }

.shob_by_seller {
  font-family: "inter-bold";
  padding-top: 30px;
  display: block;
  clear: both; }
  .shob_by_seller p {
    margin-bottom: 0px; }
  .shob_by_seller #shop_by_seller {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #28747A; }
    .shob_by_seller #shop_by_seller:hover {
      color: #28747A; }

/**Hide gpay button from PDP **/
#bc-smart-payment-buttons {
  display: none; }

/** after pay **/
.afterpay-logo.black-on-mint .afterpay-logo-badge-background {
  fill: #28747A !important; }

.afterpay-logo-badge-lockup {
  fill: #fff !important; }

.afterpay-modal-wrapper {
  background: #28747A !important; }

.afterpay-modal-wrapper * {
  color: #fff !important; }

.afterpay-modal-logo svg,
.process-icon-container svg {
  fill: #fff !important; }

.process-icon-container svg .c1 {
  stroke: #fff !important; }

.disclaimer-link {
  color: #fff !important; }

.productView-features {
  display: none;
  margin-bottom: 32px; }
  @media (min-width: 960px) {
    .productView-features {
      width: 420px;
      order: 3;
      margin-bottom: 80px; } }
  .productView-features .mTabs-list {
    position: relative;
    overflow: visible;
    width: 100%;
    text-align: left; }
    .productView-features .mTabs-list .mTab {
      margin: 0;
      border: 0;
      padding: 13px 20px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
      cursor: pointer;
      border: 3px solid transparent;
      border-bottom: 0;
      background-color: #f5f6f6;
      font-family: "inter-bold"; }
      @media (min-width: 720px) {
        .productView-features .mTabs-list .mTab {
          font-size: 16px; } }
    .productView-features .mTabs-list:after {
      position: absolute;
      display: block;
      content: '';
      width: 100%;
      height: 3px;
      bottom: 0;
      left: 0;
      background-color: #ebebeb; }
    .productView-features .mTabs-list button.mTab.is-active {
      position: relative;
      z-index: 1;
      color: black;
      background-color: white;
      cursor: default;
      padding: 13px 20px;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
      border: 3px solid #ebebeb;
      border-bottom: 0;
      outline: none !important; }
  .productView-features .mTabs-content {
    border: 3px solid #ebebeb;
    border-top: 0;
    padding-bottom: 10px; }
    .productView-features .mTabs-content .table {
      margin: 0;
      width: 100%;
      border: 0;
      padding: 20px 20px 0 20px; }
      .productView-features .mTabs-content .table ul {
        margin-bottom: 0; }
        .productView-features .mTabs-content .table ul li {
          padding-bottom: 10px;
          font-size: 14px; }
          @media (min-width: 720px) {
            .productView-features .mTabs-content .table ul li {
              font-size: 16px; } }

#add-to-cart-wrapper .add-to-cart-wallet-buttons #paypalcommerce-container3,
#add-to-cart-wrapper .add-to-cart-wallet-buttons #paypalcommerce-container4,
#add-to-cart-wrapper .add-to-cart-wallet-buttons #paypalcommercecredit-container4 {
  display: none !important; }

.add-to-cart-wallet-buttons .show-more-button {
  display: none !important; }

.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: 720px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1800px) {
    .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: 720px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1800px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

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

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

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 960px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

@media (min-width: 960px) {
  .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-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 960px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

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

/*** My Account Page ***/
.my-account .page-heading {
  text-align: left; }

.my-account .account-content {
  float: none;
  padding: 0px; }

.my-account .addressList {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px; }
  .my-account .addressList > .address {
    max-width: 33.33%;
    flex: 33.33%;
    padding: 0px 15px;
    width: 100%;
    margin-bottom: 20px; }
    @media (max-width: 959px) {
      .my-account .addressList > .address {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .my-account .addressList > .address {
        max-width: 100%;
        flex: 100%; } }
    .my-account .addressList > .address .panel--address {
      height: 100%; }
    .my-account .addressList > .address .panel--newAddress:focus {
      outline: 0px !important;
      outline-offset: 0px !important; }
    .my-account .addressList > .address .panel--newAddress .panel-body {
      border: 1px solid #333; }
    .my-account .addressList > .address .panel-body {
      background-color: #f1f1f1;
      margin-bottom: 0px;
      padding: 20px;
      height: 100%;
      display: flex;
      flex-direction: column; }
      .my-account .addressList > .address .panel-body .address-title {
        color: #000;
        font-weight: 600; }
      .my-account .addressList > .address .panel-body .address-details {
        margin-bottom: 0px;
        color: #333; }
        .my-account .addressList > .address .panel-body .address-details .address-label {
          color: #333; }
      .my-account .addressList > .address .panel-body .form-actions {
        position: relative;
        bottom: 0px;
        margin-bottom: 0px; }
        .my-account .addressList > .address .panel-body .form-actions .button {
          font-size: 14px;
          padding: 12px 22px; }

.my-account .account-orders-list {
  margin-bottom: 0px; }
  .my-account .account-orders-list .account-listItem {
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 10px; }
    @media (min-width: 720px) {
      .my-account .account-orders-list .account-listItem {
        margin-bottom: 20px; } }
    .my-account .account-orders-list .account-listItem:last-child {
      margin-bottom: 0px; }
    .my-account .account-orders-list .account-listItem .account-product {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start; }
      @media (min-width: 720px) {
        .my-account .account-orders-list .account-listItem .account-product {
          flex-direction: row; } }
      .my-account .account-orders-list .account-listItem .account-product .account-product-figure {
        max-width: 100%;
        flex: 100%;
        width: 100%;
        margin-right: 0px; }
        @media (min-width: 720px) {
          .my-account .account-orders-list .account-listItem .account-product .account-product-figure {
            max-width: 50%;
            flex: 50%;
            margin-right: 20px; } }
        @media (min-width: 960px) {
          .my-account .account-orders-list .account-listItem .account-product .account-product-figure {
            max-width: 15%;
            flex: 15%; } }
        @media (min-width: 1200px) {
          .my-account .account-orders-list .account-listItem .account-product .account-product-figure {
            max-width: 20%;
            flex: 20%; } }
        .my-account .account-orders-list .account-listItem .account-product .account-product-figure:after {
          display: none; }
        .my-account .account-orders-list .account-listItem .account-product .account-product-figure img {
          width: 130px;
          height: 130px;
          object-fit: contain; }
      .my-account .account-orders-list .account-listItem .account-product .account-product-body {
        max-width: 100%;
        flex: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        text-align: center;
        margin-top: 12px;
        padding: 0px; }
        @media (min-width: 720px) {
          .my-account .account-orders-list .account-listItem .account-product .account-product-body {
            max-width: 50%;
            flex: 50%;
            text-align: left;
            margin-top: 0px; } }
        @media (min-width: 960px) {
          .my-account .account-orders-list .account-listItem .account-product .account-product-body {
            max-width: 85%;
            flex: 85%;
            flex-direction: row; } }
        @media (min-width: 1200px) {
          .my-account .account-orders-list .account-listItem .account-product .account-product-body {
            max-width: 80%;
            flex: 80%; } }
        .my-account .account-orders-list .account-listItem .account-product .account-product-body .account-product-title-desc {
          width: 100%; }
          @media (min-width: 960px) {
            .my-account .account-orders-list .account-listItem .account-product .account-product-body .account-product-title-desc {
              width: 38%;
              margin-right: 10px; } }
          @media (min-width: 1200px) {
            .my-account .account-orders-list .account-listItem .account-product .account-product-body .account-product-title-desc {
              width: 40%; } }
          .my-account .account-orders-list .account-listItem .account-product .account-product-body .account-product-title-desc .account-product-title {
            font-size: 16px;
            font-weight: 600; }
            .my-account .account-orders-list .account-listItem .account-product .account-product-body .account-product-title-desc .account-product-title a:focus {
              outline: 0px !important;
              outline-offset: 0px !important; }
            .my-account .account-orders-list .account-listItem .account-product .account-product-body .account-product-title-desc .account-product-title a:hover {
              color: #28747A; }
          .my-account .account-orders-list .account-listItem .account-product .account-product-body .account-product-title-desc .account-product-description {
            margin: 0px; }
        .my-account .account-orders-list .account-listItem .account-product .account-product-body .account-product-detail {
          width: 100%;
          padding: 0px;
          margin: 15px 0px; }
          @media (min-width: 960px) {
            .my-account .account-orders-list .account-listItem .account-product .account-product-body .account-product-detail {
              width: 22%;
              margin: 0px 10px 0px 0px; } }
          @media (min-width: 1200px) {
            .my-account .account-orders-list .account-listItem .account-product .account-product-body .account-product-detail {
              width: 20%; } }
          .my-account .account-orders-list .account-listItem .account-product .account-product-body .account-product-detail .account-product-detail-heading {
            color: #333333; }
        .my-account .account-orders-list .account-listItem .account-product .account-product-body .account-orderStatus {
          width: 100%;
          float: none;
          text-align: center;
          position: relative; }
          @media (min-width: 720px) {
            .my-account .account-orders-list .account-listItem .account-product .account-product-body .account-orderStatus {
              text-align: left; } }
          @media (min-width: 960px) {
            .my-account .account-orders-list .account-listItem .account-product .account-product-body .account-orderStatus {
              width: 40%;
              text-align: right; } }
          .my-account .account-orders-list .account-listItem .account-product .account-product-body .account-orderStatus .account-orderStatus-label {
            background-color: #000;
            margin-bottom: 0px;
            font-size: 11px; }

.my-account .order-contents {
  border: 1px solid #e5e5e5;
  padding: 20px 20px 14px; }
  .my-account .order-contents .account-heading {
    border: none;
    text-align: center;
    padding-bottom: 10px; }
    @media (min-width: 720px) {
      .my-account .order-contents .account-heading {
        text-align: left; } }
  .my-account .order-contents .account-list {
    margin-bottom: 10px; }
    .my-account .order-contents .account-list .account-listItem {
      border: none;
      padding: 20px 0;
      border-bottom: 1px solid #e5e5e5; }
      .my-account .order-contents .account-list .account-listItem .account-product {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; }
        .my-account .order-contents .account-list .account-listItem .account-product .form-checkbox {
          position: relative; }
        .my-account .order-contents .account-list .account-listItem .account-product .form-checkbox + .form-label::before {
          position: relative; }
        .my-account .order-contents .account-list .account-listItem .account-product .form-checkbox + .form-label:last-child {
          margin-bottom: 6px; }
        @media (min-width: 720px) {
          .my-account .order-contents .account-list .account-listItem .account-product {
            flex-direction: row; }
            .my-account .order-contents .account-list .account-listItem .account-product .form-checkbox {
              position: absolute; }
            .my-account .order-contents .account-list .account-listItem .account-product .form-checkbox + .form-label::before {
              position: absolute; }
            .my-account .order-contents .account-list .account-listItem .account-product .form-checkbox + .form-label:last-child {
              margin-bottom: -0.28571rem; } }
        .my-account .order-contents .account-list .account-listItem .account-product .account-product-figure {
          width: 100%;
          margin: 0px; }
          .my-account .order-contents .account-list .account-listItem .account-product .account-product-figure::after {
            display: none; }
          @media (min-width: 720px) {
            .my-account .order-contents .account-list .account-listItem .account-product .account-product-figure {
              width: 20%;
              margin: 0 20px 0 0; } }
          @media (min-width: 960px) {
            .my-account .order-contents .account-list .account-listItem .account-product .account-product-figure {
              width: 15%; } }
          @media (min-width: 1200px) {
            .my-account .order-contents .account-list .account-listItem .account-product .account-product-figure {
              width: 20%; } }
          .my-account .order-contents .account-list .account-listItem .account-product .account-product-figure img {
            width: 130px;
            height: 130px;
            object-fit: contain; }
        .my-account .order-contents .account-list .account-listItem .account-product .account-product-body {
          display: flex;
          padding: 0;
          width: 100%;
          flex-direction: column;
          margin: 12px 0 0;
          text-align: center; }
          @media (min-width: 720px) {
            .my-account .order-contents .account-list .account-listItem .account-product .account-product-body {
              width: 80%;
              margin: 0;
              text-align: left; } }
          @media (min-width: 960px) {
            .my-account .order-contents .account-list .account-listItem .account-product .account-product-body {
              width: 85%; } }
          @media (min-width: 1200px) {
            .my-account .order-contents .account-list .account-listItem .account-product .account-product-body {
              width: 80%; } }
          .my-account .order-contents .account-list .account-listItem .account-product .account-product-body .account-product-price {
            float: none;
            order: 3;
            font-weight: 600; }
          .my-account .order-contents .account-list .account-listItem .account-product .account-product-body .account-product-title {
            margin: 0;
            order: 1;
            font-weight: 600; }
          .my-account .order-contents .account-list .account-listItem .account-product .account-product-body .definitionList {
            margin: 6px 0;
            order: 2;
            text-align: center;
            display: flex;
            justify-content: space-between; }
            @media (min-width: 720px) {
              .my-account .order-contents .account-list .account-listItem .account-product .account-product-body .definitionList {
                text-align: left;
                justify-content: flex-start; } }
            .my-account .order-contents .account-list .account-listItem .account-product .account-product-body .definitionList .option-container {
              display: flex; }
              @media (min-width: 720px) {
                .my-account .order-contents .account-list .account-listItem .account-product .account-product-body .definitionList .option-container {
                  margin-right: 20px; } }
              .my-account .order-contents .account-list .account-listItem .account-product .account-product-body .definitionList .option-container .definitionList-key {
                width: auto;
                margin: 0;
                padding-right: 5px; }
                @media (min-width: 720px) {
                  .my-account .order-contents .account-list .account-listItem .account-product .account-product-body .definitionList .option-container .definitionList-key {
                    margin: 0 5px 0 0;
                    text-align: left; } }
              .my-account .order-contents .account-list .account-listItem .account-product .account-product-body .definitionList .option-container .definitionList-value {
                margin-bottom: 4px; }
                @media (min-width: 720px) {
                  .my-account .order-contents .account-list .account-listItem .account-product .account-product-body .definitionList .option-container .definitionList-value {
                    width: auto;
                    float: none; } }
  .my-account .order-contents .account-orderTotal {
    float: none;
    width: 100%;
    margin: 0px;
    font-size: 16px; }
    .my-account .order-contents .account-orderTotal .account-orderTotal-key {
      padding: 5px 0px;
      color: #000; }
    .my-account .order-contents .account-orderTotal .account-orderTotal-value {
      padding: 5px 0px;
      color: #000; }
      .my-account .order-contents .account-orderTotal .account-orderTotal-value:last-child {
        font-size: 16px; }

.my-account .shipping-billing-details {
  border: 1px solid #e5e5e5;
  padding: 20px 20px;
  margin: 20px 0px;
  display: flex; }
  .my-account .shipping-billing-details .ship-to {
    max-width: 50%;
    flex: 50%; }
  .my-account .shipping-billing-details .bill-to {
    max-width: 50%;
    flex: 50%; }
  .my-account .shipping-billing-details .account-heading {
    border-bottom: 0px;
    padding-bottom: 10px; }
  .my-account .shipping-billing-details .account-order-address {
    margin: 0px; }

.my-account .order-details {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 20px 20px; }
  @media (min-width: 720px) {
    .my-account .order-details {
      text-align: left; } }
  .my-account .order-details .definitionList {
    margin-bottom: 14px; }
    .my-account .order-details .definitionList .definitionList-key {
      width: 100%;
      margin: 0;
      color: #000; }
      @media (min-width: 720px) {
        .my-account .order-details .definitionList .definitionList-key {
          width: auto;
          margin: 0 5px 0 0; } }
    .my-account .order-details .definitionList .definitionList-value {
      width: 100%;
      margin-bottom: 4px;
      color: #000; }
      @media (min-width: 720px) {
        .my-account .order-details .definitionList .definitionList-value {
          width: auto;
          float: none; } }
  .my-account .order-details .account-heading {
    border-bottom: 0px;
    padding-bottom: 10px; }
  .my-account .order-details .button {
    border-radius: 0px;
    background-color: #000;
    border-color: #000;
    color: #fff;
    font-size: 18px;
    padding: 16px 26px;
    height: 100%;
    margin: 0; }

.my-account .pagination .pagination-list {
  margin-bottom: 0px; }

@media (max-width: 959px) {
  .show_products .product {
    max-width: 50%;
    flex: 50%; } }

@media (max-width: 600px) {
  .show_products .product {
    max-width: 100%;
    flex: 100%; } }

/** Navbar Account - My Account **/
.navBar--account {
  margin-bottom: 38px;
  display: block; }
  .navBar--account .navBar-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 959px) {
      .navBar--account .navBar-section {
        flex-direction: column; } }
    .navBar--account .navBar-section .navBar-item {
      border: 0px;
      margin: 5px 5px; }
      @media (max-width: 959px) {
        .navBar--account .navBar-section .navBar-item {
          margin: 2px 0px; } }
      .navBar--account .navBar-section .navBar-item .navBar-action {
        padding: 10px 20px;
        background-color: #000;
        color: #fff;
        font-size: 14px;
        transition: 0.4s ease all;
        font-family: "montserrat-regular"; }
        .navBar--account .navBar-section .navBar-item .navBar-action:focus {
          outline: 0px !important;
          outline-offset: 0px !important; }
      .navBar--account .navBar-section .navBar-item.is-active .navBar-action {
        background-color: #28747A; }
      .navBar--account .navBar-section .navBar-item:hover .navBar-action {
        background-color: #28747A; }

main#main-content button.more-less-text {
  color: black; }

.page-category {
  margin-top: 0 !important; }

.description-collapse-content.cat-collapse {
  max-height: 55px;
  overflow-y: hidden;
  position: relative;
  will-change: max-height;
  transition: max-height .2s ease-out 0s;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  max-width: 600px;
  margin: auto auto 5px auto;
  color: white; }
  .description-collapse-content.cat-collapse:not(.show-collapse):before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 1rem, #28747a);
    height: 50px; }

.description-more-less-text {
  outline: 0;
  padding: 0;
  display: block;
  color: white;
  font-size: 16px;
  line-height: 18.4px;
  font-weight: 700;
  margin-inline: auto; }
  .description-more-less-text .fas {
    font-size: 12px;
    margin-left: 3px;
    font-weight: 600; }
  .description-more-less-text:focus {
    outline: none !important; }

.category-header {
  background-color: #28747a;
  padding: 30px 0; }
  .category-header .page-heading {
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 6px; }
  .category-header .item-count {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin-bottom: 0; }
  .category-header p a {
    color: #fff; }

ol.breadcrumbs {
  display: block;
  margin-bottom: 0; }

.breadcrumb-container {
  padding: 1rem 0;
  border-bottom: 1px solid #d8d8d8; }
  @media (max-width: 600px) {
    .breadcrumb-container {
      display: none; } }
  @media (max-width: 600px) {
    .breadcrumb-container ol.breadcrumbs li {
      display: none; }
    .breadcrumb-container ol.breadcrumbs li:nth-last-of-type(2) {
      display: flex;
      justify-content: center; } }
  .breadcrumb-container span.last-item {
    font-weight: bold;
    color: black; }
  .breadcrumb-container ol.breadcrumbs li a {
    text-decoration: none;
    color: black;
    font-size: 14px; }

.breadcrumb:not(:first-child)::before {
  content: ">";
  display: inline-block;
  height: 0.8em;
  margin: 0 0.25rem;
  border-right: unset;
  transform: rotate(0deg);
  color: black; }
  @media (max-width: 600px) {
    .breadcrumb:not(:first-child)::before {
      transform: rotate(180deg);
      top: 10px; } }

.filter-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  border-bottom: 1px solid #d8d8d8; }
  @media (min-width: 320px) {
    .filter-wrapper {
      margin-top: 0;
      padding: 0;
      border-top: 1px solid #d8d8d8;
      align-items: normal;
      margin-left: -20px;
      margin-right: -20px; } }
  @media (min-width: 720px) {
    .filter-wrapper {
      margin-top: 16px;
      padding: 0 0 24px 0;
      border-top: none;
      align-items: center;
      margin-left: 0;
      margin-right: 0; } }
  .filter-wrapper .dropdown-wrapper {
    display: none;
    margin: 0;
    list-style: none;
    width: 300px;
    max-width: 300px;
    border-radius: 3px;
    border: 1px solid #333333;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
    position: absolute;
    top: 100%;
    z-index: 90;
    height: auto;
    padding: 0;
    background-color: white; }
    .filter-wrapper .dropdown-wrapper.show {
      display: block; }
    .filter-wrapper .dropdown-wrapper .dropdown-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 11px 16px 12px;
      border-bottom: 1px solid #333333;
      position: relative; }
      .filter-wrapper .dropdown-wrapper .dropdown-header p {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        font-weight: 700;
        color: #333333; }
      .filter-wrapper .dropdown-wrapper .dropdown-header .icon-close {
        padding: 0 0 0 16px;
        height: 24px;
        cursor: pointer; }
        .filter-wrapper .dropdown-wrapper .dropdown-header .icon-close svg {
          width: 24px;
          height: 24px;
          display: inline-block; }
      .filter-wrapper .dropdown-wrapper .dropdown-header .icon-search {
        height: 24px;
        cursor: pointer;
        position: absolute; }
        .filter-wrapper .dropdown-wrapper .dropdown-header .icon-search svg {
          width: 24px;
          height: 24px;
          display: inline-block; }
      .filter-wrapper .dropdown-wrapper .dropdown-header input[type="search"] {
        width: 100%;
        border: 0;
        border-bottom: 1px solid;
        font-size: 16px;
        padding: 12px 10px;
        margin-left: 4px; }
      .filter-wrapper .dropdown-wrapper .dropdown-header.brand-header {
        padding: 5px 16px 0 !important;
        border-bottom: 0; }
    .filter-wrapper .dropdown-wrapper ul {
      margin: 0;
      list-style: none;
      max-height: 293px !important;
      overflow-y: auto; }
      .filter-wrapper .dropdown-wrapper ul li {
        padding: 12px 16px;
        font-size: 14px;
        line-height: 24px;
        cursor: pointer;
        background-color: white; }
        .filter-wrapper .dropdown-wrapper ul li:not(:last-child) {
          border-bottom: 1px solid #d8d8d8; }
        .filter-wrapper .dropdown-wrapper ul li:hover {
          background-color: #454545;
          color: white; }
          .filter-wrapper .dropdown-wrapper ul li:hover svg {
            fill: white; }
          .filter-wrapper .dropdown-wrapper ul li:hover .checkbox input[type="checkbox"] {
            border: 2px solid white; }
          .filter-wrapper .dropdown-wrapper ul li:hover .additional-info {
            color: white; }
      .filter-wrapper .dropdown-wrapper ul#category .list-value-wrapper {
        display: flex; }
        .filter-wrapper .dropdown-wrapper ul#category .list-value-wrapper .arrow-right {
          height: 24px;
          margin-left: auto; }
          .filter-wrapper .dropdown-wrapper ul#category .list-value-wrapper .arrow-right svg {
            width: 24px;
            height: 24px;
            display: inline-block; }
    .filter-wrapper .dropdown-wrapper .checkbox input[type="checkbox"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      width: 15px;
      height: 15px;
      position: relative;
      cursor: pointer;
      border: 2px solid #454545;
      border-radius: 2px;
      margin-right: 20px;
      top: 3px;
      left: 4px; }
      .filter-wrapper .dropdown-wrapper .checkbox input[type="checkbox"]:checked {
        background: black;
        border-color: black;
        outline: none; }
        .filter-wrapper .dropdown-wrapper .checkbox input[type="checkbox"]:checked:after {
          content: "";
          position: absolute;
          width: 6px;
          height: 11px;
          border: solid white;
          border-width: 0 2px 2px 0;
          transform: rotate(43deg);
          top: -2px;
          left: 0;
          right: 0;
          margin: 0 auto; }
      .filter-wrapper .dropdown-wrapper .checkbox input[type="checkbox"]:focus {
        outline: none !important; }
    .filter-wrapper .dropdown-wrapper .checkbox .additional-info {
      margin-left: 8px; }
    .filter-wrapper .dropdown-wrapper .additional-info {
      margin-left: 3px; }
    .filter-wrapper .dropdown-wrapper .btn-wrapper {
      display: flex;
      justify-content: space-around;
      padding: 8px 10px;
      border-top: 1px solid #333333; }
      .filter-wrapper .dropdown-wrapper .btn-wrapper button {
        margin: 0;
        font-weight: 700;
        font-size: 14px;
        border: 1px solid #333333;
        color: #333333;
        padding: 16px 18px;
        border-radius: 3px; }
        .filter-wrapper .dropdown-wrapper .btn-wrapper button.button--primary {
          background-color: #333333;
          color: white; }
          .filter-wrapper .dropdown-wrapper .btn-wrapper button.button--primary:hover {
            background-color: #454545;
            border-color: #454545; }
  .filter-wrapper .filter-label {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0 24px 0 0;
    position: relative; }
    .filter-wrapper .filter-label:after {
      content: "";
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3C/svg%3E") center top 1px/contain;
      width: 24px;
      height: 24px;
      display: inline-block;
      margin: 0;
      transition: transform 0.15s ease-in-out 0s; }
      @media (min-width: 320px) {
        .filter-wrapper .filter-label:after {
          right: unset;
          top: 8px;
          position: relative; } }
      @media (min-width: 720px) {
        .filter-wrapper .filter-label:after {
          right: 0;
          top: 0;
          position: absolute; } }
    .filter-wrapper .filter-label.arrow-up:after {
      transform: rotate(180deg); }
  @media (min-width: 320px) {
    .filter-wrapper .all-filter-wrapper {
      margin-left: 0;
      width: 50%; } }
  @media (min-width: 720px) {
    .filter-wrapper .all-filter-wrapper {
      width: auto;
      margin-left: auto; } }
  .filter-wrapper .all-filter-wrapper button {
    margin: 0;
    font-size: 14px;
    color: #333333;
    outline: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    @media (min-width: 320px) {
      .filter-wrapper .all-filter-wrapper button {
        width: 100%;
        border: 0;
        border-left: 1px solid #d8d8d8;
        border-radius: 0;
        text-align: center;
        padding: 16px 10px; } }
    @media (min-width: 720px) {
      .filter-wrapper .all-filter-wrapper button {
        width: auto;
        border: 1px solid #333333;
        border-radius: 3px;
        padding: 8px 8px; } }
    .filter-wrapper .all-filter-wrapper button span {
      margin-left: 5px;
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle; }
      .filter-wrapper .all-filter-wrapper button span svg {
        width: 24px;
        height: 24px;
        display: inline-block; }

.action-bar {
  margin-left: 16px; }
  @media (min-width: 320px) {
    .action-bar {
      display: none; } }
  @media (min-width: 720px) {
    .action-bar {
      display: inline-block; } }
  .action-bar .form-field {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 0; }
    .action-bar .form-field:not(:first-child) {
      margin-left: 18px; }

.actionBar {
  display: inline-block;
  margin: 0; }
  @media (min-width: 320px) {
    .actionBar {
      width: 50%; } }
  @media (min-width: 720px) {
    .actionBar {
      width: auto; } }

.actionBar-section {
  border: none; }
  @media (min-width: 320px) {
    .actionBar-section {
      width: 100%;
      height: 100%;
      text-align: center; } }
  @media (min-width: 720px) {
    .actionBar-section {
      width: auto;
      height: auto; } }
  .actionBar-section .form-field {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    position: relative; }
    @media (min-width: 320px) {
      .actionBar-section .form-field {
        width: 100%;
        height: 100%;
        display: flex; } }
    @media (min-width: 320px) {
      .actionBar-section .form-field .filter-label {
        padding: 10px 10px;
        flex: 100%; } }
    @media (min-width: 720px) {
      .actionBar-section .form-field .filter-label {
        padding: 0 24px 0 0; } }
    .actionBar-section .form-field ul {
      display: none;
      margin: 0;
      list-style: none;
      width: 300px;
      max-width: 300px;
      border-radius: 3px;
      border: 1px solid #333333;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
      position: absolute;
      top: 100%;
      z-index: 90;
      height: auto;
      padding: 0;
      max-height: 293px;
      overflow-y: auto;
      text-align: left; }
      .actionBar-section .form-field ul.show {
        display: block; }
      .actionBar-section .form-field ul li {
        padding: 12px 16px;
        font-size: 14px;
        line-height: 24px;
        cursor: pointer;
        background-color: white; }
        .actionBar-section .form-field ul li:not(:last-child) {
          border-bottom: 1px solid #333333; }
        .actionBar-section .form-field ul li:hover {
          background-color: #454545;
          color: white; }
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    border: 0;
    padding-left: 0.21429rem;
    width: auto; }
  .actionBar-section .form-label,
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    display: inline-block; }
  .actionBar-section .form-select {
    color: #333333;
    height: 2.14286rem; }

.filters-modal .modal-backdrop {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  display: none;
  cursor: pointer; }

.filters-modal.show .modal-wrapper {
  transform: translateX(0); }

.filters-modal .modal-wrapper {
  position: fixed;
  transform: translateX(110%);
  right: 0;
  top: 0;
  height: 100vh;
  min-height: 100vh;
  padding: 0;
  z-index: 9999;
  background: white;
  transition: transform 150ms cubic-bezier(0, 0, 0.2, 1) 0s;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%; }
  @media (min-width: 320px) {
    .filters-modal .modal-wrapper {
      width: 100%; } }
  @media (min-width: 720px) {
    .filters-modal .modal-wrapper {
      width: 300px; } }
  .filters-modal .modal-wrapper .modal-header {
    display: flex;
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 0 11px; }
    .filters-modal .modal-wrapper .modal-header .filters-text {
      margin: 0;
      font-size: 14px;
      font-weight: 700; }
      .filters-modal .modal-wrapper .modal-header .filters-text span {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px 0 16px; }
        .filters-modal .modal-wrapper .modal-header .filters-text span svg {
          width: 24px;
          height: 24px;
          display: inline-block; }
    .filters-modal .modal-wrapper .modal-header .icon-close {
      width: 24px;
      height: 24px;
      margin: 0 16px 0 auto;
      cursor: pointer; }
      .filters-modal .modal-wrapper .modal-header .icon-close svg {
        width: 24px;
        height: 24px;
        display: inline-block; }
  .filters-modal .modal-wrapper ul {
    margin: 0;
    list-style: none;
    overflow-y: auto; }
    .filters-modal .modal-wrapper ul li {
      padding: 17px 16px;
      font-size: 14px;
      line-height: 24px;
      cursor: pointer;
      background-color: white; }
      .filters-modal .modal-wrapper ul li:not(:last-child) {
        border-bottom: 1px solid #d8d8d8; }
      .filters-modal .modal-wrapper ul li:hover {
        background-color: #454545;
        color: white; }
        .filters-modal .modal-wrapper ul li:hover svg {
          fill: white; }
    .filters-modal .modal-wrapper ul .list-value-wrapper {
      display: flex; }
      .filters-modal .modal-wrapper ul .list-value-wrapper .arrow-right {
        height: 24px;
        margin-left: auto; }
        .filters-modal .modal-wrapper ul .list-value-wrapper .arrow-right svg {
          width: 24px;
          height: 24px;
          display: inline-block; }
  .filters-modal .modal-wrapper .price-range {
    padding: 16px 16px 24px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8; }
    .filters-modal .modal-wrapper .price-range label {
      line-height: 26px;
      margin-bottom: 16px;
      display: block; }
    .filters-modal .modal-wrapper .price-range .input-wrapper {
      display: flex;
      align-items: center; }
      .filters-modal .modal-wrapper .price-range .input-wrapper input {
        width: 100%;
        border: 1px solid #333333;
        background-color: white;
        transition: border-color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        border-radius: 3px;
        font-size: 16px;
        padding: 8px;
        outline: none !important; }
        .filters-modal .modal-wrapper .price-range .input-wrapper input::placeholder {
          color: #757575; }
      .filters-modal .modal-wrapper .price-range .input-wrapper .separator {
        margin: 0 20px;
        font-size: 16px; }
  .filters-modal .modal-wrapper .btn-wrapper {
    display: flex;
    justify-content: space-around;
    padding: 16px;
    margin-top: auto;
    box-shadow: rgba(0, 0, 0, 0.5) 0px -2px 4px -2px; }
    .filters-modal .modal-wrapper .btn-wrapper button {
      margin: 0;
      font-weight: 700;
      font-size: 14px;
      border: 1px solid #333333;
      color: #333333;
      padding: 16px 18px; }
      .filters-modal .modal-wrapper .btn-wrapper button:not(:last-child) {
        flex: 1 1 50%;
        margin-right: 16px; }
      .filters-modal .modal-wrapper .btn-wrapper button.button--primary {
        background-color: #333333;
        color: white; }
        .filters-modal .modal-wrapper .btn-wrapper button.button--primary:hover {
          background-color: #454545;
          border-color: #454545; }

ul.show::-webkit-scrollbar, .show ul::-webkit-scrollbar {
  width: 8px; }

.show ul::-webkit-scrollbar-thumb {
  background-color: #454545 !important; }

.show ul::-webkit-scrollbar-track {
  background-color: #f6f6f6; }

ul.show::-webkit-scrollbar {
  width: 8px; }

ul.show::-webkit-scrollbar-thumb {
  background-color: #454545 !important; }

ul.show::-webkit-scrollbar-track {
  background-color: #f6f6f6; }

.selected-filters {
  margin-bottom: 30px; }
  .selected-filters ul {
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .selected-filters ul li {
      margin-right: 20px;
      margin-bottom: 5px; }
      .selected-filters ul li:last-child {
        margin-right: 0px; }
      .selected-filters ul li a {
        text-decoration: none;
        color: black;
        display: flex;
        align-items: center; }
        .selected-filters ul li a:focus {
          outline: 0px !important;
          outline-offset: 0px !important; }
      .selected-filters ul li .icon_close {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        background: #28747b;
        margin-right: 5px;
        position: relative; }
        .selected-filters ul li .icon_close:after {
          content: "x";
          position: absolute;
          color: white;
          width: 20px;
          height: 20px;
          font-size: 22px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 400;
          font-family: monospace; }

@media (max-width: 767px) {
  #product-listing-container .ss__layout__row {
    overflow: visible; } }

#product-listing-container .ss__layout__row .ss__layout__sidebar {
  display: none; }
  @media (min-width: 1100px) {
    #product-listing-container .ss__layout__row .ss__layout__sidebar {
      display: block; } }

@media (max-width: 767px) {
  #product-listing-container .filter-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    border: 0px; }
    #product-listing-container .filter-wrapper:after {
      content: '';
      position: absolute;
      left: -20px;
      right: -20px;
      bottom: 0;
      height: 1px;
      background-color: #d8d8d8;
      width: calc(100% + 40px); } }

/** Home Below Carousel
************************/
.home_below_carousel {
  margin-bottom: 70px;
  margin-top: 45px; }
  @media (max-width: 767px) {
    .home_below_carousel {
      margin: 40px 0px; } }
  @media (max-width: 767px) {
    .home_below_carousel p {
      font-size: 18px; }
      .home_below_carousel p.collapse {
        overflow-y: hidden;
        position: relative;
        will-change: max-height;
        -webkit-transition: all .2s ease-out 0s;
        transition: all .2s ease-out 0s; }
      .home_below_carousel p.text-clamp {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        /* number of lines to show */
        line-clamp: 4;
        -webkit-box-orient: vertical; } }
  .home_below_carousel .about-show-more {
    color: #fff;
    display: block;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .home_below_carousel .about-show-more {
        font-size: 18px; } }

/** Hero Carousel
********************/
.home_carousel .heroCarousel {
  margin-bottom: 0px !important;
  margin-top: 0px !important; }

@media (max-width: 767px) {
  .home_carousel {
    display: none; } }

@media (max-width: 767px) {
  .home_below_carousel {
    display: none; } }

.search-from-body {
  position: relative;
  z-index: 99;
  height: calc(100vh - 300px);
  max-height: 400px;
  background-color: #2d7679;
  display: none;
  margin-top: -6vh;
  margin-left: -20px;
  margin-right: -20px;
  text-align: center; }
  .search-from-body img {
    max-width: 50%;
    padding-top: 5vh;
    padding-bottom: 5vh; }
  .search-from-body .form-field {
    margin: 0px 5px; }
  @media (max-width: 767px) {
    .search-from-body {
      display: block; } }

/** Page Heading
**********************/
.page-heading-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .page-heading-wrap {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; } }
  .page-heading-wrap .page-heading {
    margin-bottom: 0px;
    font-size: 32px;
    color: #28747A;
    font-weight: bold; }
    @media (max-width: 767px) {
      .page-heading-wrap .page-heading {
        text-align: left;
        font-size: 27px; } }
  .page-heading-wrap .shop_all {
    margin-left: auto;
    color: #28747A;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .page-heading-wrap .shop_all {
        margin-left: 0px;
        margin-top: 5px; } }

/*** Read More
************************************/
.read-more {
  text-decoration: none;
  font-size: 17px; }
  .read-more:hover {
    color: #BD3968; }
    .read-more:hover .icon svg {
      fill: #BD3968; }
  .read-more .icon {
    width: 25px;
    height: 25px; }
    .read-more .icon svg {
      fill: #757575; }

/** Home Below Featured Products
***************************************/
.home_below_featured_products {
  margin-top: 15px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .home_below_featured_products {
      margin-bottom: 35px; } }
  @media (max-width: 767px) {
    .home_below_featured_products [data-sub-layout-container]:nth-child(3) [data-sub-layout] {
      padding-left: 0px !important;
      padding-right: 0px !important; } }

/** Home Recent Posts
****************************/
.home_blog_recent_posts {
  margin-bottom: 50px;
  margin-top: 50px; }

/** Home new products
***************************/
.home_new_products {
  margin-bottom: 40px; }
  @media (min-width: 960px) {
    .home_new_products {
      padding-top: 20px; } }
  .home_new_products .productCarousel {
    margin: 0px; }
  .home_new_products .slick-list {
    margin: 0px -10px; }
    .home_new_products .slick-list .slick-slide {
      padding: 0px 10px; }

/** Home Below Menu
**********************/
.home_below_menu {
  margin-bottom: 30px;
  display: none;
  /* Changed from Position into Targeting the div - david
    div[data-sub-layout]:nth-child(2) {
        &:before {
            background-image: url(../icons/icon-call.svg);

        }
    }

    div[data-sub-layout]:nth-child(3) {
        &:before {
            background-image: url(../icons/icon-same-day.svg);

        }
    }

    div[data-sub-layout]:nth-child(4) {
        &:before {
            background-image: url(../icons/icon-location.svg);

        }
    }

    div[data-sub-layout]:nth-child(5) {
        &:before {
            background-image: url(../icons/icon-certificate.svg);

        }
    }*/ }
  @media (min-width: 960px) {
    .home_below_menu {
      display: block; } }
  @media (max-width: 767px) {
    .home_below_menu {
      margin-top: -10px;
      margin-bottom: 15px; } }
  .home_below_menu p {
    color: #757575; }
    @media (max-width: 959px) {
      .home_below_menu p {
        font-size: 15px;
        line-height: normal; } }
    .home_below_menu p strong {
      color: #757575; }
      @media (max-width: 959px) {
        .home_below_menu p strong {
          font-size: 15px; } }
  .home_below_menu a {
    text-decoration: none; }
  .home_below_menu div[data-sub-layout-container] {
    justify-content: space-between;
    flex-wrap: nowrap; }
    @media (max-width: 767px) {
      .home_below_menu div[data-sub-layout-container] {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center; } }
  @media (max-width: 767px) {
    .home_below_menu div[data-widget-id] div {
      text-align: center !important; } }
  .home_below_menu div[data-sub-layout] {
    position: relative;
    padding-left: 55px;
    max-width: 100%;
    flex: inherit;
    padding-right: 0px; }
    @media (max-width: 959px) {
      .home_below_menu div[data-sub-layout] {
        padding-left: 40px; } }
    @media (max-width: 767px) {
      .home_below_menu div[data-sub-layout] {
        max-width: 50%;
        flex: 50%;
        padding-left: 0px;
        padding-top: 30px;
        padding-bottom: 20px; } }
    .home_below_menu div[data-sub-layout]::before {
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain;
      width: 40px;
      height: 40px; }
      @media (max-width: 959px) {
        .home_below_menu div[data-sub-layout]::before {
          width: 30px;
          height: 30px; } }
      @media (max-width: 767px) {
        .home_below_menu div[data-sub-layout]::before {
          right: 0;
          margin: 0 auto;
          top: -6px; } }
  .home_below_menu div[data-sub-layout="22c329c0-4ce3-4eb3-a96e-d9917b9733e1"]::before {
    background-image: url(../icons/icon-call.svg); }
  .home_below_menu div[data-sub-layout="7f953cbb-19f6-42dd-ae8a-be3c4ab5f256"]::before {
    background-image: url(../icons/icon-same-day.svg); }
  .home_below_menu div[data-sub-layout="587b10c6-00e7-4758-a136-32af65f62694"]::before {
    background-image: url(../icons/icon-location.svg); }
  .home_below_menu div[data-sub-layout="3f3c190e-46db-49ae-83e0-42a898853aa4"]::before {
    background-image: url(../icons/icon-certificate.svg); }

/** Home Below New Products
******************************/
@media (max-width: 767px) {
  .home_below_new_products p {
    line-height: normal; } }

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free" !important; }

.shop_all:focus,
.shop_all:hover {
  color: #28747A !important; }

/** Home featured products **/
@media (max-width: 767px) {
  .home_featured_products {
    margin-bottom: 40px; } }

.home_featured_products .productCarousel {
  margin-left: 0px;
  margin-right: 0px; }

.home_featured_products .slick-list {
  margin: 0px -10px; }

.home_featured_products .slick-slide {
  padding: 0px 10px !important; }

/**Homepage heading style **/
.ss__recommendation--home .ss__recommendation__header h3 {
  font-size: 32px;
  color: #28747A !important;
  font-weight: bold;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    .ss__recommendation--home .ss__recommendation__header h3 {
      text-align: left;
      font-size: 27px !important;
      line-height: 1; } }

@media (max-width: 767px) {
  .ss__autocomplete--active::before {
    opacity: 0; } }

/** Home page flex order ***/
@media (max-width: 767px) {
  .hero-home-page-sections {
    display: flex;
    flex-direction: column; }
    .hero-home-page-sections .hero-home-page-section-1 {
      order: 2; }
    .hero-home-page-sections .home_featured_products {
      order: 1; }
    .hero-home-page-sections .hero-home-page-section-2 {
      order: 3; } }

.home_below_featured_products .card a, .home_below_new_products .card a {
  font-family: "inter-regular" !important; }

.home_below_featured_products .card .buy-online-btn, .home_below_new_products .card .buy-online-btn {
  font-family: "inter-bold" !important; }

.home_below_featured_products h2, .home_below_featured_products a, .home_below_new_products h2, .home_below_new_products a {
  font-family: "inter-bold" !important; }

#widget-marketing-banner h2 {
  font-size: 32px; }

.terms-conditions-outer-container .heading-text {
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #28747a; }
  @media (min-width: 960px) {
    .terms-conditions-outer-container .heading-text {
      line-height: 60px; } }

.terms-conditions-outer-container .text {
  text-align: center;
  color: #28747a;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400; }
  .terms-conditions-outer-container .text a {
    text-decoration: none;
    color: #33cccc; }

.accordion {
  border: none; }

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 5px 5px 0 0;
  border: 1px solid #28747a; }

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 2rem;
  line-height: 1.25rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #fff;
  background-color: #28747a;
  font-size: 17px; }

.accordion-item-header::before {
  content: "\002B";
  font-size: 17px;
  position: absolute;
  right: 1rem;
  left: 10px; }

.accordion-item-header.active::before {
  content: "\2212"; }

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.accordion-item-body-content {
  padding: 1rem;
  line-height: 26px;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #dae4e6, transparent) 1;
  background-color: #dae4e6;
  font-size: 15px;
  color: #2b2b2b; }
  .accordion-item-body-content p, .accordion-item-body-content ul, .accordion-item-body-content ol {
    margin-bottom: 0; }

@media (min-width: 720px) {
  .privacy-policy-outer-container {
    max-width: 75%;
    margin: auto; } }

.privacy-policy-outer-container .heading-text {
  color: #28747a;
  font-size: 38px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 960px) {
    .privacy-policy-outer-container .heading-text {
      font-size: 48px;
      line-height: 50px; } }

.privacy-policy-outer-container h3 {
  color: #2b2b2b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600; }

.privacy-policy-outer-container p {
  font-size: 16px;
  color: #2b2b2b; }

.privacy-policy-outer-container .privacy-contact-address .address {
  padding: 0;
  margin-bottom: 12px; }
  .privacy-policy-outer-container .privacy-contact-address .address strong {
    font-size: 16px;
    color: #2b2b2b; }
  .privacy-policy-outer-container .privacy-contact-address .address p {
    margin-bottom: 0; }
    .privacy-policy-outer-container .privacy-contact-address .address p strong {
      font-size: 16px;
      color: #2b2b2b; }

.privacy-policy-outer-container .privacy-contact-address .tel-email-div p {
  font-size: 16px;
  color: #2b2b2b;
  margin-bottom: 0; }

.privacy-policy-outer-container .privacy-contact-address .tel-email-div .contact-us-label {
  text-decoration: none;
  color: #28747a; }
  .privacy-policy-outer-container .privacy-contact-address .tel-email-div .contact-us-label:hover {
    color: #0d858b; }

.privacy-policy-content h3 {
  color: #2b2b2b;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px; }

.privacy-policy-content p {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400; }

.seller-policy-outer-container .heading-text {
  line-height: 50px;
  color: #28747a;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  text-align: center; }
  @media (min-width: 960px) {
    .seller-policy-outer-container .heading-text {
      font-size: 48px;
      line-height: 60px; } }

.seller-policy-outer-container .text {
  font-size: 16px;
  line-height: 26px;
  color: #2b2b2b; }

.seller-policy-outer-container .sub-heading-text {
  line-height: 36px;
  font-size: 28px;
  font-weight: 700;
  color: #28747a;
  text-align: center; }
  @media (min-width: 960px) {
    .seller-policy-outer-container .sub-heading-text {
      font-size: 36px;
      line-height: 46px; } }

.seller-policy-outer-container p a {
  text-decoration: none;
  color: #28747a; }

.seller-policy-outer-container p b {
  color: #2b2b2b; }

.buyer-policy-outer-container .heading-text {
  text-transform: uppercase;
  text-align: center;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #28747a; }
  @media (min-width: 960px) {
    .buyer-policy-outer-container .heading-text {
      line-height: 60px;
      font-size: 48px; } }

.buyer-policy-outer-container .text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400; }

@media (min-width: 720px) {
  .policy-wrapper {
    max-width: 50%;
    margin: auto; } }

.policy-wrapper i {
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -0.2px;
  font-size: 16px;
  margin-bottom: 12px; }

.policy-wrapper p {
  margin-bottom: 12px;
  line-height: 26px;
  color: #2B2B2B;
  letter-spacing: -0.2px;
  font-size: 16px; }

.policy-wrapper .policy-heading p {
  font-weight: 700;
  margin-top: 12px; }

.policy-wrapper .user-conduct ul li, .policy-wrapper .prohibitted ul li {
  line-height: 32px;
  font-size: 16px; }
  .policy-wrapper .user-conduct ul li ul li, .policy-wrapper .prohibitted ul li ul li {
    list-style-type: disc; }

@media (min-width: 720px) {
  .product-regulation-wrapper {
    max-width: 75%;
    margin: auto; } }

.product-regulation-wrapper h1 {
  color: #28747a;
  font-weight: 700;
  margin-bottom: 36px;
  text-align: center;
  line-height: 36px; }
  @media (min-width: 960px) {
    .product-regulation-wrapper h1 {
      font-size: 48px;
      line-height: 60px; } }

.product-regulation-wrapper h2 {
  color: #13c8d1;
  line-height: 36px;
  margin-bottom: 32px; }
  @media (min-width: 960px) {
    .product-regulation-wrapper h2 {
      font-size: 36px;
      line-height: 46px; } }

.product-regulation-wrapper h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px; }

.product-regulation-wrapper p,
.product-regulation-wrapper li {
  font-size: 16px;
  line-height: 26px; }

.product-regulation-wrapper li {
  line-height: 32px; }

.product-regulation-wrapper hr {
  margin: 16px 0; }

.product-regulation-wrapper a {
  color: #13c8d1;
  text-decoration: none; }

.australian-standard-wrapper br {
  display: none; }

@media (min-width: 960px) {
  .australian-standard-wrapper br {
    display: visible; } }

.australian-standard-wrapper h1 {
  font-size: 30px; }
  @media (min-width: 960px) {
    .australian-standard-wrapper h1 {
      font-size: 48px;
      margin-bottom: 30px;
      line-height: 60px; } }

.australian-standard-wrapper .header-img {
  text-align: center; }

.australian-standard-wrapper h3 {
  font-size: 22px; }

.australian-standard-wrapper p {
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -0.2px;
  font-size: 16px;
  color: #2b2b2b; }

.australian-standard-wrapper em {
  font-size: 16px; }

.australian-standard-wrapper ul li {
  line-height: 32px;
  font-size: 16px;
  color: #2b2b2b; }

.australian-standard-wrapper a {
  color: #13c8d1;
  text-decoration: none; }

@media (min-width: 720px) {
  .australian-standard-wrapper .content-wrapper {
    max-width: 700px;
    margin: auto; } }

.glossary-outer-container h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 38px;
  color: #28747a;
  line-height: 50px;
  font-weight: 700; }
  @media (min-width: 960px) {
    .glossary-outer-container h1 {
      font-size: 48px;
      line-height: 60px; } }

.glossary-outer-container h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: center; }

.glossary-outer-container .glossary .teal {
  font-size: 36px;
  line-height: 46px;
  color: #28747a; }

.glossary-outer-container .glossary p {
  font-size: 16px; }
  .glossary-outer-container .glossary p strong {
    font-weight: 700px;
    font-size: 16px;
    line-height: 26px;
    color: #2b2b2b; }

.glossary-outer-container .sources a {
  text-decoration: none;
  color: #0D858B; }

main.custom-footer-page {
  margin-top: 0; }

.footer-hero-slider-container {
  flex: 1 0 100%; }
  .footer-hero-slider-container img {
    width: 100%;
    flex-shrink: 0; }

@media (min-width: 720px) {
  .about-us-outer-container {
    max-width: 1280px;
    margin: auto; } }

.about-us-outer-container p, .about-us-outer-container ul {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 26px;
  font-weight: 400; }
  .about-us-outer-container p a, .about-us-outer-container ul a {
    color: #0d858b;
    text-decoration: none;
    font-weight: 400; }
  .about-us-outer-container p a.list-item-heading, .about-us-outer-container ul a.list-item-heading {
    font-weight: 700; }

.about-us-outer-container .heading-text {
  text-transform: uppercase;
  text-align: center;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: #28747a; }
  @media (min-width: 720px) {
    .about-us-outer-container .heading-text {
      max-width: 75%;
      margin-inline: auto;
      margin-top: 20px; } }
  @media (min-width: 960px) {
    .about-us-outer-container .heading-text {
      font-size: 48px;
      line-height: 60px; } }

.about-us-outer-container .sub-heading {
  font-size: 24px;
  color: #2b2b2b;
  line-height: 30px;
  font-weight: 600;
  text-align: center; }

.about-us-outer-container .about-us-heading {
  font-size: 28px;
  color: #28747a;
  line-height: 46px;
  font-weight: 400;
  text-align: center; }
  @media (min-width: 720px) {
    .about-us-outer-container .about-us-heading {
      font-size: 36px;
      margin-bottom: 45px; } }

.about-us-outer-container .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important; }
  @media (min-width: 720px) {
    .about-us-outer-container .grid-container {
      grid-template-columns: repeat(4, 1fr) !important; } }
  .about-us-outer-container .grid-container .grid-item img {
    margin-bottom: 20px; }
  .about-us-outer-container .grid-container p {
    text-align: center;
    margin-bottom: 12px; }

.about-us-outer-container .embed-outer-container {
  max-width: 100%;
  margin: 0 auto; }
  @media (min-width: 720px) {
    .about-us-outer-container .embed-outer-container {
      max-width: 75%; } }

.about-us-outer-container .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%; }

.about-us-outer-container .embed-container iframe,
.about-us-outer-container .embed-container object,
.about-us-outer-container .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.about-us-outer-container .bold-text {
  margin: 20px 0;
  text-align: center; }

.about-us-outer-container .why-buy-grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 720px) {
    .about-us-outer-container .why-buy-grid-container {
      grid-template-columns: repeat(3, 1fr); } }
  .about-us-outer-container .why-buy-grid-container .grid-item {
    text-align: center; }
    .about-us-outer-container .why-buy-grid-container .grid-item h3 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 600;
      margin-top: 0;
      color: #2b2b2b; }
    .about-us-outer-container .why-buy-grid-container .grid-item p {
      margin-bottom: 12px; }
    .about-us-outer-container .why-buy-grid-container .grid-item img {
      margin-bottom: 20px; }

.about-us-outer-container .media-press-container .media-press-header-container {
  text-align: center; }
  .about-us-outer-container .media-press-container .media-press-header-container img {
    width: 100%; }
    @media (min-width: 720px) {
      .about-us-outer-container .media-press-container .media-press-header-container img {
        width: 50%; } }
  .about-us-outer-container .media-press-container .media-press-header-container .retail-awards-img {
    width: 100%; }
    @media (min-width: 720px) {
      .about-us-outer-container .media-press-container .media-press-header-container .retail-awards-img {
        width: 25%; } }

.about-us-outer-container .about-you-section .image-content-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px; }
  @media (min-width: 720px) {
    .about-us-outer-container .about-you-section .image-content-div {
      flex-direction: row; } }
  .about-us-outer-container .about-you-section .image-content-div h3 {
    margin: 0; }
  .about-us-outer-container .about-you-section .image-content-div .img-container, .about-us-outer-container .about-you-section .image-content-div .text-container {
    max-width: 100%;
    flex: 100%;
    padding: 0px 20px;
    text-align: center; }
    @media (min-width: 720px) {
      .about-us-outer-container .about-you-section .image-content-div .img-container, .about-us-outer-container .about-you-section .image-content-div .text-container {
        max-width: 40%;
        flex: 40%; } }
    .about-us-outer-container .about-you-section .image-content-div .img-container h3, .about-us-outer-container .about-you-section .image-content-div .text-container h3 {
      font-size: 24px;
      color: #2b2b2b;
      line-height: 30px;
      font-weight: 600;
      margin-top: 15px;
      margin-bottom: 15px; }

.about-us-outer-container .shop-all-div {
  text-align: center;
  margin-top: 70px; }
  .about-us-outer-container .shop-all-div a {
    font-size: 18px;
    line-height: 20px;
    font-family: "montserrat-regular";
    color: white;
    background-color: #fc562a;
    text-decoration: none;
    padding: 12px 25px; }

.about-us-outer-container .review-section h1 {
  font-size: 38px;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  color: #2b2b2b; }
  @media (min-width: 720px) {
    .about-us-outer-container .review-section h1 {
      font-size: 48px;
      line-height: 50px; } }

.about-us-outer-container .cta-container {
  display: flex;
  justify-content: center;
  column-gap: 32px; }

.about-us-outer-container .on-the-pulse-banner {
  margin-top: 50px; }

/* ABOUT US VIDEO */
.lite-youtube {
  width: 100%;
  max-width: 1050px;
  height: 560px;
  margin: 40px auto;
  position: relative;
  background-color: #000;
  cursor: pointer; }

.lite-youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0; }

.lite-youtube::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("https://img.youtube.com/vi/mcyKUHpY35Y/maxresdefault.jpg"); }

.lite-youtube .play-button {
  width: 65px;
  /* pill width */
  height: 50px;
  /* pill height */
  background-color: #ff0000;
  /* YouTube red */
  color: #fff;
  z-index: 1;
  opacity: 1;
  border-radius: 50% / 10%;
  /* creates pill shape */
  transition: all 150ms ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0;
  font-size: 2em;
  text-indent: 0.1em;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3); }

.lite-youtube .play-button::before {
  content: '';
  background: inherit;
  border-radius: 5% / 50%;
  position: absolute;
  top: 9%;
  bottom: 9%;
  left: -5%;
  right: -5%; }

.lite-youtube .play-button::after {
  content: '';
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%); }

.noPadding-container {
  padding: 0; }

.media-press-wrapper {
  text-align: center; }
  .media-press-wrapper .media-img {
    display: flex;
    justify-content: center;
    padding: 10px; }
    .media-press-wrapper .media-img img {
      flex: 1;
      margin: 5px;
      width: 100%;
      height: auto;
      max-width: 413px; }
    .media-press-wrapper .media-img .disabled-link {
      pointer-events: none; }
    .media-press-wrapper .media-img a {
      outline: unset !important; }
  .media-press-wrapper .bottom-img {
    padding: 10px 10px 0 10px; }
    @media (min-width: 720px) {
      .media-press-wrapper .bottom-img img {
        max-width: 305px; } }

.founding-team-header-container {
  flex: 1 0 100%; }
  .founding-team-header-container img {
    width: 100%;
    flex-shrink: 0; }

.founding-wrapper {
  text-align: center; }
  @media (min-width: 720px) {
    .founding-wrapper {
      max-width: 75%;
      margin: auto; } }
  .founding-wrapper p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
    margin-bottom: 12px; }
  .founding-wrapper h1 {
    color: #28747a;
    font-size: 30px;
    line-height: 40px; }
    @media (min-width: 720px) {
      .founding-wrapper h1 {
        margin-bottom: 36px;
        font-size: 48px;
        line-height: 60px; } }
  .founding-wrapper h2 {
    color: #28747a;
    font-size: 28px; }
    @media (min-width: 720px) {
      .founding-wrapper h2 {
        font-size: 36px;
        line-height: 46px;
        margin: 40px 0; } }
  .founding-wrapper h3 {
    font-size: 24px; }
    @media (min-width: 720px) {
      .founding-wrapper h3 {
        margin-bottom: 40px; } }
  .founding-wrapper a {
    color: #13c8d1;
    text-decoration: none;
    outline: unset; }
  .founding-wrapper .current-affair {
    margin-bottom: 40px; }

.how-it-works-outer-container .heading-text {
  color: #28747a;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-align: center; }
  @media (min-width: 960px) {
    .how-it-works-outer-container .heading-text {
      font-size: 36px;
      line-height: 48px; } }

.how-it-works-outer-container .teal-text {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #28747a;
  text-align: center; }

.how-it-works-outer-container .sub-heading {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  color: #28747a; }

.how-it-works-outer-container p {
  font-size: 15px;
  line-height: 26px;
  color: black; }

.how-it-works-outer-container a {
  color: #0d858b;
  font-size: 16px;
  text-decoration: none;
  font-family: "montserrat-regular";
  margin-right: 5px;
  margin-bottom: 10px; }

.how-it-works-outer-container .links-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start; }
  @media (min-width: 960px) {
    .how-it-works-outer-container .links-container {
      flex-direction: row; } }

.how-it-works-outer-container .image-container {
  text-align: center; }

.medcart-seller-wrapper {
  text-align: left; }
  @media (min-width: 720px) {
    .medcart-seller-wrapper {
      text-align: center; } }
  .medcart-seller-wrapper p {
    font-size: 16px;
    line-height: 26px; }
  .medcart-seller-wrapper h1 {
    font-size: 30px;
    text-align: center;
    color: #28747a; }
    @media (min-width: 720px) {
      .medcart-seller-wrapper h1 {
        margin-bottom: 24px;
        font-size: 40px;
        line-height: 46px; } }
  .medcart-seller-wrapper .sub-head {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    color: black;
    color: #008080; }
  .medcart-seller-wrapper .sub-title {
    color: black;
    text-align: center; }
  .medcart-seller-wrapper .ul-div,
  .medcart-seller-wrapper .seller-heading {
    text-align: left;
    margin-top: 30px; }
    @media (min-width: 720px) {
      .medcart-seller-wrapper .ul-div,
      .medcart-seller-wrapper .seller-heading {
        margin-bottom: 58px; } }
    .medcart-seller-wrapper .ul-div li,
    .medcart-seller-wrapper .seller-heading li {
      line-height: 32px;
      font-size: 16px; }
    .medcart-seller-wrapper .ul-div h6,
    .medcart-seller-wrapper .seller-heading h6 {
      color: #008080; }
  .medcart-seller-wrapper .btn-large {
    background-color: #fc562a;
    border-color: #fc562a;
    font-family: "montserrat-regular";
    color: #ffffff;
    text-decoration: none;
    padding: 12px 25px;
    font-size: 18px;
    outline: none;
    border: none;
    margin-top: 10px;
    display: inline-block; }
    .medcart-seller-wrapper .btn-large:hover {
      background-color: #72b6aa;
      transition: 0.2s; }

.register-btn {
  margin-top: 60px; }
  .register-btn .btn-large:hover {
    background-color: #72b6aa;
    transition: 0.2s; }

.how-it-works-outer-container {
  text-align: center; }
  @media (min-width: 720px) {
    .how-it-works-outer-container {
      max-width: 75%;
      margin: auto; } }
  .how-it-works-outer-container .image-container {
    text-align: center; }
  .how-it-works-outer-container .how-it-works-text-content {
    margin-bottom: 50px; }
    .how-it-works-outer-container .how-it-works-text-content h4 {
      font-weight: 600; }
  .how-it-works-outer-container .hero-image {
    max-width: 100%;
    margin: 0 auto; }
    @media (min-width: 720px) {
      .how-it-works-outer-container .hero-image {
        max-width: 25%; } }
  .how-it-works-outer-container .heading-text {
    font-size: 38px;
    line-height: 50px; }
    @media (min-width: 720px) {
      .how-it-works-outer-container .heading-text {
        font-size: 48px;
        line-height: 60px; } }
  .how-it-works-outer-container p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #2b2b2b; }
  .how-it-works-outer-container a {
    font-size: 18px;
    color: white;
    background-color: #fc562a;
    padding: 12px 25px; }

@media (min-width: 720px) {
  .partnership-wrapper {
    max-width: 1000px;
    margin: auto; } }

.partnership-wrapper img {
  max-width: 100%;
  width: 100%; }

.partnership-wrapper p {
  font-size: 16px;
  color: #2b2b2b; }

.partnership-wrapper h3 {
  color: #2b2b2b; }

.partnership-wrapper a {
  color: #13c8d1;
  text-decoration: none;
  outline: unset; }

.partnership-wrapper h1 {
  margin: 20px 0 30px;
  font-size: 38px;
  line-height: 50px;
  color: #2b2b2b;
  padding: 0 20px;
  text-align: left; }
  @media (min-width: 720px) {
    .partnership-wrapper h1 {
      margin: 40px 0 30px;
      line-height: 60px;
      text-align: center; } }

.partnership-wrapper .partnership-container {
  padding: 0 15px; }
  @media (min-width: 720px) {
    .partnership-wrapper .partnership-container {
      max-width: 700px;
      margin: auto; } }

.partnership-wrapper .front-liners {
  max-width: 700px;
  margin: auto; }

@media (min-width: 720px) {
  .contact-wrapper {
    max-width: 1200px;
    margin: auto; } }

.question-heading {
  font-size: 16px; }
  .question-heading h1 {
    text-align: left;
    margin-bottom: 0; }

#contact-us-page p {
  font-size: 16px;
  margin-top: 30px; }
  @media (min-width: 720px) {
    #contact-us-page p {
      margin-top: 10px; } }

.form-wrapper p {
  font-size: 16px; }

@media (min-width: 720px) {
  .form-wrapper {
    display: flex;
    gap: 50px; } }

.form-wrapper p {
  font-size: 16px;
  line-height: 24px; }

.form-wrapper a {
  cursor: pointer;
  color: #28747A;
  text-decoration: none;
  font-size: 16px; }

@media (min-width: 720px) {
  .form-wrapper .form-child-wrapper {
    flex: 50%; } }

.form-wrapper .form-container {
  border: 1px solid #d8d8d8;
  padding: 15px; }
  .form-wrapper .form-container h4 {
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 24px; }
  .form-wrapper .form-container .form-field {
    width: 100%; }
    .form-wrapper .form-container .form-field textarea,
    .form-wrapper .form-container .form-field input {
      border-color: #d8d8d8; }
      .form-wrapper .form-container .form-field textarea:focus,
      .form-wrapper .form-container .form-field input:focus {
        outline: 1px solid #28747a !important;
        border: unset; }
    .form-wrapper .form-container .form-field textarea {
      border-color: #d8d8d8; }
    .form-wrapper .form-container .form-field .form-label {
      display: block;
      margin-bottom: 8px;
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      color: #2b2b2b; }
  .form-wrapper .form-container .form-actions {
    text-align: left; }
    .form-wrapper .form-container .form-actions .button {
      background: #fc562a;
      color: #ffff;
      border-color: #fc562a;
      padding: 16px 25px;
      font-size: 18px;
      font-family: "montserrat-regular"; }

@media (min-width: 720px) {
  .form-wrapper .right-contact-us {
    flex: 50%; } }

.form-wrapper .right-contact-us h1 {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 30px; }
  @media (min-width: 720px) {
    .form-wrapper .right-contact-us h1 {
      margin-top: 0; } }

.form-wrapper .right-contact-us h1,
.form-wrapper .right-contact-us h2,
.form-wrapper .right-contact-us h3,
.form-wrapper .right-contact-us h4 {
  font-weight: 600; }

.form-wrapper .right-contact-us h4 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 10px; }

.form-wrapper .right-contact-us h3 {
  margin-top: 10px;
  font-size: 20px; }

.form-wrapper .right-contact-us .social-links {
  margin-left: 13px; }
  .form-wrapper .right-contact-us .social-links svg {
    fill: white !important; }
  .form-wrapper .right-contact-us .social-links .socialLinks-item {
    margin-right: 30px;
    position: relative; }
    .form-wrapper .right-contact-us .social-links .socialLinks-item ::before {
      content: "";
      background: #28747a;
      width: 45px;
      height: 45px;
      position: absolute;
      top: -5px;
      left: -12px;
      z-index: -1;
      border-radius: 50px; }

.return-refund-main-container {
  margin-top: 0;
  margin-bottom: 1rem; }
  .return-refund-main-container .return-refund-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow-x: hidden; }
    .return-refund-main-container .return-refund-container .return-refund-text-container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 12px; }
      @media (min-width: 960px) {
        .return-refund-main-container .return-refund-container .return-refund-text-container {
          padding: 0; } }
      .return-refund-main-container .return-refund-container .return-refund-text-container h2 {
        font-size: 40px;
        line-height: 46px;
        font-weight: 700;
        color: #28747a; }
      .return-refund-main-container .return-refund-container .return-refund-text-container p,
      .return-refund-main-container .return-refund-container .return-refund-text-container ul,
      .return-refund-main-container .return-refund-container .return-refund-text-container ol {
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        color: black;
        margin-bottom: 12px; }
        .return-refund-main-container .return-refund-container .return-refund-text-container p li,
        .return-refund-main-container .return-refund-container .return-refund-text-container ul li,
        .return-refund-main-container .return-refund-container .return-refund-text-container ol li {
          margin-bottom: 12px; }
      .return-refund-main-container .return-refund-container .return-refund-text-container .sub-heading {
        font-size: 17px;
        line-height: 26px;
        font-weight: 700;
        color: #28747a; }
      .return-refund-main-container .return-refund-container .return-refund-text-container ul {
        list-style-type: disc; }
  .return-refund-main-container .change-of-mind,
  .return-refund-main-container .faulty-returns-container,
  .return-refund-main-container .refund-container,
  .return-refund-main-container .bulky-item-container {
    margin-top: 30px; }
  .return-refund-main-container .change-of-mind,
  .return-refund-main-container .faulty-returns-container,
  .return-refund-main-container .refund-container,
  .return-refund-main-container .bulky-item-container {
    margin-top: 60px; }

@media (min-width: 720px) {
  .faqs-outer-container {
    max-width: 75%;
    margin: auto; } }

.faqs-outer-container .sub-heading {
  text-align: center; }

.faqs-outer-container .heading-text {
  line-height: 50px;
  color: #28747a;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }
  @media (min-width: 960px) {
    .faqs-outer-container .heading-text {
      font-size: 48px;
      line-height: 60px; } }

.faqs-outer-container .faqs-section-heading {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #28747a;
  text-align: center; }
  @media (min-width: 960px) {
    .faqs-outer-container .faqs-section-heading {
      font-size: 36px;
      line-height: 48px; } }

.faqs-outer-container .faq-title {
  font-size: 24px;
  line-height: 30px;
  color: #2b2b2b;
  font-weight: 600; }

.faqs-outer-container ul {
  font-size: 16px; }

.faqs-outer-container p {
  font-size: 16px;
  color: #2b2b2b;
  line-height: 26px;
  font-weight: 400; }
  .faqs-outer-container p a {
    text-decoration: none;
    color: #28747a; }

.delivery-text-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 12px; }
  @media (min-width: 960px) {
    .delivery-text-container {
      padding: 0; } }
  .delivery-text-container h2 {
    font-size: 28px;
    line-height: 46px;
    font-weight: 700;
    color: #28747a; }
    @media (min-width: 960px) {
      .delivery-text-container h2 {
        font-size: 36px; } }
  .delivery-text-container p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: black;
    margin-bottom: 12px; }
  .delivery-text-container .sub-heading {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #28747a; }
  .delivery-text-container .teal-text {
    font-size: 17px;
    line-height: 26px;
    color: #28747a;
    font-weight: 400;
    text-align: center; }

.bulk-order-text-container {
  padding: 10px; }
  .bulk-order-text-container a {
    text-decoration: none; }
  .bulk-order-text-container h1 {
    color: #28747a;
    font-size: 38px;
    line-height: 50px;
    font-weight: 700; }
    @media (min-width: 720px) {
      .bulk-order-text-container h1 {
        margin-bottom: 36px;
        font-size: 48px;
        line-height: 60px;
        text-align: center; } }
  .bulk-order-text-container h3 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600; }
  .bulk-order-text-container p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: -0.2px; }
  .bulk-order-text-container .description {
    text-align: center; }
    @media (min-width: 720px) {
      .bulk-order-text-container .description {
        max-width: 1280px;
        margin: auto; } }
    .bulk-order-text-container .description p a {
      color: #13c8d1;
      outline: unset; }
  @media (min-width: 720px) {
    .bulk-order-text-container .order-supplies-container {
      max-width: 1280px;
      margin: auto; } }
  .bulk-order-text-container .order-supplies-container .card {
    border: 1px solid #e7e7e7; }
  .bulk-order-text-container .slick-slide {
    margin: 0 10px; }
  .bulk-order-text-container .slick-list {
    margin: 0 -10px; }
  .bulk-order-text-container .image-box .name {
    text-align: center;
    font-size: 14px; }
  .bulk-order-text-container .image-box img {
    height: 300px;
    object-fit: contain; }
  .bulk-order-text-container .bottom-image {
    margin: 35px -10px 0 -10px; }
    @media (min-width: 720px) {
      .bulk-order-text-container .bottom-image {
        margin: 50px 0 0 0; } }
    .bulk-order-text-container .bottom-image img {
      width: 100%; }

.page-search {
  margin-top: 0; }

.search-header {
  padding: 24px 0;
  background-color: #f6f6f6; }
  .search-header .page-heading {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 6px;
    color: black; }
  .search-header .result-count {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    color: #171717; }

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa-beat, .fa-bounce {
  -webkit-animation-delay: var(--fa-animation-delay, 0s); }

.fa-fw, .fa-li {
  text-align: center; }

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa-brands, .fa-regular, .fab, .far {
  font-weight: 400; }

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: 'Font Awesome 6 Free'; }

.fa-brands, .fab {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x, .fa-stack-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em; }

.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em; }

.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em; }

.fa-fw {
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: calc(var(--fa-li-width,2em) * -1);
  position: absolute;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce, .fa-fade {
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-beat-fade, .fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay, 0s); }

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade, .fa-flip {
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip, .fa-shake {
  -webkit-animation-delay: var(--fa-animation-delay, 0s); }

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake, .fa-spin {
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); }

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction:reverse; }

.fa-pulse, .fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0%, 100%, 64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } }

@keyframes fa-bounce {
  0%, 100%, 64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  24%, 8% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  100%, 40% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  24%, 8% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  100%, 40% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

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

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

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-chevron-circle-right::before, .fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-alt::before, .fa-trash-can::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-times::before, .fa-user-xmark::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-comment-alt::before, .fa-message::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-compress-alt::before, .fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-alt::before, .fa-file-lines::before, .fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-alt::before, .fa-calendar-days::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball-ball::before, .fa-volleyball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-desc::before, .fa-sort-down::before {
  content: "\f0dd"; }

.fa-circle-minus::before, .fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before, .fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-heart-music-camera-bolt::before, .fa-icons::before {
  content: "\f86d"; }

.fa-microphone-alt-slash::before, .fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before, .fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before, .fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before, .fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football-ball::before, .fa-football::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angle-double-down::before, .fa-angles-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before, .fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before, .fa-long-arrow-up::before {
  content: "\f176"; }

.fa-burn::before, .fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-male::before, .fa-person::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before, .fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-pastafarianism::before, .fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before, .fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before, .fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before, .fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before, .fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil-alt::before, .fa-pencil::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-file-clipboard::before, .fa-paste::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-loading::before, .fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before, .fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before, .fa-quidditch-broom-ball::before, .fa-quidditch::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-archive::before, .fa-box-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before, .fa-sort-numeric-desc::before, .fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before, .fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before, .fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-alt::before, .fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before, .fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before, .fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before, .fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before, .fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows-left-right::before, .fa-people-arrows::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-caret-square-right::before, .fa-square-caret-right::before {
  content: "\f152"; }

.fa-cut::before, .fa-scissors::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-digital-tachograph::before, .fa-tachograph-digital::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-mail-reply::before, .fa-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-minus-square::before, .fa-square-minus::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-caret-square-down::before, .fa-square-caret-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before, .fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-3::before, .fa-hourglass-end::before {
  content: "\f253"; }

.fa-heart-broken::before, .fa-heart-crack::before {
  content: "\f7a9"; }

.fa-external-link-square-alt::before, .fa-square-up-right::before {
  content: "\f360"; }

.fa-face-kiss-beam::before, .fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before, .fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before, .fa-sign-out::before {
  content: "\f08b"; }

.fa-chevron-circle-down::before, .fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-unlock-alt::before, .fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-alt::before, .fa-headphones-simple::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before, .fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-down::before, .fa-volume-low::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-alt::before, .fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-check-square::before, .fa-square-check::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-header::before, .fa-heading::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list-squares::before, .fa-list::before {
  content: "\f03a"; }

.fa-phone-square-alt::before, .fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before, .fa-dot-circle::before {
  content: "\f192"; }

.fa-dizzy::before, .fa-face-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol-ball::before, .fa-futbol::before, .fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paint-brush::before, .fa-paintbrush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before, .fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before, .fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-edit::before, .fa-pen-to-square::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-alt::before, .fa-share-nodes::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-2::before, .fa-hourglass-half::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before, .fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before, .fa-sort-alpha-desc::before, .fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand-paper::before, .fa-hand::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before, .fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before, .fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before, .fa-grin-wink::before {
  content: "\f58c"; }

.fa-deaf::before, .fa-deafness::before, .fa-ear-deaf::before, .fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-rss-square::before, .fa-square-rss::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before, .fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before, .fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-rod-asclepius::before, .fa-rod-snake::before, .fa-staff-aesculapius::before, .fa-staff-snake::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-ambulance::before, .fa-truck-medical::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-2::before, .fa-temperature-half::before, .fa-thermometer-2::before, .fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-bolt::before, .fa-poo-storm::before {
  content: "\f75a"; }

.fa-face-frown-open::before, .fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder-blank::before, .fa-folder::before {
  content: "\f07b"; }

.fa-file-medical-alt::before, .fa-file-waveform::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-dashboard::before, .fa-gauge-med::before, .fa-gauge::before, .fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-magic-wand-sparkles::before, .fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-alt::before, .fa-pen-clip::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-shuttle-van::before, .fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-caret-square-left::before, .fa-square-caret-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-area-chart::before, .fa-chart-area::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before, .fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-air-freshener::before, .fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before, .fa-mouse-pointer::before {
  content: "\f245"; }

.fa-expand-arrows-alt::before, .fa-maximize::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before, .fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-random::before, .fa-shuffle::before {
  content: "\f074"; }

.fa-person-running::before, .fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before, .fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before, .fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before, .fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-1::before, .fa-hourglass-start::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before, .fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before, .fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before, .fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before, .fa-weight::before {
  content: "\f496"; }

.fa-user-friends::before, .fa-user-group::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before, .fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before, .fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-arrow-circle-up::before, .fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before, .fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before, .fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before, .fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before, .fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-alt::before, .fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before, .fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before, .fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before, .fa-file-upload::before {
  content: "\f574"; }

.fa-wifi-3::before, .fa-wifi-strong::before, .fa-wifi::before {
  content: "\f1eb"; }

.fa-bath::before, .fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-edit::before, .fa-user-pen::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-style::before, .fa-border-top-left::before {
  content: "\f853"; }

.fa-map-location-dot::before, .fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-poll::before, .fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-battery-car::before, .fa-car-battery::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-h::before, .fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-hand-back-fist::before, .fa-hand-rock::before {
  content: "\f255"; }

.fa-caret-square-up::before, .fa-square-caret-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-bar-chart::before, .fa-chart-bar::before {
  content: "\f080"; }

.fa-hands-bubbles::before, .fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before, .fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-plus-square::before, .fa-square-plus::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-glass-martini-alt::before, .fa-martini-glass::before {
  content: "\f57b"; }

.fa-rotate-back::before, .fa-rotate-backward::before, .fa-rotate-left::before, .fa-undo-alt::before {
  content: "\f2ea"; }

.fa-columns::before, .fa-table-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly-box::before, .fa-dolly::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-compress-arrows-alt::before, .fa-minimize::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angle-double-right::before, .fa-angles-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before, .fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-eur::before, .fa-euro-sign::before, .fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-check-circle::before, .fa-circle-check::before {
  content: "\f058"; }

.fa-circle-stop::before, .fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before, .fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before, .fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-chevron-circle-up::before, .fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-gbp::before, .fa-pound-sign::before, .fa-sterling-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before, .fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-mail-reply-all::before, .fa-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before, .fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before, .fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-arrow-circle-down::before, .fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-right-to-file::before, .fa-file-import::before {
  content: "\f56f"; }

.fa-external-link-square::before, .fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-0::before, .fa-temperature-empty::before, .fa-thermometer-0::before, .fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before, .fa-contact-card::before, .fa-vcard::before {
  content: "\f2bb"; }

.fa-balance-scale-right::before, .fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before, .fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before, .fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before, .fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before, .fa-cloud-upload-alt::before, .fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before, .fa-sprout::before {
  content: "\f4d8"; }

.fa-arrows-alt-h::before, .fa-left-right::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-arrow-circle-left::before, .fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before, .fa-sort-amount-asc::before, .fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before, .fa-thunderstorm::before {
  content: "\f76c"; }

.fa-remove-format::before, .fa-text-slash::before {
  content: "\f87d"; }

.fa-face-smile-wink::before, .fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-h::before, .fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before, .fa-cloud-download-alt::before, .fa-cloud-download::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-blackboard::before, .fa-chalkboard::before {
  content: "\f51b"; }

.fa-user-alt-slash::before, .fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-alt-slash::before, .fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before, .fa-refresh::before, .fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-alt::before, .fa-shield-halved::before {
  content: "\f3ed"; }

.fa-atlas::before, .fa-book-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before, .fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-archive::before, .fa-file-zipper::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-glass-martini::before, .fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before, .fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before, .fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-alt::before, .fa-feather-pointed::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-ad::before, .fa-rectangle-ad::before {
  content: "\f641"; }

.fa-arrow-circle-right::before, .fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before, .fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-1-2::before, .fa-list-numeric::before, .fa-list-ol::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-alt::before, .fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before, .fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-arrows-alt::before, .fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-alt::before, .fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-glass-whiskey::before, .fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before, .fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-krw::before, .fa-won-sign::before, .fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-cab::before, .fa-taxi::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before, .fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before, .fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before, .fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-hard-hat::before, .fa-hat-hard::before, .fa-helmet-safety::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-arrow-alt-circle-right::before, .fa-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before, .fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before, .fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-map-signs::before, .fa-signs-post::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before, .fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-home-user::before, .fa-house-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-cocktail::before, .fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-face-surprise::before, .fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before, .fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-alt::before, .fa-apple-whole::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-1::before, .fa-temperature-quarter::before, .fa-thermometer-1::before, .fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-poll-h::before, .fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before, .fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball-ball::before, .fa-basketball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-arrow-alt-circle-up::before, .fa-circle-up::before {
  content: "\f35b"; }

.fa-mobile-alt::before, .fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-volume-high::before, .fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before, .fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before, .fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before, .fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-alt::before, .fa-phone-flip::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-fast-forward::before, .fa-forward-fast::before {
  content: "\f050"; }

.fa-face-meh-blank::before, .fa-meh-blank::before {
  content: "\f5a4"; }

.fa-parking::before, .fa-square-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before, .fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before, .fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before, .fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before, .fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-alt::before, .fa-bus-simple::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before, .fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal-5::before, .fa-signal-perfect::before, .fa-signal::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-home-lg::before, .fa-house-chimney::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before, .fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before, .fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before, .fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-balance-scale-left::before, .fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-sort-asc::before, .fa-sort-up::before {
  content: "\f0de"; }

.fa-comment-dots::before, .fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before, .fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before, .fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before, .fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-right-rotate::before, .fa-arrow-rotate-forward::before, .fa-arrow-rotate-right::before, .fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before, .fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before, .fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-times::before, .fa-calendar-xmark::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-cog::before, .fa-user-gear::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before, .fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-digging::before, .fa-person-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple-med::before, .fa-gauge-simple::before, .fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right-alt::before, .fa-quote-right::before {
  content: "\f10e"; }

.fa-shirt::before, .fa-t-shirt::before, .fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before, .fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-external-link-alt::before, .fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-table-cells::before, .fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-bible::before, .fa-book-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-medkit::before, .fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-female::before, .fa-person-dress::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-briefcase-clock::before, .fa-business-time::before {
  content: "\f64a"; }

.fa-table-cells-large::before, .fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before, .fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before, .fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-birthday-cake::before, .fa-cake-candles::before, .fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angle-double-up::before, .fa-angles-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before, .fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass-empty::before, .fa-hourglass::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before, .fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before, .fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera-alt::before, .fa-camera::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before, .fa-sort-numeric-asc::before, .fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before, .fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-alt::before, .fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before, .fa-sort-alpha-asc::before, .fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-left-rotate::before, .fa-arrow-rotate-back::before, .fa-arrow-rotate-backward::before, .fa-arrow-rotate-left::before, .fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before, .fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before, .fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-list-alt::before, .fa-rectangle-list::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before, .fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-arrow-alt-circle-left::before, .fa-circle-left::before {
  content: "\f359"; }

.fa-subway::before, .fa-train-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before, .fa-indian-rupee::before, .fa-inr::before {
  content: "\e1bc"; }

.fa-crop-alt::before, .fa-crop-simple::before {
  content: "\f565"; }

.fa-money-bill-1::before, .fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before, .fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before, .fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before, .fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-american-sign-language-interpreting::before, .fa-asl-interpreting::before, .fa-hands-american-sign-language-interpreting::before, .fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-cog::before, .fa-gear::before {
  content: "\f013"; }

.fa-droplet-slash::before, .fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before, .fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before, .fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-alt::before, .fa-square-root-variable::before {
  content: "\f698"; }

.fa-clock-four::before, .fa-clock::before {
  content: "\f017"; }

.fa-backward-step::before, .fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-clinic-medical::before, .fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-temperature-3::before, .fa-temperature-three-quarters::before, .fa-thermometer-3::before, .fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-android-alt::before, .fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-3::before, .fa-battery-half::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders-h::before, .fa-sliders::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-v::before, .fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-long-arrow-alt-right::before, .fa-right-long::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-teletype::before, .fa-tty::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-hiking::before, .fa-person-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before, .fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before, .fa-grin::before {
  content: "\f580"; }

.fa-backspace::before, .fa-delete-left::before {
  content: "\f55a"; }

.fa-eye-dropper-empty::before, .fa-eye-dropper::before, .fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile-android::before, .fa-mobile-phone::before, .fa-mobile::before {
  content: "\f3ce"; }

.fa-face-meh::before, .fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-dead::before, .fa-book-skull::before {
  content: "\f6b7"; }

.fa-drivers-license::before, .fa-id-card::before {
  content: "\f2c2"; }

.fa-dedent::before, .fa-outdent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-home-alt::before, .fa-home-lg-alt::before, .fa-home::before, .fa-house::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before, .fa-exchange::before {
  content: "\f0ec"; }

.fa-redo-alt::before, .fa-rotate-forward::before, .fa-rotate-right::before {
  content: "\f2f9"; }

.fa-cutlery::before, .fa-utensils::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before, .fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-broadcast-tower::before, .fa-tower-broadcast::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-long-arrow-alt-up::before, .fa-up-long::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before, .fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before, .fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-cny::before, .fa-jpy::before, .fa-rmb::before, .fa-yen-sign::before, .fa-yen::before {
  content: "\f157"; }

.fa-rouble::before, .fa-rub::before, .fa-ruble-sign::before, .fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before, .fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-arrow-alt-circle-down::before, .fa-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before, .fa-sort-amount-desc::before, .fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before, .fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis-h::before, .fa-ellipsis::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-first-aid::before, .fa-kit-medical::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card-alt::before, .fa-credit-card::before {
  content: "\f09d"; }

.fa-automobile::before, .fa-car::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before, .fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before, .fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-h-square::before, .fa-square-h::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-4::before, .fa-temperature-full::before, .fa-thermometer-4::before, .fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-hands-helping::before, .fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-location-dot::before, .fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before, .fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before, .fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-america::before, .fa-earth-americas::before, .fa-earth::before, .fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-0::before, .fa-battery-empty::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before, .fa-tachometer-alt-fast::before, .fa-tachometer-alt::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital-alt::before, .fa-hospital-wide::before, .fa-hospital::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before, .fa-reorder::before, .fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-blind::before, .fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before, .fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-alt::before, .fa-boxes-stacked::before, .fa-boxes::before {
  content: "\f468"; }

.fa-chain::before, .fa-link::before {
  content: "\f0c1"; }

.fa-assistive-listening-systems::before, .fa-ear-listen::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before, .fa-search::before {
  content: "\f002"; }

.fa-ping-pong-paddle-ball::before, .fa-table-tennis-paddle-ball::before, .fa-table-tennis::before {
  content: "\f45d"; }

.fa-diagnoses::before, .fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before, .fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-edit::before, .fa-file-pen::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-pen-square::before, .fa-pencil-square::before, .fa-square-pen::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-5::before, .fa-battery-full::before, .fa-battery::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-dots::before, .fa-list-ul::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before, .fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-alt::before, .fa-landmark-dome::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-television::before, .fa-tv-alt::before, .fa-tv::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before, .fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before, .fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before, .fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before, .fa-snowboarding::before {
  content: "\f7ce"; }

.fa-shipping-fast::before, .fa-truck-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-adjust::before, .fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before, .fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball-ball::before, .fa-baseball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before, .fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-mute::before, .fa-volume-times::before, .fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip-horizontal::before, .fa-grip::before {
  content: "\f58d"; }

.fa-share-from-square::before, .fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before, .fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-phone-square::before, .fa-square-phone::before {
  content: "\f098"; }

.fa-add::before, .fa-plus::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-close::before, .fa-multiply::before, .fa-remove::before, .fa-times::before, .fa-xmark::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before, .fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-teacher::before, .fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left-alt::before, .fa-quote-left::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before, .fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-ils::before, .fa-shekel-sign::before, .fa-shekel::before, .fa-sheqel-sign::before, .fa-sheqel::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before, .fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before, .fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet-android::before, .fa-tablet::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-alt::before, .fa-car-rear::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-2::before, .fa-battery-quarter::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before, .fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before, .fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before, .fa-smile::before {
  content: "\f118"; }

.fa-thumb-tack::before, .fa-thumbtack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before, .fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before, .fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-cogs::before, .fa-gears::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before, .fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender-alt::before, .fa-transgender::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before, .fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-alt::before, .fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angle-double-left::before, .fa-angles-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before, .fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before, .fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-arrow-right-from-file::before, .fa-file-export::before {
  content: "\f56e"; }

.fa-shield-blank::before, .fa-shield::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before, .fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before, .fa-golf-ball::before {
  content: "\f450"; }

.fa-chevron-circle-left::before, .fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-magic::before, .fa-wand-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-alt::before, .fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-biking::before, .fa-person-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before, .fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before, .fa-times-square::before, .fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-expand-alt::before, .fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-arrows-alt-v::before, .fa-up-down::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before, .fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before, .fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before, .fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-chain-broken::before, .fa-chain-slash::before, .fa-link-slash::before, .fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before, .fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-alt::before, .fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before, .fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-angry::before, .fa-face-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-feed::before, .fa-rss::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-balance-scale::before, .fa-scale-balanced::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before, .fa-tachometer-fast::before, .fa-tachometer::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop-alt::before, .fa-desktop::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before, .fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before, .fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-4::before, .fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-fist-raised::before, .fa-hand-fist::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before, .fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before, .fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before, .fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-times::before, .fa-rectangle-xmark::before, .fa-times-rectangle::before, .fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before, .fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-exclamation-triangle::before, .fa-triangle-exclamation::before, .fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-arrow-turn-right::before, .fa-mail-forward::before, .fa-share::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-exchange-alt::before, .fa-right-left::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before, .fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before, .fa-sign-language::before, .fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-ladder-water::before, .fa-swimming-pool::before, .fa-water-ladder::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before, .fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before, .fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-alt::before, .fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-level-down-alt::before, .fa-turn-down::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-envelope-square::before, .fa-square-envelope::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-band-aid::before, .fa-bandage::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before, .fa-times-circle::before, .fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before, .fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-alt::before, .fa-id-card-clip::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before, .fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-allergies::before, .fa-hand-dots::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-coffee::before, .fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before, .fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-alt::before, .fa-user-large::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before, .fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before, .fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-try::before, .fa-turkish-lira-sign::before, .fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before, .fa-dollar::before, .fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before, .fa-search-dollar::before {
  content: "\f688"; }

.fa-users-cog::before, .fa-users-gear::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-bank::before, .fa-building-columns::before, .fa-institution::before, .fa-museum::before, .fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before, .fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-alt::before, .fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-fighter-jet::before, .fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-share-alt-square::before, .fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video-camera::before, .fa-video::before {
  content: "\f03d"; }

.fa-graduation-cap::before, .fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-level-up-alt::before, .fa-turn-up::before {
  content: "\f3bf"; }

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

:host, :root {
  --fa-style-family-brands:'Font Awesome 6 Brands';
  --fa-font-brands:normal 400 1em/1 'Font Awesome 6 Brands';
  --fa-style-family-classic:'Font Awesome 6 Free';
  --fa-font-regular:normal 400 1em/1 'Font Awesome 6 Free';
  --fa-style-family-classic:'Font Awesome 6 Free';
  --fa-font-solid:normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-js-square:before, .fa-square-js:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-reddit-square:before, .fa-square-reddit:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-instagram-square:before, .fa-square-instagram:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-hacker-news-square:before, .fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-snapchat-square:before, .fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before, .fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-dribbble-square:before, .fa-square-dribbble:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-debian:before {
  content: "\e60b"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before, .fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before, .fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-rendact:before, .fa-wpressr:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before, .fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before, .fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-github-square:before, .fa-square-github:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-square-threads:before {
  content: "\e619"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-gitlab-square:before, .fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-odnoklassniki-square:before, .fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-pinterest-square:before, .fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-google-plus-square:before, .fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before, .fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before, .fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-pied-piper-square:before, .fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-facebook-square:before, .fa-square-facebook:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-lastfm-square:before, .fa-square-lastfm:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before, .fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat-ghost:before, .fa-snapchat:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-behance-square:before, .fa-square-behance:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-git-square:before, .fa-square-git:before {
  content: "\f1d2"; }

.fa-square-tumblr:before, .fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-stubber:before {
  content: "\e5c7"; }

.fa-telegram-plane:before, .fa-telegram:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before, .fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack-hash:before, .fa-slack:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium-m:before, .fa-medium:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

.fa-solid, .fas {
  font-weight: 900; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }

@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }
