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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", 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: 551px) {
    ol.breadcrumbs {
      display: block; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

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

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

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

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

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

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

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

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

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

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

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

.account-reorder-form {
  display: inline-block; }

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

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

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

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

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

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

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

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

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .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: 801px) {
      .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: 801px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      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: 801px) {
    .header-logo-image-container {
      min-height: 109px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 801px) {
    .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: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.modal-body .modal-close.modal-close--button {
  position: relative;
  top: 0;
  right: 0; }
  .modal-body .modal-close.modal-close--button:before, .modal-body .modal-close.modal-close--button:after {
    content: '';
    display: none; }

.body .container .navBar.navBar--sub.navBar--account {
  display: none; }

.navPages-list:not(.navPages-list-depth-max) .b3-navs {
  padding: 0 0 0 1.5rem; }

@media (min-width: 801px) {
  .account.account--fixed {
    width: 66.66667%; } }

.page_type__account_orderstatus .body .container .account {
  display: none !important; }

.page_type__editaccount .body .container .form {
  display: none; }

.page_type__editaccount .body .container .account.account--fixed {
  width: 100%; }

.form + .form-action:not(.form-wishlist) .form-action {
  margin-top: 0;
  width: auto !important; }

.form + .form-action:not(.form-wishlist) .dropdown-menu .button {
  margin-bottom: 0; }

.productView-details .productView-options {
  display: block; }

.page_title__shopping_list .footer {
  transform: initial; }

.rfq-button-container.rfq-pdp-button-container {
  margin-top: 1rem; }

.quotes-search-form .form-field:nth-child(2) {
  line-height: 1; }

.productView-options .form .add-to-cart-wrapper {
  display: block;
  max-width: 545px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  color: #000; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: none !important;
  outline-offset: inherit  !important; }

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000; }

a {
  color: #000;
  text-decoration: none;
  transition: all .3s ease-in; }

.header {
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0; }
  .header.stick-head {
    animation: slideDown 0.9s ease-out; }

@keyframes slideDown {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }

.banner-top {
  background-color: #FFEF95;
  text-align: center;
  padding: 5px 0;
  position: relative; }
  .banner-top p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700; }
    .banner-top p span {
      text-transform: none;
      font-weight: 400;
      font-style: italic;
      font-size: 12px;
      padding-left: 4px; }
      .banner-top p span:first-child {
        color: #0071BC;
        padding-left: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-style: normal;
        font-size: 14px; }
  .banner-top:before, .banner-top:after {
    content: '';
    background-image: url("../img/banner-bg.png");
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: left;
    background-repeat: no-repeat; }
  .banner-top:before {
    transform: rotate(-180deg);
    left: 0; }
  .banner-top:after {
    right: 0; }

.header-container {
  max-width: 1366px;
  margin: 0 auto;
  display: block;
  width: 100%; }

.header-top {
  position: relative; }
  .header-top:before {
    content: '';
    background-image: url("../img/header-final-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 87px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }

.dropdown--quickSearch {
  display: block;
  background: 0 0;
  padding: 0;
  position: static;
  width: 100%;
  max-width: 440px; }
  .dropdown--quickSearch .form {
    max-width: 100%; }
  .dropdown--quickSearch .form-field {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border: 2px solid #0071BC;
    border-radius: 20px;
    padding-right: 17px;
    width: 100%; }
  .dropdown--quickSearch .form-input {
    border-radius: 20px;
    background-color: inherit;
    border: none;
    font-size: 13px;
    width: 100%;
    padding: 8px 19px;
    color: #3C3C3C;
    font-style: italic;
    text-transform: capitalize; }
    .dropdown--quickSearch .form-input::placeholder {
      color: #3C3C3C; }
  .dropdown--quickSearch .search-sub {
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.842' height='20.842' viewBox='0 0 20.842 20.842'%3E%3Cpath id='search' d='M68.523,66.75,63.8,62.025A8.782,8.782,0,1,0,62.025,63.8l4.725,4.725a1.255,1.255,0,0,0,1.773-1.773ZM50.507,56.774a6.267,6.267,0,1,1,6.267,6.267A6.267,6.267,0,0,1,50.507,56.774Z' transform='translate(-48 -48)' fill='%230071BC'/%3E%3C/svg%3E");
    border: none;
    text-indent: 9999px;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat; }
    .dropdown--quickSearch .search-sub:hover {
      opacity: 0.7; }
  .dropdown--quickSearch .quickSearchResults {
    position: absolute;
    z-index: 2;
    background: #fff;
    top: auto;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6); }
    .dropdown--quickSearch .quickSearchResults .quickSearchMessage {
      font-size: 24px;
      margin: 30px 0 40px; }

.header-middle {
  display: flex;
  justify-content: flex-start;
  padding-left: 427px;
  padding-top: 21px;
  align-items: center;
  position: relative;
  z-index: 3; }
  .header-middle .header-cnt {
    margin-left: 28px;
    margin-top: -2px; }
    .header-middle .header-cnt svg {
      margin-right: 1px;
      vertical-align: middle; }
    .header-middle .header-cnt a {
      font-size: 18px;
      letter-spacing: 0.72px;
      font-weight: 500;
      color: #000; }
      .header-middle .header-cnt a:hover {
        color: #0071BC; }

.header-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 16px 0 48px; }
  .header-bottom .header-lg {
    max-width: 266px;
    width: 100%;
    margin-top: -43px;
    margin-bottom: 20px;
    position: relative; }
    .header-bottom .header-lg:before {
      content: '';
      background-image: url("../img/logo_backgrnd.png");
      position: absolute;
      width: 362px;
      height: 120px;
      z-index: 2;
      background-repeat: no-repeat;
      background-size: cover;
      left: -22px;
      top: -17px;
      z-index: 2;
      background-position: center; }
  .header-bottom .stck-lg {
    display: none; }
  .header-bottom .header-logo {
    margin: 0; }
    .header-bottom .header-logo .header-logo-image-container {
      min-height: auto; }
    .header-bottom .header-logo .header-logo__link {
      z-index: 3; }

.menu-dsk {
  display: block;
  width: 100%; }
  .menu-dsk .level-one-menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; }
    .menu-dsk .level-one-menu .parent {
      margin-right: 7px; }
      .menu-dsk .level-one-menu .parent .main-cat {
        position: relative;
        z-index: 2;
        font-size: 22px;
        line-height: 31px;
        letter-spacing: -0.44px;
        color: #000;
        text-transform: capitalize;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        padding: 13px 19px 16px;
        border-radius: 8px 8px 0 0; }
      .menu-dsk .level-one-menu .parent:hover .main-cat {
        background-color: #0071BC;
        color: #fff; }
      .menu-dsk .level-one-menu .parent:last-child {
        margin-right: 0; }

.navUser {
  width: auto;
  padding: 0;
  z-index: 1; }
  .navUser .dropdown--quickSearch {
    display: none; }
  .navUser ul {
    display: flex;
    align-items: center; }
  .navUser .nav-anct {
    position: relative;
    line-height: 1; }
    .navUser .nav-anct a {
      padding: 0; }
      .navUser .nav-anct a:hover .us-lgout path {
        fill: #28ABE2; }
      .navUser .nav-anct a:hover .us-lgn #Ellipse_184 {
        fill: #28ABE2; }
      .navUser .nav-anct a:hover .us-lgn #Ellipse_185 {
        stroke: #28ABE2; }
    .navUser .nav-anct svg {
      fill: none;
      stroke: none; }
    .navUser .nav-anct .acnt-drp {
      display: none; }
    .navUser .nav-anct .us-lgn {
      display: none; }
    .navUser .nav-anct.anct-cust .us-lgn {
      display: block; }
    .navUser .nav-anct.anct-cust .us-lgout {
      display: none; }
  .navUser .acnt-drp {
    position: absolute;
    display: none;
    left: auto;
    right: -15px;
    top: auto;
    background-color: #fff;
    border-top: 5px solid #0071BC;
    width: 500px;
    padding: 10px 0 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
    margin-top: 14px;
    border-radius: 0 0 10px 10px;
    z-index: 2; }
    @media (max-width: 1290px) {
      .navUser .acnt-drp {
        width: 460px; } }
    .navUser .acnt-drp.with-cust {
      width: 260px;
      padding: 0; }
      .navUser .acnt-drp.with-cust .cls-btn {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        margin: 0; }
        .navUser .acnt-drp.with-cust .cls-btn svg {
          fill: #212121; }
        .navUser .acnt-drp.with-cust .cls-btn:hover svg rect {
          fill: #212121; }
      .navUser .acnt-drp.with-cust .customer-cards .customer-card.normal-user .customer-info {
        background: #D4E8FF; }
        .navUser .acnt-drp.with-cust .customer-cards .customer-card.normal-user .customer-info span svg {
          height: 35px;
          width: auto; }
      .navUser .acnt-drp.with-cust .customer-cards .customer-card.normal-user .account-links .navUser-action:hover {
        background: #0071BC;
        color: #fff; }
      .navUser .acnt-drp.with-cust .customer-cards .customer-card.b2b-user .customer-info {
        background: #D9F2F0; }
        .navUser .acnt-drp.with-cust .customer-cards .customer-card.b2b-user .customer-info span svg {
          height: 36px;
          width: auto; }
      .navUser .acnt-drp.with-cust .customer-cards .customer-card.b2b-user .account-links .navUser-action:hover {
        background: #00A99D;
        color: #fff; }
      .navUser .acnt-drp.with-cust .customer-cards .customer-card .customer-info {
        display: flex;
        padding: 9px 9px 5px;
        align-items: center; }
        .navUser .acnt-drp.with-cust .customer-cards .customer-card .customer-info span {
          display: flex;
          margin-right: 10px; }
        .navUser .acnt-drp.with-cust .customer-cards .customer-card .customer-info .customer-name p {
          margin: 0;
          font-family: "Poppins", sans-serif;
          font-weight: 600;
          font-size: 12px;
          line-height: 17px; }
        .navUser .acnt-drp.with-cust .customer-cards .customer-card .customer-info .customer-name h6 {
          margin: -1px 0 0;
          letter-spacing: normal;
          font-family: "Poppins", sans-serif;
          font-weight: 600;
          font-size: 18px;
          line-height: 25px;
          text-transform: capitalize; }
      .navUser .acnt-drp.with-cust .customer-cards .customer-card .account-links {
        padding: 16px 0px 13px; }
        .navUser .acnt-drp.with-cust .customer-cards .customer-card .account-links .navUser-action {
          padding: 8px 20px 7px;
          font-size: 16px;
          line-height: 23px;
          color: #000000;
          text-transform: capitalize; }
    .navUser .acnt-drp:before, .navUser .acnt-drp:after {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #0071BC;
      position: absolute;
      right: 16px;
      content: "";
      top: -15px; }
    .navUser .acnt-drp.open-anct {
      display: block; }
    .navUser .acnt-drp a {
      display: block;
      font-size: 18px;
      font-weight: 600;
      text-transform: initial;
      padding: 8px 20px;
      line-height: 23px;
      color: #000; }
      .navUser .acnt-drp a:hover {
        background-color: #0071BC;
        color: #fff; }
    .navUser .acnt-drp .cls-btn {
      display: none; }
    .navUser .acnt-drp .login-cards {
      display: flex;
      flex-wrap: wrap;
      padding: 0 5px 9px; }
      .navUser .acnt-drp .login-cards .login-card {
        max-width: 245px;
        padding: 0 5px; }
        @media (max-width: 1290px) {
          .navUser .acnt-drp .login-cards .login-card {
            max-width: 225px; } }
        .navUser .acnt-drp .login-cards .login-card .sub-card {
          padding: 17px 15px 15px 20px;
          border-radius: 5px; }
          @media (max-width: 1290px) {
            .navUser .acnt-drp .login-cards .login-card .sub-card {
              padding: 15px 7px; } }
          .navUser .acnt-drp .login-cards .login-card .sub-card.normal-user {
            background: #D4E8FF; }
            .navUser .acnt-drp .login-cards .login-card .sub-card.normal-user a {
              background-color: #0071BC; }
              .navUser .acnt-drp .login-cards .login-card .sub-card.normal-user a:hover {
                background-color: #28ABE2; }
          .navUser .acnt-drp .login-cards .login-card .sub-card.b2b-user {
            background: #D9F2F0; }
            .navUser .acnt-drp .login-cards .login-card .sub-card.b2b-user a {
              background-color: #00A99D; }
              .navUser .acnt-drp .login-cards .login-card .sub-card.b2b-user a:hover {
                background-color: #00d4c5; }
        .navUser .acnt-drp .login-cards .login-card span {
          display: flex;
          justify-content: center;
          margin-bottom: 14px; }
          @media (max-width: 1290px) {
            .navUser .acnt-drp .login-cards .login-card span {
              margin-bottom: 10px; } }
          .navUser .acnt-drp .login-cards .login-card span svg {
            height: 74px;
            width: auto; }
            @media (max-width: 1290px) {
              .navUser .acnt-drp .login-cards .login-card span svg {
                max-height: 50px; } }
        .navUser .acnt-drp .login-cards .login-card h4 {
          color: #000;
          letter-spacing: normal;
          font-family: "Poppins", sans-serif;
          font-weight: 700;
          text-transform: capitalize;
          font-size: 18px;
          line-height: 25px;
          text-align: center;
          margin: 0; }
          @media (max-width: 1290px) {
            .navUser .acnt-drp .login-cards .login-card h4 {
              font-size: 16px;
              line-height: 23px; } }
        .navUser .acnt-drp .login-cards .login-card p {
          color: #000;
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          font-size: 12px;
          line-height: 16px;
          margin: 10px 0 17px;
          display: block; }
        .navUser .acnt-drp .login-cards .login-card a {
          width: 195px;
          height: 38px;
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          text-transform: uppercase;
          color: #FFFFFF;
          border-radius: 50px;
          font-family: "Poppins", sans-serif;
          font-weight: 700;
          font-size: 16px;
          line-height: 23px; }
          @media (max-width: 1290px) {
            .navUser .acnt-drp .login-cards .login-card a {
              font-size: 14px;
              line-height: 16px;
              width: 200px;
              height: 36px; } }
  .navUser .cls-btn {
    display: block;
    text-align: right;
    cursor: pointer;
    margin-right: 10px; }
    .navUser .cls-btn:hover svg rect {
      fill: #28ABE2; }
  .navUser .navUser-item--cart {
    margin-left: 28px; }
    .navUser .navUser-item--cart a {
      background-color: #77B55C;
      padding: 20px 21px;
      line-height: 1;
      position: relative;
      transition: none; }
      .navUser .navUser-item--cart a:before {
        content: '';
        background-color: #77B55C;
        top: -29px;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1; }
      .navUser .navUser-item--cart a:hover {
        background-color: #85DD5F; }
        .navUser .navUser-item--cart a:hover:before {
          background-color: #85DD5F; }
    .navUser .navUser-item--cart .countPill--positive {
      position: absolute;
      top: -2px;
      margin-left: 0;
      width: auto;
      background-color: inherit;
      height: auto;
      font-size: 16px;
      letter-spacing: -0.32px;
      line-height: 23px;
      font-weight: 600;
      left: 50%;
      transform: translateX(-50%); }
    .navUser .navUser-item--cart .desk-icn {
      display: block; }
    .navUser .navUser-item--cart .mbl-icn {
      display: none; }
    .navUser .navUser-item--cart svg {
      fill: none;
      stroke: none; }
    .navUser .navUser-item--cart .dropdown-menu {
      width: 350px;
      padding: 10px 0 0;
      border-top: 5px solid #77B55C;
      border-left: 1px solid #BBBBBB;
      border-right: 1px solid #BBBBBB;
      border-bottom: 1px solid #BBBBBB;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
      max-width: 350px;
      margin-top: -5px; }
      .navUser .navUser-item--cart .dropdown-menu:before, .navUser .navUser-item--cart .dropdown-menu:after {
        content: none; }
      .navUser .navUser-item--cart .dropdown-menu .previewCartItem-image {
        width: 80px; }
        .navUser .navUser-item--cart .dropdown-menu .previewCartItem-image img {
          max-height: 100%;
          margin: 0; }
      .navUser .navUser-item--cart .dropdown-menu a {
        background-color: inherit; }
        .navUser .navUser-item--cart .dropdown-menu a:before {
          content: none; }
      .navUser .navUser-item--cart .dropdown-menu .previewCartWrapper {
        overflow: visible; }
      .navUser .navUser-item--cart .dropdown-menu .previewCartItem-brand {
        display: none; }
      .navUser .navUser-item--cart .dropdown-menu .previewCartItem {
        display: flex;
        align-items: flex-start;
        padding-bottom: 10px; }
        .navUser .navUser-item--cart .dropdown-menu .previewCartItem:last-child {
          padding-bottom: 0; }
      .navUser .navUser-item--cart .dropdown-menu .previewCartItem-name {
        margin-bottom: 9px; }
        .navUser .navUser-item--cart .dropdown-menu .previewCartItem-name a {
          padding: 0;
          color: #000;
          font-size: 18px;
          font-weight: 600;
          line-height: 25px; }
          .navUser .navUser-item--cart .dropdown-menu .previewCartItem-name a:hover {
            color: #0071BC; }
      .navUser .navUser-item--cart .dropdown-menu .previewCartItem-content {
        width: calc(100% - 80px);
        padding-left: 10px; }
      .navUser .navUser-item--cart .dropdown-menu ul {
        display: block;
        padding: 0 20px; }
      .navUser .navUser-item--cart .dropdown-menu .previewCartItem-price {
        color: #0071BC;
        font-size: 15px;
        font-weight: 500;
        line-height: 21px; }
      .navUser .navUser-item--cart .dropdown-menu .previewCartItem + .previewCartItem {
        border-color: #BBBBBB;
        padding-top: 10px; }
      .navUser .navUser-item--cart .dropdown-menu .previewCartAction-checkout {
        padding-left: 0;
        padding-right: 2px;
        width: 60%; }
      .navUser .navUser-item--cart .dropdown-menu .previewCartAction {
        margin-top: 15px;
        border: none;
        padding: 12px 10px 11px;
        background-color: #E8F2FF; }
      .navUser .navUser-item--cart .dropdown-menu .previewCart-additionalCheckoutButtons .or-use-label {
        text-align: center;
        font-size: 0; }
        .navUser .navUser-item--cart .dropdown-menu .previewCart-additionalCheckoutButtons .or-use-label:before {
          content: '— or use —';
          font-size: 14px;
          text-transform: uppercase; }
      .navUser .navUser-item--cart .dropdown-menu .previewCartAction-viewCart {
        padding-left: 11px;
        padding-right: 0;
        width: 40%; }
      .navUser .navUser-item--cart .dropdown-menu .button--primary {
        background-color: #77B55C;
        border-radius: 18px;
        text-transform: uppercase;
        color: #fff;
        border-color: #77B55C;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        padding: 9px 7px 9px 6px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .navUser .navUser-item--cart .dropdown-menu .button--primary:hover {
          background-color: #85DD5F;
          border-color: #85DD5F; }
        .navUser .navUser-item--cart .dropdown-menu .button--primary svg {
          width: 17px;
          height: 16px;
          margin-right: 6px; }
      .navUser .navUser-item--cart .dropdown-menu .button--action {
        background-color: #fff;
        border-radius: 18px;
        text-transform: uppercase;
        color: #77B55C;
        border-color: #77B55C;
        font-weight: 700;
        border-width: 2px;
        font-family: "Poppins", sans-serif;
        padding: 9px 13px;
        font-size: 14px; }
        .navUser .navUser-item--cart .dropdown-menu .button--action:hover {
          background-color: #77B55C;
          border-color: #77B55C;
          color: #fff; }
      .navUser .navUser-item--cart .dropdown-menu .cls-cart-btn {
        display: block;
        text-align: right;
        cursor: pointer;
        margin-right: 10px; }
        .navUser .navUser-item--cart .dropdown-menu .cls-cart-btn:hover svg rect {
          fill: #28ABE2; }

.container {
  max-width: 1366px;
  width: 100%;
  padding: 0 28px; }

.footer {
  border: none;
  padding: 0;
  background-color: #E8F2FF; }
  .footer .container {
    padding: 0; }
  .footer .footer-top {
    background-image: url("../img/footer-subs-img.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #fff;
    margin-top: -5px; }
    .footer .footer-top .footer-tp {
      padding: 27px 182px 16px 148px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .footer .footer-top .footer-info-col {
      width: auto;
      padding: 0;
      display: flex;
      align-items: flex-end;
      margin: 0; }
    .footer .footer-top .form {
      padding-left: 13px;
      padding-right: 0; }
      .footer .footer-top .form .form-field {
        margin: 0; }
        .footer .footer-top .form .form-field .form-prefixPostfix {
          position: relative;
          border-radius: 20px;
          background-color: #fff; }
          .footer .footer-top .form .form-field .form-prefixPostfix input {
            background-color: inherit;
            border: none;
            min-width: 309px;
            width: 100%;
            padding: 10px 21px;
            font-style: italic;
            font-size: 13px;
            border-radius: 20px;
            color: #3C3C3C;
            height: auto; }
            .footer .footer-top .form .form-field .form-prefixPostfix input::placeholder {
              color: #3c3c3c; }
          .footer .footer-top .form .form-field .form-prefixPostfix .button {
            position: absolute;
            right: 18px;
            padding: 0;
            height: auto;
            top: 50%;
            transform: translate(0, -50%);
            border: none;
            background-color: inherit;
            margin: 0;
            width: auto; }
            .footer .footer-top .form .form-field .form-prefixPostfix .button svg {
              fill: #00A99D;
              width: 22px;
              height: 18px; }
            .footer .footer-top .form .form-field .form-prefixPostfix .button:hover svg {
              fill: #85DD5F; }
    .footer .footer-top .subs-cnt .footer-info-heading {
      color: #fff;
      font-size: 22px;
      line-height: 31px;
      letter-spacing: 0.22px;
      font-weight: 700;
      margin: 0; }
    .footer .footer-top .subs-cnt p {
      color: #fff;
      margin: 0;
      font-size: 15px;
      letter-spacing: 0.15px;
      line-height: 21px;
      font-weight: 600;
      font-style: italic; }
    .footer .footer-top .footer-logo {
      max-width: 170px;
      margin-top: -12px;
      margin-bottom: -50px; }
  .footer .footer-bottom .btm-cntr {
    max-width: 1366px;
    width: 100%;
    padding: 0 135px 38px 146px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start; }
  .footer .footer-bottom .ftr-col {
    margin-top: 49px;
    padding-right: 30px; }
    .footer .footer-bottom .ftr-col .footer-info-heading {
      color: #000;
      font-size: 16px;
      line-height: 23px;
      text-transform: capitalize;
      font-weight: 700;
      margin: 0 0 10px; }
    .footer .footer-bottom .ftr-col .footer-info-list {
      margin: 0; }
      .footer .footer-bottom .ftr-col .footer-info-list li {
        padding-bottom: 7px; }
        .footer .footer-bottom .ftr-col .footer-info-list li:last-child {
          padding-bottom: 0; }
      .footer .footer-bottom .ftr-col .footer-info-list a {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        text-transform: initial;
        padding: 0; }
        .footer .footer-bottom .ftr-col .footer-info-list a:hover {
          color: #0071BC; }
  .footer .footer-bottom .fotr-anct {
    width: 20.41%; }
  .footer .footer-bottom .fotr-pgs {
    width: 14.93%; }
  .footer .footer-bottom .fotr-purchs {
    width: 22.69%; }
  .footer .footer-bottom .ftr-address {
    width: 20.41%; }
  .footer .footer-bottom address {
    font-style: normal; }
  .footer .footer-bottom span {
    display: block;
    padding-bottom: 2px; }
    .footer .footer-bottom span a {
      text-decoration: underline; }
  .footer .footer-bottom .ofc-numb {
    margin-top: 24px; }
  .footer .footer-bottom .btm-top {
    width: calc(100% - 208px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
  .footer .footer-bottom .ftr-social {
    padding: 0;
    width: 208px;
    margin: 49px 0 0 auto;
    padding: 0; }
  .footer .footer-bottom .footer-info-col--right {
    text-align: left;
    margin-bottom: 8px; }
  .footer .footer-bottom .socialLinks-item {
    margin-right: 28px;
    height: 100%;
    margin-bottom: 0;
    line-height: 1; }
    .footer .footer-bottom .socialLinks-item a:hover svg path {
      fill: #28ABE2; }
  .footer .footer-bottom .footer-copyright p {
    color: #000;
    font-size: 12px;
    font-weight: 400; }
  .footer .footer-bottom .footer-copyright a {
    color: #000;
    text-decoration: underline; }
    .footer .footer-bottom .footer-copyright a:hover {
      color: #0071BC; }

.skip-to-main-link {
  display: none; }

.stick-head .banner-top {
  display: none; }

.stick-head .header-top:before {
  content: none; }

.stick-head .header-bottom {
  padding: 0 16px 0 28px;
  align-items: center;
  justify-content: flex-start; }
  .stick-head .header-bottom .header-logo {
    display: none; }
  .stick-head .header-bottom .stck-lg {
    display: block; }
  .stick-head .header-bottom .header-lg {
    max-width: 40px;
    margin-top: 0;
    margin-bottom: 0; }
    .stick-head .header-bottom .header-lg:before {
      content: none; }

.stick-head .header-middle {
  display: none; }

.stick-head .navUser {
  width: calc(100% - 874px);
  display: flex;
  align-items: center; }
  .stick-head .navUser .dropdown--quickSearch {
    display: block; }
    .stick-head .navUser .dropdown--quickSearch .quickSearchResults {
      width: 100%; }
    .stick-head .navUser .dropdown--quickSearch .productGrid {
      flex-wrap: wrap;
      max-height: 700px;
      overflow: auto; }
      .stick-head .navUser .dropdown--quickSearch .productGrid .product {
        width: 49%; }
  .stick-head .navUser .nav-anct {
    display: none; }
  .stick-head .navUser .navUser-item--cart {
    margin-left: 21px; }
    .stick-head .navUser .navUser-item--cart a {
      padding: 23px 20px 9px; }
      .stick-head .navUser .navUser-item--cart a:before {
        content: none; }
    .stick-head .navUser .navUser-item--cart .countPill--positive {
      top: 0; }

.stick-head .menu-dsk {
  width: 834px; }
  .stick-head .menu-dsk .level-one-menu {
    justify-content: flex-start;
    padding-left: 23px; }
    .stick-head .menu-dsk .level-one-menu .parent .main-cat {
      font-size: 20px;
      letter-spacing: -0.4px;
      padding: 15px 17px 15px; }

.slick-next {
  right: 0; }

.slick-prev {
  left: 0; }

.productCarousel, .productGrid {
  margin: 0; }

.menu-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  display: none; }

.menu-open .menu-bg {
  display: block; }

.mbl-mn .header-mobile-menu {
  max-width: 375px;
  width: 100%;
  padding-top: 19px;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 80px;
  z-index: 2;
  left: -100%;
  transition: ease all .4s;
  overflow-x: hidden; }
  .mbl-mn .header-mobile-menu.open {
    left: 0; }
  .mbl-mn .header-mobile-menu .header-scroll {
    background-color: #fff;
    max-width: 375px;
    transition: transform 0.4s ease;
    height: calc(100vh - 275px);
    overflow: hidden;
    overflow-y: scroll; }

.mbl-mn .header-scroll {
  width: 100%;
  position: relative;
  z-index: 10; }
  .mbl-mn .header-scroll.open {
    transform: translateX(-390px);
    overflow: visible;
    overflow-y: visible; }

.mbl-mn .banner-top {
  display: block;
  background-color: inherit;
  padding: 0;
  max-width: 278px;
  margin: 0 auto; }
  .mbl-mn .banner-top:before, .mbl-mn .banner-top:after {
    content: none; }
  .mbl-mn .banner-top p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800; }
  .mbl-mn .banner-top .bnr-fnt {
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    font-size: 15px; }
  .mbl-mn .banner-top span {
    padding: 0; }

.mbl-mn .dropdown--quickSearch {
  padding: 0 18px;
  margin-top: 13px; }
  .mbl-mn .dropdown--quickSearch .quickSearchResults {
    z-index: 11;
    width: 100%;
    transform: none;
    left: 0;
    box-shadow: none; }
  .mbl-mn .dropdown--quickSearch .modal-close {
    display: block; }

.mbl-mn .mbl-mnn {
  padding: 0 28px;
  margin-top: 48px; }
  .mbl-mn .mbl-mnn ul {
    margin: 0;
    list-style: none; }
  .mbl-mn .mbl-mnn .parent-linkl {
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 8px;
    padding-top: 18px; }
    .mbl-mn .mbl-mnn .parent-linkl:first-child {
      padding-top: 0; }
    .mbl-mn .mbl-mnn .parent-linkl.mbl-last {
      border-bottom: none; }
      .mbl-mn .mbl-mnn .parent-linkl.mbl-last .link-txt {
        color: #0071BC; }
        .mbl-mn .mbl-mnn .parent-linkl.mbl-last .link-txt:hover {
          color: #000; }
  .mbl-mn .mbl-mnn .last-chl {
    display: flex;
    align-items: center;
    margin-top: -4px; }
    .mbl-mn .mbl-mnn .last-chl svg {
      margin-right: 6px; }
  .mbl-mn .mbl-mnn .link-txt {
    font-size: 24px;
    text-decoration: none;
    letter-spacing: -0.48px;
    font-weight: 700;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .mbl-mn .mbl-mnn .link-txt:hover {
      color: #0071BC; }

.mbl-mn .acnt {
  background-color: #E8F2FF;
  margin-top: 86px;
  padding: 27px 50px; }
  .mbl-mn .acnt .mob-acc-menu {
    margin: 0;
    list-style: none;
    text-align: center; }
    .mbl-mn .acnt .mob-acc-menu li {
      padding-bottom: 5px; }
    .mbl-mn .acnt .mob-acc-menu a {
      font-size: 15px;
      color: #000;
      line-height: 23px;
      text-decoration: none; }
      .mbl-mn .acnt .mob-acc-menu a:hover {
        color: #0071BC; }

.mbl-mn .menu-acc-btn {
  background-color: #0071BC;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  padding: 9px 10px;
  text-transform: uppercase;
  text-align: center;
  display: block; }
  .mbl-mn .menu-acc-btn svg {
    margin-right: 3px;
    vertical-align: middle;
    margin-bottom: 3px; }

.mbl-mn .head-contact {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  padding: 0 24px; }
  .mbl-mn .head-contact .icn {
    margin-top: 3px; }
  .mbl-mn .head-contact .cnt {
    padding-left: 9px; }
  .mbl-mn .head-contact p {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    margin: 0; }
  .mbl-mn .head-contact a {
    display: block;
    text-decoration: none;
    letter-spacing: 0.88px;
    font-size: 22px;
    line-height: 31px;
    color: #000;
    margin-top: -6px;
    font-weight: 500; }
    .mbl-mn .head-contact a:hover {
      color: #0071BC; }
  .mbl-mn .head-contact span {
    color: #3C3C3C;
    font-size: 14px;
    line-height: 19px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding-left: 6px; }

.mbl-mn .child-lvl {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  transition: transform 0.4s ease;
  padding: 0 27px 35px;
  transform: translateX(390px); }
  .mbl-mn .child-lvl.open {
    visibility: visible;
    opacity: 1; }
  .mbl-mn .child-lvl.hide {
    transform: translateX(-390px);
    overflow: visible; }
    .mbl-mn .child-lvl.hide .child-lvl.open {
      transform: translateX(780px);
      overflow: hidden;
      overflow-y: visible; }

.mbl-mn .chld-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 7px;
  margin-bottom: 20px; }

.mbl-mn .sub-hd {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.48px;
  line-height: 33px; }

.mbl-mn .back-btn {
  font-size: 16px;
  color: #77B55C;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 23px;
  display: flex;
  align-items: flex-start;
  cursor: pointer; }
  .mbl-mn .back-btn svg {
    margin-right: 8px; }
  .mbl-mn .back-btn:hover {
    color: #0071BC; }
    .mbl-mn .back-btn:hover svg path {
      fill: #0071BC; }

.mbl-mn .child-drp a {
  font-size: 18px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 23px; }
  .mbl-mn .child-drp a:hover {
    color: #0071BC; }

.mbl-mn .child-drp li {
  margin-bottom: 24px; }
  .mbl-mn .child-drp li:last-child {
    margin-bottom: 0; }

.mobileMenu-toggle .clos-icon {
  display: none;
  margin-left: 4px; }

.mobileMenu-toggle.is-open .deflt-icon {
  display: none; }

.mobileMenu-toggle.is-open .clos-icon {
  display: block; }

.mobile-open {
  overflow: hidden; }
  .mobile-open .header-middle {
    opacity: 0;
    visibility: hidden; }

.lg-view .header-logo .header-logo__link {
  z-index: 2; }

.body {
  margin: 0; }

#validate-company.navUser-action {
  display: none; }

#my-quote-entry.navUser-item {
  display: none; }

nav[aria-label="Breadcrumb"] .breadcrumbs {
  display: flex;
  text-align: left;
  margin: 22px 0 4px; }
  nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb {
    color: #000;
    display: inline-flex;
    font-size: 12px;
    line-height: 18px;
    margin: 0; }
    nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb a {
      color: #000; }
      nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb a:hover {
        color: #77B55C; }
    nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb:not(:first-child):before {
      width: auto;
      height: auto;
      border-right: none;
      content: ">";
      margin: 0 7px;
      transform: none; }

.subcategory-listing {
  width: 100%;
  display: flex;
  padding: 0 75px;
  margin: 0 0 20px 0; }
  .subcategory-listing .page-content {
    padding: 0; }
  .subcategory-listing .page-heading {
    width: 100%;
    color: #000;
    display: inline-flex;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 51px;
    margin: 0 0 20px 0; }
  .subcategory-listing ul {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -20px; }
    .subcategory-listing ul li {
      width: 33.33%;
      display: inline-flex;
      flex-wrap: wrap;
      flex-direction: column;
      padding: 0 20px;
      margin: 0 0 40px 0; }
      .subcategory-listing ul li figure {
        width: 100%;
        height: 230px;
        margin: 0; }
        .subcategory-listing ul li figure a {
          width: 100%;
          height: 100%;
          display: inline-flex;
          overflow: hidden; }
          .subcategory-listing ul li figure a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all .3s ease-in; }
          .subcategory-listing ul li figure a:hover img {
            transform: scale(1.05); }
      .subcategory-listing ul li .subcat-btm {
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 10px 0 0 0; }
        .subcategory-listing ul li .subcat-btm h3 {
          width: calc(100% - 78px);
          color: #000;
          font-size: 24px;
          font-weight: 700;
          line-height: 30px;
          padding: 0 20px 0 0;
          margin: 0; }
          .subcategory-listing ul li .subcat-btm h3 a {
            color: #000; }
            .subcategory-listing ul li .subcat-btm h3 a:hover {
              color: #77B55C; }
        .subcategory-listing ul li .subcat-btm .shop-btn {
          width: 78px;
          float: left;
          color: #77B55C;
          font-size: 14px;
          font-weight: 700;
          line-height: 20px;
          text-align: center;
          text-transform: uppercase;
          border: 2px solid #77B55C;
          border-radius: 18px;
          padding: 6.5px 5px 5.5px; }
          .subcategory-listing ul li .subcat-btm .shop-btn:hover {
            background: #77B55C;
            color: #fff; }

.subcat-desc {
  width: 100%;
  float: left;
  padding: 0 19px;
  margin: 10px 0 40px; }
  .subcat-desc p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 14px;
    line-height: 21px; }
    .subcat-desc p:last-child {
      margin: 0; }

@media screen and (min-width: 1023px) {
  .footer .footer-bottom .ftr-col .footer-info-heading {
    pointer-events: none; }
  .footer .footer-bottom .ftr-col .footer-info-list {
    display: block !important; }
  .mbl-mn .header-mobile-menu {
    display: none; }
  .mobile-open {
    overflow: auto; }
    .mobile-open .header-middle {
      opacity: 1;
      visibility: visible; } }

@media screen and (max-width: 1365px) {
  .container {
    padding: 0 25px; }
  nav[aria-label="Breadcrumb"] .breadcrumbs {
    margin: 19px 0 6px; }
  .subcategory-listing {
    padding: 0; }
    .subcategory-listing ul {
      margin: 0 -18.5px; }
      .subcategory-listing ul li {
        padding: 0 18.5px; }
        .subcategory-listing ul li figure {
          height: 190px; }
        .subcategory-listing ul li .subcat-btm h3 {
          font-size: 20px;
          line-height: 26px;
          padding: 0 15px 0 0; }
  .subcat-desc {
    padding: 0 82px;
    margin: 0 0 40px; } }

@media screen and (max-width: 1300px) {
  .footer .footer-top .footer-tp {
    padding: 23px 70px 16px 35px; }
  .footer .footer-bottom .ftr-social {
    margin: 50px 0 0 auto; }
  .footer .footer-bottom .ftr-col {
    margin-top: 50px; }
  .footer .footer-bottom .btm-cntr {
    padding: 0 24px 36px 35px; } }

@media screen and (max-width: 1275px) {
  .footer .footer-top .form {
    padding-left: 9px; }
  .footer .footer-top .footer-logo {
    margin-top: -9px; }
  .footer .footer-bottom .fotr-anct {
    width: 23.64%; }
  .footer .footer-bottom .fotr-pgs {
    width: 17.30%; }
  .footer .footer-bottom .fotr-purchs {
    width: 26.28%; }
  .footer .footer-bottom .ftr-address {
    width: 23.7%; }
  .banner-top:before, .banner-top:after {
    width: 150px;
    width: 150px; }
  .dropdown--quickSearch {
    max-width: 100%;
    width: calc(100% - 176px); }
    .dropdown--quickSearch .form-field {
      padding-right: 15px; }
    .dropdown--quickSearch .form-input {
      font-size: 12px; }
    .dropdown--quickSearch .search-sub {
      margin-top: -2px; }
    .dropdown--quickSearch .quickSearchResults .quickSearchMessage {
      font-size: 20px;
      margin: 30px 0 25px; }
  .header-middle {
    padding-left: 354px;
    padding-top: 11px;
    padding-right: 216px; }
    .header-middle .header-cnt {
      margin-left: 27px;
      width: 146px; }
      .header-middle .header-cnt a {
        font-size: 16px;
        letter-spacing: 0.64px; }
      .header-middle .header-cnt svg {
        width: 17px;
        height: 17px;
        margin-bottom: 2px; }
  .header-top:before {
    background-position: bottom;
    height: 65px; }
  .header-bottom {
    padding: 0 10px 0 22px; }
    .header-bottom .header-lg {
      max-width: 201px;
      margin-top: -35px;
      margin-bottom: 15px; }
      .header-bottom .header-lg:before {
        width: 248px;
        height: 105px;
        left: -12px;
        top: -13px; }
  .navUser .nav-anct svg {
    width: 19px;
    height: 19px; }
  .navUser .navUser-item--cart {
    margin-left: 22px; }
    .navUser .navUser-item--cart a {
      padding: 14px 15px; }
    .navUser .navUser-item--cart svg {
      width: 22px;
      height: 22px; }
    .navUser .navUser-item--cart .countPill--positive {
      top: -6px;
      font-size: 13px;
      letter-spacing: -0.26px;
      line-height: 19px; }
    .navUser .navUser-item--cart .dropdown-menu {
      width: 330px; }
      .navUser .navUser-item--cart .dropdown-menu .previewCartItem-image {
        width: 72px; }
      .navUser .navUser-item--cart .dropdown-menu .previewCartItem-content {
        width: calc(100% - 72px); }
      .navUser .navUser-item--cart .dropdown-menu .previewCartItem-name {
        margin-bottom: 5px; }
        .navUser .navUser-item--cart .dropdown-menu .previewCartItem-name a {
          line-height: 20px;
          font-size: 14px; }
      .navUser .navUser-item--cart .dropdown-menu .previewCartItem-price {
        font-size: 14px;
        line-height: 20px; }
      .navUser .navUser-item--cart .dropdown-menu .button--primary {
        font-size: 12px; }
      .navUser .navUser-item--cart .dropdown-menu .button--action {
        padding: 9.5px 13px;
        font-size: 13px; }
  .navUser .acnt-drp a {
    font-size: 16px;
    padding: 8px 20px;
    line-height: 20px; }
  .menu-dsk .level-one-menu .parent .main-cat {
    font-size: 18px;
    letter-spacing: -0.36px;
    padding: 6px 14px 13px;
    line-height: 25px; }
  .stick-head .navUser {
    width: calc(100% - 691px); }
    .stick-head .navUser .dropdown--quickSearch {
      width: 100%; }
    .stick-head .navUser .navUser-item--cart a {
      padding: 25px 18px 12px; }
    .stick-head .navUser .navUser-item--cart .countPill--positive {
      top: 4px; }
  .stick-head .menu-dsk {
    width: 652px; }
    .stick-head .menu-dsk .level-one-menu {
      padding-left: 16px; }
      .stick-head .menu-dsk .level-one-menu .parent .main-cat {
        padding: 16px 14px 17px;
        font-size: 17px;
        letter-spacing: -0.36px; } }

@media screen and (max-width: 1023px) {
  .container {
    padding: 0 35px; }
  .footer .footer-top .footer-info-col {
    display: block; }
  .footer .footer-top .footer-tp {
    padding: 27px 105px 16px 60px; }
  .footer .footer-top .form {
    padding-left: 0;
    margin-top: 8px;
    max-width: 308px; }
  .footer .footer-top .footer-logo {
    margin-top: -20px;
    margin-bottom: 0; }
  .footer .footer-bottom .btm-cntr {
    padding: 0 68px 36px 62px; }
  .footer .footer-bottom .btm-top {
    flex-wrap: wrap;
    margin-top: 22px; }
    .footer .footer-bottom .btm-top .ftr-col {
      width: 100%;
      margin-top: 18px; }
    .footer .footer-bottom .btm-top .footer-info-heading {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg id='Group_6967' data-name='Group 6967' transform='translate(-75 -846)'%3E%3Crect id='Rectangle_4710' data-name='Rectangle 4710' width='18' height='4' rx='2' transform='translate(75 853)'/%3E%3Crect id='Rectangle_4712' data-name='Rectangle 4712' width='18' height='4' rx='2' transform='translate(82 864) rotate(-90)'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center left;
      background-size: 18px;
      padding-left: 28px; }
      .footer .footer-bottom .btm-top .footer-info-heading.drag {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='5' viewBox='0 0 18 5'%3E%3Cg%3E%3Cg%3E%3Cpath d='M2 4.21a2 2 0 1 1 0-4h14a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .footer .footer-bottom .ftr-social {
    margin: 40px auto 0; }
  .footer .footer-bottom .footer-info-col--right {
    padding: 0;
    width: 100%; }
  .footer .footer-bottom .ftr-col .footer-info-list {
    padding-left: 28px;
    display: none; }
    .footer .footer-bottom .ftr-col .footer-info-list li {
      padding-bottom: 12px; }
  .footer .footer-bottom .ftr-col .footer-info-heading {
    font-size: 18px;
    line-height: 25px; }
  .banner-top, .menu-dsk {
    display: none; }
  .header-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .header-bottom {
    order: 2;
    width: 100%;
    justify-content: center;
    padding: 0; }
    .header-bottom .header-lg {
      max-width: 157px;
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 15px; }
      .header-bottom .header-lg:before {
        content: none; }
    .header-bottom .header-logo {
      height: auto; }
    .header-bottom .header-logo__link {
      width: 100%; }
    .header-bottom .header-logo-image {
      max-height: none; }
  .dropdown--quickSearch {
    max-width: 100%;
    width: 100%; }
    .dropdown--quickSearch .quickSearchResults {
      width: 95%;
      margin: 0; }
      .dropdown--quickSearch .quickSearchResults .modal-close {
        display: block; }
    .dropdown--quickSearch .form-input {
      font-size: 13px; }
    .dropdown--quickSearch .form-field {
      padding-right: 17px; }
    .dropdown--quickSearch .search-sub {
      margin-top: 0px; }
  .header-middle {
    order: 3;
    padding-left: 15px;
    width: 100%;
    padding-right: 15px; }
    .header-middle .header-cnt {
      display: none; }
  .header {
    height: auto; }
  .header-top {
    padding: 5px 0 10px; }
    .header-top:before {
      background-position: top left;
      background-image: url("../img/header-bg-mbl.png");
      height: 74px;
      background-size: cover; }
  .navUser {
    z-index: 2;
    right: 30px;
    top: 26px;
    transform: none;
    position: absolute; }
    .navUser .nav-anct {
      display: none; }
    .navUser .navUser-item--cart {
      margin-left: 0; }
      .navUser .navUser-item--cart a {
        padding: 0;
        background-color: inherit;
        display: block; }
        .navUser .navUser-item--cart a:hover {
          background-color: inherit; }
        .navUser .navUser-item--cart a:before {
          content: none; }
      .navUser .navUser-item--cart .desk-icn {
        display: none; }
      .navUser .navUser-item--cart .mbl-icn {
        display: block; }
      .navUser .navUser-item--cart svg {
        width: 33px;
        height: 33px; }
      .navUser .navUser-item--cart .countPill--positive {
        top: -20px;
        font-size: 15px;
        letter-spacing: -0.3px;
        line-height: 21px;
        color: #77B55C; }
  .mobileMenu-toggle {
    height: 28px;
    width: 36px;
    top: 26px;
    left: 30px;
    padding: 0;
    display: block; }
  .stick-head .header-top:before {
    content: ''; }
  .stick-head .header-bottom {
    justify-content: center;
    padding: 0; }
    .stick-head .header-bottom .header-lg {
      margin-right: 15px;
      max-width: 157px; }
    .stick-head .header-bottom .header-logo {
      display: block; }
    .stick-head .header-bottom .stck-lg {
      display: none; }
  .stick-head .header-middle {
    display: block; }
  .stick-head .navUser {
    width: auto; }
    .stick-head .navUser .dropdown--quickSearch {
      display: none; }
    .stick-head .navUser .navUser-item--cart {
      margin-left: 0; }
      .stick-head .navUser .navUser-item--cart a {
        padding: 0; }
      .stick-head .navUser .navUser-item--cart .countPill--positive {
        top: -20px; }
  .header-main.nav-up {
    top: -140px; }
  nav[aria-label="Breadcrumb"] .breadcrumbs {
    margin: 20px 0 0; }
  .subcategory-listing {
    padding: 0 4.3%; }
    .subcategory-listing .page-heading {
      font-size: 32px;
      line-height: 45px; }
    .subcategory-listing ul li {
      width: 50%; }
  .subcat-desc {
    padding: 0 4.5%;
    margin: 10px 0 40px; } }

@media screen and (max-width: 767px) {
  .container {
    padding: 0 18px; }
  .footer .footer-top {
    margin-top: 0;
    background-position: left; }
    .footer .footer-top .footer-tp {
      flex-wrap: wrap;
      justify-content: center;
      padding: 27px 15px 28px; }
    .footer .footer-top .footer-info-col {
      order: 2; }
    .footer .footer-top .footer-logo {
      order: 1;
      margin-bottom: 9px; }
    .footer .footer-top .subs-cnt .footer-info-heading {
      letter-spacing: 0.44px;
      margin-bottom: 5px; }
    .footer .footer-top .subs-cnt p {
      padding: 0 20px 0 22px;
      letter-spacing: 0.17px;
      line-height: 23px;
      font-size: 17px; }
    .footer .footer-top .form {
      margin: 14px auto 0; }
  .footer .footer-bottom .btm-cntr {
    flex-wrap: wrap;
    padding: 0 40px 30px;
    justify-content: center; }
  .footer .footer-bottom .btm-top {
    width: 100%;
    justify-content: center;
    padding-left: 12px;
    margin-top: 12px;
    max-width: 295px; }
    .footer .footer-bottom .btm-top .ftr-col {
      max-width: 183px;
      padding: 0; }
  .footer .footer-bottom .ftr-social {
    width: 100%;
    max-width: 295px; }
  .footer .footer-bottom .ftr-social .footer-info-heading {
    display: none; }
  .footer .footer-bottom .socialLinks-item:last-child {
    margin-right: 0; }
  .footer .footer-bottom .footer-copyright {
    text-align: center; }
    .footer .footer-bottom .footer-copyright p {
      display: inline-block;
      font-size: 13px; }
  .footer .footer-bottom .footer-info-col--right {
    text-align: center; }
  .mobileMenu-toggle {
    left: 18px; }
  .navUser {
    right: 18px; }
  .header-bottom .header-lg {
    margin-right: 0; }
  .header-middle {
    padding-left: 18px;
    padding-right: 18px; }
  .header-top:before {
    height: 100%; }
  .stick-head .header-bottom .header-lg {
    margin-right: 0; }
  nav[aria-label="Breadcrumb"] {
    display: none; }
  .subcategory-listing {
    padding: 20px 0 43px;
    margin: 0; }
    .subcategory-listing .page-heading {
      font-size: 28px;
      line-height: 39px; }
    .subcategory-listing ul {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0; }
      .subcategory-listing ul li {
        width: 300px;
        padding: 0;
        margin: 0 0 30px 0; }
  .subcat-desc {
    display: none; } }

@media screen and (max-width: 350px) {
  .footer .footer-top .form {
    max-width: 280px; }
    .footer .footer-top .form .form-field .form-prefixPostfix input {
      min-width: 280px; }
  .mobileMenu-toggle {
    left: 15px;
    height: 22px;
    width: 30px; }
    .mobileMenu-toggle svg {
      height: 22px;
      width: 30px; }
  .navUser {
    right: 15px; }
    .navUser .navUser-item--cart svg {
      width: 28px;
      height: 28px; }
  .subcategory-listing ul {
    margin: 0; }
    .subcategory-listing ul li {
      width: 100%; } }

.star-required {
  display: none; }

.login {
  padding: 22px 0 100px;
  margin: 0 auto;
  max-width: 100%; }
  .login nav[aria-label="Breadcrumb"] .breadcrumbs {
    margin: 0; }
  .login .page-heading {
    margin: 14px 0 0;
    font-size: 36px;
    line-height: 51px;
    font-weight: 700;
    color: #000000;
    letter-spacing: normal; }
    @media (max-width: 1023px) {
      .login .page-heading {
        font-size: 32px;
        line-height: 45px; } }
    @media (max-width: 650px) {
      .login .page-heading {
        font-size: 28px;
        line-height: 39px; } }
  .login .business-login {
    max-width: 875px;
    margin: 20px auto 25px;
    background-color: #D9F2F0;
    border-radius: 20px;
    padding: 18px 47px 14px;
    text-align: center; }
    @media (max-width: 700px) {
      .login .business-login {
        padding: 15px 15px; } }
    .login .business-login h3 {
      margin: 0 0 4px;
      font-size: 22px;
      line-height: 31px;
      font-weight: 700;
      color: #00A99D;
      letter-spacing: normal; }
      @media (max-width: 1290px) {
        .login .business-login h3 {
          margin: 0 0 7px;
          font-size: 20px;
          line-height: 24px; } }
      @media (max-width: 700px) {
        .login .business-login h3 {
          font-size: 18px;
          line-height: 25px; } }
    .login .business-login p {
      font-size: 16px;
      line-height: 23px;
      margin: 0;
      color: #000; }
      @media (max-width: 1023px) {
        .login .business-login p {
          font-size: 14px;
          line-height: 20px; } }
      .login .business-login p a {
        font-weight: 700;
        color: #0071BC;
        text-decoration: underline; }
        .login .business-login p a:hover {
          color: #28ABE2; }
  .login .login-info {
    width: 100%;
    margin: 0 auto;
    max-width: 875px;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    padding-right: 20px; }
    @media (max-width: 1023px) {
      .login .login-info {
        font-size: 14px;
        line-height: 20px; } }
  .login .login-row {
    margin: 30px auto 0;
    max-width: 875px; }
    .login .login-row .login-form {
      padding: 30px 0 0;
      margin: 0;
      max-width: 341px; }
      @media (max-width: 1023px) {
        .login .login-row .login-form {
          max-width: 300px; } }
      @media (max-width: 700px) {
        .login .login-row .login-form {
          margin: 0 auto;
          width: 100%;
          float: none;
          max-width: 350px; } }
      .login .login-row .login-form h3 {
        margin: 0 0 19px;
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        color: #000;
        letter-spacing: normal; }
        @media (max-width: 1023px) {
          .login .login-row .login-form h3 {
            font-size: 20px;
            line-height: 30px; } }
      .login .login-row .login-form .form-field {
        max-width: 335px;
        margin-bottom: 19px; }
        @media (max-width: 1023px) {
          .login .login-row .login-form .form-field {
            max-width: 300px; } }
        @media (max-width: 700px) {
          .login .login-row .login-form .form-field {
            max-width: 350px; } }
        .login .login-row .login-form .form-field .form-label {
          text-transform: uppercase;
          margin-bottom: 8px;
          font-size: 14px;
          line-height: 20px;
          font-weight: 700;
          color: #000000; }
          .login .login-row .login-form .form-field .form-label small {
            float: none;
            color: #B71616;
            font-size: 16px; }
        .login .login-row .login-form .form-field .form-input {
          border-color: #707070;
          border-radius: 6px; }
        .login .login-row .login-form .form-field.form-field--error .form-input {
          border-color: #cc4749; }
        .login .login-row .login-form .form-field.form-field--success .form-input {
          border-color: #008a06; }
      .login .login-row .login-form .form-actions {
        margin: 0;
        text-align: left;
        display: flex;
        align-items: center; }
        .login .login-row .login-form .form-actions > * {
          display: block; }
        .login .login-row .login-form .form-actions .button {
          margin: 0;
          padding: 9px 26px 9px;
          border-radius: 22px;
          background: #77B55C;
          color: #fff;
          text-transform: uppercase;
          font-size: 17px;
          line-height: 24px;
          font-weight: 700;
          border-color: #77B55C;
          width: auto; }
          .login .login-row .login-form .form-actions .button:hover {
            background: #85DD5F;
            border-color: #85DD5F; }
        .login .login-row .login-form .form-actions .forgot-password {
          margin-left: 21px;
          color: #0071BC;
          text-decoration: underline;
          font-size: 12px;
          line-height: 17px; }
          @media (max-width: 1023px) {
            .login .login-row .login-form .form-actions .forgot-password {
              margin-left: 15px; } }
          .login .login-row .login-form .form-actions .forgot-password:hover {
            color: #28ABE2; }
    .login .login-row .new-customer {
      padding: 0;
      max-width: 440px;
      width: 100%;
      float: right; }
      @media (max-width: 1023px) {
        .login .login-row .new-customer {
          max-width: 350px; } }
      @media (max-width: 700px) {
        .login .login-row .new-customer {
          margin: 20px auto 0;
          width: 100%;
          float: none; } }
      .login .login-row .new-customer .panel {
        background: #E8F2FF;
        border-radius: 20px;
        padding: 24px 30px 33px; }
      .login .login-row .new-customer .panel-header {
        background: transparent;
        padding: 0 0 5px; }
        .login .login-row .new-customer .panel-header .panel-title {
          font-size: 26px;
          line-height: 36px;
          font-weight: 700;
          color: #000;
          letter-spacing: normal; }
          @media (max-width: 1023px) {
            .login .login-row .new-customer .panel-header .panel-title {
              font-size: 20px;
              line-height: 30px; } }
      .login .login-row .new-customer .panel-body {
        padding: 0;
        margin: 0;
        background: transparent; }
        .login .login-row .new-customer .panel-body .new-customer-fact-list {
          margin: 15px 0 18px 45px;
          list-style: none; }
          .login .login-row .new-customer .panel-body .new-customer-fact-list .new-customer-fact {
            padding: 0;
            font-size: 16px;
            line-height: 24px;
            position: relative; }
            .login .login-row .new-customer .panel-body .new-customer-fact-list .new-customer-fact::before {
              content: '';
              position: absolute;
              left: -17px;
              top: 10px;
              width: 5px;
              height: 5px;
              background: #000;
              border-radius: 50%; }
        .login .login-row .new-customer .panel-body .new-customer-intro {
          line-height: 20px; }
        .login .login-row .new-customer .panel-body a {
          display: inline-block; }
        .login .login-row .new-customer .panel-body .button {
          padding: 9px 23px 7px;
          margin: 0;
          border: 2px solid #77B55C;
          background: #fff;
          border-radius: 22px;
          font-size: 17px;
          line-height: 24px;
          font-weight: 700;
          text-transform: uppercase;
          color: #77B55C;
          transition: 0.3s ease-in-out; }
          .login .login-row .new-customer .panel-body .button:hover {
            background: #77B55C;
            color: #fff; }

#FormField_37, #FormField_35 {
  display: none; }

.form-account-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 11px; }
  .form-account-bottom h2 {
    width: 100%; }
  .form-account-bottom .left-side-form {
    width: 435px; }
    @media (max-width: 1023px) {
      .form-account-bottom .left-side-form {
        max-width: 349px;
        width: 100%; } }
    @media (max-width: 767px) {
      .form-account-bottom .left-side-form {
        max-width: 307px; } }
    @media (max-width: 650px) {
      .form-account-bottom .left-side-form {
        max-width: 335px; } }
  .form-account-bottom .right-side-form {
    width: 435px; }
    @media (max-width: 1023px) {
      .form-account-bottom .right-side-form {
        max-width: 349px;
        width: 100%; } }
    @media (max-width: 767px) {
      .form-account-bottom .right-side-form {
        max-width: 307px; } }
    @media (max-width: 650px) {
      .form-account-bottom .right-side-form {
        max-width: 335px; } }
    .form-account-bottom .right-side-form #FormField_37, .form-account-bottom .right-side-form #FormField_35 {
      display: block; }
    .form-account-bottom .right-side-form .form-field.form-field--radio .form-label {
      font-weight: 400; }
      .form-account-bottom .right-side-form .form-field.form-field--radio .form-label:first-child {
        font-weight: 700; }

.createaccount-page nav[aria-label="Breadcrumb"] {
  padding: 22px 0 0; }
  .createaccount-page nav[aria-label="Breadcrumb"] .breadcrumbs {
    margin: 0; }

.createaccount-page .page-heading {
  margin: 14px 0 0;
  font-size: 36px;
  line-height: 51px;
  font-weight: 700;
  color: #000000;
  letter-spacing: normal; }
  @media (max-width: 1023px) {
    .createaccount-page .page-heading {
      font-size: 32px;
      line-height: 45px; } }
  @media (max-width: 650px) {
    .createaccount-page .page-heading {
      font-size: 28px;
      line-height: 39px; } }

.createaccount-page .account {
  padding: 44px 0 100px;
  max-width: 810px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .createaccount-page .account {
      max-width: 698px;
      padding: 30px 0 80px; } }
  @media (max-width: 767px) {
    .createaccount-page .account {
      max-width: 615px; } }
  @media (max-width: 650px) {
    .createaccount-page .account {
      max-width: 335px; } }
  .createaccount-page .account.account_b2b {
    padding: 20px 0 100px; }
    @media (max-width: 1023px) {
      .createaccount-page .account.account_b2b {
        padding: 20px 0 80px; } }
  .createaccount-page .account .form {
    margin: 0; }
  .createaccount-page .account .account-body {
    margin: 0; }
  .createaccount-page .account .form-row {
    margin: 0 -30px; }
    @media (max-width: 1023px) {
      .createaccount-page .account .form-row {
        margin: 0 0; } }
  .createaccount-page .account .form-field {
    width: 100%;
    max-width: 435px;
    padding: 0 30px; }
    @media (max-width: 1023px) {
      .createaccount-page .account .form-field {
        max-width: 349px;
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .createaccount-page .account .form-field {
        max-width: 307px;
        padding: 0 15px;
        margin: 0 auto;
        width: 100%; } }
    @media (max-width: 650px) {
      .createaccount-page .account .form-field {
        max-width: 335px;
        padding: 0;
        margin: 0 auto;
        width: 100%; } }
  .createaccount-page .account .form-field {
    margin-bottom: 19px; }
    .createaccount-page .account .form-field .form-label {
      text-transform: uppercase;
      margin-bottom: 8px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      color: #000000; }
      .createaccount-page .account .form-field .form-label .star-required {
        float: none;
        display: inline-block;
        color: #B71616;
        font-size: 16px;
        margin: 0;
        line-height: 23px;
        letter-spacing: 0;
        font-weight: 400; }
      .createaccount-page .account .form-field .form-label small {
        margin: 7px 0 0;
        font-size: 12px;
        line-height: 17px;
        text-transform: uppercase;
        color: #585858;
        font-weight: 400;
        letter-spacing: 0.34px; }
      .createaccount-page .account .form-field .form-label .required {
        margin: 7px 0 0;
        font-size: 12px;
        line-height: 17px;
        text-transform: uppercase;
        color: #585858;
        font-weight: 400;
        letter-spacing: 0.34px; }
    .createaccount-page .account .form-field .form-select {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='9.231' viewBox='0 0 20 9.231'%3E%3Cpath id='Polygon_94' data-name='Polygon 94' d='M10,0,20,9.231H0Z' transform='translate(20 9.231) rotate(180)'/%3E%3C/svg%3E");
      background-position: right 15px center; }
    .createaccount-page .account .form-field .form-input {
      border-color: #707070;
      border-radius: 6px; }
    .createaccount-page .account .form-field.form-field--error .form-input {
      border-color: #cc4749; }
    .createaccount-page .account .form-field.form-field--success .form-input {
      border-color: #008a06; }
  .createaccount-page .account .form-bottom {
    display: flex;
    align-items: center; }
    @media (max-width: 1023px) {
      .createaccount-page .account .form-bottom {
        flex-wrap: wrap;
        padding-left: 0; } }
    @media (max-width: 650px) {
      .createaccount-page .account .form-bottom {
        padding: 0; } }
    .createaccount-page .account .form-bottom .form-capta {
      display: flex; }
    .createaccount-page .account .form-bottom .form-actions {
      margin: 0 0 0 21px;
      width: auto; }
      @media (max-width: 650px) {
        .createaccount-page .account .form-bottom .form-actions {
          margin: 10px 0 0; } }
      .createaccount-page .account .form-bottom .form-actions .button {
        margin: 0;
        padding: 9px 24px 9px;
        border-radius: 22px;
        background: #77B55C;
        color: #fff;
        text-transform: uppercase;
        font-size: 17px;
        line-height: 24px;
        font-weight: 700;
        border-color: #77B55C; }
        .createaccount-page .account .form-bottom .form-actions .button:hover {
          background: #85DD5F;
          border-color: #85DD5F; }

@media (max-width: 1023px) {
  .createaccount-page .attach-file-container {
    margin-left: 15px; } }

@media (max-width: 1023px) {
  .createaccount-page .attach-file-container {
    margin-left: 15px; } }

@media (max-width: 650px) {
  .createaccount-page .attach-file-container {
    margin-left: 0; } }

.createaccount-page .top-title, .createaccount-page .bottom-title {
  border-radius: 10px;
  background: #E8F2FF;
  margin: 0 0 27px;
  padding: 20px 20px 9px;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 700; }
  @media (max-width: 1023px) {
    .createaccount-page .top-title, .createaccount-page .bottom-title {
      margin: 0 15px 27px; } }
  @media (max-width: 650px) {
    .createaccount-page .top-title, .createaccount-page .bottom-title {
      margin: 0 0px 20px;
      font-size: 20px;
      line-height: 28px; } }

.page-heading-new {
  display: none;
  text-align: center;
  margin: 14px auto 0;
  font-size: 36px;
  line-height: 51px;
  font-weight: 700;
  color: #000000;
  letter-spacing: normal; }
  @media (max-width: 1023px) {
    .page-heading-new {
      font-size: 32px;
      line-height: 45px; } }
  @media (max-width: 650px) {
    .page-heading-new {
      font-size: 28px;
      line-height: 39px; } }

.top-title {
  display: none; }

.bottom-title {
  display: none; }

.forgotpassword-page .account {
  padding: 22px 0 100px;
  max-width: 100%;
  margin: 0 auto;
  width: 100%; }
  .forgotpassword-page .account .breadcrumbs {
    margin: 0; }
  .forgotpassword-page .account .page-heading {
    margin: 14px 0 0;
    font-size: 36px;
    line-height: 51px;
    font-weight: 700;
    color: #000000;
    letter-spacing: normal; }
    @media (max-width: 1023px) {
      .forgotpassword-page .account .page-heading {
        font-size: 32px;
        line-height: 45px; } }
    @media (max-width: 650px) {
      .forgotpassword-page .account .page-heading {
        font-size: 28px;
        line-height: 39px; } }
  .forgotpassword-page .account > p {
    max-width: 558px;
    margin: 20px auto 35px;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    color: #000; }
    @media (max-width: 1023px) {
      .forgotpassword-page .account > p {
        font-size: 14px;
        line-height: 20px; } }
  .forgotpassword-page .account .form {
    margin: 0 auto;
    width: 100%;
    max-width: 558px; }
  .forgotpassword-page .account .form-label {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000000; }
    .forgotpassword-page .account .form-label .star-required {
      float: none;
      display: inline-block;
      color: #B71616;
      font-size: 16px; }
    .forgotpassword-page .account .form-label .required {
      margin: 7px 0 0;
      font-size: 12px;
      line-height: 17px;
      text-transform: uppercase;
      color: #585858;
      font-weight: 400;
      letter-spacing: 0.34px; }
  .forgotpassword-page .account .form-prefixPostfix .form-input {
    border-color: #707070;
    border-radius: 6px; }
  .forgotpassword-page .account .form-prefixPostfix.form-field--error .form-input {
    border-color: #cc4749; }
  .forgotpassword-page .account .form-prefixPostfix.form-field--success .form-input {
    border-color: #008a06; }
  .forgotpassword-page .account .form-prefixPostfix br {
    display: none; }
  .forgotpassword-page .account .form-prefixPostfix .button {
    margin: 20px 0 0;
    padding: 9px 24px 9px;
    border-radius: 22px;
    background: #77B55C;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    border-color: #77B55C;
    height: 44px; }
    .forgotpassword-page .account .form-prefixPostfix .button:hover {
      background: #85DD5F;
      border-color: #85DD5F; }
  .forgotpassword-page .account .form-prefixPostfix--centeredColumn .g-recaptcha {
    margin: 20px auto 0; }

.account_addressbook-page nav[aria-label="Breadcrumb"], .account_orderstatus-page nav[aria-label="Breadcrumb"], .wishlists-page nav[aria-label="Breadcrumb"], .add-wishlist-page nav[aria-label="Breadcrumb"],
.account_recentitems-page nav[aria-label="Breadcrumb"], .editaccount-page nav[aria-label="Breadcrumb"], .account_inbox-page nav[aria-label="Breadcrumb"], .account_order-page nav[aria-label="Breadcrumb"], .shippingaddressform-page nav[aria-label="Breadcrumb"] {
  padding: 22px 0 0; }
  .account_addressbook-page nav[aria-label="Breadcrumb"] .breadcrumbs, .account_orderstatus-page nav[aria-label="Breadcrumb"] .breadcrumbs, .wishlists-page nav[aria-label="Breadcrumb"] .breadcrumbs, .add-wishlist-page nav[aria-label="Breadcrumb"] .breadcrumbs,
  .account_recentitems-page nav[aria-label="Breadcrumb"] .breadcrumbs, .editaccount-page nav[aria-label="Breadcrumb"] .breadcrumbs, .account_inbox-page nav[aria-label="Breadcrumb"] .breadcrumbs, .account_order-page nav[aria-label="Breadcrumb"] .breadcrumbs, .shippingaddressform-page nav[aria-label="Breadcrumb"] .breadcrumbs {
    margin: 0; }

.account_addressbook-page .page-heading, .account_orderstatus-page .page-heading, .wishlists-page .page-heading, .add-wishlist-page .page-heading,
.account_recentitems-page .page-heading, .editaccount-page .page-heading, .account_inbox-page .page-heading, .account_order-page .page-heading, .shippingaddressform-page .page-heading {
  margin: 14px 0 0;
  font-size: 36px;
  line-height: 51px;
  font-weight: 700;
  color: #000000;
  letter-spacing: normal; }
  @media (max-width: 1023px) {
    .account_addressbook-page .page-heading, .account_orderstatus-page .page-heading, .wishlists-page .page-heading, .add-wishlist-page .page-heading,
    .account_recentitems-page .page-heading, .editaccount-page .page-heading, .account_inbox-page .page-heading, .account_order-page .page-heading, .shippingaddressform-page .page-heading {
      font-size: 32px;
      line-height: 45px; } }
  @media (max-width: 650px) {
    .account_addressbook-page .page-heading, .account_orderstatus-page .page-heading, .wishlists-page .page-heading, .add-wishlist-page .page-heading,
    .account_recentitems-page .page-heading, .editaccount-page .page-heading, .account_inbox-page .page-heading, .account_order-page .page-heading, .shippingaddressform-page .page-heading {
      font-size: 28px;
      line-height: 39px; } }

.navBar--account.navBar--sub {
  margin: 2px 0 15px; }
  .navBar--account.navBar--sub .navBar-item {
    border: none;
    margin: 5px 16px;
    display: inline-block; }
    @media (max-width: 950px) {
      .navBar--account.navBar--sub .navBar-item {
        margin: 5px 10px; } }
    @media (max-width: 767px) {
      .navBar--account.navBar--sub .navBar-item {
        display: block; } }
    .navBar--account.navBar--sub .navBar-item:first-child {
      margin-left: 0; }
    .navBar--account.navBar--sub .navBar-item:last-child {
      margin-right: 0; }
    .navBar--account.navBar--sub .navBar-item .navBar-action {
      font-size: 16px;
      line-height: 23px;
      color: #000; }
      @media (max-width: 950px) {
        .navBar--account.navBar--sub .navBar-item .navBar-action {
          font-size: 14px;
          line-height: 21px; } }
    .navBar--account.navBar--sub .navBar-item.is-active {
      border: none;
      text-decoration: underline;
      color: #0071BC;
      font-weight: 700;
      font-size: 16px;
      line-height: 23px; }
      .navBar--account.navBar--sub .navBar-item.is-active .navBar-action {
        text-decoration: underline;
        color: #0071BC;
        font-weight: 700; }

.account_orderstatus-page .account {
  width: 100%;
  padding: 33px 0 100px;
  margin: 0 auto;
  max-width: 750px; }

.account_orderstatus-page .alertBox.alertBox--info p {
  font-size: 15px; }

.account_orderstatus-page .account-body {
  margin: 0; }
  .account_orderstatus-page .account-body .account-content {
    padding: 0; }
  .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label {
    margin: 0;
    color: #FFFFFF;
    padding: 3px 10px 2px;
    border-radius: 4px;
    background: #929597;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.12px; }
    .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label.awaiting-fulfillment {
      background: #00A99D; }
    .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label.awaiting-payment {
      background: #FF9000; }
    .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label.pending {
      background: #879193; }
    .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label.awaiting-shipment {
      background: #CD3101; }
    .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label.awaiting-pickup {
      background: #C979F2; }
    .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label.partially-shipped {
      background: #4A6FB3; }
    .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label.shipped {
      background: #BDDF56; }
    .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label.cancelled {
      background: #000000; }
    .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label.declined {
      background: #7F5F3C; }
    .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label.refunded {
      background: #FCCB06; }
    .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label.disputed {
      background: #9966FF; }
    .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label.manual-verification-required {
      background: #E7A0AE; }
    .account_orderstatus-page .account-body .account-orderStatus .account-orderStatus-label.partially-refunded {
      background: #FCCB06; }
  .account_orderstatus-page .account-body .account-heading {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    color: #000000;
    letter-spacing: normal;
    padding-bottom: 5px;
    border-bottom: 2px solid #000000; }
  .account_orderstatus-page .account-body .account-listItem {
    padding: 20px 0 30px;
    border-bottom-color: #707070; }
  .account_orderstatus-page .account-body .account-product-figure {
    width: 80px;
    margin-right: 20px; }
    .account_orderstatus-page .account-body .account-product-figure::after {
      padding: 0; }
  .account_orderstatus-page .account-body .account-product-body .account-product-title {
    margin-bottom: 5px; }
    .account_orderstatus-page .account-body .account-product-body .account-product-title a {
      font-size: 18px;
      line-height: 25px;
      font-weight: 700;
      color: #0071BC; }
  .account_orderstatus-page .account-body .account-product-body .account-product-description {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0 0 22px;
    letter-spacing: -0.14px; }
  .account_orderstatus-page .account-body .account-product-body .account-product-details .account-product-detail .account-product-detail-heading {
    font-size: 12px;
    line-height: 17px;
    color: #000;
    font-weight: 700;
    margin: 0 0 6px;
    letter-spacing: -0.12px; }
  .account_orderstatus-page .account-body .account-product-body .account-product-details .account-product-detail span {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    letter-spacing: -0.14px; }

.account_orderstatus-page .account-head {
  margin: 0; }
  .account_orderstatus-page .account-head .alertBox {
    margin: 10px 0; }

.account_order-page .body {
  padding: 33px 0 100px; }

.account_order-page .account {
  padding-top: 20px; }

.account_order-page .account-listShipping {
  padding: 15px 0 35px;
  border-color: #929497; }
  .account_order-page .account-listShipping .account-listShipping-title {
    color: #000;
    font-size: 15px; }

.account_order-page .account-listItem {
  border-color: #929497; }
  .account_order-page .account-listItem .account-product-figure {
    width: 80px; }
    .account_order-page .account-listItem .account-product-figure:after {
      padding: 0; }
  .account_order-page .account-listItem .account-product-title, .account_order-page .account-listItem .account-product-price {
    font-size: 14px;
    color: #000; }

.account_order-page .account-orderTotal-key {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }

.account_order-page .account-orderTotal-value {
  color: #000;
  font-weight: 600; }

.account_order-page .account-orderTotal {
  margin-top: 0; }

.account_order-page .form-label:before, .account_order-page .form-checkbox:before {
  border-color: #000;
  border-radius: 0; }

.account_order-page .form-label:after, .account_order-page .form-checkbox:after {
  content: ''; }

.account_order-page .form-label:focus-visible, .account_order-page .form-checkbox:focus-visible {
  border: none !important;
  outline: none !important; }

.account_order-page .account-sidebar .definitionList-key {
  font-size: 13px;
  font-weight: 700;
  color: #000; }

.account_order-page .account-sidebar .definitionList-value {
  font-size: 13px;
  color: #000; }

.account_order-page .account-sidebar ul li {
  font-size: 14px; }

.account_order-page .order-details-info .button {
  background-color: #fff;
  color: #0071BC;
  border-color: #0071BC; }
  .account_order-page .order-details-info .button:hover {
    text-decoration: none !important;
    background-color: #0071BC;
    color: #fff;
    border-color: #0071BC; }

.account_order-page .button {
  background-color: #0071BC;
  color: #fff;
  border-color: #0071BC;
  border: 2px solid #0071BC;
  font-weight: 700; }
  .account_order-page .button:hover {
    text-decoration: none !important;
    background: #28ABE2;
    border-color: #28ABE2; }

.account_order-page .account-body {
  padding: 0 50px; }

.account_order-page .order-payments-description, .account_order-page .order-payments-value {
  font-size: 14px;
  color: #000; }

.account_addressbook-page .account {
  padding: 5px 0 85px;
  width: 100%;
  max-width: 900px; }
  .account_addressbook-page .account .account-body {
    margin: 0; }
  .account_addressbook-page .account .addressList {
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
  .account_addressbook-page .account .address {
    padding: 15px; }
    .account_addressbook-page .account .address .panel {
      height: 100%; }
      .account_addressbook-page .account .address .panel .panel-body {
        min-height: 100%;
        height: 100%;
        margin: 0;
        background: #FFFFFF;
        border-radius: 10px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
        padding: 21px 21px 22px; }
        .account_addressbook-page .account .address .panel .panel-body .address-title {
          font-size: 16px;
          line-height: 23px;
          color: #000;
          font-weight: 700;
          margin: 0 0 11px; }
        .account_addressbook-page .account .address .panel .panel-body .address-details {
          margin: 0;
          line-height: normal; }
          .account_addressbook-page .account .address .panel .panel-body .address-details.address-details--postal {
            margin: 0 0 16px; }
          .account_addressbook-page .account .address .panel .panel-body .address-details li {
            font-size: 14px;
            line-height: 21px;
            color: #000;
            letter-spacing: -0.14px; }
          .account_addressbook-page .account .address .panel .panel-body .address-details .address-label {
            font-size: 12px;
            line-height: 17px;
            color: #000;
            letter-spacing: -0.12px;
            font-weight: 700; }
          .account_addressbook-page .account .address .panel .panel-body .address-details .address-description {
            font-size: 12px;
            line-height: 17px;
            color: #000;
            letter-spacing: -0.12px; }
        .account_addressbook-page .account .address .panel .panel-body form {
          margin-top: 22px; }
          .account_addressbook-page .account .address .panel .panel-body form .form-actions {
            position: relative;
            margin: 0;
            bottom: 0; }
          .account_addressbook-page .account .address .panel .panel-body form .button {
            margin: 0;
            width: 89px;
            height: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            border-radius: 15px;
            text-transform: uppercase;
            font-size: 14px;
            line-height: 20px;
            font-weight: 700;
            letter-spacing: 0.28px; }
          .account_addressbook-page .account .address .panel .panel-body form .button--primary {
            background: #0071BC;
            color: #fff;
            border-color: #0071BC;
            border: 2px solid #0071BC;
            font-family: "Poppins", sans-serif; }
            .account_addressbook-page .account .address .panel .panel-body form .button--primary:hover {
              background: #28ABE2;
              border-color: #28ABE2; }
          .account_addressbook-page .account .address .panel .panel-body form .secondary {
            margin-left: 6px;
            background: #fff;
            color: #0071BC;
            border: 2px solid #0071BC;
            font-family: "Poppins", sans-serif; }
            .account_addressbook-page .account .address .panel .panel-body form .secondary:hover {
              color: #fff;
              background: #0071BC;
              border-color: #0071BC; }
    .account_addressbook-page .account .address .panel--newAddress .panel-body {
      background-color: #E8F2FF;
      min-height: 250px; }
      @media (max-width: 550px) {
        .account_addressbook-page .account .address .panel--newAddress .panel-body {
          min-height: 200px; } }
    .account_addressbook-page .account .address .panel--newAddress .address-addNew .address-title {
      font-size: 18px;
      line-height: 25px;
      color: #000;
      font-weight: 700;
      margin: 0; }
    .account_addressbook-page .account .address .panel--newAddress .address-addNew .address-symbol {
      color: #000;
      font-size: 41px; }

.wishlists-page .account {
  width: 100%;
  padding: 0 0 100px; }

.wishlists-page .wishlists-table {
  max-width: 770px;
  margin: 45px auto 0; }

.wishlists-page .table--line .table-thead {
  border-width: 0 0 3px;
  border-color: #000; }

.wishlists-page .table--line tr {
  border: none; }
  .wishlists-page .table--line tr th {
    text-transform: uppercase;
    padding: 0 0 5px;
    font-size: 13px;
    line-height: 19px;
    color: #000;
    font-weight: 700; }

.wishlists-page .table--line .table-tbody tr {
  border-bottom: 1px solid #707070; }
  .wishlists-page .table--line .table-tbody tr td {
    padding-top: 21px;
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 20px;
    color: #000; }
  .wishlists-page .table--line .table-tbody tr .table-actions .button {
    margin: 0;
    width: 80px;
    height: 30px;
    padding: 0;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.28px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .wishlists-page .table--line .table-tbody tr .table-actions .button {
    background: #0071BC;
    color: #fff;
    border-color: #0071BC;
    border: 2px solid #0071BC; }
    .wishlists-page .table--line .table-tbody tr .table-actions .button:hover {
      background: #28ABE2;
      border-color: #28ABE2; }
  .wishlists-page .table--line .table-tbody tr .table-actions .button + .button {
    margin-left: 6px;
    background: #fff;
    color: #0071BC;
    border: 2px solid #0071BC; }
    @media (max-width: 463px) {
      .wishlists-page .table--line .table-tbody tr .table-actions .button + .button {
        margin-left: 0; } }
    @media (max-width: 457px) {
      .wishlists-page .table--line .table-tbody tr .table-actions .button + .button {
        margin-top: 6px; } }
    .wishlists-page .table--line .table-tbody tr .table-actions .button + .button:hover {
      color: #fff;
      background: #0071BC;
      border-color: #0071BC; }

.wishlists-page .table + form {
  margin: 30px 0 0; }
  .wishlists-page .table + form .form-actions {
    margin: 0; }
    .wishlists-page .table + form .form-actions .button {
      margin: 0;
      padding: 7px 15px 6px;
      border-radius: 40px;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 23px;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .wishlists-page .table + form .form-actions .button.button--primary {
        background: #0071BC;
        color: #fff;
        border-color: #0071BC;
        border: 2px solid #0071BC;
        margin: 0; }
        .wishlists-page .table + form .form-actions .button.button--primary:hover {
          background: #28ABE2;
          border-color: #28ABE2; }
    .wishlists-page .table + form .form-actions .button {
      margin-left: 6px;
      background: #fff;
      color: #0071BC;
      border: 2px solid #0071BC; }
      @media (max-width: 550px) {
        .wishlists-page .table + form .form-actions .button {
          margin: 6px 0 0; } }
      .wishlists-page .table + form .form-actions .button:hover {
        color: #fff;
        background: #0071BC;
        border-color: #0071BC; }

.add-wishlist-page .account {
  margin: 0; }

.add-wishlist-page .wishlist-add {
  padding: 30px 0 100px; }
  .add-wishlist-page .wishlist-add .form-field {
    margin-bottom: 19px; }
    .add-wishlist-page .wishlist-add .form-field .form-label {
      text-transform: uppercase;
      margin-bottom: 8px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      color: #000000; }
      .add-wishlist-page .wishlist-add .form-field .form-label .star-required {
        float: none;
        display: inline-block;
        color: #B71616;
        font-size: 16px; }
      .add-wishlist-page .wishlist-add .form-field .form-label .required {
        margin: 7px 0 0;
        font-size: 12px;
        line-height: 17px;
        text-transform: uppercase;
        color: #585858;
        font-weight: 400;
        letter-spacing: 0.34px; }
    .add-wishlist-page .wishlist-add .form-field .form-input {
      border-color: #707070;
      border-radius: 6px; }
    .add-wishlist-page .wishlist-add .form-field.form-field--error .form-input {
      border-color: #cc4749; }
    .add-wishlist-page .wishlist-add .form-field.form-field--success .form-input {
      border-color: #008a06; }
  .add-wishlist-page .wishlist-add .form-actions {
    margin: 0;
    display: flex;
    justify-content: center; }
    .add-wishlist-page .wishlist-add .form-actions .button {
      margin: 0;
      padding: 7px 15px 6px;
      border-radius: 40px;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 23px;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .add-wishlist-page .wishlist-add .form-actions .button.button--primary {
        background: #0071BC;
        color: #fff;
        border-color: #0071BC;
        border: 2px solid #0071BC;
        margin: 0; }
        .add-wishlist-page .wishlist-add .form-actions .button.button--primary:hover {
          background: #28ABE2;
          border-color: #28ABE2; }

.editaccount-page .account {
  width: 100%; }
  .editaccount-page .account .form {
    margin: 0;
    padding: 30px 0 100px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto; }
  .editaccount-page .account .form-field {
    margin-bottom: 19px; }
    .editaccount-page .account .form-field .form-label {
      text-transform: uppercase;
      margin-bottom: 8px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      color: #000000; }
      .editaccount-page .account .form-field .form-label .star-required {
        float: none;
        display: inline-block;
        color: #B71616;
        font-size: 16px; }
      .editaccount-page .account .form-field .form-label .required {
        margin: 7px 0 0;
        font-size: 12px;
        line-height: 17px;
        text-transform: uppercase;
        color: #585858;
        font-weight: 400;
        letter-spacing: 0.34px; }
    .editaccount-page .account .form-field .form-input {
      border-color: #707070;
      border-radius: 6px; }
    .editaccount-page .account .form-field.form-field--error .form-input {
      border-color: #cc4749; }
    .editaccount-page .account .form-field.form-field--success .form-input {
      border-color: #008a06; }
  .editaccount-page .account .form-actions {
    margin-top: 20px; }
    .editaccount-page .account .form-actions .button {
      margin: 0;
      padding: 9px 24px 9px;
      border-radius: 22px;
      background: #0071BC;
      color: #fff;
      text-transform: uppercase;
      font-size: 17px;
      line-height: 24px;
      font-weight: 700;
      border-color: #0071BC; }
      .editaccount-page .account .form-actions .button:hover {
        background: #28ABE2;
        border-color: #28ABE2; }

.account_inbox-page .account {
  width: 100%;
  padding: 12px 0 100px;
  margin: 0 auto;
  max-width: 870px; }
  .account_inbox-page .account .account-body {
    margin: 0; }
    .account_inbox-page .account .account-body .account-content {
      padding: 0; }
    @media (max-width: 1023px) {
      .account_inbox-page .account .account-body {
        padding: 0 0; } }
    @media (max-width: 650px) {
      .account_inbox-page .account .account-body {
        width: 100%; } }

.account_inbox-page h2 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000; }

.account_inbox-page .account-message .account-product-title {
  font-weight: 700;
  color: #000;
  text-transform: uppercase; }

.account_inbox-page .account-message p, .account_inbox-page .account-message span {
  font-size: 13px;
  color: #000; }

.account_inbox-page .form-field {
  margin-bottom: 19px; }
  .account_inbox-page .form-field .form-label {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000000; }
    .account_inbox-page .form-field .form-label .star-required {
      float: none;
      display: inline-block;
      color: #B71616;
      font-size: 16px;
      margin: 0;
      line-height: 23px;
      letter-spacing: 0;
      font-weight: 400; }
    .account_inbox-page .form-field .form-label small {
      margin: 7px 0 0;
      font-size: 12px;
      line-height: 17px;
      text-transform: uppercase;
      color: #585858;
      font-weight: 400;
      letter-spacing: 0.34px; }
    .account_inbox-page .form-field .form-label .required {
      margin: 7px 0 0;
      font-size: 12px;
      line-height: 17px;
      text-transform: uppercase;
      color: #585858;
      font-weight: 400;
      letter-spacing: 0.34px; }
  .account_inbox-page .form-field .form-select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='9.231' viewBox='0 0 20 9.231'%3E%3Cpath id='Polygon_94' data-name='Polygon 94' d='M10,0,20,9.231H0Z' transform='translate(20 9.231) rotate(180)'/%3E%3C/svg%3E");
    background-position: right 15px center;
    color: #000; }
  .account_inbox-page .form-field .form-input {
    border-color: #707070;
    border-radius: 6px;
    color: #000; }
  .account_inbox-page .form-field.form-field--error .form-input {
    border-color: #cc4749; }
  .account_inbox-page .form-field.form-field--success .form-input {
    border-color: #008a06; }

.account_inbox-page .form-actions .button {
  background-color: #0071BC;
  color: #fff;
  border-color: #0071BC;
  border: 2px solid #0071BC;
  font-weight: 700;
  border-radius: 50px; }
  .account_inbox-page .form-actions .button:hover {
    text-decoration: none !important;
    background: #28ABE2;
    border-color: #28ABE2; }

.account_inbox-page .form-actions .button + .button {
  background: #fff;
  color: #0071BC;
  border: 2px solid #0071BC; }
  .account_inbox-page .form-actions .button + .button:hover {
    color: #fff;
    background: #0071BC;
    border-color: #0071BC; }

.alertBox.alertBox--info {
  background-color: #FFF7CB;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .alertBox.alertBox--info .alertBox-icon {
    display: flex;
    padding-right: 8px; }
    .alertBox.alertBox--info .alertBox-icon .icon {
      width: 17px;
      height: 17px; }
    .alertBox.alertBox--info .alertBox-icon svg {
      fill: #EF8A00; }
  .alertBox.alertBox--info p {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    width: auto; }
    @media (max-width: 1023px) {
      .alertBox.alertBox--info p {
        font-size: 14px;
        line-height: 20px; } }

.createaccount_thanks-page .page-content {
  padding: 20px 0 100px; }
  .createaccount_thanks-page .page-content .page-heading {
    margin: 14px 0 0;
    font-size: 36px;
    line-height: 51px;
    font-weight: 700;
    color: #000000;
    letter-spacing: normal; }
    @media (max-width: 1023px) {
      .createaccount_thanks-page .page-content .page-heading {
        font-size: 32px;
        line-height: 45px; } }
    @media (max-width: 650px) {
      .createaccount_thanks-page .page-content .page-heading {
        font-size: 28px;
        line-height: 39px; } }
  .createaccount_thanks-page .page-content p {
    max-width: 900px;
    margin: 20px auto 35px;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    color: #000; }
    @media (max-width: 1023px) {
      .createaccount_thanks-page .page-content p {
        font-size: 14px;
        line-height: 20px; } }
  .createaccount_thanks-page .page-content .button {
    margin: 0;
    padding: 9px 24px 9px;
    border-radius: 22px;
    background: #0071BC;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    border-color: #0071BC; }
    .createaccount_thanks-page .page-content .button:hover {
      background: #28ABE2;
      border-color: #28ABE2; }

.shippingaddressform-page .account {
  padding: 44px 0 100px;
  max-width: 810px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .shippingaddressform-page .account {
      max-width: 698px;
      padding: 30px 0 80px; } }
  @media (max-width: 767px) {
    .shippingaddressform-page .account {
      max-width: 615px; } }
  @media (max-width: 650px) {
    .shippingaddressform-page .account {
      max-width: 335px; } }
  .shippingaddressform-page .account .form {
    margin: 0; }
  .shippingaddressform-page .account .account-body {
    margin: 0; }
  .shippingaddressform-page .account .form-row {
    margin: 0 -30px; }
    @media (max-width: 1023px) {
      .shippingaddressform-page .account .form-row {
        margin: 0 0; } }
  .shippingaddressform-page .account .form-field {
    width: 100%;
    max-width: 435px;
    padding: 0 30px; }
    @media (max-width: 1023px) {
      .shippingaddressform-page .account .form-field {
        max-width: 349px;
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .shippingaddressform-page .account .form-field {
        max-width: 307px;
        padding: 0 15px;
        margin: 0 auto;
        width: 100%; } }
    @media (max-width: 650px) {
      .shippingaddressform-page .account .form-field {
        max-width: 335px;
        padding: 0;
        margin: 0 auto;
        width: 100%; } }
  .shippingaddressform-page .account .form-field {
    margin-bottom: 19px; }
    .shippingaddressform-page .account .form-field .form-label {
      text-transform: uppercase;
      margin-bottom: 8px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      color: #000000; }
      .shippingaddressform-page .account .form-field .form-label .star-required {
        float: none;
        display: inline-block;
        color: #B71616;
        font-size: 16px; }
      .shippingaddressform-page .account .form-field .form-label .required {
        margin: 7px 0 0;
        font-size: 12px;
        line-height: 17px;
        text-transform: uppercase;
        color: #585858;
        font-weight: 400;
        letter-spacing: 0.34px; }
    .shippingaddressform-page .account .form-field .form-select {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='9.231' viewBox='0 0 20 9.231'%3E%3Cpath id='Polygon_94' data-name='Polygon 94' d='M10,0,20,9.231H0Z' transform='translate(20 9.231) rotate(180)'/%3E%3C/svg%3E");
      background-position: right 15px center; }
    .shippingaddressform-page .account .form-field .form-input {
      border-color: #707070;
      border-radius: 6px; }
    .shippingaddressform-page .account .form-field.form-field--error .form-input {
      border-color: #cc4749; }
    .shippingaddressform-page .account .form-field.form-field--success .form-input {
      border-color: #008a06; }
  .shippingaddressform-page .account .form-actions .button {
    background-color: #0071BC;
    color: #fff;
    border-color: #0071BC;
    border: 2px solid #0071BC;
    border-radius: 50px;
    font-weight: 700; }
    .shippingaddressform-page .account .form-actions .button:hover {
      text-decoration: none !important;
      background: #28ABE2;
      border-color: #28ABE2; }
    .shippingaddressform-page .account .form-actions .button.button--search {
      padding: 0.5rem 0.75rem 0.7rem !important; }
  .shippingaddressform-page .account .form-actions .button + .button {
    background: #fff;
    color: #0071BC;
    border: 2px solid #0071BC; }
    .shippingaddressform-page .account .form-actions .button + .button:hover {
      color: #fff;
      background: #0071BC;
      border-color: #0071BC; }

.b2b-wrap.account {
  max-width: 1024px; }

.b2b-wrap.address-lists-wrap .addressList .address-default .panel .panel-body {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  padding: 21px 21px 22px; }
  .b2b-wrap.address-lists-wrap .addressList .address-default .panel .panel-body .address-title {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    font-weight: 700;
    margin: 0 0 11px; }
  .b2b-wrap.address-lists-wrap .addressList .address-default .panel .panel-body .address-details {
    margin: 0;
    line-height: normal; }
    .b2b-wrap.address-lists-wrap .addressList .address-default .panel .panel-body .address-details.address-details--postal {
      margin: 0 0 16px; }
    .b2b-wrap.address-lists-wrap .addressList .address-default .panel .panel-body .address-details li {
      font-size: 14px;
      line-height: 21px;
      color: #000;
      letter-spacing: -0.14px; }
    .b2b-wrap.address-lists-wrap .addressList .address-default .panel .panel-body .address-details .address-label {
      font-size: 12px;
      line-height: 17px;
      color: #000;
      letter-spacing: -0.12px;
      font-weight: 700; }
    .b2b-wrap.address-lists-wrap .addressList .address-default .panel .panel-body .address-details .address-description {
      font-size: 12px;
      line-height: 17px;
      color: #000;
      letter-spacing: -0.12px; }

.b2b-wrap .table-wrap {
  overflow-x: auto; }

.b2b-wrap .invoices-filter-form .filter-field {
  width: 206px; }

.b2b-wrap .title-wrap {
  margin: 0 !important; }

.b2b-wrap .page-title {
  display: none !important; }

.b2b-wrap .button {
  background-color: #0071BC;
  color: #fff;
  border-color: #0071BC;
  border: 2px solid #0071BC; }
  .b2b-wrap .button:hover {
    text-decoration: none !important;
    background: #28ABE2;
    border-color: #28ABE2; }
  .b2b-wrap .button.button--search {
    padding: 0.5rem 0.75rem 0.7rem !important; }

.b2b-wrap .button + .button {
  background: #fff;
  color: #0071BC;
  border: 2px solid #0071BC; }
  .b2b-wrap .button + .button:hover {
    color: #fff;
    background: #0071BC;
    border-color: #0071BC; }

.b2b-wrap .button + .button {
  margin-left: 10px; }

.b2b-wrap.address-lists-wrap .search-toolbar .search-input-box .button.button--small {
  background-color: #0071BC;
  color: #fff;
  border-color: #0071BC; }
  .b2b-wrap.address-lists-wrap .search-toolbar .search-input-box .button.button--small:hover {
    text-decoration: none !important;
    background: #28ABE2;
    border-color: #28ABE2; }

.b2b-wrap .search-toolbar .search-input-box .button.button--small {
  background-color: #0071BC;
  color: #fff;
  border-color: #0071BC; }
  .b2b-wrap .search-toolbar .search-input-box .button.button--small:hover {
    text-decoration: none !important;
    background: #28ABE2;
    border-color: #28ABE2; }

.b2b-wrap .pagination-list .pagination-item--previous .pagination-link, .b2b-wrap .pagination-list .pagination-item--next .pagination-link {
  width: auto !important;
  height: auto !important; }

.b2b-wrap .invoices-list-export_csv:hover {
  color: #0071BC; }

.tingle-modal .tingle-modal-box .button {
  background-color: #0071BC;
  color: #fff;
  border-color: #0071BC;
  border-radius: 45px; }
  .tingle-modal .tingle-modal-box .button:hover {
    text-decoration: none !important;
    background: #28ABE2;
    border-color: #28ABE2; }

.tingle-modal .tingle-modal-box .button + .button {
  margin-left: 6px;
  background: #fff;
  color: #0071BC;
  border: 2px solid #0071BC;
  font-weight: 700; }
  .tingle-modal .tingle-modal-box .button + .button:hover {
    color: #fff;
    background: #0071BC;
    border-color: #0071BC; }

.tingle-modal .tingle-modal-box .form-select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='9.231' viewBox='0 0 20 9.231'%3E%3Cpath id='Polygon_94' data-name='Polygon 94' d='M10,0,20,9.231H0Z' transform='translate(20 9.231) rotate(180)'/%3E%3C/svg%3E");
  background-position: right 10px center; }

.modal-body .button {
  background-color: #0071BC;
  color: #fff;
  border-color: #0071BC;
  font-weight: 700;
  border-radius: 45px; }
  .modal-body .button:hover {
    text-decoration: none !important;
    background: #28ABE2;
    border-color: #28ABE2; }

.modal-body .button + .button {
  margin-left: 6px;
  background: #fff;
  color: #0071BC;
  border: 2px solid #0071BC;
  font-weight: 700; }
  .modal-body .button + .button:hover {
    color: #fff;
    background: #0071BC;
    border-color: #0071BC; }

.shopping-lists.dft-main .page-heading, .address-book.dft-main .page-heading, .buy-again.dft-main .page-heading, .user-management.dft-main .page-heading, .quotes-list.dft-main .page-heading, .invoices.dft-main .page-heading {
  text-align: center;
  margin: 14px auto 0;
  font-size: 36px;
  line-height: 51px;
  font-weight: 700;
  color: #000000;
  letter-spacing: normal; }
  @media (max-width: 1023px) {
    .shopping-lists.dft-main .page-heading, .address-book.dft-main .page-heading, .buy-again.dft-main .page-heading, .user-management.dft-main .page-heading, .quotes-list.dft-main .page-heading, .invoices.dft-main .page-heading {
      font-size: 32px;
      line-height: 45px; } }
  @media (max-width: 650px) {
    .shopping-lists.dft-main .page-heading, .address-book.dft-main .page-heading, .buy-again.dft-main .page-heading, .user-management.dft-main .page-heading, .quotes-list.dft-main .page-heading, .invoices.dft-main .page-heading {
      font-size: 28px;
      line-height: 39px; } }

#pc-quickorderpad-entry {
  display: none; }

.newsletter_subscribe-page .page {
  padding: 22px 0 100px; }

@media (max-width: 500px) {
  .body .container .navBar.navBar--sub.navBar--account {
    display: block !important; } }

.account-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  display: none; }

@media (max-width: 500px) {
  .c00241 .form-container {
    width: 92% !important; } }

.c00241 .form-container .body-container .form-field {
  width: 210px !important; }
  @media (max-width: 1500px) {
    .c00241 .form-container .body-container .form-field {
      width: 186px !important; } }
  @media (max-width: 1300px) {
    .c00241 .form-container .body-container .form-field {
      width: 100% !important; } }

.c00241 .form-container .title-container h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 28px; }

.c00241 .form-container .form-label {
  font-size: 13px;
  line-height: 17px;
  color: #000000; }
  .c00241 .form-container .form-label small {
    color: #585858;
    margin: 0; }

.c00241 .form-container .form-input, .c00241 .form-container .form-select {
  border-color: #707070;
  border-radius: 6px;
  color: #000000;
  font-size: 13px; }

.c00241 .form-container .button--primary {
  background-color: #0071BC;
  color: #fff;
  border-color: #0071BC;
  border: 2px solid #0071BC;
  font-weight: 700; }
  .c00241 .form-container .button--primary:hover {
    background: #28ABE2;
    border-color: #28ABE2; }

.c00241 .form-container .products-container .product-list-item-container .description-container .product-name {
  font-weight: 500 !important; }
  @media (max-width: 1023px) {
    .c00241 .form-container .products-container .product-list-item-container .description-container .product-name {
      font-size: 15px !important; } }

.c00241 .form-container .products-container .product-actions p {
  font-weight: 600; }

@media (max-width: 767px) {
  .c00241 .form-container .quote-edit-container {
    display: grid !important;
    overflow-y: auto; } }

@media (max-width: 767px) {
  .c00241 .form-container .quote-edit-container .quote-edit-information {
    width: 100% !important;
    overflow-y: initial !important; } }

@media (max-width: 767px) {
  .c00241 .form-container .quote-edit-container .quote-edit-item {
    width: 100% !important;
    padding-bottom: 1rem !important; } }

@media (max-width: 1023px) {
  .c00241 .form-container .quote-edit-container .quote-edit-item .products-search-container {
    flex-wrap: wrap; } }

@media (max-width: 1023px) {
  .c00241 .form-container .quote-edit-container .quote-edit-item .products-search-container .search-input-container {
    width: 100%; } }

@media (max-width: 1023px) {
  .c00241 .form-container .quote-edit-container .quote-edit-item .products-search-container .search-input-container .form-products-input {
    width: 100% !important; } }

.header-cart .row {
  justify-content: space-between; }
  .header-cart .row .col.center-col {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  @media (max-width: 767px) {
    .header-cart .row p {
      width: auto;
      max-width: 130px; } }
  @media (max-width: 350px) {
    .header-cart .row p {
      max-width: 95px; } }

.dft-main.back-to-school-social-story .page-heading {
  margin-bottom: 20px; }
  @media (max-width: 1279px) {
    .dft-main.back-to-school-social-story .page-heading {
      margin: 34px 0 20px; } }
  @media (max-width: 1023px) {
    .dft-main.back-to-school-social-story .page-heading {
      margin: 11px 0 20px; } }
  @media (max-width: 767px) {
    .dft-main.back-to-school-social-story .page-heading {
      margin: 20px 0; } }

@media (max-width: 1024px) {
  .dft-pg.custom .content {
    max-width: 810px;
    margin: auto; } }

@media (max-width: 1023px) {
  .dft-pg.custom .content {
    max-width: 580px; } }

.dft-pg.custom .content p {
  margin: 0 0 20px; }
  .dft-pg.custom .content p img {
    display: inline-block;
    margin: 0 0 30px; }
    @media (max-width: 1023px) {
      .dft-pg.custom .content p img {
        max-width: 480px;
        width: 100%;
        display: inline-block; } }
    @media (max-width: 550px) {
      .dft-pg.custom .content p img {
        max-width: 335px;
        margin: 0 0 20px; } }

.dft-pg.custom .content .link-items {
  text-align: center; }
  @media (max-width: 550px) {
    .dft-pg.custom .content .link-items {
      padding: 0 30px; } }
  .dft-pg.custom .content .link-items p {
    font-size: 16px;
    line-height: 22px;
    margin: 0; }
    @media (max-width: 550px) {
      .dft-pg.custom .content .link-items p {
        font-size: 14px;
        line-height: 20px; } }
    .dft-pg.custom .content .link-items p + p {
      margin-top: 15px; }

.dft-pg .recommanded-wrap {
  margin: 0 0 36px; }
  @media (min-width: 1280px) {
    .dft-pg .recommanded-wrap {
      padding: 0 15px; } }
  @media (max-width: 1023px) {
    .dft-pg .recommanded-wrap {
      margin: 0 0 6px; } }
  .dft-pg .recommanded-wrap .title {
    margin: 40px 0 20px; }
    .dft-pg .recommanded-wrap .title h4 {
      text-align: center;
      font-size: 24px;
      line-height: 34px;
      font-weight: bold;
      margin: 0; }
      @media (max-width: 1023px) {
        .dft-pg .recommanded-wrap .title h4 {
          font-size: 20px;
          line-height: 28px; } }
  .dft-pg .recommanded-wrap .ProductList {
    margin: 0 -10px; }
    @media (max-width: 1023px) {
      .dft-pg .recommanded-wrap .ProductList {
        margin: 0 auto;
        max-width: 500px; } }
    @media (max-width: 500px) {
      .dft-pg .recommanded-wrap .ProductList {
        margin: 0 -7px; } }
    @media (max-width: 1023px) {
      .dft-pg .recommanded-wrap .ProductList li {
        width: 50%;
        margin: 0 0 30px; } }
    @media (max-width: 500px) {
      .dft-pg .recommanded-wrap .ProductList li {
        padding: 0 6px; } }
  .dft-pg .recommanded-wrap .ProductImage {
    line-height: 0; }
    .dft-pg .recommanded-wrap .ProductImage a {
      display: inline-block;
      width: 100%;
      position: relative; }
      .dft-pg .recommanded-wrap .ProductImage a:before {
        content: "";
        display: block;
        height: 0;
        padding-bottom: 100%;
        width: 100%; }
      .dft-pg .recommanded-wrap .ProductImage a img {
        width: 100%;
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        font-family: "object-fit: contain;";
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%; }
  .dft-pg .recommanded-wrap .ProductDetails {
    text-align: left;
    margin-top: 10px; }
    .dft-pg .recommanded-wrap .ProductDetails .pname {
      font-size: 18px;
      line-height: 22px;
      margin: 0 0 6px;
      display: inline-block;
      width: 100%;
      text-decoration: none;
      color: #000000;
      font-weight: 600; }
      @media (max-width: 500px) {
        .dft-pg .recommanded-wrap .ProductDetails .pname {
          font-size: 14px;
          line-height: 18px;
          margin: 0 0 8px; } }
  .dft-pg .recommanded-wrap .price .rrp-price--withoutTax, .dft-pg .recommanded-wrap .price .non-sale-price--withoutTax {
    display: none; }
  .dft-pg .recommanded-wrap .price .price-now-label {
    display: none; }
  .dft-pg .recommanded-wrap .price .price-section {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #0071BC;
    font-weight: 600; }
    .dft-pg .recommanded-wrap .price .price-section span {
      color: #0071BC; }
    @media (max-width: 500px) {
      .dft-pg .recommanded-wrap .price .price-section {
        font-size: 14px;
        line-height: 20px; } }

.resource-page-header {
  background-color: rgba(0, 169, 157, 0.15);
  padding: 22px 0 29px; }
  @media (max-width: 1290px) {
    .resource-page-header {
      padding: 20px 0 31px; } }
  @media (max-width: 1023px) {
    .resource-page-header {
      padding: 20px 0 22px; } }
  @media (max-width: 650px) {
    .resource-page-header {
      padding: 20px 0 18px; } }
  .resource-page-header .container {
    padding: 0 27px;
    z-index: 1;
    max-width: 1366px;
    margin: 0 auto;
    width: 100%; }
    @media (max-width: 1290px) {
      .resource-page-header .container {
        padding: 0 25px; } }
    @media (max-width: 1023px) {
      .resource-page-header .container {
        padding: 0 35px; } }
    @media (max-width: 650px) {
      .resource-page-header .container {
        padding: 0 20px; } }
    .resource-page-header .container .breadcrumbs {
      margin: 0; }
    .resource-page-header .container .page-header-content {
      padding-top: 20px;
      display: flex;
      align-items: center; }
      @media (max-width: 1023px) {
        .resource-page-header .container .page-header-content {
          flex-wrap: wrap;
          padding: 0;
          justify-content: center; } }
      @media (max-width: 1023px) {
        .resource-page-header .container .page-header-content .page-header-title {
          padding-bottom: 10px; } }
      .resource-page-header .container .page-header-content .page-header-title .page-heading {
        margin: 0;
        font-size: 36px;
        line-height: 51px;
        font-weight: 700;
        color: #000000;
        letter-spacing: normal; }
        @media (max-width: 1023px) {
          .resource-page-header .container .page-header-content .page-header-title .page-heading {
            font-size: 32px;
            line-height: 45px; } }
        @media (max-width: 650px) {
          .resource-page-header .container .page-header-content .page-header-title .page-heading {
            font-size: 28px;
            line-height: 39px; } }
      .resource-page-header .container .page-header-content .page-content {
        margin-left: 90px;
        max-width: 815px;
        padding: 0; }
        @media (max-width: 1290px) {
          .resource-page-header .container .page-header-content .page-content {
            margin-left: 24px; } }
        @media (max-width: 1023px) {
          .resource-page-header .container .page-header-content .page-content {
            margin: 0; } }
        @media (max-width: 939px) {
          .resource-page-header .container .page-header-content .page-content {
            max-width: 698px; } }
        .resource-page-header .container .page-header-content .page-content p {
          font-size: 18px;
          line-height: 27px;
          font-weight: 400;
          color: #000000; }
          @media (max-width: 1023px) {
            .resource-page-header .container .page-header-content .page-content p {
              font-size: 16px;
              line-height: 23px; } }
          @media (max-width: 650px) {
            .resource-page-header .container .page-header-content .page-content p {
              font-size: 14px;
              line-height: 21px; } }
          .resource-page-header .container .page-header-content .page-content p:last-child {
            margin-bottom: 0; }

.resource-page-main .resource-page-cards {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 65px; }
  @media (max-width: 1290px) {
    .resource-page-main .resource-page-cards {
      padding: 15px 7px 65px;
      max-width: 1024px; } }
  @media (max-width: 1023px) {
    .resource-page-main .resource-page-cards {
      max-width: 676px;
      padding: 10px 0 65px; } }
  @media (max-width: 650px) {
    .resource-page-main .resource-page-cards {
      max-width: 340px;
      padding: 15px 0 58px; } }
  .resource-page-main .resource-page-cards .resource-page-card {
    width: 33.33%;
    padding: 20px; }
    @media (max-width: 1290px) {
      .resource-page-main .resource-page-cards .resource-page-card {
        padding: 20px 18px; } }
    @media (max-width: 1023px) {
      .resource-page-main .resource-page-cards .resource-page-card {
        padding: 20px 19px;
        width: 50%; } }
    @media (max-width: 650px) {
      .resource-page-main .resource-page-cards .resource-page-card {
        padding: 15px 20px;
        width: 100%; } }
    .resource-page-main .resource-page-cards .resource-page-card .resource-page-card-img {
      display: block; }
      .resource-page-main .resource-page-cards .resource-page-card .resource-page-card-img img {
        border-radius: 10px; }
        @media (max-width: 1023px) {
          .resource-page-main .resource-page-cards .resource-page-card .resource-page-card-img img {
            border-radius: 8px; } }
    .resource-page-main .resource-page-cards .resource-page-card .resource-page-card-content {
      text-align: center; }
      .resource-page-main .resource-page-cards .resource-page-card .resource-page-card-content .card-title {
        display: inline-block;
        margin: 10px 0 0;
        font-size: 24px;
        line-height: 33px;
        color: #000000;
        font-weight: 700;
        transition: 0.3s ease-in-out; }
        @media (max-width: 1290px) {
          .resource-page-main .resource-page-cards .resource-page-card .resource-page-card-content .card-title {
            margin: 6px 0 0;
            font-size: 20px;
            line-height: 28px; } }
        .resource-page-main .resource-page-cards .resource-page-card .resource-page-card-content .card-title:hover {
          color: #77B55C; }
      .resource-page-main .resource-page-cards .resource-page-card .resource-page-card-content .card-desc {
        margin: 0;
        padding: 6px 0 12px;
        font-size: 14px;
        line-height: 20px;
        color: #000000; }
      .resource-page-main .resource-page-cards .resource-page-card .resource-page-card-content .card-btn {
        width: 144px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #77B55C;
        border-radius: 18px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: #77B55C;
        transition: 0.3s ease-in-out; }
        .resource-page-main .resource-page-cards .resource-page-card .resource-page-card-content .card-btn:hover {
          background: #77B55C;
          color: #fff; }

.italkdoc-banner {
  background: linear-gradient(180deg, #0071bc 0%, rgba(0, 113, 188, 0.37) 50%, rgba(0, 113, 188, 0) 100%);
  background-repeat: no-repeat;
  padding: 22px 0 0;
  background-size: 100% 240px; }
  @media (max-width: 1290px) {
    .italkdoc-banner {
      padding: 20px 0 0; } }
  @media (max-width: 1023px) {
    .italkdoc-banner {
      padding: 20px 0 28px; } }
  @media (max-width: 650px) {
    .italkdoc-banner {
      padding: 63px 0 30px; } }
  .italkdoc-banner .container {
    max-width: 1366px;
    width: 100%;
    padding: 0 28px; }
    @media (max-width: 1290px) {
      .italkdoc-banner .container {
        max-width: 1024px;
        padding: 0 25px; } }
    @media (max-width: 1023px) {
      .italkdoc-banner .container {
        max-width: 768px;
        padding: 0 20px; } }
    @media (max-width: 650px) {
      .italkdoc-banner .container {
        max-width: 375px;
        padding: 0 18px 0 16px; } }
    .italkdoc-banner .container .breadcrumbs {
      margin: 0; }
      @media (max-width: 1023px) {
        .italkdoc-banner .container .breadcrumbs {
          padding-left: 15px; } }
      .italkdoc-banner .container .breadcrumbs .breadcrumb::before {
        color: #fff; }
      .italkdoc-banner .container .breadcrumbs .breadcrumb a {
        color: #fff; }
  .italkdoc-banner .italkdoc-banner-content {
    display: flex;
    padding-top: 45px;
    padding-left: 105px; }
    @media (max-width: 1290px) {
      .italkdoc-banner .italkdoc-banner-content {
        padding-top: 45px;
        padding-left: 0px; } }
    @media (max-width: 1023px) {
      .italkdoc-banner .italkdoc-banner-content {
        padding-top: 23px; } }
    @media (max-width: 650px) {
      .italkdoc-banner .italkdoc-banner-content {
        flex-wrap: wrap;
        justify-content: center; } }
    .italkdoc-banner .italkdoc-banner-content .banner-img {
      max-width: 391px;
      width: 100%; }
      @media (max-width: 1290px) {
        .italkdoc-banner .italkdoc-banner-content .banner-img {
          max-width: 383px; } }
      @media (max-width: 1023px) {
        .italkdoc-banner .italkdoc-banner-content .banner-img {
          max-width: 287px; } }
      @media (max-width: 650px) {
        .italkdoc-banner .italkdoc-banner-content .banner-img {
          order: 2;
          max-width: 235px;
          margin-top: 17px;
          margin-right: 11px; } }
    .italkdoc-banner .italkdoc-banner-content .banner-content {
      max-width: 635px;
      margin-left: 44px;
      margin-top: 17px;
      position: relative;
      z-index: 1; }
      @media (max-width: 1290px) {
        .italkdoc-banner .italkdoc-banner-content .banner-content {
          max-width: 497px;
          margin-left: 44px;
          margin-top: 19px; } }
      @media (max-width: 1023px) {
        .italkdoc-banner .italkdoc-banner-content .banner-content {
          max-width: 391px;
          margin-left: 32px;
          margin-top: 13px; } }
      @media (max-width: 650px) {
        .italkdoc-banner .italkdoc-banner-content .banner-content {
          order: 1;
          max-width: 335px;
          margin: 0 0 0; } }
      .italkdoc-banner .italkdoc-banner-content .banner-content::after {
        content: '';
        position: absolute;
        top: -112px;
        right: 95px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='347.582' height='383.608' viewBox='0 0 347.582 383.608'%3E%3Cpath id='Union_160' data-name='Union 160' d='M186.354,313.943c-6-.991-10.837-3.434-12.779-9.93-1.269-4.242-2.55-8.47-3.483-12.8-3.551-16.427-6.8-32.933-11.573-49.062a47.878,47.878,0,0,0-12.766-21.4c-5.955-5.73-17.266-7.164-23.868,2.109a61.94,61.94,0,0,0-8.773,19.219c-3.333,11.63-5.623,23.508-7.856,35.394-1.3,6.95-2.272,13.969-4.284,20.778a12.746,12.746,0,0,1-5.89,7.965,28.589,28.589,0,0,1-23.406,2.573,10.71,10.71,0,0,1-4.411-2.631.972.972,0,0,1-.073-.073,10.911,10.911,0,0,1-.148-15.113c6.306-6.387,10.7-14.428,14.347-22.728,4.157-9.461,8.038-19.032,11.235-28.865a316.247,316.247,0,0,0,9.551-35.414,302.044,302.044,0,0,0,4.788-32.794c.645-7.276,1.755-14.631.432-22.051-2.194-12.324-8.4-21.933-19.577-27.335a132.206,132.206,0,0,0-43.359-12.918A131.855,131.855,0,0,0,14.5,108.9a11.645,11.645,0,0,1-11.487-5C-.809,98.791-.513,93.051,1.25,87.422a12.888,12.888,0,0,1,14.113-8.955,18.363,18.363,0,0,1,9,3.387,71.667,71.667,0,0,0,14.23,7.983C50.7,95.181,63.767,96.86,76.533,99.628a293.282,293.282,0,0,0,32.236,4.927c4.854.5,9.733,1.283,14.622,1.283.99,0,1.981-.032,2.972-.1a79.991,79.991,0,0,0,16.608-2.891h0l.106-.031q.73-.215,1.456-.446a63.541,63.541,0,0,0,19.66-9.834c7.97-6.114,15.186-13.1,22.4-20.061q7.3-7.039,13.967-14.639l0,0A208.517,208.517,0,0,0,216.82,36.709a70.646,70.646,0,0,1,9.428-11.7,14.582,14.582,0,0,1,10.159-4.062,14.9,14.9,0,0,1,12,5.991A15.609,15.609,0,0,1,242.35,50.8c-5.625,2.565-11.3,4.917-16.2,8.9Q214.9,68.834,204.379,78.743h0q-.649.614-1.294,1.232l-.1.1-.357.342-.164.158-.3.29-.469.453-.154.149-.373.362-.136.132-.389.38-.12.118q-4.32,4.223-8.486,8.612l-.023.024-.473.5-.07.074-.425.451-.089.1-.494.527-.125.133c-5.28,5.649-10.587,11.289-14.123,18.385-6.766,13.585-9.639,28.12-10.764,43.064-.554,7.344-.333,14.73-.159,22.108a149.683,149.683,0,0,0,2.134,21.112c2.02,12.086,5.579,23.81,9.613,35.388a348.086,348.086,0,0,0,14.56,35.633c5.072,10.613,9.267,21.8,17.656,30.5a5.348,5.348,0,0,1,1.222,4.13,8.917,8.917,0,0,1-2.646,6.231l-.12.122a13.823,13.823,0,0,1-2.412,1.869c-3.925,2.445-8.295,2.857-12.769,2.878A55.732,55.732,0,0,1,186.354,313.943Zm-64.23-213.58h-.04l-.266,0h-.066l-.238-.005-.084,0-.225-.006-.084,0-.219-.008-.1,0-.211-.009-.094,0-.209-.01-.1-.005-.2-.011-.1-.006-.211-.013-.094-.006-.224-.015-.078-.005-.236-.017-.071-.005c-.2-.015-.4-.032-.6-.049l-.1-.009-.2-.019-.129-.012-.163-.016-.153-.016-.148-.015-.153-.017-.14-.015-.165-.019-.129-.015-.172-.021-.118-.014-.182-.023-.11-.014-.186-.025-.106-.014-.189-.026-.1-.014-.206-.03-.052-.008q-.975-.144-1.94-.325h0l-.277-.053h-.005A50.244,50.244,0,0,1,87.436,85.8c-.112-.112-.226-.224-.338-.339A49.568,49.568,0,0,1,73,55.287a50.118,50.118,0,0,1,16.673-42.5,51.35,51.35,0,0,1,14-8.794A50.2,50.2,0,0,1,117.637.3a47.123,47.123,0,0,1,5.287-.3h.005q1.392,0,2.787.086l.135.009.112.007h0a47.857,47.857,0,0,1,15.365,3.754,51.315,51.315,0,0,1,14.2,8.934A50.52,50.52,0,0,1,171.3,39.835a49.776,49.776,0,0,1,.977,14.318c-2.184,28.029-25.636,45.718-48.457,46.2-.358.008-.711.011-1.067.011C122.541,100.367,122.332,100.366,122.124,100.363Z' transform='translate(112.633 0.001) rotate(21)' fill='%23fff' opacity='0.454'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        width: 347px;
        height: 383px;
        z-index: -1; }
        @media (max-width: 1290px) {
          .italkdoc-banner .italkdoc-banner-content .banner-content::after {
            right: -44px; } }
        @media (max-width: 1023px) {
          .italkdoc-banner .italkdoc-banner-content .banner-content::after {
            right: -15px;
            top: -83px;
            width: 260px;
            height: 287px; } }
        @media (max-width: 650px) {
          .italkdoc-banner .italkdoc-banner-content .banner-content::after {
            right: -10px;
            top: -92px; } }
      .italkdoc-banner .italkdoc-banner-content .banner-content .page-heading {
        margin: 0;
        text-align: left;
        font-weight: 700;
        font-size: 66px;
        line-height: 92px;
        color: #000000;
        letter-spacing: normal; }
        @media (max-width: 1023px) {
          .italkdoc-banner .italkdoc-banner-content .banner-content .page-heading {
            font-size: 49px;
            line-height: 68px; } }
        @media (max-width: 650px) {
          .italkdoc-banner .italkdoc-banner-content .banner-content .page-heading {
            font-size: 40px;
            line-height: 56px; } }
      .italkdoc-banner .italkdoc-banner-content .banner-content .page-subheading {
        margin: 0 0 3px 4px;
        color: #000000;
        font-size: 28px;
        line-height: 39px;
        font-weight: 700; }
        @media (max-width: 1023px) {
          .italkdoc-banner .italkdoc-banner-content .banner-content .page-subheading {
            font-size: 22px;
            line-height: 31px;
            margin: 0 0 3px 3px; } }
        @media (max-width: 650px) {
          .italkdoc-banner .italkdoc-banner-content .banner-content .page-subheading {
            margin: 7px 0 8px 3px;
            line-height: 23px; } }
        .italkdoc-banner .italkdoc-banner-content .banner-content .page-subheading span {
          color: #0071BC; }
      .italkdoc-banner .italkdoc-banner-content .banner-content .page-tagline {
        display: block;
        font-weight: 700;
        font-size: 15px;
        line-height: 21px;
        color: #000000;
        margin: 0 0 0 4px; }
        @media (max-width: 1023px) {
          .italkdoc-banner .italkdoc-banner-content .banner-content .page-tagline {
            font-size: 12px;
            line-height: 17px;
            margin: 0 0 0 3px; } }
        .italkdoc-banner .italkdoc-banner-content .banner-content .page-tagline span {
          font-weight: 400; }
      .italkdoc-banner .italkdoc-banner-content .banner-content .banner-desc {
        padding-top: 40px; }
        @media (max-width: 1023px) {
          .italkdoc-banner .italkdoc-banner-content .banner-content .banner-desc {
            padding-top: 24px; } }
        .italkdoc-banner .italkdoc-banner-content .banner-content .banner-desc p {
          margin-bottom: 30px;
          color: #000000;
          font-size: 20px;
          line-height: 30px; }
          @media (max-width: 1023px) {
            .italkdoc-banner .italkdoc-banner-content .banner-content .banner-desc p {
              font-size: 18px;
              line-height: 26px;
              margin-bottom: 25px; } }
          @media (max-width: 650px) {
            .italkdoc-banner .italkdoc-banner-content .banner-content .banner-desc p {
              font-size: 18px;
              line-height: 26px; } }
          .italkdoc-banner .italkdoc-banner-content .banner-content .banner-desc p:last-child {
            margin-bottom: 0; }

.apps-section {
  background: #E8F2FF;
  padding: 67px 0 30px;
  margin-top: -40px; }
  @media (max-width: 1290px) {
    .apps-section {
      padding: 62px 0 30px;
      margin-top: -37px; } }
  @media (max-width: 1023px) {
    .apps-section {
      padding: 30px 0 40px;
      margin-top: 0; } }
  @media (max-width: 650px) {
    .apps-section {
      padding: 33px 0 24px; } }
  .apps-section .container {
    max-width: 1366px;
    padding: 0 90px 0 110px; }
    @media (max-width: 1290px) {
      .apps-section .container {
        max-width: 1024px;
        padding: 0 67px 0 82px; } }
    @media (max-width: 1023px) {
      .apps-section .container {
        max-width: 548px;
        padding: 0; } }
    @media (max-width: 650px) {
      .apps-section .container {
        max-width: 375px;
        padding: 0 20px; } }
    .apps-section .container .apps-section-content {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 1023px) {
        .apps-section .container .apps-section-content {
          flex-wrap: wrap;
          justify-content: center; } }
      .apps-section .container .apps-section-content .apps-content {
        margin-top: 31px;
        max-width: 341px;
        text-align: left; }
        @media (max-width: 1290px) {
          .apps-section .container .apps-section-content .apps-content {
            margin-top: 0px;
            max-width: 251px; } }
        @media (max-width: 1023px) {
          .apps-section .container .apps-section-content .apps-content {
            max-width: 100%;
            display: flex;
            justify-content: center; } }
        @media (max-width: 650px) {
          .apps-section .container .apps-section-content .apps-content {
            position: relative;
            padding-bottom: 63px;
            padding-left: 5px; } }
        .apps-section .container .apps-section-content .apps-content .dummy-img {
          max-width: 178px;
          margin: 0 auto 30px;
          width: 100%; }
          @media (max-width: 1290px) {
            .apps-section .container .apps-section-content .apps-content .dummy-img {
              max-width: 133px;
              margin: 0 auto 22px; } }
          @media (max-width: 1023px) {
            .apps-section .container .apps-section-content .apps-content .dummy-img {
              margin: 0; } }
          @media (max-width: 650px) {
            .apps-section .container .apps-section-content .apps-content .dummy-img {
              max-width: 100px; } }
          .apps-section .container .apps-section-content .apps-content .dummy-img img {
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.36);
            border-radius: 40px; }
            @media (max-width: 1290px) {
              .apps-section .container .apps-section-content .apps-content .dummy-img img {
                border-radius: 30px; } }
            @media (max-width: 650px) {
              .apps-section .container .apps-section-content .apps-content .dummy-img img {
                border-radius: 20px; } }
        @media (max-width: 1023px) {
          .apps-section .container .apps-section-content .apps-content .apps-desc {
            max-width: 315px;
            margin-left: 32px; } }
        @media (max-width: 650px) {
          .apps-section .container .apps-section-content .apps-content .apps-desc {
            max-width: 204px;
            margin-left: 19px; } }
        .apps-section .container .apps-section-content .apps-content h2 {
          font-size: 28px;
          line-height: 39px;
          color: #000000;
          letter-spacing: normal;
          margin: 0;
          font-weight: 700; }
          @media (max-width: 1290px) {
            .apps-section .container .apps-section-content .apps-content h2 {
              font-size: 20px;
              line-height: 28px; } }
          @media (max-width: 650px) {
            .apps-section .container .apps-section-content .apps-content h2 {
              max-width: 140px;
              line-height: 24px; } }
        .apps-section .container .apps-section-content .apps-content p {
          font-size: 14px;
          line-height: 21px;
          color: #000000;
          margin: 8px 0 28px; }
          @media (max-width: 1290px) {
            .apps-section .container .apps-section-content .apps-content p {
              margin: 8px 0 20px; } }
          @media (max-width: 650px) {
            .apps-section .container .apps-section-content .apps-content p {
              margin: 16px 0 0; } }
        .apps-section .container .apps-section-content .apps-content .apps-img {
          display: flex; }
          @media (max-width: 650px) {
            .apps-section .container .apps-section-content .apps-content .apps-img {
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              justify-content: center; } }
          .apps-section .container .apps-section-content .apps-content .apps-img a {
            display: block;
            max-width: 157px; }
            @media (max-width: 1290px) {
              .apps-section .container .apps-section-content .apps-content .apps-img a {
                max-width: 119px; } }
            @media (max-width: 650px) {
              .apps-section .container .apps-section-content .apps-content .apps-img a {
                max-width: 148px; } }
            .apps-section .container .apps-section-content .apps-content .apps-img a:hover {
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); }
          .apps-section .container .apps-section-content .apps-content .apps-img a + a {
            margin-left: 20px; }
            @media (max-width: 1290px) {
              .apps-section .container .apps-section-content .apps-content .apps-img a + a {
                margin-left: 15px; } }
            @media (max-width: 650px) {
              .apps-section .container .apps-section-content .apps-content .apps-img a + a {
                margin-left: 20px; } }
      .apps-section .container .apps-section-content .apps-video {
        margin-top: 44px; }
        @media (max-width: 650px) {
          .apps-section .container .apps-section-content .apps-video {
            margin-top: 50px; } }
        .apps-section .container .apps-section-content .apps-video iframe {
          width: 731px;
          height: 408px;
          border-radius: 15px; }
          @media (max-width: 1290px) {
            .apps-section .container .apps-section-content .apps-video iframe {
              width: 548px;
              height: 306px; } }
          @media (max-width: 650px) {
            .apps-section .container .apps-section-content .apps-video iframe {
              width: 335px;
              height: 186px; } }
          @media (max-width: 350px) {
            .apps-section .container .apps-section-content .apps-video iframe {
              width: 300px;
              height: 151px; } }
        .apps-section .container .apps-section-content .apps-video p {
          font-size: 23px;
          line-height: 32px;
          font-weight: 700;
          color: #000000;
          margin: 17px 0 0;
          text-align: center; }
          @media (max-width: 1290px) {
            .apps-section .container .apps-section-content .apps-video p {
              font-size: 17px;
              line-height: 24px;
              margin: 11px 0 0; } }
          @media (max-width: 650px) {
            .apps-section .container .apps-section-content .apps-video p {
              font-size: 14px;
              line-height: 20px;
              margin: 10px 0 0; } }

.communication-section {
  padding: 60px 0 85px; }
  @media (max-width: 1290px) {
    .communication-section {
      padding: 40px 0 85px; } }
  @media (max-width: 1023px) {
    .communication-section {
      padding: 42px 0 85px; } }
  @media (max-width: 650px) {
    .communication-section {
      padding: 40px 0 85px; } }
  .communication-section .container {
    max-width: 1090px;
    padding: 0; }
    @media (max-width: 1290px) {
      .communication-section .container {
        max-width: 868px; } }
    @media (max-width: 1023px) {
      .communication-section .container {
        max-width: 580px; } }
    @media (max-width: 650px) {
      .communication-section .container {
        max-width: 375px;
        padding: 0 20px; } }
  .communication-section .communication-desc h2 {
    font-size: 28px;
    line-height: 39px;
    font-weight: 700;
    color: #000000;
    letter-spacing: normal;
    margin: 0 0 15px; }
    @media (max-width: 1023px) {
      .communication-section .communication-desc h2 {
        font-size: 24px;
        line-height: 33px;
        margin: 0 0 10px; } }
    @media (max-width: 650px) {
      .communication-section .communication-desc h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 14px; } }
  .communication-section .communication-desc p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 24px; }
    @media (max-width: 650px) {
      .communication-section .communication-desc p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 20px; } }
    .communication-section .communication-desc p:last-child {
      margin: 0; }
    .communication-section .communication-desc p a {
      color: #0071BC;
      text-decoration: underline; }
      .communication-section .communication-desc p a:hover {
        color: #28ABE2; }
  .communication-section .apps-tips-section {
    display: flex;
    padding-top: 51px; }
    @media (max-width: 1290px) {
      .communication-section .apps-tips-section {
        padding-top: 40px; } }
    @media (max-width: 1023px) {
      .communication-section .apps-tips-section {
        flex-wrap: wrap;
        justify-content: center; } }
    @media (max-width: 650px) {
      .communication-section .apps-tips-section {
        padding-top: 30px; } }
    .communication-section .apps-tips-section .apps-tips {
      max-width: 670px; }
      @media (max-width: 1290px) {
        .communication-section .apps-tips-section .apps-tips {
          max-width: 490px; } }
      @media (max-width: 650px) {
        .communication-section .apps-tips-section .apps-tips {
          max-width: 100%; } }
      .communication-section .apps-tips-section .apps-tips .apps-tips-header {
        display: flex;
        align-items: center;
        background: #00A99D;
        border-radius: 20px 20px 0 0;
        padding: 13px 35px 11px; }
        @media (max-width: 1290px) {
          .communication-section .apps-tips-section .apps-tips .apps-tips-header {
            padding: 10px 29px 18px 32px; } }
        @media (max-width: 1023px) {
          .communication-section .apps-tips-section .apps-tips .apps-tips-header {
            padding: 9px 29px 15px 30px; } }
        @media (max-width: 650px) {
          .communication-section .apps-tips-section .apps-tips .apps-tips-header {
            padding: 5px 14px 8px 20px;
            border-radius: 10px 10px 0 0; } }
        .communication-section .apps-tips-section .apps-tips .apps-tips-header .apps-tips-svg {
          display: flex;
          align-items: center;
          justify-content: center; }
          .communication-section .apps-tips-section .apps-tips .apps-tips-header .apps-tips-svg svg {
            width: 107px;
            height: 107px; }
            @media (max-width: 1290px) {
              .communication-section .apps-tips-section .apps-tips .apps-tips-header .apps-tips-svg svg {
                width: 90px;
                height: 90px; } }
            @media (max-width: 650px) {
              .communication-section .apps-tips-section .apps-tips .apps-tips-header .apps-tips-svg svg {
                width: 83px;
                height: 83px; } }
        .communication-section .apps-tips-section .apps-tips .apps-tips-header h3 {
          font-size: 24px;
          line-height: 28px;
          font-weight: 700;
          color: #fff;
          letter-spacing: normal;
          margin: 8px 0 0 22px;
          max-width: 471px; }
          @media (max-width: 1290px) {
            .communication-section .apps-tips-section .apps-tips .apps-tips-header h3 {
              margin: 8px 0 0 18px;
              max-width: 326px;
              font-size: 20px;
              line-height: 21px; } }
          @media (max-width: 1023px) {
            .communication-section .apps-tips-section .apps-tips .apps-tips-header h3 {
              line-height: 22px; } }
          @media (max-width: 650px) {
            .communication-section .apps-tips-section .apps-tips .apps-tips-header h3 {
              margin: 7px 0 0 14px;
              max-width: 203px;
              font-size: 16px;
              line-height: 20px; } }
      .communication-section .apps-tips-section .apps-tips .apps-tips-list {
        background: #D9F2F0;
        border-radius: 0 0 20px 20px;
        margin: 0;
        padding: 19px 41px 32px 62px; }
        @media (max-width: 1290px) {
          .communication-section .apps-tips-section .apps-tips .apps-tips-list {
            padding: 20px 21px 41px 40px; } }
        @media (max-width: 650px) {
          .communication-section .apps-tips-section .apps-tips .apps-tips-list {
            padding: 20px 10px 31px 37px;
            border-radius: 0 0 10px 10px; } }
        .communication-section .apps-tips-section .apps-tips .apps-tips-list li {
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 25px;
          color: #000; }
          @media (max-width: 1290px) {
            .communication-section .apps-tips-section .apps-tips .apps-tips-list li {
              font-size: 18px;
              line-height: 24px;
              margin-bottom: 21px; } }
          @media (max-width: 650px) {
            .communication-section .apps-tips-section .apps-tips .apps-tips-list li {
              font-size: 16px;
              line-height: 22px;
              margin-bottom: 20px; } }
          .communication-section .apps-tips-section .apps-tips .apps-tips-list li::marker {
            font-size: 22px;
            color: #00A99D; }
            @media (max-width: 1290px) {
              .communication-section .apps-tips-section .apps-tips .apps-tips-list li::marker {
                font-size: 18px; } }
          .communication-section .apps-tips-section .apps-tips .apps-tips-list li:last-child {
            margin-bottom: 0; }
    .communication-section .apps-tips-section .apps-tips-right-side {
      max-width: 335px;
      margin-left: 63px;
      margin-top: 30px; }
      @media (max-width: 1290px) {
        .communication-section .apps-tips-section .apps-tips-right-side {
          margin-left: 43px;
          margin-top: 0px; } }
      @media (max-width: 1023px) {
        .communication-section .apps-tips-section .apps-tips-right-side {
          margin: 40px 0 0;
          max-width: 580px; } }
      @media (max-width: 650px) {
        .communication-section .apps-tips-section .apps-tips-right-side {
          margin: 30px 0 0;
          max-width: 100%; } }
      .communication-section .apps-tips-section .apps-tips-right-side .apps-tips-right-side-desc p {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        margin: 0 0 23px; }
        @media (max-width: 650px) {
          .communication-section .apps-tips-section .apps-tips-right-side .apps-tips-right-side-desc p {
            margin: 0 0 25px; } }
        .communication-section .apps-tips-section .apps-tips-right-side .apps-tips-right-side-desc p:last-child {
          margin: 0; }
        .communication-section .apps-tips-section .apps-tips-right-side .apps-tips-right-side-desc p a {
          color: #0071BC;
          text-decoration: underline; }
          .communication-section .apps-tips-section .apps-tips-right-side .apps-tips-right-side-desc p a:hover {
            color: #28ABE2; }
      .communication-section .apps-tips-section .apps-tips-right-side h3 {
        margin: 30px 0 22px;
        color: #000000;
        font-size: 24px;
        line-height: 30px;
        font-weight: 700; }
        @media (max-width: 1290px) {
          .communication-section .apps-tips-section .apps-tips-right-side h3 {
            margin: 33px 0 21px; } }
        @media (max-width: 1023px) {
          .communication-section .apps-tips-section .apps-tips-right-side h3 {
            font-size: 20px;
            line-height: 28px;
            margin: 33px 0 16px; } }
        @media (max-width: 650px) {
          .communication-section .apps-tips-section .apps-tips-right-side h3 {
            max-width: 289px;
            margin: 29px 0 22px; } }
        .communication-section .apps-tips-section .apps-tips-right-side h3 span {
          color: #0071BC; }
      .communication-section .apps-tips-section .apps-tips-right-side .apps-tips-right-side-app-img {
        display: flex; }
        .communication-section .apps-tips-section .apps-tips-right-side .apps-tips-right-side-app-img a {
          display: block;
          max-width: 157px; }
          .communication-section .apps-tips-section .apps-tips-right-side .apps-tips-right-side-app-img a:hover {
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); }
        .communication-section .apps-tips-section .apps-tips-right-side .apps-tips-right-side-app-img a + a {
          margin-left: 20px; }

.about-page-banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  min-height: 563px;
  background: #CBD8FA; }
  @media (max-width: 1290px) {
    .about-page-banner {
      min-height: 422px; } }
  @media (max-width: 1023px) {
    .about-page-banner {
      min-height: 100%; } }
  .about-page-banner .svg-border::before {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1452' height='25.732' viewBox='0 0 1452 25.732'%3E%3Cpath id='Path_49284' data-name='Path 49284' d='M-24320-15020.049s406.775-25.937,810.283,0,641.717,0,641.717,0v14.205h-1452Z' transform='translate(24320 15031.576)' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2; }
    @media (max-width: 1023px) {
      .about-page-banner .svg-border::before {
        display: none; } }
  .about-page-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: #f4f7ff;
    z-index: -1; }
    @media (max-width: 1023px) {
      .about-page-banner::before {
        display: none; } }
  .about-page-banner::after {
    content: '';
    background-image: url(https://cdn11.bigcommerce.com/s-sre5ychh65/images/stencil/original/image-manager/about-us-banner-2x-1366.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    z-index: 0;
    min-height: 563px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -43px; }
    @media (max-width: 1450px) {
      .about-page-banner::after {
        background-size: cover;
        background-position: right top;
        left: 0; } }
    @media (max-width: 1290px) {
      .about-page-banner::after {
        left: 0;
        background-size: 106%;
        top: 0px; } }
    @media (max-width: 1023px) {
      .about-page-banner::after {
        background-size: contain;
        left: 0;
        background-image: url("https://cdn11.bigcommerce.com/s-sre5ychh65/images/stencil/original/image-manager/about-us-banner-2x-768.png"); } }
  .about-page-banner .container {
    display: flex;
    justify-content: flex-end;
    max-width: 1366px;
    padding: 0 49px 0 28px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1; }
    @media (max-width: 1290px) {
      .about-page-banner .container {
        max-width: 1024px;
        padding: 0 34px 0 25px; } }
    @media (max-width: 1023px) {
      .about-page-banner .container {
        max-width: 768px;
        padding: 0 35px; } }
    @media (max-width: 650px) {
      .about-page-banner .container {
        max-width: 100%;
        padding: 0 20px; } }
    .about-page-banner .container nav[aria-label="Breadcrumb"] {
      width: 100%;
      padding-top: 22px; }
      @media (max-width: 1290px) {
        .about-page-banner .container nav[aria-label="Breadcrumb"] {
          padding-top: 20px; } }
      .about-page-banner .container nav[aria-label="Breadcrumb"] .breadcrumbs {
        margin: 0; }
  .about-page-banner .about-banner-content {
    max-width: 430px;
    text-align: left;
    padding-top: 24px;
    position: relative;
    padding-bottom: 35px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1290px) {
      .about-page-banner .about-banner-content {
        padding: 8px 0 35px;
        max-width: 310px; } }
    @media (max-width: 1023px) {
      .about-page-banner .about-banner-content {
        padding: 510px 0 28px;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 950px) {
      .about-page-banner .about-banner-content {
        padding: 450px 0 28px; } }
    @media (max-width: 800px) {
      .about-page-banner .about-banner-content {
        padding: 396px 0 28px; } }
    @media (max-width: 650px) {
      .about-page-banner .about-banner-content {
        padding: 350px 0 35px; } }
    @media (max-width: 550px) {
      .about-page-banner .about-banner-content {
        padding: 300px 0 35px; } }
    @media (max-width: 430px) {
      .about-page-banner .about-banner-content {
        padding: 217px 0 35px; } }
    .about-page-banner .about-banner-content .about-banner-img {
      display: none; }
    .about-page-banner .about-banner-content .page-heading {
      text-align: left;
      margin: 0;
      font-size: 46px;
      line-height: 64px;
      font-weight: 700;
      color: #000000;
      letter-spacing: normal; }
      @media (max-width: 1290px) {
        .about-page-banner .about-banner-content .page-heading {
          font-size: 38px;
          line-height: 53px; } }
      @media (max-width: 650px) {
        .about-page-banner .about-banner-content .page-heading {
          font-size: 32px;
          line-height: 45px; } }
    .about-page-banner .about-banner-content .about-banner-desc {
      padding: 7px 0 15px; }
      @media (max-width: 1290px) {
        .about-page-banner .about-banner-content .about-banner-desc {
          padding: 12px 0;
          max-width: 668px; } }
      @media (max-width: 650px) {
        .about-page-banner .about-banner-content .about-banner-desc {
          padding: 10px 0 15px;
          max-width: 100%; } }
      .about-page-banner .about-banner-content .about-banner-desc p {
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
        color: #000000; }
        @media (max-width: 1290px) {
          .about-page-banner .about-banner-content .about-banner-desc p {
            font-size: 16px;
            line-height: 22px; } }
        .about-page-banner .about-banner-content .about-banner-desc p:last-child {
          margin-bottom: 0; }
    .about-page-banner .about-banner-content .about-banner-btn {
      color: #0071BC;
      font-weight: 700;
      font-size: 16px;
      line-height: 23px; }
      .about-page-banner .about-banner-content .about-banner-btn a {
        color: #0071BC;
        text-decoration: underline; }
        .about-page-banner .about-banner-content .about-banner-btn a:hover {
          color: #28ABE2; }

.about-us-main {
  padding: 25px 0 85px; }
  @media (max-width: 1023px) {
    .about-us-main {
      padding: 22px 0 73px; } }
  @media (max-width: 650px) {
    .about-us-main {
      padding: 26px 0 56px; } }
  .about-us-main .container {
    max-width: 1366px;
    padding: 0 82px 0 136px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1290px) {
      .about-us-main .container {
        max-width: 1024px;
        padding: 0 35px; } }
    @media (max-width: 1023px) {
      .about-us-main .container {
        flex-wrap: wrap;
        max-width: 768px; } }
    @media (max-width: 650px) {
      .about-us-main .container {
        max-width: 100%;
        padding: 0 20px; } }
    .about-us-main .container .left-side {
      max-width: 572px; }
      @media (max-width: 1023px) {
        .about-us-main .container .left-side {
          max-width: 100%; } }
      .about-us-main .container .left-side h2 {
        margin: 0 0 18px 2px;
        font-size: 32px;
        line-height: 45px;
        font-weight: 700;
        color: #0071BC;
        letter-spacing: normal;
        font-style: italic; }
        @media (max-width: 1023px) {
          .about-us-main .container .left-side h2 {
            margin: 0 0 10px; } }
        @media (max-width: 650px) {
          .about-us-main .container .left-side h2 {
            font-size: 24px;
            line-height: 33px; } }
      .about-us-main .container .left-side p {
        margin-bottom: 27px;
        font-size: 18px;
        line-height: 27px;
        font-weight: 400;
        color: #000000; }
        @media (max-width: 1023px) {
          .about-us-main .container .left-side p {
            margin-bottom: 23px;
            font-size: 16px;
            line-height: 23px; } }
        @media (max-width: 650px) {
          .about-us-main .container .left-side p {
            margin-bottom: 20px;
            font-size: 14px;
            line-height: 23px; } }
        .about-us-main .container .left-side p:last-child {
          margin-bottom: 0; }
        .about-us-main .container .left-side p.thank-line {
          font-style: italic; }
      .about-us-main .container .left-side .top-content {
        margin-bottom: 20px; }
        .about-us-main .container .left-side .top-content p:last-child {
          margin-bottom: 0; }
        .about-us-main .container .left-side .top-content p a {
          color: #0071BC;
          text-decoration: underline; }
          .about-us-main .container .left-side .top-content p a:hover {
            color: #28ABE2; }
      .about-us-main .container .left-side .contain-list {
        background: #D9F2F0;
        border-radius: 12px;
        padding: 23px 31px 22px 31px;
        margin-bottom: 24px; }
        @media (max-width: 1290px) {
          .about-us-main .container .left-side .contain-list {
            padding: 23px 31px 17px 31px; } }
        @media (max-width: 1023px) {
          .about-us-main .container .left-side .contain-list {
            padding: 23px 31px 23px 31px; } }
        @media (max-width: 650px) {
          .about-us-main .container .left-side .contain-list {
            padding: 15px 21px 20px 20px;
            margin-bottom: 25px; } }
        .about-us-main .container .left-side .contain-list h3 {
          margin: 29px 0 11px;
          font-size: 18px;
          line-height: 24px;
          font-weight: 700;
          color: #000;
          letter-spacing: normal; }
          @media (max-width: 1290px) {
            .about-us-main .container .left-side .contain-list h3 {
              margin: 29px 0 15px; } }
          @media (max-width: 1023px) {
            .about-us-main .container .left-side .contain-list h3 {
              margin: 29px 0 10px;
              font-size: 16px;
              line-height: 23px; } }
          @media (max-width: 650px) {
            .about-us-main .container .left-side .contain-list h3 {
              font-size: 14px;
              line-height: 20px;
              margin: 30px 0 10px; } }
          .about-us-main .container .left-side .contain-list h3:first-child {
            margin-top: 0; }
        .about-us-main .container .left-side .contain-list ul {
          margin: 0 0 0 18px; }
          .about-us-main .container .left-side .contain-list ul li {
            font-size: 15px;
            line-height: 24px;
            margin-bottom: 2px;
            font-weight: 500; }
            @media (max-width: 650px) {
              .about-us-main .container .left-side .contain-list ul li {
                font-size: 13px;
                line-height: 18px;
                margin-bottom: 10px; } }
            .about-us-main .container .left-side .contain-list ul li::marker {
              color: #00A99D;
              font-size: 18px; }
            .about-us-main .container .left-side .contain-list ul li:last-child {
              margin-bottom: 0; }
        @media (max-width: 1290px) {
          .about-us-main .container .left-side .contain-list .contain-list-two {
            margin-top: -5px; } }
        @media (max-width: 1023px) {
          .about-us-main .container .left-side .contain-list .contain-list-two {
            margin-top: 0; } }
        .about-us-main .container .left-side .contain-list .contain-list-two li:first-child {
          margin-bottom: 7px; }
    .about-us-main .container .right-side {
      max-width: 472px;
      padding-top: 90px; }
      @media (max-width: 1290px) {
        .about-us-main .container .right-side {
          max-width: 335px;
          padding-top: 79px; } }
      @media (max-width: 1023px) {
        .about-us-main .container .right-side {
          max-width: 100%;
          padding-top: 105px;
          display: flex;
          width: 100%;
          justify-content: space-between; } }
      @media (max-width: 767px) {
        .about-us-main .container .right-side {
          flex-wrap: wrap; } }
      .about-us-main .container .right-side .book-story {
        position: relative;
        background-color: #FFFBE5;
        border-radius: 12px;
        padding: 327px 22px 34px 37px; }
        @media (max-width: 1290px) {
          .about-us-main .container .right-side .book-story {
            padding: 237px 18px 26px 19px; } }
        @media (max-width: 1023px) {
          .about-us-main .container .right-side .book-story {
            max-width: 335px; } }
        @media (max-width: 767px) {
          .about-us-main .container .right-side .book-story {
            max-width: 100%; } }
        .about-us-main .container .right-side .book-story .book-img {
          position: absolute;
          top: -102px;
          left: 50%;
          transform: translateX(-50%);
          width: 380px;
          height: 361px; }
          @media (max-width: 1290px) {
            .about-us-main .container .right-side .book-story .book-img {
              width: 271px;
              height: 258px;
              top: -71px; } }
        .about-us-main .container .right-side .book-story h4 {
          margin: 0;
          font-size: 24px;
          line-height: 30px;
          font-weight: 700;
          color: #000000;
          letter-spacing: normal; }
          @media (max-width: 1290px) {
            .about-us-main .container .right-side .book-story h4 {
              line-height: 28px;
              padding-right: 8px; } }
          .about-us-main .container .right-side .book-story h4 a {
            font-style: italic;
            color: #0071BC; }
            .about-us-main .container .right-side .book-story h4 a:hover {
              color: #28ABE2; }
        .about-us-main .container .right-side .book-story p {
          font-size: 18px;
          line-height: 26px;
          font-weight: 500;
          color: #000000;
          margin: 19px 0 25px; }
          @media (max-width: 1290px) {
            .about-us-main .container .right-side .book-story p {
              margin: 20px 0;
              font-size: 16px;
              line-height: 24px; } }
        .about-us-main .container .right-side .book-story .book-story-btn {
          display: inline-block;
          padding: 11px 20px 9px;
          border-radius: 22px;
          background: #77B55C;
          color: #fff;
          text-transform: uppercase;
          font-size: 17px;
          line-height: 24px;
          font-weight: 700; }
          .about-us-main .container .right-side .book-story .book-story-btn:hover {
            background: #85DD5F; }
      .about-us-main .container .right-side .oar-section {
        margin-top: 66px;
        padding-left: 23px; }
        @media (max-width: 1290px) {
          .about-us-main .container .right-side .oar-section {
            padding-left: 0;
            margin-top: 45px; } }
        @media (max-width: 1023px) {
          .about-us-main .container .right-side .oar-section {
            max-width: 335px;
            margin-top: 0; } }
        @media (max-width: 767px) {
          .about-us-main .container .right-side .oar-section {
            max-width: 100%;
            margin-top: 50px; } }
        .about-us-main .container .right-side .oar-section .oar-logo {
          display: block;
          max-width: 401px;
          margin: 0 0 20px;
          padding: 5px; }
          @media (max-width: 1290px) {
            .about-us-main .container .right-side .oar-section .oar-logo {
              max-width: 290px; } }
        .about-us-main .container .right-side .oar-section h4 {
          margin: 0;
          font-size: 18px;
          line-height: 25px;
          font-weight: 700;
          color: #000000;
          letter-spacing: normal; }
        .about-us-main .container .right-side .oar-section p {
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          color: #000000;
          margin: 10px 0 20px; }
        .about-us-main .container .right-side .oar-section .oar-section-btn {
          display: inline-block;
          padding: 11px 20px 9px;
          border-radius: 22px;
          background: #0071BC;
          color: #fff;
          text-transform: uppercase;
          font-size: 17px;
          line-height: 24px;
          font-weight: 700; }
          .about-us-main .container .right-side .oar-section .oar-section-btn:hover {
            background: #28ABE2; }

.contact-us-banner {
  padding: 22px 0 29px;
  background: #FFFBE5; }
  @media (max-width: 1290px) {
    .contact-us-banner {
      padding: 20px 0 31px; } }
  @media (max-width: 1023px) {
    .contact-us-banner {
      padding: 20px 0 27px; } }
  @media (max-width: 650px) {
    .contact-us-banner {
      padding: 20px 0; } }
  .contact-us-banner .container {
    max-width: 1366px;
    padding: 0 28px; }
    @media (max-width: 1290px) {
      .contact-us-banner .container {
        max-width: 1024px;
        padding: 0 25px; } }
    @media (max-width: 1023px) {
      .contact-us-banner .container {
        max-width: 768px;
        padding: 0 35px; } }
    @media (max-width: 650px) {
      .contact-us-banner .container {
        max-width: 100%;
        padding: 0 20px; } }
    .contact-us-banner .container .breadcrumbs {
      margin: 0; }
  .contact-us-banner .contact-us-banner-content {
    margin: 35px 0 0 60px;
    max-width: 650px;
    text-align: left; }
    @media (max-width: 1290px) {
      .contact-us-banner .contact-us-banner-content {
        margin: 20px 0 0 0px;
        max-width: 575px; } }
    @media (max-width: 1023px) {
      .contact-us-banner .contact-us-banner-content {
        max-width: 100%;
        margin: 0; } }
    .contact-us-banner .contact-us-banner-content .page-heading {
      text-align: left;
      margin: 0;
      font-size: 36px;
      line-height: 51px;
      font-weight: 700;
      color: #000000;
      letter-spacing: normal; }
      @media (max-width: 1023px) {
        .contact-us-banner .contact-us-banner-content .page-heading {
          font-size: 32px;
          line-height: 45px;
          text-align: center; } }
      @media (max-width: 650px) {
        .contact-us-banner .contact-us-banner-content .page-heading {
          font-size: 28px;
          line-height: 39px; } }
    .contact-us-banner .contact-us-banner-content .page-desc {
      font-size: 18px;
      line-height: 27px;
      font-weight: 400;
      color: #000000;
      margin: 15px 0 0; }
      @media (max-width: 1023px) {
        .contact-us-banner .contact-us-banner-content .page-desc {
          font-size: 16px;
          line-height: 23px;
          margin: 12px 0 0; } }
      @media (max-width: 650px) {
        .contact-us-banner .contact-us-banner-content .page-desc {
          margin: 10px 0 0;
          font-size: 14px;
          line-height: 21px; } }
      .contact-us-banner .contact-us-banner-content .page-desc a {
        color: #0071BC;
        text-decoration: underline; }
        .contact-us-banner .contact-us-banner-content .page-desc a:hover {
          color: #28ABE2; }

.contact-us-main {
  margin: 0;
  padding: 30px 0 75px; }
  @media (max-width: 1023px) {
    .contact-us-main {
      padding: 32px 0 52px; } }
  @media (max-width: 650px) {
    .contact-us-main {
      padding: 25px 0 52px; } }
  .contact-us-main .container {
    max-width: 1366px;
    padding: 0 75px 0 88px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1290px) {
      .contact-us-main .container {
        max-width: 1024px;
        padding: 0 30px 0 25px; } }
    @media (max-width: 1023px) {
      .contact-us-main .container {
        max-width: 768px; } }
    @media (max-width: 767px) {
      .contact-us-main .container {
        flex-wrap: wrap;
        max-width: 375px;
        padding: 0 20px; } }
  .contact-us-main .left-side {
    max-width: 660px; }
    @media (max-width: 1290px) {
      .contact-us-main .left-side {
        max-width: 590px; } }
    @media (max-width: 1023px) {
      .contact-us-main .left-side {
        max-width: 350px; } }
    @media (max-width: 650px) {
      .contact-us-main .left-side {
        max-width: 100%; } }
    .contact-us-main .left-side .contact-mail-list {
      margin-bottom: 26px; }
      @media (max-width: 1023px) {
        .contact-us-main .left-side .contact-mail-list {
          margin-bottom: 30px; } }
      @media (max-width: 650px) {
        .contact-us-main .left-side .contact-mail-list {
          margin-bottom: 29px; } }
      .contact-us-main .left-side .contact-mail-list h3 {
        margin: 0 0 4px;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        color: #000000;
        letter-spacing: normal; }
        @media (max-width: 1023px) {
          .contact-us-main .left-side .contact-mail-list h3 {
            margin: 0 0 5px;
            font-size: 18px;
            line-height: 25px; } }
      .contact-us-main .left-side .contact-mail-list a {
        color: #0071BC;
        font-size: 18px;
        line-height: 25px;
        text-decoration: underline; }
        @media (max-width: 1023px) {
          .contact-us-main .left-side .contact-mail-list a {
            font-size: 14px;
            line-height: 20px; } }
        @media (max-width: 370px) {
          .contact-us-main .left-side .contact-mail-list a {
            word-wrap: break-word; } }
        .contact-us-main .left-side .contact-mail-list a:hover {
          color: #28ABE2; }
    .contact-us-main .left-side .left-side-content {
      margin-bottom: 35px; }
      @media (max-width: 1023px) {
        .contact-us-main .left-side .left-side-content {
          margin-bottom: 24px; } }
      .contact-us-main .left-side .left-side-content h3 {
        margin: 0 0 4px;
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        color: #000000;
        letter-spacing: normal; }
        @media (max-width: 1023px) {
          .contact-us-main .left-side .left-side-content h3 {
            margin: 0 0 5px;
            font-size: 18px;
            line-height: 25px; } }
      .contact-us-main .left-side .left-side-content p {
        font-size: 18px;
        line-height: 25px; }
        @media (max-width: 1290px) {
          .contact-us-main .left-side .left-side-content p {
            padding-right: 20px; } }
        @media (max-width: 1023px) {
          .contact-us-main .left-side .left-side-content p {
            font-size: 16px;
            line-height: 23px;
            padding: 0; } }
        .contact-us-main .left-side .left-side-content p:last-child {
          margin: 0; }
    .contact-us-main .left-side .page-content {
      padding: 0;
      float: none; }
      .contact-us-main .left-side .page-content .form {
        margin: 0; }
      .contact-us-main .left-side .page-content .form-label {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: #000000; }
        .contact-us-main .left-side .page-content .form-label small {
          float: none;
          color: #B71616;
          font-size: 16px; }
      .contact-us-main .left-side .page-content .form-row {
        margin: 0 -25px; }
        @media (max-width: 1290px) {
          .contact-us-main .left-side .page-content .form-row {
            margin: 0 -15px; } }
        @media (max-width: 1023px) {
          .contact-us-main .left-side .page-content .form-row {
            margin: 0; } }
        .contact-us-main .left-side .page-content .form-row .form-field {
          padding: 0 25px;
          max-width: 355px;
          margin-bottom: 20px; }
          @media (max-width: 1290px) {
            .contact-us-main .left-side .page-content .form-row .form-field {
              padding: 0 15px;
              max-width: 310px; } }
          @media (max-width: 1023px) {
            .contact-us-main .left-side .page-content .form-row .form-field {
              padding: 0 0;
              max-width: 335px;
              width: 100%; } }
          .contact-us-main .left-side .page-content .form-row .form-field .form-input {
            border-color: #707070;
            border-radius: 6px; }
          .contact-us-main .left-side .page-content .form-row .form-field.form-field--error .form-input {
            border-color: #cc4749; }
          .contact-us-main .left-side .page-content .form-row .form-field.form-field--success .form-input {
            border-color: #008a06; }
      .contact-us-main .left-side .page-content .form-field {
        margin: 0 0 20px; }
        .contact-us-main .left-side .page-content .form-field .form-input[rows] {
          border-color: #707070;
          border-radius: 6px; }
          @media (max-width: 1023px) {
            .contact-us-main .left-side .page-content .form-field .form-input[rows] {
              max-width: 335px; } }
        .contact-us-main .left-side .page-content .form-field.form-field--error .form-input[rows] {
          border-color: #cc4749; }
        .contact-us-main .left-side .page-content .form-field.form-field--success .form-input[rows] {
          border-color: #008a06; }
      .contact-us-main .left-side .page-content .form-bottom {
        display: flex;
        align-items: center; }
        @media (max-width: 1023px) {
          .contact-us-main .left-side .page-content .form-bottom {
            flex-wrap: wrap; } }
        .contact-us-main .left-side .page-content .form-bottom .form-capta {
          display: flex; }
        .contact-us-main .left-side .page-content .form-bottom .form-actions {
          margin: 0 0 0 40px;
          width: auto; }
          @media (max-width: 1023px) {
            .contact-us-main .left-side .page-content .form-bottom .form-actions {
              margin: 10px 0 0; } }
          .contact-us-main .left-side .page-content .form-bottom .form-actions .button {
            margin: 0;
            padding: 9px 25px 9px;
            border-radius: 22px;
            background: #77B55C;
            color: #fff;
            text-transform: uppercase;
            font-size: 17px;
            line-height: 24px;
            font-weight: 700;
            border-color: #77B55C; }
            .contact-us-main .left-side .page-content .form-bottom .form-actions .button:hover {
              background: #85DD5F;
              border-color: #85DD5F; }
    .contact-us-main .left-side #contact-us-success {
      font-size: 18px;
      line-height: 25px; }
      @media (max-width: 1023px) {
        .contact-us-main .left-side #contact-us-success {
          font-size: 14px;
          line-height: 20px; } }
      .contact-us-main .left-side #contact-us-success a {
        text-decoration: underline;
        color: #0071BC; }
        .contact-us-main .left-side #contact-us-success a:hover {
          color: #28ABE2; }
  .contact-us-main .right-side {
    max-width: 467px;
    position: relative;
    top: -183px; }
    @media (max-width: 1290px) {
      .contact-us-main .right-side {
        max-width: 348px;
        top: -187px; } }
    @media (max-width: 1023px) {
      .contact-us-main .right-side {
        top: 0;
        max-width: 316px; } }
    @media (max-width: 767px) {
      .contact-us-main .right-side {
        margin: 50px auto 0; } }
    .contact-us-main .right-side .mobile-contact {
      display: flex;
      justify-content: center;
      margin-top: 28px; }
      @media (max-width: 1290px) {
        .contact-us-main .right-side .mobile-contact {
          margin-top: 20px; } }
      @media (max-width: 1023px) {
        .contact-us-main .right-side .mobile-contact {
          margin-top: 25px; } }
      .contact-us-main .right-side .mobile-contact .phone-svg {
        padding-top: 8px; }
        @media (max-width: 1290px) {
          .contact-us-main .right-side .mobile-contact .phone-svg {
            padding-top: 5px; } }
      .contact-us-main .right-side .mobile-contact .phone-no {
        margin-left: 10px; }
        @media (max-width: 1290px) {
          .contact-us-main .right-side .mobile-contact .phone-no {
            margin-left: 7px; } }
        .contact-us-main .right-side .mobile-contact .phone-no h3 {
          margin: 0 0 6px;
          font-size: 20px;
          line-height: 28px;
          font-weight: 700;
          color: #000000;
          letter-spacing: normal; }
          @media (max-width: 1290px) {
            .contact-us-main .right-side .mobile-contact .phone-no h3 {
              margin: 0 0 7px;
              font-size: 18px;
              line-height: 25px; } }
        .contact-us-main .right-side .mobile-contact .phone-no p {
          font-size: 16px;
          line-height: 24px;
          margin: 0 0 3px;
          color: #000; }
          .contact-us-main .right-side .mobile-contact .phone-no p a {
            text-decoration: underline; }
            .contact-us-main .right-side .mobile-contact .phone-no p a:hover {
              color: #28ABE2; }
          .contact-us-main .right-side .mobile-contact .phone-no p:last-child {
            margin: 0; }

.dft-main {
  margin: 0 0 44px; }
  .dft-main .dft-pg {
    max-width: 1150px;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 1290px) {
      .dft-main .dft-pg {
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .dft-main .dft-pg {
        padding: 0 2px; } }
  .dft-main .page-heading {
    max-width: 1150px;
    padding: 0 30px;
    width: 100%;
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 51px;
    margin: 31px auto 15px; }
    @media screen and (max-width: 1290px) {
      .dft-main .page-heading {
        padding: 0;
        margin: 16px auto 15px; } }
    @media screen and (max-width: 1023px) {
      .dft-main .page-heading {
        margin: 0 auto 15px;
        text-align: center;
        font-size: 32px;
        line-height: 45px; } }
    @media screen and (max-width: 767px) {
      .dft-main .page-heading {
        margin: 23px auto 15px;
        font-size: 28px;
        line-height: 39px; } }
  .dft-main .page-content, .dft-main .page-content--full {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .dft-main h1, .dft-main h2, .dft-main h3, .dft-main h4, .dft-main h5, .dft-main h6 {
    line-height: normal; }

.dft-pg {
  font-size: 16px;
  line-height: 26px; }
  @media screen and (max-width: 1023px) {
    .dft-pg {
      font-size: 14px;
      line-height: 22px; } }
  .dft-pg p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px; }
    @media screen and (max-width: 1023px) {
      .dft-pg p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 22px; } }
  .dft-pg strong, .dft-pg span {
    font-size: 16px;
    line-height: 26px;
    color: #000; }
    @media screen and (max-width: 1023px) {
      .dft-pg strong, .dft-pg span {
        font-size: 14px;
        line-height: 22px; } }
  .dft-pg ul, .dft-pg ol {
    margin: 0 0 26px 20px; }
    @media screen and (max-width: 1023px) {
      .dft-pg ul, .dft-pg ol {
        margin: 0 0 22px 18px; } }
    .dft-pg ul li, .dft-pg ol li {
      font-size: 16px;
      line-height: 26px;
      color: #000;
      padding-bottom: 4px; }
      @media screen and (max-width: 1023px) {
        .dft-pg ul li, .dft-pg ol li {
          font-size: 14px;
          line-height: 22px; } }
      .dft-pg ul li::marker, .dft-pg ol li::marker {
        color: #00A99D;
        font-size: 16px;
        line-height: 20px;
        background-color: #00A99D; }
        @media screen and (max-width: 1023px) {
          .dft-pg ul li::marker, .dft-pg ol li::marker {
            font-size: 13px;
            line-height: 15px; } }
  .dft-pg a {
    color: #0071BC;
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline; }
    @media screen and (max-width: 1023px) {
      .dft-pg a {
        font-size: 14px;
        line-height: 22px; } }
    .dft-pg a:hover {
      color: #28ABE2; }
      .dft-pg a:hover strong {
        color: #28ABE2; }
    .dft-pg a strong {
      color: #0071BC; }
  .dft-pg .ProductList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 25px; }
    @media screen and (max-width: 767px) {
      .dft-pg .ProductList {
        margin-top: 22px; } }
    .dft-pg .ProductList li {
      width: 25%;
      padding: 0 10px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .dft-pg .ProductList li {
          width: 50%;
          margin-bottom: 30px;
          min-height: 100% !important; } }
  .dft-pg .left-alternate {
    width: 34%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .dft-pg .left-alternate {
        width: 100%; } }
  .dft-pg .right-alternate {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    padding-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .dft-pg .right-alternate {
        width: 100%;
        padding: 0;
        margin-top: 20px; } }
  .dft-pg .inner {
    border: 1px solid #D0D0D0;
    padding: 30px 15px;
    border-radius: 22px; }
    @media screen and (max-width: 767px) {
      .dft-pg .inner {
        padding: 20px 15px; } }
    .dft-pg .inner a {
      font-size: 14px;
      line-height: 22px; }
      @media screen and (max-width: 1290px) {
        .dft-pg .inner a {
          font-size: 12px;
          line-height: 20px; } }
    .dft-pg .inner span {
      color: #3C3C3C;
      font-size: 14px;
      line-height: 22px; }
      @media screen and (max-width: 1023px) {
        .dft-pg .inner span {
          font-size: 13px;
          line-height: 18px; } }
  .dft-pg .rating-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px; }
    @media screen and (max-width: 1023px) {
      .dft-pg .rating-block {
        flex-wrap: wrap;
        gap: 5px; } }
  .dft-pg .ProductDetails {
    margin-top: 15px; }
  .dft-pg .toys-landing .info-list {
    background: #E8F2FF;
    border-radius: 20px;
    padding: 20px; }
  .dft-pg .toys-landing .left {
    width: 30%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 1023px) {
      .dft-pg .toys-landing .left {
        width: 35%; } }
    @media screen and (max-width: 767px) {
      .dft-pg .toys-landing .left {
        width: 100%; } }
    .dft-pg .toys-landing .left h3 {
      margin: 0 auto 20px;
      text-align: center;
      font-weight: 600; }
  .dft-pg .toys-landing .right {
    width: 69%;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px; }
    @media screen and (max-width: 1023px) {
      .dft-pg .toys-landing .right {
        width: 64%;
        padding-left: 20px; } }
    @media screen and (max-width: 767px) {
      .dft-pg .toys-landing .right {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px; } }
    .dft-pg .toys-landing .right .img-caption {
      margin-top: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #E8F2FF;
      padding: 20px; }
      .dft-pg .toys-landing .right .img-caption .left-link {
        margin: 0;
        padding: 0; }
  .dft-pg .toys-landing .left-link {
    background-color: #E8F2FF;
    padding: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .dft-pg .toys-landing .left-link {
        padding: 10px; } }

.st-page ul {
  margin-bottom: 0; }
  .st-page ul li {
    font-size: 15px;
    line-height: 22px;
    list-style: disc; }
    @media screen and (max-width: 1023px) {
      .st-page ul li {
        font-size: 14px; } }
    .st-page ul li::marker {
      background-color: #00A99D; }

.st-page a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  line-height: 22px; }
  @media screen and (max-width: 1023px) {
    .st-page a {
      font-size: 14px; } }

/* Homepage css starts */
.hm-banner {
  max-width: 1366px;
  width: 100%;
  padding: 0 20px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap; }
  @media (max-width: 1275px) {
    .hm-banner {
      margin: 9px auto 0;
      padding: 0 18px;
      max-width: 1024px; } }
  @media (max-width: 1023px) {
    .hm-banner {
      padding: 0 24px;
      margin: 28px auto 0; } }
  @media (max-width: 767px) {
    .hm-banner {
      margin: 18px auto 0;
      padding: 0 20px; } }
  .hm-banner .heading {
    font-weight: 700;
    margin: 0; }
  .hm-banner .desc {
    font-weight: 500; }
  .hm-banner .bnr-lft-btn {
    background-color: #77B55C;
    border-radius: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    padding: 10px 20px;
    display: inline-block; }
    .hm-banner .bnr-lft-btn:hover {
      background-color: #85DD5F; }
    @media (max-width: 1275px) {
      .hm-banner .bnr-lft-btn {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 16px; } }
    @media (max-width: 1023px) {
      .hm-banner .bnr-lft-btn {
        font-size: 17px;
        line-height: 21px;
        padding: 12px 20px; } }
    @media (max-width: 767px) {
      .hm-banner .bnr-lft-btn {
        font-size: 12px;
        line-height: 17px;
        padding: 7px 15px; } }
  .hm-banner .bnr-lft {
    width: 54%;
    position: relative;
    padding-right: 4px; }
    @media (max-width: 1275px) {
      .hm-banner .bnr-lft {
        width: calc(100% - 449px);
        padding-right: 0; } }
    @media (max-width: 1023px) {
      .hm-banner .bnr-lft {
        width: 100%; } }
    .hm-banner .bnr-lft .bnr-lft-img {
      height: 525px; }
      @media (max-width: 1275px) {
        .hm-banner .bnr-lft .bnr-lft-img {
          height: 397px; } }
      @media (max-width: 1023px) {
        .hm-banner .bnr-lft .bnr-lft-img {
          height: 524px; } }
      @media (max-width: 767px) {
        .hm-banner .bnr-lft .bnr-lft-img {
          height: 245px; } }
      .hm-banner .bnr-lft .bnr-lft-img img {
        width: 100%;
        height: 100%;
        max-height: 525px;
        object-fit: cover;
        object-position: right;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
        @media (max-width: 1275px) {
          .hm-banner .bnr-lft .bnr-lft-img img {
            max-height: 397px; } }
        @media (max-width: 1023px) {
          .hm-banner .bnr-lft .bnr-lft-img img {
            max-height: 524px;
            border-radius: 20px;
            object-position: center; } }
        @media (max-width: 767px) {
          .hm-banner .bnr-lft .bnr-lft-img img {
            max-height: 245px;
            border-radius: 15px; } }
    .hm-banner .bnr-lft .bnr-lft-cnt {
      position: absolute;
      bottom: 35px;
      left: 37px;
      max-width: 288px; }
      @media (max-width: 1275px) {
        .hm-banner .bnr-lft .bnr-lft-cnt {
          bottom: 25px;
          left: 28px;
          max-width: 247px; } }
      @media (max-width: 1023px) {
        .hm-banner .bnr-lft .bnr-lft-cnt {
          max-width: 308px;
          bottom: 34px;
          left: 37px; } }
      @media (max-width: 767px) {
        .hm-banner .bnr-lft .bnr-lft-cnt {
          max-width: 175px;
          bottom: 21px;
          left: 20px; } }
    .hm-banner .bnr-lft .heading {
      font-size: 60px;
      line-height: 60px;
      color: #fff;
      margin-bottom: 12px; }
      @media (max-width: 1275px) {
        .hm-banner .bnr-lft .heading {
          font-size: 45px;
          line-height: 45px; } }
      @media (max-width: 1023px) {
        .hm-banner .bnr-lft .heading {
          font-size: 60px;
          line-height: 60px; } }
      @media (max-width: 767px) {
        .hm-banner .bnr-lft .heading {
          font-size: 29px;
          line-height: 29px; } }
    .hm-banner .bnr-lft .desc {
      font-size: 22px;
      line-height: 26px;
      color: #fff;
      margin-bottom: 14px; }
      @media (max-width: 1275px) {
        .hm-banner .bnr-lft .desc {
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 20px; } }
      @media (max-width: 1023px) {
        .hm-banner .bnr-lft .desc {
          font-size: 22px;
          line-height: 28px; } }
      @media (max-width: 767px) {
        .hm-banner .bnr-lft .desc {
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 10px; } }
  .hm-banner .bnr-rght {
    width: 46%; }
    @media (max-width: 1275px) {
      .hm-banner .bnr-rght {
        width: 449px; } }
    @media (max-width: 1023px) {
      .hm-banner .bnr-rght {
        width: 100%;
        margin-top: 25px; } }
    @media (max-width: 767px) {
      .hm-banner .bnr-rght {
        margin-top: 15px; } }
    .hm-banner .bnr-rght .bnr-rght-tp {
      position: relative; }
      .hm-banner .bnr-rght .bnr-rght-tp .bnr-img-tp {
        margin-left: -2px;
        height: 325px; }
        @media (max-width: 1275px) {
          .hm-banner .bnr-rght .bnr-rght-tp .bnr-img-tp {
            height: 246px;
            margin-left: -15px; } }
        @media (max-width: 1023px) {
          .hm-banner .bnr-rght .bnr-rght-tp .bnr-img-tp {
            margin-left: 0;
            height: 383px; } }
        @media (max-width: 767px) {
          .hm-banner .bnr-rght .bnr-rght-tp .bnr-img-tp {
            height: 178px; } }
        .hm-banner .bnr-rght .bnr-rght-tp .bnr-img-tp img {
          width: 100%;
          height: 75vh;
          max-height: 325px;
          object-fit: cover;
          object-position: left;
          border-top-right-radius: 22px; }
          @media (max-width: 1275px) {
            .hm-banner .bnr-rght .bnr-rght-tp .bnr-img-tp img {
              max-height: 246px; } }
          @media (max-width: 1023px) {
            .hm-banner .bnr-rght .bnr-rght-tp .bnr-img-tp img {
              max-height: 383px;
              height: 100%;
              object-position: center;
              border-radius: 20px; } }
          @media (max-width: 767px) {
            .hm-banner .bnr-rght .bnr-rght-tp .bnr-img-tp img {
              max-height: 178px;
              border-radius: 15px; } }
      .hm-banner .bnr-rght .bnr-rght-tp .bnr-top-cnt {
        position: absolute;
        top: 27px;
        left: 52px;
        max-width: 191px; }
        @media (max-width: 1275px) {
          .hm-banner .bnr-rght .bnr-rght-tp .bnr-top-cnt {
            top: 16px;
            left: 32px; } }
        @media (max-width: 1023px) {
          .hm-banner .bnr-rght .bnr-rght-tp .bnr-top-cnt {
            max-width: 225px;
            top: 64px;
            left: 37px; } }
        @media (max-width: 767px) {
          .hm-banner .bnr-rght .bnr-rght-tp .bnr-top-cnt {
            max-width: 175px;
            left: 20px;
            top: 19px; } }
      .hm-banner .bnr-rght .bnr-rght-tp .heading {
        color: #fff;
        font-size: 46px;
        line-height: 48px;
        margin-bottom: 10px; }
        @media (max-width: 1275px) {
          .hm-banner .bnr-rght .bnr-rght-tp .heading {
            font-size: 34px;
            line-height: 35px; } }
        @media (max-width: 1023px) {
          .hm-banner .bnr-rght .bnr-rght-tp .heading {
            font-size: 54px;
            line-height: 56px; } }
        @media (max-width: 767px) {
          .hm-banner .bnr-rght .bnr-rght-tp .heading {
            font-size: 26px;
            line-height: 27px; } }
      .hm-banner .bnr-rght .bnr-rght-tp .desc {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px; }
        @media (max-width: 1275px) {
          .hm-banner .bnr-rght .bnr-rght-tp .desc {
            font-size: 18px;
            line-height: 22px; } }
        @media (max-width: 1023px) {
          .hm-banner .bnr-rght .bnr-rght-tp .desc {
            font-size: 22px;
            line-height: 28px; } }
        @media (max-width: 767px) {
          .hm-banner .bnr-rght .bnr-rght-tp .desc {
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 10px; } }
    .hm-banner .bnr-rght .bnr-rght-btm {
      position: relative;
      margin-top: 21px;
      padding-left: 26px; }
      @media (max-width: 1275px) {
        .hm-banner .bnr-rght .bnr-rght-btm {
          margin-top: 15px;
          padding-left: 7px; } }
      @media (max-width: 1023px) {
        .hm-banner .bnr-rght .bnr-rght-btm {
          margin-top: 25px;
          padding-left: 0;
          overflow: hidden; } }
      @media (max-width: 767px) {
        .hm-banner .bnr-rght .bnr-rght-btm {
          margin-top: 15px; } }
      .hm-banner .bnr-rght .bnr-rght-btm .bnr-img-tp {
        height: 178px; }
        @media (max-width: 1275px) {
          .hm-banner .bnr-rght .bnr-rght-btm .bnr-img-tp {
            height: 136px; } }
        @media (max-width: 1023px) {
          .hm-banner .bnr-rght .bnr-rght-btm .bnr-img-tp {
            height: 224px; } }
        @media (max-width: 1023px) {
          .hm-banner .bnr-rght .bnr-rght-btm .bnr-img-tp {
            height: 265px; } }
        @media (max-width: 767px) {
          .hm-banner .bnr-rght .bnr-rght-btm .bnr-img-tp {
            height: 137px; } }
        .hm-banner .bnr-rght .bnr-rght-btm .bnr-img-tp img {
          width: 100%;
          height: 75vh;
          max-height: 178px;
          object-fit: cover;
          object-position: left;
          overflow-y: visible;
          padding-top: 24px; }
          @media (max-width: 1275px) {
            .hm-banner .bnr-rght .bnr-rght-btm .bnr-img-tp img {
              max-height: 139px;
              padding-top: 15px; } }
          @media (max-width: 1023px) {
            .hm-banner .bnr-rght .bnr-rght-btm .bnr-img-tp img {
              height: 100%;
              max-height: 265px;
              object-position: center;
              padding: 0; } }
          @media (max-width: 767px) {
            .hm-banner .bnr-rght .bnr-rght-btm .bnr-img-tp img {
              max-height: 137px; } }
      .hm-banner .bnr-rght .bnr-rght-btm .bnr-btm-cnt {
        position: absolute;
        top: 29px;
        right: 20px;
        max-width: 274px;
        text-align: right; }
        @media (max-width: 1275px) {
          .hm-banner .bnr-rght .bnr-rght-btm .bnr-btm-cnt {
            top: 23px;
            right: 17px;
            max-width: 206px; } }
        @media (max-width: 1023px) {
          .hm-banner .bnr-rght .bnr-rght-btm .bnr-btm-cnt {
            max-width: 317px;
            top: 44px;
            right: 30px; } }
        @media (max-width: 767px) {
          .hm-banner .bnr-rght .bnr-rght-btm .bnr-btm-cnt {
            max-width: 155px;
            top: 22px;
            right: 15px; } }
        .hm-banner .bnr-rght .bnr-rght-btm .bnr-btm-cnt .heading {
          margin-bottom: 10px;
          font-size: 32px;
          line-height: 33px; }
          @media (max-width: 1275px) {
            .hm-banner .bnr-rght .bnr-rght-btm .bnr-btm-cnt .heading {
              margin-bottom: 8px;
              font-size: 24px;
              line-height: 25px; } }
          @media (max-width: 1023px) {
            .hm-banner .bnr-rght .bnr-rght-btm .bnr-btm-cnt .heading {
              font-size: 37px;
              margin-bottom: 16px;
              line-height: 39px; } }
          @media (max-width: 767px) {
            .hm-banner .bnr-rght .bnr-rght-btm .bnr-btm-cnt .heading {
              font-size: 18px;
              line-height: 19px; } }

.scholar-section {
  max-width: 1366px;
  padding: 0 20px;
  width: 100%;
  margin: 52px auto 0px;
  text-align: center; }
  @media (max-width: 1275px) {
    .scholar-section {
      margin: 50px auto 0px; } }
  @media (max-width: 1023px) {
    .scholar-section {
      margin: 19px auto 0px; } }
  @media (max-width: 767px) {
    .scholar-section {
      margin: 30px auto 0px; } }
  .scholar-section h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000;
    margin: 0 0 3px; }
    @media (max-width: 1275px) {
      .scholar-section h2 {
        font-size: 22px;
        line-height: 31px; } }
    @media (max-width: 767px) {
      .scholar-section h2 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 7px; } }
    .scholar-section h2 span {
      color: #0071BC;
      text-transform: uppercase; }
  .scholar-section p {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    font-weight: 500; }
    @media (max-width: 767px) {
      .scholar-section p {
        font-size: 14px;
        line-height: 20px; } }
    .scholar-section p a {
      color: #0071BC;
      text-transform: uppercase;
      font-weight: 700;
      padding-left: 9px; }
      .scholar-section p a:hover {
        color: #28ABE2; }
      @media (max-width: 767px) {
        .scholar-section p a {
          padding-left: 7px; } }

.shop-by-section {
  background-image: url("../img/shop-bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 23px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1275px) {
    .shop-by-section {
      margin-top: 25px; } }
  @media (max-width: 1023px) {
    .shop-by-section {
      margin-top: 36px;
      background-position: center; } }
  @media (max-width: 767px) {
    .shop-by-section {
      margin-top: 31px; } }
  .shop-by-section .shop-container {
    max-width: 1294px;
    padding: 53px 20px 58px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media (max-width: 1275px) {
      .shop-by-section .shop-container {
        max-width: 978px;
        padding: 40px 20px 42px; } }
    @media (max-width: 1023px) {
      .shop-by-section .shop-container {
        max-width: 738px;
        padding: 43px 20px 56px; } }
    @media (max-width: 767px) {
      .shop-by-section .shop-container {
        padding: 45px 20px 56px;
        max-width: 375px; } }
  .shop-by-section .sh-lft {
    width: 252px;
    padding-right: 49px;
    padding-top: 25px; }
    @media (max-width: 1275px) {
      .shop-by-section .sh-lft {
        padding-top: 18px;
        padding-right: 16px;
        width: 189px; } }
    @media (max-width: 1023px) {
      .shop-by-section .sh-lft {
        padding-top: 0;
        padding-bottom: 26px;
        padding-right: 0;
        width: 100%;
        text-align: center; } }
    @media (max-width: 767px) {
      .shop-by-section .sh-lft {
        padding-bottom: 21px; } }
    .shop-by-section .sh-lft h2 {
      font-size: 22px;
      line-height: 29px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 12px; }
      @media (max-width: 1275px) {
        .shop-by-section .sh-lft h2 {
          font-size: 16px;
          line-height: 21px; } }
      @media (max-width: 1023px) {
        .shop-by-section .sh-lft h2 {
          font-size: 22px;
          line-height: 23px;
          display: flex;
          align-items: baseline;
          justify-content: center;
          margin: 0 0 7px; } }
      .shop-by-section .sh-lft h2 span {
        font-size: 50px;
        line-height: 46px;
        text-transform: capitalize;
        display: block; }
        @media (max-width: 1275px) {
          .shop-by-section .sh-lft h2 span {
            font-size: 37px;
            line-height: 34px; } }
        @media (max-width: 1023px) {
          .shop-by-section .sh-lft h2 span {
            font-size: 30px;
            line-height: 34px;
            display: inline-block;
            padding-left: 11px; } }
    .shop-by-section .sh-lft p {
      font-size: 16px;
      font-weight: 500;
      line-height: 22px;
      margin: 0; }
  .shop-by-section .sh-rght {
    width: calc(100% - 252px); }
    @media (max-width: 1275px) {
      .shop-by-section .sh-rght {
        width: calc(100% - 189px); } }
    @media (max-width: 1023px) {
      .shop-by-section .sh-rght {
        width: 100%; } }
    .shop-by-section .sh-rght .sh-top {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; }
      @media (max-width: 1275px) {
        .shop-by-section .sh-rght .sh-top {
          margin-left: -7px;
          margin-right: -7px; } }
      @media (max-width: 767px) {
        .shop-by-section .sh-rght .sh-top {
          margin-left: 0;
          margin-right: 0;
          max-width: 240px;
          margin: 0 auto; } }
      .shop-by-section .sh-rght .sh-top .sh-col {
        width: 33.33%;
        padding: 0 10px;
        text-align: center; }
        @media (max-width: 1275px) {
          .shop-by-section .sh-rght .sh-top .sh-col {
            padding: 0 7px; } }
        @media (max-width: 767px) {
          .shop-by-section .sh-rght .sh-top .sh-col {
            padding: 0;
            width: 100%; } }
        @media (max-width: 767px) {
          .shop-by-section .sh-rght .sh-top .sh-col + .sh-col {
            margin-top: 30px; } }
      .shop-by-section .sh-rght .sh-top a:hover h3 {
        color: #0071BC;
        text-decoration: underline; }
      .shop-by-section .sh-rght .sh-top .sh-img {
        height: 190px; }
        @media (max-width: 1275px) {
          .shop-by-section .sh-rght .sh-top .sh-img {
            height: 142px; } }
        @media (max-width: 1023px) {
          .shop-by-section .sh-rght .sh-top .sh-img {
            height: 133px; } }
        @media (max-width: 767px) {
          .shop-by-section .sh-rght .sh-top .sh-img {
            height: 142px; } }
        @media (max-width: 345px) {
          .shop-by-section .sh-rght .sh-top .sh-img {
            height: auto; } }
        .shop-by-section .sh-rght .sh-top .sh-img img {
          border-radius: 12px;
          max-height: 190px;
          height: 100%;
          object-fit: cover;
          width: 100%; }
          @media (max-width: 1275px) {
            .shop-by-section .sh-rght .sh-top .sh-img img {
              max-height: 142px; } }
          @media (max-width: 1023px) {
            .shop-by-section .sh-rght .sh-top .sh-img img {
              max-height: 133px; } }
          @media (max-width: 767px) {
            .shop-by-section .sh-rght .sh-top .sh-img img {
              max-height: 142px;
              object-position: top; } }
      .shop-by-section .sh-rght .sh-top h3 {
        margin: 10px 0 0;
        font-size: 22px;
        line-height: 31px;
        font-weight: 700;
        width: auto;
        display: inline-block;
        transition: .2s ease-in-out; }
        @media (max-width: 1275px) {
          .shop-by-section .sh-rght .sh-top h3 {
            margin: 8px 0 0;
            font-size: 18px;
            line-height: 25px; } }
        @media (max-width: 1023px) {
          .shop-by-section .sh-rght .sh-top h3 {
            font-size: 16px;
            line-height: 23px; } }
        @media (max-width: 767px) {
          .shop-by-section .sh-rght .sh-top h3 {
            font-size: 18px;
            line-height: 25px; } }
    .shop-by-section .sh-rght .sh-btm {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 34px; }
      @media (max-width: 1275px) {
        .shop-by-section .sh-rght .sh-btm {
          margin-top: 24px;
          margin-left: -11px;
          margin-right: -11px; } }
      @media (max-width: 767px) {
        .shop-by-section .sh-rght .sh-btm {
          margin-top: 30px;
          margin-left: -15px;
          margin-right: -15px;
          padding: 0 20px; } }
      .shop-by-section .sh-rght .sh-btm .sh-btm-col {
        width: 20%;
        padding: 0 15px;
        text-align: center; }
        @media (max-width: 1275px) {
          .shop-by-section .sh-rght .sh-btm .sh-btm-col {
            padding: 0 11px; } }
        @media (max-width: 767px) {
          .shop-by-section .sh-rght .sh-btm .sh-btm-col {
            padding: 0 15px;
            width: 50%;
            margin-bottom: 20px; } }
        .shop-by-section .sh-rght .sh-btm .sh-btm-col:last-child {
          margin-bottom: 0; }
      .shop-by-section .sh-rght .sh-btm a:hover h3 {
        color: #0071BC;
        text-decoration: underline; }
      .shop-by-section .sh-rght .sh-btm .sh-img {
        height: 135px;
        overflow: hidden; }
        @media (max-width: 1275px) {
          .shop-by-section .sh-rght .sh-btm .sh-img {
            height: 102px; } }
        @media (max-width: 1023px) {
          .shop-by-section .sh-rght .sh-btm .sh-img {
            height: 98px; } }
        @media (max-width: 767px) {
          .shop-by-section .sh-rght .sh-btm .sh-img {
            height: 105px; } }
        .shop-by-section .sh-rght .sh-btm .sh-img img {
          max-height: 135px;
          object-fit: cover;
          width: 100%;
          height: 100%; }
          @media (max-width: 1275px) {
            .shop-by-section .sh-rght .sh-btm .sh-img img {
              max-height: 102px; } }
          @media (max-width: 1023px) {
            .shop-by-section .sh-rght .sh-btm .sh-img img {
              max-height: 98px;
              object-fit: unset; } }
          @media (max-width: 767px) {
            .shop-by-section .sh-rght .sh-btm .sh-img img {
              max-height: 105px; } }
      .shop-by-section .sh-rght .sh-btm h3 {
        color: #000;
        font-size: 18px;
        line-height: 25px;
        font-weight: 700;
        text-transform: capitalize;
        margin: 10px 0 0;
        width: auto;
        display: inline-block;
        transition: .2s ease-in-out; }
        @media (max-width: 1275px) {
          .shop-by-section .sh-rght .sh-btm h3 {
            font-size: 15px;
            line-height: 21px;
            margin: 6px 0 0; } }
        @media (max-width: 1023px) {
          .shop-by-section .sh-rght .sh-btm h3 {
            font-size: 13px;
            line-height: 19px; } }
        @media (max-width: 767px) {
          .shop-by-section .sh-rght .sh-btm h3 {
            font-size: 15px;
            line-height: 21px; } }

.gift-guide-main {
  width: 100%;
  background-image: url("../img/gift-guide-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: -30px; }
  @media (max-width: 767px) {
    .gift-guide-main {
      margin-top: -37px; } }
  @media (max-width: 450px) {
    .gift-guide-main {
      margin-top: -30px; } }
  .gift-guide-main .gift-container {
    max-width: 1106px;
    padding: 59px 20px 32px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 1275px) {
      .gift-guide-main .gift-container {
        max-width: 840px;
        padding: 45px 20px 22px; } }
    @media (max-width: 1023px) {
      .gift-guide-main .gift-container {
        padding: 48px 48px 37px; } }
    @media (max-width: 767px) {
      .gift-guide-main .gift-container {
        padding: 51px 23px 41px;
        max-width: 375px; } }
    @media (max-width: 345px) {
      .gift-guide-main .gift-container {
        max-width: 320px; } }
  .gift-guide-main .gift-lft {
    width: 222px;
    padding-top: 14px; }
    @media (max-width: 1275px) {
      .gift-guide-main .gift-lft {
        width: 208px;
        padding-top: 1px; } }
    @media (max-width: 1023px) {
      .gift-guide-main .gift-lft {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        text-align: center; } }
    .gift-guide-main .gift-lft h2 {
      text-transform: uppercase;
      font-weight: 700;
      margin: 0 0 12px;
      font-size: 22px;
      line-height: 32px; }
      @media (max-width: 1275px) {
        .gift-guide-main .gift-lft h2 {
          font-size: 16px;
          line-height: 25px;
          margin: 0 0 15px; } }
      @media (max-width: 1023px) {
        .gift-guide-main .gift-lft h2 {
          margin: 0 0 3px;
          font-size: 22px;
          line-height: 32px; } }
      @media (max-width: 767px) {
        .gift-guide-main .gift-lft h2 {
          margin: 0 0 2px; } }
      .gift-guide-main .gift-lft h2 span {
        text-transform: capitalize;
        font-size: 40px;
        line-height: 51px;
        display: block; }
        @media (max-width: 1275px) {
          .gift-guide-main .gift-lft h2 span {
            font-size: 29px;
            line-height: 33px; } }
        @media (max-width: 1023px) {
          .gift-guide-main .gift-lft h2 span {
            display: inline-block;
            font-size: 30px;
            line-height: 34px;
            padding-left: 5px; } }
        @media (max-width: 767px) {
          .gift-guide-main .gift-lft h2 span {
            padding-left: 4px; } }
    .gift-guide-main .gift-lft p {
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
      margin: 0; }
  .gift-guide-main .gift-rght {
    width: calc(100% - 222px);
    padding-left: 115px; }
    @media (max-width: 1275px) {
      .gift-guide-main .gift-rght {
        padding-left: 38px;
        width: calc(100% - 208px); } }
    @media (max-width: 1023px) {
      .gift-guide-main .gift-rght {
        width: 100%;
        margin-top: 25px;
        padding-left: 0; } }
    @media (max-width: 767px) {
      .gift-guide-main .gift-rght {
        margin-top: 22px;
        padding: 0 7px; } }
    .gift-guide-main .gift-rght .gft-col-main {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: flex-start;
      margin-left: -29px;
      margin-right: -29px; }
      @media (max-width: 1275px) {
        .gift-guide-main .gift-rght .gft-col-main {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (max-width: 1023px) {
        .gift-guide-main .gift-rght .gft-col-main {
          margin-left: -20px;
          margin-right: -20px; } }
      @media (max-width: 767px) {
        .gift-guide-main .gift-rght .gft-col-main {
          margin-left: -19px;
          margin-right: -19px; } }
      @media (max-width: 345px) {
        .gift-guide-main .gift-rght .gft-col-main {
          margin-left: -10px;
          margin-right: -10px; } }
    .gift-guide-main .gift-rght .gft-col {
      width: 25%;
      padding: 0 29px;
      text-align: center; }
      @media (max-width: 1275px) {
        .gift-guide-main .gift-rght .gft-col {
          padding: 0 15px; } }
      @media (max-width: 1023px) {
        .gift-guide-main .gift-rght .gft-col {
          padding: 0 20px; } }
      @media (max-width: 767px) {
        .gift-guide-main .gift-rght .gft-col {
          width: 50%;
          margin-bottom: 30px;
          padding: 0 19px; } }
      @media (max-width: 345px) {
        .gift-guide-main .gift-rght .gft-col {
          padding: 0 10px; } }
      @media (max-width: 767px) {
        .gift-guide-main .gift-rght .gft-col:nth-last-child(1), .gift-guide-main .gift-rght .gft-col:nth-last-child(2) {
          margin-bottom: 0; } }
    .gift-guide-main .gift-rght .gft-img {
      border-radius: 50%;
      height: 133px;
      padding: 0 3px;
      transition: .2s ease-in-out;
      position: relative; }
      @media (max-width: 1275px) {
        .gift-guide-main .gift-rght .gft-img {
          height: 100px;
          padding: 0 8px; } }
      @media (max-width: 1023px) {
        .gift-guide-main .gift-rght .gft-img {
          height: 133px;
          padding: 0 3px; } }
      @media (max-width: 345px) {
        .gift-guide-main .gift-rght .gft-img {
          height: 114px; } }
      .gift-guide-main .gift-rght .gft-img:before {
        content: '';
        width: 153px;
        height: 153px;
        left: -7px;
        top: -10px;
        border: 3px solid #fff;
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        z-index: -1; }
        @media (max-width: 1275px) {
          .gift-guide-main .gift-rght .gft-img:before {
            width: 118px;
            height: 118px;
            left: -1px;
            top: -9px; } }
        @media (max-width: 1023px) {
          .gift-guide-main .gift-rght .gft-img:before {
            width: 153px;
            height: 153px;
            left: -7px;
            top: -10px; } }
        @media (max-width: 345px) {
          .gift-guide-main .gift-rght .gft-img:before {
            width: 132px;
            height: 132px;
            left: -6px;
            top: -9px; } }
      .gift-guide-main .gift-rght .gft-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%; }
    .gift-guide-main .gift-rght a:hover .gft-img {
      border-color: #fff; }
      .gift-guide-main .gift-rght a:hover .gft-img:before {
        opacity: 1; }
    .gift-guide-main .gift-rght a:hover h3 {
      color: #0071BC;
      text-decoration: underline; }
    .gift-guide-main .gift-rght h3 {
      margin: 12px 0 0;
      font-weight: 700;
      font-size: 17px;
      line-height: 24px;
      display: inline-block;
      width: auto;
      text-transform: uppercase;
      transition: .2s ease-in-out; }
      @media (max-width: 1275px) {
        .gift-guide-main .gift-rght h3 {
          font-size: 14px;
          margin: 9px 0 0;
          line-height: 20px; } }
      @media (max-width: 1023px) {
        .gift-guide-main .gift-rght h3 {
          font-size: 17px;
          line-height: 24px;
          margin: 12px 0 0; } }
      @media (max-width: 345px) {
        .gift-guide-main .gift-rght h3 {
          font-size: 14px;
          margin: 9px 0 0;
          line-height: 20px; } }

.expert-section {
  width: 100%;
  max-width: 1046px;
  padding: 0 20px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap; }
  @media (max-width: 1275px) {
    .expert-section {
      max-width: 858px;
      align-items: flex-start; } }
  @media (max-width: 1023px) {
    .expert-section {
      max-width: 612px;
      text-align: center; } }
  @media (max-width: 767px) {
    .expert-section {
      margin: 45px auto 0; } }
  .expert-section .exp-heading {
    width: 289px;
    padding-right: 15px; }
    @media (max-width: 1275px) {
      .expert-section .exp-heading {
        width: 245px;
        padding-right: 20px; } }
    @media (max-width: 1023px) {
      .expert-section .exp-heading {
        width: 100%;
        padding-right: 0; } }
    .expert-section .exp-heading h3 {
      font-size: 28px;
      font-weight: 700;
      line-height: 39px;
      margin: 0; }
      @media (max-width: 1275px) {
        .expert-section .exp-heading h3 {
          font-size: 23px;
          line-height: 32px; } }
  .expert-section .exp-cnt {
    width: calc(100% - 289px); }
    @media (max-width: 1275px) {
      .expert-section .exp-cnt {
        width: calc(100% - 245px); } }
    @media (max-width: 1023px) {
      .expert-section .exp-cnt {
        width: 100%;
        margin-top: 2px; } }
    .expert-section .exp-cnt p {
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
      margin: 0; }
      .expert-section .exp-cnt p a {
        color: #0071BC;
        text-decoration: underline; }
        .expert-section .exp-cnt p a:hover {
          color: #28ABE2; }

.reviews-main {
  margin: 50px auto 0;
  width: 100%;
  background-color: #FFFBE5; }
  @media (max-width: 767px) {
    .reviews-main {
      margin: 40px auto 0; } }
  .reviews-main .review-container {
    max-width: 920px;
    padding: 37px 20px 40px;
    margin: 0 auto; }
    @media (max-width: 1275px) {
      .reviews-main .review-container {
        padding: 42px 20px 40px; } }
    @media (max-width: 1023px) {
      .reviews-main .review-container {
        max-width: 666px;
        padding: 35px 20px; } }
    @media (max-width: 767px) {
      .reviews-main .review-container {
        padding: 25px 20px 29px; } }
  .reviews-main h2 {
    font-size: 28px;
    text-align: center;
    line-height: 39px;
    font-weight: 700;
    margin: 0; }
    @media (max-width: 1275px) {
      .reviews-main h2 {
        font-size: 23px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      .reviews-main h2 {
        font-size: 20px;
        line-height: 26px;
        padding: 0 60px; } }
  .reviews-main .review-slide {
    margin-top: 9px;
    position: relative; }
    @media (max-width: 1275px) {
      .reviews-main .review-slide {
        margin-top: 11px; } }
    @media (max-width: 767px) {
      .reviews-main .review-slide {
        margin-top: 10px; } }
    .reviews-main .review-slide:before, .reviews-main .review-slide:after {
      content: '';
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.284' height='20.02' viewBox='0 0 25.284 20.02'%3E%3Cpath id='Path_49288' data-name='Path 49288' d='M-3.231-3.556A26.579,26.579,0,0,1-4.788-12.38,11.951,11.951,0,0,1-2.119-20.5q2.669-3.077,7.785-3.077V-18.9q-3.93,0-3.93,5.042v1.112H6.482v9.194Zm14.014,0A28.237,28.237,0,0,1,9.3-12.38,12.059,12.059,0,0,1,11.932-20.5q2.632-3.077,7.748-3.077V-18.9q-3.856,0-3.856,5.042v1.112H20.5v9.194Z' transform='translate(4.788 23.576)' fill='%230071bc'/%3E%3C/svg%3E");
      width: 26px;
      height: 21px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute; }
    .reviews-main .review-slide:after {
      transform: rotate(180deg);
      right: 0;
      bottom: 36px; }
      @media (max-width: 767px) {
        .reviews-main .review-slide:after {
          bottom: 20px; } }
    .reviews-main .review-slide:before {
      left: 0;
      top: 30px; }
      @media (max-width: 767px) {
        .reviews-main .review-slide:before {
          top: 36px; } }
    .reviews-main .review-slide .review-col {
      padding: 0 32px;
      text-align: center; }
      @media (max-width: 1023px) {
        .reviews-main .review-slide .review-col {
          padding: 0 48px; } }
      @media (max-width: 767px) {
        .reviews-main .review-slide .review-col {
          padding: 0 34px; } }
    .reviews-main .review-slide .review-img {
      display: inline-block;
      max-width: 160px;
      max-height: 26px;
      margin-bottom: 22px; }
      @media (max-width: 767px) {
        .reviews-main .review-slide .review-img {
          max-width: 136px;
          max-height: 22px;
          margin-bottom: 19px; } }
      .reviews-main .review-slide .review-img svg {
        width: 100%;
        height: 100%; }
    .reviews-main .review-slide .review-txt {
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .reviews-main .review-slide .review-txt {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 15px; } }
    .reviews-main .review-slide .author-name {
      font-size: 12px;
      font-style: italic;
      line-height: 17px; }

.top-resource-main {
  margin: 45px auto 0;
  width: 100%;
  padding: 0 20px;
  max-width: 1280px; }
  @media (max-width: 1275px) {
    .top-resource-main {
      margin: 50px auto 0;
      padding: 0 25px; } }
  @media (max-width: 1023px) {
    .top-resource-main {
      padding: 0 35px; } }
  @media (max-width: 767px) {
    .top-resource-main {
      padding: 0 38px; } }
  .top-resource-main .rsrc-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 29px; }
    @media (max-width: 1275px) {
      .top-resource-main .rsrc-head {
        margin-bottom: 26px; } }
    @media (max-width: 1023px) {
      .top-resource-main .rsrc-head {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .top-resource-main .rsrc-head {
        flex-wrap: wrap;
        margin-bottom: 23px; } }
    .top-resource-main .rsrc-head h2 {
      margin: 0;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 28px;
      letter-spacing: 2px; }
      @media (max-width: 767px) {
        .top-resource-main .rsrc-head h2 {
          width: 100%;
          text-align: center; } }
    .top-resource-main .rsrc-head a {
      color: #0071BC;
      font-size: 16px;
      line-height: 23px;
      font-weight: 700;
      text-transform: capitalize;
      padding-left: 23px;
      padding-top: 3px; }
      @media (max-width: 767px) {
        .top-resource-main .rsrc-head a {
          padding-left: 0; } }
      .top-resource-main .rsrc-head a:hover {
        color: #28ABE2; }
  .top-resource-main .rsrc-content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -25px;
    margin-right: -25px; }
    @media (max-width: 1275px) {
      .top-resource-main .rsrc-content {
        margin-left: -20px;
        margin-right: -20px; } }
    @media (max-width: 1023px) {
      .top-resource-main .rsrc-content {
        margin-left: -11px;
        margin-right: -11px; } }
    @media (max-width: 767px) {
      .top-resource-main .rsrc-content {
        margin-left: 0;
        margin-right: 0; } }
  .top-resource-main .resource-col {
    width: 33.33%;
    padding: 0 25px;
    text-align: left; }
    @media (max-width: 1275px) {
      .top-resource-main .resource-col {
        padding: 0 20px; } }
    @media (max-width: 1023px) {
      .top-resource-main .resource-col {
        padding: 0 11px; } }
    @media (max-width: 767px) {
      .top-resource-main .resource-col {
        width: 100%;
        padding: 0;
        margin-bottom: 41px; } }
    @media (max-width: 767px) {
      .top-resource-main .resource-col:last-child {
        margin-bottom: 0; } }
  .top-resource-main .rsrc-img {
    position: relative;
    height: 212px;
    margin-bottom: 13px; }
    @media (max-width: 1275px) {
      .top-resource-main .rsrc-img {
        height: 166px;
        margin-bottom: 10px; } }
    @media (max-width: 1023px) {
      .top-resource-main .rsrc-img {
        height: 122px;
        margin-bottom: 8px; } }
    @media (max-width: 767px) {
      .top-resource-main .rsrc-img {
        height: auto;
        margin-bottom: 10px; } }
    @media (max-width: 450px) {
      .top-resource-main .rsrc-img {
        height: 166px; } }
    .top-resource-main .rsrc-img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      max-height: 212px;
      border-radius: 20px; }
      @media (max-width: 1275px) {
        .top-resource-main .rsrc-img img {
          max-height: 166px; } }
      @media (max-width: 1023px) {
        .top-resource-main .rsrc-img img {
          max-height: 122px; } }
      @media (max-width: 767px) {
        .top-resource-main .rsrc-img img {
          max-height: 100%; } }
      @media (max-width: 450px) {
        .top-resource-main .rsrc-img img {
          max-height: 166px; } }
    .top-resource-main .rsrc-img .img-tag {
      background-color: #003050;
      width: 100%;
      position: absolute;
      top: 0;
      border-radius: 20px 20px 0 0;
      margin: 0;
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 23px;
      text-align: center;
      font-weight: 700;
      padding: 8px 0px; }
      @media (max-width: 1275px) {
        .top-resource-main .rsrc-img .img-tag {
          padding: 6px 0px;
          font-size: 13px;
          line-height: 17px; } }
      @media (max-width: 1023px) {
        .top-resource-main .rsrc-img .img-tag {
          padding: 3px 0px;
          font-size: 11px;
          line-height: 16px; } }
      @media (max-width: 767px) {
        .top-resource-main .rsrc-img .img-tag {
          padding: 6px 0px;
          font-size: 13px;
          line-height: 19px; } }
  .top-resource-main .rs-head {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    transition: .3s ease-in-out; }
    @media (max-width: 1275px) {
      .top-resource-main .rs-head {
        font-size: 18px;
        line-height: 24px; } }
    @media (max-width: 1023px) {
      .top-resource-main .rs-head {
        font-size: 14px;
        line-height: 18px; } }
    @media (max-width: 767px) {
      .top-resource-main .rs-head {
        font-size: 18px;
        line-height: 24px; } }
    .top-resource-main .rs-head:hover {
      color: #28ABE2; }
  .top-resource-main .posted-by {
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px; }
    @media (max-width: 1275px) {
      .top-resource-main .posted-by {
        margin-top: 6px;
        margin-bottom: 0; } }
    @media (max-width: 1023px) {
      .top-resource-main .posted-by {
        margin-top: 5px;
        font-size: 11px;
        line-height: 16px; } }
    @media (max-width: 767px) {
      .top-resource-main .posted-by {
        margin-top: 6px;
        font-size: 13px;
        line-height: 18px; } }
  .top-resource-main .rs-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 10px 0 0;
    max-height: 88px;
    min-height: 88px;
    overflow: hidden; }
    @media (max-width: 1275px) {
      .top-resource-main .rs-text {
        font-size: 14px;
        line-height: 20px;
        max-height: 100px;
        min-height: auto; } }
    @media (max-width: 1023px) {
      .top-resource-main .rs-text {
        font-size: 12px;
        line-height: 18px;
        margin: 9px 0 0;
        max-height: 107px; } }
    @media (max-width: 767px) {
      .top-resource-main .rs-text {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0 0;
        max-height: 100%; } }
  .top-resource-main .rsrc-link {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
    display: inline-block;
    margin-top: 16px;
    color: #0071BC; }
    @media (max-width: 1275px) {
      .top-resource-main .rsrc-link {
        margin-top: 20px; } }
    @media (max-width: 1023px) {
      .top-resource-main .rsrc-link {
        font-size: 13px;
        line-height: 19px; } }
    @media (max-width: 767px) {
      .top-resource-main .rsrc-link {
        font-size: 15px;
        line-height: 21px; } }
    .top-resource-main .rsrc-link:hover {
      color: #28ABE2; }

.products-section {
  max-width: 1366px;
  margin: 50px auto 0; }
  @media (max-width: 1023px) {
    .products-section {
      margin: 40px auto 0; } }
  @media (max-width: 767px) {
    .products-section {
      margin: 45px auto 0; } }
  .products-section .hm-sub {
    display: none; }
  .products-section .hm-sub.current {
    display: inherit; }
  .products-section .tabs-nav {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-bottom: 12px;
    flex-wrap: wrap; }
    @media (max-width: 1275px) {
      .products-section .tabs-nav {
        padding-bottom: 9px; } }
  .products-section .tab-link {
    color: #9B9B9B;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    margin-right: 32px; }
    @media (max-width: 1023px) {
      .products-section .tab-link {
        font-size: 14px;
        line-height: 20px;
        margin-right: 30px; } }
    @media (max-width: 767px) {
      .products-section .tab-link {
        margin-right: 20px; } }
    .products-section .tab-link:before {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 12px solid #0071BC;
      opacity: 0; }
      @media (max-width: 1275px) {
        .products-section .tab-link:before {
          bottom: -9px; } }
      @media (max-width: 1023px) {
        .products-section .tab-link:before {
          bottom: -7px;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent; } }
    .products-section .tab-link.current {
      background-color: #0071BC;
      border-radius: 10px;
      color: #fff;
      line-height: 31px;
      font-size: 22px;
      padding: 8px 21px; }
      @media (max-width: 1023px) {
        .products-section .tab-link.current {
          line-height: 23px;
          font-size: 16px;
          border-radius: 6px;
          padding: 6px 18px; } }
      .products-section .tab-link.current:before {
        opacity: 1; }
    .products-section .tab-link + .tab-link {
      margin-left: 30px;
      margin-right: 0; }
      @media (max-width: 1023px) {
        .products-section .tab-link + .tab-link {
          margin-left: 28px; } }
      @media (max-width: 767px) {
        .products-section .tab-link + .tab-link {
          margin-left: 20px; } }
    .products-section .tab-link:first-child:after {
      content: '';
      position: absolute;
      border: 1px solid #9B9B9B;
      height: 25px;
      right: -32px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 1023px) {
        .products-section .tab-link:first-child:after {
          right: -30px; } }
      @media (max-width: 767px) {
        .products-section .tab-link:first-child:after {
          right: -20px; } }
  .products-section .home-prds-cnt {
    margin-top: 10px; }
    @media (max-width: 1275px) {
      .products-section .home-prds-cnt {
        margin-top: 15px; } }
    @media (max-width: 1023px) {
      .products-section .home-prds-cnt {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .products-section .home-prds-cnt {
        margin-top: 15px; } }
    .products-section .home-prds-cnt .product, .products-section .home-prds-cnt .productCarousel-slide {
      padding: 0 10px; }
      @media (max-width: 767px) {
        .products-section .home-prds-cnt .product, .products-section .home-prds-cnt .productCarousel-slide {
          padding: 0 6px; } }
    .products-section .home-prds-cnt .hm-slide {
      padding: 0 155px; }
      @media (max-width: 1275px) {
        .products-section .home-prds-cnt .hm-slide {
          padding: 0 62px; } }
      @media (max-width: 1023px) {
        .products-section .home-prds-cnt .hm-slide {
          padding: 0 49px; } }
      @media (max-width: 767px) {
        .products-section .home-prds-cnt .hm-slide {
          padding: 0 20px; } }
    .products-section .home-prds-cnt .slick-list {
      margin-left: -10px;
      margin-right: -10px; }
      @media (max-width: 767px) {
        .products-section .home-prds-cnt .slick-list {
          margin-left: -6px;
          margin-right: -6px; } }
    .products-section .home-prds-cnt .slick-arrow {
      border: none;
      background-color: transparent;
      padding: 0;
      margin-top: 0;
      width: 53px;
      height: 71px;
      top: 95px;
      transform: none; }
      @media (max-width: 1275px) {
        .products-section .home-prds-cnt .slick-arrow {
          top: 67px; } }
      @media (max-width: 1023px) {
        .products-section .home-prds-cnt .slick-arrow {
          width: 30px;
          height: 40px;
          top: 82px; } }
      @media (max-width: 767px) {
        .products-section .home-prds-cnt .slick-arrow {
          top: 50%;
          transform: translateY(-50%); } }
      @media (max-width: 450px) {
        .products-section .home-prds-cnt .slick-arrow {
          top: 58px;
          transform: none; } }
      .products-section .home-prds-cnt .slick-arrow:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.676' height='70.235' viewBox='0 0 52.676 70.235'%3E%3Cg id='Group_7927' data-name='Group 7927' transform='translate(-959.551 -1887.265)' style='mix-blend-mode: normal;isolation: isolate'%3E%3Cpath id='Path_49202' data-name='Path 49202' d='M14.047,0H52.676V70.235H14.047A14.047,14.047,0,0,1,0,56.188V14.047A14.047,14.047,0,0,1,14.047,0Z' transform='translate(959.551 1887.265)' fill='%2300a99d'/%3E%3Cpath id='Polygon_89' data-name='Polygon 89' d='M16.095,0,32.19,19.314H0Z' transform='translate(997.301 1907.166) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
        width: 53px;
        height: 71px; }
        @media (max-width: 1023px) {
          .products-section .home-prds-cnt .slick-arrow:before {
            width: 30px;
            height: 40px; } }
      .products-section .home-prds-cnt .slick-arrow.slick-disabled {
        opacity: 1; }
        .products-section .home-prds-cnt .slick-arrow.slick-disabled:before {
          opacity: 0.4; }
      .products-section .home-prds-cnt .slick-arrow.slick-prev:before {
        transform: rotate(180deg); }
    .products-section .home-prds-cnt .carousel-tooltip {
      display: none; }

.card {
  margin: 0; }
  .card:hover .card-figcaption {
    opacity: 1; }
  .card:hover .card-body .card-title {
    color: #0071BC; }
    .card:hover .card-body .card-title a {
      color: #0071BC; }
  .card:hover .card-img-container {
    opacity: 0.61; }
  .card .card-figure {
    padding: 0;
    border-radius: 8px; }
  .card .card-figcaption .quickview {
    background-color: #0071BC;
    border-radius: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
    margin: 0 auto; }
    .card .card-figcaption .quickview:hover {
      background-color: #28ABE2; }
  .card .card-figcaption .choose-btn {
    background-color: #77B55C;
    border-radius: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 11px;
    margin-top: 10px; }
    .card .card-figcaption .choose-btn:hover {
      background-color: #85DD5F; }
  .card .card-figcaption .add-crt {
    background-color: #77B55C;
    border-radius: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 11px;
    margin-top: 10px; }
    .card .card-figcaption .add-crt:hover {
      background-color: #85DD5F; }
  .card .card-img-container img {
    border-radius: 8px; }
  .card .card-img-container:after {
    padding-bottom: 100%; }
  .card .card-body {
    text-align: left;
    padding-top: 10px; }
    .card .card-body .brnd-name {
      display: none; }
    .card .card-body .card-title {
      color: #000;
      font-size: 18px;
      line-height: 25px;
      font-weight: 600;
      margin: 0; }
      @media (max-width: 767px) {
        .card .card-body .card-title {
          font-size: 14px;
          line-height: 20px; } }
      .card .card-body .card-title a {
        color: #000; }
    .card .card-body .card-price {
      display: flex;
      align-items: center;
      margin-top: 6px; }
      @media (max-width: 767px) {
        .card .card-body .card-price {
          margin-top: 8px; } }
      .card .card-body .card-price .price-section {
        font-size: 16px;
        line-height: 23px;
        color: #0071BC;
        font-weight: 600; }
        @media (max-width: 767px) {
          .card .card-body .card-price .price-section {
            font-size: 14px;
            line-height: 20px; } }
      .card .card-body .card-price .non-sale {
        order: 2;
        color: #6F6F6F;
        font-weight: 400;
        padding-left: 11px; }
        @media (max-width: 767px) {
          .card .card-body .card-price .non-sale {
            padding-left: 6px; } }
        .card .card-body .card-price .non-sale .non-sale-txt {
          display: none; }
      .card .card-body .card-price .sale-price {
        order: 1;
        color: #ED2E00; }
        .card .card-body .card-price .sale-price.sl-prc {
          color: #0071BC; }

.main.full {
  margin-bottom: 87px; }
  @media (max-width: 1275px) {
    .main.full {
      margin-bottom: 60px; } }
  @media (max-width: 1023px) {
    .main.full {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .main.full {
      margin-bottom: 80px; } }

.header-bottom .salerep-infobox {
  display: none; }

.hm-banner {
  align-items: flex-start; }
  @media (max-width: 1023px) {
    .hm-banner .bnr-lft .bnr-lft-img {
      height: 530px; } }
  @media (max-width: 767px) {
    .hm-banner .bnr-lft .bnr-lft-img {
      height: 246px; } }
  @media (max-width: 1023px) {
    .hm-banner .bnr-lft .bnr-lft-img img {
      max-height: 530px; } }
  @media (max-width: 767px) {
    .hm-banner .bnr-lft .bnr-lft-img img {
      max-height: 246px; } }
  @media (max-width: 1023px) {
    .hm-banner .bnr-lft .bnr-lft-cnt {
      bottom: 41px; } }
  .hm-banner .bnr-lft .heading {
    color: #000; }
  .hm-banner .bnr-lft .desc {
    color: #000;
    margin-bottom: 24px; }
  @media (max-width: 1023px) {
    .hm-banner .bnr-rght {
      margin-top: 18px; } }
  @media (max-width: 767px) {
    .hm-banner .bnr-rght {
      margin-top: 12px; } }
  .hm-banner .bnr-rght .bnr-rght-tp a {
    display: block; }
  .hm-banner .bnr-rght .bnr-rght-tp .bnr-top-cnt {
    top: 29px; }
    @media (max-width: 1275px) {
      .hm-banner .bnr-rght .bnr-rght-tp .bnr-top-cnt {
        top: 23px; } }
    @media (max-width: 1023px) {
      .hm-banner .bnr-rght .bnr-rght-tp .bnr-top-cnt {
        top: 75px; } }
    @media (max-width: 767px) {
      .hm-banner .bnr-rght .bnr-rght-tp .bnr-top-cnt {
        top: 25px; } }
  @media (max-width: 767px) {
    .hm-banner .bnr-rght .bnr-rght-btm {
      margin-top: 22px; } }
  .hm-banner .bnr-rght .bnr-rght-btm a {
    display: block; }
  @media (max-width: 1023px) {
    .hm-banner .bnr-rght .bnr-rght-btm .bnr-img-tp {
      height: auto; } }
  @media (max-width: 767px) {
    .hm-banner .bnr-rght .bnr-rght-btm .bnr-img-tp {
      height: auto; } }
  .hm-banner .bnr-rght .bnr-rght-btm .bnr-img-tp picture {
    display: block; }
  .hm-banner .bnr-rght .bnr-rght-btm .bnr-img-tp img {
    padding-top: 0;
    object-position: top left; }
    @media (max-width: 1023px) {
      .hm-banner .bnr-rght .bnr-rght-btm .bnr-img-tp img {
        max-height: 100%; } }
    @media (max-width: 767px) {
      .hm-banner .bnr-rght .bnr-rght-btm .bnr-img-tp img {
        max-height: 100%;
        object-position: top; } }
  .hm-banner .bnr-rght .bnr-rght-btm .bnr-btm-cnt {
    top: 36px; }
    @media (max-width: 1023px) {
      .hm-banner .bnr-rght .bnr-rght-btm .bnr-btm-cnt {
        top: 46px; } }
    @media (max-width: 767px) {
      .hm-banner .bnr-rght .bnr-rght-btm .bnr-btm-cnt {
        top: 17px;
        right: 14px; } }
    .hm-banner .bnr-rght .bnr-rght-btm .bnr-btm-cnt .heading {
      margin-bottom: 15px;
      color: #FFFFFF; }
      @media (max-width: 1275px) {
        .hm-banner .bnr-rght .bnr-rght-btm .bnr-btm-cnt .heading {
          margin-bottom: 12px; } }
      @media (max-width: 767px) {
        .hm-banner .bnr-rght .bnr-rght-btm .bnr-btm-cnt .heading {
          margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .hm-banner .bnr-rght .bnr-rght-btm .bnr-btm-cnt .bnr-lft-btn {
        font-size: 10px;
        line-height: 7px;
        padding: 10px 13px; } }

.cat-top-block {
  background: rgba(0, 169, 157, 0.15);
  padding: 21px 0;
  margin: 0 0 20px; }
  @media screen and (max-width: 1023px) {
    .cat-top-block {
      padding: 20px 0 10px; } }
  @media screen and (max-width: 767px) {
    .cat-top-block {
      padding: 20px 0 15px; } }
  .cat-top-block nav[aria-label="Breadcrumb"] .breadcrumbs {
    margin: 0 0 34px; }
    @media screen and (max-width: 1023px) {
      .cat-top-block nav[aria-label="Breadcrumb"] .breadcrumbs {
        margin: 0 0 11px; } }
  .cat-top-block .row {
    display: flex;
    flex-wrap: wrap; }
  .cat-top-block .left-block {
    width: 463px; }
    @media screen and (max-width: 1279px) {
      .cat-top-block .left-block {
        width: 473px;
        padding-right: 20px; } }
    @media screen and (max-width: 1023px) {
      .cat-top-block .left-block {
        width: 100%;
        text-align: center;
        padding: 0 0 18px; } }
    @media screen and (max-width: 550px) {
      .cat-top-block .left-block {
        padding: 0; } }
    .cat-top-block .left-block .inner-block {
      max-width: 500px; }
      @media screen and (max-width: 1023px) {
        .cat-top-block .left-block .inner-block {
          max-width: 638px;
          margin: auto; } }
    .cat-top-block .left-block.f-width {
      width: 100%; }
      .cat-top-block .left-block.f-width .inner-block {
        max-width: 100%; }
      .cat-top-block .left-block.f-width .cat-desc {
        padding-right: 0; }
    .cat-top-block .left-block .page-heading {
      text-align: left;
      margin: 0 0 20px;
      font-size: 36px;
      line-height: 50px;
      font-weight: bold;
      color: #000000; }
      @media screen and (max-width: 1023px) {
        .cat-top-block .left-block .page-heading {
          text-align: center;
          margin: 0 0 5px;
          font-size: 32px;
          line-height: 45px; } }
      @media screen and (max-width: 767px) {
        .cat-top-block .left-block .page-heading {
          margin: 0 0 18px;
          font-size: 28px;
          line-height: 40px; } }
      @media screen and (max-width: 550px) {
        .cat-top-block .left-block .page-heading {
          margin: 0 0 10px; } }
    @media screen and (max-width: 1023px) {
      .cat-top-block .left-block .cat-desc {
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .cat-top-block .left-block .cat-desc {
        display: none; } }
    .cat-top-block .left-block .cat-desc p {
      font-size: 14px;
      color: #000000;
      line-height: 21px;
      margin: 0; }
  .cat-top-block .right-block {
    width: calc(100% - 510px); }
    @media screen and (max-width: 1279px) {
      .cat-top-block .right-block {
        width: calc(100% - 480px); } }
    @media screen and (max-width: 1023px) {
      .cat-top-block .right-block {
        width: 100%; } }
    .cat-top-block .right-block ul {
      margin: 0;
      list-style: none;
      display: flex;
      margin: 0 -5px; }
      @media screen and (max-width: 1023px) {
        .cat-top-block .right-block ul {
          justify-content: center; } }
      @media screen and (max-width: 1023px) {
        .cat-top-block .right-block ul.desktop-slide {
          display: none !important; } }
      .cat-top-block .right-block ul.desktop-slide .slick-track {
        margin-left: 0;
        margin-right: 0; }
        .cat-top-block .right-block ul.desktop-slide .slick-track::before, .cat-top-block .right-block ul.desktop-slide .slick-track::after {
          display: none; }
      @media screen and (min-width: 1024px) {
        .cat-top-block .right-block ul.resp-slide {
          display: none !important; } }
      .cat-top-block .right-block ul li {
        max-width: 145px;
        padding: 0 7.5px; }
      .cat-top-block .right-block ul[data-slick] {
        padding: 0 44px 0 50px;
        display: block;
        margin: 0; }
        @media screen and (max-width: 1279px) {
          .cat-top-block .right-block ul[data-slick] {
            padding: 0 47px;
            margin: 0 -10px; } }
        @media screen and (max-width: 1023px) {
          .cat-top-block .right-block ul[data-slick] {
            margin: 0;
            padding: 0px;
            margin: 0 -4px; } }
        @media screen and (max-width: 767px) {
          .cat-top-block .right-block ul[data-slick] {
            padding: 0 32px;
            margin: 0; } }
        .cat-top-block .right-block ul[data-slick] li {
          max-width: none; }
      .cat-top-block .right-block ul .slick-arrow {
        border: none;
        background-color: transparent;
        padding: 0;
        margin-top: 0;
        width: 30px;
        height: 40px;
        top: 30px;
        transform: none; }
        @media screen and (max-width: 767px) {
          .cat-top-block .right-block ul .slick-arrow {
            top: 37px; } }
        .cat-top-block .right-block ul .slick-arrow:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.676' height='70.235' viewBox='0 0 52.676 70.235'%3E%3Cg id='Group_7927' data-name='Group 7927' transform='translate(-959.551 -1887.265)' style='mix-blend-mode: normal;isolation: isolate'%3E%3Cpath id='Path_49202' data-name='Path 49202' d='M14.047,0H52.676V70.235H14.047A14.047,14.047,0,0,1,0,56.188V14.047A14.047,14.047,0,0,1,14.047,0Z' transform='translate(959.551 1887.265)' fill='%2300a99d'/%3E%3Cpath id='Polygon_89' data-name='Polygon 89' d='M16.095,0,32.19,19.314H0Z' transform='translate(997.301 1907.166) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
          width: 30px;
          height: 40px; }
        .cat-top-block .right-block ul .slick-arrow.slick-disabled {
          opacity: 1; }
          .cat-top-block .right-block ul .slick-arrow.slick-disabled:before {
            opacity: 0.4; }
        @media screen and (max-width: 1023px) {
          .cat-top-block .right-block ul .slick-arrow.slick-prev {
            left: -35px; } }
        @media screen and (max-width: 767px) {
          .cat-top-block .right-block ul .slick-arrow.slick-prev {
            left: -18px; } }
        .cat-top-block .right-block ul .slick-arrow.slick-prev:before {
          transform: rotate(180deg); }
        @media screen and (max-width: 1023px) {
          .cat-top-block .right-block ul .slick-arrow.slick-next {
            right: -35px; } }
        @media screen and (max-width: 767px) {
          .cat-top-block .right-block ul .slick-arrow.slick-next {
            right: -18px; } }
      .cat-top-block .right-block ul .carousel-tooltip {
        display: none; }
      .cat-top-block .right-block ul figure {
        margin: 0;
        height: 100px;
        border-radius: 8px;
        overflow: hidden; }
        .cat-top-block .right-block ul figure img {
          object-fit: cover;
          height: 100%;
          width: 100%; }
      .cat-top-block .right-block ul .subcat-btm h3 {
        margin: 6px 0 0;
        color: #000000;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600; }
    .cat-top-block .right-block .slick-list {
      margin: 0 -7.5px; }
      .cat-top-block .right-block .slick-list .slick-slide {
        padding: 0 7.5px; }

.search-page,
.cat-page {
  margin: 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .search-page,
    .cat-page {
      padding: 0 2px;
      padding-top: 55px; } }

@media screen and (max-width: 767px) {
  .mobile-filter {
    width: 100%; } }

.filter-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 11px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070; }
  @media screen and (max-width: 1023px) {
    .filter-wrap {
      flex-wrap: wrap;
      padding-left: 245px; } }
  @media screen and (max-width: 767px) {
    .filter-wrap {
      padding-left: 0; } }
  .filter-wrap .actionBar {
    margin: 0; }
    .filter-wrap .actionBar .form-field {
      margin: 0;
      border: none; }
      .filter-wrap .actionBar .form-field .form-label {
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #000000;
        line-height: 40px;
        margin-right: 5px; }
        @media screen and (max-width: 767px) {
          .filter-wrap .actionBar .form-field .form-label {
            display: none; } }
      .filter-wrap .actionBar .form-field .form-select {
        border: 1px solid #707070;
        border-radius: 6px;
        font-size: 13px;
        line-height: 20px;
        color: #000000;
        padding: 9px 15px;
        padding-right: 35px;
        height: auto;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='9.231' viewBox='0 0 20 9.231'%3E%3Cpath id='Polygon_85' data-name='Polygon 85' d='M10,0,20,9.231H0Z' transform='translate(20 9.231) rotate(180)'/%3E%3C/svg%3E%0A");
        background-position: center right 13px;
        font-style: italic; }
      .filter-wrap .actionBar .form-field #sort {
        min-width: 220px;
        max-width: 220px; }
        @media screen and (max-width: 1023px) {
          .filter-wrap .actionBar .form-field #sort {
            min-width: 190px;
            max-width: 190px; } }
        @media screen and (max-width: 767px) {
          .filter-wrap .actionBar .form-field #sort {
            min-width: 180px;
            max-width: 180px; } }
        @media screen and (max-width: 350px) {
          .filter-wrap .actionBar .form-field #sort {
            margin: 0 0 10px; } }
      .filter-wrap .actionBar .form-field #count {
        min-width: 140px; }

.page-sidebar {
  padding: 0;
  width: 203px; }
  @media screen and (max-width: 1023px) {
    .page-sidebar {
      width: 100%;
      position: absolute;
      top: 41px;
      left: 0;
      z-index: 10;
      background: #fff;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      border-radius: 20px;
      padding: 20px 30px;
      display: none;
      max-width: calc(203px + 60px); } }
  @media screen and (max-width: 767px) {
    .page-sidebar {
      border-radius: 0px 0px 20px 20px;
      top: auto;
      max-width: 100%;
      position: relative;
      top: -15px;
      margin: 0 0 15px; } }
  .page-sidebar .facetedSearch-toggle {
    display: none; }
  .page-sidebar .facetedSearch-navList {
    display: block; }
  .page-sidebar .facetedSearch-refineFilters {
    display: block; }
  .page-sidebar .accordion {
    margin: 0;
    border: none; }
  .page-sidebar .accordion--navList .accordion-content {
    padding: 0; }
  .page-sidebar .accordion-navigation {
    padding: 0;
    border: none;
    margin: 0 0 14px !important; }
  .page-sidebar .accordion--navList .accordion-title {
    padding: 0; }
  .page-sidebar + .page-content {
    width: calc(100% - 203px);
    padding: 0 0 0 40px; }
    @media screen and (max-width: 1023px) {
      .page-sidebar + .page-content {
        width: 100%;
        padding: 0; } }
    .page-sidebar + .page-content .productGrid {
      margin: 0 -10px; }
      @media screen and (max-width: 767px) {
        .page-sidebar + .page-content .productGrid {
          margin: 0 -6px; } }
      .page-sidebar + .page-content .productGrid .product {
        width: 25%;
        padding: 0 10px; }
        @media screen and (max-width: 1279px) {
          .page-sidebar + .page-content .productGrid .product {
            width: 33.33%; } }
        @media screen and (max-width: 666px) {
          .page-sidebar + .page-content .productGrid .product {
            padding: 0 6px;
            width: 50%; } }
  .page-sidebar .facetedSearch-refineFilters .sidebarBlock-heading {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 14px;
    color: #000000;
    letter-spacing: 0.32px;
    font-weight: bold;
    text-transform: uppercase; }
  .page-sidebar .facetedSearch-refineFilters p {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    letter-spacing: 0.32px;
    font-style: italic;
    margin: 0; }

.accordion--navList .accordion-title {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.36px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #000000; }

.facetedSearch-clearLink {
  color: #000;
  margin-right: 5px; }
  .facetedSearch-clearLink:hover {
    color: #28ABE2; }

a[data-faceted-search-facet] {
  color: #000; }
  a[data-faceted-search-facet]:hover {
    color: #28ABE2; }

.accordion--navList .accordion-indicator {
  fill: #000000;
  width: 18px;
  height: 18px; }

.form-minMaxRow {
  margin: 0 -5px; }
  .form-minMaxRow .form-field {
    width: 50%;
    padding: 0 5px; }
    .form-minMaxRow .form-field:last-child {
      margin-top: 10px; }
    .form-minMaxRow .form-field .form-input {
      font-size: 14px;
      line-height: 18px;
      padding: 7px 10px;
      border: 1px solid #707070;
      color: #000000;
      letter-spacing: 0.28px;
      height: auto; }
      .form-minMaxRow .form-field .form-input::placeholder {
        color: #000000; }
    .form-minMaxRow .form-field .button {
      margin: 0;
      font-size: 14px;
      background-color: #77B55C;
      border-radius: 18px;
      text-transform: uppercase;
      color: #fff;
      border-color: #77B55C;
      font-weight: 700;
      font-family: "Poppins", sans-serif;
      background: #0071BC;
      border-color: #0071BC;
      padding: 10px 7px 10px 6px; }
      .form-minMaxRow .form-field .button:hover {
        background: #28ABE2;
        border-color: #28ABE2; }

.navList-action--checkbox {
  font-size: 16px;
  line-height: 38px;
  padding: 0;
  padding-left: 30px;
  margin: 0; }
  .navList-action--checkbox:after, .navList-action--checkbox:before {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-top: -10px; }
  .navList-action--checkbox:after {
    width: 18px;
    height: 18px; }
  .navList-action--checkbox.is-selected:hover .navList-action-close {
    display: block; }

.navList-action-close {
  display: none;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%); }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 0; }

.accordion--navList .accordion-block {
  margin-top: 30px; }
  @media screen and (max-width: 1023px) {
    .accordion--navList .accordion-block {
      margin-top: 22px; } }

.productGrid .product {
  margin: 0 0 50px; }
  @media screen and (max-width: 1279px) {
    .productGrid .product {
      margin: 0 0 35px; } }

.rrp-price--withoutTax {
  display: none; }

.rating--small .icon {
  margin: 0 -1px;
  width: 13px;
  height: 12px; }

.icon--ratingFull svg {
  fill: #F2D741; }

.icon--ratingEmpty svg {
  fill: none;
  stroke: #F2D741; }

[data-test-info-type="productRating"] {
  line-height: 0;
  margin-top: 10px; }

.pagination-bottom {
  border-top: 1px solid #707070;
  padding-top: 18px;
  margin: 0; }
  @media screen and (max-width: 1279px) {
    .pagination-bottom {
      margin: 0; } }
  .pagination-bottom .pagination-list {
    margin: 0; }

@media screen and (min-width: 1024px) {
  .mobile-filter {
    display: none; } }

@media screen and (max-width: 1023px) {
  .mobile-filter {
    position: absolute;
    top: 0;
    left: 0; } }

@media screen and (max-width: 767px) {
  .mobile-filter {
    right: 0; } }

.mobile-filter .button {
  background-color: #77B55C;
  border-radius: 18px;
  text-transform: uppercase;
  color: #fff;
  border-color: #77B55C;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  background: #0071BC;
  border-color: #0071BC;
  padding: 10px 43px 10px 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 20px;
  margin: 0; }
  .mobile-filter .button.active {
    background: #28ABE2;
    border-color: #28ABE2; }
    .mobile-filter .button.active svg {
      display: none; }
      .mobile-filter .button.active svg.hide {
        display: block; }
    @media screen and (max-width: 767px) {
      .mobile-filter .button.active {
        border-radius: 20px 20px 0 0; } }
  .mobile-filter .button svg {
    height: 18px;
    width: 18px;
    fill: #fff;
    margin-left: 10px; }
    .mobile-filter .button svg.hide {
      display: none; }

.filter-wrap .actionBar.product-count-form .form-field {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1023px) {
    .filter-wrap .actionBar.product-count-form .form-field .form-label {
      width: 16px;
      overflow: hidden;
      white-space: nowrap;
      position: relative; }
      .filter-wrap .actionBar.product-count-form .form-field .form-label:before {
        position: absolute;
        right: -1px;
        content: ':'; } }

.page-heading.brand-title,
#search-results-heading .page-heading {
  margin: 10px 0;
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  color: #000000; }
  @media screen and (max-width: 1023px) {
    .page-heading.brand-title,
    #search-results-heading .page-heading {
      margin: 0 0 5px; } }
  @media screen and (max-width: 767px) {
    .page-heading.brand-title,
    #search-results-heading .page-heading {
      margin: 20px 0 18px;
      font-size: 28px;
      line-height: 40px; } }

.navBar--sub {
  margin: 0 0 28px; }
  .navBar--sub .navBar-item {
    margin: 0 10px; }
    .navBar--sub .navBar-item a, .navBar--sub .navBar-item .navBar-action {
      font-size: 16px;
      line-height: 23px;
      color: #000;
      font-weight: 500; }
    .navBar--sub .navBar-item .navBar-action-color--active {
      font-weight: bold;
      text-decoration: underline; }

@media screen and (min-width: 767px) {
  .mobile-filter-resp {
    display: none; } }

@media (max-width: 1290px) {
  .cat-top-block nav[aria-label="Breadcrumb"] .breadcrumbs {
    margin-top: -3px; } }

@media (max-width: 1023px) {
  .cat-top-block nav[aria-label="Breadcrumb"] .breadcrumbs {
    margin-top: 0; } }

@media (max-width: 1023px) {
  .no-products {
    margin: 50px 0 0;
    text-align: center; } }

.default-cat-bottom {
  margin-top: 50px; }
  @media (max-width: 1023px) {
    .default-cat-bottom {
      margin-top: 10px; } }
  .default-cat-bottom .subcat-desc {
    display: block; }
    .default-cat-bottom .subcat-desc p:empty {
      display: none; }

.productView {
  margin: 0 0 20px; }
  @media (max-width: 1023px) {
    .productView {
      display: flex; } }
  @media (max-width: 767px) {
    .productView {
      padding: 24px 2px 0; } }

.productView-brand {
  display: none; }

.stock-item {
  background: #DCFFA5;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 20px 5px 15px;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  display: inline-flex;
  font-weight: bold;
  margin: 0 0 13px; }

.productView-title {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  margin: 0 0 10px; }
  @media screen and (max-width: 1279px) {
    .productView-title {
      font-size: 32px;
      line-height: 45px; } }
  @media (max-width: 1023px) {
    .productView-title {
      font-size: 28px;
      line-height: 39px;
      margin: 0 0 6px; } }

.review-with-sku {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0 0 7px;
  border-bottom: 1px solid #000000; }
  @media (max-width: 359px) {
    .review-with-sku {
      flex-direction: column;
      align-items: flex-start; } }
  @media (max-width: 1023px) {
    .review-with-sku {
      margin: 0 0 20px;
      padding: 0 0 5px; } }
  .review-with-sku .sku {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    margin: 0; }
    @media (max-width: 1023px) {
      .review-with-sku .sku {
        font-size: 18px;
        line-height: 25px; } }
    @media (max-width: 359px) {
      .review-with-sku .sku {
        margin: 0 0 5px; } }
  .review-with-sku .productView-rating {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000; }
    .review-with-sku .productView-rating span {
      margin: 0 5px 0 0;
      text-decoration: underline; }
      .review-with-sku .productView-rating span[role="img"] {
        text-decoration: none; }
    .review-with-sku .productView-rating a {
      margin: 0;
      color: #000;
      text-decoration: underline;
      display: none; }

.price-cust-block {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 359px) {
    .price-cust-block {
      flex-direction: column-reverse; } }

.productView-product {
  margin: 0;
  padding: 0;
  border: none; }

.price-options {
  border-bottom: 1px solid #D0D0D0;
  padding: 0 0 10px;
  margin: 0 0 12px; }

.productView-info {
  margin: 20px 0 0;
  float: none;
  width: 100%;
  display: inline-block; }
  .productView-info .module {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0; }
    .productView-info .module .productView-info-name {
      font-family: Poppins, sans-serif;
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 13px; }
    .productView-info .module .productView-info-value {
      margin: 0 0 20px;
      font-size: 13px;
      font-family: Poppins, sans-serif; }

.productView-images {
  width: calc(100% - 650px);
  padding: 0;
  display: flex;
  margin: 0; }
  @media (max-width: 1279px) {
    .productView-images {
      width: calc(100% - 540px); } }
  @media (max-width: 1023px) {
    .productView-images {
      width: 100%;
      max-width: 432px;
      margin: auto;
      margin-bottom: 22px; } }
  .productView-images .productView-image {
    width: calc(100% - 110px);
    margin-left: 10px;
    margin-top: 0; }
    @media (max-width: 1279px) {
      .productView-images .productView-image {
        width: calc(100% - 65px); } }
    .productView-images .productView-image .productView-img-container {
      max-width: 550px;
      max-height: 550px; }
      @media (max-width: 1279px) {
        .productView-images .productView-image .productView-img-container {
          max-width: 357px;
          max-height: 357px; } }
      .productView-images .productView-image .productView-img-container:after {
        padding-bottom: 100%; }
    @media (max-width: 767px) {
      .productView-images .productView-image {
        display: none; } }
  .productView-images .productView-thumbnails {
    order: -1;
    width: 100px;
    margin: 0; }
    @media (max-width: 1279px) {
      .productView-images .productView-thumbnails {
        width: 65px; } }
    @media (max-width: 767px) {
      .productView-images .productView-thumbnails {
        display: none; } }
    .productView-images .productView-thumbnails .slick-arrow {
      border: none;
      background-color: transparent;
      padding: 0;
      margin-top: 0;
      width: 24px;
      height: 10px;
      right: auto;
      left: 50%;
      transform: translateX(-50%); }
      .productView-images .productView-thumbnails .slick-arrow:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='10' viewBox='0 0 24 10'%3E%3Cpath id='Polygon_249' data-name='Polygon 249' d='M12,0,24,10H0Z' transform='translate(24 10) rotate(180)' fill='%230f1d28'/%3E%3C/svg%3E");
        width: 24px;
        height: 10px; }
      .productView-images .productView-thumbnails .slick-arrow.slick-disabled {
        opacity: 1; }
        .productView-images .productView-thumbnails .slick-arrow.slick-disabled:before {
          opacity: 0.4; }
      .productView-images .productView-thumbnails .slick-arrow.slick-prev {
        top: -12px; }
      .productView-images .productView-thumbnails .slick-arrow.slick-next {
        bottom: -10px;
        top: auto; }
    .productView-images .productView-thumbnails .carousel-tooltip {
      display: none; }
    .productView-images .productView-thumbnails .slick-list {
      margin: 0 !important; }
    .productView-images .productView-thumbnails .productView-thumbnail {
      width: 100% !important;
      padding: 0;
      display: block;
      margin-bottom: 10px; }
      .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
        padding: 0;
        width: auto;
        height: 98px;
        max-width: 98px;
        border-radius: 8px;
        overflow: hidden;
        border-color: transparent; }
        @media (max-width: 1279px) {
          .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
            height: 63px;
            max-width: 63px; } }
        .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link.is-active {
          border: 1px solid #0271BC; }
        .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
          width: 100%; }

.responsive-image-slide {
  display: none; }
  @media (max-width: 767px) {
    .responsive-image-slide {
      display: block;
      width: 100%; } }
  .responsive-image-slide .slide-wrap {
    margin: 0; }
  .responsive-image-slide .slick-dots {
    bottom: -10px;
    line-height: 0; }
    .responsive-image-slide .slick-dots li {
      width: auto;
      height: auto;
      padding: 10px 5px; }
      .responsive-image-slide .slick-dots li button {
        background: #E8F2FF;
        border: none;
        height: 10px;
        width: 10px; }
        .responsive-image-slide .slick-dots li button:before {
          display: none; }
      .responsive-image-slide .slick-dots li.slick-active button {
        background: #0071BC; }
  .responsive-image-slide .slick-arrow {
    border: none;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    width: 30px;
    height: 40px;
    top: 50%;
    transform: translate(0, -50%); }
    .responsive-image-slide .slick-arrow:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.676' height='70.235' viewBox='0 0 52.676 70.235'%3E%3Cg id='Group_7927' data-name='Group 7927' transform='translate(-959.551 -1887.265)' style='mix-blend-mode: normal;isolation: isolate'%3E%3Cpath id='Path_49202' data-name='Path 49202' d='M14.047,0H52.676V70.235H14.047A14.047,14.047,0,0,1,0,56.188V14.047A14.047,14.047,0,0,1,14.047,0Z' transform='translate(959.551 1887.265)' fill='%2300a99d'/%3E%3Cpath id='Polygon_89' data-name='Polygon 89' d='M16.095,0,32.19,19.314H0Z' transform='translate(997.301 1907.166) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
      width: 30px;
      height: 40px; }
    .responsive-image-slide .slick-arrow.slick-disabled {
      opacity: 1; }
      .responsive-image-slide .slick-arrow.slick-disabled:before {
        opacity: 0.4; }
    @media screen and (max-width: 767px) {
      .responsive-image-slide .slick-arrow.slick-prev {
        left: -18px; } }
    .responsive-image-slide .slick-arrow.slick-prev:before {
      transform: rotate(180deg); }
    @media screen and (max-width: 767px) {
      .responsive-image-slide .slick-arrow.slick-next {
        right: -18px; } }
  .responsive-image-slide .carousel-tooltip {
    display: none; }

.productView-details {
  width: 650px;
  padding: 0;
  padding-left: 50px; }
  @media (max-width: 1279px) {
    .productView-details {
      width: 540px;
      padding-left: 20px; } }
  @media (max-width: 1023px) {
    .productView-details {
      width: 100%;
      padding: 0;
      float: none;
      display: inline-block; } }
  .productView-details .productView-options, .productView-details .productView-product {
    max-width: 473px; }
    @media (max-width: 1023px) {
      .productView-details .productView-options, .productView-details .productView-product {
        margin: auto; } }
  @media (max-width: 1023px) {
    .productView-details.product-data {
      order: -1;
      float: none;
      clear: none; }
      .productView-details.product-data .productView-product {
        max-width: 100%; } }

@media (max-width: 767px) {
  .productView-options .form .add-to-cart-wrapper {
    display: flex;
    flex-wrap: wrap; } }

@media (max-width: 767px) {
  .productView-options .form .add-to-cart-wrapper .ob-product-shipping-row {
    order: 5; } }

@media (max-width: 767px) {
  .productView-options .form .add-to-cart-wrapper .rfq-button-container {
    order: 4; } }

.form-field.form-field--increments {
  max-width: 165px;
  margin: 0;
  margin-top: -92px; }
  .form-field.form-field--increments .form-label {
    display: none; }
  .form-field.form-field--increments .form-increment {
    display: flex;
    margin: 0 0 58px; }
  .form-field.form-field--increments .form-input {
    width: 74px;
    height: 34px;
    border: 1px solid #707070;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    font-family: "Poppins", sans-serif; }
    .form-field.form-field--increments .form-input::placeholder {
      color: #000; }
  .form-field.form-field--increments .button {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    padding: 0;
    background: #0071BC;
    border-color: #0071BC;
    display: flex;
    align-items: center;
    justify-content: center; }
    .form-field.form-field--increments .button:hover {
      background: #28ABE2;
      border-color: #28ABE2; }
    .form-field.form-field--increments .button .icon {
      width: 13px;
      height: 13px; }
      .form-field.form-field--increments .button .icon svg {
        fill: #fff; }

.productView-info-bulkPricing h5 {
  text-align: center;
  margin: 0 0 7px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-transform: none; }
  @media (max-width: 359px) {
    .productView-info-bulkPricing h5 {
      max-width: 140px; } }

.bluk-row {
  display: flex; }
  .bluk-row .price, .bluk-row .range {
    min-width: 80px; }
    @media (max-width: 767px) {
      .bluk-row .price, .bluk-row .range {
        min-width: 70px; } }
    .bluk-row .price p, .bluk-row .range p {
      background: #D9F2F0;
      margin: 0;
      padding: 5px 15px;
      font-size: 13px;
      line-height: 20px; }
      .bluk-row .price p:nth-child(even), .bluk-row .range p:nth-child(even) {
        background: #F0FCFB; }
  .bluk-row .price {
    border-left: 1px solid #fff; }
    .bluk-row .price p {
      padding-left: 20px; }

.productView-price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 20px 0 85px;
  text-align: left; }
  .productView-price div.label {
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    color: #000000;
    margin-right: 10px; }
  .productView-price .price-section {
    font-size: 30px;
    line-height: 43px;
    color: #0071BC;
    font-weight: 600; }
  .productView-price .non-sale {
    order: 2;
    color: #6F6F6F;
    font-weight: 400;
    padding-left: 11px; }
    .productView-price .non-sale .non-sale-txt {
      display: none; }
  .productView-price .sale-price {
    order: 1;
    color: #ED2E00; }
    .productView-price .sale-price.sl-prc {
      color: #0071BC; }
  .productView-price .price-section--saving {
    order: 4;
    font-size: 20px;
    width: 100%;
    color: #000;
    line-height: 26px; }

.productView-options {
  margin: 0 0 22px;
  text-align: left; }

.productView-options .add-to-cart-buttons {
  margin: 0;
  padding: 0;
  width: auto; }
  @media (max-width: 767px) {
    .productView-options .add-to-cart-buttons {
      width: 100%; }
      .productView-options .add-to-cart-buttons .button {
        width: 100%; } }
  .productView-options .add-to-cart-buttons #form-action-addToCart {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 24px;
    padding: 9px 54px;
    background-color: #77B55C;
    border-radius: 18px;
    text-transform: uppercase;
    color: #fff;
    border-color: #77B55C;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    border-radius: 22px; }
    .productView-options .add-to-cart-buttons #form-action-addToCart:hover {
      background-color: #85DD5F;
      border-color: #85DD5F; }
    .productView-options .add-to-cart-buttons #form-action-addToCart svg {
      width: 20px;
      height: 20px;
      margin-right: 10px; }
  .productView-options .add-to-cart-buttons .add-to-cart-wallet-buttons {
    display: none !important;
    position: relative;
    z-index: 1; }
    .productView-options .add-to-cart-buttons .add-to-cart-wallet-buttons:before {
      content: '— or use —';
      margin: 11px 0;
      display: block;
      width: 100%;
      text-align: center;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      color: #000;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 18px; }

.c00409.rfq-button-container.rfq-pdp-button-container {
  margin: 0;
  float: none;
  margin: auto;
  justify-content: center;
  margin-left: 58px; }
  @media (max-width: 767px) {
    .c00409.rfq-button-container.rfq-pdp-button-container {
      margin: 0;
      justify-content: center; } }

.add-to-quote {
  position: relative;
  background: none !important;
  color: #77B55C !important;
  width: auto;
  flex: none;
  justify-content: center;
  border: none;
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
  padding-left: 29px;
  margin: 0;
  width: auto;
  flex: none !important; }
  .add-to-quote:before {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0px;
    content: '';
    width: 19px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='22' viewBox='0 0 19 22'%3E%3Cpath id='Union_152' data-name='Union 152' d='M15518,16657v-22h19v22Zm2-2h15v-18h-15Zm2.5-4.5v-2h5v2Zm0-4v-2h10v2Zm0-4v-2h10v2Z' transform='translate(-15517.999 -16635)' fill='%2377b55c'/%3E%3C/svg%3E%0A"); }
  .add-to-quote:hover {
    color: #77B55C; }

.description-block {
  background: #E8F2FF;
  padding: 30px 0 39px;
  margin: 0 0 35px; }
  @media (max-width: 1023px) {
    .description-block {
      padding-bottom: 46px; } }
  .description-block .container {
    max-width: 1146px; }
    @media (max-width: 1279px) {
      .description-block .container {
        padding: 0 35px; } }
    @media (max-width: 1023px) {
      .description-block .container {
        padding: 0 20px; } }
  .description-block .row {
    flex-wrap: wrap;
    display: flex; }
    @media (max-width: 1023px) {
      .description-block .row {
        max-width: 580px;
        margin: auto; } }
  .description-block .description-content {
    width: calc(100% - 425px);
    padding-right: 85px; }
    @media (max-width: 1279px) {
      .description-block .description-content {
        padding-right: 29px; } }
    @media (max-width: 1023px) {
      .description-block .description-content {
        padding: 0;
        width: 100%; } }
    .description-block .description-content .productView-title {
      font-size: 24px;
      line-height: 33px;
      margin: 0 0 11px; }
    .description-block .description-content .productView-description {
      padding: 0; }
    .description-block .description-content p {
      font-size: 14px; }
  .description-block .videoGallery {
    width: 425px;
    padding-top: 44px;
    margin: 0;
    border: none; }
    @media (max-width: 1023px) {
      .description-block .videoGallery {
        padding-top: 0px; } }
    .description-block .videoGallery .videoGallery-main {
      margin: 0; }
      @media (max-width: 1023px) {
        .description-block .videoGallery .videoGallery-main {
          padding-bottom: 56%; } }
      @media (max-width: 767px) {
        .description-block .videoGallery .videoGallery-main {
          padding-bottom: 75%; } }
    @media (max-width: 1023px) {
      .description-block .videoGallery {
        width: 100%; }
        .description-block .videoGallery .videoGallery-main {
          max-width: 425px; } }
    .description-block .videoGallery .toggle-title {
      display: none; }
    .description-block .videoGallery .videoGallery-list {
      display: none; }
      .description-block .videoGallery .videoGallery-list .videoGallery-item {
        width: 100%; }
        .description-block .videoGallery .videoGallery-list .videoGallery-item .video {
          margin: 0; }
        .description-block .videoGallery .videoGallery-list .videoGallery-item + .videoGallery-item {
          margin-top: 15px; }

.related-product .container {
  max-width: 1112px; }
  @media (max-width: 767px) {
    .related-product .container {
      padding: 0 20px; } }

@media (max-width: 1023px) {
  .related-product .card .card-body .card-title {
    font-size: 14px;
    line-height: 20px; } }

@media (max-width: 1023px) {
  .related-product .card .card-body .card-price .price-section {
    font-size: 14px; } }

.related-product .productGrid {
  margin: 0 -10px; }
  @media (max-width: 1279px) {
    .related-product .productGrid {
      margin: 0 -9px; } }
  @media (max-width: 1023px) {
    .related-product .productGrid {
      margin: 0 -8px; } }
  @media (max-width: 767px) {
    .related-product .productGrid {
      margin: 0 -6px; } }
  .related-product .productGrid .product {
    padding: 0 10px;
    width: 25%; }
    @media (max-width: 1279px) {
      .related-product .productGrid .product {
        padding: 0 9px; } }
    @media (max-width: 1023px) {
      .related-product .productGrid .product {
        padding: 0 8px; } }
    @media (max-width: 767px) {
      .related-product .productGrid .product {
        padding: 0 6px;
        width: 50%; } }

.related-product .page-heading {
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  margin: 0 0 23px;
  font-weight: bold; }
  @media (max-width: 1279px) {
    .related-product .page-heading {
      margin: 0 0 20px; } }
  @media (max-width: 1023px) {
    .related-product .page-heading {
      font-size: 18px;
      line-height: 25px; } }

.improve-section {
  background: #D9F2F0;
  padding: 16px 0;
  margin: 0 auto 60px;
  width: calc(100% - 56px); }
  @media (max-width: 1279px) {
    .improve-section {
      width: calc(100% - 50px); } }
  @media (max-width: 1023px) {
    .improve-section {
      padding: 13px 0;
      margin-bottom: 27px; } }
  @media (max-width: 767px) {
    .improve-section {
      width: calc(100% - 40px); } }
  @media (max-width: 359px) {
    .improve-section .container {
      padding: 0 10px; } }
  .improve-section h4 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: bold; }
    @media (max-width: 1023px) {
      .improve-section h4 {
        font-size: 14px;
        line-height: 20px; } }
    @media (max-width: 359px) {
      .improve-section h4 {
        font-size: 13px; } }
    .improve-section h4 .icon {
      width: 28px;
      height: 28px;
      margin-right: 6px; }
      @media (max-width: 1023px) {
        .improve-section h4 .icon {
          width: 23px;
          height: 23px; } }
      @media (max-width: 359px) {
        .improve-section h4 .icon {
          width: 20px;
          height: 20px; } }
    .improve-section h4 a {
      color: #0071BC;
      font-weight: 500;
      text-decoration: underline; }

.review-block {
  margin: 0 0 80px; }
  .review-block .text-center {
    text-align: center; }
  .review-block .no-review {
    font-weight: bold;
    margin: 0 0 30px; }
  .review-block .productView-reviewLink--new {
    background-color: #77B55C;
    border-radius: 18px;
    text-transform: uppercase;
    color: #fff;
    border-color: #77B55C;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    border-radius: 22px;
    padding: 10px 20px;
    margin: auto; }
    .review-block .productView-reviewLink--new:hover {
      background-color: #85DD5F;
      border-color: #85DD5F; }

.productView-details.has-options .productView-price {
  margin: 0px; }

.productView-details.has-options .form-field.form-field--increments {
  margin: 0; }
  .productView-details.has-options .form-field.form-field--increments .form-increment {
    margin: 0 0 35px; }

[data-product-option-change] .form-field .form-label {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 15px;
  color: #000000; }
  [data-product-option-change] .form-field .form-label small {
    font-size: 12px;
    color: #000; }

.modal {
  border-radius: 20px; }
  @media (min-width: 1280px) {
    .modal {
      max-width: 980px; } }
  .modal .modal-body {
    padding: 30px 20px; }

.modal-close {
  width: 28px;
  height: 28px;
  right: 20px;
  top: 13px; }
  @media (max-width: 767px) {
    .modal-close {
      width: 20px;
      height: 20px; }
      .modal-close svg {
        width: 20px;
        height: 20px; } }
  .modal-close:after, .modal-close:before {
    display: none !important; }

.modal-header {
  padding: 15px 0 13px;
  margin: 0 20px; }
  .modal-header .modal-header-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 28px; }
    @media (max-width: 767px) {
      .modal-header .modal-header-title {
        text-align: left;
        font-size: 18px;
        line-height: 22px;
        padding-right: 40px; } }

#previewModal .previewCart {
  display: flex; }
  @media (max-width: 767px) {
    #previewModal .previewCart {
      flex-wrap: wrap; } }
  #previewModal .previewCart .previewCartCheckout {
    width: 328px;
    background: #E8F2FF;
    border-radius: 10px;
    padding: 20px 20px 25px;
    order: 2; }
    @media (max-width: 767px) {
      #previewModal .previewCart .previewCartCheckout {
        width: 100%;
        order: 0; } }
    #previewModal .previewCart .previewCartCheckout .button[data-primary-checkout-now-action] {
      background-color: #77B55C;
      border-radius: 18px;
      text-transform: uppercase;
      color: #fff;
      border-color: #77B55C;
      font-weight: 700;
      font-family: "Poppins", sans-serif;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 22px;
      font-size: 17px;
      font-weight: bold;
      padding: 11px 15px;
      margin: 0; }
      #previewModal .previewCart .previewCartCheckout .button[data-primary-checkout-now-action] svg {
        margin-right: 10px;
        width: 20px;
        height: 20px; }
      #previewModal .previewCart .previewCartCheckout .button[data-primary-checkout-now-action]:hover {
        background-color: #85DD5F;
        border-color: #85DD5F; }
    #previewModal .previewCart .previewCartCheckout .button.edit-button {
      background-color: #fff;
      border-radius: 18px;
      text-transform: uppercase;
      color: #77B55C;
      border-color: #77B55C;
      font-weight: 700;
      border-width: 2px;
      font-family: "Poppins", sans-serif;
      border-radius: 22px;
      font-size: 17px;
      line-height: 20px;
      font-weight: bold;
      padding: 10px 15px;
      margin: 0 0 10px;
      height: auto; }
      #previewModal .previewCart .previewCartCheckout .button.edit-button:hover {
        background-color: #77B55C;
        border-color: #77B55C;
        color: #fff; }
    #previewModal .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
      margin: 20px 0;
      font-size: 14px;
      color: #000000;
      font-weight: 600; }
      #previewModal .previewCart .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
        font-size: 34px;
        color: #0071BC;
        line-height: 48px; }
    #previewModal .previewCart .previewCartCheckout p[data-cart-quantity] {
      display: none; }
    #previewModal .previewCart .previewCartCheckout a.cont-btn {
      font-size: 13px;
      line-height: 19px;
      color: #0071BC;
      font-weight: bold;
      text-decoration: underline; }
      #previewModal .previewCart .previewCartCheckout a.cont-btn:hover {
        color: #28ABE2; }
    #previewModal .previewCart .previewCartCheckout .CheckoutButton {
      margin-bottom: 0 !important; }
  #previewModal .previewCart .productView {
    width: calc(100% - 328px);
    padding: 0;
    display: flex;
    flex-direction: row; }
    @media (max-width: 1023px) {
      #previewModal .previewCart .productView {
        flex-direction: column; } }
    @media (max-width: 767px) {
      #previewModal .previewCart .productView {
        width: 100%; } }
    #previewModal .previewCart .productView .productView-image {
      width: 180px;
      max-height: 180px;
      min-height: 180px;
      padding: 0;
      margin: 0; }
      #previewModal .previewCart .productView .productView-image .productView-img-container::after {
        padding-bottom: 100%;
        display: none; }
      #previewModal .previewCart .productView .productView-image img {
        position: relative; }
        @media (max-width: 767px) {
          #previewModal .previewCart .productView .productView-image img {
            width: auto;
            height: auto; } }
      @media (max-width: 767px) {
        #previewModal .previewCart .productView .productView-image {
          width: 100%;
          margin-top: 20px; } }
    #previewModal .previewCart .productView .productView-details {
      width: calc(100% - 180px);
      padding: 0 20px; }
      @media (max-width: 1023px) {
        #previewModal .previewCart .productView .productView-details {
          padding: 20px 0 0;
          width: 100%; } }
      #previewModal .previewCart .productView .productView-details .productView-title {
        font-size: 26px;
        line-height: 36px;
        margin: 0 0 14px; }
      #previewModal .previewCart .productView .productView-details .productView-brand {
        display: none; }
      #previewModal .previewCart .productView .productView-details .productView-price {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        color: #000;
        margin: 0; }

.overlay-zoom-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1; }

.modal-body.quickView .productView-images {
  width: calc(100% - 548px); }
  .modal-body.quickView .productView-images .productView-image {
    width: calc(100% - 75px);
    min-height: 317px; }
    .modal-body.quickView .productView-images .productView-image .productView-img-container {
      max-width: 317px;
      max-height: 317px;
      margin-top: 0; }
  .modal-body.quickView .productView-images .overlay-zoom-icon {
    display: none; }
  .modal-body.quickView .productView-images .productView-thumbnails {
    width: 65px; }
    .modal-body.quickView .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
      width: 63px;
      height: 63px; }

.modal-body.quickView .productView-details {
  padding-left: 21px;
  width: 548px; }
  .modal-body.quickView .productView-details .productView-options, .modal-body.quickView .productView-details .productView-product {
    max-width: 460px; }
  .modal-body.quickView .productView-details .productView-title {
    font-size: 32px;
    line-height: 48px; }

.modal-body.quickView .c00409.rfq-button-container.rfq-pdp-button-container {
  margin-left: 45px; }
  .modal-body.quickView .c00409.rfq-button-container.rfq-pdp-button-container .add-to-quote:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.097' height='20.099' viewBox='0 0 20.097 20.099'%3E%3Cg id='ic_border_color_24px' transform='translate(0 0.003)'%3E%3Cpath id='Path_81' data-name='Path 81' d='M15.514,5.861l-3.14-3.14L4,11.095v3.14H7.14Zm2.479-2.479a.834.834,0,0,0,0-1.181L16.033.242a.834.834,0,0,0-1.181,0L13.211,1.884l3.14,3.14Z' transform='translate(-0.651)' fill='%2377b55c'/%3E%3Cpath id='Path_82' data-name='Path 82' d='M0,20H20.1v3.349H0Z' transform='translate(0 -3.253)' fill='%2377b55c'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat; }

.ob-product-shipping-row {
  display: block;
  float: left;
  width: 100%; }
  .ob-product-shipping-row .message {
    width: 100%;
    text-align: left;
    font-size: 11px;
    line-height: 16px;
    margin: 0px 0 0;
    display: flex;
    align-items: center;
    padding: 15px 0 10px;
    color: #000; }
    @media (max-width: 767px) {
      .ob-product-shipping-row .message {
        justify-content: center; } }
    .ob-product-shipping-row .message span {
      display: inline-flex;
      width: 20px;
      margin-right: 5px; }
      .ob-product-shipping-row .message span svg {
        width: 100%;
        height: auto; }
    .ob-product-shipping-row .message p {
      margin: 0; }
    .ob-product-shipping-row .message a {
      margin-left: 3px;
      color: #0071BC;
      text-decoration: underline; }
      .ob-product-shipping-row .message a:hover {
        color: #28ABE2; }

@media (max-width: 550px) {
  .productView-description p iframe {
    width: 100%; } }

@media (max-width: 1023px) {
  .description-block .videoGallery {
    padding-top: 25px; } }

.description-block .videoGallery .videoGallery-main + .videoGallery-main {
  margin-top: 20px; }

.productView-options .add-to-cart-wallet-buttons {
  margin: 0; }

.menu-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  display: none; }

.menu-open .menu-bg {
  display: block; }

.stick-head .header-bottom {
  position: relative; }
  .stick-head .header-bottom .menu-dsk .level-two-dropdown {
    left: 91px;
    transform: none; }
    @media (max-width: 1275px) {
      .stick-head .header-bottom .menu-dsk .level-two-dropdown {
        left: 84px; } }
    @media (max-width: 1100px) {
      .stick-head .header-bottom .menu-dsk .level-two-dropdown {
        left: 50%;
        transform: translateX(-50%); } }

.menu-dsk .level-one-menu .level-one:hover .level-two-dropdown {
  display: block; }

.menu-dsk .level-two-dropdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
  padding: 0 10px;
  border-radius: 0 0 20px 20px; }
  .menu-dsk .level-two-dropdown.calming-submenu .left-side .cat-subcategories .level-two-menu.left-side-cat {
    margin-right: 43px; }
    @media (max-width: 1290px) {
      .menu-dsk .level-two-dropdown.calming-submenu .left-side .cat-subcategories .level-two-menu.left-side-cat {
        margin-right: 33px; } }
  .menu-dsk .level-two-dropdown.calming-submenu .right-side .right-side-content h3 {
    color: #fff; }
  .menu-dsk .level-two-dropdown.calming-submenu .right-side .right-side-content p {
    color: #fff; }
  .menu-dsk .level-two-dropdown.sensory-submenu .left-side {
    min-width: 456px; }
    .menu-dsk .level-two-dropdown.sensory-submenu .left-side .cat-subcategories .level-two-menu.left-side-cat {
      margin-right: 43px; }
      @media (max-width: 1290px) {
        .menu-dsk .level-two-dropdown.sensory-submenu .left-side .cat-subcategories .level-two-menu.left-side-cat {
          margin-right: 33px; } }
  .menu-dsk .level-two-dropdown.sensory-submenu .right-side .right-side-content h3 {
    color: #fff; }
  .menu-dsk .level-two-dropdown.sensory-submenu .right-side .right-side-content p {
    color: #fff; }

.menu-dsk .sub-categories {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 7px solid #0071BC; }
  .menu-dsk .sub-categories .left-side {
    padding: 0 30px 0 20px; }
    .menu-dsk .sub-categories .left-side .cat-title {
      width: 100%;
      border-bottom: 1px solid #BBBBBB;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 6px;
      padding-top: 8px; }
      .menu-dsk .sub-categories .left-side .cat-title h3 {
        font-weight: 700;
        letter-spacing: -0.52px;
        font-size: 26px;
        line-height: 36px;
        margin: 0;
        text-transform: capitalize;
        color: #000000; }
        @media (max-width: 1290px) {
          .menu-dsk .sub-categories .left-side .cat-title h3 {
            font-size: 24px;
            line-height: 32px; } }
      .menu-dsk .sub-categories .left-side .cat-title a {
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 16px;
        line-height: 23px;
        color: #77B55C;
        text-transform: uppercase; }
        @media (max-width: 1290px) {
          .menu-dsk .sub-categories .left-side .cat-title a {
            font-size: 14px;
            line-height: 30px; } }
        .menu-dsk .sub-categories .left-side .cat-title a svg {
          margin-right: 5px; }
        .menu-dsk .sub-categories .left-side .cat-title a:hover {
          text-decoration: underline; }
    .menu-dsk .sub-categories .left-side .cat-subcategories {
      display: flex;
      padding-top: 27px; }
      .menu-dsk .sub-categories .left-side .cat-subcategories .level-two-menu {
        margin: 0;
        list-style: none;
        width: 283px; }
        @media (max-width: 1290px) {
          .menu-dsk .sub-categories .left-side .cat-subcategories .level-two-menu {
            width: 270px; } }
        .menu-dsk .sub-categories .left-side .cat-subcategories .level-two-menu.left-side-cat {
          margin-right: 55px; }
          @media (max-width: 1290px) {
            .menu-dsk .sub-categories .left-side .cat-subcategories .level-two-menu.left-side-cat {
              margin-right: 35px; } }
        .menu-dsk .sub-categories .left-side .cat-subcategories .level-two-menu .level-two-cat {
          margin-bottom: 30px; }
          @media (max-width: 1290px) {
            .menu-dsk .sub-categories .left-side .cat-subcategories .level-two-menu .level-two-cat {
              margin-bottom: 20px; } }
          .menu-dsk .sub-categories .left-side .cat-subcategories .level-two-menu .level-two-cat:last-child {
            margin-bottom: 0; }
          .menu-dsk .sub-categories .left-side .cat-subcategories .level-two-menu .level-two-cat a {
            color: #000000;
            text-transform: capitalize;
            font-size: 20px;
            line-height: 28px;
            font-weight: 500; }
            @media (max-width: 1290px) {
              .menu-dsk .sub-categories .left-side .cat-subcategories .level-two-menu .level-two-cat a {
                font-size: 18px;
                line-height: 26px; } }
            .menu-dsk .sub-categories .left-side .cat-subcategories .level-two-menu .level-two-cat a:hover {
              color: #0071BC;
              text-decoration: underline; }
  .menu-dsk .sub-categories .right-side {
    width: 333px; }
    @media (max-width: 1290px) {
      .menu-dsk .sub-categories .right-side {
        width: 300px; } }
    .menu-dsk .sub-categories .right-side a {
      display: block;
      position: relative; }
    .menu-dsk .sub-categories .right-side .right-side-content {
      text-align: center;
      position: absolute;
      bottom: 0; }
      .menu-dsk .sub-categories .right-side .right-side-content h3 {
        font-weight: 700;
        letter-spacing: -0.68px;
        font-size: 34px;
        line-height: 36px;
        margin: 0;
        text-transform: capitalize;
        color: #000000;
        text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3); }
        @media (max-width: 1290px) {
          .menu-dsk .sub-categories .right-side .right-side-content h3 {
            font-size: 30px;
            line-height: 32px; } }
      .menu-dsk .sub-categories .right-side .right-side-content p {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 4px 11px;
        color: #000000;
        font-weight: 500; }
        @media (max-width: 1290px) {
          .menu-dsk .sub-categories .right-side .right-side-content p {
            font-size: 14px;
            line-height: 20px;
            padding: 0 10px; } }
      .menu-dsk .sub-categories .right-side .right-side-content span {
        padding: 8px 0 7px;
        border-radius: 0 0 10px 10px;
        background-color: #77B55C;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 23px;
        font-weight: 700; }
        .menu-dsk .sub-categories .right-side .right-side-content span svg {
          margin-right: 8px; }
        .menu-dsk .sub-categories .right-side .right-side-content span:hover {
          background: #85DD5F; }

#validate-company {
  display: none !important; }

form.form .attach-file-container .fa-paperclip {
  font-size: 0; }

.form .attach-file-container .fa-paperclip::after {
  content: 'Attach Tax Exempt Certificate';
  font-size: 15px; }

.blog-page .body .page {
  margin: 0;
  padding: 0 2px; }

.blog-page .body .breadcrumbs {
  margin-bottom: 4px; }

.blog-page .body h1.page-heading {
  font-size: 36px;
  color: #000000;
  line-height: 51px;
  margin: 0 0 30px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .blog-page .body h1.page-heading {
      margin: 20px 0; } }

.blog-post-body, .blog-post-figure {
  width: 100%; }

.blog-thumbnail {
  max-width: 450px;
  margin: 0 auto 15px;
  max-height: 250px; }
  .blog-thumbnail img {
    max-height: 250px;
    object-fit: contain; }
  .blog-thumbnail a {
    display: inline-block;
    width: 100%; }
  .blog-thumbnail.placeholder-thumb {
    overflow: hidden; }

.blog-main {
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070; }
  .blog-main .blog {
    max-width: 950px;
    margin: auto; }
    @media screen and (max-width: 1023px) {
      .blog-main .blog {
        max-width: 698px;
        padding: 0 30px; } }
    @media screen and (max-width: 767px) {
      .blog-main .blog {
        padding: 0; } }
    .blog-main .blog + .blog {
      margin-top: 30px;
      padding-top: 35px;
      border-color: #707070; }
    @media screen and (max-width: 767px) {
      .blog-main .blog .blog-post-body {
        text-align: left; } }
    .blog-main .blog .blog-title {
      font-size: 22px;
      font-weight: bold;
      line-height: 28px;
      margin: 0 auto 5px;
      color: #000000;
      max-width: 820px; }
      @media screen and (max-width: 767px) {
        .blog-main .blog .blog-title {
          font-size: 20px;
          line-height: 26px; } }
      .blog-main .blog .blog-title a:hover {
        color: #0071BC; }
    .blog-main .blog .blog-date {
      color: #000;
      font-size: 13px;
      line-height: 20px;
      margin: 0 0 20px; }
      @media screen and (max-width: 1023px) {
        .blog-main .blog .blog-date {
          margin: 0 0 15px; } }
      @media screen and (max-width: 767px) {
        .blog-main .blog .blog-date {
          text-align: left;
          margin: 0 0 20px; } }
    .blog-main .blog .blog-post {
      font-size: 16px;
      line-height: 22px;
      color: #000;
      text-align: center;
      max-width: 885px;
      margin: auto; }
      @media screen and (max-width: 767px) {
        .blog-main .blog .blog-post {
          text-align: left; } }
      .blog-main .blog .blog-post a {
        color: #0071BC;
        text-transform: capitalize;
        font-weight: bold;
        text-decoration: underline; }
        .blog-main .blog .blog-post a:hover {
          text-decoration: underline;
          color: #28ABE2; }
  .blog-main + .pagination .pagination-list {
    margin: 0 0 60px; }

.pagination-list li.pagination-item {
  margin: 0 7px; }
  .pagination-list li.pagination-item.pagination-item--current {
    margin: 0 7px;
    border: none;
    border-radius: 0; }
    .pagination-list li.pagination-item.pagination-item--current .pagination-link {
      background: #0071BC;
      color: #fff !important; }
  .pagination-list li.pagination-item.pagination-item--previous, .pagination-list li.pagination-item.pagination-item--next {
    margin: 0 7px;
    float: none;
    top: -1px;
    position: relative; }
    .pagination-list li.pagination-item.pagination-item--previous .pagination-link, .pagination-list li.pagination-item.pagination-item--next .pagination-link {
      margin: 0;
      width: 12px;
      height: 20px; }
  .pagination-list li.pagination-item.pagination-item--previous svg {
    transform: rotate(180deg); }
  .pagination-list li.pagination-item .pagination-link {
    width: 28px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-size: 16px;
    color: #000000;
    font-weight: bold; }
    .pagination-list li.pagination-item .pagination-link:hover {
      color: #0071BC; }
      .pagination-list li.pagination-item .pagination-link:hover svg path {
        fill: #0071BC; }

.blog-post-main .blog {
  max-width: 950px;
  margin: auto;
  margin-top: 35px; }
  @media screen and (max-width: 1279px) {
    .blog-post-main .blog {
      max-width: 810px; } }
  @media screen and (max-width: 1023px) {
    .blog-post-main .blog {
      max-width: 580px; } }
  .blog-post-main .blog .socialLinks {
    border-top: 1px solid #707070;
    padding-top: 30px;
    margin-top: 15px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0; }
    .blog-post-main .blog .socialLinks a, .blog-post-main .blog .socialLinks li {
      line-height: 0;
      margin: 0;
      height: 22px; }
    .blog-post-main .blog .socialLinks a svg {
      fill: #000000; }
    .blog-post-main .blog .socialLinks a:hover path {
      fill: #28ABE2; }
    .blog-post-main .blog .socialLinks li + li {
      margin-left: 50px; }
    .blog-post-main .blog .socialLinks .socialLinks-item--facebook {
      order: 1; }
    .blog-post-main .blog .socialLinks .socialLinks-item--email {
      order: 4; }
    .blog-post-main .blog .socialLinks .socialLinks-item--print {
      order: 5; }
    .blog-post-main .blog .socialLinks .socialLinks-item--twitter {
      order: 2; }
    .blog-post-main .blog .socialLinks .socialLinks-item--pinterest {
      order: 3; }
    .blog-post-main .blog .socialLinks .socialLinks-item--google {
      display: none; }
  .blog-post-main .blog .blog-thumbnail {
    margin-bottom: 35px;
    display: none; }
  .blog-post-main .blog .blog-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 34px;
    margin: 0 0 5px;
    color: #000000;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .blog-post-main .blog .blog-title {
        font-size: 20px;
        line-height: 26px; } }
    .blog-post-main .blog .blog-title a:hover {
      color: #0071BC; }
  .blog-post-main .blog .blog-date {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 40px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .blog-post-main .blog .blog-date {
        margin: 0 0 30px; } }
  .blog-post-main .blog .blog-post {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    text-align: left;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .blog-post-main .blog .blog-post {
        font-size: 14px;
        line-height: 24px; } }
    .blog-post-main .blog .blog-post p {
      margin: 0 0 25px; }
      .blog-post-main .blog .blog-post p a {
        text-decoration: underline; }
        .blog-post-main .blog .blog-post p a:hover {
          color: #28ABE2; }
      .blog-post-main .blog .blog-post p.font-small {
        font-size: 14px;
        max-width: 930px; }
        @media screen and (max-width: 767px) {
          .blog-post-main .blog .blog-post p.font-small {
            font-size: 12px; } }
      .blog-post-main .blog .blog-post p.img {
        margin: 0 0 10px; }
      @media screen and (max-width: 767px) {
        .blog-post-main .blog .blog-post p img {
          max-width: 300px; } }
    @media screen and (max-width: 767px) {
      .blog-post-main .blog .blog-post {
        text-align: left; } }
    .blog-post-main .blog .blog-post a {
      color: #0071BC;
      text-transform: capitalize;
      font-weight: bold; }
      .blog-post-main .blog .blog-post a:hover {
        text-decoration: underline; }

.cart-page {
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    .cart-page {
      padding-top: 0; } }
  .cart-page .page {
    margin: 0; }

.header-cart {
  position: relative; }
  .header-cart .header-cart-main {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 13px 0; }
    @media screen and (max-width: 1023px) {
      .header-cart .header-cart-main {
        background-position: left;
        background-size: cover;
        padding: 18px 0; } }
  .header-cart .container {
    max-width: 1336px; }
    @media screen and (max-width: 1023px) {
      .header-cart .container {
        padding: 0 30px; } }
    @media screen and (max-width: 767px) {
      .header-cart .container {
        padding: 0 20px; } }
  .header-cart .banner-top {
    display: block; }
    @media screen and (max-width: 767px) {
      .header-cart .banner-top span:last-child {
        display: inline-block;
        width: 100%; } }
  .header-cart .navUser {
    position: static; }
    .header-cart .navUser .need-drwn {
      z-index: 9; }
    .header-cart .navUser .nav-anct {
      display: block; }
      @media screen and (max-width: 1023px) {
        .header-cart .navUser .nav-anct .navUser-action span {
          font-size: 0; }
        .header-cart .navUser .nav-anct .navUser-action svg {
          margin: 0;
          width: 28px;
          height: 28px; } }
      .header-cart .navUser .nav-anct .drp-lvl .navUser-action {
        display: block;
        font-size: 18px;
        font-weight: 600;
        text-transform: initial;
        padding: 8px 20px;
        line-height: 23px;
        color: #000; }
        .header-cart .navUser .nav-anct .drp-lvl .navUser-action:hover {
          color: #fff; }
  .header-cart .row {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .header-cart .row {
        justify-content: space-between; } }
    .header-cart .row .col {
      width: 33.33%; }
      .header-cart .row .col.center-col {
        text-align: center; }
        @media screen and (max-width: 767px) {
          .header-cart .row .col.center-col {
            padding-left: 24px; } }
      @media screen and (max-width: 767px) {
        .header-cart .row .col {
          width: auto; } }
    .header-cart .row p {
      margin: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      line-height: 21px;
      letter-spacing: -0.36px; }
      @media screen and (max-width: 1023px) {
        .header-cart .row p {
          font-size: 15px;
          letter-spacing: -0.3px; } }
      @media screen and (max-width: 767px) {
        .header-cart .row p {
          display: block;
          text-align: left;
          padding-left: 20px;
          position: relative; } }
      .header-cart .row p svg {
        margin-right: 10px;
        position: relative;
        top: -1px; }
        @media screen and (max-width: 1023px) {
          .header-cart .row p svg {
            width: 13px;
            height: 17px;
            top: 0; } }
        @media screen and (max-width: 767px) {
          .header-cart .row p svg {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%); } }
      .header-cart .row p strong {
        margin-right: 5px; }
    .header-cart .row .header-logo__link {
      width: auto; }
    .header-cart .row .header-logo-image-container {
      min-height: auto; }
      .header-cart .row .header-logo-image-container img {
        max-width: 156px;
        margin: 0;
        max-height: none; }
        @media screen and (max-width: 1023px) {
          .header-cart .row .header-logo-image-container img {
            max-width: 134px; } }
  .header-cart .navUser-item--account .navUser-action {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 16px;
    color: #0071BC; }
    .header-cart .navUser-item--account .navUser-action:hover {
      color: #28ABE2; }
    .header-cart .navUser-item--account .navUser-action svg {
      margin-right: 10px;
      transition: all .3s ease-in; }
      .header-cart .navUser-item--account .navUser-action svg path {
        transition: all .3s ease-in; }

.footer-cart {
  padding: 60px 0 15px; }
  .footer-cart .footer-copyright {
    text-align: center; }
    .footer-cart .footer-copyright > .powered-by {
      color: #000000; }
    .footer-cart .footer-copyright a {
      color: #000; }
      .footer-cart .footer-copyright a:hover {
        color: #0071BC; }

[data-cart] {
  padding: 0;
  padding-top: 30px;
  max-width: 1280px;
  margin: auto;
  float: none; }
  @media screen and (max-width: 767px) {
    [data-cart] {
      padding-top: 20px; } }

.cart-row {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .cart-row {
      display: block; } }
  .cart-row .data-cart-content {
    width: calc(100% - 375px);
    padding-right: 33px; }
    @media screen and (max-width: 1279px) {
      .cart-row .data-cart-content {
        width: calc(100% - 335px);
        padding-right: 18px; } }
    @media screen and (max-width: 1023px) {
      .cart-row .data-cart-content {
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
        order: 1; } }
    @media screen and (max-width: 767px) {
      .cart-row .data-cart-content {
        margin: 0 0 25px; } }
  .cart-row .page-heading {
    text-align: left;
    margin: 0 0 13px;
    font-weight: bold;
    font-size: 22px; }
    .cart-row .page-heading span {
      font-size: 14px;
      font-weight: normal; }
    @media screen and (max-width: 767px) {
      .cart-row .page-heading {
        text-align: center; } }
  .cart-row .data-cart-totals {
    width: 375px;
    background: #E8F2FF;
    border-radius: 20px;
    padding: 35px 20px 25px;
    height: 100%; }
    @media screen and (max-width: 1279px) {
      .cart-row .data-cart-totals {
        width: 335px; } }
    @media screen and (max-width: 1023px) {
      .cart-row .data-cart-totals {
        width: 335px;
        order: 3;
        padding: 14px 20px 26px; } }
    @media screen and (max-width: 1023px) {
      .cart-row .data-cart-totals {
        margin: auto; } }
    @media screen and (max-width: 360px) {
      .cart-row .data-cart-totals {
        width: 100%; } }
    .cart-row .data-cart-totals .cart-additionalCheckoutButtons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .cart-row .data-cart-totals .cart-additionalCheckoutButtons .CheckoutButton {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%; }
      .cart-row .data-cart-totals .cart-additionalCheckoutButtons .or-use-label {
        text-align: center;
        font-size: 0;
        padding: 10px 0;
        margin: 0;
        width: 100%; }
        .cart-row .data-cart-totals .cart-additionalCheckoutButtons .or-use-label:before {
          content: '— OR —';
          font-size: 12px;
          text-transform: uppercase;
          display: block;
          text-align: center; }
  .cart-row .total-title {
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
    font-weight: bold;
    margin: 0 0 9px; }
  .cart-row .cart-totals {
    width: 100%;
    padding: 0; }

.help-block {
  width: 100%;
  margin-top: 60px; }
  @media screen and (max-width: 1023px) {
    .help-block {
      width: calc(100% - 335px);
      order: 2;
      padding-left: 45px; } }
  @media screen and (max-width: 767px) {
    .help-block {
      width: 100%;
      padding: 0;
      margin-top: 50px; } }
  .help-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 780px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .help-block ul {
        max-width: 240px; } }
    .help-block ul li {
      display: flex; }
      @media screen and (max-width: 1023px) {
        .help-block ul li + li {
          margin-top: 40px; } }
      .help-block ul li .icon-box {
        width: 52px; }
      .help-block ul li .content-box {
        width: calc(100% - 52px);
        padding-left: 10px;
        padding-top: 5px; }
        .help-block ul li .content-box h5 {
          font-size: 16px;
          line-height: 23px;
          color: #212121;
          margin: 0 0 7px;
          font-weight: bold;
          text-transform: none; }
        .help-block ul li .content-box a {
          color: #0071BC;
          font-size: 12px;
          line-height: 18px; }
          .help-block ul li .content-box a span {
            text-decoration: underline; }
          .help-block ul li .content-box a:hover {
            color: #28ABE2; }

.cart-header-item {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 7px;
  color: #212121; }
  .cart-header-item:last-child {
    padding-right: 42px; }

.cart-item {
  padding: 20px 0; }
  .cart-item .definitionList-key {
    color: #000;
    font-weight: 500; }
  .cart-item a[data-item-edit] {
    color: #0071BC;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    font-size: 13px; }
    .cart-item a[data-item-edit]:hover {
      color: #28ABE2; }

.cart-item-block {
  display: table-cell;
  float: left; }
  @media screen and (max-width: 767px) {
    .cart-item-block {
      display: block; } }

.cart-item-figure {
  padding: 20px 0;
  float: none; }
  @media screen and (max-width: 767px) {
    .cart-item-figure {
      padding: 0; } }

.cart-item-figure {
  width: 100px; }
  @media screen and (max-width: 1279px) {
    .cart-item-figure {
      width: 80px; } }
  @media screen and (max-width: 1023px) {
    .cart-item-figure {
      margin: 0; } }

.cart-item-image {
  max-height: 100px;
  width: 100%; }

.cart-item-brand {
  color: #000;
  font-weight: bold;
  font-size: 13px; }

.sku {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 0 0 10px;
  font-weight: 500; }

.cart-item-title {
  padding: 20px 40px;
  margin: 0; }
  @media screen and (max-width: 1279px) {
    .cart-item-title {
      padding: 20px 10px; } }
  @media screen and (max-width: 767px) {
    .cart-item-title {
      width: calc(100% - 80px);
      padding: 0 0 0 10px;
      height: auto; } }

.cart-item-name {
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 5px;
  font-weight: bold; }
  @media screen and (max-width: 1023px) {
    .cart-item-name {
      font-size: 16px;
      line-height: 20px; } }
  .cart-item-name a {
    color: #000000; }
    .cart-item-name a:hover {
      color: #28ABE2; }

.cart {
  display: table; }

.cart-header {
  display: table-header-group;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .cart-header {
      display: none; } }

.cart-list {
  display: table-row-group;
  border-color: #000; }
  @media screen and (max-width: 767px) {
    .cart-list {
      display: block; } }

.cart-header-quantity,
.cart-item-quantity {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .cart-header-quantity .cart-item-label, .cart-item-quantity .cart-item-label {
      text-align: center !important; } }

.cart-item {
  vertical-align: top;
  display: table-row;
  border-color: #D0D0D0;
  border: none; }
  .cart-item + .cart-item {
    border-top: 1px solid #D0D0D0; }
  @media screen and (max-width: 1023px) {
    .cart-item:after, .cart-item:before {
      display: none; } }
  @media screen and (max-width: 767px) {
    .cart-item {
      display: flex;
      flex-wrap: wrap; } }

.cart-item-info {
  padding: 20px 0;
  width: 11%;
  float: none; }
  @media screen and (max-width: 1279px) {
    .cart-item-info {
      width: 15%; } }
  @media screen and (max-width: 1023px) {
    .cart-item-info {
      width: 14%; } }
  @media screen and (max-width: 767px) {
    .cart-item-info {
      width: 29% !important;
      padding: 15px 0 0 !important; } }
  .cart-item-info.cart-item-quantity {
    width: 14%; }
    @media screen and (max-width: 1365px) {
      .cart-item-info.cart-item-quantity {
        width: 15%; } }
    @media screen and (max-width: 1279px) {
      .cart-item-info.cart-item-quantity {
        width: 20%; } }
    @media screen and (max-width: 1023px) {
      .cart-item-info.cart-item-quantity {
        width: 17%; } }
    @media screen and (max-width: 767px) {
      .cart-item-info.cart-item-quantity {
        width: 35% !important; } }
  .cart-item-info:last-child {
    width: 14.7%; }
    @media screen and (max-width: 1279px) {
      .cart-item-info:last-child {
        width: 20%; } }
    @media screen and (max-width: 1023px) {
      .cart-item-info:last-child {
        text-align: right;
        width: 18.7%; } }
    @media screen and (max-width: 767px) {
      .cart-item-info:last-child {
        width: 36% !important; }
        .cart-item-info:last-child .cart-item-label {
          text-align: right;
          padding-right: 30px; } }
  .cart-item-info .cart-item-label {
    padding-left: 0;
    display: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 7px;
    color: #212121; }
    @media screen and (max-width: 767px) {
      .cart-item-info .cart-item-label {
        display: block;
        width: 100%;
        text-align: left; } }
  .cart-item-info .cart-item-value {
    font-size: 16px;
    line-height: 23px;
    padding-left: 0; }
  .cart-item-info .form-increment {
    margin: 0; }
    .cart-item-info .form-increment .button {
      width: 24px;
      height: 24px;
      display: inline-flex;
      align-items: center;
      padding: 0;
      border-radius: 4px;
      background: #0071BC;
      border: none;
      justify-content: center; }
      @media screen and (max-width: 360px) {
        .cart-item-info .form-increment .button {
          width: 22px;
          height: 22px; } }
      .cart-item-info .form-increment .button .icon {
        height: 20px;
        width: 20px; }
      .cart-item-info .form-increment .button svg {
        fill: #fff; }
      .cart-item-info .form-increment .button:hover {
        background: #28ABE2; }
    .cart-item-info .form-increment .form-input {
      border: 1px solid #707070;
      border-radius: 4px;
      width: 54px;
      margin: 0 2px;
      font-size: 14px;
      font-weight: 500;
      height: 24px; }
      @media screen and (max-width: 360px) {
        .cart-item-info .form-increment .form-input {
          width: 43px; } }

.cart {
  margin: 0 0 20px;
  border-bottom: 2px solid #000000; }
  @media screen and (max-width: 767px) {
    .cart {
      margin: 0 0 25px; } }

.shopping-btn a {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  color: #0071BC; }
  @media screen and (max-width: 767px) {
    .shopping-btn a {
      justify-content: center; } }
  .shopping-btn a svg {
    margin-right: 8px;
    position: relative;
    top: -1px; }
    .shopping-btn a svg path {
      transition: all .3s ease-in; }
  .shopping-btn a:hover {
    color: #28ABE2; }
    .shopping-btn a:hover svg path {
      fill: #28ABE2; }

.cart-remove {
  background: none;
  margin: 3.5px 0 0 15px;
  padding: 0;
  width: 14px;
  height: 14px; }
  .cart-remove:hover svg path {
    fill: #28ABE2; }

.cart-total {
  border: none !important; }
  .cart-total .cart-total-label {
    text-transform: uppercase;
    text-align: left;
    width: 50%; }
  .cart-total .cart-total-value {
    text-align: right;
    width: 50%; }
    .cart-total .cart-total-value button, .cart-total .cart-total-value span {
      color: #000000;
      font-style: normal; }
    .cart-total .cart-total-value.subtotal {
      font-size: 16px; }
    .cart-total .cart-total-value.cart-total-grandTotal {
      font-size: 24px;
      line-height: 33px;
      font-weight: bold; }
      .cart-total .cart-total-value.cart-total-grandTotal span {
        color: #0071BC; }

.cart-total-label,
.cart-total-value {
  padding: 11px 0;
  font-size: 13px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  color: #000000; }

.estimator-form .button {
  background-color: #77B55C;
  border-radius: 18px;
  text-transform: uppercase;
  color: #fff;
  border-color: #77B55C;
  font-weight: 700;
  font-family: "Poppins", sans-serif; }
  .estimator-form .button:hover {
    background-color: #85DD5F;
    border-color: #85DD5F; }

.estimator-form .estimator-form-label .form-label {
  font-size: 13px;
  color: #000;
  padding-left: 15px; }

.estimator-form .estimator-form-input .form-input, .estimator-form .estimator-form-input .form-select {
  font-size: 13px;
  color: #000;
  padding: 5px 18px;
  border-radius: 18px; }
  .estimator-form .estimator-form-input .form-input::placeholder, .estimator-form .estimator-form-input .form-select::placeholder {
    color: #000; }

.estimator-form .estimator-form-input .form-inlineMessage {
  font-size: 12px;
  line-height: 16px; }

.coupon-code .form-input {
  font-size: 13px;
  color: #000;
  padding: 5px 18px;
  border-radius: 18px; }
  .coupon-code .form-input::placeholder {
    color: #000; }

.coupon-code .button {
  background-color: #77B55C;
  border-radius: 18px;
  text-transform: uppercase;
  color: #fff;
  border-color: #77B55C;
  font-weight: 700;
  font-family: "Poppins", sans-serif; }
  .coupon-code .button:hover {
    background-color: #85DD5F;
    border-color: #85DD5F; }

.grand-total .cart-total-label {
  line-height: 33px; }

.cart-totals {
  border-bottom: 2px solid #000000;
  margin-bottom: 20px; }

.cart-actions {
  padding: 0;
  text-align: center; }
  .cart-actions .button {
    background-color: #77B55C;
    border-radius: 18px;
    text-transform: uppercase;
    color: #fff;
    border-color: #77B55C;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    float: none;
    display: inline-flex;
    align-items: center;
    border-radius: 22px;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    padding: 9px 28px; }
    .cart-actions .button svg {
      width: 20px;
      height: 20px;
      margin-right: 8px; }
    .cart-actions .button:hover {
      background-color: #85DD5F;
      border-color: #85DD5F; }

span.or {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 10px 0; }

div .c00409.rfq-button-container.rfq-cart-button-container {
  margin: 0;
  float: none;
  margin: auto;
  justify-content: center; }
  div .c00409.rfq-button-container.rfq-cart-button-container .button {
    position: relative;
    background: #fff;
    color: #77B55C;
    padding-left: 51px;
    width: auto;
    flex: none;
    justify-content: center; }
    div .c00409.rfq-button-container.rfq-cart-button-container .button:before {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 24px;
      content: '';
      width: 19px;
      height: 22px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='22' viewBox='0 0 19 22'%3E%3Cpath id='Union_152' data-name='Union 152' d='M15518,16657v-22h19v22Zm2-2h15v-18h-15Zm2.5-4.5v-2h5v2Zm0-4v-2h10v2Zm0-4v-2h10v2Z' transform='translate(-15517.999 -16635)' fill='%2377b55c'/%3E%3C/svg%3E%0A"); }
    div .c00409.rfq-button-container.rfq-cart-button-container .button:hover {
      background: #77B55C;
      border-color: #77B55C;
      color: #fff; }
      div .c00409.rfq-button-container.rfq-cart-button-container .button:hover:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='22' viewBox='0 0 19 22'%3E%3Cpath id='Union_152' data-name='Union 152' d='M15518,16657v-22h19v22Zm2-2h15v-18h-15Zm2.5-4.5v-2h5v2Zm0-4v-2h10v2Zm0-4v-2h10v2Z' transform='translate(-15517.999 -16635)' fill='%23fff%0A'/%3E%3C/svg%3E%0A"); }

.coupon-form .form-input,
.cart-gift-certificate-form .form-input {
  width: 75%; }

.coupon-form .button,
.cart-gift-certificate-form .button {
  width: 23%; }

.b2b-cart-to-quote {
  display: none !important; }

.modal--alert .button-container .confirm {
  background-color: #77B55C;
  border-radius: 18px;
  text-transform: uppercase;
  color: #fff;
  border-color: #77B55C;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  border-radius: 22px; }
  .modal--alert .button-container .confirm:hover {
    background-color: #85DD5F;
    border-color: #85DD5F; }

.modal--alert .button-container .cancel {
  background-color: #fff;
  border-radius: 18px;
  text-transform: uppercase;
  color: #77B55C;
  border-color: #77B55C;
  font-weight: 700;
  border-width: 2px;
  font-family: "Poppins", sans-serif;
  border-radius: 22px; }
  .modal--alert .button-container .cancel:hover {
    background-color: #77B55C;
    border-color: #77B55C;
    color: #fff; }

#CartEditProductFieldsForm .form-label--alternate {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 15px;
  color: #000000; }

#CartEditProductFieldsForm .form-actions {
  margin-top: 20px; }
  #CartEditProductFieldsForm .form-actions .button {
    background-color: #77B55C;
    border-radius: 18px;
    text-transform: uppercase;
    color: #fff;
    border-color: #77B55C;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    border-radius: 22px;
    margin: 0; }
    #CartEditProductFieldsForm .form-actions .button:hover, #CartEditProductFieldsForm .form-actions .button:focus, #CartEditProductFieldsForm .form-actions .button:active {
      background-color: #85DD5F;
      border-color: #85DD5F; }

.modal-header-title {
  font-weight: bold; }

.productView-img-container a {
  position: static !important; }

.login .business-login {
  padding: 18px 45px 14px; }
  @media (max-width: 700px) {
    .login .business-login {
      padding: 15px 15px; } }

.sale-offer-section {
  padding: 22px 0 10px; }
  @media (max-width: 1023px) {
    .sale-offer-section {
      padding: 15px 0 0px; } }
  @media (max-width: 500px) {
    .sale-offer-section {
      padding: 14px 0 2px; } }
  .sale-offer-section .container {
    padding: 0; }
    @media (max-width: 1023px) {
      .sale-offer-section .container {
        padding: 0 20px; } }
    @media (max-width: 500px) {
      .sale-offer-section .container {
        padding: 0 15px; } }
  .sale-offer-section .sale-offer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .sale-offer-section .back-school {
    background: linear-gradient(270deg, #0071bc 0%, #00395e 100%);
    width: 100%;
    max-width: 640px;
    padding: 12px 14px 8px;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1340px) {
      .sale-offer-section .back-school {
        width: auto; } }
    @media (max-width: 1275px) {
      .sale-offer-section .back-school {
        padding: 10px 10px 8px;
        max-width: 500px; } }
    @media (max-width: 1023px) {
      .sale-offer-section .back-school {
        padding: 12px 14px 8px;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 650px) {
      .sale-offer-section .back-school {
        padding: 8px 8px 8px; } }
    @media (max-width: 500px) {
      .sale-offer-section .back-school {
        padding: 6px 8px 4px; } }
    .sale-offer-section .back-school .back-school-left {
      background-color: #00A99D;
      box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
      max-width: 145px;
      width: 100%;
      padding: 13px 13px 3px;
      position: relative; }
      @media (max-width: 1275px) {
        .sale-offer-section .back-school .back-school-left {
          max-width: 130px; } }
      @media (max-width: 1023px) {
        .sale-offer-section .back-school .back-school-left {
          max-width: 145px;
          padding: 10px 13px 3px; } }
      @media (max-width: 650px) {
        .sale-offer-section .back-school .back-school-left {
          max-width: 110px;
          padding: 8px 10px 3px; } }
      @media (max-width: 500px) {
        .sale-offer-section .back-school .back-school-left {
          max-width: 78px;
          padding: 9px 6px 2px; } }
      .sale-offer-section .back-school .back-school-left p {
        font-weight: 700;
        font-size: 28px;
        line-height: 25px;
        color: #fff;
        margin: 0; }
        @media (max-width: 1275px) {
          .sale-offer-section .back-school .back-school-left p {
            font-size: 24px;
            line-height: 20px; } }
        @media (max-width: 1023px) {
          .sale-offer-section .back-school .back-school-left p {
            font-size: 28px;
            line-height: 25px; } }
        @media (max-width: 650px) {
          .sale-offer-section .back-school .back-school-left p {
            font-size: 22px;
            line-height: 23px; } }
        @media (max-width: 500px) {
          .sale-offer-section .back-school .back-school-left p {
            font-size: 15px;
            line-height: 13px; } }
      .sale-offer-section .back-school .back-school-left .back-school-svg {
        position: absolute;
        display: flex;
        right: 7px;
        top: -13px; }
        @media (max-width: 1275px) {
          .sale-offer-section .back-school .back-school-left .back-school-svg {
            width: 30px; } }
        @media (max-width: 1023px) {
          .sale-offer-section .back-school .back-school-left .back-school-svg {
            width: 35px;
            right: 11px;
            top: -9px; } }
        @media (max-width: 650px) {
          .sale-offer-section .back-school .back-school-left .back-school-svg {
            width: 30px;
            right: 3px;
            top: -6px; } }
        @media (max-width: 500px) {
          .sale-offer-section .back-school .back-school-left .back-school-svg {
            width: 20px;
            right: 6px;
            top: -6px; } }
    .sale-offer-section .back-school .back-school-right {
      margin-left: 33px; }
      @media (max-width: 1275px) {
        .sale-offer-section .back-school .back-school-right {
          margin-left: 14px; } }
      @media (max-width: 500px) {
        .sale-offer-section .back-school .back-school-right {
          margin-left: 17px; } }
      .sale-offer-section .back-school .back-school-right .top-text {
        display: flex;
        flex-wrap: wrap; }
        .sale-offer-section .back-school .back-school-right .top-text p {
          margin: 0; }
        .sale-offer-section .back-school .back-school-right .top-text .top-text-left {
          position: relative; }
          .sale-offer-section .back-school .back-school-right .top-text .top-text-left p {
            color: #fff;
            font-weight: 700;
            font-size: 34px;
            line-height: 48px; }
            @media (max-width: 1275px) {
              .sale-offer-section .back-school .back-school-right .top-text .top-text-left p {
                font-size: 28px;
                line-height: 36px; } }
            @media (max-width: 1023px) {
              .sale-offer-section .back-school .back-school-right .top-text .top-text-left p {
                font-size: 34px;
                line-height: 48px; } }
            @media (max-width: 650px) {
              .sale-offer-section .back-school .back-school-right .top-text .top-text-left p {
                font-size: 24px;
                line-height: 31px; } }
            @media (max-width: 500px) {
              .sale-offer-section .back-school .back-school-right .top-text .top-text-left p {
                font-size: 18px;
                line-height: 25px; } }
            .sale-offer-section .back-school .back-school-right .top-text .top-text-left p span {
              font-size: 42px;
              line-height: 46px;
              color: #F2D741; }
              @media (max-width: 1275px) {
                .sale-offer-section .back-school .back-school-right .top-text .top-text-left p span {
                  font-size: 34px;
                  line-height: 38px; } }
              @media (max-width: 1023px) {
                .sale-offer-section .back-school .back-school-right .top-text .top-text-left p span {
                  font-size: 42px;
                  line-height: 46px; } }
              @media (max-width: 650px) {
                .sale-offer-section .back-school .back-school-right .top-text .top-text-left p span {
                  font-size: 30px;
                  line-height: 34px; } }
              @media (max-width: 500px) {
                .sale-offer-section .back-school .back-school-right .top-text .top-text-left p span {
                  font-size: 22px;
                  line-height: 26px; } }
          .sale-offer-section .back-school .back-school-right .top-text .top-text-left .off-svg {
            display: flex;
            position: absolute;
            bottom: 0;
            right: 5px; }
            @media (max-width: 1275px) {
              .sale-offer-section .back-school .back-school-right .top-text .top-text-left .off-svg {
                width: 136px;
                bottom: -3px;
                right: 3px; } }
            @media (max-width: 1023px) {
              .sale-offer-section .back-school .back-school-right .top-text .top-text-left .off-svg {
                width: auto; } }
            @media (max-width: 500px) {
              .sale-offer-section .back-school .back-school-right .top-text .top-text-left .off-svg {
                width: 89px;
                bottom: -4px;
                right: 1px; } }
        .sale-offer-section .back-school .back-school-right .top-text .top-text-right {
          margin-left: 6px;
          margin-top: 2px;
          max-width: 128px;
          color: #fff;
          font-weight: 700;
          font-size: 22px;
          line-height: 21px; }
          @media (max-width: 1275px) {
            .sale-offer-section .back-school .back-school-right .top-text .top-text-right {
              font-size: 18px;
              line-height: 18px;
              max-width: 110px; } }
          @media (max-width: 1023px) {
            .sale-offer-section .back-school .back-school-right .top-text .top-text-right {
              font-size: 22px;
              line-height: 21px; } }
          @media (max-width: 650px) {
            .sale-offer-section .back-school .back-school-right .top-text .top-text-right {
              font-size: 14px;
              line-height: 14px; } }
          @media (max-width: 500px) {
            .sale-offer-section .back-school .back-school-right .top-text .top-text-right {
              font-size: 11px;
              line-height: 11px;
              max-width: 64px;
              margin-left: 7px; } }
      .sale-offer-section .back-school .back-school-right .bottom-text {
        margin-top: 4px; }
        .sale-offer-section .back-school .back-school-right .bottom-text p {
          color: #fff;
          font-weight: 500;
          font-size: 17px;
          line-height: 24px;
          margin: 0; }
          @media (max-width: 1275px) {
            .sale-offer-section .back-school .back-school-right .bottom-text p {
              font-size: 15px;
              line-height: 21px; } }
          @media (max-width: 1023px) {
            .sale-offer-section .back-school .back-school-right .bottom-text p {
              font-size: 17px;
              line-height: 24px; } }
          @media (max-width: 650px) {
            .sale-offer-section .back-school .back-school-right .bottom-text p {
              font-size: 12px;
              line-height: 17px; } }
          @media (max-width: 500px) {
            .sale-offer-section .back-school .back-school-right .bottom-text p {
              font-size: 9px;
              line-height: 13px; } }
        .sale-offer-section .back-school .back-school-right .bottom-text span {
          color: #F2D741;
          font-weight: 800; }
  .sale-offer-section .category-card {
    max-width: 220px;
    width: 100%; }
    @media (max-width: 1275px) {
      .sale-offer-section .category-card {
        max-width: 162px; } }
    @media (max-width: 1023px) {
      .sale-offer-section .category-card {
        max-width: 100%;
        width: 33.333333%;
        height: 97px; } }
    @media (max-width: 650px) {
      .sale-offer-section .category-card {
        height: 75px; } }
    @media (max-width: 500px) {
      .sale-offer-section .category-card {
        height: 51px; } }
    .sale-offer-section .category-card a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 2px 0 0 20px;
      position: relative; }
      @media (max-width: 1275px) {
        .sale-offer-section .category-card a {
          padding: 2px 0 0 10px; } }
      @media (max-width: 1023px) {
        .sale-offer-section .category-card a {
          padding: 2px 0 0 30px; } }
      @media (max-width: 767px) {
        .sale-offer-section .category-card a {
          padding: 2px 0 0 10px; } }
      @media (max-width: 500px) {
        .sale-offer-section .category-card a {
          padding: 2px 0 0 10px; } }
      .sale-offer-section .category-card a:hover h3 {
        color: #003050; }
    .sale-offer-section .category-card h3 {
      position: relative;
      max-width: 116px;
      width: min-content;
      color: #000000;
      margin: 0;
      font-weight: 700;
      font-size: 22px;
      line-height: 24px; }
      @media (max-width: 1275px) {
        .sale-offer-section .category-card h3 {
          font-size: 17px;
          line-height: 19px; } }
      @media (max-width: 1023px) {
        .sale-offer-section .category-card h3 {
          font-size: 22px;
          line-height: 24px; } }
      @media (max-width: 650px) {
        .sale-offer-section .category-card h3 {
          font-size: 17px;
          line-height: 19px; } }
      @media (max-width: 500px) {
        .sale-offer-section .category-card h3 {
          font-size: 11px;
          line-height: 12px; } }
    .sale-offer-section .category-card .arrow-svg {
      right: -16px;
      bottom: -4px;
      display: flex;
      position: absolute; }
      @media (max-width: 1275px) {
        .sale-offer-section .category-card .arrow-svg {
          bottom: -7px; } }
      @media (max-width: 500px) {
        .sale-offer-section .category-card .arrow-svg {
          bottom: -1px;
          width: 6px;
          height: auto;
          right: -8px; } }
      @media (max-width: 500px) {
        .sale-offer-section .category-card .arrow-svg svg {
          width: 100%;
          height: auto; } }
    .sale-offer-section .category-card .sale-img {
      position: absolute;
      height: 90px;
      width: auto;
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 1275px) {
        .sale-offer-section .category-card .sale-img {
          height: 70px; } }
      @media (max-width: 1023px) {
        .sale-offer-section .category-card .sale-img {
          height: 90px; } }
      @media (max-width: 650px) {
        .sale-offer-section .category-card .sale-img {
          height: 60px; } }
      @media (max-width: 500px) {
        .sale-offer-section .category-card .sale-img {
          height: 47px; } }
  .sale-offer-section .focus-helper {
    background: linear-gradient(273deg, #ffdf76 0%, #fff5ba 100%); }
    .sale-offer-section .focus-helper .sale-img {
      right: 20px;
      bottom: 0; }
      @media (max-width: 1275px) {
        .sale-offer-section .focus-helper .sale-img {
          right: 10px; } }
  .sale-offer-section .visual-support {
    background: linear-gradient(241deg, #4195e0 0%, #c2e7e8 100%); }
    .sale-offer-section .visual-support .sale-img {
      right: 15px;
      bottom: 0; }
      @media (max-width: 1275px) {
        .sale-offer-section .visual-support .sale-img {
          right: 8px; } }
  .sale-offer-section .academic-support {
    background: linear-gradient(244deg, #9842e3 0%, #bcb5e5 100%); }
    .sale-offer-section .academic-support .sale-img {
      right: 0;
      bottom: 2px; }
    .sale-offer-section .academic-support .arrow-svg {
      right: -4px; }

body.educator-popup-active {
  overflow: hidden; }

.educator-popup-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  display: none; }
  .educator-popup-bg.is-open {
    display: flex !important; }
  .educator-popup-bg .educator-popup-wrapper {
    position: relative;
    padding: 5px;
    background-color: #FFFFFF;
    border-radius: 20px;
    max-width: 600px; }
    @media (max-width: 767px) {
      .educator-popup-bg .educator-popup-wrapper {
        max-width: 400px; } }
    @media (max-width: 550px) {
      .educator-popup-bg .educator-popup-wrapper {
        max-width: 300px; } }
    .educator-popup-bg .educator-popup-wrapper .popup-close {
      position: absolute;
      top: 15px;
      right: 15px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .educator-popup-bg .educator-popup-wrapper .popup-close {
          top: 8px; } }
      .educator-popup-bg .educator-popup-wrapper .popup-close:hover {
        stroke: #FFFFFF;
        fill: #FFFFFF; }
      @media (max-width: 767px) {
        .educator-popup-bg .educator-popup-wrapper .popup-close svg {
          width: 15px; } }
    .educator-popup-bg .educator-popup-wrapper .popup-top {
      background-image: url(https://cdn11.bigcommerce.com/s-wkp9y2ej/images/stencil/original/image-manager/educator-popup-bg.png);
      background-repeat: no-repeat;
      background-position: top center;
      display: flex;
      align-items: center;
      padding: 13px 0 0 0; }
      @media (max-width: 767px) {
        .educator-popup-bg .educator-popup-wrapper .popup-top {
          border-top-left-radius: 18px;
          border-top-right-radius: 18px;
          background-position: bottom right;
          background-size: cover; } }
      @media (max-width: 550px) {
        .educator-popup-bg .educator-popup-wrapper .popup-top {
          padding-top: 20px; } }
      .educator-popup-bg .educator-popup-wrapper .popup-top img {
        margin-left: -18px; }
        @media (max-width: 767px) {
          .educator-popup-bg .educator-popup-wrapper .popup-top img {
            max-width: 100px;
            margin-bottom: -15px; } }
        @media (max-width: 550px) {
          .educator-popup-bg .educator-popup-wrapper .popup-top img {
            max-width: 70px;
            margin-left: 10px; } }
      .educator-popup-bg .educator-popup-wrapper .popup-top p {
        font-size: 42px;
        line-height: 59px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        letter-spacing: -0.84px;
        color: #FFFFFF;
        margin: -36px 0 0 -4px; }
        @media (max-width: 767px) {
          .educator-popup-bg .educator-popup-wrapper .popup-top p {
            font-size: 28px;
            line-height: 40px;
            margin: 0 0 0 -4px; } }
        @media (max-width: 550px) {
          .educator-popup-bg .educator-popup-wrapper .popup-top p {
            font-size: 20px;
            line-height: 29px; } }
        .educator-popup-bg .educator-popup-wrapper .popup-top p span {
          font-size: 33px;
          line-height: 47px;
          color: #F2D741;
          display: block;
          margin-top: -6px;
          letter-spacing: 0; }
          @media (max-width: 767px) {
            .educator-popup-bg .educator-popup-wrapper .popup-top p span {
              font-size: 22px;
              line-height: 29px; } }
          @media (max-width: 550px) {
            .educator-popup-bg .educator-popup-wrapper .popup-top p span {
              font-size: 17px;
              line-height: 25px; } }
    .educator-popup-bg .educator-popup-wrapper .popup-bottom {
      text-align: center; }
      .educator-popup-bg .educator-popup-wrapper .popup-bottom p {
        font-size: 21px;
        line-height: 29px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        color: #000000;
        text-align: center;
        padding: 0 40px;
        margin-top: -20px;
        margin-bottom: 18px; }
        @media (max-width: 767px) {
          .educator-popup-bg .educator-popup-wrapper .popup-bottom p {
            font-size: 15px;
            line-height: 20px;
            padding: 0 15px;
            margin-top: 15px; } }
        .educator-popup-bg .educator-popup-wrapper .popup-bottom p a {
          color: #0071BC;
          text-decoration: underline;
          text-wrap: nowrap; }
        .educator-popup-bg .educator-popup-wrapper .popup-bottom p strong {
          text-wrap: nowrap; }
      .educator-popup-bg .educator-popup-wrapper .popup-bottom .popup-button {
        background-color: #77B55C;
        border-radius: 22px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 17px;
        line-height: 24px;
        padding: 10px 29px;
        display: inline-block;
        margin: 0 auto 28px; }
        .educator-popup-bg .educator-popup-wrapper .popup-bottom .popup-button:hover {
          background-color: #85DD5F; }
        @media (max-width: 767px) {
          .educator-popup-bg .educator-popup-wrapper .popup-bottom .popup-button {
            font-size: 14px;
            padding: 8px 20px;
            margin: 0 auto 18px; } }

.sensory-room-top-section {
  margin: 0 -28px -20px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .sensory-room-top-section {
      margin: 0 -35px -20px; } }
  @media (max-width: 767px) {
    .sensory-room-top-section {
      margin: 0 -18px -20px; } }
  .sensory-room-top-section nav[aria-label="Breadcrumb"] {
    display: block; }
    .sensory-room-top-section nav[aria-label="Breadcrumb"] .breadcrumbs {
      position: absolute;
      top: 0;
      left: 28px; }
      .sensory-room-top-section nav[aria-label="Breadcrumb"] .breadcrumbs::before, .sensory-room-top-section nav[aria-label="Breadcrumb"] .breadcrumbs a {
        color: #FFFFFF; }
  .sensory-room-top-section .hero-banner-section {
    height: 444px;
    max-width: 1366px; }
    @media (max-width: 1023px) {
      .sensory-room-top-section .hero-banner-section {
        height: 354px; } }
    @media (max-width: 767px) {
      .sensory-room-top-section .hero-banner-section {
        height: 444px; } }
    .sensory-room-top-section .hero-banner-section img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.pdf-section-wrap {
  text-align: center;
  margin-bottom: 20px; }
  .pdf-section-wrap h2 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    margin-top: 55px;
    margin-bottom: 15px; }
    @media (max-width: 1023px) {
      .pdf-section-wrap h2 {
        font-size: 20px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .pdf-section-wrap h2 {
        font-size: 18px;
        line-height: 25px; } }
  .pdf-section-wrap a.button {
    background-color: #edd84c;
    display: inline-flex;
    align-items: center;
    text-align: left;
    border: none;
    border-radius: 40px;
    padding: 6px 26px 6px 7px;
    text-decoration: none; }
    .pdf-section-wrap a.button:hover {
      background-color: #ffe854; }
    .pdf-section-wrap a.button .icon-left {
      margin-right: 5px;
      height: 32px;
      width: 32px;
      border-radius: 50%; }
    .pdf-section-wrap a.button span {
      font-size: 13px;
      line-height: 13px;
      color: #000000;
      font-family: "Poppins", sans-serif;
      font-weight: 500; }
      .pdf-section-wrap a.button span > span {
        font-size: 17px;
        line-height: 17px;
        font-weight: 700; }

.holiday-page nav[aria-label="Breadcrumb"] .breadcrumbs {
  margin: 0;
  padding: 20px 28px 6px; }
  @media (max-width: 1290px) {
    .holiday-page nav[aria-label="Breadcrumb"] .breadcrumbs {
      padding: 20px 25px 20px; } }
  @media (max-width: 950px) {
    .holiday-page nav[aria-label="Breadcrumb"] .breadcrumbs {
      padding: 20px 35px 20px; } }

.holiday-page .page-heading {
  font-size: 54px;
  line-height: 76px;
  color: #0071BC;
  font-weight: 700;
  margin: 0; }
  @media (max-width: 950px) {
    .holiday-page .page-heading {
      font-size: 44px;
      line-height: 61px; } }
  @media (max-width: 650px) {
    .holiday-page .page-heading {
      font-size: 32px;
      line-height: 38px;
      max-width: 196px;
      margin: 0 auto; } }

.holiday-page .page-subheading {
  text-align: center;
  margin: 7px 0 0;
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
  color: #000; }
  @media (max-width: 1290px) {
    .holiday-page .page-subheading {
      max-width: 783px;
      margin: 7px auto 0;
      width: 100%; } }
  @media (max-width: 950px) {
    .holiday-page .page-subheading {
      max-width: 579px;
      margin: 11px auto 0;
      width: 100%;
      font-size: 20px;
      line-height: 28px; } }
  @media (max-width: 650px) {
    .holiday-page .page-subheading {
      max-width: 335px;
      margin: 15px auto 0;
      font-size: 18px;
      line-height: 24px; } }

.holiday-page .holiday-banner {
  background-image: url("https://cdn11.bigcommerce.com/s-wkp9y2ej/images/stencil/original/image-manager/holida-banner-2x.png");
  background-size: 125%;
  background-repeat: no-repeat;
  background-position: right 28% top 21%; }
  @media (max-width: 1290px) {
    .holiday-page .holiday-banner {
      background-position: right 50% top 0;
      background-size: 167%; } }
  @media (max-width: 650px) {
    .holiday-page .holiday-banner {
      padding: 31px 0 0;
      background-position: right 66.7% top 0;
      background-size: 325%; } }

.holiday-page .disc-banner-cards {
  margin: 29px 0 30px;
  display: flex;
  justify-content: center; }
  @media (max-width: 1290px) {
    .holiday-page .disc-banner-cards {
      margin: 32px 0 30px; } }
  @media (max-width: 950px) {
    .holiday-page .disc-banner-cards {
      margin: 32px 0 0; } }
  @media (max-width: 650px) {
    .holiday-page .disc-banner-cards {
      flex-wrap: wrap;
      margin: 13px 0 0; } }
  .holiday-page .disc-banner-cards .disc-card {
    width: 600px;
    height: 250px;
    padding: 0 20px; }
    @media (max-width: 1290px) {
      .holiday-page .disc-banner-cards .disc-card {
        width: 473px;
        height: 197px;
        padding: 0 16px; } }
    @media (max-width: 950px) {
      .holiday-page .disc-banner-cards .disc-card {
        width: 340px;
        height: 141px;
        padding: 0 12.5px; } }
    @media (max-width: 650px) {
      .holiday-page .disc-banner-cards .disc-card {
        max-width: 330px;
        width: 100%;
        height: 156px;
        padding: 7.5px; } }
    .holiday-page .disc-banner-cards .disc-card.banner-left .card-link {
      background-color: #91DDFF; }
    .holiday-page .disc-banner-cards .disc-card.banner-right .card-link {
      background-color: #9CE57D; }
    .holiday-page .disc-banner-cards .disc-card a {
      width: 100%;
      height: 100%;
      display: block; }
      .holiday-page .disc-banner-cards .disc-card a:hover .card-link span {
        color: #0071BC; }
    .holiday-page .disc-banner-cards .disc-card .card-content {
      padding: 26px 0 16px;
      text-align: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (max-width: 1290px) {
        .holiday-page .disc-banner-cards .disc-card .card-content {
          padding: 20px 0 12px; } }
      @media (max-width: 950px) {
        .holiday-page .disc-banner-cards .disc-card .card-content {
          padding: 14px 0 10px;
          border-radius: 20px 20px 0 0; } }
      .holiday-page .disc-banner-cards .disc-card .card-content .sub-head {
        font-family: 'Happy School';
        font-size: 38px;
        line-height: 48px;
        color: #FFF4B5;
        text-shadow: 4px 4px 0 #000;
        display: block; }
        @media (max-width: 1290px) {
          .holiday-page .disc-banner-cards .disc-card .card-content .sub-head {
            font-size: 29px;
            line-height: 37px;
            text-shadow: 3px 3px 0 #000;
            padding-right: 5px; } }
        @media (max-width: 950px) {
          .holiday-page .disc-banner-cards .disc-card .card-content .sub-head {
            font-size: 20px;
            line-height: 25px;
            padding-right: 0px; } }
      .holiday-page .disc-banner-cards .disc-card .card-content .disc-text {
        margin: 8px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 4px; }
      .holiday-page .disc-banner-cards .disc-card .card-content .sub-disc {
        font-family: 'Happy School';
        font-size: 28px;
        line-height: 29px;
        color: #fff;
        text-shadow: 3px 3px 0 #000;
        display: inline-flex;
        width: 34px;
        margin-right: 11px;
        position: relative;
        left: 3px; }
        @media (max-width: 1290px) {
          .holiday-page .disc-banner-cards .disc-card .card-content .sub-disc {
            font-size: 21px;
            line-height: 22px;
            width: 26px;
            margin-right: 4px;
            left: -1px; } }
        @media (max-width: 950px) {
          .holiday-page .disc-banner-cards .disc-card .card-content .sub-disc {
            font-size: 15px;
            line-height: 16px;
            width: 18px;
            margin-right: 5px;
            left: 1px; } }
      .holiday-page .disc-banner-cards .disc-card .card-content .disc-svg {
        display: inline-flex; }
        @media (max-width: 1290px) {
          .holiday-page .disc-banner-cards .disc-card .card-content .disc-svg svg {
            height: 51px;
            width: auto; } }
        @media (max-width: 950px) {
          .holiday-page .disc-banner-cards .disc-card .card-content .disc-svg svg {
            height: 37px; } }
      .holiday-page .disc-banner-cards .disc-card .card-content p {
        margin: 13px 0 0;
        color: #fff;
        font-size: 18px;
        line-height: 25px; }
        @media (max-width: 1290px) {
          .holiday-page .disc-banner-cards .disc-card .card-content p {
            margin: 11px 0 0;
            font-size: 14px;
            line-height: 20px; } }
        @media (max-width: 950px) {
          .holiday-page .disc-banner-cards .disc-card .card-content p {
            margin: 4px 0 0;
            font-size: 11px;
            line-height: 16px; } }
    .holiday-page .disc-banner-cards .disc-card .card-link {
      width: 100%;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0 0 20px 20px; }
      @media (max-width: 1290px) {
        .holiday-page .disc-banner-cards .disc-card .card-link {
          height: 38px; } }
      @media (max-width: 950px) {
        .holiday-page .disc-banner-cards .disc-card .card-link {
          height: 27px; } }
      .holiday-page .disc-banner-cards .disc-card .card-link span {
        color: #000000;
        font-size: 17px;
        line-height: 24px;
        font-weight: 700;
        transition: 0.3s ease-in-out; }
        @media (max-width: 1290px) {
          .holiday-page .disc-banner-cards .disc-card .card-link span {
            font-size: 13px;
            line-height: 19px; } }
        @media (max-width: 950px) {
          .holiday-page .disc-banner-cards .disc-card .card-link span {
            font-size: 11px;
            line-height: 16px; } }

.holiday-page .gift-guide-main {
  padding: 4px 0 0;
  margin: 0;
  background: transparent; }
  @media (max-width: 950px) {
    .holiday-page .gift-guide-main {
      padding: 24px 0 0; } }
  @media (max-width: 650px) {
    .holiday-page .gift-guide-main {
      padding: 6px 0 0; } }
  .holiday-page .gift-guide-main .gift-container {
    padding: 0 57px;
    max-width: 1366px;
    justify-content: flex-start; }
    @media (max-width: 1290px) {
      .holiday-page .gift-guide-main .gift-container {
        padding: 0 25px; } }
    @media (max-width: 650px) {
      .holiday-page .gift-guide-main .gift-container {
        padding: 0 20px; } }
  .holiday-page .gift-guide-main .gift-lft {
    width: 230px;
    text-align: left; }
    @media (max-width: 1290px) {
      .holiday-page .gift-guide-main .gift-lft {
        padding-top: 21px; } }
    @media (max-width: 950px) {
      .holiday-page .gift-guide-main .gift-lft {
        width: 100%;
        text-align: center; } }
    .holiday-page .gift-guide-main .gift-lft h2 {
      margin: 0 0 18px;
      line-height: 31px; }
      @media (max-width: 950px) {
        .holiday-page .gift-guide-main .gift-lft h2 {
          margin: 0 0 6px; } }
      .holiday-page .gift-guide-main .gift-lft h2 span {
        line-height: 46px;
        margin-top: 2px;
        padding-left: 0; }
        @media (max-width: 1290px) {
          .holiday-page .gift-guide-main .gift-lft h2 span {
            line-height: 36px;
            font-size: 36px;
            margin-top: -6px; } }
        @media (max-width: 950px) {
          .holiday-page .gift-guide-main .gift-lft h2 span {
            line-height: 34px;
            font-size: 30px;
            margin-top: 0; } }
    .holiday-page .gift-guide-main .gift-lft p {
      font-size: 18px;
      line-height: 24px; }
      @media (max-width: 1290px) {
        .holiday-page .gift-guide-main .gift-lft p {
          font-size: 16px;
          line-height: 22px; } }
  .holiday-page .gift-guide-main .gift-rght {
    width: auto;
    padding-left: 130px; }
    @media (max-width: 1290px) {
      .holiday-page .gift-guide-main .gift-rght {
        padding-left: 30px;
        width: calc(100% - 230px);
        display: flex;
        justify-content: flex-end;
        padding-right: 3px; } }
    @media (max-width: 1023px) {
      .holiday-page .gift-guide-main .gift-rght {
        padding-left: 10px; } }
    @media (max-width: 950px) {
      .holiday-page .gift-guide-main .gift-rght {
        width: 100%;
        padding: 0;
        justify-content: center;
        margin-top: 15px; } }
    @media (max-width: 650px) {
      .holiday-page .gift-guide-main .gift-rght {
        max-width: 335px;
        margin: 15px auto 0; } }
    .holiday-page .gift-guide-main .gift-rght a {
      display: block; }
      .holiday-page .gift-guide-main .gift-rght a:hover .gft-img {
        border-color: #0271BC; }
      .holiday-page .gift-guide-main .gift-rght a:hover h3 {
        color: #0071BC;
        text-decoration: underline; }
    .holiday-page .gift-guide-main .gift-rght .gft-col-main {
      margin: 0;
      display: grid;
      grid-template-rows: 1fr;
      grid-template-columns: repeat(4, 1fr);
      gap: 0px 50px;
      width: 100%;
      height: 100%; }
      @media (max-width: 1290px) {
        .holiday-page .gift-guide-main .gift-rght .gft-col-main {
          gap: 0 40px;
          max-width: 708px;
          width: 100%; } }
      @media (max-width: 1023px) {
        .holiday-page .gift-guide-main .gift-rght .gft-col-main {
          gap: 0 20px; } }
      @media (max-width: 950px) {
        .holiday-page .gift-guide-main .gift-rght .gft-col-main {
          gap: 0 30px;
          max-width: 678px; } }
      @media (max-width: 650px) {
        .holiday-page .gift-guide-main .gift-rght .gft-col-main {
          gap: 22px 30px;
          grid-template-columns: repeat(2, 1fr); } }
    .holiday-page .gift-guide-main .gift-rght .gft-col {
      width: 147px;
      padding: 0;
      margin: 0; }
      @media (max-width: 767px) {
        .holiday-page .gift-guide-main .gift-rght .gft-col {
          max-width: 147px;
          width: 100%; } }
    .holiday-page .gift-guide-main .gift-rght .gft-img {
      padding: 4px;
      height: 147px;
      border: 3px solid #E8F2FF; }
      @media (max-width: 767px) {
        .holiday-page .gift-guide-main .gift-rght .gft-img {
          max-height: 147px;
          height: auto; } }
      .holiday-page .gift-guide-main .gift-rght .gft-img::before {
        display: none; }
    .holiday-page .gift-guide-main .gift-rght h3 {
      margin-top: 5px; }
      @media (max-width: 1290px) {
        .holiday-page .gift-guide-main .gift-rght h3 {
          font-size: 17px;
          line-height: 24px; } }

.holiday-page .toy-help-section {
  background-image: url("https://cdn11.bigcommerce.com/s-wkp9y2ej/images/stencil/original/image-manager/toy-help-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 30px 0 0;
  padding: 53px 0 35px;
  z-index: 1;
  position: relative; }
  @media (max-width: 1290px) {
    .holiday-page .toy-help-section {
      margin: 40px 0 0;
      padding: 57px 0 29px;
      background-position: right 50% top; } }
  @media (max-width: 950px) {
    .holiday-page .toy-help-section {
      padding: 35px 0 29px;
      background-image: url("https://cdn11.bigcommerce.com/s-wkp9y2ej/images/stencil/original/image-manager/toy-help-bg-768.png"); } }
  @media (max-width: 650px) {
    .holiday-page .toy-help-section {
      padding: 42px 0 69px;
      margin: 61px 0 0;
      background-image: url("https://cdn11.bigcommerce.com/s-wkp9y2ej/images/stencil/original/image-manager/toy-help-bg-375-2.png");
      background-position: right 0% top; } }
  .holiday-page .toy-help-section .toy-container {
    padding: 0 57px;
    max-width: 1366px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto; }
    @media (max-width: 1290px) {
      .holiday-page .toy-help-section .toy-container {
        padding: 0 25px; } }
    @media (max-width: 950px) {
      .holiday-page .toy-help-section .toy-container {
        padding: 0 35px; } }
    @media (max-width: 650px) {
      .holiday-page .toy-help-section .toy-container {
        padding: 0 20px; } }
  .holiday-page .toy-help-section .sh-lft {
    padding-top: 28px;
    width: 192px; }
    @media (max-width: 1290px) {
      .holiday-page .toy-help-section .sh-lft {
        padding-top: 17px;
        width: 173px; } }
    @media (max-width: 950px) {
      .holiday-page .toy-help-section .sh-lft {
        width: 100%;
        text-align: center;
        padding: 0 0 20px; } }
    @media (max-width: 650px) {
      .holiday-page .toy-help-section .sh-lft {
        padding: 0 0 26px; } }
    .holiday-page .toy-help-section .sh-lft h2 {
      margin: 0 0 18px;
      font-size: 40px;
      line-height: 46px;
      font-weight: 700; }
      @media (max-width: 1290px) {
        .holiday-page .toy-help-section .sh-lft h2 {
          margin: 0 0 17px;
          font-size: 36px;
          line-height: 40px; } }
      @media (max-width: 950px) {
        .holiday-page .toy-help-section .sh-lft h2 {
          margin: 0 0 2px;
          font-size: 30px;
          line-height: 43px;
          text-transform: capitalize; } }
    .holiday-page .toy-help-section .sh-lft p {
      margin: 0;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px; }
      @media (max-width: 1290px) {
        .holiday-page .toy-help-section .sh-lft p {
          font-size: 16px;
          line-height: 22px; } }
  .holiday-page .toy-help-section .sh-rght {
    width: calc(100% - 192px);
    padding-left: 60px;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1290px) {
      .holiday-page .toy-help-section .sh-rght {
        width: calc(100% - 173px);
        padding-left: 50px; } }
    @media (max-width: 950px) {
      .holiday-page .toy-help-section .sh-rght {
        width: 100%;
        padding: 0; } }
  .holiday-page .toy-help-section .sh-top {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 20px;
    margin-bottom: 40px; }
    @media (max-width: 1290px) {
      .holiday-page .toy-help-section .sh-top {
        gap: 0px 15px;
        margin-bottom: 26px; } }
    @media (max-width: 950px) {
      .holiday-page .toy-help-section .sh-top {
        gap: 0px 14px;
        margin-bottom: 25px; } }
    @media (max-width: 650px) {
      .holiday-page .toy-help-section .sh-top {
        gap: 30px 14px;
        grid-template-columns: repeat(1, 1fr);
        max-width: 240px;
        width: 100%;
        margin: 0 auto 40px; } }
    .holiday-page .toy-help-section .sh-top h3 {
      text-align: center;
      margin: 10px 0 0;
      color: #000;
      font-size: 22px;
      line-height: 31px;
      font-weight: 700; }
      @media (max-width: 1290px) {
        .holiday-page .toy-help-section .sh-top h3 {
          font-size: 18px;
          line-height: 25px; } }
      @media (max-width: 950px) {
        .holiday-page .toy-help-section .sh-top h3 {
          font-size: 16px;
          line-height: 23px;
          margin: 8px 0 0; } }
      @media (max-width: 650px) {
        .holiday-page .toy-help-section .sh-top h3 {
          font-size: 18px;
          line-height: 25px; } }
  .holiday-page .toy-help-section a {
    display: block; }
    .holiday-page .toy-help-section a:hover img {
      transform: scale(1.1); }
    .holiday-page .toy-help-section a:hover h3 {
      color: #0071BC;
      text-decoration: underline; }
  .holiday-page .toy-help-section .sh-btm {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px 40px; }
    @media (max-width: 1290px) {
      .holiday-page .toy-help-section .sh-btm {
        gap: 0px 30px; } }
    @media (max-width: 950px) {
      .holiday-page .toy-help-section .sh-btm {
        gap: 0px 27px; } }
    @media (max-width: 650px) {
      .holiday-page .toy-help-section .sh-btm {
        gap: 30px 27px;
        grid-template-columns: repeat(2, 1fr); } }
    .holiday-page .toy-help-section .sh-btm h3 {
      text-align: center;
      margin: 10px 0 0;
      color: #000;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      padding: 0 2px;
      transition: all .3s ease-in; }
      @media (max-width: 1290px) {
        .holiday-page .toy-help-section .sh-btm h3 {
          font-size: 14px;
          line-height: 20px; } }
      @media (max-width: 950px) {
        .holiday-page .toy-help-section .sh-btm h3 {
          font-size: 13px;
          line-height: 19px;
          margin: 8px 0 0; } }
  .holiday-page .toy-help-section .sh-img {
    overflow: hidden; }
    .holiday-page .toy-help-section .sh-img img {
      border-radius: 10px;
      transition: all .3s ease-in; }

.holiday-page .pop-cat-section {
  margin: -23px 0 0;
  background: linear-gradient(180deg, #aededa 0%, #d9f2f0 100%);
  z-index: 0;
  position: relative;
  padding: 58px 0 40px; }
  @media (max-width: 1290px) {
    .holiday-page .pop-cat-section {
      padding: 62px 0 30px; } }
  @media (max-width: 950px) {
    .holiday-page .pop-cat-section {
      padding: 42px 0 42px;
      margin: -18px 0 0; } }
  @media (max-width: 650px) {
    .holiday-page .pop-cat-section {
      padding: 50px 0 50px;
      margin: -20px 0 0; } }
  .holiday-page .pop-cat-section .container {
    padding: 0 57px;
    max-width: 1366px;
    margin: 0 auto; }
    @media (max-width: 1290px) {
      .holiday-page .pop-cat-section .container {
        padding: 0 25px; } }
    @media (max-width: 950px) {
      .holiday-page .pop-cat-section .container {
        padding: 0 35px; } }
  .holiday-page .pop-cat-section .pop-cat-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .holiday-page .pop-cat-section .pop-left {
    padding-top: 6px;
    width: 192px; }
    @media (max-width: 1290px) {
      .holiday-page .pop-cat-section .pop-left {
        width: 173px;
        padding-top: 6px; } }
    @media (max-width: 950px) {
      .holiday-page .pop-cat-section .pop-left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 0 0 20px; } }
    @media (max-width: 650px) {
      .holiday-page .pop-cat-section .pop-left {
        padding: 0 0 25px; } }
    .holiday-page .pop-cat-section .pop-left h2 {
      margin: 0 0;
      font-size: 40px;
      line-height: 46px;
      font-weight: 700; }
      @media (max-width: 1290px) {
        .holiday-page .pop-cat-section .pop-left h2 {
          font-size: 36px;
          line-height: 40px; } }
      @media (max-width: 950px) {
        .holiday-page .pop-cat-section .pop-left h2 {
          font-size: 30px;
          line-height: 43px; } }
    .holiday-page .pop-cat-section .pop-left span {
      margin-top: 4px;
      display: block;
      font-size: 22px;
      line-height: 31px;
      font-weight: 700; }
      @media (max-width: 1290px) {
        .holiday-page .pop-cat-section .pop-left span {
          font-size: 16px;
          line-height: 23px; } }
      @media (max-width: 950px) {
        .holiday-page .pop-cat-section .pop-left span {
          font-size: 22px;
          line-height: 31px;
          margin: 5px 0 0 6px; } }
      @media (max-width: 650px) {
        .holiday-page .pop-cat-section .pop-left span {
          margin: -4px 0 0 0px; } }
    .holiday-page .pop-cat-section .pop-left p {
      margin: 18px 0 0;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px; }
      @media (max-width: 1290px) {
        .holiday-page .pop-cat-section .pop-left p {
          margin: 13px 0 0;
          font-size: 16px;
          line-height: 22px; } }
      @media (max-width: 950px) {
        .holiday-page .pop-cat-section .pop-left p {
          width: 100%;
          text-align: center;
          margin: 2px 0 0; } }
      @media (max-width: 650px) {
        .holiday-page .pop-cat-section .pop-left p {
          margin: 4px 0 0; } }
  .holiday-page .pop-cat-section .pop-right {
    width: calc(100% - 192px);
    padding-left: 60px;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1290px) {
      .holiday-page .pop-cat-section .pop-right {
        width: calc(100% - 173px);
        padding-left: 50px; } }
    @media (max-width: 950px) {
      .holiday-page .pop-cat-section .pop-right {
        width: 100%;
        padding: 0; } }
    @media (max-width: 650px) {
      .holiday-page .pop-cat-section .pop-right {
        width: 100%;
        margin: 0 auto;
        max-width: 240px; } }
  .holiday-page .pop-cat-section .pop-cat-cards {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 20px; }
    @media (max-width: 1290px) {
      .holiday-page .pop-cat-section .pop-cat-cards {
        gap: 0 15px; } }
    @media (max-width: 950px) {
      .holiday-page .pop-cat-section .pop-cat-cards {
        gap: 0 14px; } }
    @media (max-width: 650px) {
      .holiday-page .pop-cat-section .pop-cat-cards {
        gap: 30px 14px;
        grid-template-columns: repeat(1, 1fr); } }
  .holiday-page .pop-cat-section h3 {
    text-align: center;
    margin: 10px 0 0;
    color: #000;
    font-size: 22px;
    line-height: 31px;
    font-weight: 700; }
    @media (max-width: 1290px) {
      .holiday-page .pop-cat-section h3 {
        font-size: 18px;
        line-height: 25px; } }
    @media (max-width: 950px) {
      .holiday-page .pop-cat-section h3 {
        font-size: 16px;
        line-height: 23px;
        margin: 8px 0 0; } }
    @media (max-width: 650px) {
      .holiday-page .pop-cat-section h3 {
        font-size: 18px;
        line-height: 25px;
        margin: 10px 0 0; } }
  .holiday-page .pop-cat-section .cat-img {
    overflow: hidden; }
    .holiday-page .pop-cat-section .cat-img img {
      border-radius: 10px;
      transition: all .3s ease-in; }
  .holiday-page .pop-cat-section a {
    display: block; }
    .holiday-page .pop-cat-section a:hover img {
      transform: scale(1.1); }
    .holiday-page .pop-cat-section a:hover h3 {
      color: #0071BC;
      text-decoration: underline; }

.holiday-page .expert-pick-section {
  margin: 40px 0 0; }
  @media (max-width: 1290px) {
    .holiday-page .expert-pick-section {
      margin: 38px 0 0; } }
  @media (max-width: 950px) {
    .holiday-page .expert-pick-section {
      margin: 35px 0 0; } }
  @media (max-width: 650px) {
    .holiday-page .expert-pick-section {
      margin: 40px 0 0; } }
  .holiday-page .expert-pick-section .container {
    padding: 0 20px;
    max-width: 1300px; }
    @media (max-width: 1290px) {
      .holiday-page .expert-pick-section .container {
        padding: 0 40px;
        max-width: 1024px; } }
    @media (max-width: 950px) {
      .holiday-page .expert-pick-section .container {
        padding: 0 13px;
        max-width: 768px; } }
    @media (max-width: 650px) {
      .holiday-page .expert-pick-section .container {
        padding: 0 20px;
        max-width: 375px; } }

.holiday-page .category-prd-section {
  padding: 28px 0 80px; }
  @media (max-width: 1290px) {
    .holiday-page .category-prd-section {
      padding: 40px 0 80px; } }
  @media (max-width: 950px) {
    .holiday-page .category-prd-section {
      padding: 30px 0 60px; } }
  @media (max-width: 650px) {
    .holiday-page .category-prd-section {
      padding: 60px 0 80px; } }
  .holiday-page .category-prd-section .container {
    padding: 0 20px;
    max-width: 1116px;
    margin: 0 auto; }
    @media (max-width: 1290px) {
      .holiday-page .category-prd-section .container {
        padding: 0; } }
  .holiday-page .category-prd-section .category-prd-header {
    text-align: center;
    margin-bottom: 24px; }
    .holiday-page .category-prd-section .category-prd-header h2 {
      color: #000;
      font-size: 40px;
      line-height: 56px;
      font-weight: 700;
      margin: 0; }
      @media (max-width: 1290px) {
        .holiday-page .category-prd-section .category-prd-header h2 {
          font-size: 36px;
          line-height: 51px; } }
      @media (max-width: 950px) {
        .holiday-page .category-prd-section .category-prd-header h2 {
          font-size: 23px;
          line-height: 32px; } }
    .holiday-page .category-prd-section .category-prd-header p {
      margin: 6px 0 0;
      font-weight: 500;
      font-size: 16px;
      line-height: 23px; }
      @media (max-width: 1290px) {
        .holiday-page .category-prd-section .category-prd-header p {
          margin: 3px 0 0; } }
      @media (max-width: 950px) {
        .holiday-page .category-prd-section .category-prd-header p {
          margin: 3px 0 0; } }
  .holiday-page .category-prd-section .product-slider .slick-slider {
    margin: 0; }
    @media (max-width: 1290px) {
      .holiday-page .category-prd-section .product-slider .slick-slider {
        padding: 0 52px; } }
    @media (max-width: 950px) {
      .holiday-page .category-prd-section .product-slider .slick-slider {
        padding: 0 39px; } }
    @media (max-width: 650px) {
      .holiday-page .category-prd-section .product-slider .slick-slider {
        padding: 0 6px; } }
  .holiday-page .category-prd-section .product-slider .slick-arrow {
    width: 54px;
    height: 54px;
    background-color: #00A99D;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: -54px; }
    @media (max-width: 1120px) {
      .holiday-page .category-prd-section .product-slider .slick-arrow {
        width: 52px;
        height: 70px;
        border-radius: 0; } }
    @media (max-width: 950px) {
      .holiday-page .category-prd-section .product-slider .slick-arrow {
        width: 30px;
        height: 40px; } }
    @media (max-width: 650px) {
      .holiday-page .category-prd-section .product-slider .slick-arrow {
        margin-top: -49px; } }
    .holiday-page .category-prd-section .product-slider .slick-arrow::before {
      width: 14px;
      height: 24px; }
      @media (max-width: 1120px) {
        .holiday-page .category-prd-section .product-slider .slick-arrow::before {
          width: 19px;
          height: 32px; } }
      @media (max-width: 950px) {
        .holiday-page .category-prd-section .product-slider .slick-arrow::before {
          width: 11px;
          height: 18px; } }
    .holiday-page .category-prd-section .product-slider .slick-arrow.slick-disabled {
      opacity: 1;
      background-color: #AEDEDA; }
      .holiday-page .category-prd-section .product-slider .slick-arrow.slick-disabled::before {
        opacity: 1; }
    .holiday-page .category-prd-section .product-slider .slick-arrow.slick-prev {
      left: -75px; }
      @media (max-width: 1290px) {
        .holiday-page .category-prd-section .product-slider .slick-arrow.slick-prev {
          left: 0; } }
      @media (max-width: 1120px) {
        .holiday-page .category-prd-section .product-slider .slick-arrow.slick-prev {
          border-radius: 0 10px 10px 0; } }
      .holiday-page .category-prd-section .product-slider .slick-arrow.slick-prev::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' viewBox='0 0 12 20'%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M10,0,20,12H0Z' transform='translate(0 20) rotate(-90)' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E"); }
    .holiday-page .category-prd-section .product-slider .slick-arrow.slick-next {
      right: -75px; }
      @media (max-width: 1290px) {
        .holiday-page .category-prd-section .product-slider .slick-arrow.slick-next {
          right: 0; } }
      @media (max-width: 1120px) {
        .holiday-page .category-prd-section .product-slider .slick-arrow.slick-next {
          border-radius: 10px 0 0 10px; } }
      .holiday-page .category-prd-section .product-slider .slick-arrow.slick-next::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' viewBox='0 0 12 20'%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M10,0,20,12H0Z' transform='translate(12) rotate(90)' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E"); }
  .holiday-page .category-prd-section .product-slider .product {
    padding: 0 10px; }
  .holiday-page .category-prd-section .product-slider .carousel-tooltip {
    display: none; }

.hm-banner .bnr-lft.gift-banner .bnr-lft-cnt {
  max-width: 380px;
  bottom: 66px; }
  @media (max-width: 1275px) {
    .hm-banner .bnr-lft.gift-banner .bnr-lft-cnt {
      bottom: 37px;
      max-width: 300px; } }
  @media (max-width: 1023px) {
    .hm-banner .bnr-lft.gift-banner .bnr-lft-cnt {
      bottom: 74px;
      max-width: 380px; } }
  @media (max-width: 767px) {
    .hm-banner .bnr-lft.gift-banner .bnr-lft-cnt {
      bottom: 19px;
      max-width: 190px;
      left: 18px; } }

.hm-banner .bnr-lft.gift-banner .gift-subheading {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
  color: #000; }
  @media (max-width: 1275px) {
    .hm-banner .bnr-lft.gift-banner .gift-subheading {
      font-size: 24px;
      line-height: 33px; } }
  @media (max-width: 1023px) {
    .hm-banner .bnr-lft.gift-banner .gift-subheading {
      font-size: 32px;
      line-height: 45px; } }
  @media (max-width: 767px) {
    .hm-banner .bnr-lft.gift-banner .gift-subheading {
      font-size: 14px;
      line-height: 20px; } }

.hm-banner .bnr-lft.gift-banner .gift-heading {
  letter-spacing: normal;
  font-family: 'Happy School';
  font-weight: 400;
  font-size: 76px;
  line-height: 68px;
  letter-spacing: -0.76px;
  color: #00416C;
  margin: 6px 0 39px; }
  @media (max-width: 1275px) {
    .hm-banner .bnr-lft.gift-banner .gift-heading {
      font-size: 57px;
      line-height: 52px;
      letter-spacing: -0.57px;
      margin: 6px 0 25px; } }
  @media (max-width: 1023px) {
    .hm-banner .bnr-lft.gift-banner .gift-heading {
      font-size: 76px;
      line-height: 68px;
      letter-spacing: -0.76px;
      margin: 7px 0 27px; } }
  @media (max-width: 767px) {
    .hm-banner .bnr-lft.gift-banner .gift-heading {
      font-size: 35px;
      line-height: 32px;
      letter-spacing: -0.35px;
      margin: 5px 0 9px; } }

@media (max-width: 1023px) {
  .hm-banner .bnr-lft.gift-banner .desc {
    margin-bottom: 22px; } }

@media (max-width: 767px) {
  .hm-banner .bnr-lft.gift-banner .desc {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 16px; } }

@media (max-width: 767px) {
  .hm-banner .bnr-lft.gift-banner .bnr-lft-btn {
    padding: 7px 15px 6px; } }

.menu-dsk .sub-categories .right-side.gift-guide .right-side-content {
  width: 100%; }

.menu-dsk .sub-categories .right-side.gift-guide .gift-subheading {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  margin: 0 0 0 17px;
  text-align: left; }

.menu-dsk .sub-categories .right-side.gift-guide .gift-heading {
  text-align: left;
  letter-spacing: normal;
  font-family: 'Happy School';
  font-weight: 400;
  font-size: 45px;
  line-height: 41px;
  letter-spacing: -0.45px;
  color: #00416C;
  margin: 9px 0 50px 17px;
  max-width: 225px;
  width: 100%; }

.menu-dsk .sub-categories .right-side.gift-guide h3 {
  text-shadow: none; }

.menu-dsk .sub-categories .right-side.gift-guide p {
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.holiday-delivery-section {
  padding: 22px 0 10px; }
  @media (max-width: 1023px) {
    .holiday-delivery-section {
      padding: 15px 0 0px; } }
  @media (max-width: 500px) {
    .holiday-delivery-section {
      padding: 14px 0 2px; } }
  .holiday-delivery-section .container {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 1275px) {
      .holiday-delivery-section .container {
        padding: 0 18px; } }
    @media (max-width: 650px) {
      .holiday-delivery-section .container {
        padding: 0 15px; } }
  .holiday-delivery-section .delivery-section {
    max-width: 640px;
    width: 100%;
    position: relative;
    background: linear-gradient(273deg, #0071bc 0%, #00395e 100%);
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 11px 5px 11px 17px; }
    @media (max-width: 1340px) {
      .holiday-delivery-section .delivery-section {
        width: auto;
        padding: 11px 5px 11px 11px; } }
    @media (max-width: 1275px) {
      .holiday-delivery-section .delivery-section {
        padding: 10px 10px 8px;
        max-width: 460px; } }
    @media (max-width: 1023px) {
      .holiday-delivery-section .delivery-section {
        padding: 11px 5px 11px 13px;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 650px) {
      .holiday-delivery-section .delivery-section {
        padding: 6px 4px 6px 10px; } }
    @media (max-width: 374px) {
      .holiday-delivery-section .delivery-section {
        padding: 5px 2px 5px 5px; } }
    .holiday-delivery-section .delivery-section::before {
      left: 0;
      top: 0;
      z-index: -1;
      content: '';
      background-image: url("https://cdn11.bigcommerce.com/s-sre5ychh65/images/stencil/original/image-manager/holiday-shipping-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      mix-blend-mode: soft-light; }
    .holiday-delivery-section .delivery-section .delivery-left {
      max-width: 75px;
      width: 100%; }
      @media (max-width: 1275px) {
        .holiday-delivery-section .delivery-section .delivery-left {
          max-width: 60px; } }
      @media (max-width: 1023px) {
        .holiday-delivery-section .delivery-section .delivery-left {
          max-width: 75px; } }
      @media (max-width: 650px) {
        .holiday-delivery-section .delivery-section .delivery-left {
          max-width: 40px; } }
      @media (max-width: 370px) {
        .holiday-delivery-section .delivery-section .delivery-left {
          max-width: 35px; } }
      .holiday-delivery-section .delivery-section .delivery-left span {
        width: 75px;
        height: 75px;
        display: flex;
        background: linear-gradient(180deg, #f0881f 0%, #ffc679 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 1275px) {
          .holiday-delivery-section .delivery-section .delivery-left span {
            width: 60px;
            height: 60px; } }
        @media (max-width: 1023px) {
          .holiday-delivery-section .delivery-section .delivery-left span {
            width: 75px;
            height: 75px; } }
        @media (max-width: 650px) {
          .holiday-delivery-section .delivery-section .delivery-left span {
            width: 40px;
            height: 40px; } }
        @media (max-width: 370px) {
          .holiday-delivery-section .delivery-section .delivery-left span {
            width: 35px;
            height: 35px; } }
        .holiday-delivery-section .delivery-section .delivery-left span svg {
          width: 55px;
          height: auto; }
          @media (max-width: 1275px) {
            .holiday-delivery-section .delivery-section .delivery-left span svg {
              width: 50px; } }
          @media (max-width: 1023px) {
            .holiday-delivery-section .delivery-section .delivery-left span svg {
              width: 55px; } }
          @media (max-width: 650px) {
            .holiday-delivery-section .delivery-section .delivery-left span svg {
              width: 29px; } }
          @media (max-width: 370px) {
            .holiday-delivery-section .delivery-section .delivery-left span svg {
              width: 25px; } }
    .holiday-delivery-section .delivery-section .delivery-right {
      padding-left: 12px;
      position: relative; }
      @media (max-width: 650px) {
        .holiday-delivery-section .delivery-section .delivery-right {
          padding-left: 7px; } }
      .holiday-delivery-section .delivery-section .delivery-right .top-text p {
        display: flex;
        align-items: center;
        margin: 0;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 32px;
        line-height: 45px; }
        @media (max-width: 1275px) {
          .holiday-delivery-section .delivery-section .delivery-right .top-text p {
            font-size: 22px;
            line-height: 35px; } }
        @media (max-width: 1023px) {
          .holiday-delivery-section .delivery-section .delivery-right .top-text p {
            font-size: 32px;
            line-height: 45px; } }
        @media (max-width: 650px) {
          .holiday-delivery-section .delivery-section .delivery-right .top-text p {
            font-size: 17px;
            line-height: 24px; } }
        @media (max-width: 370px) {
          .holiday-delivery-section .delivery-section .delivery-right .top-text p {
            font-size: 15px;
            line-height: 21px; } }
        .holiday-delivery-section .delivery-section .delivery-right .top-text p span {
          color: #BBFF9F; }
        .holiday-delivery-section .delivery-section .delivery-right .top-text p .delivery-text {
          margin: 0 8px 0 6px;
          position: relative; }
          @media (max-width: 650px) {
            .holiday-delivery-section .delivery-section .delivery-right .top-text p .delivery-text {
              margin: 0 3px; } }
        .holiday-delivery-section .delivery-section .delivery-right .top-text p .off-svg {
          width: 135px;
          position: absolute;
          bottom: -2px;
          left: 2px;
          display: flex; }
          @media (max-width: 1275px) {
            .holiday-delivery-section .delivery-section .delivery-right .top-text p .off-svg {
              width: 100%;
              bottom: -4px;
              left: 0; } }
          @media (max-width: 1023px) {
            .holiday-delivery-section .delivery-section .delivery-right .top-text p .off-svg {
              bottom: -2px;
              left: 2px; } }
          .holiday-delivery-section .delivery-section .delivery-right .top-text p .off-svg svg {
            width: 100%;
            height: auto; }
      .holiday-delivery-section .delivery-section .delivery-right .bottom-text {
        margin-top: -1px;
        display: flex;
        align-items: center; }
        @media (max-width: 1275px) {
          .holiday-delivery-section .delivery-section .delivery-right .bottom-text {
            margin-top: 2px; } }
        .holiday-delivery-section .delivery-section .delivery-right .bottom-text p {
          margin: 0;
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          color: #fff;
          font-size: 22px;
          line-height: 31px; }
          @media (max-width: 1275px) {
            .holiday-delivery-section .delivery-section .delivery-right .bottom-text p {
              font-size: 14px;
              line-height: 20px; } }
          @media (max-width: 1023px) {
            .holiday-delivery-section .delivery-section .delivery-right .bottom-text p {
              font-size: 22px;
              line-height: 31px; } }
          @media (max-width: 650px) {
            .holiday-delivery-section .delivery-section .delivery-right .bottom-text p {
              font-size: 12px;
              line-height: 17px; } }
          @media (max-width: 370px) {
            .holiday-delivery-section .delivery-section .delivery-right .bottom-text p {
              font-size: 10px;
              line-height: 15px; } }
        .holiday-delivery-section .delivery-section .delivery-right .bottom-text a {
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          text-decoration: underline;
          margin-left: 7px;
          display: flex;
          font-weight: 700;
          color: #C2E7E8;
          font-size: 14px;
          line-height: 20px;
          position: relative; }
          @media (max-width: 650px) {
            .holiday-delivery-section .delivery-section .delivery-right .bottom-text a {
              font-size: 9px;
              line-height: 12px;
              margin-left: 3px; } }
          @media (max-width: 370px) {
            .holiday-delivery-section .delivery-section .delivery-right .bottom-text a {
              font-size: 8px;
              line-height: 10px; } }
          .holiday-delivery-section .delivery-section .delivery-right .bottom-text a:hover .delivery-popup {
            display: block; }
        .holiday-delivery-section .delivery-section .delivery-right .bottom-text .delivery-popup {
          display: none;
          position: absolute;
          z-index: 10;
          top: 25px;
          background: #fff;
          border: 1px  solid #707070;
          width: 354px;
          padding: 12px 12px 10px 18px; }
          @media (max-width: 1023px) {
            .holiday-delivery-section .delivery-section .delivery-right .bottom-text .delivery-popup {
              right: -25px; } }
          @media (max-width: 450px) {
            .holiday-delivery-section .delivery-section .delivery-right .bottom-text .delivery-popup {
              width: 320px;
              padding: 10px;
              right: 0px; } }
          @media (max-width: 370px) {
            .holiday-delivery-section .delivery-section .delivery-right .bottom-text .delivery-popup {
              width: 290px;
              padding: 5px; } }
          .holiday-delivery-section .delivery-section .delivery-right .bottom-text .delivery-popup p {
            margin: 0;
            color: #000;
            font-weight: 400;
            font-size: 11px;
            line-height: 15px; }
            @media (max-width: 450px) {
              .holiday-delivery-section .delivery-section .delivery-right .bottom-text .delivery-popup p {
                font-size: 10px;
                line-height: 13px; } }
  .holiday-delivery-section .category-card {
    max-width: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1320px) {
      .holiday-delivery-section .category-card {
        max-width: 206px; } }
    @media (max-width: 1275px) {
      .holiday-delivery-section .category-card {
        max-width: 182px; } }
    @media (max-width: 1023px) {
      .holiday-delivery-section .category-card {
        max-width: 100%;
        width: 33.333333%;
        height: 97px; } }
    @media (max-width: 650px) {
      .holiday-delivery-section .category-card {
        height: 51px;
        padding: 0 2px; } }
    .holiday-delivery-section .category-card::before {
      content: '';
      z-index: -1;
      position: absolute;
      top: 50%;
      left: 0px;
      transform: translateY(-50%);
      clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
      display: block;
      width: 10px;
      height: 28px; }
      @media (max-width: 650px) {
        .holiday-delivery-section .category-card::before {
          width: 5px;
          height: 14px; } }
    .holiday-delivery-section .category-card.ground-shipping {
      background: linear-gradient(254deg, #0facdb 0%, #83dbfc 100%); }
      .holiday-delivery-section .category-card.ground-shipping::before {
        background: #0360B1; }
    .holiday-delivery-section .category-card.day-delivery {
      background: linear-gradient(253deg, #76b55b 0%, #bbff9f 100%); }
      .holiday-delivery-section .category-card.day-delivery::before {
        background: #1FB4DF; }
    .holiday-delivery-section .category-card.night-delivery {
      background: linear-gradient(255deg, #f0881f 0%, #ffc679 100%); }
      .holiday-delivery-section .category-card.night-delivery::before {
        background: #81C165; }
    .holiday-delivery-section .category-card h3 {
      margin: 0;
      letter-spacing: normal;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      color: #000;
      font-size: 19px;
      line-height: 27px;
      width: 100%;
      text-align: center; }
      @media (max-width: 1275px) {
        .holiday-delivery-section .category-card h3 {
          font-size: 16px;
          line-height: 24px; } }
      @media (max-width: 1023px) {
        .holiday-delivery-section .category-card h3 {
          font-size: 19px;
          line-height: 27px; } }
      @media (max-width: 650px) {
        .holiday-delivery-section .category-card h3 {
          font-size: 10px;
          line-height: 15px; } }
      @media (max-width: 370px) {
        .holiday-delivery-section .category-card h3 {
          font-size: 9px;
          line-height: 13px; } }
    .holiday-delivery-section .category-card p {
      max-width: 172px;
      width: 100%;
      text-align: center;
      margin: 4px auto 0;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-style: italic;
      color: #000;
      font-size: 14px;
      line-height: 18px; }
      @media (max-width: 1275px) {
        .holiday-delivery-section .category-card p {
          font-size: 13px;
          line-height: 17px; } }
      @media (max-width: 1023px) {
        .holiday-delivery-section .category-card p {
          font-size: 14px;
          line-height: 18px; } }
      @media (max-width: 650px) {
        .holiday-delivery-section .category-card p {
          font-size: 8px;
          line-height: 10px; } }
      @media (max-width: 370px) {
        .holiday-delivery-section .category-card p {
          font-size: 7px;
          line-height: 9px; } }

.menu-dsk .sub-categories .right-side.top-toys .right-side-content p {
  color: #fff;
  padding: 0 2px; }
  @media (max-width: 1290px) {
    .menu-dsk .sub-categories .right-side.top-toys .right-side-content p {
      padding: 0 5px; } }

.holiday-page nav[aria-label="Breadcrumb"] .breadcrumbs {
  padding: 22px 28px 6px; }
  @media (max-width: 1290px) {
    .holiday-page nav[aria-label="Breadcrumb"] .breadcrumbs {
      padding: 21px 25px 6px; } }
  @media (max-width: 1023px) {
    .holiday-page nav[aria-label="Breadcrumb"] .breadcrumbs {
      padding: 20px 35px 6px; } }
  .holiday-page nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb:not(:first-child):before {
    margin: 0 5px; }
  .holiday-page nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb::before {
    color: #fff; }
  .holiday-page nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb a {
    color: #fff; }

.holiday-page .holiday-banner {
  background-image: none;
  position: relative;
  background-size: auto;
  padding: 0;
  background-position: center; }
  .holiday-page .holiday-banner .banner-img picture {
    width: 100%; }
  .holiday-page .holiday-banner .banner-img img {
    width: 100%; }
  .holiday-page .holiday-banner .banner-content {
    position: absolute;
    width: 100%;
    max-width: 1366px;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 650px) {
      .holiday-page .holiday-banner .banner-content {
        top: inherit;
        bottom: 21px; } }
    @media (max-width: 350px) {
      .holiday-page .holiday-banner .banner-content {
        bottom: 15px; } }

.holiday-page .page-heading {
  color: #fff;
  text-align: left;
  margin: 26px 0 3px 57px;
  font-size: 56px;
  line-height: 79px; }
  @media (max-width: 1290px) {
    .holiday-page .page-heading {
      max-width: 306px;
      width: 100%;
      margin: 15px 0 10px 25px;
      font-size: 48px;
      line-height: 58px; } }
  @media (max-width: 1023px) {
    .holiday-page .page-heading {
      max-width: 256px;
      width: 100%;
      margin: 25px 0 10px 35px;
      font-size: 40px;
      line-height: 48px; } }
  @media (max-width: 767px) {
    .holiday-page .page-heading {
      margin: 25px 0 10px 15px; } }
  @media (max-width: 650px) {
    .holiday-page .page-heading {
      max-width: 100%;
      width: 100%;
      margin: 0 0 11px;
      font-size: 32px;
      line-height: 38px;
      text-align: center; } }
  @media (max-width: 350px) {
    .holiday-page .page-heading {
      font-size: 30px;
      line-height: 36px; } }

.holiday-page .page-subheading {
  max-width: 557px;
  width: 100%;
  margin: 0 0 0 57px;
  text-align: left;
  color: #fff;
  font-size: 26px;
  line-height: 38px; }
  @media (max-width: 1290px) {
    .holiday-page .page-subheading {
      max-width: 318px;
      width: 100%;
      margin: 0 0 0 25px;
      font-size: 18px;
      line-height: 26px; } }
  @media (max-width: 1023px) {
    .holiday-page .page-subheading {
      margin: 0 0 0 35px; } }
  @media (max-width: 767px) {
    .holiday-page .page-subheading {
      margin: 0 0 0 15px; } }
  @media (max-width: 650px) {
    .holiday-page .page-subheading {
      max-width: 375px;
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      line-height: 24px;
      text-align: center; } }
  @media (max-width: 350px) {
    .holiday-page .page-subheading {
      font-size: 16px;
      line-height: 22px; } }

.holiday-page .gift-guide-main {
  padding: 32px 0 0; }
  @media (max-width: 1290px) {
    .holiday-page .gift-guide-main {
      padding: 10px 0 0; } }
  @media (max-width: 1023px) {
    .holiday-page .gift-guide-main {
      padding: 2px 0 0; } }
  @media (max-width: 650px) {
    .holiday-page .gift-guide-main {
      padding: 29px 0 0; } }

.school-main-banner {
  position: relative; }
  .school-main-banner .banner-img img {
    height: 444px;
    width: 100%;
    object-fit: cover;
    object-position: bottom; }
    @media (max-width: 1023px) {
      .school-main-banner .banner-img img {
        height: 355px; } }
    @media (max-width: 650px) {
      .school-main-banner .banner-img img {
        height: 444px; } }
  .school-main-banner .banner-content {
    position: absolute;
    max-width: 1366px;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 28px; }
    @media (max-width: 1290px) {
      .school-main-banner .banner-content {
        padding: 0 25px; } }
    @media (max-width: 1023px) {
      .school-main-banner .banner-content {
        padding: 0 35px; } }
    @media (max-width: 650px) {
      .school-main-banner .banner-content {
        padding: 0 20px; } }
    @media (max-width: 350px) {
      .school-main-banner .banner-content {
        padding: 0 15px; } }
  .school-main-banner nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb {
    color: #fff; }
    .school-main-banner nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb::before {
      color: #fff; }
    .school-main-banner nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb a {
      color: #fff; }
      .school-main-banner nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb a:hover {
        color: #77B55C; }
  .school-main-banner h1 {
    margin: 41px 0 5px;
    text-align: center;
    color: #fff;
    font-size: 56px;
    line-height: 79px;
    font-weight: 700; }
    @media (max-width: 1290px) {
      .school-main-banner h1 {
        margin: 43px 0 5px;
        font-size: 56px;
        line-height: 62px; } }
    @media (max-width: 1023px) {
      .school-main-banner h1 {
        margin: 34px 0 6px;
        font-size: 46px;
        line-height: 52px; } }
    @media (max-width: 767px) {
      .school-main-banner h1 {
        margin: 34px 0 4px;
        font-size: 36px;
        line-height: 42px; } }
  .school-main-banner p {
    text-align: center;
    color: #fff;
    font-size: 34px;
    line-height: 42px;
    font-weight: 500;
    margin: 0 auto;
    max-width: 929px;
    width: 100%; }
    @media (max-width: 1023px) {
      .school-main-banner p {
        font-size: 26px;
        line-height: 34px; } }
    @media (max-width: 767px) {
      .school-main-banner p {
        font-size: 20px;
        line-height: 28px; } }

.help-banner-section {
  margin: -85px 0 0;
  background: #D9F2F0; }
  @media (max-width: 1023px) {
    .help-banner-section {
      margin: -65px 0 0; } }
  @media (max-width: 767px) {
    .help-banner-section {
      margin: -85px 0 0; } }
  .help-banner-section .help-banner {
    display: flex;
    justify-content: flex-end;
    max-width: 966px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 1023px) {
      .help-banner-section .help-banner {
        max-width: 723px; } }
    @media (max-width: 767px) {
      .help-banner-section .help-banner {
        max-width: 335px; } }
    @media (max-width: 350px) {
      .help-banner-section .help-banner {
        max-width: 315px; } }
    .help-banner-section .help-banner .help-img {
      max-width: 341px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0; }
      @media (max-width: 1023px) {
        .help-banner-section .help-banner .help-img {
          max-width: 247px; } }
      @media (max-width: 767px) {
        .help-banner-section .help-banner .help-img {
          max-width: 341px;
          bottom: inherit;
          top: -141px;
          left: 50%;
          transform: translateX(-50%); } }
    .help-banner-section .help-banner .help-content {
      max-width: 834px;
      width: 100%;
      background: #fff;
      box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
      display: flex;
      justify-content: flex-end;
      padding: 19px 40px 23px;
      border-radius: 30px; }
      @media (max-width: 1023px) {
        .help-banner-section .help-banner .help-content {
          max-width: 603px;
          padding: 13px 29px 13px;
          border-radius: 20px; } }
      @media (max-width: 767px) {
        .help-banner-section .help-banner .help-content {
          max-width: 335px;
          padding: 151px 20px 38px;
          border-radius: 20px; } }
    .help-banner-section .help-banner .help-content-inner {
      max-width: 590px;
      width: 100%; }
      @media (max-width: 1023px) {
        .help-banner-section .help-banner .help-content-inner {
          max-width: 427px; } }
    .help-banner-section .help-banner h2 {
      color: #0071BC;
      margin: 0 0 6px;
      font-size: 26px;
      line-height: 36px;
      font-weight: 700; }
      @media (max-width: 1023px) {
        .help-banner-section .help-banner h2 {
          font-size: 20px;
          line-height: 28px;
          margin: 0 0 3px; } }
      @media (max-width: 767px) {
        .help-banner-section .help-banner h2 {
          font-size: 26px;
          line-height: 32px;
          margin: 0 0 15px; } }
    .help-banner-section .help-banner p {
      color: #000;
      margin: 0;
      font-size: 20px;
      line-height: 26px;
      font-weight: 500; }
      @media (max-width: 1023px) {
        .help-banner-section .help-banner p {
          font-size: 16px;
          line-height: 20px; } }
      @media (max-width: 767px) {
        .help-banner-section .help-banner p {
          font-size: 20px;
          line-height: 26px; } }
      .help-banner-section .help-banner p a {
        text-decoration: underline;
        color: #0071BC; }
        .help-banner-section .help-banner p a:hover {
          color: #28ABE2; }

.what-section {
  background: #D9F2F0;
  padding: 38px 0 45px; }
  @media (max-width: 1290px) {
    .what-section {
      padding: 57px 0 13px; } }
  @media (max-width: 1023px) {
    .what-section {
      padding: 45px 0 41px; } }
  @media (max-width: 650px) {
    .what-section {
      padding: 40px 0 36px; } }
  .what-section .container {
    padding: 0 77px 0 124px;
    position: relative; }
    @media (max-width: 1290px) {
      .what-section .container {
        padding: 0 25px; } }
    @media (max-width: 1023px) {
      .what-section .container {
        padding: 0 35px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 28px; } }
    @media (max-width: 650px) {
      .what-section .container {
        padding: 0 20px; } }
  .what-section .what-content {
    max-width: 814px;
    width: 100%;
    padding-top: 22px; }
    @media (max-width: 1290px) {
      .what-section .what-content {
        padding: 0;
        max-width: 640px; } }
    @media (max-width: 1023px) {
      .what-section .what-content {
        max-width: 100%;
        width: calc(100% - 268px); } }
    @media (max-width: 767px) {
      .what-section .what-content {
        width: 100%; } }
    .what-section .what-content h2 {
      margin: 0 0 15px;
      color: #000;
      font-weight: 700;
      font-size: 28px;
      line-height: 34px; }
      @media (max-width: 1023px) {
        .what-section .what-content h2 {
          font-size: 24px;
          line-height: 30px;
          margin: 0 0 12px; } }
    .what-section .what-content p {
      color: #000;
      margin: 0 0 26px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500; }
      @media (max-width: 1023px) {
        .what-section .what-content p {
          font-size: 14px;
          line-height: 24px; } }
      .what-section .what-content p:last-child {
        margin-bottom: 0; }
      .what-section .what-content p a {
        text-decoration: underline;
        color: #0071BC; }
        .what-section .what-content p a:hover {
          color: #28ABE2; }
  .what-section .what-img {
    position: absolute;
    right: 77px;
    top: 0;
    max-width: 300px;
    z-index: 1; }
    @media (max-width: 1300px) {
      .what-section .what-img {
        right: 50px; } }
    @media (max-width: 1290px) {
      .what-section .what-img {
        right: 25px; } }
    @media (max-width: 1023px) {
      .what-section .what-img {
        max-width: 230px;
        right: 0;
        position: relative; } }
    @media (max-width: 767px) {
      .what-section .what-img {
        display: none; } }

.purpose-section {
  padding: 69px 0 0; }
  @media (max-width: 1290px) {
    .purpose-section {
      padding: 78px 0 0; } }
  @media (max-width: 1023px) {
    .purpose-section {
      padding: 50px 0 0; } }
  @media (max-width: 650px) {
    .purpose-section {
      padding: 40px 0 0; } }
  .purpose-section .container {
    padding: 0 77px 0 124px;
    display: flex;
    flex-wrap: wrap;
    gap: 59px;
    align-items: center; }
    @media (max-width: 1300px) {
      .purpose-section .container {
        padding: 0 60px;
        gap: 46px; } }
    @media (max-width: 1023px) {
      .purpose-section .container {
        padding: 0 35px;
        gap: 35px; } }
    @media (max-width: 767px) {
      .purpose-section .container {
        justify-content: center;
        gap: 20px; } }
    @media (max-width: 650px) {
      .purpose-section .container {
        padding: 0 20px; } }
  .purpose-section .purpose-img {
    max-width: 520px; }
    @media (max-width: 1290px) {
      .purpose-section .purpose-img {
        max-width: 404px; } }
    @media (max-width: 1023px) {
      .purpose-section .purpose-img {
        max-width: 312px; } }
    @media (max-width: 767px) {
      .purpose-section .purpose-img {
        max-width: 335px; } }
  .purpose-section .purpose-content {
    max-width: 500px; }
    @media (max-width: 1290px) {
      .purpose-section .purpose-content {
        max-width: 448px; } }
    @media (max-width: 1023px) {
      .purpose-section .purpose-content {
        max-width: 100%;
        width: calc(100% - 347px);
        padding-right: 11px; } }
    @media (max-width: 767px) {
      .purpose-section .purpose-content {
        width: 100%; } }
  .purpose-section h2 {
    margin: 0 0 15px;
    color: #000;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px; }
    @media (max-width: 1290px) {
      .purpose-section h2 {
        margin: 0 0 10px; } }
    @media (max-width: 1023px) {
      .purpose-section h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 12px; } }
  .purpose-section p {
    color: #000;
    margin: 0 0 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500; }
    @media (max-width: 1023px) {
      .purpose-section p {
        font-size: 14px;
        line-height: 24px; } }

.why-section {
  padding: 17px 0 0; }
  @media (max-width: 1290px) {
    .why-section {
      padding: 70px 0 0; } }
  @media (max-width: 1023px) {
    .why-section {
      padding: 48px 0 0; } }
  @media (max-width: 650px) {
    .why-section {
      padding: 40px 0 0; } }
  .why-section .container {
    padding: 0 77px 0 124px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: flex-end;
    justify-content: space-between; }
    @media (max-width: 1300px) {
      .why-section .container {
        padding: 0 60px;
        align-items: flex-start; } }
    @media (max-width: 1023px) {
      .why-section .container {
        padding: 0 35px; } }
    @media (max-width: 767px) {
      .why-section .container {
        justify-content: center;
        gap: 20px; } }
    @media (max-width: 650px) {
      .why-section .container {
        padding: 0 20px; } }
  .why-section .why-img {
    max-width: 585px;
    width: 100%; }
    @media (max-width: 1290px) {
      .why-section .why-img {
        max-width: 454px;
        padding-top: 20px; } }
    @media (max-width: 1023px) {
      .why-section .why-img {
        max-width: 350px;
        padding-top: 46px; } }
    @media (max-width: 767px) {
      .why-section .why-img {
        order: 1;
        padding: 0; } }
  .why-section .why-content {
    max-width: 519px;
    width: 100%;
    padding-bottom: 20px; }
    @media (max-width: 1320px) {
      .why-section .why-content {
        max-width: 500px; } }
    @media (max-width: 1290px) {
      .why-section .why-content {
        max-width: 100%;
        width: calc(100% - 484px);
        padding: 0; } }
    @media (max-width: 1023px) {
      .why-section .why-content {
        max-width: 100%;
        width: calc(100% - 374px);
        padding: 0; } }
    @media (max-width: 767px) {
      .why-section .why-content {
        order: 2;
        width: 100%; } }
  .why-section h2 {
    margin: 0 0 15px;
    color: #000;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px; }
    @media (max-width: 1290px) {
      .why-section h2 {
        margin: 0 0 10px; } }
    @media (max-width: 1023px) {
      .why-section h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 12px; } }
  .why-section p {
    color: #000;
    margin: 0 0 26px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500; }
    @media (max-width: 1023px) {
      .why-section p {
        font-size: 14px;
        line-height: 24px; } }
    .why-section p:last-child {
      margin-bottom: 0; }
    .why-section p a {
      text-decoration: underline;
      color: #0071BC; }
      .why-section p a:hover {
        color: #28ABE2; }

.rnd-section {
  padding: 60px 0; }
  @media (max-width: 1290px) {
    .rnd-section {
      padding: 70px 0 60px; } }
  @media (max-width: 1023px) {
    .rnd-section {
      padding: 50px 0 60px; } }
  @media (max-width: 650px) {
    .rnd-section {
      padding: 40px 0 60px; } }
  .rnd-section .container {
    padding: 0 124px; }
    @media (max-width: 1300px) {
      .rnd-section .container {
        padding: 0 60px; } }
    @media (max-width: 1023px) {
      .rnd-section .container {
        padding: 0 35px; } }
    @media (max-width: 650px) {
      .rnd-section .container {
        padding: 0 20px; } }
  .rnd-section h2 {
    margin: 0 0 20px;
    color: #000;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px; }
    @media (max-width: 1023px) {
      .rnd-section h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px; } }
  .rnd-section h4 {
    margin: 0 0 10px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px; }
    @media (max-width: 650px) {
      .rnd-section h4 {
        line-height: 24px; } }
  .rnd-section p {
    color: #000;
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500; }
    @media (max-width: 650px) {
      .rnd-section p {
        font-size: 14px;
        line-height: 24px; } }
    .rnd-section p:last-child {
      margin-bottom: 0; }
    .rnd-section p a {
      text-decoration: underline;
      color: #0071BC; }
      .rnd-section p a:hover {
        color: #28ABE2; }

.benefits-section {
  padding: 46px 0 30px;
  background: #E8F2FF; }
  @media (max-width: 1290px) {
    .benefits-section {
      padding: 46px 0 30px; } }
  @media (max-width: 1023px) {
    .benefits-section {
      padding: 40px 0 30px; } }
  @media (max-width: 1290px) {
    .benefits-section .container {
      padding: 0 17px; } }
  @media (max-width: 1023px) {
    .benefits-section .container {
      padding: 0 35px; } }
  @media (max-width: 767px) {
    .benefits-section .container {
      padding: 0 20px; } }
  @media (max-width: 650px) {
    .benefits-section .container {
      padding: 0 30px; } }
  .benefits-section h2 {
    margin: 0 0 24px;
    color: #000;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center; }
    @media (max-width: 1023px) {
      .benefits-section h2 {
        font-size: 24px;
        line-height: 30px;
        max-width: 590px;
        margin: 0 auto 32px; } }
  .benefits-section .benefit-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px; }
    @media (max-width: 1290px) {
      .benefits-section .benefit-cards {
        gap: 15px; } }
    @media (max-width: 1023px) {
      .benefits-section .benefit-cards {
        gap: 10px; } }
    @media (max-width: 650px) {
      .benefits-section .benefit-cards {
        gap: 30px; } }
  .benefits-section .benefit-card {
    max-width: 315px;
    width: 100%; }
    @media (max-width: 1023px) {
      .benefits-section .benefit-card {
        max-width: 226px; } }
    @media (max-width: 767px) {
      .benefits-section .benefit-card {
        max-width: 197px; } }
    @media (max-width: 650px) {
      .benefits-section .benefit-card {
        max-width: 335px; } }
  .benefits-section h3 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 8px; }
    @media (max-width: 1023px) {
      .benefits-section h3 {
        font-size: 16px;
        line-height: 19px;
        margin: 8px 0 6px; } }
    @media (max-width: 650px) {
      .benefits-section h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0 8px; } }
  .benefits-section p {
    color: #000;
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500; }
    @media (max-width: 1023px) {
      .benefits-section p {
        font-size: 13px;
        line-height: 17px; } }
    @media (max-width: 650px) {
      .benefits-section p {
        font-size: 14px;
        line-height: 19px; } }

.facilities-section {
  padding: 30px 0 65px;
  background: #E8F2FF; }
  @media (max-width: 1290px) {
    .facilities-section {
      padding: 30px 0 66px; } }
  @media (max-width: 1023px) {
    .facilities-section {
      padding: 20px 0 50px; } }
  @media (max-width: 650px) {
    .facilities-section {
      padding: 20px 0 60px; } }
  .facilities-section .container {
    padding: 0 10px; }
    @media (max-width: 1300px) {
      .facilities-section .container {
        padding: 0 30px; } }
    @media (max-width: 1023px) {
      .facilities-section .container {
        padding: 0 35px; } }
    @media (max-width: 767px) {
      .facilities-section .container {
        padding: 0 20px; } }
    @media (max-width: 650px) {
      .facilities-section .container {
        padding: 0 20px; } }
    @media (max-width: 350px) {
      .facilities-section .container {
        padding: 0 10px; } }
  .facilities-section h2 {
    margin: 0 0 41px;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center; }
    @media (max-width: 1290px) {
      .facilities-section h2 {
        margin: 0 0 40px; } }
    @media (max-width: 1023px) {
      .facilities-section h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 30px; } }
    @media (max-width: 650px) {
      .facilities-section h2 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 20px; } }
  .facilities-section .facilities-cards {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 62px;
    max-width: 1096px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 1290px) {
      .facilities-section .facilities-cards {
        gap: 30px 30px; } }
    @media (max-width: 1023px) {
      .facilities-section .facilities-cards {
        gap: 22px; } }
    @media (max-width: 767px) {
      .facilities-section .facilities-cards {
        gap: 20px; } }
    @media (max-width: 650px) {
      .facilities-section .facilities-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; } }
    @media (max-width: 350px) {
      .facilities-section .facilities-cards {
        gap: 10px; } }
  .facilities-section .facilities-card {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .facilities-section .facilities-svg {
    display: flex; }
    @media (max-width: 1023px) {
      .facilities-section .facilities-svg svg {
        width: 65px;
        height: 65px; } }
  .facilities-section h3 {
    text-align: center;
    margin: 15px 0 0;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px; }
    @media (max-width: 1023px) {
      .facilities-section h3 {
        margin: 11px 0 0;
        font-size: 14px;
        line-height: 17px; } }

.set-up-section {
  padding: 60px 0 10px; }
  .set-up-section .container {
    padding: 0 81px 0 93px; }
    @media (max-width: 1290px) {
      .set-up-section .container {
        padding: 0 30px; } }
    @media (max-width: 1023px) {
      .set-up-section .container {
        padding: 0 60px; } }
    @media (max-width: 767px) {
      .set-up-section .container {
        padding: 0 30px; } }
    @media (max-width: 650px) {
      .set-up-section .container {
        padding: 0 31px; } }
    @media (max-width: 350px) {
      .set-up-section .container {
        padding: 0 20px; } }
  .set-up-section h2 {
    color: #000;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin: 0 0 9px; }
    @media (max-width: 1023px) {
      .set-up-section h2 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 10px; } }
    @media (max-width: 650px) {
      .set-up-section h2 {
        padding: 0 20px; } }
  .set-up-section p {
    margin: 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    text-align: center; }
    @media (max-width: 1023px) {
      .set-up-section p {
        font-size: 18px;
        line-height: 26px; } }
    @media (max-width: 650px) {
      .set-up-section p {
        padding: 0 20px;
        font-size: 16px;
        line-height: 22px; } }
  .set-up-section .set-up-content {
    margin: 30px 0 0; }
    @media (max-width: 650px) {
      .set-up-section .set-up-content {
        margin: 20px 0 0; } }
  .set-up-section .set-up-column {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 44px 48px; }
    @media (max-width: 1290px) {
      .set-up-section .set-up-column {
        gap: 44px 35px; } }
    @media (max-width: 1023px) {
      .set-up-section .set-up-column {
        display: block;
        columns: 2;
        gap: 40px; } }
    @media (max-width: 650px) {
      .set-up-section .set-up-column {
        columns: 1;
        gap: 40px; } }
    .set-up-section .set-up-column .row-one {
      grid-area: 1/1/2/2; }
    .set-up-section .set-up-column .row-two {
      grid-area: 2/1/3/2; }
    .set-up-section .set-up-column .row-three {
      grid-area: 1/2/2/3; }
    .set-up-section .set-up-column .row-four {
      grid-area: 2/2/3/3; }
    .set-up-section .set-up-column .row-five {
      grid-area: 1 / 3 / 3 / 4; }
  .set-up-section .set-up-row {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .set-up-section .set-up-row {
        margin-bottom: 30px; } }
    @media (max-width: 650px) {
      .set-up-section .set-up-row {
        justify-content: space-between; } }
    @media (max-width: 650px) {
      .set-up-section .set-up-row:last-child {
        margin-bottom: 0; } }
    .set-up-section .set-up-row:last-child p {
      max-width: 320px; }
      @media (max-width: 1290px) {
        .set-up-section .set-up-row:last-child p {
          max-width: 250px; } }
      @media (max-width: 767px) {
        .set-up-section .set-up-row:last-child p {
          max-width: 220px; } }
      @media (max-width: 650px) {
        .set-up-section .set-up-row:last-child p {
          max-width: 100%;
          width: calc(100% - 60px); } }
      @media (max-width: 400px) {
        .set-up-section .set-up-row:last-child p {
          max-width: 250px;
          width: 100%; } }
      @media (max-width: 360px) {
        .set-up-section .set-up-row:last-child p {
          max-width: 220px; } }
    .set-up-section .set-up-row span {
      color: #49CEC1;
      font-weight: 700;
      font-size: 48px;
      line-height: 34px;
      display: inline-flex;
      margin-right: 14px;
      padding-top: 4px; }
      @media (max-width: 1023px) {
        .set-up-section .set-up-row span {
          margin-right: 20px;
          padding: 0; } }
    .set-up-section .set-up-row p {
      height: max-content;
      text-align: left;
      color: #000;
      margin: 0;
      font-size: 16px;
      line-height: 22px;
      font-weight: 500;
      max-width: 312px;
      width: 100%; }
      @media (max-width: 1290px) {
        .set-up-section .set-up-row p {
          max-width: 250px; } }
      @media (max-width: 1023px) {
        .set-up-section .set-up-row p {
          font-size: 14px;
          line-height: 20px;
          padding: 0; } }
      @media (max-width: 767px) {
        .set-up-section .set-up-row p {
          max-width: 220px; } }
      @media (max-width: 650px) {
        .set-up-section .set-up-row p {
          max-width: 100%;
          width: calc(100% - 60px); } }
      @media (max-width: 400px) {
        .set-up-section .set-up-row p {
          max-width: 250px;
          width: 100%; } }
      @media (max-width: 360px) {
        .set-up-section .set-up-row p {
          max-width: 220px; } }
      .set-up-section .set-up-row p a {
        text-decoration: underline;
        color: #0071BC; }
        .set-up-section .set-up-row p a:hover {
          color: #28ABE2; }

.components-sections {
  padding: 40px 0 0; }
  @media (max-width: 1290px) {
    .components-sections {
      padding: 28px 0 0; } }
  @media (max-width: 1023px) {
    .components-sections {
      padding: 50px 0 0; } }
  .components-sections h2 {
    color: #000;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin: 0 0 30px; }
    @media (max-width: 1023px) {
      .components-sections h2 {
        font-size: 24px;
        line-height: 30px; } }
    @media (max-width: 650px) {
      .components-sections h2 {
        padding: 0 20px; } }
  .components-sections .container {
    padding: 0 148px; }
    @media (max-width: 1290px) {
      .components-sections .container {
        padding: 0 25px; } }
    @media (max-width: 1023px) {
      .components-sections .container {
        padding: 0 121px 0 122px; } }
    @media (max-width: 767px) {
      .components-sections .container {
        padding: 0 35px; } }
    @media (max-width: 650px) {
      .components-sections .container {
        padding: 0 20px; } }
  .components-sections .components-cards {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(6, 1fr);
    gap: 30px 20px; }
    @media (max-width: 1290px) {
      .components-sections .components-cards {
        gap: 26px 18px; } }
    @media (max-width: 1023px) {
      .components-sections .components-cards {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 19px; } }
    @media (max-width: 650px) {
      .components-sections .components-cards {
        gap: 25px 17px; } }
  .components-sections .components-card:first-child {
    grid-area: 1 / 1 / 3 / 4; }
    .components-sections .components-card:first-child h3 {
      font-size: 20px;
      line-height: 18px;
      margin: 10px 0 0; }
      @media (max-width: 1290px) {
        .components-sections .components-card:first-child h3 {
          line-height: 16px; } }
      @media (max-width: 1023px) {
        .components-sections .components-card:first-child h3 {
          font-size: 20px;
          line-height: 18px; } }
      @media (max-width: 650px) {
        .components-sections .components-card:first-child h3 {
          font-size: 16px;
          line-height: 18px;
          margin: 9px 0 0; } }
  .components-sections .components-card:nth-child(2) {
    grid-area: 3/1/4/2; }
  .components-sections .components-card:nth-child(3) {
    grid-area: 3/2/4/3; }
  .components-sections .components-card:nth-child(4) {
    grid-area: 3/3/4/4; }
  @media (max-width: 1023px) {
    .components-sections .components-card:not(:first-child) {
      width: 162px; } }
  @media (max-width: 767px) {
    .components-sections .components-card:not(:first-child) {
      width: 31%; } }
  @media (max-width: 650px) {
    .components-sections .components-card:not(:first-child) {
      width: 47.4%; } }
  @media (max-width: 370px) {
    .components-sections .components-card:not(:first-child) {
      width: 46%; } }
  .components-sections .components-card a {
    text-decoration: none; }
  .components-sections .components-card h3 {
    margin: 10px 0 0;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px; }
    @media (max-width: 1290px) {
      .components-sections .components-card h3 {
        margin: 7px 0 0; } }
    @media (max-width: 1023px) {
      .components-sections .components-card h3 {
        margin: 10px 0 0; } }
    @media (max-width: 650px) {
      .components-sections .components-card h3 {
        margin: 8px 0 0; } }
    .components-sections .components-card h3:hover {
      color: #28ABE2; }

.questions-section {
  padding: 70px 0 60px; }
  @media (max-width: 1023px) {
    .questions-section {
      padding: 60px 0 60px; } }
  .questions-section h2 {
    color: #000;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin: 0 0 30px; }
    @media (max-width: 1023px) {
      .questions-section h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px; } }
    @media (max-width: 650px) {
      .questions-section h2 {
        margin: 0 0 8px; } }
  .questions-section .container {
    padding: 0 148px; }
    @media (max-width: 1290px) {
      .questions-section .container {
        padding: 0 25px; } }
    @media (max-width: 1023px) {
      .questions-section .container {
        padding: 0 35px; } }
    @media (max-width: 650px) {
      .questions-section .container {
        padding: 0 20px; } }
  .questions-section .questions-accordion-tab {
    margin-bottom: 10px; }
    @media (max-width: 650px) {
      .questions-section .questions-accordion-tab {
        margin-bottom: 12px; } }
    .questions-section .questions-accordion-tab:last-child {
      margin-bottom: 0; }
    .questions-section .questions-accordion-tab.is-open .questions-accordion-title {
      background-color: #0071BC;
      color: #fff; }
      .questions-section .questions-accordion-tab.is-open .questions-accordion-title .title-svg {
        padding: 23px 18px; }
        .questions-section .questions-accordion-tab.is-open .questions-accordion-title .title-svg .minus {
          display: block; }
        .questions-section .questions-accordion-tab.is-open .questions-accordion-title .title-svg .plus {
          display: none; }
  .questions-section .questions-accordion-title {
    background: #D9F2F0;
    border-radius: 8px;
    margin: 0;
    display: flex;
    cursor: pointer;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px; }
    @media (max-width: 650px) {
      .questions-section .questions-accordion-title {
        font-size: 16px;
        line-height: 22px; } }
    .questions-section .questions-accordion-title .main-title {
      display: inline-flex;
      padding: 8px 0;
      align-items: center; }
    .questions-section .questions-accordion-title .title-svg {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #0071BC;
      max-width: 56px;
      width: 100%;
      min-height: 50px;
      border-radius: 8px 0 0 8px;
      margin-right: 25px; }
      @media (max-width: 650px) {
        .questions-section .questions-accordion-title .title-svg {
          margin-right: 15px; } }
      .questions-section .questions-accordion-title .title-svg .minus {
        display: none; }
  .questions-section .questions-accordion-content {
    padding: 30px 44px 30px 36px; }
    @media (max-width: 1290px) {
      .questions-section .questions-accordion-content {
        padding: 30px 18px 30px 36px; } }
    @media (max-width: 1023px) {
      .questions-section .questions-accordion-content {
        padding: 25px 28px 17px 36px; } }
    @media (max-width: 650px) {
      .questions-section .questions-accordion-content {
        padding: 15px 11px 28px 9px; } }
    .questions-section .questions-accordion-content p {
      color: #000;
      margin: 0 0 25px;
      font-size: 16px;
      line-height: 22px;
      font-weight: 500; }
      @media (max-width: 1023px) {
        .questions-section .questions-accordion-content p {
          font-size: 14px;
          line-height: 20px; } }
      .questions-section .questions-accordion-content p:last-child {
        margin-bottom: 0; }
      .questions-section .questions-accordion-content p a {
        text-decoration: underline;
        color: #0071BC; }
        .questions-section .questions-accordion-content p a:hover {
          color: #28ABE2; }
    .questions-section .questions-accordion-content p + ul {
      margin-top: -10px; }
    .questions-section .questions-accordion-content ul {
      margin: 0 0 0;
      list-style: none;
      padding-left: 42px; }
      @media (max-width: 1290px) {
        .questions-section .questions-accordion-content ul {
          padding-left: 47px; } }
      @media (max-width: 650px) {
        .questions-section .questions-accordion-content ul {
          padding-left: 35px; } }
      .questions-section .questions-accordion-content ul li {
        margin-bottom: 20px;
        color: #000;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        position: relative; }
        @media (max-width: 1023px) {
          .questions-section .questions-accordion-content ul li {
            font-size: 14px;
            line-height: 20px; } }
        .questions-section .questions-accordion-content ul li::before {
          content: '';
          position: absolute;
          left: -24px;
          top: 9px;
          width: 9px;
          height: 9px;
          border-radius: 50%;
          background-color: #D0D0D0; }
        .questions-section .questions-accordion-content ul li:last-child {
          margin-bottom: 0; }
    .questions-section .questions-accordion-content ol {
      margin: 0 0 0;
      padding-left: 32px; }
      @media (max-width: 1290px) {
        .questions-section .questions-accordion-content ol {
          padding-left: 32px; } }
      @media (max-width: 650px) {
        .questions-section .questions-accordion-content ol {
          padding-left: 20px; } }
      .questions-section .questions-accordion-content ol li {
        margin-bottom: 20px;
        color: #000;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        position: relative;
        padding-left: 15px; }
        @media (max-width: 1023px) {
          .questions-section .questions-accordion-content ol li {
            font-size: 14px;
            line-height: 20px; } }
        .questions-section .questions-accordion-content ol li:last-child {
          margin-bottom: 0; }

.copy-page-section {
  padding-bottom: 80px; }
  .copy-page-section .container {
    text-align: center; }
  .copy-page-section h2 {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin: 0 0 15px; }
    @media (max-width: 1023px) {
      .copy-page-section h2 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 16px; } }
    @media (max-width: 650px) {
      .copy-page-section h2 {
        font-size: 18px;
        line-height: 34px;
        margin: 0 0 17px; } }
  .copy-page-section .pdf-link {
    display: inline-flex;
    align-items: center;
    background: #F2D741;
    border-radius: 25px;
    padding: 4px 24px 3px 7px;
    height: 44px; }
    .copy-page-section .pdf-link .pdf-logo {
      display: inline-flex;
      margin-right: 8px; }
    .copy-page-section .pdf-link .pdf-content {
      text-align: left; }
      .copy-page-section .pdf-link .pdf-content span {
        display: block;
        font-size: 14px;
        line-height: 14px; }
      .copy-page-section .pdf-link .pdf-content p {
        margin: 0;
        font-weight: 700;
        font-size: 17px;
        line-height: 17px; }

.sensory-banner {
  position: relative;
  height: 100%; }
  @media (max-width: 1023px) {
    .sensory-banner {
      max-height: 402px; } }
  @media (max-width: 767px) {
    .sensory-banner {
      max-height: 100%; } }
  @media (max-width: 1023px) {
    .sensory-banner .snsry-img {
      max-height: 402px; } }
  @media (max-width: 767px) {
    .sensory-banner .snsry-img {
      max-height: 350px; } }
  @media (max-width: 400px) {
    .sensory-banner .snsry-img {
      max-height: 100%; } }
  @media (max-width: 1023px) {
    .sensory-banner .snsry-img img {
      object-fit: cover;
      object-position: center;
      max-height: 402px;
      width: 100%;
      min-height: 402px; } }
  @media (max-width: 767px) {
    .sensory-banner .snsry-img img {
      object-position: 58% 50%;
      max-height: 350px;
      min-height: 350px; } }
  @media (max-width: 400px) {
    .sensory-banner .snsry-img img {
      max-height: 100%;
      min-height: 100%; } }
  .sensory-banner nav[aria-label="Breadcrumb"] {
    position: absolute;
    max-width: 1366px;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }
    @media (max-width: 767px) {
      .sensory-banner nav[aria-label="Breadcrumb"] {
        display: none; } }
    .sensory-banner nav[aria-label="Breadcrumb"] .breadcrumbs {
      margin: 0;
      padding: 22px 28px 6px; }
      @media (max-width: 1275px) {
        .sensory-banner nav[aria-label="Breadcrumb"] .breadcrumbs {
          padding: 21px 25px 6px; } }
      @media (max-width: 1023px) {
        .sensory-banner nav[aria-label="Breadcrumb"] .breadcrumbs {
          padding: 20px 35px 6px; } }
      .sensory-banner nav[aria-label="Breadcrumb"] .breadcrumbs::before, .sensory-banner nav[aria-label="Breadcrumb"] .breadcrumbs a {
        color: #FFFFFF; }
  .sensory-banner .snsry-content {
    position: absolute;
    max-width: 1366px;
    width: 100%;
    top: 46px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .sensory-banner .snsry-content {
        top: 20px;
        transform: none;
        left: 0; } }
    @media (max-width: 400px) {
      .sensory-banner .snsry-content {
        bottom: 0;
        top: auto; } }
    .sensory-banner .snsry-content .snsry-sub-content {
      margin-left: 58px;
      margin-top: 34px;
      text-align: left;
      max-width: 491px; }
      @media (max-width: 1275px) {
        .sensory-banner .snsry-content .snsry-sub-content {
          margin-left: 25px;
          margin-top: 9px;
          max-width: 354px; } }
      @media (max-width: 1023px) {
        .sensory-banner .snsry-content .snsry-sub-content {
          margin-left: 35px;
          margin-top: 22px;
          max-width: 340px; } }
      @media (max-width: 400px) {
        .sensory-banner .snsry-content .snsry-sub-content {
          padding: 52px 20px 30px;
          margin-left: 0;
          margin-top: 0;
          max-width: 100%; } }
      .sensory-banner .snsry-content .snsry-sub-content .snsry-subhead {
        color: #C2E7E8;
        font-size: 22px;
        letter-spacing: 4.4px;
        line-height: 31px;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0; }
        @media (max-width: 1275px) {
          .sensory-banner .snsry-content .snsry-sub-content .snsry-subhead {
            font-size: 18px;
            letter-spacing: 3.6px;
            line-height: 25px; } }
        @media (max-width: 1023px) {
          .sensory-banner .snsry-content .snsry-sub-content .snsry-subhead {
            display: none; } }
      .sensory-banner .snsry-content .snsry-sub-content .page-heading {
        color: #FFFFFF;
        font-size: 56px;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        text-transform: capitalize;
        text-align: left;
        line-height: 57px;
        max-width: 412px;
        margin-top: 2px;
        margin-bottom: 0; }
        @media (max-width: 1275px) {
          .sensory-banner .snsry-content .snsry-sub-content .page-heading {
            font-size: 48px;
            line-height: 52px;
            margin-top: 0px; } }
        @media (max-width: 1023px) {
          .sensory-banner .snsry-content .snsry-sub-content .page-heading {
            font-size: 40px;
            line-height: 48px; } }
        @media (max-width: 767px) {
          .sensory-banner .snsry-content .snsry-sub-content .page-heading {
            font-size: 32px;
            line-height: 41px; } }
      .sensory-banner .snsry-content .snsry-sub-content .page-text {
        color: #fff;
        font-size: 26px;
        line-height: 38px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        margin-top: 22px;
        margin-bottom: 30px; }
        @media (max-width: 1275px) {
          .sensory-banner .snsry-content .snsry-sub-content .page-text {
            font-size: 18px;
            line-height: 26px;
            margin-top: 6px;
            margin-bottom: 20px; } }
        @media (max-width: 1023px) {
          .sensory-banner .snsry-content .snsry-sub-content .page-text {
            margin-top: 5px; } }
        @media (max-width: 767px) {
          .sensory-banner .snsry-content .snsry-sub-content .page-text {
            margin-top: 4px;
            line-height: 24px; } }
      .sensory-banner .snsry-content .snsry-sub-content .snsry-btn {
        background-color: #77B55C;
        border-radius: 22px;
        color: #fff;
        font-size: 17px;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        padding: 11px 30px 9px;
        line-height: 24px;
        display: inline-block;
        position: relative;
        z-index: 2; }
        .sensory-banner .snsry-content .snsry-sub-content .snsry-btn:hover {
          background-color: #85DD5F; }

.sensory-helpers {
  max-width: 1366px;
  width: 100%;
  margin: -20px auto 0;
  padding: 0 93px; }
  @media (max-width: 1275px) {
    .sensory-helpers {
      padding: 0 25px; } }
  @media (max-width: 1023px) {
    .sensory-helpers {
      padding: 0 35px;
      margin-top: -20px; } }
  @media (max-width: 767px) {
    .sensory-helpers {
      padding: 0 16px; } }
  @media (max-width: 400px) {
    .sensory-helpers {
      margin-top: 40px; } }
  .sensory-helpers .snhelp-head {
    color: #000000;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 56px;
    text-transform: capitalize;
    margin: 0 0 4px; }
    @media (max-width: 1275px) {
      .sensory-helpers .snhelp-head {
        font-size: 36px;
        line-height: 51px;
        margin: 0 0 7px; } }
    @media (max-width: 1023px) {
      .sensory-helpers .snhelp-head {
        font-size: 23px;
        line-height: 32px;
        margin: 0 0 2px; } }
    @media (max-width: 767px) {
      .sensory-helpers .snhelp-head {
        font-size: 26px;
        line-height: 36px; } }
  .sensory-helpers .snhelp-text {
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 24px;
    margin: 0; }
    @media (max-width: 1275px) {
      .sensory-helpers .snhelp-text {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .sensory-helpers .snhelp-text {
        max-width: 276px;
        margin: 0 auto;
        line-height: 22px; } }
  .sensory-helpers .snhelp-col {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px 20px;
    margin-top: 20px; }
    @media (max-width: 1275px) {
      .sensory-helpers .snhelp-col {
        gap: 0px 18px; } }
    @media (max-width: 1023px) {
      .sensory-helpers .snhelp-col {
        gap: 0px 13px;
        margin-top: 22px; } }
    @media (max-width: 767px) {
      .sensory-helpers .snhelp-col {
        gap: 30px 13px;
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr); } }
    .sensory-helpers .snhelp-col .snhelp-subcol .snhelp-img {
      overflow: hidden;
      border-radius: 10px; }
      @media (max-width: 1023px) {
        .sensory-helpers .snhelp-col .snhelp-subcol .snhelp-img {
          border-radius: 8px; } }
      .sensory-helpers .snhelp-col .snhelp-subcol .snhelp-img img {
        border-radius: 10px;
        transition: all .3s ease-in; }
        @media (max-width: 1023px) {
          .sensory-helpers .snhelp-col .snhelp-subcol .snhelp-img img {
            border-radius: 8px; } }
    .sensory-helpers .snhelp-col .snhelp-subcol h3 {
      color: #000000;
      font-size: 22px;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      margin: 10px 0 0;
      text-align: center; }
      @media (max-width: 1275px) {
        .sensory-helpers .snhelp-col .snhelp-subcol h3 {
          font-size: 18px;
          margin: 9px 0 0;
          line-height: 25px; } }
      @media (max-width: 1023px) {
        .sensory-helpers .snhelp-col .snhelp-subcol h3 {
          font-size: 14px;
          margin: 7px 0 0;
          line-height: 20px; } }
    .sensory-helpers .snhelp-col .snhelp-subcol a:hover .snhelp-img img {
      transform: scale(1.1); }
    .sensory-helpers .snhelp-col .snhelp-subcol a:hover h3 {
      color: #0071BC;
      text-decoration: underline; }

.sensory-build-skills {
  margin-top: 50px;
  background-image: url("../img/sensory-build-bg-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0; }
  @media (max-width: 1290px) {
    .sensory-build-skills {
      padding: 50px 0 48px; } }
  @media (max-width: 1023px) {
    .sensory-build-skills {
      margin-top: 40px;
      padding: 40px 0 38px; } }
  @media (max-width: 767px) {
    .sensory-build-skills {
      padding: 40px 38px 50px; } }
  .sensory-build-skills .snbuild-head {
    color: #000;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 56px;
    margin: 0;
    text-align: center; }
    @media (max-width: 1290px) {
      .sensory-build-skills .snbuild-head {
        font-size: 36px;
        line-height: 51px; } }
    @media (max-width: 1023px) {
      .sensory-build-skills .snbuild-head {
        font-size: 23px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      .sensory-build-skills .snbuild-head {
        font-size: 26px;
        line-height: 30px; } }
  .sensory-build-skills .snbuild-col {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 20px;
    max-width: 1366px;
    padding: 0 193px 0 173px;
    margin: 30px auto 0; }
    @media (max-width: 1290px) {
      .sensory-build-skills .snbuild-col {
        padding: 0;
        gap: 0px 22px;
        max-width: 974px; } }
    @media (max-width: 1023px) {
      .sensory-build-skills .snbuild-col {
        gap: 0px 16px;
        padding: 0 35px;
        margin: 20px auto 0; } }
    @media (max-width: 767px) {
      .sensory-build-skills .snbuild-col {
        gap: 30px 0;
        padding: 0 30px;
        margin: 20px auto 0;
        grid-template-columns: repeat(1, 1fr); } }
    .sensory-build-skills .snbuild-col .snbuild-subcol {
      text-align: center; }
      .sensory-build-skills .snbuild-col .snbuild-subcol .snbuild-img {
        max-height: 204px;
        overflow: hidden;
        border-radius: 10px; }
        @media (max-width: 1290px) {
          .sensory-build-skills .snbuild-col .snbuild-subcol .snbuild-img {
            max-height: 197px; } }
        .sensory-build-skills .snbuild-col .snbuild-subcol .snbuild-img img {
          transition: all .3s ease-in;
          border-radius: 10px;
          max-height: 204px; }
          @media (max-width: 1290px) {
            .sensory-build-skills .snbuild-col .snbuild-subcol .snbuild-img img {
              max-height: 197px; } }
      .sensory-build-skills .snbuild-col .snbuild-subcol h3 {
        color: #000000;
        font-size: 22px;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        text-transform: capitalize;
        margin: 10px 0 0;
        line-height: 31px; }
        @media (max-width: 1290px) {
          .sensory-build-skills .snbuild-col .snbuild-subcol h3 {
            margin: 17px 0 0; } }
        @media (max-width: 1023px) {
          .sensory-build-skills .snbuild-col .snbuild-subcol h3 {
            margin: 10px 0 0;
            line-height: 25px;
            font-size: 18px; } }
      .sensory-build-skills .snbuild-col .snbuild-subcol a:hover .snbuild-img img {
        transform: scale(1.1); }
      .sensory-build-skills .snbuild-col .snbuild-subcol a:hover h3 {
        color: #0071BC;
        text-decoration: underline; }

.sensory-toy-section {
  max-width: 1366px;
  margin: 70px auto 0;
  width: 100%;
  padding: 0 171px; }
  @media (max-width: 1290px) {
    .sensory-toy-section {
      padding: 0;
      max-width: 974px; } }
  @media (max-width: 1023px) {
    .sensory-toy-section {
      margin: 50px auto 0;
      padding: 0 35px; } }
  @media (max-width: 767px) {
    .sensory-toy-section {
      padding: 0 26px; } }
  .sensory-toy-section .sntoy-head {
    color: #000000;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 56px;
    margin: 0 0 4px;
    text-align: center; }
    @media (max-width: 1290px) {
      .sensory-toy-section .sntoy-head {
        font-size: 36px;
        line-height: 51px;
        margin: 0 0 7px; } }
    @media (max-width: 1023px) {
      .sensory-toy-section .sntoy-head {
        font-size: 23px;
        line-height: 32px;
        margin: 0 0 2px; } }
    @media (max-width: 767px) {
      .sensory-toy-section .sntoy-head {
        max-width: 220px;
        margin: 0 auto;
        font-size: 26px;
        line-height: 30px; } }
  .sensory-toy-section .sntoy-text {
    color: #000000;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    text-align: center; }
    @media (max-width: 1023px) {
      .sensory-toy-section .sntoy-text {
        font-size: 16px;
        line-height: 23px; } }
  .sensory-toy-section .sntoy-col {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px 40px;
    max-width: 1366px;
    margin: 25px auto 0; }
    @media (max-width: 1290px) {
      .sensory-toy-section .sntoy-col {
        gap: 0px 24px;
        margin: 20px auto 0; } }
    @media (max-width: 1023px) {
      .sensory-toy-section .sntoy-col {
        gap: 0px 17px; } }
    @media (max-width: 767px) {
      .sensory-toy-section .sntoy-col {
        gap: 22px 30px;
        grid-template-columns: repeat(2, 1fr); } }
    .sensory-toy-section .sntoy-col .sntoy-subcol .sntoy-img {
      border: 3px solid #E8F2FF;
      border-radius: 50%;
      padding: 11px;
      max-height: 226px;
      overflow: hidden; }
      @media (max-width: 1023px) {
        .sensory-toy-section .sntoy-col .sntoy-subcol .sntoy-img {
          padding: 8px; } }
      @media (max-width: 767px) {
        .sensory-toy-section .sntoy-col .sntoy-subcol .sntoy-img {
          padding: 7px; } }
      .sensory-toy-section .sntoy-col .sntoy-subcol .sntoy-img img {
        border-radius: 50%; }
    .sensory-toy-section .sntoy-col .sntoy-subcol h3 {
      color: #000000;
      font-size: 20px;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 28px;
      margin: 13px 0 0;
      text-align: center; }
      @media (max-width: 1023px) {
        .sensory-toy-section .sntoy-col .sntoy-subcol h3 {
          font-size: 15px;
          line-height: 21px;
          margin: 10px 0 0; } }
      @media (max-width: 767px) {
        .sensory-toy-section .sntoy-col .sntoy-subcol h3 {
          font-size: 17px;
          line-height: 24px;
          margin: 5px 0 0; } }
    .sensory-toy-section .sntoy-col .sntoy-subcol a:hover .sntoy-img {
      border-color: #0271BC; }
    .sensory-toy-section .sntoy-col .sntoy-subcol a:hover h3 {
      color: #0071BC;
      text-decoration: underline; }

.sensory-fq-section {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap; }
  @media (max-width: 1290px) {
    .sensory-fq-section {
      margin-top: 70px; } }
  @media (max-width: 1023px) {
    .sensory-fq-section {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .sensory-fq-section {
      margin-top: 60px; } }
  .sensory-fq-section .snry-left {
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 767px) {
      .sensory-fq-section .snry-left {
        width: 100%; } }
    .sensory-fq-section .snry-left:nth-child(2n+1) {
      background-image: url("../img/sensory-fgbg-img.png"); }
    .sensory-fq-section .snry-left:nth-child(2n) {
      background-image: url("../img/sensory-fgrght-img.png"); }
    .sensory-fq-section .snry-left .snry-container {
      max-width: 460px;
      text-align: center;
      margin: 0 auto;
      padding: 35px 0; }
      @media (max-width: 1290px) {
        .sensory-fq-section .snry-left .snry-container {
          padding: 40px 0 36px; } }
      @media (max-width: 1023px) {
        .sensory-fq-section .snry-left .snry-container {
          max-width: 335px;
          padding: 27px 0; } }
      @media (max-width: 767px) {
        .sensory-fq-section .snry-left .snry-container {
          padding: 24px 20px; } }
      .sensory-fq-section .snry-left .snry-container .snryfq-head {
        display: flex;
        align-items: center;
        justify-content: center; }
        .sensory-fq-section .snry-left .snry-container .snryfq-head h4 {
          color: #FFF4B5;
          font-size: 38px;
          font-weight: 400;
          text-shadow: 4px 4px 0px #000000;
          text-transform: capitalize;
          font-family: 'Happy School';
          max-width: 155px;
          line-height: 38px;
          margin: 0;
          text-align: right; }
          @media (max-width: 1023px) {
            .sensory-fq-section .snry-left .snry-container .snryfq-head h4 {
              font-size: 28px;
              line-height: 28px;
              max-width: 114px; } }
        .sensory-fq-section .snry-left .snry-container .snryfq-head h3 {
          color: #FFFFFF;
          font-size: 78px;
          line-height: 99px;
          font-family: 'Happy School';
          font-weight: 400;
          text-shadow: 4px 4px 0px #000000;
          padding-left: 20px;
          margin: 0; }
          @media (max-width: 1023px) {
            .sensory-fq-section .snry-left .snry-container .snryfq-head h3 {
              font-size: 58px;
              line-height: 73px;
              padding-left: 17px; } }
      .sensory-fq-section .snry-left .snry-container .snryfq-text {
        color: #FFFFFF;
        font-size: 22px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        line-height: 31px;
        margin-bottom: 19px;
        margin-top: -3px; }
        @media (max-width: 1023px) {
          .sensory-fq-section .snry-left .snry-container .snryfq-text {
            font-size: 16px;
            line-height: 23px;
            margin-top: 2px;
            margin-bottom: 14px; } }
      .sensory-fq-section .snry-left .snry-container .snryfq-tn {
        background-color: #F2D741;
        border-radius: 22px;
        font-size: 17px;
        color: #000000;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        line-height: 24px;
        padding: 11px 29px 9px;
        display: inline-block;
        text-transform: uppercase; }
        @media (max-width: 1023px) {
          .sensory-fq-section .snry-left .snry-container .snryfq-tn {
            font-size: 12px;
            line-height: 17px;
            padding: 8px 29px 8px 22px; } }

.sensory-wght-section {
  max-width: 1042px;
  margin: 60px auto 0; }
  @media (max-width: 1290px) {
    .sensory-wght-section {
      max-width: 810px; } }
  @media (max-width: 1023px) {
    .sensory-wght-section {
      margin: 45px auto 0;
      padding: 0 80px; } }
  @media (max-width: 767px) {
    .sensory-wght-section {
      margin: 40px auto 0;
      padding: 0 40px; } }
  .sensory-wght-section .snrywght-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }
    @media (max-width: 767px) {
      .sensory-wght-section .snrywght-link {
        flex-direction: column-reverse; } }
  .sensory-wght-section .snrywght-col-left {
    width: calc(100% - 488px);
    text-align: center;
    padding-right: 21px; }
    @media (max-width: 1290px) {
      .sensory-wght-section .snrywght-col-left {
        width: calc(100% - 381px);
        padding-right: 30px; } }
    @media (max-width: 1023px) {
      .sensory-wght-section .snrywght-col-left {
        width: calc(100% - 285px);
        padding-right: 38px;
        display: flex;
        flex-direction: column; } }
    @media (max-width: 767px) {
      .sensory-wght-section .snrywght-col-left {
        width: 100%;
        max-width: 285px;
        padding-right: 0;
        margin-right: 9px;
        padding-top: 17px; } }
    .sensory-wght-section .snrywght-col-left h3 {
      color: #0071BC;
      font-family: 'Happy School';
      font-weight: 400;
      line-height: 71px;
      font-size: 56px;
      margin: 0; }
      @media (max-width: 1290px) {
        .sensory-wght-section .snrywght-col-left h3 {
          line-height: 54px;
          font-size: 43px; } }
      @media (max-width: 1023px) {
        .sensory-wght-section .snrywght-col-left h3 {
          font-size: 32px;
          line-height: 40px;
          margin-right: -18px; } }
    .sensory-wght-section .snrywght-col-left h5 {
      color: #000000;
      font-size: 28px;
      line-height: 39px;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      margin: 0 0 13px;
      text-transform: capitalize; }
      @media (max-width: 1290px) {
        .sensory-wght-section .snrywght-col-left h5 {
          font-size: 21px;
          line-height: 29px;
          margin: 0 0 11px; } }
      @media (max-width: 1023px) {
        .sensory-wght-section .snrywght-col-left h5 {
          font-size: 15px;
          line-height: 21px;
          margin: 0 0 9px; } }
    .sensory-wght-section .snrywght-col-left .wght-btn {
      color: #0071BC;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 25px;
      text-decoration: underline;
      text-transform: uppercase; }
      @media (max-width: 1290px) {
        .sensory-wght-section .snrywght-col-left .wght-btn {
          font-size: 13px;
          line-height: 19px; } }
      @media (max-width: 1023px) {
        .sensory-wght-section .snrywght-col-left .wght-btn {
          font-size: 9px;
          line-height: 12px; } }
      .sensory-wght-section .snrywght-col-left .wght-btn:hover {
        color: #28ABE2; }
  .sensory-wght-section .snrywght-col-rght {
    width: 488px; }
    @media (max-width: 1290px) {
      .sensory-wght-section .snrywght-col-rght {
        width: 381px; } }
    @media (max-width: 1023px) {
      .sensory-wght-section .snrywght-col-rght {
        width: 285px; } }
    @media (max-width: 767px) {
      .sensory-wght-section .snrywght-col-rght {
        width: 100%; } }
    @media (max-width: 1290px) {
      .sensory-wght-section .snrywght-col-rght img {
        max-height: 150px;
        width: 100%;
        object-fit: cover; } }
    @media (max-width: 1023px) {
      .sensory-wght-section .snrywght-col-rght img {
        max-height: 112px; } }

.sensory-products {
  margin: 70px auto 56px;
  max-width: 1056px;
  padding: 0; }
  @media (max-width: 1290px) {
    .sensory-products {
      margin: 70px auto 55px; } }
  @media (max-width: 1023px) {
    .sensory-products {
      margin: 60px auto; } }
  @media (max-width: 767px) {
    .sensory-products {
      margin: 70px auto 60px; } }
  .sensory-products .sntoy-head {
    color: #000000;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 56px;
    margin: 0 0 6px;
    text-align: center; }
    @media (max-width: 1290px) {
      .sensory-products .sntoy-head {
        font-size: 36px;
        line-height: 51px;
        margin: 0 0 3px; } }
    @media (max-width: 1023px) {
      .sensory-products .sntoy-head {
        font-size: 23px;
        line-height: 32px;
        margin: 0 0 2px; } }
    @media (max-width: 767px) {
      .sensory-products .sntoy-head {
        padding: 0 20px; } }
  .sensory-products .sntoy-text {
    color: #000000;
    font-size: 16px;
    line-height: 23px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-align: center;
    margin: 0; }
    @media (max-width: 767px) {
      .sensory-products .sntoy-text {
        padding: 0 20px; } }
  .sensory-products .sensory-product-slider {
    margin-top: 25px; }
    .sensory-products .sensory-product-slider .slick-list {
      margin-left: -10px;
      margin-right: -10px; }
      @media (max-width: 767px) {
        .sensory-products .sensory-product-slider .slick-list {
          margin-left: -6px;
          margin-right: -6px; } }
    .sensory-products .sensory-product-slider .slick-slider {
      margin: 0; }
      @media (max-width: 1290px) {
        .sensory-products .sensory-product-slider .slick-slider {
          padding: 0 62px; } }
      @media (max-width: 1023px) {
        .sensory-products .sensory-product-slider .slick-slider {
          padding: 0 49px; } }
      @media (max-width: 767px) {
        .sensory-products .sensory-product-slider .slick-slider {
          padding: 0 20px; } }
      .sensory-products .sensory-product-slider .slick-slider .slick-arrow {
        width: 54px;
        height: 54px;
        background-color: #00A99D;
        border-radius: 10px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin-top: -54px; }
        @media (max-width: 1290px) {
          .sensory-products .sensory-product-slider .slick-slider .slick-arrow {
            margin-top: -68px; } }
        @media (max-width: 1120px) {
          .sensory-products .sensory-product-slider .slick-slider .slick-arrow {
            width: 52px;
            height: 70px;
            border-radius: 0; } }
        @media (max-width: 950px) {
          .sensory-products .sensory-product-slider .slick-slider .slick-arrow {
            width: 30px;
            height: 40px; } }
        @media (max-width: 650px) {
          .sensory-products .sensory-product-slider .slick-slider .slick-arrow {
            margin-top: -49px; } }
        .sensory-products .sensory-product-slider .slick-slider .slick-arrow::before {
          width: 14px;
          height: 24px; }
          @media (max-width: 1120px) {
            .sensory-products .sensory-product-slider .slick-slider .slick-arrow::before {
              width: 19px;
              height: 32px; } }
          @media (max-width: 950px) {
            .sensory-products .sensory-product-slider .slick-slider .slick-arrow::before {
              width: 11px;
              height: 18px; } }
        .sensory-products .sensory-product-slider .slick-slider .slick-arrow.slick-disabled {
          opacity: 1;
          background-color: #AEDEDA; }
          .sensory-products .sensory-product-slider .slick-slider .slick-arrow.slick-disabled::before {
            opacity: 1; }
        .sensory-products .sensory-product-slider .slick-slider .slick-arrow.slick-prev {
          left: -75px; }
          @media (max-width: 1290px) {
            .sensory-products .sensory-product-slider .slick-slider .slick-arrow.slick-prev {
              left: 0; } }
          @media (max-width: 1120px) {
            .sensory-products .sensory-product-slider .slick-slider .slick-arrow.slick-prev {
              border-radius: 0 10px 10px 0; } }
          .sensory-products .sensory-product-slider .slick-slider .slick-arrow.slick-prev::before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' viewBox='0 0 12 20'%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M10,0,20,12H0Z' transform='translate(0 20) rotate(-90)' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E"); }
        .sensory-products .sensory-product-slider .slick-slider .slick-arrow.slick-next {
          right: -75px; }
          @media (max-width: 1290px) {
            .sensory-products .sensory-product-slider .slick-slider .slick-arrow.slick-next {
              right: 0; } }
          @media (max-width: 1120px) {
            .sensory-products .sensory-product-slider .slick-slider .slick-arrow.slick-next {
              border-radius: 10px 0 0 10px; } }
          .sensory-products .sensory-product-slider .slick-slider .slick-arrow.slick-next::before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' viewBox='0 0 12 20'%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M10,0,20,12H0Z' transform='translate(12) rotate(90)' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E"); }
      .sensory-products .sensory-product-slider .slick-slider .product {
        padding: 0 10px; }
        @media (max-width: 767px) {
          .sensory-products .sensory-product-slider .slick-slider .product {
            padding: 0 6px; } }
        @media (max-width: 767px) {
          .sensory-products .sensory-product-slider .slick-slider .product .jdgm-prev-badge__text {
            font-size: 12px; } }

.carousel-tooltip {
  display: none !important; }

@font-face {
  font-family: 'Happy School';
  src: url("../fonts/HappySchool.eot");
  src: url("../fonts/HappySchool.eot?#iefix") format("embedded-opentype"), url("../fonts/HappySchool.woff2") format("woff2"), url("../fonts/HappySchool.woff") format("woff"), url("../fonts/HappySchool.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.productView-options .form-field > .form-radio + .form-label.optional-options {
  display: none; }
