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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

iframe[src*="K36G3MXF"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important; }

#main-content .container {
  max-width: 100%;
  padding: 0; }

#main-content .page {
  margin: 0; }

#main-content .page-content--centered {
  padding-right: 0;
  padding-left: 0;
  width: 100%; }

#main-content p:last-child {
  margin-bottom: 0; }

.productView {
  margin: 0 0 !important; }

.body {
  margin-bottom: 0 !important;
  padding-top: 0 !important; }

body.is-open {
  overflow: hidden; }

[contenteditable=true]:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, button:focus, details:focus, input:focus, select:focus, textarea:focus {
  outline: none !important; }

.d-none {
  display: none !important; }

p:blank {
  display: none !important; }

.body .breadcrumbs {
  display: none !important; }

.body .page-heading {
  display: none; }

.page-content > p {
  display: none; }

body {
  padding-top: 0 !important; }

.cart-summary-shipping .cart-total-label strong {
  color: #3CB28D;
  font-size: 17px;
  font-family: 'Bergen Text Semi'; }

.cart-right-part .cart-summary-shipping .shipping-estimate-show {
  color: #3CB28D;
  font-size: 17px;
  font-family: 'Bergen Text Semi'; }

.upsell-content {
  background-color: #eaeadf; }

.upsell-content .headline-section {
  background-color: #eaeadf !important; }

.upsell-content .product-section {
  background-color: #eaeadf !important; }

.upsell-content .product-section .list-style-cards tr {
  background-color: #eaeadf !important; }

.upsell-content .product-section .list-style-cards tr .product-image-container {
  background-color: #eaeadf !important; }

.upsell-content .headline {
  font-family: "PT Serif", serif !important;
  font-size: 30px !important;
  margin-top: 0;
  color: #3CB28D !important;
  font-weight: 600 !important; }

.upsell-content .product-section {
  padding: 0 !important; }

.upsell-content .product-section .list-style-cards .product-name {
  color: #1C3531 !important;
  font-family: "PT Serif", serif !important;
  font-weight: 600 !important; }

.upsell-content .product-section .cart-container .btn-group .eu-button {
  background-color: #3CB28D !important;
  color: #fff !important;
  font-family: 'Bergen Text' !important;
  font-weight: 500 !important; }

.upsell-content .product-section .price-label .actual-price {
  font-family: "PT Serif", serif;
  font-weight: 600;
  color: #3CB28D; }

.upsell-content .product-section .checkout-button {
  background-color: #3CB28D !important;
  color: #fff !important;
  font-family: 'Bergen Text' !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  border-radius: 30px !important;
  transition: 0.6s ease !important; }

.upsell-content .product-section .checkout-button:hover {
  color: #1C3531 !important; }

.upsell-content .product-section .no-thanks {
  color: #1C3531 !important;
  font-family: 'Bergen Text' !important; }

.upsell-content .popup-close-icon:hover {
  color: #3CB28D !important; }

.upsell-content .choose-options-container .product-options-container .options-list tr {
  background-color: #eaeadf !important; }

.upsell-content .product-section .actions-container .choose-options-cancel {
  color: #1C3531 !important;
  font-family: 'Bergen Text' !important; }

.upsell-content .choose-options-container .product-information .product-name {
  color: #1C3531 !important;
  font-family: "PT Serif", serif !important;
  font-weight: 600 !important;
  font-size: 18px !important; }

.upsell-content .choose-options-container .product-options-container {
  padding-left: 15px; }

.upsell-content .choose-options-container .product-options-container .options-list .option-label {
  font-family: 'Bergen Text' !important;
  color: #1C3531 !important; }

.upsell-content .choose-options-container .product-options-container .options-actions .eu-button {
  background-color: #3CB28D !important;
  color: #fff !important;
  font-family: 'Bergen Text' !important;
  font-weight: 700 !important;
  min-width: 125px !important; }

.upsell-content .choose-options-container .product-options-container .options-list .actual-price {
  font-family: 'Bergen Text' !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #3CB28D !important; }

.upsell-content .choose-options-container .product-options-container .product-information {
  margin-left: 0 !important;
  text-align: left !important; }

.upsell-content .product-mobile-list-container {
  background-color: #eaeadf !important; }

.upsell-content .product-mobile-list-container .product-container tr {
  background-color: #eaeadf !important; }

.upsell-content .product-mobile-list-container .product-container .product-name {
  font-family: "PT Serif", serif !important;
  color: #1C3531 !important;
  text-align: left !important; }

.hero-banner .banner-slider .slick-prev {
  left: 20px;
  background: transparent;
  border: none; }

.hero-banner .banner-slider .slick-next {
  right: 20px;
  background: transparent;
  border: none; }

.hero-banner .banner-slider .banner-slide {
  display: none; }

.hero-banner .banner-slider .banner-slide:first-child {
  display: block; }

.banner-slider.slick-initialized .slick-slide {
  display: block !important;
  position: relative; }

.Home-static-review {
  display: none !important; }

.home-review-io .shogun-heading-component {
  text-align: center; }

#main-content .home-review-io .container {
  background: #6f6259;
  padding-top: 70px;
  padding-bottom: 20px; }

.home-review-io #ReviewsWidget, .ReviewsWidget {
  max-width: 1380px;
  margin: 0 auto;
  width: 100%; }

@media (max-width: 767px) {
  .home-review-io .reviews-heading .shogun-heading-component:after, .home-review-io .reviews-heading .shogun-heading-component:before {
    width: 0;
    height: 0; } }

/*Gift certificate page*/
.gift-certificate-nav {
  padding: 55px 20px 0;
  margin-bottom: 50px; }

.gift-certificate-nav ul li {
  font-size: 16px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  color: #3cb28d; }

.gift-certificate-nav ul li a {
  font-size: 16px !important;
  font-family: "PT Serif", serif;
  font-weight: 400;
  color: #1c3531 !important; }

.gift-certificate-nav ul li a:hover {
  color: #3cb28d !important; }

.gift-certificate-nav .navBar-section .navBar-item.is-active {
  border-bottom: 1px solid #3cb28d; }

.gift-certificate-content {
  max-width: 560px !important;
  margin: 0 auto; }

.gift-certificate-content .gift-certificate-form {
  margin: 0;
  width: 100%; }

.gift-certificate-content .gift-certificate-form .form-row {
  margin: 0;
  width: 100%; }

.gift-certificate-content .gift-certificate-form .form-row .form-label {
  font-size: 16px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  color: #1c3531; }

.gift-certificate-content .gift-certificate-form .form-row .form-label small {
  font-size: 12px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  color: #1c3531;
  text-transform: capitalize; }

.gift-certificate-content .gift-certificate-form .form-row .form-fieldset {
  padding-left: 0;
  padding-right: 0; }

.gift-certificate-content {
  padding-bottom: 60px !important; }

.gift-certificate-content .form-actions #gift-certificate-preview {
  border: 1px solid #3cb28d !important;
  color: #13322b !important;
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 15px !important; }

.gift-certificate-content .form-actions #gift-certificate-preview:hover {
  background-color: #3cb28d !important; }

.gift-certificate-content #gift-certificate-balance .form-label {
  font-size: 14px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  color: #1c3531;
  text-transform: capitalize; }

@media only screen and (max-width: 802px) {
  .gift-certificate-nav ul li {
    margin-bottom: 10px !important; }
  .gift-certificate-nav .navBar-section .navBar-item.is-active {
    width: fit-content;
    margin: 0 auto; }
  .gift-certificate-content #gift-certificate-balance .form-prefixPostfix {
    display: flex;
    flex-wrap: wrap; }
  .gift-certificate-content #gift-certificate-balance .form-prefixPostfix input {
    width: 100%; } }

.sub-cat-section {
  padding: 35px 20px 32px 20px; }

.sub-cat-section .sub-cat-heading {
  text-align: center;
  font-size: 50px;
  font-family: "PT Serif", serif;
  font-weight: 900;
  color: #3cb28d;
  margin-bottom: 0;
  display: inline-block;
  background-color: #eaeadf;
  padding: 0 10px !important;
  line-height: 1.1;
  margin-top: 0; }

.sub-cat-section .sub-cat-tag-line {
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #1c3531;
  margin-bottom: 22px !important;
  text-align: center;
  padding-top: 4px; }

.sub-cat-section .sub-cat-section-inner {
  max-width: 1236px;
  margin: 0 auto; }

.sub-cat-section .sub-cat-heading-cover {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  padding: 0 !important;
  max-width: 1236px;
  margin-bottom: 0px;
  margin-bottom: 15px;
  margin-right: 40px !important;
  margin-left: 40px !important;
  margin: 0 auto; }

.sub-cat-section .sub-cat-heading-cover:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -32px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.sub-cat-section .sub-cat-heading-cover:after {
  content: "";
  position: absolute;
  top: 18px;
  right: -32px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.sub-cat-section .sub-cat-section-inner .sub-cat-content-cover {
  max-width: 880px;
  margin: 0 auto;
  margin-top: 20px; }

.sub-cat-section .sub-cat-section-inner .sub-cat-content {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.sub-cat-section .sub-cat-section-inner .sub-cat-content.sub-cat-content-slider {
  justify-content: space-between; }

.sub-cat-section .sub-cat-content .sub-cat-item {
  width: 100%;
  max-width: 16.66666%;
  text-align: center; }

.sub-cat-section .sub-cat-content .sub-cat-item .sub-cat-pr-link {
  font-family: 'Bergen Text Semi';
  font-size: 15px;
  font-weight: 600;
  color: #1c3531;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
  letter-spacing: 0.45px; }

.sub-cat-section .sub-cat-item .sub-cat-pr-img a {
  display: block;
  position: relative;
  width: 104px;
  height: 104px;
  padding: 3px;
  background: #cba675;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%); }

.sub-cat-section .sub-cat-item .sub-cat-pr-img a img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  padding: 5px;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%); }

.sub-cat-section .sub-cat-item .sub-cat-pr-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.sub-cat-section .sub-cat-content .slick-arrow {
  background: transparent;
  border: none; }

.sub-cat-section .sub-cat-tag-line p {
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #1c3531;
  min-height: unset;
  line-height: 21px !important; }

.sub-cat-section .sub-cat-tag-line * {
  min-height: unset !important;
  line-height: 1 !important; }

@media (max-width: 767px) {
  .sub-cat-section .sub-cat-content .sub-cat-item {
    max-width: 50%;
    margin-bottom: 10px; }
  .sub-cat-section .sub-cat-heading {
    font-size: 42px; }
  .sub-cat-section .sub-cat-heading-cover:before {
    top: 13px; }
  .sub-cat-section .sub-cat-heading-cover:after {
    top: 13px; }
  .sub-cat-section .sub-cat-heading-cover {
    margin: 0 !important;
    background-size: cover;
    margin-bottom: 60px !important;
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .sub-cat-section .sub-cat-heading {
    top: 45px;
    position: relative;
    font-size: 30px !important; }
  .sub-cat-section .sub-cat-heading:after {
    content: '';
    position: absolute;
    top: 9px;
    right: -23px;
    height: 19px;
    width: 19px;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .sub-cat-section .sub-cat-heading:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -23px;
    height: 19px;
    width: 19px;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .sub-cat-section .sub-cat-heading-cover:before {
    width: 0; }
  .sub-cat-section .sub-cat-heading-cover:after {
    width: 0; }
  .sub-cat-section .sub-cat-tag-line {
    padding: 0 20px; }
  .sub-cat-section .sub-cat-section-inner .sub-cat-content {
    width: 100%;
    display: block; } }

@media (max-width: 1261px) {
  .sub-cat-section .sub-cat-content .slick-prev {
    left: -40px; }
  .sub-cat-section .sub-cat-content .slick-next {
    right: -40px; } }

@media (max-width: 991px) {
  .sub-cat-section .sub-cat-section-inner .sub-cat-content-cover {
    padding: 0 40px; } }

#shop-by-category-slider .slick-prev::before {
  display: none !important; }

#shop-by-category-slider .slick-next::before {
  display: none !important; }

#shop-by-category-slider .slick-prev {
  height: 1px; }

#shop-by-category-slider .slick-next {
  height: 1px; }

@media (max-width: 640px) {
  .sub-cat-section .sub-cat-section-inner .sub-cat-content-cover {
    padding: 0; }
  .sub-cat-section .sub-cat-section-inner .sub-cat-content-cover .slick-list {
    padding-right: 80px; }
  .sub-cat-section {
    padding-right: 0;
    padding-left: 0; }
  .sub-cat-section .sub-cat-content .slick-arrow {
    display: none !important; }
  .sub-cat-section .slick-dots {
    bottom: -32px; }
  .sub-cat-section .slick-dots li {
    width: 22px; }
  .sub-cat-section .slick-dots li button {
    width: 14px;
    height: 14px;
    background-color: #707070;
    border-color: #707070;
    opacity: 20%; }
  .sub-cat-section .slick-dots li button:before {
    width: 14px;
    height: 14px; }
  .sub-cat-section .slick-dots li.slick-active button {
    opacity: 1; }
  .sub-cat-section .slick-dots li.slick-active button:before {
    background: #707070; }
  .sub-cat-section .sub-cat-item .sub-cat-pr-img a {
    width: 110px;
    height: 98px; } }

.shop-by-category {
  background-color: #1C3531;
  border-top: 1px solid #F5F5F5;
  max-width: 100%;
  width: 100%;
  margin: 0 auto; }

@media (max-width: 480px) {
  .sub-cat-section .sub-cat-section-inner .sub-cat-content-cover .slick-list {
    padding-right: 85px; } }

.home-review-star {
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 5px; }

.header-menu .cs-mega-menu-verticle {
  padding: 0 !important; }

.cs-mega-menu-verticle .cs-mega-menu-inner > li .mega-title {
  background-color: #1C3531;
  padding-left: 20px; }

.cs-mega-menu-verticle .cs-mega-menu-inner > li .mega-title a {
  color: #EAEADF;
  width: 100%; }

.cs-mega-menu-verticle .cs-mega-menu-inner > li .mega-title:hover {
  background-color: #EAEADF; }

.cs-mega-menu-verticle .cs-mega-menu-inner > li .mega-title:hover a {
  color: #1C3531; }

.cs-mega-menu-verticle .cs-mega-menu-inner > li .mega-title.active-menu {
  background-color: #EAEADF; }

.cs-mega-menu-verticle .cs-mega-menu-inner > li .mega-title.active-menu a {
  color: #1C3531; }

.cs-mega-menu-verticle .cs-mega-menu-inner > li .megadrop {
  border-bottom: 2px solid #1C3531;
  border-left: 0.5px solid #1C3531; }

.cs-mega-menu-verticle .cs-mega-menu-inner > li:first-child .mega-title {
  margin-top: 15px;
  position: relative; }

.cs-mega-menu-verticle .cs-mega-menu-inner > li:last-child .mega-title {
  margin-bottom: 15px;
  position: relative; }

.cs-mega-menu-verticle .cs-mega-menu-inner > li:first-child .mega-title:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #1C3531; }

.cs-mega-menu-verticle .cs-mega-menu-inner > li:last-child .mega-title:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 15px;
  background-color: #1C3531; }

.cs-mega-menu-verticle .cs-mega-menu-inner > li .mega-title {
  position: relative; }

.cs-mega-menu-verticle .cs-mega-menu-inner > li .mega-title:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 20px;
  width: 7px;
  height: 13px;
  background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/mega-menu-arrowf.png");
  background-size: cover; }

.cs-mega-menu-verticle .mega-content li {
  padding: 0 17px; }

.cs-mega-menu-verticle .cs-mega-menu-inner > li .megadrop {
  padding-left: 10px; }

.cs-mega-menu-verticle .mega-content li .img-wrap {
  height: 100%;
  position: relative;
  z-index: 1;
  display: block;
  min-height: inherit;
  max-height: inherit; }

.cs-mega-menu-verticle .mega-content li .img-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #192f2b;
  z-index: 1;
  opacity: 5%; }

.cs-mega-menu-verticle .mega-content li .img-wrap img {
  height: 100%;
  width: 100%;
  padding: 3px 8px;
  object-fit: cover;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%); }

.cs-mega-menu-verticle .mega-content li .cat-box-img {
  position: relative;
  background-color: #192f2b;
  height: 155px;
  width: 155px;
  margin: 0 auto;
  padding: 5px;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%); }

.cs-mega-menu-verticle .mega-content li .cat-box-img:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #192f2b;
  z-index: 1;
  opacity: 40%; }

.cs-mega-menu-verticle .mega-content li p {
  font-family: "PT Serif", serif;
  font-size: 14px;
  font-weight: 900;
  color: #1C3531 !important; }

@media (min-width: 768px) {
  .megadrop::-webkit-scrollbar {
    width: 1em;
    background-color: #c0c0b9; }
  .megadrop::-webkit-scrollbar-track {
    background-color: #C0C0B9;
    border-radius: 10px;
    margin: 12px 0; }
  .megadrop::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 10px;
    background-color: #707070; } }

.cs-mega-menu-verticle .cat-box p {
  max-width: 155px;
  margin-left: auto;
  margin-right: auto;
  text-transform: initial; }

#cc-no-results {
  position: absolute !important; }

.cs-mega-added .cs-mega-menu-horizontal.navPage-subMenu.is-open {
  padding: 17px 20px 14px 10px !important; }

.mega-horizontal-inner .mega-horizontal-img a {
  position: relative;
  display: block;
  padding-top: 180.79px;
  max-width: 180.79px;
  margin-bottom: 10px; }

.mega-horizontal-inner .mega-horizontal-img {
  width: 20% !important; }

.mega-horizontal-inner .mega-horizontal-details {
  width: 80% !important; }

.mega-horizontal-inner .mega-horizontal-img a:last-child {
  margin-bottom: 0; }

.mega-horizontal-inner .mega-horizontal-img a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.cs-mega-menu-horizontal .mega-horizontal-details .hz-menu-header a {
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 700;
  color: #3cb28d;
  text-transform: capitalize;
  text-decoration: underline;
  margin-bottom: 14px; }

.cs-mega-menu-horizontal .mega-horizontal-content .hz-menu-row p {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "PT Serif", serif;
  color: #1C3531;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px; }

.cs-mega-menu-horizontal .mega-horizontal-content .hz-menu-row ul li a {
  padding: 0;
  margin-bottom: 12px;
  font-family: 'Bergen Text Semi';
  font-size: 14.5px;
  color: #1C3531;
  font-weight: 600;
  transition: 0.6s ease;
  text-transform: uppercase;
  letter-spacing: 0; }

.cs-mega-menu-horizontal .mega-horizontal-content .hz-menu-row ul li a:hover {
  color: #3CB28D; }

.mega-horizontal-inner .mega-horizontal-details .mega-horizontal-content .hz-menu-row {
  height: auto; }

.mega-horizontal-inner .mega-horizontal-details .mega-horizontal-content .hz-menu-row .hz-menu-big-col {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: space-between; }

.mega-horizontal-inner .mega-horizontal-details .mega-horizontal-content .hz-menu-row .hz-menu-big-col-cat {
  width: 100%;
  margin-bottom: 10px; }

.mega-horizontal-inner .mega-horizontal-content .hz-menu-row .hz-menu-big-col-cat .cat-col-big ul {
  max-width: 250px; }

.mega-horizontal-inner .mega-horizontal-details .mega-horizontal-content .hz-menu-row .hz-menu-big-col-banner {
  width: 100%;
  position: relative;
  height: auto;
  padding-top: 24%; }

.mega-horizontal-inner .mega-horizontal-details .mega-horizontal-content .hz-menu-row .hz-menu-big-col-banner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.mega-horizontal-inner .mega-horizontal-img a {
  padding-top: 100%;
  max-width: 100%; }

.mega-horizontal-inner .mega-horizontal-img {
  width: 270px !important; }

.mega-horizontal-inner .mega-horizontal-details {
  padding-left: 37px;
  max-height: 574px;
  overflow-y: auto;
  width: calc(100% - 270px) !important; }

.cs-mega-menu-horizontal .mega-horizontal-details .hz-menu-header a {
  font-size: 22px; }

.mega-horizontal-inner .mega-horizontal-content .hz-menu-row .hz-menu-big-col-cat .cat-col-big ul {
  max-width: 350px; }

.mega-horizontal-content {
  display: flex;
  width: 100%;
  height: 100% !important;
  flex-direction: column; }

.mega-horizontal-inner .mega-horizontal-details .mega-horizontal-content .hz-menu-row {
  height: 100%; }

.cs-mega-menu-horizontal .mega-horizontal-content .hz-menu-row p.plus-category-col {
  margin-top: 20px; }

.mega-horizontal-details::-webkit-scrollbar {
  width: 1em;
  background-color: #c0c0b9;
  border-radius: 10px; }

.mega-horizontal-details::-webkit-scrollbar-track {
  background-color: #c0c0b9;
  border-radius: 10px;
  margin: 12px 0; }

.mega-horizontal-details::-webkit-scrollbar-thumb {
  outline: 0;
  border-radius: 10px;
  background-color: #707070; }

.cs-mega-menu-horizontal .equel-col-row {
  flex-wrap: wrap; }

.cs-mega-menu-horizontal .equel-col-row .hz-menu-small-col {
  margin-top: 20px; }

.cs-mega-menu-horizontal .equel-col-row .hz-menu-small-col:nth-child(1),
.cs-mega-menu-horizontal .equel-col-row .hz-menu-small-col:nth-child(2),
.cs-mega-menu-horizontal .equel-col-row .hz-menu-small-col:nth-child(3) {
  margin-top: 0; }

.cs-mega-menu-horizontal .equel-col-row .hz-menu-big-col {
  margin-top: 20px; }

.hz-view-less-cat .hz-view-less-cat {
  display: none; }

.hz-view-more-cat .hz-view-more-cat {
  display: none; }

.cs-mega-menu-horizontal .hz-view-less-cat ul li:nth-of-type(5) ~ li {
  display: none; }

.cs-mega-menu-horizontal .hz-view-expand a {
  padding-top: 0;
  text-decoration: underline; }

@media (min-width: 768px) and (max-width: 991px) {
  .hz-menu-row .hz-menu-small-col > ul > li {
    float: none; } }

@media (min-width: 768px) {
  .navPages-item[data="Accessories"] .mega-horizontal-inner .mega-horizontal-img {
    display: none; }
  .navPages-item[data="Accessories"] .mega-horizontal-inner .mega-horizontal-details .hz-menu-header {
    display: none; }
  .navPages-item[data="Accessories"] .mega-horizontal-inner .mega-horizontal-details {
    padding-top: 20px;
    padding-bottom: 10px; }
  .navPages-item[data="Offers"] .navPage-subMenu-item > .navPage-subMenu-action {
    border-bottom: 0;
    margin-bottom: 5px;
    font-family: 'Bergen Text Semi';
    font-size: 14.5px;
    color: #1c3531;
    font-weight: 600;
    text-transform: uppercase; }
  .navPages-item[data="Offers"] .navPage-subMenu-list > .navPage-subMenu-item {
    margin-right: 0px; }
  .navPages-item[data="Offers"] .navPage-subMenu {
    padding-bottom: 20px !important; }
  .navPages-item[data="Offers"] .navPage-subMenu-list > .navPage-subMenu-item {
    margin-right: 0; }
  .navPages-item[data=Offers] .navPage-subMenu-list > .navPage-subMenu-item:first-child {
    display: none; } }

@media (min-width: 768px) and (max-width: 1100px) {
  .navPages-item[data="Offers"] .navPage-subMenu-list > .navPage-subMenu-item {
    width: 33.33%; } }

@media (max-width: 1100px) {
  .mega-horizontal-inner .mega-horizontal-img {
    width: 200px !important; }
  .mega-horizontal-inner .mega-horizontal-details {
    width: calc(100% - 200px) !important; } }

@media only screen and (max-width: 767px) {
  .custom_product_page .custom_product_slider .slick-dots li button {
    height: 10px;
    width: 10px; }
  .custom_product_page .custom_product_slider .slick-dots li button:before {
    height: 10px;
    width: 10px; }
  .custom_product_page .custom_product_slider .slick-dots li {
    height: 15px;
    width: 18px;
    padding: 5px; }
  .custom_product_page .custom_product_slider .slick-dots {
    bottom: 26px;
    text-align: left;
    padding-left: 10px; }
  .custom_product_page .custom_product_slider .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .custom_product_page .productView-images {
    margin-bottom: 0; }
  .custom_product_page .custom_product_slider .slick-dots li.slick-active button::before {
    background: #55B28C; } }

.shipping-content {
  padding: 80px 0; }

.shipping-content .container {
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 0 20px !important; }

.shipping-content .container > * {
  font-family: "PT Serif", serif !important;
  font-weight: 400 !important;
  color: #1c3531; }

.shipping-content .container p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px; }

.shipping-content .container h3 {
  font-weight: 900 !important; }

.shipping-content .container ul li {
  font-size: 18px; }

.shipping-content .container h2 {
  text-align: center;
  font-weight: 900 !important;
  margin-bottom: 40px;
  font-size: 38px !important; }

@media only screen and (min-width: 767px) {
  .shipping-content .container h2 {
    font-size: 32px !important; } }

.scroll_top {
  width: 32px;
  height: 32px;
  background-color: #000;
  position: fixed;
  top: 85%;
  right: 25px;
  border-radius: 100%;
  display: block;
  z-index: 99999;
  cursor: pointer;
  display: none; }

.scroll_top.back-active {
  display: block; }

.scroll_top:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 14px;
  height: 8px;
  background-image: url(https://cdn11.bigcommerce.com/s-893ij2w/images/stencil/original/image-manager/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat; }

.download-care-guide .shg-rich-text {
  width: 100%;
  max-width: 390px;
  margin: 0 auto; }

.download-care-guide .shg-rich-text p {
  font-size: 20px;
  color: #1C3531;
  font-family: "PT Serif", serif !important;
  font-weight: 350 !important;
  font-style: italic; }

.download-care-guide {
  padding-bottom: 50px;
  border-bottom: 1px solid #1C3531; }

.productView-description .default-product-template {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px !important; }

.productView-description {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 16px; }

.productView-description .default-product-template h2, .productView-description .default-product-template h2 span {
  font-size: 28px !important;
  font-family: "PT Serif", serif !important;
  font-weight: 900 !important;
  color: #1c3531 !important;
  margin-top: 0; }

.productView-description .default-product-template h3, .productView-description .default-product-template h3 span {
  font-size: 24px !important;
  font-family: "PT Serif", serif;
  font-weight: 900 !important;
  color: #1c3531 !important; }

.productView-description .default-product-template p {
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-weight: 350;
  color: #1C3531; }

.main__product__part .default-product-template .product-tabbing-main {
  position: relative;
  display: flex;
  flex-wrap: wrap; }

.main__product__part .global-review-section {
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }

.main__product__part #compound-widget {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px 0;
  background-color: #6f6259; }

.productView-description.default-product-template {
  background-color: #eaeadf; }

/*mega menu*/
.navPage-subMenu.is-open {
  z-index: 999; }

.navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
  list-style: none; }

.navPage-subMenu-item .navPage-childList li a {
  padding-top: 2px; }

@media only screen and (min-width: 767px) {
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    margin: 0 0 0 0 !important;
    top: -3px !important;
    position: relative !important; }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 5px 0 7px !important; }
  .navPages-action.is-open {
    background-color: transparent !important;
    color: #3cb28d !important; }
  .navPage-subMenu {
    background-color: #ceb89a; }
  .navPage-subMenu.is-open {
    box-shadow: 0px 3px 8px 0px rgba(28, 53, 49, 0.61);
    background-color: #eaeadf;
    border-top: 2px solid #1c3531; } }

/*about reviews*/
.about-review {
  position: relative;
  padding: 80px 0 110px 0;
  background-color: #6F6259; }

.about-review .title {
  padding: 0 20px !important;
  max-width: 1276px;
  margin: 0 auto;
  margin-bottom: 30px; }

.about-review .title .shogun-heading-component {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 41px;
  text-align: center; }

.about-review .title .shogun-heading-component h2 {
  font-size: 50px !important;
  font-family: "PT Serif", serif;
  font-weight: 900 !important;
  color: #EAEADF !important;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block !important;
  padding: 0 10px !important;
  line-height: 1.1 !important;
  background-color: #6f6259; }

.about-review .title .shogun-heading-component h2:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -34px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.about-review .title .shogun-heading-component h2:after {
  content: "";
  position: absolute;
  top: 16px;
  right: -34px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.about-review .subtitle {
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
  margin-bottom: 45px;
  padding: 0 20px; }

.about-review .subtitle p {
  font-size: 25px;
  font-family: "PT Serif", serif;
  font-weight: 700;
  text-align: center;
  color: #EAEADF;
  margin-top: 0; }

.about-review .subtitle p strong {
  color: #CCB58E;
  font-style: italic; }

.about-review-slider .productReviews-list {
  width: 100%;
  max-width: 100%;
  opacity: 1; }

@media only screen and (max-width: 767px) {
  .about-review .title .shogun-heading-component h2 {
    font-size: 36px !important; }
  .about-review .title .shogun-heading-component {
    margin: 0;
    background-image: none; }
  .about-review .title .shogun-heading-component h2:before {
    content: none; }
  .about-review .title .shogun-heading-component h2:after {
    content: "";
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
    width: 100%;
    top: -50px;
    left: 0; }
  .about-review {
    padding: 100px 0 100px 0; }
  .about-review .subtitle p {
    font-size: 25px; }
  .about-review .productReviews-list .productReview article {
    padding-bottom: 35px; } }

.home-quote-block.about-quote {
  padding: 49px 20px; }

.home-quote-block.about-quote .home-quote-title h2 {
  max-width: 100%;
  margin-bottom: 5px; }

.about-quote .home-quote-desire p {
  color: #1C3531; }

.musical-journy .music-journy-subtext p {
  font-family: "PT Serif", serif;
  font-weight: 600;
  color: #EAEADF;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase; }

.musical-journy .music-lesson-content .music-lesson-title h2 {
  font-size: 61px !important;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: revert;
  color: #3cb28d !important;
  line-height: 1;
  margin-bottom: 35px; }

.musical-journy .music-lesson-details p {
  font-family: "PT Serif", serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #eaeadf !important; }

.musical-journy .music-lesson-details {
  max-width: 390px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px; }

.musical-journy .music-journy-btn a {
  font-family: "PT Serif", serif;
  font-size: 18px !important;
  font-weight: 600;
  color: #EAEADF !important;
  text-transform: uppercase;
  background-color: #3CB28D !important;
  border-radius: 25px !important;
  padding-left: 25px !important;
  padding-right: 25px !important; }

.musical-journy .music-journy-btn a:hover {
  color: #3cb28d !important;
  transition: 0.6s ease; }

@media only screen and (max-width: 767px) {
  .musical-journy .music-lesson-content {
    padding: 35px 20px 40px 20px !important; }
  .musical-journy .music-lesson-content .music-lesson-title h2 {
    font-size: 45px !important;
    margin-bottom: 30px; }
  .musical-journy .music-journy-subtext p {
    margin-bottom: 20px !important; }
  .musical-journy .music-lesson-details p {
    font-size: 20px !important; }
  .musical-journy .music-lesson-details {
    margin-bottom: 30px; }
  .musical-journy .music-journy-btn a {
    font-size: 15px !important; } }

.peoples-behind {
  padding: 10px 20px 100px 20px; }

.peoples-behind .title h2 {
  font-family: "PT Serif", serif;
  font-size: 45px !important;
  color: #1C3531 !important;
  font-weight: 900 !important;
  max-width: 620px;
  margin: 0 auto;
  padding: 0 50px;
  margin-bottom: 42px;
  position: relative; }

.peoples-behind .title h2:before {
  content: "";
  position: absolute;
  top: 43px;
  left: 4px;
  height: 22px;
  width: 22px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.peoples-behind .title h2:after {
  content: "";
  position: absolute;
  top: 43px;
  right: 4px;
  height: 22px;
  width: 22px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.peoples-behind .peopls-column {
  width: 100%;
  max-width: 885px;
  margin: 0 auto; }

.peopls-column .people-box {
  display: inline-block;
  vertical-align: top;
  max-width: 170px;
  margin: 0 auto; }

.peopls-column .people-box .people-img .shg-image-content-wrapper {
  position: relative;
  background-color: #1C3531;
  padding: 4px;
  height: 160px;
  width: 160px;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%); }

.peopls-column .people-box .people-img .shg-image-content-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%); }

.peopls-column .people-box .people-img {
  width: 100%;
  max-width: 100%; }

.peopls-column .people-box .people-position-top img {
  object-position: top; }

.peopls-column .people-box .people-name h3 {
  margin-top: 10px;
  font-size: 19px;
  font-family: "PT Serif", serif;
  font-weight: 900;
  color: #1C3531;
  margin-bottom: 0; }

.peopls-column .people-box .people-name p {
  font-family: "PT Serif", serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  color: #3CB28D; }

.peoples-behind .shg-box-content .peopls-column {
  margin-bottom: 25px; }

.peoples-behind .shg-box-content .peopls-column:last-child {
  margin-bottom: 0; }

@media only screen and (max-width: 991px) {
  .peopls-column .shg-row > div:last-child {
    display: none; }
  .peopls-column .shg-row > div {
    width: calc(20.0% - -17px) !important; } }

@media only screen and (max-width: 767px) {
  .peopls-column .shg-row > div {
    width: calc(50% - 10px) !important; }
  .peoples-behind .peopls-column {
    max-width: 514px; }
  .peopls-column .people-box {
    margin-bottom: 20px; }
  .peoples-behind {
    padding: 30px 20px 60px 20px; }
  .peoples-behind .title h2:after {
    content: none; }
  .peoples-behind .title h2:before {
    top: -34px;
    left: 50%;
    transform: translate(-11px, 0px); }
  .peoples-behind .title h2 {
    font-size: 35px !important;
    padding: 0; }
  .peopls-column .people-box .people-name h3 {
    font-size: 17px; }
  .peopls-column .people-box .people-name p {
    font-size: 17px; }
  .peoples-behind .shg-box-content .peopls-column {
    margin-bottom: 0; } }

.meet-the-team {
  padding: 70px 20px 76px 20px; }

.meet-the-team .mtt-sub p {
  font-family: "PT Serif", serif;
  font-size: 25px;
  color: #6F6259;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 8px !important; }

.meet-the-team .meet-the-team-title {
  padding: 0 !important;
  max-width: 1236px;
  margin: 0 auto;
  margin-bottom: 48px; }

.meet-the-team-title .shogun-heading-component {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 41px; }

.meet-the-team .meet-the-team-title h2 {
  font-size: 45px !important;
  font-family: "PT Serif", serif;
  font-weight: 900 !important;
  color: #3cb28d !important;
  margin-bottom: 0;
  display: inline-block !important;
  background-color: #eaeadf;
  padding: 0 10px !important;
  line-height: 1.1 !important; }

.meet-the-team .meet-the-team-title h2:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -34px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.meet-the-team .meet-the-team-title h2:after {
  content: "";
  position: absolute;
  top: 15px;
  right: -34px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.meet-the-team .about-team p {
  font-family: "PT Serif", serif;
  font-size: 30px;
  color: #1C3531;
  font-weight: 700;
  line-height: 1.2; }

.meet-the-team .about-team p strong {
  font-style: italic; }

.meet-the-team .about-team {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px; }

.team-fifty-fifty {
  max-width: 850px;
  margin: 0 auto; }

.team-fifty-content {
  max-width: 320px;
  margin: 0 auto;
  align-items: center;
  display: flex; }

.team-fifty-content p {
  color: #1C3531 !important;
  font-family: "PT Serif", serif !important;
  font-size: 18px;
  font-weight: 400 !important;
  margin-bottom: 25px !important; }

.team-fifty-content p:last-child {
  margin-bottom: 0 !important; }

.team-fifty-content p strong {
  font-style: italic;
  color: #3CB28D; }

.team-img-wrap .team-img .shg-image-content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.team-img-wrap .team-img {
  width: 100%;
  padding: 20px;
  position: relative; }

.team-img-wrap .team-img:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -8px;
  width: 104%;
  height: 104%;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/our-team-border.png);
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.team-img .shg-image-content-wrapper {
  position: relative;
  padding-top: 232px; }

.team-fifty-fifty .shg-row > div:last-child {
  display: flex; }

.our-team-separator .shg-hr-wrapper {
  padding: 0; }

.our-team-separator hr {
  max-width: 890px;
  margin: 0 auto !important;
  margin-top: 70px !important;
  border-top: 1px solid #958982 !important; }

@media only screen and (max-width: 767px) {
  .meet-the-team {
    padding: 40px 20px 35px 20px; }
  .meet-the-team .mtt-sub p {
    font-size: 20px; }
  .meet-the-team-title .shogun-heading-component {
    margin: 0;
    background-image: none; }
  .meet-the-team .meet-the-team-title h2 {
    padding: 0 !important; }
  .meet-the-team .meet-the-team-title h2:before {
    content: none; }
  .meet-the-team .meet-the-team-title h2:after {
    content: none; }
  .meet-the-team .about-team p {
    text-align: left;
    font-size: 18px; }
  .team-fifty-content {
    max-width: 100%; }
  .our-team-separator hr {
    margin-top: 25px !important; }
  .team-img-wrap .team-img {
    max-width: 400px; }
  .meet-the-team .about-team {
    margin-bottom: 10px; }
  .meet-the-team .meet-the-team-title {
    margin-bottom: 30px; } }

.music-story-section {
  padding: 51px 20px 80px 20px;
  background-color: #1C3531; }

.music-story-section .story-title h2 {
  max-width: 656px;
  margin: 0 auto;
  font-family: "PT Serif", serif;
  color: #EAEADF !important;
  font-size: 60px !important;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 7px; }

.story-subtitle p {
  font-family: "PT Serif", serif !important;
  font-size: 21px;
  color: #CCB58E !important;
  font-weight: 700 !important;
  margin-bottom: 32px !important; }

.music-story-section .story-block {
  padding: 92px 0 30px;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  position: relative; }

.music-story-section .story-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 38px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/year-story-pattern.png);
  background-size: contain;
  background-repeat: repeat-y;
  margin-left: -20px; }

.music-story-section .story-block:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 28px;
  height: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-size: cover;
  margin-left: -11px; }

.year-block .year-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.story-block .portrait-img .shg-image-content-wrapper {
  position: relative;
  padding-top: 356.73px;
  width: 100%; }

.story-block .portrait-img {
  width: 100%; }

.year-block .year-content {
  max-width: 305px; }

.year-block .year-title h3 {
  font-family: "PT Serif", serif;
  font-size: 38px !important;
  font-weight: 700 !important;
  color: #EAEADF !important;
  position: relative;
  display: inline-block;
  margin-bottom: 29px;
  text-align: left !important; }

.year-block .year-title {
  text-align: left !important; }

.year-block .year-title h3:before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -15px;
  width: 25px;
  height: 2px;
  background-color: #CCB58E; }

.year-block .year-description p {
  font-family: "PT Serif", serif;
  font-weight: 350;
  font-size: 18px;
  color: #EAEADF; }

.year-block .shg-row > div {
  display: flex;
  flex-wrap: wrap; }

.year-block .shg-row > div:last-child .shg-box-vertical-align-wrapper {
  justify-content: center; }

.year-block.block-1979 .shg-row > div:last-child .shg-box-vertical-align-wrapper {
  justify-content: flex-end; }

.year-block .year-title .shogun-heading-component {
  text-align: left; }

.year-block .year-img-block {
  max-width: 241px;
  margin: 0 auto; }

.year-block .year-img-block .img-caption p {
  font-family: "PT Serif", serif;
  font-size: 12px;
  color: #EAEADF;
  font-weight: 350; }

.story-block .block-1979 .img-1979 .shg-image-content-wrapper {
  position: relative;
  width: 100%;
  padding-top: 225px; }

.story-block .block-1979 .img-1979 {
  width: 100%; }

.year-block .year-img-block.b1979 {
  max-width: 383px;
  margin: 0 0 auto; }

.music-story-year {
  display: inline-block; }

.music-story-year {
  display: inline-block; }

.music-story-year p {
  font-size: 48px;
  font-weight: 700 !important;
  font-family: "PT Serif", serif !important;
  color: #eaeadf !important;
  background-color: #1C3531;
  z-index: 7;
  position: relative;
  line-height: 1;
  padding: 0px 0 16px 0; }

.music-story-year {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%); }

.year-block-wrap {
  position: relative;
  margin-bottom: 128px; }

.block-2021.year-block .year-img-block {
  margin: 0 0 auto; }

.story-block .shg-box-content > div:last-child .year-block-wrap {
  margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .music-story-section {
    padding: 40px 20px 70px 20px; }
  .music-story-section .story-title h2 {
    font-size: 35px !important;
    margin-bottom: 15px; }
  .story-subtitle p {
    font-size: 16px; }
  .music-story-year {
    display: block;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    transform: none; }
  .music-story-year p {
    padding: 15px 0 25px 0; }
  .year-img-block .img-caption {
    display: none; }
  .year-block .year-title .shogun-heading-component {
    text-align: center; }
  .year-block .year-title h3 {
    font-size: 24px !important;
    text-align: center !important;
    margin-bottom: 20px !important; }
  .year-block .year-title h3:before {
    left: 48%;
    bottom: -11px;
    width: 16px; }
  .year-block .year-description p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px !important; }
  .year-block {
    background-color: #1C3531; }
  .year-block .year-content {
    margin: 0 auto; }
  .year-block .year-img-block.b1979 {
    margin: 0 auto; }
  .music-story-section .story-block {
    padding: 92px 0 65px; } }

.pr-out-stock #alertBox-message-text {
  font-family: "PT Serif", serif;
  font-weight: 500;
  font-size: 16px;
  color: #1c3531; }

.productStickyAdd .alertBox {
  margin-bottom: 0; }

.productStickyAdd .alertBox .alertBox-icon {
  display: none; }

.productStickyAdd .alertBox .alertBox-message #alertBox-message-text {
  font-family: "PT Serif", serif;
  font-weight: 500;
  color: #1c3531; }

.mcneela-pledge {
  padding: 50px 20px 74px 20px; }

.mcneela-pledge .category-review-pattern.pledge {
  width: 100%;
  max-width: 748px;
  margin: 0 auto; }

.mcneela-pledge .category-review-pattern.pledge:before {
  top: 15px; }

.mcneela-pledge .category-review-pattern.pledge:after {
  top: 15px; }

.mcneela-pledge .pledge-img {
  width: 100%;
  max-width: 295px; }

.mcneela-pledge .pledge-img .shg-image-content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.mcneela-pledge .pledge50-50 {
  max-width: 814px;
  margin: 0 auto;
  padding: 32px 0; }

.mcneela-pledge .pledge-content {
  width: 100%;
  max-width: 398px;
  margin: 0 0 0 auto; }

.mcneela-pledge .pledge-content .pledge-logo {
  margin-bottom: 25px; }

.mcneela-pledge .pledge-content p:last-child {
  margin-bottom: 0 !important; }

.mcneela-pledge .pledge-content p {
  font-family: "PT Serif", serif;
  font-size: 16px;
  color: #1C3531;
  margin-bottom: 20px !important;
  font-weight: 400; }

.mcneela-pledge .pledge-content .pledge-details {
  margin-bottom: 25px; }

.mcneela-pledge .pledge-img .shg-image-content-wrapper {
  padding-top: 150%; }

.pledge50-50 .shg-row > div:last-child > div {
  height: 100%; }

.mcneela-pledge .shg-box-content .shg-box-vertical-align-wrapper {
  padding: 0 35px; }

@media only screen and (max-width: 767px) {
  .mcneela-pledge .pledge-content {
    max-width: 100%; }
  .mcneela-pledge {
    padding-top: 0; }
  .mcneela-pledge .pledge-content p {
    text-align: center; }
  .mcneela-pledge .pledge50-50 {
    padding: 22px 0 10px 0; } }

.mcneela-passion {
  padding: 25px 20px 40px 20px; }

.mcneela-passion .blog-title-pattern {
  margin-bottom: 33px; }

.mcneela-passion .mcneela-passion-caption p {
  font-family: "PT Serif", serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1C3531;
  letter-spacing: 1px; }

.mcneela-passion .passion-title h2 {
  font-family: "PT Serif", serif;
  font-size: 76px !important;
  font-weight: 900;
  color: #1c3531 !important;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 0 40px;
  margin-bottom: 20px; }

.mcneela-passion .passion-title h2:before {
  content: "";
  position: absolute;
  top: 31px;
  left: 5px;
  height: 22px;
  width: 22px;
  background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png");
  background-size: cover;
  background-repeat: no-repeat; }

.mcneela-passion .passion-title h2:after {
  content: "";
  position: absolute;
  top: 31px;
  right: 5px;
  height: 22px;
  width: 22px;
  background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png");
  background-size: cover;
  background-repeat: no-repeat; }

.mcneela-passion .passion-subtitle p {
  font-family: "PT Serif", serif;
  font-size: 21px;
  font-weight: 700;
  color: #3CB28D;
  max-width: 342px;
  margin: 0 auto;
  line-height: 1.2;
  margin-bottom: 35px !important; }

.mcneela-passion .passion-picture {
  width: 100%;
  position: relative;
  margin-bottom: 70px; }

.mcneela-passion .passion-picture:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -70px;
  height: 22px;
  width: 22px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-size: cover;
  background-repeat: no-repeat; }

.mcneela-passion .passion-picture .shg-image-content-wrapper {
  position: relative;
  width: 100%;
  max-width: 808px;
  margin: 0 auto;
  padding-top: 416px; }

.mcneela-passion .passion-picture .shg-image-content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.mcneela-passion .passion-content {
  padding: 33px 0 0 0;
  max-width: 740px;
  margin: 0 auto; }

.mcneela-passion .passion-content p {
  font-family: "PT Serif", serif;
  font-size: 30px;
  font-weight: 700;
  color: #1C3531;
  line-height: 1.2; }

.pledge50-50 .shg-row > div:last-child > div {
  padding: 0; }

@media only screen and (max-width: 767px) {
  .mcneela-passion .blog-title-pattern {
    margin-bottom: 18px; }
  .mcneela-passion .mcneela-passion-caption p {
    font-size: 12px;
    margin-bottom: 6px !important; }
  .mcneela-passion .passion-title h2 {
    font-size: 39px !important;
    margin-bottom: 13px;
    padding: 0 20px; }
  .mcneela-passion .passion-title h2:before {
    top: 16px;
    left: 0;
    height: 13px;
    width: 13px; }
  .mcneela-passion .passion-title h2:after {
    top: 16px;
    right: 0;
    height: 13px;
    width: 13px; }
  .mcneela-passion .passion-subtitle p {
    font-size: 16px;
    margin-bottom: 22px !important; }
  .mcneela-passion .passion-picture .shg-image-content-wrapper {
    padding-top: 275px;
    max-width: 460px; }
  .mcneela-passion .passion-picture {
    margin-bottom: 20px; }
  .mcneela-passion .passion-picture:before {
    content: none; }
  .mcneela-passion .passion-content {
    padding: 20px 0 0 0; }
  .mcneela-passion .passion-content p {
    font-size: 22px; }
  .mcneela-passion {
    padding: 25px 20px 25px 20px; } }

@media only screen and (max-width: 640px) {
  .mcneela-passion .passion-content p {
    font-size: 16px; } }

@media only screen and (max-width: 359px) {
  .mcneela-passion .passion-title h2 {
    font-size: 33px !important; }
  .mcneela-passion .passion-title h2:before {
    top: 10px; }
  .mcneela-passion .passion-title h2:after {
    top: 10px; } }

.home-product-spotlight .shg-category-row .shg-product-image-wrapper {
  padding-top: 210px;
  margin-bottom: 20px; }

.home-product-spotlight .shg-category-row .shg-product-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top; }

.home-product-spotlight .spotlight-title h3 {
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 21px !important;
  color: #13322B !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 10px;
  padding: 11px 0;
  border-top: 1px solid #1C3531;
  border-bottom: 1px solid #1C3531;
  min-height: 75px; }

.home-product-spotlight .spotlight-price .product-price {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 18px !important;
  color: #1C3531 !important;
  padding: 0 2px; }

.home-product-spotlight .shg-product-atc-btn-wrapper .spotlight-cart-btn {
  font-family: "PT Serif", serif;
  font-weight: 900;
  font-size: 17px !important;
  color: #3CB28D !important;
  text-decoration: none;
  background-color: transparent !important;
  padding: 0 !important; }

.home-product-spotlight .shg-category-grid {
  margin: 0;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0px 50px;
  margin-bottom: 55px; }

.home-product-spotlight .spotlight-price {
  width: 40%;
  float: left;
  border-right: 1px solid #1C3531; }

.home-product-spotlight .shg-product-atc-btn-wrapper {
  width: 60%;
  float: left;
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center; }

.home-product-spotlight .shg-product-atc-btn-wrapper .spotlight-cart-btn:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #3cb28d;
  transition: width .3s; }

.home-product-spotlight .shg-product-atc-btn-wrapper .spotlight-cart-btn:hover:after {
  width: 100%; }

.home-product-spotlight .shg-category {
  position: relative; }

.home-product-spotlight .shg-category:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 197px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/spotlight-background.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x; }

.home-product-spotlight .shg-category-row .slick-next, .home-product-spotlight .shg-category-row .slick-prev {
  background-color: transparent;
  border: none;
  height: 60px;
  margin-top: 0;
  padding: 0;
  width: 30px;
  top: 28%; }

.home-product-spotlight .shg-category-row .slick-prev:before {
  height: 60px;
  width: 30px; }

.home-product-spotlight .shg-category-row .slick-next:before {
  height: 60px;
  width: 30px; }

.home-product-spotlight .shg-category-row .shg-category-col {
  padding: 0 30px; }

.home-product-spotlight .shg-category-row .slick-next {
  right: -30px; }

.home-product-spotlight .shg-category-row .slick-prev {
  left: -30px; }

@media only screen and (max-width: 1129px) {
  .home-product-spotlight .spotlight-title h3 {
    font-size: 16px !important; }
  .home-product-spotlight .spotlight-price .product-price {
    font-size: 12px !important; }
  .home-product-spotlight .shg-product-atc-btn-wrapper .spotlight-cart-btn {
    font-size: 11px !important; }
  .home-product-spotlight .spotlight-price {
    min-height: 33px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; } }

@media only screen and (max-width: 991px) {
  .home-product-spotlight .shg-category-row .shg-category-col {
    padding: 0 15px; } }

@media only screen and (max-width: 767px) {
  .home-product-spotlight .shg-category-row .slick-dots {
    bottom: -40px; }
  .home-product-spotlight .shg-category-grid {
    padding: 0; }
  .home-product-spotlight .shg-category-grid .slick-list {
    padding-right: 65px; }
  .hero-banner .btn {
    display: block !important;
    margin-bottom: 10px; }
  .hero-banner .btn-row {
    flex-direction: column !important; } }

@media only screen and (max-width: 340px) {
  .home-product-spotlight .shg-category-grid .slick-list {
    padding-right: 40px; } }

.concertina-reviews-list iframe#compound-widget_frame {
  width: 100% !important; }

.concertina-reviews-list {
  margin: 0 auto;
  margin-bottom: 100px;
  background-color: #6F6259; }

.concertina-reviews-list #concertina_global_reviews {
  max-width: 1236px;
  margin: 0 auto; }

.sale-offer-banner {
  background-color: #13322B;
  padding: 5px 10px; }

.sale-offer-banner .category-review-pattern:before {
  top: 14px; }

.sale-offer-banner .category-review-pattern:after {
  top: 14px; }

.sale-offer-banner .category-review-pattern {
  margin-bottom: 0; }

.sale-offer-banner .sale-img {
  padding: 8px 25px;
  margin-bottom: 40px; }

.sale-offer-text h5 {
  margin: 0;
  text-align: center;
  color: #eae9dd;
  font-size: 22px;
  font-family: "PT Serif", serif;
  text-transform: inherit;
  font-weight: normal; }

.sale-offer-text h6 {
  font-family: auto;
  color: #EAE9DD;
  font-size: 22px;
  text-align: center;
  margin: 0;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 100; }

.spotlight-review-block.shop-all .spotlight-review-column .shg-row {
  padding: 0 30px;
  align-items: center; }

.sale-ending-counter .days {
  color: #FF5772 !important; }

.sale-ending-counter .hours {
  color: #FF5772 !important; }

.sale-ending-counter .minutes {
  color: #FF5772 !important; }

.sale-ending-counter .seconds {
  color: #FF5772 !important; }

.sale-ending-counter label {
  color: #c5a472 !important;
  font-size: 16px !important;
  font-weight: 600;
  font-family: "PT Serif", serif;
  letter-spacing: 1px; }

.sale-ending-counter .shogun-countdown > span {
  display: none; }

.sale-ending-counter .shogun-countdown > div {
  padding: 5px 8px; }

.musician-video-section {
  position: relative; }

.musician-video-section .musician-video-title h2 {
  font-family: "PT Serif", serif;
  font-size: 54px !important;
  font-weight: 900;
  max-width: 520px;
  margin: 0 auto;
  color: #FFFFFF !important;
  padding: 0 20px; }

.musician-video-btn .shg-btn {
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 24px !important;
  color: #13322B !important;
  background-color: #3CB28D !important;
  border-radius: 30px !important;
  padding: 6px 32px !important;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
  transition: 0.6s ease; }

.musician-video-btn .shg-btn:before {
  content: "";
  position: absolute;
  right: -33px;
  top: -20px;
  height: 65px;
  width: 70px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/musician-btn-pattern.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.musician-video-btn .shg-btn:hover {
  color: #3CB28D !important; }

.musician-video-qoute p {
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 20px; }

.musician-video-qoute .shg-theme-text-content p {
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 20px; }

.musician-video-section .musician-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.musician-video-section .musician-inner > div:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  height: 60%;
  justify-content: center; }

@media only screen and (max-width: 767px) {
  .musician-video-section .musician-video-title h2 {
    font-size: 30px !important;
    max-width: 370px; }
  .musician-video-qoute p {
    font-size: 14px; }
  .musician-video-qoute .shg-theme-text-content p {
    font-size: 14px; }
  .musician-video-btn .shg-btn {
    font-size: 16px !important;
    padding: 6px 22px !important;
    margin-bottom: 20px; }
  .musician-video-section .musician-inner > div:last-child {
    height: 90%; } }

.related-product-tabslider {
  max-width: 1276px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px; }

.realted-product-subtitle p {
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #6F6259;
  line-height: 1;
  margin-bottom: 20px !important; }

.related-product-tabslider .related-product-title {
  margin-bottom: 60px; }

.related-product-tabslider .related-product-title .shogun-heading-component {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 41px; }

.related-product-tabslider .related-product-title h2 {
  font-family: "PT Serif", serif;
  font-size: 50px !important;
  line-height: 1.1 !important;
  color: #3cb28d !important;
  font-weight: 900 !important;
  text-align: center !important;
  display: inline-block !important;
  background-color: #eaeadf;
  padding: 0 10px !important; }

.related-product-tabslider .related-product-title .shogun-heading-component:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -40px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.related-product-tabslider .related-product-title .shogun-heading-component:after {
  content: "";
  position: absolute;
  top: 18px;
  right: -40px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.related-product-item .related-product-img {
  max-width: 185px !important;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 10px; }

.related-product-item .related-product-img .shg-product-image-wrapper {
  padding-top: 100%;
  height: 100%; }

.related-product-item .related-product-img .shg-product-image-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 0 !important; }

.related-product-tabslider .shg-category .shg-category-grid {
  margin: 0; }

.related-product-item .related-product-name h3 span {
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 18px;
  color: #13322B;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  text-align: center;
  min-height: 45px; }

.related-product-item .related-product-price .shg-product-price {
  display: block;
  vertical-align: top;
  color: #1C3531 !important;
  padding: 6px 0;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 20px !important;
  border-top: 1px solid #1C3531;
  border-bottom: 1px solid #1C3531;
  margin-bottom: 15px;
  text-align: center; }

.related-product-item .shg-product-atc-btn-wrapper .shg-btn {
  font-family: "PT Serif", serif;
  font-weight: 900;
  font-size: 18px !important;
  padding: 0 !important;
  background-color: transparent !important;
  color: #3CB28D !important;
  text-decoration: none;
  line-height: 1;
  border-bottom: 1px solid #3cb28d;
  border-radius: 0 !important; }

.related-product-item .shg-product-atc-btn-wrapper .shg-btn:hover {
  color: #1C3531 !important;
  border-bottom: 1px solid #1C3531;
  background-color: transparent !important; }

.related-product-tabslider .shg-box-content > div:nth-child(3) {
  margin-bottom: 75px;
  padding: 0 20px; }

.related-product-tabslider .view-more-product-btn .shg-btn {
  font-family: "PT Serif", serif;
  color: #1C3531 !important;
  background-color: #3CB28D !important;
  border-radius: 30px !important;
  padding: 13px 40px !important;
  font-size: 22px !important;
  font-weight: 600;
  text-transform: uppercase; }

.related-product-tabslider .view-more-product-btn .shg-btn:hover {
  color: #3CB28D !important; }

.related-product-tabslider .stacked .shg-category-col {
  padding: 0 20px; }

.related-product-tabslider .shg-category-row .slick-prev {
  background-color: transparent;
  border: none;
  left: -40px; }

.related-product-tabslider .shg-category-row .slick-next {
  background-color: transparent;
  border: none;
  right: -40px; }

@media only screen and (max-width: 767px) {
  .realted-product-subtitle p {
    font-size: 16px;
    margin-bottom: 10px !important; }
  .related-product-tabslider .related-product-title .shogun-heading-component {
    margin: 0;
    background-size: cover; }
  .related-product-tabslider .related-product-title h2 {
    top: 45px;
    position: relative;
    font-size: 28px !important; }
  .related-product-tabslider .related-product-title h2:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -23px;
    height: 19px;
    width: 19px;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .related-product-tabslider .related-product-title h2:after {
    content: "";
    position: absolute;
    top: 4px;
    right: -23px;
    height: 19px;
    width: 19px;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .related-product-tabslider .related-product-title .shogun-heading-component:before {
    content: none; }
  .related-product-tabslider .related-product-title .shogun-heading-component:after {
    content: none; }
  .related-product-tabslider .view-more-product-btn .shg-btn {
    padding: 13px 16px !important;
    font-size: 18px !important; }
  .related-product-tabslider .shg-box-content > div:nth-child(3) {
    margin-bottom: 40px;
    padding: 0; }
  .related-product-tabslider .view-more-product-btn {
    padding-top: 20px; } }

@media only screen and (max-width: 680px) {
  .related-product-tabslider .shg-category-row .slick-list {
    padding-right: 220px !important; }
  .related-product-tabslider {
    padding-left: 0;
    padding-right: 0; }
  .realted-product-subtitle p {
    padding-left: 20px;
    padding-right: 20px; }
  .related-product-tabslider .related-product-title {
    padding-left: 20px;
    padding-right: 20px; }
  .related-product-tabslider .shg-category-row .slick-dots {
    bottom: -53px; }
  .related-product-tabslider .shg-category-row .slick-dots li {
    height: 12px;
    width: 20px; }
  .related-product-tabslider .shg-category-row .slick-dots li button, .related-product-tabslider .shg-category-row .slick-dots li button:before {
    height: 12px;
    width: 12px; }
  .related-product-tabslider .shg-category-row .slick-dots li.slick-active button:before {
    background: #1C3531; } }

@media only screen and (max-width: 590px) {
  .related-product-tabslider .shg-category-row .slick-list {
    padding-right: 200px !important; } }

@media only screen and (max-width: 480px) {
  .related-product-tabslider .shg-category-row .slick-list {
    padding-right: 165px !important; } }

@media only screen and (max-width: 380px) {
  .related-product-tabslider .shg-category-row .slick-list {
    padding-right: 110px !important; } }

.musicians-slider-block {
  padding: 60px 0; }

.home-banner-slider .shg-sld-slides {
  overflow: hidden; }

.musicians-slider-block .musicians-slider-title {
  padding: 0 !important;
  max-width: 1236px;
  margin: 0 auto;
  margin-bottom: 5px;
  padding: 0 20px; }

.musicians-slider-title .shogun-heading-component {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 41px;
  text-align: center; }

.musicians-slider-title .shogun-heading-component:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -35px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.musicians-slider-title .shogun-heading-component:after {
  content: "";
  position: absolute;
  top: 18px;
  right: -35px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.musicians-slider-block .musicians-slider-title h2 {
  font-family: "PT Serif", serif;
  font-size: 48px !important;
  color: #1C3531 !important;
  font-weight: 700 !important;
  text-align: center !important;
  display: inline-block !important;
  background-color: #eaeadf;
  padding: 0 10px !important;
  text-transform: uppercase; }

.musicians-slider-block .musicians-slider-subtitle h3 {
  font-family: "PT Serif", serif;
  font-weight: 700 !important;
  font-size: 48px !important;
  font-style: italic !important;
  line-height: 1;
  color: #3CB28D !important;
  padding: 0 20px; }

.musicians-slider-block .musicians-slider-subtitle {
  margin-bottom: 70px; }

.musicians-slider .musician-slider-img .shg-image-content-wrapper {
  position: relative;
  background-color: #0E6560;
  height: 129px;
  width: 119px;
  padding: 5px;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  margin: 0 auto;
  margin-bottom: 15px; }

.musicians-slider .musician-slider-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%); }

.musicians-slider .musicians-slide-title h4 {
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #51453D !important; }

.musicians-slider .musicians-slide-title {
  text-align: center !important;
  padding: 0 !important; }

.musicians-slider-block .musician-slider-btn {
  padding-top: 55px; }

.musicians-slider-block .musician-slider-btn .shg-btn {
  font-family: "PT Serif", serif;
  font-weight: 600;
  color: #13322B !important;
  background-color: #3CB28D !important;
  border-radius: 25px !important;
  padding: 8px 20px !important;
  text-transform: uppercase;
  transition: 0.6s ease; }

.musicians-slider-block .musician-slider-btn .shg-btn:hover {
  color: #3CB28D !important; }

.musicians-slider-block .musicians-slider .slick-track:before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: 40px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain; }

@media only screen and (max-width: 767px) {
  .musicians-slider-title .shogun-heading-component {
    margin: 0;
    background-size: cover; }
  .musicians-slider-block .musicians-slider-title h2 {
    top: 45px;
    position: relative;
    font-size: 27px !important; }
  .musicians-slider-block .musicians-slider-title h2:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -19px;
    height: 19px;
    width: 19px;
    background-size: cover;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat; }
  .musicians-slider-block .musicians-slider-title h2:after {
    content: "";
    position: absolute;
    top: 5px;
    right: -19px;
    height: 19px;
    width: 19px;
    background-size: cover;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat; }
  .musicians-slider-title .shogun-heading-component:before, .musicians-slider-title .shogun-heading-component:after {
    content: none; }
  .musicians-slider-block .musicians-slider-subtitle h3 {
    font-size: 30px !important; }
  .musicians-slider-block .musicians-slider-title {
    margin-bottom: 50px; } }

@media only screen and (max-width: 499px) {
  .musicians-slider-block .musicians-slider .slick-list {
    padding: 0px 50px !important; } }

.instruments-accordion-block {
  padding: 65px 20px 60px; }

.instruments-accordion {
  max-width: 810px;
  margin: 0 auto;
  margin-bottom: 35px; }

.instruments-accordion .shogun-accordion-heading {
  background: transparent !important; }

.instruments-accordion .shogun-accordion {
  border: none !important; }

.instruments-accordion .shogun-accordion-header {
  padding: 20px 80px 20px 0px; }

.instruments-accordion .shogun-accordion-header h4 {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 35px !important;
  color: #3CB28D !important; }

.instruments-accordion .instruments-accor-content {
  padding: 13px 0 0 0;
  max-width: 700px; }

.instruments-accordion .shogun-accordion-body {
  background-color: transparent !important;
  border: none !important; }

.instruments-accord-content .instruments-caption-content p {
  font-family: "PT Serif", serif;
  font-size: 25px;
  font-weight: 400;
  color: #6F6259;
  line-height: 1.28;
  margin-bottom: 36px !important; }

.instruments-accordion .instruments-accord-content {
  max-width: 692px; }

.instruments-accordion .instruments-accord-content .instruments-caption-content {
  margin-bottom: 0 !important; }

.instruments-accordion .instruments-accord-content .instruments-accord-main-content .paragraph {
  margin-bottom: 0 !important; }

.instruments-accord-main-content .paragraph p {
  font-family: 'CircularStd';
  font-weight: 350;
  font-size: 19px;
  color: #6F6259;
  margin-bottom: 30px !important; }

.instruments-accord-main-content .h3 h3 {
  font-family: 'Bergen Text Semi';
  font-weight: 600;
  font-size: 24px !important;
  text-transform: uppercase;
  color: #1C3531 !important;
  text-align: left !important;
  margin-bottom: 10px; }

.instruments-accord-main-content .instrument-accord-btn {
  text-align: left !important;
  margin-top: 20px;
  margin-bottom: 70px; }

.instruments-accord-main-content .instrument-accord-btn a {
  text-align: left !important;
  background-color: transparent !important;
  font-family: "PT Serif", serif;
  font-weight: 900;
  font-size: 20px !important;
  color: #3CB28D !important;
  padding: 0 !important;
  border-bottom: 2px solid transparent;
  transition: .6s ease; }

.instruments-accord-main-content .instrument-accord-btn a:hover {
  border-bottom: 2px solid #3cb28d; }

.instruments-accordion .spotlight-review-column .shg-row {
  padding: 15px 0;
  align-items: center; }

.instruments-accordion .spotlight-review-block {
  margin-bottom: 80px; }

.instruments-accordion .shogun-accordion-heading {
  position: relative; }

.instruments-accordion .shogun-accordion-heading:after, .instruments-accordion .shogun-accordion-heading:before {
  content: "";
  position: absolute;
  top: 40px;
  height: 2px;
  width: 25px;
  background: #3CB28D;
  transition: ease-in-out .4s; }

.instruments-accordion .shogun-accordion-heading:before {
  right: 25px;
  transform: rotate(45deg);
  transform-origin: left bottom; }

.instruments-accordion .shogun-accordion-heading:after {
  right: 14px;
  transform-origin: right bottom;
  transform: rotate(-45deg); }

.instruments-accordion .shogun-accordion.shogun-accordion-active .shogun-accordion-heading:before {
  transform: rotate(-45deg);
  right: 22px; }

.instruments-accordion .shogun-accordion.shogun-accordion-active .shogun-accordion-heading:after {
  transform: rotate(45deg); }

.instruments-accordion .shogun-accordion.shogun-accordion-active .shogun-accordion-heading:after, .instruments-accordion .shogun-accordion.shogun-accordion-active .shogun-accordion-heading:before {
  top: 55px; }

.instruments-accordion .shogun-accordion {
  box-shadow: none;
  border-bottom: 1px solid #958982 !important;
  border-radius: 0 !important; }

.instruments-accordion .shogun-accordion:first-child {
  border-top: 1px solid #958982 !important; }

.instruments-accordion-block .read-more-btn {
  max-width: 810px;
  margin: 0 auto;
  text-align: left !important; }

.instruments-accordion-block .read-more-btn a {
  background-color: transparent !important;
  font-family: "PT Serif", serif;
  font-weight: 900;
  font-size: 23px !important;
  color: #13322B !important;
  padding: 0 !important;
  max-width: 280px;
  margin: 0 auto;
  text-align: left !important; }

.instruments-accordion-block .read-more-btn a:hover {
  color: #3cb28d !important; }

@media only screen and (max-width: 767px) {
  .instruments-accordion-block {
    padding: 50px 20px 26px; }
  .instruments-accordion .shogun-accordion-header h4 {
    font-size: 25px !important; }
  .instruments-accordion .shogun-accordion-heading:after, .instruments-accordion .shogun-accordion-heading:before {
    top: 32px;
    width: 16px; }
  .instruments-accordion .shogun-accordion-heading:before {
    right: 22px; }
  .instruments-accordion .shogun-accordion.shogun-accordion-active .shogun-accordion-heading:after, .instruments-accordion .shogun-accordion.shogun-accordion-active .shogun-accordion-heading:before {
    top: 40px; }
  .instruments-accordion .shogun-accordion.shogun-accordion-active .shogun-accordion-heading:before {
    right: 18px; }
  .instruments-accord-content .instruments-caption-content p {
    font-size: 18px;
    margin-bottom: 15px !important; }
  .instruments-accord-main-content .paragraph p {
    font-size: 15px; }
  .instruments-accord-main-content .h3 h3 {
    font-size: 18px !important; }
  .instruments-accord-main-content .instrument-accord-btn {
    margin-top: 6px;
    margin-bottom: 44px; }
  .instruments-accordion .spotlight-review-img {
    display: none; }
  .instruments-accordion .spotlight-review-column .spotlight-review-title h3 {
    text-align: center !important; }
  .instruments-accordion .spotlight-review-column .spotlight-review-text p {
    text-align: center; }
  .instruments-accordion .spotlight-review-column .spotlight-reviewer-name h4 {
    text-align: center !important; }
  .instruments-accordion-snip .spotlight-review-block .shg-box-content .spotlight-review-column:nth-child(2) {
    margin-bottom: 20px; }
  .instruments-accordion-block .read-more-btn a {
    font-size: 18px !important; } }

.home-quote-block {
  padding: 75px 20px; }

.home-quote-design.top {
  margin-bottom: 32px; }

.home-quote-block .home-quote-title h2 {
  font-family: "PT Serif", serif;
  font-size: 66px !important;
  font-weight: 900;
  color: #1C3531 !important;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.06;
  margin-bottom: 20px; }

.home-quote-desire p {
  font-family: "PT Serif", serif !important;
  font-weight: 400 !important;
  font-style: italic;
  font-size: 30px;
  color: #3CB28D !important;
  margin-bottom: 25px !important; }

@media only screen and (max-width: 767px) {
  .home-quote-block {
    padding: 44px 20px; }
  .home-quote-design.top {
    margin-bottom: 20px; }
  .home-quote-block .home-quote-title h2 {
    font-size: 40px !important;
    margin-bottom: 15px; }
  .home-quote-desire p {
    font-size: 25px;
    margin-bottom: 16px !important; } }

.home-product-spotlight {
  padding: 55px 0 80px; }

.spotlight-title-img {
  padding: 0 20px;
  margin-bottom: 16px; }

.home-product-spotlight .spotlight-heading {
  padding: 0 20px !important;
  max-width: 1236px;
  margin: 0 auto;
  margin-bottom: 60px; }

.home-product-spotlight .spotlight-heading .shogun-heading-component {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 41px; }

.home-product-spotlight .spotlight-heading .shogun-heading-component:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -35px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.home-product-spotlight .spotlight-heading .shogun-heading-component:after {
  content: "";
  position: absolute;
  top: 16px;
  right: -35px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.home-product-spotlight .spotlight-heading h2 {
  font-family: "PT Serif", serif;
  font-size: 45px !important;
  line-height: 1.1 !important;
  color: #3cb28d !important;
  font-weight: 900 !important;
  text-align: center !important;
  display: inline-block !important;
  background-color: #EAEADF;
  padding: 0 10px !important; }

.home-product-spotlight .spotlight-review-block {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px; }

.spotlight-review-pattern {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 38px; }

.spotlight-review-pattern:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -33px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.spotlight-review-pattern:after {
  content: "";
  position: absolute;
  top: 15px;
  right: -33px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.home-product-spotlight .spotlight-review-column {
  padding: 15px 0; }

.home-product-spotlight .spotlight-review-column .shg-row {
  max-width: 800px;
  margin: 0 auto;
  align-items: center; }

.spotlight-review-column .spotlight-review-img .shg-image-content-wrapper {
  height: 100%; }

.spotlight-review-column .spotlight-review-img {
  position: relative;
  background-color: #213C37;
  height: 120px;
  width: 115px;
  padding: 5px;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  margin: 0 auto; }

.spotlight-review-column .spotlight-review-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  object-position: left top; }

.spotlight-review-column .spotlight-review-title h3 {
  font-family: "PT Serif", serif;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #51453D !important;
  margin-bottom: 6px;
  text-align: left !important; }

.spotlight-review-column .spotlight-review-text p {
  font-family: "PT Serif", serif;
  font-weight: 350;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 10px !important;
  color: #51453D; }

.spotlight-review-column .spotlight-reviewer-name h4 {
  font-family: 'Bergen Text Semi';
  text-align: left !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: uppercase;
  color: #51453D !important; }

@media only screen and (max-width: 767px) {
  .home-product-spotlight .spotlight-review-block .spotlight-review-column .shg-row > div {
    width: 100% !important; }
  .spotlight-review-block .spotlight-review-column .spotlight-review-title h3 {
    text-align: center !important; }
  .spotlight-review-block .spotlight-review-column .spotlight-review-text p {
    text-align: center !important; }
  .spotlight-review-block .spotlight-review-column .spotlight-reviewer-name h4 {
    text-align: center !important; }
  .home-product-spotlight .spotlight-heading .shogun-heading-component:before {
    content: none; }
  .home-product-spotlight .spotlight-heading .shogun-heading-component:after {
    content: none; }
  .home-product-spotlight .spotlight-heading .shogun-heading-component {
    margin: 0;
    background-size: cover; }
  .home-product-spotlight .spotlight-heading h2 {
    top: 45px;
    position: relative;
    font-size: 27px !important; }
  .home-product-spotlight .spotlight-heading h2:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -19px;
    height: 19px;
    width: 19px;
    background-size: cover;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat; }
  .home-product-spotlight .spotlight-heading h2:after {
    content: "";
    position: absolute;
    top: 5px;
    right: -19px;
    height: 19px;
    width: 19px;
    background-size: cover;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat; } }

@media only screen and (min-width: 767px) {
  .home-product-spotlight .spotlight-review-block .spotlight-review-column .shg-row > div:first-child {
    width: 17% !important; }
  .home-product-spotlight .spotlight-review-block .spotlight-review-column .shg-row > div:last-child {
    width: 83% !important; } }

.home-category-review {
  padding: 20px 20px 50px 20px; }

.home-category-review .category-review-column {
  max-width: 1236px;
  margin: 0 auto;
  margin-bottom: 48px; }

.category-review-pattern {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 38px;
  margin-bottom: 18px; }

.category-review-pattern:before {
  content: "";
  position: absolute;
  top: 37px;
  left: -33px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.category-review-pattern:after {
  content: "";
  position: absolute;
  top: 36px;
  right: -33px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.home-category-review .category-review-img {
  position: relative;
  background-color: #FFFFFF;
  height: 95px;
  width: 88px;
  padding: 5px;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  margin: 0 auto; }

.home-category-review .category-review-img .shg-image-content-wrapper {
  height: 100%; }

.home-category-review .category-review-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  object-position: left top; }

.category-review-box .category-review-heading {
  padding: 0 !important; }

.category-review-box .category-review-heading h3 {
  font-family: "PT Serif", serif;
  font-size: 27px !important;
  font-weight: 700;
  color: #51453D !important;
  margin-bottom: 10px; }

.category-review-box .category-review-content {
  max-width: 370px;
  margin: 0 auto;
  text-align: center; }

.category-review-box .category-review-content {
  max-width: 400px; }

.category-review-box .category-review-content p {
  font-family: "PT Serif", serif;
  font-weight: 350;
  font-style: italic;
  font-size: 16px !important;
  margin-bottom: 8px !important; }

.category-review-box .category-reviewer-name {
  padding: 0 !important; }

.category-review-box .category-reviewer-name h4 {
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 16px !important;
  color: #51453D !important; }

.home-category-review .category-review-pattern.bottom {
  margin-bottom: 0; }

.home-category-review .category-review-pattern.bottom:before {
  top: 15px; }

.home-category-review .category-review-pattern.bottom:after {
  top: 15px; }

.home-category-review .more-cat-review-btn a {
  font-family: "PT Serif", serif;
  font-weight: 900;
  font-size: 20px !important;
  color: #3CB28D !important;
  background-color: transparent !important;
  padding: 0 !important; }

.home-category-review .more-cat-review-btn a:hover {
  background-color: transparent !important;
  color: #51453d !important; }

@media only screen and (max-width: 767px) {
  .category-review-box .category-review-heading h3 {
    font-size: 16px !important; }
  .category-review-box .category-review-content p {
    font-size: 18px !important; }
  .category-review-box .category-reviewer-name h4 {
    font-size: 18px; }
  .home-category-review {
    padding: 20px 20px 30px 20px; } }

.shop-by-catagory {
  padding: 40px 20px;
  background-color: #EAEADF; }

.shop-by-catagory .shop-catagory-title {
  padding: 0 !important;
  max-width: 1236px;
  margin: 0 auto;
  margin-bottom: 45px; }

.shop-catagory-title .shg-rich-text {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 41px;
  text-align: center; }

.shop-catagory-title .shg-rich-text:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -40px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.shop-catagory-title .shg-rich-text:after {
  content: "";
  position: absolute;
  top: 11px;
  right: -40px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.shop-catagory-title h2 {
  font-size: 40px !important;
  font-family: "PT Serif", serif;
  font-weight: 700 !important;
  color: #223431 !important;
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block !important;
  background-color: #eaeadf;
  padding: 0 10px !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important; }

.shop-catagory-title h2 strong {
  font-family: "PT Serif", serif;
  font-size: 30px;
  font-style: italic;
  text-transform: lowercase; }

.catagory-listing .catagory-item {
  display: inline-block;
  vertical-align: top;
  max-width: 180px;
  margin: 0 auto; }

.catagory-item .catagory-image {
  position: relative;
  background-color: #192F2B;
  height: 180px;
  padding: 5px;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%); }

.catagory-item .catagory-image .shg-image-content-wrapper {
  position: relative;
  height: 100%; }

.catagory-item .catagory-image:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #192F2B;
  z-index: 1;
  opacity: 40%; }

.catagory-item .catagory-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%); }

.catagory-image .catagory-title h3 {
  max-width: 128px;
  margin: 0 auto;
  font-family: 'Bergen Text Semi';
  font-weight: 600;
  font-size: 20px !important;
  color: #FFFFFF !important;
  text-transform: uppercase; }

.catagory-listing .catagory-products {
  max-width: 147px;
  margin: 0 auto; }

.catagory-listing .catagory-products p {
  font-family: "PT Serif", serif;
  font-weight: 900;
  font-size: 14px;
  color: #3CB28D; }

.catagory-listing .catagory-item:hover .catagory-image:before {
  opacity: 40%; }

.shop-by-catagory .catagory-listing {
  max-width: 1236px;
  margin: 0 auto; }

.shop-by-catagory .catagory-listing:nth-child(2) {
  margin-bottom: 20px; }

.catagory-listing:first-child {
  margin-bottom: 25px; }

.catagory-item .catagory-image .shogun-image-link {
  height: 100%;
  position: relative;
  z-index: 1; }

.catagory-item .catagory-image .shogun-image-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #192f2b;
  z-index: 1;
  opacity: 10%; }

.catagory-listing .catagory-item:hover .catagory-image .shogun-image-link:before {
  opacity: 60%; }

.catagory-listing .catagory-products a {
  text-decoration: none;
  color: #13322b !important; }

@media only screen and (max-width: 1180px) {
  .catagory-item .catagory-image {
    height: 150px; }
  .catagory-listing .catagory-item {
    max-width: 145px; }
  .catagory-image .catagory-title h3 {
    font-size: 16px !important; } }

@media only screen and (max-width: 991px) {
  .catagory-listing .shg-row > div {
    width: 33.33333% !important;
    margin-bottom: 15px; }
  .shop-by-catagory .catagory-listing:nth-child(2) {
    margin-bottom: 0; } }

@media only screen and (max-width: 767px) {
  .shop-catagory-title .shg-rich-text:before {
    content: none; }
  .shop-catagory-title .shg-rich-text:after {
    content: none; }
  .shop-catagory-title h2 {
    top: 45px;
    position: relative;
    font-size: 30px !important; }
  .shop-catagory-title .shg-rich-text {
    margin: 0;
    background-size: cover; }
  .shop-by-catagory .shop-catagory-title {
    margin-bottom: 75px; }
  .shop-catagory-title h2:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -23px;
    height: 19px;
    width: 19px;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .shop-catagory-title h2:after {
    content: "";
    position: absolute;
    top: 7px;
    right: -23px;
    height: 19px;
    width: 19px;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .shop-by-catagory {
    padding: 20px; } }

@media only screen and (max-width: 640px) {
  .catagory-listing .shg-row > div {
    width: 50% !important; } }

.home-banner-one .home-banner-image {
  position: relative;
  padding-top: 55%;
  height: 100%; }

.home-banner-one .home-banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top; }

.home-banner-one .hm-banner-content {
  position: relative;
  padding: 20px;
  background-color: #1c3531; }

.home-banner-column .shg-row > div:first-child > div {
  height: 100%; }

.home-banner-one .hm-banner-content .shg-box-content {
  max-width: 356px;
  margin: 0 auto; }

.home-banner-one .hm-banner-content-logo {
  text-align: left !important;
  margin-bottom: 8px; }

.hm-banner-content .hm-banner-title {
  padding: 0 !important;
  margin-bottom: 20px; }

.hm-banner-content .hm-banner-title h1 {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 60px !important;
  text-align: left !important;
  line-height: 1;
  color: #EAEADF !important;
  text-transform: uppercase; }

.hm-banner-content .hm-banner-description p {
  font-family: "PT Serif", serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 17px;
  color: #FFFFFF;
  margin-bottom: 20px !important;
  text-align: left; }

.hm-banner-content .hm-banner-description p strong {
  font-style: italic;
  font-weight: normal; }

.hm-banner-btn-review .hm-banner-btn {
  height: auto !important;
  text-align: left !important; }

.hm-banner-btn-review .hm-banner-btn a {
  font-family: "PT Serif", serif;
  color: #1C3531 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 600;
  background-color: #3CB28D !important;
  border-radius: 25px !important;
  padding: 8px 18px !important;
  transition: 0.6s ease; }

.hm-banner-btn-review .hm-banner-reviews p {
  font-family: "PT Serif", serif;
  color: #EAEADF;
  font-size: 12px;
  font-weight: 400;
  font-style: italic; }

.hm-banner-btn-review .hm-banner-reviews p strong {
  font-weight: 700;
  font-style: normal; }

.hm-banner-btn-review .hm-banner-reviews .hmbnr-review-star {
  margin-bottom: 8px; }

.hm-banner-btn-review .hm-banner-reviews .hmbnr-review-star img {
  margin: 0; }

.hm-banner-content .hm-banner-btn-review .shg-row {
  align-items: center; }

.home-banner-one .hm-banner-content:before {
  position: absolute;
  content: "";
  top: 50%;
  width: 90%;
  left: 50%;
  height: 90%;
  bottom: 0;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/hmbanner-bg-pattern.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translate(-50%, -50%); }

.home-banner-column .hmbanner-midlogo-layer {
  position: relative; }

.home-banner-column .hmbanner-midlogo-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 140px;
  width: 128px;
  transform: translate(-50%, -50%);
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/irish-logo-hm-banner.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5; }

.home-banner-one .home-banner-column .shg-row > div:last-child > div {
  height: 100%; }

.home-banner-one .home-banner-column .shg-row > div:last-child > div > div > div:last-child {
  height: 100%; }

.home-banner-two .hm-banner-content {
  background-color: #6F6259; }

.home-banner-two .hm-banner-content:before {
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/hmbanner-bg-pattern2.png); }

.home-banner-two .home-banner-column .hmbanner-midlogo-layer:before {
  height: 142px;
  width: 143px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/banner-guarantee-logo.png); }

.home-banner-two .home-banner-image img {
  object-fit: revert; }

.home-banner-two .hmbnr-2-caption p {
  font-family: "PT Serif", serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #D1B17F; }

.home-banner-two .hmbnr-2-caption {
  margin-bottom: 6px; }

@media only screen and (max-width: 991px) {
  .home-banner-column .hmbanner-midlogo-layer:before {
    height: 112px;
    width: 100px; }
  .home-banner-two .home-banner-column .hmbanner-midlogo-layer:before {
    height: 120px;
    width: 121px; } }

@media only screen and (max-width: 767px) {
  .home-banner-column .hmbanner-midlogo-layer:before {
    content: none; }
  .home-banner-two .home-banner-column .hmbanner-midlogo-layer:before {
    content: none; }
  .home-banner-one .hm-banner-content {
    padding: 25px 20px 30px 20px; }
  .home-banner-one .hm-banner-content-logo {
    text-align: center !important; }
  .hm-banner-content .hm-banner-title h1 {
    font-size: 32px !important;
    text-align: center !important; }
  .home-banner-one .hm-banner-content-logo {
    margin-bottom: 10px; }
  .hm-banner-content .hm-banner-description p {
    font-size: 16px;
    text-align: center; }
  .hm-banner-btn-review .hm-banner-btn {
    display: none; }
  .home-banner-one .home-banner-column .shg-row > div:last-child > div {
    text-align: center; }
  .hm-banner-btn-review .hm-banner-reviews .hmbnr-review-star img {
    margin: 0 auto; }
  .home-banner-two .hmbnr-2-caption p {
    font-size: 15px;
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .shop-catagory-title h2 {
    font-size: 26px !important; } }

.returns__notes {
  margin-bottom: 25px;
  order: -1; }

.returns__notes h2 {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  color: #51453D;
  margin-bottom: 15px; }

.returns__notes ul li {
  list-style: none;
  font-family: "PT Serif", serif;
  font-weight: 350;
  font-size: 18px;
  color: #6F6259;
  margin-bottom: 5px;
  position: relative; }

@media only screen and (min-width: 767px) {
  .returns__notes ul li {
    font-size: 20px; } }

.returns__notes ul li:last-child {
  margin-bottom: 0; }

.returns__notes ul {
  margin: 0;
  padding-left: 30px; }

.returns__notes ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -27px;
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat; }

.returns__notes ul li:not(.badge):before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.525' height='20.525' viewBox='0 0 20.525 20.525'%3E%3Cg id='Group_1970' data-name='Group 1970' transform='translate(0)'%3E%3Cpath id='Path_2066' data-name='Path 2066' d='M475.313,329.48a10.263,10.263,0,1,0,10.263,10.263A10.265,10.265,0,0,0,475.313,329.48Zm-2.232,14.689-3.377-3.377.672-.672,2.705,2.705,7.17-7.17.672.662Z' transform='translate(-465.05 -329.48)' fill='%233cb28d'/%3E%3C/g%3E%3C/svg%3E"); }

.returns__notes ul .return-label:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.525' height='20.525' viewBox='0 0 20.525 20.525'%3E%3Cg id='Group_2519' data-name='Group 2519' transform='translate(0)'%3E%3Cg id='Group_2514' data-name='Group 2514' transform='translate(0 0)'%3E%3Cellipse id='Ellipse_443' data-name='Ellipse 443' cx='10.263' cy='10.263' rx='10.263' ry='10.263' fill='%233cb28d'/%3E%3C/g%3E%3Cg id='Group_2515' data-name='Group 2515' transform='translate(3.224 3.221)'%3E%3Cpath id='Path_3120' data-name='Path 3120' d='M836.162,689.355a7.039,7.039,0,0,1,4.977-12.015v.816a6.223,6.223,0,0,0-4.4,10.623Z' transform='translate(-834.101 -677.34)' fill='%23eaeadf'/%3E%3C/g%3E%3Cg id='Group_2516' data-name='Group 2516' transform='translate(3.857 13.237)'%3E%3Cpath id='Path_3121' data-name='Path 3121' d='M841.724,758.783l-2.642-.358.11-.808,1.581.214-.214-1.581.808-.109Z' transform='translate(-839.082 -756.141)' fill='%23eaeadf'/%3E%3C/g%3E%3Cg id='Group_2517' data-name='Group 2517' transform='translate(10.263 5.379)'%3E%3Cpath id='Path_3122' data-name='Path 3122' d='M889.474,706.332v-.816a6.223,6.223,0,0,0,4.4-10.623l.577-.577a7.038,7.038,0,0,1-4.977,12.016Z' transform='translate(-889.474 -694.316)' fill='%23eaeadf'/%3E%3C/g%3E%3Cg id='Group_2518' data-name='Group 2518' transform='translate(14.026 4.736)'%3E%3Cpath id='Path_3123' data-name='Path 3123' d='M919.439,691.9l-.358-2.642,2.642.358-.109.808-1.581-.214.214,1.581Z' transform='translate(-919.081 -689.259)' fill='%23eaeadf'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.guarantee-block {
  margin-bottom: 20px;
  padding: 22px;
  position: relative; }

.guarantee-logo {
  text-align: center;
  margin-bottom: 15px; }

.guarantee-logo img {
  max-width: 202px; }

.guarantee-block p {
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-weight: 350;
  font-style: italic;
  color: #1C3531; }

.guarantee-sign {
  text-align: center; }

.guarantee-sign img {
  max-width: 157px; }

.guarantee-block p {
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-weight: 350;
  font-style: italic;
  color: #1C3531;
  max-width: 329px;
  margin: 0 auto;
  margin-bottom: 10px; }

.guarantee-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 101%;
  height: 115%;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/guarantee-border.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  pointer-events: none; }

.s-accord-title .s-accord-title__text {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #3cb28d;
  text-transform: uppercase;
  margin-bottom: 6px;
  line-height: 1.2;
  font-family: "PT Serif", serif; }

.s-accord-title {
  position: relative;
  padding-top: 7px;
  padding-right: 75px;
  padding-left: 46px;
  cursor: pointer; }

.s-accord-title:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 8px;
  height: 15px;
  width: 17px;
  background-size: contain;
  background-repeat: no-repeat; }

.service-accord:nth-child(even) .s-accord-title:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.722' height='19.705' viewBox='0 0 21.722 19.705'%3E%3Cpath id='Path_3178' data-name='Path 3178' d='M1330,1288.086c-.787-.458-1.546-.894-2.3-1.344a.606.606,0,0,1-.258-.3c-.07-.226.088-.347.28-.437q1.908-.888,3.812-1.782c1.143-.534,2.289-1.063,3.428-1.607a.621.621,0,0,1,.661.028c.793.484,1.6.943,2.4,1.424a.351.351,0,0,0,.424-.006c.807-.5,1.624-.975,2.429-1.473a.584.584,0,0,1,.614-.032q3.617,1.7,7.241,3.388c.168.079.315.167.325.371s-.135.306-.292.4c-.753.447-1.5.9-2.3,1.369.118.075.208.136.3.191l2.007,1.207c.158.1.324.183.316.411s-.171.3-.337.393c-.806.427-1.608.86-2.417,1.281a.331.331,0,0,0-.2.347c.006,1.9,0,3.808.009,5.712a.612.612,0,0,1-.374.618q-3.638,1.926-7.263,3.874a.522.522,0,0,1-.544-.005q-3.639-1.949-7.286-3.885a.574.574,0,0,1-.34-.583c.01-1.9,0-3.79.01-5.686a.386.386,0,0,0-.237-.408c-.811-.417-1.613-.852-2.418-1.28-.414-.221-.43-.515-.029-.761.665-.408,1.336-.807,2-1.21C1329.765,1288.233,1329.866,1288.168,1330,1288.086Zm1.6.039c.07.045.111.075.155.1q3.166,1.692,6.335,3.375a.412.412,0,0,0,.33-.017q3.055-1.618,6.1-3.251c.112-.06.221-.124.36-.2-.086-.049-.135-.083-.189-.108q-3.144-1.469-6.292-2.931a.485.485,0,0,0-.359.014q-3.09,1.429-6.173,2.876C1331.783,1288.021,1331.7,1288.069,1331.6,1288.125Zm6.253,13.094v-8.463c-.787.471-1.547.921-2.3,1.38a.529.529,0,0,1-.588.006c-1.046-.569-2.1-1.128-3.149-1.689-.235-.125-.474-.243-.745-.381v.336c0,1.64,0,3.28,0,4.92a.39.39,0,0,0,.24.406c1.613.851,3.219,1.713,4.828,2.572Zm7.561-9.143c-.119.058-.2.093-.271.133q-1.821.967-3.64,1.938a.481.481,0,0,1-.538.013c-.482-.3-.975-.587-1.463-.879l-.881-.522v8.448c.086-.037.15-.061.21-.093q3.189-1.7,6.379-3.4a.334.334,0,0,0,.2-.348c0-1.158,0-2.315,0-3.472C1345.41,1293.3,1345.409,1292.709,1345.409,1292.077Zm2.586-2.217c-.741-.446-1.429-.866-2.126-1.271a.371.371,0,0,0-.3.013q-3.184,1.686-6.361,3.387c-.065.035-.125.08-.214.137.7.424,1.381.826,2.049,1.24a.3.3,0,0,0,.351.017c1.521-.817,3.046-1.626,4.57-2.438C1346.624,1290.594,1347.287,1290.239,1347.995,1289.86Zm-10.513,2.262c-.081-.051-.129-.085-.181-.112q-3.2-1.708-6.4-3.419a.315.315,0,0,0-.36.02c-.507.312-1.02.617-1.53.925-.168.1-.333.206-.524.324.08.047.124.075.169.1,1.963,1.047,3.937,2.075,5.884,3.154a1.1,1.1,0,0,0,1.379-.028A17.956,17.956,0,0,1,1337.481,1292.123Zm10.419-5.745c-.066-.04-.087-.057-.11-.068q-3.212-1.5-6.427-3a.383.383,0,0,0-.3.027c-.628.366-1.249.745-1.871,1.122a1.486,1.486,0,0,0-.138.109.792.792,0,0,0,.082.054q3.224,1.509,6.45,3.013a.243.243,0,0,0,.192.008C1346.475,1287.231,1347.171,1286.813,1347.9,1286.377Zm-19.333.031c.707.413,1.366.792,2.018,1.183a.359.359,0,0,0,.384.009q2.746-1.291,5.5-2.57l.987-.462c-.735-.432-1.427-.843-2.125-1.242-.055-.031-.166,0-.237.038q-1.656.766-3.31,1.542Z' transform='translate(-1327.367 -1282.482)' fill='%231c3531'/%3E%3C/svg%3E");
  left: 11px; }

.service-accord:nth-child(odd) .s-accord-title:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.365' height='15.616' viewBox='0 0 29.365 15.616'%3E%3Cg id='Group_1985' data-name='Group 1985' transform='translate(0)'%3E%3Cpath id='Path_2093' data-name='Path 2093' d='M1354.215,1416.048v-12.134h-12.928v1.321h4.636a.386.386,0,1,1-.005.766q-1.248,0-2.5,0H1339.1c-.045,0-.091,0-.136,0-.275-.009-.426-.145-.425-.385s.156-.379.427-.38c.451,0,.9,0,1.351,0h.192v-.317c0-.438,0-.878,0-1.316,0-.321.138-.458.459-.457,1.476,0,2.952.009,4.428.008q4.444,0,8.889-.008c.1,0,.194,0,.291,0a.376.376,0,0,1,.419.425q0,1.273,0,2.547v10.206c0,.383-.127.509-.512.509q-3,0-6,0c-.143,0-.2.033-.233.184a2.307,2.307,0,0,1-3.922,1.018,2.04,2.04,0,0,1-.544-.99.23.23,0,0,0-.273-.214c-.837.011-1.675.005-2.512,0-.346,0-.49-.142-.489-.484q0-2.547,0-5.094v-.234h-.221q-2.188,0-4.374,0a.381.381,0,0,1-.362-.181.374.374,0,0,1,0-.406.4.4,0,0,1,.38-.18c.461,0,.922,0,1.383,0h5.555a.4.4,0,0,1,.431.262.376.376,0,0,1-.373.5c-.479,0-.958,0-1.436,0h-.205v5.034c.046,0,.084,0,.122,0,.724,0,1.447,0,2.171,0,.1,0,.146-.02.17-.132a2.309,2.309,0,0,1,3.367-1.516,2.223,2.223,0,0,1,1.141,1.5c.021.091.042.149.16.149q2.855-.007,5.71,0C1354.149,1416.057,1354.172,1416.053,1354.215,1416.048Zm-6.667.4a1.545,1.545,0,1,0-1.561,1.546A1.543,1.543,0,0,0,1347.548,1416.449Z' transform='translate(-1335.489 -1403.144)' fill='%231c3531'/%3E%3Cpath id='Path_2094' data-name='Path 2094' d='M1414.848,1423.67h-3.328v-11.23c.084,0,.156-.013.229-.013,1.527,0,3.054,0,4.581,0a.959.959,0,0,1,.82.4q1.619,2.081,3.245,4.156c.326.418.659.829.97,1.257a.815.815,0,0,1,.161.436q.018,2.137.006,4.273a.752.752,0,0,1-.757.729c-.438.007-.878.005-1.316.008a.2.2,0,0,0-.03.011,2.336,2.336,0,0,1-.984,1.508,2.3,2.3,0,0,1-1.438.4A2.341,2.341,0,0,1,1414.848,1423.67Zm5.926-.77v-.2c0-1.265,0-2.53,0-3.795a.534.534,0,0,0-.127-.356q-.8-1.009-1.591-2.026c-.842-1.076-1.681-2.153-2.527-3.225a.305.305,0,0,0-.212-.094c-.94-.007-1.881,0-2.821-.005h-1.2v9.7h2.555c.016-.061.029-.1.039-.149a2.322,2.322,0,0,1,4.522.035c.011.045.068.112.1.112C1419.93,1422.9,1420.344,1422.9,1420.774,1422.9Zm-5.172.379a1.542,1.542,0,1,0,1.521-1.542A1.543,1.543,0,0,0,1415.6,1423.28Z' transform='translate(-1392.172 -1409.987)' fill='%231c3531'/%3E%3Cpath id='Path_2095' data-name='Path 2095' d='M1343.29,1417.491q1.743,0,3.487,0c.288,0,.44.152.422.412a.361.361,0,0,1-.334.349,1.082,1.082,0,0,1-.119,0h-6.924a.39.39,0,0,1-.422-.275.371.371,0,0,1,.161-.43.589.589,0,0,1,.276-.058Q1341.564,1417.488,1343.29,1417.491Z' transform='translate(-1338.361 -1413.724)' fill='%231c3531'/%3E%3Cpath id='Path_2096' data-name='Path 2096' d='M1348,1424.635q-1.751,0-3.5,0a.385.385,0,0,1-.364-.206.363.363,0,0,1,.016-.389.388.388,0,0,1,.368-.17c.74,0,1.48,0,2.221,0h4.628c.057,0,.114,0,.171,0a.365.365,0,0,1,.375.379.382.382,0,0,1-.394.383c-.046,0-.091,0-.137,0Z' transform='translate(-1341.826 -1418.43)' fill='%231c3531'/%3E%3Cpath id='Path_2097' data-name='Path 2097' d='M1421.062,1422.214h-2.324a.709.709,0,0,1-.772-.775c0-1.23.01-2.461-.006-3.691a.751.751,0,0,1,.791-.782c.552.021,1.105.014,1.658,0a.863.863,0,0,1,.769.378c.932,1.235,1.878,2.458,2.818,3.688a.7.7,0,0,1-.26,1.13.852.852,0,0,1-.316.048c-.786,0-1.572,0-2.358,0Zm2.266-.77c-.039-.06-.061-.1-.088-.133q-1.331-1.74-2.666-3.476a.286.286,0,0,0-.2-.1c-.518-.008-1.037,0-1.555,0a.29.29,0,0,0-.067.017v3.69Z' transform='translate(-1396.921 -1413.337)' fill='%231c3531'/%3E%3C/g%3E%3C/svg%3E");
  width: 21px; }

.service-policy-block .service-accord {
  border: 1px solid #1C3531;
  margin-bottom: 6px;
  position: relative; }

.service-policy-block .service-accord:before, .service-policy-block .service-accord:after {
  content: "";
  position: absolute;
  bottom: 19px;
  height: 1px;
  width: 12px;
  background: #1C3531;
  transition: ease-in-out .4s; }

.service-policy-block .service-accord:before {
  right: 19px;
  transform: rotate(45deg);
  transform-origin: left bottom; }

.service-policy-block .service-accord:after {
  right: 14px;
  transform-origin: right bottom;
  transform: rotate(-45deg); }

.service-policy-block .service-accord .s-accord-content {
  font-size: 14px;
  font-family: 'CircularStd';
  color: #6F6259;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 46px;
  display: none; }

.service-accord.active:before {
  transform: rotate(-45deg);
  right: 18px; }

.service-accord.active:after {
  transform: rotate(45deg); }

#main-content {
  margin-top: 0 !important;
  background-color: #EAEADF; }

.breadcrumbs__product__part {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 20px; }

.breadcrumbs__product__part .breadcrumbs {
  text-align: left !important;
  display: block !important;
  margin-bottom: 7px; }

.breadcrumbs__product__part .breadcrumbs .breadcrumb {
  padding: 0 12px;
  margin-right: 0; }

.breadcrumbs__product__part .breadcrumbs .breadcrumb:first-child {
  padding-left: 0; }

.breadcrumbs__product__part .breadcrumb-label span {
  font-size: 15px;
  font-family: "PT Serif", serif;
  line-height: 1.6;
  color: #51453D;
  font-weight: 400; }

.breadcrumbs__product__part .breadcrumb-label {
  text-decoration: none; }

.breadcrumb:not(:first-child)::before {
  content: none !important; }

.breadcrumbs__product__part .breadcrumb a {
  display: inline-block;
  vertical-align: top;
  position: relative; }

.breadcrumbs__product__part .breadcrumb:not(:first-child) a:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -15px;
  width: 9px;
  height: 11px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/breadcrumb-arrow.png); }

.breadcrumbs__product__part .breadcrumbs .breadcrumb.is-active span {
  color: #3CB28D; }

ol.breadcrumbs {
  display: block !important; }

.custom_product_page .ending__sales {
  display: flex;
  flex-wrap: wrap;
  background-color: #1C3531;
  padding: 13px 15px;
  margin-bottom: 6px;
  justify-content: center; }

.custom_product_page .ending__sales .h2 {
  margin: 0;
  font-family: "PT Serif", serif;
  font-size: 32px;
  color: #EAEADF;
  font-weight: 700; }

.custom_product_page .ending__sales .h2 span {
  color: #FF5772; }

.custom_product_page .ending__sales .sale-title {
  padding-right: 20px;
  border-right: 1px solid #EDEDE3; }

.ending__sales .sale-counter ul {
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap; }

.ending__sales .sale-counter {
  padding-left: 50px; }

.ending__sales .sale-counter ul li span {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center; }

.ending__sales .sale-counter ul li {
  list-style: none;
  font-family: "PT Serif", serif;
  max-width: 50px;
  font-size: 0;
  padding-top: 7px; }

.ending__sales .sale-counter ul li .sale-timing {
  font-size: 25px;
  font-weight: 600;
  color: #ff5772;
  margin-bottom: 1px;
  line-height: 1; }

.ending__sales .sale-counter ul li .sale-masure {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c5a472;
  line-height: 1; }

.two__product_images .productView-thumbnails {
  display: block;
  margin: 0;
  margin-bottom: 6px; }

.two__product_images .productView-thumbnails li:not(.two__product_images .productView-thumbnails li:nth-child(1)):not(.two__product_images .productView-thumbnails li:nth-child(2)) {
  display: none; }

.two__product_images .productView-thumbnails .productView-thumbnail {
  width: 50%;
  padding: 0; }

.two__product_images .productView-thumbnails li:first-child {
  padding-right: 3.3px; }

.two__product_images .productView-thumbnails li:nth-child(2) {
  padding-left: 3.3px; }

.two__product_images .productView-thumbnails li .productView-thumbnail-link {
  border: none;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 0;
  padding-top: 260px; }

.two__product_images .productView-thumbnails .productView-thumbnail-link img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.two__product_images .productView-thumbnails li .productView-thumbnail-link {
  pointer-events: none; }

.product__imgaes__part hr {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 30px;
  border-top: 1px solid #1C3531; }

.product__imgaes__part .img-part-right .toggle {
  margin-bottom: 0; }

.product__imgaes__part .img-part-right .toggle .videoGallery-main {
  margin-bottom: 0;
  padding-bottom: 38.31%; }

.product__imgaes__part .img-part-right .toggle {
  margin-bottom: 30px; }

.custom_product_slider .productView-img-container {
  max-width: 100%;
  width: 100%; }

.custom_product_slider .productView-image {
  min-height: auto; }

.custom_product_slider .productView-img-container .product-img-inner {
  position: relative;
  padding-top: 247px; }

.custom_product_slider .productView-img-container .product-img-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.custom_product_slider .productView-img-container::after {
  content: none;
  padding: 0; }

.custom_product_slider .productView-image {
  min-width: inherit; }

.custom_product_slider .productView-thumbnails .productView-thumbnail {
  padding: 0 12px; }

.custom_product_slider .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
  max-width: 60px;
  border: none;
  padding: 0;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  position: relative;
  opacity: 60%; }

.custom_product_slider .productView-thumbnails .productView-thumbnail.slick-current .productView-thumbnail-link {
  opacity: 100%; }

.custom_product_slider .productView-thumbnails .productView-thumbnail .productView-thumbnail-link:focus {
  outline: none !important; }

.custom_product_slider .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 100%; }

.custom_product_slider .custom_thumbnail_img .slick-next, .custom_product_slider .custom_thumbnail_img .slick-prev {
  margin-top: 0;
  background-color: transparent;
  border: none; }

.custom_product_slider .custom_thumbnail_img .slick-arrow:focus {
  outline: none !important; }

.custom_product_slider .custom_thumbnail_img .slick-disabled {
  opacity: 1; }

.productView-images .custom_product_slider .custom_thumbnail_img {
  max-width: 478px;
  margin: 0 auto; }

.productView-images .custom_product_slider .custom_thumbnail_img {
  max-width: 495px;
  margin: 0 auto;
  margin-top: 25px; }

.custom_product_page {
  padding-top: 0 !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 20px; }

.custom_product_page .productView-images {
  padding: 0;
  width: 60%; }

.custom_product_page .right__part__product {
  width: 40%;
  padding: 0;
  padding-left: 20px;
  float: left; }

.right__part__product .productView-details {
  width: 100%; }

.custom_product_page .productView-brand a {
  text-decoration: none;
  font-size: 13px; }

.custom_product_page .productView-brand {
  margin-bottom: 11px; }

.custom_product_page .productView-brand a span {
  font-size: 13px;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #1C3531; }

.custom_product_page .productView-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 33px;
  font-family: "PT Serif", serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  color: #1C3531; }

.custom_product_page .productView-rating {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-bottom: 23px; }

.custom_product_page .productView-rating .ruk-rating-snippet-count {
  color: #1c3531 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding-left: 5px !important; }

.custom_product_page .productView-rating span:first-child:not(.icon) {
  margin-right: 7px; }

.custom_product_page .productView-rating span .icon svg {
  fill: #F47E27; }

.custom_product_page .productView-rating span:nth-child(2):not(.icon) {
  color: #3CB28D;
  font-size: 14px;
  font-weight: 400;
  font-family: "PT Serif", serif;
  line-height: 21px;
  font-style: italic;
  margin-left: 7px; }

.custom_product_page .productView-rating .productView-reviewLink {
  font-family: "PT Serif", serif;
  font-size: 15px;
  color: #1C3531;
  font-weight: 400;
  font-style: italic;
  margin-left: 18px;
  text-decoration: none; }

.productView-product > :nth-child(4) > div > div > :nth-child(2) {
  padding-left: 0;
  max-width: 18%;
  border-right: 1px solid #1C3531; }

.productView-product > :nth-child(4) > div > div > :nth-child(3) {
  padding-left: 15px;
  padding-right: 0;
  flex-basis: 82%;
  max-width: 100%;
  padding-right: 0; }

.productView-product > :nth-child(4) > div > div > :nth-child(3) > :nth-child(2) > :nth-child(2) > div > p {
  font-size: 20px;
  font-family: "PT Serif", serif;
  font-weight: 350;
  font-style: italic;
  line-height: 1.2;
  color: #6F6259; }

.productView-product dl.productView-info {
  display: none; }

.productView-details .productView-product {
  padding-bottom: 18px; }

.productView-options .form .form-label--alternate {
  font-size: 18px;
  font-weight: 600;
  font-family: "PT Serif", serif;
  line-height: 1.3;
  color: #1C3531;
  position: relative;
  cursor: auto; }

.productView-options .form .form-label--alternate small {
  display: none; }

.product-finishing .form-field .form-label:nth-child(3), .product-finishing .form-field .form-label:nth-child(5), .product-finishing .form-field .form-label:nth-child(7), .product-finishing .form-field .form-label:nth-child(9) {
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  font-family: "PT Serif", serif;
  line-height: 1.5;
  color: #51453D; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: none;
  border-width: 0;
  background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/input-borer.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.form-radio + .form-label::after {
  background-color: transparent;
  border: none;
  height: 10px;
  width: 10px;
  top: 7px !important;
  left: 4px;
  border-width: 0;
  background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/input-fill.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

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

.productView-options .form-field {
  margin-bottom: 0 !important;
  padding-bottom: 20px; }

.productView-options .form-field:nth-child(3) {
  display: none; }

.productView-options .form-field:nth-child(2) {
  border-bottom: 1px solid #1C3531; }

.productView-price .price--withTax {
  display: inline-block;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 30px;
  color: #FF5772; }

.productView-price .price-section .price-now-label {
  display: none !important; }

.productView-price .price-section span:first-child {
  display: none; }

.productView-price .price-section {
  display: inline-block;
  padding-right: 10px; }

.productView-price .price-section .price--non-sale {
  font-size: 15px;
  font-weight: 700;
  font-family: "PT Serif", serif;
  color: #707070;
  opacity: 90%;
  padding-left: 15px; }

.productView-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
  margin-bottom: 17px; }

.productView-price .sale-ending {
  width: 100%;
  max-width: 196px;
  padding-left: 40px; }

.sale-ending p {
  font-family: "PT Serif", Helvetica, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  color: #FF5772;
  text-align: center;
  line-height: 1.2; }

.sale-ending p span {
  font-size: 13px;
  color: #1C3531; }

.productView-options .add-to-cart-buttons {
  width: 100% !important; }

.right__part__product .add-to-cart-wrapper .add-to-cart-buttons {
  margin: 0;
  padding: 0; }

.right__part__product .add-to-cart-wrapper .form-field--increments {
  display: none; }

.right__part__product .add-to-cart-wrapper .add-to-cart-buttons .button {
  display: inline-block;
  width: 100%;
  max-width: 460px;
  font-family: "PT Serif", serif;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #13322B;
  background-color: #3CB28D;
  border-radius: 30px;
  padding: 11px;
  text-decoration: none;
  border: none; }

.right__part__product .add-to-cart-wrapper .add-to-cart-buttons .button:hover {
  color: #3CB28D;
  background-color: #13322B;
  transition: .6s ease; }

.add-tocart-box .add-tocart-btn:focus {
  outline: none !important; }

.product-finishing .form-field .option-tooltip {
  display: inline-block;
  width: 2%;
  float: right;
  min-width: 16px;
  position: relative;
  height: 16px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/tooltip.png);
  background-position: center;
  background-size: cover;
  right: 0; }

.product-finishing .form-field .option-tooltip .tooltip {
  display: inline-block;
  position: absolute;
  top: 23px;
  right: -5px;
  padding: 7px;
  background-color: #3cb28d;
  border-radius: 6px;
  font-family: "PT Serif", serif;
  font-weight: 350;
  font-style: italic;
  font-size: 14px;
  color: #13322b;
  opacity: 0;
  display: none;
  min-width: 170px; }

.product-finishing .form-field .option-tooltip:hover .tooltip {
  transition: 0.6s ease;
  opacity: 1;
  display: block; }

.product-finishing .form-field .option-tooltip:hover .tooltip:before {
  content: "";
  border: 6px solid transparent;
  border-bottom-color: #3cb28d;
  position: absolute;
  top: -11px;
  right: 7px; }

@media only screen and (max-width: 1280px) {
  .ending__sales .sale-counter ul li .sale-timing {
    font-size: 22px; }
  .ending__sales .sale-counter ul li {
    max-width: 46px; }
  .ending__sales .sale-counter {
    padding-left: 10px; }
  .custom_product_page .ending__sales .sale-title {
    padding-right: 12px; }
  .custom_product_page .ending__sales .h2 {
    font-size: 29px; }
  .guarantee-block:before {
    left: -11px;
    width: 106%;
    height: 107%;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/guarantee-border2.png); }
  .guarantee-block p {
    font-size: 12px;
    max-width: 265px; } }

@media only screen and (max-width: 1024px) {
  .custom_product_page .productView-brand a span {
    font-size: 12px; }
  .custom_product_page .productView-title {
    font-size: 30px; }
  .custom_product_page .productView-rating .productView-reviewLink {
    font-size: 15px; }
  .productView-product > :nth-child(4) > div > div > :nth-child(3) > :nth-child(2) > :nth-child(2) > div > p {
    font-size: 15px; }
  .productView-options .form .form-label--alternate {
    font-size: 12px; }
  .product-finishing .form-field .form-label:nth-child(3), .product-finishing .form-field .form-label:nth-child(5), .product-finishing .form-field .form-label:nth-child(7), .product-finishing .form-field .form-label:nth-child(9) {
    font-size: 14px; }
  .sale-ending p {
    font-size: 16px; }
  .productView-price .sale-ending {
    width: 100%;
    max-width: 123px;
    padding-left: 0; }
  .productView-price .price-section .price--non-sale {
    padding-left: 10px;
    padding-right: 5px; }
  .add-tocart-box .add-tocart-btn {
    font-size: 16px;
    padding: 8px; }
  .returns__notes ul li {
    font-size: 18px; }
  .returns__notes ul li:before {
    top: 2px;
    left: -23px;
    width: 16px;
    height: 16px; }
  .returns__notes ul {
    padding-left: 25px; }
  .returns__notes {
    margin-bottom: 20px; }
  .s-accord-title .s-accord-title__text {
    font-size: 14px; }
  .service-policy-block .service-accord .s-accord-content {
    font-size: 12px; }
  .s-accord-title:before {
    top: 7px; }
  .service-policy-block .service-accord:after, .service-policy-block .service-accord:before {
    bottom: 20px; }
  .form-checkbox + .form-label::before,
  .form-radio + .form-label::before {
    top: 0; }
  .guarantee-block p {
    max-width: 265px; } }

@media only screen and (max-width: 991px) {
  .custom_product_page .productView-images {
    width: 100%; }
  .custom_product_page .ending__sales {
    justify-content: center; }
  .custom_product_page .right__part__product {
    width: 100%;
    padding-left: 0; }
  .productView-product > :nth-child(4) > div > div > :nth-child(2) {
    flex-basis: auto; }
  .productView-product > :nth-child(4) > div > div > :nth-child(3) {
    flex-basis: 73%; }
  .productView-options {
    max-width: 360px;
    order: -1; }
  .returns__notes {
    width: 100%; }
  .guarantee-block {
    max-width: 330px;
    display: block;
    order: -1;
    margin: 0 auto; }
  .right__part__product .productView-details {
    display: flex;
    flex-wrap: wrap; }
  .right__part__product .productView-details {
    padding-left: 0;
    padding-right: 0; }
  .service-policy-block {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .productView-images .product__imgaes__part {
    display: none; }
  .ending__sales {
    display: none !important; }
  .custom_product_page .productView-brand {
    margin-bottom: 8px; }
  .custom_product_page .productView-title {
    font-size: 30px; }
  .custom_product_page .productView-rating {
    border-bottom: 1px solid #51453D;
    padding-bottom: 8px;
    margin-bottom: 8px; }
  .productView-options .form .form-label--alternate {
    font-size: 16px; }
  .product-finishing .form-field .form-label:nth-child(3), .product-finishing .form-field .form-label:nth-child(5), .product-finishing .form-field .form-label:nth-child(7), .product-finishing .form-field .form-label:nth-child(9) {
    font-size: 16px; }
  .add-tocart-box .add-tocart-btn {
    font-size: 18px; }
  .guarantee-block {
    margin: 0;
    margin-bottom: 50px; }
  .productView-options {
    margin-bottom: 10px; }
  .productView-options {
    max-width: 100%; }
  .productView-options .form .form-label--alternate {
    text-align: left;
    background-color: #eaeadf;
    display: table-cell; }
  .productView-product > :nth-child(4) > div > div > :nth-child(3) {
    flex-basis: 82%; }
  .custom_product_page {
    padding: 0; }
  .custom_product_page .right__part__product {
    padding-left: 20px;
    padding-right: 20px; }
  .productView-options .form .form-field {
    position: relative; }
  .productView-options .form .form-field:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #1C3531; } }

@media only screen and (max-width: 480px) {
  .product-finishing .form-field .form-label:nth-child(3), .product-finishing .form-field .form-label:nth-child(5), .product-finishing .form-field .form-label:nth-child(7), .product-finishing .form-field .form-label:nth-child(9) {
    width: 100%; }
  .guarantee-block {
    margin: 0 auto;
    margin-bottom: 50px; }
  .guarantee-block:before {
    left: -9px;
    width: 108%;
    height: 110%; }
  .guarantee-logo {
    margin-bottom: 6px; }
  .s-accord-title {
    padding-right: 41px;
    padding-left: 44px; }
  .custom_product_slider .productView-thumbnails li .productView-thumbnail-link {
    max-width: 100%;
    width: 40px !important;
    height: 40px; }
  .product-finishing .form-field .option-tooltip {
    top: -25px; } }

.product-tabbing-main .productView-description .productView-title {
  display: none; }

.main__product__part .tabs-contents {
  margin-bottom: 0; }

.main__product__part .tab-content .productCarousel {
  margin: 0; }

.main__product__part .tabs, .main__product__part .tabs-contents {
  display: none; }

.header {
  border-bottom: none !important; }

.header-top {
  position: relative;
  width: 100%;
  height: 36px;
  overflow: hidden; }

.header {
  position: relative !important;
  height: auto !important; }

.header-top .header-top-left {
  padding: 8px 20px;
  background-color: #B1946C;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  left: auto;
  right: 0;
  width: 100%;
  transition: right 0.6s ease-in-out; }

.header-top .header-top-right {
  background-color: #1c3531;
  padding: 8px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 100%;
  right: auto;
  transition: left 0.6s ease-in-out; }

.header-top:hover .header-top-right {
  left: 0; }

.header-top:hover .header-top-left {
  right: 100%; }

.header-top .header-top-left p, .header-top .header-top-right p {
  font-size: 14px;
  color: #EAEADF;
  font-family: "PT Serif", serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 0; }

.header-main {
  background-color: #EAEADF; }

.header-main-inner {
  background-color: #EAEADF;
  padding: 15px 0px;
  border-bottom: 1px solid #172925; }

.header-main-inner .header-left {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .header-main-inner .header-left {
      width: auto; } }

.header-main-inner .header-middle {
  width: 40%;
  justify-content: center;
  align-content: center; }
  @media (max-width: 767px) {
    .header-main-inner .header-middle {
      width: 60%; } }

.header-main-inner .header-right {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  @media (max-width: 767px) {
    .header-main-inner .header-right {
      width: auto; } }

.header-main .container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.header-left .currency {
  margin-bottom: 30px; }

.header-left .currency {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap; }

ul.currency-switcher-options {
  margin: 0;
  margin-bottom: 29px;
  list-style: none; }

.currency-switcher-options .has-subMenu {
  padding: 0;
  padding-left: 3px;
  position: relative; }

.currency-switcher-options .has-subMenu span {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  padding-left: 3px; }

.currency-switcher-options .has-subMenu .navPages-action-moreIcon {
  margin-left: 2px; }

.navPages-action-moreIcon {
  transform: none !important; }

.header-left .currency .navPages-item p {
  display: inline-block;
  margin-bottom: 0;
  font-family: "PT Serif", serif;
  font-size: 14px;
  color: #51453D;
  font-weight: 700;
  padding-right: 5px; }

ul.currency-switcher-options {
  margin-bottom: 0; }

.navPages-action {
  display: inline-block !important; }

.header-left .currency .navPage-subMenu .navPage-subMenu-list li .navPage-subMenu-action::before {
  left: 10px;
  top: 5px; }

.header-left .currency .navPage-subMenu.is-open {
  width: 155px;
  padding: 0 !important; }

.header-left .currency .navPages-item {
  position: relative; }

.header-left .currency .navPage-subMenu .navPage-subMenu-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  background-color: #b1946c;
  padding-top: 5px;
  position: relative;
  z-index: 2; }

.currency .navPage-subMenu-item > .navPage-subMenu-action {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  color: #Fff;
  font-weight: 400; }

.currency .navPage-subMenu-item > .navPage-subMenu-action strong {
  margin-bottom: 10px;
  color: #Fff;
  font-weight: 400; }

.currency .navPage-subMenu-item > .navPage-subMenu-action:hover {
  color: #1c3531;
  border-bottom: 1px solid #1c3531; }

.currency .navPage-subMenu-item > .navPage-subMenu-action strong:hover {
  color: #1c3531; }

.header-left .currency .navPage-subMenu .navPage-subMenu-list li {
  width: 100%;
  list-style: none;
  padding: 0 5px;
  position: relative; }

.header-left .currency .navPage-subMenu .navPage-subMenu-list li a {
  padding: 0;
  padding-left: 3px;
  line-height: 20px; }

.header-left .currency .navPage-subMenu .navPage-subMenu-list li a span:first-child {
  margin-right: 5px; }

.header-left .currency .navPage-subMenu .navPage-subMenu-list li a span {
  display: inline-block;
  float: left;
  line-height: 20px; }

.header-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.header-middle .header-logo {
  margin: 0; }

.header-right .account {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-bottom: 17px; }

.header-right .account li {
  margin-right: 16px; }

.header-right .account li:last-child {
  margin-right: 0;
  padding-left: 35px;
  position: relative; }

.header-right .account li:last-child:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  height: 23px;
  width: 20px;
  background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/desktop-cart.png");
  background-repeat: no-repeat;
  background-size: cover; }

.header-right .account li a {
  text-decoration: none;
  font-size: 14px;
  font-family: "PT Serif", serif;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0px; }

.header-right .account li a:focus {
  outline: none !important; }

.header-right .account li a span {
  display: inline-flex;
  flex-wrap: wrap;
  height: 18px;
  width: 18px;
  justify-content: center;
  align-content: center;
  color: #FFFFFF;
  background-color: #3CB28D;
  border-radius: 100%;
  font-family: none;
  margin-left: 8px; }

.header-right .account li a:hover {
  color: #3CB28D; }

.header-right .designed-by {
  text-align: right;
  padding-right: 30px;
  max-width: 195px; }

.header-menulisting {
  background-color: #EAEADF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.header-menulisting .container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.header-menu {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap; }

.header-menu li {
  margin-right: 22px; }

.header-menu li:last-child {
  margin-right: 0; }

.header-menu li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "PT Serif", serif;
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 12px 0;
  text-decoration: none;
  color: #1C3531;
  display: inline-block;
  vertical-align: top; }

.header-menu li a:hover {
  color: #3CB28D; }

.custom_serch .form-field {
  margin-bottom: 0; }

.custom_serch .form {
  margin-bottom: 0; }

.custom_serch .container {
  padding: 0; }

.head-search {
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 15px;
  padding: 5px 30px;
  font-size: 14px;
  font-family: "PT Serif", serif;
  font-weight: 300;
  font-style: italic;
  color: #51453D;
  height: 24px; }

.head-search::placeholder {
  font-size: 14px;
  font-family: "PT Serif", serif;
  font-weight: 300;
  font-style: italic;
  color: #51453D; }

.header-search {
  display: flex;
  flex-wrap: wrap;
  padding: 9px 0;
  width: 100%;
  max-width: 280px;
  position: relative;
  justify-content: flex-end; }

.header-search .custom_serch {
  width: 100%; }

.header-search .custom_serch .form {
  width: 100%; }

.header-search:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 14px;
  width: 13px;
  height: 15px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/search.png);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat; }

.head-search:focus {
  outline: none !important; }

.header-bottom {
  background-color: #1C3531;
  padding: 8px 0;
  height: 50px; }
  @media (min-width: 551px) {
    .header-bottom {
      height: max-content; } }

.header-bottom .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px; }

.head-adv-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .head-adv-list :first-child {
    order: 1; }
  .head-adv-list :last-child {
    order: 2; }

.rating__tagline {
  display: flex;
  align-items: center; }

.header-bottom .head-adv p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF; }

.header-mob-slogen {
  display: none;
  flex-wrap: wrap; }

.ratings {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 3px; }

.head-slogen {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 20px; }
  .head-slogen a {
    padding: 0 0.71429rem 0.71429rem; }

.header-right .mob-account {
  display: none;
  flex-wrap: wrap;
  margin-left: 0;
  margin-bottom: 0;
  justify-content: flex-end; }

.header-right .mob-account li:last-child {
  margin-right: 0; }

.header-right .mob-account li {
  list-style: none;
  margin-right: 12px; }

.hamburger .wrap {
  display: block; }

.hamburger .line {
  display: block;
  width: 26px;
  height: 2px;
  margin: 8px auto;
  background-color: #1C3531; }

.hamburger .line:first-child {
  margin-top: 0; }

.hamburger .line:last-child {
  margin-bottom: 0; }

.is-open .hamburger .line:first-child {
  transform: rotate(227deg);
  top: 10px;
  right: 0px;
  position: relative;
  transition: all 0.3s ease; }

.is-open .hamburger .line:nth-child(2) {
  visibility: hidden; }

.is-open .hamburger .line:last-child {
  transform: rotate(133deg);
  position: relative;
  left: 0px;
  bottom: 10px;
  transition: all 0.3s ease; }

.header-menu li a:focus {
  outline: none !important; }

.mob-hamburger {
  display: none; }
  .mob-hamburger .hamburger {
    padding: 0; }

.navPages-quickSearch {
  display: none; }

ul.navPages-list {
  display: flex;
  flex-wrap: wrap; }

ul.navPages-list.navPages-list--user {
  display: none; }

.header-logo-image-container {
  min-height: auto !important; }

.header-middle .header-logo__link:focus {
  outline: none !important; }

.header-logo__link {
  width: 100% !important; }
  @media (max-width: 767px) {
    .header-logo__link {
      padding-inline: 3.57143rem; } }

@media only screen and (max-width: 1260px) {
  .header-search {
    max-width: 222px; } }

@media only screen and (max-width: 1224px) {
  .header-menu li {
    margin-right: 18px; }
  .header-search {
    max-width: 220px; }
  .head-search {
    padding-right: 5px; }
  .header-menu li a {
    font-size: 13px; } }

@media only screen and (max-width: 1120px) {
  .header-menu {
    width: 100%; }
  .header-search {
    max-width: 320px;
    margin: 0 auto; } }

@media only screen and (max-width: 991px) {
  .header-bottom .head-adv p {
    font-size: 12px; }
  .header-menu li a {
    font-size: 12px; }
  .header-menu li {
    margin-right: 18px;
    float: left; }
  .header-right .account li .class_one {
    margin-right: 4px; }
  .header-right .account li:last-child {
    padding-left: 24px; }
  .navPages-list {
    list-style: none; }
  .header-right .account li {
    margin-right: 6px; }
  .header-logo-image {
    max-height: initial !important; }
  .header-right .account li a {
    font-size: 12px; } }

@media only screen and (min-width: 767px) {
  .header-search .mob-search-link {
    display: none; } }

@media only screen and (max-width: 767px) {
  .header-search {
    visibility: hidden;
    opacity: 0; }
  .header-search.header-search-block {
    visibility: visible;
    opacity: 1; }
  .header-bottom {
    display: none; }
  .header-top {
    background-color: #1c3531; }
  .header-left .currency {
    display: none; }
  .header-right .designed-by {
    display: none; }
  .header-mob-slogen {
    display: flex; }
  .header-right .mob-account {
    display: flex; }
  .header-right .account {
    display: none; }
  .header-left .excellent-review {
    display: none; }
  .header-search {
    display: none; }
  .header-menulisting {
    position: fixed;
    top: 96px;
    bottom: 0;
    left: -100%;
    z-index: 999;
    width: 100%;
    background-color: #eaeadf;
    transition: all 0.3s ease-in-out; }
  .header-main.is-open .header-menulisting {
    left: 0;
    overflow-y: scroll; }
  .header-main.is-open .header-menulisting .container {
    padding-bottom: 0;
    padding-inline: 0 !important; }
  .header-menu {
    width: 100%; }
  .header-menu li {
    width: 100%; }
  .header-menu {
    display: block; }
  .header-menu li a {
    font-size: 18px;
    padding-left: 20px;
    width: 100%;
    padding-right: 20px;
    position: relative; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    width: 16px !important;
    height: 12px !important;
    position: absolute;
    right: 20px;
    top: 19px;
    margin: 0 !important; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon svg {
    transform: rotate(-90deg); }
  .navPages-action:hover svg {
    fill: #3cb28d;
    stroke: #3cb28d; }
  .mob-hamburger {
    display: inline-block; }
  .header-middle .logo {
    max-width: 200px;
    margin: 0 auto; }
  .header-middle {
    width: 50%; }
  .header-left, .header-right {
    width: 25%;
    padding-top: 12px; }
  .header-main-inner {
    padding: 11px 0 10px; }
  .header-top .header-top-left p, .header-top .header-top-right p {
    font-size: 14px; }
  .header-top {
    height: 37px; }
  .header-main-inner .header-left {
    display: inline-block; }
  .header-right .designed-by {
    max-width: 195px; }
  .head-search {
    height: 40px; }
  .header-search {
    display: block;
    position: fixed;
    z-index: 999;
    top: 155px;
    left: 0;
    width: 100%;
    max-width: 100%;
    transition: .6s ease;
    padding: 0 20px; }
  .header-search:before {
    top: 13px;
    left: 29px; }
  .header-search-block::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: -1;
    opacity: 0.8; }
  .header-search .mob-search-link {
    position: absolute;
    top: -60px;
    right: 20px;
    cursor: pointer; }
  .header-search .mob-search-link svg {
    fill: #fff; }
  .header-menu li {
    margin-right: 0;
    border-bottom: 1px solid #9C918A; }
  .header-menulisting .container {
    padding: 0; } }

@media only screen and (max-width: 576px) {
  .header-top .header-top-left p, .header-top .header-top-right p {
    font-size: 12px;
    letter-spacing: 0; }
  .header-menulisting {
    position: fixed; } }

@media only screen and (max-width: 480px) {
  .header-top {
    height: 26px; }
  .header-top .header-top-left p, .header-top .header-top-right p {
    font-size: 11px; }
  .header-menulisting {
    top: 83px; } }

.offer-details-cover {
  background-color: #EAEADF;
  padding: 35px 0 37px;
  padding-left: 20px;
  padding-right: 20px; }

.offer-details {
  max-width: 610px;
  margin: 0 auto;
  margin-bottom: 60px; }

.offer-details p {
  font-size: 24px;
  line-height: 1.3;
  color: #1C3531;
  font-family: "PT Serif", serif;
  font-weight: 400; }

.offer-details p strong {
  color: #3CB28D;
  font-weight: 400; }

.product-description-cover {
  background-color: #EAEADF;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 120px; }

.product-description-block {
  max-width: 985px;
  margin: 0 auto; }

.product-description-block .product-video {
  padding: 30px;
  position: relative; }

.product-description-block .product-video .shogun-video-16x9 {
  padding-bottom: 62.25%; }

.product-description-block .product-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/product-video.png");
  background-size: cover;
  background-repeat: no-repeat; }

.product-description-block .shg-row > div:last-child {
  padding: 0 20px; }

.product-des-leftblock {
  max-width: 364px;
  margin: 0 0 0 auto; }

.product-des-leftblock h6 {
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 14px;
  border-bottom: 1px solid #1C3531;
  margin-top: 0;
  color: #3CB28D;
  text-transform: inherit;
  margin-bottom: 14px; }

.product-des-leftblock p {
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
  padding-bottom: 7px;
  border-bottom: 1px solid #1C3531;
  margin-top: 0;
  text-transform: inherit;
  color: #1C3531;
  margin-bottom: 17px; }

.product-des-rightblock {
  width: 100%;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  height: 283px;
  top: 40px; }

.product-des-rightblock .play-btn {
  height: 34px;
  width: 34px;
  margin: 0 auto; }

.product-des-rightblock:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -7%;
  height: 122%;
  width: 114%;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/concertona-border.png);
  background-size: 100% 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center; }

.product-des-rightblock img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }

.play-btn img {
  height: auto !important;
  width: auto !important;
  z-index: 1 !important;
  position: relative !important; }

.product-description-block .concertona-title {
  position: absolute;
  top: 180px;
  width: 100%; }

.product-description-block .concertona-title .shg-theme-text-content {
  max-width: 346px;
  margin: 0 auto;
  padding: 0 10px; }

.product-description-block .concertona-title h3 {
  font-family: "PT Serif", serif;
  color: #fff;
  font-size: 29px;
  line-height: 1.10;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center; }

.product-description-block .concertona-title h3 strong {
  color: #3CB28D;
  font-weight: 900; }

@media only screen and (max-width: 991px) {
  .product-description-block .concertona-title {
    top: 115px; }
  .product-description-block .product-video {
    padding: 20px; }
  .product-description-block .concertona-title h3 {
    font-size: 26px; } }

@media only screen and (max-width: 767px) {
  .product-description-block .product-video {
    margin-bottom: 35px;
    padding: 40px; }
  .product-description-block .concertona-title {
    top: 250px; } }

@media only screen and (max-width: 640px) {
  .care-guide-block .offer-details-cover {
    padding-left: 0;
    padding-right: 0; }
  .product-description-block .product-video {
    padding: 34px;
    margin-bottom: 40px; }
  .product-description-block .concertona-title {
    top: 160px; }
  .product-description-block .concertona-title h3 {
    font-size: 17px; } }

@media only screen and (max-width: 480px) {
  .product-description-block .product-video {
    padding: 25px; }
  .product-description-block .concertona-title {
    top: 120px; } }

@media only screen and (max-width: 360px) {
  .product-description-block .product-video {
    padding: 17px; } }

.sound-section-cover {
  padding: 90px 0 85px;
  background-color: #1C3531;
  padding-left: 20px;
  padding-right: 20px; }

.sound-heading {
  padding: 0 !important;
  max-width: 1236px;
  margin: 0 auto;
  margin-bottom: 60px; }

.sound-heading h2 {
  font-family: "PT Serif", serif !important;
  font-size: 50px !important;
  line-height: 1.1 !important;
  color: #3CB28D !important;
  font-weight: 900 !important;
  text-align: center !important;
  display: inline-block !important;
  background-color: #1C3531;
  padding: 0 10px !important; }

.title-design .shogun-heading-component {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 41px; }

.title-design .shogun-heading-component:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -40px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.title-design .shogun-heading-component:after {
  content: "";
  position: absolute;
  top: 18px;
  right: -40px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.sound-heading .shogun-heading-component {
  position: relative; }

.sound-caption {
  max-width: 682px;
  margin: 0 auto;
  margin-bottom: 25px; }

.sound-caption p {
  font-family: "PT Serif", serif !important;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 1.32;
  color: #EAEADF !important;
  font-style: initial; }

.sound-caption p strong {
  font-style: italic;
  font-weight: 400; }

.sound-description {
  max-width: 830px;
  margin: 0 auto; }

.sound-description p {
  font-family: "PT Serif", serif !important;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 350 !important;
  color: #EAEADF !important; }

.sound-description .sound-caption {
  color: #3CB28D !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  font-style: italic; }

.tunes-section {
  width: 100%;
  position: relative; }

.tunes-section .irish-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.irish-title h3 {
  color: #FFFFFF;
  font-size: 45px;
  line-height: 1.1;
  font-family: "PT Serif", serif;
  font-weight: 900; }

.irish-title h3 strong {
  font-weight: 400;
  color: #3CB28D;
  font-weight: 900; }

.irish-img .play-btn {
  height: 53px;
  width: 53px;
  margin: 0 auto; }

.musician-section .musician-content {
  padding: 145px 0 65px;
  background-color: #1C3531;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }

.musician-section .musician-content.home-page {
  background-color: #6F6259; }

.musician-section.category-page .musician-content {
  background-color: #6F6259; }

.musician-section.category-page .musician-image {
  padding-top: 80%; }

.musician-section.category-page .shg-row > div:first-child > div {
  height: 100%; }

.musician-section .musician-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/musician-pattern.png);
  background-size: contain;
  background-repeat: repeat-x;
  display: block;
  z-index: 2;
  mix-blend-mode: multiply; }

.musician-title {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  max-width: 375px;
  margin: 0 auto;
  margin-bottom: 20px; }

.musician-title h2 {
  font-family: "PT Serif", serif !important;
  font-size: 66px !important;
  line-height: 1 !important;
  color: #EAEADF !important;
  font-weight: 700 !important;
  font-style: italic !important; }

.musician-logo {
  margin-bottom: 50px; }

.musician-section p {
  text-align: center; }

.musician-section .learnmore-btn {
  font-family: "PT Serif", serif;
  margin-top: 1.42857rem;
  font-size: 20px;
  color: #3cb28d;
  text-decoration: none;
  font-weight: 900;
  display: inline-block;
  line-height: 1.2;
  vertical-align: text-bottom; }

.musician-section .learnmore-btn::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #3CB28D;
  transition: width .3s; }

.musician-section .learnmore-btn:hover::after {
  width: 100%; }

.musician-image {
  width: 100%; }

.musician-section .shg-row > div:last-child > .shg-align-container {
  display: flex;
  flex-wrap: wrap; }

.musician-image .shg-image-content-wrapper {
  width: 100%;
  position: relative;
  padding-top: 66%;
  height: 100%; }

.musician-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
  object-position: top; }

.musician-section.homepage .musician-image img {
  object-position: center; }

.musician-section .shg-box-content .shg-row > div:first-child > div {
  height: 100%; }

@media only screen and (max-width: 380px) {
  .musician-section .musician-content {
    padding: 50px 20px 50px; }
  .musician-section .musician-content:before {
    background-repeat: no-repeat;
    background-position: center center; } }

@media only screen and (max-width: 640px) {
  .musician-image .shg-image-content-wrapper {
    padding-top: 100%; } }

.shipping-section {
  padding: 0 0 60px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #EAEADF; }

.shipping-section.all-offer {
  padding-top: 60px; }

.shipping-section.shop-all {
  padding-top: 60px; }

.shipping-section .shipping-title {
  padding: 0 !important;
  max-width: 1236px;
  margin: 0 auto;
  margin-bottom: 60px; }

.shipping-title h2 {
  font-family: "PT Serif", serif !important;
  font-size: 50px !important;
  line-height: 1.1 !important;
  color: #3cb28d !important;
  font-weight: 900 !important;
  text-align: center !important;
  display: inline-block !important;
  background-color: #EAEADF;
  padding: 0 10px !important; }

.shipping-row {
  max-width: 575px;
  margin: 0 auto;
  margin-bottom: 50px; }

.shipping-details {
  max-width: 1028px;
  margin: 0 auto; }

.shipping-details-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #1C3531;
  margin-bottom: 7px;
  padding: 0 6px;
  justify-content: space-between; }

.shipping-details-box {
  border-top: 1px solid #1C3531;
  padding-top: 5px; }

.shipping-details-row p {
  font-family: "PT Serif", serif !important;
  font-size: 21px;
  font-weight: 400;
  color: #1C3531 !important;
  margin-bottom: 3px; }

.shipping-details-row p strong {
  font-weight: 400 !important; }

.shipping-details-row p:last-child strong {
  font-weight: 600 !important; }

.shipping-details-row p:first-child {
  width: 25%; }

.shipping-details-row p:nth-child(2) {
  width: 30%; }

.shipping-details-row p:nth-child(3) {
  width: 28%; }

.shipping-details-row .shipping-time {
  font-size: 18px;
  font-family: 'Bergen Text Semi' !important;
  font-weight: 600;
  color: #13322B !important;
  text-transform: uppercase; }

@media only screen and (max-width: 580px) {
  .shipping-row .shg-row .shg-c img {
    max-height: 130px; } }

@media only screen and (max-width: 480px) {
  .shipping-row .shg-row .shg-c img {
    max-height: 80px; } }

.shogun-tabs-body .accordion-section {
  padding-top: 0; }

.accordion-section {
  padding: 60px 0 105px;
  background-color: #EAEADF;
  padding-left: 20px;
  padding-right: 20px; }

.accordion-subheading {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.accordion-subheading h4 {
  font-family: 'Bergen Text' !important;
  font-size: 23px !important;
  color: #6F6259 !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
  margin-top: 0; }

.accordion-title {
  padding: 0 !important;
  max-width: 1236px;
  margin: 0 auto !important;
  margin-bottom: 80px !important; }

.accordion-title .shogun-heading-component h2 {
  font-family: "PT Serif", serif;
  font-size: 50px !important;
  line-height: 1.1 !important;
  color: #3cb28d !important;
  font-weight: 900 !important;
  text-align: center !important;
  display: inline-block !important;
  background-color: #eaeadf;
  padding: 0 10px !important; }

.accordion-main {
  max-width: 1028px;
  margin: 0 auto; }

.accordion-main .shogun-accordion-heading {
  background-color: transparent !important;
  padding: 15px 10px 10px 30px !important;
  position: relative;
  border-radius: 0 !important; }

.accordion-main .shogun-accordion {
  border: none !important; }

.accordion-main .shogun-accordion-title {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 28px !important;
  font-weight: 400;
  line-height: 1.6;
  color: #1C3531 !important; }

.accordion-main .accord-answer {
  background-color: #EAEADF; }

.accordion-main .accord-answer .shg-theme-text-content {
  max-width: 730px;
  margin: 0 auto;
  padding: 20px 0 25px; }

.accordion-main .accord-answer .shg-theme-text-content p {
  font-family: 'CircularStd';
  font-size: 20px;
  font-weight: 400;
  color: #3CB28D;
  line-height: 1.3; }

.accordion-main .shogun-accordion-active {
  border-top: none !important; }

.accordion-main .shogun-accordion-heading:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  height: 21px;
  width: 21px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.accordion-main .shogun-accordion-active .shogun-accordion-heading:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  height: 21px;
  width: 21px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/minus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.accordion-main .shogun-accordion {
  box-shadow: none; }

.accordion-main .shogun-accordion {
  border-bottom: 1px solid #1c3531 !important;
  border-radius: 0 !important; }

.products-tabbing {
  padding: 50px 0 0 0;
  background-color: #EAEADF; }

.products-tabbing .shogun-tabs.shogun-rounded {
  max-width: 1276px;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px; }

.products-tabbing .shogun-tabs > li {
  margin-right: 0 !important; }

.products-tabbing .shogun-tabs > li > .shogun-tab-border {
  display: none !important; }

.products-tabbing .shogun-tabs-body {
  border-top: none !important;
  padding-top: 70px; }

.products-tabbing .shogun-tabs > li > .shogun-tab-box {
  background-color: #eaeadf !important;
  border-bottom: 1px solid #142c26 !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important; }

.products-tabbing .shogun-tabs > li.shogun-tab-active > .shogun-tab-box {
  border-bottom: none !important;
  border-right: 1px solid #142c26 !important;
  border-top: 1px solid #142c26 !important;
  border-left: 1px solid #142c26 !important;
  border-radius: 10px 10px 0 0; }

.products-tabbing .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  font-family: "PT Serif", serif;
  font-size: 17px;
  font-weight: 900;
  color: #1C3531 !important; }

.products-tabbing .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #3CB28D !important; }

.products-tabbing .product-main-title {
  padding: 0 !important;
  margin-bottom: 60px; }

.product-tabbing-main .product-details {
  max-width: 1276px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

.products-tabbing .product-main-title .shogun-heading-component {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 41px; }

.products-tabbing .product-main-title .shogun-heading-component:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -40px;
  height: 28px;
  width: 28px;
  background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png");
  background-position: center;
  background-repeat: no-repeat; }

.products-tabbing .product-main-title .shogun-heading-component:after {
  content: "";
  position: absolute;
  top: 18px;
  right: -40px;
  height: 28px;
  width: 28px;
  background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png");
  background-position: center;
  background-repeat: no-repeat; }

.products-tabbing .product-main-title h2 {
  font-family: "PT Serif", serif;
  font-size: 50px !important;
  line-height: 1.1 !important;
  color: #3cb28d !important;
  font-weight: 900 !important;
  text-align: center !important;
  display: inline-block !important;
  background-color: #EAEADF;
  padding: 0 10px !important; }

.products-tabbing .product-column {
  max-width: 1064px;
  margin: 0 auto;
  margin-bottom: 70px; }

.products-tabbing .product-column .product-left {
  max-width: 530px; }

.products-tabbing .product-left .product-images {
  position: relative;
  max-width: 345px;
  margin: 0 auto;
  padding-top: 260px;
  margin-bottom: 60px; }

.products-tabbing .product-left .product-images img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.products-tabbing .product-left .product-tag {
  border-top: 1px solid #1C3531;
  padding-top: 6px; }

.products-tabbing .product-left .product-name {
  padding: 0 !important; }

.products-tabbing .product-left .product-name h3 {
  font-family: "PT Serif", serif;
  font-size: 25px !important;
  line-height: 1.2 !important;
  color: #3cb28d !important;
  font-weight: 900 !important;
  margin-bottom: 5px;
  text-align: left !important; }

.products-tabbing .product-measures p strong {
  font-family: "PT Serif", serif;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.8;
  color: #1C3531; }

.products-tabbing .product-measures p {
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #1C3531;
  margin-bottom: 2px;
  border-bottom: 1px solid #1C3531; }

.products-tabbing .product-measures p:last-child {
  border-bottom: none; }

.products-tabbing .product-review p {
  font-family: "PT Serif", serif;
  font-size: 11px;
  font-weight: 600;
  color: #3CB28D;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start; }

.products-tabbing .product-review p img {
  margin-right: 8px;
  margin-left: 0; }

.products-tabbing .product-right .product-subtitle {
  padding: 0 !important;
  margin-bottom: 15px; }

.products-tabbing .product-right .product-subtitle h4 {
  font-family: "PT Serif", serif;
  font-size: 20px !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #3cb28d !important;
  line-height: 1.1;
  text-align: left !important; }

.product-right .product-sublist ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 13px; }

.product-right .product-sublist ul li {
  font-size: 15px;
  font-family: "PT Serif", serif;
  font-weight: 350;
  line-height: 1.2;
  margin-bottom: 3px;
  color: #1C3531;
  position: relative; }

.product-right .product-sublist ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -10px;
  height: 1px;
  width: 6px;
  background-color: #1C3531; }

.product-right .product-sublist:nth-child(2) {
  margin-bottom: 38px; }

.product-details .product-detail-box {
  max-width: 1064px;
  margin: 0 auto; }

.product-detail-box .detail-title, .product-detail-box .detail-content {
  max-width: 355px; }

.product-detail-box .detail-title {
  padding: 0 !important;
  margin-bottom: 12px;
  margin-top: 30px; }

.product-detail-box .detail-title h4 {
  text-align: left !important;
  font-size: 20px !important;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  color: #3CB28D !important;
  font-weight: 600;
  line-height: 1.1; }

.product-detail-box .detail-content {
  margin-bottom: 20px; }

.product-detail-box .detail-content:last-child {
  margin-bottom: 0; }

.product-detail-box .detail-content p {
  font-size: 15px;
  font-weight: 350;
  font-family: "PT Serif", serif;
  color: #1C3531;
  line-height: 1.2; }

.product-detail-box .shg-row > div:last-child .shg-box-vertical-align-wrapper {
  height: 100%; }

.product-detail-box .pright-img-wrap {
  max-width: 520px;
  margin: 0 0 0 auto;
  height: 100%; }

.product-detail-box .shg-row > div:last-child {
  padding: 0 20px; }

.product-box-rev .shg-row {
  margin-left: -35px; }

.product-detail-box .shg-row {
  margin-right: -20px; }

.product-detail-box .pright-img {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  height: 283px;
  top: 0; }

.product-detail-box .pright-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }

.product-detail-box .pright-img:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -7%;
  height: 122%;
  width: 114%;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/concertona-border.png);
  background-size: 100% 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center; }

.product-box-rev .shg-row {
  flex-direction: row-reverse;
  padding: 80px 0; }

.product-box-rev .pright-img-wrap {
  margin: 0; }

.care-guide-block .guide-button .shg-btn {
  padding: 15px 60px;
  background-color: #3CB28D !important;
  border-radius: 30px;
  font-family: "PT Serif", serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #1C3531 !important;
  letter-spacing: 1.035px;
  font-size: 23px !important;
  position: relative;
  line-height: normal; }

.care-guide-block .guide-button {
  margin-bottom: 30px; }

.care-guide-block .guide-button .shg-btn:before {
  content: "";
  position: absolute;
  top: 0;
  top: -30px;
  right: -38px;
  height: 90px;
  width: 82px;
  background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/btn-design.png");
  background-size: contain;
  background-repeat: no-repeat; }

.care-guide-block .download-guide {
  max-width: 390px;
  margin: 0 auto; }

.care-guide-block .download-guide p {
  font-size: 20px;
  font-family: "PT Serif", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  color: #1C3531; }

.care-guide-block {
  padding-bottom: 70px; }

@media only screen and (max-width: 991px) {
  .product-detail-box .shg-row > div:last-child {
    padding: 0px 30px; }
  .product-tabbing-main .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 13px !important; } }

@media only screen and (max-width: 767px) {
  .products-tabbing .product-main-title h2 {
    top: 45px;
    position: relative;
    font-size: 27px !important; }
  .products-tabbing .product-left .product-images {
    max-width: 240px;
    padding-top: 182px;
    margin-bottom: 45px; }
  .product-review {
    margin-bottom: 15px; }
  .products-tabbing .product-measures p:last-child {
    border-bottom: 1px solid #1C3531; }
  .products-tabbing .product-measures {
    margin-bottom: 40px; }
  .products-tabbing .product-main-title .shogun-heading-component:before {
    content: none; }
  .products-tabbing .product-main-title .shogun-heading-component:after {
    content: none; }
  .products-tabbing .product-main-title .shogun-heading-component {
    margin: 0;
    background-size: cover; }
  .products-tabbing .product-main-title h2:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -19px;
    height: 19px;
    width: 19px;
    background-size: cover;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat; }
  .products-tabbing .product-main-title h2:after {
    content: "";
    position: absolute;
    top: 5px;
    right: -19px;
    height: 19px;
    width: 19px;
    background-size: cover;
    background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png");
    background-position: center;
    background-repeat: no-repeat; }
  .products-tabbing .product-column .product-left {
    max-width: 100%; }
  .product-detail-box .pright-img-wrap {
    margin: 0 auto; }
  .product-detail-box .detail-content, .product-detail-box .detail-title {
    max-width: 100%; }
  .care-guide-block .guide-button .shg-btn {
    font-size: 14px !important;
    padding: 15px 30px; }
  .care-guide-block .guide-button .shg-btn:before {
    width: 50px;
    height: 55px;
    top: -20px;
    right: -15px; }
  .care-guide-block .download-guide p {
    font-size: 19px; }
  .care-guide-block .download-guide {
    max-width: 100%;
    text-align: center; }
  .product-box-rev .shg-row {
    padding: 60px 0; }
  .products-tabbing .product-column {
    margin-bottom: 40px; }
  .product-detail-box .detail-title {
    margin-top: 20px; }
  .product-detail-box .detail-title:first-child {
    margin-top: 40px; }
  .care-guide-block {
    padding-bottom: 35px; }
  .product-detail-box .pright-img:before {
    content: none; }
  .right__part__product .productView-details {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px; }
  .products-tabbing .shogun-tabs.shogun-modern li {
    width: 100%; }
  .shogun-tabs.shogun-modern li .shogun-tab-box::after {
    content: none !important; }
  .products-tabbing .shogun-tabs > li.shogun-tab-active > .shogun-tab-box {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important; }
  .products-tabbing .shogun-tabs > li.shogun-tab-active > .shogun-tab-box {
    border-bottom: 1px solid #142c26 !important; }
  .product-details .product-detail-box .shg-row {
    margin: 0; }
  .product-detail-box .shg-row > div:last-child {
    padding: 0px; }
  .product-description-block .shg-row > div:last-child {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .offer-details p {
    font-size: 20px; }
  .offer-details-cover {
    padding: 35px 0 35px;
    padding-left: 20px;
    padding-right: 20px; }
  .product-des-rightblock:before {
    content: none !important; }
  .product-des-rightblock {
    top: 0;
    margin-bottom: 25px; }
  .product-des-leftblock {
    max-width: 100%;
    margin: 0; }
  .product-description-cover {
    padding: 0; }
  .shipping-section.shop-all {
    padding-top: 40px; }
  .title-design .shogun-heading-component:before {
    content: none; }
  .title-design .shogun-heading-component:after {
    content: none; }
  .title-design .shogun-heading-component h2:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -23px;
    height: 19px;
    width: 19px;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .title-design .shogun-heading-component h2:after {
    content: "";
    position: absolute;
    top: 9px;
    right: -23px;
    height: 19px;
    width: 19px;
    background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .title-design .shogun-heading-component h2 {
    top: 45px;
    position: relative;
    font-size: 30px !important; }
  .title-design .shogun-heading-component {
    margin: 0;
    background-size: cover; }
  .sound-section-cover {
    padding: 40px 0 40px;
    padding-left: 25px;
    padding-right: 25px; }
  .sound-caption p {
    font-size: 20px !important; }
  .sound-heading {
    margin-bottom: 75px; }
  .sound-caption {
    margin-bottom: 20px !important; }
  .irish-title h3 {
    font-size: 25px; }
  .musician-title h2 {
    font-size: 38px !important; }
  .musician-section .learnmore-btn {
    font-size: 16px !important; }
  .shipping-section {
    padding: 45px 0 25px;
    padding-left: 20px;
    padding-right: 20px; }
  .shipping-details-row p {
    font-size: 20px; }
  .shipping-details-row p:first-child {
    width: 100%; }
  .shipping-details-row p:nth-child(2) {
    width: 62%; }
  .shipping-details-row p:nth-child(3) {
    width: 38%; }
  .shipping-details-row p strong {
    display: none !important; }
  .shipping-details-row .shipping-time {
    font-size: 14px; }
  .shipping-details-row p:nth-child(2) {
    font-size: 17px !important;
    color: #3CB28D; }
  .accordion-main .shogun-accordion-title {
    font-size: 20px !important; }
  .accordion-main .accord-answer .shg-theme-text-content p {
    font-size: 16px !important; }
  .accordion-subheading h4 {
    font-size: 16 !important; }
  .shipping-row .shg-row > div {
    width: 33.3333% !important;
    padding: 0 6px; }
  .products-tabbing .shogun-tabs.shogun-modern li .shogun-tab-box {
    position: relative; }
  .products-tabbing .shogun-tabs.shogun-modern li .shogun-tab-box:before {
    content: "";
    position: absolute;
    bottom: 23px;
    height: 1px;
    width: 12px;
    background: #1c3531;
    transition: ease-in-out .4s; }
  .products-tabbing .shogun-tabs.shogun-modern li .shogun-tab-box:after {
    content: "" !important;
    position: absolute !important;
    bottom: 23px !important;
    height: 1px !important;
    width: 12px !important;
    background: #1c3531 !important;
    transition: ease-in-out .4s;
    border: none !important;
    left: auto !important;
    top: auto !important;
    z-index: 1 !important;
    border-radius: 0 !important; }
  .products-tabbing .shogun-tabs.shogun-modern li .shogun-tab-box:before {
    right: 19px;
    transform: rotate(45deg);
    transform-origin: left bottom; }
  .products-tabbing .shogun-tabs.shogun-modern li .shogun-tab-box:after {
    right: 14px !important;
    transform-origin: right bottom !important;
    transform: rotate(-45deg); }
  .products-tabbing .shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box:before {
    transform: rotate(-45deg);
    right: 18px !important;
    bottom: 18px !important; }
  .products-tabbing .shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box:after {
    transform: rotate(45deg);
    bottom: 18px !important; } }

.footer-main {
  margin-top: 0 !important; }

.footer {
  margin-top: 0 !important;
  padding: 60px 0 40px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-color: #13322B !important;
  border-top: none !important; }

.footer .container {
  max-width: 100%;
  padding: 0; }

.footer-logo {
  display: flex;
  flex-wrap: wrap;
  max-width: 139px;
  margin: 0 auto;
  margin-bottom: 32px; }

.footer-nav {
  margin-bottom: 15px; }

.footer-nav ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.footer-nav ul li {
  position: relative; }

.footer-nav ul li:before {
  content: "";
  position: absolute;
  height: 20px;
  top: 7px;
  width: 3px;
  right: -3px;
  background-color: #EAEADF; }

.footer-nav ul li:last-child:before {
  display: none; }

.footer-nav ul li a {
  font-family: "PT Serif", serif;
  font-size: 28px;
  line-height: 1.24;
  color: #3CB28D;
  font-weight: 900;
  padding: 0 15px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize; }

.footer-nav ul li a:hover {
  color: #EAEADF; }

.follow-us-part {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }

.follow-us-part a img {
  max-height: 22px;
  width: 100%; }

.follow-us-part a:hover img {
  opacity: 0.7; }

.follow-us-part a:nth-child(2) {
  margin: 0 20px; }

.follow-us-part span {
  display: inline-block;
  vertical-align: top;
  font-family: "PT Serif", serif;
  font-weight: 400;
  color: #3CB28D;
  font-size: 25px; }

.footer-bottom-part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 20px; }

.center-part {
  text-align: center; }

.center-part h2 {
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 600;
  color: #3CB28E;
  line-height: 1.26;
  margin-top: 0;
  margin-bottom: 5px; }

.footer-bottom-part > div {
  width: 30%; }

.footer-bottom-part > div:nth-child(2) {
  width: 40%; }

.footer-bottom-part .right-part {
  text-align: right; }

.footer-bottom-part .center-part address {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #EAEADF;
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.43;
  margin-bottom: 7px; }

.footer-bottom-part .contact-details span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #49A486;
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.43; }

.footer-bottom-part .contact-details span:first-child {
  margin-right: 5px; }

.footer-bottom-part .contact-details span a {
  color: #EAEADF;
  text-decoration: none; }

.footer-bottom-part .contact-details span a:hover {
  color: #3CB28E; }

.footer-bottom-part .left-part p {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.43;
  font-size: 15px;
  margin-bottom: 0;
  color: #EAEADF; }

@media only screen and (max-width: 1024px) {
  .footer {
    padding: 45px 0 30px !important; } }

@media only screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 40px !important; }
  .footer-nav ul li a {
    font-size: 20px; }
  .follow-us-part span {
    font-size: 18px; }
  .footer-nav ul li:before {
    height: 14px;
    top: 6px;
    width: 2px; }
  .follow-us-part a img {
    max-height: 18px;
    height: auto;
    width: auto;
    max-width: 100%;
    display: block; }
  .center-part h2 {
    font-size: 19px; }
  .footer-bottom-part .center-part address {
    font-size: 16px; }
  .footer-bottom-part .contact-details span {
    font-size: 16px; }
  .footer-bottom-part > div {
    width: 100%; }
  .footer-bottom-part > div:nth-child(2) {
    width: 100%;
    margin-bottom: 30px; }
  .footer-bottom-part .contact-details span {
    font-size: 16px;
    width: 100%; }
  .footer-bottom-part .right-part {
    text-align: center; }
  .footer-bottom-part .left-part {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 13px; }
  .footer-bottom-part .right-part {
    display: flex;
    order: 2;
    flex-wrap: wrap;
    justify-content: center; } }

.top__part__footer .footer-info-col {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  position: relative; }

.top__part__footer .border-top-left, .top__part__footer .border-top-right {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute; }

.top__part__footer .border-bottom-left, .top__part__footer .border-bottom-right {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute; }

.top__part__footer .border-top-left:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 60px;
  width: calc(100% - 120px);
  height: 35px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/border-line-top.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  z-index: 2; }

.top__part__footer .border-top-left:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 60px;
  width: calc(100% - 120px);
  height: 35px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/border-line-top.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  z-index: 2; }

.top__part__footer .border-top-right:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 23px;
  width: 28px;
  height: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/border-corner.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2; }

.top__part__footer .border-top-right:after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 23px;
  width: 28px;
  height: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/border-corner.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2; }

.top__part__footer .border-bottom-left:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 23px;
  width: 28px;
  height: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/border-corner.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2; }

.top__part__footer .border-bottom-left:after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 23px;
  width: 28px;
  height: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/border-corner.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2; }

.top__part__footer .border-bottom-right:before {
  content: "";
  position: absolute;
  top: 56px;
  left: 23px;
  width: 35px;
  height: calc(100% - 108px);
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/border-line-left.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  z-index: 2; }

.top__part__footer .border-bottom-right:after {
  content: "";
  position: absolute;
  top: 56px;
  right: 16px;
  width: 35px;
  height: calc(100% - 108px);
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/border-line-left.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  z-index: 2; }

.subscribe__block__footer {
  background-color: #3CB28D; }

.top__part__footer .subscribe__block__footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative; }

.subscribe__block__footer .left__subscribe__part {
  width: 50%;
  position: relative; }

.subscribe__block__footer .left__subscribe__part:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1C3531;
  opacity: 37%;
  z-index: 1;
  mix-blend-mode: multiply; }

.subscribe__block__footer .right__subscribe__part {
  width: 50%;
  padding: 20px; }

.top__part__footer .left__subscribe__part .img__part {
  position: relative;
  padding-top: 100%;
  height: 100%; }

.top__part__footer .left__subscribe__part .img__part img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  right: 0;
  object-fit: cover;
  object-position: top; }

.top__part__footer .left__subscribe__part .img__part h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
  max-width: 396px;
  text-align: center;
  font-family: "PT Serif", serif;
  font-size: 70px;
  color: #EAEADF;
  font-weight: 900;
  line-height: 1.1;
  z-index: 2; }

.top__part__footer .right__subscribe__part .form__parent {
  max-width: 440px;
  text-align: center;
  position: relative;
  z-index: 2;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.top__part__footer .form__parent .footer-info-heading {
  font-family: "PT Serif", serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #1C3531;
  margin-bottom: 23px; }

.top__part__footer .right__subscribe__part .form__parent p {
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 350;
  font-style: italic;
  line-height: 1.4;
  color: #1C3531;
  margin-bottom: 55px; }

.right__subscribe__part .form .form-fieldset input {
  width: 100%;
  max-width: 362px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: none;
  padding: 12px 27px 12px 27px;
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-style: italic;
  color: #1C3531;
  border-radius: 26px;
  margin-bottom: 18px; }

.right__subscribe__part .form .form-fieldset input:focus {
  outline: none !important; }

.top__part__footer .right__subscribe__part .form .form-fieldset input::placeholder {
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-style: italic;
  color: #1C3531 !important; }

.right__subscribe__part .form .form-fieldset .custom__input {
  margin-bottom: 90px; }

.right__subscribe__part .form .form-prefixPostfix {
  flex-direction: column; }

.right__subscribe__part .form .form-fieldset .custom__button__part {
  max-width: 275px;
  background-color: #2B735E;
  padding: 16px;
  color: #EAEADF;
  text-transform: uppercase;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  font-family: "PT Serif", serif;
  height: 55px;
  line-height: 1.1; }

.right__subscribe__part .form .form-fieldset .custom__button__part:hover {
  background-color: #eaeadf;
  color: #2b735e;
  transition: 0.6s ease; }

@media only screen and (max-width: 1199px) {
  .top__part__footer .right__subscribe__part .form__parent {
    max-width: 340px; } }

@media only screen and (max-width: 991px) {
  .subscribe__block__footer .left__subscribe__part {
    width: 100%; }
  .top__part__footer .left__subscribe__part .img__part {
    padding-top: 60%; }
  .subscribe__block__footer .right__subscribe__part {
    width: 100%; }
  .top__part__footer .border-top-left:after {
    background-size: cover; }
  .top__part__footer .border-top-left:before {
    background-size: cover; } }

@media only screen and (max-width: 767px) {
  .top__part__footer .left__subscribe__part .img__part h2 {
    font-size: 36px;
    max-width: 220px; }
  .top__part__footer .left__subscribe__part .img__part {
    padding-top: 50%; }
  .top__part__footer .form__parent .footer-info-heading {
    margin: 0;
    line-height: 1;
    font-size: 22px;
    margin-bottom: 10px; }
  .top__part__footer .right__subscribe__part .form__parent p {
    font-size: 15px;
    margin-bottom: 35px; }
  .top__part__footer .right__subscribe__part .form__parent {
    max-width: 218px; }
  .right__subscribe__part .form .form-fieldset input {
    font-size: 14px;
    margin-bottom: 12px; }
  .right__subscribe__part .form .form-fieldset .custom__input {
    margin-bottom: 21px; }
  .right__subscribe__part .form .form-fieldset .custom__button__part {
    padding: 8px 30px;
    font-size: 11px;
    height: 30px;
    max-width: 131px; }
  .top__part__footer .border-bottom-left:before {
    right: 18px; }
  .top__part__footer .border-bottom-right:after {
    right: 10px; }
  .top__part__footer .border-bottom-left:after {
    right: 17px; }
  .top__part__footer .border-top-left:after {
    width: calc(100% - 113px); }
  .top__part__footer .border-top-left:before {
    width: calc(100% - 113px); }
  .top__part__footer .right__subscribe__part .form .form-fieldset input::placeholder {
    font-size: 14px; } }

@media only screen and (max-width: 480px) {
  .top__part__footer .left__subscribe__part .img__part {
    padding-top: 70%; } }

.left-logo-banner .left-logo-image {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-wrap: wrap; }

.left-logo-banner .left-logo-image .shg-image-content-wrapper {
  position: relative;
  padding-top: 71%;
  height: 100%;
  width: 100%; }

.left-logo-banner .left-logo-image .shg-image-content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.left-logo-banner .shg-row > div:last-child > div {
  height: 100%; }

.left-logo-banner .left-logo-content {
  position: relative;
  padding: 28px 20px 28px 20px;
  background-color: #1C3531; }

.left-logo-banner .left-content-logo {
  margin-bottom: 14px; }

.left-logo-content .h2 h2 {
  font-size: 55px !important;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #EAEADF !important; }

.left-logo-content .h2 {
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 25px; }

.left-logo-content .left-logo-btn .shg-btn {
  font-family: "PT Serif", serif;
  font-size: 13px !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #EAEADF !important;
  border-radius: 25px !important;
  background-color: #3CB28C !important;
  letter-spacing: 1px;
  position: relative; }

.left-logo-content .left-logo-btn .shg-btn:hover {
  background-color: #EAEADF !important;
  color: #3CB28C !important; }

.left-logo-content .left-logo-btn .shg-btn:before {
  content: "";
  position: absolute;
  top: -25px;
  right: -68px;
  height: 64px;
  width: 59px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/logo-bnr-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(338deg); }

.left-logo-banner .left-logo-content:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  bottom: 44px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/logo-banner-pattern.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 16%;
  mix-blend-mode: multiply;
  background-position: center center; }

.left-logo-banner .left-logo-layer {
  position: relative; }

.left-logo-banner .left-logo-layer:before {
  content: "";
  left: 0;
  top: 0;
  height: 23.72%;
  width: 23.72%;
  background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/irish-musician.png");
  background-size: cover;
  background-repeat: no-repeat; }

.left-logo-banner .left-logo-layer {
  position: relative; }

.left-logo-banner .left-logo-layer:before {
  content: "";
  position: absolute;
  left: 28px;
  top: 23px;
  height: 121px;
  width: 121px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/irish-musician.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5; }

.left-logo-banner .shg-row > div:first-child .shg-box-vertical-align-wrapper {
  height: 100%; }

.left-logo-banner .left-logo-layer .shg-box-content {
  height: 100%; }

@media only screen and (max-width: 768px) {
  .left-logo-content .h2 h2 {
    font-size: 40px !important; }
  .left-logo-banner .left-logo-layer:before {
    content: none; }
  .left-logo-content .left-logo-btn .shg-btn:before {
    top: -25px;
    right: -44px;
    height: 45px;
    width: 40px; } }

.middle-logo-banner .middile-logo-image {
  position: relative;
  padding-top: 54.47%;
  height: 100%; }

.middle-logo-banner .middile-logo-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.middle-logo-banner .shg-row > div:first-child > div {
  height: 100%; }

.middle-logo-banner .middle-logo-content {
  position: relative;
  padding: 14px 35px;
  background-color: #1C3531; }

.middle-logo-banner .middle-logo-content:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  bottom: 0;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/logo-banner-pattern.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 16%;
  background-position: center;
  mix-blend-mode: multiply; }

.middle-logo-banner .middle-logo-heading h2 {
  font-family: "PT Serif", serif;
  font-size: 55px !important;
  font-weight: 700;
  font-style: italic;
  color: #CBA675 !important;
  margin-bottom: 5px;
  line-height: 1; }

.middle-logo-content .middle-logo-paragraph p {
  font-size: 18px !important;
  font-family: "PT Serif", serif;
  font-weight: 350;
  font-style: italic;
  color: #EAEADF; }

.middle-logo-banner .middle-logo-heading {
  max-width: 380px;
  margin: 0 auto;
  text-align: center; }

.middle-logo-banner .middle-logo-paragraph {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px; }

.middle-logo-content .middle-logo-btn .shg-btn {
  font-family: "PT Serif", serif;
  font-size: 17px !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #eaeadf !important;
  border-radius: 25px !important;
  background-color: #3cb28c !important;
  letter-spacing: 1px;
  position: relative; }

.middle-logo-content .middle-logo-btn .shg-btn:hover {
  background-color: #EAEADF !important;
  color: #3CB28C !important; }

.middle-logo-content .middle-logo-btn .shg-btn:before {
  content: "";
  position: absolute;
  top: -25px;
  right: -68px;
  height: 64px;
  width: 59px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/logo-bnr-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(2deg); }

.middle-logo-banner .right-logo-layer {
  position: relative; }

.middle-logo-banner .right-logo-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 125px;
  width: 115px;
  transform: translate(-50%, -50%);
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/irish-concertina.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5; }

.middle-logo-banner .right-logo-layer .shg-box-content {
  height: 100%; }

.middle-logo-banner .shg-row > div:last-child .shg-box-vertical-align-wrapper {
  height: 100%; }

@media only screen and (max-width: 991px) {
  .middle-logo-banner .middle-logo-content {
    padding: 25px 60px; } }

@media only screen and (max-width: 768px) {
  .middle-logo-banner .middle-logo-heading h2 {
    font-size: 40px !important; }
  .middle-logo-banner .right-logo-layer:before {
    content: none; }
  .middle-logo-content .middle-logo-btn .shg-btn:before {
    top: -25px;
    right: -42px;
    height: 43px;
    width: 40px; } }

.music-lessons-block .music-lesson-img {
  width: 100%; }

.music-lessons-block .music-lesson-img .shg-image-content-wrapper {
  height: 100%; }

.music-lessons-block .music-lesson-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.music-lesson-content .music-lesson-title {
  max-width: 412px;
  margin: 0 auto;
  text-align: center; }

.music-lesson-content .music-lesson-title h2 {
  font-size: 50px !important;
  font-family: "PT Serif", serif;
  font-weight: 700 !important;
  font-style: italic !important;
  color: #3CB28D !important;
  line-height: 1.2; }

.music-lessons-block .music-lesson-details p {
  font-size: 16px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  color: #EAEADF;
  margin-bottom: 33px; }

.music-lessons-block .shg-row > div:first-child .shg-box-vertical-align-wrapper {
  height: 100%; }

.music-lessons-block .music-lesson-content {
  background-color: #13322B;
  padding: 20px; }

.music-lesson-details {
  max-width: 374px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px; }

.music-lesson-content .music-lesson-logo {
  margin-bottom: 33px; }

.music-lesson-btn a {
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 20px !important;
  color: #3CB28D !important;
  font-weight: 900;
  font-family: "PT Serif", serif;
  margin-top: 1.07143rem; }

.music-lesson-btn a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #3cb28d;
  transition: width .3s; }

.music-lesson-btn a:hover::after {
  width: 100%; }

.music-lessons-block .music-lesson-content:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 0;
  bottom: 0;
  height: 98%;
  width: 98%;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/music-lesson-pattern.png);
  background-size: cover;
  background-position: center center;
  mix-blend-mode: multiply;
  opacity: 20%; }

.music-lessons-block .shg-row > div:last-child > div > div {
  width: 100%; }

.music-lessons-block .shg-row > div:last-child > .shg-align-container {
  display: flex;
  flex-wrap: wrap;
  height: 100%; }

@media only screen and (min-width: 1199px) {
  .music-lessons-block .music-lesson-img .shg-image-content-wrapper {
    padding-top: 75%; } }

@media only screen and (max-width: 991px) {
  .music-lessons-block .music-lesson-content:before {
    left: 0;
    top: 0; } }

@media only screen and (max-width: 768px) {
  .music-lesson-content .music-lesson-title h2 {
    font-size: 38px !important; }
  .music-lesson-details {
    margin-bottom: 30px; }
  .music-lesson-btn a {
    font-size: 16px !important; }
  .music-lessons-block .music-lesson-content:before {
    left: 0; }
  .music-lessons-block .music-lesson-img .shg-image-content-wrapper {
    padding-top: 60%; } }

.learn-more-section {
  position: relative;
  padding: 75px 20px 100px 20px; }

.learn-more-section .learn-more-heading {
  padding: 0 !important;
  max-width: 1236px;
  margin: 0 auto;
  margin-bottom: 45px; }

.learn-more-heading h2 {
  font-size: 50px !important;
  font-family: "PT Serif", serif !important;
  font-weight: 900 !important;
  color: #3cb28d !important;
  display: inline-block !important;
  background-color: #eaeadf;
  padding: 0 10px !important;
  line-height: 1.1 !important;
  text-transform: capitalize !important;
  margin-block: 0 !important; }

.learn-more-heading .shogun-heading-component {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin: 0 41px; }

.learn-more-heading .shogun-heading-component:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -40px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.learn-more-heading .shogun-heading-component:after {
  content: "";
  position: absolute;
  top: 18px;
  right: -40px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.learn-more-concertina {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 35px; }

.learn-more-concertina p {
  font-family: "PT Serif", serif !important;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #1C3531 !important;
  line-height: 1.3; }

.learn-more-concertina p strong {
  color: #3CB28D;
  text-decoration: underline;
  font-weight: 400; }

.compare-concertinas-btn {
  margin-bottom: 50px; }

.compare-concertinas-btn a {
  font-family: "PT Serif", serif;
  font-size: 19px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: #13322B !important;
  background-color: #3CB28D !important;
  border-radius: 25px !important;
  padding: 9px 24px !important;
  transition: .6s ease; }

.learn-about-content {
  max-width: 700px;
  margin: 0 auto; }

.learn-about-content p {
  font-family: 'Bergen Text' !important;
  font-size: 16px;
  font-weight: 400 !important;
  color: #1C3531 !important; }

.learn-about-content p:first-child {
  margin-bottom: 45px; }

.learn-about-content p:first-child {
  margin-bottom: 45px; }

.learn-about-content h3 {
  margin: 0;
  font-family: 'Bergen Text' !important;
  font-size: 16px;
  color: #1C3531 !important;
  font-weight: 600;
  margin-bottom: 10px; }

@media only screen and (max-width: 768px) {
  .learn-more-concertina p:first-child {
    font-size: 20px !important;
    color: #1C3531 !important;
    margin-bottom: 20px; }
  .learn-more-concertina p:last-child {
    font-family: 'CircularStd' !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    margin-bottom: 19px !important; }
  .compare-concertinas-btn {
    margin-bottom: 35px; }
  .learn-more-concertina {
    margin-bottom: 0;
    padding-top: 30px; }
  .compare-concertinas-btn {
    margin-bottom: 0; }
  .learn-more-section {
    padding: 35px 20px; }
  .learn-more-accord .shogun-accordion-heading {
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important; }
  .learn-more-accord .shogun-accordion {
    border: none !important;
    box-shadow: none !important; }
  .learn-more-accord .shogun-accordion-body {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0 !important; }
  .learn-more-accord .shogun-accordion-heading h4 {
    font-size: 16px !important;
    font-family: "PT Serif", serif;
    color: #3CB28D !important;
    display: inline-block;
    max-width: 100px;
    position: relative; }
  .learn-more-accord .shogun-accordion-heading h4:before, .learn-more-accord .shogun-accordion-heading h4:after {
    content: "";
    position: absolute;
    bottom: 14px;
    height: 1px;
    width: 10px;
    background: #3cb28d;
    transition: ease-in-out .4s; }
  .learn-more-accord .shogun-accordion-heading h4:before {
    right: 7px;
    transform: rotate(45deg);
    transform-origin: left bottom; }
  .learn-more-accord .shogun-accordion-heading h4:after {
    right: 3px;
    transform-origin: right bottom;
    transform: rotate(-45deg); }
  .learn-more-accord .shogun-accordion-active .shogun-accordion-heading h4:before {
    transform: rotate(-45deg);
    bottom: 8px; }
  .learn-more-accord .shogun-accordion-active .shogun-accordion-heading h4:after {
    transform: rotate(45deg);
    bottom: 8px; }
  .learn-more-accord {
    margin-bottom: 30px; }
  .learn-about-content {
    padding-top: 20px; }
  .learn-more-heading h2 {
    top: 45px;
    position: relative;
    font-size: 30px !important; }
  .learn-more-heading .shogun-heading-component {
    margin: 0;
    background-size: cover; }
  .learn-more-heading .shogun-heading-component:before {
    content: none; }
  .learn-more-heading .shogun-heading-component:after {
    content: none; }
  .learn-more-heading h2:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -23px;
    height: 19px;
    width: 19px;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .learn-more-heading h2:after {
    content: "";
    position: absolute;
    top: 9px;
    right: -23px;
    height: 19px;
    width: 19px;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .compare-concertinas-btn a {
    letter-spacing: 0 !important; }
  .learn-more-accord .shogun-accordion-active .shogun-accordion-heading {
    display: none; } }

.blog-slider-section {
  padding: 55px 20px 45px 20px; }

.blog-slider-section .mcneela-reels {
  margin-bottom: 28px; }

.blog-slider-section .blog-title-pattern {
  margin-bottom: 26px;
  position: relative;
  width: 100%; }

.blog-slider-section .blog-slider-title {
  padding-bottom: 55px;
  margin-bottom: 30px; }

.blog-slider-section .blog-slider-title {
  padding: 0 30px;
  padding-top: 0 !important;
  padding-bottom: 55px !important;
  border-bottom: 1px solid #d1b17f;
  margin: 0 30px;
  margin-bottom: 30px; }

.blog-slide .shogun-image-container .shg-image-content-wrapper {
  position: relative;
  padding-top: 99.38%; }

.blog-slide .shogun-image-container .shg-image-content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.blog-slide .slide-content-block {
  padding: 13px 17px;
  background-color: #3CB28D; }

.blog-slide .blog-slide-title {
  padding: 0 !important; }

.blog-slide .blog-slide-title h3 {
  font-family: "PT Serif", serif;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #FFFFFF !important;
  text-align: left !important;
  max-width: 205px; }

.slide-content-block .blog-slide-btn {
  text-align: left !important; }

.slide-content-block .blog-slide-btn .shg-btn {
  background-color: transparent !important;
  font-family: "PT Serif", serif;
  font-size: 20px !important;
  color: #1c3531 !important;
  font-weight: 900;
  padding: 0 !important;
  text-decoration: none; }

.slide-content-block .blog-slide-btn .shg-btn:hover:after {
  width: 100%; }

.slide-content-block .blog-slide-btn .shg-btn:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  top: -5px;
  position: relative;
  background: #1c3531;
  transition: width .3s; }

.blog-slide .shg-box-content .shg-box-vertical-align-wrapper {
  padding: 0 28px;
  margin-top: -110px; }

.blog-title-pattern:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 61px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/blog-reel-bg-patternn.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: -1; }

.blog-slider-section .blog-slider-title h2 {
  text-transform: uppercase;
  color: #D1B17F !important;
  font-size: 30px !important;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "PT Serif", serif;
  display: inline-block;
  position: relative; }

.blog-slider-section .blog-slider-title h2:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -25px;
  height: 13px;
  width: 12px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/latest-blog-star.png);
  background-position: center;
  background-repeat: no-repeat; }

.blog-slider-section .blog-slider-title h2:after {
  content: "";
  position: absolute;
  top: 12px;
  right: -25px;
  height: 13px;
  width: 12px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/latest-blog-star.png);
  background-position: center;
  background-repeat: no-repeat; }

.reel-blog-list .shg-row > .slick-list .slick-track > div:nth-child(odd) > div .slide-content-block {
  position: relative; }

.reel-blog-list .shg-row > .slick-list .slick-track > div:nth-child(even) > div .slide-content-block {
  position: relative;
  background-color: #8C8279; }

.reel-blog-list .shg-row > .slick-list .slick-track > div:nth-child(odd) > div .slide-content-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/blog-contnent-odd-pattern.png);
  background-size: cover;
  background-position: center;
  opacity: 20%;
  mix-blend-mode: color-dodge; }

.reel-blog-list .shg-row > .slick-list .slick-track > div:nth-child(even) > div .slide-content-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/blog-contnent-even-pattern.png);
  background-size: auto;
  background-position: center;
  opacity: 20%;
  mix-blend-mode: color-dodge; }

.blog-slider-section .first-blog-list {
  position: relative;
  margin: 0 -20px;
  padding-bottom: 98px; }

.blog-slider-section .first-blog-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 77%;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/blog-list-bg-pattern.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.reel-blog-list .blog-slide {
  padding: 0 15px; }

.reel-blog-list .reels-slide-img {
  width: 100% !important;
  height: 100% !important; }

.reel-blog-list .shg-row .slick-prev {
  left: 45%;
  top: 112%; }

.reel-blog-list .shg-row .slick-next {
  right: 45%;
  top: 112%; }

.reel-blog-list .shg-row .slick-next, .reel-blog-list .shg-row .slick-prev {
  background-color: transparent;
  border: none;
  height: 41px;
  margin-top: 0;
  padding: 0;
  width: 20px; }

.blog-slider-section .visit-blog-btn .shg-btn {
  padding: 0 !important;
  font-family: "PT Serif", serif;
  font-size: 20px !important;
  font-weight: 900;
  color: #1c3531 !important; }

.blog-slider-section .visit-blog-btn .shg-btn:hover:after {
  width: 100%; }

.blog-slider-section .visit-blog-btn .shg-btn:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  top: -5px;
  position: relative;
  background: #1c3531;
  transition: width .3s; }

.blog-slider-section .visit-blog-btn {
  padding-top: 20px; }

.reel-blog-list .slick-list.draggable {
  padding-right: 21% !important; }

@media only screen and (max-width: 1399px) {
  .reel-blog-list .shg-row .slick-prev {
    left: 43%; }
  .reel-blog-list .shg-row .slick-next {
    right: 43%; } }

@media only screen and (max-width: 991px) {
  .reel-blog-list .shg-row .slick-prev {
    left: 40%; }
  .reel-blog-list .shg-row .slick-next {
    right: 40%; } }

@media only screen and (max-width: 767px) {
  .reel-blog-list .shg-row .slick-next, .reel-blog-list .shg-row .slick-prev {
    display: none !important; }
  .reel-blog-list .slick-list.draggable {
    padding-right: 27% !important; }
  .blog-slide .blog-slide-title h3 {
    font-size: 14px !important; }
  .slide-content-block .blog-slide-btn .shg-btn {
    font-size: 14px !important; }
  .blog-slide .shg-box-content .shg-box-vertical-align-wrapper {
    padding: 0 28px;
    margin-top: -50px; }
  .blog-slider-section .blog-slider-title {
    padding: 0;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid #d1b17f;
    margin: 0;
    margin-bottom: 30px; }
  .blog-slider-section .blog-slider-title h2:before {
    top: 3px; }
  .blog-slider-section .blog-slider-title h2:after {
    top: 3px; }
  .blog-slider-section .blog-slider-title h2 {
    font-size: 15px !important; }
  .blog-slider-section .reel-blog-list {
    padding-bottom: 20px; }
  .blog-slider-section {
    padding: 30px 20px 30px 20px; }
  .blog-slider-section .first-blog-list:before {
    background-size: cover; } }

.subhead-line-section {
  padding: 35px 20px 32px 20px; }

.subhead-line-section .subhead-line-title {
  padding: 0 !important; }

.subhead-line-section .subhead-line-title h2 {
  font-size: 50px !important;
  font-family: "PT Serif", serif;
  font-weight: 900 !important;
  color: #3cb28d !important;
  margin-bottom: 0;
  display: inline-block !important;
  background-color: #eaeadf;
  padding: 0 10px !important;
  line-height: 1.1 !important; }

.subhead-line-section .subhead-line-title {
  padding: 0 !important;
  max-width: 1236px;
  margin: 0 auto;
  margin-bottom: 15px; }

.subhead-line-title .shogun-heading-component {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 41px; }

.subhead-line-title .shogun-heading-component:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -40px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.subhead-line-title .shogun-heading-component:after {
  content: "";
  position: absolute;
  top: 18px;
  right: -40px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.subhead-line-caption p {
  font-family: "PT Serif", serif !important;
  font-size: 18px;
  font-weight: 400 !important;
  font-style: italic;
  color: #1C3531 !important;
  margin-bottom: 22px !important; }

.subhead-line-section .subhead-line-column {
  max-width: 805px;
  margin: 0 auto; }

.subhead-line-column .subhead-component {
  text-align: center; }

.subhead-component .subhead-comp-img .shg-image-content-wrapper {
  display: inline-block;
  position: relative;
  width: 104px !important;
  height: 104px !important;
  padding: 3px;
  background: #cba675;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%); }

.subhead-comp-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 5px;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%); }

.subhead-component .subhead-product-title {
  padding-bottom: 0 !important; }

.subhead-component .subhead-product-title h3 {
  font-family: 'Bergen Text Semi';
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1C3531 !important;
  text-transform: uppercase !important; }

.subhead-bottom-border hr {
  margin-bottom: 65px !important;
  border-top: 1.5px solid #cba675 !important;
  max-width: 1236px;
  margin: 0 auto; }

.subhead-bottom-border {
  padding: 0 20px; }

.subhead-bottom-border.visibility-hide {
  visibility: hidden;
  height: 0; }

.subhead-bottom-border.visibility-hide .shg-hr-wrapper {
  padding: 0; }

@media only screen and (max-width: 767px) {
  .subhead-bottom-border hr {
    margin-bottom: 20px !important;
    border: none !important; }
  .subhead-line-section {
    padding: 25px 0 25px 0; }
  .subhead-line-title .shogun-heading-component {
    margin: 0;
    background-size: cover; }
  .subhead-line-section .subhead-line-title h2 {
    top: 45px;
    position: relative;
    font-size: 30px !important; }
  .subhead-line-title .shogun-heading-component:before {
    content: none; }
  .subhead-line-title .shogun-heading-component:after {
    content: none; }
  .subhead-line-section .subhead-line-title {
    margin-bottom: 60px;
    padding: 0 20px !important; }
  .subhead-line-title h2:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -23px;
    height: 19px;
    width: 19px;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .subhead-line-title h2:after {
    content: "";
    position: absolute;
    top: 9px;
    right: -23px;
    height: 19px;
    width: 19px;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .subhead-line-caption {
    display: none; }
  .subhead-component .subhead-product-title {
    padding-top: 10px; }
  .subhead-component .subhead-comp-img {
    width: 74px;
    height: 81px; }
  .subhead-component .subhead-product-title h3 {
    font-size: 13px !important;
    max-width: 130px;
    margin: 0 auto; }
  .subhead-comp-img img {
    padding: 4px; }
  .subhead-line-section .subhead-line-column .slick-track {
    opacity: 1 !important; } }

@media only screen and (max-width: 680px) {
  .subhead-component .subhead-comp-img {
    width: 110px;
    height: 110px; } }

.category_collection_section .page-sidebar #facetedSearch {
  margin-top: 0;
  padding-top: 15px;
  border-top: 0; }

.category_collection_section .page-sidebar .sidebarBlock h2 {
  margin: 0 !important;
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-weight: 600;
  color: #1c3531;
  text-transform: uppercase;
  margin-bottom: 10px !important; }

.category_collection_section .page-sidebar .sidebarBlock:not(#facetedSearch) .navList li a {
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #b5bbb3; }

.category_collection_section .page-sidebar .sidebarBlock:not(#facetedSearch) .navList {
  margin-bottom: 0; }

.category_collection_section .page-sidebar .sidebarBlock:not(#facetedSearch) {
  padding-top: 12px;
  border-top: 1px solid #1c3531; }

.sidebarBlock .accordion-block #facetedSearch-content--brand .toggleLink span {
  font-family: "PT Serif", serif;
  font-size: 17px;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 5px;
  color: #3CB28D;
  font-weight: 350;
  font-style: italic;
  text-decoration: underline;
  text-transform: capitalize;
  transition: 0.6s ease; }

.sidebarBlock .accordion-block #facetedSearch-content--brand .toggleLink span:hover {
  color: #1c3531; }

.left_category_sidebar_section .form-minMaxRow .price-range-slider {
  padding: 10px 6px; }

.left_category_sidebar_section .price-range-slider .range-value input {
  margin: 20px 0 0px 0; }

.left_category_sidebar_section .price-range-slider .range-bar .ui-slider-handle:nth-child(2) {
  display: none; }

.left_category_sidebar_section .price-range-slider .range-bar .ui-slider-range {
  background: #CBA675; }

.left_category_sidebar_section .price-range-slider .range-bar .ui-slider-handle + span {
  background: #CBA675; }

.left_category_sidebar_section .price-range-slider .range-bar .ui-slider-handle + span {
  border: none; }

.left_category_sidebar_section .price-range-slider .range-value input {
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 600;
  color: #1C3531 !important;
  opacity: 80%; }

.left_category_sidebar_section .price-range-slider .range-bar {
  width: 92%;
  margin-left: 7px;
  background: #CBA675;
  height: 2px; }

.facetedSearch-navList .accordion--navList .accordion-title {
  margin-bottom: 10px !important;
  margin: 0 !important;
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-weight: 600;
  color: #1C3531;
  text-transform: uppercase; }

.accordion--navList .navList-item .navList-action--checkbox:before {
  background-color: transparent;
  border: 1px solid #1c3531;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 16px; }

.accordion--navList .navList-item .navList-action--checkbox:after {
  background-image: none;
  height: 6px;
  width: 6px;
  background-color: #1c3531;
  border-radius: 100%;
  top: 17px !important;
  left: 2px; }

.accordion--navList .navList-item .navList-action--checkbox {
  padding-left: 18px;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #626661; }

.facetedSearch-navList .accordion--navList .accordion-block {
  border-bottom: 1px solid #1c3531;
  padding-bottom: 10px;
  margin-top: 20px; }

.category_collection_section {
  padding: 0 20px;
  max-width: 1276px !important;
  margin: 0 auto !important; }

.category_collection_section .facetedSearch-refineFilters {
  display: none; }

.category_collection_section .facetedSearch-navList {
  margin-top: 0 !important;
  display: block !important; }

.category_collection_section .accordion--navList .accordion-navigation {
  pointer-events: none;
  border: none !important; }

.category_collection_section .accordion-navigation span:not(.accordion-title) {
  display: none; }

.category_collection_section .left_side_common_part .side_title {
  margin: 0 !important;
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-weight: 600;
  color: #1c3531;
  text-transform: uppercase;
  margin-bottom: 10px !important;
  display: none; }

.category_collection_section .music_mcneela_instruments p {
  font-family: "PT Serif", serif;
  font-size: 17px;
  font-style: italic;
  color: #6F6259;
  line-height: 1.2;
  margin-bottom: 12px !important; }

.category_collection_section .left_side_common_part .read__more__btn {
  font-size: 17px;
  color: #3CB28D;
  font-family: "PT Serif", serif;
  font-style: italic; }

.category_collection_section .left_side_common_part .read__more__btn:hover {
  color: #6F6259; }

.category_collection_section .music_mcneela_instruments {
  padding-bottom: 15px;
  border-bottom: 1px solid #1C3531;
  margin-bottom: 15px; }

.category_collection_section .page-sidebar .links_for_seo ul {
  list-style: none;
  margin: 0; }

.category_collection_section .page-sidebar .links_for_seo ul li {
  margin-bottom: 5px; }

.category_collection_section .page-sidebar .links_for_seo ul li a {
  font-family: "PT Serif", serif;
  font-size: 17px;
  font-weight: 300;
  font-style: italic;
  color: #6F6259; }

.category_collection_section .page-sidebar .links_for_seo ul li a:hover {
  color: #3cb28d; }

.category_collection_section .page-sidebar .links_for_seo {
  padding-bottom: 15px;
  border-bottom: 1px solid #1C3531; }

.category_collection_section .more_seo_text_block p {
  font-family: "PT Serif", serif;
  font-size: 14px;
  font-style: italic;
  color: #6F6259; }

.category_collection_section .more_seo_text_block {
  padding-bottom: 15px;
  border-bottom: 1px solid #1C3531;
  margin-bottom: 15px;
  padding-top: 15px; }

.category_collection_section .page-sidebar {
  width: 20%;
  padding-left: 0; }

.category_collection_section .page-content {
  width: 80% !important;
  padding-right: 0 !important;
  padding-left: 18px !important; }

.category_collection_section .accordion--navList .accordion-block:first-child {
  margin-top: 0 !important;
  border-top: 1px solid #1c3531;
  padding-top: 10px; }

.category_collection_section .page-content .actionBar {
  display: none; }

.category_collection_section .productGrid .card-figure {
  padding: 0; }

.category_collection_section .card-figure .card-img-container {
  max-width: 100%;
  position: relative;
  padding-top: 78%; }

.category_collection_section .productGrid .card-img-container::after {
  content: none; }

.category_collection_section .card-body .card-title {
  min-height: 60px; }

.category_collection_section .card-body .card-text.d-none {
  margin-bottom: 0 !important; }

.category_collection_section .card-body .card-title a {
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 600;
  color: #13322B;
  text-align: center; }

.category_collection_section .card-title a,
.category_collection_section .small_desc_text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.card-text {
  margin-bottom: 0 !important; }

.category_collection_section .card-body .price-section .price-now-label {
  display: none; }

.category_collection_section .card-body .price-section {
  display: inline-block; }

.category_collection_section .card-body .price-section .price.price--withTax {
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  color: #13322B; }

.category_collection_section .card-body .price-section .price.price--rrp {
  font-family: "PT Serif", serif;
  font-weight: 700; }

.category_collection_section .card .small_desc_text {
  text-align: center;
  border-bottom: 1px solid #1C3531;
  margin-bottom: 8px;
  width: 100%;
  min-height: 42px; }

.category_collection_section .card .small_desc_text p {
  font-family: "PT Serif", "Helvetica", sans-serif;
  font-size: 13px;
  color: #000;
  font-style: italic;
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 0 !important; }

.category__slider__part .productView-thumbnail {
  padding: 0 !important;
  width: 100%; }

.category__slider__part .productView-thumbnail .productView-thumbnail-link {
  max-width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  position: relative;
  padding-top: 133.33%; }

.productView-thumbnail-link img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.category__slider__part {
  margin-left: 0;
  margin-bottom: 0 !important; }

.category__slider__part .slick-dots {
  bottom: 12px !important; }

.category__main__block .slick-dots li button, .category__main__block .slick-dots li button::before {
  height: 10px;
  left: 0;
  top: 0;
  width: 10px;
  border-radius: 50%; }

.category_collection_section .page-content .productGrid li {
  padding-left: 8px;
  padding-right: 8px; }

.category_collection_section .page-content .productGrid li.customer-review {
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
  padding-bottom: 50px; }

.category_collection_section .page-content .productGrid li.sale-offer-section {
  width: 66.666666% !important; }

.category__slider__part .slick-next, .category__slider__part .slick-prev {
  margin: 0 !important;
  border: none !important;
  background-color: transparent;
  width: 9px;
  height: 12px; }

.category__slider__part .slick-next {
  right: 70px; }

.category__slider__part .slick-prev {
  left: 70px; }

.category__slider__part .slick-dots li {
  width: 12px;
  height: 12px; }

.category__slider__part .slick-next, .category__slider__part .slick-prev {
  top: auto;
  bottom: 10px; }

.category__slider__part .slick-next::before, .category__slider__part .slick-prev::before {
  height: 16px;
  width: 12px;
  display: none; }

.category__slider__part .slick-next:focus, .category__slider__part .slick-next:hover, .category__slider__part .slick-prev:focus, .category__slider__part .slick-prev:hover {
  background-color: transparent !important; }

.category_collection_section .card-figure .sale-flag-side {
  display: none; }

.category_collection_section .slick-dots li button {
  background-color: #707070;
  opacity: 20%;
  border: none !important; }

.category_collection_section .slick-dots li.slick-active button {
  opacity: 100%; }

.facetedSearch-navList .blocker {
  background: transparent; }

.category__main__block .badge__img {
  position: absolute;
  top: -27px;
  right: 0;
  width: 82px;
  height: 57px;
  z-index: 999; }

.category_collection_section .productGrid .category__li {
  overflow: visible; }

.category_collection_section .productGrid .card-figure {
  overflow: visible; }

.category__part_small .bottom__part__text .card-text .price-section:nth-child(3) span:first-child {
  display: none; }

.category__part_small .bottom__part__text .card-text {
  width: 50%;
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 767px) {
    .category__part_small .bottom__part__text .card-text {
      width: 65%; } }
  @media (max-width: 767px) {
    .category__part_small .bottom__part__text .card-text {
      width: 65%; } }

.category__part_small .bottom__part__text .view_more_btns {
  width: 50%;
  padding: 0 5px;
  border-left: 1px solid #1c3531;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center; }
  @media only screen and (max-width: 767px) {
    .category__part_small .bottom__part__text .view_more_btns {
      width: 35%; } }
  @media (max-width: 767px) {
    .category__part_small .bottom__part__text .view_more_btns {
      width: 35%; } }

.category__part_small .bottom__part__text {
  display: flex;
  flex-wrap: wrap; }

.category__part_small .bottom__part__text .view_more_btns a {
  font-family: "PT Serif", serif;
  font-size: 18px;
  color: #3CB28D;
  font-weight: 900; }

.category__part_small .bottom__part__text .card-text .price-section:nth-child(3) span:last-child {
  font-family: "PT Serif", serif;
  font-weight: 700;
  padding-left: 4px; }

.category__part_small .bottom__part__text .view_more_btns a:hover {
  color: #13322b; }

.left_category_sidebar_section .title_toggle {
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  color: #3CB28D; }

.left_category_sidebar_section .title_toggle {
  display: none; }

.left_category_sidebar_section .facetedSearch .facetedSearch-toggle {
  display: none; }

.category_collection_section .facetedSearch-navList .accordion {
  border: none; }

.top_seller_title > div > div > div > div {
  padding: 0 !important; }

.top_seller_title > div > div > div > div > div > div > div p {
  font-family: "PT Serif", serif;
  font-size: 15px;
  color: #1C3531;
  font-weight: 600;
  padding: 0 8px; }

.top_seller_title > div > div > div > div > div > div > div p {
  font-family: "PT Serif", serif;
  font-size: 15px;
  color: #1c3531;
  font-weight: 600;
  padding: 0 8px;
  top: 3px;
  position: relative;
  background-color: #eaeadf; }

.top_seller_title > div > div > div > div > div > div {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 20px; }

.top_seller_title > div > div > div > div > div > div:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -18px;
  height: 15px;
  width: 15px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.top_seller_title > div > div > div > div > div > div:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  height: 15px;
  width: 15px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.top__product .top_seller_product > div > div > div > div {
  padding: 0; }

.top__product .top_seller_product .css-1vr8bhw .css-1opky08 {
  margin: 0; }

.top__product .top_seller_product .css-5usbk3 .css-1q2aer7 {
  display: none; }

.top__product .top_seller_product .css-5usbk3 .css-1e7bd5g a {
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 16px;
  color: #13322B;
  text-transform: uppercase;
  padding-top: 10px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px; }

.top__product .top_seller_product .css-5usbk3 .css-1e7bd5g {
  border-bottom: 1px solid #1C3531; }

.top__product .top_seller_product .css-5usbk3 .css-ra4dpf {
  padding-bottom: 10px;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 20px;
  color: #1C3531;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #1C3531; }

.links_for_seo.left_side_common_part .side_title.top__title {
  padding-top: 20px; }

.links_for_seo.left_side_common_part .side_title.top__title > div > div > div > div {
  padding: 0; }

.links_for_seo.left_side_common_part .side_title.top__title > div > div > div > div > div > div {
  text-align: left; }

.links_for_seo.left_side_common_part .side_title.top__title > div > div > div > div > div > div p {
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-weight: 600;
  color: #1C3531;
  text-transform: uppercase; }

.left_side_common_part .link_list_group > div > div > div > div {
  padding: 0; }

.left_side_common_part .link_list_group > div > div > div > div p {
  font-family: "PT Serif", serif;
  font-weight: 350;
  font-style: italic;
  font-size: 17px;
  color: #6F6259;
  text-decoration: underline;
  padding-bottom: 2px; }

.category_collection_section .left_side_common_part .side_title > div > div > div > div {
  padding: 0; }

.category_collection_section .more_seo_text_block .more_seo_text > div > div > div > div {
  padding: 0; }

.category_collection_section .music_mcneela_instruments .music_mcneela_desc > div > div > div > div {
  padding: 0; }

.category_collection_section .music_mcneela_instruments .btn-readmore > div > div > div > div {
  padding: 0; }

.category_collection_section .left_side_common_part .side_title p {
  font-family: "PT Serif", serif;
  font-weight: 600;
  color: #1C3531;
  font-size: 15px;
  font-style: normal; }

.mobile_toggle .links_for_seo .link_list_group > div > div > div > div > div > div {
  text-align: left; }

.mobile_toggle .links_for_seo .link_list_group > div > div > div > div > div > div a {
  font-family: "PT Serif", serif;
  font-weight: 350;
  font-style: italic;
  font-size: 17px;
  color: #6F6259; }

.mobile_toggle .links_for_seo .link_list_group > div > div > div > div > div > div a:hover {
  color: #3CB28D; }

.music_mcneela_instruments .btn-readmore > div > div > div a {
  font-family: "PT Serif", serif;
  font-weight: 350;
  font-style: italic;
  font-size: 17px;
  color: #3CB28D; }

.category_collection_section .music_mcneela_instruments .btn-readmore p {
  margin-bottom: 0 !important; }

.music_mcneela_instruments .btn-readmore > div > div > div a:hover {
  color: #6F6259; }

@media only screen and (max-width: 1199px) {
  .category__slider__part .slick-prev {
    left: 53px; }
  .category__slider__part .slick-next {
    right: 53px; } }

@media only screen and (max-width: 991px) {
  .category__slider__part .slick-prev {
    left: 27px; }
  .category__slider__part .slick-next {
    right: 27px; } }

@media only screen and (max-width: 800px) {
  .category_collection_section .accordion--navList .accordion-navigation {
    padding-left: 0;
    padding-right: 0; }
  .accordion--navList .accordion-content {
    padding: 0 !important; }
  .category_collection_section .accordion--navList .accordion-navigation {
    margin-bottom: 0.78571rem !important; } }

@media only screen and (max-width: 767px) {
  .left_category_sidebar_section .title_toggle {
    display: block;
    position: relative; }
  .left_category_sidebar_section.active .title_toggle:before, .left_category_sidebar_section.active .title_toggle:after, .left_category_sidebar_section .title_toggle:before, .left_category_sidebar_section .title_toggle:after {
    content: "";
    position: absolute;
    bottom: 16px;
    height: 1px;
    width: 12px;
    background: #1C3531;
    transition: ease-in-out .4s; }
  .left_category_sidebar_section.active .title_toggle:before {
    left: 170px;
    transform: rotate(45deg);
    transform-origin: left bottom; }
  .left_category_sidebar_section.active .title_toggle:after {
    left: 176px;
    transform-origin: right bottom;
    transform: rotate(-45deg); }
  .left_category_sidebar_section .title_toggle:before {
    transform: rotate(-45deg);
    left: 170px;
    bottom: 13px; }
  .left_category_sidebar_section .title_toggle:after {
    transform: rotate(45deg);
    left: 178px;
    bottom: 13px; }
  .category_collection_section .page-sidebar {
    width: 100%;
    padding-right: 0; }
  .category_collection_section .page-content {
    width: 100% !important;
    padding-left: 0 !important; }
  .category_collection_section .top__product {
    display: none; }
  .category_collection_section .page-sidebar .links_for_seo {
    display: none; }
  .category_collection_section .page-sidebar {
    padding-top: 15px;
    border-top: 1px solid #707070;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    margin-bottom: 40px; }
  .category_collection_section .facetedSearch-navList {
    padding-top: 0; }
  .category_collection_section .accordion--navList .accordion-navigation {
    padding-left: 0;
    padding-right: 0; }
  .facetedSearch-navList .accordion--navList .accordion-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #1c3531; }
  .page-sidebar + .page-content .productGrid .product {
    width: 50% !important; }
  .category__slider__part .slick-prev {
    left: 29%; }
  .category__slider__part .slick-next {
    right: 29%; }
  .category_collection_section .card-body .card-title a {
    font-size: 17px; }
  .category_collection_section .card-body .price-section .price.price--withTax {
    font-size: 14px; }
  .category__part_small .bottom__part__text .view_more_btns a {
    font-size: 12px; }
  .spotlight-review-block.shop-all .spotlight-review-title h3 {
    text-align: center !important; }
  .spotlight-review-block.shop-all .spotlight-review-text p {
    text-align: center !important; }
  .spotlight-review-block.shop-all .spotlight-reviewer-name h4 {
    text-align: center !important; }
  .category_collection_section .page-content .productGrid li.sale-offer-section {
    width: 100% !important;
    padding-bottom: 30px; }
  .left_category_sidebar_section .mobile_toggle {
    display: none; }
  .category_collection_section .card-body .card-title {
    min-height: auto; }
  .category_collection_section .card .small_desc_text {
    display: none; }
  .category_collection_section .card-body .card-title {
    border-bottom: 1px solid #1c3531; }
  .category_collection_section .page-sidebar .facetedSearch {
    padding-top: 15px;
    border-top: 0; }
  .category_collection_section .page-sidebar .accordion-content {
    display: block; }
  .category_collection_section .accordion--navList .accordion-block:first-child {
    border-top: 0; }
  .category_collection_section .more_seo_text_block {
    border-bottom: 0; } }

@media only screen and (max-width: 640px) {
  .category__slider__part .slick-next, .category__slider__part .slick-prev {
    bottom: 5px;
    height: auto;
    width: 12px;
    padding: 0; }
  .category__slider__part .slick-next {
    right: 22%; }
  .category__slider__part .slick-prev {
    left: 22%; }
  .category__slider__part .slick-dots {
    max-width: 54px;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden; }
  .category__main__block .slick-dots li button:before, .category__main__block .slick-dots li button {
    height: 10px;
    width: 10px; }
  .category_collection_section .page-content .productGrid li {
    padding-left: 7px;
    padding-right: 10px; } }

.reviews-slider-section {
  background-color: #6F6259;
  padding: 65px 0 60px; }

.product-tabbing-main .productReviews {
  border: none;
  margin-bottom: 0; }

.reviews-heading {
  padding: 0 !important;
  background-color: #6F6259;
  max-width: 1236px;
  margin: 0 auto;
  margin-bottom: 65px;
  padding: 0 20px !important; }

.reviews-heading .shogun-heading-component {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 41px; }

.reviews-heading .shogun-heading-component:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -40px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.reviews-heading h2 {
  font-family: "PT Serif", serif;
  font-size: 50px !important;
  line-height: 1.1 !important;
  color: #EAEADF !important;
  font-weight: 900 !important;
  text-align: center !important;
  display: inline-block !important;
  background-color: #6F6259;
  padding: 0 10px !important; }

.reviews-heading .shogun-heading-component:after {
  content: "";
  position: absolute;
  top: 18px;
  right: -40px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.productReviews .productReviews-list {
  margin: 0;
  position: relative; }

.productReviews-list .productReview article {
  background-color: #EAEADF;
  border-radius: 29px;
  padding-bottom: 60px;
  height: 100%; }

.review-author-cover {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 99px;
  height: 107px;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  padding: 5px;
  margin-top: -15px;
  background-color: #EAEADF; }

.review-author-pattern .review-author-img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  background-color: #213C37;
  color: #EAEADF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.productReviews-list .productReview header {
  text-align: center; }

.productReviews-list .productReview-rating {
  width: 100%;
  display: block; }

.productReviews-list .review-author-pattern {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 60px;
  height: 67px;
  margin-bottom: 70px;
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 21px; }

.productReviews-list .review-author-pattern:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -37px;
  height: 32px;
  width: 32px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.productReviews-list .review-author-pattern:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -37px;
  height: 32px;
  width: 32px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.productReviews .productReviews-list .productReview-rating .icon--ratingFull svg {
  fill: #F47E27; }

.productReviews .productReviews-list .productReview-rating {
  margin-bottom: 25px; }

.productReviews-list .productReview header .productReview-title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 19px;
  color: #6F6259;
  text-transform: capitalize;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 5px; }

.productReviews-list .productReview .productReview-body {
  font-family: "PT Serif", serif;
  font-weight: 350;
  font-style: italic;
  font-size: 19px;
  color: #6F6259;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 6px; }

.productReviews-list .productReview .productReview-author {
  text-align: center;
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 19px;
  text-transform: uppercase;
  color: #6F6259; }

.productReviews-list .productReview {
  float: none;
  padding: 0 22px;
  height: auto;
  display: flex !important;
  flex-wrap: wrap; }

.productReviews-list .slick-dots {
  bottom: -80px; }

.productReviews-list .slick-dots li {
  height: 25px;
  width: 25px; }

.productReviews-list .slick-dots li button {
  border: 1px solid #EAEADF; }

.productReviews-list .slick-dots li.slick-active button::before {
  background: #EAEADF; }

.productReviews-list .slick-dots li button:hover::before {
  background: #eaeadf75; }

.productReviews-list .slick-list {
  padding-top: 10px !important; }

.productReviews-list .slick-list .slick-track {
  display: flex; }

.category__slider__part.slick-initialized,
.shogun-tab-active .productReviews-list {
  opacity: 1; }

.category__slider__part,
.productReviews-list {
  opacity: 0;
  transition: opacity 0.3s; }

@media only screen and (max-width: 767px) {
  .reviews-heading .shogun-heading-component {
    margin: 0;
    background-size: cover; }
  .reviews-heading h2 {
    top: 45px;
    position: relative;
    font-size: 30px !important; }
  .reviews-heading h2:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -23px;
    height: 19px;
    width: 19px;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .reviews-heading h2:after {
    content: "";
    position: absolute;
    top: 9px;
    right: -23px;
    height: 19px;
    width: 19px;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; } }

.productReviews-list .slick-list .slick-track {
  margin: 0; }

.cat-description {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px; }

.cat-description-container {
  padding: 0 20px;
  max-width: 1276px !important;
  margin: 0 auto !important; }

.cs-shogun-category-template .cat-description-container {
  max-width: 100% !important;
  padding: 0; }

.cat-description-container img {
  width: 100%; }

.category_collection_section .card-body .price-section.sale-price-custom .price.price--withTax {
  color: #ff5772; }

.category_collection_section .card-body .price-section.rrp-sale-custom {
  display: none; }

.cat-banner-cs .left-content-logo img {
  width: auto; }

.cs-shogun-product-template .tab-menu {
  display: none; }

.cs-shogun-product-template .pr-description-title, .cs-shogun-product-template .ysw-c-tab__title--description {
  display: none; }

.cs-shogun-product-template .tab-box {
  max-width: 100%;
  width: 100%; }

.cs-shogun-product-template .pr-description {
  padding: 0; }

.musician-section .musician-content.dorado-color {
  background-color: #6f6259; }

.cs-shogun-category-template .cat-description {
  margin-bottom: 0; }

.cs-shogun-category-template .blog-slider-section .blog-title-pattern img {
  width: auto; }

.cat-listing-review--pattern {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 38px; }

.cat-listing-review--pattern:after {
  content: "";
  position: absolute;
  top: 15px;
  right: -33px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.cat-listing-review--pattern:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -33px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.cat-listing-review .cat-listing-review-col {
  padding: 15px 0; }

.cat-listing-review .cat-listing-review-col .cat-listing-review-col {
  padding: 0; }

.cat-listing-review .shg-row {
  align-items: center; }

.cat-listing-review .cat-listing-review-col h3 {
  margin-top: 0;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 16px;
  color: #51453d;
  margin-bottom: 6px; }

.cat-listing-review .cat-listing-review-col p {
  font-family: "PT Serif", serif;
  font-weight: 350;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 10px;
  color: #51453d; }

.cat-listing-review .cat-listing-review-col h4 {
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #51453d;
  margin-top: 0; }

.cat-listing-review .cat-listing-review-col .shogun-image-container .shg-image-content-wrapper {
  height: 100%; }

.cat-listing-review .cat-listing-review-col .shogun-image-container {
  opacity: 1;
  position: relative;
  background-color: #213C37;
  height: 120px;
  width: 115px;
  padding: 5px;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  margin: 0 auto; }

.cat-listing-review .cat-listing-review-col .shogun-image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  object-position: left top; }

@media (max-width: 767px) {
  .cat-listing-review .cat-listing-review-col .shg-align-left {
    text-align: center !important; } }

/* Logo Size changes*/
@media (min-width: 1025px) {
  .header-main-inner .header-middle .logo {
    width: 80%; }
  .header-main-inner .header-middle .logo img {
    width: 100%;
    max-height: unset; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .header-main-inner .header-middle .logo {
    width: 100%; }
  .header-main-inner .header-middle .logo img {
    width: 100%;
    max-height: unset; } }

@media (max-width: 767px) {
  .mobile-search-bar {
    padding: 9px 16px;
    background-color: #1C3531; }
  .mobile-search-bar .head-search {
    height: 27px; }
  .mobile-search-bar .form {
    width: 100%; }
  .header-main-inner {
    padding-bottom: 0; }
  .mobile-search-bar .form:before {
    content: '';
    width: 12px;
    height: 11px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Group_3466' data-name='Group 3466' width='8.692' height='10.67' viewBox='0 0 8.692 10.67'%3E%3Cg id='Ellipse_449' data-name='Ellipse 449' transform='translate(0)' fill='none' stroke='%231c3531' stroke-width='1.25'%3E%3Cellipse cx='3.687' cy='3.687' rx='3.687' ry='3.687' stroke='none'/%3E%3Cellipse cx='3.687' cy='3.687' rx='3.062' ry='3.062' fill='none'/%3E%3C/g%3E%3Cpath id='Path_3126' data-name='Path 3126' d='M-7064.951,451.484l2.508,3.812' transform='translate(7070.613 -444.97)' fill='none' stroke='%231c3531' stroke-width='1.25'/%3E%3C/svg%3E"); }
  .logo .header-logo-image-unknown-size {
    max-height: 36.6px; }
  .header.sticky {
    position: sticky !important;
    top: 0; }
  .header.sticky .header-main {
    top: 0; }
  .header.sticky .header-main-inner {
    top: 0; }
  .header.sticky .header-top {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 0; }
  .header-top {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .header-mob-slogen {
    height: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .header.sticky .container {
    padding-bottom: 5px; }
  .header-top .header-top-left {
    padding-top: 3px; }
  .quickSearchResults .productGrid {
    overflow: scroll;
    height: 100vh; }
  .mobile-search-bar .quickSearchResults .modal-close {
    display: block;
    top: -3px;
    right: 2px; } }

.productView-rating .ruk_rating_snippet {
  cursor: pointer; }

.card-body .bottom__part__text {
  border-top: 1px solid #1c3531;
  padding-top: 7px; }

.card-body .ruk_rating_snippet {
  text-align: center;
  margin-bottom: 10px; }

.card-body .ruk_rating_snippet .ruk-rating-snippet-count {
  color: #1c3531 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding-left: 5px; }

@media (max-width: 480px) {
  .card-body .ruk_rating_snippet .ruk-rating-snippet-count {
    display: inline-block; } }

.quickSearchResults .card .category__slider__part .productView-thumbnail {
  display: none; }

.quickSearchResults .card .category__slider__part .productView-thumbnail:first-child {
  display: block; }

.quickSearchResults .card-body .price-section.rrp-sale-custom {
  display: none; }

.quickSearchResults .card-body .price-section.sale-price-custom .price-now-label {
  display: none; }

@media (min-width: 768px) {
  .quickSearchResults {
    position: absolute;
    right: 0;
    top: 26px;
    width: 768px;
    background-color: #eaeadf;
    z-index: 1; }
  .quickSearchResults .modal-close {
    top: 5px; }
  .quickSearchResults .productGrid {
    padding: 40px 20px; }
  .navPages-item > .navPages-action.activePage {
    color: #3CB28D; } }

.footer-nav ul {
  max-width: 722px;
  margin: 0 auto; }

@media (max-width: 480px) {
  .right__part__product .guarantee-block {
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-top: 33px;
    padding-bottom: 12px; }
  .right__part__product .guarantee-block:before {
    width: calc(100% + 20px);
    left: -10px;
    background-size: 100% 100%; } }

.find-us-main > .shg-box-content {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 13px 20px; }

.find-us-title .shogun-heading-component h1 {
  font-family: "PT Serif", serif;
  font-size: 60px !important;
  font-weight: 700 !important;
  color: #1c3531 !important;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 0 40px;
  margin-bottom: 20px; }

.find-us-title .shogun-heading-component h1:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 5px;
  height: 20px;
  width: 20px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-size: cover;
  background-repeat: no-repeat; }

.find-us-title .shogun-heading-component h1:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 5px;
  height: 20px;
  width: 20px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-size: cover;
  background-repeat: no-repeat; }

.find-us-details .shogun-heading-component h3 {
  font-family: "PT Serif", serif;
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #1c3531 !important;
  line-height: 1;
  margin-bottom: 26px; }

.find-us-details h4, .find-us-details strong {
  font-family: 'Bergen Text Semi'; }

.find-us-details {
  font-family: "PT Serif", serif;
  color: #1C3531 !important; }

.find-us-details h4, .find-us-details strong {
  font-family: 'Bergen Text Semi'; }

.find-us-details h4 {
  color: #60B08F !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-family: 'Bergen Text' !important; }

.find-us-details .shg-rich-text p {
  font-size: 13px;
  font-family: "PT Serif", serif;
  color: #1C3531 !important; }

.find-us-details .shg-rich-text p:last-child {
  margin-bottom: 20px !important; }

.find-us-details .shg-rich-text a {
  font-family: "PT Serif", serif; }

.find-us-map {
  padding-right: 57px;
  position: relative; }

.find-us-map:after {
  content: '';
  width: 1px;
  height: calc(100% + 30px);
  position: absolute;
  right: 0;
  top: 0;
  background-color: #707070; }

.visit-us {
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  color: #1C3531; }

.visit-title {
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-weight: 600;
  margin-right: 23px; }

.visit-address {
  max-width: 183px;
  margin-right: 63px;
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 24px; }

.find-us-content {
  margin-bottom: 60px; }

.visit-link a {
  color: #1C3531;
  font-family: "PT Serif", serif;
  font-size: 19px;
  line-height: 24px;
  font-weight: bold; }

.find-social-links {
  margin-top: 40px; }

.find-social-links a {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 25px; }

.find-copy-text p {
  font-family: 'Bergen Text' !important;
  font-size: 15px;
  color: #1C3531 !important; }

@media (min-width: 1025px) {
  .find-us-details .shg-rich-text p {
    font-size: 14px; } }

@media (max-width: 767px) {
  .find-us-map {
    padding-right: 0; }
  .find-us-map:after {
    width: 0; }
  .visit-us {
    padding-top: 21px;
    margin-bottom: 70px; }
  .visit-link {
    order: -1;
    width: 100%;
    margin-bottom: 18px; }
  .find-us-title .shogun-heading-component h1 {
    font-size: 38px !important;
    margin-top: 9px; }
  .find-us-title .shogun-heading-component h1:before {
    top: 10px; }
  .find-us-title .shogun-heading-component h1:after {
    top: 10px; }
  .find-us-details .shogun-heading-component h3:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 0px;
    height: 20px;
    width: 20px;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-size: cover;
    background-repeat: no-repeat; }
  .find-us-details .shogun-heading-component h3:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
    background-size: cover;
    background-repeat: no-repeat; }
  .find-us-details .shogun-heading-component h3 {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    line-height: 68px;
    font-size: 38px !important; } }

@media (max-width: 359px) {
  .find-us-details .shogun-heading-component h3 {
    font-size: 28px !important; } }

.login .form-field .form-input {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border: none;
  padding: 12px 27px 12px 27px;
  font-family: '"PT Serif", serif';
  font-size: 15px;
  color: #1c3531;
  border-radius: 26px; }

.login {
  margin: 0 auto !important;
  max-width: 1280px !important;
  padding: 0 20px; }

.login .login-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: unset;
  margin-top: 0; }

.login .login-form {
  padding-left: 0.75rem;
  padding-right: 144px;
  width: 60%;
  float: left; }

.login .new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 40%;
  float: left;
  background: #DDDDDD; }

.login .button.button--primary {
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 15px !important;
  color: #13322b !important;
  background-color: #3cb28d !important;
  border-radius: 30px !important;
  text-transform: uppercase;
  position: relative;
  transition: .6s ease;
  border: none;
  margin-bottom: 0;
  width: auto; }

.login .button.button--primary:hover {
  background-color: #13322b !important;
  color: #3cb28d !important; }

.login .forgot-password {
  font-family: '"PT Serif", serif';
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
  color: #1C3531;
  margin: 0 0 0 21px !important;
  text-decoration: none; }

.login .form-actions {
  display: flex;
  align-items: center;
  margin-bottom: 27px; }

.login .login-heading {
  font-size: 55px;
  color: #1C3531;
  font-weight: 700;
  font-family: "PT Serif", serif;
  margin-top: 46px; }

.login-form p {
  font-size: 16px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  margin-bottom: 24px; }

.login-form p {
  font-size: 16px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  color: #1C3531; }

.panel-body .new-customer-intro {
  font-size: 16px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  color: #1C3531;
  line-height: 20px;
  margin-bottom: 20px; }

.login .panel .panel-title {
  font-size: 37px;
  line-height: 40px;
  color: #3CB28D;
  font-family: "PT Serif", serif;
  font-weight: 700; }

.login .panel .panel-header {
  background: none;
  padding-top: 66px; }

.login .panel .panel-body {
  margin-bottom: 0;
  background: none; }

.login .new-customer-fact-list {
  margin-bottom: 73px;
  margin-left: 5px; }

.login .new-customer-fact-list .new-customer-fact {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Bergen Text Semi';
  text-transform: uppercase;
  color: #1c3531;
  line-height: 26px;
  list-style: none;
  position: relative;
  display: flex;
  align-items: flex-start; }

.login .new-customer-fact-list .new-customer-fact:before {
  content: "-";
  display: block;
  position: absolute;
  left: -5px;
  font-size: 24px;
  line-height: 1; }

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

.form-field .form-input::placeholder {
  color: #1C3531; }

@media only screen and (max-width: 1024px) {
  .login {
    padding-right: 0; } }

@media only screen and (max-width: 991px) {
  .login .login-form {
    padding-right: 50px; }
  .login .new-customer {
    width: 50%; }
  .login .login-form {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  .login {
    padding: 0; }
  .login .new-customer {
    width: 100%; }
  .login .login-form {
    width: 100%;
    padding-left: 21px; }
  .login .panel .panel-header {
    padding-left: 21px; }
  .login .panel .panel-body {
    padding-left: 21px;
    padding-bottom: 50px; }
  .login .login-form {
    margin-top: 26px; }
  .login .login-heading {
    margin-top: 0px; }
  .login .panel .panel-header {
    padding-top: 50px; }
  .login .new-customer-fact-list {
    margin-bottom: 32px; }
  .login .login-heading {
    font-size: 45px; }
  .login .login-form {
    padding-right: 29px; } }

@media only screen and (max-width: 380px) {
  .login .forgot-password {
    margin-left: 10px !important; } }

.account .form-field .form-input {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border: none;
  padding: 12px 27px 12px 27px;
  font-family: '"PT Serif", serif';
  font-size: 15px;
  color: #1c3531;
  border-radius: 26px; }

.account.account--fixed {
  width: auto;
  max-width: 480px; }

.account .login-heading {
  margin-top: 0;
  font-size: 55px;
  color: #1c3531;
  font-weight: 700;
  font-family: "PT Serif", serif;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center; }

.account .form {
  display: flex;
  flex-wrap: wrap; }

.account .form .form-row {
  width: 100%; }

.account .form-actions {
  width: auto; }

.account .button.button--primary {
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 15px !important;
  color: #13322b !important;
  background-color: #3cb28d !important;
  border-radius: 30px !important;
  text-transform: uppercase;
  position: relative;
  transition: .6s ease;
  border: none;
  margin-bottom: 0;
  width: auto; }

.account .button.button--primary:hover {
  background-color: #13322b !important;
  color: #3cb28d !important; }

.account .form-select {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border: none;
  padding: 12px 27px 12px 27px;
  font-family: "PT Serif", serif;
  font-size: 15px;
  color: #1c3531;
  border-radius: 26px; }

.account .form-row--half > .form-field:nth-child(odd) {
  clear: unset; }

.form-row--half .cs-EmailAddress.form-field {
  width: 100%; }

.form-row--half .cs-Phone.form-field {
  width: 100%; }

.form-row--half .cs-AddressLine1.form-field {
  width: 100%; }

.form-row--half .cs-AddressLine2.form-field {
  width: 100%; }

.form-row--half .cs-CompanyName.form-field {
  width: 100%; }

.form-row .form-field--success .form-input {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' %3E%3Cg id='Group_4600' data-name='Group 4600' transform='translate(-638.872 -633.635)'%3E%3Cpath id='Path_5469' data-name='Path 5469' d='M-7753.092,413.305l3,3.811,7.526-9.367' transform='translate(8397.699 232.202)' fill='none' stroke='%2302B67B' stroke-width='1'/%3E%3Cg id='Ellipse_451' data-name='Ellipse 451' transform='translate(638.872 633.635)' fill='none' stroke='%2302B67B' stroke-width='1'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
  background-position: right 0.71429rem center;
  background-repeat: no-repeat;
  background-color: #fff !important; }

.form-row .form-input[aria-required="true"] {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='Group_4600' data-name='Group 4600' transform='translate(-638.872 -633.635)'%3E%3Cpath id='Path_5469' data-name='Path 5469' d='M-7753.092,413.305l3,3.811,7.526-9.367' transform='translate(8397.699 232.202)' fill='none' stroke='%23c9c9c9' stroke-width='1'/%3E%3Cg id='Ellipse_451' data-name='Ellipse 451' transform='translate(638.872 633.635)' fill='none' stroke='%23c9c9c9' stroke-width='1'%3E%3Ccircle cx='11' cy='11' r='11' stroke='none'/%3E%3Ccircle cx='11' cy='11' r='10.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat; }

.form-field--error .form-inlineMessage {
  margin-left: 10px; }

@media only screen and (max-width: 802px) {
  .account .form .form-row {
    margin: 0; }
  .account.account--fixed {
    max-width: unset;
    padding: 0 20px;
    margin-bottom: 0; }
  .account .g-recaptcha {
    margin: 0 auto; }
  .account .form-actions {
    width: 100%;
    margin-top: 1.5rem; } }

@media only screen and (max-width: 767px) {
  .account .login-heading {
    font-size: 45px;
    line-height: 48px; }
  .home-review-star .shg-row > .shg-c-xs-6 {
    width: auto !important; } }

@media only screen and (max-width: 360px) {
  .account.account--fixed {
    padding: 0 10px; } }

.testimonials-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 80px; }

.testimonials-title h2 {
  text-align: center;
  font-family: "PT Serif", serif;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px; }

@media only screen and (max-width: 767px) {
  .cs-mega-menu-verticle .cs-mega-menu-inner > li .mega-title {
    margin-top: 15px;
    position: relative;
    width: 100%;
    background-color: #EAEADF; }
  .cs-mega-menu-verticle .cs-mega-menu-inner > li .mega-title a {
    color: #1C3531; }
  .cs-mega-menu-verticle .cs-mega-menu-inner > li:first-child .mega-title:before {
    content: none; }
  .cs-mega-menu-verticle .cs-mega-menu-inner > li:last-child .mega-title:before {
    content: none; }
  .cs-mega-menu-verticle .cs-mega-menu-inner > li .mega-title {
    margin: 13px 0;
    display: flex;
    margin-right: 20px;
    padding-right: 0; }
  .cs-mega-menu-verticle .cs-mega-menu-inner > li .mega-title .mega-lable-img {
    max-width: 84px; }
  .cs-mega-menu-verticle .cs-mega-menu-inner > li .mega-title a {
    padding-right: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    padding-left: 30px; }
  .cs-mega-menu-verticle .cs-mega-menu-inner > li .mega-title::after {
    top: 35px;
    right: 2px;
    width: 11px;
    height: 19px;
    background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/mega-menu-sub.png"); }
  .cs-mega-menu-verticle .mobile-backto-link span {
    font-family: "PT Serif", serif;
    font-size: 18px;
    color: #CCB58E;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 25px;
    display: inline-block;
    position: relative;
    cursor: pointer; }
  .cs-mega-menu-verticle .mobile-backto-link span:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 19px;
    top: 4px;
    left: 0px;
    background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/mega-menu-back.png");
    background-size: cover; }
  .cs-mega-menu-verticle .megadrop.active-menu {
    padding: 0;
    padding-left: 0 !important; }
  .cs-mega-menu-verticle .megadrop.active-menu .mobile-backto-link-last span {
    font-family: "PT Serif", serif;
    font-size: 18px;
    color: #CCB58E;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 25px;
    display: inline-block;
    position: relative;
    cursor: pointer; }
  .cs-mega-menu-verticle .megadrop.active-menu .mobile-backto-link-last span:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 19px;
    top: 4px;
    left: 0px;
    background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/mega-menu-back.png");
    background-size: cover; }
  .cs-mega-menu-verticle .megadrop.active-menu .mega-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #9C918A;
    margin-bottom: 20px;
    padding: 16px 20px;
    align-items: baseline; }
  .cs-mega-menu-verticle .megadrop.active-menu .mega-header .shop-link {
    width: auto;
    padding: 0;
    font-family: "PT Serif", serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 17px; }
  .cs-mega-menu-verticle .megadrop.active-menu .mega-header .shop-name {
    font-family: "PT Serif", serif;
    font-size: 30px;
    font-weight: 700;
    color: #1C3531; }
  .cs-mega-menu-verticle .megadrop.active-menu .mega-content ul li {
    width: 50%;
    border-bottom: none; }
  .cs-mega-menu-verticle .megadrop.active-menu .mega-content ul li a {
    padding: 0; }
  .cs-mega-added .cs-mega-menu-horizontal.navPage-subMenu.is-open {
    padding: 0 !important; }
  .cs-mega-added .cs-mega-menu-horizontal.navPage-subMenu .mobile-backto-link span {
    font-family: "PT Serif", serif;
    font-size: 18px;
    color: #ccb58e;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 25px;
    display: inline-block;
    position: relative;
    cursor: pointer; }
  .cs-mega-added .cs-mega-menu-horizontal.navPage-subMenu .mobile-backto-link span:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 19px;
    top: 4px;
    left: 0;
    background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/mega-menu-back.png");
    background-size: cover; }
  .cs-mega-added .cs-mega-menu-horizontal.navPage-subMenu .mobile-backto-link {
    margin-bottom: 20px; }
  .mega-horizontal-inner .mega-horizontal-img {
    width: 100% !important; }
  .mega-horizontal-inner .mega-horizontal-img {
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    border: 0; }
  .mega-horizontal-inner .mega-horizontal-img a {
    margin-bottom: 0; }
  .cs-mega-menu-horizontal .mega-horizontal-details .hz-menu-header a {
    margin-bottom: 0; }
  .mega-horizontal-details .mega-horizontal-content .hz-menu-row .hz-menu-small-col {
    width: 100%;
    margin-bottom: 20px; }
  .mega-horizontal-inner .mega-horizontal-details {
    width: 100% !important; }
  .mega-horizontal-inner .mega-horizontal-details .mega-horizontal-content .hz-menu-row {
    flex-wrap: wrap; }
  .mega-horizontal-inner .mega-horizontal-details .mega-horizontal-content .hz-menu-row .hz-menu-big-col-cat > div {
    width: 100%;
    margin-bottom: 20px; }
  .mega-horizontal-inner .mega-horizontal-details .mega-horizontal-content .hz-menu-row .hz-menu-big-col-cat {
    flex-wrap: wrap; }
  .mega-horizontal-inner .mega-horizontal-content .hz-menu-row .hz-menu-big-col-cat .cat-col-big ul {
    max-width: 100%; }
  .mega-horizontal-details .mega-horizontal-content .hz-menu-row .hz-menu-small-col ul li {
    padding: 0 20px; }
  .cs-mega-menu-horizontal .mega-horizontal-content .hz-menu-row p {
    padding: 0 20px; }
  .cs-mega-menu-horizontal .mega-horizontal-content .hz-menu-row ul li a {
    margin: 6px 0;
    font-size: 14px; }
  .cs-mega-menu-horizontal .mega-horizontal-content .hz-menu-row ul li {
    padding: 0 20px; }
  .mega-horizontal-inner .mega-horizontal-details .mega-horizontal-content .hz-menu-row .hz-menu-big-col-cat {
    margin-bottom: 0; }
  .mobile-backto-link span {
    font-family: "PT Serif", serif;
    font-size: 18px;
    color: #ccb58e;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 25px;
    display: inline-block;
    position: relative;
    cursor: pointer; }
  .cs-mega-menu-horizontal .mobile-backto-link svg {
    width: 11px;
    height: 19px; }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0; }
  .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item a .collapsible-icon-wrapper {
    height: auto;
    width: auto; }
  .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item a .collapsible-icon-wrapper .icon {
    top: 7px; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-left: 0; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list li {
    float: none; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list li ul {
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    border: none;
    width: 100%;
    height: 100%;
    background-color: #EAEADF;
    margin: 0;
    z-index: 999;
    padding-left: 0; }
  .navPage-subMenu.is-open {
    width: 100%; }
  .mobile-backto-sub-link {
    display: flex;
    align-items: center;
    height: 57px;
    background-color: #1C3531;
    width: 100%;
    color: #CCB58E;
    padding: 0 21px; }
  .mobile-backto-sub-link span {
    font-family: "PT Serif", serif;
    font-size: 18px;
    color: #ccb58e;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 25px;
    display: inline-block;
    position: relative;
    cursor: pointer; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list li ul li a {
    padding-top: 12px; } }

.home-product-spotlight .spotlight-title h3 span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden; }

.category_collection_section .card-body .card-title a {
  /* autoprefixer: off */
  /* autoprefixer: on */ }

.musicians-slider .musician-slider-img .shg-image-content-wrapper {
  height: 143px;
  width: 141px; }

.musicians-slider .musician-slider-img img {
  padding: 2px 6px; }

.home-reviews-slider-section #ReviewsWidget, .ReviewsWidget {
  max-width: 1280px;
  margin: 0 auto; }

.home-reviews-slider-section .ElementsWidget-prefix .R-DropUpDownMenu {
  background-color: #6f6259;
  border: 1px solid; }

.catagory-item .catagory-image {
  height: 171px;
  width: 100%; }

.cs-mega-menu-verticle .mega-content li a:hover .img-wrap:before {
  opacity: 20%; }

.cs-mega-menu-verticle .mega-content li a:hover p {
  color: #3CB28D !important; }

.header-left .currency #currencySelection, .header-left .currency #currencySelectionDesktop, .header-left .currency #currencySelectionMobile {
  background-color: #b1946c;
  min-width: 155px;
  border-top: 2px solid #1c3531;
  padding-top: 5px;
  padding-bottom: 5px; }

.header-left .currency #currencySelection li > a, .header-left .currency #currencySelectionDesktop li > a, .header-left .currency #currencySelectionMobile li > a {
  padding: 0;
  padding-left: 3px;
  border-bottom: 1px solid;
  color: #fff;
  font-weight: normal; }

.header-left .currency #currencySelection li > a.selected, .header-left .currency #currencySelectionDesktop li > a.selected, .header-left .currency #currencySelectionMobile li > a.selected {
  color: #eaeadf; }

.header-left .currency #currencySelection li > a:hover, .header-left .currency #currencySelectionDesktop li > a:hover, .header-left .currency #currencySelectionMobile li > a:hover {
  color: #eaeadf; }

.header-left .currency #currencySelection li strong, .header-left .currency #currencySelectionDesktop li strong, .header-left .currency #currencySelectionMobile li strong {
  font-weight: normal; }

.header-left .currency #currencySelection li a img, .header-left .currency #currencySelectionDesktop li a img, .header-left .currency #currencySelectionMobile li a img {
  margin-right: 5px; }

.header-left .currency .dropdown-menu.f-open-dropdown {
  left: 0 !important; }

.header-left .currency .navUser-section {
  margin: 0; }

.header-left .currency .navUser-section .navUser-action--currencySelector {
  display: inline-block;
  padding: 0;
  padding-left: 3px;
  position: relative;
  font-size: 15px; }

.currency-text {
  display: inline-block;
  margin-bottom: 0;
  font-family: "PT Serif", serif;
  font-size: 14px;
  color: #51453d;
  font-weight: 700;
  padding-right: 5px; }

.header-left .currency .navUser-section .navUser-action--currencySelector span {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  padding-left: 3px; }

.header-left .currency .navUser-section .navUser-action--currencySelector .icon {
  margin-top: 0; }

.category_collection_section {
  padding-top: 50px; }

.cs-shogun-category-template .category_collection_section {
  padding-top: 0; }

.cs-bc-category-template .pagination-list {
  margin-bottom: 50px; }

.category__main__block {
  position: relative; }

.cs-image-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1; }

.card-body {
  position: relative; }

.cs-card-body-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.category__part_small .bottom__part__text .view_more_btns a {
  z-index: 1; }

#reviews-io-polaris-modal-ReviewsWidget .ElementsWidget {
  margin: 0; }

.cs-bc-product-template .product-tabbing-main {
  display: inline-block;
  width: 100%;
  padding-top: 60px; }

.cs-bc-product-template .pr-description {
  display: inline-block;
  width: 100%; }

.category_collection_section .card:hover .card-body .card-title a {
  color: #3cb28d; }

.home-product-spotlight .spotlight-price .product-price {
  font-size: 20px !important;
  color: #13322b !important; }

.productView-options .form [data-product-option-change] .form-field[data-product-attribute="swatch"] {
  margin-top: 15px; }

.footer-bottom-part .right-part img {
  max-width: 280px; }

.see-all-concertinas a {
  font-family: 'Bergen Text Semi';
  color: #1c3531;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #6F6259; }

.see-all-concertinas {
  margin-bottom: 8px; }

@media (max-width: 1129px) {
  .home-product-spotlight .spotlight-price .product-price {
    font-size: 18px !important; } }

@media (max-width: 1180px) {
  .catagory-item .catagory-image {
    height: 140px; } }

@media (min-width: 768px) {
  .view-more-mobile {
    display: none; }
  .cs-mega-menu-verticle .cat-box > li > a {
    padding-bottom: 0;
    padding-top: 0; }
  .cs-mega-menu-verticle .mega-content li p {
    margin-bottom: 16px;
    min-height: 40px; }
  .productView-images .custom_product_slider .custom_thumbnail_img {
    max-width: 545px; }
  .custom_product_slider .productView-thumbnails li .productView-thumbnail-link {
    max-width: 70px;
    height: 70px; } }

@media (min-width: 768px) and (max-width: 800px) {
  .navPages-list .navPage-subMenu {
    position: absolute;
    width: 100%;
    left: 0; } }

@media (max-width: 767px) {
  .view-more-desktop {
    display: none; }
  .category_collection_section .card-body .price-section .price.price--withTax {
    font-size: 17px; }
  .category__part_small .bottom__part__text .view_more_btns a {
    font-size: 18px; }
  .category_collection_section .card-body .card-title {
    min-height: 60px; }
  .musicians-slider .musician-slider-img .shg-image-content-wrapper {
    height: 134px;
    width: 132px; }
  .home-reviews-slider-section .reviews-heading .shogun-heading-component:before {
    width: 0; }
  .home-reviews-slider-section .reviews-heading .shogun-heading-component:after {
    width: 0; }
  .cs-bc-product-template .product-tabbing-main {
    padding-top: 40px !important; }
  .product-tabbing-main {
    padding-top: 40px !important; }
  .cs-bc-product-template .related-product-tabslider .productCarousel {
    margin: 0; }
  .cs-bc-product-template .tab-box .shipping-section {
    padding-top: 0; }
  .cs-bc-product-template .shipping-details-img img {
    width: 100%; }
  .home-product-spotlight .spotlight-price .product-price {
    font-size: 16px !important; }
  .productView-description.default-product-template iframe {
    width: 100%; }
  .productView-options .form [data-product-option-change] .form-field {
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #1C3531; }
  .productView-options .form [data-product-option-change] .form-field:before {
    width: 0; }
  .productView-options .form [data-product-option-change] .form-field[data-product-attribute="swatch"] .form-label--alternate {
    display: block; }
  .productView-options .form [data-product-option-change] .form-field[data-product-attribute="swatch"] {
    text-align: left;
    padding-bottom: 5px;
    margin-top: 0; }
  .mob-item-cart a {
    text-decoration: none;
    display: flex;
    align-items: center; }
  .mob-item-cart a svg {
    stroke: none;
    fill: #172926;
    width: 26px;
    height: auto;
    max-height: unset;
    margin-top: -10px; }
  .mob-item-cart .countPill {
    background-color: #3cb28d;
    font-family: "PT Serif", serif;
    font-size: 9px;
    height: 18px;
    width: 18px;
    line-height: 18px; } }

.hero-banner .banner-inner-slide {
  display: flex; }

.banner-inner-slide .half-column {
  width: 50%;
  flex: 0 0 50%; }

.content-block {
  padding: 34px 26px; }

.content-block-inner {
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  align-items: center;
  background-size: contain;
  background-position: center; }

.content-block-inner .content-block-part {
  max-width: 356px;
  margin: 0 auto; }

.hero-banner .banner-sub-hedding {
  font-family: "PT Serif", serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #d1b17f;
  margin-bottom: 8px; }

.hero-banner .banner-hedding {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 60px;
  text-align: left;
  line-height: 1;
  color: #eaeadf;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px; }

.hero-banner .desc-text {
  font-family: "PT Serif", serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 17px;
  color: #fff;
  margin-bottom: 20px;
  text-align: left; }

.hero-banner .btn {
  font-family: "PT Serif", serif;
  color: #1c3531;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background-color: #3cb28d;
  border-radius: 25px;
  padding: 8px 18px;
  transition: .6s ease;
  text-decoration: none; }

.hero-banner .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4; }

.hero-banner .review-part p {
  font-family: "PT Serif", serif;
  color: #eaeadf;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 8px; }

.hero-banner .btn-row {
  display: flex;
  align-items: center; }

.hero-banner .review-part {
  margin-left: 19px; }

.banner-inner-slide .image-block {
  position: relative; }

.banner-inner-slide .floating-img {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center; }

.banner-inner-slide .floating-img img {
  position: relative;
  margin-left: -50%;
  width: auto; }

.hero-banner .main-image {
  height: 100%; }

.hero-banner .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.hero-banner .review-part img {
  width: auto; }

@media (max-width: 767px) {
  .hero-banner .banner-inner-slide {
    flex-direction: column-reverse; }
  .banner-inner-slide .half-column {
    width: 100%;
    flex: 0 0 100%; }
  .banner-inner-slide .floating-img {
    display: none; }
  .content-block-inner .content-block-part {
    text-align: center; }
  .hero-banner .banner-hedding {
    font-size: 32px;
    text-align: center; }
  .hero-banner .banner-sub-hedding {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px; }
  .content-block {
    padding: 25px 20px 30px 20px; }
  .hero-banner .desc-text {
    font-size: 16px;
    text-align: center; }
  .hero-banner .btn {
    display: none; }
  .hero-banner .review-part {
    margin: 0 auto;
    text-align: center; }
  .hero-banner .review-part img {
    margin: 0 auto; } }

@media (min-width: 1025px) {
  .desktop-navbar-sticky .header-search {
    max-width: 240px; } }

@media (max-width: 1120px) {
  .desktop-navbar-sticky .header-search {
    margin-left: 0; } }

.sticky-mini-cart {
  display: none; }

.desktop-navbar-sticky .sticky-mini-cart {
  display: block; }

.sticky-mini-cart .navUser-item--cart {
  height: 100%;
  display: flex;
  align-items: center; }

.sticky-mini-cart .navUser-item--cart .navUser-action {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-family: "PT Serif", serif;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0;
  line-height: 16px;
  color: #51453D; }

.sticky-mini-cart .navUser-item--cart svg {
  margin-top: 0;
  max-width: 20px;
  max-height: 20px; }

.sticky-mini-cart .navUser-item--cart b {
  position: relative;
  top: -3px; }

.sticky-mini-cart .countPill--positive {
  height: 12px;
  width: 12px;
  font-size: 7px;
  font-family: "PT Serif", serif;
  justify-content: center;
  position: absolute;
  right: -6px;
  top: 0;
  display: flex;
  align-items: center;
  background-color: #3cb28d;
  text-align: center;
  margin-left: 8px; }

.sticky-mini-cart .navUser-item--cart svg {
  stroke: none;
  fill: #172926;
  width: 20px;
  height: auto;
  max-height: unset;
  margin-top: -3px; }

.sticky-mini-cart .countPill--positive {
  position: static;
  height: 18px;
  width: 18px;
  font-size: 9px;
  display: inline-block;
  margin-left: 3px;
  margin-top: 0;
  line-height: 18px; }

.sticky-mini-cart .navUser-item--cart .navUser-action {
  display: flex;
  align-items: center; }

.sticky-mini-cart .navUser-item--cart b {
  top: 1px;
  margin-right: 2px; }

.previewCart .productView {
  display: flex;
  flex-direction: revert; }

.previewCart .productView-image {
  margin: 0; }

.previewCart .productView-image--cart {
  position: static; }

.previewCart .productView-image .productView-img-container:after {
  padding: 0; }

.previewCart {
  font-family: "PT Serif", serif;
  color: #13322b; }

.previewCartCheckout .button {
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  border-color: #13322b;
  color: #13322b; }

.previewCartCheckout .button--primary {
  color: #13322b;
  background-color: #3cb28d;
  border-color: #3cb28d; }

.previewCartCheckout .button:hover {
  background-color: #3cb28d;
  border-color: #3cb28d; }

.previewCartCheckout .button--primary:hover {
  background-color: transparent;
  border-color: #13322b; }

.previewCart .productView-title {
  font-family: "PT Serif", serif;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  color: #1c3531; }

.previewCart .previewCartCheckout {
  background: #d9dad2; }

.previewCart .productView-brand {
  display: none; }

.previewCart .productView-price {
  font-size: 21px; }

#previewModal {
  background-color: #eaeadf; }

.modal .previewCart .productView-image {
  width: 30%; }

.modal .previewCart .productView-details {
  width: 70%; }

#previewModal .modal-header-title {
  font-family: 'Bergen Text semi';
  color: #13322b; }

.previewCart .productView-info-name {
  font-family: "PT Serif", serif;
  color: #13322b; }

.previewCart .productView-info-value {
  font-family: 'Bergen Text semi'; }

.previewCart .productView-image .productView-img-container {
  margin-top: 0; }

@media (max-width: 800px) {
  .modal .previewCart .productView-details {
    width: 100%;
    margin-top: 20px; }
  .modal .previewCart .productView-image {
    width: 100%;
    margin-top: 30px; }
  .previewCart .productView {
    flex-wrap: wrap; } }

.cat-main-banner .cat-banner-row {
  display: flex;
  width: 100%; }

.cat-main-banner .cat-banner-row .column {
  width: 50%;
  flex: 0 0 50%; }

.cat-main-banner .banner-img-part img {
  width: 100%; }

.cat-main-banner .banner-content-part {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 28px 20px 28px 20px;
  background-color: #1c3531;
  position: relative; }

.cat-main-banner .cat-banner-content h2 {
  font-size: 55px;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #eaeadf;
  max-width: 480px;
  margin: 0 auto 25px auto;
  padding: 10px 0;
  letter-spacing: normal; }

.cat-main-banner .cat-banner-content .btn {
  font-family: "PT Serif", serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #eaeadf;
  border-radius: 25px;
  background-color: #3cb28c;
  letter-spacing: 1px;
  position: relative;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block; }

.cat-main-banner .cat-banner-content {
  text-align: center;
  position: relative;
  z-index: 1; }

.cat-main-banner .cat-banner-content .btn:before {
  content: '';
  position: absolute;
  top: -25px;
  right: -68px;
  height: 64px;
  width: 59px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/logo-bnr-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(338deg); }

.cat-main-banner .cat-banner-content .btn:hover {
  background-color: #eaeadf;
  color: #3cb28c; }

.cat-main-banner .cat-tag-line img {
  max-width: 145px; }

.cat-main-banner .cat-tag-line {
  margin-bottom: 14px; }

.cat-main-banner .banner-content-part:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  bottom: 44px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/logo-banner-pattern.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 16%;
  mix-blend-mode: multiply;
  background-position: center center; }

.cs-shogun-category-template .cat-main-banner {
  display: none; }

@media (max-width: 991px) {
  .cat-main-banner .cat-banner-row {
    flex-direction: column; }
  .cat-main-banner .cat-banner-row .column {
    width: 100%;
    flex: 0 0 100%; } }

@media (max-width: 767px) {
  .cat-main-banner .cat-banner-content h2 {
    font-size: 40px;
    max-width: 400px; }
  .cat-main-banner .cat-banner-content .btn:before {
    top: -25px;
    right: -44px;
    height: 45px;
    width: 40px; } }

.subhead-bottom-border .shg-hr-wrapper hr {
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .mobile-navigation {
    display: none; } }

@media screen and (max-width: 600px) {
  .pushNav {
    width: 100%;
    right: -100%; } }

@media screen and (min-width: 601px) {
  .pushNav {
    width: 350px;
    right: -350px; } }

ul.pushNav {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.pushNav {
  height: 100%;
  position: fixed;
  top: 84px;
  z-index: 100;
  overflow: hidden;
  background: #eaeadf;
  transition: ease-in-out 0.5s;
  overflow-y: scroll; }

.pushNav hr {
  border: 1px solid #555; }

.pushNav, .pushNav a {
  font-size: 25px;
  font-family: "PT Serif", serif;
  font-weight: 500;
  color: #1C3531;
  text-decoration: none; }

.pushNavIsOpen {
  overflow: auto;
  height: 100%; }

.js-topPushNav.isOpen, .pushNav_level.isOpen {
  right: 0; }

.closeLevel, .openLevel {
  cursor: pointer; }

.openLevel, .closeLevel, .pushNav a {
  padding: 12px 0;
  display: block;
  text-indent: 20px;
  transition: background 0.4s ease-in-out;
  border-bottom: 1px solid #9C918A; }

.hdg {
  background-color: #1e1e24; }

.closeLevel, closelevel > i {
  font-size: 1em;
  color: #a5a5a4; }

.header-main.is-open .mobile-navigation > .pushNav {
  position: static;
  width: 100%; }

.openLevel .icon {
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 33px;
  margin-top: 5px; }

.openLevel .icon svg {
  transform: rotate(-90deg);
  width: 15px;
  fill: #1C3531;
  stroke: #1C3531; }

.mobile-navigation .level1-link {
  font-weight: bold;
  letter-spacing: 0.3px;
  font-size: 25px; }

.mobile-navigation .menu-color-orange > span {
  color: #F29370; }

.mob-nav-user-inner .nav-user-login {
  display: flex; }

.mob-nav-user-inner .nav-user-login a {
  border: 0;
  font-size: 15px;
  position: relative;
  text-transform: inherit;
  padding-left: 7px;
  padding-right: 7px; }

.mob-nav-user-inner {
  background-color: #6F6259;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.mob-nav-user-inner a {
  color: #fff;
  text-indent: inherit; }

.mob-nav-user-inner .nav-user-login a.class_one:after {
  content: '';
  width: 1px;
  height: 19px;
  background-color: #EAEADF;
  display: block;
  position: absolute;
  right: 0;
  top: 17px; }

.nav-user-currency ul {
  list-style: none;
  margin: 0; }

.nav-user-currency .navUser-action {
  font-size: 15px; }

.nav-user-currency .navUser-action .icon {
  margin-left: 5px; }

.nav-user-currency .navUser-action .icon svg {
  fill: #EAEADF;
  stroke: #EAEADF; }

.nav-user-currency .navUser-action > span {
  margin-left: 3px; }

.mobile-navigation .hdg {
  background-color: #1C3531;
  font-family: 'Bergen Text semi';
  font-size: 18px;
  color: #CCB58E;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 10px 0; }

.mobile-navigation .hdg > i {
  display: inline-block;
  line-height: 1;
  margin-top: 2px; }

.mobile-navigation .hdg span {
  text-indent: 0;
  padding-left: 13px;
  font-weight: 600;
  line-height: 1; }

.prev-menu-shopall {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #9C918A;
  padding: 0 20px; }

.prev-menu-shopall a {
  border: 0;
  font-family: 'Bergen Text semi';
  font-size: 17px;
  text-decoration: underline;
  padding-right: 7px;
  display: none; }

.mobile-box-level ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

.mobile-box-level ul li {
  width: 50%;
  padding: 0 10px; }

.mobile-box-level ul li a {
  text-indent: 0;
  border: 0;
  text-align: center;
  padding: 7px 0; }

.mobile-box-level .mob-img-wrap {
  position: relative;
  background-color: #192f2b;
  height: 155px;
  width: 155px;
  margin: 0 auto;
  padding: 5px;
  -webkit-clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%); }

.mobile-box-level .mob-img-wrap img {
  width: 100%;
  height: 100%;
  width: 100%;
  padding: 3px 8px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%); }

.mobile-box-level ul li p {
  font-size: 18px;
  line-height: 20px;
  max-width: 150px;
  margin: 0 auto;
  font-weight: 600; }

.mobile-box-level {
  margin-bottom: 100px;
  padding: 15px 0; }

.mobile-lable-img {
  max-width: 60px; }

.instruments-first-level > li > .openLevel {
  padding: 12px 0; }

.instruments-first-level > li > .openLevel > i {
  margin-top: 17px; }

.instruments-first-level > li > .openLevel > span {
  display: inline-block; }

ul.instruments-first-level {
  padding-bottom: 150px; }

@media (max-width: 767px) {
  .header-menu {
    display: none; } }

.category-side-a {
  margin-bottom: 15px;
  display: inline-block; }

.left_side_common_part.top__product .top_seller_product p {
  font-family: "PT Serif", serif;
  font-size: 17px;
  font-style: italic;
  color: #6f6259;
  line-height: 1.2; }

.category_collection_section .more_seo_text_block .more_seo_text {
  font-family: "PT Serif", serif;
  font-size: 17px;
  font-style: italic;
  color: #6f6259;
  line-height: 1.2; }

.static-review-star .shg-box-content {
  display: flex;
  justify-content: center; }

.Home-static-review .review-author-pattern {
  align-items: center; }

.Home-static-review .review-author-pattern .shg-rich-text {
  vertical-align: top;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  background-color: #213c37;
  color: #eaeadf;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.Home-static-review .review-author-pattern .shg-box-content {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100px;
  height: 102px;
  -webkit-clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  padding: 5px;
  margin-top: -15px;
  background-color: #eaeadf; }

.Home-static-review .review-author-pattern .shg-rich-text p {
  color: #eaeadf;
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 21px; }

.Home-static-review .review-author-pattern .shg-box-content div {
  width: 100%;
  height: 100%; }

.Home-static-review .review-author-pattern .shg-image-content-wrapper img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
  background-color: #213c37;
  object-fit: cover; }

.static-review-star .shg-box-content > div {
  padding: 0 2px; }

.static-review-column {
  text-align: center;
  padding-bottom: 60px !important; }

.static-review-title p {
  font-family: "PT Serif", serif !important;
  font-weight: 700 !important;
  font-size: 19px;
  color: #6f6259 !important;
  text-transform: capitalize;
  text-align: center;
  padding: 0 15px; }

.static-review-title {
  margin-bottom: 5px; }

.static-review-description p {
  font-family: "PT Serif", serif !important;
  font-weight: 350 !important;
  font-style: italic;
  font-size: 19px;
  color: #6f6259 !important;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 6px !important; }

.static-review-auther p {
  text-align: center;
  font-family: 'Bergen Text Semi' !important;
  font-weight: 600 !important;
  font-size: 19px;
  text-transform: uppercase;
  color: #6f6259 !important; }

.static-review-column > .shg-box-content {
  background-color: #eaeadf;
  border-radius: 29px; }

.static-review-column {
  padding: 0 20px; }

.Home-static-review {
  background-color: #6f6259;
  padding: 65px 0 100px; }

.Home-static-review .review-author-pattern {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center 10px;
  margin: 0 60px;
  margin-bottom: 30px;
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 21px; }

.Home-static-review .review-author-pattern:before {
  position: absolute;
  top: 20px;
  left: -37px;
  height: 32px;
  width: 32px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.Home-static-review .review-author-pattern:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -37px;
  height: 32px;
  width: 32px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.Home-static-review .static-review-star {
  min-height: unset !important;
  margin-bottom: 20px; }

.Home-static-review .slick-list {
  padding-top: 10px !important; }

.static-review-star .shogun-icon-wrapper > .shogun-icon {
  font-size: 20px !important;
  color: #f47e27; }

.Home-static-review .slick-dots {
  bottom: -80px; }

.Home-static-review .slick-dots li button {
  border: 1px solid #eaeadf; }

.Home-static-review .slick-dots li.slick-active button::before {
  background: #eaeadf; }

.Home-static-review .slick-dots li button:hover::before {
  background: #eaeadf; }

@media (max-width: 800px) {
  .static-review-column {
    padding: 0 15px; }
  .static-review-title p {
    font-size: 16px; }
  .static-review-description {
    font-size: 15px; }
  .static-review-auther {
    font-size: 16px; } }

@media (max-width: 767px) {
  .Home-static-review .reviews-heading .shogun-heading-component:before,
  .Home-static-review .reviews-heading .shogun-heading-component:after {
    width: 0;
    height: 0; } }

.category_brand_product .page-content .productGrid li {
  padding-left: 8px;
  padding-right: 8px; }

.category_brand_product .productGrid .category__li {
  overflow: visible; }

.category_brand_product .productGrid .card-figure {
  padding: 0; }

.category_brand_product .card-body .card-title {
  min-height: 60px; }

.category_brand_product .card-body .card-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.category_brand_product .card-body .card-title a {
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 600;
  color: #13322b;
  text-align: center; }

.category_brand_product .card .small_desc_text {
  text-align: center;
  border-bottom: 1px solid #1c3531;
  margin-bottom: 8px;
  width: 100%;
  min-height: 42px; }

.category_brand_product .card-body .price-section {
  display: inline-block;
  vertical-align: top; }

.category_brand_product .card-body .price-section .price.price--withTax {
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  color: #13322b; }

.category_brand_product .card-body .price-section.sale-price-custom .price.price--withTax {
  color: #ff5772; }

.category_brand_product .bottom__part__text .card-text .price-section:nth-child(3) span:last-child {
  font-family: "PT Serif", serif;
  color: #707070;
  font-weight: 700;
  padding-left: 4px; }

.category_brand_product .card-body .price-section.rrp-sale-custom {
  display: none; }

.category_brand_product .card-body .price-section .price-now-label {
  display: none; }

.category_brand_product .slick-dots li button {
  background-color: #707070;
  opacity: 20%;
  border: none !important; }

.category_brand_product .slick-dots li.slick-active button {
  opacity: 100%; }

.category_brand_product .price-range-slider .range-bar .ui-slider-range {
  background: #cba675; }

.category_brand_product .price-range-slider .range-bar .ui-slider-handle + span {
  background: #cba675; }

.category_brand_product .price-range-slider .range-bar .ui-slider-handle + span {
  border: none; }

.category_brand_product .price-range-slider .range-bar .ui-slider-handle:nth-child(2) {
  display: none; }

.category_brand_product .form-minMaxRow .price-range-slider {
  padding: 10px 6px; }

.category_brand_product .price-range-slider .range-value input {
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 600;
  color: #1c3531 !important;
  opacity: 50%; }

.category_brand_product .price-range-slider .range-value input {
  margin: 20px 0 0 0; }

.category_brand_product .page-content .actionBar {
  display: none; }

.category_brand_product .facetedSearch-refineFilters {
  display: none; }

.category_brand_product {
  padding: 0 20px;
  max-width: 1276px !important;
  margin: 0 auto !important; }

.category_brand_product {
  padding-top: 50px; }

.category_brand_product .page-sidebar {
  width: 20%;
  padding-left: 0; }

.category_brand_product .page-content {
  width: 80% !important;
  padding-right: 0 !important;
  padding-left: 18px !important; }

.category_brand_product .facetedSearch-toggle + .facetedSearch-navList {
  margin-top: 0; }

@media (max-width: 767px) {
  .category_brand_product .card-body .card-title {
    min-height: 60px; }
  .category_brand_product .card-body .price-section .price.price--withTax {
    font-size: 17px; }
  .category_brand_product .card-body .card-title a {
    font-size: 17px; }
  .category_brand_product .card-body .price-section .price.price--withTax {
    font-size: 14px; } }

@media only screen and (max-width: 991px) {
  .category_brand_product .page-content {
    width: 100% !important;
    padding-left: 0 !important; }
  .category_brand_product .page-sidebar {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
    width: 100%;
    padding-right: 0; }
  .category_brand_product .facetedSearch-toggle-text {
    display: none; }
  .category_brand_product .facetedSearch-toggle-indicator {
    text-align: left; }
  .category_brand_product .toggleLink-text {
    font-family: "PT Serif", serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    color: #3cb28d;
    position: relative;
    text-transform: uppercase; }
  .category_brand_product .toggleLink-text:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 12px;
    background: #1c3531;
    transition: ease-in-out .4s;
    left: 122px;
    transform: rotate(45deg);
    transform-origin: left bottom;
    top: 9px; }
  .category_brand_product .toggleLink-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 9px;
    height: 1px;
    width: 12px;
    background: #1c3531;
    transition: ease-in-out .4s;
    left: 128px;
    transform-origin: right bottom;
    transform: rotate(-45deg); }
  .category_brand_product .toggleLink.is-open .toggleLink-text--on {
    display: flex; }
  .category_brand_product .toggleLink-text .icon {
    display: none; }
  .category_brand_product .facetedSearch-toggle.is-open .toggleLink-text:before {
    transform: rotate(-45deg);
    top: 17px;
    left: 123px; }
  .category_brand_product .facetedSearch-toggle.is-open .toggleLink-text:after {
    transform: rotate(45deg);
    top: 17px; }
  .category_brand_product .facetedSearch-toggle {
    border: 0;
    margin-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid #707070; }
  .category_brand_product .accordion-navigation {
    border: 0; }
  .category_brand_product .page-sidebar {
    padding-top: 15px;
    border-top: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 40px; } }

.search_result_nav {
  display: none; }

.search_result_product_list .page-content .productGrid li {
  padding-left: 8px;
  padding-right: 8px; }

.search_result_product_list .panel-body {
  background: transparent; }

.search_result_product_list .productGrid .category__li {
  overflow: visible; }

.search_result_product_list .productGrid .card-figure {
  padding: 0; }

.search_result_product_list .card-body .card-title {
  min-height: 60px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.search_result_product_list .card-body .card-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.search_result_product_list .card-body .card-title a {
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 600;
  color: #13322b;
  text-align: center; }

.search_result_product_list .card .small_desc_text {
  text-align: center;
  border-bottom: 1px solid #1c3531;
  margin-bottom: 8px;
  width: 100%;
  min-height: 42px; }

.search_result_product_list .card-body .price-section {
  display: inline-block;
  vertical-align: top; }

.search_result_product_list .card-body .price-section .price.price--withTax {
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  color: #13322b; }

.search_result_product_list .card-body .price-section.sale-price-custom .price.price--withTax {
  color: #ff5772; }

.search_result_product_list .bottom__part__text .card-text .price-section:nth-child(3) span:last-child {
  font-family: "PT Serif", serif;
  color: #707070;
  font-weight: 700;
  padding-left: 4px; }

.search_result_product_list .card-body .price-section.rrp-sale-custom {
  display: none; }

.search_result_product_list .card-body .price-section .price-now-label {
  display: none; }

.search_result_product_list .slick-dots li button {
  background-color: #707070;
  opacity: 20%;
  border: none !important; }

.search_result_product_list .slick-dots li.slick-active button {
  opacity: 100%; }

.search_result_product_list .price-range-slider .range-bar .ui-slider-range {
  background: #cba675; }

.search_result_product_list .price-range-slider .range-bar .ui-slider-handle + span {
  background: #cba675; }

.search_result_product_list .price-range-slider .range-bar .ui-slider-handle + span {
  border: none; }

.search_result_product_list .price-range-slider .range-bar .ui-slider-handle:nth-child(2) {
  display: none; }

.search_result_product_list .form-minMaxRow .price-range-slider {
  padding: 10px 6px; }

.search_result_product_list .price-range-slider .range-value input {
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 600;
  color: #1c3531 !important;
  opacity: 50%; }

.search_result_product_list .price-range-slider .range-value input {
  margin: 20px 0 0 0; }

.search_result_product_list .page-content .actionBar {
  display: none; }

.search_result_product_list .facetedSearch-refineFilters {
  display: none; }

.search_result_product_list {
  padding: 0 20px;
  max-width: 1276px !important;
  margin: 0 auto !important; }

.search_result_product_list {
  padding-top: 50px; }

.search_result_product_list .page-sidebar {
  width: 20%;
  padding-left: 0; }

.search_result_product_list .page-content {
  width: 80% !important;
  padding-right: 0 !important;
  padding-left: 18px !important; }

.search_result_product_list .facetedSearch-toggle + .facetedSearch-navList {
  margin-top: 0; }

.search_result_product_list .search-suggestion {
  font-family: "PT Serif", serif; }

.search_result_product_list .suggestion-title {
  font-family: "PT Serif", serif; }

.search_result_product_list .category-suggestion > a {
  font-family: "PT Serif", serif; }

.search_result_product_list .category-suggestion {
  width: 100%; }

.search_result_product_list .facetedSearch-toggle-indicator {
  width: 100%; }

@media (max-width: 767px) {
  .search_result_product_list .card-body .card-title {
    min-height: 60px; }
  .search_result_product_list .card-body .price-section .price.price--withTax {
    font-size: 17px; }
  .search_result_product_list .card-body .card-title a {
    font-size: 17px; }
  .search_result_product_list .card-body .price-section .price.price--withTax {
    font-size: 14px; } }

@media only screen and (max-width: 991px) {
  .search_result_product_list .page-content {
    width: 100% !important;
    padding-left: 0 !important; }
  .search_result_product_list .facetedSearch-toggle-text {
    display: none; }
  .search_result_product_list .facetedSearch-toggle-indicator {
    text-align: left; }
  .search_result_product_list .toggleLink-text {
    font-family: "PT Serif", serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    color: #3cb28d;
    position: relative;
    text-transform: uppercase; }
  .search_result_product_list .toggleLink-text:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 12px;
    background: #1c3531;
    transition: ease-in-out .4s;
    left: 162px;
    transform: rotate(45deg);
    transform-origin: left bottom;
    top: 9px; }
  .search_result_product_list .toggleLink-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 9px;
    height: 1px;
    width: 12px;
    background: #1c3531;
    transition: ease-in-out .4s;
    left: 168px;
    transform-origin: right bottom;
    transform: rotate(-45deg); }
  .search_result_product_list .toggleLink.is-open .toggleLink-text--on {
    display: flex; }
  .search_result_product_list .toggleLink-text .icon {
    display: none; }
  .search_result_product_list .facetedSearch-toggle.is-open .toggleLink-text:before {
    transform: rotate(-45deg);
    top: 17px;
    left: 163px; }
  .search_result_product_list .facetedSearch-toggle.is-open .toggleLink-text:after {
    transform: rotate(45deg);
    top: 17px; }
  .search_result_product_list .facetedSearch-toggle {
    border: 0;
    margin-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid #707070; }
  .search_result_product_list .accordion-navigation {
    border: 0; }
  .search_result_product_list .page-sidebar {
    border-top: 1px solid #707070;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
    width: 100%;
    padding-right: 0; } }

.custom-description-container {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px; }

.custom-description-container p, .custom-description-container span {
  font-family: 'Bergen Text' !important;
  color: #1C3531; }

.custom-description-container a {
  color: #3CB28D; }

.hide-border hr {
  margin: 0 !important;
  border: 0 !important; }

.cs-bc-category-template .cat-description-container {
  max-width: 740px !important; }

.cs-bc-category-template .cat-description-container p,
.cs-bc-category-template .cat-description-container span {
  font-family: 'Bergen Text' !important;
  color: #1C3531; }

.cs-bc-category-template .cat-description-heading {
  text-align: center;
  padding-bottom: 0;
  display: inline-block;
  width: 100%; }

.cs-bc-category-template .cat-description-heading h2 {
  margin: 0; }

.cs-shogun-category-template .cat-description-heading {
  display: none; }

.cs-bc-category-template .cat-description-container a {
  color: #3CB28D; }

@media (max-width: 767px) {
  .cs-bc-category-template .cat-description-heading {
    padding-bottom: 29px; } }

.cs-bc-product-template .productView-description p,
.cs-bc-product-template .productView-description span {
  font-family: 'Open Sans';
  color: #000; }

.cs-bc-product-template .productView-description h1,
.cs-bc-product-template .productView-description h2,
.cs-bc-product-template .productView-description h3,
.cs-bc-product-template .productView-description h4 {
  font-family: 'Bergen Text' !important;
  color: #3CB28D; }

.cs-bc-product-template .productView-description {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.header-main-inner .header-middle .logo svg {
  width: 100%;
  height: auto; }

.banner-inner-slide .floating-img img {
  height: 151px; }

@media (max-width: 767px) {
  .header-main-inner .header-middle .logo svg {
    max-height: 36.6px; } }

@media (min-width: 768px) {
  .header-right .designed-by.designed-use-svg {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
  .header-right .designed-by.designed-use-svg svg {
    width: 100%;
    height: auto;
    max-width: 84%; } }

.cs-top-saller .productGrid {
  margin-bottom: 0; }

.cs-top-saller .productGrid .product {
  width: 100%; }

.cs-top-saller .productGrid .product .card {
  margin-bottom: 0; }

.cs-top-saller .category__slider__part .slick-prev {
  left: 20px; }

.cs-top-saller .category__slider__part .slick-next {
  right: 20px; }

.cs-top-saller .top_seller_title-inner p {
  display: inline-block;
  padding: 0 8px;
  top: 3px;
  position: relative;
  background-color: #eaeadf; }

.cs-top-saller .top_seller_title-inner {
  text-align: center;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 20px;
  position: relative; }

.cs-top-saller .top_seller_title-inner:after {
  content: '';
  position: absolute;
  top: 7px;
  right: -20px;
  height: 15px;
  width: 15px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.cs-top-saller .top_seller_title-inner:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -18px;
  height: 15px;
  width: 15px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.cs-top-saller .top_seller_product {
  margin-top: 15px; }

.cs-top-saller {
  padding-bottom: 20px;
  border-bottom: 1px solid #1c3531; }

/*Homepage blog section*/
.home-blog-section .slick-prev {
  left: 46%;
  top: auto;
  bottom: 0; }

.home-blog-section .slick-next {
  right: 45%;
  top: auto;
  bottom: 0; }

.home-blog-section .slick-next, .home-blog-section .slick-prev {
  background-color: transparent;
  border: none;
  height: 41px;
  margin-top: 0;
  padding: 0; }

.home-blog-section img {
  aspect-ratio: 1/1;
  object-fit: cover; }

.home-blog-section {
  position: relative;
  padding-bottom: 98px;
  padding-left: 10px; }

.home-blog-section .blog-item {
  padding: 0 15px; }

.home-blog-section .blog-item-content-wapper {
  padding: 13px 17px;
  background-color: #3cb28d;
  position: relative; }

.home-blog-section .blog-item-content-wapper h2 {
  margin: 0;
  font-family: "PT Serif", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #fff;
  max-width: 60%;
  min-height: 85px;
  max-height: 85px;
  display: block;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  /* autoprefixer: on */ }

.home-blog-section .blog-item-content-wapper a {
  background-color: transparent;
  font-family: "PT Serif", serif;
  font-size: 20px;
  color: #1c3531;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1; }

.home-blog-section .blog-item-content-wapper a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  top: -5px;
  position: relative;
  background: #1c3531;
  transition: width .3s; }

.home-blog-section .blog-item-content-wapper a:hover:after {
  width: 100%; }

.home-blog-section .blog-item-content {
  padding: 0 28px;
  margin-top: -110px;
  position: relative; }

.home-blog-section .slick-list {
  padding: 0 20% 0 0 !important; }

.home-blog-section .blog-item-content-wapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/blog-contnent-odd-pattern.png);
  background-size: cover;
  background-position: center;
  opacity: 20%;
  mix-blend-mode: color-dodge; }

.home-blog-section .blog-item:nth-child(even) .blog-item-content-wapper {
  background-color: #8c8279; }

.home-blog-section .blog-item:nth-child(even) .blog-item-content-wapper:after {
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/blog-contnent-even-pattern.png);
  background-size: auto; }

.home-blog-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 77%;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/blog-list-bg-pattern.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.home-blog-section-main {
  margin: 0 -20px; }

.home-blog-section .slick-next:focus, .home-blog-section .slick-next:hover,
.home-blog-section .slick-prev:focus, .home-blog-section .slick-prev:hover {
  background-color: transparent; }

.cs-shogun-category-template .sub-cat-section {
  display: none; }

@media (max-width: 991px) {
  .home-blog-section .blog-item-content-wapper h2 {
    max-width: 100%; } }

@media (max-width: 767px) {
  .home-blog-section .slick-next, .home-blog-section .slick-prev {
    display: none !important; }
  .home-blog-section {
    padding-left: 5px;
    padding-bottom: 20px; }
  .home-blog-section .blog-item-content {
    margin-top: -50px; }
  .home-blog-section .blog-item-content-wapper h2 {
    font-size: 14px;
    max-width: 100%;
    min-height: 54px; }
  .home-blog-section .blog-item-content-wapper a {
    font-size: 14px; }
  .home-blog-section:before {
    background-size: cover; } }

.cat-main-banner .cat-banner-content h2 {
  max-width: 450px; }

.cat-widget-banner.banner-available + .cat-main-banner {
  display: none; }

.accordion-main .accord-answer .shg-theme-text-content p a {
  color: #3cb28d; }

.widget-pr-faq [data-sub-layout] {
  padding: 0 !important; }

.faq-widget-blank {
  display: none; }

.faq-widget-blank .defualt-pr-accordion {
  padding: 0; }

.faq-widget-available + .accordion-main {
  display: none; }

.service-policy-block .service-accord .s-accord-content a {
  color: #6f6259; }

.cs-mega-menu-horizontal .mega-horizontal-content .hz-menu-row p a {
  font-family: "PT Serif", serif;
  color: #1c3531;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .25px;
  line-height: 1.5;
  padding: 0; }

.cs-mega-menu-horizontal .mega-horizontal-content .hz-menu-row p a:hover {
  color: #3cb28d; }

.add-to-cart-buttons .button[disabled] {
  cursor: wait; }

@media (max-width: 767px) {
  .cat-main-banner .cat-banner-content h2 {
    max-width: 325px; } }

@media (min-width: 768px) {
  .category_collection_section .page-sidebar #facetedSearch {
    padding-top: 0; } }

.bc-home-spotlight-section [data-widget-id] {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 50px;
  margin-bottom: 55px;
  width: 100%; }

.bc-home-spotlight-section [data-test-id="product-set-widget-name"] {
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 21px;
  color: #13322b;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 10px;
  padding: 11px 0;
  border-top: 1px solid #1c3531;
  border-bottom: 1px solid #1c3531;
  min-height: 75px; }

.bc-home-spotlight-section [data-test-id="product-set-widget-price"] {
  width: 40%;
  float: left;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #1c3531;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 20px;
  color: #13322b; }

.bc-home-spotlight-section [data-test-id="product-set-widget-price"] + div {
  padding: 0;
  display: inline-block;
  float: right;
  width: 60%;
  margin-top: 0;
  text-align: center; }

.bc-home-spotlight-section [id*="sd-product-set-"] > div > div > div {
  display: inline-block; }

.bc-home-spotlight-section [data-test-id="product-set-widget-price"] + div > a {
  padding: 0;
  background-color: transparent;
  font-family: "PT Serif", serif;
  font-weight: 900;
  font-size: 17px;
  color: #3cb28d; }

.bc-home-spotlight-section [id*="sd-product-set-"] > div > div > div > a {
  padding-bottom: 133.33%;
  margin-bottom: 20px; }

.bc-home-spotlight-section:before {
  content: '';
  position: absolute;
  top: 14%;
  left: 0;
  width: 100%;
  height: 197px;
  background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/spotlight-background.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x; }

.bc-home-spotlight-section {
  position: relative; }

.bc-home-spotlight-section .sd-product-set__arrow--left {
  left: -38px; }

.bc-home-spotlight-section .sd-product-set__arrow--right {
  right: -38px; }

.bc-home-spotlight-section .sd-product-set__arrow--left,
.bc-home-spotlight-section .sd-product-set__arrow--right {
  background-color: transparent; }

.bc-home-spotlight-section .sd-product-set__arrow--left svg,
.bc-home-spotlight-section .sd-product-set__arrow--right svg {
  width: 0; }

.bc-home-spotlight-section .sd-product-set__arrow--right:after {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
  width: 30px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain; }

.bc-home-spotlight-section .sd-product-set__arrow--left:after {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
  width: 30px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain; }

.bc-home-spotlight-section [data-test-id="product-set-widget-name"] a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden; }

.bc-home-spotlight-section [data-test-id="product-set-widget-name"] a {
  color: #13322b; }

@media (max-width: 991px) {
  .bc-home-spotlight-section [data-test-id="product-set-widget-name"] {
    font-size: 16px; }
  .bc-home-spotlight-section [data-test-id="product-set-widget-price"] {
    font-size: 15px; }
  .bc-home-spotlight-section [data-test-id="product-set-widget-price"] + div > a {
    font-size: 13px; } }

@media (max-width: 767px) {
  .bc-home-spotlight-section .sd-product-set__arrow--left,
  .bc-home-spotlight-section .sd-product-set__arrow--right {
    display: none; }
  .bc-home-spotlight-section [data-widget-id] {
    padding: 0; }
  .bc-home-spotlight-section [id*="sd-product-set-"] > .css-9z33oj {
    display: block;
    text-align: center; }
  .bc-home-spotlight-section .sd-product-set__bullet {
    border: 1px solid #333;
    background-color: transparent;
    width: 15px;
    height: 15px; }
  .bc-home-spotlight-section .sd-product-set__bullet.sd-product-set__bullet-active {
    background-color: #757575; }
  .bc-home-spotlight-section [id*="sd-product-set-carousel-"] > div {
    padding-right: 60px; }
  .bc-home-spotlight-section [id*="sd-product-set-carousel-"] > div > div > div {
    padding: 10px; }
  .bc-home-spotlight-section div[data-sub-layout] {
    padding-left: 5px;
    padding-right: 0; }
  .bc-home-spotlight-section [data-test-id="product-set-widget-name"] {
    font-size: 16px; }
  .bc-home-spotlight-section [data-test-id="product-set-widget-price"] + div > a {
    font-size: 11px; }
  .bc-home-spotlight-section [data-test-id="product-set-widget-price"] {
    font-size: 16px; } }

@media (min-width: 801px) {
  .bc-home-spotlight-section [id*="sd-product-set-"] > .css-9z33oj {
    display: none; }
  .bc-home-spotlight-section [id*=sd-product-set-container-] {
    margin-bottom: 0; } }

.quickSearchResults .cs-card-body-link {
  font-family: "PT Serif", serif;
  font-size: 13px;
  font-weight: 600;
  color: #13322b;
  text-align: center; }

.quickSearchResults .card-title > a {
  font-family: "PT Serif", serif;
  font-size: 13px;
  font-weight: 600;
  color: #13322b;
  text-align: center; }

.quickSearchResults .price.price--withTax {
  font-family: "PT Serif", serif;
  font-size: 14px;
  font-weight: 700;
  color: #13322b; }

.quickSearchResults .price-section.sale-price-custom .price.price--withTax {
  color: #ff5772; }

.quickSearchResults .category__part_small .bottom__part__text .card-text {
  width: 100%; }

.quickSearchResults .price-section .price-now-label {
  display: none; }

.quickSearchResults .price-section.price-section--withTax.rrp-price--withTax > span {
  display: none; }

.quickSearchResults .price-section.price-section--withTax.rrp-price--withTax > span.price.price--rrp {
  display: block;
  font-family: "PT Serif", serif;
  font-size: 12px;
  color: #707070;
  font-weight: 700;
  padding-right: 4px; }

.quickSearchResults .category__part_small .bottom__part__text .view_more_btns {
  width: 100%;
  border-left: 0; }

.quickSearchResults .productGrid ul {
  opacity: 1; }

.quickSearchResults .card--alternate:hover .card-body {
  background: #fff; }

.quickSearchResults .card--alternate:hover {
  border-color: #fff; }

.quickSearchResults .card--alternate:hover .card-title > a {
  color: #13322b; }

@media (max-width: 767px) {
  .quickSearchResults .view-more-desktop {
    display: block; }
  .quickSearchResults .view-more-mobile {
    display: none; } }

.cat-main-banner .cat-banner-content .btn {
  display: none; }

@media (max-width: 767px) {
  .category_collection_section .card-body .card-title {
    border-bottom: 0;
    margin-bottom: 0; } }

/*header and menu design on tablet*/
@media (min-width: 768px) and (max-width: 1024px) {
  .header-bottom {
    display: none; }
  .header-left .excellent-review {
    display: none; }
  .header-left .currency {
    display: none; }
  .mob-hamburger {
    display: inline-block; }
  .header-right .designed-by.designed-use-svg {
    display: none; }
  .header-main .mobile-search-bar {
    display: block; }
  .desktop-navbar-sticky .header-menulisting {
    left: -100%;
    width: 350px; }
  .header-main .header-menulisting {
    position: fixed;
    top: 94px;
    bottom: 0;
    left: -100%;
    z-index: 999;
    width: 100%;
    background-color: #eaeadf;
    transition: all .3s ease-in-out;
    width: 350px; }
  .header-main.is-open .header-menulisting {
    left: 0;
    overflow-y: scroll; }
  .mobile-search-bar {
    padding: 9px 16px;
    background-color: #1c3531; }
  .mobile-search-bar .form {
    width: 100%; }
  .header-main-inner .header-left {
    align-items: flex-start;
    justify-content: center; }
  .header-right .account li {
    display: none; }
  .header-right .account li.navUser-item--cart {
    display: block; }
  .header-menu {
    display: none; }
  .header-search {
    display: none; }
  .mobile-navigation {
    display: block;
    height: calc(100% - 60px); }
  .header.sticky .header-menulistin {
    top: 70px; }
  .header-main-inner .header-middle .logo {
    max-width: 200px;
    padding-top: 0;
    padding-bottom: 0; }
  .header.sticky {
    position: sticky !important;
    top: 0; }
  .header-main-inner {
    padding-top: 11px;
    padding-bottom: 0; }
  .header-mob-slogen {
    display: block;
    height: 30px;
    transition: all .3s; }
  .header.sticky .container {
    padding-bottom: 5px; }
  .header.sticky .header-mob-slogen {
    height: 0;
    transition: all .3s; }
  .header-main-inner .header-right {
    align-items: center; }
  .header-right .account {
    margin-bottom: 0; }
  .desktop-navbar-sticky .sticky-mini-cart {
    display: none; }
  .header-menulisting .mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    background-color: #1C3531;
    width: 100%; }
  .header-main.is-open .header-menulisting .container {
    padding-bottom: 0; }
  .header-menulisting .container {
    flex-direction: column;
    justify-content: flex-start; }
  .header.sticky .pushNav {
    top: 0; }
  .header.sticky .header-menulisting {
    top: 69px; } }

@media (min-width: 601px) and (max-width: 1024px) {
  .pushNav {
    left: -350px;
    top: 94px; }
  .header-menulisting .container {
    padding: 0; }
  .js-topPushNav.isOpen, .pushNav_level.isOpen {
    left: 0;
    right: auto; } }

.pr-description .starb-full {
  display: none; }

.starb-full {
  margin-bottom: 8px; }

.cs-mega-menu-horizontal .mega-horizontal-details .hz-menu-header a:hover {
  color: #1c3531; }

.productView-options .form-field > .form-radio + .form-label[for*="_none"] {
  display: none; }

@media (max-width: 1024px) {
  .banner-inner-slide .floating-img img {
    height: 100px; }
  .pushNav.offer-menu-mobile {
    padding-bottom: 150px; } }

@media (max-width: 992px) {
  .banner-inner-slide .floating-img img {
    display: none; } }

@media (max-width: 480px) {
  .cs-shogun-category-template .shipping-row .shg-row .shg-image-content-wrapper {
    height: auto !important; }
  .cs-shogun-category-template .shipping-row .shg-row .shogun-image-container {
    aspect-ratio: auto !important; } }

.instruments-accordion-heading .instruments-accordion-title {
  position: relative;
  background-image: url(https://cdn11.bigcommerce.com/s-893ij2w/images/stencil/original/image-manager/instruments-heading-bg.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 41px;
  text-align: center;
  padding: 0 !important; }

.instruments-accordion-heading {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 36px; }

.instruments-accordion-heading .instruments-accordion-title h2 {
  font-family: "PT Serif", serif;
  font-size: 45px !important;
  line-height: 1.2 !important;
  color: #1C3531 !important;
  font-weight: 900 !important;
  text-align: center !important;
  display: inline-block !important;
  background-color: #eaeadf;
  padding: 0 10px !important; }

.instruments-accordion-heading .instruments-accordion-title .shogun-heading-component:before {
  content: '';
  position: absolute;
  top: 17px;
  left: -40px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-893ij2w/images/stencil/original/image-manager/instruments-title-symbol.png);
  background-position: center;
  background-repeat: no-repeat; }

.instruments-accordion-heading .instruments-accordion-title .shogun-heading-component:after {
  content: '';
  position: absolute;
  top: 16px;
  right: -40px;
  height: 28px;
  width: 28px;
  background-image: url(https://cdn11.bigcommerce.com/s-893ij2w/images/stencil/original/image-manager/instruments-title-symbol.png);
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 767px) {
  .instruments-accordion-heading > .shg-box-content:before {
    content: '';
    background-image: url(https://cdn11.bigcommerce.com/s-893ij2w/images/stencil/original/image-manager/instruments-title-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: -34px;
    height: 25px;
    width: 100%; }
  .instruments-accordion-heading {
    padding-top: 35px; }
  .instruments-accordion-heading .instruments-accordion-title {
    background-image: none; }
  .instruments-accordion-heading .instruments-accordion-title .shogun-heading-component:before {
    left: -23px;
    top: 50%;
    height: 19px;
    width: 19px;
    background-size: contain;
    transform: translateY(-50%); }
  .instruments-accordion-heading .instruments-accordion-title .shogun-heading-component:after {
    right: -23px;
    top: 50%;
    height: 19px;
    width: 19px;
    background-size: contain;
    transform: translateY(-50%); }
  .instruments-accordion-heading .instruments-accordion-title h2 {
    font-size: 30px !important;
    line-height: 34px !important; } }

@media (min-width: 768px) {
  .instruments-accordion-block .shogun-accordion-heading .shogun-accordion-header {
    padding: 12px 80px 12px 13px; }
  .instruments-accordion-block .shogun-accordion .shogun-accordion-heading .shogun-accordion-header:before {
    content: '';
    background-image: url(https://cdn11.bigcommerce.com/s-893ij2w/images/stencil/original/image-manager/accordian-irish.png);
    width: 80px;
    height: 83px;
    margin-right: 25px;
    background-size: contain;
    background-repeat: no-repeat; }
  .instruments-accordion-block .shogun-accordion:nth-child(2) .shogun-accordion-heading .shogun-accordion-header:before {
    background-image: url(https://cdn11.bigcommerce.com/s-893ij2w/images/stencil/original/image-manager/accordian-bodhran.png); }
  .instruments-accordion-block .shogun-accordion:nth-child(3) .shogun-accordion-heading .shogun-accordion-header:before {
    background-image: url(https://cdn11.bigcommerce.com/s-893ij2w/images/stencil/original/image-manager/accordian-fiddles.png); }
  .instruments-accordion-block .shogun-accordion:nth-child(4) .shogun-accordion-heading .shogun-accordion-header:before {
    background-image: url(https://cdn11.bigcommerce.com/s-893ij2w/images/stencil/original/image-manager/accordian-flutes.png); } }

.category__slider__part-new .productView-thumbnail {
  padding: 0 !important;
  width: 100%; }

.category__slider__part-new .productView-thumbnail .productView-thumbnail-link {
  max-width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  position: relative;
  padding-top: 133.33%; }

.category__slider__part-without-slider .productView-thumbnail {
  padding: 0 !important;
  width: 100%; }

.category__slider__part-without-slider .productView-thumbnail .productView-thumbnail-link {
  max-width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  position: relative;
  padding-top: 133.33%; }

.category__slider__part-without-slider {
  margin-left: 0;
  margin-bottom: 0; }

.category_collection_section .productGrid .card-figure {
  display: inline-block;
  width: 100%;
  float: left; }

.category__main__block {
  position: relative;
  height: 100%;
  display: table;
  width: 100%; }

.card-body.category__part_small {
  clear: left; }

@media (max-width: 767px) {
  .sub-cat-section .sub-cat-heading:before {
    top: 50%;
    background-size: contain;
    transform: translateY(-50%);
    left: 0; }
  .sub-cat-section .sub-cat-heading:after {
    top: 50%;
    background-size: contain;
    transform: translateY(-50%);
    right: 0; }
  .sub-cat-section .sub-cat-heading-cover:before {
    width: calc(100% - 40px);
    left: 0;
    background-image: url(https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    margin-left: 20px;
    margin-right: 20px; }
  .sub-cat-section .sub-cat-heading-cover {
    background-image: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 40px !important;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px !important; }
  .sub-cat-section .sub-cat-heading {
    padding: 0 30px !important;
    top: 0;
    margin-left: 20px;
    margin-right: 20px; }
  .sub-cat-section:not(.sub-category-available) {
    padding-bottom: 0; }
  .sub-cat-section:not(.sub-category-available) .sub-cat-heading-cover {
    margin-bottom: 0 !important; }
  .realted-product-subtitle p {
    line-height: 1.3; } }

.category_collection_section .card .small_desc_text {
  margin-bottom: 5px;
  border-bottom: 0;
  font-family: "PT Serif", serif;
  min-height: unset; }

.category_collection_section .card .small_desc_text p {
  max-width: none; }

.cs-shogun-product-template .global-review-section #ReviewsWidget, .ReviewsWidget {
  width: 100%; }

.productView-options .form .form-label--alternate {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase; }

.productView-options .form-field > .form-radio + .form-label {
  float: left; }

.productView-options .form .form-label--alternate .option-line {
  background-color: #1C3531;
  flex: 1;
  height: 1px;
  margin-left: 7px; }

.productView-options .form .form-label--alternate span[data-option-value] {
  width: 100%; }

.productView-price {
  border-top: 1px solid #1C3531; }

@media (min-width: 768px) {
  .productView-details .productView-product {
    border-bottom: 0; } }

.productView-options .form [data-product-option-change] .form-field[data-product-attribute="swatch"] {
  margin-top: 0; }

@media (max-width: 767px) {
  .productView-options .form [data-product-option-change] .form-field[data-product-attribute="swatch"] .form-label--alternate {
    display: flex; }
  .productView-options .form [data-product-option-change] .form-field {
    border-bottom: 0; } }

.productView-options .form-field:nth-child(2) {
  border-bottom: 0; }

.tag-line-section {
  display: none; }

.tag-line-section-content {
  display: flex;
  align-items: center; }

.tag-line-section-content.active-tag-line {
  margin-bottom: 23px; }

.tag-line-section-content .tag-line-text {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 20px;
  color: #6F6259;
  flex: 1; }

.tag-line-img {
  width: 26%;
  padding-right: 12px; }

.tag-line-section-content.tag-text-with-img .tag-line-text {
  border-left: 1px solid #1C3531;
  padding-left: 15px; }

@media (max-width: 1024px) {
  .tag-line-section-content .tag-line-text {
    font-size: 16px;
    line-height: 20px; } }

@media (max-width: 767px) {
  .tag-line-section-content .tag-line-text {
    font-size: 19px; }
  .tag-line-img {
    width: 30%;
    padding-right: 10px; }
  .tag-line-section-content.tag-text-with-img .tag-line-text {
    padding-left: 12px; } }

.related-product-content .starb-full {
  display: none; }

body #consent-manager {
  display: none !important;
  visibility: visible; }

@media (max-width: 480px) {
  .header-menulisting {
    top: 97px; }
    .header-menulisting--custom {
      top: 114px; }
  .pushNav {
    top: 97px; }
    .pushNav--custom .pushNav {
      top: 114px; } }

@media (min-width: 768px) {
  .mobile-nav-header {
    display: none; } }

.sale-offer-text h5 {
  margin: 0 !important;
  text-align: center;
  color: #eae9dd !important;
  font-size: 22px !important;
  font-family: "PT Serif", serif !important;
  text-transform: inherit !important;
  font-weight: 600 !important; }

.sale-offer-text h6 {
  font-family: "PT Serif", serif !important;
  color: #EAE9DD !important;
  font-size: 22px !important;
  text-align: center;
  margin: 0 !important;
  font-style: italic !important;
  text-transform: capitalize !important;
  font-weight: 100 !important; }

@media (min-width: 1025px) {
  .sale-offer-text h5 {
    font-size: 30px !important;
    line-height: 1.3 !important; } }

.cs-shogun-category-template .cat-main-banner {
  display: block; }

.cs-shogun-category-template .sub-cat-section {
  display: block; }

.mobile-nav-seller {
  text-indent: 0px !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  border-bottom: unset !important; }

.currencySelectionMobileNew {
  left: auto !important;
  right: 0 !important;
  background: #6f6259;
  top: 52px !important;
  width: 225px !important; }

.margin-mobile-menu {
  margin: 0px 18px !important;
  text-indent: 0px !important; }
  .margin-mobile-menu .icon {
    margin-right: 0px !important; }
  .margin-mobile-menu a {
    text-indent: 0px !important; }

.margin-mobile-menu-unset-border {
  border: unset !important; }

.price-label, .price-now-label {
  display: none !important; }

.category_collection_section .card-body .price-section.sale-price-custom .price.price--withoutTax {
  color: #ff5772; }

.productView-price .price--withoutTax {
  display: inline-block;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 30px;
  color: #FF5772; }

.category_collection_section .card-body .price-section .price.price--withoutTax {
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .category_collection_section .card-body .price-section .price.price--withoutTax {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .category_collection_section .card-body .price-section .price.price--withoutTax {
      font-size: 17px; } }

#alertBox-message-text {
  font-family: "PT Serif", serif;
  font-weight: 500;
  font-size: 16px;
  color: #1c3531; }

.price-normal-color {
  color: #13322b; }

.rrp-price-custom, .price-section--minor {
  color: #ff5772 !important; }

.rrp-price-line-stripe-custom {
  font-family: "PT Serif", serif;
  font-weight: 700;
  padding-left: 4px;
  color: #13322b; }

.productView-price .price-section .price--rrp {
  font-size: 15px;
  font-weight: 700;
  font-family: "PT Serif", serif;
  opacity: 90%;
  padding-left: 0px; }

div[data-currency="CAD"], div[data-currency="AUD"], div[data-currency="USD"] {
  display: block !important; }

@media only screen and (max-width: 767px) {
  .ysw_price_list {
    display: block !important; } }

@media (max-width: 767px) {
  .ysw_price_list {
    display: block !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 1.5rem; }
  .loadingOverlay::before {
    content: none !important;
    display: none !important; }
  .loadingOverlay .loadingOverlay-text {
    font-size: 50px;
    font-family: "PT Serif", serif;
    font-weight: 900;
    color: #FF5772;
    text-transform: capitalize; }
  .loadingOverlay .loadingOverlay-spinner {
    width: 50px;
    height: 50px;
    border-width: 4px;
    border-style: solid;
    border-color: white white #999999 #999999;
    border-radius: 50%;
    animation: spin 500ms cubic-bezier(0.69, 0.31, 0.56, 0.83) infinite; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

@media only screen and (max-width: 768px) {
  .loadingOverlay {
    gap: 1rem !important; }
    .loadingOverlay .loadingOverlay-text {
      font-size: 30px !important; }
    .loadingOverlay .loadingOverlay-spinner {
      width: 30px !important;
      height: 30px !important;
      border-width: 3px !important; } }

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productOptions-list {
  border-top: none;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: hidden; }

.productOptions-list-item-content .form-radio + .form-label1 {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }

.productOptions-list-item-content .form-label1 {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }

.productOptions-list-item-content .form-radio + .form-label1::before {
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: none;
  border-width: 0;
  background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/input-borer.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.productOptions-list-item-content .form-radio + .form-label1::after {
  background-color: transparent;
  border: none;
  height: 10px;
  width: 10px;
  top: 7px !important;
  left: 4px;
  border-width: 0;
  background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/input-fill.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.productOptions-list-item-content .form-radio + .form-label::before {
  top: 33px !important; }

.productOptions-list-item-content .form-radio + .form-label::after {
  top: 37px !important; }

.productOptions-list-item {
  padding: 1px 20px; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productOptions-list-item {
      padding: 1px 2px; } }
  .productOptions-list-item .form-label1 {
    text-align: left;
    top: -2px; }
  .productOptions-list-item .div-option-selected {
    padding: 10px 23px;
    background-color: #1c3531;
    color: #eaeadf;
    border-radius: 30px;
    width: 210px;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    /* horizontal */
    align-items: center;
    /* vertical */
    margin: 10px; }
    @media (min-width: 320px) and (max-width: 801px) {
      .productOptions-list-item .div-option-selected {
        width: 180px; } }
  .productOptions-list-item .div-option-unselected {
    padding: 10px 23px;
    color: #1e3533;
    border-radius: 30px;
    border: 1px solid #1e3533;
    width: 210px;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    /* horizontal */
    align-items: center;
    /* vertical */
    margin: 10px; }
    @media (min-width: 320px) and (max-width: 801px) {
      .productOptions-list-item .div-option-unselected {
        width: 180px; } }

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

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

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

.shareProduct {
  text-align: center; }

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

/* play button */
.video-wrapper {
  position: relative; }
  .video-wrapper iframe {
    background-position: 50% 50%;
    background-size: cover; }

.playbtn {
  display: block;
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
  pointer-events: auto; }

.playbtn:hover {
  filter: grayscale(100%); }

.figure-img {
  width: 100px;
  height: 80px; }
  .figure-img img {
    width: 100px;
    height: 80px; }

.div-option-label {
  padding: 10px 10px;
  background-color: #dadac9;
  color: #1e3533;
  text-transform: none;
  font-family: "PT Serif";
  width: 100%;
  text-align: center;
  border-radius: 12px; }

.productView-price {
  border: none !important; }

.div-options-listing {
  background-color: #EAEADF;
  border-radius: 10px; }

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

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

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

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-acceleratedCheckoutButtons {
  align-items: end;
  display: flex;
  flex-direction: column;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCart-acceleratedCheckoutButtons {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCartCheckout-acceleratedCheckoutButtons {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .header-logo-image-container {
      min-height: undefinedpx; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mob-nav-user {
  position: unset !important; }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.product-tabbing-main .shogun-root {
  background-color: #eaeadf; }

.product-tabbing-main .tab-teaser .tab-menu {
  display: block; }
  .product-tabbing-main .tab-teaser .tab-menu li, .product-tabbing-main .tab-teaser .tab-menu a {
    font-family: Helvetica, Arial, sans-serif;
    color: black; }

.product-tabbing-main .tab-teaser .shogun-tabs.shogun-rounded {
  display: none; }

.shogun-editor .shogun-tabs.shogun-rounded {
  display: flex !important; }

.shogun-tabs-body.shogun-rounded {
  padding: 0 !important; }

.shogun-tabs-body {
  border-top: none !important; }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

@font-face {
  font-family: 'Karla';
  src: url("../fonts/karla-latin-400-normal.woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Karla';
  src: url("../fonts/karla-latin-400-italic.woff2");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Karla';
  src: url("../fonts/karla-latin-600-normal.woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Karla';
  src: url("../fonts/karla-latin-600-italic.woff2");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Karla';
  src: url("../fonts/karla-latin-700-normal.woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Karla';
  src: url("../fonts/karla-latin-700-italic.woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Karla';
  src: url("../fonts/karla-latin-ext-800-italic.woff2");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Karla';
  src: url("../fonts/karla-latin-ext-800-normal.woff2");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/pt-serif-latin-400-normal.woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/pt-serif-latin-400-italic.woff2");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/pt-serif-latin-700-normal.woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/pt-serif-latin-700-italic.woff2");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Bergen Text Semi';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/BergenText-SemiBold.woff2") format("woff2"), url("../fonts/BergenText-SemiBold.woff") format("woff"), url("../fonts/BergenText-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Bergen Text';
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/BergenText-Italic.woff2") format("woff2"), url("../fonts/BergenText-Italic.woff") format("woff"), url("../fonts/BergenText-Italic.ttf") format("truetype"); }

@font-face {
  font-family: 'Bergen Text';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/BergenText-Bold.woff2") format("woff2"), url("../fonts/BergenText-Bold.woff") format("woff"), url("../fonts/BergenText-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Bergen Text';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/BergenText-Regular.woff2") format("woff2"), url("../fonts/BergenText-Regular.woff") format("woff"), url("../fonts/BergenText-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Bergen Text Semi';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/BergenText-SemiBoldItalic.woff2") format("woff2"), url("../fonts/BergenText-SemiBoldItalic.woff") format("woff"), url("../fonts/BergenText-SemiBoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: 'Bergen Text';
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/BergenText-BoldItalic.woff2") format("woff2"), url("../fonts/BergenText-BoldItalic.woff") format("woff"), url("../fonts/BergenText-BoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: 'GTSectra';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/GTSectra-BlackItalic.woff2") format("woff2"), url("../fonts/GTSectra-BlackItalic.woff") format("woff"); }

@font-face {
  font-family: 'GTSectra';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/GTSectra-Black.woff2") format("woff2"), url("../fonts/GTSectra-Black.woff") format("woff"); }

@font-face {
  font-family: 'GTSectra';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/GTSectra-Bold.woff2") format("woff2"), url("../fonts/GTSectra-Bold.woff") format("woff"); }

@font-face {
  font-family: 'GTSectra-Book';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/GTSectra-Book.woff2") format("woff2"), url("../fonts/GTSectra-Book.woff") format("woff"); }

@font-face {
  font-family: 'GTSectra';
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/GTSectra-BoldItalic.woff2") format("woff2"), url("../fonts/GTSectra-BoldItalic.woff") format("woff"); }

@font-face {
  font-family: 'GTSectra-BookItalic';
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/GTSectra-BookItalic.woff2") format("woff2"), url("../fonts/GTSectra-BookItalic.woff") format("woff"); }

@font-face {
  font-family: 'GTSectra';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/GTSectra-Medium.woff2") format("woff2"), url("../fonts/GTSectra-Medium.woff") format("woff"); }

@font-face {
  font-family: 'GTSectra';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/GTSectra-MediumItalic.woff2") format("woff2"), url("../fonts/GTSectra-MediumItalic.woff") format("woff"); }

@font-face {
  font-family: 'GTSectra';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/GTSectra-Regular.woff2") format("woff2"), url("../fonts/GTSectra-Regular.woff") format("woff"); }

@font-face {
  font-family: 'GTSectra-RegularItalic';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/GTSectra-RegularItalic.woff2") format("woff2"), url("../fonts/GTSectra-RegularItalic.woff") format("woff"); }

.badges {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 6.28571rem;
  position: absolute;
  right: -0.48571rem;
  top: -1.78571rem;
  width: 8.5rem;
  z-index: 99; }
  @media (max-width: 700px) {
    .badges {
      height: 4.28571rem;
      top: -1.78571rem;
      width: 6.42857rem; } }
  .badges.badges-advanced {
    background-image: url("../icons/Badges/Badges-24.png"); }
  .badges.badges-popular {
    background-image: url("../icons/Badges/Badges-25.png"); }
  .badges.badges-free {
    background-image: url("../icons/Badges/Badges-26.png"); }
  .badges.badges-five-start-100 {
    background-image: url("../icons/Badges/Badges-31.png"); }
  .badges.badges-five-start-450 {
    background-image: url("../icons/Badges/Badges-27.png"); }
  .badges.badges-five-start-350 {
    background-image: url("../icons/Badges/Badges-28.png"); }
  .badges.badges-intermediate {
    background-image: url("../icons/Badges/Badges-29.png"); }
  .badges.badges-premium {
    background-image: url("../icons/Badges/Badges-30.png"); }
  .badges.badges-beginner {
    background-image: url("../icons/Badges/Badges-32.png"); }

.card-body .price-section.price-section--saving {
  color: #f97f94;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }

/*
Product cards badge: on sale/sold out
*/
.sold-out-flag-side,
.sale-flag-side {
  border-bottom-right-radius: 1.42857rem;
  border-top-right-radius: 0;
  font-family: "PT Serif", serif;
  font-size: 1.28571rem;
  height: fit-content;
  line-height: 1;
  padding: 0.42857rem 1rem 0.28571rem 0.85714rem; }

.sold-out-flag-side {
  background: #272727; }

.sale-flag-side {
  background: #e85b71; }

.product:hover .sale-flag-side {
  background: #f97f94; }

.category_collection_section .card-figure .sale-flag-side {
  display: block; }

.ysw-pd-card-price {
  flex-direction: column; }
  .ysw-pd-card-price__basic {
    align-items: center;
    display: flex; }

@media (min-width: 1025px) {
  .header-main .header-main-inner .header-middle .logo {
    width: 108%; } }

div[data-content-region="mega-menu-verticle--global"],
div[data-content-region="mega-menu--global"] {
  display: none; }

iframe div[data-content-region="mega-menu-verticle--global"],
iframe div[data-content-region="mega-menu--global"] {
  display: block; }

.header-right .designed-by.designed-use-svg {
  align-items: center; }

.spotlight-product-main .bc-home-spotlight-section {
  display: block; }

div[data-layout-id="3040b5fb-d2dc-4299-95ac-4250283f8dd9"] img {
  min-height: 300px; }

.mobile-navigation {
  display: none; }

.header-main.is-open .mobile-navigation {
  display: block; }

.musician-video-custom .shogun-video-embed-custom {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.musician-video-custom .shogun-video {
  padding-bottom: 56.25%; }

#quickSearch {
  height: 0; }

.cc-search-des {
  max-height: 25.58px; }

@media (max-width: 767.98px) {
  .mobile-search-bar {
    height: 34px;
    padding: 4px 18px; } }

.custom_align {
  background-color: unset; }
  .custom_align .custom_serch .container .ysw-c-search__icon-container {
    top: 10px; }

@supports (-webkit-touch-callout: none) {
  .custom_align .custom_serch .container .ysw-c-search__icon-container {
    top: 6px !important;
    right: 10px !important;
    position: absolute !important;
    background-color: #3cb28d !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2;
    overflow: hidden; }
  .custom_align .custom_serch .container .ysw-c-search__icon {
    width: 16px !important;
    height: 16px !important;
    object-fit: contain !important;
    background: transparent !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important; } }

.not-found-content {
  background-color: #e8e8dd;
  font-family: "PT Serif", serif;
  margin-bottom: 2.85714rem; }
  .not-found-content [action="/search.php"] {
    display: none; }
  .not-found-content-design {
    margin: auto;
    max-width: 50rem;
    position: relative;
    text-align: center;
    width: 100%; }
    .not-found-content-design img {
      -webkit-user-drag: none;
      -khtml-user-drag: none;
      -moz-user-drag: none;
      -o-user-drag: none; }
  .not-found-content-message {
    font-size: 2.78571rem;
    font-weight: 500;
    line-height: normal;
    margin: auto;
    margin-bottom: 1.42857rem;
    margin-top: 2.14286rem;
    max-width: 35.71429rem;
    width: 100%; }
  .not-found-content button {
    background: #3cb28d;
    border: 0;
    border-radius: 1.07143rem;
    display: block;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: auto;
    padding: 0.42857rem 1.21429rem;
    text-transform: uppercase; }
    .not-found-content button a {
      text-decoration: none; }
  .not-found-content .custom-header-search {
    position: relative; }
    .not-found-content .custom-header-search .container {
      margin-top: 0; }
    .not-found-content .custom-header-search::before {
      background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/search.png");
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      height: 1.07143rem;
      left: 0.57143rem;
      position: absolute;
      top: 1rem;
      width: 0.92857rem;
      z-index: 1; }
    .not-found-content .custom-header-search .head-search {
      height: auto; }
    .not-found-content .custom-header-search form,
    .not-found-content .custom-header-search .form-field {
      margin-bottom: 0; }
  @media (max-width: 550.98px) {
    .not-found-content.not-found-1 {
      padding-top: 0.71429rem; } }
  .not-found-content.not-found-1 .not-found-content-message {
    color: #1c3531;
    font-weight: 600;
    line-height: 2.85714rem; }
    @media (max-width: 550.98px) {
      .not-found-content.not-found-1 .not-found-content-message {
        font-size: 1.78571rem;
        line-height: normal;
        padding: 0 0.71429rem; } }
  @media (max-width: 767.98px) {
    .not-found-content.not-found-1 img {
      max-width: 14.28571rem; } }
  .not-found-content.not-found-1 .search-button {
    padding: 0 0.71429rem; }
  .not-found-content.not-found-1 .custom-header-search {
    margin: auto;
    margin-bottom: 1.42857rem;
    max-width: 35.71429rem !important;
    width: 100%; }
    .not-found-content.not-found-1 .custom-header-search::before {
      top: 20%; }
  .not-found-content.not-found-2 .not-found-content-box {
    margin: auto;
    max-width: 42.85714rem;
    padding: 0.71429rem;
    width: 100%; }
    .not-found-content.not-found-2 .not-found-content-box .container {
      max-width: 35.71429rem !important;
      width: 100%; }
  .not-found-content.not-found-2 .custom-header-search {
    margin: auto;
    max-width: 35.71429rem !important;
    width: 100%; }
    .not-found-content.not-found-2 .custom-header-search::before {
      top: 20%; }
  @media (max-width: 767.98px) {
    .not-found-content.not-found-2 img {
      max-width: 17.85714rem; } }
  .not-found-content.not-found-2 .not-found-content-message {
    color: #1c3531;
    font-size: 2.14286rem;
    font-weight: 600;
    margin-top: 1.07143rem;
    max-width: 25rem; }
    @media (max-width: 550.98px) {
      .not-found-content.not-found-2 .not-found-content-message {
        font-size: 1.42857rem;
        max-width: 17.85714rem; } }
  .not-found-content.not-found-2 span {
    color: #3cb28d; }
  .not-found-content.not-found-3 .not-found-content-box {
    align-items: flex-start;
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    max-width: 87.35714rem;
    padding: 5rem 0.71429rem; }
    @media (max-width: 767.98px) {
      .not-found-content.not-found-3 .not-found-content-box {
        align-items: center;
        flex-direction: column;
        padding: 1.42857rem 0.71429rem 5rem; } }
    .not-found-content.not-found-3 .not-found-content-box .not-found-content-design {
      flex: 0 0 50%;
      margin: 0;
      max-width: 50%;
      order: 1;
      width: 100%; }
      @media (max-width: 767.98px) {
        .not-found-content.not-found-3 .not-found-content-box .not-found-content-design {
          max-width: 100%;
          order: 0; } }
      .not-found-content.not-found-3 .not-found-content-box .not-found-content-design img {
        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none; }
        @media (max-width: 767.98px) {
          .not-found-content.not-found-3 .not-found-content-box .not-found-content-design img {
            max-width: 17.85714rem; } }
    .not-found-content.not-found-3 .not-found-content-box .not-found-left-content {
      order: 0; }
      @media (min-width: 768px) {
        .not-found-content.not-found-3 .not-found-content-box .not-found-left-content {
          margin: 3.57143rem 0 0; } }
      .not-found-content.not-found-3 .not-found-content-box .not-found-left-content .sub-title {
        color: #1c3531;
        font-size: 1.42857rem;
        margin: 0;
        text-align: center; }
      .not-found-content.not-found-3 .not-found-content-box .not-found-left-content .title {
        color: #1c3531;
        font-family: "PT Serif", serif;
        font-size: 3.21429rem;
        font-weight: 600;
        line-height: normal;
        margin-top: 0;
        text-align: center; }
      .not-found-content.not-found-3 .not-found-content-box .not-found-left-content .not-found-content-message {
        color: #1c3531;
        font-size: 1.35714rem;
        margin: 2.85714rem 0;
        max-width: 25rem; }
      .not-found-content.not-found-3 .not-found-content-box .not-found-left-content .search-button {
        align-content: center;
        align-items: center;
        display: flex;
        flex: 0 0 50%;
        flex-wrap: wrap;
        justify-content: space-between; }
        .not-found-content.not-found-3 .not-found-content-box .not-found-left-content .search-button button {
          flex: 0 0 39%;
          line-height: normal;
          margin: 0;
          max-width: 8.57143rem;
          padding: 0.21429rem 0; }
  .not-found-content.not-found-3 .custom-header-search {
    display: flex;
    flex: 0 0 61%;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 21.42857rem;
    padding: 0.64286rem 0;
    width: 100%; }
    .not-found-content.not-found-3 .custom-header-search::after {
      background-color: black;
      content: "";
      height: 1.71429rem;
      position: absolute;
      right: 0;
      width: 0.07143rem; }
      @media (max-width: 479.98px) {
        .not-found-content.not-found-3 .custom-header-search::after {
          display: none; } }
    .not-found-content.not-found-3 .custom-header-search form,
    .not-found-content.not-found-3 .custom-header-search .form-field {
      margin: 0;
      max-width: 95%; }
    .not-found-content.not-found-3 .custom-header-search::placeholder {
      color: #51453d;
      font-family: "PT Serif", serif;
      font-size: 1rem;
      font-style: italic;
      font-weight: 300; }
    .not-found-content.not-found-3 .custom-header-search .custom_serch {
      height: max-content;
      width: 100%; }
    .not-found-content.not-found-3 .custom-header-search .form {
      width: 100%; }
    .not-found-content.not-found-3 .custom-header-search:focus {
      outline: none !important; }
  .not-found-content.not-found-4 .not-found-content-box {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 87.35714rem;
    padding: 5rem 0.71429rem; }
    @media (max-width: 991.98px) {
      .not-found-content.not-found-4 .not-found-content-box {
        align-items: center;
        flex-direction: column; } }
    @media (max-width: 767.98px) {
      .not-found-content.not-found-4 .not-found-content-box {
        padding: 1.42857rem 0.71429rem 5rem; } }
  .not-found-content.not-found-4 .not-found-content-design {
    flex: 0 0 30%;
    margin: 0;
    max-width: 30%; }
    @media (max-width: 991.98px) {
      .not-found-content.not-found-4 .not-found-content-design {
        flex: 0 0 60%;
        max-width: 60%; } }
    .not-found-content.not-found-4 .not-found-content-design img {
      -webkit-user-drag: none;
      -khtml-user-drag: none;
      -moz-user-drag: none;
      -o-user-drag: none; }
      @media (max-width: 991.98px) {
        .not-found-content.not-found-4 .not-found-content-design img {
          max-width: 28.57143rem;
          width: 100%; } }
      @media (max-width: 767.98px) {
        .not-found-content.not-found-4 .not-found-content-design img {
          max-width: 10.71429rem; } }
  .not-found-content.not-found-4 .not-found-left-content {
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 991.98px) {
      .not-found-content.not-found-4 .not-found-left-content {
        flex: 0 0 80%;
        max-width: 80%; } }
    .not-found-content.not-found-4 .not-found-left-content .sub-title {
      color: #1c3531;
      font-size: 2rem;
      margin: 0;
      text-align: center; }
    .not-found-content.not-found-4 .not-found-left-content .title {
      color: #1c3531;
      font-family: "PT Serif", serif;
      font-size: 3.57143rem;
      font-weight: 600;
      line-height: 3.57143rem;
      margin-bottom: 2.85714rem;
      margin-top: 0;
      text-align: center; }
      @media (max-width: 767.98px) {
        .not-found-content.not-found-4 .not-found-left-content .title {
          font-size: 2.14286rem;
          line-height: 2.14286rem; } }
    .not-found-content.not-found-4 .not-found-left-content .custom-header-search {
      margin: auto;
      max-width: 26.42857rem; }
      .not-found-content.not-found-4 .not-found-left-content .custom-header-search::before {
        top: 0.5rem; }
    .not-found-content.not-found-4 .not-found-left-content .not-found-content-message {
      color: #1c3531;
      font-size: 1.42857rem; }
      .not-found-content.not-found-4 .not-found-left-content .not-found-content-message span {
        color: #3cb28d;
        font-weight: 600; }

@media (min-width: 768px) {
  .header-main-inner .header-middle .logo {
    padding-bottom: 12px;
    padding-top: 6px; } }

body {
  background-color: #eaeadf; }

.category_collection_section .page-sidebar .top_seller_product .product {
  overflow: visible; }

.ysw-c-notification-bar {
  position: sticky;
  background-color: #49a17d; }
  .ysw-c-notification-bar .container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 98.57143rem;
    padding: 0.71429rem 1.42857rem !important; }
  .ysw-c-notification-bar__text {
    color: white;
    font-family: "Karla", sans-serif;
    font-size: 0.85714rem;
    font-weight: 700;
    letter-spacing: 0.07143rem;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .ysw-c-notification-bar__text {
        font-size: 1rem; } }
  .ysw-c-notification-bar__link {
    color: white;
    font-family: "Karla", sans-serif;
    text-decoration: none; }
    .ysw-c-notification-bar__link:hover {
      color: white; }

.ysw-c-sound-samples {
  border-top: 0.07143rem solid #1c3531;
  margin-block: 2.14286rem 1.78571rem;
  padding-top: 2.14286rem;
  width: 100%; }
  @media (max-width: 767.98px) {
    .ysw-c-sound-samples {
      border-top: 0;
      margin-top: 0;
      order: -1; } }
  .ysw-c-sound-samples__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    list-style: none;
    margin: 0; }
    @media (min-width: 480px) {
      .ysw-c-sound-samples__list {
        justify-content: flex-start; } }
    @media (min-width: 992px) {
      .ysw-c-sound-samples__list {
        justify-content: center; } }
  .ysw-c-sound-samples__button {
    align-items: center;
    background-color: #1c3531;
    border-radius: 1.42857rem;
    color: #eaeadf;
    display: flex;
    gap: 0.5rem;
    padding: 0.35714rem 0.5rem;
    transition: background-color 0.3s ease; }
    .ysw-c-sound-samples__button:hover {
      background-color: #254640; }
    .ysw-c-sound-samples__button .icon {
      background-color: #eaeadf;
      border: 0.28571rem solid #eaeadf;
      border-radius: 50%;
      fill: #1c3531;
      height: 1.42857rem;
      width: 1.42857rem; }
  .ysw-c-sound-samples__text {
    font-family: "PT Serif", serif;
    font-size: 1.14286rem;
    margin-right: 0.5rem; }
  .ysw-c-sound-samples__number {
    font-size: 0.78571rem; }

.ysw-c-quote {
  background-color: #dadaca;
  border-radius: 0.71429rem;
  display: block;
  margin-bottom: 1.42857rem;
  max-width: 35.71429rem;
  padding: 1.07143rem 6%;
  text-align: center; }
  @media (min-width: 480px) {
    .ysw-c-quote {
      padding-inline: 8%; } }
  @media (min-width: 992px) {
    .ysw-c-quote {
      padding-inline: 6%; } }
  .ysw-c-quote--desktop {
    display: block; }
    @media (max-width: 767.98px) {
      .ysw-c-quote--desktop {
        display: none; } }
  .ysw-c-quote--mobile {
    order: -1; }
    @media (min-width: 768px) {
      .ysw-c-quote--mobile {
        display: none; } }
  .ysw-c-quote__text {
    color: #1c3531;
    font-family: "PT Serif", serif;
    font-size: 1.28571rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.71429rem;
    text-transform: inherit;
    text-wrap: pretty; }
    @media (min-width: 480px) {
      .ysw-c-quote__text {
        font-size: 1.42857rem; } }
  .ysw-c-quote__author {
    color: #6f6259;
    font-size: 0.85714rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .ysw-c-quote__author {
        font-size: 0.92857rem; } }

.ysw-c-drawer {
  background-color: #1c3531;
  color: #eaeadf;
  height: 100svh;
  max-width: 32.14286rem;
  overflow: auto;
  padding-block: 6.42857rem 2.28571rem;
  padding-inline: 2.85714rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 102; }
  .ysw-c-drawer:not(.ysw-c-drawer--loaded) {
    display: none; }
    .ysw-c-drawer:not(.ysw-c-drawer--loaded) + .ysw-c-drawer__backdrop {
      display: none; }
  .ysw-c-drawer *:focus {
    box-shadow: 0 0 0 0.28571rem white;
    outline: 0.14286rem solid black !important;
    outline-offset: 0 !important; }
  .ysw-c-drawer-button {
    align-items: center;
    background-color: #1c3531;
    border: 0;
    border-radius: 3.57143rem;
    display: flex;
    font-family: "PT Serif", serif;
    font-size: 1.28571rem;
    gap: 1.64286rem;
    margin: 0 auto;
    margin-top: 2.14286rem;
    padding-block: 0.57143rem;
    padding-left: 0.57143rem;
    text-transform: uppercase; }
    @media (max-width: 800.98px) {
      .ysw-c-drawer-button--only-desktop {
        display: none; } }
    .ysw-c-drawer-button:hover, .ysw-c-drawer-button:focus {
      background-color: #2e5650;
      color: #eaeadf; }
    .ysw-c-drawer-button:focus {
      box-shadow: 0 0 0 0.28571rem white;
      outline: 0.14286rem solid black !important;
      outline-offset: 0 !important; }
    .ysw-c-drawer-button__avatar {
      position: relative; }
    .ysw-c-drawer-button img {
      border-radius: 50%;
      height: 100%;
      height: 2.85714rem;
      width: 100%;
      width: 2.85714rem; }
    .ysw-c-drawer-button .icon {
      fill: #3cb28d;
      height: 1.42857rem;
      position: absolute;
      right: -1.07143rem;
      top: 0;
      width: 1.42857rem; }
  .ysw-c-drawer--open {
    transform: translateX(0); }
  .ysw-c-drawer__header {
    margin-bottom: 2.85714rem; }
  .ysw-c-drawer__close {
    padding: 0;
    position: absolute;
    right: 2.14286rem;
    top: 2.85714rem; }
    .ysw-c-drawer__close .icon {
      fill: #eaeadf;
      height: 2.14286rem;
      width: 2.14286rem; }
  .ysw-c-drawer__heading {
    color: #eaeadf;
    font-family: "PT Serif", serif;
    font-size: 1.71429rem;
    font-size: 2.57143rem;
    font-weight: 900;
    margin-block: 0;
    text-align: center; }
  .ysw-c-drawer__subheading {
    color: #ccb58e;
    font-family: "Karla", sans-serif;
    font-size: 1.28571rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }
  .ysw-c-drawer__content-top {
    display: flex;
    gap: 1.42857rem;
    margin-bottom: 4.28571rem; }
  .ysw-c-drawer__content-image {
    margin: 0;
    max-width: 7.14286rem;
    min-width: 7.14286rem; }
    .ysw-c-drawer__content-image img {
      border-radius: 50%; }
  .ysw-c-drawer__content-link {
    background-color: #3cb28d;
    border: 0;
    border-radius: 3rem;
    color: #eaeadf;
    display: block;
    font-size: remcalc(18px);
    font-weight: 700;
    padding: 0.71429rem 1.78571rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
    .ysw-c-drawer__content-link:hover {
      background-color: #5ac7a5;
      color: #eaeadf; }
    .ysw-c-drawer__content-link-wrapper {
      align-items: center;
      display: flex; }
  .ysw-c-drawer__content-bottom > * {
    border-bottom: 0.07143rem solid #eaeadf; }
  .ysw-c-drawer__content-info {
    display: flex;
    gap: 0.71429rem;
    padding-block: 1.42857rem;
    padding-left: 1.28571rem; }
    .ysw-c-drawer__content-info img {
      max-width: 2rem; }
    .ysw-c-drawer__content-info p {
      color: #3cb28d;
      font-family: "Karla", sans-serif; }
      .ysw-c-drawer__content-info p span {
        color: #eaeadf;
        font-family: "PT Serif", serif;
        font-size: 1.42857rem;
        font-weight: 900;
        margin-right: 0.35714rem; }
  .ysw-c-drawer__details {
    padding-block: 1.42857rem; }
    .ysw-c-drawer__details:is([open]) .icon {
      transform: rotate(0deg); }
    .ysw-c-drawer__details summary {
      align-items: center;
      display: flex;
      font-family: "PT Serif", serif;
      font-size: 1.42857rem;
      font-weight: 900;
      gap: 1.07143rem;
      padding-left: 1.42857rem; }
      .ysw-c-drawer__details summary:hover {
        cursor: pointer; }
      .ysw-c-drawer__details summary .icon {
        fill: #ccb58e;
        height: 1.42857rem;
        margin: 0;
        transform: rotate(-180deg);
        width: 1.42857rem; }
    .ysw-c-drawer__details-content {
      padding-block: 1.07143rem 0;
      padding-left: 3.92857rem; }
    .ysw-c-drawer__details ul {
      list-style: none;
      margin: 0; }
    .ysw-c-drawer__details li {
      font-family: "PT Serif", serif;
      font-size: 1rem;
      font-weight: 400; }
      .ysw-c-drawer__details li span {
        font-family: "Karla", sans-serif;
        margin-right: 0.35714rem; }
      .ysw-c-drawer__details li a {
        color: #eaeadf;
        text-decoration: none; }
  .ysw-c-drawer__footer {
    margin-top: 8rem; }
    .ysw-c-drawer__footer-image {
      margin: 0 auto;
      max-width: 9.64286rem; }
  .ysw-c-drawer__backdrop {
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 101; }
    .ysw-c-drawer__backdrop--open {
      display: block; }

.productView-options {
  border-bottom: 0.07143rem solid #1c3531;
  padding-bottom: 1.42857rem; }

.productView-description {
  padding-bottom: 2.28571rem !important; }

[data-template="@product-page-alternatives"] .clerk-wrapper {
  margin-top: 2.28571rem !important; }

.ending__sales {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .ending__sales--text-only {
    justify-content: center; }
    .ending__sales--text-only .sale-title {
      border-right: 0 none !important;
      width: 100% !important; }
      .ending__sales--text-only .sale-title h2 {
        text-align: center; }

#countdown {
  align-items: center;
  display: flex;
  font-family: "Karla", sans-serif;
  justify-content: center; }
  #countdown ul {
    display: flex;
    gap: 1.14286rem;
    justify-content: flex-end;
    list-style: none;
    margin: 0; }
    @media (min-width: 768px) {
      #countdown ul {
        margin-left: 2.28571rem; } }
    #countdown ul li {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center; }
  #countdown .sale-timing {
    color: #e85b71;
    font-size: 1.42857rem;
    font-weight: 600; }
  #countdown .sale-masure {
    color: #ccb58e;
    font-size: 1.07143rem;
    font-weight: 600;
    text-transform: uppercase; }

.ysw-c-cart-discount-banner {
  background-color: #1c3531;
  border-radius: 1.42857rem;
  display: none;
  padding: 1.07143rem 2.71429rem 1.42857rem; }
  @media (max-width: 991.98px) {
    .ysw-c-cart-discount-banner--show-mobile {
      display: block; } }
  @media (min-width: 992px) {
    .ysw-c-cart-discount-banner--show-desktop {
      display: block; } }
  .ysw-c-cart-discount-banner__heading {
    color: #ccb58e;
    font-family: "Karla", sans-serif;
    font-size: 1.14286rem;
    margin-block: 0;
    margin-inline: 1.42857rem;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 480px) {
      .ysw-c-cart-discount-banner__heading {
        font-size: 1.28571rem; } }
    .ysw-c-cart-discount-banner__heading::before, .ysw-c-cart-discount-banner__heading::after {
      background-image: url("../img/MCN_Decoration_light.svg");
      background-size: contain;
      content: "";
      display: block;
      height: 1.07143rem;
      position: absolute;
      top: 52%;
      transform: translateY(-50%);
      width: 1.07143rem; }
    .ysw-c-cart-discount-banner__heading::before {
      left: -2.14286rem; }
    .ysw-c-cart-discount-banner__heading::after {
      right: -2.14286rem; }
    .ysw-c-cart-discount-banner__heading-wrapper {
      display: flex;
      justify-content: center;
      margin-bottom: 0.35714rem; }
  .ysw-c-cart-discount-banner__text {
    color: #eaeadf;
    font-family: "PT Serif", serif;
    font-size: 1.85714rem;
    font-weight: 900;
    line-height: 1;
    text-align: center; }
    @media (min-width: 480px) {
      .ysw-c-cart-discount-banner__text {
        font-size: 2.28571rem; } }

.ysw-c-away-banner {
  align-items: center;
  background-color: #dadaca;
  border-radius: 1.07143rem;
  display: flex;
  gap: 0.35714rem;
  margin-block: 1.07143rem;
  padding: 0.71429rem 1.42857rem;
  width: 100%; }
  .ysw-c-away-banner--active {
    display: flex; }
  .ysw-c-away-banner__icon {
    filter: brightness(0.2);
    max-height: 1.78571rem;
    max-width: 1.78571rem;
    min-height: 1.78571rem;
    min-width: 1.78571rem; }
  .ysw-c-away-banner__text {
    color: #1c3531;
    font-size: 1rem;
    font-weight: 800;
    text-align: left; }

.ysw-c-badge {
  margin-bottom: 0.57143rem; }
  .ysw-c-badge__text {
    background-color: #1c3531;
    border-radius: 0.42857rem;
    color: white;
    font-family: "Karla", sans-serif;
    font-size: 0.85714rem;
    font-weight: 400;
    padding: 0.14286rem 0.57143rem;
    text-transform: uppercase; }
    .ysw-c-badge__text--yellow {
      background-color: #ffa558; }
    .ysw-c-badge__text--red {
      background-color: #F25774; }

.cart-frequently-bought-product {
  margin-bottom: 3.57143rem; }
  @media screen and (max-width: 767px) {
    .cart-frequently-bought-product .heading-section {
      border-bottom: 0.07143rem solid #959595; } }
  @media screen and (max-width: 480px) {
    .cart-frequently-bought-product .heading-section {
      border-bottom: 0.07143rem solid #959595; } }
  @media (min-width: 768px) {
    .cart-frequently-bought-product .heading-section {
      padding-bottom: 0.71429rem; } }
  .cart-frequently-bought-product .heading-section h2 {
    color: #3cb28d;
    font-family: "PT Serif", serif;
    font-size: 1.92857rem;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 0; }
    @media (min-width: 768px) {
      .cart-frequently-bought-product .heading-section h2 {
        font-size: 2.14286rem; } }
  .cart-frequently-bought-product .heading-section p {
    color: #1c3531;
    font-family: "PT Serif", serif;
    font-size: 1.14286rem !important;
    margin-bottom: 1.07143rem !important; }
    @media (min-width: 768px) {
      .cart-frequently-bought-product .heading-section p {
        font-size: 1.14286rem; } }
  .cart-frequently-bought-product .related-product-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 85.71429rem;
    margin-left: auto;
    margin-right: auto; }
  .cart-frequently-bought-product .productCarousel {
    margin: 0;
    row-gap: 0;
    display: flex; }
    @media screen and (max-width: 767px) {
      .cart-frequently-bought-product .productCarousel {
        flex-direction: column; } }
    @media screen and (max-width: 480px) {
      .cart-frequently-bought-product .productCarousel {
        flex-direction: column; } }
    .cart-frequently-bought-product .productCarousel-slide {
      padding-inline: 0;
      width: 100%; }
      @media (max-width: 991.98px) {
        .cart-frequently-bought-product .productCarousel-slide:nth-last-child(2) .card {
          border-bottom: 0; } }
  .cart-frequently-bought-product .card {
    display: flex;
    padding: 0;
    padding-block: 1.07143rem; }
    @media screen and (max-width: 767px) {
      .cart-frequently-bought-product .card {
        border-bottom: 0.07143rem solid #959595; } }
    @media screen and (max-width: 480px) {
      .cart-frequently-bought-product .card {
        border-bottom: 0.07143rem solid #959595; } }
    @media (max-width: 767.98px) {
      .cart-frequently-bought-product .card {
        align-items: flex-start;
        padding: 1.42857rem 0; } }
    .cart-frequently-bought-product .card-figure {
      background-color: transparent;
      padding: 0;
      width: 30%; }
      @media (min-width: 768px) {
        .cart-frequently-bought-product .card-figure {
          min-width: 7.14286rem;
          width: 13%; } }
      .cart-frequently-bought-product .card-figure .clerk-productView-thumbnail-link {
        padding-top: 141% !important; }
        .cart-frequently-bought-product .card-figure .clerk-productView-thumbnail-link img {
          object-position: top !important; }
    .cart-frequently-bought-product .card-body {
      display: flex;
      flex-direction: column;
      padding-left: 0.85714rem;
      padding-top: 0;
      position: relative;
      width: 70%; }
      @media (min-width: 768px) {
        .cart-frequently-bought-product .card-body {
          flex-direction: row;
          padding-left: 0.92857rem;
          width: 87%; } }
    .cart-frequently-bought-product .card-title {
      height: max-content;
      line-height: 1.2;
      margin-top: -0.42857rem;
      min-height: 2lh;
      order: 1; }
      .cart-frequently-bought-product .card-title-wrapper {
        width: 100%; }
      .cart-frequently-bought-product .card-title a {
        color: #1c3531;
        font-family: "PT Serif", serif;
        font-size: 1.5rem;
        font-weight: 900;
        max-width: 100%;
        text-align: left; }
        @media (min-width: 768px) {
          .cart-frequently-bought-product .card-title a {
            font-size: 1.5rem;
            line-height: inherit;
            max-width: 90%; } }
    .cart-frequently-bought-product .card .returns__notes {
      margin-bottom: 0;
      margin-top: 0.71429rem;
      order: 1;
      text-align: left; }
      .cart-frequently-bought-product .card .returns__notes .ysw-c-badge {
        margin-top: 0.35714rem; }
      .cart-frequently-bought-product .card .returns__notes ul {
        margin-top: 0.35714rem;
        padding-left: 1.28571rem; }
        .cart-frequently-bought-product .card .returns__notes ul:empty {
          display: none; }
      .cart-frequently-bought-product .card .returns__notes li {
        font-size: 1.14286rem; }
        .cart-frequently-bought-product .card .returns__notes li::before {
          background-size: 0.92857rem;
          left: -1.28571rem; }
    .cart-frequently-bought-product .card .bottom__part__text {
      border-top: 0;
      flex-direction: row;
      justify-content: space-between;
      margin-top: 1.07143rem;
      order: 2;
      width: 100%; }
      @media (min-width: 768px) {
        .cart-frequently-bought-product .card .bottom__part__text {
          align-items: flex-start;
          margin-top: 0;
          padding-top: 0;
          width: 70%; } }
    .cart-frequently-bought-product .card .card-text {
      justify-content: flex-start;
      padding: 0;
      width: fit-content; }
      .cart-frequently-bought-product .card .card-text .price-section {
        text-align: left; }
        .cart-frequently-bought-product .card .card-text .price-section.price-section--saving {
          text-align: left; }
        .cart-frequently-bought-product .card .card-text .price-section .price-label {
          display: block;
          font-family: "Bergen Text Semi";
          font-size: 1rem;
          font-weight: 600;
          letter-spacing: 0.05rem;
          margin-bottom: 1.07143rem;
          text-transform: uppercase; }
          @media (min-width: 768px) {
            .cart-frequently-bought-product .card .card-text .price-section .price-label {
              margin-bottom: 2rem; } }
        .cart-frequently-bought-product .card .card-text .price-section .price.price--withTax {
          color: #3cb28d;
          display: block;
          font-family: "Bergen Text";
          font-size: 1.42857rem;
          font-weight: 600;
          line-height: 1;
          margin-bottom: 0.57143rem; }
        .cart-frequently-bought-product .card .card-text .price-section .price.price--non-sale {
          display: block;
          font-family: "Bergen Text";
          font-size: 1.42857rem;
          font-weight: 600;
          line-height: 1;
          margin-bottom: 0.57143rem;
          margin-left: -0.42857rem; }
    .cart-frequently-bought-product .card .rrp-sale-custom,
    .cart-frequently-bought-product .card .price-now-label,
    .cart-frequently-bought-product .card .sale-flag-side,
    .cart-frequently-bought-product .card .badge__img {
      display: none; }
    .cart-frequently-bought-product .card .small_desc_text {
      order: 2;
      width: 100%; }
      @media (min-width: 768px) {
        .cart-frequently-bought-product .card .small_desc_text {
          order: 3;
          width: 55%; } }
      @media (max-width: 767.98px) {
        .cart-frequently-bought-product .card .small_desc_text {
          text-align: left; } }
      .cart-frequently-bought-product .card .small_desc_text p {
        font-family: "PT Serif", serif;
        max-width: 100%; }
        @media (min-width: 768px) {
          .cart-frequently-bought-product .card .small_desc_text p {
            max-width: 85%; } }
    .cart-frequently-bought-product .card .view_more_btns {
      display: none; }
    .cart-frequently-bought-product .card .custom-cart-btn {
      bottom: 0;
      display: block !important;
      position: static;
      right: 0;
      width: 60%;
      text-wrap-mode: nowrap; }
      @media (min-width: 768px) {
        .cart-frequently-bought-product .card .custom-cart-btn {
          width: 45%; } }
      .cart-frequently-bought-product .card .custom-cart-btn .button {
        background-color: transparent;
        border: 0.07143rem solid #1c3531;
        border-radius: 0.28571rem;
        color: #1c3531;
        font-family: "Bergen Text";
        font-size: 1rem;
        font-weight: 600;
        margin-top: 1.78571rem;
        padding-block: 0.85714rem;
        padding-inline: 1.42857rem;
        text-transform: uppercase;
        width: fit-content; }
        @media (min-width: 768px) {
          .cart-frequently-bought-product .card .custom-cart-btn .button {
            font-size: 1.07143rem;
            margin-top: 0;
            padding-inline: 1.28571rem; } }
        .cart-frequently-bought-product .card .custom-cart-btn .button.out-stock-btn {
          cursor: not-allowed;
          opacity: 0.6; }

.cart-frequently-bought {
  padding-right: 5.28571rem; }
  @media (max-width: 991.98px) {
    .cart-frequently-bought {
      padding-right: 0; } }

.ysw-c-tab__trigger {
  background-color: white;
  border: 0.07143rem solid white;
  border-radius: 5px;
  color: #333333;
  font-size: 16px;
  margin: 0;
  padding: 10px 20px;
  transition: all 0.3s; }
  .ysw-c-tab__trigger:hover {
    background-color: #dddddd;
    border: 0.07143rem solid #dddddd;
    color: #333333; }

.ysw-c-tab__description p,
.ysw-c-tab__description span,
.ysw-c-tab__description a {
  font-family: "Helvetica", "PT Serif", serif !important; }

.ysw-c-section-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.14286rem;
  justify-content: center;
  margin-block: 1.14286rem;
  padding-inline: 1.14286rem;
  width: 100%; }
  .ysw-c-section-title__title-container {
    align-items: center;
    color: #3cb28d;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 2.92857rem;
    margin-bottom: 1.42857rem;
    max-width: 85.71429rem;
    text-align: center;
    width: 100%; }
    @media (min-width: 577px) {
      .ysw-c-section-title__title-container {
        background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: unset; } }
  .ysw-c-section-title__title-icon {
    background-color: #eaeadf;
    padding-inline: 1.14286rem; }
    @media (min-width: 801px) {
      .ysw-c-section-title__title-icon {
        margin-top: 0.57143rem; } }
  .ysw-c-section-title__title-text {
    background-color: #eaeadf;
    color: inherit;
    display: inline-block;
    font-family: "PT Serif", serif;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media (min-width: 577px) {
      .ysw-c-section-title__title-text {
        padding-inline: 0.57143rem; } }
    @media (min-width: 801px) {
      .ysw-c-section-title__title-text {
        font-size: 3.57143rem; } }

.ysw-c-image .img-column {
  max-height: 13rem; }

.ysw-c-logo {
  max-width: 180px; }
  @media (min-width: 801px) {
    .ysw-c-logo {
      max-width: 330px; } }

.ysw-c-search {
  max-width: 100%;
  padding: 0;
  width: 100%; }
  @media (min-width: 1261px) {
    .ysw-c-search {
      margin-top: 0.35714rem; } }
  .ysw-c-search--desktop {
    margin-top: 0; }
  .ysw-c-search::before {
    content: none !important; }
  @media (min-width: 801px) {
    .ysw-c-search__container {
      height: max-content !important;
      max-width: 32.14286rem;
      width: 100%; } }
  @media (min-width: 801px) {
    .ysw-c-search__container .container {
      padding: 0; } }
  .ysw-c-search__icon {
    filter: brightness(0) invert(1);
    height: 100%;
    object-fit: cover; }
    .ysw-c-search__icon-container {
      align-items: center;
      background-color: #3cb28d;
      border-radius: 1.07143rem;
      display: flex;
      height: 100%;
      justify-content: center;
      max-height: 1.92857rem;
      padding: 0.42857rem;
      position: absolute;
      right: 0;
      top: 0;
      width: 1.78571rem; }
      @media (min-width: 801px) {
        .ysw-c-search__icon-container {
          max-height: 2.04286rem;
          padding: 0.57143rem;
          width: 2.03571rem; } }
  .ysw-c-search .head-search {
    padding-left: 0.71429rem; }
    @media (min-width: 801px) {
      .ysw-c-search .head-search {
        padding-block: 1.02143rem; } }

.ysw-w-special-offer {
  background-color: #dadaca;
  border-radius: 0.71429rem;
  margin-top: 5.35714rem;
  padding: 1.42857rem 2.14286rem; }
  @media (min-width: 992px) {
    .ysw-w-special-offer {
      margin-top: 2.14286rem; } }
  .ysw-w-special-offer__heading {
    background-color: #dadaca;
    color: #1c3531;
    display: inline-block;
    font-family: "PT Serif", serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 2.57143rem;
    line-height: 2rem;
    margin-block: 0;
    padding-inline: 1.07143rem;
    text-align: center; }
    @media (min-width: 577px) {
      .ysw-w-special-offer__heading {
        font-size: 2.57143rem;
        line-height: 2.57143rem; } }
    .ysw-w-special-offer__heading-wrapper {
      background-image: url("../img/MCN_SpecialOffer_Graphic_bar.svg");
      background-position: center 75%;
      background-repeat: repeat no-repeat;
      background-size: auto;
      display: flex;
      justify-content: center;
      margin-block: 0 1.07143rem;
      margin-inline: 0.71429rem;
      position: relative; }
      @media (min-width: 577px) {
        .ysw-w-special-offer__heading-wrapper {
          margin-bottom: 1.78571rem; } }
      @media (min-width: 992px) {
        .ysw-w-special-offer__heading-wrapper {
          background-size: contain; } }
      .ysw-w-special-offer__heading-wrapper::before, .ysw-w-special-offer__heading-wrapper::after {
        background-image: url("../img/MCN_SpecialOffer_Graphic_ball.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 1.07143rem;
        position: absolute;
        top: 75%;
        transform: translateY(-75%);
        width: 1.07143rem; }
      .ysw-w-special-offer__heading-wrapper::before {
        left: -1.42857rem; }
      .ysw-w-special-offer__heading-wrapper::after {
        right: -1.42857rem; }
  .ysw-w-special-offer__content {
    display: flex;
    flex-direction: column;
    gap: 1.78571rem; }
    @media (min-width: 577px) {
      .ysw-w-special-offer__content {
        gap: 2.5rem; } }
    @media (min-width: 768px) {
      .ysw-w-special-offer__content {
        flex-direction: row;
        gap: 2.14286rem; } }
  .ysw-w-special-offer__image {
    margin-block: 0;
    margin-inline: auto;
    max-width: 14.28571rem;
    min-width: 13.57143rem;
    text-align: center;
    width: 100%; }
    @media (min-width: 577px) {
      .ysw-w-special-offer__image {
        max-width: 17.85714rem; } }
    @media (min-width: 768px) {
      .ysw-w-special-offer__image {
        margin-top: 0.35714rem;
        min-width: 10.71429rem; } }
    .ysw-w-special-offer__image img {
      max-width: none;
      width: 100%; }
  .ysw-w-special-offer__title {
    color: #1c3531;
    font-family: "PT Serif", serif;
    font-size: 1.42857rem;
    font-weight: 900;
    line-height: 1.42857rem;
    margin-top: 0; }
  .ysw-w-special-offer__description {
    color: #1c3531;
    font-family: "PT Serif", serif;
    font-weight: 400; }
  .ysw-w-special-offer__list {
    margin: 0;
    padding-left: 1.71429rem; }
  .ysw-w-special-offer__item {
    color: #6f6259;
    font-family: "PT Serif", serif;
    font-size: 1.14286rem; }

.ysw-w-reviews {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.14286rem;
  justify-content: center;
  margin-block: 1.14286rem;
  padding-inline: 1.14286rem;
  width: 100%; }
  .ysw-w-reviews__title-container {
    align-items: center;
    color: #1c3531;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 2.92857rem;
    margin-bottom: 1.42857rem;
    max-width: 85.71429rem;
    text-align: center;
    width: 100%; }
    @media (min-width: 577px) {
      .ysw-w-reviews__title-container {
        background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: unset; } }
  .ysw-w-reviews__title-icon {
    background-color: #eaeadf;
    padding-inline: 1.14286rem; }
    @media (min-width: 801px) {
      .ysw-w-reviews__title-icon {
        margin-top: 0.57143rem; } }
  .ysw-w-reviews__title-text {
    background-color: #eaeadf;
    color: inherit;
    display: inline-block;
    font-family: "PT Serif", serif;
    font-size: 2rem;
    font-weight: 900;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media (min-width: 577px) {
      .ysw-w-reviews__title-text {
        padding-inline: 0.57143rem; } }
    @media (min-width: 801px) {
      .ysw-w-reviews__title-text {
        font-size: 3.57143rem; } }
  .ysw-w-reviews__list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-inline: 1.71429rem;
    max-width: 42.85714rem;
    padding-inline: 3.14286rem;
    width: 100%; }
    @media (min-width: 801px) {
      .ysw-w-reviews__list {
        flex-direction: row;
        flex-grow: 1;
        gap: 1.14286rem;
        margin-inline: 0;
        max-width: 85.71429rem; } }
  .ysw-w-reviews__item {
    padding-block: 2.14286rem;
    padding-inline: 0;
    width: 100%; }
    @media (min-width: 801px) {
      .ysw-w-reviews__item {
        max-width: 25%;
        padding-block: 1.14286rem;
        padding-inline: 1.14286rem; } }
    @media (min-width: 801px) {
      .ysw-w-reviews__item:not(:last-child) {
        border-bottom: 0 none;
        border-right: 0.07143rem solid #666666;
        margin-bottom: 0; } }
    .ysw-w-reviews__item:not(:last-child):not(:nth-child(4n)) {
      border-bottom: 0.07143rem solid #666666; }
      @media (min-width: 801px) {
        .ysw-w-reviews__item:not(:last-child):not(:nth-child(4n)) {
          border-bottom: 0 none; } }
    .ysw-w-reviews__item:nth-child(n + 4) {
      display: none; }
      @media (min-width: 801px) {
        .ysw-w-reviews__item:nth-child(n + 4) {
          display: block; } }
    .ysw-w-reviews__item:nth-child(n + 5) {
      border-right: 0 none;
      display: none; }
    .ysw-w-reviews__item-stars {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 0.57143rem;
      justify-content: space-between; }
      @media (min-width: 801px) {
        .ysw-w-reviews__item-stars {
          justify-content: flex-start; } }
    .ysw-w-reviews__item-verified {
      display: flex;
      font-size: 0.78571rem;
      font-weight: bold;
      gap: 3pt;
      text-transform: uppercase; }
    .ysw-w-reviews__item-title {
      color: #6f6259;
      font-family: "PT Serif", serif;
      font-size: 1.28571rem;
      font-weight: bold;
      margin-block: 0.57143rem; }
    .ysw-w-reviews__item-body {
      color: #6f6259;
      font-family: "PT Serif", serif;
      font-size: 1.07143rem;
      font-style: italic;
      margin-top: 0; }
  .ysw-w-reviews__footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .ysw-w-reviews__footer-text {
      color: #1c3531;
      font-size: 1.14286rem;
      font-weight: 400;
      margin-bottom: 0; }
    .ysw-w-reviews__footer-logo {
      height: auto;
      width: 10.71429rem; }

.header .navPages-item.is-highlighted {
  background-color: #72ae92; }
  .header .navPages-item.is-highlighted > .navPages-action {
    color: #1c3531 !important;
    padding-inline: 1.07143rem; }
    .header .navPages-item.is-highlighted > .navPages-action.is-open {
      color: white !important; }
    .header .navPages-item.is-highlighted > .navPages-action.activePage {
      color: white !important; }
  .header .navPages-item.is-highlighted:hover {
    background-color: #72ae92; }
    .header .navPages-item.is-highlighted:hover > .navPages-action {
      color: #df2626 !important; }
  .header .navPages-item.is-highlighted.activePage {
    background-color: #72ae92; }

.header .navPages-item > .navPages-action {
  line-height: 2.4 !important; }
  @media (min-width: 1251px) {
    .header .navPages-item > .navPages-action {
      line-height: 2 !important; } }

.category_collection_section.infinite-scroll .pagination-list {
  display: none; }

.category_collection_section .page-load-status {
  display: none;
  float: right;
  width: 100%; }
  @media (min-width: 768px) {
    .category_collection_section .page-load-status {
      width: 80%; } }
  .category_collection_section .page-load-status__message {
    color: #3cb28d;
    font-size: 1.42857rem;
    font-weight: 600;
    margin: 0;
    padding: 0; }
  .category_collection_section .page-load-status .page-load-status__center {
    align-items: center;
    display: flex;
    gap: 0.71429rem;
    justify-content: center; }
    .category_collection_section .page-load-status .page-load-status__center img {
      width: 50px;
      height: 50px;
      margin-top: -55px; }
      @media only screen and (max-width: 768px) {
        .category_collection_section .page-load-status .page-load-status__center img {
          width: 30px;
          height: 30px; } }
  .category_collection_section .page-load-status .page-load-status__message {
    font-size: 50px;
    font-family: "PT Serif", serif;
    font-weight: 900;
    color: #ff5772;
    text-transform: capitalize; }
    @media only screen and (max-width: 768px) {
      .category_collection_section .page-load-status .page-load-status__message {
        font-size: 30px;
        margin-top: -55px; } }

.category_collection_section .page-content > p {
  display: block;
  font-size: 1.57143rem;
  text-align: center; }

.productView .right__part__product {
  padding-inline: 1.42857rem; }
  @media (min-width: 801px) {
    .productView .right__part__product {
      padding: 0;
      padding-left: 2.57143rem; } }

@media (max-width: 800.98px) {
  .productView .tag-line-section {
    order: 0; } }

.productView-product {
  display: flex;
  flex-direction: column;
  width: 100%; }

.productView-images .custom_main_img-slider {
  min-width: auto;
  width: auto; }
  @media (min-width: 768px) {
    .productView-images .custom_main_img-slider:not(.slick-initialized) {
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .productView-images .custom_main_img-slider:not(.slick-initialized) .productView-main:nth-child(n + 2) {
      display: none; } }
  @media (min-width: 768px) {
    .productView-images .custom_main_img-slider:not(.slick-initialized) .productView-main:nth-child(n + 3) {
      display: none; } }
  .productView-images .custom_main_img-slider:not(.slick-initialized) .productView-main img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    width: 100%; }
  .productView-images .custom_main_img-slider .slick-arrow {
    background-color: transparent;
    border: 0;
    transition: all 0.1s ease-out; }
    .productView-images .custom_main_img-slider .slick-arrow::before {
      content: none; }
    .productView-images .custom_main_img-slider .slick-arrow:hover, .productView-images .custom_main_img-slider .slick-arrow:focus {
      background: rgba(234, 234, 223, 0.6); }
  .productView-images .custom_main_img-slider .icon {
    fill: #1c3531;
    height: 2.85714rem;
    width: 1.14286rem; }
  .productView-images .custom_main_img-slider .slick-prev {
    left: 0.85714rem; }
  .productView-images .custom_main_img-slider .slick-next {
    right: 0.85714rem; }
  .productView-images .custom_main_img-slider .slick-next-v1 {
    padding: 0px;
    border-radius: 24px;
    background-color: #55B28C;
    height: 27px;
    width: 27px; }
    .productView-images .custom_main_img-slider .slick-next-v1 .icon {
      height: 1.07143rem;
      width: 0.71429rem; }
    .productView-images .custom_main_img-slider .slick-next-v1:hover, .productView-images .custom_main_img-slider .slick-next-v1:focus {
      background-color: #55B28C; }

.productView-images .custom_thumbnail_img {
  min-width: auto;
  width: auto; }
  .productView-images .custom_thumbnail_img:not(.slick-initialized) {
    padding-inline: 2.85714rem; }
    @media (max-width: 767.98px) {
      .productView-images .custom_thumbnail_img:not(.slick-initialized) .productView-thumbnail {
        display: none; } }
    .productView-images .custom_thumbnail_img:not(.slick-initialized) .productView-thumbnail:nth-child(n + 6) {
      display: none; }
    .productView-images .custom_thumbnail_img:not(.slick-initialized) .productView-thumbnail-link {
      height: 5rem;
      width: 5rem; }

.productView-brand {
  order: -2; }
  @media (max-width: 800.98px) {
    .productView-brand {
      order: 0; } }
  .productView-brand__quote {
    color: #666666;
    font-size: 1rem;
    font-weight: 700;
    text-transform: inherit; }

.productView .productView-rating {
  border-bottom: 0;
  margin-bottom: 0;
  min-height: 1.5rem; }
  @media (min-width: 992px) {
    .productView .productView-rating {
      margin-bottom: 0.35714rem; } }

@media (min-width: 992px) {
  .productView .see-all-concertinas {
    margin-bottom: 1.5rem; } }

.productView .productView-price {
  column-gap: 4.28571rem; }
  .productView .productView-price__wrapper {
    align-items: center;
    display: flex; }
  .productView .productView-price .sale-ending {
    max-width: 14rem;
    padding-left: 0;
    width: max-content; }
    .productView .productView-price .sale-ending p {
      font-size: 1.42857rem; }
    .productView .productView-price .sale-ending span {
      display: block;
      font-size: 1rem; }

.watch-video-button-container {
  text-align: center;
  margin: 1.7rem 0rem; }

.watch-video-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #C4A878;
  color: #1D291F;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  width: 90%;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none; }

.watch-video-button:hover {
  background-color: #b39769; }

.watch-video-button svg {
  margin-right: 8px; }

.page-product .ysw-c-section-title__title-container {
  max-width: 90.5rem; }

.page-product .ysw-c-section-title__title-text {
  color: #3cb28d; }

.ysw-c-rating {
  margin-top: 0.71429rem;
  order: -1;
  padding: 0 !important; }
  .ysw-c-rating .productView-rating {
    align-items: center;
    padding: 0 !important; }
  .ysw-c-rating__stars {
    align-items: center;
    display: flex;
    font-size: 1.5rem; }
  .ysw-c-rating__review {
    font-size: 1.14286rem !important; }

.ruk_rating_snippet:not([data-done="true"]) + span {
  display: none; }

.ysw-c-review .R-DropUpDownMenu .R-TextHeading,
.ysw-c-review .R-DropUpDownMenu .R-TextBody {
  color: #333333 !important; }

.ysw-c-review__container {
  margin: 0 auto;
  max-width: 88.28571rem;
  padding-inline: 1.42857rem; }

.ysw-c-review--empty .concertina-reviews-list,
.ysw-c-review--empty .global-review-section {
  background-color: transparent !important; }

.ysw-c-review--empty .ysw-review__button {
  align-items: center;
  background-color: #3cb28d;
  border-radius: 3.92857rem;
  cursor: pointer;
  display: flex;
  filter: brightness(100%);
  justify-content: center;
  margin-bottom: 0.35714rem !important;
  padding: 1.07143rem 1.42857rem;
  transition: filter 0.3s; }
  .ysw-c-review--empty .ysw-review__button:hover {
    filter: brightness(110%); }
  .ysw-c-review--empty .ysw-review__button div {
    color: black;
    font-size: 1.14286rem;
    font-weight: 800;
    margin-top: 0 !important; }
  .ysw-c-review--empty .ysw-review__button-container {
    --body-text-color: $color-black;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.42857rem;
    justify-content: center;
    width: 100%; }
    .ysw-c-review--empty .ysw-review__button-container em {
      font-size: 1.28571rem;
      font-weight: bold;
      margin-bottom: 0;
      text-align: center; }
      @media (max-width: 550.98px) {
        .ysw-c-review--empty .ysw-review__button-container em {
          font-size: 1.14286rem; } }
    .ysw-c-review--empty .ysw-review__button-container::after {
      color: var(--common-star-color);
      content: "\e92e \e92e \e92e \e92e \e92e";
      font-family: "reviewsio-font";
      font-size: 2.5rem;
      line-height: 1;
      margin-bottom: -3.57143rem; }

.ysw-l-product {
  /*Sticky Add To Cart*/ }
  .ysw-l-product .custom-list-style li {
    background-image: none !important;
    list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20.525 20.525'%3E%3Cg id='Group_1970' data-name='Group 1970' transform='translate(0)'%3E%3Cpath id='Path_2066' data-name='Path 2066' d='M475.313,329.48a10.263,10.263,0,1,0,10.263,10.263A10.265,10.265,0,0,0,475.313,329.48Zm-2.232,14.689-3.377-3.377.672-.672,2.705,2.705,7.17-7.17.672.662Z' transform='translate(-465.05 -329.48)' fill='%233cb28d'/%3E%3C/g%3E%3C/svg%3E") !important; }
  .ysw-l-product .custom-list-style li::before {
    content: none !important; }
  .ysw-l-product .custom-list-style li:first-child::before {
    background-image: none !important;
    content: none !important; }
  .ysw-l-product .returns__notes ul li:nth-child(2)::before {
    background-image: none !important;
    content: none !important; }
  .ysw-l-product .custom_product_page .ending__sales .h2 span#whitetext {
    color: #fff; }
  .ysw-l-product .productView-details .productView-product {
    padding-bottom: 0; }
  .ysw-l-product .productView-details.product-data {
    padding-bottom: 0; }
  .ysw-l-product .productView-price .price-section.rrp-sale-custom {
    display: none !important; }
  .ysw-l-product .productView-price .price-section.price-section--saving {
    display: none !important; }
  .ysw-l-product .two__product_images .productView-thumbnails li:first-child {
    padding-right: 8px; }
  .ysw-l-product .two__product_images .productView-thumbnails li:nth-child(2) {
    padding-left: 8px; }
  .ysw-l-product .custom_main_img-slider .productView-main {
    padding: 0 8px; }
  .ysw-l-product .two__product_images .productView-thumbnails {
    margin-bottom: 12px; }
  .ysw-l-product .custom_main_img-slider {
    margin: auto -8px; }
  .ysw-l-product .two__product_images .productView-thumbnails li .productView-thumbnail-link {
    padding-top: 133.33%; }
  .ysw-l-product .custom_main_img-slider .slick-slide img {
    /*aspect-ratio: 13/9;*/
    aspect-ratio: 3/4;
    object-fit: cover; }
  .ysw-l-product .right__part__product .add-to-cart-wrapper .add-to-cart-buttons .button {
    letter-spacing: 1.1px; }
  .ysw-l-product .productStickyAdd {
    bottom: 10px;
    left: 0;
    opacity: 0;
    position: fixed;
    transition: 0.5s ease;
    visibility: hidden;
    width: 100%;
    z-index: 9; }
  .ysw-l-product .productStickyAdd.sticky-cat-btn {
    opacity: 1;
    visibility: visible; }
  .ysw-l-product .productStickyAdd-container {
    align-items: center;
    background-color: #1c3531;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 8px 9px 7px 8px;
    width: calc(100% - 44px); }
  .ysw-l-product .productsticky-img {
    border-radius: 10px;
    overflow: hidden;
    width: 60px; }
  .ysw-l-product .productsticky-img img {
    max-height: 54px;
    object-fit: cover;
    width: 100%; }
  .ysw-l-product .right__part__product .productStickyAdd .add-to-cart-wrapper .add-to-cart-buttons .button {
    font-size: 10px;
    height: 36px;
    padding: 0 13px; }
  .ysw-l-product .stickyContent {
    flex: 1;
    padding-left: 14px;
    padding-right: 10px;
    text-align: left; }
  .ysw-l-product .productStickyAdd .stickyTitle {
    -webkit-box-orient: vertical;
    color: #eaeadf;
    display: -webkit-box;
    font-family: GTSectra;
    font-size: 14px;
    -webkit-line-clamp: 2;
    line-height: 17px;
    overflow: hidden; }
  .ysw-l-product .option-tooltip .tooltip .pr-option-tooltip-text {
    display: inline-block !important; }
  @media (min-width: 768px) {
    .ysw-l-product .less-image-hide-desktop {
      display: none; }
    .ysw-l-product .productStickyAdd {
      display: none; } }
  @media (max-width: 991px) {
    .ysw-l-product .right__part__product .productView-options {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ysw-l-product .guarantee-block {
      margin: 0;
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .ysw-l-product #custom_thumb_img-slider {
      display: none; }
    .ysw-l-product .ending__sales {
      display: block !important;
      text-align: center; }
    .ysw-l-product .ending__sales .sale-counter ul {
      justify-content: center; }
    .ysw-l-product .custom_product_page .ending__sales .sale-title {
      border-right: 0;
      padding-right: 0; }
    .ysw-l-product .custom_product_page .ending__sales .h2 {
      font-size: 26px; }
    .ysw-l-product .right__part__product .add-to-cart-wrapper .add-to-cart-buttons .button {
      font-size: 22px;
      height: 48px;
      line-height: 1; }
    .ysw-l-product .productView-price {
      margin-bottom: 15px; }
    .ysw-l-product .custom_main_img-slider .productView-main {
      padding: 0; }
    .ysw-l-product .custom_main_img-slider {
      margin: 0; }
    .ysw-l-product .sticky-cat-btn-active > .add-to-cart-wrapper #form-action-addToCart {
      bottom: 26px;
      font-size: 10px;
      height: 36px;
      padding: 0 13px;
      position: fixed;
      right: 32px;
      width: 119px;
      z-index: 11; }
    .ysw-l-product .sticky-cat-btn-active > .add-to-cart-wrapper #form-action-addToCart:hover,
    .ysw-l-product .sticky-cat-btn-active > .add-to-cart-wrapper #form-action-addToCart:active,
    .ysw-l-product .sticky-cat-btn-active > .add-to-cart-wrapper #form-action-addToCart:focus {
      background-color: #3cb28d;
      color: #13322b;
      outline: none; } }
  .ysw-l-product .tab-menu {
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px; }
  .ysw-l-product .tab-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
  .ysw-l-product .tab-menu ul li {
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    max-width: 100%;
    text-align: center; }
  .ysw-l-product .tab-menu ul li a {
    border-bottom: 1px solid #142c26;
    border-radius: 10px 10px 0 0;
    color: #000;
    display: inline-block;
    display: block;
    font-family: GTSectra;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.44px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: inherit; }
  .ysw-l-product .tab-menu ul li a:hover {
    color: #3cb28d;
    text-decoration: none; }
  .ysw-l-product .tab-menu ul li a.active {
    border: 1px solid #142c26;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    color: #3cb28d;
    text-decoration: none; }
  .ysw-l-product .tab-box {
    display: none;
    margin: 0 auto;
    max-width: 1280px; }
  .ysw-l-product .tab-teaser {
    margin: 0 auto;
    width: 100%; }
  .ysw-l-product .tab-main-box {
    margin-top: -2px;
    padding: 70px 0 0; }
  .ysw-l-product .shipping-section .shipping-title,
  .ysw-l-product .related-product-title,
  .ysw-l-product .accordion-title {
    text-align: center; }
  .ysw-l-product .shipping-section .shipping-title h2,
  .ysw-l-product .related-product-title h2,
  .ysw-l-product .accordion-title h2 {
    margin: 0; }
  .ysw-l-product .shipping-details-box {
    margin: 0 auto;
    max-width: 1028px; }
  .ysw-l-product .tab-box.full-width {
    max-width: 100%; }
  .ysw-l-product .reviews-container {
    margin: 0 auto; }
  .ysw-l-product .reviews-background {
    background-color: #eaeadf; }
  .ysw-l-product .pr-description .productView-title {
    display: none; }
  .ysw-l-product .pr-description-title {
    background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-design.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: unset;
    margin: 0 41px;
    margin-bottom: 60px;
    position: relative;
    text-align: center; }
  .ysw-l-product .pr-description-title h2 {
    background-color: #eaeadf;
    color: #3cb28d;
    display: inline-block;
    font-family: GTSectra;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    padding: 0 10px;
    text-align: center; }
  .ysw-l-product .pr-description-title::before {
    background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 28px;
    left: -40px;
    position: absolute;
    top: 18px;
    width: 28px; }
  .ysw-l-product .pr-description-title::after {
    background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 28px;
    position: absolute;
    right: -40px;
    top: 18px;
    width: 28px; }
  .ysw-l-product .accordion-main.defualt-pr-accordion .shogun-accordion-title {
    margin: 0; }
  .ysw-l-product .defualt-pr-accordion {
    padding: 0 20px 105px; }
  .ysw-l-product .accordion-main .shogun-accordion-heading.active::before {
    background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/minus.png"); }
  .ysw-l-product .defualt-pr-accordion .shogun-accordion-heading {
    cursor: pointer; }
  .ysw-l-product .related-product-content .slick-dots li button {
    background-color: #707070;
    border: 0;
    opacity: 30%; }
  .ysw-l-product .related-product-content .category__slider__part .slick-dots li {
    height: 20px;
    width: 20px; }
  .ysw-l-product .related-product-content .slick-dots li.slick-active button {
    opacity: 100%; }
  .ysw-l-product .related-product-content .category__slider__part .slick-next {
    right: 40px; }
  .ysw-l-product .related-product-content .category__slider__part .slick-prev {
    left: 40px; }
  .ysw-l-product .related-product-content .category__part_small .bottom__part__text .card-text {
    border-bottom: 1px solid #1c3531;
    border-top: 1px solid #1c3531;
    border-top: 0;
    padding: 6px 0;
    padding: 0;
    width: 100%; }
  .ysw-l-product .related-product-content .category__part_small .bottom__part__text .view_more_btns {
    border-left: 0;
    margin-top: 15px;
    width: 100%; }
  .ysw-l-product .related-product-content .card-title > a {
    color: #13322b;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 54px;
    text-align: center;
    vertical-align: top;
    width: 100%; }
  .ysw-l-product .related-product-content .card-text .price {
    color: #1c3531;
    font-family: "Bergen Text";
    font-size: 20px;
    font-weight: 700; }
  .ysw-l-product .related-product-content .card-text .rrp-sale-custom {
    display: none; }
  .ysw-l-product .related-product-content .sale-price-custom .price-now-label {
    display: none; }
  .ysw-l-product .related-product-content .sale-price-custom .price {
    color: #ff5772; }
  .ysw-l-product .related-product-content .productCarousel > .slick-dots {
    bottom: -50px; }
  .ysw-l-product .related-product-content .card-figure {
    padding: 0; }
  .ysw-l-product .pr-description {
    padding-left: 20px;
    padding-right: 20px; }
  .ysw-l-product .shipping-details-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 50px;
    max-height: inherit;
    max-width: 575px;
    min-height: inherit; }
  .ysw-l-product .shipping-details-img .img-box {
    text-align: center;
    width: calc(33.333333333333336% - 8.666666666666666px); }
  .ysw-l-product .shipping-details-img img {
    max-width: 146px; }
  .ysw-l-product .shipping-details-img .img-box:nth-child(2) img {
    max-width: 166px; }
  .ysw-l-product .concertina-reviews-list {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .ysw-l-product .tab-menu ul {
      flex-wrap: wrap; }
    .ysw-l-product .tab-menu ul li {
      flex-basis: auto; }
    .ysw-l-product .concertina-reviews-list #concertina_global_reviews {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .ysw-l-product .tab-menu ul li a.active {
      border-bottom: 1px solid #142c26;
      border-left: 0;
      border-radius: 0;
      border-right: 0;
      border-top: 0; }
    .ysw-l-product .pr-description-title h2 {
      font-size: 27px;
      position: relative;
      top: 45px; }
    .ysw-l-product .pr-description-title {
      margin-left: 0;
      margin-right: 0; }
    .ysw-l-product .pr-description {
      display: inline-block; }
    .ysw-l-product .pr-description-title h2::before {
      background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      height: 19px;
      left: -19px;
      position: absolute;
      top: 5px;
      width: 19px; }
    .ysw-l-product .pr-description-title h2::after {
      background-image: url("https://cdn11.bigcommerce.com/s-bpb7fxfo91/images/stencil/original/image-manager/titlebg-icon.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      height: 19px;
      position: absolute;
      right: -19px;
      top: 5px;
      width: 19px; }
    .ysw-l-product .pr-description-title::before,
    .ysw-l-product .pr-description-title::after {
      opacity: 0;
      width: 0; }
    .ysw-l-product .tab-main-box {
      padding: 20px 0 0; }
    .ysw-l-product .tab-main-box .accordion-subheading h4 {
      margin-top: 5px; } }
  @media (min-width: 550px) {
    .ysw-l-product .related-product-content .productCarousel > .slick-dots {
      display: none !important; } }
  .ysw-l-product .two__product_images .productView-thumbnails li .productView-thumbnail-link {
    pointer-events: auto; }
  .ysw-l-product .tab-menu ul li a {
    font-size: 1.14286rem; }
  .ysw-l-product .tab-main-box .pr-description {
    display: block;
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px; }

.mc-06 .page--cart .cart-list .cart-item > .cart-item-block.cart-item-info--price {
  display: inline-block !important; }
  @media (min-width: 801px) {
    .mc-06 .page--cart .cart-list .cart-item > .cart-item-block.cart-item-info--price {
      display: table-cell !important; } }

.mc-06 .page--cart .cart-list .cart-item .cart-item-quantity,
.mc-06 .page--cart .cart-list .cart-item .cart-item-info {
  padding-left: initial; }

@media (max-width: 550.98px) {
  .mc-06 .page--cart .cart-list .cart-item .cart-item-info--price {
    padding-left: 0; } }

.mc-06 .page--cart .cart-list .cart-item .cart-item-label {
  text-align: left !important;
  transform: none; }
  @media (max-width: 550.98px) {
    .mc-06 .page--cart .cart-list .cart-item .cart-item-label {
      width: 20%; } }

.mc-06 .page--cart .cart-totals {
  border: 0 !important; }

.mc-06 .page--cart .PaypalCommerceCheckout {
  position: static; }

.page--cart .cart-main,
.page--cart .cart-bottom-main {
  max-width: 98.57143rem; }

.page--cart .cart-heading-count {
  align-items: start;
  display: flex;
  gap: 0.71429rem;
  justify-content: space-between; }
  .page--cart .cart-heading-count h2 {
    color: #3cb28d;
    font-family: GTSectra;
    font-size: 2.57143rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0; }
    @media (min-width: 551px) {
      .page--cart .cart-heading-count h2 {
        font-size: 2.71429rem; } }
  .page--cart .cart-heading-count p {
    display: flex;
    font-family: "PT Serif", serif;
    font-size: 1.14286rem;
    font-weight: 400;
    gap: 0.21429rem;
    padding-bottom: 0.35714rem;
    text-transform: capitalize; }

.page--cart .cart-top-text {
  align-items: start;
  display: flex;
  gap: 0.35714rem;
  margin-top: 0.57143rem;
  max-width: 40%; }
  @media (min-width: 551px) {
    .page--cart .cart-top-text {
      gap: 0.71429rem;
      max-width: none; } }
  .page--cart .cart-top-text img {
    margin-top: 0.14286rem;
    width: 1.14286rem; }
    @media (min-width: 551px) {
      .page--cart .cart-top-text img {
        margin-top: 0.5rem; } }
  .page--cart .cart-top-text p {
    font-family: "Karla", sans-serif !important;
    font-size: 0.85714rem;
    font-style: normal !important;
    font-weight: 800;
    line-height: 1.14286rem;
    text-transform: none; }
    @media (min-width: 551px) {
      .page--cart .cart-top-text p {
        font-size: 1rem;
        line-height: 2.14286rem; } }

.page--cart .cart-item {
  border-color: #959595 !important;
  position: relative; }
  @media (min-width: 551px) {
    .page--cart .cart-item {
      padding-left: 0; } }
  .page--cart .cart-item-info {
    text-align: left; }
    .page--cart .cart-item-info--price {
      margin-top: 0.71429rem; }
      @media (min-width: 551px) {
        .page--cart .cart-item-info--price {
          margin-top: 0;
          width: 30%; } }
      @media (min-width: 801px) {
        .page--cart .cart-item-info--price {
          margin-top: 0.71429rem;
          width: 20%; } }
      @media (max-width: 550.98px) {
        .page--cart .cart-item-info--price .cart-item-value {
          margin-left: 1.5rem; } }
      @media (max-width: 550.98px) {
        .page--cart .cart-item-info--price .ysw-c-badge__text {
          margin-left: 1.5rem; } }
    .page--cart .cart-item-info--total {
      display: inline-block;
      margin-top: 0.71429rem; }
      @media (min-width: 551px) {
        .page--cart .cart-item-info--total {
          width: 15%; } }
      @media (min-width: 801px) {
        .page--cart .cart-item-info--total {
          display: table-cell;
          width: 15%; } }
      @media (max-width: 550.98px) {
        .page--cart .cart-item-info--total .cart-item-value {
          margin-left: 1.5rem; } }
  @media (min-width: 801px) {
    .page--cart .cart-item-block {
      padding-bottom: 3.57143rem !important;
      padding-top: 1.14286rem !important; } }
  @media (min-width: 551px) {
    .page--cart .cart-item-block--remove {
      display: none; } }
  .page--cart .cart-item-block--remove .cart-item-label {
    opacity: 0; }
  .page--cart .cart-item-block .form-label,
  .page--cart .cart-item-block .cart-item-label {
    font-size: 1rem;
    text-transform: uppercase; }
    @media (min-width: 551px) {
      .page--cart .cart-item-block .form-label,
      .page--cart .cart-item-block .cart-item-label {
        text-align: left; } }
  .page--cart .cart-item-block .cart-item-value {
    font-size: 1.42857rem;
    line-height: 1;
    margin-bottom: 0.57143rem; }
    @media (max-width: 550.98px) {
      .page--cart .cart-item-block .cart-item-value {
        padding-left: 0; } }
    @media (min-width: 551px) {
      .page--cart .cart-item-block .cart-item-value {
        display: block; } }
    .page--cart .cart-item-block .cart-item-value.price--discounted {
      color: #707070; }
      @media (min-width: 551px) {
        .page--cart .cart-item-block .cart-item-value.price--discounted {
          display: block; } }
      .page--cart .cart-item-block .cart-item-value.price--discounted:empty {
        display: none; }
  @media (max-width: 800.98px) {
    .page--cart .cart-item .cart-item-figure {
      margin: 0;
      padding-top: 0 !important; } }
  @media (max-width: 800.98px) {
    .page--cart .cart-item .cart-item-figure img {
      height: 14.28571rem;
      max-width: 11.42857rem;
      object-fit: scale-down;
      width: 100%; } }
  @media (max-width: 550.98px) {
    .page--cart .cart-item .cart-item-figure img {
      height: 10.71429rem; } }
  @media (max-width: 550.98px) {
    .page--cart .cart-item .cart-item-title {
      height: 10.71429rem; } }
  @media (max-width: 800.98px) {
    .page--cart .cart-item .cart-item-title {
      padding-top: 0 !important; } }
  @media (min-width: 801px) {
    .page--cart .cart-item .cart-item-title {
      max-width: none !important;
      padding-right: 5%;
      width: 35%; } }
  .page--cart .cart-item-name__label {
    font-weight: 900; }
  .page--cart .cart-item-quantity {
    display: inline-block;
    margin-top: 0.71429rem; }
    @media (min-width: 551px) {
      .page--cart .cart-item-quantity {
        margin-top: 0;
        width: 20%; } }
    @media (min-width: 801px) {
      .page--cart .cart-item-quantity {
        display: table-cell; } }
    .page--cart .cart-item-quantity .cart-item-label {
      padding-left: 0.71429rem; }
      @media (max-width: 550.98px) {
        .page--cart .cart-item-quantity .cart-item-label {
          padding-left: 0; } }
  .page--cart .cart-item .form-increment {
    border: 0.07143rem solid #1c3531;
    border-radius: 0.35714rem;
    display: inline-flex; }
    @media (min-width: 551px) {
      .page--cart .cart-item .form-increment {
        margin-left: 0.71429rem; } }
    @media (min-width: 801px) {
      .page--cart .cart-item .form-increment {
        padding-left: 0; } }
    .page--cart .cart-item .form-increment .form-input {
      font-size: 1.28571rem;
      padding-block: 0.21429rem;
      width: 2rem; }
    .page--cart .cart-item .form-increment .button {
      border: 0;
      border-radius: 0;
      padding-inline: 0.35714rem; }
      .page--cart .cart-item .form-increment .button--minus {
        padding-right: 0; }
      .page--cart .cart-item .form-increment .button--plus {
        padding-left: 0; }
      .page--cart .cart-item .form-increment .button .icon {
        align-items: center;
        display: flex;
        font-size: 2rem;
        font-weight: 400;
        justify-content: center; }
        .page--cart .cart-item .form-increment .button .icon.plus-icon {
          font-size: 1.57143rem; }
  .page--cart .cart-item .cart-remove.icon {
    display: none; }
    @media (max-width: 550.98px) {
      .page--cart .cart-item .cart-remove.icon {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0.35714rem; } }
  .page--cart .cart-item .cart-remove:not(.icon) {
    color: #707070;
    float: none;
    font-size: 0.71429rem;
    font-weight: 600;
    margin: 0;
    margin-top: 0.35714rem;
    text-transform: uppercase;
    width: fit-content; }
    @media (max-width: 550.98px) {
      .page--cart .cart-item .cart-remove:not(.icon) {
        height: auto;
        margin-left: 1.5rem; } }
    @media (min-width: 551px) {
      .page--cart .cart-item .cart-remove:not(.icon) {
        display: block !important;
        font-size: 0.85714rem;
        padding-left: 0.71429rem;
        width: auto; } }
  @media (max-width: 550.98px) {
    .page--cart .cart-item .cart-remove--quantity {
      display: none !important; } }

.page--cart .cart-summary-shipping .cart-total-label strong {
  color: #1c3531;
  font-weight: 700; }

.page--cart .cart-total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .page--cart .cart-total::before, .page--cart .cart-total::after {
    content: none; }
  .page--cart .cart-total--grandTotal {
    border-block: 0.07143rem solid #959595 !important;
    padding-block: 1.07143rem; }
  .page--cart .cart-total > div:nth-child(3) {
    width: 100%; }
  .page--cart .cart-total .cart-total-label,
  .page--cart .cart-total .cart-total-value {
    font-size: 1.28571rem; }
  .page--cart .cart-total .cart-total-value {
    min-width: 10.71429rem;
    width: 36%; }
  .page--cart .cart-total .cart-total-grandTotal {
    font-weight: 700; }

@media (max-width: 800.98px) {
  .cart-right-part > .cart-actions.cart-content-padding-right > a {
    max-width: 100%; } }

@media (max-width: 800.98px) {
  .cart-additionalCheckoutButtons > .CheckoutButton > p,
  .cart-additionalCheckoutButtons .PaypalCommerceContainer,
  .cart-additionalCheckoutButtons .PaypalCommerceInnerContainer,
  .cart-additionalCheckoutButtons .PaypalCommerceContainer {
    max-width: 100% !important;
    width: 100% !important; } }

.category_brand_product.infinite-scroll .pagination-list {
  display: none; }

.category_brand_product .page-load-status {
  display: none;
  float: right;
  margin-bottom: 3.57143rem;
  width: 100%; }
  @media (min-width: 768px) {
    .category_brand_product .page-load-status {
      width: 80%; } }
  .category_brand_product .page-load-status__message {
    color: #3cb28d;
    font-size: 1.42857rem;
    font-weight: 600;
    margin: 0;
    padding: 0; }
  .category_brand_product .page-load-status .page-load-status__center {
    align-items: center;
    display: flex;
    gap: 0.71429rem;
    justify-content: center; }

.ysw-u-visually-hidden {
  visibility: hidden !important; }

.ysw-u-hidden {
  display: none !important; }

@media (min-width: 992px) {
  .ysw-u-show-desktop {
    display: block; } }

@media (max-width: 991.98px) {
  .ysw-u-show-mobile {
    display: block; } }

.ysw-u-only-desktop {
  display: none; }
  @media (min-width: 992px) {
    .ysw-u-only-desktop {
      display: block; } }

.ysw-u-only-mobile {
  display: block; }
  @media (min-width: 992px) {
    .ysw-u-only-mobile {
      display: none; } }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0.07143rem;
  margin: -0.07143rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.07143rem; }

/*
   FancyBox v3.5.7
*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slideVideo {
  padding: 50% 1% !important; }

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable="true"] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

@media screen and (max-width: 767px) {
  .fancybox-slide--video .fancybox-content,
  .fancybox-slide--map .fancybox-content,
  .fancybox-slide--pdf .fancybox-content,
  .fancybox-slide--iframe .fancybox-content {
    height: 50%; }
  .fancybox-slide {
    padding: 0px; } }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  margin-left: 8px;
  left: 0;
  padding: 0px;
  border-radius: 30px;
  background-color: #55B28C;
  height: 30px;
  width: 30px; }
  .fancybox-navigation .fancybox-button--arrow_left .icon {
    height: 1.07143rem;
    width: 0.71429rem; }
  .fancybox-navigation .fancybox-button--arrow_left:hover, .fancybox-navigation .fancybox-button--arrow_left:focus {
    background-color: #55B28C; }
  .fancybox-navigation .fancybox-button--arrow_left div {
    display: none; }

.fancybox-navigation .fancybox-button--arrow_right {
  margin-right: 8px;
  left: calc(100vw - 38px) !important;
  padding: 0px;
  border-radius: 30px;
  background-color: #55B28C;
  height: 30px;
  width: 30px; }
  .fancybox-navigation .fancybox-button--arrow_right .icon {
    height: 1.07143rem;
    width: 0.71429rem; }
  .fancybox-navigation .fancybox-button--arrow_right:hover, .fancybox-navigation .fancybox-button--arrow_right:focus {
    background-color: #55B28C; }
  .fancybox-navigation .fancybox-button--arrow_right div {
    display: none; }

.fancybox-navigation .fancybox-button--arrow_left::before {
  content: '<';
  color: #1c3531;
  font-size: 18px; }

.fancybox-navigation .fancybox-button--arrow_right::before {
  content: '>';
  color: #1c3531;
  font-size: 18px; }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px 44px 25px; } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px; } } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
