@charset "UTF-8";
@import url("https://use.typekit.net/ybs3qyu.css");
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: 550px)/";
  width: 0; }

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

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

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

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

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

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

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: #222222;
  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: 15px; }
  @media (min-width: 550px) {
    html {
      font-size: 15px; } }
  @media (min-width: 1025px) {
    html {
      font-size: 15px; } }
  @media (min-width: 1340px) {
    html {
      font-size: 15px; } }

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 34px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 23px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

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

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

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1.06667rem;
  width: 1.06667rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    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.13333rem;
  margin-left: -1.46667rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.46667rem; }
    .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: 2.03333rem;
  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.73333rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.73333rem 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: "Mulish", 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.93333rem 2.23333rem;
  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.73333rem; } }

/*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, .tab-content--custom-view.is-active [data-tab-view="custom-view"], .tab-content--standard-view.is-active [data-tab-view="standard-view"] {
  background-color: #3d853f;
  border-color: #3d853f;
  color: white; }
  .button--primary:hover, .tab-content--custom-view.is-active :hover[data-tab-view="custom-view"], .tab-content--standard-view.is-active :hover[data-tab-view="standard-view"], .button--primary:focus, .tab-content--custom-view.is-active :focus[data-tab-view="custom-view"], .tab-content--standard-view.is-active :focus[data-tab-view="standard-view"], .button--primary.is-active, .tab-content--custom-view.is-active .is-active[data-tab-view="custom-view"], .tab-content--standard-view.is-active .is-active[data-tab-view="standard-view"], .button--primary.active, .tab-content--custom-view.is-active .active[data-tab-view="custom-view"], .tab-content--standard-view.is-active .active[data-tab-view="standard-view"] {
    background-color: #46bf49;
    border-color: #46bf49;
    color: white; }
  .button--primary:active, .tab-content--custom-view.is-active :active[data-tab-view="custom-view"], .tab-content--standard-view.is-active :active[data-tab-view="standard-view"] {
    background-color: #46bf49;
    border: 1px solid #46bf49;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: #cccccc;
  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: 16px; }

.button--small {
  font-size: 14px;
  padding: 0.6rem 1.5rem; }

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.73333rem 0.73333rem; }
  .button--icon svg {
    fill: #3d853f; }

/*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: #f1f1f1;
  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: #f1f1f1;
  font-size: 1rem;
  height: auto;
  padding: 0.73333rem;
  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.4rem 0.8rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.4rem; }
  .dropdown-menu-item a {
    margin: -0.4rem; }

/*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.73333rem;
  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: #333333;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.53333rem; }
  .form-label small {
    color: #757575;
    font-size: 0.66667rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #c4c4c4;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #333333;
  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: #f4f4f4;
    color: #c4c4c4;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #757575;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #c4c4c4; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #c4c4c4; }
  .form-input:-ms-input-placeholder {
    color: #c4c4c4; }

/*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: #c4c4c4;
  color: #333333;
  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: #757575; }
  .form-select:disabled {
    background-color: #f4f4f4;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #757575; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 550px) {
    .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 2.03333rem;
  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.4rem;
    padding-left: 1.9rem;
    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 #e1e1e1;
      border-width: 1px;
      height: 1.06667rem;
      left: 0;
      top: 0;
      width: 1.06667rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.93333rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.93333rem; }

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

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

/*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.86667rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.86667rem;
    margin: 0.06667rem 0 0 -2.93333rem;
    width: 2.86667rem; }

/*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.4rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.4rem;
    width: 1.33333rem; }

/*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: 6rem;
  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: #3d853f;
    box-shadow: 0 0 4px rgba(61, 133, 63, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.86667rem;
  cursor: pointer;
  display: inline-block;
  height: 1.86667rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4rem; }
  .switch--important .switch-toggle {
    background-color: #fecf6d;
    border-color: #fecf6d; }
  .switch--checked .switch-toggle {
    background-color: #28a745;
    border-color: #28a745; }
  .switch--disabled .switch-toggle {
    background-color: #f1f1f1;
    border-color: #c4c4c4;
    cursor: default; }

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

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

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

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

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

.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 2.03333rem;
    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.46667rem;
  width: 1.46667rem;
  float: left;
  margin: 0 0 0 -2rem;
  position: relative;
  top: 0.66667rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #28a745; }

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

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.4rem 0 -0.53333rem;
  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: #28a745; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #28a745; }

.form-field--success .form-input-indicator > svg {
  fill: #28a745; }

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

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

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

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

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

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

/*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 2.03333rem 0; }

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2.03333rem 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: 14px;
  line-height: 14px;
  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: #c4c4c4; }
    .breadcrumb.unavailable a {
      color: #c4c4c4; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #c4c4c4;
      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.53333rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.53333rem; } }

.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: #c4c4c4;
    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: 550px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 16px;
  padding: 0.73333rem 1.46667rem; }
  .tab-title:hover {
    color: #222222; }

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

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

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

.navBar-action {
  color: #333333;
  font-size: 16px;
  padding: 0.73333rem; }

/*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: #222222;
  font-size: 16px;
  padding: 0.2rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.4rem; }
    .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.33333rem 0.53333rem; }
  .pagination-list li {
    display: block; }

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

li.pagination-item--current a, li.pagination-item--current button {
  color: #222222;
  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.73333rem;
  padding: 0.73333rem 1.13333rem 0.73333rem 1.13333rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: white; }
  .alertBox .icon {
    height: 1.33333rem;
    width: 1.33333rem; }
  .alertBox .button {
    margin: 0 0 0 0.73333rem; }

.alertBox--info {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox--info svg {
    fill: #dfdfdf; }

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

.accordion-content {
  display: none;
  padding: 2.03333rem;
  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: #28a745; }

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #333333;
  background: rgba(68, 68, 68, 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: 550px) {
    .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: 550px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 550px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 550px) {
    .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.73333rem 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: 16px;
  margin: 0 0 0.73333rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

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

@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: 1000; }
  .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: 16px;
  padding: 0.4rem 0.73333rem; }

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

.loadingOverlay {
  background: rgba(68, 68, 68, 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.66667rem;
    width: 2.66667rem;
    border-radius: 2.66667rem;
    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.73333rem 0; }

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

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

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

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

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 550px) {
    .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(0, 0, 255, 0.9);
  color: #3d853f; }
  .card-figcaption-button:hover {
    background-color: rgba(0, 0, 255, 0);
    color: #3d853f; }

.card-body {
  padding: 0.73333rem 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.06667rem;
  margin-top: -1rem;
  padding: 0.66667rem;
  width: 2.66667rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.73333rem;
    width: 1.33333rem; }
  .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: 1340px) {
    .slick-next {
      right: -3.4rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5739 8.80703L3.46295 1.04035C2.77378 0.380433 1.6605 0.380433 0.971333 1.04035C0.282163 1.70026 0.282163 2.76628 0.971333 3.42619L7.82769 10.0084L0.971335 16.5737C0.282165 17.2336 0.282165 18.2996 0.971335 18.9596C1.6605 19.6195 2.77378 19.6195 3.46295 18.9596L11.5739 11.1929C12.2631 10.5499 12.2631 9.46695 11.5739 8.80703Z' fill='%233D853F'/%3E%3C/svg%3E%0A"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5739 8.80703L3.46295 1.04035C2.77378 0.380433 1.6605 0.380433 0.971333 1.04035C0.282163 1.70026 0.282163 2.76628 0.971333 3.42619L7.82769 10.0084L0.971335 16.5737C0.282165 17.2336 0.282165 18.2996 0.971335 18.9596C1.6605 19.6195 2.77378 19.6195 3.46295 18.9596L11.5739 11.1929C12.2631 10.5499 12.2631 9.46695 11.5739 8.80703Z' fill='%233D853F'/%3E%3C/svg%3E%0A"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1340px) {
    .slick-prev {
      left: -3.4rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5739 8.80703L3.46295 1.04035C2.77378 0.380433 1.6605 0.380433 0.971333 1.04035C0.282163 1.70026 0.282163 2.76628 0.971333 3.42619L7.82769 10.0084L0.971335 16.5737C0.282165 17.2336 0.282165 18.2996 0.971335 18.9596C1.6605 19.6195 2.77378 19.6195 3.46295 18.9596L11.5739 11.1929C12.2631 10.5499 12.2631 9.46695 11.5739 8.80703Z' fill='%233D853F'/%3E%3C/svg%3E%0A");
    transform: rotate(180deg); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5739 8.80703L3.46295 1.04035C2.77378 0.380433 1.6605 0.380433 0.971333 1.04035C0.282163 1.70026 0.282163 2.76628 0.971333 3.42619L7.82769 10.0084L0.971335 16.5737C0.282165 17.2336 0.282165 18.2996 0.971335 18.9596C1.6605 19.6195 2.77378 19.6195 3.46295 18.9596L11.5739 11.1929C12.2631 10.5499 12.2631 9.46695 11.5739 8.80703Z' fill='%233D853F'/%3E%3C/svg%3E%0A"); }

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

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.13333rem;
    width: 2.13333rem;
    margin: 0;
    padding: 0.33333rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1rem;
      width: 1rem;
      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%; }

.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.66667rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.53333rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.26667rem 0.4rem;
    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: 550px) {
    .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.53333rem;
  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: 550px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1025px) {
    .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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Mulish", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #222222;
    font-size: 2.4rem; }
  .swal2-modal .swal2-content {
    color: #222222;
    font-size: 1.13333rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #c4c4c4;
    color: #333333; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #333333; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Mulish", 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.93333rem 2.23333rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #474747;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #3d853f;
    border-color: #3d853f;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #46bf49;
    border-color: #46bf49;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #46bf49;
    border-color: #46bf49;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.73333rem; }

.swal2-icon {
  display: flex; }

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

html,
body {
  height: auto; }

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

figure {
  margin-bottom: 2.03333rem;
  margin-top: 2.03333rem; }
  figure > figcaption {
    margin-bottom: -0.53333rem; }

figcaption {
  color: #c4c4c4;
  margin-top: 0.73333rem; }

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 34px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 23px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #222222;
  float: left;
  font-weight: 400;
  margin: 0 0.4rem 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.6rem top 0.73333rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

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

.table {
  margin-top: 2.03333rem; }
  .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: 550px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 550px) {
      .table-actions .button + .button {
        margin-left: 0.4rem; } }

.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: 550px) {
        .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: 550px) {
        .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.73333rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.26667rem 1.13333rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.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: 550px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 1025px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1340px) {
    #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: 1340px) {
  .modal--large {
    width: 1280px; } }

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

.modal-header-title {
  font-size: 23px;
  text-align: center; }
  @media (min-width: 1025px) {
    .modal-header-title {
      font-size: 27px; } }

.modal-close {
  height: 2.13333rem;
  width: 2.13333rem;
  font-size: 26px;
  line-height: 2.13333rem;
  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.66667rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.53333rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.26667rem 0.4rem;
    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: 1025px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #757575; }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #222222;
    font-size: 1.13333rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #3d853f;
      border-color: #3d853f;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #46bf49;
      border-color: #46bf49;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #46bf49;
      border-color: #46bf49;
      color: white; }

.hide-content {
  opacity: 0; }

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

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

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

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

.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.4rem 0 0.73333rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #222222;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    font-weight: 900; }
    .pagination-item.pagination-item--previous > a .icon > svg, .pagination-item.pagination-item--next > a .icon > svg {
      fill: #3d853f; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #222222; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #222222; }

.pagination-item--dropdown label,
.pagination-item--dropdown span,
.pagination-item__dropdown {
  font-size: 16px;
  color: #222222;
  font-weight: 900; }

.page .pagination--dropdown .pagination-list .pagination-item__dropdown {
  padding: .75rem 2.5rem .75rem 1rem;
  max-width: 62px;
  border-color: #D3D3D3;
  border-radius: 3px;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32014 7.64465L12.6597 2.06834C13.1134 1.59453 13.1134 0.829156 12.6597 0.355352C12.206 -0.118452 11.4732 -0.118452 11.0195 0.355352L6.49418 5.0691L1.98054 0.355353C1.52685 -0.118451 0.79396 -0.118451 0.340269 0.355353C-0.113422 0.829157 -0.113422 1.59453 0.34027 2.06834L5.67987 7.64465C6.12192 8.11845 6.86644 8.11845 7.32014 7.64465Z' fill='%233d853f'/%3E%3C/svg%3E");
  background-position: 80% 55%;
  background-repeat: no-repeat;
  background-size: 18%;
  max-width: fit-content;
  appearance: none;
  font-weight: 400;
  font-size: 14px; }

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

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

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

.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.4rem; }
  .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: 1025px) {
      .button + .button {
        margin-left: 0.73333rem; } }

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

.button--icon svg {
  fill: #3d853f; }

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

.tab-title {
  padding: 0.73333rem 0.5rem;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 550px) {
    .tab-title {
      text-align: left;
      padding: 0.73333rem 1.5rem; } }
  @media (min-width: 1340px) {
    .tab-title {
      padding: 0.73333rem 1.2rem; } }

.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: 550px) {
  .tab-content .productReview {
    width: 50%; } }

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

@media (min-width: 1340px) {
  .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: #222222;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  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: 1025px) {
  .accordion--navList {
    border: 0; } }

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

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

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

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

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

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

.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: 1025px) {
    .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.73333rem; }
  .inlineList--labels > li {
    margin-bottom: 0.73333rem;
    margin-left: 0.73333rem; }

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

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

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

.alertBox-message span {
  color: white;
  font-weight: 700; }

.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(179, 64, 69, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.93333rem;
  left: -0.13333rem;
  margin-right: 0.06667rem;
  position: relative;
  top: 0.2rem;
  width: 0.93333rem; }

.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(40, 167, 69, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.73333rem center;
  background-repeat: no-repeat; }

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

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

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

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

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

.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: 80rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 550px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 550px) {
      .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.73333rem; }
      @media (min-width: 550px) {
        .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.73333rem; } }

.form-label--alternate {
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 0.73333rem; }

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

.form-select--small,
.form-select--date {
  background-position: right 0.53333rem top 0.53333rem;
  background-size: 1.2rem;
  font-size: 14px;
  height: 2.33333rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.6rem 0.8rem;
  padding-right: 2rem; }

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

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

.form-fileDescription {
  color: #c4c4c4;
  font-size: 14px; }

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

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.2rem 0.33333rem; }

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

.form-option {
  border: 1px solid #c4c4c4;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.53333rem;
  margin-right: 0.53333rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #757575; }
  .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.53333rem;
  padding: 1px 0.4rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.46667rem;
  width: 1.46667rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 550px) {
    .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: 14px;
  height: 2.33333rem;
  line-height: 1rem;
  padding: 0.6rem 0.8rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  display: flex;
  flex-wrap: wrap; }
  .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: 41.66667%;
    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: 550px) {
  .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: 1025px) {
    .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: 16px;
  margin: 0 0 0.26667rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.4rem 0 0; }
  .card-figcaption-button:active {
    background-color: rgba(0, 0, 255, 0);
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: rgba(0, 0, 255, 0);
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.4rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 550px) {
    .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.73333rem;
    transition: all 0.15s ease; }
    @media (min-width: 550px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #3d853f; }
    .card--alternate:hover .card-body {
      background-color: #3d853f; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

/* ==========================================================
 * ## Custom
 * ========================================================== */
.card-shipping-message {
  color: #3d853f;
  line-height: 1rem;
  font-weight: 700; }
  .card-shipping-message > span {
    vertical-align: middle;
    font-weight: 700; }
  .card-shipping-message img {
    vertical-align: middle; }

.card-shipping-message__hi2 {
  color: #d47125; }

.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.4rem;
  padding-left: 1.9rem;
  position: relative;
  vertical-align: baseline;
  width: 100%;
  font-weight: 700; }
  .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 #e1e1e1;
    border-width: 1px;
    height: 1.06667rem;
    left: 0;
    top: 0;
    width: 1.06667rem; }
  .navList-action--checkbox::after {
    height: 0.93333rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.93333rem; }
  .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: 0.93333rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.53333rem; }
  .navList-action--checkbox::after {
    margin-top: -0.46667rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: #f4f4f4; }
  .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.26667rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.86667rem;
    width: 0.86667rem;
    fill: #222222; }
  .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.73333rem; }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #222222; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.73333rem; } }
  .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 #c4c4c4;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #757575; }

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

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

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

.actionBar-section .form-select {
  color: #222222;
  height: 2.2rem;
  min-width: 10.5rem;
  border-radius: 4px; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #545454;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.73333rem -0.73333rem 0 0;
  padding: 0.06667rem 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: 550px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1025px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.73333rem;
      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.86667rem;
      position: absolute; }

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

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.73333rem;
  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:hover span svg, .navUser-action.is-open span svg {
      fill: #757575; }
  .navUser-action .icon {
    height: 0.53333rem;
    width: 0.53333rem;
    margin: -1px 0 0 0.2rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 20rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 9.33333rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 9.46667rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 1025px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.33333rem;
        padding-right: 0.33333rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.66667rem;
        margin-top: 0.53333rem;
        padding-left: 0.13333rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 550px) {
    .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: 21.33333rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.33333rem;
      top: auto !important; }
      @media (min-width: 1025px) {
        .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.4rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.73333rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.53333rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.86667rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 550px) {
    .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.8rem;
  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 #f1f1f1 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: 550px) {
    .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: 18px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 550px) {
      .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.2rem;
  text-align: center;
  width: 20px; }

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

.countPill--alt {
  background-color: #e4e4e4;
  color: #545454; }

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

.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: 1025px) {
    .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: white;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 1025px) {
    .navPages {
      margin: 0 auto;
      max-width: 80rem;
      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: 1025px) and (min-width: 550px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1025px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1025px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 80rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

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

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

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0.73333rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .navPages-action {
      display: inline-block;
      padding: 0.73333rem 1.13333rem 1.13333rem; }
      .navPages-action.is-open {
        background-color: white; } }
  .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 {
    color: #757575; }
    .navPages-action:hover 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.53333rem;
  width: 0.53333rem;
  margin-left: 0.73333rem;
  transform: rotate(-90deg); }
  @media (min-width: 1025px) {
    .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.73333rem;
    width: 0.73333rem;
    margin: 0 1.5rem; }
    @media (min-width: 1025px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.53333rem;
        width: 0.53333rem;
        margin: 0 0 0 0.73333rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 1025px) {
    .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: 1025px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem 1.5rem 2.23333rem !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: 1025px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

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

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

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

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

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1025px) {
    .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.73333rem 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu-action {
      padding: 0.73333rem 0 1.13333rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 1025px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.73333rem 0 1.13333rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 1025px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

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

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

@media (min-width: 1025px) {
  .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.73333rem 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.4rem 0.53333rem;
    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.33333rem;
    width: 1.33333rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #757575; }
    .socialLinks .icon svg {
      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.4rem;
    margin-right: 0.73333rem; }
    .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.66667rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.53333rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.26667rem 0.4rem;
      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.4rem;
  width: 1.4rem;
  display: inline-flex; }

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

.heroCarousel {
  margin-bottom: 4.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1025px) {
    .heroCarousel {
      margin-top: -.5rem; } }
  @media (min-width: 550px) {
    .heroCarousel.slick-initialized {
      max-height: 26.66667rem; } }
  @media (min-width: 1025px) {
    .heroCarousel.slick-initialized {
      max-height: 40rem; } }
  @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: 1025px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.53333rem; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-dots {
        bottom: -3.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: 550px) {
    .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; }

@media (min-width: 1025px) {
  .heroCarousel.slick-slider {
    margin-bottom: 5rem; } }

.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: 550px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
    @media (min-width: 1025px) {
      .heroCarousel-slide .heroCarousel-image {
        border-radius: 4px; } }
  .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;
    max-width: 1556px;
    margin: 0 auto; }
    @media (min-width: 550px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 26.66667rem; } }
    @media (min-width: 1025px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 447px; } }

@media (min-width: 1340px) {
  .page--default .heroCarousel-slide .heroCarousel-image-wrapper img {
    height: 447px; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.73333rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 550px) {
    .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: 46.66667rem;
      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: 18px;
  margin: 0; }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 550px) {
    .heroCarousel-description {
      font-size: 14px; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      font-size: 16px; } }

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

.heroCarousel-custom .slick-dots {
  bottom: -3rem; }
  @media only screen and (min-width: 801px) {
    .heroCarousel-custom .slick-dots {
      bottom: -3rem; } }

.heroCarousel-custom .slick-dots li button,
.heroCarousel-custom .slick-dots li button::before {
  height: 12px;
  width: 12px; }

.heroCarousel-custom .slick-prev, .heroCarousel-custom .slick-next {
  top: 45%; }
  @media only screen and (min-width: 801px) {
    .heroCarousel-custom .slick-prev, .heroCarousel-custom .slick-next {
      top: 50%; } }

@media only screen and (min-width: 1556px) {
  .page--default .heroCarousel-custom .slick-prev {
    left: 5rem; } }

@media only screen and (min-width: 1556px) {
  .page--default .heroCarousel-custom .slick-next {
    right: 5rem; } }

.slick-dots li.slick-active button:before {
  color: #222222;
  background: #222222; }

.page--default .heroCarousel-custom {
  margin-bottom: 4rem; }
  @media only screen and (min-width: 801px) {
    .page--default .heroCarousel-custom {
      margin-bottom: 30px;
      max-width: 1920px;
      margin: 0 auto; } }

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

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

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

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

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

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

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

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

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

.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: 1025px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.73333rem; }
  @media (min-width: 320px) and (max-width: 1025px) {
    .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.4rem;
  margin-right: -0.4rem; }
  .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.66667rem;
    margin-right: 2.66667rem; }
  .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 */
    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.4rem;
  text-align: center; }
  @media (min-width: 1340px) {
    .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: #545454; }

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

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

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

.productView-title {
  font-size: 18px;
  margin: -0.73333rem 0 0.4rem; }
  @media (min-width: 1025px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1340px) {
    .productView-title {
      font-size: 34px; } }

.productView-brand {
  color: #757575;
  font-size: 16px;
  margin: 0 0 0.73333rem; }
  @media (min-width: 1340px) {
    .productView-brand {
      font-size: 18px;
      margin: -0.2rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 16px;
  margin-bottom: 0.53333rem; }
  @media (min-width: 1025px) {
    .productView-price {
      font-size: 27px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 16px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

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

.productView-info {
  margin-top: 0.73333rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 550px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 550px) {
    .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: 550px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.2rem;
  margin-right: 0.4rem; }
  @media (min-width: 550px) {
    .productView-info-name {
      font-family: "Mulish", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.4rem; }
  @media (min-width: 550px) {
    .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: 550px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 550px) {
    .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: 14px; }
  .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: 550px) {
        .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; }
  @media (min-width: 550px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.66667rem;
      width: 50%; } }
  @media (min-width: 1025px) {
    .productView-options .form-action {
      padding: 0;
      width: auto; } }
  @media (min-width: 1340px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1025px) {
      .productView-options .form-action .button {
        width: auto; } }
    @media (min-width: 1340px) {
      .productView-options .form-action .button {
        margin-right: 0.73333rem; } }
  .productView-options .form-action .button--primary, .productView-options .form-action .tab-content--custom-view.is-active [data-tab-view="custom-view"], .tab-content--custom-view.is-active .productView-options .form-action [data-tab-view="custom-view"], .productView-options .form-action .tab-content--standard-view.is-active [data-tab-view="standard-view"], .tab-content--standard-view.is-active .productView-options .form-action [data-tab-view="standard-view"] {
    margin-right: 0.73333rem; }

.productOptions-list {
  border: 1px solid #c4c4c4;
  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 #c4c4c4; }
  .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.26667rem; }

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

.card .price--rrp,
.card .price--non-sale,
.card .price--discounted {
  text-decoration: none; }

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

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

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

.compareTable-item {
  padding: 3.26667rem 1rem 1.26667rem; }
  @media (min-width: 1025px) {
    .compareTable-item {
      padding-top: 1.26667rem; } }

.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 {
    height: 1.5rem;
    margin-top: 0.53333rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2.03333rem 1rem 1.26667rem; }
  .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.73333rem;
    padding-right: 0.73333rem;
    width: 100%; }

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

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

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

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

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

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

.toggleLink-text {
  font-size: 14px;
  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: 80rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2.03333rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1025px) {
    .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: 1025px) {
    .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: 2.03333rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 1025px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2.03333rem; } }
  .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: 1025px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

.banners {
  background-color: white;
  color: #222222;
  padding: 0.73333rem 24px;
  text-align: left; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: #d47125; }
    .banners a:hover, .banners a:focus, .banners a:active {
      text-decoration: underline;
      color: #d47125; }

.banner {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  max-width: 1556px; }
  .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.2rem 0.53333rem 0.2rem 0.73333rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.8rem;
    width: 0.8rem;
    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.53333rem 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: 1025px) {
    .cart {
      display: table; } }

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

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

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

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

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

.cart-item-figure {
  float: left;
  margin-bottom: 0;
  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: 550px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .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;
  width: 100%; }
  @media (min-width: 1025px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: flex;
  height: 6.66667rem;
  padding-left: .5rem;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start; }
  @media (min-width: 550px) {
    .cart-item-title {
      display: block;
      height: auto;
      padding-left: 1.5rem;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 1025px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 550px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 1025px) {
    .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: 1025px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

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

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

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

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

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

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

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.2rem;
  margin-top: 0.13333rem;
  padding: 0.2rem;
  transition: background-color 0.15s ease;
  width: 1.2rem; }
  @media (min-width: 550px) {
    .cart-remove {
      margin-left: .5rem; } }
  @media (min-width: 1340px) {
    .cart-remove {
      margin-left: 3rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }

.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: 550px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1025px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1340px) {
    .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: 1025px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.13333rem;
    padding: 0.53333rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.33333rem center;
    background-size: 1.33333rem 1.33333rem;
    height: 2.13333rem;
    margin-bottom: 0.73333rem;
    padding: 0 0.73333rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

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

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

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

.cart-total-grandTotal {
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  position: relative; }
  @media (min-width: 1025px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.26667rem; } }

.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: #3d853f;
    text-decoration: underline; }

.coupon-code-cancel,
.gift-certificate-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.73333rem;
    padding-right: 0.73333rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.73333rem;
    width: 100%; }
  .estimator-form .button--primary, .estimator-form .tab-content--custom-view.is-active [data-tab-view="custom-view"], .tab-content--custom-view.is-active .estimator-form [data-tab-view="custom-view"], .estimator-form .tab-content--standard-view.is-active [data-tab-view="standard-view"], .tab-content--standard-view.is-active .estimator-form [data-tab-view="standard-view"] {
    width: 60%; }

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

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

.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-row dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap; }
  .estimator-form-row dl .estimator-form-label {
    text-align: left;
    display: flex; }
  .estimator-form-row dl .estimator-form-label-text {
    text-align: left; }
    .estimator-form-row dl .estimator-form-label-text span {
      display: inline-block; }
  .estimator-form-row dl .estimator-form-input--price {
    margin-bottom: 0; }

.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: 550px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.4rem; }

.cart-additionalCheckoutButtons .BraintreeContainer {
  text-align: center; }

.cart-additionalCheckoutButtons .FloatRight div {
  float: none; }

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

.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: 80rem;
  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.2rem; }

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

.previewCartAction {
  margin: 0 auto;
  max-width: 80rem;
  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.73333rem 0.4rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.73333rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.73333rem;
    padding-right: 0.73333rem;
    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.4rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.73333rem;
  padding-top: 0.4rem; }

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

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

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

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

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

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

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

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

.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: #222222; }
  .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.06667rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.66667rem;
  position: relative;
  margin-bottom: 1.9rem; }
  .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: 1025px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.9rem;
  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.73333rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.73333rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1025px) {
    .video {
      margin-bottom: 1.9rem; } }
  .video:hover, .video.is-active {
    color: #545454;
    opacity: 1; }

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

.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: 80rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1025px) {
    .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: 1025px) {
    .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.73333rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.73333rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 34px;
  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.53333rem 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: 1025px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #c4c4c4;
  color: #545454;
  left: 1.13333rem;
  padding: 1rem 1.33333rem;
  position: fixed;
  top: 1.13333rem;
  width: 24rem;
  z-index: 1000; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #545454; }

.maintenanceNotice-header {
  font-family: "Mulish";
  margin: 0 0 0.73333rem; }

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

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

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

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

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

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

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

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

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

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

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

.cookieMessage {
  background: #f1f1f1;
  color: #545454;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 1025px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1340px) {
      .cookieMessage .button {
        vertical-align: top; } }

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

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

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

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

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1025px) {
    .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: 1025px) {
    .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.73333rem; }

.search-suggestion {
  margin-bottom: 2.03333rem; }
  .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: 1025px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1025px) {
      .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: 550px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 550px) {
    .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: 16px; }

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

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

.search-nav {
  position: relative; }

@media (min-width: 1025px) {
  .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: 2.03333rem 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.73333rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.73333rem;
  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 2.03333rem 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.2rem;
  padding: 0;
  position: absolute;
  right: -0.73333rem;
  top: -0.73333rem;
  width: 2.2rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.4rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

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

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

.account-product-subtitle {
  color: #c4c4c4;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: -0.2rem 0 1rem;
  text-transform: inherit; }

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

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

.account-product-refundQty {
  color: #c4c4c4;
  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: 550px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1340px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 550px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 550px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

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

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

.account-orderTotal {
  float: right;
  font-size: 16px;
  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.33333rem; }

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

.account-orderStatus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1rem; }
  @media (min-width: 550px) {
    .account-orderStatus {
      right: 0;
      position: absolute;
      align-items: center;
      margin-bottom: 0; } }

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

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

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

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

.account-sidebar-block {
  font-size: 16px; }
  .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: #3d853f;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  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: 16px;
  margin-bottom: 0.2rem;
  text-transform: inherit; }

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

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

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 36.66667rem; }
  .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: 43.33333rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: white; }

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

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

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

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

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

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

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.2rem;
  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.73333rem;
    width: 1.86667rem; }
    @media (min-width: 1340px) {
      .methodHeader-icon {
        width: 2.8rem; } }
  .methodHeader-title {
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 1340px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 1340px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.73333rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.2rem;
    margin-left: 0.73333rem;
    width: 1.2rem; }
    @media (min-width: 1340px) {
      .methodHeader-default {
        height: 1.33333rem;
        width: 1.33333rem; } }
  .methodHeader-expiry {
    font-size: 16px;
    text-transform: capitalize; }

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

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

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

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.2rem;
  width: 2.26667rem; }

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.6rem;
  top: 2.6rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #c4c4c4;
    height: 1.4rem;
    width: 1.4rem; }

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

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

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

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

.skip-to-main-link {
  background: white;
  color: #222222;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 1000; }
  .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: 1000; }
  @media (min-width: 1025px) {
    .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: 1025px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.66667rem;
  text-align: center; }
  @media (min-width: 550px) {
    .header-logo {
      margin-left: 5.5rem;
      margin-right: 5.5rem; } }
  @media (min-width: 1025px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #f1f1f1;
        margin: 0;
        padding: 0.4rem 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: 1025px) {
      .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: 1025px) {
    .header-logo--left {
      margin-left: 2.66667rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

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

.header-logo-text {
  display: block;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.13333rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 550px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1025px) {
    .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: 27px; } }

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

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

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

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

.mobileMenu-toggle {
  height: 3.66667rem;
  width: 3.66667rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.2rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1025px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #3d853f;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.33333rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.8rem;
    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: #222222;
      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-top: 10.5rem;
  position: relative; }
  @media (min-width: 1025px) {
    .body {
      margin-top: 2.5rem; } }

.page--default .body {
  margin-top: 2rem; }
  @media (min-width: 1025px) {
    .page--default .body {
      margin-top: 24px; } }

.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;
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 1025px) {
  .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: 1025px) {
    .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: 550px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 1025px) {
    .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: 1025px) {
  .footer-info-col--small {
    width: 16.66667%; } }

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

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

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

@media (min-width: 1025px) {
  .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: 550px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 14px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.66667rem;
  margin-top: 1.5rem; }
  @media (min-width: 1025px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.4rem;
    vertical-align: middle;
    width: 3.33333rem; }

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

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

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

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

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

.sidebarBlock-heading {
  font-size: 1rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 1025px) {
    .sidebarBlock-heading {
      font-size: 23px;
      font-weight: 800;
      line-height: 29px;
      letter-spacing: -.01em;
      margin-bottom: 24px; } }

