@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #1a1a1a;
  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: 18px; }
  @media (min-width: 551px) {
    html {
      font-size: 18px; } }
  @media (min-width: 801px) {
    html {
      font-size: 18px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 18px; } }

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

a {
  color: #4f0ce8;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #1a1a1a; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
  font-family: "Freude", Arial, Helvetica, sans-serif;
  letter-spacing: 0.25px;
  margin-bottom: 0.77778rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #111111;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 29px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 0.88889rem;
  width: 0.88889rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #207f01;
    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: 0.94444rem;
  margin-left: -1.22222rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.22222rem; }
    .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 #cecdcd;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f3f3f3; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.77778rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.77778rem 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 #cecdcd; }

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

.table-tbody tr {
  border-bottom: 1px solid #cecdcd; }
  .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: "Freude", 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: #99cc33;
  color: #ee6515;
  font-size: 1rem;
  padding: 0.88889rem 2.27778rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #ee6515;
    color: #99cc33; }
  .button:active {
    background-color: transparent;
    border: 1px solid #ee6515;
    color: #99cc33; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.77778rem; } }

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

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

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

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

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

.button[disabled] {
  background-color: #cf1414;
  border-color: #d14343;
  color: white;
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.77778rem 0.77778rem; }
  .button--icon svg {
    fill: #207f01; }

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


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

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

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

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

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

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.77778rem;
  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.38889rem 0.77778rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.38889rem; }
  .dropdown-menu-item a {
    margin: -0.38889rem; }

/*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.77778rem;
  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: #848283;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #111111;
    font-size: 0.55556rem;
    text-transform: uppercase;
    vertical-align: bottom; }

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

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

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

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

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1a;
  color: #1a1a1a;
  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: #1a1a1a; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #1a1a1a; }

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.38889rem;
    padding-left: 1.88889rem;
    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 #cecdcd;
      border-width: 1px;
      height: 0.88889rem;
      left: 0;
      top: 0;
      width: 0.88889rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.77778rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.77778rem; }

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

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

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

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

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

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

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

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

/*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: 5rem;
  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: #207f01;
    box-shadow: 0 0 4px rgba(32, 127, 1, 0.4); }

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #f3f3f3; }
  .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: #111111;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #111111; }
  .breadcrumb.current {
    color: #111111;
    cursor: default; }
    .breadcrumb.current a {
      color: #111111;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #111111;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

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

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

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

.tab-title {
  color: #111111;
  display: block;
  font-size: 15px;
  padding: 0.77778rem 1.55556rem; }
  .tab-title:hover {
    color: #1a1a1a; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

/*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: #4f0ce8;
  font-size: 15px;
  padding: 0.16667rem 0; }

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

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

li.pagination-item--current a, li.pagination-item--current button {
  color: #4f0ce8;
  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.77778rem;
  padding: 0.77778rem 1.16667rem 0.77778rem 1.16667rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.11111rem;
    width: 1.11111rem; }
  .alertBox .button {
    margin: 0 0 0 0.77778rem; }

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.16667rem; }
  .alertBox-close .icon {
    height: 1.11111rem;
    width: 1.11111rem; }
  .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: #cecdcd solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

.loadingOverlay {
  background: rgba(26, 26, 26, 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.22222rem;
    width: 2.22222rem;
    border-radius: 2.22222rem;
    border: solid 2px;
    border-color: #1a1a1a #1a1a1a #ee6515 #ee6515;
    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.77778rem 0; }

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

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

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

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

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

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

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

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

.card-figure {
  background-color: #f3f3f3;
  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: #111111; }

.card-figcaption-button {
  background-color: rgba(238, 101, 21, 0.9);
  color: white; }
  .card-figcaption-button:hover {
    background-color: #ee6515;
    color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 3.38889rem;
  margin-top: -1.66667rem;
  padding: 0.55556rem;
  width: 2.22222rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.27778rem;
    width: 1.11111rem; }
  .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: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.38889rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

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

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

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

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

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

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

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .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-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-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:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      animation: rotate-loading 1.5s linear 0s infinite normal;
      user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: border-color .3s, box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

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

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

.swal2-show {
  animation: showSweetAlert .3s; }
  .swal2-show.swal2-noanimation {
    animation: none; }

.swal2-hide {
  animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-noanimation {
    animation: none; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in; }

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

.swal2-animate-error-icon {
  animation: animate-error-icon .5s; }

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  animation: animate-x-mark .5s; }

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #1a1a1a;
    font-size: 2.11111rem; }
  .swal2-modal .swal2-content {
    color: #1a1a1a;
    font-size: 1.11111rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #1a1a1a;
    color: #1a1a1a; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #1a1a1a; }
  .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: "Freude", 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: #99cc33;
    color: #ee6515;
    font-size: 1rem;
    padding: 0.88889rem 2.27778rem;
    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: #ee6515;
      color: #99cc33; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #ee6515;
      color: #99cc33; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #4f0ce8;
    border-color: #4f0ce8;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #99cc33;
    border-color: #99cc33;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #99cc33;
    border-color: #99cc33;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: #ee6515;
    border-color: #ee6515;
    color: #ffffff; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: #99cc33;
    border-color: #99cc33;
    color: #ffffff; }
  .swal2-modal .swal2-cancel:active {
    background-color: #99cc33;
    border-color: #99cc33;
    color: #ffffff; }
  .swal2-modal .button + .button {
    margin-left: 0.77778rem; }

html,
body {
  height: auto; }

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

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

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

body {
  font-size: 1rem; }

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

.page-heading {
  margin: 0 0 1.66667rem;
  font-size: 1.55556rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
  text-transform: capitalize; }
  @media (min-width: 801px) {
    .page-heading {
      font-size: 2.11111rem; } }

.home .page-heading {
  color: #207f01; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 29px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #111111;
  float: left;
  font-weight: 400;
  margin: 0 0.38889rem 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(255, 255, 255, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.55556rem top 0.66667rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label {
  font-size: 16px; }
  .form-label small {
    float: right;
    margin-top: 0.38889rem; }

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

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #cecdcd; }
  .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; }
  @media (min-width: 551px) and (max-width: 632px) {
    .table-actions input[type="submit"] {
      margin-top: 10px; } }
  @media (min-width: 800px) and (max-width: 832px) {
    .table-actions input[type="submit"] {
      margin-top: 10px; } }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.38889rem; } }

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

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

.dropdown-menu.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

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

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

.form-wishlist {
  position: relative;
  margin: 0; }

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

#wishlist-dropdown.is-open {
  background-color: #f3f3f3;
  left: auto !important;
  max-width: none !important;
  width: auto !important; }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li {
    padding: 10px; }
    #wishlist-dropdown.is-open li:hover {
      background-color: #ffffff; }
    #wishlist-dropdown.is-open li .button {
      border-bottom: none;
      border-radius: 0px;
      border-top: none;
      font-size: 16px;
      margin: 0px;
      padding: 10px 5px; }

.modal {
  margin: 0 auto;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0; }
  @media (max-width: 800px) {
    .modal {
      top: 50% !important;
      right: 0 !important; } }
  @media (max-width: 551px) {
    .modal {
      top: 100px !important; } }

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

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

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

.modal-close {
  height: 1.77778rem;
  width: 1.77778rem;
  color: #207f01;
  font-size: 26px;
  line-height: 1.77778rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #ee6515; }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #1a1a1a;
    font-size: 1.11111rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #4f0ce8;
      border-color: #4f0ce8;
      color: white; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #99cc33;
      border-color: #99cc33;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #99cc33;
      border-color: #99cc33;
      color: white; }

.breadcrumbs {
  display: block;
  font-size: 0;
  padding: 40px 0;
  text-align: left; }
  @media (max-width: 800px) {
    .breadcrumbs {
      padding: 30px 0; } }

@media (max-width: 800px) {
  .product-page .breadcrumbs {
    padding: 30px 0;
    text-align: left; } }

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text;
    color: #1a1a1a; }
  .breadcrumb a {
    color: #4f0ce8; }
    .breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus {
      color: #ee6515; }
  .breadcrumb:before {
    color: #d1d1d1;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 12px; }

.breadcrumb-label {
  color: #4f0ce8;
  font-size: 16px;
  font-family: "private-sans";
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: 700; }

.panel-title {
  font-size: 20px;
  font-family: "private-sans";
  font-weight: 700;
  letter-spacing: 1.5px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }
  @media (min-width: 801px) and (max-width: 1099px) {
    .panel--large .panel-body {
      padding: 1rem; } }
  @media (max-width: 551px) {
    .panel--large .panel-body {
      padding: .5rem 1rem; } }

@media (max-width: 551px) {
  .panel-body {
    padding: 1rem 1rem 1.5rem; } }

.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: black; }
  .pagination-item.pagination-item--current {
    border-color: #cecdcd;
    border-radius: 4px;
    margin: 0 0.38889rem 0 0.77778rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #4f0ce8; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #1a1a1a; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #1a1a1a; }

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

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

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

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

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

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

.button--icon svg {
  fill: #1a1a1a; }

.tab {
  background-color: #f3f3f3;
  border-top: 1px solid #cecdcd;
  border-right: 1px solid #cecdcd;
  border-radius: 0px 6px 0 0;
  float: none; }
  @media (max-width: 800px) {
    .tab {
      border-right: none;
      border-left: none;
      background-color: transparent;
      border-radius: 0; } }
  @media (min-width: 801px) {
    .tab {
      float: left; } }
  @media (min-width: 801px) {
    .tab:first-child {
      border-left: 1px solid #cecdcd;
      border-radius: 6px 6px 0 0; } }
  .tab.is-active {
    border: 1px solid #cecdcd;
    border-bottom: 1px solid white;
    border-radius: 6px 6px 0 0;
    background-color: transparent;
    margin-bottom: -1px; }
    @media (max-width: 800px) {
      .tab.is-active {
        border-right: none;
        border-left: none;
        background-color: transparent;
        border-radius: 0;
        margin-bottom: 0; } }

.tab-title {
  color: #848283;
  font-size: 30px;
  font-family: "Freude";
  letter-spacing: 3px;
  padding: 15px 40px;
  text-align: center;
  text-transform: lowercase;
  text-decoration: none; }
  @media (max-width: 800px) {
    .tab-title {
      font-size: 24px;
      text-align: left;
      padding: 15px;
      text-align: left; } }

.tab-content {
  padding-bottom: 0; }
  .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; }
  .tab-content p {
    color: #1a1a1a;
    font-size: 18px;
    margin-bottom: 20px; }
  .tab-content h3 {
    font-family: "Open Sans";
    margin: 20px 0; }
  @media (min-width: 551px) {
    .tab-content .productReview {
      width: 50%; } }
  @media (min-width: 801px) {
    .tab-content .productReview {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .tab-content .productReview {
      width: 50%; } }
  .tab-content .productReviews {
    border-top: 0; }

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

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

.accordion-title {
  margin: 0; }

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

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

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

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

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

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

.accordion--navList .accordion-title {
  color: #848283;
  font-family: "Freude";
  font-size: 22px;
  font-weight: normal;
  margin-top: 0;
  padding: 1rem;
  text-decoration: none;
  text-transform: lowercase; }
  @media (max-width: 800px) {
    .accordion--navList .accordion-title {
      font-size: 20px; } }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      margin-bottom: 0.77778rem;
      margin-top: 0;
      padding: 0; } }

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

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      display: none;
      right: 0;
      top: 0;
      transform: none; } }

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

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

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

.accordion-navigation-actions {
  position: absolute;
  right: 1.88889rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #111111;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: black; }

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

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

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

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

.lazyload, .lazyloading {
  height: 100%; }

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.16667rem 0.27778rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  vertical-align: middle;
  width: 100%; }
  @media (min-width: 801px) {
    .form-input--incrementTotal {
      padding: 0 0 0 15px;
      text-align: left; } }

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

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

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

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

.form-input--small {
  font-size: 13px;
  height: 2.22222rem;
  line-height: 1rem;
  padding: 0.55556rem 0.77778rem; }

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

.form-row--half > .form-field {
  margin-bottom: 20px; }

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

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

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

.card-figure {
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #cecdcd;
  margin-top: 0;
  position: relative;
  height: 200px;
  max-height: 370px; }
  @media (min-width: 551px) {
    .card-figure {
      height: 370px; } }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

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

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

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

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%; }

.card-title {
  color: #1a1a1a;
  font-size: 1rem;
  font-family: "private-sans";
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 5px; }
  @media (max-width: 800px) {
    .card-title {
      font-size: 0.77778rem; } }
  .card-title > a {
    color: #1a1a1a;
    text-decoration: none; }
    .card-title > a:hover {
      color: #ee6515; }

.card-summary {
  display: none;
  color: #848283;
  font-size: 18px;
  font-family: "private-sans";
  margin: 10px 0; }
  @media (min-width: 801px) {
    .card-summary {
      display: block; } }

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0 0 15px;
  font-family: "Freude";
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  letter-spacing: 3px;
  padding: 0;
  text-transform: lowercase;
  width: 100%; }
  .card-figcaption-button:active, .card-figcaption-button:focus {
    background-color: #ee6515;
    border: none;
    color: #ffffff; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.38889rem 0 0; }
  .card-figcaption-button.quickview {
    background-color: rgba(153, 204, 51, 0.9); }
    .card-figcaption-button.quickview:hover, .card-figcaption-button.quickview:active, .card-figcaption-button.quickview:focus {
      background-color: #99cc33; }

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

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

.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.38889rem;
  padding-left: 1.88889rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #cecdcd;
    border-width: 1px;
    height: 0.88889rem;
    left: 0;
    top: 0;
    width: 0.88889rem; }
  .navList-action--checkbox::after {
    height: 0.77778rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.77778rem; }
  .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(26, 26, 26, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(26, 26, 26, 0.999);
    content: "";
    font-size: 0.77778rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 8px; }
  .navList-action--checkbox:before {
    margin-top: 0; }
  .navList-action--checkbox:after {
    margin-top: 0; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

.navBar--sub {
  margin-bottom: 30px;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.77778rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    .navBar--sub .navBar-item-mobile {
      display: none; }
      @media (max-width: 800px) {
        .navBar--sub .navBar-item-mobile {
          display: block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #1a1a1a; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #111111;
        margin: 0;
        padding-left: 0.77778rem; } }
  .navBar--sub .navBar-action {
    color: #1a1a1a;
    font-size: 18px;
    font-family: "private-sans";
    letter-spacing: 1.5px;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #ee6515; }
    .navBar--sub .navBar-action-color--active {
      color: #ee6515;
      font-size: 18px;
      font-family: "private-sans"; }

.loadingOverlay {
  background-color: rgba(243, 243, 243, 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 #1a1a1a;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #1a1a1a; }

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

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

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

.actionBar-section .form-select {
  color: #4f0ce8;
  height: 2.11111rem; }

.has-ribbon {
  position: relative; }

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

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

@media (min-width: 801px) {
  .navUser-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    position: relative;
    width: 100%; }
    .navUser-section:not(:last-child) {
      margin-bottom: 15px; } }

.navUser-section + .navUser-section {
  margin-left: 0; }

.navUser-action {
  color: #1a1a1a;
  font-weight: 400;
  font-family: "private-sans";
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: lowercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #ee6515; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #ee6515;
      stroke: #ee6515; }
  .navUser-action .icon {
    height: 0.44444rem;
    width: 0.44444rem;
    margin: -1px 0 0 0.16667rem; }
  .navUser-action svg {
    fill: #1a1a1a;
    stroke: #1a1a1a;
    transition: all 0.15s ease; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 16.66667rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 7.77778rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 7.88889rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.27778rem;
        padding-right: 0.27778rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.38889rem;
        margin-top: 0.44444rem;
        padding-left: 0.11111rem; } }

@media (min-width: 801px) {
  .navUser-item--gift, .navUser-item--gift .navUser-action {
    display: inline-block; } }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: #1a1a1a;
    position: relative;
    padding: 0; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #ee6515; }
    .navUser-item--cart .navUser-action.is-open {
      color: #ee6515;
      opacity: .3;
      padding-right: 10px;
      top: 5px;
      z-index: 90; }
      .navUser-item--cart .navUser-action.is-open .countPill--positive {
        display: none; }
  .navUser-item--cart .dropdown-menu {
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    max-width: 20rem;
    padding: 20px 20px 0 20px; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: -4px !important;
      left: auto !important;
      right: 0.27778rem; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto;
        content: none; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.5rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.77778rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.61111rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.88889rem; } }

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

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

@media (min-width: 801px) {
  .navUser-item--account {
    text-align: right; }
    .navUser-item--account .navUser-action:last-child {
      padding-right: 0; } }

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

.navUser-item--account-wholesaler .navUser-action {
  font-family: "private-sans";
  padding: 0;
  font-weight: 700; }

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

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

.dropdown--quickSearch {
  background-color: #f3f3f3;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      background-color: transparent;
      left: 20px;
      padding: 0;
      top: 38px;
      width: 85%; } }
  @media (min-width: 551px) and (min-width: 1920px) {
    .dropdown--quickSearch {
      width: 800px; } }
  @media (min-width: 551px) and (min-width: 1681px) {
    .dropdown--quickSearch {
      width: 90%; } }
  @media (min-width: 551px) {
      .dropdown--quickSearch:after {
        content: "";
        height: 26px;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-80%);
        width: 26px; }
      .dropdown--quickSearch .container {
        padding: 0; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .form {
        max-width: 100%; } }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset;
    border-radius: 6px; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .form-input {
        font-size: 14px;
        padding: 15px 25px; }
        .dropdown--quickSearch .form-input::placeholder {
          color: #848283;
          font-weight: 400; } }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

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

.countPill--positive {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 800px) {
    .countPill--positive {
      top: -6px;
      right: -10px; } }

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

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid white;
  margin: 0.38889rem 0.77778rem;
  padding-left: 0.77778rem; }

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

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

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

.navPages-list {
  margin: 0; }
  @media (min-width: 801px) {
    .navPages-list {
      display: flex;
      float: none;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid white;
    margin-top: 0.77778rem;
    padding-top: 0.77778rem; }

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

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

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

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

.navPages-action {
  color: white;
  display: block;
  font-size: 24px;
  font-family: "Freude";
  padding: 0.77778rem 0;
  text-decoration: none;
  text-transform: capitalize; }
  @media (min-width: 1102px) and (max-width: 1265px) {
    .navPages-action {
      font-size: 20px; } }
  @media (min-width: 801px) and (max-width: 1101px) {
    .navPages-action {
      font-size: 15px; } }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 14px 20px; } }
  @media (min-width: 801px) and (min-width: 801px) and (max-width: 1101px) {
    .navPages-action {
      padding: 14px 12px; } }
  @media (min-width: 801px) {
      .navPages-action.is-open {
        background-color: #ee6515;
        color: white; }
        .navPages-action.is-open svg {
          fill: white;
          stroke: white; } }
  .navPages-action:hover, .navPages-action:active, .navPages-action:focus, .navPages-action.activePage {
    background-color: #ee6515;
    color: white; }
    @media (max-width: 800px) {
      .navPages-action:hover, .navPages-action:active, .navPages-action:focus, .navPages-action.activePage {
        background-color: transparent; } }
    .navPages-action:hover img, .navPages-action:active img, .navPages-action:focus img, .navPages-action.activePage img {
      filter: invert(0); }
    .navPages-action:hover svg, .navPages-action:active svg, .navPages-action:focus svg, .navPages-action.activePage svg {
      fill: white;
      stroke: white; }
  .navPages-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.44444rem;
  width: 0.44444rem;
  margin-left: 0.38889rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: #f3f3f3;
      padding: 25px 0 40px;
      position: absolute;
      text-align: left;
      width: auto;
      max-width: 340px;
      left: 0px; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0px; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

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

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

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

@media (min-width: 801px) {
  .navPage-subMenu-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    padding: 0; }
    .navPage-subMenu-item.is_active > .navPages-action {
      background-color: #99cc33;
      color: #fff; }
      .navPage-subMenu-item.is_active > .navPages-action .navPages-action-moreIcon svg {
        fill: #ffffff;
        stroke: #ffffff; }
    .navPage-subMenu-item .navPages-action {
      text-transform: none;
      width: 100%;
      padding: 12px 30px;
      background-color: transparent;
      color: #4f4e4f; }
      .navPage-subMenu-item .navPages-action:hover, .navPage-subMenu-item .navPages-action:active, .navPage-subMenu-item .navPages-action:focus {
        background-color: #99cc33;
        color: #fff; }
        .navPage-subMenu-item .navPages-action:hover .navPages-action-moreIcon svg, .navPage-subMenu-item .navPages-action:active .navPages-action-moreIcon svg, .navPage-subMenu-item .navPages-action:focus .navPages-action-moreIcon svg {
          fill: #ffffff;
          stroke: #ffffff; }
      .navPage-subMenu-item .navPages-action .navPages-action-moreIcon {
        display: inline-block;
        font-size: 24px;
        height: 18px;
        margin-top: -5px;
        width: 12px; }
        .navPage-subMenu-item .navPages-action .navPages-action-moreIcon svg {
          fill: #4f4e4f;
          stroke: #4f4e4f; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; }
    .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

.navPage-subMenu-action {
  padding: 0.77778rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.77778rem 0 1.16667rem; } }

.navPage-childList {
  border-bottom: 1px solid #1a1a1a; }

.navPage-childList-action {
  font-size: 16px;
  font-family: "Open Sans";
  color: #4f0ce8 !important;
  font-weight: 400;
  text-transform: uppercase !important; }
  @media (min-width: 1102px) and (max-width: 1265px) {
    .navPage-childList-action {
      font-size: 15px; } }
  @media (min-width: 801px) and (max-width: 1101px) {
    .navPage-childList-action {
      font-size: 12px; } }
  @media (max-width: 800px) {
    .navPage-childList-action {
      color: #ffffff !important; } }
  .navPage-childList-action.navPages-action {
    padding: 0 0 20px; }
  .navPage-childList-action:hover.navPages-action, .navPage-childList-action:active.navPages-action, .navPage-childList-action:focus.navPages-action {
    background-color: transparent;
    color: #ee6515 !important; }

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

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #cecdcd; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #cecdcd; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.77778rem 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: #111111;
    display: inline-block;
    padding: 0.38889rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: black; }

.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.11111rem;
    width: 1.11111rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #ee6515; }
    .socialLinks .icon svg {
      fill: #207f01;
      transition: all 0.15s ease; }

.google_plusone_iframe_widget {
  width: inherit !important; }

.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.38889rem;
    margin-right: 0.77778rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

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

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

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 0;
  margin-top: -1.5rem;
  display: none; }
  @media (min-width: 801px) {
    .heroCarousel {
      display: block;
      margin-top: 0; } }
  .heroCarousel.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .heroCarousel.slick-initialized {
    max-height: 55.55556rem;
    opacity: 1; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    background-color: transparent;
    border: none;
    top: 50%; }
    .heroCarousel .slick-next:before,
    .heroCarousel .slick-prev:before {
      background-image: none; }
    .heroCarousel .slick-next:hover, .heroCarousel .slick-next:focus, .heroCarousel .slick-next:active,
    .heroCarousel .slick-prev:hover,
    .heroCarousel .slick-prev:focus,
    .heroCarousel .slick-prev:active {
      background-image: none; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
    .heroCarousel .slick-next:before {
      content: "\f054";
      font-size: 36px;
      font-family: FontAwesome; }
  .heroCarousel .slick-prev {
    left: 15px; }
    .heroCarousel .slick-prev:before {
      content: "\f053";
      font-size: 36px;
      font-family: FontAwesome; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li:not(:last-child) {
      padding-right: 15px; }
    .heroCarousel .slick-dots li:hover button, .heroCarousel .slick-dots li:active button, .heroCarousel .slick-dots li:focus button {
      opacity: 1; }
    .heroCarousel .slick-dots li.slick-active button {
      border-color: #99cc33;
      opacity: 1; }
    .heroCarousel .slick-dots li button {
      background-color: white;
      height: 0.88889rem;
      opacity: .8;
      width: 0.88889rem; }
      .heroCarousel .slick-dots li button:before {
        height: 0.88889rem;
        width: 0.88889rem; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  @media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image {
      object-fit: cover;
      max-height: 33.33333rem;
      width: 100%;
      height: 100%; } }
  @media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 33.33333rem;
      position: relative; }
      .heroCarousel-slide .heroCarousel-image-wrapper:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 5%, transparent 96%, rgba(0, 0, 0, 0.25) 100%); } }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1261px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0; }

.heroCarousel-content {
  padding: 0.77778rem 1.5rem 3rem;
  text-align: left; }
  @media (min-width: 801px) {
    .heroCarousel-content {
      left: 0;
      margin: 0 auto;
      padding: 0;
      position: absolute;
      left: 8.72222rem;
      top: 50%;
      transform: translateY(-50%);
      width: 27.22222rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-title {
  color: #111111;
  font-size: 1.88889rem;
  font-weight: 400;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 1.66667rem; }
  @media (max-width: 1200px) {
    .heroCarousel-title {
      font-size: 1.44444rem;
      margin-bottom: 1.11111rem; } }

.heroCarousel-description {
  color: #111111;
  font-size: 1rem;
  margin-bottom: 3.33333rem; }
  @media (max-width: 1200px) {
    .heroCarousel-description {
      font-size: 0.88889rem;
      margin-bottom: 1.66667rem; } }

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-action {
      margin-top: 0; }
      .heroCarousel-action.button {
        font-size: 1.11111rem;
        height: auto;
        padding: 15px 25px;
        width: 11.11111rem; }
        .heroCarousel-action.button:hover, .heroCarousel-action.button:active, .heroCarousel-action.button:focus {
          border-color: #99cc33;
          background-color: #99cc33; } }

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

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

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

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

.writeReview-form .form-field {
  margin-bottom: 20px; }

.writeReview-form .button--primary {
  width: 100%; }

.writeReview-productImage-container {
  border: 1px solid #cecdcd;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

.productReviews {
  text-align: center; }
  .productReviews .button--primary {
    background-color: #ee6515;
    border-color: #ee6515;
    letter-spacing: 3px; }
    .productReviews .button--primary:hover, .productReviews .button--primary:focus, .productReviews .button--primary:active {
      background-color: #4f0ce8;
      border-color: #4f0ce8; }
  .productReviews .icon {
    height: auto;
    width: auto; }
    .productReviews .icon i.fa {
      font-size: 22px; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin: 20px 0 0;
  padding: 0 30px;
  text-align: left; }
  .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: 75%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  .productReview:not(:last-child) {
    border-bottom: 1px solid #cecdcd; }
  @media (max-width: 800px) {
    .productReview {
      width: 100%; } }
  .productReview .icon i.fa {
    font-size: 18px; }

.productReview-title {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: none; }

.productReview-body {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400; }

.productReview-author {
  color: #1a1a1a;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0; }

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

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

@media (min-width: 1261px) {
  .productView {
    padding-left: 40px; } }

@media (min-width: 801px) and (max-width: 1260px) {
  .productView {
    padding-left: 15px; } }

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

.productView-image {
  flex-grow: 1;
  flex-shrink: 1;
  margin: auto;
  position: relative;
  order: 2; }
  @media (max-width: 800px) {
    .productView-image {
      display: none; } }
  @media (min-width: 801px) {
    .productView-image {
      height: 100%;
      min-height: inherit;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    flex-basis: 90px;
    order: 1;
    width: 90px; }
    @media (min-width: 801px) and (max-width: 1630px) {
      .productView-image + .productView-thumbnails {
        margin-right: 20px; } }
    @media (max-width: 800px) {
      .productView-image + .productView-thumbnails {
        flex-basis: 100%;
        width: 100%; } }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  position: relative;
  padding: 40px;
  margin: auto;
  max-width: 500px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
    border: 1px solid #cecdcd;
    border-radius: 6px; }
    @media (min-width: 801px) {
      .productView-img-container img {
        margin: 0; } }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.productView-thumbnails {
  list-style-type: none; }
  .productView-thumbnails .slick-list {
    width: 100%; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails .slick-dots li.slick-active button:before {
    background-color: #ff6500; }
  .productView-thumbnails .slick-dots li button:before {
    background-color: #d0cece; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 117px;
    max-width: 50px;
    width: auto;
    height: auto; }
    @media (max-width: 800px) {
      .productView-thumbnails img {
        max-height: 100%;
        max-width: 550px; } }
  @media (max-width: 800px) and (max-width: 550px) {
    .productView-thumbnails img {
      max-width: 100%; } }

.productView-thumbnail {
  padding: 0;
  text-align: left; }
  @media (min-width: 801px) {
    .productView-thumbnail {
      width: 90px; } }

.productView-thumbnail-link {
  border: 1px solid #cecdcd;
  border-radius: 6px;
  display: inline-block;
  height: 117px;
  max-width: 90px;
  margin-bottom: 20px;
  padding: 2px;
  position: relative;
  text-align: left;
  width: 100%; }
  @media (max-width: 800px) {
    .productView-thumbnail-link {
      height: 550px;
      max-width: 100%; } }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #99cc33;
    border-width: 2px; }

.productView-details {
  margin-bottom: 2rem; }
  .productView-details:first-child {
    padding-right: 40px; }
    @media (max-width: 1023px) {
      .productView-details:first-child {
        padding-right: 15px;
        text-align: left; } }
    @media (max-width: 800px) {
      .productView-details:first-child {
        text-align: center; } }
  .productView-details:last-child {
    padding-right: 0; }
    @media (max-width: 800px) {
      .productView-details:last-child {
        padding-left: 0; } }

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

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

.productView-title {
  font-size: 28px;
  letter-spacing: 1.5px;
  margin: 0; }
  @media (min-width: 801px) {
    .productView-title {
      font-size: 34px;
      margin: 0; } }

.productView-brand {
  color: #111111;
  font-size: 14px;
  font-family: "private-sans";
  margin: 0 0 15px;
  font-weight: 700; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 18px;
      margin: 0 0 15px; } }
  .productView-brand a {
    color: #111111; }
    .productView-brand a:hover {
      color: #ee6515; }

.productView-price {
  color: #cf1414;
  font-size: 35px;
  font-family: "private-sans";
  font-weight: 700; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 40px;
      margin-top: 20px; } }
  .productView-price .price-section--saving {
    font-size: 40px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .productView-price--info {
    color: #848283;
    font-size: 22px;
    font-family: "Freude";
    margin-bottom: 0; }
  .productView-price .price-prefix {
    font-size: 30px; }

.productView-rating .icon {
  height: auto;
  width: auto; }

.productView-reviewLink {
  color: #b5b4b5;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.77778rem; } }
  .productView-reviewLink > a {
    color: #111111; }
    .productView-reviewLink > a:hover {
      color: black; }

.product-custom-text {
  color: #848283;
  font-family: "private-sans";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px; }
  .product-custom-text p {
    margin-bottom: 0; }

.productView-info {
  border-bottom: 1px solid #cecdcd;
  margin-bottom: 10px;
  overflow: auto; }

.productView-info-name {
  clear: both;
  float: left;
  color: #848283;
  font-family: "private-sans";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: lowercase; }

.productView-info-note {
  color: #848283;
  font-family: "private-sans";
  font-size: 14px;
  font-weight: 400; }

.productView-info-value {
  color: #1a1a1a;
  float: right;
  font-family: "private-sans";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: lowercase; }

.productView-options {
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: none;
      padding: 0 0.55556rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.77778rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #1a1a1a;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #1a1a1a; }
  .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.27778rem; }

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

.toggle {
  border-top: 1px solid #cecdcd;
  margin-bottom: 2.27778rem; }
  .toggle:last-of-type {
    margin-bottom: 4.55556rem; }

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

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

.toggleLink-text {
  font-size: 18px;
  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: 66.66667rem;
  width: 100%;
  border: #cecdcd solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

.facetLabel {
  background: #f3f3f3;
  border-radius: 4px;
  padding: 0.16667rem 0.5rem 0.16667rem 0.66667rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.66667rem;
    width: 0.66667rem;
    display: inline-block;
    fill: #111111;
    position: relative;
    top: -1px; }

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

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .cart-header {
      color: #1a1a1a;
      display: table-header-group;
      text-align: left;
      font-family: "private-sans";
      letter-spacing: 1.5px; } }

.cart-header-item {
  padding-bottom: 10px;
  text-align: left; }
  .cart-header-item:last-child {
    text-align: right; }

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

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

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

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

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

.cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

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

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (max-width: 552px) {
    .cart-item-info {
      margin: 20px 0; }
      .cart-item-info .form-increment {
        width: 50%; } }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%;
      position: relative; }
      .cart-item-info + .cart-item-info {
        margin-top: 0;
        padding-right: 40px; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }
  .cart-item-info + .cart-item-info {
    margin-top: 0; }

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

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

.cart-item-label {
  color: #1a1a1a;
  float: left;
  font-family: "private-sans";
  letter-spacing: 1.5px;
  margin-bottom: 0.38889rem;
  text-align: right;
  text-transform: lowercase;
  width: 33.33333%;
  font-weight: 700; }
  @media (max-width: 800px) {
    .cart-item-label {
      font-size: 16px; } }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  color: #cf1414;
  font-family: "private-sans";
  font-weight: 700; }
  @media (max-width: 552px) {
    .cart-item-value {
      padding-left: 1.5rem; } }
  @media (min-width: 801px) {
    .cart-item-value {
      font-size: 20px;
      padding-left: 0; }
      .cart-item-value .price-prefix {
        font-size: 15px; } }

.cart-item-brand {
  color: #1a1a1a;
  font-family: "private-sans";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 15px; }

.cart-item-name {
  font-size: 18px;
  margin: 0; }
  .cart-item-name + .definitionList {
    margin-top: 0.38889rem; }
  .cart-item-name a {
    color: #1a1a1a; }
    .cart-item-name a:hover, .cart-item-name a:active, .cart-item-name a:focus {
      color: #ee6515; }

.cart-item-options--giftWrapping {
  margin-top: 1.16667rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #1a1a1a; }

.cart-remove {
  background-color: rgba(207, 20, 20, 0.7);
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1rem;
  margin-top: 0.11111rem;
  padding: 0.16667rem;
  transition: background-color 0.15s ease;
  width: 1rem;
  right: 0; }
  @media (min-width: 801px) {
    .cart-remove {
      margin-left: 1rem;
      position: absolute;
      margin-top: 6px; } }
  @media (min-width: 551px) and (max-width: 833px) {
    .cart-remove {
      margin-left: 1rem;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0; } }
  .cart-remove:hover, .cart-remove:active, .cart-remove:focus {
    background-color: #cf1414; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #ffffff; }

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

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

.cart-total-label {
  color: #1a1a1a;
  font-family: "private-sans";
  font-size: 16px;
  letter-spacing: 1.5px;
  width: 33.33333%;
  font-weight: 700; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

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

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

.coupon-code-cancel,
.shipping-estimate-hide {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
    @media (max-width: 552px) {
      .coupon-form .form-input,
      .cart-gift-certificate-form .form-input {
        width: 100%; } }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.77778rem;
    padding-right: 0.77778rem;
    width: 20%;
    padding: 12px; }
    @media (max-width: 552px) {
      .coupon-form .button,
      .cart-gift-certificate-form .button {
        font-size: 16px;
        width: 100%;
        margin: 10px 0 0; } }

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

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  @media (max-width: 552px) {
    .estimator-form-label {
      float: none;
      text-align: left; } }
  .estimator-form-label .form-label {
    line-height: 1.77778rem;
    margin-bottom: 0; }

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

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  @media (max-width: 552px) {
    .estimator-form-input {
      float: none;
      width: 100%; } }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0;
    width: 100%; }
    @media (max-width: 552px) {
      .estimator-form-input .form-input,
      .estimator-form-input .form-select {
        width: 100%; } }

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

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

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

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

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

.cart-additionalCheckoutButtons {
  margin: 30px 0 0; }
  .cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
    content: " ";
    display: table; }
  .cart-additionalCheckoutButtons:after {
    clear: both; }
  .cart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after {
    content: " ";
    display: table; }
  .cart-additionalCheckoutButtons .FloatRight:after {
    clear: both; }
  .cart-additionalCheckoutButtons .FloatRight p {
    float: none !important;
    margin: 0.5rem 0;
    text-align: right; }
  .cart-additionalCheckoutButtons .FloatRight div {
    float: right; }
  .cart-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem; }
    .cart-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 1.5rem; }
    .cart-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 1.5rem; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  margin-top: 30px !important;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCart-title {
  border-bottom: 1px solid #cecdcd;
  color: #1a1a1a;
  font-size: 16px;
  font-family: "private-sans";
  letter-spacing: 1.5px;
  margin: 0;
  text-align: center;
  text-transform: lowercase;
  padding-bottom: 20px; }

.previewCartItem {
  border-radius: 6px 0 0 6px;
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 20px !important; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }

.previewCartItem-image {
  border: 1px solid #cecdcd;
  border-radius: 6px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  height: 130px;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.previewCartItem-content {
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px; }

.previewCartItem-name {
  font-family: "private-sans";
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    color: #1a1a1a;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-decoration: none; }
    .previewCartItem-name > a:hover, .previewCartItem-name > a:active, .previewCartItem-name > a:focus {
      color: #ee6515; }

.previewCartItem-quantity {
  color: #848283;
  display: block;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-family: "private-sans"; }

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

.previewCartItem-price {
  color: #cf1414;
  display: block;
  font-family: "private-sans";
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px; }

.previewCartItem-total {
  display: block;
  text-align: right;
  font-size: 16px;
  font-family: "private-sans";
  letter-spacing: 1.5px; }
  .previewCartItem-total span {
    color: #cf1414;
    font-family: "private-sans";
    font-size: 20px;
    font-weight: 700; }

.previewCartAction {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%;
  display: block;
  padding: 25px 0; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.77778rem;
    padding-right: 0.77778rem;
    width: 100%; }

.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 .button, .previewCartAction-viewCart .button {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  padding: 0; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.77778rem;
  padding-top: 0.38889rem; }

.previewCartAction-viewCart {
  margin-top: 15px;
  padding: 0; }

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

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

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

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

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #1a1a1a; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #cecdcd;
    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: 0.88889rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.38889rem;
  position: relative;
  margin-bottom: 1.88889rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

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

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

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

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

.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: 66.66667rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 66.66667%;
      float: left;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0;
      display: block; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; }
      .previewCart .productView-image .productView-img-container {
        max-width: 100%; }
        .previewCart .productView-image .productView-img-container:after {
          padding-bottom: 0; }
    .previewCart .productView-image--cart {
      margin: 0 auto;
      width: auto;
      position: relative; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #f3f3f3;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%;
    padding: 0;
    height: 46px;
    line-height: 46px; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.77778rem; }

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

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

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

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

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

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

.maintenanceNotice-header {
  font-family: "Freude";
  margin: 0 0 0.77778rem; }

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

.adminBar {
  background-color: white;
  box-shadow: 0 0.11111rem 0.38889rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  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;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

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

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

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

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

.login {
  margin: 40px auto;
  max-width: 63.33333rem; }
  @media (max-width: 800px) {
    .login {
      margin: 0 auto 40px; } }

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

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }
  .login-form .form-field {
    margin-bottom: 30px; }
  .login-form .form-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    @media (max-width: 551px) {
      .login-form .form-actions {
        flex-direction: column; } }

.new-customer {
  text-align: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }
  .new-customer p {
    margin-bottom: 15px; }

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

.new-customer-fact-list {
  text-align: left;
  margin-left: 0;
  margin-bottom: 30px; }

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

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

.suggestion-title {
  margin-top: 0;
  text-transform: inherit;
  color: #848283;
  font-family: "Freude";
  font-size: 22px; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row, .advancedSearch-form .form-field {
    margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .advancedSearch-form .form-row {
      margin-bottom: 1.5rem; } }
  @media (max-width: 800px) {
    .advancedSearch-form .search-price-range .form-input {
      margin-bottom: 1.5rem; } }

.quickSearchResults {
  margin-top: 1.5rem; }
  .quickSearchResults .card-figure {
    height: auto; }
  @media (min-width: 801px) {
    .quickSearchResults {
      background-color: #f3f3f3;
      margin-top: 0;
      position: absolute;
      left: 0;
      top: 52px;
      width: 100%; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block;
        top: 5px;
        color: #cf1414; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  font-size: 22px;
  margin: 0 0 1.5rem;
  text-transform: inherit; }

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

.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;
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px; }
  @media (max-width: 800px) {
    .category-suggestion {
      border-bottom: 1px solid #cecdcd;
      width: 100%;
      margin-bottom: 15px;
      display: block; } }
  .category-suggestion a {
    color: #1a1a1a;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: inline-block; }
    @media (max-width: 1099px) {
      .category-suggestion a {
        font-size: 14px; } }
    .category-suggestion a:hover, .category-suggestion a:active, .category-suggestion a:focus {
      color: #ee6515; }

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

.quickSearchMessage {
  font-size: 16px;
  font-family: "Open Sans";
  margin: 1.5rem 0;
  text-align: center; }

.searchResult {
  padding-top: 30px !important; }
  .searchResult.productList .product + .product {
    margin-top: 20px; }
  .searchResult.productList .product .card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding: 10px; }
    .searchResult.productList .product .card--alternate:hover .card-body {
      background-color: transparent; }
    .searchResult.productList .product .card .card-figure {
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 20%;
      width: 20%; }
      .searchResult.productList .product .card .card-figure .card-figcaption {
        display: none; }
      .searchResult.productList .product .card .card-figure .card-img-container {
        max-width: none;
        max-height: 155px; }
        .searchResult.productList .product .card .card-figure .card-img-container img {
          width: 100%;
          margin: 0; }
    .searchResult.productList .product .card .card-body {
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 80%;
      width: 80%;
      padding: 10px; }
      .searchResult.productList .product .card .card-body .card-title a {
        font-size: 18px;
        font-family: "private-sans"; }
      .searchResult.productList .product .card .card-body .card-text {
        font-size: 18px;
        color: stecilColor("color-textBase"); }
        .searchResult.productList .product .card .card-body .card-text .price-section {
          color: #cf1414;
          font-family: "private-sans";
          font-size: 33px;
          font-weight: 700; }

.navBar--account {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-detail-heading {
  color: #111111;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.38889rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 30.55556rem; }
  .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;
    margin: 10px 0 20px; }

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

.icon--ratingEmpty svg {
  fill: #b5b4b5; }

.icon--ratingEmpty i.fa {
  color: #b5b4b5; }

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

.icon--ratingFull i.fa {
  color: #ee6515; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    width: auto;
    height: auto;
    margin-top: -3px; }
    .rating--small .icon i.fa {
      padding-right: 5px; }

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

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

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

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

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

.paymentMethodName {
  margin-top: 0;
  padding: 0 0.77778rem;
  text-transform: none; }

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

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; }
    .paymentMethodForm .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.77778rem; } }

.panel--paymentMethod {
  font-size: 1rem;
  position: relative; }
  .panel--paymentMethod .panel-body {
    border: 1px solid #cecdcd;
    border-radius: 0.16667rem;
    min-height: 12.66667rem;
    padding: 0; }
  .panel--paymentMethod .form-actions {
    font-size: 0;
    margin-top: 0;
    text-align: left; }
    .panel--paymentMethod .form-actions .button {
      margin-top: 0; }

.paymentMethod-card,
.paymentMethod-details {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0; }

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.77778rem; }
  @media (min-width: 1261px) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.77778rem;
  width: 1.55556rem; }
  @media (min-width: 1261px) {
    .paymentMethod-icon {
      width: 2.33333rem; } }

.paymentMethod-brand {
  font-size: 13px;
  font-weight: 600; }
  @media (min-width: 1261px) {
    .paymentMethod-brand {
      font-size: 1rem; } }

.paymentMethod-default {
  margin-left: 0.77778rem; }
  .paymentMethod-default.icon {
    fill: #666666;
    height: 1rem;
    width: 1rem; }
    @media (min-width: 1261px) {
      .paymentMethod-default.icon {
        height: 1.11111rem;
        width: 1.11111rem; } }

.paymentMethod-expiry {
  font-size: 15px;
  margin-left: auto;
  text-transform: capitalize; }

.paymentMethod-details {
  padding: 1.5rem; }

.paymentMethod-label,
.paymentMethod-description {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0.77778rem; }

.paymentMethod-label {
  flex: 5.55556rem;
  font-weight: 600; }

.paymentMethod-description {
  flex: calc(100% - 100px);
  padding-left: 0.77778rem; }

.paymentMethod-form {
  padding: 0 1.5rem 0.77778rem; }
  @media (min-width: 551px) {
    .paymentMethod-form {
      bottom: 0.77778rem;
      position: absolute;
      width: auto; } }

.panel--newPaymentMethod {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newPaymentMethod:hover .paymentMethod-title {
    color: #1a1a1a; }
  .panel--newPaymentMethod .panel-body {
    background-color: transparent; }
  .panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.15s ease; }

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

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.16667rem;
  width: 1.88889rem; }

.paymentMethodForm-inputs {
  position: relative; }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5rem;
  top: 2.16667rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.16667rem;
    width: 1.16667rem; }

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

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

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

.header {
  background-color: white;
  border-bottom: none;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      display: block;
      border-bottom: none;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }
  @media (min-width: 801px) {
    .header-top {
      margin: 30px 0; } }

.header-logo {
  font-size: 0;
  margin: 0 3.05556rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 4.58333rem;
      margin-right: 4.58333rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 0 0;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.38889rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #1a1a1a;
    display: inline-block;
    padding: 0.77778rem 0;
    position: relative;
    text-decoration: none;
    width: 60%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline-block;
        padding: 0;
        width: 100%;
        max-width: 444px; } }
    .header-logo > a:hover {
      color: #ee6515; }
    .header-logo > a:active {
      color: #757575; }

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

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

.header-logo-text {
  display: block;
  font-family: "Freude", Arial, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 0.11111rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.16667rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.11111rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 29px; } }

.header-logo-image-container {
  position: relative; }

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

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

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

.mobileMenu-toggle {
  height: 3.05556rem;
  width: 3.05556rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #1a1a1a;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.11111rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.5rem;
    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: #1a1a1a;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 3rem;
  margin-top: 0; }
  @media (min-width: 801px) {
    .body {
      margin-top: 0; } }
  .body.home, .body.category-page, .body.product-page {
    margin-bottom: 0; }

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

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

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

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

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      display: block;
      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; }
      .page-sidebar.u-hiddenVisually + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 100%;
        float: left; } }

.footer {
  background-color: #1a6601;
  border-top: none;
  padding: 20px 0 0; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 0;
  padding-top: 45px; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }
  @media (min-width: 801px) {
    .footer-info {
      flex-direction: row; } }
  @media (min-width: 801px) {
    .footer-info {
      padding-top: 60px; } }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #111111;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 0;
  text-align: left;
  vertical-align: top; }
  @media (min-width: 551px) {
    .footer-info-col {
      width: 100%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col:nth-child(3) .footer-info-heading {
    border-bottom: none; }

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

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

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

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

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

.footer-social-wrapper {
  background-color: #99cc33;
  padding: 30px 0; }
  .footer-social-wrapper .footer-info-col {
    margin-bottom: 0; }
  .footer-social-wrapper--none {
    display: none; }
  .footer-social-wrapper--center {
    text-align: center; }
    .footer-social-wrapper--center .socialLinks, .footer-social-wrapper--center .footer-info-heading {
      text-align: center; }
  .footer-social-wrapper--left {
    text-align: left; }
    .footer-social-wrapper--left .socialLinks, .footer-social-wrapper--left .footer-info-heading {
      text-align: left; }
  .footer-social-wrapper--right {
    text-align: right; }
    .footer-social-wrapper--right .socialLinks, .footer-social-wrapper--right .footer-info-heading {
      text-align: right; }
  .footer-social-wrapper .footer-info-heading {
    border: none;
    color: white;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: inherit;
    letter-spacing: 5px;
    padding-bottom: 0; }
    .footer-social-wrapper .footer-info-heading:after {
      content: none; }
  .footer-social-wrapper .socialLinks-item {
    margin-bottom: 0;
    margin-right: 12px; }
    .footer-social-wrapper .socialLinks-item i.fa {
      color: #207f01;
      font-size: 22px; }
      .footer-social-wrapper .socialLinks-item i.fa:hover, .footer-social-wrapper .socialLinks-item i.fa:active, .footer-social-wrapper .socialLinks-item i.fa:focus {
        color: #ee6515; }

.footer-info-heading {
  color: white;
  font-size: 22px;
  font-weight: 400;
  text-transform: lowercase; }
  @media (min-width: 1134px) and (max-width: 1284px) {
    .footer-info-heading {
      font-size: 20px; } }
  @media (min-width: 801px) and (max-width: 1133px) {
    .footer-info-heading {
      font-size: 16px; } }
  @media (max-width: 800px) {
    .footer-info-heading {
      border-bottom: 1px solid white;
      padding-bottom: 15px;
      position: relative; }
      .footer-info-heading:after {
        content: "\f067";
        color: white;
        cursor: pointer;
        font-family: FontAwesome;
        font-size: 16px;
        position: absolute;
        top: 50%;
        transform: translateY(-80%);
        transition: .3s;
        right: 0; }
      .footer-info-heading.is-open {
        border: none;
        display: block; }
        .footer-info-heading.is-open:after {
          content: "\f068"; } }
  @media (max-width: 360px) {
    .footer-info-heading {
      font-size: 20px; } }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  @media (min-width: 801px) {
    .footer-info-list {
      display: block !important; } }
  @media (max-width: 800px) {
    .footer-info-list {
      border-bottom: 1px solid white;
      display: none;
      margin-bottom: 30px; }
      .footer-info-list.is-open {
        display: block;
        border-bottom: 1px solid white; } }
  .footer-info-list a {
    color: white;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 15px; }
    @media (max-width: 1133px) {
      .footer-info-list a {
        font-size: 14px; } }
    @media (min-width: 801px) {
      .footer-info-list a {
        max-width: 370px; } }
    .footer-info-list a:hover {
      color: #ee6515; }

.footer-copyright {
  background-color: #fff;
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    font-family: "private-sans";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
    padding: 20px 0;
    text-align: center; }
    @media (max-width: 480px) {
      .footer-copyright > .powered-by {
        padding: 20px 15px; } }
  .footer-copyright a {
    text-decoration: none; }
    .footer-copyright a:hover {
      color: black; }

.footer-payment-icons {
  height: 2.22222rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons img {
    padding-right: 6px; }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.38889rem;
    vertical-align: middle;
    width: 2.77778rem; }
  .footer-payment-icons svg {
    fill: #207f01; }

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

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

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

@media (max-width: 800px) {
  .footer-newsletter {
    margin-top: 45px; } }

@media (max-width: 800px) {
  .footer-newsletter .footer-info-heading {
    border: none;
    cursor: default;
    padding-bottom: 0; }
    .footer-newsletter .footer-info-heading:after {
      content: none; } }

.footer-newsletter .form {
  margin-bottom: 0; }

.footer-newsletter .form-field {
  margin-bottom: 0; }

.footer-newsletter .form-input {
  font-size: 14px;
  height: 45px;
  margin-bottom: 20px;
  padding: 18px 12px;
  width: 100%; }
  .footer-newsletter .form-input::placeholder {
    color: #848283;
    font-size: 14px; }

.footer-newsletter .form-prefixPostfix {
  flex-direction: column; }
  .footer-newsletter .form-prefixPostfix .button {
    font-size: 24px;
    letter-spacing: 2px;
    margin-left: 0;
    margin-bottom: 30px;
    text-transform: lowercase; }

.footer-newsletter .form-prefixPostfix-button--postfix {
  margin: 0; }

.footer-payment-options {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 60px; }
  .footer-payment-options .footer-payment-icons {
    margin-top: 0;
    margin-bottom: 30px; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  @media (min-width: 480px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }

.section-row {
  align-items: center;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap; }
  .section-row:before, .section-row:after {
    content: " ";
    display: table; }
  .section-row:after {
    clear: both; }
  @media (min-width: 801px) {
    .section-row {
      flex-direction: row; } }

.section-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #111111;
  float: none;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  width: 100%;
  font-size: 1rem;
  position: relative;
  margin-bottom: 1rem;
  vertical-align: top; }

@media (min-width: 551px) {
  .section-col-half {
    flex-basis: 50%;
    width: 50%; } }

@media (min-width: 551px) {
  .section-col-one-third {
    flex-basis: 50%;
    width: 50%; } }

@media (min-width: 801px) {
  .section-col-one-third {
    flex-basis: 33.33334%;
    width: 33.33334%; } }

@media (min-width: 551px) {
  .section-col-one-fourth {
    flex-basis: 50%;
    width: 50%; } }

@media (min-width: 801px) {
  .section-col-one-fourth {
    flex-basis: 33.33334%;
    width: 33.33334%; } }

@media (min-width: 1261px) {
  .section-col-one-fourth {
    flex-basis: 25%;
    width: 25%; } }

@media (min-width: 551px) {
  .section-col-one-fourth {
    flex-basis: 50%;
    width: 50%; } }

@media (min-width: 801px) {
  .section-col-one-fourth {
    flex-basis: 33.33334%;
    width: 33.33334%; } }

@media (min-width: 1261px) {
  .section-col-one-fourth {
    flex-basis: 25%;
    width: 25%; } }

@media (min-width: 551px) {
  .section-col-one-fifth {
    flex-basis: 50%;
    width: 50%; } }

@media (min-width: 801px) {
  .section-col-one-fifth {
    flex-basis: 33.33334%;
    width: 33.33334%; } }

@media (min-width: 1261px) {
  .section-col-one-fifth {
    flex-basis: 41.66667%;
    width: 41.66667%; } }

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

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

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

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

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

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 190px; }
  .blog-thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .blog-thumbnail:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

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

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

.sidebarBlock {
  border-bottom: 1px solid #cecdcd;
  padding-bottom: 40px;
  margin-bottom: 30px; }

.sidebarBlock-heading {
  color: #848283;
  font-family: "Freude";
  font-size: 22px;
  margin-top: 0;
  text-transform: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.listItem-button {
  background-color: rgba(238, 101, 21, 0.9);
  color: white; }
  .listItem-button:hover {
    background-color: #ee6515;
    color: white; }

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

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      bottom: 0;
      height: 100%;
      left: 0.77778rem;
      opacity: 0;
      position: absolute;
      right: 0.77778rem;
      top: 0; }
      .listItem-figureBody:hover {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.27778rem;
    padding-right: 0.77778rem;
    width: 75%; } }

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

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

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

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

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

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

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

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

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

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  margin: 0;
  flex-wrap: nowrap; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView {
      flex-direction: row;
      margin: 0; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

.productView-images {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  padding: 0 15px 0 0;
  position: relative;
  order: 1;
  width: 100%; }
  @media (max-width: 800px) {
    .productView-images {
      order: 2;
      padding: 0 15px; } }
  @media (min-width: 801px) {
    .productView-images {
      flex-basis: 40%;
      width: 40%; } }

.productView-details {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  padding: 0 15px;
  order: 2;
  width: 100%; }
  @media (min-width: 801px) {
    .productView-details {
      flex-basis: 30%;
      width: 30%; } }

.productView-description {
  margin-bottom: 60px;
  padding: 0;
  width: 100%; }
  .productView-description .productView-title {
    border-bottom: 1px solid #cecdcd;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }
  @media (max-width: 480px) {
    .productView-description.mobile-view .accordion-tab .tab-title {
      font-size: 17px; } }

/*----------- serving size calculator ----------*/
.pets_dosage_wrapper {
  text-align: center;
  width: 735px; }
  @media (max-width: 800px) {
    .pets_dosage_wrapper {
      width: 100%;
      padding: 20px 0; } }
  .pets_dosage_wrapper h3 {
    color: #008000;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px; }
  .pets_dosage_wrapper h5 {
    color: #ee6515; }
  .pets_dosage_wrapper p {
    margin-bottom: 0; }
  @media (max-width: 480px) {
    .pets_dosage_wrapper .container {
      padding: 0; } }
  .pets_dosage_wrapper .dosage_p {
    font-size: 13.5px;
    color: #5a5859;
    text-align: left;
    margin: 20px 0;
    font-style: italic; }
  .pets_dosage_wrapper .dosage_scale {
    margin-bottom: 90px;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0 20px; }
    @media (max-width: 800px) {
      .pets_dosage_wrapper .dosage_scale {
        display: inline-block;
        padding: 0;
        margin-bottom: 80px; } }
    @media (max-width: 640px) {
      .pets_dosage_wrapper .dosage_scale {
        margin-bottom: 70px; } }
    @media (max-width: 400px) {
      .pets_dosage_wrapper .dosage_scale {
        margin-bottom: 60px; } }
    .pets_dosage_wrapper .dosage_scale input[type="range"] {
      margin: auto;
      -webkit-appearance: none;
      position: relative;
      height: 8px;
      width: 90%;
      cursor: pointer;
      top: 16px;
      border-radius: 20px;
      background: #fff;
      z-index: 1;
      background: transparent; }
    .pets_dosage_wrapper .dosage_scale ::-webkit-slider-runnable-track {
      background: transparent; }
    .pets_dosage_wrapper .dosage_scale ::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 18px;
      height: 24px;
      background: url("../img/range_thumb.png"); }
    .pets_dosage_wrapper .dosage_scale ::-moz-range-track {
      height: 8px;
      background: transparent; }
    .pets_dosage_wrapper .dosage_scale ::-moz-range-thumb {
      height: 24px;
      width: 18px;
      background: url("../img/range_thumb.png");
      box-sizing: border-box; }
    .pets_dosage_wrapper .dosage_scale ::-ms-fill-lower {
      background: transparent; }
    .pets_dosage_wrapper .dosage_scale ::-ms-thumb {
      background: url("../img/range_thumb.png");
      height: 24px;
      width: 18px;
      box-sizing: border-box; }
    .pets_dosage_wrapper .dosage_scale ::-ms-ticks-after {
      display: none; }
    .pets_dosage_wrapper .dosage_scale ::-ms-ticks-before {
      display: none; }
    .pets_dosage_wrapper .dosage_scale ::-ms-track {
      background: transparent;
      color: transparent;
      height: 8px;
      border: none; }
    .pets_dosage_wrapper .dosage_scale ::-ms-tooltip {
      display: none; }
  .pets_dosage_wrapper .pipe_row {
    position: relative;
    width: 87%;
    margin: 8px auto 0; }
    @media (max-width: 640px) {
      .pets_dosage_wrapper .pipe_row {
        font-size: 12px; } }
    @media (max-width: 586px) {
      .pets_dosage_wrapper .pipe_row {
        width: 86%; } }
    @media (max-width: 480px) {
      .pets_dosage_wrapper .pipe_row {
        width: 85%; } }
    @media (max-width: 400px) {
      .pets_dosage_wrapper .pipe_row {
        width: 84%;
        font-size: 7.5px; } }
    .pets_dosage_wrapper .pipe_row:before {
      content: "";
      position: absolute;
      width: 108%;
      height: 8px;
      background: transparent;
      left: -4%;
      border: 1px solid #000;
      border-radius: 4px;
      top: -8px; }
    .pets_dosage_wrapper .pipe_row > span {
      position: absolute; }
      .pets_dosage_wrapper .pipe_row > span:first-child {
        left: 1%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(2) {
        left: 5%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(3) {
        left: 10%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(4) {
        left: 15%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(5) {
        left: 20%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(6) {
        left: 25%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(7) {
        left: 30%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(8) {
        left: 35%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(9) {
        left: 40%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(10) {
        left: 45%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(11) {
        left: 50%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(12) {
        left: 55%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(13) {
        left: 60%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(14) {
        left: 65%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(15) {
        left: 70%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(16) {
        left: 75%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(17) {
        left: 80%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(18) {
        left: 85%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(19) {
        left: 90%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(20) {
        left: 95%; }
      .pets_dosage_wrapper .pipe_row > span:nth-child(21) {
        left: 100%; }
      .pets_dosage_wrapper .pipe_row > span:after {
        content: '';
        width: 2px;
        height: 16px;
        display: inline-block;
        vertical-align: top;
        background: #c6c3c3;
        transform: translate(-50%, 0); }
        @media (max-width: 480px) {
          .pets_dosage_wrapper .pipe_row > span:after {
            height: 14px; } }
      .pets_dosage_wrapper .pipe_row > span:nth-child(even):after {
        height: 8px; }
        @media (max-width: 480px) {
          .pets_dosage_wrapper .pipe_row > span:nth-child(even):after {
            height: 7px; } }
      .pets_dosage_wrapper .pipe_row > span .range_no_txt {
        position: absolute;
        top: 20px;
        width: 55px;
        left: 50%;
        transform: translate(-50%, 0); }
  .pets_dosage_wrapper .range_img {
    position: relative; }
    @media (max-width: 767px) {
      .pets_dosage_wrapper .range_img {
        display: none; } }
  .pets_dosage_wrapper .range_img_mob {
    display: none; }
    @media (max-width: 767px) {
      .pets_dosage_wrapper .range_img_mob {
        display: block; } }
  .pets_dosage_wrapper .dosage_content {
    padding: 0 20px; }
    @media (max-width: 480px) {
      .pets_dosage_wrapper .dosage_content {
        padding: 0; } }
  .pets_dosage_wrapper .dosage_row .dosage_calculator {
    background: #f3f3f3;
    width: 65%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    padding: 30px 40px;
    margin-right: 5%;
    text-align: left; }
    @media (max-width: 600px) {
      .pets_dosage_wrapper .dosage_row .dosage_calculator {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    @media (max-width: 400px) {
      .pets_dosage_wrapper .dosage_row .dosage_calculator {
        padding: 30px 20px; } }
    .pets_dosage_wrapper .dosage_row .dosage_calculator .dosage_calc_row {
      margin-bottom: 20px; }
    .pets_dosage_wrapper .dosage_row .dosage_calculator .dosage_input {
      width: 60px;
      height: 46px;
      line-height: 46px;
      padding: 0 5px;
      border: 1px solid #333;
      border-radius: 5px;
      display: inline-block;
      vertical-align: middle;
      background: #fff;
      margin-right: 10px;
      text-align: center;
      font-size: 14px; }
      @media (max-width: 400px) {
        .pets_dosage_wrapper .dosage_row .dosage_calculator .dosage_input {
          margin-right: 5px; } }
    .pets_dosage_wrapper .dosage_row .dosage_calculator input[type=number]::-webkit-inner-spin-button,
    .pets_dosage_wrapper .dosage_row .dosage_calculator input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .pets_dosage_wrapper .dosage_row .dosage_calculator .dosage_weight_txt {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
      @media (max-width: 400px) {
        .pets_dosage_wrapper .dosage_row .dosage_calculator .dosage_weight_txt {
          margin-right: 5px; } }
      .pets_dosage_wrapper .dosage_row .dosage_calculator .dosage_weight_txt:last-child {
        margin-right: 0; }
    .pets_dosage_wrapper .dosage_row .dosage_calculator .dosage_txt h4 {
      font-size: 30px;
      line-height: 33px;
      margin-bottom: 5px; }
      .pets_dosage_wrapper .dosage_row .dosage_calculator .dosage_txt h4 span {
        font-family: "Open Sans";
        font-size: 20px;
        color: #999; }
    .pets_dosage_wrapper .dosage_row .dosage_calculator .dosage_txt p {
      margin-bottom: 0; }
  .pets_dosage_wrapper .dosage_row .dosage_drops {
    width: 29%;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 600px) {
      .pets_dosage_wrapper .dosage_row .dosage_drops {
        width: 100%; } }
    .pets_dosage_wrapper .dosage_row .dosage_drops .dosage_img_div {
      position: relative;
      display: inline-block; }
    .pets_dosage_wrapper .dosage_row .dosage_drops .dosage_droper_img {
      background: url("../img/droper_ml_storage.png");
      width: 139px;
      height: 222px;
      display: inline-block; }
    .pets_dosage_wrapper .dosage_row .dosage_drops .ml_empty {
      position: absolute;
      bottom: 36px;
      right: 29px;
      width: 21px;
      height: 104px;
      border-radius: 0 0 10px 10px; }
    .pets_dosage_wrapper .dosage_row .dosage_drops .ml_storage {
      background: #ee6515;
      display: inline-block;
      width: 100%;
      height: 0;
      transition: all 0.3s linear;
      position: absolute;
      bottom: 0;
      left: 0;
      border-radius: 0 0 10px 10px; }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  content: "";
  display: block;
  height: 2.77778rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 2.77778rem;
  z-index: 10; }

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

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

.starwrap {
  height: 2.77778rem;
  position: absolute;
  top: 10px;
  width: 2.77778rem; }

.sale-text-burst {
  color: white;
  font-weight: 600;
  line-height: 0.83333rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 2.77778rem;
  z-index: 50; }

.sale-flag-side {
  background: transparent;
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  line-height: 0.88889rem;
  padding-left: 25px;
  padding-right: 0;
  padding-top: 0;
  position: absolute;
  z-index: 10; }
  @media (max-width: 551px) {
    .sale-flag-side {
      padding-left: 15px; }
      .sale-flag-side img {
        width: 40px; } }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.11111rem;
  left: -35px;
  line-height: 0.88889rem;
  padding-top: 0.08333rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 6.61111rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: black;
  transition: 800ms ease; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #1a1a1a;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 83.33333%; } }

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

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

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

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

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.maintenanceNotice, .adminBar {
  display: none; }

body {
  overflow-x: hidden; }

body.hasAdminBar .banners {
  margin-top: 0; }

body.hasAdminBar, body.hasAdminBar .header {
  padding-top: 0; }

body.has-activeNavPages {
  overflow-y: auto; }

* {
  min-height: 0;
  min-width: 0; }

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

input:focus,
textarea:focus,
button:focus,
div:focus,
select:focus {
  outline: none; }

ul, ol {
  list-style-position: inside;
  padding: 0;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 15px; }

.message--form-heading {
  margin-top: 15px; }

.form-input,
.button {
  border-radius: 6px; }

.section-padding {
  padding: 60px 0 0; }
  @media (max-width: 800px) {
    .section-padding {
      padding: 40px 0 0; } }

.ash-bg {
  background-color: #f3f3f3; }

@media (max-width: 800px) {
  iframe {
    height: 340px;
    width: 100%; } }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.form-field--select {
  position: relative; }

.form-field--select:after {
  position: absolute;
  right: 35px;
  top: 54%;
  content: "\f0d7";
  font-family: FontAwesome; }

@media (max-width: 800px) {
  .appa-link {
    display: block;
    text-align: center; } }

.form-textarea {
  height: auto; }

.page-content p {
  overflow-wrap: break-word; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.font-bold {
  font-family: "Freude", Arial, sans-serif; }

@media (max-width: 800px) {
  .facetedSearch.sidebarBlock {
    display: none; } }

div[data-widget-style=standard] .stamped-summary-actions {
  bottom: 140px !important; }

.button--secondary {
  background-color: #99cc33;
  border-color: #99cc33;
  color: white; }
  .button--secondary:hover, .button--secondary:active, .button--secondary:focus {
    background-color: #ee6515;
    border-color: #ee6515;
    color: white; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots li button {
  height: 16px;
  width: 16px; }
  .slick-dots li button:before {
    height: 16px;
    width: 16px; }

.slick-prev,
.slick-next {
  background: none;
  border: none; }
  .slick-prev:before,
  .slick-next:before {
    background: none;
    font-family: FontAwesome;
    font-size: 36px; }
  .slick-prev:hover, .slick-next:hover {
    background: none;
    border: none; }
    .slick-prev:hover:before, .slick-next:hover:before {
      background-image: none; }

.slick-prev:before {
  content: "\f053"; }

.slick-next:before {
  content: "\f054"; }

.super-header-section {
  display: none;
  background-color: #ee6515;
  color: white;
  max-height: 40px;
  height: 40px;
  padding: 12px 10px; }
  @media (min-width: 801px) {
    .super-header-section {
      display: block; } }
  .super-header-section .section-col {
    margin-bottom: 0; }
  .super-header-section .super-header-left {
    color: white;
    font-size: 16px;
    font-family: "private-sans", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    position: absolute;
    top: 0;
    left: 15px; }
    @media (max-width: 1024px) {
      .super-header-section .super-header-left {
        font-size: 14px; } }
    @media (min-width: 801px) and (max-width: 901px) {
      .super-header-section .super-header-left {
        font-size: 12px;
        left: 10px; } }
    @media (min-width: 1261px) {
      .super-header-section .super-header-left {
        left: 40px; } }
    .super-header-section .super-header-left img {
      padding-right: 10px; }
  .super-header-section .free-shipping {
    color: white;
    font-family: "Freude", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center; }
    @media (max-width: 1024px) {
      .super-header-section .free-shipping {
        font-size: 16px; } }
    .super-header-section .free-shipping p {
      margin-bottom: 0; }
      @media (min-width: 801px) and (max-width: 900px) {
        .super-header-section .free-shipping p {
          padding-left: 20px; } }
  .super-header-section .contact-info {
    background-color: #99cc33;
    box-shadow: 0 0 10px rgba(34, 30, 31, 0.5);
    border-radius: 0 0 10px 10px;
    color: white;
    transition: .3s;
    position: absolute;
    right: 15px;
    top: -15px;
    padding: 12px 30px;
    z-index: 999; }
    .super-header-section .contact-info:hover, .super-header-section .contact-info:active, .super-header-section .contact-info:focus {
      box-shadow: none;
      color: #ee6515; }
    @media (min-width: 1261px) {
      .super-header-section .contact-info {
        right: 40px; } }
    .super-header-section .contact-info p {
      margin-bottom: 0;
      font-family: "Freude", Arial, sans-serif;
      font-size: 24px;
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .super-header-section .contact-info p {
          font-size: 16px; } }
    .super-header-section .contact-info span {
      color: #1a6601;
      display: block;
      font-size: 15px;
      font-family: "private-sans", Arial, sans-serif; }
      @media (max-width: 1024px) {
        .super-header-section .contact-info span {
          font-size: 13px; } }

.price-section.price-section--withoutTax.non-sale-price--withoutTax {
  font-size: 20px;
  color: #1a1a1a; }
  .price-section.price-section--withoutTax.non-sale-price--withoutTax span.price-prefix {
    font-size: 15px;
    color: #1a1a1a; }

.header-top .section-col {
  margin-bottom: 0; }

.quickSearchResults {
  box-shadow: 0 0 10px rgba(34, 30, 31, 0.5); }

@media (min-width: 801px) {
  .section-row-left {
    flex-direction: row; } }

@media (min-width: 801px) {
  .section-row-center {
    flex-direction: column; } }

@media (min-width: 551px) {
  .section-row-center .dropdown--quickSearch {
    width: 90%; } }
  @media (min-width: 551px) and (min-width: 1261px) {
    .section-row-center .dropdown--quickSearch {
      width: 95%; } }
  @media (min-width: 551px) and (min-width: 1681px) {
    .section-row-center .dropdown--quickSearch {
      width: 95%; } }

@media (min-width: 801px) {
  .section-row-right {
    flex-direction: row; } }

.section-row-right .section-col:first-child {
  order: 2; }

.section-row-right .section-col:last-child {
  order: 1; }

.promo-link-section {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
  width: 40%; }

.promo-link-section p {
  margin-bottom: 0;
  height: 100%; }

.promo-image-link {
  display: block;
  height: 100%; }
  @media (max-width: 2400px) {
    .promo-image-link img {
      height: 100%;
      width: 60%; } }
  @media (max-width: 2027px) {
    .promo-image-link img {
      height: 100%;
      width: 70%; } }
  @media (max-width: 2023px) {
    .promo-image-link img {
      height: 100%;
      width: 80%; } }
  @media (max-width: 1848px) {
    .promo-image-link img {
      height: 100%;
      width: 90%; } }
  @media (max-width: 1772px) {
    .promo-image-link img {
      height: 100%;
      width: 100%; } }

@media (max-width: 800px) {
  .navPages-childList-mega-section {
    display: none; } }

@media (min-width: 801px) {
  .navPages-hover-list .navPages-item:hover > .navPage-subMenu, .navPages-hover-list .navPages-item:active > .navPage-subMenu, .navPages-hover-list .navPages-item:focus > .navPage-subMenu {
    display: block; }
  .navPages-childList-mega-section h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 30px 0 10px; } }
  @media (min-width: 801px) and (max-width: 1101px) and (min-width: 801px) {
    .navPages-childList-mega-section h3 {
      font-size: 16px; } }

@media (min-width: 801px) {
    .navPages-childList-mega-section h3 a {
      border-left: 1px solid #cecdcd;
      font-size: 20px;
      margin-left: 10px;
      padding-left: 10px; } }
    @media (min-width: 801px) and (max-width: 1101px) and (min-width: 801px) {
      .navPages-childList-mega-section h3 a {
        font-size: 16px; } }

@media (min-width: 801px) {
      .navPages-childList-mega-section h3 a:hover, .navPages-childList-mega-section h3 a:active {
        color: #ee6515; } }

.navPage-brandList {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  @media (max-width: 800px) {
    .navPage-brandList {
      display: none; } }
  .navPage-brandList .navPage-brandItem {
    padding-right: 15px;
    text-transform: uppercase;
    text-align: center; }
  .navPage-brandList .navPage-brandAction {
    color: #4f0ce8;
    font-size: 16px;
    font-weight: 400; }
    .navPage-brandList .navPage-brandAction img {
      display: block;
      max-width: 50px;
      margin: 0 auto 10px;
      height: 62px;
      object-fit: cover; }
    @media (max-width: 1101px) and (min-width: 801px) {
      .navPage-brandList .navPage-brandAction {
        font-size: 12px; } }
    .navPage-brandList .navPage-brandAction:hover {
      color: #ee6515; }

.navPages-click-list .navPage-subMenu-item .navPage-subMenu-action.is-open {
  color: #EE6515; }

.navPage-subMenu-item .button {
  border-radius: 6px;
  font-size: 20px;
  letter-spacing: 3px;
  margin: 90px 30px 0px;
  padding: 14px 36px;
  text-transform: lowercase; }
  .navPage-subMenu-item .button.button--primary {
    border-color: #4f0ce8;
    background-color: #4f0ce8; }
    .navPage-subMenu-item .button.button--primary:hover, .navPage-subMenu-item .button.button--primary:active, .navPage-subMenu-item .button.button--primary:focus {
      border-color: #ee6515;
      background-color: #ee6515; }

.navUser-item-cartLabel {
  display: block; }

@media (min-width: 801px) {
  .submit-button .button {
    background-color: transparent;
    border-color: transparent;
    color: #111111;
    cursor: pointer;
    border-radius: 0;
    font-size: 0;
    height: 100%;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 1; }
    .submit-button .button:before {
      content: "\f002";
      font-family: FontAwesome;
      font-size: 24px; } }

@media (max-width: 800px) {
  .submit-button {
    display: inline-block; } }

.mobile-menu-child {
  display: none; }
  @media (max-width: 800px) {
    .mobile-menu-child {
      display: block; } }

.mobilePage-item {
  display: none; }
  @media (max-width: 800px) {
    .mobilePage-item {
      display: inline-block; }
      .mobilePage-item.button {
        border-radius: 6px;
        font-size: 20px;
        letter-spacing: 3px;
        margin: 30px 0px 0;
        padding: 14px 36px;
        text-transform: lowercase; }
        .mobilePage-item.button.button--primary {
          background-color: #4f0ce8;
          border-color: #4f0ce8; }
          .mobilePage-item.button.button--primary:hover, .mobilePage-item.button.button--primary:active, .mobilePage-item.button.button--primary:focus {
            background-color: #ee6515;
            border-color: #ee6515; } }

.mobile-menu-wrapper {
  display: none; }
  @media (max-width: 800px) {
    .mobile-menu-wrapper {
      display: block;
      background-color: #99cc33;
      padding-top: 90px; } }
  .mobile-menu-wrapper .mobile--quickSearch {
    background-color: transparent;
    padding: 0;
    display: block;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    padding-bottom: 25px; }
    .mobile-menu-wrapper .mobile--quickSearch:after {
      content: none; }
    .mobile-menu-wrapper .mobile--quickSearch .container {
      padding: 0 15px; }
      .mobile-menu-wrapper .mobile--quickSearch .container .quickSearchResults {
        display: none; }
      .mobile-menu-wrapper .mobile--quickSearch .container .form-fieldset {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap; }
      .mobile-menu-wrapper .mobile--quickSearch .container .form-field {
        margin: 0;
        flex-grow: 1;
        flex-shrink: 1; }
        .mobile-menu-wrapper .mobile--quickSearch .container .form-field:first-child {
          flex-basis: 80%;
          width: 80%; }
        .mobile-menu-wrapper .mobile--quickSearch .container .form-field:last-child {
          flex-basis: 20%;
          width: 20%;
          padding-left: 10px; }
      .mobile-menu-wrapper .mobile--quickSearch .container .form-input {
        font-size: 14px;
        padding: 10px 22px;
        height: auto; }
      .mobile-menu-wrapper .mobile--quickSearch .container .button--primary {
        border-color: #ee6515;
        background-color: #ee6515;
        border-radius: 6px;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
        font-size: 14px;
        height: 100%;
        padding: 0 5px;
        margin-bottom: 0;
        width: 100%; }
        @media (max-width: 360px) {
          .mobile-menu-wrapper .mobile--quickSearch .container .button--primary {
            width: auto; } }
  .mobile-menu-wrapper .top-navigation {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 15px 15px 20px; }
    @media (max-width: 800px) {
      .mobile-menu-wrapper .top-navigation.fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-color: #99cc33;
        z-index: 11; } }
    .mobile-menu-wrapper .top-navigation .mobile-logo {
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 50%;
      width: 50%;
      margin: 0; }
    .mobile-menu-wrapper .top-navigation .mobile-navList {
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 50%;
      width: 50%;
      list-style-type: none;
      text-align: right; }
      .mobile-menu-wrapper .top-navigation .mobile-navList .mobile-navitem {
        display: inline-block; }
        .mobile-menu-wrapper .top-navigation .mobile-navList .mobile-navitem .mobileMenu-toggle {
          position: relative;
          width: 100%;
          height: 100%;
          padding: 0; }
          .mobile-menu-wrapper .top-navigation .mobile-navList .mobile-navitem .mobileMenu-toggle span {
            background-color: #ffffff;
            border-radius: 15px;
            display: block;
            height: 4px;
            width: 30px;
            transform: none;
            transition: .3s; }
            .mobile-menu-wrapper .top-navigation .mobile-navList .mobile-navitem .mobileMenu-toggle span:not(:last-child) {
              margin-bottom: 5px; }
          .mobile-menu-wrapper .top-navigation .mobile-navList .mobile-navitem .mobileMenu-toggle.is-open {
            height: 35px;
            top: 7px; }
            .mobile-menu-wrapper .top-navigation .mobile-navList .mobile-navitem .mobileMenu-toggle.is-open span:nth-child(1) {
              transform: rotate(134deg);
              position: relative;
              top: 15px; }
            .mobile-menu-wrapper .top-navigation .mobile-navList .mobile-navitem .mobileMenu-toggle.is-open span:nth-child(2) {
              display: none; }
            .mobile-menu-wrapper .top-navigation .mobile-navList .mobile-navitem .mobileMenu-toggle.is-open span:nth-child(3) {
              transform: rotate(-134deg);
              position: relative;
              top: 6px; }
        .mobile-menu-wrapper .top-navigation .mobile-navList .mobile-navitem-toggle {
          height: auto;
          position: relative;
          top: 5px;
          width: auto; }
        .mobile-menu-wrapper .top-navigation .mobile-navList .mobile-navitem:not(:last-child) {
          padding-right: 15px; }
      .mobile-menu-wrapper .top-navigation .mobile-navList .mobile-navaction {
        display: block;
        position: relative; }
    .mobile-menu-wrapper .top-navigation .navPages-container.is-open {
      height: 575px;
      overflow-y: auto;
      padding-top: 88px;
      top: 0;
      z-index: 2; }
    .mobile-menu-wrapper .top-navigation .navPages-container .navPages {
      background-color: #99cc33;
      padding: 35px 1.5rem; }
      .mobile-menu-wrapper .top-navigation .navPages-container .navPages .navPage-subMenu-list {
        margin: 0 0 30px; }
      .mobile-menu-wrapper .top-navigation .navPages-container .navPages .navPages-action {
        border-bottom: 1px solid #ffffff;
        font-size: 22px;
        position: relative; }
        .mobile-menu-wrapper .top-navigation .navPages-container .navPages .navPages-action.has-subMenu:after {
          content: "\f067";
          color: #ffffff;
          font-family: FontAwesome;
          font-size: 14px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0px; }
        .mobile-menu-wrapper .top-navigation .navPages-container .navPages .navPages-action:active, .mobile-menu-wrapper .top-navigation .navPages-container .navPages .navPages-action:hover, .mobile-menu-wrapper .top-navigation .navPages-container .navPages .navPages-action:focus, .mobile-menu-wrapper .top-navigation .navPages-container .navPages .navPages-action.is-open {
          background-color: transparent; }
        .mobile-menu-wrapper .top-navigation .navPages-container .navPages .navPages-action.is-open:after {
          content: "\f068"; }
      .mobile-menu-wrapper .top-navigation .navPages-container .navPages .navPages-action-moreIcon {
        display: none; }
      .mobile-menu-wrapper .top-navigation .navPages-container .navPages .navPages-list--user {
        display: none; }
      .mobile-menu-wrapper .top-navigation .navPages-container .navPages .navPage-childList {
        border: none;
        margin: 0;
        padding: 0; }
        .mobile-menu-wrapper .top-navigation .navPages-container .navPages .navPage-childList .navPage-childList-action {
          font-size: 16px;
          padding: 0.77778rem 0; }
          .mobile-menu-wrapper .top-navigation .navPages-container .navPages .navPage-childList .navPage-childList-action:after {
            content: none; }
      .mobile-menu-wrapper .top-navigation .navPages-container .navPages .navPage-subMenu-item .button {
        display: none; }
  .mobile-menu-wrapper .free-shipping {
    background-color: #207f01;
    color: #ffffff;
    font-family: "Freude", Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 10px 0;
    text-align: center; }
    @media (max-width: 480px) {
      .mobile-menu-wrapper .free-shipping {
        font-size: 14px; } }
    .mobile-menu-wrapper .free-shipping p {
      margin-bottom: 0; }

.welcome-promo-banner-mobile {
  display: none; }
  @media (max-width: 800px) {
    .welcome-promo-banner-mobile {
      display: block; } }
  @media (max-width: 800px) and (min-width: 480px) {
    .welcome-promo-banner-mobile img {
      width: 100%; } }

.featured-product .slick-prev {
  left: 0; }
  @media (max-width: 1600px) {
    .featured-product .slick-prev {
      left: -30px; } }

.featured-product .slick-next {
  right: 0; }
  @media (max-width: 1600px) {
    .featured-product .slick-next {
      right: -30px; } }

.featured-product .slick-prev:before, .featured-product .slick-next:before {
  color: #cecdcd; }

.featured-product .desktop-view {
  display: none; }
  @media (min-width: 801px) {
    .featured-product .desktop-view {
      display: block; } }

.featured-product .mobile-view {
  display: none; }
  @media (max-width: 800px) {
    .featured-product .mobile-view {
      display: block;
      text-align: center; }
      .featured-product .mobile-view .productGrid .product {
        display: none; }
        .featured-product .mobile-view .productGrid .product.is-active {
          display: inline-block; } }
  .featured-product .mobile-view .button {
    background-color: #99cc33;
    color: #fff;
    width: 360px; }
    @media (max-width: 551px) {
      .featured-product .mobile-view .button {
        width: 100%; } }
    .featured-product .mobile-view .button:active, .featured-product .mobile-view .button:focus {
      background-color: #ee6515;
      border-color: #ee6515; }

@media (min-width: 551px) {
  .featured-product .mobile-view .productGrid {
    margin-bottom: 0; }
    .featured-product .mobile-view .productGrid .product {
      width: 50%; } }

.featured-product .card {
  margin: 0 auto 30px;
  max-width: 300px; }
  .featured-product .card .card-text[data-test-info-type="brandName"] {
    color: #1a1a1a;
    display: block;
    font-family: "private-sans", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    text-align: center; }
    @media (max-width: 800px) {
      .featured-product .card .card-text[data-test-info-type="brandName"] {
        font-size: 14px; } }
  .featured-product .card .card-title {
    font-family: "private-sans", Arial, sans-serif; }
  .featured-product .card .card-summary {
    display: none; }

.featured-product .slick-dots li button:before {
  background-color: #cecdcd; }

.featured-product .slick-dots li.slick-active button:before {
  background-color: #ee6515; }

@media (max-width: 800px) {
  .category-page .card .card-text[data-test-info-type="brandName"] {
    display: block; } }

.card {
  margin-bottom: 20px; }
  .card .card-text[data-test-info-type="brandName"] {
    display: none;
    color: #1a1a1a;
    font-family: "private-sans", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    text-align: center; }
    @media (max-width: 800px) {
      .card .card-text[data-test-info-type="brandName"] {
        font-size: 14px; } }
  .card .card-figure:hover .card-figcaption:after {
    visibility: visible;
    opacity: 1; }
  .card .card-figure {
    cursor: pointer;
    position: relative; }
  .card .card-figcaption {
    z-index: 1; }
    .card .card-figcaption:after {
      border-radius: 6px;
      background-color: rgba(26, 26, 26, 0.5);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: .3s;
      visibility: hidden;
      opacity: 0;
      width: 100%;
      z-index: -1; }
  .card .rating_count {
    color: #b5b4b5;
    font-size: 14px; }
  .card .card-body {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
    .card .card-body .price-section {
      color: #cf1414;
      font-family: "private-sans", Arial, sans-serif;
      font-weight: 700;
      font-size: 22px; }
      @media (min-width: 800px) {
        .card .card-body .price-section {
          font-size: 25px; } }
      .card .card-body .price-section .price {
        font-size: 33px; }
        @media (max-width: 800px) {
          .card .card-body .price-section .price {
            font-size: 30px; } }
        @media (max-width: 551px) {
          .card .card-body .price-section .price {
            font-size: 20px; } }
    .card .card-body .price-prefix {
      font-size: 22px; }
      @media (min-width: 800px) {
        .card .card-body .price-prefix {
          font-size: 25px; } }
      @media (max-width: 551px) {
        .card .card-body .price-prefix {
          font-size: 15px; } }

@media (max-width: 800px) {
  .client-section-content {
    border-bottom: 1px solid #7fcd0d; } }

.client-section-content .client-content {
  margin-bottom: 60px;
  text-align: center; }
  @media (max-width: 800px) {
    .client-section-content .client-content {
      margin-bottom: 30px; } }
  .client-section-content .client-content h3, .client-section-content .client-content h1 {
    color: #1a1a1a;
    font-family: "private-sans", Arial, sans-serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0; }
    @media (max-width: 800px) {
      .client-section-content .client-content h3, .client-section-content .client-content h1 {
        font-size: 24px; } }
  .client-section-content .client-content span {
    color: #ee6515;
    display: block;
    font-family: "private-sans", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase; }

.client-section-content .client-list {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  @media (min-width: 801px) {
    .client-section-content .client-list {
      display: block; } }
  .client-section-content .client-list ul {
    list-style-type: none; }
    @media (max-width: 1112px) {
      .client-section-content .client-list ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap; } }
    @media (min-width: 1113px) {
      .client-section-content .client-list ul {
        padding: 20px 0; } }
    .client-section-content .client-list ul li {
      color: #ffffff;
      display: inline-block;
      font-size: 16px;
      padding-left: 60px;
      position: relative;
      text-align: center; }
      @media (max-width: 1040px) {
        .client-section-content .client-list ul li {
          font-size: 14px;
          padding-left: 30px; } }
      @media (min-width: 1113px) {
        .client-section-content .client-list ul li:not(:last-child) {
          padding-right: 50px; } }
      @media (max-width: 1112px) {
        .client-section-content .client-list ul li {
          flex-grow: 1;
          flex-shrink: 1;
          flex-basis: 33.333%;
          padding-top: 20px;
          padding-bottom: 20px;
          width: 33.333%; } }
      @media (min-width: 1113px) {
        .client-section-content .client-list ul li {
          width: 350px;
          max-width: 350px; } }
      .client-section-content .client-list ul li span {
        display: inline-block; }
        @media (min-width: 1040px) and (max-width: 1112px) {
          .client-section-content .client-list ul li span {
            width: 250px; } }
        @media (min-width: 830px) and (max-width: 1039px) {
          .client-section-content .client-list ul li span {
            width: 230px; } }
        @media (min-width: 801px) and (max-width: 829px) {
          .client-section-content .client-list ul li span {
            width: 210px; } }
      .client-section-content .client-list ul li img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }

.professional-guidance-section {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .professional-guidance-section .professional-guidence-content {
    position: relative;
    padding: 36px 0;
    text-align: center; }
    .professional-guidance-section .professional-guidence-content .left-doctor {
      position: absolute;
      left: 36%;
      top: -17px;
      transform: translateX(-180%);
      z-index: 9; }
      @media (max-width: 1500px) {
        .professional-guidance-section .professional-guidence-content .left-doctor {
          transform: none;
          left: 0;
          z-index: 0; } }
      @media (max-width: 800px) {
        .professional-guidance-section .professional-guidence-content .left-doctor {
          bottom: 0;
          top: auto;
          width: 150px;
          z-index: 3; } }
      @media (max-width: 700px) {
        .professional-guidance-section .professional-guidence-content .left-doctor {
          width: 100px; } }
    .professional-guidance-section .professional-guidence-content .left-doctor2 {
      position: absolute;
      left: 56%;
      top: -30px;
      transform: translateX(-180%); }
      @media (max-width: 1500px) {
        .professional-guidance-section .professional-guidence-content .left-doctor2 {
          transform: none;
          left: 13%; } }
      @media (max-width: 800px) {
        .professional-guidance-section .professional-guidence-content .left-doctor2 {
          bottom: 0;
          top: auto;
          width: 170px;
          z-index: 3; } }
      @media (max-width: 700px) {
        .professional-guidance-section .professional-guidence-content .left-doctor2 {
          width: 115px; } }
    .professional-guidance-section .professional-guidence-content .right-doctor {
      position: absolute;
      right: 53%;
      top: -20px;
      transform: translateX(200%);
      z-index: 9; }
      @media (max-width: 1500px) {
        .professional-guidance-section .professional-guidence-content .right-doctor {
          transform: none;
          right: 16%;
          z-index: 1; } }
      @media (max-width: 800px) {
        .professional-guidance-section .professional-guidence-content .right-doctor {
          bottom: 0;
          top: auto;
          width: 150px; } }
      @media (max-width: 700px) {
        .professional-guidance-section .professional-guidence-content .right-doctor {
          width: 100px; } }
    .professional-guidance-section .professional-guidence-content .right-doctor2 {
      position: absolute;
      right: 40%;
      top: -20px;
      transform: translateX(200%); }
      @media (max-width: 1500px) {
        .professional-guidance-section .professional-guidence-content .right-doctor2 {
          transform: none;
          right: 0; } }
      @media (max-width: 800px) {
        .professional-guidance-section .professional-guidence-content .right-doctor2 {
          bottom: 0;
          top: auto;
          width: 150px; } }
      @media (max-width: 700px) {
        .professional-guidance-section .professional-guidence-content .right-doctor2 {
          width: 100px; } }
    .professional-guidance-section .professional-guidence-content h3 {
      color: #1a1a1a;
      font-family: "private-sans", Arial, sans-serif;
      font-weight: 400;
      font-size: 30px;
      margin: 0 0 30px 0;
      position: relative;
      z-index: 9; }
      @media (max-width: 800px) {
        .professional-guidance-section .professional-guidence-content h3 {
          margin-right: 0; } }
    .professional-guidance-section .professional-guidence-content .button {
      font-size: 20px;
      margin-right: 0; }
      @media (min-width: 801px) {
        .professional-guidance-section .professional-guidence-content .button {
          z-index: 33; } }
    @media (max-width: 800px) {
      .professional-guidance-section .professional-guidence-content {
        padding-bottom: 110px; } }
    @media (max-width: 700px) {
      .professional-guidance-section .professional-guidence-content {
        padding-bottom: 80px; } }

.about-us {
  padding-bottom: 30px;
  position: relative; }
  @media (min-width: 801px) {
    .about-us {
      padding-bottom: 60px; } }
  .about-us .section-col {
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .about-us .section-col:first-child {
        flex-basis: 40%;
        width: 40%; } }
    @media (max-width: 800px) {
      .about-us .section-col:first-child {
        margin-top: 60px; } }
    @media (max-width: 800px) {
      .about-us .section-col:last-child {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 801px) {
      .about-us .section-col:last-child {
        flex-basis: 60%;
        padding-left: 45px;
        width: 60%; } }
  .about-us .about-us-content {
    padding: 18px 0; }
    .about-us .about-us-content .page-heading {
      font-size: 38px;
      font-weight: 400;
      letter-spacing: 3px;
      margin: 0 0 10px;
      text-align: left; }
      @media (max-width: 800px) {
        .about-us .about-us-content .page-heading {
          text-align: center;
          position: absolute;
          top: -425px;
          width: 100%; } }
    .about-us .about-us-content p {
      font-size: 18px;
      letter-spacing: 1.5px;
      margin-bottom: 30px; }
      .about-us .about-us-content p a {
        font-weight: 700; }
      @media (max-width: 800px) {
        .about-us .about-us-content p {
          text-align: center;
          padding: 0 15px; } }
    .about-us .about-us-content ul {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      list-style-type: none;
      margin-top: 20px; }
      .about-us .about-us-content ul li {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto; }
        @media (min-width: 801px) {
          .about-us .about-us-content ul li:not(:last-child) {
            padding-right: 10px; } }
        @media (max-width: 800px) {
          .about-us .about-us-content ul li {
            text-align: center;
            padding-right: 2px; } }
        .about-us .about-us-content ul li img {
          max-height: 50px; }
          @media (max-width: 800px) {
            .about-us .about-us-content ul li img {
              height: 35px; } }
        .about-us .about-us-content ul li span {
          color: #848283;
          display: block;
          font-size: 20px;
          font-family: "Freude", Arial, sans-serif;
          letter-spacing: 1.5px;
          margin-top: 18px; }
          @media (max-width: 800px) {
            .about-us .about-us-content ul li span {
              font-size: 15px; } }

.featured-tail-section {
  background-color: #f3f3f3;
  padding-bottom: 50px; }
  .featured-tail-section .slick-dots li.slick-active button:before {
    border-color: #ee6515;
    background-color: #ee6515; }
  .featured-tail-section .slick-dots li button:before {
    border-color: #d0cece;
    background-color: #d0cece; }

.featured-tail-single {
  text-align: center; }
  @media (min-width: 801px) {
    .featured-tail-single:not(:last-child) {
      margin-right: 20px; } }
  .featured-tail-single p {
    color: #1a1a1a;
    font-size: 18px;
    margin: 10px 0;
    padding: 0 30px; }
  .featured-tail-single .button--primary {
    background-color: #ee6515;
    border-color: #ee6515;
    width: 100%;
    font-size: 20px;
    margin: 20px 0 0; }
    .featured-tail-single .button--primary:hover, .featured-tail-single .button--primary:active, .featured-tail-single .button--primary:focus {
      background-color: #4f0ce8;
      border-color: #4f0ce8; }
  .featured-tail-single img {
    width: 100%;
    border-radius: 4px; }

.home-blog {
  padding-bottom: 60px;
  text-align: center; }
  @media (max-width: 800px) {
    .home-blog {
      padding-bottom: 30px; } }
  .home-blog .button {
    padding: 15px 25px; }
  @media (max-width: 800px) {
    .home-blog .section-row {
      flex-direction: row; } }
  @media (max-width: 551px) {
    .home-blog .section-row {
      flex-direction: column; } }
  @media (max-width: 551px) {
    .home-blog .section-row .section-col {
      flex-basis: 100%;
      width: 100%; } }
  .home-blog .home-blog-item {
    color: #1a1a1a;
    text-align: left; }
    @media (max-width: 800px) {
      .home-blog .home-blog-item {
        text-align: center; } }
    .home-blog .home-blog-item .section-row {
      margin-bottom: 30px; }
      @media (max-width: 800px) {
        .home-blog .home-blog-item .section-row {
          flex-direction: column; } }
    .home-blog .home-blog-item .section-col {
      margin-bottom: 0; }
      @media (min-width: 801px) {
        .home-blog .home-blog-item .section-col:first-child {
          flex-basis: 30%;
          width: 30%; } }
      @media (min-width: 801px) {
        .home-blog .home-blog-item .section-col:last-child {
          flex-basis: 70%;
          width: 70%; } }
    .home-blog .home-blog-item img {
      width: 100%; }
    .home-blog .home-blog-item p {
      color: #1a1a1a;
      font-size: 18px; }
    .home-blog .home-blog-item a {
      color: #4f0ce8;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase; }
      .home-blog .home-blog-item a:hover {
        color: #ee6515; }

.featured-video-section {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px; }
  @media (min-width: 801px) {
    .featured-video-section .container {
      max-width: 1290px; } }
  @media (max-width: 800px) {
    .featured-video-section .container {
      padding: 0 40px; } }
  @media (min-width: 801px) {
    .featured-video-section .single-featured-item:not(:last-child) {
      padding-right: 20px; } }
  @media (max-width: 800px) {
    .featured-video-section .single-featured-item {
      margin-bottom: 30px; } }
  .featured-video-section iframe {
    max-width: 100%;
    width: 100%; }
  .featured-video-section .slick-dots li button {
    background-color: #d0cece; }
    .featured-video-section .slick-dots li button:before {
      background: #d0cece; }
  .featured-video-section .slick-dots li.slick-active button {
    background-color: #ff6500; }
    .featured-video-section .slick-dots li.slick-active button:before {
      background: #ff6500; }

.actionBar, .form-field {
  margin: 0; }

.actionBar {
  margin-bottom: 30px; }
  .actionBar .form-field {
    position: relative; }
    @media (max-width: 800px) {
      .actionBar .form-field:after {
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #ffffff;
        content: "\f175";
        left: 25px;
        right: auto; } }

.form-fieldset, .actionBar-section .form-field {
  border: none; }

.actionBar-section {
  float: right; }
  @media (max-width: 800px) {
    .actionBar-section {
      width: 100%; } }
  .actionBar-section .form-label {
    color: #1a1a1a;
    font-size: 16px;
    font-family: "private-sans", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: lowercase; }
    @media (max-width: 800px) {
      .actionBar-section .form-label {
        display: none; } }
  .actionBar-section .form-select {
    background-image: none;
    border: 1px solid #1a1a1a;
    background-color: transparent;
    color: #1a1a1a;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    height: auto;
    padding: 15px 25px;
    width: 220px; }
    @media (min-width: 801px) {
      .actionBar-section .form-select {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
        background-size: 25%;
        background-position: right; } }
    @media (max-width: 800px) {
      .actionBar-section .form-select {
        border: none;
        background-color: #848283;
        color: #ffffff;
        font-size: 20px;
        font-family: "Freude", Arial, sans-serif;
        font-weight: 400;
        padding: 20px 50px;
        width: 100%;
        max-width: 100%; } }

@media (max-width: 800px) {
  .facetedSearch-toggle {
    border: none;
    background-color: #848283;
    border-radius: 6px;
    color: #ffffff;
    margin-bottom: 0;
    padding: 12px 30px;
    width: 100%; }
    .facetedSearch-toggle .toggleLink-text {
      font-size: 20px;
      font-family: "Freude", Arial, sans-serif;
      font-weight: 400; }
    .facetedSearch-toggle:hover, .facetedSearch-toggle:active, .facetedSearch-toggle:focus {
      color: #ffffff; }
    .facetedSearch-toggle .facetedSearch-toggle-indicator {
      text-align: center;
      width: 100%; } }

.category-page-title {
  position: relative; }
  @media (max-width: 800px) {
    .category-page-title {
      display: none; }
      .category-page-title + div {
        display: none; } }
  .category-page-title .page-heading {
    display: inline-block;
    margin-bottom: 40px;
    text-align: left;
    text-transform: capitalize; }
    @media (min-width: 801px) and (max-width: 1000px) {
      .category-page-title .page-heading {
        font-size: 30px; } }
    .category-page-title .page-heading p {
      margin-bottom: 0; }
    .category-page-title .page-heading span {
      color: #848283;
      display: block;
      font-size: 16px;
      font-family: "private-sans", Arial, sans-serif;
      font-weight: 700; }

@media (max-width: 1200px) {
  .category-page .page-sidebar + .page-content .productGrid .product {
    width: 50%; } }

@media (min-width: 801px) {
  .category-page .card {
    border: 1px solid #cecdcd;
    border-radius: 6px;
    padding: 20px 30px; } }

.category-page .featured-product {
  padding-bottom: 60px; }
  @media (max-width: 800px) {
    .category-page .featured-product {
      padding-bottom: 30px; } }
  .category-page .featured-product .card {
    border: none;
    padding: 0; }

@media (max-width: 800px) {
  .category-page .actionBar {
    margin-bottom: 20px !important; }
    .category-page .actionBar-section {
      float: none; } }

@media (min-width: 801px) {
  .category-page .actionBar {
    position: absolute;
    top: 110px;
    right: 40px; } }

.category-page .actionBar .form-fieldset, .category-page .actionBar .actionBar-section .form-field {
  background-color: transparent;
  border: none;
  margin-bottom: 0; }

.category-page .actionBar .form-label {
  color: #1a1a1a;
  font-size: 16px;
  font-family: "private-sans", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: lowercase; }
  @media (max-width: 800px) {
    .category-page .actionBar .form-label {
      display: none; } }

.category-page .actionBar .form-field {
  position: relative; }
  @media (max-width: 800px) {
    .category-page .actionBar .form-field:after {
      color: #ffffff;
      content: "\f175";
      left: 25px;
      right: auto; } }

.category-page .actionBar .form-select {
  border: 1px solid #1a1a1a;
  background-image: none;
  background-color: transparent;
  color: #1a1a1a;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  height: auto;
  padding: 15px 25px;
  width: 220px; }
  @media (min-width: 801px) {
    .category-page .actionBar .form-select {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
      background-size: 25%;
      background-position: right; } }
  @media (max-width: 800px) {
    .category-page .actionBar .form-select {
      border: none;
      background-color: #848283;
      color: #ffffff;
      font-size: 20px;
      font-family: "Freude", Arial, sans-serif;
      font-weight: 400;
      padding: 20px 50px;
      width: 100%;
      max-width: 100%; } }
  @media (min-width: 801px) and (max-width: 1000px) {
    .category-page .actionBar .form-select {
      width: auto; } }

.category-page .actionBar, .category-page .form-field {
  margin: 0; }

@media (max-width: 800px) {
  .category-page .facetedSearch-toggle {
    border: none;
    background-color: #848283;
    border-radius: 6px;
    color: #ffffff;
    margin-bottom: 0;
    padding: 12px 30px;
    width: 100%; }
    .category-page .facetedSearch-toggle .toggleLink-text {
      font-size: 20px;
      font-family: "Freude", Arial, sans-serif;
      font-weight: 400; }
    .category-page .facetedSearch-toggle .facetedSearch-toggle-indicator {
      text-align: center;
      width: 100%; } }

@media (min-width: 1600px) {
  .page-sidebar {
    padding-right: 60px; } }

@media (max-width: 800px) {
  .page-sidebar .category-list {
    display: none; }
    .page-sidebar .category-list + .sidebarBlock {
      display: none; } }

.page-sidebar .category-list + .sidebarBlock .accordion {
  border: none;
  margin-bottom: 0; }

@media (max-width: 800px) {
  .sidebarBlock {
    margin-bottom: 20px; } }

.sidebarBlock .navList-item > .navList {
  padding-left: 15px; }

.sidebarBlock .navList-item .is-active > .navList-action {
  color: #ee6515;
  font-weight: 700; }

.sidebarBlock .navList-action {
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
  text-transform: uppercase; }
  @media (max-width: 800px) {
    .sidebarBlock .navList-action {
      font-size: 14px; } }
  .sidebarBlock .navList-action:hover, .sidebarBlock .navList-action:active, .sidebarBlock .navList-action:focus {
    color: #ee6515;
    font-weight: 700; }

@media (min-width: 801px) {
  .navList-icon-item {
    position: relative; }
    .navList-icon-item:after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      font-family: FontAwesome;
      content: "\f067";
      color: #1a1a1a; }
    .navList-icon-item span {
      display: inline-block;
      padding-right: 30px; } }

.navList-icon-item.is-open:after {
  content: "\f068"; }

.facetedSearch .accordion-content {
  border: 1px solid #cecdcd;
  border-radius: 6px !important;
  max-height: 300px;
  padding: 15px;
  overflow: hidden;
  overflow-y: auto; }
  @media (max-width: 800px) {
    .facetedSearch .accordion-content {
      border: none; } }

.facetedSearch.sidebarBlock {
  border: none;
  padding-bottom: 0; }

.navList-action--checkbox {
  padding-left: 24px; }

.navList-action--checkbox::before {
  border: 2px solid #1a1a1a;
  height: 14px;
  width: 14px; }

.category-promo {
  margin-bottom: 40px; }
  .category-promo img {
    width: 100%; }

.section-content {
  position: relative; }
  .section-content-right {
    padding: 40px 35px; }
    @media (max-width: 800px) {
      .section-content-right {
        padding: 40px 0 0;
        margin-bottom: 40px; } }
  .section-content-text {
    width: 70%; }
    @media (min-width: 1600px) {
      .section-content-text {
        width: 70%; } }
    @media (min-width: 801px) and (max-width: 1074px) {
      .section-content-text {
        width: 60%; } }
    @media (max-width: 800px) {
      .section-content-text {
        padding: 0 15px 30px;
        text-align: center;
        width: 100%; } }
    .section-content-text .page-heading {
      text-align: left;
      margin-bottom: 15px; }
      @media (max-width: 800px) {
        .section-content-text .page-heading {
          text-align: center; } }
    .section-content-text p {
      color: #1a1a1a;
      font-size: 16px; }
      .section-content-text p:not(:last-child) {
        margin-bottom: 30px; }
  .section-content img {
    width: 100%; }
    @media (min-width: 1600px) {
      .section-content img {
        width: 20%; } }
    @media (min-width: 801px) and (max-width: 1075px) {
      .section-content img {
        max-height: 100%;
        width: 40%; } }
    @media (min-width: 801px) {
      .section-content img {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 470px;
        max-height: 380px;
        width: 30%;
        height: 100%; } }
  .section-content-left .section-row {
    align-items: flex-start;
    flex-direction: column; }
    @media (min-width: 1025px) {
      .section-content-left .section-row {
        flex-direction: row; } }
  @media (min-width: 801px) {
    .section-content-left {
      padding: 60px 0; }
      .section-content-left .section-col {
        margin-bottom: 0; }
        .section-content-left .section-col:first-child {
          flex-basis: 100%;
          width: 100%; } }
      @media (min-width: 801px) and (min-width: 1025px) {
        .section-content-left .section-col:first-child {
          flex-basis: 30%;
          width: 30%; } }
  @media (min-width: 801px) {
        .section-content-left .section-col:last-child {
          flex-basis: 100%;
          width: 100%; } }
      @media (min-width: 801px) and (min-width: 1025px) {
        .section-content-left .section-col:last-child {
          flex-basis: 70%;
          width: 70%; } }
      @media (min-width: 801px) and (min-width: 1030px) {
        .section-content-left .section-col:last-child {
          padding-left: 50px; } }
  .section-content-left .section-col:first-child iframe {
    width: 100%;
    height: 360px; }
  @media (max-width: 800px) {
    .section-content-left .section-col:first-child iframe {
      margin-top: 30px; } }
  .section-content-left .section-content-text {
    width: 100%; }

.category-bottom-description h1,
.category-bottom-description h2,
.category-bottom-description h3,
.category-bottom-description h4,
.category-bottom-description h5,
.category-bottom-description h6,
.category-bottom-description p {
  margin: 15px 0; }

.category-bottom-description table {
  border: 1px solid #cecdcd; }
  .category-bottom-description table tr:not(:last-child) {
    border-bottom: 1px solid #cecdcd; }
  .category-bottom-description table td {
    padding: 8px; }
    .category-bottom-description table td:not(:last-child) {
      border-right: 1px solid #cecdcd; }

.category-mobile-header {
  display: none; }
  @media (max-width: 800px) {
    .category-mobile-header {
      display: block;
      margin-top: 35px; }
      .category-mobile-header .category-promo {
        margin-bottom: 30px; }
      .category-mobile-header + .container .breadcrumbs {
        padding: 0 0 20px;
        text-align: left; }
      .category-mobile-header .page-heading {
        margin-bottom: 20px; } }
    @media (max-width: 800px) and (max-width: 551px) {
      .category-mobile-header .page-heading {
        font-size: 24px; } }

.category-mobile-sort {
  display: none; }
  @media (max-width: 800px) {
    .category-mobile-sort {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      margin-bottom: 30px;
      overflow: hidden; }
      .category-mobile-sort .actionBar, .category-mobile-sort .button--primary {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        width: 50%; }
        .category-mobile-sort .actionBar-section, .category-mobile-sort .button--primary-section {
          float: none;
          width: 100%; }
      .category-mobile-sort .actionBar .form-label {
        display: none; }
      .category-mobile-sort .actionBar .form-field {
        position: relative; }
      .category-mobile-sort .actionBar .form-field:after {
        content: "\f175";
        color: #ffffff;
        left: 25px;
        right: auto; } }
    @media (max-width: 800px) and (max-width: 552px) {
      .category-mobile-sort .actionBar .form-field:after {
        left: 15px; } }
  @media (max-width: 800px) {
      .category-mobile-sort .actionBar .form-select {
        background-image: none;
        background-color: #848283;
        color: #ffffff;
        font-family: "Freude", Arial, sans-serif;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 1.5px;
        height: auto;
        padding: 10px 50px;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 800px) and (max-width: 552px) {
      .category-mobile-sort .actionBar .form-select {
        font-size: 15px;
        padding: 10px 30px; } }
  @media (max-width: 800px) {
      .category-mobile-sort .button--primary {
        border: none;
        background-color: #848283;
        font-size: 20px;
        letter-spacing: 1.5px;
        margin-right: 15px;
        margin-bottom: 0;
        padding: 10px 30px; } }
    @media (max-width: 800px) and (max-width: 552px) {
      .category-mobile-sort .button--primary {
        font-size: 15px; } }

.product-others-info-desktop {
  display: none; }
  @media (min-width: 801px) {
    .product-others-info-desktop {
      display: block; } }

.product-others-info-mobile {
  display: none; }
  @media (max-width: 800px) {
    .product-others-info-mobile {
      display: block;
      padding: 0 15px 40px;
      text-align: center; } }

.productView-purchase--box {
  background-color: #f3f3f3;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 20px 30px; }
  @media (min-width: 801px) {
    .productView-purchase--box {
      margin-bottom: 50px;
      padding: 30px 40px; } }
  @media (min-width: 801px) and (max-width: 1023px) {
    .productView-purchase--box {
      padding: 15px; } }
  @media (min-width: 1024px) and (max-width: 1310px) {
    .productView-purchase--box {
      padding: 30px 20px; } }
  @media (min-width: 551px) and (max-width: 800px) {
    .productView-purchase--box {
      padding: 30px; } }
  .productView-purchase--box .form-field--increments {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0; }
  .productView-purchase--box .form-label {
    color: #000000;
    font-size: 18px;
    font-family: "private-sans";
    padding-right: 15px;
    display: inline-block;
    margin-bottom: 0;
    min-width: initial;
    text-transform: lowercase; }
  .productView-purchase--box .form-increment {
    background-color: #ffffff;
    border: 1px solid #1a1a1a;
    border-radius: 6px;
    font-size: 14px;
    height: 45px;
    line-height: 40px;
    position: relative;
    width: 100%; }
    @media (max-width: 800px) {
      .productView-purchase--box .form-increment {
        text-align: left;
        padding-left: 20px; } }
    .productView-purchase--box .form-increment .button {
      border: none;
      line-height: 0rem;
      padding: 0; }
      .productView-purchase--box .form-increment .button[data-action="inc"] {
        color: #000000;
        position: absolute;
        top: 5px;
        right: 15px; }
      .productView-purchase--box .form-increment .button[data-action="dec"] {
        bottom: 5px;
        color: #000000;
        position: absolute;
        right: 15px; }
  .productView-purchase--box .form-action {
    margin-top: 30px;
    width: 100%;
    padding: 0; }
    .productView-purchase--box .form-action .button {
      font-size: 20px;
      letter-spacing: 1.5px;
      text-transform: lowercase;
      width: 100%; }
      @media (min-width: 801px) and (max-width: 1137px) {
        .productView-purchase--box .form-action .button {
          font-size: 16px; } }
      @media (max-width: 360px) {
        .productView-purchase--box .form-action .button {
          font-size: 16px; } }
      .productView-purchase--box .form-action .button--primary {
        border-color: #ee6515;
        background-color: #ee6515; }
        .productView-purchase--box .form-action .button--primary:hover {
          border-color: #99cc33;
          background-color: #99cc33; }

.form-increment {
  background-color: #ffffff;
  border: 1px solid #1a1a1a;
  border-radius: 6px;
  font-size: 14px;
  height: 45px;
  line-height: 40px;
  position: relative;
  text-align: left;
  width: 100%; }
  @media (max-width: 800px) {
    .form-increment {
      padding-left: 20px; } }
  .form-increment .button {
    border: none;
    line-height: 0rem;
    padding: 0; }
    .form-increment .button[data-action="inc"] {
      color: #000000;
      position: absolute;
      top: 5px;
      right: 15px; }
    .form-increment .button[data-action="dec"] {
      bottom: 5px;
      color: #000000;
      position: absolute;
      right: 15px; }

.productView-purchase-opts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .productView-purchase-opts .button {
    border: none;
    color: #1a1a1a;
    font-size: 20px;
    letter-spacing: 1.5px; }
    @media (min-width: 801px) and (max-width: 1137px) {
      .productView-purchase-opts .button {
        font-size: 16px; } }
    @media (max-width: 360px) {
      .productView-purchase-opts .button {
        font-size: 16px; } }
    .productView-purchase-opts .button.dropdown-menu-button {
      width: auto; }
      .productView-purchase-opts .button.dropdown-menu-button:hover, .productView-purchase-opts .button.dropdown-menu-button:active, .productView-purchase-opts .button.dropdown-menu-button:focus {
        color: #99cc33; }

.tabs {
  position: relative; }
  @media (min-width: 801px) {
    .tabs {
      margin-left: 40px; }
      .tabs:before {
        position: absolute;
        left: -40px;
        bottom: -1px;
        width: 40px;
        height: 1px;
        content: "";
        background-color: #cecdcd; } }

.accordion-tab {
  border-top: 1px solid #cecdcd; }
  @media (max-width: 800px) {
    .accordion-tab.is-active .tab-title {
      color: #848283;
      font-weight: 400; }
      .accordion-tab.is-active .tab-title:after {
        content: "\f068"; } }
  @media (max-width: 800px) {
    .accordion-tab .tab-title {
      position: relative; }
      .accordion-tab .tab-title:hover, .accordion-tab .tab-title:active, .accordion-tab .tab-title:focus {
        color: #848283; }
      .accordion-tab .tab-title:after {
        color: #848283;
        content: "\f067";
        font-family: FontAwesome;
        font-size: 14px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); } }

.tabs-contents {
  border-bottom: 1px solid #cecdcd;
  margin-bottom: 0;
  padding: 0 15px; }
  @media (min-width: 801px) {
    .tabs-contents .tab-content {
      padding: 0; } }
  @media (min-width: 801px) {
    .tabs-contents {
      position: relative;
      padding: 40px; } }
  @media (max-width: 800px) {
    .tabs-contents {
      border: none; } }
  .tabs-contents .section-row {
    align-items: flex-start; }
    @media (min-width: 801px) {
      .tabs-contents .section-row .section-col:first-child {
        flex-basis: 75%;
        padding-right: 50px;
        width: 75%; } }
    @media (min-width: 801px) {
      .tabs-contents .section-row .section-col:last-child {
        flex-basis: 25%;
        width: 25%; } }
  .tabs-contents .product-information {
    margin-top: 15px; }
    @media (max-width: 800px) {
      .tabs-contents .product-information {
        padding: 0 40px; } }

.productView-purchase-opts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center; }
  @media (min-width: 801px) and (max-width: 972px) {
    .productView-purchase-opts {
      flex-wrap: wrap; } }
  .productView-purchase-opts .form-action {
    margin-top: 0;
    width: auto; }
    @media (min-width: 801px) and (max-width: 972px) {
      .productView-purchase-opts .form-action {
        width: 100%;
        text-align: center; } }
  .productView-purchase-opts .button.dropdown-menu-button {
    margin: 0;
    padding: 0;
    line-height: 1.8; }
    .productView-purchase-opts .button.dropdown-menu-button:not(:first-child):before {
      color: #cecdcd;
      content: "|";
      padding: 0 15px; }
      @media (min-width: 801px) and (max-width: 972px) {
        .productView-purchase-opts .button.dropdown-menu-button:not(:first-child):before {
          content: none; } }
  .productView-purchase-opts .socialLinks .socialLinks-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 30px; }
    .productView-purchase-opts .socialLinks .socialLinks-item:hover {
      background-color: #ffffff; }
  .productView-purchase-opts .socialLinks .icon {
    color: #1a1a1a;
    font-size: 16px;
    width: auto;
    height: auto; }
    .productView-purchase-opts .socialLinks .icon i.fa {
      margin-right: 10px; }

@media (max-width: 800px) {
  .productView-description.desktop-view {
    display: none; } }

.productView-description.mobile-view {
  display: none; }
  @media (max-width: 800px) {
    .productView-description.mobile-view {
      display: block; } }
  .productView-description.mobile-view .tabs {
    list-style-type: none; }
  .productView-description.mobile-view .tab-contents {
    padding: 0 15px; }
  .productView-description.mobile-view .accordion-tab-content {
    display: none; }
    .productView-description.mobile-view .accordion-tab-content.is-active {
      display: block; }

.product-faqs-section {
  background-color: #f3f3f3;
  padding: 60px 0 30px; }
  @media (max-width: 800px) {
    .product-faqs-section {
      padding: 40px 0; } }
  .product-faqs-section .page-heading {
    font-size: 34px;
    text-align: left;
    text-transform: uppercase; }
    @media (max-width: 800px) {
      .product-faqs-section .page-heading {
        font-size: 28px;
        text-align: center; } }
  .product-faqs-section .product-faq-list {
    border-bottom: 1px solid #cecdcd;
    padding-bottom: 30px;
    margin-bottom: 40px; }
    @media (max-width: 800px) {
      .product-faqs-section .product-faq-list {
        padding-bottom: 15px; } }
    .product-faqs-section .product-faq-list:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .product-faqs-section .product-faq-list h4 {
      font-size: 18px;
      font-family: "Open Sans", Arial, sans-serif;
      font-weight: 700;
      margin: 0; }

.productView-short-desc-list {
  padding-left: 0px;
  text-align: left;
  font-family: "private-sans", Arial, sans-serif;
  padding-top: 30px;
  color: #848283; }
  .productView-short-desc-list strong {
    color: #848283; }
  .productView-short-desc-list ul {
    list-style-position: outside !important; }
    @media (max-width: 800px) {
      .productView-short-desc-list ul {
        list-style-position: inside !important; } }
  .productView-short-desc-list li {
    color: #848283;
    font-size: 18px;
    font-family: "private-sans", Arial, sans-serif;
    position: relative; }
    .productView-short-desc-list li:first-child {
      margin-top: 20px; }

.free_shipping_image {
  margin: 30px 0 0; }

.quickView.modal-body {
  padding: 3rem 1.5rem; }

.quickView .productView {
  padding-left: 0; }

.quickView .productView-thumbnails {
  margin-right: 15px; }

@media (max-width: 800px) {
  .productView-bundle {
    padding: 0 60px; } }

@media (max-width: 480px) {
  .productView-bundle {
    padding: 0 15px; } }

.productView-bundle h4 {
  font-size: 18px;
  font-family: "private-sans", Arial, sans-serif;
  margin: 0 0 20px; }

.productView-bundle .slick-dots li button {
  border: 1px solid #9c3; }
  .productView-bundle .slick-dots li button:hover:before {
    background-color: #9c3; }

.productView-bundle-group {
  list-style-type: none; }
  .productView-bundle-group .productView-bundle-list {
    display: block;
    margin-right: 20px; }
    .productView-bundle-group .productView-bundle-list:hover .productView-bundle-title, .productView-bundle-group .productView-bundle-list:active .productView-bundle-title, .productView-bundle-group .productView-bundle-list:focus .productView-bundle-title {
      color: #ee6515; }
    .productView-bundle-group .productView-bundle-list .form__input, .productView-bundle-group .productView-bundle-list .form__input_cart {
      display: none; }
    .productView-bundle-group .productView-bundle-list .form__checkbox-label {
      position: relative;
      cursor: pointer;
      display: block; }
    .productView-bundle-group .productView-bundle-list .form__checklist-button {
      width: 18px;
      height: 18px;
      display: inline-block;
      border: 1px solid #cecdcd;
      border-radius: 2px;
      position: absolute;
      top: 20px;
      left: 15px;
      z-index: 2; }
      .productView-bundle-group .productView-bundle-list .form__checklist-button:after {
        content: "\f00c";
        color: #1a1a1a;
        display: block;
        font-family: FontAwesome;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity .3s;
        font-size: 12px;
        line-height: 12px;
        text-align: center; }
    .productView-bundle-group .productView-bundle-list .form__input.checked:checked ~ .form__checkbox-label .form__checklist-button:after, .productView-bundle-group .productView-bundle-list .form__input_cart.checked:checked ~ .form__checkbox-label .form__checklist-button:after {
      opacity: 1; }
    .productView-bundle-group .productView-bundle-list .productView-bundle-image {
      border: 1px solid #cecdcd;
      border-radius: 6px;
      width: 100%;
      min-height: 130px;
      padding: 15px; }
    .productView-bundle-group .productView-bundle-list .productView-bundle-info {
      text-align: center;
      padding: 0 5px; }
    .productView-bundle-group .productView-bundle-list .productView-bundle-title {
      font-size: 16px;
      font-family: "private-sans", Arial, sans-serif;
      margin: 5px 0; }
      .productView-bundle-group .productView-bundle-list .productView-bundle-title a {
        color: #1a1a1a; }
        .productView-bundle-group .productView-bundle-list .productView-bundle-title a:hover, .productView-bundle-group .productView-bundle-list .productView-bundle-title a:active, .productView-bundle-group .productView-bundle-list .productView-bundle-title a:focus {
          color: #ee6515; }
    .productView-bundle-group .productView-bundle-list .productView-bundle-text {
      margin-bottom: 5px;
      font-size: 14px; }
      .productView-bundle-group .productView-bundle-list .productView-bundle-text .rating_count {
        color: #cecdcd;
        font-size: 10px; }
      .productView-bundle-group .productView-bundle-list .productView-bundle-text .price {
        color: #cf1414;
        font-family: "private-sans", Arial, sans-serif;
        font-size: 20px;
        font-weight: 700; }
      .productView-bundle-group .productView-bundle-list .productView-bundle-text .price-prefix {
        font-size: 15px; }

.search-results-content strong {
  margin: 10px 0;
  display: inline-block; }
  .search-results-content strong a {
    color: #1a1a1a;
    font-family: "private-sans", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700; }
    .search-results-content strong a:hover {
      color: #ee6515; }
  .search-results-content strong p {
    font-size: 16px; }

.review-section {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap; }
  @media (min-width: 801px) {
    .review-section {
      flex-direction: row; } }
  .review-section .section-col {
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .review-section .section-col:first-child {
        flex-basis: 70%;
        width: 70%; } }
    @media (min-width: 801px) {
      .review-section .section-col:last-child {
        flex-basis: 30%;
        width: 30%; } }

div[data-widget-style=standard] h2.stamped-header-title, div[data-widget-style=standard] h3.stamped-form-title {
  display: block; }

.stamped-header-title {
  font-size: 34px;
  margin: 0 0 30px;
  text-align: center; }

div[data-widget-style=standard] .stamped-summary-ratings {
  display: none; }

.fa-star:before, .stamped-fa-star:before {
  content: "\f1b0" !important; }

div[data-widget-style=standard] .stamped-summary-starrating .fa-star-half-o:before, div[data-widget-style=standard] .stamped-summary-starrating .fa-star-o:before, div[data-widget-style=standard] .stamped-summary-starrating .fa-star:before, div[data-widget-style=standard] .stamped-summary-starrating .stamped-fa-star-half-o:before, div[data-widget-style=standard] .stamped-summary-starrating .stamped-fa-star-o:before, div[data-widget-style=standard] .stamped-summary-starrating .stamped-fa-star:before {
  font-size: 22px !important; }

.fa-star, .fa-star-o, .fa-star-half-o, .stamped-fa-star, .stamped-fa-star-o, .stamped-fa-star-half-o {
  padding-right: 10px; }

div[data-widget-style=standard] .stamped-summary {
  text-align: center;
  margin-top: 80px; }

@media only screen and (max-width: 800px) {
  div[data-widget-style=standard] .stamped-summary {
    margin-top: 50px; } }

.summary-overview {
  margin: 0 auto;
  position: relative;
  top: 40px; }

.stamped-summary-starrating {
  float: none;
  margin: 0; }

h3.stamped-review-header-title {
  line-height: 24px;
  margin: 20px 0 10px;
  font-family: "Open Sans", sans-serif; }

p.stamped-review-content-body {
  color: #111111;
  font-size: 18px; }

.stamped-review-footer {
  clear: both !important;
  font-size: 18px;
  opacity: 1;
  margin-top: 25px;
  color: #4f0ce8;
  font-weight: 700; }

.stamped-share-icon i.stamped-fa:before {
  color: #4f0ce8;
  font-size: 18px; }

.stamped-review-header .created, .stamped-review-header-byline .created {
  color: #111111; }

ul.stamped-tabs {
  border-bottom: none; }

.stamped-review-header-starratings {
  margin-top: 10px; }

.stamped-review {
  border-top-color: #cecdcd; }

.stamped-summary-actions-newreview {
  font-size: 20px;
  color: #fff;
  background-color: #ee6515;
  border-color: #ee6515;
  line-height: 38px;
  font-family: Freude,Arial,Helvetica,sans-serif;
  text-transform: lowercase;
  letter-spacing: 1.5px;
  border-radius: 6px;
  padding: 5px 35px;
  margin: 0; }

.stamped-summary-actions-newquestion:hover, .stamped-summary-actions-newreview:hover, .stamped-summary-actions-newquestion:active, .stamped-summary-actions-newreview:active, .stamped-summary-actions-newquestion:focus, .stamped-summary-actions-newreview:focus {
  background-color: #9c3;
  border-color: #9c3;
  color: #fff;
  opacity: 1; }

div[data-widget-style=standard] .stamped-summary-actions {
  margin-top: 0 !important;
  display: block !important;
  float: right;
  margin-bottom: -40px;
  position: absolute;
  z-index: 3;
  right: 40%;
  bottom: 140px; }

div[data-widget-style=standard] .stamped-summary-actions {
  margin-top: 0 !important;
  display: block !important;
  float: right;
  margin-bottom: -40px;
  position: absolute;
  z-index: 3;
  right: auto;
  bottom: 140px;
  transform: translateX(-50%);
  left: 50%; }

#stamped-filter-select, #stamped-sort-select {
  color: #1a1a1a;
  font-size: 14px;
  border: 1px solid #1a1a1a !important;
  border-radius: 6px;
  width: 220px;
  height: 45px; }

.stamped-summary-actions-newreview:before {
  content: none; }

@media only screen and (max-width: 480px) {
  .stamped-summary-actions-newquestion, .stamped-summary-actions-newreview {
    width: auto; } }

@media only screen and (max-width: 480px) {
  div[data-widget-style=standard] .stamped-summary-actions {
    position: absolute !important;
    float: none !important;
    clear: both !important;
    display: inline-block !important;
    width: 100% !important;
    margin: 0 0 -56px !important;
    padding: 0 !important;
    text-align: center; } }

@media only screen and (max-width: 800px) {
  div[data-widget-style=standard] .stamped-summary- actions {
    margin: 0 0 -56px !important; } }

.stamped-form-label {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block; }

input.stamped-form-input-email, input.stamped-form-input-text, textarea.stamped-form-input-textarea {
  font-size: 15px !important;
  border-color: #1a1a1a;
  border-radius: 6px;
  padding: 5px 15px; }

.stamped-button-primary {
  background-color: #ee6515;
  border-color: #ee6515;
  color: #ffffff; }

.stamped-button.button.active, .stamped-button.is-active, .stamped-button:focus, .stamped-button:hover {
  background-color: #9c3;
  border-color: #9c3;
  color: #ffffff; }

.card-rating .stamped-badge, .bundle-card-rating .stamped-badge {
  cursor: default !important; }

.video {
  opacity: 1; }

.video-figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  float: none; }
  .video-figure:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "\f04b";
    font-size: 15px;
    color: #ffffff;
    font-family: FontAwesome;
    z-index: 1;
    background-color: #848283;
    width: 30px;
    text-align: center; }
  .video-figure img {
    margin: 0;
    position: relative;
    max-height: initial; }

.modal-video.active {
  background-color: transparent;
  visibility: visible;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 0 !important;
  left: 0;
  transform: none; }
  .modal-video.active:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background-color: #000000;
    opacity: .8;
    z-index: 1; }
  .modal-video.active .modal-content {
    position: absolute;
    z-index: 1006;
    width: 640px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 400px; }
  .modal-video.active .modal-close {
    color: #ffffff;
    z-index: 1006; }

.custom-productView .productView-options h3, .custom-productView .productView-options p {
  padding: 0 15px; }
  @media (min-width: 801px) {
    .custom-productView .productView-options h3, .custom-productView .productView-options p {
      padding-right: 40px;
      padding-left: 0; } }

.custom-productView .productView-images {
  display: block;
  flex-basis: auto;
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
  margin-bottom: 0;
  order: unset; }

.custom-productView .productView-image {
  height: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  order: unset; }
  @media (max-width: 800px) {
    .custom-productView .productView-image {
      display: block; } }

.custom-productView .productView-img-container {
  max-width: 350px;
  margin: 0 0 30px; }
  @media (max-width: 800px) {
    .custom-productView .productView-img-container {
      margin: 0 auto 30px; } }
  .custom-productView .productView-img-container:after {
    padding-bottom: 0; }
  .custom-productView .productView-img-container img {
    max-width: initial;
    position: relative;
    width: 100%; }

@media (min-width: 801px) {
  .custom-productView .productView-product {
    border-bottom: none; } }

@media (min-width: 801px) {
  .custom-productView .productView-details:first-child {
    padding-left: 0; } }

@media (max-width: 800px) {
  .custom-productView .widget {
    text-align: left; } }

.custom-productView .widget h3 {
  border-bottom: 1px solid #cecdcd;
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 30px 10px 0;
  position: relative;
  cursor: pointer; }
  .custom-productView .widget h3:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    color: #1a1a1a;
    font-family: FontAwesome;
    content: "\f067";
    font-size: 14px; }
  .custom-productView .widget h3.is-active:after {
    content: "\f068"; }

.custom-productView .widget p {
  display: none; }

.porduct-options-list {
  padding-right: 40px; }
  @media (max-width: 800px) {
    .porduct-options-list {
      padding: 0 15px; } }
  .porduct-options-list .form-label--inlineSmall small {
    color: rgba(207, 20, 20, 0.7);
    text-transform: lowercase;
    font-size: 14px;
    vertical-align: middle; }

.catsideBar-list-box {
  border: 1px solid #cecdcd;
  border-radius: 6px;
  max-height: 300px;
  padding: 15px;
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: 30px; }
  .catsideBar-list-box .sidebarBlock {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

@media (max-width: 800px) {
  .catsideBar .catsideBar-list-box {
    display: none; }
    .catsideBar .catsideBar-list-box.is-active {
      display: block; } }

@media (max-width: 800px) {
  .catsideBar .sidebarBlock-heading {
    position: relative; }
    .catsideBar .sidebarBlock-heading:after {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      content: "\f067";
      font-family: FontAwesome;
      color: #848283;
      font-size: 14px; }
    .catsideBar .sidebarBlock-heading.is-active:after {
      content: "\f068"; } }

@media (max-width: 800px) {
  .previewCart .productView-image {
    display: block;
    flex-basis: auto;
    width: 100%;
    margin: 20px 0; } }

.modal-body {
  padding-left: 15px;
  padding-right: 15px; }

.review-page-section {
  margin: 0 -15px; }
  @media (max-width: 800px) {
    .review-page-section {
      display: block !important; } }
  .review-page-section .single-review-box {
    float: left;
    padding: 0 15px;
    margin-bottom: 30px; }
    @media (min-width: 551px) {
      .review-page-section .single-review-box {
        width: 50%; } }
    @media (min-width: 801px) {
      .review-page-section .single-review-box {
        width: 33.333%; } }
    @media (min-width: 1025px) {
      .review-page-section .single-review-box {
        width: 25%; } }
  .review-page-section .single-review-link {
    display: block;
    position: relative;
    transition: .2s; }
    .review-page-section .single-review-link:hover {
      opacity: .7; }
  .review-page-section .single-review-image {
    position: relative;
    width: 100%;
    height: 100%; }
  .review-page-section .single-review-caption {
    background-color: rgba(26, 26, 26, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: capitalize;
    text-align: center; }
    .review-page-section .single-review-caption h3 {
      font-size: 24px;
      color: #ffffff;
      margin: 0; }

.review-block {
  margin: 0;
  margin: 0 0 30px;
  border: 1px solid #cecdcd;
  border-radius: 6px;
  max-height: 300px;
  padding: 15px;
  overflow: hidden;
  overflow-y: auto; }
  @media (max-width: 800px) {
    .review-block {
      margin-bottom: 30px; } }

@media (max-width: 800px) {
  .custom-sideBar .sidebarBlock-heading {
    position: relative; }
    .custom-sideBar .sidebarBlock-heading:after {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      content: "\f067";
      font-family: FontAwesome;
      color: #848283;
      font-size: 14px; }
    .custom-sideBar .sidebarBlock-heading.is-active:after {
      content: "\f068"; } }

@media (max-width: 800px) {
  .custom-sideBar .sidebarBlock {
    display: none; }
    .custom-sideBar .sidebarBlock.is-active {
      display: block; } }

.single-review-content {
  margin: 0 -15px 30px; }

.review-content-image {
  float: left;
  width: 100%;
  padding: 0 15px; }
  @media (min-width: 801px) {
    .review-content-image {
      flex-basis: 30%;
      width: 30%;
      border-right: 1px solid #1a1a1a; } }

.review-content-image img {
  max-width: 100%;
  width: 100%; }

.review-content {
  float: left;
  width: 100%;
  padding: 0 15px; }
  @media (min-width: 801px) {
    .review-content {
      flex-basis: 70%;
      width: 70%; } }

.review-content p, .review-content ul {
  font-size: 16px;
  line-height: 1.8;
  padding: 0; }

.pagination-item.pagination-item--current {
  border-color: #ee6515;
  background-color: #ee6515; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #ffffff; }

.pagination-item.pagination-item--current .pagination-link:hover {
  color: #ffffff; }

.pagination-item:active, .pagination-item:hover, .pagination-item:focus {
  border-radius: 4px;
  border-color: #ee6515; }
  .pagination-item:active .pagination-link, .pagination-item:hover .pagination-link, .pagination-item:focus .pagination-link {
    color: #ee6515; }

.instagram-title {
  color: #848283;
  font-size: 22px;
  margin: 0 0 20px; }

span.stamped-badge-caption {
  font-size: 14px;
  color: #b5b4b5; }

.card .card-text.card-rating .stamped-product-reviews-badge .stamped-badge .stamped-fa.stamped-fa-star-o:before {
  content: "" !important;
  color: #b5b4b5 !important; }

.fa-star-half-o:before, .stamped-fa-star-half-o:before {
  content: '\f1b0' !important; }

.stamped-col-lg-2, .stamped-col-md-3, .stamped-col-sm-4 {
  width: 30.66666% !important; }

.review-section .section-col:last-child {
  margin-top: 50px; }

.stamped-instagram-load-more div {
  background-color: #ee6515;
  border: none !important;
  font-family: Freude,Arial,Helvetica,sans-serif;
  border-radius: 6px;
  margin-top: 40px !important; }

@media only screen and (max-width: 800px) {
  .stamped-instagram-load-more div {
    margin-bottom: 40px !important; } }

.stamped-instagram-load-more div a {
  color: #fff;
  letter-spacing: 1.5px;
  font-weight: 400; }

.stamped-instagram-load-more div:hover {
  background-color: #99cc33; }

.card-figcaption-button.quick-view {
  background-color: rgba(153, 204, 51, 0.9); }
  .card-figcaption-button.quick-view:hover, .card-figcaption-button.quick-view:active, .card-figcaption-button.quick-view:focus {
    background-color: #99cc33; }

@media (max-width: 800px) {
  .productGrid .product.wishlist-product {
    width: 100%; } }

form.form.new-password-form .form-field {
  margin-bottom: 15px; }

#contact-us-page .form-actions {
  margin-top: 20px; }

.table--wrapper {
  overflow: hidden;
  overflow-x: auto; }

.message--form .form-field {
  margin-bottom: 15px; }

.cart-item-block.cart-item-title .definitionList-key, .cart-item-block.cart-item-title .definitionList-value {
  margin-bottom: 10px; }

.gift-certificate-form .form-field {
  margin-bottom: 20px; }

.gift-certificate-form .form-column .form-field {
  padding: 0; }

.gift-certificate-form .form-field.form-field-group {
  padding: 1.5rem; }

.cart-response {
  margin-bottom: 15px; }
  .cart-response p {
    letter-spacing: 1.5px;
    font-family: "private-sans", Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 10px 0; }
  .cart-response .green {
    background-color: rgba(32, 127, 1, 0.6); }
  .cart-response .red {
    background-color: rgba(207, 20, 20, 0.6); }

.previewCartCheckout-additionalCheckoutButtons {
  margin: 30px 0 0; }

.ppc-category {
  padding-top: 40px; }
  .ppc-category .section-row {
    align-items: flex-start; }
    @media (max-width: 960px) {
      .ppc-category .section-row {
        flex-direction: column; } }
  @media (max-width: 800px) {
    .ppc-category .category-page-title + div, .ppc-category .category-page-title {
      display: block; } }
  @media (max-width: 800px) {
    .ppc-category .category-page-title .page-heading {
      font-size: 24px;
      text-align: center; } }
  .ppc-category .card-figure {
    border: none; }
  .ppc-category .card-figcaption-button {
    width: 220px;
    margin: 0 auto; }
  @media (min-width: 801px) {
    .ppc-category .card {
      padding: 20px 10px; } }
  .ppc-category .card-summary {
    display: block;
    margin: 20px 0; }
  .ppc-category .tabs {
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top: 30px; }
    .ppc-category .tabs:before {
      content: none; }
    .ppc-category .tabs .tab {
      background-color: #f3f3f3;
      border-right: 1px solid #cecdcd;
      border-radius: 0px 6px 0 0; }
      .ppc-category .tabs .tab:first-child {
        border-left: 1px solid #cecdcd;
        border-radius: 6px 6px 0 0; }
      .ppc-category .tabs .tab.is-active {
        background-color: transparent;
        border: 1px solid #cecdcd;
        border-bottom: 1px solid white;
        border-radius: 6px 6px 0 0;
        margin-bottom: -1px; }
    .ppc-category .tabs .tab-title {
      font-size: 18px;
      padding: 15px; }
      @media (min-width: 961px) and (max-width: 1200px) {
        .ppc-category .tabs .tab-title {
          font-size: 12px;
          padding: 10px; } }
      @media (max-width: 460px) {
        .ppc-category .tabs .tab-title {
          font-size: 11px;
          padding: 6px; } }
  .ppc-category .tabs-contents {
    padding: 40px 20px;
    border: 1px solid #cecdcd;
    border-top: none; }
    .ppc-category .tabs-contents p {
      font-size: 15px; }

@media (max-width: 800px) {
  .search-page {
    display: flex;
    flex-direction: column; }
    .search-page .page-sidebar {
      order: 2; } }

.sitemap-list {
  margin-bottom: 20px; }

.sitemap-list li a h3 {
  display: inline-block; }

.sitemap-list li {
  margin-bottom: 10px;
  text-transform: capitalize; }

#overlay {
  border: 1px solid #cecdcd;
  background-color: #ffffff;
  width: 250px;
  height: 350px;
  display: none;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%); }

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 150px;
  height: 150px;
  z-index: 10;
  display: none; }

.scrolltop {
  display: block;
  position: fixed;
  bottom: 70px;
  left: 10px;
  font-size: 0;
  width: 38px;
  height: 38px;
  background: #ee6515;
  z-index: 200;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease; }
  .scrolltop:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font: 20px "FontAwesome";
    content: '\f077';
    color: #ffffff;
    z-index: 101;
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease; }
  .scrolltop:hover {
    bottom: 75px;
    opacity: 1; }
  .scrolltop:hover:before {
    color: #ffffff;
    opacity: 1; }
  @media (max-width: 800px) {
    .scrolltop {
      left: 10px;
      right: auto; } }

@media (min-width: 801px) {
  .navPages.fixed-header {
    background-color: #ee6515;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: auto; }
    .navPages.fixed-header > .navPages-list:first-child {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      position: relative; } }

.body.category-page .section-row {
  align-items: flex-start; }

.product-page .productView-short-desc-list ul {
  margin-bottom: 5%; }

.product-page .section-col ul {
  margin-bottom: 2%; }

.category-page .page-content ul {
  margin-bottom: 20px; }

/*** Sub Category page styles ***/
#categories-listing-container {
  text-align: center; }
  #categories-listing-container .category-page-title {
    text-align: left; }

.category-page .page-content .sub-category-list {
  margin-bottom: 3rem; }

.sub-category-list {
  list-style: none;
  margin: 0 -.75rem 1.5rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .sub-category-list .sub-category-item {
    display: none;
    text-align: center;
    width: calc(50% - 1.5rem);
    font-size: 1rem;
    margin-left: .75rem;
    margin-right: .75rem;
    margin-bottom: 28px;
    border: 1px solid #cecdcd;
    border-radius: 6px;
    padding: 10px; }
    .sub-category-list .sub-category-item.is-active {
      display: block; }
    .sub-category-list .sub-category-item figure {
      margin: 0 0 15px; }
      .sub-category-list .sub-category-item figure a {
        display: block; }
      .sub-category-list .sub-category-item figure .cat-image {
        display: block;
        border-radius: 6px;
        width: 100%; }
    .sub-category-list .sub-category-item .card-title {
      text-align: center;
      margin-bottom: 0; }
    @media (min-width: 1201px) {
      .sub-category-list .sub-category-item {
        width: calc(33.33% - 1.5rem); } }
    @media (min-width: 801px) {
      .sub-category-list .sub-category-item {
        padding: 20px 30px; } }

#load-more-categories {
  margin: 0 0 3.5rem; }

.footer-logos {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 0; }

@media (max-width: 551px) {
  .card .card-text.card-rating {
    font-size: 18px !important; }
  .card .stamped-badge-starrating {
    margin: 0 !important;
    display: block; }
  .card .card-image {
    padding: 0 10px; }
  .card .card-body {
    padding-left: 0;
    padding-right: 0; }
  .card .card-title {
    font-size: 0.678rem; } }

/*** Product page custom field styles ***/
.productView-short--info {
  color: #848283;
  font-size: 16px;
  margin-top: 10px; }

/*** Product page custom field styles ***/
/*** Product Quick View styles ***/
.card-figcaption-button.quickview {
  background-color: #2e8412;
  position: relative; }
  .card-figcaption-button.quickview:hover {
    background-color: #449d27; }
  .card-figcaption-button.quickview:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 14px;
    background: url("https://cdn11.bigcommerce.com/s-4sdjwgussa/product_images/uploaded_images/eye-icon.png") no-repeat center center;
    margin: 0 10px 0 0;
    position: relative;
    top: 2px; }

/*** Product Quick View styles ***/
/*****************************Footer Newsletter Heading Styles Start*************************/
.footer-newsletter h3 {
  color: #fff; }

@media (max-width: 1133px) and (min-width: 801px) {
  .footer-info-heading, .footer-newsletter h3 {
    font-size: 16px !important; } }

/*****************************Footer Newsletter Heading Styles End*************************/
.custom-category-content {
  margin-bottom: 50px; }

.custom-category-content .content-with-image {
  display: flex; }

.custom-category-content .content-with-image .category-content {
  width: 70%;
  text-align: left; }

.custom-category-content .content-with-image .category-image {
  width: 30%;
  margin-left: 20px; }

.custom-category-content .content-two-columns {
  display: flex;
  margin-top: 20px; }

.custom-category-content .content-two-columns div {
  width: 50%;
  text-align: left;
  margin-right: 25px; }

.custom-category-content .single-content {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left; }

@media (max-width: 600px) {
  .custom-category-content .content-with-image {
    display: block; }
  .custom-category-content .content-with-image .category-content {
    width: 100%;
    text-align: left; }
  .custom-category-content .content-with-image .category-image {
    width: 100%;
    margin-left: none; }
  .custom-category-content .content-two-columns {
    display: block;
    margin-top: 20px; }
  .custom-category-content .content-two-columns div {
    width: 100%;
    text-align: left;
    margin-right: none; } }

@media (max-width: 800px) {
  .productView-thumbnails img {
    -ms-touch-action: pan-right pinch-zoom;
    touch-action: pan-right pinch-zoom; } }

@media (max-width: 1133px) and (min-width: 801px) {
  .tab-title {
    font-size: 20px;
    padding: 15px 25px; } }

/******** 404 page styles **********/
.error-page .body {
  margin-bottom: 0; }
  .error-page .body .container {
    padding: 0; }

.error-page-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .error-page-content > div {
    width: 50%; }
  .error-page-content .error-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 673px; }
    .error-page-content .error-image img {
      display: none; }
  .error-page-content .error-message {
    padding: 4%; }
    .error-page-content .error-message .page-heading {
      text-align: left; }
    .error-page-content .error-message p {
      color: #333;
      font-size: 20px; }
    .error-page-content .error-message li {
      list-style: none;
      font-size: 30px;
      font-family: "Freude"; }
      .error-page-content .error-message li a {
        color: #ee6514;
        display: block;
        position: relative;
        padding: 0 0 0 26px; }
        .error-page-content .error-message li a:hover {
          color: #1a6601; }
        .error-page-content .error-message li a:before {
          content: "\f054";
          font-family: FontAwesome;
          font-size: 20px;
          position: absolute;
          left: 0;
          top: 7px; }

@media (max-width: 800px) {
  .error-page-content {
    display: block; }
    .error-page-content > div {
      width: 100%; }
    .error-page-content .error-image {
      min-height: initial;
      background-image: none !important; }
      .error-page-content .error-image img {
        display: block;
        width: 100%; }
    .error-page-content .error-message {
      padding: 50px 40px; }
      .error-page-content .error-message p {
        font-size: 16px; }
      .error-page-content .error-message li {
        font-size: 27px; } }

/******** 404 page styles **********/
/*****************************Reviews Page Filter Styles Start*************************/
.category-page .featured-product {
  clear: both; }

.reviews-sidebar {
  margin-bottom: 50px; }

@media (max-width: 770px) {
  .page-sidebar .review-block, .reviews-sidebar {
    max-width: 88%; } }

@media (max-width: 800px) {
  .single-review-page {
    display: flex;
    flex-wrap: wrap; }
    .single-review-page .page-sidebar {
      order: 3; }
    .single-review-page .single-review-section .page-heading {
      display: none; } }

/*****************************Reviews Page Filter Styles End*************************/
.product-custom-text a {
  color: #848283; }

.custom-table-style {
  margin-bottom: 39px;
  border: 1px solid #000; }
  .custom-table-style tr td {
    border: 1px solid #000;
    padding: 20px;
    text-align: center; }

/************************ Custom styles ************************/
.review-section .stamped-summary .summary-overview {
  width: auto !important;
  float: none !important; }

.review-section #stamped-filter-select, .review-section #stamped-sort-select {
  margin-top: 20px; }

.review-section div[data-widget-style=standard] .stamped-summary-actions {
  margin-bottom: -60px; }

.review-section #stamped-button-submit, .review-section input.stamped-button.stamped-button-primary.button.button-primary.btn.btn-primary {
  margin-bottom: 0; }

.page-sidebar #SideCategoryRefinements .BlockContent li {
  padding: 0 7px 4px 7px; }
  .page-sidebar #SideCategoryRefinements .BlockContent li a:before {
    top: 9px; }

@media (min-width: 801px) and (max-width: 1200px) {
  .section-col iframe {
    width: 100%; } }

/************************ Custom styles ************************/
/*****************************Learning Center Page Styles Start*************************/
.learning-center-page .inner-container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }

.learning-center-page .page-heading {
  color: #228004; }

.learning-center-page .text-block-center {
  max-width: 770px;
  margin: 0 auto 30px;
  text-align: center; }

.learning-center-page .page-content .button {
  background-color: #ee6515;
  border-color: #ee6515;
  margin-bottom: 0;
  color: #fff; }
  .learning-center-page .page-content .button:hover {
    background-color: #4f0ce8;
    border-color: #4f0ce8; }

.learning-center-page .info-section .single-col {
  display: flex;
  padding: 0 15px;
  justify-content: center; }
  .learning-center-page .info-section .single-col h2 {
    font-size: 26px;
    line-height: 1.3; }
  .learning-center-page .info-section .single-col .info-content {
    width: 58%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 20px 30px;
    flex-wrap: wrap;
    text-align: center;
    background-color: #f3f3f3; }
  .learning-center-page .info-section .single-col img {
    object-fit: cover; }

.learning-center-page .info-section .button {
  width: 100%; }

.learning-center-page .conditions-section h3 {
  color: #ee6515;
  font-family: "private-sans", Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 1; }

.learning-center-page .conditions-section .condition {
  display: flex;
  justify-content: center;
  margin: 40px 0; }
  .learning-center-page .conditions-section .condition h4 {
    color: #228004;
    font-family: "private-sans", Arial, sans-serif;
    font-size: 22px;
    line-height: 1; }
  .learning-center-page .conditions-section .condition p {
    margin-bottom: 0;
    line-height: 1.2; }
  .learning-center-page .conditions-section .condition img {
    max-width: 30%;
    margin-right: 5%;
    object-fit: cover; }
  .learning-center-page .conditions-section .condition .content {
    max-width: 65%; }

.learning-center-page .conditions-section .read-more {
  color: #ee6515; }
  .learning-center-page .conditions-section .read-more:hover {
    color: #4f0ce8; }

@media (max-width: 991px) {
  .learning-center-page .section-row {
    flex-direction: column; }
    .learning-center-page .section-row .single-col {
      padding: 0;
      margin: 20px 0; }
  .learning-center-page .conditions-section .single-col:first-child .condition {
    margin-bottom: 0; }
  .learning-center-page .conditions-section .condition img {
    max-width: 40%; }
  .learning-center-page .conditions-section .condition .content {
    max-width: 55%; } }

@media (max-width: 479px) {
  .learning-center-page .info-section .single-col {
    background-color: #f3f3f3;
    flex-wrap: wrap;
    padding: 15px; }
    .learning-center-page .info-section .single-col .info-content {
      width: 100%;
      order: 2;
      padding: 20px 0 0; }
  .learning-center-page .conditions-section .condition {
    flex-wrap: wrap;
    justify-content: center; }
    .learning-center-page .conditions-section .condition .content {
      margin: 20px 0;
      max-width: 100%; } }

@media (min-width: 992px) {
  .learning-center-page .conditions-section h3 {
    font-size: 30px;
    margin: 30px 0; } }

@media (min-width: 1200px) {
  .learning-center-page .page-content {
    margin-bottom: 35px; }
  .learning-center-page .text-block-center {
    margin-bottom: 70px; }
  .learning-center-page .info-section .single-col h2 {
    font-size: 34px; }
  .learning-center-page .conditions-section h3 {
    font-size: 34px;
    margin: 50px 0; }
  .learning-center-page .conditions-section .condition {
    margin: 30px 0; } }

/*****************************Learning Center Page Styles End*************************/
.mobile-cat-panel .panel-body > div.search-suggestion:first-child {
  display: none; }

.navPage-subMenu-item .button {
  margin: 50px 30px 0; }

@media (max-width: 1366px) {
  .navPage-subMenu-item .button {
    margin-top: 30px; } }

@media (min-width: 801px) {
  .tabs-contents .section-row.product-info .section-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: .75rem;
    width: 50%; } }

/*****************************Category Page Styles Start*************************/
.custom-category-content .row-section {
  align-items: flex-start;
  display: flex; }

.custom-category-content .row-section .col {
  flex-basis: 50%;
  width: 50%;
  padding-right: 20px; }

@media (max-width: 800px) {
  .category-page .category-mobile-header .category-promo {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 768px) {
  .custom-category-content .row-section {
    display: block; }
  .custom-category-content .row-section .col {
    width: 100%;
    padding-right: 0px; } }

/*****************************Category Page Styles End*************************/
/*****************************Cart Page styles start*************************/
.wholesaler-qty-error {
  display: none; }

.vets .wholesaler-qty-error, .usa-wholesalers .wholesaler-qty-error, .international-wholesalers .wholesaler-qty-error {
  display: block; }

.vets .cart-actions, .vets .cart-additionalCheckoutButtons, .usa-wholesalers .cart-actions, .usa-wholesalers .cart-additionalCheckoutButtons, .international-wholesalers .cart-actions, .international-wholesalers .cart-additionalCheckoutButtons {
  display: none; }

.vets #cart-preview-dropdown .wholesaler-qty-error + .previewCartAction,
.vets .previewCartCheckout .wholesaler-qty-error + .checkout-btns-wrap, .usa-wholesalers #cart-preview-dropdown .wholesaler-qty-error + .previewCartAction,
.usa-wholesalers .previewCartCheckout .wholesaler-qty-error + .checkout-btns-wrap, .international-wholesalers #cart-preview-dropdown .wholesaler-qty-error + .previewCartAction,
.international-wholesalers .previewCartCheckout .wholesaler-qty-error + .checkout-btns-wrap {
  display: none; }

.vets #cart-preview-dropdown .previewCartAction.top, .usa-wholesalers #cart-preview-dropdown .previewCartAction.top, .international-wholesalers #cart-preview-dropdown .previewCartAction.top {
  padding: 10px 0 0 0; }

.vets #cart-preview-dropdown .previewCartAction.top > div + div, .usa-wholesalers #cart-preview-dropdown .previewCartAction.top > div + div, .international-wholesalers #cart-preview-dropdown .previewCartAction.top > div + div {
  margin-top: 10px; }

/*****************************Cart Page styles end*************************/
/*****************************Currency selector styles start*************************/
.navUser-top:after {
  content: "";
  display: table;
  clear: both; }

.navUser-top .currency-selector {
  margin-bottom: 0;
  margin-top: 3px;
  float: right;
  display: block;
  width: auto; }
  .navUser-top .currency-selector .dropdown-menu {
    padding: 12px 0;
    width: 200px;
    max-width: 200px;
    right: 0;
    left: auto !important;
    top: 28px !important; }
  .navUser-top .currency-selector .dropdown-menu-item a {
    font-size: 14px;
    color: #000;
    padding: 0.27778rem 0.86667rem; }
    .navUser-top .currency-selector .dropdown-menu-item a img {
      margin-right: 4px; }
  .navUser-top .currency-selector .navUser-action--currencySelector img {
    margin-right: 4px; }

.navUser-top .navUser-section--alt {
  float: right;
  width: auto; }

@media (min-width: 801px) and (max-width: 992px) {
  .navUser-top .navUser-action {
    font-size: 14px; }
  .navUser-top .currency-selector {
    margin-top: 6px; } }

@media (max-width: 800px) {
  .mobile-menu-wrapper .top-navigation .mobile-navList {
    flex-basis: 60%;
    width: 60%; }
  .mobile-navList-top {
    width: 80%; }
    .mobile-navList-top .mobile-navList {
      float: right; }
    .mobile-navList-top .currency-selector {
      float: right;
      margin: 2px 0 0 8px; }
      .mobile-navList-top .currency-selector .dropdown-menu {
        padding: 12px 0;
        background-color: #f3f3f3;
        border: 1px solid #1a1a1a;
        left: auto !important;
        right: 0;
        top: 35px !important;
        width: 200px !important; }
        .mobile-navList-top .currency-selector .dropdown-menu.is-open:before {
          border: inset 10px;
          content: "";
          display: block;
          height: 0;
          width: 0;
          border-color: transparent transparent #1a1a1a transparent;
          border-bottom-style: solid;
          bottom: 100%;
          left: 0.77778rem;
          position: absolute; }
        .mobile-navList-top .currency-selector .dropdown-menu.is-open:after {
          border: inset 8px;
          content: "";
          display: block;
          height: 0;
          width: 0;
          border-color: transparent transparent #f3f3f3 transparent;
          border-bottom-style: solid;
          bottom: 100%;
          left: 0.88889rem;
          position: absolute; }
      .mobile-navList-top .currency-selector .dropdown-menu-item {
        padding: 0; }
        .mobile-navList-top .currency-selector .dropdown-menu-item a {
          font-size: 14px;
          color: #000;
          padding: 0.27778rem 0.86667rem; }
          .mobile-navList-top .currency-selector .dropdown-menu-item a img {
            margin-right: 4px; }
      .mobile-navList-top .currency-selector .navUser-item {
        display: inline-block;
        position: relative; }
      .mobile-navList-top .currency-selector .navUser-action {
        color: #fff;
        font-size: 20px; }
        .mobile-navList-top .currency-selector .navUser-action svg {
          fill: #fff;
          stroke: #fff; } }

@media (max-width: 479px) {
  .has-activeNavPages .mobile-menu-wrapper .top-navigation .mobile-navList {
    margin-top: 8px; }
  .mobile-menu-wrapper .top-navigation .mobile-navList {
    flex-basis: 80%;
    width: 80%;
    margin-top: 22px; }
  .mobile-navList-top .currency-selector {
    position: absolute;
    top: 0;
    right: 0; }
    .mobile-navList-top .currency-selector .navUser-action {
      font-size: 15px; } }

/*****************************Currency selector styles end*************************/
/*****************************Navigation styles start***************************/
@media (min-width: 801px) {
  .navPage-subMenu {
    background-color: #fff;
    padding: 0;
    max-height: 470px;
    min-height: 470px;
    border-bottom: 1px solid #d7d6d6; }
  .navPages .navPage-subMenu-list {
    padding: 25px 0 40px;
    height: 100%; }
  .navPage-subMenu-item .button {
    margin: 35px 30px 0; }
  .navPages-childList-mega-section .navPage-brandList {
    padding-bottom: 20px !important; } }

/*****************************Navigation styles end***************************/
@media (min-width: 801px) {
  .tabs-contents .section-row.section-row-2 .section-col:first-child {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: .75rem;
    width: 50%; }
  .tabs-contents .section-row.section-row-2 .section-col:last-child {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%; } }

#product-listing-container ul li::marker {
  display: none; }

/*****************************Reviews page styles start***************************/
.reviews-page-banner {
  background-color: #e7e7e7;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 160px;
  display: table;
  width: 100%;
  background-size: cover;
  background-position: 70% 21%; }
  .reviews-page-banner .content {
    display: table-cell;
    vertical-align: middle; }
    .reviews-page-banner .content h1 {
      font-size: 38px;
      color: #ee6515;
      margin-bottom: 0;
      line-height: 1.1; }
    .reviews-page-banner .content .sub-heading {
      font-size: 18px;
      color: #fff; }

#product-listing-container .review-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.review-category {
  border-bottom: 1px solid #cecdcd;
  clear: both;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .review-category h2 {
    text-align: center;
    font-size: 38px;
    color: #207f01;
    margin: 0; }
  .review-category .sub-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px; }
  .review-category .btn-wrapper {
    clear: both;
    padding: 15px 0; }
    .review-category .btn-wrapper .button {
      display: block;
      border-color: #ee6515;
      background-color: #ee6515; }
      .review-category .btn-wrapper .button:hover {
        border-color: #9c3;
        background-color: #9c3; }

@media (min-width: 801px) {
  .breed-page-wrapper .page-sidebar {
    display: none !important; }
  .breed-page-wrapper .page-sidebar + .page-content {
    width: 100%; } }

@media (max-width: 800px) {
  .reviews-page-banner.reviews-breed-page {
    background-position: 90% 20%; }
  .reviews-page-banner .content h1 {
    font-weight: 700;
    margin-right: 10%; } }

/*****************************Reviews page styles end***************************/
/****************************Main Menu styles start**************************/
/****************************Main Menu styles end**************************/
/****************************FAQ tab styles start**************************/
#tab-faq .product-faq-list h4, #accordion-faqs .product-faq-list h4 {
  font-family: "Open Sans";
  font-weight: 700; }

/****************************FAQ tab styles end**************************/
/**************************** Product page reviews styles start*******************/
/*.review-section{
    .productReviews > div.stamped-main-widget:last-child{
        display: none !important;
    }
}*/
/**************************** Product page reviews styles end*******************/
/********** Client List Banner styles ************/
.client-section-content .client-list ul li {
  vertical-align: middle; }

.client-list-mobile .client-list {
  display: block; }
  .client-list-mobile .client-list ul {
    display: block;
    padding: 30px 0 10px 0; }
    .client-list-mobile .client-list ul li {
      width: 100%;
      padding-top: 0;
      padding-left: 0; }
      .client-list-mobile .client-list ul li span {
        margin-top: 10px; }
      .client-list-mobile .client-list ul li img {
        position: static;
        top: 0;
        transform: none;
        display: block;
        margin: 0 auto; }

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

@media (max-width: 800px) {
  .client-section-content {
    border-bottom: none; } }

/********** Client List Banner styles ************/
/***********New Mega menu styles start***********/
.pages-subMenu-List > li.navPage-subMenu-item:nth-child(2) > a.navPages-action:after,
.pages-subMenu-List > li.navPage-subMenu-item:nth-child(2) .mobile-menu-child {
  display: none; }

@media (max-width: 2400px) {
  .promo-image-link img {
    width: 100% !important; } }

/***********New Mega menu styles end***********/
.css-1k0woj img {
  width: auto; }

/***********Product Video***********/
.product-page .modal-video.active .modal-content {
  max-width: 640px;
  width: 96%; }

/***********Product Video***********/
.productReviews + .stamped-style-borderless {
  display: none !important; }

/***********Product View Bundle***********/
.productView-bundle .stamped-badge-starrating {
  display: block; }
  @media (max-width: 1158px) {
    .productView-bundle .stamped-badge-starrating .stamped-fa {
      padding-right: 5px; }
      .productView-bundle .stamped-badge-starrating .stamped-fa:before {
        font-size: 15px; } }
  @media (max-width: 900px) {
    .productView-bundle .stamped-badge-starrating:before {
      font-size: 12px; } }

/**********Landing page styles start*************/
.full-width-page {
  margin: 0 -15px; }

.full-width-page .page-content {
  padding: 0; }

@media (min-width: 1261px) {
  .full-width-page {
    margin: 0 -40px; } }

/**********Landing page styles end*************/
/**********klaviyo Start*************/
.klaviyo-form input[type="text"], .klaviyo-form input[type="tel"], .klaviyo-form input[type="email"] {
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  font-size: 14px !important;
  height: 45px !important;
  padding: 0 12px !important;
  width: 100% !important;
  border: 1px solid #1a1a1a !important;
  border-radius: 6px !important;
  color: #1a1a1a !important; }

.klaviyo-form input:focus {
  box-shadow: none !important; }

.klaviyo-form input:focus + label > .kiYNog.kiYNog {
  filter: none;
  stroke: white; }

.klaviyo-form p {
  font-family: "Open Sans", sans-serif !important; }

.klaviyo-form button {
  font-size: 24px !important;
  letter-spacing: 2px !important;
  margin-left: 0 !important;
  margin-bottom: 30px !important;
  text-transform: lowercase !important;
  width: 100%;
  height: 60px;
  border: 1px solid #333c6e !important;
  font-family: Freude !important;
  letter-spacing: 3px !important;
  font-weight: 400 !important;
  padding: 0 !important;
  border-radius: 6px !important; }

.klaviyo-form .fThYdf.fThYdf {
  color: #000 !important; }

.klaviyo-form .ebStEP.ebStEP.ebStEP.ebStEP.ebStEP.ebStEP {
  border: 0 !important; }

.klaviyo-form .sTLMy.sTLMy:hover {
  border-color: #fff !important; }

.klaviyo-form .sTLMy.sTLMy:focus-within {
  border-color: #fff !important;
  box-shadow: none !important; }

.klaviyo-form .jusrAa.jusrAa {
  color: #000 !important; }

.klaviyo-form .gpwzNw.gpwzNw.gpwzNw.gpwzNw.gpwzNw.gpwzNw {
  padding-bottom: 5px !important; }

.klaviyo-form .kl-private-reset-css-Xuajs1 label {
  text-align: center !important; }

.klaviyo-form .iFqAyZ.iFqAyZ {
  justify-content: center !important; }

.klaviyo-form h2 span {
  font-size: 22px !important;
  border: none;
  color: #fff !important;
  font-family: Freude !important;
  margin-top: 0;
  text-transform: lowercase !important;
  font-weight: 400 !important; }

.klaviyo-form h3 span {
  font-size: 22px !important;
  border: none;
  color: #fff !important;
  font-family: Freude !important;
  margin-top: 0;
  font-weight: 400 !important; }

.eEoVxg.eEoVxg .ql-font-open-sans {
  font-family: Freude,Arial,Helvetica,sans-serif !important; }

.eEoVxg.eEoVxg input {
  text-align: center !important; }

.eEoVxg.eEoVxg button {
  text-transform: uppercase !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important; }

.klaviyo-form .go1770248286 {
  margin: 15px; }

.klaviyo-form input[type="text"], .klaviyo-form input[type="tel"], .klaviyo-form input[type="email"] {
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  font-size: 14px !important;
  height: 45px !important;
  padding: 0 12px !important;
  width: 100% !important;
  border: 1px solid #fff !important;
  border-radius: 6px !important;
  color: #1a1a1a !important; }

.klaviyo-form input[type="tel"] {
  border: 0 !important; }

.klaviyo-form .go555607979 {
  color: #000 !important; }

/**********klaviyo End*************/
.page-content p a {
  color: #4f0ce8; }
  .page-content p a:hover {
    color: #1a1a1a; }

/*******Lazy Load YT******/
.featured-video-slider {
  display: flex; }
  .featured-video-slider .single-featured-item {
    width: 33%;
    min-width: 400px;
    padding: 10px !important; }
    @media all and (max-width: 550px) {
      .featured-video-slider .single-featured-item {
        width: 100%;
        min-width: 0; } }

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer; }
  .youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7; }
  .youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .youtube .play-button:before {
      content: "";
      border-style: solid;
      border-width: 15px 0 15px 26.0px;
      border-color: transparent transparent transparent #fff; }
  .youtube img,
  .youtube .play-button {
    cursor: pointer; }
  .youtube img,
  .youtube iframe,
  .youtube .play-button,
  .youtube .play-button:before {
    position: absolute; }
  .youtube .play-button,
  .youtube .play-button:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

.flex-reviews {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media all and (min-width: 801px) {
    .flex-reviews {
      margin-top: -3rem; } }
  .flex-reviews #google-reviews-widget {
    padding: 5px;
    background: #fff; }

#___ratingbadge_0 {
  display: none !important; }

.section-content .youtube img {
  max-width: 100%;
  height: auto;
  max-height: initial; }

.lazyload {
  width: auto;
  height: 50px; }

/*******New Product tab For both Same******/
.productView-description.show-all {
  display: block; }

.productView-description .product-tabs {
  display: flex;
  list-style: none;
  position: relative; }
  .productView-description .product-tabs::before {
    position: absolute;
    left: -40px;
    bottom: -1px;
    width: 40px;
    height: 1px;
    content: "";
    background-color: #cecdcd; }
  @media all and (min-width: 801px) {
    .productView-description .product-tabs {
      margin-left: 40px;
      border-bottom: 1px solid #cecdcd; } }

.productView-description .product-tabs li {
  cursor: pointer; }

.productView-description .product-tabs li.active {
  border: 1px solid #cecdcd;
  border-bottom: 1px solid #fff;
  border-radius: 6px 6px 0 0;
  background-color: transparent;
  margin-bottom: -1px;
  display: block; }
  .productView-description .product-tabs li.active .tab-title {
    color: #1a1a1a;
    font-weight: 700; }

.productView-description .tabs-contents {
  padding: 0px 15px;
  display: none; }
  @media screen and (min-width: 801px) {
    .productView-description .tabs-contents {
      padding: 40px; } }
  @media all and (max-width: 800px) {
    .productView-description .tabs-contents .product-information {
      padding: 0;
      margin: 0; } }

.productView-description .tab_drawer_heading {
  display: none; }

@media screen and (max-width: 800px) {
  .productView-description .product-tabs {
    display: none; }
  .productView-description .tab_drawer_heading {
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; } }

@media all and (max-width: 800px) {
  .productView-description .product-tab_container {
    border-bottom: 1px solid #cecdcd; }
    .productView-description .product-tab_container .accordion-tab {
      margin: 0; }
      .productView-description .product-tab_container .accordion-tab.is-active + .tabs-contents {
        display: block !important; }
      .productView-description .product-tab_container .accordion-tab + .tabs-contents {
        display: none !important; } }

/****************PDP Mobile 10202020******/
.productView-details .productView-product {
  border: 0; }

.productView-details .productView-short-desc-list {
  border-top: 1px solid #cecdcd;
  margin-top: 0;
  padding-top: 15px; }

@media all and (max-width: 800px) {
  .productView-bundle h4 {
    font-weight: 700;
    text-align: center;
    margin-top: 10px; }
  .product-others-info-mobile {
    padding-bottom: 0; }
    .product-others-info-mobile.hide-price afterpay-placement {
      display: block; }
    .product-others-info-mobile.hide-price .productView-price {
      display: none; }
    .product-others-info-mobile afterpay-placement {
      display: none; }
  .mobile-menu-wrapper {
    padding-top: 75px; }
    .mobile-menu-wrapper .top-navigation {
      padding-top: 6px;
      padding-bottom: 6px; }
    .mobile-menu-wrapper .mobile--quickSearch {
      padding-bottom: 15px; }
    .mobile-menu-wrapper .free-shipping {
      padding: 5px 0; }
  .product-page .breadcrumbs {
    display: flex;
    padding: 15px 0 10px;
    flex-wrap: wrap; }
    .product-page .breadcrumbs .breadcrumb {
      display: none;
      padding-right: 1rem;
      position: relative; }
      .product-page .breadcrumbs .breadcrumb:last-child::after {
        display: none; }
      .product-page .breadcrumbs .breadcrumb::before {
        display: none; }
      .product-page .breadcrumbs .breadcrumb::after {
        content: "\f054";
        position: absolute;
        right: .3em;
        top: .1rem;
        color: #d1d1d1;
        font-family: FontAwesome;
        font-size: 12px; }
      .product-page .breadcrumbs .breadcrumb::before {
        margin-left: 0.2rem;
        margin-right: 0.2rem; }
      .product-page .breadcrumbs .breadcrumb .breadcrumb-label {
        font-size: 12px;
        letter-spacing: 1px; }
      .product-page .breadcrumbs .breadcrumb:nth-last-child(-n + 2) {
        display: block; }
  .productView-purchase--box {
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 15px; }
  .productView-details {
    margin-bottom: 1rem; }
    .productView-details .productView-product .productView-title {
      line-height: 1.4rem; }
    .productView-details .productView-product .product-custom-text {
      font-size: 17px;
      margin-bottom: 0; }
      .productView-details .productView-product .product-custom-text p {
        text-align: center !important; }
    .productView-details .productView-price--info {
      font-size: 17px; }
    .productView-details .productView-short--info {
      font-size: 14px;
      margin: 0 0 20px; }
    .productView-details p {
      margin-bottom: 1rem; }
    .productView-details p,
    .productView-details li {
      font-size: 16px; }
    .productView-details .productView-price {
      font-size: 30px; }
    .productView-details [aria-controls="share-dropdown"] {
      display: none; }
  .productView-images {
    margin-bottom: 1rem; }
    .productView-images .productView-thumbnail-link {
      height: 380px;
      display: block;
      max-width: 300px;
      margin: auto; }
  .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
    max-width: 100%; }
  .slick-dots {
    bottom: 0; }
  .d-flex {
    display: flex;
    justify-content: center;
    align-items: center; }
    .d-flex .product-image-sticky {
      max-width: 120px;
      min-width: 110px;
      padding: 0 5px; }
      .d-flex .product-image-sticky img {
        height: 100px; }
    .d-flex .product-button-sticky {
      padding-left: 15px; }
      .d-flex .product-button-sticky .productView-title {
        font-family: "Open Sans",Arial,Helvetica,sans-serif;
        font-size: 14px;
        color: #1a1a1a;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 21px; }
      .d-flex .product-button-sticky .form-field--increments {
        display: none; }
      .d-flex .product-button-sticky .productView-price {
        font-size: 14px;
        color: #000; }
        .d-flex .product-button-sticky .productView-price .price-prefix {
          font-size: 14px;
          color: #000; }
      .d-flex .product-button-sticky afterpay-placement {
        display: none; }
      .d-flex .product-button-sticky .form-action {
        margin: 5px 0 0 0; }
        .d-flex .product-button-sticky .form-action .button {
          padding: 7px 12px !important;
          font-size: 16px !important;
          background-color: #4f0ce8;
          border: 0;
          max-width: none;
          width: auto;
          text-transform: none; }
  .product-tab_container p, .product-tab_container li {
    font-size: 16px; }
  .product-tab_container p {
    margin-bottom: 1rem; } }

.productView-bundle-mobile, .productView-bundle-desktop {
  display: none; }

@media all and (max-width: 800px) {
  .productView-bundle-mobile {
    display: block; }
    .productView-bundle-mobile .productView-bundle-group .productView-bundle-list {
      position: relative; }
      .productView-bundle-mobile .productView-bundle-group .productView-bundle-list .form__input {
        display: block;
        width: 25px;
        height: 25px;
        z-index: 1;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0; }
      .productView-bundle-mobile .productView-bundle-group .productView-bundle-list .form__checklist-button {
        display: none; } }

@media all and (min-width: 801px) {
  .productView-bundle-desktop {
    display: block; }
  .addtocart-sticky {
    display: none !important; } }

/******** Bottom Add to Cart **********/
.addtocart-sticky {
  position: fixed;
  bottom: 0;
  color: white;
  width: 100%;
  padding: 10px 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  z-index: 99;
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  justify-content: center; }
  .addtocart-sticky .d-flex {
    display: flex; }
  .addtocart-sticky .productView {
    margin: 0;
    display: flex;
    padding: 0;
    align-items: center;
    flex-direction: row; }
  .addtocart-sticky .productView-options {
    margin: 0;
    text-align: left; }
    .addtocart-sticky .productView-options #add-to-cart-wrapper .form-label--alternate {
      margin-bottom: 0;
      display: none; }
    .addtocart-sticky .productView-options #add-to-cart-wrapper .form-field--increments {
      margin: 0; }
    .addtocart-sticky .productView-options .productView-purchase--box {
      margin: 0;
      padding: 0;
      background: transparent; }
      .addtocart-sticky .productView-options .productView-purchase--box .form-increment {
        height: 40px; }
      .addtocart-sticky .productView-options .productView-purchase--box .form-label {
        display: none; }
  .addtocart-sticky .productView-price {
    margin: 0 10px 0 0; }
    @media (min-width: 768px) {
      .addtocart-sticky .productView-price {
        display: flex;
        align-items: center; }
        .addtocart-sticky .productView-price .price-section--saving {
          margin-left: 10px; } }
  .addtocart-sticky .form {
    display: block !important;
    margin: 0; }
  .addtocart-sticky .form-action {
    margin: 0;
    display: block !important; }
  .addtocart-sticky #form-action-addToCart {
    margin: 0; }
  .addtocart-sticky .sezzle-shopify-info-button {
    display: none; }

.hide {
  opacity: 0; }

.show {
  opacity: 1; }

/******** Bottom Add to Cart **********/
.scrolltop {
  display: none !important; }

@media all and (max-width: 800px) {
  .main-product-page .footer {
    padding-bottom: 110px; } }

.footer-newsletter {
  margin-top: 0; }
  .footer-newsletter .klaviyo-form {
    padding: 0 !important; }
    .footer-newsletter .klaviyo-form h2 {
      margin-bottom: 0; }

@media (max-width: 800px) {
  .desktop-size-view {
    display: none; } }

/******** Show tabs https://www.nhvnaturalpetproducts.com/natural-pet-remedies/old-timer/ **********/
.tabs-contents-shows {
  display: block !important; }

.page-category .section-col .card-body .tabs-contents {
  display: block !important; }

/***************mobile menu wrapper  **********/
@media screen and (max-width: 769px) {
  .mobile-menu-wrapper .top-navigation.fixed-header {
    z-index: 999; }
  .stamped-widget-drawer {
    z-index: 998 !important; } }

/*********************Cart Recommendations***********/
.cart .cart-list .cart-item .cart-item-block .cart-item-brand {
  margin-bottom: 2px; }

@media screen and (min-width: 801px) {
  .cart .cart-list .cart-item .cart-item-block.cart-item-figure {
    min-width: 180px; } }

.cart .cart-list .cart-item .cart-item-block.cart-item-figure::after {
  display: none; }

.cart .cart-list .cart-item .cart-item-block.cart-item-figure .cart-item-image {
  position: static;
  max-height: 180px; }

.cart-recommendation {
  padding: 0 0 0;
  padding-bottom: 2rem; }
  @media screen and (min-width: 801px) {
    .cart-recommendation {
      max-width: 460px; } }
  .cart-recommendation .page-heading {
    font-size: 16px;
    color: #EE6515;
    letter-spacing: normal;
    margin: 0 0 10px 0;
    font-weight: normal;
    text-align: left; }
  .cart-recommendation .updateCart .button {
    padding: 8px 15px;
    background-color: #207f01;
    color: #fff;
    border: 0; }
  .cart-recommendation .cart-response p {
    padding: 15px 0  0;
    text-align: left; }
    .cart-recommendation .cart-response p.green {
      background-color: transparent;
      color: #207f01; }
    .cart-recommendation .cart-response p.red {
      background-color: transparent;
      color: #ff6500; }
  .cart-recommendation .productView-bundle-group {
    width: 100%;
    display: none; }
    .cart-recommendation .productView-bundle-group.slick-slider {
      display: flex;
      align-items: stretch; }
      .cart-recommendation .productView-bundle-group.slick-slider .slick-track {
        margin: 0;
        display: flex;
        align-items: stretch; }
        .cart-recommendation .productView-bundle-group.slick-slider .slick-track .slick-slide {
          height: auto; }
    .cart-recommendation .productView-bundle-group.slick-slider {
      display: block; }
      .cart-recommendation .productView-bundle-group.slick-slider + .loader {
        display: none; }
    .cart-recommendation .productView-bundle-group .productView-bundle-list {
      border: 1px solid #cecdcd;
      border-radius: 10px;
      padding: 0 5px 34px;
      position: relative;
      height: 100%; }
      .cart-recommendation .productView-bundle-group .productView-bundle-list .form__checkbox-label {
        height: auto;
        border: 0; }
        .cart-recommendation .productView-bundle-group .productView-bundle-list .form__checkbox-label .lazyloaded {
          max-width: 80px;
          margin: auto; }
      .cart-recommendation .productView-bundle-group .productView-bundle-list .form__checklist-button {
        top: 5px;
        left: 0; }
      .cart-recommendation .productView-bundle-group .productView-bundle-list .productView-bundle-info {
        padding: 0 5px 0;
        position: relative; }
        .cart-recommendation .productView-bundle-group .productView-bundle-list .productView-bundle-info .productView-bundle-title {
          font-size: 14px;
          font-family: "private-sans", Arial, sans-serif;
          line-height: 16px;
          font-weight: 700; }
        .cart-recommendation .productView-bundle-group .productView-bundle-list .productView-bundle-info .price-section .price {
          font-size: 14px;
          line-height: 18px;
          display: block; }
      .cart-recommendation .productView-bundle-group .productView-bundle-list .quickview-btn {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 4px;
        width: 100%; }
        @media screen and (max-width: 800px) {
          .cart-recommendation .productView-bundle-group .productView-bundle-list .quickview-btn {
            display: none; } }
        .cart-recommendation .productView-bundle-group .productView-bundle-list .quickview-btn .card-figcaption-button {
          line-height: 16px;
          padding: 4px 2px;
          width: 100%;
          display: block;
          margin-bottom: 3px;
          height: auto;
          font-size: 14px; }
          .cart-recommendation .productView-bundle-group .productView-bundle-list .quickview-btn .card-figcaption-button:before {
            display: none; }
    .cart-recommendation .productView-bundle-group .slick-next, .cart-recommendation .productView-bundle-group .slick-prev {
      margin: 0; }
    .cart-recommendation .productView-bundle-group .slick-prev:before, .cart-recommendation .productView-bundle-group .slick-next:before {
      font-size: 18px;
      line-height: 40px;
      background-color: #ff6500; }
  .cart-recommendation .loader {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #6293d6;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin: 5px 0; }

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

.d-flex {
  display: block; }
  @media screen and (min-width: 801px) {
    .d-flex {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 801px) {
    .d-flex.reverse-row {
      flex-direction: row-reverse; } }
  @media screen and (min-width: 801px) {
    .d-flex .data-cart-totals {
      width: 50%; } }
  .d-flex .data-cart-totals .cart-totals {
    width: 100%;
    float: none; }
  .d-flex .cart-recommendation .loader {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #6293d6;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px auto;
    animation: spin 2s linear infinite; }

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

.productView-bundle-desktop .quickview {
  display: none; }

.page-cart .modal-content .productView-bundle-desktop {
  display: none; }

/********************** quickSearchResults*********************/
.quickSearchResults {
  max-height: 450px;
  overflow: auto; }
  .quickSearchResults .modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99; }
    .quickSearchResults .modal-close:hover {
      background-color: #ee6515;
      color: #fff; }

/******************category_description****************/
.category_description ol, .category_description ul {
  margin-top: 15px;
  margin-bottom: 15px; }

/*----------------------------------
Footer Info Group
-----------------------------------*/
.footer-info-group.reviews .reviews-container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  /* 3 equal-width columns */
  gap: 10px;
  /* Optional: Adjust spacing between items */
  justify-content: center; }
  .footer-info-group.reviews .reviews-container > div {
    max-height: 90px; }
    @media screen and (max-width: 768px) {
      .footer-info-group.reviews .reviews-container > div {
        max-height: 60px; } }
    .footer-info-group.reviews .reviews-container > div a {
      display: block;
      height: 100%; }
    .footer-info-group.reviews .reviews-container > div img {
      height: 100%;
      margin: auto;
      display: block; }

.footer-info-group.reviews .reviews-container > div:last-child {
  grid-column: span 3;
  /* Make the last div span across all 3 columns */ }

/*---------------------------
  Cart Page
  ----------------------------*/
.page-cart .data-cart-totals {
  padding-bottom: 2rem; }

@media screen and (max-width: 768px) {
  .page-cart .cart-recommendation .page-heading {
    text-align: center;
    padding: 0 0; } }

.menuFullWidthBlock {
  width: 100%;
  display: block;
  padding: 10px 0 0; }
  .menuFullWidthBlock .menuFullWidth-item {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: normal;
    background-color: #ee6515;
    color: #fff;
    font-family: Freude;
    font-weight: 400;
    text-align: center;
    padding: 10px 5px; }
    .menuFullWidthBlock .menuFullWidth-item:hover {
      background-color: #99cc33;
      color: #fff; }

.productView .productView-options #wishlist-dropdown {
  min-width: 207px; }

.navPage-subMenu-list .navPage-childList-item {
  position: relative; }
  .navPage-subMenu-list .navPage-childList-item .blob-animation-badge {
    display: inline-block; }

@media screen and (max-width: 1499px) {
  .navPage-subMenu-list .blob-animation-item .navPages-action {
    padding-right: 50px !important; } }

.blob-animation-badge {
  display: none;
  font-family: "Freude", Arial, sans-serif;
  position: absolute;
  left: auto;
  right: -6px;
  top: 2px;
  bottom: auto;
  font-size: 14px;
  font-weight: 400;
  padding: 0 12px;
  line-height: 26px;
  letter-spacing: 0.25px;
  width: auto;
  height: 24px;
  margin: auto;
  text-align: center;
  color: #fff;
  background-color: rgba(79, 12, 232, 0.8);
  animation: blobLiquid 4s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  box-shadow: 3px 3px 15px rgba(104, 46, 239, 0.65); }
  .mobile-menu-child .blob-animation-badge {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: auto 0 auto 5px;
    font-size: 13px;
    padding: 0 10px;
    height: 22px;
    line-height: 24px; }
    @media screen and (max-width: 359px) {
      .mobile-menu-child .blob-animation-badge {
        font-size: 12px;
        padding: 0 9px;
        letter-spacing: 0; } }

@keyframes blobLiquid {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%; }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%; }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%; } }

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

.productView--quickView .productView-purchase--box .form-action .button {
  letter-spacing: 0; }

.productView--quickView .productView-purchase-opts .button.dropdown-menu-button:not(:first-child):before {
  padding: 0 5px; }

/*--------------------------------
Core Vital 01-10-24
----------------------------------*/
/*
.page-default {


.featured-product {
  .productGrid {
    display: flex;
    overflow: auto;

    .product {
      width: 100%;

      @media (min-width: 1200px) {
        min-width: 300px;
      }

      @media (min-width: 800px) and (max-width: 1199px) {
        min-width: 300px;
      }

      @media (min-width: 400px) and (max-width: 799px) {
        min-width: 250px;
      }

      @media (min-width: 320px) and (max-width: 399px) {
        min-width: 320px;

      }
    }

    &.slick-initialized {
      overflow: initial;

      .product {
        display: block;
        width: 100%;
        min-width: auto;

      }

      .slick-track {
        display: flex;
      }
    }
  }
}


[data-type="widget-logo-list"] {
  overflow: auto;
    display: flex;
  .slide {
    @media (min-width: 1400px) {
      min-width: 25%;
    }

    @media (min-width: 800px) and (max-width: 1399px) {
      min-width: 33.33%;
    }

    @media (min-width: 320px) and (max-width: 799px) {
      min-width: 50%;
    }
  }

  &.slick-initialized {
    overflow: inherit;
    display: block;
    .slide {
      display: block;
      min-width: auto;
    }
  }
}
.home-new-testimonial-carousel-section {
.home-new-testimonial-carousel-section-inner {
  .testimonial-list-slider {    
    overflow: auto;
    flex-wrap: nowrap;
    .testimonial-box {
      @media (min-width: 1400px) {
        min-width: 462px;
       }
       
         @media (min-width: 800px) and (max-width: 1399px) {
           min-width: 360px;
         }   
         @media (min-width: 320px) and (max-width: 799px) {
           min-width: 300px;
           }         
    }
    &.slick-initialized {      
      overflow: initial;          
      flex-wrap: wrap;
      .testimonial-box {
        min-width: auto;
       
      }
    }
  } 
  
}
}
.three-box-slider {
  display: flex; 
  overflow: auto;
  .box {      
    @media (min-width: 1400px) {
      min-width: 33.33%;
     }
     
       @media (min-width: 800px) and (max-width: 1399px) {
        min-width: 50.33%;
       }   
       @media (min-width: 320px) and (max-width: 799px) {
        min-width: 100%;
         }  
  }
  &.slick-initialized {
    display: block;
    overflow: initial;
    .box {
      min-width: auto;
    }
  } 
}

#tab-clinical-trials, #tab-learning-center {
  display: none;
}
}

*/
.svg-icon {
  width: 133px;
  height: 133px;
  display: inline-block; }

/* .hero-banner-section ~ start */
.hero-banner-section {
  padding-bottom: 20px; }
  .hero-banner-section .container {
    background-color: #99CC33; }
  .hero-banner-section .image-bg {
    position: absolute;
    bottom: -21px;
    right: 0; }
    @media only screen and (max-width: 1199px) {
      .hero-banner-section .image-bg {
        position: relative;
        text-align: center; } }
    @media only screen and (max-width: 480px) {
      .hero-banner-section .image-bg {
        bottom: -12px; } }
  .hero-banner-section h2 {
    font-size: 71px;
    line-height: 85px;
    color: #fff;
    margin-bottom: 25px;
    display: inline-flex;
    align-items: center; }
    @media only screen and (max-width: 991px) {
      .hero-banner-section h2 {
        display: block; } }
    @media only screen and (max-width: 991px) {
      .hero-banner-section h2 span.svg-icon {
        display: inline-block;
        vertical-align: middle; } }
  .hero-banner-section h3 {
    color: #114700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
    max-width: 705px; }
    @media only screen and (max-width: 1199px) {
      .hero-banner-section h3 {
        margin-left: auto;
        margin-right: auto; } }
  .hero-banner-section p {
    color: #000;
    max-width: 697px;
    line-height: 24px; }
    .hero-banner-section p:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 1199px) {
      .hero-banner-section p {
        margin-left: auto;
        margin-right: auto; } }
  @media only screen and (max-width: 1199px) {
    .hero-banner-section .copy-content {
      text-align: center; } }

.hero-banner-inner {
  padding: 95px 0;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .hero-banner-inner {
      padding: 95px 0 0; } }
  .hero-banner-inner .hero-banner-inner .copy-content {
    z-index: 1;
    position: relative; }

/* .hero-banner-section ~ end */
/* .how-it-work-section ~ start */
.how-it-work-inner {
  padding: 100px 0 70px; }

.earn-points-inner .copy-content {
  max-width: 770px; }

h2.section-title {
  color: #114700; }

.normal-section .copy-content {
  max-width: 600px;
  text-align: center;
  margin: 0 auto; }
  .normal-section .copy-content p:last-child {
    margin-bottom: 0; }

.normal-section .section-title {
  color: #114700;
  font-size: 55px;
  line-height: 66px;
  margin-bottom: 14px; }

.three-column-steps {
  margin-top: -20px; }
  @media only screen and (max-width: 991px) {
    .three-column-steps {
      margin-top: 0; } }

ul.steps {
  display: flex;
  max-width: 1110px;
  margin: 0 auto;
  list-style: none;
  justify-content: space-between; }
  @media only screen and (max-width: 991px) {
    ul.steps {
      flex-direction: column;
      align-items: center; } }
  ul.steps img {
    margin-bottom: 15px; }
  ul.steps .column {
    position: relative; }
    @media only screen and (max-width: 991px) {
      ul.steps .column {
        width: fit-content;
        padding-top: 50px; } }
    ul.steps .column h4 {
      text-align: center;
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 6px; }
    ul.steps .column p {
      max-width: 280px;
      text-align: center;
      margin: 0 auto;
      color: #000; }
  ul.steps .column.step-1 {
    padding-top: 100px; }
    @media only screen and (max-width: 991px) {
      ul.steps .column.step-1 {
        padding-top: 50px; } }
  ul.steps .column.step-2 {
    padding-top: 250px; }
    @media only screen and (max-width: 991px) {
      ul.steps .column.step-2 {
        padding-top: 50px; } }
  ul.steps .arrow-top {
    display: table;
    position: absolute;
    top: 125px;
    right: -190px; }
    @media only screen and (max-width: 991px) {
      ul.steps .arrow-top {
        transform: rotate(100deg);
        top: calc(100% + 50px);
        right: auto;
        left: -150px;
        z-index: 1; } }
    @media only screen and (max-width: 600px) {
      ul.steps .arrow-top {
        display: none; } }
    @media only screen and (max-width: 991px) {
      ul.steps .arrow-top svg {
        transform: scaleY(-1); } }
  ul.steps .arrow-bot {
    position: absolute;
    display: table;
    left: calc(100% + 50px);
    bottom: calc(0px + 30px); }
    @media only screen and (max-width: 991px) {
      ul.steps .arrow-bot {
        transform: rotate(80deg);
        top: calc(100% + 50px);
        left: auto;
        right: -150px;
        z-index: 1; } }
    @media only screen and (max-width: 600px) {
      ul.steps .arrow-bot {
        display: none; } }
    @media only screen and (max-width: 991px) {
      ul.steps .arrow-bot svg {
        transform: scaleY(-1); } }

/* .how-it-work-section ~ end */
/* signup section ~ start */
div#stamped-rewards-widget[data-widget-type="rewards-summary"] {
  padding: 100px 0;
  background-color: #FBFBFB !important;
  margin-bottom: 0 !important;
  border-bottom: none !important; }

div#stamped-rewards-widget .stamped-rewards-widget-btn-sign-up,
div#stamped-rewards-widget .stamped-rewards-widget-btn-redeem {
  background-color: #9c3 !important;
  border-color: #9c3 !important;
  color: #fff !important;
  border-radius: 6px !important;
  line-height: 1rem !important;
  transition: all .15s ease !important;
  font-family: Freude,Arial,Helvetica,sans-serif !important;
  font-weight: normal !important; }
  div#stamped-rewards-widget .stamped-rewards-widget-btn-sign-up:hover,
  div#stamped-rewards-widget .stamped-rewards-widget-btn-redeem:hover {
    background-color: #4f0ce8 !important;
    border-color: #4f0ce8 !important; }

div#stamped-rewards-widget .stamped-rewards-widget-btn.stamped-rewards-widget-btn-sign-in, div#stamped-rewards-widget .stamped-rewards-widget-btn.stamped-rewards-widget-btn-rewards-history {
  background-color: #ee6515 !important;
  border-color: #ee6515 !important;
  color: #fff !important;
  border-radius: 6px !important;
  line-height: 1rem !important;
  transition: all .15s ease !important;
  font-family: Freude,Arial,Helvetica,sans-serif !important;
  font-weight: normal !important; }
  div#stamped-rewards-widget .stamped-rewards-widget-btn.stamped-rewards-widget-btn-sign-in:hover, div#stamped-rewards-widget .stamped-rewards-widget-btn.stamped-rewards-widget-btn-rewards-history:hover {
    background-color: #4f0ce8 !important;
    border-color: #4f0ce8 !important; }

div#stamped-rewards-widget .stamped-rewards-widget-text {
  font-size: 18px !important !important;
  margin-bottom: 0 !important !important; }

div#stamped-rewards-widget .stamped-rewards-widget-title {
  color: #114700 !important;
  font-size: 32px !important;
  font-family: Freude,Arial,Helvetica,sans-serif !important; }

div#stamped-rewards-widget [data-target-id="section-email-customer"] {
  display: none !important; }

.stamped-rewards-header-main-title,
.stamped-rewards-header-main-points {
  text-shadow: 0px 0px 5px white !important;
  color: #000 !important; }

span[data-target="rewards"] {
  text-shadow: 0px 0px 5px #000 !important; }

.stamped-rewards-header-menu span.active {
  background: rgba(6, 0, 0, 0.7) !important; }

/* signup section ~ end */
/* newsletter section ~ start */
[data-sub-layout] {
  padding: 0; }

.stamped-rewards-box[data-widget-type="rewards-referral"] {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 0 !important;
  border: none; }
  .stamped-rewards-box[data-widget-type="rewards-referral"] .stamped-rewards-page-campaigns-refer {
    max-width: 750px;
    margin: 0 auto;
    padding: 60px;
    border: 6px solid #99CC33;
    width: calc(100% - 30px);
    border-radius: 36px; }
    @media only screen and (max-width: 600px) {
      .stamped-rewards-box[data-widget-type="rewards-referral"] .stamped-rewards-page-campaigns-refer {
        padding: 35px; } }
  .stamped-rewards-box[data-widget-type="rewards-referral"] .stamped-rewards-widget-heading-sub {
    display: none; }
  .stamped-rewards-box[data-widget-type="rewards-referral"] .stamped-rewards-widget-heading-main {
    margin: 0;
    color: #114700;
    font-size: 53px;
    line-height: 64px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 600px) {
      .stamped-rewards-box[data-widget-type="rewards-referral"] .stamped-rewards-widget-heading-main {
        font-size: 32px;
        line-height: normal; } }
  .stamped-rewards-box[data-widget-type="rewards-referral"] .stamped-rewards-widget-description {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
    line-height: 24px; }
  .stamped-rewards-box[data-widget-type="rewards-referral"] [data-target-id="section-email-customer"] {
    border-top: none;
    padding: 0 15px; }
    .stamped-rewards-box[data-widget-type="rewards-referral"] [data-target-id="section-email-customer"] .stamped-rewards-page-subtitle {
      display: none; }
  .stamped-rewards-box[data-widget-type="rewards-referral"] .stamped-rewards-page-subtitle {
    margin-bottom: 10px;
    font-weight: bold; }
  .stamped-rewards-box[data-widget-type="rewards-referral"] .stamped-rewards-page-input {
    margin-right: 30px;
    border-radius: 36px;
    height: 68px;
    padding: 20px 40px;
    min-width: none !important; }
    @media only screen and (max-width: 600px) {
      .stamped-rewards-box[data-widget-type="rewards-referral"] .stamped-rewards-page-input {
        margin: 0 0 15px; } }
  .stamped-rewards-box[data-widget-type="rewards-referral"] .stamped-rewards-page-buttonAddon {
    max-width: 100%;
    margin: 0; }
    @media only screen and (max-width: 800px) {
      .stamped-rewards-box[data-widget-type="rewards-referral"] .stamped-rewards-page-buttonAddon {
        flex-direction: column; } }
  .stamped-rewards-box[data-widget-type="rewards-referral"] .stamped-rewards-page-btn {
    padding: 21px 25px 21px 45px;
    height: 68px;
    border-radius: 36px !important;
    background-color: #4F0CE8;
    color: transparent !important; }
    .stamped-rewards-box[data-widget-type="rewards-referral"] .stamped-rewards-page-btn:before {
      content: "SIGN UP";
      color: #fff;
      font-size: 20px;
      line-height: 24px;
      font-family: Freude, Arial, Helvetica, sans-serif !important; }
  .stamped-rewards-box[data-widget-type="rewards-referral"] [data-target-id="section-email-friend"] {
    display: none !important; }

/* newsletter section ~ end */
/* earn points section ~ start */
#earn-points-section {
  padding-top: 100px; }

.points-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  margin: 60px 0; }
  @media (min-width: 600px) {
    .points-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 800px) {
    .points-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1200px) {
    .points-grid {
      grid-template-columns: repeat(4, 1fr); } }
  .points-grid .points-box {
    background-color: #FBFBFB;
    border-radius: 18px;
    padding: 55px 40px;
    list-style: none; }
    .points-grid .points-box .icon {
      width: 50px;
      height: 25px;
      margin-bottom: 25px; }
      .points-grid .points-box .icon svg svg {
        width: auto;
        height: auto; }
    .points-grid .points-box h4 {
      color: #000;
      font-size: 24px;
      line-height: 1;
      letter-spacing: 1.92px;
      margin-bottom: 10px; }
    .points-grid .points-box .points {
      letter-spacing: 3.04px;
      font-size: 38px;
      color: #EE6515;
      font-family: Freude,Arial,Helvetica,sans-serif; }
    .points-grid .points-box .paw {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.218' height='33.566' viewBox='0.001 0 33.218 33.566'%3E%3Cg data-name='Group 641' clip-path='url(&quot;%23a&quot;)'%3E%3Cpath d='M.042 14.782c.311 2.55 1.784 4.435 4.073 5.822 2.62 1.586 5.564 2.194 9.291 2.472 1.338.131 3.327-.024 5.305-.297a8.93 8.93 0 0 0 2.21-.576.576.576 0 0 1-.067-.094c-1.463-2.513-.39-5.604.636-8.029l.114-.263c.392-.977.804-1.934 1.117-2.863.803-2.398 1.45-5.114.785-7.575-.537-1.09-1.32-2.038-2.508-2.597a.652.652 0 0 1-.215-.156c-.03-.014-.057-.03-.086-.043a.94.94 0 0 1-.093-.037l-.298-.133a8.364 8.364 0 0 0-1.644-.36c-2.679-.313-4.807.776-6.458 2.602-.96 1.06-1.5 2.348-2.021 3.635-.29.717-.72 1.195-1.678 1.309-2.019.238-3.976.672-5.627 1.858C.994 10.81-.245 12.416.042 14.782' fill='%23ee6515' fill-rule='evenodd' data-name='Path 1805'/%3E%3Cpath d='M23.598 23.748c.14-2 1.74-2.837 3.662-2.281 1.858.539 3.06 1.864 3.498 3.783.212.93.05 1.786-.53 2.607-.562.795-2.093 1.075-2.858.844-1.785-.54-3.041-1.659-3.635-3.463-.168-.506-.231-1.017-.137-1.49' fill='%23ee6515' fill-rule='evenodd' data-name='Path 1806'/%3E%3Cpath d='M29.066 13.116c2.34.08 4.365 2.793 4.135 5.008-.193 1.858-1.765 2.69-3.335 2.332-2.063-.47-3.555-2.135-3.878-4.26-.253-1.661.993-3.562 3.078-3.08' fill='%23ee6515' fill-rule='evenodd' data-name='Path 1807'/%3E%3Cpath d='M17.443 28.049c.048-1.934 2.272-2.727 4.066-1.848 1.668.818 2.532 2.217 2.841 3.982.292 1.666-.674 3.153-2.199 3.352-1.059.14-2.055-.196-2.864-.886-1.324-1.128-2.049-2.548-1.844-4.6' fill='%23ee6515' fill-rule='evenodd' data-name='Path 1808'/%3E%3Cpath d='M8.727 27.879c.092-2.478 2.69-3.208 4.736-1.743 1.582 1.133 2.333 2.668 2.12 4.671-.2 1.845-1.892 2.694-3.497 2.156-1.996-.668-3.084-2.174-3.428-4.233a.69.69 0 0 1 0-.181c.021-.224.046-.446.07-.67' fill='%23ee6515' fill-rule='evenodd' data-name='Path 1809'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h33.219v33.566H0V0z' data-name='Rectangle 402'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
      width: 33.22px;
      height: 33.57px;
      display: inline-block; }
    .points-grid .points-box:hover h4 {
      color: #EE6515; }

[data-widget-type="rewards-earnings-v2"] .stamped-rewards-widget-campaign-image i::before {
  color: #ee6515 !important; }

[data-widget-type="rewards-earnings-v2"] .stamped-rewards-widget-item-content {
  background-color: #fbfbfb !important;
  border-radius: 18px !important;
  border: none !important;
  align-items: baseline !important; }
  [data-widget-type="rewards-earnings-v2"] .stamped-rewards-widget-item-content:before {
    content: none !important; }

[data-widget-type="rewards-earnings-v2"] .stamped-rewards-earnings {
  max-width: 1520px !important; }

[data-widget-type="rewards-earnings-v2"] .stamped-rewards-widget-item-inner {
  padding-bottom: 30px !important; }

[data-widget-type="rewards-earnings-v2"] .stamped-rewards-widget-campaign-value {
  margin-bottom: 20px;
  font-weight: bold;
  color: #ee6515 !important;
  margin-top: 15px; }

.stamped-rewards-earnings li[data-campaign-event="OrderNew"] .stamped-rewards-widget-campaign-title::after {
  content: "Earn 1 point for every dollar spent! The more you buy, the more you get."; }

.stamped-rewards-earnings li[data-campaign-event="OrderNew"] .stamped-rewards-widget-campaign-value {
  display: none; }

.stamped-rewards-earnings li[data-campaign-event="AccountNew"] .stamped-rewards-widget-campaign-title::after {
  content: "Yes, it’s that simple! Open an account to unlock instant points!"; }

.stamped-rewards-earnings li[data-campaign-event="AccountBirthday"] .stamped-rewards-widget-campaign-title::after {
  content: "It’s your day! Of course, we got a gift for you!"; }

.stamped-rewards-earnings li[data-campaign-event="SocialFollowInstagram"] .stamped-rewards-widget-campaign-title::after {
  content: "Follow our Instagram account for 10 points + success stories from different furmilies."; }

.stamped-rewards-earnings li[data-campaign-event="SocialFollowInstagram"] .stamped-rewards-widget-campaign-value::after {
  content: "Lifetime max of 10 points"; }

.stamped-rewards-earnings li[data-campaign-event="SocialFollowFacebook"] .stamped-rewards-widget-campaign-title::after {
  content: "Press the “like” button on our Facebook page for an instant 10 points!"; }

.stamped-rewards-earnings li[data-campaign-event="SocialFollowFacebook"] .stamped-rewards-widget-campaign-value::after {
  content: "Lifetime max of 10 points"; }

.stamped-rewards-earnings li[data-campaign-event="SocialShareFacebook"] .stamped-rewards-widget-campaign-title::after {
  content: "Share your reviews on our Facebook account for 5 points!"; }

.stamped-rewards-earnings li[data-campaign-event="SocialShareFacebook"] .stamped-rewards-widget-campaign-value::after {
  content: "Maximum of 25 points per month."; }

.stamped-rewards-earnings li[data-campaign-event="SocialFollowTwitter"] .stamped-rewards-widget-campaign-title::after {
  content: "Follow our Twitter account for 10 points + witty kitty tweets."; }

.stamped-rewards-earnings li[data-campaign-event="SocialFollowTwitter"] .stamped-rewards-widget-campaign-value::after {
  content: "Lifetime max of 10 points"; }

.stamped-rewards-earnings li[data-campaign-event="SocialShareTwitter"] .stamped-rewards-widget-campaign-title::after {
  content: "Share your reviews on our Twitter account for 5 points!"; }

.stamped-rewards-earnings li[data-campaign-event="SocialShareTwitter"] .stamped-rewards-widget-campaign-value::after {
  content: "Maximum of 25 points per month."; }

.stamped-rewards-earnings li[data-campaign-event="SocialFollowTiktok"] .stamped-rewards-widget-campaign-title::after {
  content: "Follow our TikTok account for 10 points + a sneak peek of our cute office pups."; }

.stamped-rewards-earnings li[data-campaign-event="SocialYouTube"] .stamped-rewards-widget-campaign-title::after {
  content: "Subscribe to our YouTube account for 10 points + learn more about how our supplements can help your little one."; }

.stamped-rewards-earnings li[data-campaign-event="SocialYouTube"] .stamped-rewards-widget-campaign-value::after {
  content: "Lifetime max of 10 points"; }

.stamped-rewards-earnings li[data-campaign-event="SocialFollowPinterest"] .stamped-rewards-widget-campaign-title::after {
  content: "Follow our Pinterest account for 10 points."; }

.stamped-rewards-earnings li[data-campaign-event="SocialFollowPinterest"] .stamped-rewards-widget-campaign-value::after {
  content: "Lifetime max of 10 points"; }

.stamped-rewards-earnings li[data-campaign-event="ReviewPhoto"] .stamped-rewards-widget-campaign-title::after {
  content: "Send us cute pictures of your little one. We will use them on our social media!"; }

.stamped-rewards-earnings li[data-campaign-event="ReviewPhoto"] .stamped-rewards-widget-campaign-value::after {
  content: "Maximum of 25 points per month."; }

.stamped-rewards-earnings li[data-campaign-event="ReviewVideo"] .stamped-rewards-widget-campaign-title::after {
  content: "Shoot us a short clip of your furkid doing goofy stuff! Our team and other furmilies would love to watch them too!"; }

.stamped-rewards-earnings li[data-campaign-event="ReviewVideo"] .stamped-rewards-widget-campaign-value::after {
  content: "Maximum of 25 points per month."; }

.stamped-rewards-earnings li[data-campaign-event="Newsletter"] .stamped-rewards-widget-campaign-title::after {
  content: "Subscribe to our newsletter to get 50 points."; }

.stamped-rewards-earnings li .stamped-rewards-widget-campaign-title::after {
  display: block;
  font-weight: normal;
  margin-top: 10px;
  line-height: 24px !important; }

.stamped-rewards-earnings li .stamped-rewards-widget-campaign-value::after {
  display: block;
  font-size: 15px !important;
  font-weight: normal !important;
  color: #000;
  line-height: 24px !important; }

@media only screen and (min-width: 1400px) {
  li.stamped-rewards-widget-item {
    padding: 15px !important;
    flex: 0 0 25% !important; } }

@media only screen and (max-width: 480px) {
  li.stamped-rewards-widget-item {
    flex: 0 0 100% !important; } }

li.stamped-rewards-widget-item:hover .stamped-rewards-widget-campaign-title {
  color: #ee6515 !important; }

button.stamped-rewards-widget-button[data-type="signup"] {
  background-color: #9c3 !important;
  border-color: #9c3 !important;
  color: #fff !important;
  border-radius: 6px !important;
  line-height: 1rem !important;
  transition: all 0.15s ease !important;
  font-family: Freude, Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important; }
  button.stamped-rewards-widget-button[data-type="signup"]:hover {
    background-color: #4f0ce8 !important;
    border-color: #4f0ce8 !important; }

button.stamped-rewards-widget-button[data-type="login"] {
  background-color: #ee6515 !important;
  border-color: #ee6515 !important;
  color: #fff !important;
  border-radius: 6px !important;
  line-height: 1rem !important;
  transition: all 0.15s ease !important;
  font-family: Freude, Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important; }
  button.stamped-rewards-widget-button[data-type="login"]:hover {
    background-color: #4f0ce8 !important;
    border-color: #4f0ce8 !important; }

button.stamped-rewards-widget-button[data-type="view"] {
  background-color: #ee6515 !important;
  border-color: #ee6515 !important;
  color: #fff !important;
  border-radius: 6px !important;
  line-height: 1rem !important;
  transition: all 0.15s ease !important;
  font-family: Freude, Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  visibility: visible !important; }
  button.stamped-rewards-widget-button[data-type="view"]:hover {
    background-color: #4f0ce8 !important;
    border-color: #4f0ce8 !important; }

.stamped-rewards-widget-campaigns-earnings {
  margin-top: 50px; }
  .stamped-rewards-widget-campaigns-earnings .stamped-rewards-widget-heading-main {
    color: #114700 !important;
    font-size: 55px !important;
    line-height: 66px !important;
    margin-bottom: 14px !important;
    display: none; }

i.fab.fa-youtube-square {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29.315" height="20.612" viewBox="0 0 29.315 20.612"> <path id="Yt" d="M368.411,17.285a38.619,38.619,0,0,1-.613,7.1,3.628,3.628,0,0,1-2.591,2.567c-2.286.616-11.453.616-11.453.616s-9.167,0-11.453-.616a3.629,3.629,0,0,1-2.592-2.567,38.653,38.653,0,0,1-.612-7.1,38.65,38.65,0,0,1,.612-7.1A3.685,3.685,0,0,1,342.3,7.574c2.286-.616,11.453-.616,11.453-.616s9.167,0,11.453.616a3.683,3.683,0,0,1,2.591,2.609,38.617,38.617,0,0,1,.613,7.1m-9.994,0-7.662-4.359v8.718Z" transform="translate(-339.096 -6.958)" fill="%23ee6515"/></svg>');
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: center; }

/* earn points section ~ end */
/* redeem rewards section ~ start */
.redeem-rewards-inner {
  background-color: #FBFBFB;
  padding: 130px 0; }
  .redeem-rewards-inner .rewards-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 60px; }
    @media (min-width: 600px) {
      .redeem-rewards-inner .rewards-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 800px) {
      .redeem-rewards-inner .rewards-grid {
        grid-template-columns: repeat(3, 1fr); } }
    .redeem-rewards-inner .rewards-grid .rewards-box {
      background-color: #fff;
      border-radius: 18px;
      padding: 50px 40px;
      list-style: none; }
      .redeem-rewards-inner .rewards-grid .rewards-box .icon {
        width: 50px;
        height: 25px;
        margin-bottom: 25px; }
        .redeem-rewards-inner .rewards-grid .rewards-box .icon svg svg {
          width: auto;
          height: auto; }
      .redeem-rewards-inner .rewards-grid .rewards-box .top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px; }
      .redeem-rewards-inner .rewards-grid .rewards-box h4 {
        color: #207F01;
        font-size: 24px;
        line-height: 1;
        letter-spacing: 1.92px;
        margin-bottom: 0; }
      .redeem-rewards-inner .rewards-grid .rewards-box .points {
        letter-spacing: 1.92px;
        font-size: 24px;
        color: #207F01;
        font-family: Freude,Arial,Helvetica,sans-serif;
        flex-shrink: 0; }

@media only screen and (min-width: 992px) {
  [data-widget-type="rewards-spendings-v2"] .stamped-rewards-spendings {
    flex-wrap: wrap !important;
    gap: 40px !important;
    max-width: 1600px !important;
    padding: 0 40px !important; } }

@media only screen and (min-width: 992px) {
  [data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-item {
    flex: none !important;
    width: calc(33.33% - 26.7px) !important;
    padding: 0 !important; } }

[data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-item-content {
  background-color: #fff !important;
  border-radius: 18px !important;
  list-style: none !important;
  padding: 50px 40px !important;
  border: none !important; }
  [data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-item-content:before {
    content: none !important; }

[data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-item-inner {
  margin: 0 !important;
  padding: 0 !important; }

[data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-campaign-image > i::before {
  color: #207f01 !important; }

[data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-campaign-title {
  color: #207f01 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  letter-spacing: 1.92px !important;
  margin-bottom: 0 !important;
  font-family: Freude,Arial,Helvetica,sans-serif !important;
  text-transform: capitalize !important; }

[data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-heading-main {
  color: #114700 !important;
  font-size: 55px !important;
  line-height: 66px !important;
  margin-bottom: 14px !important;
  display: none; }

[data-widget-type="rewards-spendings-v2"] .stamped-rewards-widget-campaigns-spendings {
  margin-bottom: 0 !important; }

.stamped-rewards-birthday-input-holder .stamped-rewards-birthday-input {
  width: 100% !important;
  border: 1px solid #ee6515 !important;
  border-radius: 6px !important;
  padding: 2px 5px #ee6515 !important;
  margin-bottom: 7px !important; }

.stamped-rewards-birthday-input-holder .stamped-rewards-widget-button {
  background-color: #ee6515 !important;
  border-color: #ee6515 !important;
  color: #fff !important;
  border-radius: 6px !important;
  line-height: 1rem !important;
  transition: all 0.15s ease !important;
  font-family: Freude, Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-bottom: 15px !important; }

/* redeem rewards section ~ end */
/* faq section ~ start */
.accordion-widget-section {
  padding: 150px 0; }
  .accordion-widget-section .container {
    max-width: 1600px;
    padding: 0 50px; }
  .accordion-widget-section h2.section-title {
    text-align: center;
    margin-bottom: 30px; }

.widget-accordion .widget-accordion-group {
  margin-bottom: 30px; }

.widget-accordion .widget-accordion-title {
  position: relative;
  display: flex;
  align-items: center;
  font-family: Freude,Arial,Helvetica,sans-serif;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 1.92px;
  padding: 30px 70px 30px 40px;
  cursor: pointer;
  color: #fff;
  background-color: #4F0CE8;
  border-radius: 18px; }

.widget-accordion .widget-accordion-title svg {
  margin-right: 20px;
  transition: .4s;
  transform: rotate(90deg);
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px; }

.widget-accordion .widget-accordion-content-wrap {
  transition: .4s;
  height: 0;
  overflow: hidden; }

.widget-accordion .widget-accordion-content {
  padding: 60px 50px 30px;
  font-size: 20px; }

.widget-accordion .widget-accordion-content a {
  font-weight: 400; }

.widget-accordion .widget-accordion-content strong {
  font-size: 24px; }

.widget-accordion .widget-accordion-group.open .widget-accordion-title svg {
  transform: rotate(180deg); }

@media only screen and (max-width: 800px) {
  .widget-accordion .widget-accordion-title {
    padding: 20px 45px 20px 15px;
    font-size: 16px;
    line-height: 1.4; }
  .widget-accordion .widget-accordion-title svg {
    margin-right: 15px;
    width: 25px;
    height: 25px; }
  .widget-accordion .widget-accordion-content {
    padding: 30px 25px;
    font-size: 15px; } }

/* faq section ~ end */
/* bottom banner section ~ start */
.footer-banner-inner {
  text-align: center; }
  .footer-banner-inner .image-bg {
    max-width: 600px;
    margin: 0 auto; }

/* bottom banner section ~ end */
/* common for all section ~ start */
.homepage-v2 .btn {
  padding: 26px 45px 22px;
  background-color: #4F0CE8;
  border-radius: 36px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Freude';
  letter-spacing: 1.6px;
  line-height: 24px; }
  .homepage-v2 .btn:hover {
    background-color: #ee6515 !important; }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes showup {
  to {
    opacity: 1;
    scale: 1; } }

/* common for all section ~ end */
/* hero banner video ~ start */
.new-home-video-banner-section .container {
  padding: 0;
  width: 100%;
  max-width: 100%; }

.new-home-video-banner-section .new-home-video-banner {
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 55.4vw;
  position: relative; }
  @media only screen and (max-width: 800px) {
    .new-home-video-banner-section .new-home-video-banner {
      display: none; } }

.new-home-video-banner-section iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px; }

.new-home-video-mobile-banner {
  display: none; }
  @media only screen and (max-width: 800px) {
    .new-home-video-mobile-banner {
      display: block; } }
  .new-home-video-mobile-banner .image-container img {
    width: 100%; }
  .new-home-video-mobile-banner .text-content {
    padding: 40px 0;
    background-color: #EE6515;
    text-align: center; }
  .new-home-video-mobile-banner label.tagline {
    color: #fff;
    letter-spacing: 1.28px;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
    display: block; }
  .new-home-video-mobile-banner h2 {
    color: #fff;
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 15px; }
  .new-home-video-mobile-banner .button-container {
    display: inline-flex; }

/* hero banner video ~ end */
/* hero video carousel ~ start */
.hero-banner-video .hero-slider.slick-slider .hero-content-mobile {
  padding-bottom: 60px; }

.hero-banner-video .hero-slider.slick-slider .slick-dots {
  bottom: 10px; }

.hero-banner-video .hero-items:not(.slick-slider) {
  display: flex;
  overflow: hidden; }
  .hero-banner-video .hero-items:not(.slick-slider) .hero-link {
    flex-shrink: 0; }

.hero-banner-video .hero-link {
  position: relative;
  display: block;
  width: 100vw; }
  @media (min-width: 799px) {
    .hero-banner-video .hero-link {
      max-height: 545px; } }

.hero-banner-video picture {
  display: block;
  z-index: -1;
  position: relative; }
  .hero-banner-video picture img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%; }

.hero-banner-video .hero-content .button {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.6px;
  padding: 25px 45px;
  border-radius: 36px;
  background-color: #4F0CE8;
  border: 0;
  color: #fff;
  margin-bottom: 0; }
  .hero-banner-video .hero-content .button:hover {
    background-color: #EE6515; }

.hero-banner-video .hero-content-desktop {
  display: none;
  text-align: center; }
  .hero-banner-video .hero-content-desktop.right {
    margin-left: auto; }
  .hero-banner-video .hero-content-desktop.center {
    margin: 0 auto; }
  .hero-banner-video .hero-content-desktop h2 {
    font-size: 71px;
    line-height: 85px;
    letter-spacing: 5.68px;
    margin-bottom: 30px;
    color: #fff; }
  .hero-banner-video .hero-content-desktop h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1.6px;
    margin-bottom: 15px;
    color: #fff;
    font-family: "private-sans", sans-serif; }

.hero-banner-video .hero-content-mobile {
  text-align: center;
  padding: 40px 20px;
  background-color: #EE6515; }
  @media screen and (max-width: 799px) {
    .hero-banner-video .hero-content-mobile {
      padding: 25px 20px; } }
  .hero-banner-video .hero-content-mobile h2 {
    font-size: 52px;
    line-height: 62px;
    letter-spacing: 4.16px;
    margin-bottom: 16px;
    color: #fff; }
    @media screen and (max-width: 799px) {
      .hero-banner-video .hero-content-mobile h2 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 5px;
        letter-spacing: 2px; } }
  .hero-banner-video .hero-content-mobile h3 {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1.28px;
    margin-bottom: 10px;
    color: #fff;
    font-family: "private-sans", sans-serif; }
    @media screen and (max-width: 799px) {
      .hero-banner-video .hero-content-mobile h3 {
        margin-bottom: 5px;
        font-size: 14px;
        letter-spacing: 0.75px; } }
  @media screen and (max-width: 799px) {
    .hero-banner-video .hero-content-mobile .button {
      padding: 14px 30px;
      font-size: 18px; } }

@media screen and (min-width: 800px) {
  .hero-banner-video .hero-video + img {
    display: none; }
  .hero-banner-video picture {
    padding-bottom: calc(44.25% - 120px);
    height: 0; }
    .hero-banner-video picture img {
      top: 0;
      left: 0;
      position: absolute; }
  .hero-banner-video .hero-video {
    position: relative;
    padding-bottom: calc(56.25% - 60px);
    height: 0;
    overflow: hidden; }
    .hero-banner-video .hero-video iframe {
      width: 100%;
      height: calc(100% + 60px);
      position: absolute;
      left: 0;
      top: -60px; }
  .hero-banner-video .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1440px;
    width: 100%;
    display: flex; }
  .hero-banner-video .hero-content-desktop {
    display: inline-block;
    padding: 0 20px; }
  .hero-banner-video .hero-content-mobile,
  .hero-banner-video .picture img {
    display: none; } }

@media screen and (max-width: 799px) {
  .hero-banner-video .hero-video iframe {
    display: none; } }

/* hero video carousel ~ end */
/* featured review ~ start */
.featured-review {
  padding: 0 20px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
  z-index: 2;
  position: relative; }
  @media only screen and (max-width: 1025px) {
    .featured-review {
      padding: 40px 20px;
      margin-top: 0; } }
  .featured-review .rating {
    flex-shrink: 0; }
    @media only screen and (max-width: 500px) {
      .featured-review .rating {
        text-align: center;
        margin-bottom: 30px; } }
    .featured-review .rating svg {
      margin-right: 30px; }
      @media only screen and (max-width: 1399px) {
        .featured-review .rating svg {
          margin-right: 20px;
          width: 40px; } }
      @media only screen and (max-width: 500px) {
        .featured-review .rating svg {
          width: 30px;
          height: 26px;
          margin-right: 12px; } }
      @media only screen and (max-width: 400px) {
        .featured-review .rating svg {
          width: 25px;
          height: 20px;
          margin-right: 10px; } }
  .featured-review-wrapper {
    border-radius: 18px;
    padding: 40px 100px;
    background-color: #99CC33;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 1199px) {
      .featured-review-wrapper {
        padding: 40px 30px; } }
    @media only screen and (max-width: 1024px) {
      .featured-review-wrapper {
        display: block; } }
  .featured-review .featured-review-content {
    max-width: 670px;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .featured-review .featured-review-content {
        margin: 0 auto; } }
    .featured-review .featured-review-content * {
      color: #114700; }
    .featured-review .featured-review-content .review-title {
      font-family: "Freude";
      font-size: 32px;
      line-height: 38px;
      letter-spacing: 2.56px;
      margin-bottom: 18px; }
      @media only screen and (max-width: 500px) {
        .featured-review .featured-review-content .review-title {
          font-size: 28px;
          line-height: 34px;
          letter-spacing: 1.44px; } }
    .featured-review .featured-review-content .review-text {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 1.44px;
      margin-bottom: 10px; }
    .featured-review .featured-review-content .review-author {
      font-family: "private-sans", sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 1.44px; }

/* featured testimonial ~ end */
/* call Out ~ start */
.callOut_block {
  padding: 0 20px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -82px;
  z-index: 2;
  position: relative; }
  @media only screen and (max-width: 1025px) {
    .callOut_block {
      padding: 40px 20px;
      margin-top: 0; } }
  .callOut_block .callOut-wrapper {
    border-radius: 18px;
    padding: 40px 100px;
    background-color: #99CC33;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 1199px) {
      .callOut_block .callOut-wrapper {
        padding: 40px 30px; } }
    @media only screen and (max-width: 1024px) {
      .callOut_block .callOut-wrapper {
        display: block; } }
  .callOut_block .callOut-content {
    max-width: 800px;
    text-align: center; }
    @media only screen and (max-width: 1024px) {
      .callOut_block .callOut-content {
        margin: 0 auto; } }
    .callOut_block .callOut-content * {
      color: #114700; }
    .callOut_block .callOut-content .callOut-title {
      font-family: "Freude";
      font-size: 28px;
      line-height: 38px;
      letter-spacing: 1.56px;
      margin-bottom: 18px;
      margin: 0; }
      @media only screen and (max-width: 500px) {
        .callOut_block .callOut-content .callOut-title {
          font-size: 28px;
          line-height: 34px;
          letter-spacing: 1.44px; } }
    .callOut_block .callOut-content .callOut-text {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      letter-spacing: 2px;
      margin-bottom: 10px;
      background: #1d7405;
      color: #fff;
      border-radius: 25px;
      width: auto;
      display: inline-block;
      padding: 6px 30px;
      line-height: normal; }

/* call Out ~ end */
/* shob by conditions ~ start */
.shop-by-conditions {
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 1399px) {
    .shop-by-conditions {
      padding: 20px 0 !important;
      margin: 20px 0 !important; } }
  @media only screen and (max-width: 1199px) {
    .shop-by-conditions {
      padding: 30px 0 0 !important;
      margin: 0 0 40px !important; } }
  @media only screen and (max-width: 1399px) {
    .shop-by-conditions h3 {
      margin-bottom: 45px !important; } }
  @media only screen and (max-width: 1399px) {
    .shop-by-conditions .slick-track {
      align-items: flex-start !important; } }
  @media only screen and (max-width: 1399px) {
    .shop-by-conditions [data-type="logo-slider-container"] {
      max-width: 980px !important; } }
  @media only screen and (max-width: 1399px) {
    .shop-by-conditions [data-type="widget-logo-list"] {
      padding: 0 50px; } }
  @media only screen and (max-width: 800px) {
    .shop-by-conditions [data-type="widget-logo-list"] {
      padding: 0; } }
  .shop-by-conditions [data-type="widget-logo-list"] .slide {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 600px) {
      .shop-by-conditions [data-type="widget-logo-list"] .slide {
        width: 185px;
        padding: 0 20px !important; } }
    .shop-by-conditions [data-type="widget-logo-list"] .slide .image-container {
      padding: 18px 3px 10px 10px;
      position: relative; }
      .shop-by-conditions [data-type="widget-logo-list"] .slide .image-container img {
        border-radius: 100%;
        aspect-ratio: 1;
        object-fit: cover; }
      .shop-by-conditions [data-type="widget-logo-list"] .slide .image-container::before {
        background-image: url(https://cdn11.bigcommerce.com/s-4sdjwgussa/images/stencil/original/image-manager/hand-drawn-circle-1.png);
        background-size: contain;
        display: flex;
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 2px;
        bottom: 0; }
    .shop-by-conditions [data-type="widget-logo-list"] .slide:nth-child(2n) .image-container {
      padding: 10px 10px 18px 3px; }
      .shop-by-conditions [data-type="widget-logo-list"] .slide:nth-child(2n) .image-container::before {
        background-image: url(https://cdn11.bigcommerce.com/s-4sdjwgussa/images/stencil/original/image-manager/hand-drawn-circle-2.png);
        left: auto;
        right: 2px;
        bottom: -5px; }
    .shop-by-conditions [data-type="widget-logo-list"] .slide label {
      display: block;
      text-align: center;
      margin-top: 25px;
      color: #000;
      font-family: Freude;
      font-size: 22px;
      line-height: normal; }
      @media only screen and (max-width: 1399px) {
        .shop-by-conditions [data-type="widget-logo-list"] .slide label {
          margin-top: 5px; } }
  .shop-by-conditions [data-type="widget-logo-list"] button.slick-arrow {
    padding: 0;
    width: 40.1px;
    height: 40.66px;
    background-color: transparent; }
    .shop-by-conditions [data-type="widget-logo-list"] button.slick-arrow:hover {
      opacity: 0.75; }
    .shop-by-conditions [data-type="widget-logo-list"] button.slick-arrow img {
      width: 40.1px;
      height: 40.66px; }
    .shop-by-conditions [data-type="widget-logo-list"] button.slick-arrow::before {
      content: none; }
    .shop-by-conditions [data-type="widget-logo-list"] button.slick-arrow.slick-prev {
      /*left: 0;*/ }
      @media only screen and (max-width: 1199px) {
        .shop-by-conditions [data-type="widget-logo-list"] button.slick-arrow.slick-prev {
          left: 20px; } }
    .shop-by-conditions [data-type="widget-logo-list"] button.slick-arrow.slick-next {
      /*right: 0;*/ }
      @media only screen and (max-width: 1199px) {
        .shop-by-conditions [data-type="widget-logo-list"] button.slick-arrow.slick-next {
          right: 20px; } }
  @media only screen and (max-width: 1399px) {
    .shop-by-conditions [data-type="widget-logo-list"] .slick-dots {
      bottom: -40px;
      top: auto; } }
  @media only screen and (max-width: 1399px) {
    .shop-by-conditions [data-type="widget-logo-list"] .slick-dots li {
      width: 15px;
      height: 15px;
      padding: 0;
      box-sizing: border-box;
      margin: 0 5px; } }
  @media only screen and (max-width: 1399px) {
    .shop-by-conditions [data-type="widget-logo-list"] .slick-dots li.slick-active button::before {
      background: #EE6515; } }
  @media only screen and (max-width: 1399px) {
    .shop-by-conditions [data-type="widget-logo-list"] .slick-dots li button {
      height: 15px;
      width: 15px; } }
  @media only screen and (max-width: 1399px) {
    .shop-by-conditions [data-type="widget-logo-list"] .slick-dots li button::before {
      height: 15px;
      width: 15px;
      border: 3px solid #99cc33; } }
  @media only screen and (max-width: 1399px) {
    .shop-by-conditions .bottom-button {
      margin-top: 45px !important; } }
  @media only screen and (max-width: 800px) {
    .shop-by-conditions .bottom-button {
      margin-top: 75px !important; } }

/* shob by conditions ~ end */
/* featured products ~ start */
section.featured-product-section.new-homepage {
  background-color: #FBFBFB; }
  section.featured-product-section.new-homepage .page-heading {
    color: #207F01;
    letter-spacing: 3.04px;
    font-size: 38px;
    line-height: 47px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1199px) {
      section.featured-product-section.new-homepage .page-heading {
        margin-bottom: 30px; } }
  section.featured-product-section.new-homepage .section-padding {
    padding-top: 63px;
    padding-bottom: 30px; }
    @media only screen and (max-width: 1199px) {
      section.featured-product-section.new-homepage .section-padding {
        padding-top: 40px;
        padding-bottom: 93px; } }
    @media only screen and (max-width: 1199px) {
      section.featured-product-section.new-homepage .section-padding #load-more {
        margin-bottom: 0; } }
  section.featured-product-section.new-homepage .container {
    max-width: 1490px;
    padding: 0 65px; }
    @media only screen and (max-width: 1399px) {
      section.featured-product-section.new-homepage .container {
        padding: 0 100px; } }
    @media only screen and (max-width: 1199px) {
      section.featured-product-section.new-homepage .container {
        padding: 0 50px; } }
    @media only screen and (max-width: 479px) {
      section.featured-product-section.new-homepage .container {
        padding: 0 15px; } }
  section.featured-product-section.new-homepage button.slick-arrow {
    padding: 0;
    width: 40.1px;
    height: 40.66px;
    background-color: transparent; }
    section.featured-product-section.new-homepage button.slick-arrow:hover {
      opacity: 0.75; }
    section.featured-product-section.new-homepage button.slick-arrow img {
      width: 51.46px;
      height: 36.42px; }
    section.featured-product-section.new-homepage button.slick-arrow::before {
      content: none; }
    section.featured-product-section.new-homepage button.slick-arrow::after {
      content: "";
      width: 40.1px;
      height: 40.66px;
      display: block;
      background-image: url(https://cdn11.bigcommerce.com/s-4sdjwgussa/images/stencil/original/image-manager/arrow-next.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    section.featured-product-section.new-homepage button.slick-arrow.slick-prev {
      left: -50px; }
      section.featured-product-section.new-homepage button.slick-arrow.slick-prev::after {
        background-image: url(https://cdn11.bigcommerce.com/s-4sdjwgussa/images/stencil/original/image-manager/arrow-previous.png); }
    section.featured-product-section.new-homepage button.slick-arrow.slick-next {
      right: -50px; }
  section.featured-product-section.new-homepage .slick-dots {
    bottom: -60px; }
    section.featured-product-section.new-homepage .slick-dots li {
      height: 15px;
      width: 15px;
      margin: 0 5px;
      padding: 0; }
      section.featured-product-section.new-homepage .slick-dots li.slick-active button {
        background-color: #EE6515; }
      section.featured-product-section.new-homepage .slick-dots li button {
        height: 15px;
        width: 15px;
        display: block;
        background: white;
        border: 3px solid #99CC33; }
        section.featured-product-section.new-homepage .slick-dots li button:before {
          display: none; }
  section.featured-product-section.new-homepage .featured-product .card {
    margin-bottom: 0; }
    @media only screen and (max-width: 1399px) {
      section.featured-product-section.new-homepage .featured-product .card .card-text[data-test-info-type="brandName"] {
        min-height: 54px;
        display: flex;
        justify-content: center;
        align-items: flex-end; } }
  section.featured-product-section.new-homepage .card-text[data-test-info-type="brandName"] {
    display: none !important; }
  section.featured-product-section.new-homepage .card-figure {
    background-color: #fff;
    border-color: #CBCBCB;
    border-radius: 18px;
    height: auto;
    aspect-ratio: .8;
    overflow: hidden; }
  section.featured-product-section.new-homepage .card-body {
    padding: 10px 0 0; }
  section.featured-product-section.new-homepage .card-title {
    text-align: left; }
    section.featured-product-section.new-homepage .card-title a {
      letter-spacing: 1px;
      font-weight: 700;
      color: #000;
      font-size: 18px;
      line-height: 24px; }
  section.featured-product-section.new-homepage .card-rating {
    text-align: left; }
    section.featured-product-section.new-homepage .card-rating i:before {
      font-size: 22px; }
  section.featured-product-section.new-homepage .card .price-section {
    text-align: left;
    color: #000; }
    section.featured-product-section.new-homepage .card .price-section .price--withoutTax {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      align-items: center;
      font-size: 42px;
      line-height: 59px;
      letter-spacing: 3.36px;
      gap: 0 17px; }
      @media only screen and (max-width: 1199px) {
        section.featured-product-section.new-homepage .card .price-section .price--withoutTax {
          letter-spacing: 2.56px;
          font-size: 32px;
          gap: 0 8px; } }
    section.featured-product-section.new-homepage .card .price-section .price-prefix {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 1.44px; }

/* featured products ~ end */
/* three column buttons ~ start */
.home-new-three-column-buttons {
  background-color: #FBFBFB;
  padding: 10px 0 183px; }
  @media only screen and (max-width: 800px) {
    .home-new-three-column-buttons {
      padding-bottom: 100px; } }
  .home-new-three-column-buttons a.btn {
    background-color: #4F0CE8;
    padding: 25px 10px 22px;
    width: 360px;
    max-width: 100%;
    height: 66px;
    display: inline-flex;
    color: #fff;
    align-items: center;
    border-radius: 36px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Freude;
    justify-content: center;
    letter-spacing: 1.6px; }
    .home-new-three-column-buttons a.btn img {
      width: auto;
      height: 24px;
      margin-right: 12px;
      flex-shrink: 0; }
  .home-new-three-column-buttons .button-container {
    padding: 0 15px; }
  .home-new-three-column-buttons.buttons-shopByConditions {
    background-color: transparent;
    padding: 0;
    margin: 60px 0 70px; }
  .home-new-three-column-buttons.button-featuredProducts .btn {
    width: auto;
    font-size: 24px;
    padding-left: 37px;
    padding-right: 37px;
    text-align: center; }

.home-new-three-column-buttons-inner {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 1199px) {
    .home-new-three-column-buttons-inner {
      flex-wrap: wrap;
      gap: 20px; } }

/* three column buttons ~ end */
/* testimonial section ~ start */
.home-new-testimonial-carousel-section {
  background-color: #99CC33;
  padding: 70px 0;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .home-new-testimonial-carousel-section {
      padding: 70px 0 40px; } }
  .home-new-testimonial-carousel-section .container {
    padding: 0 0 0 120px; }
    @media only screen and (min-width: 1601px) {
      .home-new-testimonial-carousel-section .container {
        padding: 0 0 0 15%; } }
    @media only screen and (max-width: 1024px) {
      .home-new-testimonial-carousel-section .container {
        padding: 0 50px; } }
    @media only screen and (max-width: 400px) {
      .home-new-testimonial-carousel-section .container {
        padding: 0 20px; } }
  .home-new-testimonial-carousel-section .section-info {
    max-width: 365px;
    width: 100%; }
    .home-new-testimonial-carousel-section .section-info.mobile {
      display: none; }
      @media only screen and (max-width: 1024px) {
        .home-new-testimonial-carousel-section .section-info.mobile {
          display: block; } }
    .home-new-testimonial-carousel-section .section-info h2 {
      color: #114700;
      font-size: 53px;
      margin-bottom: 20px;
      line-height: 64px;
      letter-spacing: 4.24px; }
      @media only screen and (max-width: 1024px) {
        .home-new-testimonial-carousel-section .section-info h2 {
          text-align: center;
          font-size: 38px;
          line-height: 47px;
          letter-spacing: 3.04px;
          max-width: 218px;
          margin: 0 auto 23px; } }
    .home-new-testimonial-carousel-section .section-info p {
      font-size: 18px;
      font-family: 'Open Sans';
      color: #000;
      letter-spacing: 1.44px;
      max-width: 300px; }
      @media only screen and (max-width: 1024px) {
        .home-new-testimonial-carousel-section .section-info p {
          display: none; } }
    .home-new-testimonial-carousel-section .section-info .button-container {
      margin-top: 40px; }
      @media only screen and (max-width: 1024px) {
        .home-new-testimonial-carousel-section .section-info .button-container.desktop {
          display: none; } }
      @media only screen and (max-width: 1024px) {
        .home-new-testimonial-carousel-section .section-info .button-container {
          margin-top: 80px;
          text-align: center; } }
      .home-new-testimonial-carousel-section .section-info .button-container a.btn {
        background-color: #fff;
        padding: 25px 45px 22px;
        height: 66px;
        display: inline-flex;
        color: #207F01;
        align-items: center;
        border-radius: 36px;
        text-transform: uppercase;
        font-size: 20px;
        font-family: Freude;
        justify-content: center;
        letter-spacing: 1.6px; }
        .home-new-testimonial-carousel-section .section-info .button-container a.btn:hover {
          color: #fff; }

.home-new-testimonial-carousel-section-inner {
  display: flex;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .home-new-testimonial-carousel-section-inner {
      gap: 0;
      justify-content: center; } }

.animal-image-overlay {
  max-width: 843px;
  margin: 0 auto;
  position: absolute;
  top: -125px;
  right: 0;
  left: 0; }
  @media only screen and (max-width: 1024px) {
    .animal-image-overlay {
      top: -27px;
      transform: translateY(-50%); } }
  @media only screen and (max-width: 800px) {
    .animal-image-overlay {
      max-width: 465px;
      top: -15px; } }
  @media only screen and (max-width: 465px) {
    .animal-image-overlay {
      max-width: 320px;
      top: -10px; } }

.testimonial-list-slider {
  display: flex;
  width: calc(100% - 395px);
  flex-wrap: wrap;
  position: unset; }
  @media only screen and (max-width: 1024px) {
    .testimonial-list-slider {
      width: 100%; } }
  .testimonial-list-slider .testimonial-box {
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box; }
    @media only screen and (max-width: 1024px) {
      .testimonial-list-slider .testimonial-box {
        padding: 0 10px; } }
    @media only screen and (max-width: 499px) {
      .testimonial-list-slider .testimonial-box {
        padding: 0; } }
  .testimonial-list-slider .testimonial-box-inner {
    background-color: #fff;
    border-radius: 18px;
    padding: 40px 25px 25px;
    margin: 0 2px; }
    .testimonial-list-slider .testimonial-box-inner .testimonialTop {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 20px;
      width: 100%; }
      .testimonial-list-slider .testimonial-box-inner .testimonialTop-left {
        width: 50%;
        padding: 0 10px 0 0; }
      .testimonial-list-slider .testimonial-box-inner .testimonialTop-right {
        width: 50%;
        border-radius: 6px;
        overflow: hidden; }
        .testimonial-list-slider .testimonial-box-inner .testimonialTop-right .testimonialTopRight-image {
          margin: 0 0 0 auto;
          object-fit: cover;
          width: 100%;
          height: 100%;
          aspect-ratio: 1; }
    .testimonial-list-slider .testimonial-box-inner h3 {
      font-size: 19px;
      color: #000;
      margin: 0;
      line-height: 24px;
      letter-spacing: 1px;
      max-width: 100%; }
      @media only screen and (max-width: 1024px) {
        .testimonial-list-slider .testimonial-box-inner h3 {
          margin-top: 30px; } }
      @media only screen and (max-width: 479px) {
        .testimonial-list-slider .testimonial-box-inner h3 {
          word-break: break-all; } }
  .testimonial-list-slider .quote-image {
    width: 127px;
    margin-bottom: 15px; }
    .testimonial-list-slider .quote-image img {
      width: auto;
      height: 50px; }
    @media only screen and (max-width: 1024px) {
      .testimonial-list-slider .quote-image {
        position: absolute;
        opacity: 0.4; } }
  .testimonial-list-slider .rating-count {
    list-style: none;
    display: flex;
    margin-bottom: 20px;
    gap: 10px; }
  .testimonial-list-slider .the-testimony {
    margin-bottom: 32px; }
    .testimonial-list-slider .the-testimony p {
      color: #000;
      line-height: 24px;
      letter-spacing: 1.44px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 5px; }
    .testimonial-list-slider .the-testimony.expanded p {
      display: block; }
    .testimonial-list-slider .the-testimony a.read-more {
      color: #207F01;
      letter-spacing: 1.44px; }
  .testimonial-list-slider .the-author {
    font-family: "private-sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1.44px; }
  .testimonial-list-slider button.slick-arrow {
    padding: 0;
    width: 40.1px;
    height: 40.66px;
    background-color: transparent;
    top: initial;
    bottom: 30px;
    left: 10px;
    right: auto;
    margin: auto;
    transform: none; }
    @media only screen and (max-width: 1024px) {
      .testimonial-list-slider button.slick-arrow {
        display: none !important; } }
    .testimonial-list-slider button.slick-arrow:hover {
      opacity: 0.75; }
    .testimonial-list-slider button.slick-arrow img {
      width: 40.1px;
      height: 40.66px; }
    .testimonial-list-slider button.slick-arrow::before {
      content: none; }
    .testimonial-list-slider button.slick-arrow.slick-next {
      left: 75px; }
  @media only screen and (max-width: 1024px) {
    .testimonial-list-slider .slick-dots {
      bottom: 100px !important;
      top: auto !important; } }
  @media only screen and (max-width: 1024px) {
    .testimonial-list-slider .slick-dots li {
      width: 15px !important;
      height: 15px !important;
      padding: 0 !important;
      box-sizing: border-box !important;
      margin: 0 5px !important; } }
  @media only screen and (max-width: 1024px) {
    .testimonial-list-slider .slick-dots li.slick-active button::before {
      background: #fff !important; } }
  @media only screen and (max-width: 1024px) {
    .testimonial-list-slider .slick-dots li button {
      height: 15px !important;
      width: 15px !important; } }
  @media only screen and (max-width: 1024px) {
    .testimonial-list-slider .slick-dots li button::before {
      height: 15px !important;
      width: 15px !important;
      border: 3px solid #EE6515 !important; } }

/* testimonial section ~ end */
/* three column tabs section ~ start */
.home-new-three-column-tabs {
  padding: 70px 0; }
  @media only screen and (max-width: 1199px) {
    .home-new-three-column-tabs {
      padding: 40px 0 20px; } }
  .home-new-three-column-tabs .container {
    max-width: 1520px;
    padding: 0 130px; }
    @media only screen and (max-width: 1199px) {
      .home-new-three-column-tabs .container {
        padding: 0 50px; } }
    @media only screen and (max-width: 1025px) {
      .home-new-three-column-tabs .container {
        padding: 0 50px; } }
    @media only screen and (max-width: 400px) {
      .home-new-three-column-tabs .container {
        padding: 0 20px; } }
  .home-new-three-column-tabs .homepage-tab_drawer_heading {
    display: none; }
    @media only screen and (max-width: 1024px) {
      .home-new-three-column-tabs .homepage-tab_drawer_heading {
        display: block;
        border: none;
        color: #207F01;
        background-image: url(https://cdn11.bigcommerce.com/s-4sdjwgussa/images/stencil/original/image-manager/plus-green.png);
        background-repeat: no-repeat;
        background-position: center right; } }
    @media only screen and (max-width: 400px) {
      .home-new-three-column-tabs .homepage-tab_drawer_heading {
        background-size: 25px; } }
    @media only screen and (max-width: 1024px) {
      .home-new-three-column-tabs .homepage-tab_drawer_heading.is-active {
        background-image: url(https://cdn11.bigcommerce.com/s-4sdjwgussa/images/stencil/original/image-manager/minus-green.png); } }
    .home-new-three-column-tabs .homepage-tab_drawer_heading.is-active .tab-title {
      color: #207F01; }
  .home-new-three-column-tabs .tab {
    float: none;
    width: auto;
    border: none;
    background-color: transparent; }
  .home-new-three-column-tabs .tab-title {
    color: #A7A7A7;
    text-transform: capitalize;
    font-size: 38px;
    line-height: 47px;
    letter-spacing: 3.04px;
    padding: 0 0 30px;
    cursor: pointer;
    min-width: 101px; }
    @media only screen and (max-width: 1024px) {
      .home-new-three-column-tabs .tab-title {
        padding: 0;
        text-align: left; } }
    @media only screen and (max-width: 400px) {
      .home-new-three-column-tabs .tab-title {
        font-size: 24px;
        line-height: 40px; } }
    .home-new-three-column-tabs .tab-title::after {
      content: none !important; }
    .home-new-three-column-tabs .tab-title:hover {
      color: #ee6515; }
  .home-new-three-column-tabs .tab.active .tab-title {
    color: #207f01;
    background-image: url(https://cdn11.bigcommerce.com/s-4sdjwgussa/images/stencil/original/image-manager/tab-header-line.png);
    background-repeat: no-repeat;
    background-position: bottom center; }
  .home-new-three-column-tabs ul.homepage-tabs {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1024px) {
      .home-new-three-column-tabs ul.homepage-tabs {
        display: none; } }
  .home-new-three-column-tabs .homepage-tabs-contents {
    padding: 0;
    border-bottom: none;
    margin-bottom: 0px; }
    @media only screen and (max-width: 1024px) {
      .home-new-three-column-tabs .homepage-tabs-contents {
        padding: 10px 0 40px;
        display: none !important; } }
  .home-new-three-column-tabs .homepage-tab_drawer_heading.d_active.is-active + .homepage-tabs-contents {
    display: block !important; }

.three-box-slider .box {
  width: 33.33%;
  padding: 20px 15px;
  position: relative; }
  .three-box-slider .box.acc-is-open .description {
    display: block;
    height: 100%;
    overflow-y: auto; }
  .three-box-slider .box.acc-is-open .box-content {
    height: 100%; }
    .three-box-slider .box.acc-is-open .box-content h3 {
      padding: 27px 40px 27px 0; }
  .three-box-slider .box.acc-is-open .accordion-arrow {
    transform: rotate(180deg);
    top: 35px; }

.three-box-slider .box-inner {
  border-radius: 22px;
  width: 100%;
  position: relative; }
  .three-box-slider .box-inner:hover .box-inner-wrapper {
    -webkit-transform: translate(-4px, -4px);
    -moz-transform: translate(-4px, -4px);
    -ms-transform: translate(-4px, -4px);
    -o-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px); }
  .three-box-slider .box-inner:hover:after {
    -webkit-transform: translate(4px, 4px);
    -moz-transform: translate(4px, 4px);
    -ms-transform: translate(4px, 4px);
    -o-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  .three-box-slider .box-inner:after {
    content: "";
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #ee6515;
    background-color: #ee6515;
    border-radius: 20px;
    display: block;
    z-index: 1; }
  .three-box-slider .box-inner .box-inner-wrapper {
    border-radius: 18px;
    position: relative;
    max-height: 700px;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; }
  .three-box-slider .box-inner .box-image-overlay img {
    width: 100%;
    aspect-ratio: .71;
    object-fit: cover; }

.three-box-slider .box-content {
  padding: 0 30px;
  background-color: #207F01;
  bottom: 0;
  position: absolute;
  width: 100%; }
  @media only screen and (max-width: 400px) {
    .three-box-slider .box-content {
      padding: 0 15px; } }
  .three-box-slider .box-content h3 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 2.56px;
    margin-bottom: 0;
    line-height: 33px;
    padding: 15px 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .2s;
    padding-right: 40px; }
    @media only screen and (max-width: 400px) {
      .three-box-slider .box-content h3 {
        font-size: 21px;
        line-height: 27px; } }
    .three-box-slider .box-content h3 img {
      width: 36px;
      height: 38px;
      flex-shrink: 0;
      align-self: baseline; }
      @media only screen and (max-width: 400px) {
        .three-box-slider .box-content h3 img {
          width: 25px;
          height: 25px;
          margin-top: 5px; } }
    .three-box-slider .box-content h3 .accordion-arrow {
      width: 25px;
      height: 15px;
      background-color: transparent;
      position: absolute;
      right: 0;
      top: 25px;
      bottom: 0;
      background-image: url(https://cdn11.bigcommerce.com/s-4sdjwgussa/images/stencil/original/image-manager/chevron-wihte.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 400px) {
        .three-box-slider .box-content h3 .accordion-arrow {
          top: 22px; } }
    .three-box-slider .box-content h3 a {
      color: #fff; }
      .three-box-slider .box-content h3 a:hover {
        opacity: 0.7; }
  .three-box-slider .box-content .description {
    display: none;
    color: #fff;
    letter-spacing: 1.44px;
    line-height: 24px; }
    .three-box-slider .box-content .description > div {
      overflow: hidden; }
    @media only screen and (max-width: 400px) {
      .three-box-slider .box-content .description {
        font-size: 16px;
        line-height: 22px; } }
    .three-box-slider .box-content .description .read-more {
      margin-top: 10px;
      display: inline-block;
      color: #abd558;
      font-weight: 600;
      font-family: Freude, Arial, Helvetica, sans-serif; }
      .three-box-slider .box-content .description .read-more:hover {
        color: #fff; }

.three-box-slider button.slick-arrow {
  padding: 0;
  width: 40.1px;
  height: 40.66px;
  background-color: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  transform: none; }
  .three-box-slider button.slick-arrow:hover {
    opacity: 0.75; }
  .three-box-slider button.slick-arrow img {
    width: 40.1px;
    height: 40.66px; }
  .three-box-slider button.slick-arrow::before {
    content: none; }
  .three-box-slider button.slick-arrow.slick-prev {
    left: -125px; }
    @media only screen and (max-width: 1399px) {
      .three-box-slider button.slick-arrow.slick-prev {
        left: -80px; } }
    @media only screen and (max-width: 1199px) {
      .three-box-slider button.slick-arrow.slick-prev {
        left: -40px; } }
  .three-box-slider button.slick-arrow.slick-next {
    left: auto;
    right: -125px; }
    @media only screen and (max-width: 1399px) {
      .three-box-slider button.slick-arrow.slick-next {
        right: -80px; } }
    @media only screen and (max-width: 1199px) {
      .three-box-slider button.slick-arrow.slick-next {
        right: -40px; } }

@media only screen and (max-width: 1199px) {
  .three-box-slider .slick-dots {
    bottom: -50px;
    top: auto; } }

@media only screen and (max-width: 1399px) {
  .three-box-slider .slick-dots li {
    width: 15px;
    height: 15px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 5px; } }

@media only screen and (max-width: 1399px) {
  .three-box-slider .slick-dots li.slick-active button::before {
    background: #EE6515; } }

@media only screen and (max-width: 1399px) {
  .three-box-slider .slick-dots li button {
    height: 15px;
    width: 15px; } }

@media only screen and (max-width: 1399px) {
  .three-box-slider .slick-dots li button::before {
    height: 15px;
    width: 15px;
    border: 3px solid #99cc33; } }

.home-new-three-column-tabs-inner .button-container {
  text-align: center;
  margin-top: 40px; }
  @media only screen and (max-width: 1399px) {
    .home-new-three-column-tabs-inner .button-container {
      margin-top: 70px; } }
  .home-new-three-column-tabs-inner .button-container .btn {
    background-color: #4F0CE8;
    padding: 25px 10px 22px;
    width: 360px;
    max-width: 100%;
    height: 66px;
    display: inline-flex;
    color: #fff;
    align-items: center;
    border-radius: 36px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Freude;
    justify-content: center;
    letter-spacing: 1.6px; }

[data-content-region="three_column_tabs_2"] .three-box-slider .box-content h3 {
  font-size: 20px;
  line-height: 28px; }
  @media screen and (max-width: 400px) {
    [data-content-region="three_column_tabs_2"] .three-box-slider .box-content h3 {
      font-size: 17px;
      line-height: 25px; } }
  [data-content-region="three_column_tabs_2"] .three-box-slider .box-content h3 img {
    display: none; }

/* three column tabs section ~ end */
/* product special section ~ start */
.product-special-section.has-background-img-overlay {
  position: relative;
  min-height: 1000px;
  height: 100%; }
  @media only screen and (min-width: 460px) {
    .product-special-section.has-background-img-overlay {
      min-height: 950px; } }
  @media only screen and (min-width: 1200px) {
    .product-special-section.has-background-img-overlay {
      min-height: 1121px; } }
  .product-special-section.has-background-img-overlay .background-image-overlay {
    height: inherit;
    overflow: hidden; }
    .product-special-section.has-background-img-overlay .background-image-overlay picture {
      height: inherit;
      width: inherit; }
    .product-special-section.has-background-img-overlay .background-image-overlay img {
      object-fit: cover; }
      @media only screen and (min-width: 1600px) {
        .product-special-section.has-background-img-overlay .background-image-overlay img {
          object-position: center;
          max-height: 1121px;
          max-width: 2100px;
          margin: 0 auto;
          display: block;
          width: 100%; } }
      @media only screen and (max-width: 1599px) {
        .product-special-section.has-background-img-overlay .background-image-overlay img {
          height: inherit;
          width: inherit;
          object-position: 47.5% center; } }
  .product-special-section.has-background-img-overlay.is-in-viewport .illustration {
    /*&.illustration-1 {
				svg path {
					animation-delay: .5s;
					animation-duration: 3s;

					&:last-child {
						animation-delay: 1.4s;
						animation-duration: 15s;
					}
				}
			}

			&.illustration-2 {
				svg path {
					animation-delay: .8s;
					animation-duration: 3s;

					&:last-child {
						animation-delay: 1.4s;
						animation-duration: 15s;
					}
				}

				span span {
					animation-delay: .3s;
				}
			}

			&.illustration-3 {
				svg path {
					animation-delay: 1.1s;
					animation-duration: 4s;

					&:last-child {
						animation-delay: 1.7s;
						animation-duration: 15s;
					}
				}

				span span {
					animation-delay: .6s;
				}
			}

			&.illustration-4 {
				svg path {
					animation-delay: 1.4s;
					animation-duration: 3s;

					&:last-child {
						animation-delay: 2s;
						animation-duration: 15s;
					}
				}

				span span {
					animation-delay: .9s;
				}
			}

			&.illustration-5 {
				svg path {
					animation-delay: 1.7s;
					animation-duration: 3s;

					&:last-child {
						animation-delay: 2.2s;
						animation-duration: 15s;
					}
				}

				span span {
					animation-delay: 1.2s;
				}
			}

			&.illustration-6 {
				svg path {
					animation-delay: 2s;
					animation-duration: 5s;

					&:last-child {
						animation-delay: 2.8s;
						animation-duration: 15s;
					}
				}

				span span {
					animation-delay: 1.5s;
				}
			}*/ }
    .product-special-section.has-background-img-overlay.is-in-viewport .illustration svg path {
      fill: none;
      stroke: #fff;
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation-name: dash;
      animation-fill-mode: forwards;
      animation-timing-function: linear; }
    .product-special-section.has-background-img-overlay.is-in-viewport .illustration span > span {
      animation-name: showup;
      animation-fill-mode: forwards;
      animation-timing-function: linear;
      animation-duration: .5s; }
    .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-1 svg path {
      animation-delay: .8s;
      animation-duration: 3s; }
      .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-1 svg path:last-child {
        animation-delay: 1.4s;
        animation-duration: 15s; }
    .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-1 span span {
      animation-delay: .3s; }
    .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-2 svg path {
      animation-delay: 1.4s;
      animation-duration: 3s; }
      .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-2 svg path:last-child {
        animation-delay: 2s;
        animation-duration: 15s; }
    .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-2 span span {
      animation-delay: .9s; }
    .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-3 svg path {
      animation-delay: 2s;
      animation-duration: 5s; }
      .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-3 svg path:last-child {
        animation-delay: 2.5s;
        animation-duration: 15s; }
    .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-3 span span {
      animation-delay: 1.5s; }
    .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-4 svg path {
      animation-delay: .5s;
      animation-duration: 3s; }
      .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-4 svg path:last-child {
        animation-delay: 1.4s;
        animation-duration: 15s; }
    .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-4 span span {
      animation-delay: 0.05s; }
    .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-5 svg path {
      animation-delay: 1.1s;
      animation-duration: 4s; }
      .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-5 svg path:last-child {
        animation-delay: 1.7s;
        animation-duration: 15s; }
    .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-5 span span {
      animation-delay: .6s; }
    .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-6 svg path {
      animation-delay: 1.7s;
      animation-duration: 3s; }
      .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-6 svg path:last-child {
        animation-delay: 2.2s;
        animation-duration: 15s; }
    .product-special-section.has-background-img-overlay.is-in-viewport .illustration.illustration-6 span span {
      animation-delay: 1.2s; }
  .product-special-section.has-background-img-overlay .product-special-section-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .product-special-section.has-background-img-overlay .container {
    padding: 0 20px;
    max-width: 1400px;
    height: 100%; }
  .product-special-section.has-background-img-overlay .product-special-contents {
    padding: 170px 0 90px;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (max-width: 1599px) {
      .product-special-section.has-background-img-overlay .product-special-contents {
        padding: 40px 0; } }
  .product-special-section.has-background-img-overlay .top-content {
    flex-shrink: 0; }
    .product-special-section.has-background-img-overlay .top-content h2 {
      color: #fff;
      font-size: 53px;
      max-width: 535px;
      line-height: 64px;
      padding-right: 55px;
      position: relative;
      margin-bottom: 10px;
      letter-spacing: 4.24px; }
      @media only screen and (max-width: 1199px) {
        .product-special-section.has-background-img-overlay .top-content h2 {
          font-size: 38px;
          line-height: 47px;
          max-width: 410px;
          margin-bottom: 20px;
          letter-spacing: 3.04px; } }
      @media only screen and (max-width: 400px) {
        .product-special-section.has-background-img-overlay .top-content h2 {
          letter-spacing: 1.44px; } }
      .product-special-section.has-background-img-overlay .top-content h2 svg {
        position: absolute;
        width: 55px;
        height: 55px;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .product-special-section.has-background-img-overlay .top-content .description {
      color: #fff;
      font-family: "private-sans", sans-serif;
      font-size: 20px;
      letter-spacing: 1.6px;
      line-height: 26px; }
  .product-special-section.has-background-img-overlay .illustration {
    color: #fff;
    font-family: 'Freude';
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 30px;
    position: absolute;
    cursor: pointer;
    margin-top: 80px; }
    @media only screen and (max-width: 1599px) {
      .product-special-section.has-background-img-overlay .illustration {
        margin-top: 0; } }
    .product-special-section.has-background-img-overlay .illustration .mobile-arrow {
      display: none; }
    @media only screen and (max-width: 1199px) {
      .product-special-section.has-background-img-overlay .illustration {
        font-size: 16px;
        letter-spacing: 1.28px;
        line-height: 19px; }
        .product-special-section.has-background-img-overlay .illustration .mobile-arrow {
          display: inline-block; }
        .product-special-section.has-background-img-overlay .illustration .desk-arrow {
          display: none; } }
    @media only screen and (max-width: 459px) {
      .product-special-section.has-background-img-overlay .illustration {
        scale: 0.75; } }
    @media only screen and (max-width: 340px) {
      .product-special-section.has-background-img-overlay .illustration {
        display: none; } }
    .product-special-section.has-background-img-overlay .illustration path {
      stroke: none; }
    .product-special-section.has-background-img-overlay .illustration span {
      position: relative;
      display: inline-block; }
      .product-special-section.has-background-img-overlay .illustration span span {
        opacity: 0;
        scale: .7; }
    .product-special-section.has-background-img-overlay .illustration svg {
      position: absolute; }
  .product-special-section.has-background-img-overlay .illustration-1 {
    width: 220px;
    left: 100px;
    top: 30px; }
    @media only screen and (max-width: 1599px) {
      .product-special-section.has-background-img-overlay .illustration-1 {
        width: 235px;
        top: 90px;
        left: calc(-100% - 80px); } }
    @media only screen and (max-width: 1199px) {
      .product-special-section.has-background-img-overlay .illustration-1 {
        width: 146px;
        top: -60px;
        left: -80px; } }
    .product-special-section.has-background-img-overlay .illustration-1 svg {
      bottom: calc(100% - 10px);
      left: calc(100% - 10px);
      width: 135.43px;
      height: 55px; }
      @media only screen and (max-width: 1199px) {
        .product-special-section.has-background-img-overlay .illustration-1 svg {
          left: 20%;
          top: calc(100% + 20px);
          width: 70px;
          height: 30px; } }
  .product-special-section.has-background-img-overlay .illustration-2 {
    width: 265px;
    top: 160px;
    left: 110px; }
    @media only screen and (max-width: 1599px) {
      .product-special-section.has-background-img-overlay .illustration-2 {
        width: 282px;
        top: 254px;
        left: calc(-100% - 80px); } }
    @media only screen and (max-width: 1199px) {
      .product-special-section.has-background-img-overlay .illustration-2 {
        width: 119px;
        left: -80px;
        top: 150px; } }
    .product-special-section.has-background-img-overlay .illustration-2 svg {
      width: 65px;
      height: 76px;
      bottom: calc(100% - 30px);
      left: calc(100% + 15px); }
      @media only screen and (max-width: 1199px) {
        .product-special-section.has-background-img-overlay .illustration-2 svg {
          bottom: calc(100% + 5px);
          left: calc(100% - 50px);
          width: 30px;
          height: 35px; } }
  .product-special-section.has-background-img-overlay .illustration-3 {
    width: 205px;
    top: 315px;
    left: 165px; }
    @media only screen and (max-width: 1599px) {
      .product-special-section.has-background-img-overlay .illustration-3 {
        width: 208px;
        top: 401px;
        left: calc(-100% - 7px); } }
    @media only screen and (max-width: 1199px) {
      .product-special-section.has-background-img-overlay .illustration-3 {
        width: 91px;
        top: 280px;
        left: -70px; } }
    .product-special-section.has-background-img-overlay .illustration-3 svg {
      width: 72px;
      height: 74px;
      bottom: calc(100% - 25px);
      left: calc(100% + 10px); }
      @media only screen and (max-width: 1199px) {
        .product-special-section.has-background-img-overlay .illustration-3 svg {
          bottom: calc(100% + 0px);
          left: calc(100% - 35px);
          width: 34px;
          height: 36px; } }
  .product-special-section.has-background-img-overlay .illustration-4 {
    width: 265px;
    text-align: right;
    top: -150px;
    right: 300px; }
    @media only screen and (max-width: 1599px) {
      .product-special-section.has-background-img-overlay .illustration-4 {
        width: 269px;
        top: -73px;
        right: calc(-100% + 90px); } }
    @media only screen and (max-width: 1199px) {
      .product-special-section.has-background-img-overlay .illustration-4 {
        width: 170px;
        top: -40px;
        right: -80px; } }
    .product-special-section.has-background-img-overlay .illustration-4 svg {
      width: 103px;
      height: 110px;
      right: calc(100% - 135px);
      top: calc(100% + 10px); }
      @media only screen and (max-width: 1199px) {
        .product-special-section.has-background-img-overlay .illustration-4 svg {
          width: 40px;
          height: 43px;
          right: calc(100% - 90px); } }
  .product-special-section.has-background-img-overlay .illustration-5 {
    width: 245px;
    text-align: right;
    top: 30px;
    right: 170px; }
    @media only screen and (max-width: 1599px) {
      .product-special-section.has-background-img-overlay .illustration-5 {
        width: 250px;
        top: 100px;
        right: calc(-100% - 30px); } }
    @media only screen and (max-width: 1199px) {
      .product-special-section.has-background-img-overlay .illustration-5 {
        width: 94px;
        top: 100px;
        right: -80px; } }
    .product-special-section.has-background-img-overlay .illustration-5 svg {
      width: 109px;
      height: 69px;
      right: calc(100% - 15px);
      top: calc(100% + 15px); }
      @media only screen and (max-width: 1199px) {
        .product-special-section.has-background-img-overlay .illustration-5 svg {
          width: 42px;
          height: 27px;
          right: calc(100% - 30px);
          top: calc(100% - 10px); } }
  .product-special-section.has-background-img-overlay .illustration-6 {
    width: 290px;
    text-align: right;
    top: 175px;
    right: 170px; }
    @media only screen and (max-width: 1599px) {
      .product-special-section.has-background-img-overlay .illustration-6 {
        width: 288px;
        top: 244px;
        right: calc(-100% - 22px); } }
    @media only screen and (max-width: 1199px) {
      .product-special-section.has-background-img-overlay .illustration-6 {
        width: 117px;
        top: 200px;
        right: -80px; } }
    .product-special-section.has-background-img-overlay .illustration-6 svg {
      top: calc(100%);
      right: calc(100% - 30px);
      width: 73px;
      height: 82px; }
      @media only screen and (max-width: 1199px) {
        .product-special-section.has-background-img-overlay .illustration-6 svg {
          width: 40px;
          height: 50px;
          top: calc(100% - 11px);
          right: calc(100% - 60px); } }
  @media only screen and (max-width: 459px) {
    .product-special-section.has-background-img-overlay .illustration-2,
    .product-special-section.has-background-img-overlay .illustration-3,
    .product-special-section.has-background-img-overlay .illustration-5,
    .product-special-section.has-background-img-overlay .illustration-6 {
      transform: translateY(-80px); } }
  .product-special-section.has-background-img-overlay ul.illustration-description {
    list-style: none;
    max-width: 964px;
    margin: 0 auto; }
    .product-special-section.has-background-img-overlay ul.illustration-description li {
      color: #fff;
      font-size: 18px;
      letter-spacing: 1.44px;
      line-height: 24px;
      font-family: 'Open Sans'; }
      @media only screen and (max-width: 459px) {
        .product-special-section.has-background-img-overlay ul.illustration-description li {
          font-size: 14px;
          letter-spacing: 1.30px;
          line-height: 20px; } }
    .product-special-section.has-background-img-overlay ul.illustration-description button.slick-arrow {
      padding: 0;
      width: 40.1px;
      height: 40.66px;
      background-color: transparent;
      top: 0;
      bottom: 0;
      margin: auto;
      transform: none; }
      .product-special-section.has-background-img-overlay ul.illustration-description button.slick-arrow:hover {
        opacity: 0.75; }
      .product-special-section.has-background-img-overlay ul.illustration-description button.slick-arrow img {
        width: 40.1px;
        height: 40.66px; }
      .product-special-section.has-background-img-overlay ul.illustration-description button.slick-arrow::before {
        content: none; }
      .product-special-section.has-background-img-overlay ul.illustration-description button.slick-arrow.slick-prev {
        left: -100px; }
        @media only screen and (max-width: 1399px) {
          .product-special-section.has-background-img-overlay ul.illustration-description button.slick-arrow.slick-prev {
            left: -60px; } }
      .product-special-section.has-background-img-overlay ul.illustration-description button.slick-arrow.slick-next {
        right: -100px; }
        @media only screen and (max-width: 1399px) {
          .product-special-section.has-background-img-overlay ul.illustration-description button.slick-arrow.slick-next {
            right: -60px; } }
    @media only screen and (max-width: 1199px) {
      .product-special-section.has-background-img-overlay ul.illustration-description .slick-dots {
        bottom: -50px;
        top: auto; } }
    @media only screen and (max-width: 459px) {
      .product-special-section.has-background-img-overlay ul.illustration-description .slick-dots {
        bottom: -30px; } }
    @media only screen and (max-width: 1199px) {
      .product-special-section.has-background-img-overlay ul.illustration-description .slick-dots li {
        width: 15px;
        height: 15px;
        padding: 0;
        box-sizing: border-box;
        margin: 0 5px; } }
    @media only screen and (max-width: 1199px) {
      .product-special-section.has-background-img-overlay ul.illustration-description .slick-dots li.slick-active button::before {
        background: #EE6515; } }
    @media only screen and (max-width: 1199px) {
      .product-special-section.has-background-img-overlay ul.illustration-description .slick-dots li button {
        height: 15px;
        width: 15px; } }
    @media only screen and (max-width: 1199px) {
      .product-special-section.has-background-img-overlay ul.illustration-description .slick-dots li button::before {
        height: 15px;
        width: 15px;
        border: 3px solid #fff;
        background: rgba(255, 255, 255, 0.7); } }
  .product-special-section.has-background-img-overlay .bottom-content {
    background-color: #EE6515;
    padding: 50px 85px;
    border-radius: 18px;
    text-align: center; }
    @media only screen and (max-width: 1199px) {
      .product-special-section.has-background-img-overlay .bottom-content {
        padding: 40px 35px 85px; } }
    @media only screen and (max-width: 459px) {
      .product-special-section.has-background-img-overlay .bottom-content {
        padding: 25px 15px 50px; } }
  .product-special-section.has-background-img-overlay .middle-content {
    flex: 1;
    position: relative;
    margin-top: 0;
    min-height: 460px; }
    @media only screen and (max-width: 1599px) {
      .product-special-section.has-background-img-overlay .middle-content {
        margin-top: 85px;
        max-width: 320px;
        width: 100%;
        min-height: 513px;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (max-width: 1199px) {
      .product-special-section.has-background-img-overlay .middle-content {
        max-width: 275px;
        min-height: 388px; } }
    @media only screen and (max-width: 459px) {
      .product-special-section.has-background-img-overlay .middle-content {
        max-width: 200px;
        max-height: 327px;
        min-height: unset; } }

/* product special section ~ end */
/* pet breeds section ~ start */
.pet-breeds-section {
  padding: 70px 0;
  background-color: #99CC33; }
  @media screen and (max-width: 1199px) {
    .pet-breeds-section {
      padding: 40px 0; } }
  .pet-breeds-section h2 {
    color: #114700;
    font-size: 53px;
    line-height: 64px;
    letter-spacing: 4.24px;
    margin-bottom: 20px; }
    @media screen and (max-width: 799px) {
      .pet-breeds-section h2 {
        text-align: left; } }
    @media screen and (max-width: 400px) {
      .pet-breeds-section h2 {
        font-size: 38px;
        line-height: 47px; } }
    .pet-breeds-section h2 img {
      width: 54.72px; }
  .pet-breeds-section .top-content {
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 799px) {
      .pet-breeds-section .top-content {
        margin-bottom: 23px; } }
  .pet-breeds-section .description {
    color: #000000;
    letter-spacing: 1.44px; }
    @media screen and (max-width: 799px) {
      .pet-breeds-section .description {
        text-align: left; } }
  .pet-breeds-section .container {
    padding: 0 20px;
    max-width: 928px; }
    @media (min-width: 480px) {
      .pet-breeds-section .container {
        padding-left: 20px;
        padding-right: 20px; } }
    .pet-breeds-section .container::after {
      content: "";
      width: 237px;
      height: 572px;
      display: block;
      background-image: url(https://cdn11.bigcommerce.com/s-4sdjwgussa/images/stencil/original/image-manager/dog-half.png);
      background-size: contain;
      position: absolute;
      bottom: -30px;
      left: calc(100% - 25px); }
      @media only screen and (max-width: 1399px) {
        .pet-breeds-section .container::after {
          content: none; } }
    .pet-breeds-section .container::before {
      content: "";
      background-image: url(https://cdn11.bigcommerce.com/s-4sdjwgussa/images/stencil/original/image-manager/cat-half.png);
      width: 198px;
      height: 456px;
      display: block;
      background-size: contain;
      position: absolute;
      bottom: 0;
      right: calc(100% - 20px); }
      @media only screen and (max-width: 1399px) {
        .pet-breeds-section .container::before {
          content: none; } }
  .pet-breeds-section .middle-content {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 400px) {
      .pet-breeds-section .middle-content {
        gap: 20px; } }
  .pet-breeds-section .breed-list {
    width: calc(50% - 20px);
    background-color: #fff;
    border-radius: 18px;
    padding: 40px;
    max-height: 600px;
    overflow: hidden; }
    @media only screen and (max-width: 799px) {
      .pet-breeds-section .breed-list {
        width: 100%; } }
    @media screen and (max-width: 400px) {
      .pet-breeds-section .breed-list {
        padding: 15px; }
        .pet-breeds-section .breed-list h3 {
          font-size: 23px !important;
          line-height: 30px; } }
    @media only screen and (max-width: 799px) {
      .pet-breeds-section .breed-list.is-active h3 {
        background-image: url(https://cdn11.bigcommerce.com/s-4sdjwgussa/images/stencil/original/image-manager/minus-green.png); } }
    @media only screen and (max-width: 799px) {
      .pet-breeds-section .breed-list.is-active ul.list {
        display: block; } }
    .pet-breeds-section .breed-list h3 {
      font-size: 32px;
      line-height: 38px;
      margin-bottom: 0; }
      @media only screen and (max-width: 799px) {
        .pet-breeds-section .breed-list h3 {
          background-image: url(https://cdn11.bigcommerce.com/s-4sdjwgussa/images/stencil/original/image-manager/plus-green.png);
          background-repeat: no-repeat;
          background-position: right center; } }
  .pet-breeds-section ul.list {
    max-height: 472px;
    overflow-y: auto;
    list-style: none;
    margin-top: 30px; }
    @media only screen and (max-width: 799px) {
      .pet-breeds-section ul.list {
        display: none; } }
    .pet-breeds-section ul.list li {
      margin-bottom: 15px; }
      .pet-breeds-section ul.list li a {
        display: flex;
        align-items: center;
        gap: 20px;
        font-family: "private-sans", sans-serif;
        font-weight: 700;
        color: #000000;
        letter-spacing: 1.28px;
        line-height: 21px;
        font-size: 16px; }
        .pet-breeds-section ul.list li a .img {
          border: 3px solid #99cc33;
          border-radius: 100%;
          overflow: hidden;
          width: 40px;
          height: 40px;
          flex-shrink: 0; }
          .pet-breeds-section ul.list li a .img img {
            width: auto;
            height: auto;
            max-width: none;
            max-height: none;
            min-width: 100%;
            min-height: 100%; }
    .pet-breeds-section ul.list::-webkit-scrollbar {
      width: 9px; }
    .pet-breeds-section ul.list::-webkit-scrollbar-track {
      background: rgba(174, 172, 172, 0.3);
      border-radius: 90px; }
    .pet-breeds-section ul.list::-webkit-scrollbar-thumb {
      background-color: #99CC33;
      outline: 1px solid transparent;
      border-radius: 20px; }
  .pet-breeds-section .pet-breeds-section-inner {
    position: relative;
    z-index: 1; }

/* pet breeds section ~ end */
/* featured tails section ~ start */
.featured-tails-section {
  padding: 70px 0; }
  @media screen and (max-width: 1199px) {
    .featured-tails-section {
      padding: 40px 0 70px; } }
  .featured-tails-section .container {
    padding: 0 20px;
    max-width: 1400px; }
    @media (min-width: 480px) {
      .featured-tails-section .container {
        padding-left: 50px;
        padding-right: 50px; } }
  @media screen and (min-width: 800px) {
    .featured-tails-section .content {
      display: grid;
      grid-template-columns: calc(56% - 20px) calc(44% - 20px);
      grid-template-rows: calc(50% - 7.5px) calc(50% - 7.5px);
      gap: 15px 40px; }
      .featured-tails-section .content .post-1 {
        grid-row: 1 / -1; } }
  .featured-tails-section .description {
    font-size: 18px;
    font-family: 'Open Sans';
    color: #000;
    letter-spacing: 1.44px; }
    @media screen and (max-width: 799px) {
      .featured-tails-section .description {
        display: none; } }
  @media screen and (min-width: 800px) {
    .featured-tails-section .post-1 .image-container {
      aspect-ratio: 1.4; } }
  @media screen and (min-width: 800px) {
    .featured-tails-section .post-2 .image-container,
    .featured-tails-section .post-3 .image-container {
      aspect-ratio: 1.8; } }
  .featured-tails-section .image-container {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 30px; }
    @media screen and (max-width: 799px) {
      .featured-tails-section .image-container {
        margin-bottom: 20px;
        aspect-ratio: 1.8; } }
    .featured-tails-section .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .featured-tails-section .image-container a {
      display: block;
      height: 100%; }
      .featured-tails-section .image-container a.is_video {
        position: relative; }
        .featured-tails-section .image-container a.is_video:hover:before {
          width: 85px;
          height: 85px; }
        .featured-tails-section .image-container a.is_video:hover:after {
          height: 39px;
          width: 33px; }
        .featured-tails-section .image-container a.is_video:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: #fff;
          border-radius: 100%;
          width: 92px;
          height: 92px;
          transition: .2s; }
        .featured-tails-section .image-container a.is_video:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%) rotate(90deg);
          height: 45px;
          width: 39px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23EE6515' class='bi bi-triangle-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.022 1.566a1.13 1.13 0 0 1 1.96 0l6.857 11.667c.457.778-.092 1.767-.98 1.767H1.144c-.889 0-1.437-.99-.98-1.767L7.022 1.566z'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: 100%;
          transition: .2s; }
    @media screen and (max-width: 799px) {
      .featured-tails-section .image-container {
        margin-bottom: 20px;
        aspect-ratio: 1.8; }
        .featured-tails-section .image-container img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
  .featured-tails-section h2 {
    color: #207F01;
    font-size: 38px;
    line-height: 47px;
    letter-spacing: 3.04px;
    margin-bottom: 35px; }
    @media screen and (max-width: 799px) {
      .featured-tails-section h2 {
        text-align: center;
        margin-bottom: 30px; } }
  .featured-tails-section h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 1.92px; }
    @media screen and (max-width: 799px) {
      .featured-tails-section h3 {
        margin-bottom: 50px; } }
    .featured-tails-section h3 a {
      color: #000; }
  .featured-tails-section .button-container {
    margin-top: 35px;
    display: inline-flex;
    width: 100%;
    justify-content: center; }
    @media screen and (max-width: 400px) {
      .featured-tails-section .button-container .btn {
        padding: 25px; } }
  .featured-tails-section .slick-slider .slick-slide {
    padding: 0; }
    @media screen and (min-width: 400px) {
      .featured-tails-section .slick-slider .slick-slide {
        padding: 0 35px; } }
    @media screen and (min-width: 600px) {
      .featured-tails-section .slick-slider .slick-slide {
        padding: 0 15px; } }
  .featured-tails-section .slick-slider .slick-dots li {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    padding: 0; }
    .featured-tails-section .slick-slider .slick-dots li.slick-active button {
      background-color: #EE6515; }
    .featured-tails-section .slick-slider .slick-dots li button {
      height: 15px;
      width: 15px;
      display: block;
      background: white;
      border: 3px solid #99CC33; }
      .featured-tails-section .slick-slider .slick-dots li button:before {
        display: none; }

/* featured tails section ~ end */
/* newsletter section ~ start */
.newsletter-section {
  margin-bottom: 95px; }
  @media screen and (max-width: 800px) {
    .newsletter-section {
      margin-bottom: 40px; } }
  .newsletter-section .container {
    max-width: 1400px;
    padding: 0 20px; }
    @media (min-width: 480px) {
      .newsletter-section .container {
        padding-left: 50px;
        padding-right: 50px; } }
  .newsletter-section .newsletter-content {
    background-color: #EE6515;
    padding: 0 120px 0 95px;
    display: flex;
    align-items: center;
    border-radius: 18px; }
    @media screen and (max-width: 1199px) {
      .newsletter-section .newsletter-content {
        padding: 0 80px 0 95px; } }
    @media screen and (max-width: 800px) {
      .newsletter-section .newsletter-content {
        padding: 0 20px; } }
    .newsletter-section .newsletter-content .right {
      width: calc(100% - 423px);
      max-width: 670px;
      padding: 50px 0; }
      @media screen and (max-width: 1199px) {
        .newsletter-section .newsletter-content .right {
          width: 60%; } }
      @media screen and (max-width: 800px) {
        .newsletter-section .newsletter-content .right {
          width: 100%; } }
    .newsletter-section .newsletter-content .left {
      width: 423px;
      margin-top: -60px;
      margin-bottom: -1px; }
      @media screen and (max-width: 1199px) {
        .newsletter-section .newsletter-content .left {
          width: 40%; } }
      @media screen and (max-width: 800px) {
        .newsletter-section .newsletter-content .left {
          display: none; } }
    .newsletter-section .newsletter-content .form {
      margin-bottom: 0; }
  .newsletter-section h3 {
    font-size: 38px;
    font-family: 'Freude';
    margin-bottom: 10px;
    line-height: 47px;
    letter-spacing: 3.04px;
    color: #fff; }
  .newsletter-section p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.44px;
    line-height: 24px;
    max-width: 570px; }
  .newsletter-section input[type="email"] {
    border-radius: 36px;
    border-color: #fff;
    padding: 22px 40px;
    height: 64px;
    font-size: 18px;
    letter-spacing: 1.44px; }
  .newsletter-section input[type="submit"] {
    background-color: #4F0CE8;
    border-radius: 36px;
    height: 68px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    padding: 26px 44px 22px;
    font-size: 20px; }
    .newsletter-section input[type="submit"]:hover {
      background-color: #99CC33; }
  .newsletter-section .klaviyo-form h2 {
    font-size: 38px !important;
    line-height: 47px !important;
    margin-bottom: 10px !important; }
    .newsletter-section .klaviyo-form h2 span {
      font-size: 38px !important;
      font-family: 'Freude' !important;
      margin-bottom: 0 !important;
      line-height: 47px !important;
      letter-spacing: 3.04px !important;
      color: #fff !important; }
  .newsletter-section .klaviyo-form h3 {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 25px !important; }
    .newsletter-section .klaviyo-form h3 span {
      color: #fff !important;
      font-size: 18px !important;
      letter-spacing: 1.44px !important;
      line-height: 24px !important;
      max-width: 570px !important;
      font-family: 'Open Sans' !important; }
  .newsletter-section .klaviyo-form input[type="email"] {
    border-radius: 36px !important;
    border-color: #fff !important;
    padding: 22px 40px !important;
    height: 64px !important;
    font-size: 18px !important;
    letter-spacing: 1.44px !important;
    font-family: 'Open Sans' !important;
    color: #000 !important; }
    .newsletter-section .klaviyo-form input[type="email"]::placeholder {
      font-size: 18px !important;
      letter-spacing: 1.44px !important;
      font-family: 'Open Sans' !important;
      color: #000 !important; }
  .newsletter-section .klaviyo-form button[type="button"] {
    background-color: #4f0ce8 !important;
    border-radius: 36px !important;
    height: 68px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.6px !important;
    font-size: 20px !important;
    margin: 0 !important;
    width: auto !important;
    padding: 26px 44px 22px !important;
    line-height: 20px !important;
    box-sizing: border-box !important; }
  .newsletter-section .klaviyo-form [data-testid="form-row"]:last-child {
    width: 205px;
    margin-left: 14px; }
    @media screen and (max-width: 1199px) {
      .newsletter-section .klaviyo-form [data-testid="form-row"]:last-child {
        width: 100%;
        margin-left: 0; }
        .newsletter-section .klaviyo-form [data-testid="form-row"]:last-child button {
          width: 100% !important; } }
  .newsletter-section .klaviyo-form [data-testid="form-row"]:nth-child(3) {
    width: calc(100% - 220px); }
    @media screen and (max-width: 1199px) {
      .newsletter-section .klaviyo-form [data-testid="form-row"]:nth-child(3) {
        width: 100%; } }
  .newsletter-section .klaviyo-form > .needsclick {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    align-items: center; }
  .newsletter-section .klaviyo-form .kl-private-reset-css-Xuajs1.go3176171171 > p > span {
    color: #fff !important; }

/* newsletter section ~ end */
/* rewards section ~ start */
.about-rewards-section {
  background-color: #99CC33;
  padding: 98px 0 0; }
  @media screen and (max-width: 1199px) {
    .about-rewards-section {
      padding: 0; } }
  .about-rewards-section h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 53px;
    line-height: 64px;
    letter-spacing: 4.24px; }
    .about-rewards-section h2 img {
      width: 52px;
      height: 53px;
      margin-left: 10px; }
      @media only screen and (max-width: 1199px) {
        .about-rewards-section h2 img {
          display: none; } }
    @media only screen and (max-width: 1199px) {
      .about-rewards-section h2 {
        font-size: 38px;
        line-height: 47px;
        letter-spacing: 3.04px; } }
  .about-rewards-section .description {
    font-weight: bold;
    letter-spacing: 1.44px;
    line-height: 24px; }
  .about-rewards-section .button-container {
    display: inline-flex;
    margin-top: 30px; }
  .about-rewards-section .about-rewards-section-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px; }
    @media only screen and (max-width: 1199px) {
      .about-rewards-section .about-rewards-section-inner {
        align-items: center; } }
  .about-rewards-section .container {
    max-width: 1400px;
    padding: 0 20px; }
    @media (min-width: 480px) {
      .about-rewards-section .container {
        padding-left: 50px;
        padding-right: 50px; } }
  .about-rewards-section .right {
    width: 100%;
    max-width: 450px;
    margin-bottom: -15px; }
    @media only screen and (max-width: 1199px) {
      .about-rewards-section .right {
        display: none; } }
  .about-rewards-section .left {
    padding: 0 0 90px; }
    @media only screen and (max-width: 1199px) {
      .about-rewards-section .left {
        padding: 40px 0; } }

.body {
  margin-bottom: 0; }

/* rewards section ~ end */
/**/
html,
body * {
  scrollbar-color: rgba(153, 204, 51, 0.95) #fff;
  scrollbar-width: thin; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.25);
  background-color: #fff; }

::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  background-color: #fff; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.25);
  background-color: rgba(153, 204, 51, 0.95); }

#cart-preview-dropdown {
  min-width: 360px !important;
  width: 360px !important;
  max-height: 350px;
  overflow-y: auto; }
  @media (min-width: 801px) {
    #cart-preview-dropdown {
      right: -12px; } }
  #cart-preview-dropdown .previewCartItem .previewCartItem-image {
    max-width: 130px;
    width: 100%; }
  #cart-preview-dropdown .previewCartItem .previewCartItem-content {
    max-width: calc(100% - 130px);
    width: 100%; }

@media (max-width: 1199px) {
  .searchResult.productList .product .card .card-figure {
    flex-basis: auto;
    width: 100%;
    max-width: 110px;
    height: auto;
    max-height: 110px; } }

.searchResult.productList .product .card .card-figure .card-img-container img {
  height: 100%;
  object-fit: cover; }

@media (max-width: 1199px) {
  .searchResult.productList .product .card .card-body {
    flex-basis: auto;
    width: 100%;
    max-width: calc(100% - 110px); } }

@media (max-width: 1024px) {
  .searchResult.productList .product .card .card-body .price-section .price {
    font-size: 24px;
    line-height: normal; } }

@media (min-width: 801px) {
  .header .navPages.fixed-header .navPage-subMenu .navPage-subMenu-list {
    max-height: calc(100vh - 120px);
    overflow-y: auto; } }

@media (min-width: 801px) {
  .header .navPages .navPage-subMenu .navPage-subMenu-list {
    max-height: calc(100vh - 250px);
    overflow-y: auto; } }

.sale-flag-side.tagName_new {
  margin-top: 12px; }
  @media (min-width: 801px) {
    .sale-flag-side.tagName_new {
      margin-top: 20px; } }

@media (max-width: 799px) {
  .mobile-menu-wrapper {
    padding-top: 97px; } }

/*External blog*/
.mobile-menu-wrapper .top-navigation.fixed-header .mobile-navList-top,
.mobile-menu-wrapper .top-navigation.fixed-header .mobile-logo {
  background-color: #fff; }

/* Start Category - Breed Page */
[data-widget-slider].slick-slider .slick-dots {
  bottom: -30px;
  margin: 0;
  line-height: normal; }
  [data-widget-slider].slick-slider .slick-dots li {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    padding: 0; }
    [data-widget-slider].slick-slider .slick-dots li.slick-active button {
      background-color: #99CC33; }
    [data-widget-slider].slick-slider .slick-dots li button {
      height: 15px;
      width: 15px;
      display: block;
      background: #7c7771;
      border: 3px solid #fff; }
      [data-widget-slider].slick-slider .slick-dots li button:before {
        display: none; }

.template_breedPage .container {
  max-width: 1400px;
  padding: 0 20px; }
  @media (min-width: 480px) {
    .template_breedPage .container {
      padding-left: 50px;
      padding-right: 50px; } }

.template_breedPage .cb_sectionTitle {
  letter-spacing: 2.56px;
  color: #000000;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 20px; }
  @media (max-width: 991px) {
    .template_breedPage .cb_sectionTitle {
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 1.92px;
      margin: 0 0 14px; } }
  .template_breedPage .cb_sectionTitle .cb_titleIcBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #99cc33;
    height: 50px;
    width: 50px;
    min-width: 50px;
    margin: 0 20px 0 0;
    border-radius: 50%;
    overflow: hidden; }
    .template_breedPage .cb_sectionTitle .cb_titleIcBlock .cb_title_ic {
      height: auto;
      width: auto;
      object-fit: cover; }

.template_breedPage .page-sidebar {
  width: 450px; }
  @media (max-width: 1199px) {
    .template_breedPage .page-sidebar {
      width: 350px; } }
  @media (max-width: 800px) {
    .template_breedPage .page-sidebar {
      width: 100%; } }
  .template_breedPage .page-sidebar + .page-content {
    width: calc(100% - 450px); }
    @media (max-width: 1199px) {
      .template_breedPage .page-sidebar + .page-content {
        width: calc(100% - 350px); } }
    @media (max-width: 800px) {
      .template_breedPage .page-sidebar + .page-content {
        width: 100%; } }
  .template_breedPage .page-sidebar .custom-sideBar {
    background-color: #FBFBFB;
    border-radius: 18px;
    padding: 40px 38px;
    margin: 0 0 30px;
    width: 100%; }
    @media (max-width: 800px) {
      .template_breedPage .page-sidebar .custom-sideBar {
        padding: 25px 30px; } }
    .template_breedPage .page-sidebar .custom-sideBar .sidebarBlock-heading {
      letter-spacing: 2.56px;
      color: #000000;
      font-size: 32px;
      line-height: 38px;
      margin: 0 0 20px; }
      @media (max-width: 800px) {
        .template_breedPage .page-sidebar .custom-sideBar .sidebarBlock-heading {
          font-size: 24px;
          line-height: 30px;
          letter-spacing: 1.92px;
          margin: 0; }
          .template_breedPage .page-sidebar .custom-sideBar .sidebarBlock-heading:after {
            content: '';
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='plus'%3E%3Cg data-name='Layer 2'%3E%3Cg data-name='plus'%3E%3Crect width='24' height='24' opacity='0' transform='rotate(180 12 12)'%3E%3C/rect%3E%3Cpath d='M19 11h-6V5a1 1 0 0 0-2 0v6H5a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
            height: 30px;
            width: 30px;
            right: 0; }
          .template_breedPage .page-sidebar .custom-sideBar .sidebarBlock-heading.is-active {
            margin-bottom: 20px; }
            .template_breedPage .page-sidebar .custom-sideBar .sidebarBlock-heading.is-active:after {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='minus'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M19 13H5a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2z' data-name='minus'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
              background-repeat: no-repeat;
              background-position: center;
              background-size: 100%; } }
    .template_breedPage .page-sidebar .custom-sideBar .sidebarBlock.review-block {
      padding: 0;
      border: 0;
      margin: 0;
      max-height: 436px;
      max-width: 100%; }
      .template_breedPage .page-sidebar .custom-sideBar .sidebarBlock.review-block::-webkit-scrollbar {
        width: 9px; }
      .template_breedPage .page-sidebar .custom-sideBar .sidebarBlock.review-block::-webkit-scrollbar-track {
        background: rgba(174, 172, 172, 0.3);
        border-radius: 90px; }
      .template_breedPage .page-sidebar .custom-sideBar .sidebarBlock.review-block::-webkit-scrollbar-thumb {
        background-color: #99CC33;
        outline: 1px solid transparent;
        border-radius: 20px; }
    .template_breedPage .page-sidebar .custom-sideBar .sidebarBlock .navList .navList-item .navList-action {
      font-size: 16px;
      line-height: 21px;
      letter-spacing: 1.28px;
      font-family: "private-sans", sans-serif;
      font-weight: 700;
      padding: 0;
      margin: 0 0 10px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      color: #000;
      text-transform: capitalize; }
      .template_breedPage .page-sidebar .custom-sideBar .sidebarBlock .navList .navList-item .navList-action:hover .cb_navThumbBlock .cb_nav_thumb {
        transform: scale(1.25); }
      .template_breedPage .page-sidebar .custom-sideBar .sidebarBlock .navList .navList-item .navList-action:hover .cb_nav_title {
        color: #99CC33; }
      .template_breedPage .page-sidebar .custom-sideBar .sidebarBlock .navList .navList-item .navList-action .cb_navThumbBlock {
        border: 3px solid #99CC33;
        height: 45px;
        width: 45px;
        overflow: hidden;
        border-radius: 50%;
        display: block;
        margin: 0 17px 0 0; }
        .template_breedPage .page-sidebar .custom-sideBar .sidebarBlock .navList .navList-item .navList-action .cb_navThumbBlock .cb_nav_thumb {
          aspect-ratio: 1;
          object-fit: cover;
          height: 100%;
          width: 100%;
          transition: all 0.35s ease-in-out; }
      .template_breedPage .page-sidebar .custom-sideBar .sidebarBlock .navList .navList-item .navList-action .cb_nav_title {
        display: block; }

.template_breedPage .cb_imageBlock {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0 0 55px; }
  @media (max-width: 991px) {
    .template_breedPage .cb_imageBlock {
      margin: 0 auto 40px;
      flex-wrap: wrap; } }
  .template_breedPage .cb_imageBlock.breedCarousel_found {
    margin-top: -106px;
    margin-left: 45px;
    position: relative;
    z-index: 1;
    max-width: calc(100% - 200px); }
    @media (max-width: 991px) {
      .template_breedPage .cb_imageBlock.breedCarousel_found {
        margin-top: -82px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%; } }
    .template_breedPage .cb_imageBlock.breedCarousel_found .page-heading {
      color: #fff; }
      @media (max-width: 991px) {
        .template_breedPage .cb_imageBlock.breedCarousel_found .page-heading {
          color: #000; } }
  .template_breedPage .cb_imageBlock .cb_thumbBlock {
    position: relative;
    width: 100%;
    display: block;
    max-width: 186px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 28px 0 0; }
    @media (max-width: 991px) {
      .template_breedPage .cb_imageBlock .cb_thumbBlock {
        width: 100%;
        margin: 0 auto;
        max-width: 152px; } }
    .template_breedPage .cb_imageBlock .cb_thumbBlock:before {
      content: '';
      background: transparent url("https://cdn11.bigcommerce.com/s-4sdjwgussa/images/stencil/original/image-manager/cb-circle.png") no-repeat center;
      background-size: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      height: 100%;
      width: 100%; }
    .template_breedPage .cb_imageBlock .cb_thumbBlock .cb__thumb {
      object-fit: cover;
      height: 100%;
      width: 100%;
      aspect-ratio: 31/32; }
  .template_breedPage .cb_imageBlock .page-heading {
    width: auto;
    display: block;
    font-family: 'Freude';
    text-transform: capitalize;
    color: #000;
    letter-spacing: 1.92px;
    font-size: 24px;
    line-height: 29px;
    margin: -40px 0 0; }
    @media (max-width: 991px) {
      .template_breedPage .cb_imageBlock .page-heading {
        width: 100%;
        margin: 14px auto 0;
        text-align: center;
        letter-spacing: 2.56px;
        font-size: 32px;
        line-height: 38px; } }

.template_breedPage .cb_descriptionBlock {
  width: 100%;
  display: block;
  color: #000;
  letter-spacing: 1.44px;
  margin: 0 0 50px; }
  @media (max-width: 991px) {
    .template_breedPage .cb_descriptionBlock {
      margin: 0 0 40px; } }
  .template_breedPage .cb_descriptionBlock p {
    line-height: 30px; }
    @media (max-width: 991px) {
      .template_breedPage .cb_descriptionBlock p {
        line-height: 24px; } }

.breed__heroCarouselBlock {
  width: 100%; }
  .breed__heroCarouselBlock .breed_hero_carousel {
    width: 100%;
    display: block; }
    .breed__heroCarouselBlock .breed_hero_carousel .slick-dots {
      bottom: 30px;
      left: auto;
      right: 55px;
      width: auto; }
      @media (max-width: 991px) {
        .breed__heroCarouselBlock .breed_hero_carousel .slick-dots {
          bottom: auto;
          top: 20px;
          right: 20px; } }
    .breed__heroCarouselBlock .breed_hero_carousel .breed_carousel_items {
      width: 100%;
      padding: 0 1px; }
      .breed__heroCarouselBlock .breed_hero_carousel .breed_carousel_items .breed_itemsInner {
        position: relative;
        width: 100%;
        border-radius: 18px;
        overflow: hidden; }
        .breed__heroCarouselBlock .breed_hero_carousel .breed_carousel_items .breed_itemsInner:before {
          content: '';
          background: rgba(0, 0, 0, 0.25);
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          display: block; }
        .breed__heroCarouselBlock .breed_hero_carousel .breed_carousel_items .breed_itemsInner .heroImageBlock.desktopImage {
          display: block; }
          @media (max-width: 991px) {
            .breed__heroCarouselBlock .breed_hero_carousel .breed_carousel_items .breed_itemsInner .heroImageBlock.desktopImage {
              display: none; } }
          .breed__heroCarouselBlock .breed_hero_carousel .breed_carousel_items .breed_itemsInner .heroImageBlock.desktopImage .hero-thumbImage {
            aspect-ratio: 450/161; }
        .breed__heroCarouselBlock .breed_hero_carousel .breed_carousel_items .breed_itemsInner .heroImageBlock.mobileImage {
          display: none; }
          @media (max-width: 991px) {
            .breed__heroCarouselBlock .breed_hero_carousel .breed_carousel_items .breed_itemsInner .heroImageBlock.mobileImage {
              display: block; } }
          .breed__heroCarouselBlock .breed_hero_carousel .breed_carousel_items .breed_itemsInner .heroImageBlock.mobileImage .hero-thumbImage {
            aspect-ratio: 2/1; }
        .breed__heroCarouselBlock .breed_hero_carousel .breed_carousel_items .breed_itemsInner .heroImageBlock .hero-thumbImage {
          height: 100%;
          width: 100%;
          object-fit: cover; }

.breed__ImageWithContent {
  width: 100%;
  margin: 0 0 50px; }
  @media (max-width: 991px) {
    .breed__ImageWithContent {
      margin: 0 0 40px; } }
  .breed__ImageWithContent .cb_imageContentBlock {
    width: 100%;
    display: flex;
    gap: 20px 28px; }
    @media (max-width: 991px) {
      .breed__ImageWithContent .cb_imageContentBlock {
        flex-wrap: wrap; } }
    .breed__ImageWithContent .cb_imageContentBlock .cb_imageContent {
      width: 100%;
      max-width: 50%;
      display: block;
      overflow: hidden; }
      @media (max-width: 991px) {
        .breed__ImageWithContent .cb_imageContentBlock .cb_imageContent {
          max-width: 100%; } }
      .breed__ImageWithContent .cb_imageContentBlock .cb_imageContent .cb_imageThumb {
        aspect-ratio: 219/235;
        height: auto;
        width: auto;
        object-fit: cover;
        border-radius: 18px; }
        @media (max-width: 991px) {
          .breed__ImageWithContent .cb_imageContentBlock .cb_imageContent .cb_imageThumb {
            width: 100%;
            height: auto; } }
      .breed__ImageWithContent .cb_imageContentBlock .cb_imageContent + .cb_contentBlock {
        max-width: 50%; }
        @media (max-width: 991px) {
          .breed__ImageWithContent .cb_imageContentBlock .cb_imageContent + .cb_contentBlock {
            max-width: 100%; } }
    .breed__ImageWithContent .cb_imageContentBlock .cb_contentBlock {
      width: 100%;
      max-width: 100%;
      display: block;
      font-size: 18px;
      letter-spacing: 1.44px;
      color: #000; }
      .breed__ImageWithContent .cb_imageContentBlock .cb_contentBlock p {
        line-height: 30px; }
        .breed__ImageWithContent .cb_imageContentBlock .cb_contentBlock p:last-child {
          margin-bottom: 0; }

.breed__videosBlock {
  width: 100%;
  margin: 0 0 55px; }
  @media (max-width: 991px) {
    .breed__videosBlock {
      margin: 0 0 40px; } }
  .breed__videosBlock .cb_sectionTitle {
    margin: 0 0 40px; }
    @media (max-width: 991px) {
      .breed__videosBlock .cb_sectionTitle {
        margin: 0 0 14px; } }
  .breed__videosBlock .breed_video_carousel {
    width: auto;
    margin: 0 -15px;
    display: block; }
    .breed__videosBlock .breed_video_carousel .slick-dots li.slick-active button {
      background-color: #EE6515; }
    .breed__videosBlock .breed_video_carousel .slick-dots li button {
      background: #fff;
      border-color: #99CC33; }
    .breed__videosBlock .breed_video_carousel .breed_video_items {
      padding: 0 15px;
      width: 100%;
      display: block; }
      .breed__videosBlock .breed_video_carousel .breed_video_items .youtube-iframe {
        aspect-ratio: 73/41;
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 18px;
        overflow: hidden;
        position: relative; }
        .breed__videosBlock .breed_video_carousel .breed_video_items .youtube-iframe .play-button {
          display: block;
          height: 100%;
          position: relative; }
          .breed__videosBlock .breed_video_carousel .breed_video_items .youtube-iframe .play-button:hover:before {
            width: 72px;
            height: 72px; }
          .breed__videosBlock .breed_video_carousel .breed_video_items .youtube-iframe .play-button:hover:after {
            height: 31px;
            width: 31px; }
          .breed__videosBlock .breed_video_carousel .breed_video_items .youtube-iframe .play-button:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #fff;
            border-radius: 100%;
            width: 62px;
            height: 62px;
            transition: .2s; }
          .breed__videosBlock .breed_video_carousel .breed_video_items .youtube-iframe .play-button:after {
            content: "";
            position: absolute;
            top: 50%;
            left: calc(50% + 2px);
            transform: translate(-50%, -50%) rotate(90deg);
            height: 26px;
            width: 26px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23EE6515' class='bi bi-triangle-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.022 1.566a1.13 1.13 0 0 1 1.96 0l6.857 11.667c.457.778-.092 1.767-.98 1.767H1.144c-.889 0-1.437-.99-.98-1.767L7.022 1.566z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: 100%;
            transition: .2s; }
        .breed__videosBlock .breed_video_carousel .breed_video_items .youtube-iframe .youtubeThumbImage {
          height: 100%;
          object-fit: cover;
          width: 100%; }
      .breed__videosBlock .breed_video_carousel .breed_video_items .video_title {
        margin: 30px 0 0;
        letter-spacing: 1.92px;
        color: #000000;
        font-size: 24px;
        line-height: 29px;
        padding: 0;
        font-weight: 400; }

[data-content-region="breed_image_content"] [data-sub-layout], [data-content-region="breed_video"] [data-sub-layout] {
  padding: 0 !important; }

.breed__productFeed {
  width: 100%;
  margin: 0 0 50px; }
  @media (max-width: 991px) {
    .breed__productFeed {
      margin: 0 0 40px; }
      .breed__productFeed .slick-dots {
        display: none !important; } }
  .breed__productFeed .breed__productFeedInner {
    padding: 60px 40px;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    background-color: #99CC33; }
    @media (max-width: 991px) {
      .breed__productFeed .breed__productFeedInner {
        padding: 44px 30px; } }
    .breed__productFeed .breed__productFeedInner .cb_sectionTitle {
      margin: 0 0 40px;
      color: #114700; }
      @media (max-width: 991px) {
        .breed__productFeed .breed__productFeedInner .cb_sectionTitle {
          margin: 0 0 14px; } }
      .breed__productFeed .breed__productFeedInner .cb_sectionTitle .title_icon {
        margin: 0 0 0 8px; }
    .breed__productFeed .breed__productFeedInner .cb_sectionSubTitle {
      margin: 0 0 16px;
      color: #000;
      letter-spacing: 1.92px;
      font-size: 24px;
      line-height: 29px; }
      @media (max-width: 479px) {
        .breed__productFeed .breed__productFeedInner .cb_sectionSubTitle br {
          display: none; } }
    .breed__productFeed .breed__productFeedInner .cb_contentBlock {
      font-size: 18px;
      line-height: 30px;
      color: #000;
      letter-spacing: 1.44px;
      margin: 0 0 37px; }
    .breed__productFeed .breed__productFeedInner .productGrid {
      margin: 0 -15px;
      width: auto;
      padding: 14px 0 0; }
      .breed__productFeed .breed__productFeedInner .productGrid .slick-track {
        margin-left: 0;
        margin-left: 0; }
      .breed__productFeed .breed__productFeedInner .productGrid .product {
        width: 100%;
        padding: 0 15px; }
        @media (min-width: 551px) {
          .breed__productFeed .breed__productFeedInner .productGrid .product {
            width: 50%; } }
        @media (min-width: 801px) {
          .breed__productFeed .breed__productFeedInner .productGrid .product {
            width: 33.33%; } }
        .breed__productFeed .breed__productFeedInner .productGrid .product .card {
          border: 0;
          border-radius: 0;
          padding: 0;
          margin: 0 0 10px; }
          .breed__productFeed .breed__productFeedInner .productGrid .product .card .card-figure {
            height: 255px;
            width: 100%;
            border: 0;
            background: #fff;
            border-radius: 18px;
            overflow: hidden;
            aspect-ratio: 1; }
            @media only screen and (max-width: 767px) {
              .breed__productFeed .breed__productFeedInner .productGrid .product .card .card-figure {
                height: 220px; } }
            .breed__productFeed .breed__productFeedInner .productGrid .product .card .card-figure .card-img-container {
              max-width: 100%;
              margin: 0 auto;
              display: flex;
              align-items: center;
              justify-content: center;
              height: 100%; }
              .breed__productFeed .breed__productFeedInner .productGrid .product .card .card-figure .card-img-container:after {
                display: none; }
              .breed__productFeed .breed__productFeedInner .productGrid .product .card .card-figure .card-img-container .card-image {
                max-height: 235px;
                width: auto;
                height: auto;
                position: static;
                margin: 0 auto;
                display: block; }
                @media only screen and (max-width: 767px) {
                  .breed__productFeed .breed__productFeedInner .productGrid .product .card .card-figure .card-img-container .card-image {
                    max-height: 210px; } }
                @media only screen and (max-width: 479px) {
                  .breed__productFeed .breed__productFeedInner .productGrid .product .card .card-figure .card-img-container .card-image {
                    max-height: 170px; } }
            .breed__productFeed .breed__productFeedInner .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .button.quickview {
              margin-bottom: 10px; }
              .breed__productFeed .breed__productFeedInner .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .button.quickview:before {
                display: none; }
            .breed__productFeed .breed__productFeedInner .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .button + .button {
              margin-top: 10px; }
          .breed__productFeed .breed__productFeedInner .productGrid .product .card .card-body {
            padding: 20px 0 0;
            text-align: left; }
            .breed__productFeed .breed__productFeedInner .productGrid .product .card .card-body .card-title {
              font-size: 18px;
              line-height: 24px;
              letter-spacing: 1.44px;
              margin: 0 0 10px;
              color: #000; }
            .breed__productFeed .breed__productFeedInner .productGrid .product .card .card-body .card_proDesc {
              font-size: 18px;
              line-height: 30px;
              letter-spacing: 1.44px;
              color: #000; }
              .breed__productFeed .breed__productFeedInner .productGrid .product .card .card-body .card_proDesc p:last-child {
                margin-bottom: 0; }
    .breed__productFeed .breed__productFeedInner .paginationBtnBlock {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin: 25px 0; }
      @media (max-width: 991px) {
        .breed__productFeed .breed__productFeedInner .paginationBtnBlock {
          justify-content: center;
          margin: 20px 0; } }
      .breed__productFeed .breed__productFeedInner .paginationBtnBlock .pagination_btn {
        display: flex;
        align-items: center;
        border: 0;
        outline: none;
        background: transparent;
        padding: 0;
        margin: 0;
        color: #000;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1.6px;
        font-family: 'Freude';
        font-weight: 400; }
        @media (max-width: 991px) {
          .breed__productFeed .breed__productFeedInner .paginationBtnBlock .pagination_btn {
            margin: 0 15px; } }
        .breed__productFeed .breed__productFeedInner .paginationBtnBlock .pagination_btn img {
          width: 40.1px;
          height: 40.66px; }
        .breed__productFeed .breed__productFeedInner .paginationBtnBlock .pagination_btn > span {
          display: none;
          margin: 0 20px; }
          @media (min-width: 801px) {
            .breed__productFeed .breed__productFeedInner .paginationBtnBlock .pagination_btn > span {
              display: block; } }

/* End Category - Breed Page */
/* Start ipdata */
body #stamped-rewards-init, body .about-rewards-section, body #rewards-footer {
  opacity: 0 !important;
  visibility: hidden !important; }

body.show_US_element #stamped-rewards-init, body.show_US_element .about-rewards-section, body.show_US_element #rewards-footer {
  opacity: 1 !important;
  visibility: visible !important; }

/* End ipdata */
/* Start Homepage Reward Banner */
.rewardsProgram-banner {
  background-color: #99CC33;
  padding: 0; }
  .rewardsProgram-banner h2 {
    margin-bottom: 4px;
    color: #114700;
    font-size: 53px;
    line-height: 64px;
    letter-spacing: 4.24px; }
    .rewardsProgram-banner h2 img {
      width: 52px;
      height: 53px;
      margin-left: 10px; }
      @media only screen and (max-width: 1199px) {
        .rewardsProgram-banner h2 img {
          display: none; } }
    @media only screen and (max-width: 1199px) {
      .rewardsProgram-banner h2 {
        margin-bottom: 14px; } }
    @media only screen and (max-width: 320px) {
      .rewardsProgram-banner h2 {
        font-size: 38px;
        line-height: 47px;
        letter-spacing: 3.04px; } }
  .rewardsProgram-banner h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.44px;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
  .rewardsProgram-banner .button-container {
    display: inline-flex;
    margin-top: 30px; }
    @media only screen and (max-width: 1199px) {
      .rewardsProgram-banner .button-container {
        margin-top: 20px; } }
    .rewardsProgram-banner .button-container .btn {
      background-color: #4F0CE8;
      padding: 22px 47px;
      width: auto;
      max-width: 100%;
      height: auto;
      display: inline-flex;
      color: #fff;
      align-items: center;
      border-radius: 36px;
      text-transform: uppercase;
      font-size: 20px;
      line-height: normal;
      font-family: Freude;
      justify-content: center;
      text-align: center;
      letter-spacing: 1.6px;
      transition: 0.35s ease; }
      .rewardsProgram-banner .button-container .btn:hover {
        background-color: #ee6515; }
  .rewardsProgram-banner .rewardsProgram-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px; }
    @media only screen and (max-width: 1199px) {
      .rewardsProgram-banner .rewardsProgram-inner {
        align-items: center; } }
  .rewardsProgram-banner .container {
    max-width: 1400px;
    padding: 0 20px; }
    @media (min-width: 480px) {
      .rewardsProgram-banner .container {
        padding-left: 50px;
        padding-right: 50px; } }
  .rewardsProgram-banner .rewardsProgram-right {
    width: 100%;
    max-width: 440px;
    margin-top: -100px; }
    @media only screen and (max-width: 1199px) {
      .rewardsProgram-banner .rewardsProgram-right {
        display: none; } }
    .rewardsProgram-banner .rewardsProgram-right img {
      position: relative;
      bottom: -15px; }
  .rewardsProgram-banner .rewardsProgram-left {
    padding: 44px 0 50px; }
    @media only screen and (max-width: 1199px) {
      .rewardsProgram-banner .rewardsProgram-left {
        padding: 36px 0 40px; } }

/* End Homepage Reward Banner */
/* Start Store-Locator */
.page--storeLocator {
  clear: both;
  width: 100%;
  display: block;
  margin: 0 auto 50px; }
  .page--storeLocator:after, .page--storeLocator:before {
    content: '';
    display: table;
    clear: both; }
  .page--storeLocator .container {
    max-width: 1350px;
    padding: 0;
    margin-left: auto;
    margin-right: auto; }
  .page--storeLocator .bh-sl-container {
    padding: 0; }
    .page--storeLocator .bh-sl-container .btn--locatorPage {
      padding: 19px 40px 15px;
      background-color: #4F0CE8;
      border-radius: 36px;
      color: #fff;
      font-size: 20px;
      text-transform: uppercase;
      font-family: 'Freude';
      letter-spacing: 1.6px;
      line-height: 24px; }
      .page--storeLocator .bh-sl-container .btn--locatorPage:hover {
        background-color: #ee6515 !important; }
    .page--storeLocator .bh-sl-container .ct-form-control {
      position: relative;
      width: 100%; }
      .page--storeLocator .bh-sl-container .ct-form-control .form-label {
        color: #1a1a1a;
        font-size: 18px;
        line-height: normal;
        margin: 0 0 10px; }
      .page--storeLocator .bh-sl-container .ct-form-control #bh-sl-address {
        width: 450px;
        border-color: #C9C9C9;
        background-color: #fff; }
      .page--storeLocator .bh-sl-container .ct-form-control #bh-sl-submit {
        margin: 0 0 0 10px; }
      .page--storeLocator .bh-sl-container .ct-form-control .form--field {
        position: relative;
        width: 100%;
        overflow: hidden; }
      .page--storeLocator .bh-sl-container .ct-form-control .form-input {
        margin: 0;
        max-width: 100% !important;
        width: 100% !important;
        padding-right: 60px;
        height: 52px; }
      .page--storeLocator .bh-sl-container .ct-form-control .btn--locatorPage {
        position: relative;
        padding: 0;
        border-radius: 6px;
        color: #fff;
        font-size: 0;
        overflow: hidden;
        margin: 0 0 0 8px !important;
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        width: 52px;
        height: 52px; }
        .page--storeLocator .bh-sl-container .ct-form-control .btn--locatorPage:before {
          content: "\f002";
          font-family: FontAwesome;
          font-size: 24px;
          text-indent: inherit;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
    .page--storeLocator .bh-sl-container .bh-sl-form-container {
      margin: 0;
      padding: 0 0 10px;
      background-color: #fff;
      max-width: 100%;
      position: relative;
      z-index: 2;
      width: calc(25% - 10px); }
      @media only screen and (max-width: 1199px) {
        .page--storeLocator .bh-sl-container .bh-sl-form-container {
          width: 35%; } }
      @media only screen and (max-width: 800px) {
        .page--storeLocator .bh-sl-container .bh-sl-form-container {
          width: 100%;
          padding: 0; } }
    .page--storeLocator .bh-sl-container .bh-sl-filters-container {
      margin: 0;
      padding: 0;
      width: 100%; }
      .page--storeLocator .bh-sl-container .bh-sl-filters-container #category-filters-container1 {
        margin: 10px 0 0;
        padding: 0;
        width: 100%; }
        .page--storeLocator .bh-sl-container .bh-sl-filters-container #category-filters-container1 .form-select {
          padding: 8px 10px;
          height: auto;
          line-height: normal;
          background-position-x: 98%;
          border-color: #C9C9C9;
          background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4yNDMiIGhlaWdodD0iMTEuMjQzIiB2aWV3Qm94PSIwIDAgMTguMjQzIDExLjI0MyI+CiAgPHBhdGggaWQ9IkNoZXZyb24iIGQ9Ik05OTkuNjg4LDcwMy4xNWw3LDcsNy03IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTk3LjU2NyAtNzAxLjAyOSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIvPgo8L3N2Zz4K") no-repeat right center;
          background-size: 14px;
          background-position-x: calc(100% - 12px);
          width: 100%;
          display: block; }
    .page--storeLocator .bh-sl-container .bh-sl-map-container {
      margin: -115px 0 0; }
      @media only screen and (max-width: 800px) {
        .page--storeLocator .bh-sl-container .bh-sl-map-container {
          margin: 0; } }
      .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list {
        width: 25%;
        float: left;
        margin: 120px 0 0;
        height: calc(530px - 120px); }
        @media only screen and (max-width: 1199px) {
          .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list {
            width: 35%;
            padding: 0 5px 0 0; } }
        @media only screen and (max-width: 800px) {
          .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list {
            width: 100%;
            padding: 0;
            margin: 0; } }
        .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .ct-map-sidebar-inner {
          position: sticky;
          top: 0;
          left: 0;
          background-color: #fff;
          z-index: 2; }
        .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .list {
          background-color: #fff;
          position: relative;
          padding: 0 0 10px; }
          .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .list > li {
            border: 1.5px solid #a7a7a7;
            border-radius: 6px;
            margin: 0 0 10px;
            transition: all 0.35s ease-in-out; }
            .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .list > li:last-child {
              margin-bottom: 0; }
            .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .list > li.list-focus {
              border-color: #ee6515; }
            .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .list > li:hover {
              box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.25); }
            .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .list > li .list-label {
              min-width: 28px; }
            .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .list > li .list-details .list-content {
              font-size: 16px;
              line-height: 24px;
              color: #1a1a1a;
              font-style: normal; }
              .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .list > li .list-details .list-content .loc-name {
                font-family: "Freude";
                font-size: 18px;
                color: #1a1a1a;
                letter-spacing: 0.5px;
                font-weight: normal; }
              .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .list > li .list-details .list-content .loc-dist {
                font-style: normal; }
              .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .list > li .list-details .list-content .loc-web a {
                color: #ee6515;
                text-decoration: none;
                word-break: break-all; }
                .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .list > li .list-details .list-content .loc-web a:hover {
                  color: #4f0ce8; }
              .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .list > li .list-details .list-content .loc-directions {
                margin: 10px 0 0; }
                .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .list > li .list-details .list-content .loc-directions a {
                  padding: 13px 20px 10px;
                  font-weight: normal;
                  line-height: normal;
                  font-size: 16px;
                  text-align: center;
                  height: auto;
                  background-color: #4f0ce8;
                  border-color: #4f0ce8;
                  color: #fff;
                  transition: all 0.35s ease-in-out;
                  width: auto;
                  display: inline-block;
                  clear: both;
                  border-radius: 20px;
                  text-decoration: none;
                  font-family: Freude;
                  letter-spacing: 0.5px;
                  text-transform: uppercase; }
                  .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .list > li .list-details .list-content .loc-directions a:hover {
                    background-color: #ee6515;
                    border-color: #ee6515; }
        .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .bh-sl-noresults-title, .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .bh-sl-noresults-desc {
          font-size: 18px;
          font-weight: 400;
          padding: 10px 15px;
          margin: 0; }
        .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .bh-sl-noresults-title {
          font-weight: 700; }
          .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-loc-list .bh-sl-noresults-title + br {
            display: none; }
      .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-map {
        width: calc(75% - 10px);
        float: right; }
        @media only screen and (max-width: 1199px) {
          .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-map {
            width: calc(65% - 10px); } }
        @media only screen and (max-width: 800px) {
          .page--storeLocator .bh-sl-container .bh-sl-map-container .bh-sl-map {
            width: 100%;
            padding: 0;
            margin: 30px 0; } }
      .page--storeLocator .bh-sl-container .bh-sl-map-container .loc-social-icon {
        display: inline-block;
        float: none;
        margin: 5px 5px 5px 0; }
        .page--storeLocator .bh-sl-container .bh-sl-map-container .loc-social-icon > a {
          height: 28px;
          width: 28px;
          margin: 0 auto;
          text-align: center;
          display: block;
          color: #ee6515;
          transition: all 0.35s ease-in-out;
          outline: none !important; }
          .page--storeLocator .bh-sl-container .bh-sl-map-container .loc-social-icon > a:hover {
            color: #4f0ce8; }
          .page--storeLocator .bh-sl-container .bh-sl-map-container .loc-social-icon > a svg {
            height: 100%;
            width: 100%;
            color: currentColor;
            fill: currentColor; }

/* End Store-Locator */
/**/
.callOutNew-widget {
  display: none; }
  .callOutNew-widget.ct-show-banner {
    display: block !important; }

.heroBannerVideoNew-widget .ct-hide-banner {
  display: none; }

/* Start Sumo Banner */
div[data-content-region="sumo_banner--global"] {
  position: relative;
  z-index: 9; }

.sumoBanner-widget {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  height: auto;
  top: auto;
  bottom: 0;
  width: 100%;
  z-index: 9; }

.user-interaction-detected .sumoBanner-widget {
  display: block; }

.sumoBanner-widget.ct-hide-banner,
.sumoBanner-widget:not(.defaultDesc_active):not(.ct-show-banner) {
  display: none !important; }

.sumoBannerCommonText {
  display: block;
  width: 100%;
  clear: left;
  text-align: center;
  margin: 0 auto; }

.sumoBanner-widget .sumoBannerCommonText.content-sale {
  display: none; }

.sumoBanner-widget.ct-show-banner .sumoBannerCommonText.content-sale {
  display: block; }

.sumoBanner-widget.ct-show-banner .sumoBannerCommonText.content-noSale {
  display: none; }

.sumoBannerCommonText .commonUserText:not(.otherUserBannerText) {
  display: none; }

body.user-country-US .sumoBannerCommonText .commonUserText.USUserBannerText,
body.user-country-CA .sumoBannerCommonText .commonUserText.canadaUserBannerText {
  display: inline-block; }

body.user-country-US .sumoBannerCommonText .otherUserBannerText,
body.user-country-CA .sumoBannerCommonText .otherUserBannerText {
  display: none; }

.sumoBanner_block {
  width: 100%;
  clear: left; }

.sumoBanner-content {
  position: relative;
  border-radius: 18px;
  padding: 15px 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  font-family: "private-sans", sans-serif;
  letter-spacing: 0.8px;
  font-weight: 700; }

.sumoCloseButton {
  position: absolute;
  left: auto;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  text-align: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  margin: 0;
  outline: none !important; }

.sumoCloseButton:focus {
  outline: none !important; }

.sumoCloseButton svg {
  height: 100%;
  width: 100%;
  fill: currentColor;
  transition: all 0.35s ease-in-out; }

.sumoCloseButton:hover svg {
  transform: rotate(180deg); }

.sumoBanner-text {
  width: auto;
  display: inline-block;
  line-height: normal;
  text-align: center; }

.sumoBanner-text p:last-child {
  margin-bottom: 0; }

.sumoBanner-text img {
  max-height: 50px; }

.sumoBanner-content .button,
.sumoBanner-content .button2 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.6px;
  padding: 13px 28px 11px 28px;
  border-radius: 36px;
  border: 0px;
  margin: 5px;
  outline: none !important;
  background-color: #4f0ce8;
  border-color: #4f0ce8;
  color: #ffffff;
  font-family: "Freude";
  display: inline-block;
  height: auto;
  font-weight: 400; }
  .sumoBanner-content .button:hover,
  .sumoBanner-content .button2:hover {
    background-color: #ee6515;
    border-color: #ee6515;
    color: #ffffff; }
  .sumoBanner-content .button:focus, .sumoBanner-content .button:active,
  .sumoBanner-content .button2:focus,
  .sumoBanner-content .button2:active {
    background-color: #4f0ce8;
    border-color: #4f0ce8;
    color: #ffffff; }

.sumoBanner-content .button2 {
  background-color: #99cc33;
  border-color: #99cc33;
  color: #ffffff; }
  .sumoBanner-content .button2:hover {
    background-color: #ee6515;
    border-color: #ee6515;
    color: #ffffff; }
  .sumoBanner-content .button2:focus, .sumoBanner-content .button2:active {
    background-color: #99cc33;
    border-color: #99cc33;
    color: #ffffff; }

.sumoBanner-text button {
  margin: 5px;
  outline: none !important; }

.sumoBanner-count {
  display: inline-block;
  margin: 0; }

@media screen and (max-width: 767px) {
  .sumoBanner-content {
    font-size: 16px;
    gap: 5px; }
  .sumoCloseButton {
    top: 8px;
    right: 8px;
    transform: none; } }

/* End Sumo Banner */
/* Start Sumo Popup */
div[data-content-region="sumo_popup--global"] {
  position: relative;
  z-index: 9999; }

.sumoPopup_block {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto; }

.sumoPopup_block.sumoPopup-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  visibility: visible; }

.sumoPopup_block:not(.defaultPopup_active):not(.ct-show-sumopopup) {
  display: none !important; }

.sumoPopup-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99; }

.sumoPopup-open .sumoPopup-content {
  transform: translate(0, -50%);
  position: relative;
  z-index: 999; }

.sumoPopupCloseButton {
  position: absolute;
  left: auto;
  right: -20px;
  top: -20px;
  bottom: auto;
  text-align: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  margin: 0;
  outline: none !important;
  z-index: 99;
  background-color: #9c3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.sumoPopupCloseButton:focus {
  outline: none !important; }

.sumoPopupCloseButton svg {
  height: 26px;
  width: 26px;
  fill: #fff;
  transition: all 0.35s ease-in-out; }

.sumoPopupCloseButton:hover svg {
  transform: rotate(180deg); }

.sumoPopup-content {
  top: 50%;
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: auto;
  max-width: 750px; }

.sumoPopup-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  outline: 0;
  text-align: center;
  padding: 0;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  border-radius: 12px;
  border: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.copy-coupon-btn {
  cursor: pointer;
  display: block;
  width: 100%;
  clear: both; }

.bannerPopup-thumb {
  object-fit: contain;
  width: auto;
  height: auto; }

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }

.sumoPopupCommonThumb {
  display: block;
  width: 100%;
  clear: left; }

.sumoPopupCommonThumb.sumoPopup-sale {
  display: none; }

.sumoPopup_block.ct-show-sumopopup .sumoPopupCommonThumb.sumoPopup-sale {
  display: block; }

.sumoPopup_block.ct-show-sumopopup .sumoPopupCommonThumb.sumoPopup-noSale {
  display: none; }

.sumoPopup_block .commonUserPopup:not(.otherUserBannerPopup) {
  display: none; }

body.user-country-US .sumoPopup_block .commonUserPopup.USUserBannerPopup,
body.user-country-CA .sumoPopup_block .commonUserPopup.canadaUserBannerPopup {
  display: inline-block; }

body.user-country-US .sumoPopup_block .otherUserBannerPopup,
body.user-country-CA .sumoPopup_block .otherUserBannerPopup {
  display: none; }

@media screen and (max-width: 767px) {
  .sumoPopup-content {
    width: auto;
    max-width: calc(100% - 50px); } }

/* End Sumo Popup */
/* Start Store Locator */
.storeLocator_disclaimer {
  clear: left;
  width: 100%; }

/* End Store Locator */
/* Start Sumo Hero Banner */
.sumohero-banner-block .sumohero-banner-slider:not(.sumoherobanner-show) {
  display: none; }

#wi-fixedBar {
  z-index: 8 !important; }

/* End Sumo Hero Banner */
/* Start Treat Promo */
.treat-promo-widgetBlock {
  display: block;
  width: 100%; }
  .treat-promo-widgetBlock .container {
    max-width: 1360px;
    padding: 0 65px; }
    @media only screen and (max-width: 1399px) {
      .treat-promo-widgetBlock .container {
        padding: 0 75px; } }
    @media only screen and (max-width: 800px) {
      .treat-promo-widgetBlock .container {
        padding: 0 50px; } }
    @media only screen and (max-width: 480px) {
      .treat-promo-widgetBlock .container {
        padding: 0 15px; } }
  .treat-promo-widgetBlock button.slick-arrow {
    padding: 0;
    width: 40.1px;
    height: 40.66px;
    background-color: transparent; }
    @media only screen and (max-width: 800px) {
      .treat-promo-widgetBlock button.slick-arrow {
        display: none !important; } }
    .treat-promo-widgetBlock button.slick-arrow:hover {
      opacity: 0.75; }
    .treat-promo-widgetBlock button.slick-arrow img {
      width: 51.46px;
      height: 36.42px; }
    .treat-promo-widgetBlock button.slick-arrow::before {
      content: none; }
    .treat-promo-widgetBlock button.slick-arrow::after {
      content: "";
      width: 40.1px;
      height: 40.66px;
      display: block;
      background-image: url(https://cdn11.bigcommerce.com/s-4sdjwgussa/images/stencil/original/image-manager/treat-promo-slider-arrow-2.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .treat-promo-widgetBlock button.slick-arrow.slick-prev {
      left: -50px; }
      .treat-promo-widgetBlock button.slick-arrow.slick-prev::after {
        background-image: url(https://cdn11.bigcommerce.com/s-4sdjwgussa/images/stencil/original/image-manager/treat-promo-slider-arrow-1.png); }
    .treat-promo-widgetBlock button.slick-arrow.slick-next {
      right: -50px; }
  .treat-promo-widgetBlock .slick-dots {
    bottom: -25px !important; }
    @media only screen and (min-width: 801px) {
      .treat-promo-widgetBlock .slick-dots {
        display: none !important; } }
  .treat-promo-widgetBlock .treatPromo-title {
    color: #114700;
    text-align: center;
    font-size: 71px;
    line-height: normal;
    font-weight: 400;
    margin: 0; }
    @media only screen and (max-width: 800px) {
      .treat-promo-widgetBlock .treatPromo-title {
        font-size: 64px;
        line-height: 64px; } }
    @media only screen and (max-width: 400px) {
      .treat-promo-widgetBlock .treatPromo-title {
        font-size: 44px;
        line-height: normal; } }
  .treat-promo-widgetBlock .treatPromo-subTitle {
    color: #114700;
    text-align: center;
    font-size: 32px;
    line-height: normal;
    font-weight: 400;
    margin: 10px 0; }
    @media only screen and (max-width: 800px) {
      .treat-promo-widgetBlock .treatPromo-subTitle {
        font-size: 24px;
        line-height: normal;
        padding: 0 20px; } }
  .treat-promo-widgetBlock .treatPromo-border-ic {
    display: block;
    margin: auto;
    margin: 0 0 26px; }
    .treat-promo-widgetBlock .treatPromo-border-ic svg {
      width: 291px;
      height: 31px;
      max-width: 100%; }
  .treat-promo-widgetBlock .treatPromo-description {
    color: #000;
    text-align: center;
    letter-spacing: 1.62px;
    padding: 0 20px; }
    .treat-promo-widgetBlock .treatPromo-description :last-child {
      margin-bottom: 0; }
  .treat-promo-widgetBlock .treatPromo-top {
    text-align: center;
    padding: 52px 0;
    width: 100%; }
    .treat-promo-widgetBlock .treatPromo-top .treatPromoTop-wrap {
      width: 100%;
      max-width: 830px;
      margin: 0 0 0 auto; }
      @media only screen and (max-width: 1399px) {
        .treat-promo-widgetBlock .treatPromo-top .treatPromoTop-wrap {
          max-width: calc(100% - 320px); } }
      @media only screen and (max-width: 1199px) {
        .treat-promo-widgetBlock .treatPromo-top .treatPromoTop-wrap {
          max-width: calc(100% - 270px); } }
      @media only screen and (max-width: 800px) {
        .treat-promo-widgetBlock .treatPromo-top .treatPromoTop-wrap {
          margin: 0 auto;
          max-width: none;
          padding: 0 15px 210px; } }
      @media only screen and (max-width: 379px) {
        .treat-promo-widgetBlock .treatPromo-top .treatPromoTop-wrap {
          padding: 0 15px 120px; } }
  .treat-promo-widgetBlock .treatPromo-bottom {
    background-color: #9C3;
    width: 100%;
    clear: left;
    padding: 60px 0 70px; }
    .treat-promo-widgetBlock .treatPromo-bottom .treatPromo-bg {
      position: absolute;
      top: auto;
      left: 0;
      right: auto;
      bottom: calc(100% - 62px);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      @media only screen and (max-width: 1399px) {
        .treat-promo-widgetBlock .treatPromo-bottom .treatPromo-bg {
          left: 40px;
          bottom: calc(100% - 42px); } }
      @media only screen and (max-width: 1199px) {
        .treat-promo-widgetBlock .treatPromo-bottom .treatPromo-bg {
          left: 30px;
          bottom: calc(100% - 44px); } }
      @media only screen and (max-width: 767px) {
        .treat-promo-widgetBlock .treatPromo-bottom .treatPromo-bg {
          left: 27px;
          bottom: calc(100% - 38px); } }
      @media only screen and (max-width: 379px) {
        .treat-promo-widgetBlock .treatPromo-bottom .treatPromo-bg {
          left: 27px;
          bottom: calc(100% - 28px); } }
      .treat-promo-widgetBlock .treatPromo-bottom .treatPromo-bg img {
        height: auto;
        width: auto;
        max-width: 530px; }
        @media only screen and (max-width: 1399px) {
          .treat-promo-widgetBlock .treatPromo-bottom .treatPromo-bg img {
            max-width: 480px; } }
        @media only screen and (max-width: 1199px) {
          .treat-promo-widgetBlock .treatPromo-bottom .treatPromo-bg img {
            max-width: 370px; } }
        @media only screen and (max-width: 379px) {
          .treat-promo-widgetBlock .treatPromo-bottom .treatPromo-bg img {
            max-width: 270px; } }
  .treat-promo-widgetBlock .productGrid {
    margin-bottom: 0; }
  .treat-promo-widgetBlock .product .card-img-container {
    max-width: 100%;
    margin: 0 auto; }
  .treat-promo-widgetBlock .product .card {
    margin: 0 0 20px; }
  .treat-promo-widgetBlock .product .card-figure {
    border-radius: 18px;
    background: #FFF;
    border: 0;
    padding: 34px;
    overflow: hidden;
    height: 442px;
    max-height: none; }
    @media only screen and (max-width: 1299px) {
      .treat-promo-widgetBlock .product .card-figure {
        height: auto; } }
    @media only screen and (max-width: 550px) {
      .treat-promo-widgetBlock .product .card-figure {
        height: 265px; } }
    .treat-promo-widgetBlock .product .card-figure .card-image {
      max-height: 374px;
      height: 100%;
      width: auto;
      margin: auto; }
      @media only screen and (max-width: 1299px) {
        .treat-promo-widgetBlock .product .card-figure .card-image {
          height: auto;
          max-width: 85%;
          max-height: 100%; } }
      @media only screen and (max-width: 550px) {
        .treat-promo-widgetBlock .product .card-figure .card-image {
          max-height: 197px; } }
  .treat-promo-widgetBlock .product .card-body {
    padding: 32px 0 0;
    margin: 0;
    text-align: left; }
  .treat-promo-widgetBlock .product .card-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.62px;
    margin: 0 0 8px; }
    .treat-promo-widgetBlock .product .card-title > a {
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical; }
  .treat-promo-widgetBlock .product .card-price {
    margin: 0 0 32px;
    display: block; }
    .treat-promo-widgetBlock .product .card-price .price-section {
      line-height: normal;
      color: #000;
      font-size: 32px;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 2.88px; }
  .treat-promo-widgetBlock .product .card-bottom-buttons {
    display: block;
    width: 100%; }
    .treat-promo-widgetBlock .product .card-bottom-buttons .button {
      border-radius: 36px;
      color: #FFF;
      font-size: 24px;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 3.6px;
      height: auto;
      padding: 21px 5px; }
      .treat-promo-widgetBlock .product .card-bottom-buttons .button + .button {
        margin: 0 0 6px; }
      .treat-promo-widgetBlock .product .card-bottom-buttons .button:hover {
        background-color: #4F0CE8; }
      .treat-promo-widgetBlock .product .card-bottom-buttons .button.card-learn-view {
        background-color: #4F0CE8; }
        .treat-promo-widgetBlock .product .card-bottom-buttons .button.card-learn-view:hover {
          background-color: #ee6515; }

/* End Treat Promo */
.sumoBannerCommonText .commonUserText p a {
  color: currentColor; }

/* header ~ start */
.header-top {
  margin: 10px 0; }
  .header-top > .container {
    max-width: 1520px;
    padding: 0 20px; }
  .header-top .navUser-item--account-wholesaler {
    line-height: 19px; }
    .header-top .navUser-item--account-wholesaler a {
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 19px;
      font-weight: bold;
      letter-spacing: 0; }

.middle-header {
  display: inline-flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 11; }
  .middle-header::before, .middle-header::after {
    content: none; }
  .middle-header .dropdown--quickSearch .form-input {
    border-color: #C9C9C9;
    height: 54px; }
    @media only screen and (max-width: 1199px) {
      .middle-header .dropdown--quickSearch .form-input {
        height: 44px; } }

.middle-header-left {
  max-width: 225px; }
  @media only screen and (max-width: 1199px) {
    .middle-header-left {
      max-width: 150px; } }

.middle-header-right {
  width: 264px;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  @media only screen and (max-width: 1199px) {
    .middle-header-right {
      width: 230px; } }
  .middle-header-right .navUser-section {
    justify-content: center; }

.middle-header-center {
  width: calc(100% - 500px); }
  @media only screen and (max-width: 1199px) {
    .middle-header-center {
      width: calc(100% - 400px); } }
  .middle-header-center .dropdown--quickSearch {
    margin: 0 auto;
    max-width: 830px;
    position: relative;
    top: 0; }

.header-logo-image {
  position: relative; }

.header-logo-image-container::after {
  content: none; }

.super-header-section .container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0; }
  .super-header-section .container .free-shipping {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0; }

.super-header-section .contact-info {
  right: 0;
  padding: 15px 25px;
  border-radius: 0 0 18px 18px;
  text-align: center; }
  .super-header-section .contact-info p {
    letter-spacing: 2.08px;
    line-height: 27px;
    font-size: 26px; }
  .super-header-section .contact-info span {
    color: #114700;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 1px; }
  @media only screen and (max-width: 1199px) {
    .super-header-section .contact-info {
      padding: 15px 15px; }
      .super-header-section .contact-info p {
        letter-spacing: 1.60px;
        line-height: 20px;
        font-size: 20px; }
        .super-header-section .contact-info p span {
          font-size: 16px; } }

/* navigation row ~ start */
.navPages-action {
  font-size: 18px;
  color: #000; }
  @media only screen and (max-width: 1199px) {
    .navPages-action {
      padding: 18px 10px;
      font-size: 15px; }
      .navPages-action img {
        margin-right: 5px;
        height: 20px; } }
  @media only screen and (max-width: 800px) {
    .navPages-action.activePage {
      color: #000; }
      .navPages-action.activePage img {
        filter: invert(100%); } }
  .navPages-action img {
    transition: .1s;
    -webkit-filter: invert(100%);
    filter: invert(100%); }
    @media only screen and (min-width: 801px) and (max-width: 999px) {
      .navPages-action img {
        display: none; } }

.navPages-container {
  background-color: #F8F8F8; }
  .navPages-container .navPages {
    display: flex;
    align-items: center;
    max-width: 1520px; }
    .navPages-container .navPages.fixed-header {
      max-width: 100%;
      background-color: #F8F8F8; }
      .navPages-container .navPages.fixed-header .navUser-top {
        display: none; }
    .navPages-container .navPages .navPages-hover-list > .navPages-item > .navPages-action {
      padding: 18px 15px;
      line-height: 24px; }
      @media only screen and (min-width: 801px) and (max-width: 999px) {
        .navPages-container .navPages .navPages-hover-list > .navPages-item > .navPages-action {
          padding: 18px 10px;
          font-size: 14px; } }
      .navPages-container .navPages .navPages-hover-list > .navPages-item > .navPages-action img {
        height: 24px;
        margin-right: 7px; }

svg.navitem-icon {
  width: 30px;
  height: 24px;
  stroke: none; }

.navUser-top {
  position: absolute;
  right: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  height: 100%; }
  @media only screen and (max-width: 1399px) {
    .navUser-top {
      position: relative; } }
  .navUser-top .navUser-item .navUser-action {
    padding: 0 0 0 20px; }
    @media only screen and (max-width: 1199px) {
      .navUser-top .navUser-item .navUser-action {
        padding: 0 0 0 15px; } }
  @media only screen and (max-width: 1199px) and (min-width: 801px) and (max-width: 999px) {
    .navUser-top .navUser-item .navUser-action {
      padding: 0 0 0 10px; } }
    @media only screen and (max-width: 1199px) {
        .navUser-top .navUser-item .navUser-action .navitem-icon {
          width: 25px;
          height: 18px; } }
    .navUser-top .navUser-item .navUser-action:hover svg {
      stroke: none; }
  .navUser-top .navUser-section--alt {
    margin-bottom: 0;
    height: 24px; }
    @media only screen and (max-width: 1199px) {
      .navUser-top .navUser-section--alt {
        height: 20px; } }
  @media only screen and (min-width: 801px) and (max-width: 999px) {
    .navUser-top .currency-selector .navUser-item {
      height: 30px; } }
  .navUser-top .currency-selector .navUser-action {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans'; }
    @media only screen and (max-width: 1199px) {
      .navUser-top .currency-selector .navUser-action {
        font-size: 0; }
        .navUser-top .currency-selector .navUser-action .icon {
          display: none; } }
    .navUser-top .currency-selector .navUser-action img {
      width: 34px;
      height: 34px;
      border-radius: 100%; }
      @media only screen and (max-width: 1199px) {
        .navUser-top .currency-selector .navUser-action img {
          width: 24px;
          height: 24px;
          margin-right: 0; } }
  .navUser-top .currency-selector .dropdown-menu {
    top: calc(100% + 12px) !important; }
    .navUser-top .currency-selector .dropdown-menu img {
      width: 34px; }

nav.navPages {
  display: inline-flex;
  justify-content: center;
  width: 100%; }
  nav.navPages::before, nav.navPages::after {
    content: none; }
  nav.navPages ul.navPages-list {
    margin: 0 auto; }

/* navigation row ~ end */
/* mobile menu start*/
.mobile-menu-wrapper .free-shipping {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #EE6515;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  z-index: 1000; }
  @media screen and (max-width: 430px) {
    .mobile-menu-wrapper .free-shipping {
      font-size: 14px; } }

.mobile-menu-wrapper .top-navigation.fixed-header {
  top: 40px;
  padding: 11px 20px;
  background-color: #fff; }

.mobile-menu-wrapper .top-navigation {
  justify-content: space-between; }
  .mobile-menu-wrapper .top-navigation .mobile-navList {
    margin: 0;
    width: auto;
    flex-basis: unset;
    flex-grow: 0;
    display: inline-block;
    float: none;
    text-align: left; }
    .mobile-menu-wrapper .top-navigation .mobile-navList li, .mobile-menu-wrapper .top-navigation .mobile-navList a {
      display: inline-block;
      height: auto; }
  .mobile-menu-wrapper .top-navigation .mobile-navList-top {
    width: 15%; }
    .mobile-menu-wrapper .top-navigation .mobile-navList-top .mobile-navList .mobile-navitem .mobileMenu-toggle span {
      background-color: #271C15;
      height: 3px; }
    .mobile-menu-wrapper .top-navigation .mobile-navList-top .mobile-navList .mobile-navitem .mobileMenu-toggle:not(.is-open) span {
      margin-bottom: 8px; }
      .mobile-menu-wrapper .top-navigation .mobile-navList-top .mobile-navList .mobile-navitem .mobileMenu-toggle:not(.is-open) span:first-of-type {
        width: 20px; }
      .mobile-menu-wrapper .top-navigation .mobile-navList-top .mobile-navList .mobile-navitem .mobileMenu-toggle:not(.is-open) span:nth-child(2) {
        width: 15px; }
      .mobile-menu-wrapper .top-navigation .mobile-navList-top .mobile-navList .mobile-navitem .mobileMenu-toggle:not(.is-open) span:nth-child(3) {
        width: 10px; }
  .mobile-menu-wrapper .top-navigation .mobile-logo {
    max-width: 225px; }
  .mobile-menu-wrapper .top-navigation .mobile-nav-list-user {
    width: 35%;
    display: flex;
    justify-content: flex-end; }
    .mobile-menu-wrapper .top-navigation .mobile-nav-list-user .mobile-navList {
      text-align: right; }
  .mobile-menu-wrapper .top-navigation .mobile-navitem:not(:last-child) {
    padding-right: 8px !important; }
  @media only screen and (max-width: 430px) {
    .mobile-menu-wrapper .top-navigation .mobileMenu-toggle:not(.is-open) span {
      margin-bottom: 5px !important; }
    .mobile-menu-wrapper .top-navigation .mobile-navitem:not(:last-child) {
      padding-right: 5px !important; }
    .mobile-menu-wrapper .top-navigation .mobile-navitem svg {
      width: 22px;
      height: 19px; } }

.mobile-menu-wrapper .mobileMenu-toggle.is-open {
  top: 0 !important; }

.mobile-menu-wrapper .navPages-container.is-open {
  height: 100vh !important;
  padding-top: 77px !important;
  background-color: #fff; }

.mobile-menu-wrapper .navPages-container .navPages {
  display: block;
  background-color: #f8f8f8 !important; }
  .mobile-menu-wrapper .navPages-container .navPages .navPages-action {
    border-color: #e0e0e0 !important; }
    .mobile-menu-wrapper .navPages-container .navPages .navPages-action:hover {
      color: #000 !important; }
      .mobile-menu-wrapper .navPages-container .navPages .navPages-action:hover img {
        filter: invert(100%) !important; }
    .mobile-menu-wrapper .navPages-container .navPages .navPages-action:after {
      color: #000 !important; }
  .mobile-menu-wrapper .navPages-container .navPages .navPage-subMenu-list li a {
    padding-left: 25px; }
  .mobile-menu-wrapper .navPages-container .navPages .navPage-childList-action {
    color: #000 !important;
    padding-left: 50px !important; }
    @media screen and (max-width: 359px) {
      .mobile-menu-wrapper .navPages-container .navPages .navPage-childList-action {
        padding-left: 34px !important; } }

.mobile-menu-wrapper .mobile-user-items {
  margin-top: 30px; }
  .mobile-menu-wrapper .mobile-user-items li {
    font-family: "Freude";
    font-size: 22px; }
    .mobile-menu-wrapper .mobile-user-items li a {
      color: #000; }

.mobile-menu-wrapper .currency-selector {
  float: none;
  display: inline-flex; }
  @media screen and (max-width: 430px) {
    .mobile-menu-wrapper .currency-selector {
      margin-top: 2px; } }
  .mobile-menu-wrapper .currency-selector > li {
    display: inline-block; }
    .mobile-menu-wrapper .currency-selector > li a {
      font-size: 0; }
      .mobile-menu-wrapper .currency-selector > li a img {
        width: 25px; }
        @media screen and (max-width: 430px) {
          .mobile-menu-wrapper .currency-selector > li a img {
            width: 18px; } }
      .mobile-menu-wrapper .currency-selector > li a i {
        margin: 0; }
        @media screen and (max-width: 380px) {
          .mobile-menu-wrapper .currency-selector > li a i {
            display: none; } }
    .mobile-menu-wrapper .currency-selector > li #currencySelection {
      right: 0 !important;
      max-width: 200px !important;
      left: unset !important;
      padding: 0 20px;
      background: #f8f8f8;
      margin-top: 20px; }
      .mobile-menu-wrapper .currency-selector > li #currencySelection li {
        padding: 0; }
        .mobile-menu-wrapper .currency-selector > li #currencySelection li a {
          padding: 15px 0;
          color: #000;
          font-size: 16px; }
        .mobile-menu-wrapper .currency-selector > li #currencySelection li img {
          width: 24px;
          height: 24px; }
    .mobile-menu-wrapper .currency-selector > li .dropdown-menu {
      display: none; }
      .mobile-menu-wrapper .currency-selector > li .dropdown-menu.is-open {
        display: block; }

.mobile-menu-wrapper .mobile--quickSearch {
  position: absolute;
  top: 100%;
  padding: 10px 0;
  background: #f8f8f8;
  display: none; }
  .mobile-menu-wrapper .mobile--quickSearch.show {
    display: block; }

#menu .mobile-currency .navUser-action--currencySelector {
  display: none; }

#menu .mobile-currency #currencySelection {
  display: block;
  position: initial !important;
  padding: 0;
  width: 100% !important; }

/* mobile menu end */
/* header ~ end */
/* footer ~ start */
.footer .container {
  padding: 0 20px;
  max-width: 1400px; }
  @media (min-width: 480px) {
    .footer .container {
      padding-left: 50px;
      padding-right: 50px; } }

.footer .footer-top-inner {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 16px;
  border-bottom: 1px solid #99CC33; }
  .footer .footer-top-inner .mobile-footer-logo {
    display: none; }
  @media screen and (max-width: 800px) {
    .footer .footer-top-inner {
      padding: 20px 0 40px;
      flex-wrap: wrap; }
      .footer .footer-top-inner .mobile-footer-logo {
        display: block; }
      .footer .footer-top-inner .header-logo-image {
        display: none; }
      .footer .footer-top-inner .left {
        width: 100%; }
        .footer .footer-top-inner .left .header-logo-image-container {
          margin: 0 auto; }
        .footer .footer-top-inner .left img {
          max-height: none; }
      .footer .footer-top-inner .right {
        width: 100%;
        display: block !important;
        text-align: center; }
        .footer .footer-top-inner .right .footer-info-heading {
          border: 0;
          padding: 30px 0 10px; }
          .footer .footer-top-inner .right .footer-info-heading:after {
            content: none; } }
  @media only screen and (max-width: 380px) {
    .footer .footer-top-inner .mobile-footer-logo {
      width: 275px;
      margin: auto; } }
  .footer .footer-top-inner .header-logo-image-container {
    max-width: 335px; }
  .footer .footer-top-inner > .right {
    display: flex;
    align-items: center;
    gap: 10px; }
    .footer .footer-top-inner > .right .footer-info-heading {
      color: #99CC33;
      margin-bottom: 0;
      font-size: 24px !important;
      line-height: 1; }
  .footer .footer-top-inner .socialLinks-item {
    margin-left: 21px;
    margin-right: 0;
    height: 24px; }
    .footer .footer-top-inner .socialLinks-item .icon {
      width: auto;
      height: 24px;
      display: block; }
      .footer .footer-top-inner .socialLinks-item .icon i.fa {
        color: #fff;
        font-size: 26px; }

.footer .footer-info::before, .footer .footer-info::after {
  content: none; }

.footer .footer-info.footer-info-inner {
  flex-wrap: wrap;
  justify-content: space-between; }

.footer .footer-info .footer-info-heading {
  text-transform: capitalize;
  font-size: 24px !important;
  line-height: 24px;
  margin-bottom: 21px; }
  @media only screen and (max-width: 800px) {
    .footer .footer-info .footer-info-heading {
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px solid #99CC33; }
      .footer .footer-info .footer-info-heading.is-open {
        padding-bottom: 20px;
        margin-bottom: 0;
        border-bottom: 0; }
        .footer .footer-info .footer-info-heading.is-open:after {
          content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3E%3C/svg%3E");
          transform: translateY(calc(-50% - 10px)); }
      .footer .footer-info .footer-info-heading:after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3E%3C/svg%3E");
        transform: translateY(calc(-50% - 20px));
        transition: none; } }

.footer .footer-info .footer-info-col {
  width: fit-content;
  max-width: 265px; }
  @media screen and (max-width: 800px) {
    .footer .footer-info .footer-info-col {
      max-width: unset;
      width: 100%; } }
  .footer .footer-info .footer-info-col .footer-info-list a {
    font-size: 18px;
    font-weight: bold;
    color: #AFCAA6;
    padding-bottom: 20px; }
  @media screen and (max-width: 800px) {
    .footer .footer-info .footer-info-col .footer-info-list.is-open {
      padding-bottom: 20px;
      margin-bottom: 40px;
      border-color: #99CC33; } }
  .footer .footer-info .footer-info-col.footer-newsletter {
    max-width: 490px; }
    @media only screen and (max-width: 1201px) {
      .footer .footer-info .footer-info-col.footer-newsletter {
        width: 100%;
        max-width: initial;
        display: flex;
        margin-top: 30px;
        gap: 50px; } }
    .footer .footer-info .footer-info-col.footer-newsletter .footer-info-group.reviews {
      margin-top: 50px; }
      @media only screen and (max-width: 1201px) {
        .footer .footer-info .footer-info-col.footer-newsletter .footer-info-group.reviews {
          margin-top: 0; } }
      .footer .footer-info .footer-info-col.footer-newsletter .footer-info-group.reviews .reviews-container {
        display: flex;
        gap: 24px;
        width: 100%;
        flex-wrap: wrap; }
  .footer .footer-info .footer-info-col .footer-logos {
    border-radius: 18px;
    padding: 0 35px 0 0; }
    .footer .footer-info .footer-info-col .footer-logos .appa-link img {
      border-radius: 18px; }
    .footer .footer-info .footer-info-col .footer-logos img {
      max-height: 117px; }
    .footer .footer-info .footer-info-col .footer-logos .pijac-logo {
      padding: 20px 0; }
      .footer .footer-info .footer-info-col .footer-logos .pijac-logo img {
        max-height: 70px; }
  @media only screen and (max-width: 800px) {
    .footer .footer-info .footer-info-col.footer-newsletter {
      display: block;
      text-align: center;
      max-width: 443px;
      margin: 0 auto; }
      .footer .footer-info .footer-info-col.footer-newsletter .footer-info-heading {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 20px; }
        .footer .footer-info .footer-info-col.footer-newsletter .footer-info-heading:after {
          content: none; }
      .footer .footer-info .footer-info-col.footer-newsletter .members {
        margin-bottom: 40px; }
      .footer .footer-info .footer-info-col.footer-newsletter .reviews-container {
        justify-content: center; } }

.footer .footer-info-bottom {
  margin-bottom: 60px; }
  @media only screen and (max-width: 800px) {
    .footer .footer-info-bottom {
      text-align: center;
      margin-bottom: 40px; } }
  .footer .footer-info-bottom .pci-link {
    display: inline-flex;
    margin-top: 30px; }
    @media only screen and (max-width: 800px) {
      .footer .footer-info-bottom .pci-link {
        margin-top: 30px; } }
    .footer .footer-info-bottom .pci-link span:not(:last-child) {
      padding-right: 20px;
      margin-right: 20px;
      border-right: 1px solid #7da76f; }

.footer .footer-payment-icons {
  margin-top: 20px;
  height: auto; }
  @media only screen and (max-width: 800px) {
    .footer .footer-payment-icons {
      margin-top: 40px; }
      .footer .footer-payment-icons img {
        max-width: 68px;
        margin-bottom: 10px; } }

.footer .footer-copyright {
  background-color: #114700; }
  .footer .footer-copyright > .powered-by {
    color: #fff;
    padding: 28px 0;
    font-family: 'Open Sans';
    letter-spacing: 0.5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px; }

/* footer ~ end */
/* New Mega Menu Style - the additional styles are here and in the custom.scss file*/
@media only screen and (min-width: 800px) {
  .navPages {
    position: initial; }
    .navPages .navPage-subMenu {
      max-width: 100%;
      width: 100%;
      max-height: unset; }
      .navPages .navPage-subMenu .navPage-subMenu-list {
        max-width: 1400px;
        padding: 40px 20px 20px;
        display: flex;
        margin: 0 auto;
        gap: 30px; } }
      @media only screen and (min-width: 800px) and (max-width: 950px) {
        .navPages .navPage-subMenu .navPage-subMenu-list {
          flex-wrap: wrap; } }

@media only screen and (min-width: 800px) {
        .navPages .navPage-subMenu .navPage-subMenu-list:before, .navPages .navPage-subMenu .navPage-subMenu-list:after {
          display: none; } }
      @media only screen and (min-width: 800px) and (max-width: 950px) {
        .navPages .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
          width: calc(100% / 3 - 30px);
          flex: auto; } }

@media only screen and (min-width: 800px) {
        .navPages .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item img {
          border-radius: 18px;
          margin-bottom: 30px;
          aspect-ratio: 1.5;
          object-fit: cover; } }
        @media only screen and (min-width: 800px) and (max-width: 1200px) {
          .navPages .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item img {
            border-radius: 12px;
            margin-bottom: 20px; } }

@media only screen and (min-width: 800px) {
        .navPages .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item > .navPages-action {
          padding: 0;
          font-size: 24px;
          line-height: 1;
          margin-bottom: 20px;
          text-transform: capitalize;
          color: #000; } }
        @media only screen and (min-width: 800px) and (max-width: 1200px) {
          .navPages .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item > .navPages-action {
            font-size: 20px; } }

@media only screen and (min-width: 800px) {
          .navPages .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item > .navPages-action:hover, .navPages .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item > .navPages-action:active, .navPages .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item > .navPages-action:focus {
            background: none;
            color: #EE6515 !important; }
          .navPages .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item > .navPages-action .icon {
            display: none; }
      .navPages .navPage-subMenu .navPages-childList-mega-section .navPage-childList-item .navPages-action {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1.28px;
        color: #000 !important;
        margin-bottom: 10px;
        padding: 0;
        text-transform: capitalize !important; }
        .navPages .navPage-subMenu .navPages-childList-mega-section .navPage-childList-item .navPages-action:hover, .navPages .navPage-subMenu .navPages-childList-mega-section .navPage-childList-item .navPages-action:active, .navPages .navPage-subMenu .navPages-childList-mega-section .navPage-childList-item .navPages-action:focus {
          color: #EE6515 !important; } }
      @media only screen and (min-width: 800px) and (max-width: 1200px) {
        .navPages .navPage-subMenu .navPages-childList-mega-section .navPage-childList-item .navPages-action {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 1px; } }

@media only screen and (min-width: 800px) {
      .navPages .navPage-subMenu .navPages-childList-mega-section .navPage-childList-action.font-bold {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1.6px;
        color: #207F01 !important;
        margin-top: 10px;
        margin-bottom: 0;
        text-transform: uppercase !important;
        padding-right: 5px; } }
      @media only screen and (min-width: 800px) and (max-width: 1200px) {
        .navPages .navPage-subMenu .navPages-childList-mega-section .navPage-childList-action.font-bold {
          font-size: 16px;
          line-height: 20px; } }

@media only screen and (min-width: 800px) {
      .navPages .navPage-subMenu .navPage-childList {
        border: 0; } }

/* End New mega menu style */
.center-content {
  max-width: 1200px;
  margin: auto; }

/* Start Product Template */
.common-productView-tweak-wrap {
  /* Start Product Page Tweak */
  /* End Product Page Tweak */
  /* Start - Add to cart animation */
  /* End - Add to cart animation */ }
  .common-productView-tweak-wrap.productView .productView-images {
    flex-direction: column;
    display: block;
    flex-grow: inherit;
    flex-shrink: inherit;
    flex-basis: inherit;
    height: auto; }
    .common-productView-tweak-wrap.productView .productView-images .slick-dots {
      bottom: -5px; }
    .common-productView-tweak-wrap.productView .productView-images .productView-image {
      width: 100%;
      height: auto;
      order: -1; }
      .common-productView-tweak-wrap.productView .productView-images .productView-image .productView-img-container {
        margin: 0;
        padding: 0; }
        .common-productView-tweak-wrap.productView .productView-images .productView-image .productView-img-container:after {
          display: none; }
        .common-productView-tweak-wrap.productView .productView-images .productView-image .productView-img-container .productView-image--default {
          position: static;
          margin: auto; }
      .common-productView-tweak-wrap.productView .productView-images .productView-image + .productView-thumbnails {
        order: inherit;
        width: 100%;
        flex-basis: inherit;
        margin: 20px 0 0;
        display: block;
        max-width: 520px; }
        @media screen and (max-width: 800px) {
          .common-productView-tweak-wrap.productView .productView-images .productView-image + .productView-thumbnails {
            margin: 20px auto; } }
        .common-productView-tweak-wrap.productView .productView-images .productView-image + .productView-thumbnails .slick-list {
          margin: 0 -10px; }
          @media screen and (max-width: 800px) {
            .common-productView-tweak-wrap.productView .productView-images .productView-image + .productView-thumbnails .slick-list {
              margin: 0 auto; } }
        .common-productView-tweak-wrap.productView .productView-images .productView-image + .productView-thumbnails .slick-track {
          margin: 0; }
    .common-productView-tweak-wrap.productView .productView-images .productView-thumbnail {
      padding: 0 10px;
      width: auto; }
      .common-productView-tweak-wrap.productView .productView-images .productView-thumbnail .productView-thumbnail-link {
        margin: 0 auto;
        max-width: none !important; }
        .common-productView-tweak-wrap.productView .productView-images .productView-thumbnail .productView-thumbnail-link img {
          max-width: 98%;
          max-height: 95%;
          height: auto;
          width: auto; }
  .common-productView-tweak-wrap .productView-details .productView-product {
    padding-bottom: 0; }
  .common-productView-tweak-wrap .productView-details .productView-price {
    margin-top: 10px;
    line-height: normal; }
  .common-productView-tweak-wrap .productView-bundle {
    border: 1px solid #C9C9C9;
    border-radius: 6px;
    padding: 10px; }
    .common-productView-tweak-wrap .productView-bundle .cart-response > p {
      border-radius: 6px; }
  .common-productView-tweak-wrap.productView-bundle-mobile {
    padding: 0 10px; }
    .common-productView-tweak-wrap.productView-bundle-mobile .productView-bundle {
      padding: 10px 10px 40px; }
    .common-productView-tweak-wrap.productView-bundle-mobile .productView-bundle-group .slick-dots {
      bottom: -30px; }
  .common-productView-tweak-wrap .productView-bundle-group .productView-bundle-list .form__checkbox-label {
    padding: 10px; }
  .common-productView-tweak-wrap .productView-bundle-group .productView-bundle-list .form__checklist-button {
    top: 2px;
    left: 2px; }
  .common-productView-tweak-wrap .productView-bundle-group .slick-dots {
    bottom: 0px; }
  .common-productView-tweak-wrap .productPage-icons {
    width: 100%;
    display: block;
    padding: 24px 0 0; }
    .common-productView-tweak-wrap .productPage-icons ul {
      list-style-type: none;
      margin: 0;
      line-height: normal;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      gap: 10px 0; }
      .common-productView-tweak-wrap .productPage-icons ul > li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        text-align: center;
        padding: 0 10px; }
    .common-productView-tweak-wrap .productPage-icons .productIcons-body > a:hover .productIcons-thumb, .common-productView-tweak-wrap .productPage-icons .productIcons-body > a:hover > svg {
      opacity: 0.65; }
    .common-productView-tweak-wrap .productPage-icons svg {
      height: 85px;
      width: auto;
      transition: all 0.3s ease-in-out; }
    .common-productView-tweak-wrap .productPage-icons .productIcons-thumb {
      max-width: 100%;
      height: auto;
      width: auto;
      transition: all 0.3s ease-in-out;
      max-height: 75px; }
  .common-productView-tweak-wrap .faq-btn .button {
    margin: 0; }
    @media screen and (max-width: 801px) {
      .common-productView-tweak-wrap .faq-btn .button {
        margin-bottom: 20px; } }
  .common-productView-tweak-wrap .addtocart-sticky {
    visibility: hidden;
    opacity: 0;
    display: none !important; }
    .common-productView-tweak-wrap .addtocart-sticky.show {
      visibility: visible;
      opacity: 1; }
  .common-productView-tweak-wrap .product-custom-text {
    margin-bottom: 5px;
    line-height: normal;
    font-style: italic;
    font-weight: 700; }
  .common-productView-tweak-wrap .productView-subtitle--info {
    line-height: 1;
    font-style: italic;
    color: #848283;
    font-size: 16px; }
  .common-productView-tweak-wrap .tabs-contents .faq-btn {
    display: block !important; }
  .common-productView-tweak-wrap .add-to-cart-active .paw-1 {
    animation: paw-float-anticlockwise 1s ease-in-out infinite;
    animation-delay: 1s;
    left: 0; }
  .common-productView-tweak-wrap .add-to-cart-active .paw-2 {
    animation: paw-float 2s ease-in-out infinite;
    animation-delay: 1.5s;
    left: 30px; }
  .common-productView-tweak-wrap .add-to-cart-active .paw-3 {
    animation: paw-float-anticlockwise 2.25s ease-in-out infinite;
    animation-delay: 2s;
    left: 60px; }
  .common-productView-tweak-wrap .add-to-cart-active .paw-4 {
    animation: paw-float 1.5s ease-in-out infinite;
    animation-delay: 2.5s;
    left: 30px; }
  .common-productView-tweak-wrap .paws-block {
    position: relative;
    width: 100%;
    clear: left;
    margin: 0 0 1rem; }
    .common-productView-tweak-wrap .paws-block #form-action-addToCart {
      margin-bottom: 0; }
    .common-productView-tweak-wrap .paws-block:hover .paw-1 {
      animation: paw-float-anticlockwise 1s ease-in-out infinite;
      animation-delay: 0s;
      left: 0; }
    .common-productView-tweak-wrap .paws-block:hover .paw-2 {
      animation: paw-float 2s ease-in-out infinite;
      animation-delay: 0.5s;
      left: 30px; }
    .common-productView-tweak-wrap .paws-block:hover .paw-3 {
      animation: paw-float-anticlockwise 2.25s ease-in-out infinite;
      animation-delay: 1s;
      left: 60px; }
    .common-productView-tweak-wrap .paws-block:hover .paw-4 {
      animation: paw-float 1.5s ease-in-out infinite;
      animation-delay: 1.5s;
      left: 30px; }
    .common-productView-tweak-wrap .paws-block .paws-animation {
      position: absolute;
      pointer-events: none;
      top: 0;
      left: auto;
      right: 34%; }
      .common-productView-tweak-wrap .paws-block .paws-animation .paw-item {
        width: 40px;
        height: 40px;
        position: absolute;
        opacity: 0; }
        .common-productView-tweak-wrap .paws-block .paws-animation .paw-item img {
          max-width: 100%; }

@keyframes paw-float-anticlockwise {
  0% {
    opacity: 0;
    transform: translateY(0) scale(1) rotate(0deg); }
  30% {
    opacity: 1; }
  70% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    transform: translateY(-90px) scale(0.5) rotate(160deg); } }

@keyframes paw-float {
  0% {
    opacity: 0;
    transform: translateY(0) scale(1) rotate(0deg); }
  30% {
    opacity: 1; }
  70% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    transform: translateY(-90px) scale(0.5) rotate(-160deg); } }
  .common-productView-tweak-wrap .bulkPrice-info {
    display: inline-block;
    background-color: #99cc33;
    border: 2px solid #99cc33;
    color: #fff;
    padding: 0.689rem 20px;
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    font-size: 18px;
    line-height: normal;
    font-family: "Freude";
    text-align: center;
    letter-spacing: 1px;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    margin: 0.75rem 0;
    cursor: pointer;
    text-transform: inherit; }
    @media screen and (max-width: 1399px) {
      .common-productView-tweak-wrap .bulkPrice-info {
        font-size: 16px;
        letter-spacing: 0.5px; } }
    @media screen and (max-width: 1299px) {
      .common-productView-tweak-wrap .bulkPrice-info {
        font-size: 14px; } }
    @media screen and (max-width: 1199px) {
      .common-productView-tweak-wrap .bulkPrice-info {
        font-size: 13px;
        letter-spacing: 0;
        padding: 12px 16px; } }
    @media screen and (max-width: 950px) {
      .common-productView-tweak-wrap .bulkPrice-info {
        padding: 12px 6px;
        font-size: 12px; } }
    @media screen and (max-width: 800px) {
      .common-productView-tweak-wrap .bulkPrice-info {
        font-size: 18px;
        letter-spacing: 0.5px;
        padding: 12px 20px; } }
    @media screen and (max-width: 479px) {
      .common-productView-tweak-wrap .bulkPrice-info {
        font-size: 18px;
        padding: 13px 16px;
        width: 100%; } }
    @media screen and (max-width: 379px) {
      .common-productView-tweak-wrap .bulkPrice-info {
        font-size: 16px;
        padding: 13px 10px;
        letter-spacing: 0.25px; } }
    @media screen and (max-width: 321px) {
      .common-productView-tweak-wrap .bulkPrice-info {
        font-size: 15px;
        letter-spacing: 0; } }
    .common-productView-tweak-wrap .bulkPrice-info::first-letter {
      text-transform: uppercase; }
    .common-productView-tweak-wrap .bulkPrice-info:hover {
      background-color: #d1c4ef;
      color: #4f0ce8;
      border-color: #4f0ce8; }
  .common-productView-tweak-wrap .addtocart-sticky .bulkPrice-info {
    padding: 7px 12px;
    font-size: 14px;
    margin: 0 0 6px;
    display: none !important; }
  .common-productView-tweak-wrap .addtocart-sticky .paws-block .paws-animation {
    left: 36px;
    right: auto; }
    .common-productView-tweak-wrap .addtocart-sticky .paws-block .paws-animation .paw-item {
      width: 26px;
      height: 26px; }
  @media screen and (max-width: 800px) {
    .common-productView-tweak-wrap .productView--quickView .product-others-info-mobile {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 1299px) {
    .common-productView-tweak-wrap .productView--quickView .productView-details:first-child {
      padding-right: 25px; } }
  @media screen and (max-width: 1023px) {
    .common-productView-tweak-wrap .productView--quickView .productView-details:first-child {
      padding-right: 15px; } }
  @media screen and (max-width: 800px) {
    .common-productView-tweak-wrap .productView--quickView .productView-details:first-child {
      padding-right: 0; } }
  .common-productView-tweak-wrap .productView--quickView .bulkPrice-info {
    padding: 12px 15px;
    font-size: 16px;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 1350px) {
      .common-productView-tweak-wrap .productView--quickView .bulkPrice-info {
        font-size: 15px; } }
    @media screen and (max-width: 1299px) {
      .common-productView-tweak-wrap .productView--quickView .bulkPrice-info {
        font-size: 14px;
        letter-spacing: 0; } }
    @media screen and (max-width: 1199px) {
      .common-productView-tweak-wrap .productView--quickView .bulkPrice-info {
        padding: 12px 14px; } }
    @media screen and (max-width: 1050px) {
      .common-productView-tweak-wrap .productView--quickView .bulkPrice-info {
        font-size: 12px;
        padding: 10px 12px; } }
    @media screen and (max-width: 950px) {
      .common-productView-tweak-wrap .productView--quickView .bulkPrice-info {
        padding: 12px 6px; } }
    @media screen and (max-width: 800px) {
      .common-productView-tweak-wrap .productView--quickView .bulkPrice-info {
        font-size: 18px;
        letter-spacing: 0.5px;
        padding: 12px 20px; } }
    @media screen and (max-width: 479px) {
      .common-productView-tweak-wrap .productView--quickView .bulkPrice-info {
        font-size: 16px;
        padding: 13px 16px;
        width: 100%; } }
    @media screen and (max-width: 379px) {
      .common-productView-tweak-wrap .productView--quickView .bulkPrice-info {
        font-size: 14px;
        padding: 13px 10px;
        letter-spacing: 0.25px; } }
    @media screen and (max-width: 321px) {
      .common-productView-tweak-wrap .productView--quickView .bulkPrice-info {
        letter-spacing: 0; } }

@media (min-width: 1799px) {
  .template--productpageTweak .productView.common-productView-tweak-wrap .productView-images .productView-image .productView-img-container {
    margin-left: auto;
    margin-right: auto; }
  .template--productpageTweak .productView.common-productView-tweak-wrap .productView-images .productView-image + .productView-thumbnails {
    margin-left: auto;
    margin-right: auto; }
    .template--productpageTweak .productView.common-productView-tweak-wrap .productView-images .productView-image + .productView-thumbnails .slick-list {
      margin: 0 auto; }
  .template--productpageTweak .productView .productView-images {
    flex-basis: 35%;
    width: 35%; }
  .template--productpageTweak .productView .productView-details.productViewDetails-1 {
    flex-basis: 35%;
    width: 35%; }
  .template--productpageTweak .productView .productView-details.productViewDetails-2 {
    flex-basis: 30%;
    width: 30%;
    padding-right: 30px; } }

/* End Product Template */
/* Start Homepage Changes */
.below-heading-text {
  color: #000;
  text-align: center;
  letter-spacing: 1.62px;
  max-width: 980px;
  margin: 0 auto; }
  .below-heading-text * {
    font-family: "Open Sans", sans-serif !important; }
  .below-heading-text p {
    margin: 0 auto 40px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.5;
    color: #000; }
  .below-heading-text [data-sub-layout] {
    padding: 0 !important; }

section.featured-product-section.new-homepage .page-heading {
  margin-bottom: 15px; }

/* End Homepage Changes */
.addtocart-sticky .paws-block .paws-animation {
  display: none !important; }

/* Start Shipping Bar */
body.shippingbar-active.user-country-US:not(.header-shippingbar-hidden) .mobile-menu-wrapper .free-shipping, body.shippingbar-active.user-country-CA:not(.header-shippingbar-hidden) .mobile-menu-wrapper .free-shipping {
  top: 40px; }

body.shippingbar-active.user-country-US:not(.header-shippingbar-hidden) .mobile-menu-wrapper .top-navigation, body.shippingbar-active.user-country-CA:not(.header-shippingbar-hidden) .mobile-menu-wrapper .top-navigation {
  top: 80px; }

body.shippingbar-active.user-country-US .mobile-menu-wrapper .shippingBar--header, body.shippingbar-active.user-country-CA .mobile-menu-wrapper .shippingBar--header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  letter-spacing: 0;
  z-index: 1000; }
  @media (max-width: 799px) {
    body.shippingbar-active.user-country-US .mobile-menu-wrapper .shippingBar--header, body.shippingbar-active.user-country-CA .mobile-menu-wrapper .shippingBar--header {
      display: block; } }

.commonProgressBar {
  display: none; }
  .user-country-US .commonProgressBar.is-show, .user-country-CA .commonProgressBar.is-show {
    display: block; }
  @media (min-width: 801px) {
    .user-country-US .commonProgressBar.is-show.shippingBar--header, .user-country-CA .commonProgressBar.is-show.shippingBar--header {
      display: block; } }
  .commonProgressBar.is-free-shipping .custom-progress-bar .progress-fill {
    background-color: #ee6515;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ee6515), color-stop(1, #95aeca));
    background-image: -moz-linear-gradient(center bottom, #ee6515 37%, #ee6515 69%); }
  .commonProgressBar.shippingBar--header {
    display: none; }
    .header-shippingbar-hidden .commonProgressBar.shippingBar--header {
      display: none !important; }
    .commonProgressBar.shippingBar--header .progressBar-container {
      text-align: center;
      margin: 0 auto;
      background-color: #4f0ce8;
      color: #fff;
      font-family: "Freude";
      padding: 8px 10px;
      min-height: 40px; }
    .commonProgressBar.shippingBar--header .custom-progress-bar {
      display: none !important; }
    .commonProgressBar.shippingBar--header .progressBar-msg {
      margin: 0;
      color: #fff;
      font-weight: normal;
      letter-spacing: 0.5px;
      font-size: 16px; }
      @media screen and (max-width: 430px) {
        .commonProgressBar.shippingBar--header .progressBar-msg {
          font-size: 14px; } }
    .commonProgressBar.shippingBar--header .progressBar-close {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: auto;
      right: 15px;
      bottom: 0;
      margin: auto;
      height: 26px;
      line-height: 26px;
      width: 26px;
      font-size: 28px;
      color: #fff;
      font-weight: normal;
      font-family: "Open Sans", sans-serif; }
      .commonProgressBar.shippingBar--header .progressBar-close:hover {
        color: #ee6515; }
      @media screen and (max-width: 430px) {
        .commonProgressBar.shippingBar--header .progressBar-close {
          right: 5px; } }
      .commonProgressBar.shippingBar--header .progressBar-close > span {
        display: inline-flex;
        align-items: center;
        justify-content: center; }
  .commonProgressBar .progressBar-container {
    display: block;
    width: 100%;
    position: relative; }
  .commonProgressBar .progressBar-msg {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700; }
    .commonProgressBar .progressBar-msg svg {
      height: 24px;
      width: auto;
      margin-left: 3px; }
  .commonProgressBar .custom-progress-bar {
    width: 100%;
    height: 22px;
    position: relative;
    margin: 0;
    background: #e2e2e2;
    border-radius: 6px;
    padding: 0;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    overflow: hidden;
    order: -1; }
    .commonProgressBar .custom-progress-bar .progress-percentage {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      text-align: center;
      font-size: 16px;
      font-weight: 600; }
    .commonProgressBar .custom-progress-bar .progress-fill {
      display: block;
      height: 100%;
      border-radius: 6px;
      background-color: #99cc33;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #99cc33), color-stop(1, #95aeca));
      background-image: -moz-linear-gradient(center bottom, #99cc33 37%, #99cc33 69%);
      box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
      position: relative;
      overflow: hidden; }
      .commonProgressBar .custom-progress-bar .progress-fill:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        z-index: 1;
        -webkit-background-size: 50px 50px;
        -moz-background-size: 50px 50px;
        animation: moveStripes 6s linear infinite;
        -webkit-animation: moveStripes 6s linear infinite;
        border-radius: 6px;
        overflow: hidden; }

@-webkit-keyframes moveStripes {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

#previewModal .progressBar-container .custom-progress-bar, #cart-preview-dropdown .progressBar-container .custom-progress-bar {
  height: 18px; }
  #previewModal .progressBar-container .custom-progress-bar .progress-percentage, #cart-preview-dropdown .progressBar-container .custom-progress-bar .progress-percentage {
    font-size: 12px;
    line-height: 1; }

#previewModal .progressBar-container .progressBar-msg, #cart-preview-dropdown .progressBar-container .progressBar-msg {
  font-size: 14px; }

#previewModal .previewCart {
  max-width: 100%;
  margin: 0 auto;
  width: auto;
  padding: 0; }
  #previewModal .previewCart .productView {
    padding: 0; }
  #previewModal .previewCart .productView-image {
    padding-left: 0; }
    #previewModal .previewCart .productView-image .productView-img-container {
      padding: 0;
      margin-left: auto;
      margin-right: auto; }

/* End Shipping Bar */
/* Start Update Container Spacing */
@media only screen and (min-width: 801px) and (max-width: 1450px) {
  .hero-banner-video .hero-content-desktop {
    padding: 0 50px; } }

@media screen and (max-width: 1199px) {
  .hero-banner-video .hero-content-desktop h2 {
    letter-spacing: 2px; } }

@media screen and (max-width: 1199px) {
  #stamped-reviews-widget[data-widget-type="drawer"] .stamped-widget-drawer .stamped-widget-button {
    width: 100px;
    margin-right: -100px;
    margin-top: 50px; }
    #stamped-reviews-widget[data-widget-type="drawer"] .stamped-widget-drawer .stamped-widget-button .vertical-text {
      font-size: 12px;
      padding: 9px 10px;
      text-align: center; } }

@media only screen and (min-width: 1199px) {
  .header-top > .container {
    padding: 0 60px; } }

@media only screen and (min-width: 801px) {
  .header-top > .container {
    padding: 0 50px; } }

/* End Update Container Spacing */