.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;
    margin-bottom: 2rem;
    padding: 0; }
    @media (min-width: 550px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .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 {
  margin-left: 0;
  display: grid;
  gap: 1.75rem;
  width: 100%;
  grid-template-columns: 1fr;
  padding: 0 0 2rem;
  margin-bottom: 0; }
  @media (min-width: 550px) {
    .productGrid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1025px) {
    .productGrid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1340px) {
    .productGrid {
      grid-template-columns: repeat(4, 1fr);
      padding: 1.5rem 0; } }

@media (min-width: 1025px) {
  .page-sidebar + .page-content .productGrid .product {
    padding-left: 0;
    padding-right: 0; } }

.page-sidebar + .page-content .productGrid .product .card {
  margin: 0;
  height: 100%;
  max-width: unset;
  padding: 20px 0; }
  .page-sidebar + .page-content .productGrid .product .card .card-body {
    text-align: left; }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.33333rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 550px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1025px) {
    .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: 1025px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

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

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

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

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

@media (min-width: 550px) {
  .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: 1340px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

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

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

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

.listItem-button {
  background-color: rgba(0, 0, 255, 0.9);
  color: #3d853f; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: rgba(0, 0, 255, 0);
    color: #3d853f; }

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

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1340px) {
    .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: 550px) {
  .listItem-body {
    padding-left: 1.26667rem;
    padding-right: 0.73333rem;
    width: 75%; } }

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

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

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

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

.listItem-brand {
  color: #c4c4c4;
  font-size: 1rem;
  margin: 0 0 0.2rem; }
  @media (min-width: 1025px) {
    .listItem-brand {
      font-size: 16px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 16px;
  margin: 0 0 0.2rem; }
  @media (min-width: 1025px) {
    .listItem-title {
      font-size: 18px; } }
  .listItem-title > a {
    text-decoration: none; }

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

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

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

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

@media (min-width: 1340px) {
  .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: 1025px) {
    .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: 1025px) {
    .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: 1025px) {
    .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: 1025px) {
    .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.33333rem;
  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.33333rem;
  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.33333rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.33333rem; }

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

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.33333rem;
  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.33333rem;
  line-height: 1.06667rem;
  padding-left: 0.53333rem;
  padding-right: 0.73333rem;
  padding-top: 0.1rem;
  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.33333rem;
  left: -25px;
  line-height: 1.06667rem;
  padding-top: 0.1rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.93333rem;
  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: 550px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1340px) {
    .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 #757575;
  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: 1025px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  border-left: 0;
  border-right: 1px solid #e2e3e3;
  margin: 0 2.4em 0 0; }

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

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  background: #e2e3e3;
  border-left-color: white;
  margin: 0 0 0 0.5em; }

#jstree-marker {
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-right: 0;
  border-top: 5px solid transparent;
  font-size: 0;
  height: 0;
  left: 0;
  line-height: 0;
  margin: -5px 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  text-decoration: none;
  width: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: #e60000; }

#jstree-dnd .jstree-copy {
  margin: 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-color: transparent;
  background-repeat: no-repeat; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #ccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999; }

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

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default .jstree-search {
  color: #8b0000;
  font-style: italic;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
  display: inline-block;
  min-width: 100%; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  border-radius: 0;
  box-shadow: none; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  line-height: 24px;
  margin-left: 24px;
  min-height: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon {
  height: 24px;
  line-height: 24px;
  width: 24px; }

.jstree-default .jstree-icon:empty {
  height: 24px;
  line-height: 24px;
  width: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

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

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default i {
  background: transparent;
  height: 24px;
  line-height: 24px;
  width: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  line-height: 18px;
  margin-left: 18px;
  min-height: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon {
  height: 18px;
  line-height: 18px;
  width: 18px; }

.jstree-default-small .jstree-icon:empty {
  height: 18px;
  line-height: 18px;
  width: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  height: 18px;
  line-height: 18px;
  width: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  line-height: 32px;
  margin-left: 32px;
  min-height: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon {
  height: 32px;
  line-height: 32px;
  width: 32px; }

.jstree-default-large .jstree-icon:empty {
  height: 32px;
  line-height: 32px;
  width: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 0; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0 no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  height: 32px;
  line-height: 32px;
  width: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0 -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 40px;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    height: 40px;
    width: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-top-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    line-height: 40px;
    margin-left: 40px;
    min-height: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    height: 40px;
    line-height: 40px;
    width: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    background: #ebebeb;
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    border-top: 0;
    box-shadow: inset 0 6px 3px -5px #666; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/* ==========================================================
 * ## ITS Custom
 * ========================================================== */
/* ==========================================================
 * ## Defaults
 * ========================================================== */
/* ==========================================================
 * ## IntuitSolutions.net - Variables

!Important: Before you change things in this file take a step back and think about it. You shouldn't need to change these settings if you configured your config.json file correctly.

1. Variables should always pull from the config.json file
2. All custom variables should go at the top of their layout stylesheet
3. Any custom global variables can go at the bottom of this file in the custom section. You shouldn't need to add custom variables to this sheet very often.

 * ========================================================== */
/* ==========================================================
 * ## Base Theme Colors
 * ========================================================== */
/* ==========================================================
 * ## Font Variables
 * ========================================================== */
/*
    Mobile headings by default are based off our generic theme design. Make sure to change them for each site build. If you need to adjust these then just update the px amount that you want to subtract from the desktop size :metal:
*/
/* ==========================================================
 * ## Element Variables

    - If you need to update heading font-family and size you can adjust the variables in the its style guide stylesheet.
 * ========================================================== */
/* ==========================================================
 * ## Button Variables
 * ========================================================== */
/* ==========================================================
 * ## Basic Colors
 * ========================================================== */
/* ==========================================================
 * ## Container
 * ========================================================== */
/* ==========================================================
 * ## Other
 * ========================================================== */
/* ==========================================================
 * ## CUSTOM - GLOBAL VARIABLES ONLY!!!

    - If you need to add custom global variables then they should be added here. If you're only adding variables for component/page specifc styles, then they should be added to the top of their own stylesheet.

 * ========================================================== */
a.anchor-secondary {
  color: #d47125; }
  a.anchor-secondary:hover, a.anchor-secondary:active, a.anchor-secondary:focus {
    color: #3d853f; }

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

/* ==========================================================
 * ## Containers
 * ========================================================== */
.container {
  max-width: calc(1920px + 1.5rem * 2);
  margin: 0 auto;
  padding: 0 1.5rem;
  padding: 0 24px; }

.page,
.main {
  margin: 0; }

/* ==========================================================
 * ## HTML Elements
 * ========================================================== */
.h1,
h1 {
  color: #222222;
  font-size: 1.73333rem;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-weight: 900; }
  @media (min-width: 1025px) {
    .h1,
    h1 {
      font-size: 2.26667rem; } }

.h2,
h2 {
  color: #222222;
  font-size: 1.53333rem;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-weight: 800; }
  @media (min-width: 1025px) {
    .h2,
    h2 {
      font-size: 1.8rem; } }

.h3,
h3 {
  color: #222222;
  font-size: 1.2rem;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-weight: 800; }
  @media (min-width: 1025px) {
    .h3,
    h3 {
      font-size: 1.53333rem; } }

.h4,
h4 {
  color: #222222;
  font-size: 1.2rem;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-weight: 900; }

.h5,
h5 {
  color: #222222;
  font-size: 1.06667rem;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-weight: 900; }

.h6,
h6 {
  color: #222222;
  font-size: 0.93333rem;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-weight: 700; }

p {
  color: #222222;
  font-size: 1rem;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-weight: 400; }

a {
  color: #222222;
  font-size: inherit;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none; }
  a:active, a:focus, a:hover {
    color: #222222;
    text-decoration: underline; }

small {
  font-size: 80%; }

/* ==========================================================
 * ## Buttons
 * ========================================================== */
.button {
  border-radius: 0px;
  border-width: 1px;
  border-style: solid; }
  .button.button--primary, .tab-content--custom-view.is-active .button[data-tab-view="custom-view"], .tab-content--standard-view.is-active .button[data-tab-view="standard-view"] {
    font-size: 1rem;
    color: white;
    background-color: #3d853f;
    border-color: #3d853f;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    padding: 0.85714rem 2.28571rem; }
    .button.button--primary:hover, .tab-content--custom-view.is-active .button:hover[data-tab-view="custom-view"], .tab-content--standard-view.is-active .button:hover[data-tab-view="standard-view"], .button.button--primary:focus, .tab-content--custom-view.is-active .button:focus[data-tab-view="custom-view"], .tab-content--standard-view.is-active .button:focus[data-tab-view="standard-view"] {
      background-color: #46bf49;
      color: white;
      border-color: #46bf49;
      text-decoration: none; }
    .button.button--primary:active, .tab-content--custom-view.is-active .button:active[data-tab-view="custom-view"], .tab-content--standard-view.is-active .button:active[data-tab-view="standard-view"] {
      background-color: #46bf49;
      color: white;
      border-color: #46bf49;
      text-decoration: none; }
  .button.button--secondary {
    font-size: 1rem;
    color: #3d853f;
    background-color: rgba(0, 0, 255, 0);
    border-color: #3d853f;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    padding: 0.85714rem 2.28571rem; }
    .button.button--secondary:hover, .button.button--secondary:focus {
      background-color: #3d853f;
      color: white;
      border-color: #2a90a0;
      text-decoration: none; }
    .button.button--secondary:active {
      background-color: #46bf49;
      color: white;
      border-color: #2989f9;
      text-decoration: none; }
  .button.button--small {
    font-size: 1rem;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    padding: 0.57143rem 1.5rem;
    border-color: #3d853f;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    padding: 0.85714rem 2.28571rem; }
    .button.button--small:hover, .button.button--small:focus {
      background-color: #3d853f;
      color: white;
      border-color: #2a90a0;
      text-decoration: none; }
    .button.button--small:active {
      background-color: #46bf49;
      color: white;
      border-color: #2989f9;
      text-decoration: none; }
  .button.card-figcaption-button {
    width: 100%;
    background: #3d853f;
    border-color: #3d853f;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 0; }
    .button.card-figcaption-button:hover, .button.card-figcaption-button:active, .button.card-figcaption-button:focus {
      background: #46bf49;
      border-color: #46bf49; }

/* ==========================================================
 * ## Form Elements
 * ========================================================== */
.form-input {
  color: #333333;
  background: white;
  border: 1px solid #c4c4c4;
  border-radius: 0px;
  height: 3rem; }
  .form-input:focus {
    background: white;
    border: 1px solid #757575;
    border-radius: 0px; }

.form-select,
.form-select--small,
.form-select--date {
  font-size: 1rem;
  border-radius: 0px; }

.actionBar-section .form-label {
  font-size: 1rem; }

/* ==========================================================
 * ## Misc
 * ========================================================== */
.navList-action,
.navPages-action {
  font-size: 1rem; }

.icon {
  height: 1.33333rem;
  width: 1.33333rem; }

.icon svg {
  height: 100%;
  width: 100%; }

.breadcrumb {
  font-size: 1rem; }

.breadcrumb:not(:first-child):before {
  border-right-color: #757575; }

.card-title {
  font-size: 1rem; }

.quickSearchResults .card-text--price {
  display: none; }

.productView-title {
  font-size: 1.73333rem; }
  @media (min-width: 1025px) {
    .productView-title {
      font-size: 2.26667rem; } }

.productView-brand {
  font-size: 1.53333rem; }
  @media (min-width: 1025px) {
    .productView-brand {
      font-size: 1.8rem; } }

.productView-info-name {
  font-size: 1rem; }

/* ==========================================================
 * ## MAP
 * ========================================================== */
.map-promo__button {
  text-align: center;
  padding: 0; }

.map-promoDiscount-save .price-section--promo-discount {
  color: #d47125; }

.map-promoDiscount-save .price-section--withoutTax .price--withoutTax {
  text-decoration: line-through; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
  */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
  */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
    div element that matches size of large image
    large image loads on top of it
  */
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
  */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc; }

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

    Contents:

    1. Buttons
    2. Share modal and links
    3. Index indicator ("1 of X" counter)
    4. Caption
    5. Loading indicator
    6. Additional styles (root element, top bar, idle state, hidden state, etc.)

  */
/*

    1. Buttons

   */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/photoswipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
    Arrow buttons hit area
    (icon is added to :before pseudo-element)
  */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

    2. Share modal/popup and links

   */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a; }

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff; }

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d; }

a.pswp__share--download:hover {
  background: #ddd; }

/*

    3. Index indicator ("1 of X" counter)

   */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px; }

/*

    4. Caption

   */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #bbb; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

    5. Loading indicator (preloader)

    You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

   */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
        The idea of animating inner circle is based on Polymer ("material") loading indicator
         by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
      */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

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

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/*
    6. Additional styles

   */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
    pswp__ui--hidden class is added when controls are hidden
    e.g. when user taps to toggle visibility of controls
  */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* ==========================================================
 * ## CUSTOM PHOTOSWIPE SCSS
 * ========================================================== */
.pswp__zoom-wrap .pswp-video {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  transform: translate(0, -50%); }

.pswp__zoom-wrap .pswp-video {
  padding-bottom: 50.3%;
  position: relative;
  padding-top: 30px;
  height: 0;
  margin: 1rem auto 3rem;
  overflow: hidden;
  border: 1px solid #000000;
  box-shadow: 0px 0px 30px #000000;
  max-width: 800px; }
  @media (min-width: 1025px) {
    .pswp__zoom-wrap .pswp-video {
      padding-bottom: 420px; } }
  .pswp__zoom-wrap .pswp-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.productView-img-container > a[data-type='video'],
.productView-thumbnail--video .productView-thumbnail-link {
  position: relative; }
  .productView-img-container > a[data-type='video']:after, .productView-img-container > a[data-type='video']:before,
  .productView-thumbnail--video .productView-thumbnail-link:after,
  .productView-thumbnail--video .productView-thumbnail-link:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; }
  .productView-img-container > a[data-type='video']:after,
  .productView-thumbnail--video .productView-thumbnail-link:after {
    transform: translate(-20%, -50%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 10px solid #fff;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25)); }
  .productView-img-container > a[data-type='video']:before,
  .productView-thumbnail--video .productView-thumbnail-link:before {
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
    background: rgba(0, 0, 0, 0.5); }
  .productView-img-container > a[data-type='video']:hover:before,
  .productView-thumbnail--video .productView-thumbnail-link:hover:before {
    background: rgba(0, 0, 0, 0.8); }

.productView-img-container > a[data-type='video'] {
  display: inherit !important;
  position: static; }
  .productView-img-container > a[data-type='video']:after {
    transform: translate(-20%, -50%);
    border: 16px solid transparent;
    border-left: 25px solid #fff; }
  .productView-img-container > a[data-type='video']:before {
    width: 70px;
    height: 70px; }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }

.acsb-trigger {
  z-index: 999 !important; }

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none; } }

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.offcanvas-backdrop.fade {
  opacity: 0; }

.offcanvas-backdrop.show {
  opacity: 0; }

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 16px; }

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem; }

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 38px;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%); }

.offcanvas.show {
  transform: none;
  visibility: visible; }

.category__subcat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 70px; }
  @media (min-width: 1025px) {
    .category__subcat-grid {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 800px) {
    .category__subcat-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (max-width: 551px) {
    .category__subcat-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media all and (-ms-high-contrast: none) {
    .category__subcat-grid {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .category__subcat-grid .category__subcat-grid-item {
        width: 22.5%;
        height: auto;
        justify-content: flex-start; }
      .category__subcat-grid .category__subcat-grid-item a {
        display: block;
        height: 100%; } }

.category__subcat-grid-item {
  width: 100%;
  display: flex;
  flex-direction: column; }

.category__subcat-grid-item a:hover, .category__subcat-grid-item a:focus, .category__subcat-grid-item a:active {
  color: #3d853f; }

.category__subcat-img {
  margin-bottom: 16px; }

.category__subcat-text {
  font-size: 18px;
  font-weight: 900;
  line-height: 22.5px;
  letter-spacing: -.01em;
  color: #3d853f;
  text-align: center;
  margin-bottom: 0; }

.category__subcat-slider {
  display: grid;
  grid-auto-flow: column;
  padding: 0 2.5rem; }
  .category__subcat-slider .slick-prev,
  .category__subcat-slider .slick-next {
    top: 40%; }
  .category__subcat-slider .slick-track {
    margin-left: initial;
    margin-right: initial; }
  .category__subcat-slider .slick-arrow {
    width: 38px;
    height: 38px; }
  @media (min-width: 1025px) {
    .category__subcat-slider {
      padding: 0 3.5rem; } }

.category__subcat-slider:not(.slick-initialized) .category__subcat-slider-item {
  max-width: 190px;
  visibility: hidden; }

.category__subcat-slider-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  .category__subcat-slider-item > div {
    padding: 1rem; }

.category__subcat-slider-img {
  border: 1px solid #f4f4f4;
  border-radius: 4px; }

.category__subcat-slider-text {
  font-size: 18px;
  font-weight: 900;
  line-height: 22.5px;
  letter-spacing: -.01em;
  text-align: center;
  margin-bottom: 0;
  margin-top: 1rem; }

.category__sidebar-image {
  display: none; }
  @media (min-width: 1025px) {
    .category__sidebar-image {
      display: block; } }

@media only screen and (max-width: 1024px) {
  .mega-menu {
    display: none; } }

.mega-menu__image {
  width: 100%; }

div[data-its-tab-title],
div[data-its-tab-text] {
  display: none; }

.tab-content--custom-view.is-active .personalized-return-warning__wrapper {
  display: block;
  width: 100%; }

.pdp-switcher-wrapper {
  text-align: center;
  padding-bottom: 0.5rem; }
  .pdp-switcher-wrapper .pdp-switcher {
    display: inline-block;
    list-style: none;
    margin: 0; }
    .pdp-switcher-wrapper .pdp-switcher li {
      margin-right: 1rem;
      float: left; }
      .pdp-switcher-wrapper .pdp-switcher li:last-child {
        margin: 0; }
    .pdp-switcher-wrapper .pdp-switcher::after {
      content: '';
      display: table;
      clear: left; }
  @media (min-width: 1025px) {
    .pdp-switcher-wrapper {
      text-align: left; } }

.personalized-return-warning__wrapper {
  display: none; }

.personalized-return-warning__container {
  margin: 5px 0 24px;
  padding: 6px 10px;
  font-size: 1rem;
  background-color: #f2f2f2;
  border-radius: 4px;
  border: 3px solid #ff8200; }
  @media (min-width: 1025px) {
    .personalized-return-warning__container {
      max-width: 25rem;
      border: none;
      border-left: 3px solid #ff8200; } }
  .personalized-return-warning__container p {
    margin-bottom: .5rem;
    text-align: center; }
    @media (min-width: 1025px) {
      .personalized-return-warning__container p {
        margin-bottom: 1rem;
        text-align: left; } }
    .personalized-return-warning__container p:last-child {
      margin-bottom: 0; }

.personalized-text-warning,
.personalized-shipping-message {
  display: none; }

.personalized-ball .personalized-text-warning,
.personalized-ball .personalized-shipping-message {
  display: block; }

@media (min-width: 1025px) {
  .personalized-ball__left {
    margin-top: 3.5rem;
    width: 45%;
    float: left;
    padding-right: 2rem; } }

.personalized-ball__img {
  position: relative;
  text-align: center;
  max-width: 500px;
  margin: auto; }
  .personalized-ball__img img {
    height: auto; }
    @media (min-width: 1025px) {
      .personalized-ball__img img {
        width: 100%; } }

.personalized-ball__img-overlay-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  max-height: 70%;
  display: inline-block;
  text-align: center;
  left: 0; }
  .personalized-ball__img-overlay-container img {
    max-width: 70%;
    margin: 0 auto; }

.personalized-ball__text-overlay {
  font-size: 30px;
  margin-bottom: 0;
  font-family: Myriad Pro;
  color: #000000;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }
  @media (min-width: 1025px) {
    .personalized-ball__text-overlay {
      font-size: 36px; } }

.personalized-ball__right {
  margin: 0 auto;
  max-width: 500px; }
  @media (min-width: 1025px) {
    .personalized-ball__right {
      max-width: none;
      margin: 0;
      width: 55%;
      float: right; } }
  .personalized-ball__right .h1 {
    text-align: center; }
    @media (min-width: 1025px) {
      .personalized-ball__right .h1 {
        text-align: left; } }
  .personalized-ball__right .personalized-ball__info {
    text-align: center; }
    @media (min-width: 1025px) {
      .personalized-ball__right .personalized-ball__info {
        text-align: left; } }
  .personalized-ball__right h3 {
    margin-top: 0; }
  .personalized-ball__right .personalized-ball__price-total {
    line-height: 1; }
  .personalized-ball__right .personalized-ball__sub-total {
    color: #d47125; }
  .personalized-ball__right .personalized-ball__sub-total-disclaimer {
    font-weight: normal;
    font-size: 14px; }
  .personalized-ball__right [data-personalized-ball-form] {
    margin-bottom: 0; }
  .personalized-ball__right [data-product-attribute="input-text"] {
    margin-bottom: 1rem; }
  .personalized-ball__right [data-product-attribute="swatch"] {
    margin-top: 1.5rem;
    margin-bottom: 0;
    margin-left: -0.5rem;
    margin-right: -0.5rem; }

.personalized-ball__info h3 {
  margin-top: 1.5rem; }

.form-field--personalized-ball {
  margin-bottom: 1rem; }

[data-personalized-ball-form] .form-field--golf-ball-personalization-fee {
  display: none; }

[data-personalized-ball-form] .form-option-wrapper {
  text-align: center; }
  [data-personalized-ball-form] .form-option-wrapper .form-option-swatch {
    display: inline-block !important;
    margin: 0 0.5rem 0.5rem; }
  [data-personalized-ball-form] .form-option-wrapper .form-option-variant {
    width: 2.8rem;
    height: 2.8rem; }

.personalized-ball__colors {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  .personalized-ball__colors h3 {
    margin-left: 0.5rem; }
  .personalized-ball__colors .personalized-swatch {
    padding: 0 0.5rem; }
    .personalized-ball__colors .personalized-swatch .form-option-swatch {
      margin: 0 0.5rem 0.5rem; }
  .personalized-ball__colors .form-option-wrapper--p_swatches {
    text-align: center; }
    .personalized-ball__colors .form-option-wrapper--p_swatches .form-option-swatch {
      display: inline-block !important; }
    .personalized-ball__colors .form-option-wrapper--p_swatches .form-option-variant {
      width: 2.8rem;
      height: 2.8rem; }

.personalized-ball--limited .form-option-wrapper--red .form-option-variant {
  background-color: #c8102e !important; }

.personalized-ball--limited .form-option-wrapper--blue .form-option-variant {
  background-color: #003893 !important; }

.personalized-ball--limited .form-option-wrapper--green .form-option-variant {
  background-color: #2c5234 !important; }

.personalized-ball--limited .form-option-wrapper--brown .form-option-variant {
  background-color: #a52a2a !important; }

.personalized-ball--limited .form-option-wrapper--orange .form-option-variant {
  background-color: #ff8200 !important; }

.personalized-ball--limited .form-option-wrapper--purple .form-option-variant {
  background-color: #5f259f !important; }

.personalized-ball--limited .form-option-wrapper--pink .form-option-variant {
  background-color: #e93cac !important; }

.personalized-ball--limited .form-option-wrapper--crimson .form-option-variant {
  background-color: #862633 !important; }

.personalized-ball__selected {
  margin-bottom: 1rem; }

.definitionList-key--golf-ball-personalization-fee {
  display: none; }
  .definitionList-key--golf-ball-personalization-fee + dd {
    display: none; }

.cart-item-figure-container {
  position: relative;
  overflow: hidden; }
  .cart-item-figure-container .custom-image-overlay-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    max-height: 70%;
    display: inline-block;
    text-align: center; }
    .cart-item-figure-container .custom-image-overlay-container img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      max-width: 70%;
      margin: 0 auto; }
    .cart-item-figure-container .custom-image-overlay-container.tall-img img {
      width: auto;
      height: 100%; }
    .cart-item-figure-container .custom-image-overlay-container.wide-img img {
      width: 100%;
      height: auto; }
  .cart-item-figure-container .custom-text-overlay {
    font-size: 12px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.slide-cart__item-image-wrapper .custom-image-overlay-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 70%;
  display: inline-block;
  text-align: center; }
  .slide-cart__item-image-wrapper .custom-image-overlay-container img {
    max-width: 70%;
    margin: 0 auto; }

.slide-cart__item-image-wrapper [data-custom-logo-src] {
  padding: 1rem; }

.slide-cart__item-image-wrapper .custom-text-overlay {
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  width: 100%; }

.cart-item-figure-container .custom-text-overlay--black,
.slide-cart__item-image-wrapper .custom-text-overlay--black {
  color: #000000; }

.cart-item-figure-container .custom-text-overlay--red,
.slide-cart__item-image-wrapper .custom-text-overlay--red {
  color: #e60000; }

.cart-item-figure-container .custom-text-overlay--ltblue,
.slide-cart__item-image-wrapper .custom-text-overlay--ltblue {
  color: #82caff; }

.cart-item-figure-container .custom-text-overlay--navy,
.slide-cart__item-image-wrapper .custom-text-overlay--navy {
  color: #0000a0; }

.cart-item-figure-container .custom-text-overlay--green,
.slide-cart__item-image-wrapper .custom-text-overlay--green {
  color: #008000; }

.cart-item-figure-container .custom-text-overlay--brown,
.slide-cart__item-image-wrapper .custom-text-overlay--brown {
  color: #a52a2a; }

.cart-item-figure-container .custom-text-overlay--orange,
.slide-cart__item-image-wrapper .custom-text-overlay--orange {
  color: #ffa500; }

.cart-item-figure-container .custom-text-overlay--yellow,
.slide-cart__item-image-wrapper .custom-text-overlay--yellow {
  color: #ffff00; }

.cart-item-figure-container .custom-text-overlay--purple,
.slide-cart__item-image-wrapper .custom-text-overlay--purple {
  color: #800080; }

.cart-item-figure-container .custom-text-overlay--pink,
.slide-cart__item-image-wrapper .custom-text-overlay--pink {
  color: #f660ab; }

.cart-item-figure-container .custom-text-overlay--crimson,
.slide-cart__item-image-wrapper .custom-text-overlay--crimson {
  color: #862633; }

.personalized-ball .productView-options {
  text-align: left; }

/* ==========================================================
 * ## Customize Me
 * ========================================================== */
.add-to-cart-wrapper .form-action .button.personalize-button {
  background: #c0550d;
  border: 1px solid #c0550d; }
  .add-to-cart-wrapper .form-action .button.personalize-button:hover, .add-to-cart-wrapper .form-action .button.personalize-button:active, .add-to-cart-wrapper .form-action .button.personalize-button:focus {
    background: white;
    color: #c0550d;
    border: 1px solid #c0550d; }

.add-to-cart-wrapper .form-action .pulseMargin {
  margin-right: 0 !important; }

/* ==========================================================
 * ## Logo Ball
 * ========================================================== */
.logo-upload-wrapper {
  display: none; }

.logo-preview-wrapper {
  font-size: 1rem; }

.logo-preview__button-wrapper {
  display: flex;
  max-width: 25rem; }
  .logo-preview__button-wrapper .button {
    width: 100%;
    margin-bottom: 0; }
  .logo-preview__button-wrapper + p {
    display: none;
    font-size: 12px;
    font-style: italic;
    margin: 0.5rem 0;
    max-width: 25rem; }

.resultImg {
  position: relative;
  max-width: 25rem;
  border: 1px solid #c4c4c4;
  border-radius: 4px; }
  .resultImg img {
    width: 100%;
    height: auto;
    border-radius: 4px; }
  .resultImg .custom-image-overlay-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    max-height: 70%;
    display: inline-block;
    text-align: center; }
    .resultImg .custom-image-overlay-container img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      max-width: 70%;
      margin: 0 auto; }
    .resultImg .custom-image-overlay-container .tall-img {
      width: auto;
      height: 100%; }
    .resultImg .custom-image-overlay-container .wide-img {
      width: 100%;
      height: auto; }
  .resultImg .custom-text-overlay {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }

.custom-logo-dropdown {
  font-size: 1rem;
  margin-bottom: 1rem; }
  .custom-logo-dropdown .custom-logo-info-toggle {
    padding: 0; }
    .custom-logo-dropdown .custom-logo-info-toggle .icon {
      width: 1rem;
      height: 1rem; }
  .custom-logo-dropdown .custom-logo-info-block {
    margin-top: 0.5rem;
    padding: 0 0.5rem; }
  .custom-logo-dropdown .custom-logo-info__heading {
    margin-bottom: 0.5rem; }
  .custom-logo-dropdown .custom-logo-info__list {
    margin-bottom: 0.5rem; }

.custom-logo-preview-block {
  margin-top: 0.5rem; }

.custom-logo-preview-toggle .custom-logo-preview-toggle__show {
  display: inline; }

.custom-logo-preview-toggle .custom-logo-preview-toggle__hide {
  display: none; }

.custom-logo-preview-toggle.is-open .custom-logo-preview-toggle__show {
  display: none; }

.custom-logo-preview-toggle.is-open .custom-logo-preview-toggle__hide {
  display: inline; }

.custom-logo-info-block,
.custom-logo-preview-block {
  display: none; }
  .custom-logo-info-block.is-open,
  .custom-logo-preview-block.is-open {
    display: block; }

.logo-result-text {
  display: none;
  margin: 5px 0 8px;
  padding: 6px 10px;
  font-size: 1rem;
  background-color: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  max-width: 25rem; }

[data-product-attribute="input-file"] .form-label {
  position: relative; }

[data-product-attribute="input-file"] input {
  width: 100%;
  max-width: 25rem;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  padding: 1rem; }

.custom-clubs__content {
  overflow: hidden; }

.custom-clubs__title {
  margin-top: 0; }

#custom-club-page {
  display: none; }

@media (min-width: 1025px) {
  .custom-clubs__pages {
    display: flex; } }

.custom-clubs__page {
  transition: visibility 200ms ease-out 200ms, max-height 200ms ease-out 200ms, opacity 200ms ease-out, transform 200ms ease-out; }
  @media (min-width: 1025px) {
    .custom-clubs__page {
      padding-bottom: 1rem !important; } }
  .custom-clubs__page--1 {
    display: none;
    max-height: inherit;
    visibility: visible;
    opacity: 1;
    transition-delay: 100ms;
    position: static; }
    .custom-clubs__form--custom-wedge .custom-clubs__page--1 {
      display: block; }
    #custom-club-page:checked ~ .custom-clubs__form .custom-clubs__page--1 {
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      transform: translateX(-4rem);
      transition-delay: 0ms;
      position: absolute; }
  .custom-clubs__form--custom-wedge .custom-clubs__page--2 {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(4rem);
    position: absolute; }
  #custom-club-page:checked ~ .custom-clubs__form .custom-clubs__page--2 {
    max-height: inherit;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 100ms;
    position: static; }
  @media only screen and (min-width: 800px) {
    .custom-clubs__page--2 {
      display: flex;
      flex-flow: row wrap; } }

.custom-clubs__info {
  text-align: center;
  margin-bottom: 1rem; }
  @media (min-width: 550px) {
    .custom-clubs__info {
      text-align: left;
      margin-bottom: 2rem; } }

.custom-clubs__title {
  margin: 0; }

.custom-clubs__info,
.custom-clubs__total,
.custom-clubs__actions,
.custom-clubs__facet,
.custom-clubs__page-container {
  padding: 0 5px; }

.custom-clubs__page-container .custom-clubs__actions,
.custom-clubs__page-container .custom-clubs__total {
  padding: 0; }

.custom-clubs__info {
  margin-top: 1rem; }
  @media (min-width: 1025px) {
    .custom-clubs__info {
      margin-top: 0; } }

.custom-clubs__subheader {
  color: #d47125;
  display: inline;
  margin: 0; }

.custom-clubs__subheader.h4 {
  display: none; }

.custom-clubs__subheader--leadtime {
  display: block;
  font-size: 1rem;
  font-weight: 400; }

.personalized-return-warning__container.personalized-return-warning__container--custom {
  max-width: none; }

.custom-clubs__disclaimer {
  margin-top: 0.5rem; }

.custom-clubs__form fieldset {
  margin: 0;
  border: 0;
  padding: 0; }

.custom-clubs__facet {
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 800px) {
    .custom-clubs__facet {
      width: 25%; } }
  .custom-clubs__facet > label {
    display: block; }
  .custom-clubs__facet .custom-clubs__box {
    display: block; }

@media only screen and (min-width: 800px) {
  .custom-clubs__facet--shaft,
  .custom-clubs__facet--grip,
  .custom-clubs__facet--head-loft {
    width: 50%; } }

.custom-clubs__facet--irons {
  width: 100%; }
  .custom-clubs__facet--irons .custom-clubs__box {
    display: inline-block; }

figure.custom-clubs__facet {
  width: 100%;
  margin-top: 0; }

.custom-clubs__facet--shaft-image img,
.custom-clubs__facet--grip-image img {
  display: none;
  max-height: 100px;
  width: 100%;
  object-fit: cover; }
  .custom-clubs__facet--shaft-image img[src],
  .custom-clubs__facet--grip-image img[src] {
    display: inline-block; }

.custom-clubs__form--custom-wedge .custom-clubs__submit--1 {
  display: none; }

.custom-clubs__previous {
  display: none; }
  .custom-clubs__form--custom-wedge .custom-clubs__previous {
    display: block; }

.custom-clubs__next {
  display: block; }
  @media (min-width: 1025px) {
    .custom-clubs__next {
      margin: 0 !important; } }

.custom-clubs__submit:active {
  border-width: 2px; }

.custom-clubs__submit:disabled, .custom-clubs__submit[disabled] {
  border-color: lightgray;
  background: lightgray;
  color: white; }

.custom-clubs__form option[disabled] {
  display: none; }

.custom-clubs__error {
  margin-left: 1em;
  color: #dd2222; }
  .custom-clubs__error--missing {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 100%;
    width: 100%;
    font-weight: bold;
    background: #eee; }

.custom-clubs__form select {
  display: block;
  max-width: none; }

.custom-clubs__page--2 label:first-child {
  padding-bottom: 0.2em;
  font-size: 1.2em; }

.custom-clubs__facet--irons .custom-clubs__box,
.custom-clubs__facet--head-loft .custom-clubs__box {
  margin-left: 0.5rem;
  white-space: nowrap; }

.custom-clubs__image {
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  width: 100%;
  max-width: 500px;
  max-height: 500px; }
  .custom-clubs__image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .custom-clubs__image 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%;
    border: 1px solid #cccccc;
    padding: 1.5rem; }
  @media (min-width: 1025px) {
    .custom-clubs__image {
      max-width: 600px; } }

.custom-clubs__canvas {
  margin: 0 auto;
  max-width: 500px; }
  @media (min-width: 1025px) {
    .custom-clubs__canvas {
      max-width: 600px; }
      .custom-clubs__canvas .wedges__canvas {
        position: sticky;
        top: 2rem; } }

.custom-clubs__column--left {
  position: relative;
  width: 100%;
  text-align: left; }
  @media (min-width: 1025px) {
    .custom-clubs__column--left {
      flex: 1;
      margin-right: 2rem; } }

.custom-clubs__column--right {
  position: relative;
  width: 100%;
  text-align: left; }
  @media (min-width: 1025px) {
    .custom-clubs__column--right {
      flex: 2; } }
  @media (min-width: 1340px) {
    .custom-clubs__column--right {
      flex: 1; } }

.custom-clubs__total {
  width: 100%;
  margin: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 800; }

.custom-clubs__total-cost {
  color: #d47125; }

.custom-clubs__actions {
  width: 100%;
  display: flex; }
  .custom-clubs__actions .button {
    margin: 0;
    margin-right: 1rem; }

/* custom wedges */
.wedges__canvas {
  width: 100%;
  height: auto;
  border: 1px solid #cccccc; }

.wedges__header {
  margin: 1.5rem 0 0; }
  .wedges__header:first-of-type {
    margin-top: 0; }

.wedges__group {
  display: grid;
  grid-template-columns: min-content auto 50%;
  align-items: center; }

.wedges__group select {
  grid-column: 1 / 4;
  margin: 0.5rem 0; }

.wedges__group h4 {
  margin: 1rem 0 0.5rem; }

.wedges__group > input {
  grid-column: 1;
  margin-right: 0.5rem; }

.wedges__group > input + label {
  grid-column: 2;
  grid-column-end: 4; }

.wedges__option-set {
  display: none;
  grid-column: 3;
  grid-column-start: 1;
  grid-column-end: 4;
  align-self: flex-start;
  background-color: #F2F2F2;
  border: 1px solid #ccc;
  z-index: 1;
  padding: 1rem;
  margin: 1.5rem 0; }
  .wedges__group input:checked + label + .wedges__option-set {
    display: block; }
  @media (min-width: 1025px) {
    .wedges__option-set {
      grid-column-end: 4; } }

.wedges__option-set > h4:first-child,
.wedges__option-set > label:first-child h4 {
  margin-top: 0; }

.wedges__option-set input[type="text"] {
  border: 1px solid #bababa;
  padding: 0.25em 0.5em;
  width: 100%;
  border-radius: 0; }
  .wedges__option-set input[type="text"]:focus {
    outline: 0;
    border-color: #ddd; }

.wedges__text-label + .wedges__text-label h4 {
  display: none; }

.wedges__text-label + .wedges__text-label input[type="text"] {
  margin-top: 0.5rem; }

.wedges__option-set input[type="checkbox"] {
  margin-top: 1rem; }

.wedges__option-set input[type="checkbox"] ~ h4,
.wedges__option-set input[type="checkbox"] ~ label,
.wedges__option-set input[type="checkbox"] ~ input {
  display: none; }

.wedges__option-set input[type="checkbox"]:checked ~ h4 {
  display: block; }

.wedges__option-set input[type="checkbox"]:checked ~ label,
.wedges__option-set input[type="checkbox"]:checked ~ input {
  display: inline-block; }

.wedges__checkbox-label {
  display: initial !important; }

.wedges__swatch-label,
.wedges__symbol-label,
.wedges__swatch-double-label {
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  padding: 1px;
  cursor: pointer; }
  input:focus + .wedges__swatch-label, .wedges__swatch-label:hover, input:focus +
  .wedges__symbol-label,
  .wedges__symbol-label:hover, input:focus +
  .wedges__swatch-double-label,
  .wedges__swatch-double-label:hover {
    background: rgba(229, 229, 229, 0.5) !important; }
  input:checked + .wedges__swatch-label, input:checked +
  .wedges__symbol-label, input:checked +
  .wedges__swatch-double-label {
    border-color: #e5e5e5;
    background: none;
    cursor: default; }

.wedges__swatch-double-label {
  padding: 1px calc(0.25rem + 2px) calc(0.25rem + 2px) 1px; }

.wedges__swatch-label span,
.wedges__swatch-double-label span {
  position: relative;
  display: block;
  border: 1px solid #555;
  width: 1rem;
  height: 1rem;
  z-index: -1; }

.wedges__swatch-double-label span::after {
  content: "";
  display: block;
  margin: 0.25rem 0 0 0.25rem;
  border: 1px solid #555;
  width: 1rem;
  height: 1rem; }

.wedges__symbol {
  position: relative;
  max-width: 2.5rem;
  z-index: -1; }

.wedges__swatch-double-label span[data-bg-color="Black"],
.wedges__swatch-double-label span[data-fg-color="Black"]::after {
  background: black; }

.wedges__swatch-double-label span[data-bg-color="White"],
.wedges__swatch-double-label span[data-fg-color="White"]::after {
  background: white; }

.wedges__swatch-double-label span[data-bg-color="Gold"],
.wedges__swatch-double-label span[data-fg-color="Gold"]::after {
  background: #847248; }

.wedges__swatch-double-label span[data-bg-color="Red"],
.wedges__swatch-double-label span[data-fg-color="Red"]::after {
  background: #990000; }

.wedges__swatch-double-label span[data-bg-color="Blue"],
.wedges__swatch-double-label span[data-fg-color="Blue"]::after {
  background: #0019a8; }

.wedges__swatch-double-label span[data-bg-color="Green"],
.wedges__swatch-double-label span[data-fg-color="Green"]::after {
  background: #00a844; }

.wedges__swatch-double-label span[data-bg-color="Silver"],
.wedges__swatch-double-label span[data-fg-color="Silver"]::after {
  background: silver; }

@keyframes error-flash {
  0% {
    background: rgba(221, 34, 34, 0.1); }
  50% {
    background: rgba(221, 34, 34, 0.2); }
  100% {
    background: rgba(221, 34, 34, 0.1); } }

.custom-clubs__warning {
  background: rgba(221, 34, 34, 0.1);
  animation: error-flash 250ms linear 0ms 3; }

@keyframes error-flash-border {
  0% {
    border-color: #eb7a7a; }
  50% {
    border-color: #dd2222; }
  100% {
    border-color: #eb7a7a; } }

.custom-clubs__warning input[type="text"], .custom-clubs__warning input[type="text"]:hover, .custom-clubs__warning input[type="text"]:focus {
  border-color: #eb7a7a;
  animation: error-flash-border 250ms linear 0ms 3; }

.slide-cart__item-shipping-msg--custom,
.cart-item-shippingMsg--custom {
  margin: 0;
  font-weight: bold;
  color: #d47125; }

.pdp-promo-bar-wrapper {
  display: inline-block; }
  .pdp-promo-bar-wrapper .pdp-promo-bar-helper {
    text-align: center;
    font-style: italic;
    margin-bottom: 0;
    font-size: 12px; }

@media (min-width: 550px) {
  .pdp-promo-bar {
    display: flex;
    justify-content: center; }
    .pdp-promo-bar div {
      position: relative;
      max-width: 200px; }
      .pdp-promo-bar div:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        width: 1px;
        background-color: #d3d3d3;
        height: 60%;
        margin-top: auto;
        margin-bottom: auto; } }

@media (min-width: 1025px) {
  .pdp-promo-bar {
    justify-content: flex-start; } }

.pdp-promo-bar .freeship-shipping-banner {
  display: none; }

.discount-badges .freeship-shipping-banner {
  display: none; }

/* ==========================================================
 * ## Modal Trigger
 * ========================================================== */
.pdp-info-modal-trigger {
  padding: 0;
  margin: 1rem; }
  .pdp-info-modal-trigger .icon {
    height: 1rem;
    width: 1rem; }

/* ==========================================================
 * ## Rock Bottom Guarantee Modal
 * ========================================================== */
.rb-guarantee {
  display: grid; }
  @media (min-width: 550px) {
    .rb-guarantee {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem; } }

.rb-guarantee__trigger {
  color: #d47125;
  padding: 0;
  margin-bottom: 1.5rem; }
  .rb-guarantee__trigger:hover, .rb-guarantee__trigger:active, .rb-guarantee__trigger:focus {
    color: #3d853f; }

.rb-guarantee__form .form-field--product-opts .form-select {
  height: 3rem;
  max-width: none;
  background-size: auto;
  background-position: right 0.65rem top 0.65rem; }

.rb-guarantee__form .form-field--product-opts option {
  display: none; }

/* ==========================================================
 * ## 90 Day Guarantee Modal
 * ==========================================================
*/
.ninety-day h2 {
  color: #3d853f; }

.ninety-day__upper-img-container {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2.5rem; }
  @media (min-width: 550px) {
    .ninety-day__upper-img-container {
      margin-bottom: 1.5rem;
      float: left; } }

.ninety-day__upper-img-container + p {
  padding-top: 1.5rem; }

.ninety-day__upper-nav {
  clear: both;
  word-spacing: 2.5rem; }

.ninety-day__multi-img {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 550px) {
    .ninety-day__multi-img {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1025px) {
    .ninety-day__multi-img {
      grid-template-columns: repeat(3, 1fr); } }

/* ==========================================================
 * ## Certified Pre-Owned
 * ========================================================== */
.certified-preowned h2 {
  color: #3d853f; }

.certified-preowned h3 {
  color: #d47125; }

.certified-preowned__upper-img-container {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2.5rem; }
  @media (min-width: 550px) {
    .certified-preowned__upper-img-container {
      margin-bottom: 1.5rem;
      float: left; } }

.certified-preowned__upper-img-container + p {
  padding-top: 1.5rem; }

.certified-preowned__upper-nav {
  clear: both;
  word-spacing: 2.5rem; }

.certified-preowned__video {
  margin: 1.5rem 0; }
  .certified-preowned__video.fluidVid {
    padding-bottom: 50.3%;
    position: relative;
    padding-top: 30px;
    height: 0;
    margin: 2.5rem auto;
    overflow: hidden;
    width: 100%; }
    .certified-preowned__video.fluidVid iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.brand-carousel-slide {
  margin: 1rem; }

.modal--popupLoginWindow {
  margin: 0; }

.modal--popupLoginWindow .alertBox {
  display: none; }

.modal--popupLoginWindow .forgot-password {
  display: block;
  margin-top: 12px !important; }

.filter-by-slide-toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  padding: 1rem; }
  .filter-by-slide-toggle button {
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold; }
  @media (min-width: 1025px) {
    .filter-by-slide-toggle {
      display: none; } }

.offcanvas.offcanvas--faceted-search {
  background-color: #F3F3F3; }
  @media (min-width: 1025px) {
    .offcanvas.offcanvas--faceted-search {
      background-color: #FFFFFF;
      position: static;
      transform: none;
      visibility: visible !important;
      width: 100%;
      border: none; }
      .offcanvas.offcanvas--faceted-search .offcanvas-header {
        display: none; }
      .offcanvas.offcanvas--faceted-search .offcanvas-body {
        padding: 0;
        overflow: visible; } }

.offcanvas--faceted-search .offcanvas-header .modal-close {
  position: relative;
  top: auto;
  right: auto; }

.offcanvas--faceted-search .facetedSearch-refineFilters {
  display: block;
  position: relative;
  border-bottom: 1px solid #dfdfdf; }

.offcanvas--faceted-search .facetedSearch-navList {
  display: block;
  margin-top: 0; }

.offcanvas--faceted-search .facetLabel {
  border-radius: 0px; }

.offcanvas--faceted-search .navList-action-close {
  position: absolute;
  right: 0; }

.offcanvas--faceted-search .accordion {
  border: none;
  border-radius: 0; }

.offcanvas--faceted-search .accordion-block {
  margin-top: 1.5rem; }

.offcanvas--faceted-search .accordion-block:first-child .accordion-navigation,
.offcanvas--faceted-search .accordion-block:last-child .accordion-navigation {
  border: none;
  border-radius: 0px; }

.offcanvas--faceted-search .accordion-block:last-child .accordion-content {
  border-bottom: none; }

.offcanvas--faceted-search .accordion-content {
  padding: 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d3d3d3; }

.offcanvas--faceted-search .accordion-content .navList {
  border-top: none;
  padding-top: 12px; }

.offcanvas--faceted-search .accordion-navigation {
  border: none;
  padding: 0;
  margin: 0; }

.offcanvas--faceted-search .accordion-title {
  padding: 0; }
  .offcanvas--faceted-search .accordion-title + span {
    display: none; }

.offcanvas--faceted-search .form-minMaxRow .form-field.update-bttn {
  width: 100%;
  margin-top: 1rem; }

.offcanvas--faceted-search .form-minMaxRow .form-field.update-bttn .button.button--small {
  width: auto;
  font-weight: 900;
  text-transform: uppercase; }

.offcanvas--faceted-search .sidebarBlock-heading {
  font-size: 18px;
  font-weight: 900;
  line-height: 23px;
  letter-spacing: -.01em; }

.facet-modal {
  display: none; }
  .facet-modal .modal-body {
    padding: 0.25rem; }
  .facet-modal .facet-quick-heading {
    margin-top: 0;
    position: absolute;
    top: 0;
    padding-top: 20px; }
  .facet-modal .facetedSearch-optionColumns {
    column-count: 1; }

.back-to-facets {
  padding: 0;
  padding-right: 6px; }
  @media (min-width: 1025px) {
    .back-to-facets {
      display: none; } }
  .back-to-facets + .form-field {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .back-to-facets span {
    vertical-align: middle; }

.facetedSearch-refineFilters-remove {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 0; }
  @media (min-width: 1025px) {
    .facetedSearch-refineFilters-remove {
      top: 4px; } }

@media (min-width: 1025px) {
  .home-blog {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr auto; } }

.home-blog__link {
  justify-self: end;
  margin: 0 auto;
  grid-column-start: 2;
  grid-column-end: 2; }

.home-blog .blog {
  border-top: none; }

/* ==========================================================
 * ## Section: Layout
 * ========================================================== */
@media (min-width: 1025px) {
  .cart__container {
    display: flex;
    flex-direction: row; } }

.cart__content,
.cart__totals .cart-totals {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/* ==========================================================
  * ## Section: Cart Content
  * ========================================================== */
@media (min-width: 1025px) {
  .cart__content {
    width: 69%;
    max-width: 1125px;
    margin-right: 1rem; } }

@media (min-width: 1340px) {
  .cart__content {
    width: 75%; } }

@media (min-width: 1025px) {
  .cart-header-item.cart-header-item--price {
    padding-left: 1rem; } }

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

.cart-item {
  display: block;
  grid-template-columns: 0.5fr 1fr;
  row-gap: 1rem;
  padding: 0 0 40px; }
  @media (min-width: 481px) {
    .cart-item {
      display: grid; } }
  .cart-item::before, .cart-item::after {
    content: none; }
  @media (min-width: 550px) {
    .cart-item {
      grid-template-columns: 0.25fr 1fr; } }
  @media (min-width: 1025px) {
    .cart-item {
      display: table-row;
      padding: 1rem 0; } }

.cart-item-block {
  position: relative; }
  @media (min-width: 1025px) {
    .cart-item-block {
      padding-right: 1rem; } }

.cart-item-figure,
.cart-item-info,
.cart-item-block.cart-item-title,
.cart-item-info.cart-item-quantity {
  width: 100%;
  margin-left: 0;
  height: auto; }

.cart-item-block.cart-item-figure {
  grid-column-start: 1;
  grid-column-end: 2;
  min-width: 128px; }
  @media (min-width: 550px) {
    .cart-item-block.cart-item-figure {
      grid-row-start: 1;
      grid-row-end: span 4;
      padding: 0.5rem; } }

@media (min-width: 550px) {
  .cart-item-image {
    max-width: 128px;
    width: 100%; } }

.cart-item-label,
.cart-item-value {
  width: 100%;
  vertical-align: middle; }
  @media (min-width: 550px) {
    .cart-item-label,
    .cart-item-value {
      width: auto;
      padding-left: 0;
      text-align: left; } }

.cart-item-label {
  text-align: right; }

.cart-item-block.cart-item-title {
  padding: 2rem 0; }
  @media (min-width: 1025px) {
    .cart-item-block.cart-item-title {
      width: 35%;
      padding: 1rem; } }

.cart-item-title .cart-item-name__label,
.cart-item-title .definitionList {
  margin-bottom: 1rem; }

.cart-item-title.cart-item-block .definitionList-value {
  word-break: break-word; }

.cart-item-block.cart-item-price,
.cart-item-block.cart-item-quantity,
.cart-item-block.cart-item-total {
  grid-column-start: 1;
  grid-column-end: 3; }
  @media (min-width: 550px) {
    .cart-item-block.cart-item-price,
    .cart-item-block.cart-item-quantity,
    .cart-item-block.cart-item-total {
      grid-column-start: 2;
      grid-column-end: 3;
      padding-left: 1.5rem; } }
  @media (min-width: 1025px) {
    .cart-item-block.cart-item-price,
    .cart-item-block.cart-item-quantity,
    .cart-item-block.cart-item-total {
      padding: 1rem;
      width: calc(60% / 3); } }
  @media (min-width: 1340px) {
    .cart-item-block.cart-item-price,
    .cart-item-block.cart-item-quantity,
    .cart-item-block.cart-item-total {
      width: calc(50% / 3); } }

@media (min-width: 1025px) {
  .cart-item-block.cart-item-total {
    padding-right: 0.25rem; } }

.cart-item-name + .definitionList {
  margin: 1rem 0; }

.cart-item-price,
.cart-item-quantity,
.cart-item-total {
  display: grid;
  grid-template-columns: 0.25fr 1fr; }
  @media (min-width: 1025px) {
    .cart-item-price,
    .cart-item-quantity,
    .cart-item-total {
      display: table-cell; } }

.cart-item-quantity .form-increment {
  margin: 0; }
  @media (min-width: 550px) {
    .cart-item-quantity .form-increment {
      padding-left: 0; } }
  @media (min-width: 1025px) {
    .cart-item-quantity .form-increment {
      display: flex;
      justify-content: center; } }

.cart-remove {
  position: absolute;
  right: 0;
  background-color: #d3d3d3;
  width: 21px;
  height: 21px; }
  @media (min-width: 1025px) {
    .cart-remove {
      position: static; } }
  .cart-remove svg {
    stroke: #222222; }
  .cart-remove:hover {
    background-color: #d47125; }

.cart-header-item.cart-header-item--price,
.cart-item-block.cart-item-price {
  text-align: center; }

/* ==========================================================
 * ## Section: Totals
 * ========================================================== */
@media (min-width: 1025px) {
  .cart__totals {
    width: 31% !important;
    max-width: 381px;
    margin-left: auto;
    min-width: 280px; } }

@media (min-width: 1340px) {
  .cart__totals {
    width: 25% !important; } }

.cart__totals-wrapper {
  position: sticky;
  top: 2rem;
  padding: 1rem;
  border: 1px solid #e5e5e5; }

.cart__totals-container .cart-total-label,
.cart__totals-container .cart-total-value {
  color: #333; }

.cart__totals-header {
  border-bottom: 1px solid #e5e5e5; }

.cart__totals-header,
.cart-total {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem; }
  .cart__totals-header::after, .cart__totals-header::before,
  .cart-total::after,
  .cart-total::before {
    content: none; }

.cart__totals-heading {
  font-size: 23px; }

.cart__totals-heading,
.cart__totals-action-container {
  margin: 0;
  padding: 0 0 1rem 0; }

.cart__totals-action-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right; }

.cart-totals ul,
.cart-totals ol {
  margin-left: 0; }

.cart-total + .cart-total {
  border-top: 1px solid #e5e5e5; }

.cart-total-label {
  color: #ffffff;
  text-transform: none;
  text-align: left; }

.cart-total-value {
  text-align: right; }

.cart-total-label,
.cart-total-value {
  padding: 1.25rem 0;
  width: 100%; }

.cart__totals-action,
.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  text-decoration: underline; }

.shipping-estimator,
.cart-form.coupon-code,
.cart-form.gift-certificate-code {
  grid-column-start: 1;
  grid-column-end: 3; }

.coupon-form,
.cart-gift-certificate-form {
  display: flex; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 100%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    width: auto; }

.cart-total-grandTotal {
  top: auto; }

.cart-total-label-grandTotal,
.cart-total-grandTotal {
  font-size: 1.5rem;
  font-weight: bold; }

.cart__actions .button {
  width: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center; }

/* ==========================================================
 * ## Floating button
 * ========================================================== */
.floating-checkout-button {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
  padding: 1rem;
  z-index: 50; }
  @media (min-width: 1025px) {
    .floating-checkout-button {
      display: none; } }

.floating-checkout-button .button {
  font-weight: 700;
  width: 100%;
  margin: 0;
  text-transform: uppercase; }

/* ==========================================================
 * ## IE 11 support
 * ========================================================== */
@media all and (-ms-high-contrast: none) {
  .cart-total {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .cart-total .cart-total-label,
    .cart-total .cart-total-value {
      width: auto;
      display: inline-block; }
    .cart-total .shipping-estimator.is-open,
    .cart-total .cart-form.coupon-code,
    .cart-total .cart-form.gift-certificate-code {
      width: 100%; }
  .cart__totals-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

.slide-cart-2ds {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  margin-bottom: 16px; }
  .slide-cart-2ds .slide-cart-2ds__top {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    text-align: center;
    gap: 8px; }
  .slide-cart-2ds .slide-cart-2ds__bottom {
    display: inline;
    margin: auto; }
  .slide-cart-2ds .slide-cart-2ds__icon {
    height: 32px;
    margin: auto; }
  .slide-cart-2ds .slide-cart-2ds__heading-container {
    display: inline; }
  .slide-cart-2ds .slide-cart-2ds__heading {
    margin: auto 0;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Mulish", Arial, Helvetica, sans-serif; }
  .slide-cart-2ds .slide-cart-2ds__sub-heading {
    font-size: 18px;
    font-weight: 500;
    font-family: "Mulish", Arial, Helvetica, sans-serif;
    text-align: center;
    margin: auto; }
  .slide-cart-2ds .slide-cart-2ds__heading--primary {
    color: #c0550d; }
  .slide-cart-2ds .slide-cart-2ds__heading--secondary {
    color: #273e28; }

.is-loading .loadingOverlay {
  display: block; }

.offcanvas--cart-slide-out {
  width: 525px; }
  .offcanvas--cart-slide-out.show {
    visibility: visible; }

.offcanvas--cart-slide-out-inner {
  height: 100%; }

.slide-cart__container {
  display: flex;
  flex-direction: column;
  height: 100%; }

.slide-cart__header .modal-close {
  position: relative;
  top: auto;
  right: auto;
  color: #000000; }

.slide-cart__body {
  height: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 0;
  border-top: 2px solid #000000; }

.slide-cart__item-container {
  flex: 1;
  overflow-y: scroll;
  padding: 1rem;
  padding-right: 0; }

.slide-cart__items {
  margin: 0;
  padding: 1rem 0.5rem 1rem 0;
  list-style: none;
  word-break: break-word; }
  .slide-cart__items .slide-cart__item {
    display: grid;
    grid-template-columns: 1fr 3fr 0.25fr;
    gap: 1rem;
    margin-bottom: 1.5rem; }
    .slide-cart__items .slide-cart__item::after, .slide-cart__items .slide-cart__item::before {
      content: none; }
  .slide-cart__items .slide-cart__item-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    min-width: 110px; }
  .slide-cart__items .slide-cart__item-image-wrapper {
    border: 1px solid #cccccc;
    padding: 1rem;
    overflow: hidden; }
  .slide-cart__items .slide-cart__item-name,
  .slide-cart__items .slide-cart__item-brand,
  .slide-cart__items .slide-cart__item-option {
    margin: 0; }
  .slide-cart__items .slide-cart__item-name a {
    font-weight: inherit; }
  .slide-cart__items .slide-cart__item-option--hidden {
    display: none; }
  .slide-cart__items .slide-cart__item-remove button {
    font-size: 1.5rem;
    text-decoration: none;
    margin-top: -0.75rem;
    color: #000000; }

.slide-cart__item-image-wrapper {
  position: relative; }

.slide-cart__shipping-banner {
  text-align: center; }

.slide-cart__code-form {
  padding: 0 1rem; }
  .slide-cart__code-form .form {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 1rem;
    position: relative; }
  .slide-cart__code-form .form-input {
    height: 40px;
    border-radius: 0; }
  .slide-cart__code-form .slide-cart__code-form-error {
    position: absolute;
    top: 100%;
    margin-top: 0.25rem;
    color: #e60000; }

.slide-cart__form-actions {
  align-self: end;
  text-align: right; }
  .slide-cart__form-actions .button {
    width: 100%;
    margin: 0; }

.slide-cart__totals {
  margin: 0 0 1rem;
  padding: 0 1rem; }
  .slide-cart__totals .slide-cart__total {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem; }
  .slide-cart__totals .slide-cart__total-label {
    text-align: left; }
  .slide-cart__totals .slide-cart__discount-label {
    color: #989898; }
  .slide-cart__totals .slide-cart__total-value {
    text-align: right; }

.slide-cart__actions {
  padding: 1rem;
  border-top: 1px solid #ccc; }
  .slide-cart__actions .slide-cart__additional-payments {
    text-align: center; }
  .slide-cart__actions .slide-cart__actions-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem; }
    .slide-cart__actions .slide-cart__actions-nav .button {
      margin: 0; }
      .slide-cart__actions .slide-cart__actions-nav .button + .button {
        margin: 0; }

/* ==========================================================
 * ## Universal styles for shipping banner
 *  - in slide cart + standard cart
 * ========================================================== */
.shipping-banner {
  text-align: center;
  margin: 1rem 0 0;
  padding: 0 1.5rem; }

.cart-shipping-banner {
  margin: 0;
  padding: 1rem .5rem; }
  .cart-shipping-banner + .cart-shipping-banner {
    margin-top: 1rem; }

.cart-shipping-banner--orange {
  color: #c0550d;
  border-top: 1px solid #d47125;
  border-bottom: 1px solid #d47125; }

.cart-shipping-banner--green {
  color: #3d853f;
  border-top: 1px solid #3d853f;
  border-bottom: 1px solid #3d853f; }

.cart-shipping-banner--hide {
  display: none !important; }

.cart-shipping-banner--home-two-img {
  margin: 1rem auto;
  padding: 0 1rem;
  display: flex; }

/* ==========================================================
 * ## Header
 * ========================================================== */
@media (min-width: 1025px) {
  .navPages-action--toplevel + .navPage-subMenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    left: 0;
    width: 100%;
    transform-origin: 0 0;
    transform: rotateX(-90deg);
    transition: all 0.15s ease-in; }
  .navPages-item:hover .navPages-action--toplevel.has-subMenu + .navPage-subMenu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
    transition: all 0.15s ease-in;
    transition-delay: .3s; } }

/* ==========================================================
 * ## Slick Slider
 * ========================================================== */
.productCarousel {
  margin: 0; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-next,
.slick-prev {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: white; }
  .slick-next:before, .slick-prev:before {
    width: 1rem; }
  @media (min-width: 1025px) {
    .slick-next,
    .slick-prev {
      background: rgba(255, 255, 255, 0.9); } }

/* ==========================================================
 * ## Category Compare
 * ========================================================== */
.category__compare-link {
  display: none;
  padding: 1rem;
  position: fixed;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  background: #3d853f;
  width: auto; }
  .category__compare-link.show {
    display: block; }

/* ==========================================================
 * ## Category Toggle List/Grid View
 * ========================================================== */
.category__view-toggle {
  display: flex;
  justify-content: flex-end; }

.category__toggle-view {
  padding: 0.5rem; }

.category__toggle-view:first-of-type {
  margin-right: 0.5rem; }

.active-category-view {
  background: #3d853f; }
  .active-category-view svg {
    fill: #d47125; }

/* ==========================================================
 * ## Login
 * ========================================================== */
.login-form,
.new-customer {
  padding: 0; }

@media (min-width: 1025px) {
  .login-form {
    padding-right: 0.75rem; } }

@media (min-width: 1025px) {
  .new-customer {
    padding-left: 0.75rem; } }

.login-form .form-actions {
  display: flex;
  align-items: center;
  justify-content: center; }

.new-customer .panel-body a {
  margin: 0 auto; }

.new-customer-fact-list {
  margin: 1.5rem;
  margin-right: 0; }

/* ==========================================================
 * ## Header
 * ========================================================== */
.header-logo__link {
  z-index: auto; }

/* ==========================================================
 * ## Category Page
 * ========================================================== */
.loadingOverlay--product-listing {
  text-align: center; }
  .loadingOverlay--product-listing::before {
    top: 10%; }

/* ==========================================================
 * ## Inputs
 * ========================================================== */
.form-input--incrementTotal {
  font-size: 1rem;
  height: 2rem;
  width: auto; }

/* ==========================================================
 * ## SweetAlert
 * ========================================================== */
.swal2-actions .button {
  margin: 0.5rem; }

/* ==========================================================
 * ## Search Results
 * ========================================================== */
.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 1025px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .search-results-close {
    display: none; }
    @media (min-width: 1025px) {
      .quickSearchResults .search-results-close {
        display: block; } }

.search-results-close {
  height: 2.13333rem;
  width: 2.13333rem;
  font-size: 26px;
  line-height: 2.13333rem;
  padding: 0;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 1025px) {
    .search-results-close {
      font-size: 32px; } }
  .search-results-close:hover {
    color: #757575; }
  .search-results-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.66667rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .search-results-close::after {
    background-color: #313440;
    border-radius: 0.53333rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.26667rem 0.4rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .search-results-close::before, .search-results-close::after {
    display: none; }
  .search-results-close:focus::before, .search-results-close:focus::after {
    display: block; }
  .search-results-close::before, .search-results-close::after {
    right: auto;
    left: 0; }

/* ==========================================================
 * ## Paginator Dropdown
 * ========================================================== */
.pagination--dropdown .pagination-list {
  display: flex; }
  .pagination--dropdown .pagination-list .pagination-item {
    flex: 0.5;
    margin: 0; }
  .pagination--dropdown .pagination-list .pagination-item--next {
    text-align: right; }
  .pagination--dropdown .pagination-list .pagination-item--dropdown {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
  .pagination--dropdown .pagination-list .pagination-item__dropdown {
    max-width: 50px;
    margin: 0 0.5rem;
    cursor: pointer; }
  .pagination--dropdown .pagination-list .pagination-item--previous {
    text-align: left; }
  .pagination--dropdown .pagination-list .pagination-item--next,
  .pagination--dropdown .pagination-list .pagination-item--dropdown,
  .pagination--dropdown .pagination-list .pagination-item--previous {
    cursor: default; }
  .pagination--dropdown .pagination-list .pagination-link {
    display: inline-block; }

/* ==========================================================
 * ## Card Add to Cart
 * ========================================================== */
.card-atc--added .card-atc__button {
  background-color: #28a745;
  border-color: #28a745; }

.card-atc .card-atc__button {
  margin: 0;
  width: 100%; }

.card-atc-increment {
  display: flex;
  flex-flow: row;
  margin-bottom: 0.66667rem; }
  .card-atc-increment .button {
    margin: 0;
    flex: 1;
    padding: 0.66667rem 0.33333rem; }
  .card-atc-increment .button + .card-atc__input--total {
    margin: 0 0.66667rem; }

.card-atc__input--total {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  min-height: 2.66667rem;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.33333rem;
  flex: 2; }

.slide-cart__item[pulse-id]:not([pulse-job]) .slide-cart__item-remove,
.cart-item[pulse-id]:not([pulse-job]) .form-increment,
.cart-item[pulse-id]:not([pulse-job]) .cart-remove {
  user-select: none;
  pointer-events: none;
  opacity: .25; }

.slide-cart__item[pulse-id]:not([pulse-job]) .slide-cart__item-remove button {
  visibility: hidden !important; }

.cart-item[pulse-id] .change-option--link {
  display: none; }

.pulse-tc__modal-trigger-container p {
  font-weight: bold;
  color: #2e6407 !important; }

.pulse-tc__modal-trigger-container .pulse-tc__modal-trigger {
  color: #c0550d !important;
  font-weight: bold !important; }

#pulse-tc-modal {
  padding: 16px; }

#pulse-tc-modal .modal-close-button {
  float: right; }

#FormField_2 .form-inlineMessage {
  display: none; }

[data-create-account-form]:not(.interacted) .password-requirements__list {
  display: none; }

.password-requirements__list {
  display: grid;
  float: inline-start;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  list-style-type: none;
  margin: 16px 0px 0px 0px; }
  @media (max-width: 768px) {
    .password-requirements__list {
      grid-template-columns: 1fr; } }

[data-create-account-form].interacted .password-requirements__item {
  color: red; }

[data-create-account-form].interacted .password-requirements__item.valid {
  color: green; }

[data-create-account-form].interacted .password-requirements__item:not(.valid) .password-requirements__checkmark svg circle {
  fill: red; }

[data-create-account-form].interacted .password-requirements__item.valid .password-requirements__checkmark svg circle {
  fill: green; }

.form-field.form-field--inputPassword.valid .form-input[data-field-type="password"] {
  border-color: green !important; }

.form-field.form-field--input.form-field--inputPassword.valid .form-input {
  border-color: green !important; }

@media (max-width: 768px) {
  .page-createaccount--pages-auth-create-account .body {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px; } }

#consent-manager,
#consent-manager-update-banner {
  display: none; }

#consent-manager p {
  color: #ffffff; }

#form-action-addToCart.personalize-button[style*="display: none"] ~ #pulse-modal-button {
  display: block !important; }

#form-action-addToCart.personalize-button ~ #pulse-modal-button {
  display: none; }

.osano-cm-dialog {
  border: 1px solid #222222; }

/* ==========================================================
 * ## Custom
 * ========================================================== */
a.trackingLink {
  font-weight: bold;
  margin-top: 0.5rem; }

#FormField_26 {
  width: 100%; }
  #FormField_26 .form-label {
    display: inline-block;
    width: auto; }

@media (min-width: 1025px) {
  .account .sms-consent {
    max-width: 50%; } }

.account .sms-consent .form-label {
  display: inline-block;
  width: auto; }

.account .sms-consent .sms-consent-compliance {
  font-size: 12px; }

.account .sms-consent .sms-consent-compliance a {
  text-decoration: underline; }
  .account .sms-consent .sms-consent-compliance a:hover, .account .sms-consent .sms-consent-compliance a:focus {
    text-decoration: none; }

.page--cart .page-content {
  padding-left: 0;
  padding-right: 0;
  max-width: 1556px;
  margin: 0 auto;
  float: none; }

.page--cart ol.breadcrumbs {
  margin: 0px auto 2rem; }

.page--cart .page-heading {
  text-align: center;
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 2rem; }
  @media (min-width: 1025px) {
    .page--cart .page-heading {
      text-align: left;
      justify-content: flex-start; } }
  .page--cart .page-heading:after {
    content: "";
    height: 1px;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    display: none; }
    @media (min-width: 1025px) {
      .page--cart .page-heading:after {
        display: block;
        margin-left: 34px; } }

.page--cart .page-content {
  margin-bottom: 2rem; }

.club-trader--message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  padding: 16px 37px 16px 16px;
  margin-bottom: 24px;
  border-radius: 4px;
  flex-direction: column; }
  @media (min-width: 550px) {
    .club-trader--message {
      flex-direction: row; } }

.club-trader--img {
  margin-right: 1rem;
  max-width: 160px;
  max-height: 68px; }

.club-trader--text {
  margin-top: 1rem; }
  @media (min-width: 550px) {
    .club-trader--text {
      width: 893px;
      margin-top: 0;
      margin-left: 1rem; } }

.club-trader--text,
.club-trader--link {
  font-size: 18px;
  line-height: 23px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  text-align: center; }
  @media (min-width: 1025px) {
    .club-trader--text,
    .club-trader--link {
      font-size: 23px;
      line-height: 28.87px;
      text-align: left; } }

.text-color,
.text-color .club-trader--link {
  color: #3d853f; }

.text-color .club-trader--link {
  text-decoration: underline; }
  .text-color .club-trader--link:hover, .text-color .club-trader--link:focus, .text-color .club-trader--link:active {
    color: #d47125; }

.cart-item-block.cart-item-figure {
  padding: 2rem 0; }
  @media (min-width: 481px) {
    .cart-item-block.cart-item-figure {
      display: flex;
      align-items: center; } }

.cart-item-image {
  height: 124px;
  width: 124px;
  object-fit: contain;
  padding: 5px 5px 0;
  border: 1px solid #d3d3d3; }
  @media (min-width: 550px) {
    .cart-item-image {
      height: 128px;
      width: 128px; } }

.cart-item-name__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.5px; }

.change-option--link {
  text-decoration: underline; }
  .change-option--link:hover, .change-option--link:focus, .change-option--link:active {
    color: #d47125; }

.cart-header-item,
.cart-item-price .cart-item-value,
.cart-item-total .cart-item-value {
  font-size: 16px;
  font-weight: 900; }

.cart-item-info.cart-item-total .cart-item-value.price--discounted {
  display: none; }

.cart__totals-wrapper {
  border: none;
  background: #f2f2f2;
  padding: 1rem 0;
  border-radius: 4px; }

.cart__totals-header {
  padding: 0 21px;
  border-bottom: 1px solid #d3d3d3; }

.cart-total {
  margin: 0 21px;
  border-bottom: 1px solid #d3d3d3; }

.cart-total-label strong {
  font-weight: 400; }

.cart__totals-action,
.cart-total-value button {
  color: #222222;
  text-decoration: none; }

.cart-total .form-input {
  height: 40px; }

.cart-total .estimator-form-input .form-input {
  height: 100%; }

.or-use-label {
  display: none; }

.cart-total.cart-total-grandTotal-wrapper {
  border-bottom: none; }

.cart-total-label-grandTotal strong,
.cart-total-grandTotal {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.01em; }

.order-signature {
  line-height: 21px;
  padding: 0 21px;
  text-align: left; }

.cart__buttons {
  margin: 0 21px;
  text-align: center; }

.cart__buttons .cart__actions {
  margin-bottom: 1rem; }

.cart-item-quantity .form-input--incrementTotal {
  max-width: 65px;
  min-height: 48px;
  border: 1px solid #d3d3d3;
  border-right: none;
  border-left: none;
  font-size: 18px;
  font-weight: 900;
  border-radius: 0; }

.cart-item-quantity .form-increment .button {
  max-width: 48px;
  width: 100%;
  min-height: 48px;
  border: 1px solid #d3d3d3; }

.cart-item-price .cart-item-label,
.cart-item-total .cart-item-label,
.cart-item-quantity .cart-item-label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0; }
  @media (min-width: 550px) {
    .cart-item-price .cart-item-label,
    .cart-item-total .cart-item-label,
    .cart-item-quantity .cart-item-label {
      justify-content: flex-start; } }
  @media (min-width: 1025px) {
    .cart-item-price .cart-item-label,
    .cart-item-total .cart-item-label,
    .cart-item-quantity .cart-item-label {
      display: none; } }

.cart-item-price .cart-item-value,
.cart-item-total .cart-item-value {
  margin-left: 1rem; }
  @media (min-width: 1025px) {
    .cart-item-price .cart-item-value,
    .cart-item-total .cart-item-value {
      margin-left: 0; } }

.cart-item-quantity .form-increment {
  width: 161px;
  display: flex;
  flex-wrap: nowrap;
  margin-left: 2.5rem; }
  @media (min-width: 1025px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-price .cart-item-value,
.cart-item-total .cart-item-value {
  width: 161px;
  margin-left: 2.5rem;
  padding: 0;
  display: inline; }
  @media (min-width: 550px) {
    .cart-item-price .cart-item-value,
    .cart-item-total .cart-item-value {
      margin-left: 0;
      width: auto; } }

.cart-item-value.price--discount {
  margin-left: .25rem; }

.cart-value-container {
  text-align: left; }

.cart-item-quantity .cart-item-label,
.cart-item-price .cart-item-label,
.cart-item-total .cart-item-label {
  font-weight: 800;
  font-size: 1.06667rem; }

.cart-item-quantity .form-increment .button svg {
  fill: #3d853f;
  width: 24px;
  height: 24px; }

.cart-total .button.button--small {
  text-transform: uppercase; }

.swal2-actions .button:active, .swal2-actions .button:focus, .swal2-actions .button:hover,
.cart-totals .button--small:active,
.cart-totals .button--small:focus,
.cart-totals .button--small:hover {
  background-color: #46bf49;
  border-color: #46bf49; }

.cart-item--disabled .cart-item-total {
  text-align: center; }

.affirm-slot {
  margin-top: 1rem;
  padding: 0 1.5rem;
  text-align: left; }
  .affirm-slot p {
    margin: 0; }

[data-pd-cart-item-product-id="110055"] .definitionList-key--options,
[data-pd-cart-item-product-id="110055"] .definitionList-key--options + .definitionList-value {
  display: none; }

.cart-item-message-block,
.slide-cart__message-block {
  margin-top: 1rem; }
  .cart-item-message-block:empty,
  .slide-cart__message-block:empty {
    display: none; }
  .cart-item-message-block pre,
  .slide-cart__message-block pre {
    display: inline-block;
    border: 1px dashed chartreuse;
    padding: 0.5em;
    color: fuchsia; }

.estimator-form-label-text > span {
  font-size: 12px; }

.page-sidebar {
  float: unset; }
  @media (min-width: 1025px) {
    .page-sidebar {
      width: 25%;
      max-width: 230px;
      float: left;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1340px) {
    .page-sidebar {
      width: 20%; } }

.page-sidebar + .page-content {
  float: unset; }
  @media (min-width: 1025px) {
    .page-sidebar + .page-content {
      width: 75%;
      max-width: 1290px;
      margin-left: auto;
      padding-right: 0; } }
  @media (min-width: 1340px) {
    .page-sidebar + .page-content {
      width: 80%; } }

.category__content-container .cat-content a {
  color: #d47125; }

.category__subcat-dropdown {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative; }
  @media (min-width: 1025px) {
    .category__subcat-dropdown {
      display: none; } }

.category__subcat-link {
  width: 100%;
  height: 48px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  padding: 0 1.5rem;
  height: 48px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  align-items: center; }

.category__subcat-links {
  margin-bottom: 1rem; }
  .category__subcat-links:last-of-type {
    margin-bottom: 0; }

.category__filter-icons {
  width: 13px;
  height: 8px;
  margin-left: auto;
  fill: #222222;
  stroke: #222222; }

#category__subcat-list {
  width: 100%;
  margin-left: 0;
  list-style-type: none;
  padding: 1rem 1.5rem;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  position: absolute;
  background-color: #ffffff;
  margin-top: 3.2rem; }
  @media (min-width: 1025px) {
    #category__subcat-list {
      background-color: transparent;
      position: static;
      margin-top: 0; } }

ol.breadcrumbs {
  display: block;
  margin: 0;
  max-width: 1556px;
  text-align: left; }
  ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
    color: #222222; }
  @media (min-width: 1025px) {
    ol.breadcrumbs {
      margin: 0 auto 44px; } }

.page--category .page,
.page--search .page {
  max-width: 1556px;
  margin: 0 auto; }

.page-heading--wrapper,
.page-heading--wrapper > div {
  justify-content: center;
  align-items: center; }
  @media (min-width: 1025px) {
    .page-heading--wrapper,
    .page-heading--wrapper > div {
      flex-wrap: nowrap;
      margin: 0 0 19px;
      justify-content: space-between; } }

.page-heading--wrapper > div {
  width: 100%; }

.page-heading.page-heading--category,
.page--category .category__content-container h1 {
  text-align: center;
  margin-bottom: 1.5rem;
  display: flex !important;
  padding-right: 0 !important;
  white-space: nowrap;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1025px) {
    .page-heading.page-heading--category,
    .page--category .category__content-container h1 {
      font-size: 34px;
      line-height: 42px;
      letter-spacing: -0.03rem;
      font-weight: 900;
      text-align: left;
      justify-content: flex-start;
      width: 100%;
      margin: 0; } }
  .page-heading.page-heading--category:after,
  .page--category .category__content-container h1:after {
    content: "";
    height: 1px;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    display: none; }
    @media (min-width: 1025px) {
      .page-heading.page-heading--category:after,
      .page--category .category__content-container h1:after {
        display: block;
        margin-left: 34px; } }

.category__content--no-products-title {
  font-weight: 400;
  font-size: 1rem; }

.page-sidebar.top-level {
  display: none; }
  @media (min-width: 1025px) {
    .page-sidebar.top-level {
      display: block; } }

@media (min-width: 1025px) {
  .page-sidebar .navList {
    border-top: 1px solid #d3d3d3;
    padding: 24px 0; } }

.page--search .page-sidebar .navList {
  border-top: none;
  padding: 1rem 0 24px; }

@media (min-width: 1025px) {
  .page-sidebar.top-level .navList,
  .page-sidebar.subcat-level .navList {
    border-top: 0;
    padding: 0; } }

.page-sidebar .modal-close {
  font-weight: bold;
  color: #3d853f;
  height: 34px;
  width: 34px;
  font-size: 34px;
  margin-left: auto; }

#filterByLabel {
  display: none; }

#facetedSearch-navList .accordion-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 22.5px;
  letter-spacing: -0.01em;
  font-family: "Mulish", Arial, Helvetica, sans-serif; }

.showMore-link {
  color: #c0550d;
  margin-top: 14px;
  display: block; }
  .showMore-link .toggleLink-text {
    text-decoration: underline; }

.page--category .brand-carousel .slick-prev {
  left: -24px; }
  @media only screen and (min-width: 1720px) {
    .page--category .brand-carousel .slick-prev {
      left: -5rem; } }

.page--category .brand-carousel .slick-next {
  right: -24px; }
  @media only screen and (min-width: 1720px) {
    .page--category .brand-carousel .slick-next {
      right: -5rem; } }

.category__carousel-wrapper {
  display: flex;
  flex-direction: column; }

@media only screen and (max-width: 801px) {
  .page--category .heroCarousel-custom .slick-arrow {
    display: none; } }

.brand-carousel__wrapper {
  margin-bottom: 100px; }

.page--category .brand-carousel__wrapper {
  margin-top: 0; }

.page--category .heroCarousel-custom {
  margin-bottom: 5.5rem; }
  @media (min-width: 1025px) {
    .page--category .heroCarousel-custom {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 801px) {
    .page--category .heroCarousel-custom .slick-list {
      margin-bottom: 1rem; } }

@media only screen and (max-width: 801px) {
  .page--category .heroCarousel-custom .slick-dots {
    bottom: -3.5rem; } }

@media only screen and (min-width: 801px) {
  .heroCarousel-custom .slick-list {
    margin-bottom: 4rem; } }

.heroCarousel-custom .slick-track {
  height: fit-content; }

.heroCarousel-custom .heroCarousel-image-wrapper {
  max-height: fit-content;
  height: 29vw;
  display: none; }
  @media only screen and (min-width: 801px) {
    .heroCarousel-custom .heroCarousel-image-wrapper {
      display: flex; } }
  @media (min-width: 1340px) {
    .heroCarousel-custom .heroCarousel-image-wrapper {
      height: fit-content;
      max-height: 448px; } }

.heroCarousel-custom .heroCarousel-image-wrapper_mobile {
  display: flex; }
  @media only screen and (min-width: 801px) {
    .heroCarousel-custom .heroCarousel-image-wrapper_mobile {
      display: none; } }

.page--category .banner h2 {
  text-align: left;
  color: #d47125;
  font-size: 34px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  width: 100%; }
  @media (min-width: 1025px) {
    .page--category .banner h2 {
      white-space: nowrap; } }
  .page--category .banner h2:after {
    content: "";
    height: 1px;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    margin-left: 34px;
    display: none; }
    @media (min-width: 1025px) {
      .page--category .banner h2:after {
        display: block; } }

.page--category .banner h3 {
  color: #3d853f;
  font-size: 27px;
  line-height: 34px;
  font-weight: 800; }

.page--category .banner #reviews {
  color: #d47125;
  margin-bottom: 1.5rem; }

.RBG-bottom-page-accordion {
  text-align: left; }

#product-listing-container .product .card-img-container {
  display: flex;
  align-items: center; }

#product-listing-container .product .card-img-container img {
  padding: 0 16px;
  margin: unset;
  top: unset;
  bottom: unset; }

#product-listing-container .actionBar-section .form-field {
  margin-bottom: 0;
  border-radius: 4px; }

#product-listing-container .actionBar {
  height: 48px; }

#product-listing-container .actionBar .form-field {
  height: 48px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  min-width: 248px;
  width: 100%; }
  #product-listing-container .actionBar .form-field:before, #product-listing-container .actionBar .form-field:after {
    content: none; }

#product-listing-container .actionBar .form-field .form-label {
  white-space: nowrap; }

#product-listing-container .actionBar .form-field .form-select {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32013 7.64465L12.6597 2.06834C13.1134 1.59453 13.1134 0.829156 12.6597 0.355352C12.206 -0.118452 11.4732 -0.118452 11.0195 0.355352L6.49418 5.0691L1.98054 0.355353C1.52685 -0.118451 0.79396 -0.118451 0.340269 0.355353C-0.113422 0.829157 -0.113422 1.59453 0.340269 2.06834L5.67987 7.64465C6.12193 8.11845 6.86644 8.11845 7.32013 7.64465Z' fill='%23222222'/%3E%3C/svg%3E");
  background-position: 95% 55%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 100%;
  max-width: unset;
  padding-right: 0; }
  @media (min-width: 550px) {
    #product-listing-container .actionBar .form-field .form-select {
      background-position: 90% 55%;
      padding-right: 2rem; } }

.page--category .page-content.top-level,
.page--brand .page-content.top-level,
.page--category .page-content.subcat-level,
.page--brand .page-content.subcat-level {
  max-width: 1240px; }
  @media (min-width: 1025px) {
    .page--category .page-content.top-level,
    .page--brand .page-content.top-level,
    .page--category .page-content.subcat-level,
    .page--brand .page-content.subcat-level {
      margin-left: auto; } }

.page--category .page-content.top-level .card .card-figure,
.page--brand .page-content.top-level .card .card-figure,
.page--category .page-content.subcat-level .card .card-figure,
.page--brand .page-content.subcat-level .card .card-figure {
  max-width: unset; }

.card-body .brand-text {
  display: none; }

.product__listing-section {
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d3d3d3; }

.card .card-body .card-text {
  margin-top: 1rem; }

.card .card-body .card-text,
.card .card-body .card-text.card-rating {
  text-align: left;
  font-weight: 800; }

.card .card-body .card-text.card-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: center; }

.card .card-body .card-text.card-rating .review-count {
  margin-left: 0.5rem;
  color: #d47125; }

.card .card-body .card-text.rbg-guarantee {
  margin-top: 0;
  font-weight: 900;
  font-size: 16px;
  color: #d47125;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0; }

.card .card-body .card-title {
  text-align: left; }

.card .card-body .card-title a {
  padding: 0; }

.card-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem; }

.price-now-label,
.price-was-label {
  display: inline;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  font-weight: 800; }

.page--category.price-section--spacing {
  margin-top: 4px; }

.percent-off {
  display: block;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold; }

.card .price-section--withoutTax.rrp-price--withoutTax .price--rrp {
  color: #222222;
  font-weight: 800;
  font-size: 14px; }

.card .price-section--withoutTax .price--withoutTax {
  color: #a65210;
  font-weight: 800;
  font-size: 1rem; }

.freeShip-tag {
  height: 24px;
  width: 196px;
  margin: 0 16px; }

.form-minMaxRow .form-field .form-input--small {
  height: 30px;
  border-radius: 4px;
  width: 78px; }
  .form-minMaxRow .form-field .form-input--small::placeholder {
    color: #222; }

/* ==========================================================
 * ## Bottom Page Accordion (WYSIWYG)
 * ========================================================== */
.RBG-bottom-page-accordion {
  max-width: 100%; }

.RBG-accordion__input {
  opacity: 0; }

.RBG-accordion__input:checked ~ .RBG-accordion__content {
  display: block;
  visibility: visible; }

.RBG-accordion__input:checked ~ .RBG-accordion__label::after {
  transform: translateY(-50%) rotate(0.5turn);
  top: 50%; }

.RBG-accordion__input:checked ~ .RBG-accordion__label > .RBG-accordion-label-heading {
  display: none; }

.RBG-accordion__input:checked ~ .RBG-accordion__label > .RBG-accordion-label-teaser-text {
  display: none; }

.RBG-accordion__input:checked ~ .RBG-accordion__label > .RBG-accordion-label-see-more::after {
  content: "CLOSE"; }

.RBG-accordion__label,
.RBG-accordion__content {
  padding: 14px 20px 14px 40px; }

.RBG-accordion__label {
  display: block;
  cursor: pointer;
  position: relative; }
  .RBG-accordion__label::after {
    content: "";
    position: absolute;
    top: 27%;
    transform: translateY(-50%);
    left: 0px;
    width: 24px;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 50,50" style="fill:%232c3427;" /></svg>');
    background-size: contain;
    transition: transform 0.4s; }
  .RBG-accordion__label .RBG-accordion-label-heading {
    font-weight: 600;
    font-size: 1.8rem;
    display: block; }
  .RBG-accordion__label .RBG-accordion-label-teaser-text {
    display: block; }
  .RBG-accordion__label .RBG-accordion-label-see-more::after {
    color: #c14d00;
    font-weight: 600;
    content: "SEE MORE";
    display: block;
    visibility: visible; }

.RBG-accordion__content {
  margin-top: -2.5rem;
  display: none; }

/* ==========================================================
 * ## Pre Owned Custom (WYSIWYG)
 * ========================================================== */
#pre-owned-description-img,
.productPage-description-img {
  display: inline-block;
  cursor: pointer; }

#pre-owned-description-img:hover,
.productPage-description-img:hover {
  opacity: 0.8; }

.modal--pre-owned {
  overflow: auto; }

/* ==========================================================
* ##CUSTOM CMS PAGES (CSS)
* ========================================================== */
.cms--image-alignleft {
  margin-bottom: 1.5rem; }
  @media (min-width: 550px) {
    .cms--image-alignleft {
      float: left;
      margin-right: 3rem; } }

.cms--text-alignright {
  text-align: right; }

.cms--clearfix {
  clear: both; }

.modal--pre-owned p a {
  color: #d47125;
  text-decoration: underline; }

.modal--pre-owned h2 {
  color: #d47125; }

.modal--pre-owned h3 {
  color: #3d853f; }

.modal--pre-owned h1 {
  font-size: 2.26667rem;
  font-weight: 400; }

.category__description-container--pre-owned .productGrid .product {
  position: relative; }

.category__description-container--pre-owned .productGrid .actions {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  display: none; }

.category__description-container--pre-owned .preOwned-clubs {
  display: block;
  width: 100%;
  height: 100%;
  position: static; }

.category__description-container--pre-owned .productGrid .product:hover .actions {
  display: block; }

.category__description-container--pre-owned .productGrid .product:hover img {
  opacity: 0.5; }

.category__description-container--pre-owned .productGrid .product .preOwned-clubs img {
  width: 100%; }

.category__description-container--pre-owned .productGrid .actions .button {
  background-color: #3d853f;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase; }

.category__description-container--pre-owned h2 {
  color: #d47125; }

.category__description-container--pre-owned h3 {
  color: #3d853f; }

.category__description-container--pre-owned {
  margin-bottom: 32px; }

.productGrid.productGrid--banners .content > a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

.productGrid.productGrid--banners .content {
  position: relative; }

.topLevel-products .category__subcat-grid {
  margin-bottom: 40px; }

.topLevel-products .brand-carousel__wrapper {
  margin: 20px 0 40px; }

@media only screen and (max-width: 1024px) {
  .page--page #product-listing-wrapper {
    width: 100% !important; } }

.category-card__price .price-section--saving {
  font-size: 12px; }

.page-sidebar .navList-action-2121,
.page-sidebar .navList-action-2122,
.page-sidebar .navList-action-2171,
.page-sidebar .navList-action-2172,
.page-sidebar .navList-action-2123,
.page-sidebar .navList-action-2136,
.page-sidebar .navList-action-2137,
.page-sidebar .navList-action-2132,
.page-sidebar .navList-action-2173,
.page-sidebar .navList-action-2174,
.page-sidebar .navList-action-2133,
.page-sidebar .navList-action-2128,
.page-sidebar .navList-action-2127,
.page-sidebar .navList-action-2130,
.page-sidebar .navList-action-2134,
.page-sidebar .navList-action-2129,
.page-sidebar .navList-action-2135,
.page-sidebar .navList-action-2180,
.page-sidebar .navList-action-2124 {
  color: #d47125 !important; }

.price-section .hideprice--yes2 {
  color: #d17329; }

.price--map-label {
  color: inherit; }

#Clubcharacteristics-refinement {
  visibility: hidden;
  display: none; }

.video-container-rbg-ammo {
  width: 560px;
  height: 315px;
  margin: 0;
  position: relative; }

.video-container-rbg-ammo iframe {
  width: 100%;
  height: 100%;
  border: 0; }

/* Responsive below 801px */
@media (max-width: 801px) {
  .video-container-rbg-ammo {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    /* 16:9 ratio */
    margin: 0 auto; }
  .video-container-rbg-ammo iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; } }

.footer {
  padding: 0; }

.footer .container {
  padding: 0;
  max-width: none; }

.footer .footer-info {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  margin: 0 auto; }
  @media (min-width: 1025px) {
    .footer .footer-info {
      flex-direction: row; } }

.footer-info-section {
  width: 100%;
  padding-top: 4rem; }
  @media (min-width: 1900px) {
    .footer-info-section {
      padding-top: 6rem; } }

.footer-info-col {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0; }
  @media (min-width: 550px) {
    .footer-info-col {
      padding-left: 0;
      padding-right: 0; } }

.footer-section--container {
  display: flex;
  flex-direction: column; }
  @media (min-width: 550px) {
    .footer-section--container {
      flex-direction: row;
      padding: 0 2rem;
      gap: 2rem; } }

.footer-section--container--left .footer-info-col:first-child {
  width: 100%; }
  @media (min-width: 550px) {
    .footer-section--container--left .footer-info-col:first-child {
      width: 50%; } }
  @media (min-width: 1340px) {
    .footer-section--container--left .footer-info-col:first-child {
      flex: 3; } }

.footer-section--container--left .footer-info-col:last-child {
  width: 100%; }
  @media (min-width: 550px) {
    .footer-section--container--left .footer-info-col:last-child {
      width: 50%; } }
  @media (min-width: 1340px) {
    .footer-section--container--left .footer-info-col:last-child {
      flex: 2; } }

.socialLinks {
  display: flex;
  flex-direction: column; }

.socialLinks-item {
  font-size: 1rem; }
  .socialLinks-item a span {
    vertical-align: middle; }
  .socialLinks-item a:hover, .socialLinks-item a:focus, .socialLinks-item a:active {
    text-decoration: none; }
    .socialLinks-item a:hover .social-links--text, .socialLinks-item a:focus .social-links--text, .socialLinks-item a:active .social-links--text {
      text-decoration: underline; }

.footer-info-list {
  column-count: 2; }

.footer-info-list li {
  margin-bottom: 16px;
  text-align: left; }

.footer-info-heading {
  font-size: 1rem;
  font-weight: 900;
  color: #3d853f; }

.footer-info-section--right h3 {
  color: #2b532c; }

@media (min-width: 1025px) {
  .footer-info-section--left {
    flex: 1; } }

.footer-info-section--right {
  background-color: #F9F9F9;
  border: 1px solid #D3D3D3;
  border-right: none; }
  @media (min-width: 1025px) {
    .footer-info-section--right {
      flex: 1.1; } }

.footer-section--container--left {
  width: 100%;
  flex-direction: column; }
  @media (min-width: 550px) {
    .footer-section--container--left {
      max-width: none;
      flex-direction: row; } }
  @media (min-width: 1340px) {
    .footer-section--container--left {
      max-width: 800px;
      margin-left: auto; } }

.footer-section--container--right {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1900px) {
    .footer-section--container--right {
      max-width: 900px;
      margin: 0;
      padding-left: 8rem; } }

.footer-info-section--right {
  border-top: none; }

.footer-info-section--left .footer-info-heading {
  margin-bottom: 1rem;
  text-align: left;
  font-size: 16px; }

.footer-info-section--left .footer-info-heading.footer-info-heading__sms {
  margin-top: 2rem; }
  @media (min-width: 1025px) {
    .footer-info-section--left .footer-info-heading.footer-info-heading__sms {
      margin-top: 3.5rem; } }

.footer-info-section--left .footer-info-disclaimer {
  font-size: 12px; }

.footer-info-section--left .footer-info-disclaimer a {
  text-decoration: underline; }
  .footer-info-section--left .footer-info-disclaimer a:hover, .footer-info-section--left .footer-info-disclaimer a:focus {
    text-decoration: none; }

.footer-info-section--left .form .form-input__number::-webkit-outer-spin-button,
.footer-info-section--left .form .form-input__number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.footer-info-section--left .form .form-input__number {
  -moz-appearance: textfield; }

.footer-info-section--right .footer-info-heading {
  margin-bottom: 32px;
  text-align: left;
  font-size: 16px; }

.footer-info-section--right .footer-info-list a {
  font-size: 14px;
  font-weight: 700;
  color: #222222; }

.newsletter_form {
  margin-bottom: 0; }
  @media (min-width: 1340px) {
    .newsletter_form {
      max-width: 325px; } }

.newsletter_form .button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: auto;
  padding: 0 0.5rem;
  border: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  .newsletter_form .button .icon svg {
    fill: #3d853f; }
  .newsletter_form .button:hover .icon svg, .newsletter_form .button:focus .icon svg, .newsletter_form .button:active .icon svg {
    fill: #d47125; }

.newsletter_form .form-input,
.footer-info-col p {
  width: 100%;
  display: block;
  text-align: left;
  border-radius: 4px; }

.footer .form-prefixPostfix {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 16px;
  position: relative; }

.footer-bottom {
  width: 100%;
  background-color: #222222; }

.footer-bottom--container {
  padding: 2rem;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 2rem; }
  @media (min-width: 1025px) {
    .footer-bottom--container {
      padding: 1.5rem;
      flex-direction: row;
      align-items: center; } }
  @media (min-width: 1340px) {
    .footer-bottom--container {
      padding: 2rem 10.5rem; } }

.footer-bottom--left,
.footer-bottom--right {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 1025px) {
    .footer-bottom--left,
    .footer-bottom--right {
      margin: 0;
      text-align: right; } }

.footer-bottom--left {
  width: 100%;
  text-align: center; }
  @media (min-width: 1025px) {
    .footer-bottom--left {
      text-align: left; } }

.footer-bottom .footer-copyright {
  display: inline-block; }

.footer-bottom .footer-copyright p,
.footer-bottom .footer-copyright a {
  color: #ffffff; }

.footer .socialLinks .social-links--text {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin-left: 9px; }

.footer .socialLinks-item {
  display: flex;
  align-items: center; }

.footer .icon--facebook svg {
  fill: #1D51B7; }

.footer .icon--twitter svg {
  fill: #1EBBDD; }

.footer .icon--youtube svg {
  fill: #DF1F1F; }

.footer-payment-icons {
  margin-top: 0;
  height: auto; }

.footer-payment-icons .footer-payment-icon {
  margin-top: 0;
  height: 2.85714rem; }

.footer .form-field {
  margin-bottom: 0; }

.footer-copyright {
  border-right: 1px solid #ffffff;
  padding-right: 4px;
  text-align: center; }

.footer-copyright:last-child {
  border: none; }

.footer .be-ix-link-block .be-related-link-container .be-label {
  width: auto; }

/* ==========================================================
 * ## Event Variables
 * ========================================================== */
/* ==========================================================
 * ## Basic Colors
 * ========================================================== */
/* ==========================================================
 * ## Anchor Tag Fix
 * ========================================================== */
.full-anchor::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.header-2 .card-title a::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

/* ==========================================================
 * ## Page default
 * ========================================================== */
.page--default {
  padding-top: 174px; }
  @media (min-width: 1025px) {
    .page--default {
      padding-top: 0; } }

/* ==========================================================
 * ## Header-2_top-nav
 * ========================================================== */
.header-2__top {
  background: #F9F9F9;
  border-bottom: 1px solid #D3D3D3; }

.header-2__top-nav {
  max-width: 1556px;
  width: 100%;
  margin: 0 auto; }

.header-2__top-nav-list {
  width: 100%;
  margin-bottom: 0;
  align-items: baseline; }

.header-2__top-nav-list.container.header-2__top-nav-list--mobile {
  display: flex; }
  @media (min-width: 1025px) {
    .header-2__top-nav-list.container.header-2__top-nav-list--mobile {
      display: none; } }

.header-2__top-nav-list.container.header-2__top-nav-list--desktop {
  display: none; }
  @media (min-width: 1025px) {
    .header-2__top-nav-list.container.header-2__top-nav-list--desktop {
      display: flex; } }

@media (min-width: 1025px) {
  .header-2__top-nav-list--left.header-2__top-nav-list {
    width: 80%; } }

.header-2__top-nav-list--right {
  justify-content: flex-end; }

.header-2__top-nav-list-link .green {
  color: #3d853f;
  font-weight: 900; }

.header-2__top-nav-list-link .greenDark {
  color: #2b532c;
  font-weight: 900; }

.header-2__top-nav-list-link .bold {
  font-weight: 900; }

.header-2__top-nav-list--mobile {
  text-transform: uppercase; }

.header-2__top-nav-list-link .orange {
  color: #d47125;
  font-weight: 900; }

.header-2__top-nav-list--mobile .header-2__top-nav-list--left a {
  font-size: 12px; }

.header-2__top-nav-list--mobile .header-2__top-nav-list--right a .greenDark {
  font-size: 20px;
  letter-spacing: -1.25px;
  font-family: "Mulish", Arial, Helvetica, sans-serif; }

.header-2__top-nav-list--mobile .header-2__top-nav-list--right {
  width: 100%;
  white-space: nowrap; }
  @media (min-width: 330px) {
    .header-2__top-nav-list--mobile .header-2__top-nav-list--right {
      width: 70%; } }

.header-2__top-nav-list--mobile .header-2__top-nav-list--right .orange {
  position: relative;
  top: -2px; }

.header-2 .header-2__top .header-2__top-nav-list-item {
  padding-left: 0;
  padding-right: 0; }

.header-2__top-nav-list-link--trader {
  color: #3d853f;
  font-weight: 900;
  display: block; }
  @media (min-width: 1340px) {
    .header-2__top-nav-list-link--trader {
      display: none; } }

.header-2__top-nav-list-link--trader span {
  color: #d47125; }

.header-2__top-nav-list .header-2__top-nav-list .header-2__top-nav-list-item {
  padding: 10px 16px; }

.header-2__top-nav-list .header-2__top-nav-list .header-2__top-nav-list-item:last-of-type {
  padding: 10px 0 10px 16px; }

.header-2__top-nav-list.container {
  padding: 0 14px; }

.header-2__top-nav-list--divider {
  border-left: 1px solid #D3D3D3;
  height: 16px; }

.header-2__top-nav-list--divider:nth-of-type(1) {
  border-left: 1px solid #D3D3D3; }

.header-2__navPages-list--custom-dropdown {
  display: none;
  background-color: white;
  width: 100%;
  margin: 0;
  text-transform: capitalize;
  box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.15);
  width: 100%; }

.header-2__navPages-list--custom-dropdown li {
  border-bottom: 1px solid #D3D3D3;
  padding: 16px 0;
  margin: 0 24px; }

.header-2__navPages-list--custom-dropdown li a {
  color: #222222;
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize; }
  @media (min-width: 1025px) {
    .header-2__navPages-list--custom-dropdown li a {
      font-size: 23px; } }

.navPages-list .navPages-item .header-2__top-nav-list-link--has-dropdown.is-open i {
  transform: rotate(180deg); }

.header-2__navPages-list--custom-dropdown.is-open {
  display: block; }

.header-2__top-nav-list-link .icon {
  height: 11px;
  width: 11px; }

.header-2__top-nav-list-link .icon svg {
  height: 10px;
  width: 10px;
  fill: #3d853f; }

.header-2__top-nav-list-link .icon--triangle-down svg {
  fill: #222222; }

.header-2__top-nav-list-link.is-open .icon--triangle-down svg {
  transform: rotate(180deg); }

.header-2__top-nav-list__left {
  width: 100%; }

.header-2__top-nav--dropdown {
  position: absolute;
  left: -9999999px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  max-width: 300px;
  z-index: 999;
  width: 100%;
  margin-top: 10px;
  border-radius: 4px;
  background: #ffffff;
  display: none; }
  .header-2__top-nav--dropdown.is-open {
    display: block; }
    .header-2__top-nav--dropdown.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.73333rem;
      position: absolute;
      left: 16.785714285699996rem; }
    .header-2__top-nav--dropdown.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.86667rem;
      position: absolute;
      left: 16.885714285699996rem; }

.header-2__top-nav--dropdown-item {
  list-style: none;
  margin-left: 30px;
  margin-right: 30px; }

.header-2__top-nav--dropdown-item .icon--faq-symbol {
  background-color: #3d853f;
  border-radius: 10px; }

.header-2__top-nav--dropdown .header-2__top-nav--dropdown-item:first-child {
  margin-top: 30px;
  margin-bottom: 16px; }

.header-2__top-nav--dropdown-item svg {
  fill: #3d853f; }

.header-2__top-nav--dropdown .header-2__top-nav--dropdown-item:nth-child(2) {
  margin-bottom: 16px; }

.header-2__top-nav--dropdown .header-2__top-nav--dropdown-item:nth-child(3) {
  margin: 30px;
  border: 1px solid #3d853f;
  border-radius: 4px;
  padding: 14px 30px;
  text-align: center; }
  .header-2__top-nav--dropdown .header-2__top-nav--dropdown-item:nth-child(3):hover {
    text-decoration: none;
    background-color: #3d853f; }
    .header-2__top-nav--dropdown .header-2__top-nav--dropdown-item:nth-child(3):hover a {
      color: #ffffff; }

.header-2__top-nav--dropdown .header-2__top-nav--dropdown-item a {
  font-weight: 700;
  font-size: 0.93333rem;
  margin-left: 8px; }

.header-2__top-nav--dropdown .header-2__top-nav--dropdown-item a.h4 {
  font-weight: 900;
  font-size: 1.2rem;
  color: #d47125; }

.header-2__top-nav--dropdown .header-2__top-nav--dropdown-item:nth-child(3) a {
  font-weight: 900;
  color: #3d853f;
  text-transform: uppercase;
  margin: 0; }

.header-2__top-nav--dropdown-item .icon--none {
  display: none; }

/* ==========================================================
 * ## Header-2__mid
 * ========================================================== */
.header-2 {
  min-height: 177px; }
  @media (min-width: 1025px) {
    .header-2 {
      min-height: 82px; } }

.header-2__mid {
  max-width: 1556px;
  margin: 0 auto;
  min-height: 82px; }

.header-2 .header-2__mid {
  align-items: center;
  width: 100%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.07);
  grid-template-columns: auto 1fr auto;
  position: relative; }
  @media (min-width: 1025px) {
    .header-2 .header-2__mid {
      width: 100%;
      box-shadow: unset;
      grid-template-columns: repeat(4, auto); } }
  @media (min-width: 1340px) {
    .header-2 .header-2__mid {
      grid-template-columns: repeat(5, auto); } }

.header-2 .header-2__mid .mobileMenu-toggle {
  position: relative; }

.header-2__mid .header-2__nav-search {
  grid-column-start: 3;
  grid-column-end: 4; }
  @media (min-width: 1340px) {
    .header-2__mid .header-2__nav-search {
      grid-column-start: 3;
      grid-column-end: 4; } }

.dropdown--quickSearch {
  max-width: 561px;
  width: 100%; }

.header-2 .header-2__mid .header-logo {
  max-width: 189px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1600px) {
    .header-2 .header-2__mid .header-logo {
      margin-right: 54px; } }

.header-2 .header-2__mid .header-logo__link {
  width: 100%; }
  @media (min-width: 550px) {
    .header-2 .header-2__mid .header-logo__link {
      width: 70%; } }
  @media (min-width: 1025px) {
    .header-2 .header-2__mid .header-logo__link {
      width: 100%; } }

.header-2 .header-logo-image-container {
  min-height: unset;
  height: 100%; }
  @media (min-width: 1340px) {
    .header-2 .header-logo-image-container {
      margin: 16px 0; } }

.header-logo-image {
  max-height: 100%;
  height: auto;
  width: auto; }

.header-2__brands-dropdown--container {
  display: none;
  align-items: center; }
  @media (min-width: 1025px) {
    .header-2__brands-dropdown--container {
      display: flex; } }

.header-2__brands-dropdown {
  appearance: none;
  border: 1px solid transparent;
  background-color: #d47125;
  background-color: #c0550d;
  color: white;
  -webkit-text-fill-color: white;
  padding: 12px 16px;
  font-size: 0.93333rem;
  font-weight: 900;
  height: 48px;
  width: 100%;
  text-transform: capitalize;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: fit-content;
  border-radius: 4px; }
  @media (min-width: 1340px) {
    .header-2__brands-dropdown {
      font-size: 1.06667rem;
      font-weight: 900;
      max-width: 192px; } }

.header .header-2__mid .header-2__brands-dropdown .icon,
.header-2__brands-dropdown .icon svg {
  fill: #a65210;
  fill: #f9f9f9;
  fill: #ffffff;
  stroke: transparent;
  height: 15px;
  width: 15px;
  margin-top: 1px; }

.header-2__brands-dropdown:focus,
.header-2__brands-dropdown:hover,
.header-2__brands-dropdown.is-open {
  color: #d47125;
  background-color: #ffffff;
  border: 1px solid #d47125;
  -webkit-text-fill-color: #d47125;
  text-decoration: none; }

.header-2__brands-dropdown option::after {
  content: '';
  background-image: url(/assets/icons/chevron-down.svg);
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  border-right: 1px solid #D3D3D3; }

.header-2__brands-dropdown option {
  color: white;
  margin: 12px 16px; }

.dropdown--quickSearch .form-field .form-input {
  background-color: #F2F2F2;
  border: 1px solid #D3D3D3;
  color: #222222;
  border-radius: 4px; }
  @media (min-width: 550px) {
    .dropdown--quickSearch .form-field .form-input {
      min-width: 350px; } }
  @media (min-width: 1600px) {
    .dropdown--quickSearch .form-field .form-input {
      min-width: 565px; } }

.header-2__search--mobile .form-field .form-input {
  background-color: #F2F2F2;
  border: 1px solid #D3D3D3;
  color: #000000; }

.dropdown--quickSearch .form-field .form-input::placeholder {
  color: #222222;
  font-size: 14px;
  font-weight: 700; }

.dropdown--quickSearch .quickSearchResults .product {
  width: 100%; }

.dropdown--quickSearch .quickSearchResults .card-body {
  width: 100%; }

.dropdown--quickSearch .quickSearchResults .card {
  max-width: unset;
  display: flex;
  flex-direction: row;
  border-left: none;
  border-right: none;
  max-height: 150px;
  margin-bottom: 0;
  position: relative; }

.header-2__search--mobile .quickSearchResults .search-results-close {
  display: block;
  height: 13rem;
  width: 4rem; }
  @media (min-width: 1025px) {
    .header-2__search--mobile .quickSearchResults .search-results-close {
      height: 2.13333rem;
      width: 2.13333rem; } }

.dropdown--quickSearch .quickSearchResults .card,
.dropdown--quickSearch .quickSearchResults .card-figure,
.dropdown--quickSearch .quickSearchResults .card-figure__link,
.dropdown--quickSearch .quickSearchResults .card-img-container {
  max-height: 150px; }

.dropdown--quickSearch .quickSearchResults .card-figcaption-body {
  display: none; }

.header-2__clubs {
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: none; }
  @media (min-width: 1340px) {
    .header-2__clubs {
      margin-left: 40px;
      display: block; } }

.header .header-2__mid .navUser {
  display: block; }

.header-2 .navUser .navUser-section {
  width: 100%;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  margin-right: 1rem; }
  @media (min-width: 550px) {
    .header-2 .navUser .navUser-section {
      margin-right: 24px; } }
  @media (min-width: 1025px) {
    .header-2 .navUser .navUser-section {
      justify-content: center;
      margin-right: 0; } }

.header-2 .navUser .navUser-section .navUser-action--user,
.header-2 .navUser .navUser-section .navUser-item--cart-text {
  display: inline;
  font-weight: 900;
  text-transform: capitalize;
  font-size: 16px; }
  @media (min-width: 1558px) {
    .header-2 .navUser .navUser-section .navUser-action--user,
    .header-2 .navUser .navUser-section .navUser-item--cart-text {
      font-size: 18px; } }

.header-2 .navUser .navUser-item--cart .countPill {
  background-color: #3d853f;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3px; }
  @media (min-width: 550px) {
    .header-2 .navUser .navUser-item--cart .countPill {
      position: relative; } }

.header-2 .navUser .navUser-section .navUser-action--user {
  display: none; }
  @media (min-width: 550px) {
    .header-2 .navUser .navUser-section .navUser-action--user {
      display: inline-block; } }

.navUser-item.navUser-item--account {
  margin-right: 16px; }
  @media (min-width: 425px) {
    .navUser-item.navUser-item--account {
      margin-right: 0; } }

.navUser-item.navUser-item--account .icon--account svg {
  height: 20px;
  width: 20px; }

.header .header-2__mid .navUser-action .icon--triangle-down {
  height: 11px;
  width: 11px;
  display: none; }
  @media (min-width: 1025px) {
    .header .header-2__mid .navUser-action .icon--triangle-down {
      display: inline-block; } }

.navUser-action .icon--triangle-down svg {
  height: 10px;
  width: 10px; }

.navUser-action.is-open .icon--triangle-down svg {
  transform: rotate(180deg); }

.navUser-item .icon--account svg,
.navUser-item .icon--cart svg {
  height: 22px;
  width: 22px; }

.navUser-action--user,
.navUser-item--cart-text {
  font-size: 18px; }

.header-2 .navUser .navUser-section .navUser-item--cart-text-desktop {
  display: none; }
  @media (min-width: 1340px) {
    .header-2 .navUser .navUser-section .navUser-item--cart-text-desktop {
      display: inline;
      color: #3d853f; } }

.header-2 .navUser .navUser-item--cart:hover .icon svg,
.header-2 .navUser .navUser-item--cart:hover .navUser-item--cart-text-desktop {
  color: #46bf49;
  fill: #46bf49; }

.header-2 .navUser .navUser-item--cart:hover .countPill {
  background-color: #46bf49; }

.header-2 .navUser .navUser-section .navUser-item--cart-text-mobile {
  display: none;
  color: #3d853f; }
  @media (min-width: 550px) {
    .header-2 .navUser .navUser-section .navUser-item--cart-text-mobile {
      display: inline-block; } }
  @media (min-width: 1340px) {
    .header-2 .navUser .navUser-section .navUser-item--cart-text-mobile {
      display: none; } }

.navUser--divider {
  display: none; }
  @media (min-width: 550px) {
    .navUser--divider {
      position: relative;
      margin: 0 12px; } }
  @media (min-width: 1025px) {
    .navUser--divider {
      display: list-item;
      border-left: 1px solid #D3D3D3;
      height: 26px;
      margin: 0 24px; } }

.navUser-item--cart .icon svg {
  fill: #3d853f; }

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

.navUser-item--account .navUser-action,
.navUser-item--cart .navUser-action {
  position: relative;
  padding: 1rem;
  white-space: nowrap; }
  .navUser-item--account .navUser-action:focus,
  .navUser-item--cart .navUser-action:focus {
    text-decoration: none; }

.navUser-item--account .navUser-action svg {
  stroke: none; }

.navUser-item--account .navUser-action:hover,
.navUser-item--cart .navUser-action:hover {
  text-decoration: none; }

/* ==========================================================
 * ## Header-2__mega-menu
 * ========================================================== */
.navPages-container {
  background-color: #3d853f; }

.header.header-2 .navPages-container .navPages {
  max-width: 1556px;
  justify-content: start; }

.navPages .navPages-list.links {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPages .navPages-list.links {
      display: flex;
      flex-wrap: wrap; } }

.header-2 .navPages-container .navPages-item .navPages-action--toplevel {
  padding: 0 7px;
  padding-bottom: 16px;
  border-bottom: 3px solid transparent;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 900;
  position: relative;
  display: inline-block; }
  @media (min-width: 1025px) {
    .header-2 .navPages-container .navPages-item .navPages-action--toplevel {
      color: #ffffff;
      font-size: 16px;
      padding: 16px 14px 12px 14px; } }
  @media (min-width: 1125px) {
    .header-2 .navPages-container .navPages-item .navPages-action--toplevel {
      padding: 16px 20px 12px 20px; } }
  @media (min-width: 1325px) {
    .header-2 .navPages-container .navPages-item .navPages-action--toplevel {
      padding: 16px 24px 12px 24px; } }
  @media (min-width: 1450px) {
    .header-2 .navPages-container .navPages-item .navPages-action--toplevel {
      font-size: 18px; } }

@media (min-width: 1025px) {
  .header-2 .navPages-container .navPages-item::after {
    content: "";
    height: 32px;
    border-right: 1px solid #46BF49;
    display: inline-block;
    position: relative;
    top: 10px; } }

.header-2 .navPages-container .navPages-item-2205::after,
.header-2 .navPages-container .navPages-item-2076::after {
  content: normal; }

.header-2 .navPages-container .navPages-item-2076 a {
  content: "25% OFF CLEARANCE"; }

.navPages-item--custom {
  background-color: #d47125;
  display: block; }
  @media (min-width: 1025px) {
    .navPages-item--custom {
      display: none; } }

.header-2 .navPages-list .navPages-item.navPages-item--custom a {
  margin-top: 0;
  padding-top: 16px;
  border-bottom-color: #f28e40; }

@media (min-width: 1025px) {
  .header-2 .navPages-container.is-open .navPages-item-933 .navPages-action {
    border-bottom: none; } }

.header-2 .navPages-container .navPages-item-933 .navPages-action--toplevel::after {
  content: normal; }

.navPage-subMenu {
  margin-top: 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      margin-top: -1px; } }

.header-2 .navPages-item .navPages-action--toplevel:hover {
  text-decoration: none; }

@media (min-width: 1025px) {
  .header-2 .navPages-item .navPages-action--toplevel:hover::before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 3px solid #c0550d;
    text-decoration: none;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 50%; } }

@media (min-width: 1025px) {
  .navPages-item:hover .navPages-action--toplevel::before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 3px solid #c0550d;
    text-decoration: none;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 50%; } }

@media (min-width: 1025px) {
  .header-2 .navPages-item .navPages-action--toplevel .icon {
    display: none; } }

.navPages-list.links .navPages-item:last-child .navPages-action--toplevel {
  color: #ffffff;
  border: none;
  padding: 0 18px;
  margin: 12px 0; }
  @media (min-width: 1025px) {
    .navPages-list.links .navPages-item:last-child .navPages-action--toplevel {
      padding: 0 24px; } }

.navPages-list.links .navPages-item:last-child .navPages-action--toplevel::after {
  content: ' ';
  mask-image: url(/assets/icons/arrow-down.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 20px;
  height: 64px;
  display: inline-block;
  margin-left: 14px;
  background-size: contain;
  transform: rotate(270deg);
  background-color: #a65210; }
  @media (min-width: 1025px) {
    .navPages-list.links .navPages-item:last-child .navPages-action--toplevel::after {
      height: 20px; } }

.navPages-list.links .navPages-item .navPages-action--toplevel.has-subMenu::after {
  content: none; }

.navPage-subMenu--container {
  max-width: 1556px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  object-fit: contain; }

.navPage-subMenu--container-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 32px; }

.navPage-subMenu--container-top .navPage-subMenu--container-link {
  font-size: 16px;
  font-weight: 900; }

.navPage-subMenu--container-top .navPage-subMenu--container-link .icon {
  margin-left: 10px; }

.navPage-subMenu--container-top .navPage-subMenu--container-link .icon svg {
  fill: #3d853f; }

.navPage-subMenu {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.07); }

.navPage-subMenu--container-bottom {
  display: flex; }

.navPages-item-895 .navPage-subMenu-list--left {
  max-height: 400px; }

.navPages-item-895 .navPage-subMenu-list--left {
  display: flex; }

.navPage-subMenu-list--left {
  border-right: 1px solid #D3D3D3;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 50%;
  column-count: 2; }

.navPage-subMenu-list--left::after {
  content: " ";
  flex: auto; }

.header-2 .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list--left {
  max-width: 492px;
  margin-top: 0;
  margin-right: 12px;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start; }
  @media (min-width: 1340px) {
    .header-2 .navPages-container .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list--left {
      margin-right: 110px; } }

.header-2 .navPages-container .navPages-list .navPages-item-895 .navPage-subMenu .navPage-subMenu-list--left {
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  max-height: unset; }
  @media (min-width: 1025px) {
    .header-2 .navPages-container .navPages-list .navPages-item-895 .navPage-subMenu .navPage-subMenu-list--left {
      max-height: 425px; } }

.navPage-subMenu-list .navPage-subMenu-item > .navPage-childList {
  align-items: stretch; }

.navPage-subMenu-item .navPage-childList.is-open {
  margin-left: 10px;
  margin-bottom: 10px; }

.navPage-subMenu .navPage-subMenu-list:before {
  content: normal; }

.navPage-subMenu .navPage-subMenu-list--left .navPage-subMenu-item {
  width: 100%; }

.navPage-subMenu .navPage-subMenu-list--left .navPage-subMenu-item:last-child {
  padding-bottom: 0; }

.navPages-item-895 .navPage-subMenu .navPage-subMenu-list--left .navPage-subMenu-item {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPages-item-895 .navPage-subMenu .navPage-subMenu-list--left .navPage-subMenu-item {
      width: 33.333333333336%;
      height: fit-content; } }

.navPage-subMenu-list.navPage-subMenu-list--right {
  width: 70%;
  margin-top: 0; }

.navPage-subMenu-list.navPage-subMenu-list--left {
  width: 30%; }

.navPage-subMenu-listnav.Page-subMenu-list--left .navPage-subMenu-item {
  width: 50%;
  display: block; }

.navPage-subMenu-listnav.Page-subMenu-list--left .navPage-subMenu-item a {
  border-bottom: none;
  padding: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 900; }

.navPage-subMenu .navPage-subMenu-list--left .navPage-subMenu-item a {
  border-bottom: none; }

.navPage-subMenu .navPage-subMenu-list--left .navPage-subMenu-item .navPage-subMenu-action {
  padding: 0;
  font-size: 16px;
  font-weight: 900; }
  @media (min-width: 1025px) {
    .navPage-subMenu .navPage-subMenu-list--left .navPage-subMenu-item .navPage-subMenu-action {
      padding: 0 0 16px 0; } }

@media (min-width: 1025px) {
  .navPage-subMenu .navPage-subMenu-list--left .navPage-subMenu-item .navPage-subMenu-action:hover {
    line-height: inherit; } }

.navPage-subMenu-list--right .navPage-subMenu-item .mega-menu__image-container,
.navPage-subMenu-list--right .navPage-subMenu-item .mega-menu__image-container img {
  max-height: 196px;
  max-width: 464px;
  width: 100%;
  margin-top: 0;
  border-radius: 4px;
  object-fit: contain;
  margin-bottom: 24px; }

.navPage-subMenu-list--right .navPage-subMenu-item .mega-menu__title {
  color: #3d853f;
  font-size: 18px;
  font-weight: 900;
  margin-top: 24px;
  margin-bottom: 16px; }

.navPage-subMenu-list--right .mega-menu__link:hover {
  text-decoration: none; }

.navPage-subMenu-list--right .mega-menu__link:hover .mega-menu__text {
  color: #757575; }

.navPage-subMenu-list--right .navPage-subMenu-item .mega-menu__text {
  font-size: 18px;
  font-weight: 900;
  text-decoration: none; }

.mega-menu__text .icon--arrow-right {
  width: 17px;
  height: 17px;
  position: relative;
  top: -2px; }

.mega-menu__text .icon--arrow-right svg {
  fill: #3d853f; }

.navPage-subMenu-item.navPage-subMenu-item--mega-menu {
  width: 100%;
  margin-top: 0;
  display: flex;
  margin: 0;
  padding: 0 !important; }

.navPage-subMenu-item.navPage-subMenu-item--mega-menu .mega-menu {
  max-width: 464px;
  width: 100%;
  margin-top: 0;
  position: relative; }

.navPage-subMenu-item.navPage-subMenu-item--mega-menu .mega-menu:first-child {
  margin-right: 24px; }

.header-2__search--mobile {
  background-color: white;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.07);
  position: relative;
  position: static;
  display: flex;
  align-items: center; }

.header-2__search--mobile.dropdown--quickSearch .form {
  max-width: unset; }
  @media (min-width: 1025px) {
    .header-2__search--mobile.dropdown--quickSearch .form {
      max-width: 30rem; } }

.header-2__search--mobile .container {
  padding: 0; }

.header-2__search--mobile .form-field {
  margin: 24px; }

.header-2__search--mobile .productGrid {
  max-height: 70vh;
  overflow-y: scroll; }

.header-2__search--mobile .product {
  width: 100%; }

.header-2__search--mobile .product .card {
  max-width: unset;
  display: flex;
  justify-content: space-between;
  height: unset;
  position: relative; }

.header-2__search--mobile .product .card-figure {
  max-height: 150px; }

.header-2__search--mobile .product .card-body {
  width: 100%; }

.header-2__search--mobile .product .card-title a {
  width: 100%; }

.header-2__search--mobile .product .card-figure__link {
  height: 100%; }

.header-2 .navPages-container.is-open {
  position: relative;
  padding-top: 0;
  background-color: #3d853f; }

.header-2 .navPages-container.is-open .navPages {
  background-color: #3d853f;
  padding: 0; }

.header-2 .navPages-container .navPages-action {
  margin: 24px 24px 24px 24px; }
  @media (min-width: 1025px) {
    .header-2 .navPages-container .navPages-action {
      margin: 0; } }

.header-2 .navPages-container.is-open .navPages-action {
  border-right: none;
  border-bottom: 1px solid #46BF49;
  color: #ffffff;
  padding: 0;
  margin: 16px 18px 0;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  width: auto;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1025px) {
    .header-2 .navPages-container.is-open .navPages-action {
      margin: 16px 24px 0;
      font-size: 23px;
      font-weight: 800;
      line-height: inherit; } }

.header-2 .navPages-container.is-open .header-2__navPages-list--custom-top .navPages-action {
  padding-top: 16px;
  margin-top: 0; }

.header-2 .navPages-container.is-open .navPages-action.is-open {
  border-bottom: none; }

.navPages-action .navPages-action-moreIcon svg {
  fill: #ffffff;
  stroke: #ffffff; }

.header-2__search--mobile .form,
.header-2__search--mobile .quickSearchResults {
  margin: 0; }

.header-2 .navPages-container.is-open .navPage-subMenu--container {
  background-color: #ffffff; }

.navPage-subMenu--container-top,
.header-2 .navPages-container.is-open .navPage-subMenu-list--right {
  display: none; }
  @media (min-width: 1025px) {
    .navPage-subMenu--container-top,
    .header-2 .navPages-container.is-open .navPage-subMenu-list--right {
      display: flex; } }

.navPage-subMenu--container-header {
  margin-top: 0;
  font-weight: 900;
  font-size: 2.26667rem; }

.header-2 .navPages-container.is-open .navPage-subMenu--container-bottom {
  display: block; }

.header-2 .navPages-container.is-open .navPage-subMenu--container .navPage-subMenu--container-bottom .navPage-subMenu-list--left {
  max-width: unset;
  display: flex;
  flex-direction: row;
  margin-right: 0;
  border-right: none;
  box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.15);
  width: 100%;
  background-color: #F2F2F2;
  margin-bottom: 0;
  padding-top: 10px; }
  @media (min-width: 1025px) {
    .header-2 .navPages-container.is-open .navPage-subMenu--container .navPage-subMenu--container-bottom .navPage-subMenu-list--left {
      padding: 0;
      background-color: unset;
      flex-direction: column; } }

.header-2 .navPages-container.is-open .navPage-subMenu-action {
  border-bottom: 1px solid #D3D3D3;
  color: #222222;
  font-size: 20px;
  font-weight: 800;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: capitalize; }
  @media (min-width: 1025px) {
    .header-2 .navPages-container.is-open .navPage-subMenu-action {
      font-size: 23px; } }

.header-2 .navPages-container.is-open .navPage-subMenu--container .navPage-subMenu--container-bottom .navPage-subMenu-action .collapsible-icon-wrapper {
  width: auto; }
  @media (min-width: 1025px) {
    .header-2 .navPages-container.is-open .navPage-subMenu--container .navPage-subMenu--container-bottom .navPage-subMenu-action .collapsible-icon-wrapper {
      width: 100%; } }

.header-2 .navPages-container.is-open .navPage-subMenu--container .navPage-subMenu--container-bottom .navPage-subMenu-action .collapsible-icon-wrapper.is-open .icon {
  transform: rotate(180deg); }

.header-2 .navPages-container.is-open .navPage-subMenu--container .navPage-subMenu--container-bottom .navPage-subMenu-action .collapsible-icon-wrapper svg {
  fill: #222222;
  stroke: #222222; }
  @media (min-width: 1025px) {
    .header-2 .navPages-container.is-open .navPage-subMenu--container .navPage-subMenu--container-bottom .navPage-subMenu-action .collapsible-icon-wrapper svg {
      fill: #fff;
      stroke: #fff; } }

@media (max-width: 768px) {
  .header-2 .navPages-container.is-open .navPage-subMenu--container .navPage-subMenu-item .navPage-childList {
    margin: 0;
    padding: 0; } }

@media (max-width: 768px) {
  .header-2 .navPages-container.is-open .navPage-subMenu--container .navPage-subMenu-item .navPage-childList .navPage-childList-action {
    padding-left: 20px;
    color: #222;
    font-weight: 400;
    border-bottom: none; } }

.navPages-list--account {
  padding: 0;
  margin: 20px 24px 0 24px;
  padding-bottom: 16px; }
  .navPages-list--account:last-child {
    padding: 0; }

.header-2__navPages-list--account--mobile .navPages-list--account {
  margin: 0 24px; }

.navPages-list--account--sign-in {
  margin-top: 0; }

.navPages-list--account p,
.navPages-list--account a {
  color: #ffffff;
  font-size: 23px;
  font-weight: 800; }

.navPages-list--account p {
  font-size: 18px;
  margin: 0 24px;
  text-transform: lowercase; }

.navPages-list--account--divider {
  margin: 0;
  padding: 0; }

.header-2__bottom--mobile-container {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px; }
  @media (min-width: 1025px) {
    .header-2__bottom--mobile-container {
      display: none; } }

.header-2__bottom--mobile-container img {
  max-width: 200px;
  width: 100%;
  margin: 0;
  padding: 0 15px; }

.header-2__bottom--mobile-container a {
  border-right: 1px solid #D3D3D3; }

.header-2__bottom--mobile-container a:last-child {
  border-right: none; }

.header-2__bottom--mobile {
  background-color: white;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.07);
  position: relative;
  margin-top: -1px; }
  @media (min-width: 1025px) {
    .header-2__bottom--mobile {
      display: none; } }

.header--hide {
  opacity: 0 !important;
  transition: all 0.35s linear !important;
  visibility: hidden !important; }

.navPages-list.header-2__navPages-list--account {
  margin-top: 0;
  border: none;
  padding: 1rem 0 3rem; }
  @media (min-width: 1025px) {
    .navPages-list.header-2__navPages-list--account {
      display: none; } }

.navPages .header-2__navPages-list--custom {
  border: none;
  margin-top: 0;
  padding-top: 0;
  height: auto;
  background-color: #fff;
  margin: 0; }

.navPages-list.header-2__navPages-list--custom .navPages-item .navPages-action {
  margin-top: 0;
  padding: 16px 0;
  color: #3d853f;
  text-decoration: none; }

.navPages-list.header-2__navPages-list--custom .navPages-item .navPages-action svg {
  fill: #3d853f;
  stroke: #3d853f; }

.navPages-container .navPages-list.header-2__navPages-list--custom .navPages-item a {
  border: none; }

.navPages-list.header-2__navPages-list--account .navPages-list--account {
  margin-top: 0;
  padding-bottom: 5px; }

.navPages-list.header-2__navPages-list--account .navPages-list--account a {
  font-size: 20px; }
  @media (min-width: 1025px) {
    .navPages-list.header-2__navPages-list--account .navPages-list--account a {
      font-size: 23px; } }

.navPages .header-2__navPages-list--account--mobile {
  border-top: none;
  padding-top: 0;
  display: block; }
  @media (min-width: 1025px) {
    .navPages .header-2__navPages-list--account--mobile {
      display: none; } }

.navPages-container .navPages {
  overflow-y: scroll; }
  @media (min-width: 1025px) {
    .navPages-container .navPages {
      overflow-y: auto; } }

.login-dropdown-menu.dropdown-menu {
  max-width: 400px;
  padding: 1.125rem 1.5rem;
  background-color: #fff;
  min-width: 313px;
  width: 100%;
  margin-top: 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  display: none; }
  @media (min-width: 550px) {
    .login-dropdown-menu.dropdown-menu {
      padding: 24px 29px 18px 29px; } }
  @media (min-width: 1025px) {
    .login-dropdown-menu.dropdown-menu.is-open {
      display: block; } }

.login-dropdown-menu .login-form.form {
  width: 100%; }

.login-dropdown-menu .login-row {
  margin: 0; }

.login-dropdown-menu .login-form.form {
  margin: 0; }

.login-dropdown-menu .form-label {
  display: none; }

.login-dropdown-menu .form-input::placeholder {
  color: #333;
  font-weight: 400;
  font-family: "Mulish", Arial, Helvetica, sans-serif; }

.login-dropdown-menu .form-input {
  border: 1px solid #d3d3d3;
  border-radius: 4px; }

.login-dropdown__heading {
  text-align: center;
  margin-bottom: 19px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 900; }

.header__main-actions .button.button--primary.login-dropdown__submit, .header__main-actions .tab-content--custom-view.is-active .button.login-dropdown__submit[data-tab-view="custom-view"], .tab-content--custom-view.is-active .header__main-actions .button.login-dropdown__submit[data-tab-view="custom-view"], .header__main-actions .tab-content--standard-view.is-active .button.login-dropdown__submit[data-tab-view="standard-view"], .tab-content--standard-view.is-active .header__main-actions .button.login-dropdown__submit[data-tab-view="standard-view"] {
  width: 100%;
  max-width: none; }

.login-dropdown-menu .forgot-password {
  margin-top: 10px;
  display: inline-block;
  float: right;
  color: #3d853f; }

.login-dropdown__action {
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  width: 100%; }

.account--buttons .login-dropdown__action {
  font-size: 14px;
  text-align: left;
  margin-top: 1rem; }

.login-dropdown-window .alertBox {
  display: none; }

.login-dropdown__action.login-dropdown__action--create-account {
  margin-top: 20px !important;
  margin-left: 0 !important; }

.dropdown-menu.login-dropdown-menu.logout-dropdown-menu {
  padding-top: 1rem;
  max-width: 20rem;
  margin-top: 10px; }

.login-dropdown-window .form-actions--SignIn .button {
  max-width: 255px;
  width: 100%;
  margin-left: 0;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px; }

.login-dropdown-window .form-actions--SignIn:last-child .button {
  color: #3d853f;
  border-color: #3d853f; }
  .login-dropdown-window .form-actions--SignIn:last-child .button:hover {
    color: #ffffff;
    background-color: #3d853f;
    text-decoration: none; }

.login-dropdown-window .form-actions--SignIn .button.login-dropdown__submit {
  color: #ffffff; }
  .login-dropdown-window .form-actions--SignIn .button.login-dropdown__submit:hover {
    color: #3d853f;
    background-color: #ffffff; }

.form-actions--SignIn-divider {
  margin: 0;
  color: #3d853f;
  display: block; }

.form-actions--SignIn-info {
  color: #3d853f;
  margin-top: 8px;
  font-size: 12px;
  margin-bottom: 0;
  font-style: italic; }

.login-dropdown-window .form-field {
  margin-bottom: 11px; }

.login-dropdown-window .form-input::placeholder {
  font-weight: 700; }

.login-dropdown-window .form {
  margin-bottom: 0; }

.navUser .dropdown-menu.is-open::after {
  left: 16.885714285699996rem; }
  @media (min-width: 1025px) {
    .navUser .dropdown-menu.is-open::after {
      left: 19.885714285699996rem; } }
  @media (min-width: 1340px) {
    .navUser .dropdown-menu.is-open::after {
      left: 16.885714285699996rem; } }

.navUser .dropdown-menu.is-open::before {
  left: 16.785714285699996rem; }
  @media (min-width: 1025px) {
    .navUser .dropdown-menu.is-open::before {
      left: 19.785714285699996rem; } }
  @media (min-width: 1340px) {
    .navUser .dropdown-menu.is-open::before {
      left: 16.785714285699996rem; } }

.navUser-item.navUser-item--account {
  margin-right: 0; }
  @media (min-width: 550px) {
    .navUser-item.navUser-item--account {
      position: relative;
      margin-right: 12px; } }
  @media (min-width: 1025px) {
    .navUser-item.navUser-item--account {
      margin-right: 24px; } }

.navUser-item.navUser-item--cart {
  margin-left: 0px; }

.navUser-action .icon--cart svg {
  stroke: none; }

.login-dropdown__text {
  text-align: center;
  font-weight: 900;
  color: #3d853f; }

.login-dropdown__action.login-dropdown__action--rewards {
  text-align: center;
  font-weight: 400;
  margin-bottom: 16px; }

.account--buttons .login-dropdown__action {
  font-weight: 700;
  margin-top: 8px; }

.login-dropdown__action.login-dropdown__action--sign-out {
  text-align: center;
  font-weight: 700;
  color: #3d853f;
  border-top: 1px solid #D3D3D3;
  padding-top: 15px;
  margin-top: 7px; }

.navPages-list .navPage-johndaly a,
.header-2 .navPages-container .navPage-subMenu--container .navPage-returns a,
.navPages-list .navPage-clearance a,
.navPages-list .navPage-tradein a,
.navPages-container .navPage-subMenu--container .navPage-hotseller a {
  color: #3d853f !important; }
  @media (min-width: 1025px) {
    .navPages-list .navPage-johndaly a,
    .header-2 .navPages-container .navPage-subMenu--container .navPage-returns a,
    .navPages-list .navPage-clearance a,
    .navPages-list .navPage-tradein a,
    .navPages-container .navPage-subMenu--container .navPage-hotseller a {
      color: #c0550d !important; } }

.navPages-item.navPages-item-1330, .navPages-item.navPages-item-1324, .navPages-item.navPages-item-1326, .navPages-item.navPages-item-1444, .navPages-item.navPages-item-1236, .navPages-item.navPages-item-1502, .navPages-item.navPages-item-1631, .navPages-item.navPages-item-1785, .navPages-item.navPages-item-2176, .navPages-item.navPages-item-1784 {
  display: none; }

.navPages-item.navPages-item-2076,
.navPages-item.navPages-item--club-ball-trader {
  background-color: #c0550d;
  color: #ffffff;
  margin-left: auto; }
  .navPages-item.navPages-item-2076:hover .navPages-action .icon svg,
  .navPages-item.navPages-item--club-ball-trader:hover .navPages-action .icon svg {
    fill: #f28e40;
    stroke: #f28e40; }

.navPages-item.navPages-item-2076 .navPages-action .icon {
  margin-left: 8px; }

.navPages-item.navPages-item-2076 .navPages-action .icon svg {
  fill: #ffffff;
  stroke: transparent; }

.navPages-item.navPages-item-2076:focus,
.navPages-item.navPages-item-2076:hover,
.navPages-item.navPages-item-2076 .navPages-action:hover {
  color: #ffffff;
  background-color: #a65210;
  text-decoration: none;
  border-right: none;
  border-left: none; }

.navPages-item-2076 a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-transform: capitalize;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 4px; }
  @media (min-width: 1025px) {
    .navPages-item-2076 a {
      font-size: 14px; } }
  @media (min-width: 1340px) {
    .navPages-item-2076 a {
      padding-left: 24px;
      padding-right: 24px;
      margin-top: unset;
      font-size: 16px; } }
  @media (min-width: 1900px) {
    .navPages-item-2076 a {
      font-size: 18px; } }

.navPages-item-2076 a:hover:after {
  background-color: #ffffff; }

.navPages-item-802 .navPage-subMenu--container-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 60%; }
  @media (min-width: 1340px) {
    .navPages-item-802 .navPage-subMenu--container-bottom {
      grid-template-columns: repeat(3, 1fr) calc(200% / 3.5); } }

.navPages-item-802 .navPage-subMenu-list--right {
  margin-right: 0 !important;
  padding-left: 12px;
  width: 100%; }
  @media (min-width: 1340px) {
    .navPages-item-802 .navPage-subMenu-list--right {
      padding-left: 0;
      width: 95%; } }

.navPages-item-802 .navPage-subMenu-list:nth-child(3) {
  border-right: 1px solid #d3d3d3;
  padding-right: 12px; }

.navPages-item-802 .navPage-subMenu--container-bottom .navPage-subMenu-list.no-css-columns {
  height: 100%; }

.navPages-item-802 .navPage-subMenu--container-bottom .navPage-subMenu-list.no-css-columns .navPage-childList {
  margin-left: 6px; }
  @media (min-width: 1340px) {
    .navPages-item-802 .navPage-subMenu--container-bottom .navPage-subMenu-list.no-css-columns .navPage-childList {
      margin-left: 10px; } }

.navPage-subMenu-list.no-css-columns {
  width: 100%; }

.navPage-subMenu-list.no-css-columns .navPage-subMenu-item {
  width: 100%; }

.navPage-subMenu-list.no-css-columns .navPage-subMenu-item a {
  border-bottom: none;
  padding: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 900; }

.navPage-subMenu-list.no-css-columns .navPage-childList-item a {
  font-weight: 400;
  font-size: 1rem; }

.header-2 .navPages-container.is-open .navPages-item-2076 .navPages-action {
  padding-top: 16px;
  margin-top: 0;
  border-bottom: 0; }

.header-2 .navPages-container.is-open .navPages-item-2076 .icon {
  margin-right: .5rem; }

.header-2__brands-dropdown--container .dropdown-menu--brands {
  z-index: 99999;
  max-width: fit-content;
  width: 100%;
  display: flex;
  padding: 16px;
  border-radius: 4px;
  display: none; }
  .header-2__brands-dropdown--container .dropdown-menu--brands.is-open {
    display: flex; }

.dropdown-menu--brands ul {
  list-style: none;
  margin: 0 12px; }

.dropdown-menu--brands ul li {
  margin: 6px 0;
  font-weight: 800; }

.dropdown-menu--brands ul li a {
  font-weight: 800; }

.dropdown-menu--brands ul:nth-child(4) li:last-child a {
  margin: 6px 0;
  color: #d47125; }

.dropdown-menu--brands ul:nth-child(4) li:last-child a {
  margin: 6px 0;
  color: #d47125; }

.navPages-item .navPages-action .icon.navPages-action-moreIcon {
  transform: rotate(0deg);
  margin-right: 0;
  width: 1rem;
  height: 1rem; }

.navPages-item .navPages-action--toplevel.is-open .navPages-action-moreIcon {
  transform: rotate(180deg); }

.navPages-divider {
  height: 32px;
  border-right: 1px solid #46bf49;
  margin-top: 12px;
  margin-bottom: 0; }

.alertBox.alertBox--success {
  background-color: #2b532c; }

.alertBox.alertBox--error {
  background-color: #e60000; }

.header-2 .slide-cart__actions-nav .button,
.header-2 .slide-cart__summary .button {
  font-weight: 900; }

.slide-cart__item-remove button:hover,
.slide-cart__container .modal-close:hover {
  color: #3d853f; }

.slide-cart__code-form {
  padding: 1rem; }

.button.button--primary.quickSearch--button, .tab-content--custom-view.is-active .button.quickSearch--button[data-tab-view="custom-view"], .tab-content--standard-view.is-active .button.quickSearch--button[data-tab-view="standard-view"] {
  position: absolute;
  right: 0;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-bottom: 0;
  height: 100%;
  width: 50px; }
  @media (min-width: 1025px) {
    .button.button--primary.quickSearch--button, .tab-content--custom-view.is-active .button.quickSearch--button[data-tab-view="custom-view"], .tab-content--standard-view.is-active .button.quickSearch--button[data-tab-view="standard-view"] {
      display: none; } }

.navPages-list #navPages-item-dy-1352886 {
  background-color: #d47125 !important; }
  .navPages-list #navPages-item-dy-1352886:hover {
    background-color: #a65210 !important; }

.navPages-list #navPages-item-dy-1352886 .navPages-action-dy-h {
  color: #d47125 !important; }

.header-2__navPages-list--custom-top li:nth-of-type(2n + 1) {
  background-color: #c0550d !important; }

.header-2__navPages-list--custom-top li:nth-of-type(2n) {
  background-color: #ffffff !important; }

.navPages-list.header-2__navPages-list--custom.header-2__navPages-list--custom-top a.navPages-action {
  color: #d47125; }

.navPages-list.header-2__navPages-list--custom.header-2__navPages-list--custom-top li:nth-of-type(2n + 1) a.navPages-action {
  color: #ffffff; }

.navPages-list.header-2__navPages-list--custom.header-2__navPages-list--custom-top li:first-child a.navPages-action {
  border-top: none; }

.navPages-item.navPages-item-2076 {
  display: none !important; }

.navPages-container {
  background-color: white; }

.navPages .navPages-list.links {
  justify-content: center; }

.header-2 .navPages-container .navPages-item .navPages-action--toplevel {
  color: black; }

@media only screen and (min-width: 1024px) {
  .header-2__cfg-links--container {
    margin-top: 8px; } }

.header-2__cfg-links {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .header-2__cfg-links {
      justify-content: flex-start;
      overflow-x: scroll;
      padding-bottom: 8px;
      padding-top: 8px;
      margin: 0 24px; } }

.header-2__cfg-links-item {
  display: flex;
  text-align: center;
  flex-wrap: nowrap; }

.header-2__cfg-links--action {
  margin: auto; }

.header-2__cfg-links-action {
  color: white;
  font-weight: bold;
  padding: 8px 8px;
  min-width: 100px;
  width: max-content;
  border-radius: 4px; }
  .header-2__cfg-links-action:hover {
    color: white !important; }

.header-2__cfg-links-action--green {
  background-color: #3d853f !important; }

.header-2__cfg-links-action--orange {
  background-color: #c0550d; }

@media only screen and (min-width: 1024px) {
  .header-2 .navPages-container .navPages-item::after {
    border-right-color: #d3d3d3; } }

@media only screen and (max-width: 1024px) {
  .header-2 .navPages-container .navPages {
    background-color: white !important; } }

.header-2__cfg-links--mobile {
  display: flex; }
  @media only screen and (min-width: 1024px) {
    .header-2__cfg-links--mobile {
      display: none; } }

.header-2__cfg-links--desktop {
  display: block; }
  @media only screen and (max-width: 1024px) {
    .header-2__cfg-links--desktop {
      display: none; } }

.navPages-action .navPages-action-moreIcon {
  padding: 4px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  height: 1.5rem !important;
  width: 1.5rem !important; }

.navPages-action .navPages-action-moreIcon svg {
  fill: #c0550d;
  stroke: #c0550d;
  stroke-width: 1.5px; }

.navPages-item .navPages-action--toplevel:not(.is-open) .navPages-action-moreIcon {
  transform: rotate(-90deg);
  background-color: white; }

.navPages-item .navPages-action--toplevel.is-open .navPages-action-moreIcon {
  transform: rotate(0deg);
  background-color: #3d853f; }
  .navPages-item .navPages-action--toplevel.is-open .navPages-action-moreIcon svg {
    fill: white;
    stroke: white; }

.navPages-list.links .navPages-item:last-child .navPages-action--toplevel {
  color: black; }

.header-2 .navPages-container.is-open .navPages-action {
  border-bottom-color: black;
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px; }

@media only screen and (max-width: 1024px) {
  .header-2__search--mobile .form-field {
    margin: 10px; } }

@media only screen and (min-width: 1024px) {
  #navPages-item-dy-2139902 {
    display: none !important; } }

@media only screen and (min-width: 1340px) {
  .header-2 .header-2__mid {
    padding-top: 0px !important; } }

@media only screen and (min-width: 1024px) {
  .header-2 .header-2__mid {
    align-items: center;
    min-height: 60px;
    padding-top: 16px; }
  .header-2 .header-2__mid .header-logo {
    max-width: 178px; }
  .header-2__clubs {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; } }

@media only screen and (max-width: 1024px) {
  .header-2__cfg-links--mobile {
    margin: 0px 8px; } }

@media only screen and (min-width: 1024px) {
  .header-2__top-nav-list {
    line-height: 1em; }
  .header-2__cfg-links--desktop {
    line-height: 1em; } }

.header-2__cfg-links {
  margin-bottom: 8px; }

@media only screen and (min-width: 1025px) {
  .header {
    border-bottom: none !important; } }

.header-2__bottom--mobile {
  box-shadow: none !important; }

.icon.rotate-right {
  transform: rotate(-90deg);
  margin-left: .5rem; }
  .icon.rotate-right svg {
    fill: #3d853f; }

.cta__top-section,
.cta__bottom-section {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 1025px) {
    .cta__top-section,
    .cta__bottom-section {
      max-width: 1556px;
      flex-wrap: nowrap; } }

@media (min-width: 1025px) {
  .cta__top-section {
    margin-bottom: 48px; } }

.cta__quarter {
  width: 47.75%;
  text-align: center;
  margin-bottom: 3rem; }
  @media (min-width: 1025px) {
    .cta__quarter {
      width: 24%;
      margin-bottom: 0; } }

.cta__quarter-text,
.cta__half-text {
  color: #3d853f;
  font-size: 16px;
  letter-spacing: -.01em;
  line-height: 23px;
  font-weight: 900;
  margin: 24px 0 16px; }
  @media (min-width: 1025px) {
    .cta__quarter-text,
    .cta__half-text {
      font-size: 18px; } }

.cta__half-text {
  font-size: 18px;
  font-weight: 800; }
  @media (min-width: 1025px) {
    .cta__half-text {
      font-size: 23px; } }

.cta__quater-img,
.cta__half-img {
  max-width: unset;
  width: 100%;
  object-fit: cover;
  border-radius: 4px; }

.cta__quarter-link,
.cta__half-link {
  font-weight: 900;
  font-size: 16px;
  line-height: 20px; }

@media (min-width: 1025px) {
  .cta__bottom-section {
    margin-bottom: 3rem; } }

.cta__half {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem; }
  @media (min-width: 1025px) {
    .cta__half {
      width: 49.33%;
      margin-bottom: 0; } }

.cta__half-desc {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 450px) {
    .cta__half-desc {
      padding: 0 10%; } }

.features__wrapper {
  max-width: 1760px;
  margin: 0 auto;
  position: inherit; }

.features__colorBanner {
  width: 100vw;
  position: absolute;
  background-color: #3d853f;
  z-index: -1;
  left: 0;
  max-width: 100%;
  height: 360px;
  border-radius: 4px; }
  @media only screen and (min-width: 380px) {
    .features__colorBanner {
      height: 316px; } }
  @media (min-width: 1025px) {
    .features__colorBanner {
      width: 100%;
      left: 0;
      max-width: 1760px; } }
  @media only screen and (min-width: 1774px) {
    .features__colorBanner {
      left: unset; } }

.features__top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1556px;
  margin: 0 auto;
  flex-direction: column; }
  @media (min-width: 1025px) {
    .features__top-section {
      flex-direction: row; } }

.features__top-section.container {
  padding: 0 14px; }

.features__text-wrapper {
  max-width: 534px;
  margin: 40px 0 32px;
  text-align: center; }
  @media (min-width: 1025px) {
    .features__text-wrapper {
      margin: 48px 0;
      text-align: left; } }

.features__heading {
  color: #fff;
  font-weight: 900;
  margin: 0 0 1rem 0;
  font-size: 26px; }
  @media (min-width: 1025px) {
    .features__heading {
      font-size: 34px; } }

.features-button .icon.rotate-right {
  width: 24px;
  height: 24px; }

.features__text {
  color: #fff;
  margin: 0; }

.features_button {
  color: #fff;
  border-color: #fff;
  border-radius: 4px;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -.01em;
  font-weight: 900;
  margin-bottom: 32px;
  padding: 0;
  width: 169px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .features_button .icon.rotate-right svg {
    fill: #fff; }
  .features_button:hover, .features_button:active, .features_button:focus {
    color: #3d853f;
    background-color: #fff;
    border-color: #fff;
    text-decoration: none; }
    .features_button:hover .icon.rotate-right svg, .features_button:active .icon.rotate-right svg, .features_button:focus .icon.rotate-right svg {
      fill: #3d853f; }
  @media (min-width: 1025px) {
    .features_button {
      margin-bottom: 0; } }

.features__bottom-section {
  display: flex;
  justify-content: space-between;
  max-width: 1556px;
  margin: 0 auto;
  padding-bottom: 3rem;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 2.5rem; }
  @media (min-width: 1025px) {
    .features__bottom-section {
      margin-bottom: 4rem; } }

.features__bottom-section.container {
  padding: 0 14px; }

.features__bottom-section .slick-track {
  padding-bottom: 1rem; }

.features__card {
  width: 19%;
  height: 373px; }
  @media (min-width: 1025px) {
    .features__card {
      margin: 0 .75%; } }
  @media only screen and (min-width: 1280px) {
    .features__card:first-of-type {
      margin: 0 .75% 0 0; } }
  @media only screen and (min-width: 1280px) {
    .features__card:last-of-type {
      margin: 0 0 0 .75%; } }

.features__card-content {
  max-width: 292px;
  margin: 0 auto;
  width: 100%;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.07);
  border: 1px solid #F2F2F2;
  height: 100%; }

.features__card-img {
  width: 196px;
  margin: 0 auto; }

.features__card-text,
.features__card-link {
  font-weight: 900;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -.01em; }

.features__card-link,
.cta__half-link {
  text-decoration: underline; }
  .features__card-link:hover,
  .cta__half-link:hover {
    color: #3d853f; }

.features__card-text,
.features__card-desc {
  margin-bottom: 0; }

.about-section__wrapper {
  display: flex;
  align-items: center;
  max-width: 1556px;
  margin: 0 auto;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 1025px) {
    .about-section__wrapper {
      flex-direction: row; } }

.about-section__img {
  max-width: 420px;
  width: 100%;
  margin: 1.5rem auto 40px; }
  @media (min-width: 1025px) {
    .about-section__img {
      width: 49%;
      margin: 0;
      margin: 0 auto;
      max-width: unset; } }

@media (min-width: 1025px) {
  .about-section__content {
    width: 49%;
    padding: 2rem 0; } }

.about-section__heading {
  font-size: 26px;
  font-weight: 900;
  line-height: 33px;
  max-width: 534px;
  margin: 0 0 48px 0; }
  @media (min-width: 1025px) {
    .about-section__heading {
      font-size: 34px;
      line-height: 42px; } }

.page--default .tabs {
  max-width: 360px;
  margin: 0 auto;
  border-bottom: none;
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media only screen and (min-width: 450px) {
    .page--default .tabs {
      flex-direction: row; } }
  @media (min-width: 1025px) {
    .page--default .tabs {
      padding: 0;
      max-width: 1556px; } }

.page--default .tabs .tab-title:hover, .page--default .tabs .tab-title:focus, .page--default .tabs .tab-title:active {
  text-decoration: none; }
  .page--default .tabs .tab-title:hover .page-heading, .page--default .tabs .tab-title:focus .page-heading, .page--default .tabs .tab-title:active .page-heading {
    color: #3d853f; }

.page--default .tabs .tab:first-of-type .tab-title {
  padding-left: 0; }

.page--default .tab.carousel-heading__wrapper {
  border: none; }
  .page--default .tab.carousel-heading__wrapper:first-of-type:after {
    content: "";
    border-right: 1px solid #F2F2F2;
    width: 1px;
    height: 26px;
    display: none; }
    @media only screen and (min-width: 450px) {
      .page--default .tab.carousel-heading__wrapper:first-of-type:after {
        display: block; } }

.page--default .carousel-heading__wrapper.is-active {
  border: none; }

.carousel-heading__wrapper.is-active .page-heading.prod-styling {
  border-bottom: 4px solid #3d853f;
  margin-bottom: 0;
  padding-bottom: 5px; }

.tab.carousel-heading__wrapper {
  margin-bottom: 0; }

.tab.carousel-heading__wrapper .page-heading {
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 4px solid transparent; }
  @media (min-width: 1025px) {
    .tab.carousel-heading__wrapper .page-heading {
      font-size: 23px; } }

.tab.clearance__wrapper {
  float: right;
  display: none;
  height: 100%;
  align-items: center;
  width: 100%; }
  .tab.clearance__wrapper:before {
    content: "";
    border-top: 1px solid #D3D3D3;
    height: 1px;
    width: 100%;
    margin-right: 1.5rem; }
  @media (min-width: 1025px) {
    .tab.clearance__wrapper {
      display: flex; } }

.page-heading__wrapper {
  width: fit-content;
  margin-right: 32px;
  width: 49%;
  margin-bottom: 0;
  border-right: 1px solid #F2F2F2;
  display: flex;
  align-items: center; }
  @media (min-width: 1025px) {
    .page-heading__wrapper {
      max-width: 345px;
      width: 20%; } }

.page-heading.prod-styling.brand-carousel__heading {
  padding-bottom: 0;
  border-bottom: none;
  font-weight: 800;
  justify-content: flex-start; }
  @media only screen and (max-width: 390px) {
    .page-heading.prod-styling.brand-carousel__heading {
      justify-content: center; } }

.about-section__text {
  max-width: 696px;
  margin: 0 0 48px 0; }
  .about-section__text a {
    color: #c0550d;
    text-decoration: underline;
    font-weight: 500; }
    .about-section__text a:hover {
      color: #3d853f; }

.about-section__button {
  color: #fff;
  border-color: #3d853f;
  background: #3d853f;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -.01em;
  font-weight: 900;
  border-radius: 4px;
  margin-bottom: 65px;
  padding: 0;
  width: 169px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .about-section__button .icon.rotate-right {
    height: 1.75rem;
    width: 1.75rem; }
  .about-section__button .icon.rotate-right svg {
    fill: #2b532c;
    stroke: #2b532c; }
  .about-section__button:hover {
    text-decoration: none;
    background: #fff;
    color: #3d853f;
    border-color: #3d853f; }
  @media (min-width: 1025px) {
    .about-section__button {
      margin-bottom: 0; } }

.page--default .productCarousel {
  max-width: 1556px;
  margin: 0 auto;
  width: 100%;
  min-width: unset; }

.page--default .productCarousel.slick-initialized .slick-slide {
  display: flex;
  justify-content: center; }

.tabs-contents {
  padding: 0; }
  @media (min-width: 1340px) {
    .tabs-contents {
      padding: 0 24px; } }

.brand-carousel__wrapper {
  margin-top: 2.5rem; }
  @media (min-width: 1025px) {
    .brand-carousel__wrapper {
      margin-top: 4rem; } }

.brand-carousel__wrapper .carousel-heading__wrapper {
  padding-left: 24px;
  padding-right: 24px; }
  @media (min-width: 1025px) {
    .brand-carousel__wrapper .carousel-heading__wrapper {
      padding-left: 0;
      padding-right: 0; } }

.carousel-heading__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1556px;
  margin: 0 auto 2.5rem; }
  @media (min-width: 1025px) {
    .carousel-heading__wrapper {
      margin: 0 auto 3rem; } }

.carousel-section__wrapper {
  display: flex;
  align-items: center;
  width: fit-content;
  justify-content: flex-end; }

.carousel-heading__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  white-space: nowrap; }
  @media (min-width: 1025px) {
    .carousel-heading__text {
      display: flex;
      align-items: center;
      margin-right: 32px;
      font-size: 23px; } }

.carousel-heading__link {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  white-space: nowrap;
  text-align: right; }
  @media only screen and (max-width: 390px) {
    .carousel-heading__link {
      display: none; } }
  .carousel-heading__link .icon.rotate-right svg {
    fill: #3d853f; }

.carousel-section__wrapper.brand-link__wrapper {
  width: 100%; }
  .carousel-section__wrapper.brand-link__wrapper:before {
    content: "";
    border-top: 1px solid #D3D3D3;
    height: 1px;
    width: 100%;
    margin-right: 1.5rem;
    display: none; }
    @media (min-width: 1025px) {
      .carousel-section__wrapper.brand-link__wrapper:before {
        display: block; } }
  @media (min-width: 1025px) {
    .carousel-section__wrapper.brand-link__wrapper {
      display: flex; } }

.brand-carousel {
  margin-bottom: 1rem; }

.brand-carousel .slick-list {
  max-width: 1556px;
  margin: 0 auto;
  padding-bottom: 8px; }

.brand-carousel .slick-prev {
  left: -24px; }
  @media only screen and (min-width: 1556px) {
    .brand-carousel .slick-prev {
      left: 5rem; } }

.brand-carousel .slick-next {
  right: -24px; }
  @media only screen and (min-width: 1556px) {
    .brand-carousel .slick-next {
      right: 5rem; } }

.brand-carousel-slide {
  display: flex;
  justify-content: center;
  margin: 0; }

.brand-carousel-image-wrapper {
  border-radius: 100%;
  height: unset; }
  @media (min-width: 550px) {
    .brand-carousel-image-wrapper {
      height: 150px;
      width: 150px; } }

.brand-carousel-image-wrapper:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.07); }

.productCarousel .slick-track {
  padding-bottom: 12px; }

.slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #F2F2F2; }
  .slick-arrow:before, .slick-arrow:after {
    color: #3d853f; }
    .slick-arrow:before svg, .slick-arrow:after svg {
      fill: #3d853f; }

.page--product .dynotifyjs-corner {
  z-index: 999 !important; }

.account.recent-items,
.account.wishlist-details {
  max-width: 1556px;
  margin: 0 auto; }

.account.wishlist-details form {
  max-width: 239px;
  margin: 0 auto;
  display: flex;
  justify-content: center; }

.account.wishlist-details form input {
  margin-top: 12px; }

.account.wishlist-details .card {
  max-width: 239px;
  margin: 0 auto; }

.banners--productPage {
  font-size: 0;
  text-align: center; }

.banners--productPage a {
  display: block;
  text-decoration: none;
  background: url(/assets/img/GolfBallPattern.png); }

.banners--productPage a:hover .button {
  background-color: #2e6407;
  border-color: #2e6407;
  color: #fff; }

.banners--productPage .banner {
  display: inline-block;
  width: 100%;
  padding: 0 1rem;
  vertical-align: middle; }

.banners--productPage .banner-title {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 3rem 1rem 0 1rem;
  font-size: 26px;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  color: #d47125;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.125; }
  .banners--productPage .banner-title span {
    display: block;
    margin-bottom: 9px;
    font-size: 15px;
    color: #666666; }

.banners--productPage .actions {
  display: inline-block;
  width: 100%;
  padding: 3rem 0;
  vertical-align: middle; }

.banners--productPage .button {
  margin-bottom: 0; }

@media (min-width: 550px) {
  .banners--productPage .banner-title {
    width: 50%;
    padding: 0 1rem; }
  .banners--productPage .actions {
    width: 50%;
    padding: 65px 0; } }

@media (min-width: 1025px) {
  .banners--productPage {
    margin: 0;
    width: 100%;
    clear: both;
    max-width: 1556px;
    margin: 0 auto;
    margin-bottom: 2.5rem; }
  .banners--productPage .banner {
    width: 50%;
    padding: 0 1rem 0 0; }
  .banners--productPage .banner + .banner {
    margin-top: 0;
    padding: 0 0 0 1rem; } }

@media (min-width: 1340px) {
  .banners--productPage .banner-title {
    width: 62%;
    font-size: 40px; }
    .banners--productPage .banner-title small {
      margin-bottom: 11px;
      font-size: 18px; }
  .banners--productPage .actions {
    width: 38%; } }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.teetimeframe {
  height: 800px; }

.brand-container-top .brand-image-container {
  margin: 0 auto;
  width: 30%;
  max-width: 200px;
  order: 1;
  margin-bottom: 1rem; }
  @media (min-width: 1025px) {
    .brand-container-top .brand-image-container {
      order: 2;
      margin-bottom: 0; } }

.brand-container-top {
  display: flex;
  max-width: 1556px;
  margin: 0 auto;
  flex-direction: column; }
  @media (min-width: 1025px) {
    .brand-container-top {
      flex-direction: row; } }

.brand-container-top .brand-description {
  width: 100%;
  order: 2; }
  @media (min-width: 1025px) {
    .brand-container-top .brand-description {
      width: 70%;
      order: 1; } }

.brand-container-top .brand-description p {
  font-size: 16px; }

.brands-page {
  max-width: 1556px;
  margin: 0 auto; }

.brand-container-top a {
  color: #d47125;
  text-decoration: underline; }

.page--search .body {
  min-height: 800px; }

.page--frequently-asked-questions .page-heading--static {
  margin-bottom: 1rem; }

.page--frequently-asked-questions .page-content--centered {
  display: none; }

#gladly-help-center {
  padding: 0 .75rem; }

.gladlyHC-searchContainer input {
  padding: .5rem; }

.gladlyHC {
  min-height: unset;
  max-width: unset; }

.gladlyHC-faqHeading {
  display: none; }

.page--createaccount .button,
.page--login .button {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  border-radius: 4px; }

.forgot-password-form {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 1.5rem; }

.forgot-password-form .form-prefixPostfix {
  flex-direction: column; }

.forgot-password-form .form-prefixPostfix .form-input {
  order: -2; }

.forgot-password-form .form-prefixPostfix .form-inlineMessage {
  order: -1; }

.forgot-password-form .form-prefixPostfix .recaptcha-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem; }

.forgot-password-form .form-prefixPostfix .button {
  margin: 1rem 0 1rem;
  order: 0; }

#contact-us-success {
  text-align: center;
  font-weight: 600; }
  @media (min-width: 1025px) {
    #contact-us-success {
      font-size: 22px; } }

.form-field--consumer-type .form-radio-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  grid-row: 1fr 1fr; }
  @media (min-width: 550px) {
    .form-field--consumer-type .form-radio-wrapper {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-row: 1fr; } }

.form-field--request-type .form-checkbox-wrapper,
.form-field--opt-out .form-checkbox-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  grid-row: 1fr; }
  @media (min-width: 550px) {
    .form-field--request-type .form-checkbox-wrapper,
    .form-field--opt-out .form-checkbox-wrapper {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.form-field--consumer-type,
.form-field--request-type,
.form-field--opt-out {
  gap: 10px; }
  .form-field--consumer-type input[type="radio"],
  .form-field--request-type input[type="radio"],
  .form-field--opt-out input[type="radio"] {
    display: none; }
  .form-field--consumer-type label,
  .form-field--request-type label,
  .form-field--opt-out label {
    flex: 1;
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
    border: 2px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .form-field--consumer-type label:hover,
    .form-field--request-type label:hover,
    .form-field--opt-out label:hover {
      background-color: #e0e0e0; }
  .form-field--consumer-type .form-label:has(input[type="radio"].checked),
  .form-field--request-type .form-label:has(input[type="radio"].checked),
  .form-field--opt-out .form-label:has(input[type="radio"].checked) {
    background-color: #3d853f;
    color: white;
    border-color: #3d853f; }
  .form-field--consumer-type .form-label:has(input[type="checkbox"].checked),
  .form-field--request-type .form-label:has(input[type="checkbox"].checked),
  .form-field--opt-out .form-label:has(input[type="checkbox"].checked) {
    background-color: #3d853f;
    color: white;
    border-color: #3d853f; }

.form-field--other {
  display: none; }

.page--custom_logo_shop [data-content-region="page_builder_content_before_form"] [data-sub-layout-container]:nth-child(1) p, .page--custom_logo_shop [data-content-region="page_builder_content_before_form"] [data-sub-layout-container]:nth-child(3) p, .page--custom_logo_shop [data-content-region="page_builder_content_before_form"] [data-sub-layout-container]:nth-child(5) p, .page--custom_logo_shop [data-content-region="page_builder_content_before_form"] [data-sub-layout-container]:nth-child(7) p {
  line-height: 2.25rem !important; }

.page--custom_logo_shop [data-content-region="page_builder_content_before_form"] [data-sub-layout-container]:nth-child(2) p {
  line-height: 2rem !important; }

.page--do-not-sell-or-share .page-content a {
  text-decoration: underline; }

.page--do-not-sell-or-share [data-contact-form] {
  display: grid;
  grid-template-columns: 1fr;
  position: relative; }
  @media (min-width: 550px) {
    .page--do-not-sell-or-share [data-contact-form] {
      grid-template-columns: 1fr 1fr; } }

.page--do-not-sell-or-share [data-contact-form] .form-actions {
  grid-column: 1;
  grid-row: 2;
  text-align: left;
  margin-bottom: 32px; }
  .page--do-not-sell-or-share [data-contact-form] .form-actions .button {
    padding: 13px 32px; }
  @media (min-width: 550px) {
    .page--do-not-sell-or-share [data-contact-form] .form-actions {
      grid-column: 2;
      grid-row: 1;
      margin-left: 12px;
      margin-top: 32px;
      margin-bottom: 16px; } }

.page--do-not-sell-or-share [data-contact-form] .g-recaptcha {
  grid-area: 1 / 1;
  position: absolute;
  bottom: -40px; }
  @media (min-width: 550px) {
    .page--do-not-sell-or-share [data-contact-form] .g-recaptcha {
      bottom: 0;
      position: static;
      grid-area: unset; } }

.page--do-not-sell-or-share [data-contact-form] #contact-us-error {
  grid-area: 3 / 1;
  margin-bottom: 32px; }
  @media (min-width: 550px) {
    .page--do-not-sell-or-share [data-contact-form] #contact-us-error {
      grid-area: 3 / 1;
      margin-bottom: 0;
      margin-top: 32px; } }

/* ==========================================================
 * ## Product page
 * ========================================================== */
.productView {
  max-width: 1537px;
  margin: 0 auto 3rem auto; }

.tabs--productView .tab.is-active {
  background-color: #3d853f; }
  .tabs--productView .tab.is-active .tab-title {
    color: #ffffff; }

.tabs--productView .tab {
  border: 1px solid #3d853f;
  margin-right: 1rem;
  float: left; }
  @media (min-width: 550px) {
    .tabs--productView .tab {
      margin-right: 1.5rem; } }

.tabs--productView .tab-title {
  color: #3d853f;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem 1rem; }
  @media (min-width: 550px) {
    .tabs--productView .tab-title {
      min-width: 135px; } }

.productView-bottom {
  display: flex;
  flex-direction: column;
  width: 100%; }

.productView-bottom .productView-description--container {
  width: 100%;
  float: unset; }
  @media (min-width: 1025px) {
    .productView-bottom .productView-description--container {
      width: 66.666667%; } }

@media (min-width: 1025px) {
  .productView-bottom .productView-info {
    overflow: auto;
    position: sticky;
    top: 12.5%;
    height: fit-content;
    width: 33.333337%;
    display: table;
    overflow-y: hidden;
    max-width: 438px; } }

.productView-info-value a {
  color: #c0550d;
  text-decoration: underline; }

@media (min-width: 1025px) {
  .accordions {
    display: flex; } }

.accordions .productView-description {
  padding: 0; }
  @media (min-width: 1025px) {
    .accordions .productView-description {
      order: -1;
      padding: 0 14px;
      padding-left: 0; } }

.productView-bottom .productView-info-name,
.productView-bottom .productView-info-value {
  margin: 0;
  width: 50%;
  float: left;
  font-size: 16px;
  word-wrap: break-word; }

.product-info__wrapper {
  border-bottom: 1px solid #d3d3d3;
  display: flex; }

.product-info__wrapper:has([data-product-upc]),
.product-info__wrapper:has([data-product-mpn]) {
  display: none; }

.product-info__wrapper:has([data-product-upc]:not(:empty)),
.product-info__wrapper:has([data-product-mpn]:not(:empty)) {
  display: flex; }

.productView-bottom .product-info__wrapper:last-child {
  border-bottom: 1px solid #d3d3d3; }

.productView-info-name.productView-lingo--text {
  white-space: nowrap; }

.productView-bottom .productView-info-name {
  font-weight: 900; }

.productView-bottom .productView-info-name:last-child,
.productView-bottom .productView-info-value:last-child {
  border-bottom: none; }

.productView-bottom .productView-info-name.productView-lingo--text {
  font-weight: 900;
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 24px;
  border: none; }

.productView-bottom .productView-info-value.productView-lingo--link {
  width: 100%;
  margin-top: 0; }
  .productView-bottom .productView-info-value.productView-lingo--link a {
    text-decoration: none;
    font-size: 14px; }

.productView-lingo--link a {
  color: #c0550d; }

.pdPrReviewerWrapper .pdPrReviewerLocation,
.pdPrWrapperInner .pdPrReviewDate,
.productView .productView-item-number div.pdPrRatingCount a {
  color: black; }

.productView-bottom--title {
  float: none;
  font-size: 18px;
  font-weight: 800; }
  @media (min-width: 1025px) {
    .productView-bottom--title {
      font-size: 1.8rem; } }

.productView-title {
  text-align: center;
  color: #c0550d; }
  @media (min-width: 1025px) {
    .productView-title {
      text-align: left; } }

.productView-item-number {
  text-align: center; }
  @media (min-width: 1025px) {
    .productView-item-number {
      text-align: left; } }

.productView-accordion {
  font-size: 18px;
  font-weight: 800;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  text-align: start;
  z-index: 99;
  padding: 0;
  display: flex; }
  @media (min-width: 1025px) {
    .productView-accordion {
      font-size: 1.8rem; } }

.productView-accordion div {
  display: flex; }

.productView-accordion--top span {
  display: inline-block;
  width: 5%;
  height: 20px;
  position: relative;
  top: 0; }
  @media (min-width: 1025px) {
    .productView-accordion--top span {
      top: 10px; } }

.productView-accordion--top span svg {
  fill: #3d853f; }

.productView-accordion--top .is-closed span svg {
  transform: rotate(180deg); }

.productView-accordion div {
  width: 100%;
  display: flex; }
  .productView-accordion div:after {
    content: "";
    height: 1px;
    width: 40%;
    border-top: 1px solid #d3d3d3;
    position: relative;
    margin-left: 10px;
    align-self: center; }
    @media (min-width: 481px) {
      .productView-accordion div:after {
        width: 55%; } }
    @media (min-width: 550px) {
      .productView-accordion div:after {
        width: 65%; } }
    @media (min-width: 1025px) {
      .productView-accordion div:after {
        width: 75%; } }
    @media (min-width: 1340px) {
      .productView-accordion div:after {
        width: 85%; } }

/* ==========================================================
 * ## Product cards
 * ========================================================== */
.productCarousel-slide {
  padding: 0 12px;
  min-width: 189px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto; }

.card {
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  margin: 0 12px; }

.card:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.07); }

.card-figure {
  width: 100%;
  object-fit: contain; }

.card .card-body {
  margin: 16px; }

.card-img-container {
  max-height: 232px; }

.card-image {
  object-fit: contain;
  margin: 0; }

.card .card-body .card-text {
  font-weight: 700;
  color: #222222; }

.card .card-body .card-title {
  font-weight: 900;
  color: #222222;
  font-size: 1.06667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical; }

.card .card-body .card-title a {
  font-weight: 900;
  color: #222222;
  font-size: 1.06667rem; }

.card .price-section--withoutTax {
  display: inline-block; }

.card .price-section--withoutTax.rrp-price--withoutTax {
  color: #d3d3d3;
  font-weight: 900;
  font-size: 1.2rem; }

div.card-text {
  padding-top: 5px; }

.card .card-atc .card-atc__button {
  margin: 1rem 0;
  text-transform: uppercase; }

.modal-video-container {
  max-width: 630px;
  margin: 0 auto; }

/* ==========================================================
 * ## Product Info
 * ========================================================== */
.productView .productView-details {
  padding-bottom: 0; }
  @media (min-width: 1025px) {
    .productView .productView-details {
      padding-bottom: 24px; } }

.productView-price {
  font-weight: 800;
  font-size: 1.8rem; }
  .productView-price .rrp-price--withoutTax {
    font-size: 1.2rem; }
  .productView-price .price--withoutTax {
    color: #c0550d; }
  .productView-price .price-section--saving {
    color: #c0550d; }

.productView-trader--link {
  color: #c0550d; }

.productView-trader--text {
  margin-bottom: 8px; }

.productView-trader--text span {
  color: #3d853f;
  font-weight: 900; }

.option-set-select {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32013 7.64465L12.6597 2.06834C13.1134 1.59453 13.1134 0.829156 12.6597 0.355352C12.206 -0.118452 11.4732 -0.118452 11.0195 0.355352L6.49418 5.0691L1.98054 0.355353C1.52685 -0.118451 0.79396 -0.118451 0.340269 0.355353C-0.113422 0.829157 -0.113422 1.59453 0.340269 2.06834L5.67987 7.64465C6.12193 8.11845 6.86644 8.11845 7.32013 7.64465Z' fill='%23222222'/%3E%3C/svg%3E");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: auto; }

.productView-item {
  display: inline-block;
  font-weight: 700; }

.productView-item--review-link p {
  color: #d47125;
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 0; }

.productView-trader--additional-info {
  font-weight: 700; }
  @media (min-width: 1025px) {
    .productView-trader--additional-info {
      margin-bottom: 0; } }

.productView-options .form-select,
.personalized-ball .form-options .form-input--small {
  max-width: none;
  height: 3rem; }
  @media (min-width: 1025px) {
    .productView-options .form-select,
    .personalized-ball .form-options .form-input--small {
      max-width: 30rem; } }

.add-to-cart-oos {
  font-weight: 700;
  font-size: 2.66667rem;
  color: #d47125; }

.add-to-cart-wrapper .form-field--increments {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  @media (min-width: 1025px) {
    .add-to-cart-wrapper .form-field--increments {
      justify-content: flex-start; } }

.add-to-cart-wrapper .form-field--increments .form-label {
  font-weight: 900; }
  @media (min-width: 1025px) {
    .add-to-cart-wrapper .form-field--increments .form-label {
      margin-right: 24px;
      margin-bottom: 0; } }

.productView .productView-options .add-to-cart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 1025px) {
    .productView .productView-options .add-to-cart-wrapper {
      align-items: start;
      display: inline; } }

.add-to-cart-wrapper .form-input--incrementTotal {
  max-width: 67px;
  min-height: 48px;
  border: 1px solid #d3d3d3;
  border-right: none;
  border-left: none;
  font-size: 18px;
  font-weight: 900;
  border-radius: 0; }

.add-to-cart-wrapper .form-increment .button {
  width: 48px;
  height: 48px;
  border: 1px solid #d3d3d3; }

.add-to-cart-wrapper .form-increment .button svg {
  fill: #3d853f;
  width: 24px;
  height: 24px; }

.add-to-cart-wrapper .form-action .add-to-cart {
  min-height: 48px;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  margin: 0;
  max-width: 385px;
  order: -1; }
  .add-to-cart-wrapper .form-action .add-to-cart::hover {
    color: #3d853f; }

.add-to-cart-wrapper .form-action .add-to-cart:hover {
  color: #3d853f;
  background-color: #ffffff;
  border-color: #3d853f; }

.pd-promo-wrapper {
  text-align: center;
  order: -1; }
  .pd-promo-wrapper .pdRewardsPromoDefault {
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .pd-promo-wrapper .pdRewardsPromoDefault {
        margin: 0; } }

.productView-options .form .form-field {
  margin-bottom: 24px; }

.add-to-cart-wrapper .form-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  width: 100%; }
  @media (min-width: 1025px) {
    .add-to-cart-wrapper .form-action {
      padding: 0 0.7142852143rem;
      padding-left: 0;
      align-content: flex-start;
      flex-wrap: wrap; } }
  .add-to-cart-wrapper .form-action [data-dy-embedded-object="true"] {
    width: 100%;
    text-align: center; }
    .add-to-cart-wrapper .form-action [data-dy-embedded-object="true"] .hot_deal {
      justify-content: center; }
      @media (min-width: 1025px) {
        .add-to-cart-wrapper .form-action [data-dy-embedded-object="true"] .hot_deal {
          justify-content: flex-start; } }

.productView-options .form-wishlist {
  margin-top: 0;
  margin: 0 auto;
  display: block;
  float: none;
  width: 100%; }
  @media (min-width: 1025px) {
    .productView-options .form-wishlist {
      margin: 0;
      display: block;
      float: left; } }
  @media (min-width: 1500px) {
    .productView-options .form-wishlist {
      width: auto; } }

.productView-details .form-wishlist #wishlist-dropdown.is-open li .button {
  width: auto;
  width: 235px; }

.productView-details .form-wishlist #wishlist-dropdown.is-open {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }

.productView--quickView .productView-options .form-wishlist {
  margin-top: 80px;
  float: unset; }

.productView-options .form-wishlist .dropdown-menu-button {
  padding-top: 18px;
  width: 235px; }

.productView--quickView .productView-options .form-wishlist .dropdown-menu-button {
  display: block; }

.productView-promo-messages {
  clear: both; }

.product-view-promo-messages {
  clear: both;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin: 1rem auto 0 auto; }
  @media (min-width: 450px) {
    .product-view-promo-messages {
      flex-direction: row; } }
  @media (min-width: 550px) {
    .product-view-promo-messages {
      position: static;
      top: 9rem;
      right: 0;
      width: fit-content;
      justify-content: start;
      display: flex; } }
  @media (min-width: 1025px) {
    .product-view-promo-messages {
      margin-left: 0; } }

.productView-promo-message {
  margin: 0;
  color: #3d853f;
  font-weight: bold; }
  .productView-promo-message .modalLink {
    margin: 0;
    padding-left: 0;
    font-size: 0.857142rem;
    color: #d47125;
    font-style: italic;
    cursor: pointer; }

.abstract-message-wrapper {
  margin: 0.5rem 0; }

.productView-abstract-message {
  color: #3d853f;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding: 0.25rem 0.5rem;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0.5rem 0; }
  .productView-abstract-message a {
    color: #d47125;
    font-weight: 700; }

.productView-promo-message__link {
  color: #d47125;
  font-size: 1rem;
  text-decoration: underline; }

.productView-promo-message.shipping-promo {
  margin: 0;
  color: #d47125;
  font-weight: bold; }

.productView-promo-message.shipping-promo-fine-print {
  font-size: 12px;
  margin: 0;
  color: #666;
  font-style: italic;
  font-weight: bold; }
  .productView-promo-message.shipping-promo-fine-print .modalLink {
    color: #c0550d;
    cursor: pointer; }

.promo-image {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 32px; }
  @media (min-width: 450px) {
    .promo-image {
      max-width: 126px;
      max-height: 57px;
      border-bottom: none;
      margin: 0 auto; } }

@media (min-width: 450px) {
  .promo-image-divider {
    height: 57px;
    border-right: 1px solid #d3d3d3;
    margin-right: 25px;
    margin: 0 25px; } }

@media (min-width: 1025px) {
  .promo-image-divider {
    margin: 0 32px; } }

.promo--shipping-message {
  font-size: 1.53333rem;
  color: #d47125;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  width: fit-content; }
  @media (min-width: 450px) {
    .promo--shipping-message {
      max-width: 82px;
      margin: 0;
      font-size: 1rem; } }

@media (min-width: 450px) {
  .promo-image:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0; } }

.form-options {
  justify-content: center; }
  @media (min-width: 550px) {
    .form-options {
      justify-content: start; } }
  @media (min-width: 1025px) {
    .form-options {
      display: block; } }

.form-options .form-label,
[data-product-option-change] .form-label {
  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; }

/* ==========================================================
 * ## Product Thumbnails
 * ========================================================== */
.productView-image {
  display: flex;
  width: 100%;
  border: 1px solid #D3D3D3;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1340px) {
    .productView-image {
      margin: 0; } }

.productView-img-container {
  max-height: 500px; }
  @media (min-width: 1340px) {
    .productView-img-container {
      height: 100%;
      max-height: 550px; } }

.productView-img-banner {
  font-size: 1.2rem;
  position: absolute;
  text-align: center;
  bottom: 30px;
  left: -150px;
  transform: rotate(45deg);
  width: 400px;
  height: 40px;
  background-color: #3d853f;
  font-weight: 900;
  color: #ffffff;
  overflow: hidden; }
  @media (min-width: 550px) {
    .productView-img-banner {
      font-size: 1.53333rem;
      bottom: 60px;
      left: -120px; } }

.productView .productView-large-images .slick-track {
  display: flex;
  align-items: center;
  max-height: 500px; }
  @media (min-width: 1340px) {
    .productView .productView-large-images .slick-track {
      height: 100%;
      max-height: none; } }

div.productView-thumbnails {
  width: 100%;
  z-index: 2;
  min-width: 0; }
  @media (min-width: 1340px) {
    div.productView-thumbnails {
      margin: 0;
      width: auto;
      position: relative;
      display: inline-block;
      max-height: 526px; } }

.productView .slick-list {
  height: 100%; }

.productView-thumbnails .slick-list {
  margin-top: 3rem;
  height: 100%; }
  @media (min-width: 1340px) {
    .productView-thumbnails .slick-list {
      width: 90px;
      margin: 0 29px 0 0;
      padding-bottom: 1rem;
      display: block; } }

@media only screen and (max-width: 801px) {
  .productView-large-images .slick-list,
  .productView-large-images .slick-track {
    height: 100%; } }

.productView-thumbnails .slick-arrow {
  top: 70%;
  background-color: transparent; }
  @media (min-width: 550px) {
    .productView-thumbnails .slick-arrow {
      top: 65%; } }
  @media (min-width: 1340px) {
    .productView-thumbnails .slick-arrow {
      right: 35px;
      left: 0;
      top: 75%;
      margin: 0 auto; } }

.productView-thumbnails .slick-prev {
  border: none; }
  @media (min-width: 1340px) {
    .productView-thumbnails .slick-prev {
      top: -50px;
      margin-top: 1rem; } }

.productView-thumbnails .slick-next {
  border: none; }
  @media (min-width: 1340px) {
    .productView-thumbnails .slick-next {
      top: 95%;
      margin-top: -1rem; } }

.productView-thumbnails .slick-arrow:hover,
.productView-thumbnails .slick-arrow:focus {
  background-color: transparent; }

@media (min-width: 1340px) {
  .productView-thumbnails.slick-vertical .slick-slide {
    padding: 0.5rem 0;
    border: none; } }

.productView-thumbnail .productView-thumbnail-link {
  max-width: none;
  max-height: 300px; }
  @media (min-width: 1340px) {
    .productView-thumbnail .productView-thumbnail-link {
      height: 93px;
      width: 87px;
      max-width: 87px; }
      .productView-thumbnail .productView-thumbnail-link:after {
        content: none; } }

.productView-thumbnails img {
  max-width: none;
  height: auto;
  height: 100%;
  padding: .5rem;
  width: 100%;
  object-fit: contain; }
  @media (min-width: 1340px) {
    .productView-thumbnails img {
      max-height: 88%; } }

.productView-thumbnail-link {
  padding: 0;
  height: 80px;
  display: flex;
  align-items: center; }
  @media (min-width: 550px) {
    .productView-thumbnail-link {
      height: 90px; } }
  @media (min-width: 1025px) {
    .productView-thumbnail-link {
      height: 60px; } }
  @media (min-width: 1340px) {
    .productView-thumbnail-link {
      height: 87.5px;
      max-height: 300px; } }

.productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
  border-color: #3d853f;
  padding: 0;
  cursor: pointer; }

.productView-large-image-container {
  z-index: 1;
  max-height: 133vw;
  border: 1px solid #d3d3d3; }
  @media (min-width: 550px) {
    .productView-large-image-container {
      height: unset;
      max-height: 115vw; } }
  @media (min-width: 625px) {
    .productView-large-image-container {
      max-height: 100vw; } }
  @media (min-width: 730px) {
    .productView-large-image-container {
      max-height: 87vw; } }
  @media (min-width: 1340px) {
    .productView-large-image-container {
      max-width: 80%; } }
  @media (min-width: 1500px) {
    .productView-large-image-container {
      max-width: 500px;
      max-height: 500px; } }

.productView-large-images {
  margin: 0;
  height: 500px; }
  @media (min-width: 1340px) {
    .productView-large-images {
      height: 100%; } }

.productView-large-image.slick-active {
  position: relative; }

.productView-large-images::before {
  left: 0;
  z-index: 1; }

.productView-large-images::after {
  right: 0; }

.productView-large-images .slick-arrow svg {
  visibility: hidden;
  transition: visibility 0.3s ease-in-out; }

.productView-large-images::after,
.productView-large-images::before {
  background-color: transparent;
  transition: background-color 0.4s ease-in-out; }

.productView-img-container:hover .productView-large-images .slick-arrow svg {
  visibility: visible; }

.productView-img-container:hover .productView-large-images::after,
.productView-img-container:hover .productView-large-images::before {
  background-color: #fff1a5; }

.productView-large-image img {
  position: initial;
  max-height: 500px;
  object-fit: cover;
  height: 100%;
  object-fit: contain;
  width: 555px; }
  @media (min-width: 1340px) {
    .productView-large-image img {
      max-height: 553px; } }

.productView-large-images .slick-prev {
  border: none;
  background-color: transparent; }
  @media (min-width: 1340px) {
    .productView-large-images .slick-prev {
      left: 0; } }

.productView-large-images .slick-next {
  border: none;
  background-color: transparent; }
  @media (min-width: 1340px) {
    .productView-large-images .slick-next {
      right: 0; } }

.productView-images {
  width: 100%;
  padding: 0; }
  @media (min-width: 1025px) {
    .productView-images {
      display: flex;
      flex-direction: column;
      width: 40%;
      padding-left: 0; } }
  @media (min-width: 1340px) {
    .productView-images {
      flex-direction: row-reverse;
      padding-left: 1rem;
      padding-right: 1rem;
      justify-content: flex-end; } }

.productView-details.product-data {
  width: 100%;
  padding-left: 0;
  text-align: center; }
  @media (min-width: 1025px) {
    .productView-details.product-data {
      text-align: left;
      width: 60%;
      padding-left: 75px; } }

.productView--quickView .productView-details.product-data {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1025px) {
    .productView--quickView .productView-details.product-data {
      width: 50%;
      padding-left: 75px; } }

.productView-details.product-options {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1025px) {
    .productView-details.product-options {
      width: 60%;
      padding-left: 75px; } }

.productView-details.product-options .productView-options {
  text-align: center;
  max-width: 500px;
  margin: 0 auto; }
  @media (min-width: 1025px) {
    .productView-details.product-options .productView-options {
      text-align: left;
      max-width: none;
      margin: 0; } }

.productView--quickView .productView-details.product-options {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1025px) {
    .productView--quickView .productView-details.product-options {
      width: 50%;
      padding-left: 75px; } }

.productCarousel-heading {
  max-width: 1553px;
  width: 100%;
  margin: 44px auto; }
  @media (min-width: 1025px) {
    .productCarousel-heading {
      margin: 56px auto; } }

.productView-price--value .rrp-price--withoutTax,
.productView-price--value .price-section--withoutTax {
  display: inline-block; }

.productView-large-images .slick-prev,
.productView-large-images .slick-next {
  display: none !important; }

.productView-large-images:hover .slick-prev,
.productView-large-images:hover .slick-next {
  display: block; }

.slick-arrow::before {
  height: 20px;
  width: 20px;
  background-size: contain; }

.productView-thumbnails .slick-arrow::before {
  fill: #3d853f; }

@media (min-width: 1340px) {
  .productView-thumbnails .slick-next::before {
    transform: rotate(90deg); } }

@media (min-width: 1340px) {
  .productView-thumbnails .slick-prev::before {
    transform: rotate(-90deg); } }

.productCarousel-heading--product::after {
  display: inline-block;
  content: " ";
  height: 1px;
  background: #d3d3d3;
  width: 0;
  margin-bottom: 5px;
  margin-left: 10px; }
  @media (min-width: 481px) {
    .productCarousel-heading--product::after {
      width: 30%; } }
  @media (min-width: 550px) {
    .productCarousel-heading--product::after {
      width: 50%; } }
  @media (min-width: 1025px) {
    .productCarousel-heading--product::after {
      width: 70%; } }
  @media (min-width: 1340px) {
    .productCarousel-heading--product::after {
      width: 80%; } }

.productCarousel--product-page {
  margin-bottom: 15px; }

.productView-description .specs table {
  width: 100%; }

.previewCartCheckout .button {
  text-transform: uppercase; }

.productView-title,
.productView-description {
  max-width: 1553px; }

.productView-description--container .productView-title {
  margin: 0 auto;
  color: #222222;
  font-weight: 800;
  font-size: 1.8rem;
  text-align: left;
  font-size: 23px; }

.productView-description--container .productView-title::after {
  display: inline-block;
  content: " ";
  height: 1px;
  background: #d3d3d3;
  width: 0;
  margin-bottom: 5px;
  margin-left: 10px; }
  @media (min-width: 481px) {
    .productView-description--container .productView-title::after {
      width: 30%; } }
  @media (min-width: 550px) {
    .productView-description--container .productView-title::after {
      width: 50%; } }
  @media (min-width: 1025px) {
    .productView-description--container .productView-title::after {
      width: 70%; } }
  @media (min-width: 1340px) {
    .productView-description--container .productView-title::after {
      width: 80%; } }

.productView-description--container .productView-description {
  float: unset;
  margin: 0 auto; }

.tabs--productView {
  margin-bottom: 2rem; }

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

.productView-info .productView-pd-product-review-family,
.productView-info .productView-pd-rating-count,
.productView-info .productView-abstract,
.productView-info .productView-pd-rating,
.productView-info .productView-video,
.productView-info .productView-dropship-alt,
.productView-info .productView-shippinggroups,
.productView-info .productView-map,
.productView-info .productView-mapcart,
.productView-info .productView-gender,
.productView-info .productView-freeship,
.productView-info .productView-open-box,
.productView-info .productView-sku-label,
.productView-info .productView-exclusion,
.productView-info .productView-shaft-material,
.productView-info .productView-dropship,
.productView-info .productView-promodiscount,
.productView-info .productView-upc-label,
.productView-info .productView-dexterity-listrak,
.productView-info .productView-personalization {
  display: none !important; }

.productView-accordion--top {
  margin-bottom: 32px; }
  @media (min-width: 1025px) {
    .productView-accordion--top {
      margin: 0; } }

.black-text .headers-large {
  font-size: 16px; }
  @media (min-width: 1025px) {
    .black-text .headers-large {
      font-size: 55px; } }

.sproutvideoWrapper iframe {
  width: 100%; }

.slick-prev .carousel-tooltip::after {
  left: -25px; }

.productview-customCoupon p {
  font-weight: bold;
  margin: 0.25rem 0 0; }

.corporate-cta__wrapper {
  width: 100%;
  max-width: 30rem;
  border: 2px solid #3d853f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem; }

.corporate-cta__title {
  color: #d47125;
  font-weight: 700;
  font-size: 26px;
  margin: 0 1rem 1rem 1rem; }

.corporate-cta__links {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
  align-items: center; }
  @media (min-width: 550px) {
    .corporate-cta__links {
      flex-direction: row; } }
  @media (min-width: 1025px) {
    .corporate-cta__links {
      flex-direction: column; } }
  @media (min-width: 1340px) {
    .corporate-cta__links {
      flex-direction: row; } }

.corporate-cta__phone.button--primary, .tab-content--custom-view.is-active .corporate-cta__phone[data-tab-view="custom-view"], .tab-content--standard-view.is-active .corporate-cta__phone[data-tab-view="standard-view"] {
  margin-bottom: 1rem; }
  @media (min-width: 550px) {
    .corporate-cta__phone.button--primary, .tab-content--custom-view.is-active .corporate-cta__phone[data-tab-view="custom-view"], .tab-content--standard-view.is-active .corporate-cta__phone[data-tab-view="standard-view"] {
      margin-bottom: 0; } }
  @media (min-width: 1025px) {
    .corporate-cta__phone.button--primary, .tab-content--custom-view.is-active .corporate-cta__phone[data-tab-view="custom-view"], .tab-content--standard-view.is-active .corporate-cta__phone[data-tab-view="standard-view"] {
      margin-bottom: 1rem; } }
  @media (min-width: 1340px) {
    .corporate-cta__phone.button--primary, .tab-content--custom-view.is-active .corporate-cta__phone[data-tab-view="custom-view"], .tab-content--standard-view.is-active .corporate-cta__phone[data-tab-view="standard-view"] {
      margin-bottom: 0; } }

.corporate-cta__phone.button--primary, .tab-content--custom-view.is-active .corporate-cta__phone[data-tab-view="custom-view"], .tab-content--standard-view.is-active .corporate-cta__phone[data-tab-view="standard-view"],
.corporate-cta__email.button--primary,
.tab-content--custom-view.is-active .corporate-cta__email[data-tab-view="custom-view"],
.tab-content--standard-view.is-active .corporate-cta__email[data-tab-view="standard-view"] {
  text-decoration: none;
  background-color: #3d853f;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 1rem;
  max-width: 200px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #000; }
  .corporate-cta__phone.button--primary:hover, .tab-content--custom-view.is-active .corporate-cta__phone:hover[data-tab-view="custom-view"], .tab-content--standard-view.is-active .corporate-cta__phone:hover[data-tab-view="standard-view"], .corporate-cta__phone.button--primary:active, .tab-content--custom-view.is-active .corporate-cta__phone:active[data-tab-view="custom-view"], .tab-content--standard-view.is-active .corporate-cta__phone:active[data-tab-view="standard-view"],
  .corporate-cta__email.button--primary:hover,
  .tab-content--custom-view.is-active .corporate-cta__email:hover[data-tab-view="custom-view"],
  .tab-content--standard-view.is-active .corporate-cta__email:hover[data-tab-view="standard-view"],
  .corporate-cta__email.button--primary:active,
  .tab-content--custom-view.is-active .corporate-cta__email:active[data-tab-view="custom-view"],
  .tab-content--standard-view.is-active .corporate-cta__email:active[data-tab-view="standard-view"] {
    background-color: #d47125; }
  @media (min-width: 550px) {
    .corporate-cta__phone.button--primary, .tab-content--custom-view.is-active .corporate-cta__phone[data-tab-view="custom-view"], .tab-content--standard-view.is-active .corporate-cta__phone[data-tab-view="standard-view"],
    .corporate-cta__email.button--primary,
    .tab-content--custom-view.is-active .corporate-cta__email[data-tab-view="custom-view"],
    .tab-content--standard-view.is-active .corporate-cta__email[data-tab-view="standard-view"] {
      width: 45%; } }
  @media (min-width: 1025px) {
    .corporate-cta__phone.button--primary, .tab-content--custom-view.is-active .corporate-cta__phone[data-tab-view="custom-view"], .tab-content--standard-view.is-active .corporate-cta__phone[data-tab-view="standard-view"],
    .corporate-cta__email.button--primary,
    .tab-content--custom-view.is-active .corporate-cta__email[data-tab-view="custom-view"],
    .tab-content--standard-view.is-active .corporate-cta__email[data-tab-view="standard-view"] {
      width: 100%; } }

.icon.icon-corporate-cta {
  height: 20px;
  margin-right: .5rem; }
  .icon.icon-corporate-cta svg {
    fill: #ffffff;
    margin-top: -3px; }

.price-section.discount-message {
  color: #e60000 !important; }

.productView-description .sproutvideoWrapper iframe {
  height: 565px; }
  @media only screen and (max-width: 600px) {
    .productView-description .sproutvideoWrapper iframe {
      height: 300px; } }

.productView-description #comparison {
  overflow-x: scroll; }

.conditionVideos a {
  color: #d47125; }

.productView-images {
  position: relative; }
  .productView-images[data-image-caption]::after {
    content: attr(data-image-caption);
    position: absolute;
    top: 100%;
    margin-top: 1rem;
    padding: 0.5em 1em;
    background: #2b532c;
    color: #ffffff;
    font-weight: bold;
    user-select: none; }
  .productView-images[data-image-caption] + .productView-details {
    margin-top: 2rem; }
    @media (min-width: 1025px) {
      .productView-images[data-image-caption] + .productView-details {
        margin-top: 0; } }

/* ==========================================================
 * ## Product Description - RBG Custom
 * ========================================================== */
.blk-bg-wht-text-rbgpd {
  background: #000000; }

.blk-bg-wht-text-rbgpd p {
  color: #ffff; }

.smaller-font-rbgpd {
  font-size: 10px; }

.small-font-rbgpd {
  font-size: 13px; }

.normal-font-rbgpd {
  font-size: 15px; }

.large-font-rbgpd {
  font-size: 20px; }

.larger-font-rbgpd {
  font-size: 32px; }

.huge-font-rbgpd {
  font-size: 48px; }

.left-text-rbgpd {
  text-align: left; }

.center-text-rbgpd {
  text-align: center; }

.left-text-rbgpd {
  text-align: right; }

.bold-text-rbgpd {
  font-weight: 700; }

.three-img-con-rbgpd {
  display: flex;
  justify-content: space-between;
  margin: 0 0 35px; }

.three-img-con-rbgpd img {
  width: calc((100% / 3) - 5px); }

.two-img-con-rbgpd {
  display: flex;
  justify-content: space-between;
  margin: 0 0 35px; }

.two-img-con-rbgpd img {
  width: calc(50% - 5px); }

.tai-con-rbgpd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 35px; }

.tai-con-rbgpd div {
  width: calc(50% - 10px); }

.tai-con-rbgpd img {
  width: 100%; }

.tai-header-rbgpd {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
  margin: 0 0 15px;
  line-height: 1; }

.tai-desc-text-rbgpd {
  font-size: 15px;
  padding: 0 10px; }

.tai-reverse-rbgpd {
  flex-direction: row-reverse; }

.one-img-rbgpd img {
  width: 100%;
  margin: 0 0 35px; }

.snake-eyes-logo-rbgpd {
  width: 40%;
  padding: 7.5px;
  background: black;
  margin: 0 auto 35px; }

.snake-eyes-logo-rbgpd img {
  width: 75%;
  margin: 0 auto;
  display: block; }

.etonic-logo-rbgpd {
  width: 50%;
  padding: 7.5px;
  background: black;
  margin: 0 auto 35px; }

.etonic-logo-rbgpd img {
  width: 75%;
  margin: 0 auto;
  display: block; }

.etonic-logo-rbgpd p {
  font-family: Arial;
  font-size: 18px;
  margin: 5px 0 !important;
  text-align: center;
  line-height: 1.25;
  color: white;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.5px; }

@media all and (max-width: 800px) {
  .tai-header-rbgpd {
    font-size: 24px;
    padding: 0 0; }
  .tai-desc-text-rbgpd {
    padding: 0 0; } }

@media all and (max-width: 650px) {
  .tai-con-rbgpd {
    display: block; }
  .tai-con-rbgpd div {
    width: 100%; }
  .tai-header-rbgpd {
    font-size: 28px;
    margin: 0 0 20px; } }

@media all and (max-width: 500px) {
  .two-img-con-rbgpd {
    display: block; }
  .two-img-con-rbgpd img {
    width: 100%; }
  .two-img-con-rbgpd img:nth-of-type(1) {
    margin: 0 0 20px; }
  .three-img-con-rbgpd {
    display: block; }
  .three-img-con-rbgpd img {
    width: 100%; }
  .three-img-con-rbgpd img:nth-of-type(-n + 2) {
    margin: 0 0 20px; } }

@media all and (max-width: 600px) {
  .etonic-logo-rbgpd {
    width: 75%; }
  .etonic-logo-rbgpd p {
    font-size: 16px; }
  .snake-eyes-logo-rbgpd {
    width: 75%; } }

@media all and (max-width: 750px) {
  .etonic-logo-rbgpd {
    width: 65%; } }

@media all and (max-width: 800px) {
  .snake-eyes-logo-rbgpd {
    width: 55%; } }

@media all and (max-width: 1025px) {
  .etonic-logo-rbgpd {
    width: 50%; }
  .etonic-logo-rbgpd img {
    width: 85%; }
  .etonic-logo-rbgpd p {
    font-size: 17px; } }

@media all and (max-width: 1200px) {
  .etonic-logo-rbgpd {
    width: 65%; } }

.tai-40-60-rbgpd div:nth-of-type(1) {
  width: 40%; }

.tai-40-60-rbgpd div:nth-of-type(2) {
  width: 60%; }

.padding-70-rbgpd {
  padding: 70px; }

.width-780-rbgpd {
  max-width: 780px;
  margin: 0 auto; }

.left-text-or-rbgpd {
  text-align: left !important; }

@media all and (max-width: 1024px) {
  .padding-70-rbgpd {
    padding: 40px; } }

@media all and (max-width: 650px) {
  .tai-con-rbgpd {
    margin: 0 0 50px; }
  .tai-con-rbgpd div:nth-of-type(1) {
    margin-bottom: 50px; }
  .tai-40-60-rbgpd div {
    width: 100% !important; }
  .padding-70-rbgpd {
    padding: 0; }
  .left-text-or-rbgpd {
    text-align: center !important; } }

.spec-chart-3c-rbgpd {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin: 0 0 35px;
  font-size: 16px; }

.spec-chart-3c-rbgpd td {
  border: 1px solid #b3bdbd; }

.spec-chart-3c-rbgpd tr:nth-of-type(1) {
  font-weight: 700; }

.spec-chart-3c-rbgpd tr:nth-of-type(odd) {
  background: #e2e2e2; }

.spec-chart-3c-rbgpd tr:nth-of-type(even) {
  background: #f1f1f1; }

.spec-chart-3c-rbgpd table:nth-of-type(4) {
  margin: 0; }

.spec-chart-4c-rbgpd {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin: 0 0 35px;
  font-size: 16px; }

.spec-chart-4c-rbgpd td {
  border: 1px solid #b3bdbd; }

.spec-chart-4c-rbgpd tr:nth-of-type(1) {
  font-weight: 700; }

.spec-chart-4c-rbgpd tr:nth-of-type(odd) {
  background: #e2e2e2; }

.spec-chart-4c-rbgpd tr:nth-of-type(even) {
  background: #f1f1f1; }

.spec-chart-4c-rbgpd table:nth-of-type(4) {
  margin: 0; }

.spec-chart-5c-rbgpd {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin: 0 0 35px;
  font-size: 16px; }

.spec-chart-5c-rbgpd td {
  border: 1px solid #b3bdbd; }

.spec-chart-5c-rbgpd tr:nth-of-type(1) {
  font-weight: 700; }

.spec-chart-5c-rbgpd tr:nth-of-type(odd) {
  background: #e2e2e2; }

.spec-chart-5c-rbgpd tr:nth-of-type(even) {
  background: #f1f1f1; }

.spec-chart-5c-rbgpd table:nth-of-type(4) {
  margin: 0; }

.spec-chart-6c-rbgpd {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin: 0 0 35px;
  font-size: 16px; }

.spec-chart-6c-rbgpd td {
  border: 1px solid #b3bdbd; }

.spec-chart-6c-rbgpd tr:nth-of-type(1) {
  font-weight: 700; }

.spec-chart-6c-rbgpd tr:nth-of-type(odd) {
  background: #e2e2e2; }

.spec-chart-6c-rbgpd tr:nth-of-type(even) {
  background: #f1f1f1; }

.spec-chart-6c-rbgpd table:nth-of-type(4) {
  margin: 0; }

.spec-chart-7c-rbgpd {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin: 0 0 35px;
  font-size: 16px; }

.spec-chart-7c-rbgpd td {
  border: 1px solid #b3bdbd; }

.spec-chart-7c-rbgpd tr:nth-of-type(1) {
  font-weight: 700; }

.spec-chart-7c-rbgpd tr:nth-of-type(odd) {
  background: #e2e2e2; }

.spec-chart-7c-rbgpd tr:nth-of-type(even) {
  background: #f1f1f1; }

.spec-chart-7c-rbgpd table:nth-of-type(4) {
  margin: 0; }

.spec-chart-8c-rbgpd {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin: 0 0 35px;
  font-size: 14px; }

.spec-chart-8c-rbgpd td {
  border: 1px solid #b3bdbd; }

.spec-chart-8c-rbgpd tr:nth-of-type(1) {
  font-weight: 700; }

.spec-chart-8c-rbgpd tr:nth-of-type(odd) {
  background: #e2e2e2; }

.spec-chart-8c-rbgpd tr:nth-of-type(even) {
  background: #f1f1f1; }

.spec-chart-8c-rbgpd table:nth-of-type(4) {
  margin: 0; }

.spec-chart-9c-rbgpd {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin: 0 0 35px;
  font-size: 14px; }

.spec-chart-9c-rbgpd td {
  border: 1px solid #b3bdbd; }

.spec-chart-9c-rbgpd tr:nth-of-type(1) {
  font-weight: 700; }

.spec-chart-9c-rbgpd tr:nth-of-type(odd) {
  background: #e2e2e2; }

.spec-chart-9c-rbgpd tr:nth-of-type(even) {
  background: #f1f1f1; }

.spec-chart-9c-rbgpd table:nth-of-type(4) {
  margin: 0; }

.spec-chart-10c-rbgpd {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin: 0 0 35px;
  font-size: 14px; }

.spec-chart-10c-rbgpd td {
  border: 1px solid #b3bdbd; }

.spec-chart-10c-rbgpd tr:nth-of-type(1) {
  font-weight: 700; }

.spec-chart-10c-rbgpd tr:nth-of-type(odd) {
  background: #e2e2e2; }

.spec-chart-10c-rbgpd tr:nth-of-type(even) {
  background: #f1f1f1; }

.spec-chart-10c-rbgpd table:nth-of-type(4) {
  margin: 0; }

.spec-header-3c-rbgpd {
  font-size: 32px;
  text-align: center;
  margin: 0 0 18px;
  font-weight: 400; }

.spec-header-4c-rbgpd {
  font-size: 32px;
  text-align: center;
  margin: 0 0 18px;
  font-weight: 400; }

.spec-header-5c-rbgpd {
  font-size: 32px;
  text-align: center;
  margin: 0 0 18px;
  font-weight: 400; }

.spec-header-6c-rbgpd {
  font-size: 32px;
  text-align: center;
  margin: 0 0 18px; }

.spec-header-7c-rbgpd {
  font-size: 32px;
  text-align: center;
  margin: 0 0 18px; }

.spec-header-8c-rbgpd {
  font-size: 32px;
  text-align: center;
  margin: 0 0 18px; }

.spec-header-9c-rbgpd {
  font-size: 32px;
  text-align: center;
  margin: 0 0 18px; }

.spec-header-10c-rbgpd {
  font-size: 32px;
  text-align: center;
  margin: 0 0 18px; }

@media (max-width: 900px) {
  .spec-chart-8c-rbgpd tr:nth-of-type(1) {
    font-weight: 400; }
  .spec-chart-9c-rbgpd tr:nth-of-type(1) {
    font-weight: 400; }
  .spec-chart-10c-rbgpd tr:nth-of-type(1) {
    font-weight: 400; } }

@media (max-width: 700px) {
  .spec-chart-9c-rbgpd {
    font-size: 12px; }
  .spec-chart-10c-rbgpd {
    font-size: 12px; } }

@media (max-width: 575px) {
  .spec-chart-8c-rbgpd {
    display: none; }
  .spec-header-8c-rbgpd {
    display: none; }
  .spec-chart-9c-rbgpd {
    display: none; }
  .spec-header-9c-rbgpd {
    display: none; }
  .spec-chart-10c-rbgpd {
    display: none; }
  .spec-header-10c-rbgpd {
    display: none; } }

@media (max-width: 500px) {
  .spec-chart-6c-rbgpd {
    display: none; }
  .spec-header-6c-rbgpd {
    display: none; }
  .spec-chart-7c-rbgpd {
    display: none; }
  .spec-header-7c-rbgpd {
    display: none; } }

/**
 * Practical Data
 */
.pdRewardsPromoMessage .pdRewardsPromoWrap {
  display: inline-block;
  font-size: 13px; }
  .pdRewardsPromoMessage .pdRewardsPromoWrap a {
    font-size: 13px;
    text-decoration: underline; }

.normal-text-rbgpd {
  font-size: 16px; }

.small-header-text-rbgpd {
  font-size: 28px; }

.header-text-rbgpd {
  font-size: 42px; }

.bold-text-rbgpd {
  font-weight: 700; }

.center-text-rbgpd {
  text-align: center; }

.left-text-rbgpd {
  text-align: left; }

.black-background-rbgpd {
  background-color: black; }

.white-text-rbgpd {
  color: white; }

.header-image-rbgpd {
  margin: 0 0 35px; }

.two-columns-rbgpd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 35px; }

.two-columns-rbgpd div {
  width: calc(50% - 10px); }

.two-columns-rbgpd img,
.three-columns-rbgpd img,
.header-image-rbgpd img,
.three-quarter-image-rbgpd img,
.half-image-rbgpd img,
.quarter-image-rbgpd img {
  width: 100%; }

.column-reverse-rbgpd {
  flex-direction: row-reverse; }

.text-column-rbgpd {
  padding: 0 10px; }

.three-columns-rbgpd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 35px; }

.three-columns-rbgpd div {
  width: calc((100% / 3) - 5px); }

.three-quarter-image-rbgpd img {
  width: 75%;
  margin: 0 calc(25% / 2) 35px;
  display: block; }

.half-image-rbgpd {
  width: 50%;
  margin: 0 25% 35px; }

.quarter-image-rbgpd {
  width: 25%;
  margin: 0 calc(75% / 2) 35px; }

.spec-chart-rbgpd {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin: 0 0 35px;
  font-size: 15px; }

.spec-header-rbgpd {
  font-size: 32px;
  font-weight: 700;
  text-align: center; }

.spec-chart-rbgpd td {
  border: 1px solid #B3BDBD;
  padding: 3px; }

.spec-chart-rbgpd tr:nth-of-type(1) {
  font-weight: 700; }

.spec-chart-rbgpd tr:nth-of-type(odd) {
  background: #e2e2e2; }

.spec-chart-rbgpd tr:nth-of-type(even) {
  background: #f1f1f1; }

.spec-chart-rbgpd table:nth-of-type(4) {
  margin: 0; }

@media all and (max-width: 800px) {
  .text-column-rbgpd {
    padding: 0 0; } }

@media all and (max-width: 650px) {
  .two-columns-rbgpd,
  .three-columns-rbgpd {
    display: block; }
  .two-columns-rbgpd div,
  .three-columns-rbgpd div {
    width: 100%; }
  .two-columns-rbgpd div:first-of-type,
  .three-columns-rbgpd div:nth-child(-n+3) {
    margin-bottom: 25px; } }

@media all and (max-width: 600px) {
  .sc-8c-rbgpd {
    display: none; } }

@media all and (max-width: 550px) {
  .sc-6c-rbgpd .spec-chart-rbgpd,
  .sc-7c-rbgpd .spec-chart-rbgpd {
    font-size: 14px; }
  .sc-6c-rbgpd td,
  .sc-7c-rbgpd td {
    padding: 0; } }

@media all and (max-width: 500px) {
  .sc-7c-rbgpd {
    display: none; } }

.conditionVideos a,
.abstract-message-wrapper a {
  color: #BD5700; }

.pdRewardsPromoDefault.pdRewardsPromoWrap {
  color: #BD5700;
  border-color: #BD5700; }

.productView-price #custom-map-info .price-section--saving {
  background-color: #BD5700;
  color: white;
  width: max-content;
  padding: 0; }
  .productView-price #custom-map-info .price-section--saving > .price {
    display: block;
    padding: 10px; }

.productView-price #custom-map-info .price-labels__container {
  display: flex;
  flex-direction: row; }
  @media only screen and (max-width: 1024px) {
    .productView-price #custom-map-info .price-labels__container {
      align-items: center; } }

.productView-price .price-section.price-section--promo-discount.js-map-discount .price.price--withoutTax {
  text-decoration: none; }

.productView-price .price-labels__container {
  align-items: baseline;
  display: flex;
  gap: 8px; }

.productView-price .price-labels__container .price-section.price-section--promo-discount.js-map-discount + .price,
.productView-price .price-labels__container [data-product-rrp-price-without-tax] {
  color: black;
  font-style: italic;
  font-size: 16px; }

.productView-price .discount-badges {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 8px; }
  @media only screen and (max-width: 1024px) {
    .productView-price .discount-badges {
      justify-content: center; } }
  @media only screen and (max-width: 501px) {
    .productView-price .discount-badges {
      flex-direction: column; } }

.productView-price .discount-badges .price-section.price-section--saving.price.js-map-price {
  height: auto;
  margin: auto 0; }

.productView-price .pdp-info-modal-trigger {
  color: white;
  font-size: 16px;
  font-style: italic; }
  @media only screen and (max-width: 501px) {
    .productView-price .pdp-info-modal-trigger {
      margin: 16px 0; } }

.productView-price .freeship-shipping-banner--home-in-2 .pdp-info-modal-trigger {
  border: 1px solid #3d853f;
  padding: 10px;
  margin: 4px; }

.productView-price .discount-badges .freeship-shipping-banner--free-shipping {
  border: 1px solid #3d853f;
  background-color: #3d853f;
  margin: auto 0; }

.productView-price .discount-badges {
  margin: 1rem 0; }

.productView-price .discount-badges .freeship-shipping-banner--free-shipping .pdp-info-modal-trigger[data-reveal-id="shipping-modalFreeShip"] {
  vertical-align: bottom;
  margin: .5rem; }

.productView-price .discount-badges .pdp-info-modal-trigger img {
  width: auto; }
  @media only screen and (min-width: 501px) {
    .productView-price .discount-badges .pdp-info-modal-trigger img {
      max-width: 250px; } }

@media only screen and (max-width: 501px) {
  .productView-price #custom-map-info .price-section.price-section--saving.price.js-map-price {
    width: 100%;
    margin-top: 8px; } }

[data-content-region='product_below_price'] [id^='banner-region'] {
  display: none; }

.captcha-alert {
  color: red;
  font-weight: bold; }

.extend-offer-container {
  margin: 1rem 0; }
  .extend-offer-container--cart {
    margin: 0.5rem 0; }
    @media (min-width: 550px) {
      .extend-offer-container--cart {
        margin: 0.5rem 0 0; } }
    .extend-offer-container--cart .extend-simple-offer {
      height: 35px; }

#pd_pdOneBanner {
  display: none; }

.affirm-modal-trigger {
  color: #c0550d; }

.page-heading--static {
  text-align: left;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin: 0 auto;
  color: #3d853f; }

.container--sitemap {
  text-align: left;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 1556px;
  margin: 0 auto; }

.container--sitemap h1 {
  color: #3d853f; }

.static-page a {
  color: #c0550d;
  text-decoration: none; }

.static-page {
  max-width: 1556px;
  margin: 0 auto; }

.static-page .page-content,
.page-heading--static {
  width: 100%; }

.brand-selector {
  position: sticky;
  top: 0;
  background: white;
  margin-left: -46px;
  margin-right: -46px;
  padding: 1rem;
  width: 95vw;
  box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: 0.25s linear; }
  @media (min-width: 550px) {
    .brand-selector {
      top: 0;
      padding: 1rem 0;
      width: 98.7vw; } }
  @media (min-width: 1025px) {
    .brand-selector {
      top: 0 !important; } }

.page-heading--wrapper-brand {
  max-width: 1556px;
  margin: 0 auto 19px auto; }

.page-heading__brand {
  text-align: center;
  margin-bottom: 1.5rem;
  display: flex !important;
  padding-right: 0 !important;
  white-space: nowrap;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1025px) {
    .page-heading__brand {
      font-size: 34px;
      line-height: 42px;
      letter-spacing: -0.03rem;
      font-weight: 900;
      text-align: left;
      justify-content: flex-start;
      width: 100%;
      margin: 0; } }
  .page-heading__brand:after {
    content: "";
    height: 1px;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    display: none; }
    @media (min-width: 1025px) {
      .page-heading__brand:after {
        display: block;
        margin-left: 34px; } }

.brand-selector h3 {
  margin: 0; }

.brand-selector__desktop {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  list-style: none; }
  @media (min-width: 550px) {
    .brand-selector__desktop {
      display: flex; } }

@media (min-width: 550px) {
  .brand-selector__mobile {
    display: none; } }

.brand-selector__label {
  font-size: 1.75rem;
  text-align: center; }
  @media (min-width: 550px) {
    .brand-selector__label {
      display: none; } }

.brand-selector__action {
  padding: 0.25em 0.5em; }

[data-brands-loading='true'] *,
[data-brands-loading='true'] ~ [data-list='brands'] {
  display: none; }

.brand-selector__loader {
  display: none;
  margin: 0 auto;
  height: 2rem;
  width: 8rem;
  background-image: linear-gradient(90deg, white calc(50% - 2rem), transparent calc(50% - 2rem), transparent calc(50% + 2rem), white calc(50% + 2rem)), linear-gradient(0deg, white calc(50% - 1px), black calc(50% - 1px), black calc(50% + 1px), white calc(50% + 1px));
  background-size: 200% 100%;
  background-position-x: 50%;
  animation: brands-loading 1s ease-in-out infinite alternate; }
  [data-brands-loading='true'] .brand-selector__loader {
    display: block; }

@keyframes brands-loading {
  from {
    background-position-x: 0%; }
  to {
    background-position-x: 100%; } }

/*** mod_productReviews - publicStyleCss ****/
/********************************************************/
/*********************** GLOBAL *************************/
/********************************************************/
/* BEGIN Font Awesome 4.5.0 */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://cdn.practicaldatacore.com/rockbottomgolf/mod_pdOneStyleEditor/fontawesome-webfont.eot?v=4.5.0");
  src: url("https://cdn.practicaldatacore.com/rockbottomgolf/mod_pdOneStyleEditor/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("https://cdn.practicaldatacore.com/rockbottomgolf/mod_pdOneStyleEditor/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("https://cdn.practicaldatacore.com/rockbottomgolf/mod_pdOneStyleEditor/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("https://cdn.practicaldatacore.com/rockbottomgolf/mod_pdOneStyleEditor/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("https://cdn.practicaldatacore.com/rockbottomgolf/mod_pdOneStyleEditor/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

/* END Font Awesome 4.5.0 */
/*** CODED FOR FONT AWESOME 4 ***/
.pdReviewForm {
  max-width: 680px; }

.pdReviewForm,
.pdReviewsDisplay,
.pdReviewsDisplay span,
.pdReviewsDisplay div {
  font-family: Arial; }

.pdReviewsDisplay span.fa,
.pdReviewsDisplay div.fa {
  font-family: fontAwesome; }

/**** REVIEW STARS DISPLAY ****/
.pdPrRatingStars {
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  font-size: 12px;
  color: #666666; }

.pdPrRatingStars span {
  font-size: 16px;
  margin-right: 1px;
  color: #2e6407; }

.pdPrRatingStars span.fa.fa-star-o {
  color: #e1ce00; }

.pdProductReviewStarsSummary > a {
  margin-right: 22px; }

/****************************************/
/***** BEGIN RATING STARS DISPLAY ******/
/***************************************/
/***** DEFAULT RATING STAR STYLE COMES FROM CATEGORY CALLOUT SETTINGS ******/
.pdRatingStarsWrapper {
  vertical-align: middle; }

.pdRatingStarsWrapper.pdCategory {
  margin-top: 6px;
  margin-bottom: 0px;
  line-height: 18px; }

.pdRatingStars {
  display: inline-block;
  vertical-align: middle; }

.pdRatingStars span:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 1px;
  font-family: FontAwesome;
  font-size: 16px;
  color: #2e6407;
  content: "\f006";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pdRatingStars.pd05 span:nth-child(1):before {
  content: "\f123"; }

.pdRatingStars.pd1 span:nth-child(1):before, .pdRatingStars.pd15 span:nth-child(1):before {
  content: "\f005"; }

.pdRatingStars.pd10 span:nth-child(1):before, .pdRatingStars.pd15 span:nth-child(1):before {
  content: "\f005"; }

.pdRatingStars.pd15 span:nth-child(2):before {
  content: "\f123"; }

.pdRatingStars.pd2 span:nth-child(1):before, .pdRatingStars.pd2 span:nth-child(2):before, .pdRatingStars.pd25 span:nth-child(1):before, .pdRatingStars.pd25 span:nth-child(2):before {
  content: "\f005"; }

.pdRatingStars.pd20 span:nth-child(1):before, .pdRatingStars.pd20 span:nth-child(2):before, .pdRatingStars.pd25 span:nth-child(1):before, .pdRatingStars.pd25 span:nth-child(2):before {
  content: "\f005"; }

.pdRatingStars.pd25 span:nth-child(3):before {
  content: "\f123"; }

.pdRatingStars.pd3 span:before, .pdRatingStars.pd35 span:before {
  content: "\f005"; }

.pdRatingStars.pd3 span:nth-child(4):before, .pdRatingStars.pd3 span:nth-child(5):before, .pdRatingStars.pd35 span:nth-child(5):before {
  content: "\f006"; }

.pdRatingStars.pd30 span:before, .pdRatingStars.pd35 span:before {
  content: "\f005"; }

.pdRatingStars.pd30 span:nth-child(4):before, .pdRatingStars.pd30 span:nth-child(5):before, .pdRatingStars.pd35 span:nth-child(5):before {
  content: "\f006"; }

.pdRatingStars.pd35 span:nth-child(4):before {
  content: "\f123"; }

.pdRatingStars.pd4 span:before, .pdRatingStars.pd45 span:before {
  content: "\f005"; }

.pdRatingStars.pd4 span:nth-child(5):before {
  content: "\f006"; }

.pdRatingStars.pd40 span:before, .pdRatingStars.pd45 span:before {
  content: "\f005"; }

.pdRatingStars.pd40 span:nth-child(5):before {
  content: "\f006"; }

.pdRatingStars.pd45 span:nth-child(5):before {
  content: "\f123"; }

.pdRatingStars.pd5 span:before {
  content: "\f005"; }

.pdRatingStars.pd50 span:before {
  content: "\f005"; }

.pdRatingCount {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
  font-family: Arial;
  font-size: 12px;
  color: #8e8e8e; }

.pdRatingCountDescriptorText {
  display: inline; }

/**** PRODUCT PAGE CALLOUT REVIEW STARS OVERRIDE ****/
.pdRatingStars.pdProduct span:before {
  font-size: 16px;
  color: #2e6407; }

.pdRatingCount.pdProduct {
  margin-left: 4px;
  font-family: Arial;
  font-size: 12px;
  color: #8e8e8e; }

/**** CUSTOMER INDVIDUAL REVIEW STARS OVERRIDE *****/
.pdRatingStars.pdCustomer span:before {
  font-size: 16px;
  color: #2e6407; }

/**** SUMMARY REVIEW STARS OVERRIDE *****/
.pdRatingStars.pdSummary span:before {
  font-size: 28px;
  color: #e1ce00; }

/***************************************/
/****** END RATING STARS DISPLAY *******/
/***************************************/
/***************************************/
/****** PRODUCT PAGE CALLOUT ***********/
/***************************************/
#pdPrProductPageCallout,
.pdPrProductPageCallout {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 18px;
  margin-top: 4px;
  margin-bottom: 8px;
  margin-left: 0px;
  margin-right: 0px; }

#pdPrProductPageCallout a,
.pdPrProductPageCallout a {
  color: #8e8e8e;
  font-size: 12px;
  text-decoration: none; }

#pdPrProductPageCallout .pdPrRatingStars,
.pdPrProductPageCallout .pdPrRatingStars {
  margin-bottom: 0;
  display: inline-block; }

#pdPrProductPageCallout .pdPrRatingStars span,
.pdPrProductPageCallout .pdPrRatingStars span {
  font-size: 16px;
  color: #2e6407; }

#pdPrProductPageCallout .pdPrRatingCount,
.pdPrProductPageCallout .pdPrRatingCount {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
  color: #8e8e8e;
  font-size: 12px; }

#pdPrProductPageCallout .pdPrRatingCount a,
.pdPrProductPageCallout .pdPrRatingCount a,
.pdPrProductPageCallout .pdPrRatingCount a:link,
.pdPrProductPageCallout .pdPrRatingCount a:active,
.pdPrProductPageCallout .pdPrRatingCount a:visited,
.pdPrProductPageCallout .pdPrRatingCount a:hover {
  vertical-align: middle;
  color: #8e8e8e;
  font-size: 12px;
  text-decoration: none; }

#pdPrProductPageCallout .pdPrWriteReview,
.pdPrProductPageCallout .pdPrWriteReview {
  margin-left: 10px;
  display: inline-block; }

#pdPrProductPageCallout .pdPrWriteReview a,
.pdPrProductPageCallout .pdPrWriteReview a,
.pdPrProductPageCallout .pdPrWriteReview a:link,
.pdPrProductPageCallout .pdPrWriteReview a:active,
.pdPrProductPageCallout .pdPrWriteReview a:visited,
.pdPrProductPageCallout .pdPrWriteReview a:hover {
  color: #c14d00;
  font-size: 12px; }

/***************************************/
/***** END PRODUCT PAGE CALLOUT ********/
/***************************************/
/************************************/
/****** BEGIN REVIEWS SUMMARY *******/
/************************************/
.pdPrSummaryWrapper {
  border: 2px solid #e1e1e1;
  padding: 20px;
  margin: 0px 0px 40px 0px;
  background: #ffffff;
  text-align: center;
  line-height: normal; }

.pdPrSummaryWrapperInner {
  margin: 20px; }

/*** SUMMARY TITLE ***/
.pdPrSummaryTitleWrapper {
  background-color: #f1f1f1;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px;
  margin: 0px 0px 20px 0px;
  position: relative; }

.pdPrSummaryTitle {
  font-size: 26px;
  color: #414141; }

/*** SUMMARY IMAGE ***/
.pdPrSummaryOverallImg {
  display: none;
  vertical-align: top; }

.pdPrSummaryOverallImg img {
  max-width: 150px; }

/*** SUMMARY OVERALL RATING ***/
.pdPrSummaryOverallRatingWrapper {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-left: 20px;
  margin-right: 40px;
  margin-bottom: 30px; }

.pdPrSummaryOverallRatingNum {
  margin-bottom: 5px;
  font-size: 52px;
  font-weight: 100;
  color: #111111; }

.pdPrSummaryOverallRatingCount {
  margin-top: 6px;
  color: #414141;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px; }

/**** RIGHT ARROW ***/
.pdPrSummaryRightArrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 30px;
  color: #e1e1e1;
  font-size: 100px; }

.pdPrSummaryRightArrow span {
  display: none; }

/**** RATINGS SNAPSHOT ****/
.pdPrRatingSnapshotWrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 18px 12px;
  border: #e1e1e1 solid 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  text-align: left; }

.pdPrRatingSnapshotWrapper:before,
.pdPrRatingSnapshotWrapper:after {
  display: none;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.pdPrRatingSnapshotWrapper:before {
  top: 30%;
  right: 100%;
  border-right-color: #e1e1e1;
  border-width: 19px;
  margin-top: -19px; }

.pdPrRatingSnapshotWrapper:after {
  top: 30%;
  right: 100%;
  border-right-color: #e1e1e1;
  border-width: 18px;
  margin-top: -18px; }

.pdStarSummaryWrapper div {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px; }

.pdStarSummaryBarTitle {
  font-size: 11px;
  font-weight: 100;
  color: #818181;
  padding-right: 3px; }

.pdStarSummaryBarTitle span {
  color: #818181; }

.pdStarSummaryBarCount {
  font-size: 11px;
  font-weight: 700;
  color: #818181;
  padding-left: 3px; }

.pdStarSummaryBarCount span {
  font-weight: 100;
  opacity: .75; }

.pdStarSummaryBar {
  width: 125px;
  height: 15px;
  border: 1px solid #e1e1e1;
  background: #e1e1e1;
  position: relative; }

.pdStarSummaryBar:after {
  content: '\A';
  position: absolute;
  background: #919191;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%; }

.pdPrSummaryRecommended {
  margin-top: 15px;
  font-size: 11px;
  font-weight: 100;
  color: #414141;
  font-style: italic; }

.pdPrSummaryRecommended span.fa {
  color: #818181;
  margin-right: 3px; }

/*** SUMMARY ITEM ***/
.pdPrSummaryTitleItemName {
  font-size: 12px;
  font-weight: 100;
  color: #2e2e2e; }

.pdPrSummaryTitleItemName a {
  font-size: 12px;
  font-weight: 100;
  color: #2e2e2e;
  text-decoration: none;
  padding-right: 8px; }

.pdPrSummaryTitleItemName a:hover {
  text-decoration: underline; }

.pdPrSummaryTitleItemPrice {
  font-size: 14px;
  font-weight: 700;
  color: #2e2e2e; }

/*** BEGIN OLD SUMMARY STYLE ***/
.pdPrSummary {
  background-color: #ffffff;
  border: 2px solid #e1e1e1;
  padding: 20px;
  margin: 0px 0px 40px 0px;
  text-align: center; }

.pdPrSummaryProductInfo {
  display: block;
  vertical-align: middle;
  text-align: center;
  max-width: 160px;
  margin: 0 auto; }

.pdPrSummaryProductImg {
  margin-bottom: 10px; }

.pdPrSummaryProductImg img {
  display: inline-block;
  max-width: 150px; }

.pdPrSummaryProductName {
  margin-bottom: 5px; }

.pdPrSummaryProductName,
.pdPrSummaryProductName a {
  font-size: 12px;
  color: #2e2e2e;
  font-weight: 100; }

.pdPrSummaryProductPrice {
  font-size: 14px;
  color: #2e2e2e;
  font-weight: 700; }

.pdPrSummaryRatingDetails {
  margin-top: 8px;
  font-size: 14px;
  color: #2e2e2e;
  font-weight: 700; }

.pdPrSummaryOverallRating {
  display: block;
  vertical-align: middle;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: normal; }

.pdPrSummaryOverallRating .pdPrRatingStars {
  margin-bottom: 10px; }

.pdPrSummaryOverallRating .pdPrRatingStars span {
  font-size: 28px; }

/**** WRITE A REVIEW BUTTON (SUMMARY) ****/
.pdPrSummaryWriteReview {
  display: inline-block;
  vertical-align: middle; }

.pdPrSummaryWriteReview > a,
.pdPrSummaryWriteReview > a:link,
.pdPrSummaryWriteReview > a:active,
.pdPrSummaryWriteReview > a:visited,
.pdPrSummaryWriteReview > a:hover,
.pdPrSummaryWriteReview > input {
  display: inline-block;
  padding: 12px 16px;
  color: #c14d00;
  background-color: #ffffff;
  border: 2px solid #c14d00;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: arial;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
  -webkit-appearance: none; }

/************************************/
/******** END REVIEWS SUMMARY *******/
/************************************/
/***********************************************/
/*** BEGIN CUSTOMER PRODUCT REVIEW DISPLAY *****/
/***********************************************/
.pdPrWrapper {
  position: relative;
  clear: both;
  background-color: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  height: fit-content;
  line-height: normal; }

.pdPrWrapperInner {
  position: relative;
  display: flex;
  flex-direction: column; }

/***** INDIVIDUAL REVIEW - REVIEWER INFORMATION ****/
.pdPrReviewerWrapper {
  vertical-align: top; }

.pdPrReviewerWrapper,
.pdPrExpertReviewerWrapper,
.pdPrVendorReviewerWrapper {
  width: 130px;
  margin-bottom: 0;
  margin-right: 1rem; }

.pdPrReviewsName {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 4px; }

.pdPrReviewerLocation {
  font-size: 14px;
  color: #222222;
  margin-bottom: 4px; }

.pdPrReviewDate {
  font-size: 14px;
  color: #222222;
  font-style: italic;
  font-weight: 100;
  margin-top: 4px; }

.pdPrVerifiedBuyer {
  background-color: #ffffff;
  display: inline-block;
  margin: 8px 0px 8px 0px;
  padding: 6px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  white-space: nowrap;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.pdPrVerifiedBuyer:after {
  vertical-align: middle;
  display: inline-block;
  content: "Verified Buyer";
  font-size: 11px;
  color: #c14d00;
  letter-spacing: 1px; }

.pdPrVerifiedBuyer:before {
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
  font: normal normal normal 1em/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c14d00;
  content: "\f00c"; }

.pdPrListOverallRating {
  margin-bottom: 12px;
  color: #3d853f;
  font-size: 18px; }

/***** INDIVIDUAL REVIEW - CONTENT ****/
.pdPrContentWrapper {
  vertical-align: top; }

.pdPrTitle {
  line-height: 29px;
  letter-spacing: -.01em;
  font-size: 23px;
  color: #222222;
  font-weight: 800;
  margin-bottom: 12px;
  margin-top: 1rem; }

.pdPrBody {
  margin-bottom: 20px;
  color: #222222;
  font-weight: 700;
  font-size: 15px;
  line-height: 17.5px; }

.pdPrListPros,
.pdPrListCons,
.pdPrListBestUses {
  padding-bottom: 24px; }

.pdPrListPros span,
.pdPrListCons span,
.pdPrListBestUses span {
  display: block;
  vertical-align: middle;
  margin-bottom: 6px;
  font-weight: 700; }

.pdPrListPros span:before,
.pdPrListCons span:before,
.pdPrListBestUses span:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222222; }

.pdPrListPros span:before {
  color: #555555;
  content: "\f164"; }

.pdPrListCons span:before {
  color: #555555;
  content: "\f165"; }

.pdPrListBestUses span:before {
  color: #555555;
  content: "\f046"; }

.pdPrMerchantResponse {
  background-color: #f1f1f1;
  border: solid 1px #e1e1e1;
  margin-top: 1rem;
  padding: 1rem; }

.pdPrMerchantResponse span {
  font-weight: bold;
  margin-right: .5rem; }

.pdPrExtendedFields span {
  font-weight: bold;
  margin-right: .5rem; }

.pdPrReviewPhotos {
  margin-top: 24px; }

.pdPrReviewPhotos ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.pdPrReviewPhotos a,
.pdPrReviewPhotos ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }

.pdReviewsViewAllBtnWrapper {
  text-align: left; }

.pdReviewsViewAllBtn {
  display: inline-block;
  margin: 20px 0px 20px 0px; }

.pdReviewsViewAllBtn a,
.pdReviewsViewAllBtn a:link,
.pdReviewsViewAllBtn a:active,
.pdReviewsViewAllBtn a:visited,
.pdReviewsViewAllBtn input {
  display: inline-block;
  vertical-align: middle;
  padding: 12px 16px;
  color: #ffffff;
  background-color: #c14d00;
  border: 1px solid #c14d00;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
  -webkit-appearance: none;
  transition: all 0.5s ease; }

.pdReviewsViewAllBtn a:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  font-family: FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  content: "\f054"; }

.pdReviewsViewAllBtn a:hover {
  background-color: #c14d00;
  border: 1px solid #c14d00; }

/***********************************************/
/***** END CUSTOMER PRODUCT REVIEW DISPLAY *****/
/***********************************************/
/***********************************************/
/**** BEGIN EXPERT/MERCHANT REVIEW DISPLAY *****/
/***********************************************/
.pdPrExpertWrapper {
  position: relative;
  clear: both;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 0px;
  margin: 0px 0px 0px 0px;
  min-height: 130px;
  line-height: normal; }

.pdPrExpertWrapperInner {
  position: relative; }

.pdPrExpertReviewerWrapper {
  vertical-align: top;
  margin-bottom: 20px; }

.pdPrExpertHeadline {
  display: inline-block;
  font-weight: 700;
  border: solid;
  border-radius: 2px;
  white-space: nowrap; }

.pdPrExpertHeadline:after {
  vertical-align: middle;
  display: inline-block;
  content: "";
  letter-spacing: 1px; }

.pdPrExpertHeadline span {
  display: inline-block;
  margin-right: 8px; }

.pdPrExpertReviewName {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 4px; }

.pdPrExpertReviewLocation {
  font-size: 12px;
  font-weight: 100;
  color: #222222;
  margin-bottom: 4px; }

.pdPrExpertReviewDate {
  font-size: 12px;
  color: #222222;
  font-style: italic;
  font-weight: 100;
  margin-bottom: 4px; }

/***** INDIVIDUAL REVIEW - CONTENT ****/
.pdPrExpertContentWrapper {
  vertical-align: top; }

.pdPrExpertTitle {
  line-height: normal;
  color: #000000;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 20px; }

.pdPrExpertBody {
  margin-bottom: 20px; }

/***********************************************/
/****** END EXPERT/MERCHANT REVIEW DISPLAY *****/
/***********************************************/
/***********************************************/
/************ BEGIN VENDOR REVIEW DISPLAY ******/
/***********************************************/
.pdPrVendorWrapper {
  position: relative;
  clear: both;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e1e1e1;
  padding: 30px 0px;
  margin: 0px 0px 0px 0px;
  min-height: 130px;
  line-height: normal; }

.pdPrVendorWrapperInner {
  position: relative; }

.pdPrVendorNote {
  color: #919191;
  font-style: italic;
  margin-top: 30px; }

.pdPrVendorReviewerWrapper {
  vertical-align: top;
  margin-bottom: 20px; }

.pdPrVendorHeadline {
  display: inline-block;
  padding: 6px 8px 9px 8px;
  margin: 8px 0px 8px 0px;
  background-color: #ffffff;
  color: #14a600;
  font-size: 11px;
  font-weight: 700;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  white-space: nowrap;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.pdPrVendorHeadline:after {
  vertical-align: middle;
  display: inline-block;
  content: "Vendor Review";
  font-size: 11px;
  color: #14a600;
  letter-spacing: 1px; }

.pdPrVendorHeadline span {
  display: inline-block;
  color: #14a600;
  margin-right: 8px; }

.pdPrVendorReviewName {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 4px; }

.pdPrVendorReviewLocation {
  font-size: 12px;
  font-weight: 100;
  color: #222222;
  margin-bottom: 4px; }

.pdPrVendorReviewDate {
  font-size: 12px;
  color: #222222;
  font-weight: 100;
  font-style: italic;
  margin-top: 4px; }

/***** INDIVIDUAL REVIEW - CONTENT ****/
.pdPrVendorContentWrapper {
  vertical-align: top; }

.pdPrVendorTitle {
  line-height: normal;
  color: #000000;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 20px; }

.pdPrVendorBody {
  margin-bottom: 20px; }

/***********************************************/
/*********** END VENDOR REVIEW DISPLAY *********/
/***********************************************/
/***************************************/
/***** BEGIN REVIEW FORM STYLE *********/
/***************************************/
.pdReviewForm {
  padding: 8px; }

.pdReviewHeadline {
  color: #333333;
  font-size: 2em;
  margin-bottom: 12px; }

/**** REVIEW ITEM DESCRIPTION ****/
.pdReviewItemDescription {
  margin-bottom: 30px; }

.pdReviewItemImg {
  margin-bottom: 12px; }

.pdReviewItemImg img {
  max-width: 100px; }

.pdReviewItemName,
.pdReviewItemName a {
  color: #000000;
  font-size: 14px;
  text-decoration: none; }

.pdReviewItemPriceWrapper {
  margin-top: 10px; }

.pdReviewItemPrice {
  color: #222222; }

.pdReviewItemSalePrice {
  color: #000000;
  font-weight: 700; }

/**** REVIEWS FORM ****/
.pdReviewFormStars span {
  display: inline-block;
  margin: 0;
  padding: 2px;
  font-size: 42px;
  color: #e1ce00;
  cursor: pointer;
  cursor: hand; }

.pdReviewFormStars span:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 1px;
  font-family: FontAwesome;
  content: "\f006";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pdReviewFormStars span.active {
  color: #e1ce00; }

.pdReviewFormStars span.active:before {
  content: "\f005"; }

.pdReviewFormField {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px dotted #cccccc; }

.pdReviewFormTitle {
  font-weight: 700;
  font-size: 1.2em;
  vertical-align: middle;
  margin-bottom: 10px;
  color: #222222; }

.pdReviewFormTitle:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  font-family: FontAwesome;
  font-size: 1.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222222; }

.pdReviewFormTitle.pros:before {
  content: "\f055"; }

.pdReviewFormTitle.cons:before {
  content: "\f056"; }

.pdReviewFormTitle.bestuses:before {
  content: "\f046"; }

.pdReviewFormTitle.images:before {
  content: "\f1c5"; }

.pdReviewFormTitle.recommended:before {
  content: "\f164"; }

.pdReviewFormTitle.name:before {
  content: "\f007"; }

.pdReviewFormTitle.email:before {
  content: "\f003"; }

.pdReviewFormTitle.location:before {
  content: "\f041"; }

.pdReviewFormSubtitle {
  padding-left: 5px;
  padding-top: 5px; }

.pdReviewFormSubtitle span {
  margin-left: 10px;
  color: #888888;
  font-size: .8em;
  font-style: italic; }

.pdReviewsFormRequiredField {
  display: inline-block;
  vertical-align: middle; }

.pdReviewsFormRequiredField:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  font: normal normal normal .8em/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f069";
  color: #d10101; }

.pdReviewFormSubtitle {
  font-weight: 100;
  font-size: 1em; }

.pdReviewFormInput {
  padding: 1px;
  padding-bottom: 4px;
  position: relative;
  white-space: nowrap; }

.pdReviewFormInput div {
  margin-bottom: 5px; }

.pdReviewFormInput.pdReviewFormImages {
  white-space: normal; }

.pdReviewFormInput.pdReviewFormImages div {
  padding-bottom: 10px; }

.pdReviewFormInput div.pdReviewFormStars {
  margin-bottom: 0; }

.pdReviewFormInput input,
.pdReviewFormInput textarea {
  font-family: Arial;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bbbbbb;
  padding: 10px !important;
  width: 96%;
  font-size: 1em;
  margin-right: 8px;
  height: auto; }

.pdReviewFormInput textarea {
  min-height: 170px; }

.pdReviewFormInput#prosSection textarea,
.pdReviewFormInput#consSection textarea {
  min-height: 100px; }

.pdReviewFormField.pdPrError .pdReviewFormInput input,
.pdReviewFormField.pdPrError .pdReviewFormInput textarea {
  border: 1px solid #d10101;
  background-color: #fae5e5; }

.pdReviewFormInput input[type=file] {
  background-color: none;
  max-width: 250px; }

.pdReviewFormInput input.pdRequired:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  font: normal normal normal .8em/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f069"; }

.pdReviewFormInput input[type=radio],
.pdReviewFormInput input[type=radio] + label,
.pdReviewFormInput input[type=radio] + label:before {
  display: inline-block;
  cursor: pointer; }

.pdReviewFormInput input[type=radio] + label {
  margin-right: 20px; }

.pdReviewFormInput input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.pdReviewFormInput input[type=radio] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f1db";
  letter-spacing: 10px;
  font-size: 1.2em;
  color: #888888;
  width: 1.4em; }

.pdReviewFormInput input[type=radio]:checked + label:before {
  content: "\f00c";
  font-size: 1.2em;
  color: #222222;
  letter-spacing: 5px; }

.pdReviewFormInput input[type=radio]:focus + label:before,
.pdReviewFormInput input[type=radio]:focus + label {
  color: #222222; }

.pdReviewFormInstructions {
  padding: 5px;
  padding-top: 0;
  font-size: .8em;
  font-style: italic;
  color: #888888; }

/**** REVIEWS BUTTON ****/
.pdReviewsBtnWrap {
  clear: both; }

.pdReviewsBtnWrap div {
  display: inline-block;
  margin-right: 12px; }

.pdReviewsBtn > a,
.pdReviewsBtn > a:link,
.pdReviewsBtn > a:active,
.pdReviewsBtn > a:visited,
.pdReviewsBtn > a:hover,
.pdReviewsBtn > input {
  display: inline-block;
  padding: 12px !important;
  color: #ffffff;
  background-color: #0683c3;
  border: 1px solid #0c71a5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: arial;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
  -webkit-appearance: none; }

/***************************************/
/******* END REVIEW FORM STYLE *********/
/***************************************/
/***************************************/
/******* BEGIN MY REVIEWS TAB **********/
/***************************************/
.myReviewsListing {
  clear: both;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e1e1e1; }

.myReviewsListing:last-child {
  border-bottom: none; }

.myReviewsItem {
  margin-bottom: 15px; }

/***************************************/
/********* END MY REVIEWS TAB **********/
/***************************************/
/**************************************/
/******* BEGIN REVIEWS PAGING *********/
/**************************************/
.pdReviewsPagingInfo {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 100;
  color: #717171;
  margin-right: 20px; }

.pdReviewsPagingNum {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 6px; }

.pdReviewsPagingNum a {
  font-size: 14px;
  font-weight: 700;
  color: #717171; }

.pdReviewsPagingArrow {
  display: inline-block;
  vertical-align: middle; }

.pdReviewsPagingArrow.pdLeft {
  margin-right: 6px; }

.pdReviewsPagingArrow.pdRight {
  margin-left: 6px; }

.pdReviewsPagingArrow span {
  font-size: 14px;
  font-weight: 700;
  color: #717171; }

/**************************************/
/********* END REVIEWS PAGING *********/
/**************************************/
/************************************/
/********* RESPONSIVE CSS ***********/
/************************************/
@media (min-width: 551px) {
  .pdPrWrapperInner {
    flex-direction: row; }
  .pdPrTitle {
    margin-top: 0; } }

@media (min-width: 600px) {
  /*** SUMMARY ***/
  .pdPrSummaryWrapper {
    text-align: left; }
  .pdPrSummaryOverallImg {
    display: inline-block; }
  .pdPrSummaryOverallRatingWrapper {
    margin-bottom: 0px; }
  .pdPrSummaryRightArrow span {
    display: inline; }
  .pdPrRatingSnapshotWrapper:before,
  .pdPrRatingSnapshotWrapper:after {
    display: block; }
  /*** ITEM ***/
  .pdReviewItemImg {
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px; }
  .pdReviewItemInfoWrapper {
    vertical-align: middle;
    display: inline-block; }
  .pdPrSummaryProductInfo {
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid #dedede;
    margin-right: 20px; }
  .pdPrSummaryRatingReviewBtnWrapper {
    display: inline-block;
    vertical-align: middle; }
  /**** REVIEW CONTENT ***/
  .pdPrReviewerWrapper,
  .pdPrExpertReviewerWrapper,
  .pdPrVendorReviewerWrapper {
    width: 130px;
    margin-bottom: 0;
    margin-right: 2rem; } }

@media (min-width: 900px) {
  .pdPrSummaryOverallRating {
    display: inline-block; }
  .pdPrSummaryWriteReview {
    display: inline-block;
    padding-left: 30px; } }

.productView-info-value.customizationavailable.productView-customizationavailable,
.productView-info-name.customizationavailable.productView-customizationavailable {
  display: none;
  visibility: hidden; }

.footer-2 {
  padding: 0;
  border-top: none; }

.footer-info {
  margin: 0; }

.footer-2__links .footer-info::before,
.footer-2__links .footer-info::after {
  content: none;
  display: none; }

.footer-2__links .footer-info-col {
  padding: 0; }
  @media all and (-ms-high-contrast: none) {
    .footer-2__links .footer-info-col:nth-child(5n + 1) {
      grid-column: 1; }
    .footer-2__links .footer-info-col:nth-child(5n + 2) {
      grid-column: 2; }
    .footer-2__links .footer-info-col:nth-child(5n + 3) {
      grid-column: 3; }
    .footer-2__links .footer-info-col:nth-child(5n + 4) {
      grid-column: 4; }
    .footer-2__links .footer-info-col:nth-child(5n + 5) {
      grid-column: 5; } }

.footer-2__links .footer-info-col {
  width: 100%;
  margin: 0; }

.footer-2__links .footer-info {
  display: grid;
  grid-template-columns: 1; }
  @media (min-width: 550px) {
    .footer-2__links .footer-info {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1025px) {
    .footer-2__links .footer-info {
      grid-template-columns: repeat(5, 1fr); } }

.footer-2__store-logo .header-logo__link {
  width: 100%; }

.footer-2__store-logo {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-start: 1;
  grid-column-end: -1; }
  @media (min-width: 1025px) {
    .footer-2__store-logo {
      grid-column-start: auto;
      grid-column-end: auto; } }

.footer-2__bottom-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto; }
  @media (min-width: 1025px) {
    .footer-2__bottom-container {
      flex-direction: row; } }

.footer-2__bottom-copyright {
  display: flex; }

.footer-2__bottom .footer-payment-icons {
  margin-top: 0; }

.footer-2__bottom-list {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 550px) {
    .footer-2__bottom-list {
      align-items: center;
      flex-direction: row; } }

.footer-2__bottom-list-item .footer-copyright {
  text-align: left; }

.footer-2__bottom-list-item {
  padding: 0 5px; }
  @media (min-width: 550px) {
    .footer-2__bottom-list-item {
      border-right: 1px solid #c4c4c4; } }

.footer-2__bottom-list-item:first-of-type {
  padding-left: 0; }

.footer-2__bottom-list-item:last-of-type {
  border-right: none; }

.footer-2--default .footer-2__links {
  padding: 60px 0 0 0; }
  @media (min-width: 1025px) {
    .footer-2--default .footer-2__links {
      padding: 60px 0;
      padding: 110px 0;
      grid-gap: 25px; } }

.footer-2--default .footer-2__links .footer-info {
  margin: 0 auto;
  grid-gap: 60px; }
  @media (min-width: 1025px) {
    .footer-2--default .footer-2__links .footer-info {
      grid-gap: 25px; } }

@media (min-width: 1025px) {
  .footer-2--default .footer-2__links .footer-info-heading {
    margin-bottom: 20px; } }

@media (min-width: 1025px) {
  .footer-2--default .footer-2__links .footer-info-list li {
    margin-bottom: 13px; } }

.footer-2--default .footer-2__links .form-field .button {
  margin: 10px 0;
  width: 100%; }

.footer-2--default .footer-2__store-logo .header-logo-image {
  max-height: none; }

.footer-2--default .footer-2__store-logo .header-logo-image-container {
  border-top: 1px solid #c4c4c4;
  padding: 50px 0; }
  @media (min-width: 1025px) {
    .footer-2--default .footer-2__store-logo .header-logo-image-container {
      border-top: none;
      padding: 25px 0;
      border-left: 1px solid #c4c4c4; } }

.footer-2__bottom {
  padding: 30px 0; }

.header-2__top-nav {
  display: none; }
  @media (min-width: 1025px) {
    .header-2__top-nav {
      display: flex;
      justify-content: flex-end; } }

.header-2__top-nav-list {
  list-style: none;
  display: flex; }

.header-2__mid {
  display: grid;
  grid-template-columns: repeat(3, auto); }
  @media (min-width: 1025px) {
    .header-2__mid {
      position: relative;
      grid-template-columns: 0.1fr 1fr 0.1fr; } }
  @media all and (-ms-high-contrast: none) {
    .header-2__mid {
      grid-template-columns: repeat(5, auto); }
      .header-2__mid > *:nth-child(5n + 1) {
        grid-column: 1; }
      .header-2__mid > *:nth-child(5n + 2) {
        grid-column: 2; }
      .header-2__mid > *:nth-child(5n + 3) {
        grid-column: 3; }
      .header-2__mid > *:nth-child(5n + 4) {
        grid-column: 4; }
      .header-2__mid > *:nth-child(5n + 5) {
        grid-column: 5; } }

.header-2__mid .mobileMenu-toggle {
  position: static; }

.header-2__mid .navUser {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0; }

.header-2 .header-logo {
  margin: 0;
  width: auto;
  text-align: start; }

.header-2 .navUser {
  position: static;
  transform: none; }

.header-2 .navUser .navUser-section {
  display: flex; }

.header-2 .navUser-item--account {
  position: relative; }

.header-2 .navUser-item--search {
  display: block; }
  @media (min-width: 1025px) {
    .header-2 .navUser-item--search {
      display: none; } }

.header-2 .navUser-item--cart__hidden-s {
  display: block; }

@media (min-width: 1025px) {
  .header-2 .navPages-container .navPages {
    display: flex;
    align-items: center;
    justify-content: center; } }

@media (min-width: 1025px) {
  .header-2__navPages-list--custom {
    display: none; } }

@media (min-width: 1025px) {
  .header-2__nav-search.dropdown.dropdown--quickSearch {
    position: static;
    display: flex;
    align-items: center; } }

.header-2__nav-search {
  background: none;
  padding: 0;
  max-width: none; }
  @media (min-width: 1025px) {
    .header-2__nav-search {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 2; } }

.header-2__nav-search .container {
  padding: 0;
  position: relative; }

@media (min-width: 1025px) {
  .header-2__nav-search .form {
    max-width: none; } }

.header-2__nav-search.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0 !important;
  bottom: 0 !important; }

.header-2__nav-search .quickSearchResults .modal-close {
  display: block; }
  @media (min-width: 1025px) {
    .header-2__nav-search .quickSearchResults .modal-close {
      display: block; } }

.header-2__nav-search.dropdown--quickSearch .productGrid {
  display: block;
  height: 100vw;
  overflow: scroll; }
  @media (min-width: 1025px) {
    .header-2__nav-search.dropdown--quickSearch .productGrid {
      display: block; } }

.header-2__nav-search.dropdown--quickSearch .form-field {
  display: flex;
  position: relative; }

.header-2__nav-search.dropdown--quickSearch.is-open {
  top: 0 !important; }

.header-2--default .header-2__top-nav-list-item {
  padding: 1rem; }

.header-2--default .header-2__mid .icon {
  height: 25px;
  width: 25px; }

.header-2--default .header-2__mid-account-dropdown {
  min-width: 150px; }

.header-2--default .header-2__mid-account-dropdown.dropdown-menu.is-open:before {
  left: unset;
  right: 10px; }

.header-2--default .header-2__mid-account-dropdown.dropdown-menu.is-open:after {
  left: unset;
  right: 12px; }

@media (min-width: 1025px) {
  .header-2--default .header-2__nav-search .quickSearchResults {
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 100; } }

.header-2--default .quickSearchResults {
  background: white; }

.header-2--default .header-2__nav-search.dropdown--quickSearch.is-open {
  padding: 0.5rem; }

.navPages-container .navPage-subMenu--container .navPages-action--2121,
.navPages-container .navPage-subMenu--container .navPages-action--2120,
.navPages-container .navPage-subMenu--container .navPages-action--2123,
.navPages-container .navPage-subMenu--container .navPages-action--2124,
.navPages-container .navPage-subMenu--container .navPages-action--2136,
.navPages-container .navPage-subMenu--container .navPages-action--2137,
.navPages-container .navPage-subMenu--container .navPages-action--2132,
.navPages-container .navPage-subMenu--container .navPages-action--2131,
.navPages-container .navPage-subMenu--container .navPages-action--2133,
.navPages-container .navPage-subMenu--container .navPages-action--2128,
.navPages-container .navPage-subMenu--container .navPages-action--2127,
.navPages-container .navPage-subMenu--container .navPages-action--2130,
.navPages-container .navPage-subMenu--container .navPages-action--2134,
.navPages-container .navPage-subMenu--container .navPages-action--2135,
.navPages-container .navPage-subMenu--container .navPages-action--2122 {
  color: #d47125 !important; }

/**
 * Mobile Brands Menu
 */
.navPages-item-brandlist .navPage-subMenu-list {
  box-shadow: none !important; }

.navPages-item-brandlist .navPage-subMenu--container-bottom {
  box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.15); }

.navPages-item-brandlist .brands-list .navPage-subMenu-item:last-child {
  padding-bottom: 0.73333rem; }

.navPages-item-brandlist .brands-list:last-child .navPage-subMenu-item:last-child {
  padding-bottom: 0; }

@media (min-width: 1025px) {
  .navPages-item-brandlist {
    display: none; } }

.navPages-list.links > .navPages-item.navPages-item-2166 {
  display: none; }

[data-has-bulk-pricing="true"] .price-section.price-section--withoutTax:not(.rrp-price--withoutTax):not(.price-section--has-map-button),
[data-has-bulk-pricing="true"] .price-section.price-section--promo-discount {
  display: none !important; }

[data-has-bulk-pricing="true"] .price-section.price-section--has-map-button {
  display: block; }
  [data-has-bulk-pricing="true"] .price-section.price-section--has-map-button *:not(.map-promo__button) {
    display: none !important; }

.productView-bulk {
  border: 1px solid #e5e5e5;
  border-collapse: separate; }
  .productView-bulk td {
    font-size: 14px;
    padding: 0.4rem 0.73333rem;
    border-left: 1px solid #e5e5e5; }
    .productView-bulk td:first-child {
      border-left: none; }
  .productView-bulk thead td {
    background-color: #e5e5e5;
    color: #ffffff; }

.productView-bulk {
  margin: 0.5rem auto; }
  .productView-bulk thead td {
    padding: 8px;
    font-size: 1rem;
    color: #ffffff;
    background-color: #444;
    text-align: center; }
  .productView-bulk .bulk-sale-price {
    display: none; }
  .productView-bulk--promo-discount .bulk-discount-totals {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .productView-bulk--promo-discount .bulk-price {
    text-decoration: line-through; }
  .productView-bulk--promo-discount .bulk-sale-price {
    display: inline; }
  @media (min-width: 1025px) {
    .productView-bulk {
      margin: 0.5rem 0; } }
