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

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

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

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

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

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

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

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: #4f4f4f;
  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: 750px) {
    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: #4f4f4f;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #a5a5a5; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d2d;
  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: #505050;
    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 #e8e8e8;
  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 #dfdfdf;
  color: #4f4f4f;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #4f4f4f;
    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 #e8e8e8;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f2f2f2; }
    .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 #e8e8e8; }

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

.table-tbody tr {
  border-bottom: 1px solid #e8e8e8; }
  .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: #dfdfdf;
  color: #454545;
  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: #989898;
    color: #666666; }
  .button:active {
    background-color: transparent;
    border: 1px solid #454545;
    color: #454545; }
  .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: #454545;
  border-color: #454545;
  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: #989898;
    border: 1px solid #989898;
    color: white; }

.button[disabled] {
  background-color: #dadada;
  border-color: #dadada;
  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: #2e9600; }

/*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: #e8e8e8;
  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: #e8e8e8;
  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 #454545;
  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: #505050;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

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

/*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: #dfdfdf;
  color: #454545;
  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: #989898; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #989898; }

/*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 #454545;
  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 #dfdfdf;
      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(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(79, 79, 79, 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(79, 79, 79, 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 #454545;
  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: #2e9600;
    box-shadow: 0 0 4px rgba(46, 150, 0, 0.4); }

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  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: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    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: #989898; }

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

.switch-description--off {
  color: #2d2d2d;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #989898; }

.switch-description--on {
  color: #989898;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #2d2d2d; }

.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 #454545;
    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: #69d66f; }

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

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #69d66f; }

.form-field--success .form-input-indicator > svg {
  fill: #69d66f; }

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

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

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

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

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

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

/*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: #f2f2f2;
  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: #f2f2f2; }
  .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: #505050;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #505050; }
  .breadcrumb.current {
    color: #505050;
    cursor: default; }
    .breadcrumb.current a {
      color: #505050;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #a5a5a5; }
    .breadcrumb.unavailable a {
      color: #a5a5a5; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #a5a5a5;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #505050;
    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: #4f4f4f;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #505050;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e8e8e8;
  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: #505050;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #4f4f4f; }

.tab.is-active .tab-title {
  color: #4f4f4f;
  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: #2d2d2d;
  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: #4f4f4f;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #505050;
    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: #505050;
      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: #4f4f4f; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #4f4f4f;
  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: #e8e8e8;
  border-color: #e8e8e8;
  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: #4f4f4f; }
  .alertBox--info svg {
    fill: #dfdfdf; }

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

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

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

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

/*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: #e8e8e8 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: #e8e8e8 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #2d2d2d; }
  .accordion-navigation > a {
    background: white;
    color: #4f4f4f;
    padding: 1.85714rem;
    display: block;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #f2f2f2; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #2d2d2d;
  background: rgba(45, 45, 45, 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 #e8e8e8;
  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 #e8e8e8;
  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 #e8e8e8;
  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(45, 45, 45, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #989898 #989898;
    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 #454545;
  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: #505050; }

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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; }
  .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; }

/* 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%;
  margin-top: -10px;
  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: #989898;
  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-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 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: #2d2d2d;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #666666;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  height: 4.35714rem;
  margin-top: -2.14286rem;
  padding: 0.71429rem;
  width: 2.85714rem; }
  .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: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjMkQyRDJEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.slick-dots {
  margin: 0;
  position: relative;
  bottom: 0; }
  .slick-dots li {
    margin: 0;
    padding: 0 5px; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 10px;
      width: 10px;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #2d2d2d;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #2d2d2d; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #666666; }

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

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

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #989898;
  height: 0.35714rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

html,
body {
  height: auto; }

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

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

figcaption {
  color: #a5a5a5;
  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 1rem;
  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: #505050;
  float: left;
  font-weight: 600;
  margin: 0 0.35714rem 0 0;
  width: 51%; }

.definitionList-value {
  margin: 0;
  width: 45%; }

.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(130, 130, 130, 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: #505050;
  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 #e8e8e8; }
  .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: #e8e8e8;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e8e8e8;
    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 #e8e8e8; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

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

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

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

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

.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 550px;
  width: 100%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

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

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

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

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #4f4f4f;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 750px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #a5a5a5; }

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

.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: left; }
  @media (min-width: 551px) {
    .breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

.breadcrumb-label {
  text-decoration: none; }

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

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

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

.pagination-item .pagination-link {
  text-decoration: none;
  transition: all 0.2s ease; }
  .pagination-item .pagination-link:hover {
    color: #4f4f4f; }

.pagination-item.pagination-item--current {
  border-color: #e8e8e8;
  border-radius: 4px;
  margin: 0 0.35714rem 0 0.78571rem; }

.pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
  color: #4f4f4f; }
  .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
    color: #a5a5a5; }
    .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
      fill: #a5a5a5; }

.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: #505050;
    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: 750px) {
      .button + .button {
        margin-left: 0.78571rem; } }

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

.button--icon svg {
  fill: #2e9600; }

.tab {
  border-top: 1px solid #e8e8e8;
  float: none; }
  @media (min-width: 750px) {
    .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: 750px) {
      .tab.is-active {
        border: 1px solid #e8e8e8;
        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: 750px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }

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

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

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

.accordion-title {
  margin: 0; }

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

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

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

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

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

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

.accordion--navList .accordion-indicator {
  fill: #a5a5a5; }
  @media (min-width: 750px) {
    .accordion--navList .accordion-indicator {
      visibility: hidden; } }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.21429rem; }
  @media (min-width: 750px) {
    .accordion--navList .accordion-navigation-actions {
      top: 20px;
      left: 0;
      right: 0;
      text-align: center;
      width: 100%; } }

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

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

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

.accordion-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #505050;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #4f4f4f; }

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

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

.alertBox--info {
  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(255, 125, 125, 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"] {
  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(105, 214, 111, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.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-actions {
  margin: 0 auto;
  max-width: 87.14286rem;
  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: #a5a5a5;
  font-size: 13px; }

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

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

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

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

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

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

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

.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-option {
  border: 1px solid #dfdfdf;
  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: #989898; }
  .form-radio:checked + .form-option {
    border-color: #4f4f4f;
    box-shadow: 0 0 0 1px #4f4f4f; }

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

.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-figure {
  margin-top: 0; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

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

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

.card-image {
  border: 0;
  display: flex;
  margin: auto;
  width: auto; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem;
  min-height: 40px;
  font-weight: 600; }
  .card-title > a {
    color: #2d2d2d;
    text-decoration: none; }
    .card-title > a:hover {
      color: #a5a5a5; }

.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-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

ul.productGrid.newC-product-cards-outer .card-body {
  text-align: center;
  background-color: #f4f4f4;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  border-left: 1px solid #d7d6d6;
  border-right: 1px solid #d7d6d6;
  border-bottom: 1px solid #d7d6d6; }
  @media (min-width: 750px) {
    ul.productGrid.newC-product-cards-outer .card-body {
      width: 96%; } }

.card-body {
  text-align: center;
  padding: 5px; }
  @media (min-width: 750px) {
    .card-body {
      padding: 15px; } }

.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: #2e9600; }
    .card--alternate:hover .card-body {
      background-color: #2e9600; }
      .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 #dfdfdf;
    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(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(79, 79, 79, 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: #f2f2f2;
  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: #4f4f4f; }
  .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: 750px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 750px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #4f4f4f; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 750px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #505050;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #505050;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #4f4f4f; }

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

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

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

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  margin-bottom: 0; }
  .actionBar-section .form-field:hover {
    border-color: #989898; }

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

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

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

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

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #454545;
  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: 750px) {
    .navUser {
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #e8e8e8;
    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 #e8e8e8 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; }
  .navUser .wrapgreennav {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1050px) {
      .navUser .wrapgreennav {
        justify-content: center; } }
    @media (max-width: 751px) {
      .navUser .wrapgreennav {
        justify-content: space-between; } }
  .navUser .dailyDeals {
    display: none;
    background: #2e9600;
    padding-right: 7%; }
    @media screen and (min-width: 1050px) and (max-width: 1200px) {
      .navUser .dailyDeals {
        padding-right: 0; } }
    @media (min-width: 750px) {
      .navUser .dailyDeals {
        display: none; } }
    @media (min-width: 1050px) {
      .navUser .dailyDeals {
        float: left;
        display: flex;
        flex: 0 30%;
        align-items: center; }
        .navUser .dailyDeals a.header-topSectiontitle {
          background: #2e9600;
          padding: 12px 5px;
          font-size: .9em;
          color: #fff;
          display: block;
          text-decoration: none;
          font-weight: bold; }
        .navUser .dailyDeals a.header-topSectionbrands img {
          padding: 10px 8px;
          font-size: .9em;
          color: #fff;
          display: block;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: bold;
          float: left;
          max-width: 80px; } }
  .navUser ul {
    display: flex; }
  .navUser ul.previewCartList {
    display: block; }

.navUser-action {
  color: #fff;
  font-weight: 700;
  padding: 12px 8px;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #a5a5a5; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #a5a5a5;
      stroke: #a5a5a5; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #4f4f4f;
    stroke: #4f4f4f;
    transition: all 0.15s ease; }
  .navUser-action i.fa-user, .navUser-action i.fa-truck, .navUser-action i {
    padding-right: 6px; }

.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 #e8e8e8;
  color: #505050;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none;
  font-size: .9em;
  margin-right: 3px !important; }
  @media (min-width: 750px) {
    .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 .fa-truck,
  .navUser-item .fa-question-circle,
  .navUser-item .fa-user {
    padding-right: 10px; }

.navUser-item--cart {
  display: block;
  background: #fff; }
  .navUser-item--cart .navUser-action {
    color: #4f4f4f;
    padding: 11px 10px;
    text-transform: none; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #a5a5a5; }
    .navUser-item--cart .navUser-action .grandTotal {
      padding-right: 5px;
      display: none; }
      @media (min-width: 750px) {
        .navUser-item--cart .navUser-action .grandTotal {
          display: inline-block; } }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem;
    overflow: hidden; }
    .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.78571rem; }
    .navUser-item--cart .dropdown-menu.is-open:after {
      right: 0.92857rem; }
  .navUser-item--cart .fa {
    font-size: 1.8em;
    vertical-align: middle;
    color: #2e9600;
    padding-right: 6px;
    position: relative; }
    .navUser-item--cart .fa .countPill {
      top: -10px;
      right: -9px; }

.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;
  border: 0; }

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

.navUser-or {
  color: #fff;
  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 #e8e8e8 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e8e8e8;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .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: #d61212;
  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;
  position: absolute;
  top: 1px;
  right: 1px; }

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

.countPill--alt {
  background-color: #dfdfdf;
  color: #454545; }

/*****  Old Scss Section *****/
/***** End Section *****/
li.navUser-item.outsideUK {
  display: none; }
  @media (min-width: 750px) {
    li.navUser-item.outsideUK {
      background-color: #fff;
      color: #000;
      display: flex;
      align-items: center;
      padding-right: 5px; }
      li.navUser-item.outsideUK svg {
        width: 25px; }
      li.navUser-item.outsideUK i.icon {
        display: none; }
      li.navUser-item.outsideUK a.navUser-action.has-dropdown {
        color: #000; }
      li.navUser-item.outsideUK ul#currencySelection {
        z-index: 100000; } }

.wg-li.en.wgcurrent {
  border: none !important; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #dfdfdf;
  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;
  background: #fff;
  text-align: left; }
  @media (min-width: 750px) {
    .navPages-container {
      background: #3d4042;
      display: block;
      height: auto;
      padding: 0;
      position: relative;
      text-align: center; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 2; }

.navPages {
  background-color: #f2f2f2;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 750px) {
    .navPages {
      /*@include grid-row(); // 1
        @include nav($style: "navBar", $wrapper: "nav");*/
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      max-width: 1220px;
      position: relative;
      width: 100%;
      padding: 0 10px; } }
  .navPages ul {
    list-style: none;
    width: 100%; }
    .navPages ul .navPages-item {
      position: relative;
      width: 100%;
      float: none; }
      @media (min-width: 750px) {
        .navPages ul .navPages-item {
          width: 9%;
          border-left: 2px solid #616365;
          display: table-cell; }
          .navPages ul .navPages-item.GolfClubs, .navPages ul .navPages-item.GolfBags, .navPages ul .navPages-item.GolfShoes, .navPages ul .navPages-item.GolfGloves {
            width: 5%; }
          .navPages ul .navPages-item.GolfBalls {
            width: 4%; }
          .navPages ul .navPages-item:last-child .navPage-subMenu.is-open, .navPages ul .navPages-item:nth-last-child(2) .navPage-subMenu.is-open, .navPages ul .navPages-item:nth-last-child(3) .navPage-subMenu.is-open, .navPages ul .navPages-item:nth-last-child(4) .navPage-subMenu.is-open, .navPages ul .navPages-item:nth-last-child(5) .navPage-subMenu.is-open {
            right: 0;
            left: initial; }
          .navPages ul .navPages-item.active, .navPages ul .navPages-item:hover {
            background: #313131; } }
      @media only screen and (max-width: 990px) and (min-width: 750px) {
        .navPages ul .navPages-item {
          width: 33.333333%; }
          .navPages ul .navPages-item:nth-child(3), .navPages ul .navPages-item:nth-child(4), .navPages ul .navPages-item:nth-child(5), .navPages ul .navPages-item:nth-child(7), .navPages ul .navPages-item:nth-child(8), .navPages ul .navPages-item:nth-child(9) {
            width: 33.333333%; } }
      .navPages ul .navPages-item:nth-child(8) .navPage-subMenu.is-open, .navPages ul .navPages-item:nth-child(7) .navPage-subMenu.is-open, .navPages ul .navPages-item.brands .navPage-subMenu.is-open {
        right: 0;
        left: initial; }
        .navPages ul .navPages-item:nth-child(8) .navPage-subMenu.is-open .arrow, .navPages ul .navPages-item:nth-child(7) .navPage-subMenu.is-open .arrow, .navPages ul .navPages-item.brands .navPage-subMenu.is-open .arrow {
          right: 10%;
          left: initial; }
      .navPages ul .navPages-item:first-child a {
        border-left: 0; }
      .navPages ul .navPages-item:last-child a {
        border-right: 0; }
    .navPages ul li {
      position: relative;
      width: 100%; }
      @media (min-width: 750px) {
        .navPages ul li {
          width: 16.66666666%;
          min-height: 58px;
          line-height: 40px; } }
      @media only screen and (max-width: 990px) and (min-width: 750px) {
        .navPages ul li {
          width: 33.333333%; } }
      .navPages ul li.brands .navPage-subMenu.is-open {
        right: 0;
        left: initial; }
        .navPages ul li.brands .navPage-subMenu.is-open .arrow {
          right: 10%;
          left: initial; }
      .navPages ul li:first-child a {
        border-left: 0; }
      .navPages ul li:last-child a {
        border-right: 0; }
    .navPages ul li.navPages-item.Brands .navPage-subMenu.is-open {
      width: 900px; }
      .navPages ul li.navPages-item.Brands .navPage-subMenu.is-open ul.navPage-subMenu-list li.navPage-subMenu-item {
        max-width: 0%; }
    .navPages ul li.navPages-item ul.navPage-subMenu-list.second-level a.navPage-subMenu-action.navPages-action.s-l {
      text-decoration: underline; }
      @media (min-width: 750px) {
        .navPages ul li.navPages-item ul.navPage-subMenu-list.second-level a.navPage-subMenu-action.navPages-action.s-l {
          text-decoration: none;
          text-transform: capitalize; } }
    .navPages ul li.navPages-item ul.navPage-subMenu-list.second-level li.navPage-subMenu-item.third-level {
      padding: 0px 0px 0px 20px; }
      @media (min-width: 750px) {
        .navPages ul li.navPages-item ul.navPage-subMenu-list.second-level li.navPage-subMenu-item.third-level {
          padding: 0px 5px; } }
    .navPages ul li.navPages-item.BlackNovember a.navPages-action.has-subMenu {
      background-color: #e31902;
      color: #fff; }
      .navPages ul li.navPages-item.BlackNovember a.navPages-action.has-subMenu i.icon.navPages-action-moreIcon {
        color: #fff; }
    .navPages ul li.navPages-item.BlackFriday a.navPages-action.has-subMenu {
      background-color: #e31902;
      color: #fff; }
      .navPages ul li.navPages-item.BlackFriday a.navPages-action.has-subMenu i.icon.navPages-action-moreIcon {
        color: #fff; }
    .navPages ul li.navPages-item.Gifts.Gifts a.navPages-action.has-subMenu {
      background-color: #2e9600;
      color: #fff; }
      .navPages ul li.navPages-item.Gifts.Gifts a.navPages-action.has-subMenu i.icon.navPages-action-moreIcon svg {
        fill: #fff;
        stroke: #fff; }
    .navPages ul li.navPages-item.BlackFriday a i.icon.navPages-action-moreIcon svg {
      fill: #fff;
      stroke: #fff; }
    .navPages ul li.navPages-item.BlackNovember a i.icon.navPages-action-moreIcon svg {
      fill: #fff;
      stroke: #fff; }
    .navPages ul li.navPages-item.user-signIn {
      margin-top: 10px;
      padding: 0 2%; }
      .navPages ul li.navPages-item.user-signIn a.navPages-action.user-signIn {
        padding-left: 0px; }
    .navPages ul li.navPages-item.Black.Friday a.navPages-action.has-subMenu {
      background-color: #e31902;
      color: #fff; }
      .navPages ul li.navPages-item.Black.Friday a.navPages-action.has-subMenu i.icon.navPages-action-moreIcon svg {
        fill: #fff;
        stroke: #fff; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: none; }
    @media (min-width: 750px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 87.14286rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0;
        max-height: 250vh; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }
  .navPages .navPage-subMenu-item.viewAll {
    width: 100%;
    text-align: center; }
    .navPages .navPage-subMenu-item.viewAll a {
      background: #f1010e;
      color: #FFF;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold; }
  .navPages .navPage-subMenu-item .navPages-action:before {
    content: '\f105';
    font-family: 'FontAwesome';
    padding-right: 5px; }
  @media (min-width: 750px) {
    .navPages .navPage-subMenu-item {
      float: left;
      width: 100%;
      min-height: 0;
      line-height: 0px !important; }
      .navPages .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%;
        border: 0;
        padding: 9px 5px !important;
        margin: 0;
        font-size: 15px; } }

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

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

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

.navPages-action {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 7px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 999;
  position: relative; }
  @media (min-width: 750px) {
    .navPages-action {
      font-size: 16px; } }
  .navPages-action svg {
    fill: #4f4f4f;
    stroke: #4f4f4f;
    transition: all 0.15s ease; }
    @media (min-width: 750px) {
      .navPages-action svg {
        fill: #fff;
        stroke: #fff; } }
  .navPages-action.browse {
    text-align: center;
    background: #d61212;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    font-size: 16px;
    text-transform: none; }
  @media (min-width: 750px) {
    .navPages-action {
      color: #fff;
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      line-height: 0px; }
      .navPages-action.is-open svg {
        fill: #fff;
        stroke: #fff; }
      .navPages-action:hover {
        color: #a5a5a5; }
        .navPages-action:hover svg {
          fill: #fff;
          stroke: #fff; }
      .navPages-action.has-subMenu.is-open:after {
        content: "\f106";
        font-family: 'FontAwesome';
        position: absolute;
        bottom: -18px;
        height: 8px;
        line-height: 10px;
        font-size: 15px;
        width: 8px;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #fff; }
      .navPages-action.browse {
        margin-bottom: 15px; } }

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

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

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

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

.navPage-subMenu {
  display: none;
  outline: 0;
  padding-left: 20px;
  z-index: 9999; }
  .navPage-subMenu.navfeatbrands ul {
    margin: 10px 0 0 0;
    display: block;
    float: left;
    width: 100%;
    z-index: 9999;
    position: relative; }
    .navPage-subMenu.navfeatbrands ul li {
      float: left;
      padding: 1% 4%;
      margin-bottom: 4%;
      width: 50%; }
  .navPage-subMenu.navfeatbrands a.navbrandall {
    width: 100%;
    margin: 0 auto 20px auto;
    background: #e65000;
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding: 1% 4%;
    display: block;
    text-decoration: none;
    float: left;
    position: relative;
    z-index: 9999; }
  @media (min-width: 750px) {
    .navPage-subMenu {
      background-color: #fff;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 470px;
        box-shadow: 0px 10px 20px #636262; }
      .navPage-subMenu.navfeatbrands {
        width: 650px;
        flex-direction: column; }
        .navPage-subMenu.navfeatbrands ul {
          margin: 0; }
          .navPage-subMenu.navfeatbrands ul li {
            width: 33%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
    @media (min-width: 750px) {
      .navPage-subMenu.is-open {
        border-left: 1px solid #b2b2b2;
        border-right: 1px solid #b2b2b2;
        border-bottom: 12px solid #2e9600; } }
    .navPage-subMenu.is-open .arrow {
      display: none; }
      @media (min-width: 750px) {
        .navPage-subMenu.is-open .arrow {
          font-size: 20px;
          font-weight: 100;
          height: 14px;
          line-height: 20px;
          width: 10px;
          position: absolute;
          top: -14px;
          left: 87px;
          color: #205689;
          border-bottom: 1px solid #FFF;
          display: block; }
          .navPage-subMenu.is-open .arrow .fa {
            margin-left: -2px; } }
    .navPage-subMenu.is-open .navPages-action {
      color: #444; }
      .navPage-subMenu.is-open .navPages-action:hover {
        color: #a5a5a5; }
      .navPage-subMenu.is-open .navPages-action.browse {
        color: #fff; }
        .navPage-subMenu.is-open .navPages-action.browse:after {
          content: '\f105';
          font-family: FontAwesome;
          padding-left: 12px; }
  .navPage-subMenu ul li {
    width: 100%; }

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

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

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

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

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

.navPages-quickSearch {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0.78571rem; }
  @media (min-width: 750px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }
    .navPages-quickSearch .form-field .button {
      position: absolute;
      right: 0;
      border: 0;
      margin: 0;
      padding: 5px 15px;
      width: auto;
      top: 0;
      height: 3em;
      background-color: #e65001;
      color: #fff;
      border-radius: 0; }

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

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

.hide {
  display: none; }

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

.navPages-list--currency #currencySelection3 {
  display: none; }

.navPages-list--currency:hover #currencySelection3 {
  display: block; }

.navPages-list--currency #currencySelectionlang {
  color: #4f4f4f; }

.navPages-list--currency ul.navPages-list {
  padding: 5px; }
  .navPages-list--currency ul.navPages-list li {
    padding: 10px; }
    .navPages-list--currency ul.navPages-list li a {
      text-decoration: none; }

@media (max-width: 1000px) {
  .navPages ul .navPages-item:nth-last-child(5) .navPage-subMenu.is-open {
    left: 0; }
  .navPages ul .navPages-item:nth-last-child(4) .navPage-subMenu.is-open {
    left: -160%; } }

.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: #505050;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #4f4f4f; }

.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: #a5a5a5; }
    .socialLinks .icon svg {
      fill: #4f4f4f;
      transition: all 0.15s ease; }

.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--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 750px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .js .heroCarousel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 600ms ease-out; }
  .heroCarousel.slick-initialized {
    max-height: 71.42857rem;
    opacity: 1; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 20%; }
    @media (min-width: 750px) {
      .heroCarousel .slick-next,
      .heroCarousel .slick-prev {
        top: 50%; } }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 750px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 750px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 750px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

.heroCarousel-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }

@media (min-width: 1261px) {
  .heroCarousel-slide--stretch {
    background-size: 100% 100%; } }

@media (min-width: 750px) {
  .heroCarousel-image {
    visibility: hidden; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 750px) {
    .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;
      padding: 2.25rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-title {
  color: #2d2d2d;
  font-size: 20px;
  margin-top: 0; }
  @media (min-width: 750px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #2d2d2d;
  font-size: 12px; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 750px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 750px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

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

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

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

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

.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: #a5a5a5;
  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; }
  .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: 750px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }

.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 {
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 750px) {
    .productReview {
      width: 50%; } }

.productReview-title {
  margin: 0;
  text-transform: none;
  padding: 5px 15px;
  border-bottom: 1px solid #ccc;
  background: #f2f2f2;
  text-transform: capitalize;
  color: #3b3b3b;
  font-size: 18px; }

.productReview-author {
  color: #3b3b3b;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  padding: 8px 15px 8px;
  margin: 0; }

.productReview-rating {
  display: inline-block;
  margin: 6px 10px;
  float: right; }

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

.productView {
  padding-top: 0.5rem; }

.productView-image {
  margin: 0;
  float: right;
  width: 100%;
  margin-left: 1%;
  position: relative;
  min-height: 300px;
  max-height: 500px; }
  @media (min-width: 750px) {
    .productView-image {
      min-height: 500px;
      max-height: 500px;
      min-width: 50%; } }
  .productView-image .mainImage {
    min-height: 300px;
    max-height: 500px;
    float: left;
    width: 100%; }
    @media (min-width: 750px) {
      .productView-image .mainImage {
        min-height: 500px; } }
  .productView-image img {
    width: 100%; }
  .productView-image .productView-image--default {
    width: auto;
    height: 100%;
    max-height: 475px;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: -webkit-zoom-in; }
  .productView-image .imageControl {
    display: none; }
    @media (min-width: 750px) {
      .productView-image .imageControl {
        display: block; }
        .productView-image .imageControl .previous, .productView-image .imageControl .next {
          font-size: 5em;
          cursor: pointer;
          width: 60px;
          text-align: center;
          color: #2e9600;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .productView-image .imageControl .previous {
          float: left;
          left: 0; }
        .productView-image .imageControl .next {
          float: right;
          right: 0; } }
  .productView-image .zoomImg {
    display: none !important; }

.productView-images {
  position: relative; }
  .productView-images .b2sticker-outer {
    display: none; }
    .productView-images .b2sticker-outer .b2sticker img#b2sImg {
      width: 90px; }
    .productView-images .b2sticker-outer.true {
      display: block;
      position: absolute;
      width: 90px;
      top: 0;
      left: 0;
      z-index: 99; }
  .productView-images .blf-sticker {
    display: none;
    position: absolute;
    width: 90px;
    top: 3%;
    right: 0;
    z-index: 9; }
    .productView-images .blf-sticker img {
      width: 90px; }
    .productView-images .blf-sticker.true {
      display: block; }
    .productView-images .blf-sticker.Packs.of.Golf.Balls {
      display: none; }
  @media (max-width: 750px) {
    .productView-images .bcLightbox .left {
      margin: 0 0 0 6% !important;
      width: 10% !important; } }
  .productView-images .bcLightbox .left ul.productView-thumbnails li.bcLightbox--thumbnail {
    min-height: 45px; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0;
  float: left;
  width: 100%; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails .slick-list {
    margin-top: 21px; }
  .productView-thumbnails.slick-vertical .slick-next {
    right: 0px !important;
    bottom: -35px;
    top: inherit;
    padding: 0;
    margin: 0;
    background: #2e9600;
    border: 0;
    height: auto;
    transform: rotate(90deg); }
    @media (min-width: 551px) {
      .productView-thumbnails.slick-vertical .slick-next {
        right: 10px !important; } }
    @media (min-width: 750px) {
      .productView-thumbnails.slick-vertical .slick-next {
        right: 30% !important; } }
    .productView-thumbnails.slick-vertical .slick-next:before {
      content: '';
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 25px;
      height: 25px;
      color: #fff; }
  .productView-thumbnails.slick-vertical .slick-prev {
    left: 0px;
    top: -5px !important;
    margin: 0;
    padding: 0;
    right: 0;
    text-align: center;
    background: #2e9600;
    border: 0;
    height: auto;
    transform: rotate(90deg); }
    @media (min-width: 551px) {
      .productView-thumbnails.slick-vertical .slick-prev {
        left: 10px; } }
    @media (min-width: 750px) {
      .productView-thumbnails.slick-vertical .slick-prev {
        left: 30%; } }
    .productView-thumbnails.slick-vertical .slick-prev:before {
      content: '';
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 25px;
      height: 25px;
      color: #FFF; }
  .productView-thumbnails.slick-vertical .slick-disabled {
    opacity: .3; }
  .productView-thumbnails.slick-vertical .slick-track {
    height: 445px !important;
    display: table-cell;
    vertical-align: middle; }

.productView-thumbnail-link {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  display: table-cell; }
  .productView-thumbnail-link:hover {
    border-color: #2e9600; }

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

.productView-product .sku {
  font-size: .9em;
  font-weight: bold;
  float: left;
  width: 100%; }

.productView-product .availability {
  display: block;
  text-align: center; }

.productView-title {
  font-size: 22px;
  margin: 0;
  float: left;
  width: 100%; }
  @media (min-width: 750px) {
    .productView-title {
      line-height: normal;
      font-size: 30px; } }

.productView-rating {
  margin: .7rem 0 1.2rem;
  float: left;
  width: 100%; }
  .productView-rating .productView-reviewLink.popUp {
    display: none; }

.productView-price {
  font-size: 30px; }
  @media (min-width: 750px) {
    .productView-price {
      font-size: 30px;
      float: left;
      width: 40%; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .productView-price .price--rrp {
    font-size: .65em;
    text-decoration: none;
    font-weight: bold; }
    .productView-price .price--rrp:before {
      content: 'RRP '; }
  .productView-price .price--rrpSaving {
    color: #ef100b;
    font-size: 0.65em;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-transform: uppercase; }
    .productView-price .price--rrpSaving:after {
      content: '!'; }
  .productView-price span {
    vertical-align: middle;
    display: inline-block; }
  .productView-price .price-section {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1%;
    width: 100%; }

.productView-useful {
  float: left;
  width: 100%;
  padding: 6px 0;
  border-top: none;
  border-left: 2px solid #dedede;
  border-right: 2px solid #dedede;
  border-bottom: 2px solid #dedede; }
  @media (min-width: 750px) {
    .productView-useful {
      float: right;
      width: 100%;
      padding: 7px 0; } }
  .productView-useful .productView-stock {
    float: left;
    text-align: center;
    font-weight: bold;
    width: 50%;
    font-size: 1.1em; }
    .productView-useful .productView-stock .availability.in .fa, .productView-useful .productView-stock .availability.in span {
      color: #208936;
      display: inline-block; }
    .productView-useful .productView-stock .availability.out .fa, .productView-useful .productView-stock .availability.out span {
      color: #f11e1a;
      display: inline-block; }
    .productView-useful .productView-stock .fa {
      font-size: 1.4em;
      vertical-align: middle;
      padding-right: 5px; }
  @media only screen and (max-width: 1075px) and (min-width: 750px) {
    .productView-useful {
      width: 100%;
      text-align: center; }
      .productView-useful .productView-stock {
        text-align: center; } }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.78571rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.78571rem; } }
  .productView-reviewLink > a {
    color: #505050;
    text-decoration: none;
    border-bottom: 1px dotted; }
    .productView-reviewLink > a:hover {
      color: #4f4f4f; }
  .productView-reviewLink .verifiedBuyers {
    text-transform: uppercase;
    border: 1px solid #505050;
    color: #505050;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 10px;
    font-size: .75em;
    border-radius: 3px; }

.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 {
  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 {
  text-align: center;
  background: #f2f2f2;
  float: left;
  width: 100%; }
  .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 {
    margin: 20px 0;
    padding: 0 10px;
    float: left;
    width: 100%; }
    @media (max-width: 500px) {
      .productView-options .form {
        padding: 0px; } }
    .productView-options .form .form-field.flex {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 600px) {
        .productView-options .form .form-field.flex {
          display: block; } }
      .productView-options .form .form-field.flex label.form-label {
        flex: 0 30%;
        margin: 0;
        font-weight: bold; }
      .productView-options .form .form-field.flex .form-increment {
        flex: 0 60%; }
    .productView-options .form .form-input--incrementTotal {
      padding: 8px 0px;
      margin: 0 6px;
      border-radius: 1px; }
    .productView-options .form .button {
      border-radius: 1px; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin: 0 0 20px;
    width: 100%;
    float: left; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field .form-radio + .form-label::before {
      border: solid #868686;
      border-width: 1px; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
    .productView-options .form-field .form-option {
      padding: 5px 1px; }
    @media (min-width: 750px) {
      .productView-options .form-field {
        width: 31%;
        margin: 0 1%; } }
    @media only screen and (max-width: 950px) {
      .productView-options .form-field {
        width: 100%;
        margin: 0 0 20px; } }
  .productView-options .form-action {
    float: left;
    width: 100%; }
    @media (min-width: 750px) {
      .productView-options .form-action {
        width: 33%;
        padding: 0; } }
    @media only screen and (max-width: 950px) {
      .productView-options .form-action {
        width: 100%; } }
    .productView-options .form-action .button {
      width: 100%;
      background: #e65001;
      border-color: #e65001;
      line-height: 2em;
      margin: 4px 0;
      font-size: 1em;
      font-weight: bold;
      text-transform: uppercase;
      padding: 18px 0; }
      @media (min-width: 750px) {
        .productView-options .form-action .button {
          font-size: 1.3em;
          padding: 8px 0; } }
      @media only screen and (max-width: 1075px) and (min-width: 750px) {
        .productView-options .form-action .button {
          font-size: 1em;
          padding: 16px 0;
          margin: 0; } }
  .productView-options .specialOrder {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    background: #2e9600;
    color: #FFF; }
    .productView-options .specialOrder p {
      border: 1px solid #fff;
      margin: 15px;
      padding: 10px;
      font-weight: bold; }
  .productView-options.noOptions .form .flex {
    width: 48%; }
  .productView-options.noOptions .form-action {
    width: 50%; }
  .productView-options .button {
    background: #fff; }
  .productView-options .form-select {
    border-radius: 1px; }
  .productView-options .product-options .form-select {
    max-width: none; }

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

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

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

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

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

.productOptions-list-item[data-product-attribute-value="4627"] img {
  max-width: 70%;
  position: relative; }

.productOptions-list-item[data-product-attribute-value="4629"] img {
  max-width: 70%;
  position: relative; }

.productOptions-list-item[data-product-attribute-value="4630"] img {
  max-width: 70%;
  position: relative; }

.productOptions-list-item[data-product-attribute-value="4626"] img {
  max-width: 70%;
  position: relative; }

.productOptions-list-item[data-product-attribute-value="4628"] img {
  max-width: 70%;
  position: relative; }

.shareProduct {
  text-align: center; }

.productView-bottom .related-upsell .saleSticker {
  display: none; }

.productView-keyPoints.austenCo .austenCoBanner.desktop.hide-ban,
.austenCoBanner.hide-ban {
  display: none; }

.productView-keyPoints.austenCo .austenCoBanner.desktop.show-ban,
.austenCoBanner.show-ban {
  display: inline-block; }

.productView-keyPoints.austenCo .austenCoBanner.mobile.show-ban {
  display: none; }

.productView-keyPoints.austenCo .austenCoBanner.mobile {
  display: none; }

.productView-keyPoints.austenCo .austenCoBanner.mobile.hide-ban {
  display: none; }

@media (max-width: 750px) {
  .productView-keyPoints.austenCo .austenCoBanner.desktop.show-ban {
    display: none; }
  .productView-keyPoints.austenCo .austenCoBanner.mobile.show-ban {
    display: inline-block; } }

/*-------------------------desktop franke sticker--------------------*/
.productView-images {
  position: relative; }
  .productView-images img.franke-sticker {
    width: 111px;
    position: absolute;
    left: 18%;
    z-index: 9; }
    @media (max-width: 1000px) {
      .productView-images img.franke-sticker {
        width: 85px; } }
    @media (max-width: 768px) {
      .productView-images img.franke-sticker {
        display: none; } }

/*-------------------------mobile franke sticker--------------------*/
.MagicZoom figure.mz-figure {
  position: relative; }

.app-figure img.franke-sticker-mob {
  width: 75px;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 999; }

/*-----------------------------------------------save 300 sticker css-------------------------------*/
.productView .productView-options .product-options .productOptions-list-item.dispsave[data-product-attribute-value="4627"] figure.productOptions-list-item-figure::before,
.productView .productView-options .product-options .productOptions-list-item.dispsave[data-product-attribute-value="4629"] figure.productOptions-list-item-figure::before,
.productView .productView-options .product-options .productOptions-list-item.dispsave[data-product-attribute-value="4630"] figure.productOptions-list-item-figure::before,
.productView .productView-options .product-options .productOptions-list-item.dispsave[data-product-attribute-value="4626"] figure.productOptions-list-item-figure::before,
.productView .productView-options .product-options .productOptions-list-item.dispsave[data-product-attribute-value="4628"] figure.productOptions-list-item-figure::before {
  content: '';
  display: block;
  width: 48px;
  height: 30px;
  position: absolute;
  left: -15%;
  top: 5px;
  background-image: url("https://cdn11.bigcommerce.com/s-3tutk63f1q/images/stencil/original/image-manager/instante-badge-with-saving.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9; }
  @media only screen and (max-width: 1060px) {
    .productView .productView-options .product-options .productOptions-list-item.dispsave[data-product-attribute-value="4627"] figure.productOptions-list-item-figure::before,
    .productView .productView-options .product-options .productOptions-list-item.dispsave[data-product-attribute-value="4629"] figure.productOptions-list-item-figure::before,
    .productView .productView-options .product-options .productOptions-list-item.dispsave[data-product-attribute-value="4630"] figure.productOptions-list-item-figure::before,
    .productView .productView-options .product-options .productOptions-list-item.dispsave[data-product-attribute-value="4626"] figure.productOptions-list-item-figure::before,
    .productView .productView-options .product-options .productOptions-list-item.dispsave[data-product-attribute-value="4628"] figure.productOptions-list-item-figure::before {
      left: -13%; } }
  @media only screen and (max-width: 500px) {
    .productView .productView-options .product-options .productOptions-list-item.dispsave[data-product-attribute-value="4627"] figure.productOptions-list-item-figure::before,
    .productView .productView-options .product-options .productOptions-list-item.dispsave[data-product-attribute-value="4629"] figure.productOptions-list-item-figure::before,
    .productView .productView-options .product-options .productOptions-list-item.dispsave[data-product-attribute-value="4630"] figure.productOptions-list-item-figure::before,
    .productView .productView-options .product-options .productOptions-list-item.dispsave[data-product-attribute-value="4626"] figure.productOptions-list-item-figure::before,
    .productView .productView-options .product-options .productOptions-list-item.dispsave[data-product-attribute-value="4628"] figure.productOptions-list-item-figure::before {
      left: -11%; } }

/*-----------------------------------------------Call Back model-------------------------------*/
#callToBuyModal {
  max-width: 500px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  #callToBuyModal .modal-body {
    padding: 20px;
    text-align: center; }
  #callToBuyModal h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px; }
  #callToBuyModal p {
    font-size: 16px;
    margin-bottom: 15px; }
  #callToBuyModal .call-link {
    font-size: 25px;
    font-weight: bold;
    color: #2F9701;
    text-decoration: none; }
  #callToBuyModal .call-link:hover {
    color: #4f4f4f; }
  #callToBuyModal .callbackform {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    #callToBuyModal .callbackform .form-label {
      font-size: 14px;
      font-weight: bold; }
    #callToBuyModal .callbackform .form-input {
      width: 100%;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 4px; }
  #callToBuyModal .button.button.button--primary {
    background-color: #2F9701;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px; }
  #callToBuyModal .button.button.button--primary:hover {
    background-color: #2F9701; }
  #callToBuyModal .modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #666;
    cursor: pointer; }
  #callToBuyModal .modal-close:hover {
    color: #000; }
  #callToBuyModal .form-action {
    width: 100%;
    margin-top: 15px;
    position: relative; }

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

.price.sale--price {
  font-weight: bold;
  font-size: 1.3em;
  color: #db0a08;
  display: block; }

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

.card-body .card-text .price {
  color: #2c9101;
  font-weight: bold;
  font-size: 1.4em;
  display: inline-block; }
  .card-body .card-text .price span.newPfromtag {
    color: #2D2D2D;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    display: block; }
  .card-body .card-text .price.price--rrp {
    font-size: 1.1rem;
    color: #636363;
    font-weight: 700; }

.card-body .card-text .price--rrpSaving {
  display: block;
  color: #d61211;
  font-size: 1em;
  text-decoration: none;
  text-transform: uppercase; }

.compareTable {
  border-top: 1px solid #e8e8e8;
  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 #e8e8e8; }
  .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: 750px) {
    .compareTable-heading {
      width: 25%; } }

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

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

.compareTable-removeProduct {
  background-color: #f2f2f2;
  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: #4f4f4f;
    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-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 #e8e8e8;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

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

.toggleLink {
  color: #505050; }
  .toggleLink:hover {
    color: #4f4f4f; }
  .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 {
  display: none;
  margin: 0 auto;
  max-width: 87.14286rem;
  width: 100%;
  border: #e8e8e8 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: 750px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    display: none;
    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: 750px) {
    .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.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }
  .facetedSearch-navList .count {
    font-size: .75em; }
  .facetedSearch-navList .navList-action--checkbox::before {
    height: 1.3em;
    width: 1.3em; }
  .facetedSearch-navList .navList-action--checkbox::after {
    margin-top: -.45rem;
    left: 2px;
    border: 1px solid #fff; }
  @media only screen and (max-width: 1075px) and (min-width: 750px) {
    .facetedSearch-navList .navList-action--checkbox {
      padding: 12px 0 0 25px; } }
  .facetedSearch-navList .count {
    font-size: .75em; }
  .facetedSearch-navList .navList-action--checkbox::before {
    height: 1.3em;
    width: 1.3em; }
    @media only screen and (max-width: 990px) and (min-width: 750px) {
      .facetedSearch-navList .navList-action--checkbox::before {
        height: 2em;
        width: 2em; } }
    @media only screen and (max-width: 1075px) and (min-width: 750px) {
      .facetedSearch-navList .navList-action--checkbox::before {
        height: 1.5em;
        width: 1.5em; } }
  .facetedSearch-navList .navList-action--checkbox::after {
    margin-top: -.45rem;
    left: 2px;
    border: 1px solid #fff; }
    @media only screen and (max-width: 1075px) and (min-width: 750px) {
      .facetedSearch-navList .navList-action--checkbox::after {
        margin-top: 0;
        top: 49%;
        left: 7px;
        border: 0; } }

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

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

@media (min-width: 750px) {
  .facetedSearch-refineFilters h5 {
    text-align: center; }
    .facetedSearch-refineFilters h5 span {
      color: #2e9600; } }

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

section.newC-category-filter {
  float: left;
  width: 19%;
  padding: 10px;
  margin-top: 20px;
  margin-right: 5px;
  border: 1px solid #dddedd; }

.facetedSearch-refineFilters {
  display: block;
  border: 1px solid #d7d6d6;
  padding: 14px; }

#faceted-search-container.open .closeSidebar {
  position: fixed;
  z-index: 999999999;
  bottom: 10px;
  width: 50%;
  right: 13%;
  border: 8px solid white; }

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

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

.austen {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: baseline;
  max-height: 485px; }
  @media (min-width: 750px) {
    .austen {
      max-height: 570px; } }
  @media (min-width: 1261px) {
    .austen {
      max-height: 460px; } }
  .austen div {
    max-width: 100% !important; }

.cusbanner {
  border-top: 10px solid #a89140;
  padding: 0px;
  position: relative;
  width: 100%; }
  @media (min-width: 750px) {
    .cusbanner {
      border-top: 10px solid #a89140;
      padding: 0px;
      position: relative;
      width: 100%; } }
  .cusbanner img {
    position: relative;
    width: 100%;
    z-index: 0;
    margin: 0px;
    padding: 0px; }
  .cusbanner .bannerimg {
    left: 25%;
    top: -90px;
    width: 50%;
    text-align: center;
    position: relative;
    padding: 5px; }
    @media (min-width: 750px) {
      .cusbanner .bannerimg {
        left: 25%;
        top: -130px;
        width: 50%;
        text-align: center;
        position: relative;
        padding: 10px; } }
    @media (min-width: 950px) {
      .cusbanner .bannerimg {
        left: 25%;
        top: -200px;
        width: 50%;
        text-align: center;
        position: relative;
        padding: 10px; } }
    .cusbanner .bannerimg img {
      margin: 0;
      padding: 5px;
      top: 15px; }
      @media only screen and (max-width: 749px) and (min-width: 600px) {
        .cusbanner .bannerimg img {
          top: -25px; } }
      @media (min-width: 750px) {
        .cusbanner .bannerimg img {
          max-width: 70%;
          top: 20px; } }
  .cusbanner .banner1img {
    min-width: 60%;
    text-align: center;
    background-color: #fff;
    position: relative;
    padding: 10px;
    top: -70px; }
    @media only screen and (max-width: 749px) and (min-width: 600px) {
      .cusbanner .banner1img {
        top: -100px; } }
    @media (min-width: 750px) {
      .cusbanner .banner1img {
        max-width: 90% !important;
        text-align: center;
        background-color: #fff;
        position: relative;
        padding: 10px;
        top: -90px;
        left: 5%; } }
    @media (min-width: 950px) {
      .cusbanner .banner1img {
        max-width: 70%;
        text-align: center;
        background-color: #fff;
        position: relative;
        padding: 10px;
        top: -150px;
        left: 5%; } }
    .cusbanner .banner1img .banner2img {
      display: flex !important;
      max-width: 100% !important;
      position: relative;
      align-items: center;
      background-color: #fff;
      text-align: center;
      padding: 0px;
      bottom: 0px;
      justify-content: space-evenly;
      background-color: #a89140; }
      .cusbanner .banner1img .banner2img .line1 {
        color: #fff;
        width: 30%;
        float: left;
        position: relative;
        padding: 0;
        margin: 0; }
      .cusbanner .banner1img .banner2img .linecontent {
        color: #fff;
        /* width: 100%; */
        /* float: right; */
        text-align: center;
        padding: 0;
        margin: 0 !important;
        font-size: 13px; }
        @media only screen and (max-width: 749px) and (min-width: 600px) {
          .cusbanner .banner1img .banner2img .linecontent {
            font-size: 18px;
            font-weight: bold; } }
        @media (min-width: 750px) {
          .cusbanner .banner1img .banner2img .linecontent {
            font-size: 18px;
            font-weight: bold; } }
        @media (min-width: 1261px) {
          .cusbanner .banner1img .banner2img .linecontent {
            font-size: 19px;
            font-weight: bold; } }
      .cusbanner .banner1img .banner2img .line2 {
        width: 30%;
        float: right;
        position: relative;
        padding: 0;
        margin: 0; }
    .cusbanner .banner1img .bannerintro {
      padding: 10px;
      position: relative; }
      @media (min-width: 750px) {
        .cusbanner .banner1img .bannerintro {
          padding: 10px;
          position: relative;
          font-size: 17px;
          text-align: center !important; } }

.bannerintro2 {
  top: -90px;
  position: relative;
  text-align: center; }
  @media (min-width: 750px) {
    .bannerintro2 {
      top: -90px;
      position: relative;
      font-size: 17px;
      text-align: center; } }
  @media (min-width: 950px) {
    .bannerintro2 {
      top: -170px;
      position: relative;
      font-size: 17px;
      text-align: center !important; } }
  .bannerintro2 p {
    text-align: center !important; }
    @media (min-width: 750px) {
      .bannerintro2 p {
        position: relative;
        padding: 0 15px 0 15px; } }

.facetLabel {
  background: #f2f2f2;
  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: #505050;
    position: relative;
    top: -1px; }

.cart .left {
  float: left;
  width: 100%; }
  @media (min-width: 750px) {
    .cart .left {
      width: 68%;
      margin-right: 2%; } }
  .cart .left .page-heading {
    display: inline-block;
    width: 55%;
    margin: 5px 0 12px;
    text-align: left;
    font-size: 1.4em; }
    @media (min-width: 750px) {
      .cart .left .page-heading {
        font-size: 28px;
        margin: 5px 0 10px; } }
  .cart .left .cartContent {
    float: left;
    width: 100%; }
    .cart .left .cartContent .contShop {
      float: right;
      margin: 18px 0;
      font-weight: bold;
      color: #2e9600; }
  .cart .left .cart-actions {
    width: 45%;
    float: right; }
    .cart .left .cart-actions .button {
      font-size: .9em;
      padding: 0;
      border: 0;
      margin: 12px 0 20px;
      text-align: right;
      font-weight: 700;
      color: #2e9600;
      text-decoration: underline; }
      @media (min-width: 750px) {
        .cart .left .cart-actions .button {
          margin: 21px 0; } }

.cart .right {
  float: right;
  width: 100%;
  background: #f3f3f3;
  border: 1px solid #ccc;
  padding: 13px; }
  @media (min-width: 750px) {
    .cart .right {
      margin-top: 58px;
      width: 30%;
      padding: 0 13px 13px; } }
  .cart .right .cart-actions,
  .cart .right .cart-additionalCheckoutButtons,
  .cart .right .cart-grand-total {
    display: none; }
  .cart .right .cartTotals {
    float: right;
    width: 100%; }
    .cart .right .cartTotals .cart-totals {
      list-style: none;
      margin-left: 0;
      margin-bottom: 0;
      text-align: right;
      width: 100%; }
      .cart .right .cartTotals .cart-totals ul,
      .cart .right .cartTotals .cart-totals ol {
        list-style: none;
        margin-bottom: 0; }
      @media (min-width: 750px) {
        .cart .right .cartTotals .cart-totals {
          margin-bottom: 0; } }
  .cart .right .fixedTotals {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 9; }
    @media (min-width: 750px) {
      .cart .right .fixedTotals {
        position: relative;
        background: none;
        float: left;
        width: 100%; } }
    .cart .right .fixedTotals .cart-actions,
    .cart .right .fixedTotals .cart-additionalCheckoutButtons {
      display: block; }
    .cart .right .fixedTotals .cart-totals {
      padding: 5px 10px 10px;
      margin: 0;
      -webkit-box-shadow: 0 -2px 14px 1px #CCC;
      box-shadow: 0 -2px 14px 1px #CCC; }
      @media (min-width: 750px) {
        .cart .right .fixedTotals .cart-totals {
          padding: 0;
          box-shadow: none; } }
      .cart .right .fixedTotals .cart-totals .cart-grand-total {
        border-top: 0;
        text-align: center;
        font-size: 1.4em; }
        @media (min-width: 750px) {
          .cart .right .fixedTotals .cart-totals .cart-grand-total {
            font-size: 1.6em;
            border-top: 3px solid #d0d0d0; } }
      .cart .right .fixedTotals .cart-totals .cart-total-label,
      .cart .right .fixedTotals .cart-totals .cart-total-value {
        padding-bottom: 0;
        float: none;
        display: inline-block; }
        @media (min-width: 750px) {
          .cart .right .fixedTotals .cart-totals .cart-total-label,
          .cart .right .fixedTotals .cart-totals .cart-total-value {
            float: left;
            display: block;
            padding-bottom: 1rem; } }
      .cart .right .fixedTotals .cart-totals .cart-total {
        display: none; }
        .cart .right .fixedTotals .cart-totals .cart-total.cart-grand-total {
          display: block; }
    .cart .right .fixedTotals .cart-actions {
      padding: 0px 10px 10px 10px; }
      @media (min-width: 750px) {
        .cart .right .fixedTotals .cart-actions {
          padding: 0; } }

.cart .securePayments {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0 0; }
  @media (min-width: 750px) {
    .cart .securePayments {
      width: 30%;
      margin: 0 0 0 2%; } }
  .cart .securePayments .security {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #ccc; }
    .cart .securePayments .security.first {
      right: 0px;
      top: 5px;
      position: relative; }
      @media (min-width: 750px) {
        .cart .securePayments .security.first {
          top: 10px;
          right: 0px; } }
    @media (min-width: 750px) {
      .cart .securePayments .security {
        width: 100%;
        margin-right: 1%; } }
    .cart .securePayments .security .title {
      float: left;
      width: 100%;
      background: #F3F3F3;
      border-bottom: 1px solid #D9D7D7;
      color: #68686B;
      padding: 10px 0;
      font-size: 1.2em; }
    .cart .securePayments .security img {
      margin: 20px 20px;
      max-height: 76px; }
    .cart .securePayments .security.last {
      margin-right: 0;
      right: 0px;
      position: relative;
      border: 2px solid #205689; }
      .cart .securePayments .security.last.rescls {
        display: none; }
      @media (min-width: 750px) {
        .cart .securePayments .security.last {
          right: 5px; } }
      .cart .securePayments .security.last .rec-pro2 {
        float: left;
        width: 100%;
        clear: left;
        background-color: #f2f2f2;
        border: 2px solid #205689; }
        .cart .securePayments .security.last .rec-pro2 .save-price2 {
          background-color: #205689;
          padding: 2px 10px;
          float: left;
          width: 100%; }
          .cart .securePayments .security.last .rec-pro2 .save-price2 p {
            margin: 0;
            text-align: center;
            font-size: 20px;
            line-height: 1.5;
            color: #fff; }
      .cart .securePayments .security.last .best-selling-detaila2 {
        /* display: flex;
                    flex: 1 0 100%;
                    padding: 5px;
                    margin-top: 5px;
                    align-items: center;
                    justify-content: space-evenly;
                    width: 100%;
                    height: 120px; */
        display: flex;
        flex: 1 0 100%;
        padding: 0px;
        margin-top: 5px;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        gap: 5px; }
        @media screen and (min-width: 768px) and (max-width: 820px) {
          .cart .securePayments .security.last .best-selling-detaila2 {
            min-height: 210px !important; } }
        .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 {
          /* flex: 1 1 50%; */
          padding: 5px;
          position: relative; }
          .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 p#pricetagifless {
            line-height: 1.1;
            font-size: 18px;
            margin-bottom: 5px; }
            @media (min-width: 750px) {
              .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 p#pricetagifless {
                line-height: 1.1;
                font-size: 14px; } }
            @media (min-width: 1261px) {
              .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 p#pricetagifless {
                line-height: 1.1;
                font-size: 18px;
                margin-bottom: 5px; } }
          .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 p {
            flex: 0 1 50%;
            margin: 0;
            color: #000;
            font-weight: 900;
            font-size: 29px;
            line-height: 1.5; }
            @media (min-width: 750px) {
              .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 p {
                font-size: 20px;
                line-height: 0.7; } }
            @media (min-width: 950px) {
              .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 p {
                font-size: 29px; } }
            .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 p .saveprice2 {
              color: #205689;
              font-size: 29px;
              line-height: 1.5; }
              @media (min-width: 750px) {
                .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 p .saveprice2 {
                  font-size: 20px; } }
              @media (min-width: 950px) {
                .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 p .saveprice2 {
                  font-size: 29px; } }
          .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 .choosealt {
            font-size: 13px;
            line-height: 1.5; }
            @media (min-width: 950px) {
              .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 .choosealt {
                font-size: 16px;
                line-height: 1.2; } }
          .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 .product-view-button2 {
            text-align: center; }
            .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 .product-view-button2 a {
              text-decoration: none;
              padding: 5px 10px;
              font-size: 15px;
              line-height: 1.2;
              background-color: #205689;
              display: inline-block;
              box-sizing: border-box;
              color: #fff;
              font-weight: 900; }
              @media (min-width: 750px) {
                .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 .product-view-button2 a {
                  padding: 5px 10px;
                  font-size: 13px;
                  line-height: 1.2; } }
              @media (min-width: 1261px) {
                .cart .securePayments .security.last .best-selling-detaila2 .best-selling-11 .product-view-button2 a {
                  padding: 5px 10px;
                  font-size: 15px;
                  line-height: 1.2; } }
        .cart .securePayments .security.last .best-selling-detaila2 .best-selling-2 {
          display: flex;
          padding: 5px;
          margin-top: 5px; }
          .cart .securePayments .security.last .best-selling-detaila2 .best-selling-2 .sb-image2 {
            flex: 1 1 50%;
            position: relative;
            top: 0px; }
            .cart .securePayments .security.last .best-selling-detaila2 .best-selling-2 .sb-image2 #sb-img2 {
              margin: 0px 0px;
              max-height: 110px;
              position: relative; }
            .cart .securePayments .security.last .best-selling-detaila2 .best-selling-2 .sb-image2 .dot {
              height: 50px;
              width: 50px;
              background-color: #d61212;
              border-radius: 50%;
              display: inline-block;
              position: absolute;
              right: 0px; }
              @media (min-width: 750px) {
                .cart .securePayments .security.last .best-selling-detaila2 .best-selling-2 .sb-image2 .dot {
                  height: 55px;
                  width: 55px;
                  background-color: #d61212;
                  border-radius: 50%;
                  display: inline-block;
                  position: absolute;
                  right: 0px; } }
              @media (min-width: 995px) {
                .cart .securePayments .security.last .best-selling-detaila2 .best-selling-2 .sb-image2 .dot {
                  height: 55px;
                  width: 55px;
                  background-color: #d61212;
                  border-radius: 50%;
                  display: inline-block;
                  position: absolute;
                  right: -40px; } }
              @media screen and (min-width: 1024px) and (max-width: 1193px) {
                .cart .securePayments .security.last .best-selling-detaila2 .best-selling-2 .sb-image2 .dot {
                  height: 55px;
                  width: 55px;
                  background-color: #d61212;
                  border-radius: 50%;
                  display: inline-block;
                  position: absolute;
                  right: -20px; } }
              @media (min-width: 1261px) {
                .cart .securePayments .security.last .best-selling-detaila2 .best-selling-2 .sb-image2 .dot {
                  height: 60px;
                  width: 60px;
                  background-color: #d61212;
                  border-radius: 50%;
                  display: inline-block;
                  position: absolute;
                  right: -10px; } }
              .cart .securePayments .security.last .best-selling-detaila2 .best-selling-2 .sb-image2 .dot p {
                position: relative;
                padding: 0px;
                font-size: 11px;
                top: 10px;
                line-height: 1.3;
                font-weight: 600;
                color: #fff; }
                @media (min-width: 750px) {
                  .cart .securePayments .security.last .best-selling-detaila2 .best-selling-2 .sb-image2 .dot p {
                    position: relative;
                    padding: 5px;
                    font-size: 13px;
                    line-height: 1.2;
                    font-weight: 600;
                    color: #fff;
                    top: 5px; } }
                @media (min-width: 1261px) {
                  .cart .securePayments .security.last .best-selling-detaila2 .best-selling-2 .sb-image2 .dot p {
                    position: relative;
                    padding: 5px;
                    top: 6px;
                    font-size: 14px;
                    line-height: 1.2;
                    font-weight: 600;
                    color: #fff;
                    text-align: center;
                    margin: 0; } }

.cart .Custom-Products {
  width: 100%;
  margin: 0 2% 0 0; }
  @media (min-width: 750px) {
    .cart .Custom-Products {
      float: left;
      width: 68%;
      margin: 20px 0 0; } }
  .cart .Custom-Products .featured-products-box {
    float: left; }
    .cart .Custom-Products .featured-products-box h2.featured-products-box-heading {
      text-align: center;
      color: #68686B;
      font-size: 1.4em;
      font-weight: 700;
      margin: 0;
      padding: 10px 0; }
    .cart .Custom-Products .featured-products-box .featured-products {
      display: flex;
      justify-content: center;
      row-gap: 5px;
      flex-wrap: wrap; }
      .cart .Custom-Products .featured-products-box .featured-products .product {
        flex: 0 50%;
        padding: 10px;
        background-color: #fff;
        border-left: 1px solid #dedede;
        border-right: 1px solid #dedede;
        text-align: center; }
        @media (min-width: 750px) {
          .cart .Custom-Products .featured-products-box .featured-products .product {
            flex: 0 25%; } }
        .cart .Custom-Products .featured-products-box .featured-products .product a.cp-prod-inner {
          text-decoration: none; }
          .cart .Custom-Products .featured-products-box .featured-products .product a.cp-prod-inner h3.cp-prod-title {
            font-size: 1.1rem;
            font-weight: 600;
            text-align: center;
            padding: 12px 0px 8px;
            margin: 0;
            line-height: 1.2;
            color: #4f4f4f;
            text-decoration: none; }
          .cart .Custom-Products .featured-products-box .featured-products .product a.cp-prod-inner img {
            opacity: 1;
            transition: 0.8s all; }
          .cart .Custom-Products .featured-products-box .featured-products .product a.cp-prod-inner p.cp-prod-price {
            color: #db0a08;
            font-weight: 600;
            font-size: 1.1em;
            padding: 5px;
            margin-bottom: 0px;
            padding-bottom: 0px; }
          .cart .Custom-Products .featured-products-box .featured-products .product a.cp-prod-inner p.cp-prod-price--rrp {
            font-size: 14px;
            margin: 0; }
          .cart .Custom-Products .featured-products-box .featured-products .product a.cp-prod-inner p.cp-prod-price--percent {
            color: #ef100b;
            font-weight: 700;
            display: block;
            text-decoration: none;
            text-transform: uppercase; }
          .cart .Custom-Products .featured-products-box .featured-products .product a.cp-prod-inner:hover img {
            opacity: 0.8;
            transition: 0.8s all; }
          .cart .Custom-Products .featured-products-box .featured-products .product a.cp-prod-inner:hover h3.cp-prod-title {
            color: #a5a5a5;
            transition: 0.8s all; }
        .cart .Custom-Products .featured-products-box .featured-products .product .cp-prod-btn a.button {
          margin: 0;
          padding: 7px 15px;
          box-sizing: border-box;
          display: block;
          width: 80%;
          margin: 0 auto;
          background-color: #f05f37;
          font-weight: 700;
          color: #fff; }

.cart .securePayments2 {
  float: left;
  width: 100%;
  margin: 20px 0 0; }
  @media (min-width: 750px) {
    .cart .securePayments2 {
      width: 68%;
      margin: 0 2% 0 0; } }
  .cart .securePayments2 .security2 {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #ccc; }
    .cart .securePayments2 .security2.first2 {
      margin-bottom: 10px; }
    @media (min-width: 750px) {
      .cart .securePayments2 .security2 {
        width: 49.501%;
        margin-right: 1%; } }
    .cart .securePayments2 .security2 .title {
      float: left;
      width: 100%;
      background: #F3F3F3;
      border-bottom: 1px solid #D9D7D7;
      color: #68686B;
      padding: 10px 0;
      font-size: 1.2em; }
    .cart .securePayments2 .security2 img {
      margin: 20px 0;
      max-height: 76px; }
    .cart .securePayments2 .security2.last2 {
      margin-right: 0; }

.cart .continueShopping {
  float: left;
  width: 100%; }
  @media (min-width: 750px) {
    .cart .continueShopping {
      display: none; } }
  .cart .continueShopping a {
    float: left;
    width: 100%;
    padding: 20px 0;
    margin: 20px 0 80px;
    font-weight: bold;
    border: 0;
    font-size: 1.2em; }
    .cart .continueShopping a .fa {
      padding-right: 10px; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 750px) {
    .cart {
      display: table; } }
  .cart .cart-item-block .definitionList {
    display: inline-block;
    margin: 0; }
    .cart .cart-item-block .definitionList dt, .cart .cart-item-block .definitionList dd {
      display: inline-block; }

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

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

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

.cart-item {
  border-bottom: 1px solid #e8e8e8;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 750px) {
    .cart-item {
      padding-left: 0;
      display: table-row; }
      .cart-item:before, .cart-item:after {
        display: none; } }

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

.cart-item-figure {
  height: 10em;
  line-height: 10em;
  text-align: center;
  width: 30%;
  float: none;
  margin: 0 auto; }
  @media (min-width: 750px) {
    .cart-item-figure {
      height: 7.14286rem;
      line-height: normal;
      float: none;
      width: 8.33333%; } }

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

.cart-item-image {
  width: auto; }

.cart-item-title {
  display: block;
  text-align: center;
  width: 100%;
  padding-left: 1.5rem; }
  @media (min-width: 750px) {
    .cart-item-title {
      height: 7.14286rem;
      display: table-cell;
      padding: 1rem;
      width: auto;
      text-align: left; } }
  .cart-item-title .changeOption {
    margin-left: 10px; }

.cart-item-info {
  clear: none;
  overflow: hidden;
  margin-top: 0.78571rem; }
  @media (min-width: 750px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

@media (min-width: 750px) {
  .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: 750px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #a5a5a5;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 49%; }
  @media (min-width: 750px) {
    .cart-item-label {
      display: none; } }

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

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

.cart-item-name {
  font-size: 15px;
  margin: 0; }
  @media (min-width: 750px) {
    .cart-item-name {
      margin: 0 0 10px; } }
  .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: #4f4f4f; }

.cart-remove {
  background-color: #f2f2f2;
  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: #4f4f4f; }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 750px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e8e8e8; } }
  .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 top 0.5rem;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0.5rem 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }
  .cart-total.cart-grand-total {
    border-top: 3px solid #d0d0d0;
    font-size: 1.6em;
    font-weight: bold; }

.cart-total-label {
  color: #505050;
  width: auto; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 750px) {
    .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: 750px) {
    .cart-total-value {
      width: 50%; } }

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

.cart-total-grandTotal {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  position: relative; }
  @media (min-width: 750px) {
    .cart-total-grandTotal {
      padding: 1rem 0; } }

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

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

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .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;
    width: 100%; }
    @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-actions .button--primary {
    background-color: #d61212;
    text-align: left;
    font-size: 1.2em;
    padding: 15px 20px;
    font-weight: bold; }
    @media (min-width: 750px) {
      .cart-actions .button--primary {
        font-size: 1rem; } }
    .cart-actions .button--primary .fa {
      float: right; }

.cart-additionalCheckoutButtons {
  padding: 5px 0 5px; }
  .cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
    content: " ";
    display: table; }
  .cart-additionalCheckoutButtons:after {
    clear: both; }
  @media (min-width: 750px) {
    .cart-additionalCheckoutButtons {
      padding: 0; } }
  .cart-additionalCheckoutButtons .FloatRight.PayPalExpressCheckout.RemoteCheckout.CheckoutButton {
    text-align: center;
    padding-top: 10px; }
  .cart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after {
    content: " ";
    display: table; }
  .cart-additionalCheckoutButtons .FloatRight:after {
    clear: both; }
  .cart-additionalCheckoutButtons .FloatRight p {
    display: none; }
    @media (min-width: 750px) {
      .cart-additionalCheckoutButtons .FloatRight p {
        display: block;
        margin: 0.5rem 0;
        text-align: center; } }
  .cart-additionalCheckoutButtons .FloatRight .or-use-label {
    display: block;
    text-align: center;
    margin: 0; }
    @media (min-width: 750px) {
      .cart-additionalCheckoutButtons .FloatRight .or-use-label {
        margin: 0.5rem 0; } }
  .cart-additionalCheckoutButtons .FloatRight div {
    text-align: center; }

.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: 87.14286rem;
  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 #e8e8e8; }

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 1.5rem;
  text-align: center; }

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 87.14286rem;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  display: block;
  padding: 1.5rem 0.78571rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }
    .previewCartAction .button.button--primary {
      background-color: #d61212; }

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

.cart .newP-emptycart {
  text-align: center;
  padding: 45px 10px 30px; }
  .cart .newP-emptycart h3 {
    margin: 0;
    color: #2f9601;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px; }
  .cart .newP-emptycart a.shop-now-redirect {
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    background-color: #e85201;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #e85201;
    transition: 0.8s all; }
    .cart .newP-emptycart a.shop-now-redirect:hover {
      color: #e85201;
      background-color: #fff;
      transition: 0.8s all; }

.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: #505050;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #a5a5a5; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    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: 750px) {
    .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: 750px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    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: 87.14286rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 750px) {
    .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: auto; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #f2f2f2;
  padding: 1rem;
  text-align: center;
  width: 100%; }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%;
    background: #dc1a16;
    font-weight: bold; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
  .previewCartCheckout .edit-basket {
    background: #5a5a5a;
    color: #FFF; }

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

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

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

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

.maintenanceNotice {
  display: none;
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  left: 1.14286rem;
  padding: 1rem 1.28571rem;
  position: fixed;
  top: 1.14286rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #454545; }

.maintenanceNotice-header {
  font-family: "Montserrat";
  margin: 0 0 0.78571rem; }

.cookieMessage {
  background: #e8e8e8;
  color: #454545;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 750px) {
      .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: 750px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

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

.login {
  width: 100%; }

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

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 750px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }
  .login-form .newPage--message {
    padding: 10px 8px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
    position: relative; }
    .login-form .newPage--message p {
      margin: 0;
      padding-left: 25px; }
    .login-form .newPage--message i.fa.fa-info-circle {
      position: absolute;
      font-size: 18px; }

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

.form-body .alertBox .alertBox-message:after {
  content: 'Please Note: If you had an account on our old website.Please create a new account for checkout as old accounts weren t transferred'; }

.form-body .alertBox .alertBox-message:after {
  content: 'Please Note that' !important; }

form#checkout-customer-returning {
  background-color: #000; }

.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;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50px;
  margin: 0 auto;
  background: #fff;
  z-index: 9999;
  display: none; }
  @media (min-width: 750px) {
    .quickSearchResults {
      width: 77%; } }
  .quickSearchResults .productGrid {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #dfdfdf;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
    max-height: 315px; }
    .quickSearchResults .productGrid .product {
      float: left;
      width: 100%;
      margin-bottom: 10px;
      border: 1px solid #dfdfdf; }
      .quickSearchResults .productGrid .product .card--alternate {
        float: left;
        width: 100%;
        margin: 0;
        border: 0; }
        .quickSearchResults .productGrid .product .card--alternate .card-figure {
          float: left;
          width: 25%;
          min-height: 140px; }
          .quickSearchResults .productGrid .product .card--alternate .card-figure .newIcon {
            display: none; }
          .quickSearchResults .productGrid .product .card--alternate .card-figure .blackFridayExclusive {
            display: none; }
          .quickSearchResults .productGrid .product .card--alternate .card-figure .brandCard {
            display: none; }
          .quickSearchResults .productGrid .product .card--alternate .card-figure .card-image {
            max-height: 100px; }
          .quickSearchResults .productGrid .product .card--alternate .card-figure .pairPricing {
            display: none; }
          .quickSearchResults .productGrid .product .card--alternate .card-figure .saleSticker {
            display: none; }
        .quickSearchResults .productGrid .product .card--alternate .card-body {
          float: left;
          width: 75%; }
          .quickSearchResults .productGrid .product .card--alternate .card-body .card-title a {
            white-space: pre-wrap; }
          .quickSearchResults .productGrid .product .card--alternate .card-body .availableIn {
            display: none; }
        .quickSearchResults .productGrid .product .card--alternate:hover .card-body {
          background: none; }
        .quickSearchResults .productGrid .product .card--alternate:hover .card-title > a, .quickSearchResults .productGrid .product .card--alternate:hover .card-text {
          color: inherit; }
      .quickSearchResults .productGrid .product:nth-child(3n+2) {
        margin: 0 0 10px; }
  @media (min-width: 750px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    top: -44px;
    right: 40%;
    background: #fff;
    font-size: 25px; }
  .quickSearchResults .price--rrpSaving {
    display: none !important; }

.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: 22px;
  margin: 0;
  text-align: center;
  padding: 10px;
  border: 1px solid #dfdfdf; }

.navBar--sub {
  margin-bottom: 0; }

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

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

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

.account-listItem {
  border-bottom: 1px solid #e8e8e8;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    width: auto; }

.account-listShipping {
  border-bottom: 1px solid #e8e8e8;
  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-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: #a5a5a5;
  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: #a5a5a5;
  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: #505050;
  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: #505050;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e8e8e8;
  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: #bfbfbf;
  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: #505050;
  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: #4f4f4f; }

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

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

.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: #2e9600;
  font-weight: 400;
  margin-top: 1.5rem; }

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

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

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

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 87.14286rem;
  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: #dfdfdf; }

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

.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: 9.57143rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

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

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

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

body {
  padding-top: 91px; }
  @media (min-width: 750px) {
    body.blackFridayPadding {
      padding-top: 0; }
      body.blackFridayPadding .body.stickPadding {
        margin-top: .7rem; } }
  @media (min-width: 750px) {
    body {
      padding-top: 0; } }

div#consent-manager-update-banner {
  background: none !important; }

.cookiePopup {
  background: rgba(61, 64, 66, 0.75);
  width: 100%;
  color: #fff;
  padding: 7px 0;
  position: fixed;
  bottom: 0;
  z-index: 999999999999;
  display: none; }
  .cookiePopup.hide {
    display: none; }
  .cookiePopup a {
    color: #fff; }
  .cookiePopup .cookieText {
    padding: 0 20px 0 0;
    white-space: normal; }
  .cookiePopup .closeCookie {
    cursor: pointer;
    float: right; }
    .cookiePopup .closeCookie .fa-times-circle {
      font-size: 1.2em;
      vertical-align: middle;
      padding-left: 5px; }
    @media (max-width: 955px) {
      .cookiePopup .closeCookie {
        width: 100%;
        text-align: center; } }

.deliveryBanner {
  background: #e31801;
  width: 100%;
  float: none;
  position: relative;
  display: block;
  z-index: 950;
  text-align: center;
  margin-top: 4px; }
  @media (min-width: 750px) {
    .deliveryBanner {
      margin-top: 0px; } }
  .deliveryBanner a {
    text-decoration: none; }
  .deliveryBanner span {
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 1000; }
    @media (min-width: 750px) {
      .deliveryBanner span {
        font-size: 1.5rem; } }
  .deliveryBanner.hide {
    display: none; }
  .deliveryBanner i.fa.fa-caret-right {
    color: white;
    font-size: 1.7em;
    margin: 0px 2px 2px -1px;
    vertical-align: bottom; }
    @media (min-width: 750px) {
      .deliveryBanner i.fa.fa-caret-right {
        margin: 0px 2px 4px -1px; } }
    .deliveryBanner i.fa.fa-caret-right.first {
      margin: 0px 2px 2px 4px; }
      @media (min-width: 750px) {
        .deliveryBanner i.fa.fa-caret-right.first {
          margin: 0px 2px 4px 4px; } }
    .deliveryBanner i.fa.fa-caret-right.last {
      margin: 0px 2px 2px -1px; }
      @media (min-width: 750px) {
        .deliveryBanner i.fa.fa-caret-right.last {
          margin: 0px 2px 4px -1px; } }

.blackFridayBanner {
  display: none;
  float: left;
  width: 100%;
  background: #e31801;
  color: #fff;
  padding: 2px 0;
  border-left: 0;
  border-right: 0;
  font-weight: bold;
  position: absolute;
  top: 87px;
  text-align: center;
  z-index: 99; }
  @media (min-width: 750px) {
    .blackFridayBanner {
      position: relative;
      top: 0;
      height: 58px;
      padding: 1px 0; } }
  .blackFridayBanner a {
    color: #FFF;
    text-decoration: none; }
  @media screen and (max-width: 880px) and (min-width: 750px) {
    .blackFridayBanner .blackFridayCountdown {
      font-size: .8em;
      padding: 5px 0; } }
  .blackFridayBanner .blackFriday--counting {
    float: left;
    width: 100%;
    display: inline-block; }
    @media (min-width: 750px) {
      .blackFridayBanner .blackFriday--counting {
        float: none;
        width: 25%;
        vertical-align: middle; } }
  .blackFridayBanner .blackFriday--endsin {
    display: inline-block;
    float: none;
    width: auto;
    vertical-align: middle;
    line-height: 26px;
    font-size: 0.9em; }
    @media (min-width: 750px) {
      .blackFridayBanner .blackFriday--endsin {
        float: left;
        width: 25%;
        line-height: 37px; } }
  .blackFridayBanner .blackFriday--counting-hours,
  .blackFridayBanner .blackFriday--counting-mins,
  .blackFridayBanner .blackFriday--counting-secs {
    display: inline-block;
    width: 20%;
    line-height: 10px;
    font-size: .7em;
    max-width: 50px;
    vertical-align: middle; }
    @media (min-width: 750px) {
      .blackFridayBanner .blackFriday--counting-hours,
      .blackFridayBanner .blackFriday--counting-mins,
      .blackFridayBanner .blackFriday--counting-secs {
        float: left;
        line-height: 15px;
        font-size: 1em;
        max-width: none; } }
  .blackFridayBanner .blackFriday--counting-number {
    width: 50%;
    margin: 0 auto;
    display: block;
    font-size: 1.5em;
    border-bottom: 1px solid  #fff;
    padding-bottom: 4px;
    margin-bottom: 1px; }
  .blackFridayBanner .blackFriday--counting-text {
    float: left;
    width: 100%;
    text-align: center; }
  .blackFridayBanner .blackFriday--header {
    float: left;
    width: 100%;
    font-size: 1.88em; }
    @media (min-width: 750px) {
      .blackFridayBanner .blackFriday--header {
        float: none;
        width: auto;
        margin: 0 0 0 20px;
        font-size: 2.5em;
        display: inline-block;
        vertical-align: middle; } }
    .blackFridayBanner .blackFriday--header .split {
      display: inline-block;
      font-size: .5em;
      vertical-align: middle;
      line-height: 15px; }
      @media (min-width: 750px) {
        .blackFridayBanner .blackFriday--header .split {
          line-height: 23px; }
          .blackFridayBanner .blackFriday--header .split.alone {
            border-right: 2px solid  #fff;
            padding-right: 10px; } }
      .blackFridayBanner .blackFriday--header .split.first {
        padding-right: 0px;
        border-right: 1px solid  #fff;
        margin-right: 0px; }
        @media (min-width: 750px) {
          .blackFridayBanner .blackFriday--header .split.first {
            padding-right: 18px;
            margin-right: 10px; } }
        .blackFridayBanner .blackFriday--header .split.first.hideSecond {
          display: none; }
          @media (min-width: 750px) {
            .blackFridayBanner .blackFriday--header .split.first.hideSecond {
              display: inline-block; } }
          @media screen and (max-width: 988px) and (min-width: 750px) {
            .blackFridayBanner .blackFriday--header .split.first.hideSecond {
              display: none; } }
        .blackFridayBanner .blackFriday--header .split.first.large {
          font-size: 1.4rem;
          border-right: 0px;
          padding-bottom: 8px; }
          @media (min-width: 750px) {
            .blackFridayBanner .blackFriday--header .split.first.large {
              font-size: 2rem;
              border-right: 1px solid  #fff;
              padding-bottom: 0px; } }
      .blackFridayBanner .blackFriday--header .split .splitTop {
        font-size: 1.5em; }
    .blackFridayBanner .blackFriday--header a {
      color: #FFF;
      text-decoration: none; }
    .blackFridayBanner .blackFriday--header small {
      font-size: 80%;
      display: none; }
      @media (min-width: 750px) {
        .blackFridayBanner .blackFriday--header small {
          display: inline; } }
  .blackFridayBanner .blackFriday--button {
    background: #616161;
    padding: 10px;
    vertical-align: middle; }
  .blackFridayBanner.show {
    display: block; }

.Pricesshown {
  background-color: #000;
  color: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px; }
  .Pricesshown svg {
    width: 25px; }
  .Pricesshown img {
    width: 25px; }

.header {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1010;
  border-bottom: 1px solid #2e9600;
  border-top: 3px solid #2e9600;
  text-align: center;
  float: left;
  width: 100%;
  z-index: 999; }
  @media (min-width: 750px) {
    .header {
      overflow: visible;
      position: relative;
      border: 0;
      height: auto;
      z-index: 20; } }
  .header.is-open {
    height: 100%; }
    .header.is-open .cookiePopup {
      display: none !important; }
    @media (min-width: 750px) {
      .header.is-open {
        height: auto; } }
  .header .topNavigation {
    background: #2e9600; }
  .header .container {
    white-space: nowrap; }
  .header .phoneIcon {
    height: 3.92857rem;
    font-size: 2em;
    left: 17%;
    position: absolute;
    z-index: 50; }
    @media (min-width: 750px) {
      .header .phoneIcon {
        display: none;
        left: 60px; } }
    .header .phoneIcon .fa-phone {
      margin: 13px 0; }
  .header .searchIcon {
    position: absolute;
    top: 8px;
    right: 16%;
    font-size: 1.75em;
    z-index: 50; }
    @media (min-width: 750px) {
      .header .searchIcon {
        display: none; } }
  .header .navPages-container ul.navPage-subMenu-list li.toplevelcat a.navPage-subMenu-action {
    color: #2e9600;
    border-bottom: 2px solid #2e9600;
    font-size: 1.35rem;
    margin-bottom: 10px; }
    .header .navPages-container ul.navPage-subMenu-list li.toplevelcat a.navPage-subMenu-action:before {
      content: none; }
  @media (min-width: 750px) {
    .header .navPages-container {
      background: #595959;
      border-top: 1px solid #d7d6d6;
      border-bottom: 1px solid #d7d6d6; }
      .header .navPages-container.sticky {
        background: #fff;
        border: 0;
        position: fixed;
        top: 0;
        height: 58px;
        z-index: 9999; }
      .header .navPages-container .navPages ul {
        position: relative; }
        .header .navPages-container .navPages ul .navPages-item.active {
          background: #595959; }
        .header .navPages-container .navPages ul .navPages-item:hover {
          background: #6e6e6e; }
        .header .navPages-container .navPages ul .navPages-item .navPages-action {
          color: #fff;
          line-height: 1.2; }
          .header .navPages-container .navPages ul .navPages-item .navPages-action svg {
            fill: #FFF;
            stroke: #FFF; }
          .header .navPages-container .navPages ul .navPages-item .navPages-action.browse {
            color: #fff;
            padding: 9px 5px; }
        .header .navPages-container .navPages ul .navPages-item .navPage-subMenu.is-open {
          display: flex;
          justify-content: center; }
          .header .navPages-container .navPages ul .navPages-item .navPage-subMenu.is-open:after {
            color: #d7d6d6; }
          .header .navPages-container .navPages ul .navPages-item .navPage-subMenu.is-open ul.navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action {
            color: #595959;
            line-height: 1.2; }
            .header .navPages-container .navPages ul .navPages-item .navPage-subMenu.is-open ul.navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action::before {
              display: none; }
          .header .navPages-container .navPages ul .navPages-item .navPage-subMenu.is-open ul.navPage-subMenu-list li.toplevelcat a.navPage-subMenu-action {
            color: #2e9600;
            font-size: 1.3rem;
            border-bottom: 2px solid #2e9600;
            padding-bottom: 4px !important;
            margin-bottom: 8px;
            text-transform: capitalize; }
          .header .navPages-container .navPages ul .navPages-item .navPage-subMenu.is-open .navpage-image .navimg {
            padding-bottom: 10px;
            text-align: center; }
            .header .navPages-container .navPages ul .navPages-item .navPage-subMenu.is-open .navpage-image .navimg img {
              width: 80%; }
        .header .navPages-container .navPages ul .navPages-item.GolfClearanceWarehouse {
          border-left: 0;
          background: #e31902; }
          .header .navPages-container .navPages ul .navPages-item.GolfClearanceWarehouse a.has-subMenu {
            color: #FFF; }
        .header .navPages-container .navPages ul .navPages-item ul.navPage-subMenu-list.second-level a.navPage-subMenu-action {
          color: #595959; }
        .header .navPages-container .navPages ul .navPages-item ul.navPage-subMenu-list.second-level li.navPage-subMenu-item.third-level {
          display: none; }
        .header .navPages-container .navPages ul .navPages-item ul.navPage-subMenu-list.second-level.Top.Deals {
          position: absolute;
          right: 0;
          width: 50%;
          top: 0; }
          .header .navPages-container .navPages ul .navPages-item ul.navPage-subMenu-list.second-level.Top.Deals a.navPage-subMenu-action.navPages-action.s-l {
            color: #2e9600;
            font-size: 1.3rem;
            border-bottom: 2px solid #2e9600;
            padding-bottom: 4px !important;
            margin-bottom: 8px;
            text-decoration: none;
            text-transform: capitalize; }
          .header .navPages-container .navPages ul .navPages-item ul.navPage-subMenu-list.second-level.Top.Deals li.navPage-subMenu-item.third-level {
            display: block; }
            .header .navPages-container .navPages ul .navPages-item ul.navPage-subMenu-list.second-level.Top.Deals li.navPage-subMenu-item.third-level a.navPage-subMenu-action.navPages-action {
              font-size: 16px;
              text-transform: capitalize; }
        .header .navPages-container .navPages ul .navPages-item:nth-child(2) .navPage-subMenu.is-open {
          width: 650px; }
        .header .navPages-container .navPages ul .navPages-item:nth-child(2) li.navPage-subMenu-item.toplevelcat,
        .header .navPages-container .navPages ul .navPages-item:nth-child(2) ul.navPage-subMenu-list.second-level {
          width: 50%;
          margin: 0;
          padding: 0px 5px; }
        .header .navPages-container .navPages ul .navPages-item.BlackFriday .navPage-subMenu.is-open {
          width: 650px; }
        .header .navPages-container .navPages ul .navPages-item.BlackFriday li.navPage-subMenu-item.toplevelcat,
        .header .navPages-container .navPages ul .navPages-item.BlackFriday ul.navPage-subMenu-list.second-level {
          width: 50%;
          margin: 0;
          padding: 0px 5px; }
      .header .navPages-container .navPages #more-nav {
        margin-bottom: 0; }
        .header .navPages-container .navPages #more-nav li {
          background: #f2f2f2;
          border-left: 1px solid #d7d6d6; }
          .header .navPages-container .navPages #more-nav li .navPages-action {
            color: #2d2d2d; }
        .header .navPages-container .navPages #more-nav .navPages-item {
          border-top: 1px solid #d7d6d6; }
        .header .navPages-container .navPages #more-nav .subfilter .navPages-item {
          border-left: 0; } }
  .header .golfmainheader {
    border-bottom: 1px solid #ededed;
    background: #fbfbfb; }
  .header .goldSubheader {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    font-weight: 600;
    align-items: center;
    align-content: center;
    max-width: 1600px;
    margin: 0 auto; }
    .header .goldSubheader .mainspace {
      display: none; }
      @media (min-width: 750px) {
        .header .goldSubheader .mainspace {
          padding: 0;
          flex: 1;
          display: flex;
          flex-direction: row; }
          .header .goldSubheader .mainspace .subspace {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-grow: 1; }
            .header .goldSubheader .mainspace .subspace span {
              margin-right: 5px; }
              .header .goldSubheader .mainspace .subspace span img {
                width: 25px; }
              .header .goldSubheader .mainspace .subspace span img.paypal--logo {
                width: 75px;
                padding-left: 10px;
                margin-top: -3px; }
            .header .goldSubheader .mainspace .subspace a {
              text-decoration: none; }
            .header .goldSubheader .mainspace .subspace .textsubspace {
              padding: 5px;
              font-size: 17px;
              font-weight: 600; }
            .header .goldSubheader .mainspace .subspace .starsubspace,
            .header .goldSubheader .mainspace .subspace .trustsubspace {
              flex-grow: 1;
              display: flex;
              justify-content: center;
              align-items: center;
              width: 100%;
              max-width: 100%;
              text-align: left; }
              .header .goldSubheader .mainspace .subspace .starsubspace svg,
              .header .goldSubheader .mainspace .subspace .trustsubspace svg {
                width: 75%;
                max-width: 100%; }
            .header .goldSubheader .mainspace .subspace .trustsubspace {
              justify-content: left;
              align-items: left; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .header .goldSubheader .mainspace {
          flex: 0 50%; } }
      @media screen and (min-width: 992px) {
        .header .goldSubheader .mainspace {
          flex: 1; } }
    @media screen and (max-width: 767px) {
      .header .goldSubheader .mainspace {
        width: 100%;
        /* Single column */ }
        .header .goldSubheader .mainspace .starsubspace,
        .header .goldSubheader .mainspace .trustsubspace {
          display: none; } }

.header-logo {
  font-size: 0;
  text-align: center; }
  @media (min-width: 750px) {
    .header-logo {
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e8e8e8;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #4f4f4f;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 20;
    padding: 1.2rem 0; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 750px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0; } }
    .header-logo > a:hover {
      color: #a5a5a5; }
    .header-logo > a:active {
      color: #a5a5a5; }

.header-logo--left {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin: 0; }
  @media (min-width: 750px) {
    .header-logo--left {
      max-width: 20%; } }

.headerSearch {
  width: 100%;
  display: none;
  position: absolute;
  top: 82px;
  left: 0;
  padding: 8px;
  background: #fff;
  border-bottom: 1px solid #2e9600;
  z-index: 1; }
  .headerSearch.show {
    display: inline-block; }
  .headerSearch .newIcon {
    display: none !important; }
  @media (min-width: 750px) {
    .headerSearch {
      width: 42%;
      padding: 0;
      border: 0;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: auto;
      left: auto;
      z-index: 12; } }
  .headerSearch .form {
    margin: 0; }
    .headerSearch .form .form-field {
      margin: 0;
      position: relative; }
    @media (min-width: 750px) {
      .headerSearch .form {
        width: 80%;
        margin: 20px auto; } }
  .headerSearch .form-field .form-input {
    border-width: 3px;
    border-radius: 0;
    border-color: #c0c0c0;
    color: #5a5a5a;
    font-style: italic; }
  .headerSearch .form-field .button {
    position: absolute;
    right: 3px;
    border: 0;
    margin: 0;
    padding: 10px;
    width: auto;
    top: 3px;
    height: 2.15em;
    font-size: 1.2em;
    background: #e65001;
    color: #fff;
    border-radius: 0;
    font-weight: bold; }
  @media (max-width: 980px) and (min-width: 750px) {
    .headerSearch {
      width: 37%; }
      .headerSearch .form-field .form-input {
        font-size: .9em; }
      .headerSearch .form-field .button {
        padding: 0 10px;
        width: 110px; } }

.rightInformation {
  width: 100%;
  position: absolute;
  background: #fff;
  top: 51px;
  left: 0;
  border-bottom: 1px solid #2e9600;
  font-weight: bold; }
  .rightInformation .delivery, .rightInformation .phone {
    padding: 5px 0; }
    .rightInformation .delivery a, .rightInformation .phone a {
      text-decoration: none; }
  .rightInformation .phone {
    display: none; }
  @media (min-width: 750px) {
    .rightInformation {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 37%;
      top: 0;
      border: 0;
      font-weight: normal;
      font-size: 12px; }
      .rightInformation .delivery, .rightInformation .phone {
        float: left;
        width: 50%;
        text-align: center;
        padding: 0;
        display: block; }
        .rightInformation .delivery span, .rightInformation .phone span {
          float: left;
          width: 100%;
          text-transform: uppercase; }
        .rightInformation .delivery .free, .rightInformation .delivery .number, .rightInformation .phone .free, .rightInformation .phone .number {
          font-size: 17px;
          line-height: 25px;
          color: #2e9600; }
        .rightInformation .delivery .mainland, .rightInformation .delivery .experts, .rightInformation .phone .mainland, .rightInformation .phone .experts {
          letter-spacing: -0.5px;
          font-size: 14px; } }
  @media (min-width: 750px) and (max-width: 980px) {
    .rightInformation {
      width: 43%;
      font-size: 10px; }
      .rightInformation .delivery .free,
      .rightInformation .phone .number {
        font-size: 1.5em; } }
  @media (min-width: 981px) and (max-width: 1100px) {
    .rightInformation .delivery .free,
    .rightInformation .phone .number {
      font-size: 1.5em; } }

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

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

.header-logo-image {
  max-height: 2.35714rem;
  max-width: 140px; }
  @media (min-width: 750px) {
    .header-logo-image {
      max-height: none;
      max-width: 100%; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  right: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 750px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #2d2d2d;
    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.64286rem;
    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: #2d2d2d;
      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); }
  .mobileMenu-toggle:after {
    content: 'Menu';
    display: block;
    font-size: 9px;
    width: 100%;
    position: absolute;
    left: 1px;
    bottom: 9px; }

.sellingPoints ul {
  margin: 0;
  list-style: none;
  margin: 20px 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #d7d6d6; }
  .sellingPoints ul li {
    width: 25%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding: 5px 0;
    border-right: 1px solid #d7d6d6; }
    .sellingPoints ul li:last-child {
      border-right: 0; }

.contactForm {
  float: right;
  width: 48%;
  margin: 15px 0 0px 2%; }
  .contactForm .form-actions {
    text-align: left;
    margin-top: .5rem; }
    .contactForm .form-actions .byClick {
      margin: 10px 0 0;
      display: block;
      font-size: .9rem; }
      .contactForm .form-actions .byClick a {
        margin: 0; }

.homeHead {
  clear: both;
  text-align: center;
  position: relative;
  margin-bottom: 10px; }
  .homeHead .border {
    background: #2e9600;
    height: 1px;
    width: 100%;
    float: left;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0; }
  .homeHead .title {
    margin: 0 auto;
    display: inline-block;
    background: #fff;
    width: auto;
    position: relative;
    padding: 0 10px;
    font-size: 1.5em;
    text-transform: uppercase; }
    @media (min-width: 750px) {
      .homeHead .title {
        font-size: 1.5em; } }
    @media screen and (min-width: 1200px) {
      .homeHead .title {
        font-size: 1.5em; } }

.homepage .fullWidth.blackfriday.desktop {
  display: none; }
  @media (min-width: 750px) {
    .homepage .fullWidth.blackfriday.desktop {
      display: block; } }

.homepage .fullWidth.blackfriday.mobile {
  display: block; }
  .homepage .fullWidth.blackfriday.mobile img {
    width: 100%; }
  @media (min-width: 750px) {
    .homepage .fullWidth.blackfriday.mobile {
      display: none; } }

.homepage .fullWidth.monthly.desktop {
  display: none; }
  @media (min-width: 750px) {
    .homepage .fullWidth.monthly.desktop {
      display: block; } }

.homepage .fullWidth.monthly.mobile {
  display: block; }
  .homepage .fullWidth.monthly.mobile img {
    width: 100%; }
  @media (min-width: 750px) {
    .homepage .fullWidth.monthly.mobile {
      display: none; } }

.homepage .sinksTaps {
  float: left;
  width: 100%; }
  .homepage .sinksTaps .box {
    margin-bottom: 10px;
    box-sizing: border-box; }
    .homepage .sinksTaps .box img {
      float: left;
      width: 100%;
      height: 100%; }
      .homepage .sinksTaps .box img:hover {
        opacity: .9; }
    .homepage .sinksTaps .box.small {
      float: left;
      width: 50%; }
    .homepage .sinksTaps .box.medium {
      float: left;
      width: 100%;
      margin-bottom: 2%; }
      .homepage .sinksTaps .box.medium.first {
        margin-top: 2%;
        clear: left; }
    .homepage .sinksTaps .box.large {
      float: left;
      width: 100%; }
    .homepage .sinksTaps .box.fullWidth {
      float: left;
      width: 100%; }
    .homepage .sinksTaps .box.halfWidth {
      float: left;
      width: 100%;
      margin-right: 1%;
      margin-bottom: 2%; }
      .homepage .sinksTaps .box.halfWidth.last {
        margin-right: 0; }
    @media (min-width: 750px) {
      .homepage .sinksTaps .box.large {
        float: left;
        width: 49.25%;
        margin-right: 1.5%; }
      .homepage .sinksTaps .box.medium {
        float: left;
        width: 33%;
        margin-right: .5%;
        margin-bottom: .5%; }
        .homepage .sinksTaps .box.medium.odd {
          margin-right: 1%;
          width: 49%; }
        .homepage .sinksTaps .box.medium.marginr {
          margin-right: .5%;
          width: 49.5%; }
        .homepage .sinksTaps .box.medium.marginl {
          margin-left: .5%;
          width: 49.5%; }
        .homepage .sinksTaps .box.medium.first {
          margin-top: 0; }
      .homepage .sinksTaps .box.small {
        float: left;
        width: 24.25%;
        margin-right: 1%; }
        .homepage .sinksTaps .box.small.odd, .homepage .sinksTaps .box.small.last {
          margin-right: 0; }
      .homepage .sinksTaps .box.halfWidth {
        float: left;
        width: 49.5%;
        margin-bottom: 1%; } }
    .homepage .sinksTaps .box.last {
      margin-right: 0; }
  .homepage .sinksTaps .quickSearch {
    float: left;
    width: 100%;
    border: 2px solid #2b5689;
    border-radius: 10px;
    background: #efefef; }
    @media (min-width: 750px) {
      .homepage .sinksTaps .quickSearch {
        margin-right: .5%;
        width: 33%; } }
    .homepage .sinksTaps .quickSearch .title {
      background: #efefef;
      margin-top: 2%; }
    .homepage .sinksTaps .quickSearch .border {
      margin-top: 1.75%;
      width: 95%;
      left: 10px; }
      @media (min-width: 750px) {
        .homepage .sinksTaps .quickSearch .border {
          margin-top: 3%; } }
    .homepage .sinksTaps .quickSearch .perfectSink {
      font-size: 1.66em;
      float: left;
      width: 100%;
      margin-top: 5%;
      margin-bottom: 0;
      font-weight: 700; }
      @media (min-width: 750px) {
        .homepage .sinksTaps .quickSearch .perfectSink {
          font-size: 2.2vw;
          margin-top: 10%; } }
      @media screen and (min-width: 1200px) {
        .homepage .sinksTaps .quickSearch .perfectSink {
          font-size: 3em;
          width: 65%;
          text-align: left;
          margin-left: 5.5%;
          margin-top: 6%;
          margin-bottom: 2%;
          line-height: 50px; } }
      .homepage .sinksTaps .quickSearch .perfectSink i {
        font-family: FontAwesome;
        content: "/f002";
        color: #2b5689; }
        @media screen and (min-width: 1200px) {
          .homepage .sinksTaps .quickSearch .perfectSink i {
            display: none; } }
    .homepage .sinksTaps .quickSearch .magImage {
      display: none; }
      @media screen and (min-width: 1200px) {
        .homepage .sinksTaps .quickSearch .magImage {
          display: block;
          max-width: 22%;
          float: left;
          margin-right: 2.5%;
          margin-left: 2%;
          margin-top: 8%; } }
  .homepage .sinksTaps .sink-finder ul {
    width: 100%;
    display: block;
    float: left;
    padding: 1% 0;
    margin-bottom: 3%;
    margin-left: 4%; }
    @media (min-width: 750px) {
      .homepage .sinksTaps .sink-finder ul {
        margin-bottom: 5%; } }
    @media screen and (min-width: 1200px) {
      .homepage .sinksTaps .sink-finder ul {
        margin-bottom: 3%;
        padding: 0 0 3% 0; } }
  .homepage .sinksTaps .sink-finder li {
    width: 48%;
    float: left;
    list-style-type: none;
    padding: 3% 4% 0 1%;
    text-align: center;
    font-weight: 700; }
    @media (min-width: 750px) {
      .homepage .sinksTaps .sink-finder li {
        padding: 5% 4% 0 1%; } }
    @media screen and (min-width: 1200px) {
      .homepage .sinksTaps .sink-finder li {
        padding: 5.7% 4% 0 1%; } }
  @media screen and (min-width: 1200px) {
    .homepage .sinksTaps .sink-finder li:nth-child(1) {
      padding: 2% 4% 0 1%; } }
  @media screen and (min-width: 1200px) {
    .homepage .sinksTaps .sink-finder li:nth-child(2) {
      padding: 2% 4% 0 1%; } }
  .homepage .sinksTaps .sink-finder strong {
    font-size: 1em; }
    @media (min-width: 750px) {
      .homepage .sinksTaps .sink-finder strong {
        font-size: 1.4vw; } }
    @media screen and (min-width: 1200px) {
      .homepage .sinksTaps .sink-finder strong {
        font-size: 1.24em; } }
  .homepage .sinksTaps select {
    height: 40px;
    border: 1px solid #666; }
    @media (min-width: 750px) {
      .homepage .sinksTaps select {
        height: 32px; } }
    @media screen and (min-width: 1200px) {
      .homepage .sinksTaps select {
        height: 40px; } }
  .homepage .sinksTaps input#submit {
    display: block;
    padding: 3% 11%;
    margin: 0 auto;
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    background: #eb2c22;
    border: 1px solid #e22c21;
    border-radius: 10px; }
    @media (min-width: 750px) {
      .homepage .sinksTaps input#submit {
        font-size: 2vw;
        margin: 0 auto; } }
    @media screen and (min-width: 1200px) {
      .homepage .sinksTaps input#submit {
        font-size: 2em;
        margin: 0 auto; } }
  .homepage .sinksTaps span#clearFinder {
    margin: 0 auto 4.5%;
    display: block;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
    color: #000;
    background: #fff;
    max-width: 50%;
    border-right: 2px solid #afafaf;
    border-left: 2px solid #afafaf;
    border-bottom: 2px solid #afafaf;
    border-radius: 0 0 10px 10px; }
    @media (min-width: 750px) {
      .homepage .sinksTaps span#clearFinder {
        font-size: 1.35vw; } }
    @media screen and (min-width: 1200px) {
      .homepage .sinksTaps span#clearFinder {
        font-size: 1.1em;
        margin: 0 auto 4.5%; } }

.homepage .barStoolSplit {
  float: left;
  width: 100%; }
  .homepage .barStoolSplit .left {
    float: left;
    width: 100%; }
  .homepage .barStoolSplit .right {
    float: right;
    width: 100%; }
    .homepage .barStoolSplit .right .barStool {
      float: left;
      width: 100%; }
  @media (min-width: 750px) {
    .homepage .barStoolSplit .left {
      width: 70%; }
    .homepage .barStoolSplit .right {
      width: 29%;
      margin-left: 1%; } }

.homepage .brands {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  list-style: none; }
  .homepage .brands .brand {
    float: left;
    width: 32.6666%;
    border: 1px solid #d7d6d6;
    height: 150px;
    margin-bottom: 5px;
    display: table;
    margin-right: 1%; }
    .homepage .brands .brand:nth-child(3n) {
      margin-right: 0; }
    .homepage .brands .brand .card {
      margin: 0;
      vertical-align: middle;
      display: table-cell;
      width: 100%; }
      .homepage .brands .brand .card .card-image {
        max-width: 150px; }
    .homepage .brands .brand .card-body {
      display: none; }
  @media (min-width: 750px) {
    .homepage .brands .brand {
      float: left;
      width: 16.25%;
      border: 1px solid #d7d6d6;
      height: 180px;
      margin-bottom: 5px;
      display: table;
      margin-right: .5%; }
      .homepage .brands .brand:nth-child(3n) {
        margin-right: .5%; }
      .homepage .brands .brand:nth-child(6n) {
        margin-right: 0; }
        .homepage .brands .brand:nth-child(6n) .card .card-image {
          max-width: 110px; } }

.homepage .customersThink {
  float: left;
  width: 100%; }
  .homepage .customersThink .customers {
    float: left;
    width: 100%;
    list-style: none;
    margin: 30px 0; }
    .homepage .customersThink .customers .slick-slide {
      float: left;
      width: 31.333333%;
      margin: 0 1%;
      text-align: center;
      position: relative; }
      .homepage .customersThink .customers .slick-slide .name {
        font-weight: bold;
        display: block;
        padding: 10px 0; }
      .homepage .customersThink .customers .slick-slide img {
        border-radius: 50%;
        width: 70px;
        margin: 0 auto; }
      .homepage .customersThink .customers .slick-slide .quote {
        position: absolute;
        bottom: 50%;
        left: 0;
        font-size: 1em; }

.homepage .whyBuy {
  float: left;
  width: 100%;
  margin-top: 1%; }
  .homepage .whyBuy ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0; }
    @media (max-width: 750px) {
      .homepage .whyBuy ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; } }
    .homepage .whyBuy ul li {
      width: 50%;
      float: left;
      text-align: center; }
      @media (min-width: 750px) {
        .homepage .whyBuy ul li {
          width: 20%;
          float: left; } }
      .homepage .whyBuy ul li img {
        display: block;
        margin: 25px auto;
        border: 3px solid #2e9600;
        border-radius: 50%;
        width: 74px; }
      .homepage .whyBuy ul li .title {
        display: table;
        min-height: 60px;
        width: 100%; }
        .homepage .whyBuy ul li .title span {
          width: 100%;
          padding: 0;
          font-size: 1.2em;
          font-weight: bold;
          display: table-cell;
          vertical-align: middle; }
      .homepage .whyBuy ul li:nth-child(odd) {
        clear: left; }
        @media (min-width: 750px) {
          .homepage .whyBuy ul li:nth-child(odd) {
            clear: none; } }
      .homepage .whyBuy ul li p {
        padding: 0 4%; }

.homepage .welcomeGolf {
  margin-top: 2%;
  padding-bottom: 80px;
  width: 100%;
  float: left; }

.homepage section.homepage-banner {
  padding: 5px 0px; }
  .homepage section.homepage-banner .homepage-banner-desktop {
    padding: 3px 0px;
    display: none;
    transition: 0.8s all; }
    .homepage section.homepage-banner .homepage-banner-desktop:hover {
      opacity: 0.9;
      transition: 0.8s all; }
    @media (min-width: 750px) {
      .homepage section.homepage-banner .homepage-banner-desktop {
        display: block; } }
  .homepage section.homepage-banner .homepage-banner-mobile {
    padding: 3px 0px;
    display: block; }
    @media (min-width: 750px) {
      .homepage section.homepage-banner .homepage-banner-mobile {
        display: none; } }

.helpPage {
  margin: 0;
  list-style: none;
  float: left;
  width: 100%; }
  .helpPage li {
    width: 24.25%;
    margin: 0 1% 10px 0;
    float: left;
    text-align: center; }
    @media (max-width: 698px) {
      .helpPage li {
        width: 49%; } }
    .helpPage li:nth-child(4n) {
      margin-right: 0; }
    .helpPage li a {
      padding: 25% 0;
      border: 1px solid #ccc;
      float: left;
      width: 100%;
      text-decoration: none; }
      .helpPage li a img {
        text-align: center;
        display: block;
        height: 50px;
        margin: 0 auto; }
      .helpPage li a span {
        width: 100%;
        text-align: center; }
        @media (max-width: 403px) {
          .helpPage li a span {
            font-size: 1em; } }
        @media (min-width: 404px) {
          .helpPage li a span {
            font-size: 1.3em; } }
        @media (min-width: 700px) {
          .helpPage li a span {
            font-size: 1em; } }
        @media (min-width: 782px) {
          .helpPage li a span {
            font-size: 1.2em; } }
        @media (min-width: 840px) {
          .helpPage li a span {
            font-size: 1.3em; } }
        @media (min-width: 1128px) {
          .helpPage li a span {
            font-size: 1.6em; } }

.buyingGuides {
  float: left;
  width: 100%; }
  .buyingGuides h2 {
    margin: 0 0 20px; }
  .buyingGuides ul {
    list-style: none;
    margin: 0; }
  .buyingGuides .link-buying-guides {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .buyingGuides .link-buying-guides li {
      float: left;
      width: 32.6666%;
      border: 1px solid #ccc;
      text-align: center;
      position: relative;
      margin-right: 1%;
      margin-bottom: 10px; }
      .buyingGuides .link-buying-guides li img {
        float: left;
        width: 100%; }
      .buyingGuides .link-buying-guides li h2 {
        margin: 0;
        float: left;
        width: 100%;
        background: #fff;
        font-size: 1em;
        padding: 10px 0; }
      .buyingGuides .link-buying-guides li:nth-child(3n) {
        margin-right: 0; }
      .buyingGuides .link-buying-guides li:last-child {
        margin-right: 0; }
      @media (min-width: 750px) {
        .buyingGuides .link-buying-guides li {
          width: 19.2%;
          margin-bottom: 0; }
          .buyingGuides .link-buying-guides li:nth-child(3n) {
            margin-right: 1%; } }
  .buyingGuides .bottom-faq-sinks {
    float: left;
    width: 100%; }
    .buyingGuides .bottom-faq-sinks ul li {
      float: left;
      width: 100%;
      margin: 10px 0; }
      .buyingGuides .bottom-faq-sinks ul li .left {
        width: 30%;
        float: left; }
        .buyingGuides .bottom-faq-sinks ul li .left img {
          float: left;
          width: 100%; }
      .buyingGuides .bottom-faq-sinks ul li .right {
        width: 68%;
        margin-left: 10%;
        float: right; }
        .buyingGuides .bottom-faq-sinks ul li .right h2 {
          margin: 0;
          float: left;
          width: 100%;
          background: #fff;
          font-size: 1em;
          padding: 10px 0; }
      .buyingGuides .bottom-faq-sinks ul li:last-child {
        margin-right: 0; }
      .buyingGuides .bottom-faq-sinks ul li a {
        text-decoration: none; }
      @media (min-width: 750px) {
        .buyingGuides .bottom-faq-sinks ul li .left {
          width: 10%; }
        .buyingGuides .bottom-faq-sinks ul li .right {
          width: 89%;
          margin-left: 1%; } }

.delivery-info .deliveryTables {
  width: 100%;
  float: right;
  margin-bottom: 1.5rem;
  padding: 30px; }
  @media (min-width: 750px) {
    .delivery-info .deliveryTables {
      width: 60%; } }

.delivery-info #del-charges-blue {
  width: 100%;
  float: left; }
  .delivery-info #del-charges-blue th {
    padding: 8px 10px;
    text-align: left;
    background: #2e9600;
    color: white;
    font-size: 1.4em; }
  .delivery-info #del-charges-blue tr, .delivery-info #del-charges-blue td {
    padding: 10px;
    border: 1px solid #e8e8e8;
    text-align: left; }

.delivery-info #del-charges-grey {
  width: 100%;
  float: left; }
  .delivery-info #del-charges-grey th {
    padding: 8px 10px;
    text-align: left;
    background: #848484;
    color: white;
    font-size: 1.4em; }
  .delivery-info #del-charges-grey tr, .delivery-info #del-charges-grey td {
    padding: 10px;
    border: 1px solid #e8e8e8;
    text-align: left; }

.delivery-info #del-charges-grey-post {
  width: 100%;
  float: left; }
  .delivery-info #del-charges-grey-post th {
    padding: 8px 10px;
    text-align: left;
    background: #848484;
    color: white;
    font-size: 1em; }
  .delivery-info #del-charges-grey-post tr, .delivery-info #del-charges-grey-post td {
    padding: 10px;
    border: 1px solid #e8e8e8;
    text-align: left; }

.delivery-info .trackItem {
  margin-bottom: 1.5rem;
  border: 1px solid #e8e8e8;
  background-color: #EEEFEF;
  padding: 1.5rem; }
  .delivery-info .trackItem .title {
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
    font-size: 1em;
    text-decoration: underline; }
  .delivery-info .trackItem p {
    margin-bottom: 10px; }
  .delivery-info .trackItem input {
    padding: 10px;
    margin: 0 5px;
    outline: 0;
    border: 1px solid #d7d6d6; }
  .delivery-info .trackItem .trackingButton {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background: #0071bc;
    color: #fff;
    text-decoration: none; }

.delivery-info .deliveryMap {
  float: left;
  width: 100%;
  padding: 30px;
  text-align: center; }
  @media (min-width: 750px) {
    .delivery-info .deliveryMap {
      width: 40%; } }

.delivery-info .deliveryMainText {
  float: left; }

.delivery-info small {
  font-size: 75%; }

.delivery-info .delivery-holidayseason {
  text-align: center;
  float: left;
  width: 100%;
  background: #97cb97;
  margin-bottom: 20px;
  vertical-align: middle;
  font-size: 1.3em; }

.delivery-info .courierDecember {
  text-align: center;
  width: 80%;
  background: #58a025;
  color: white;
  font-size: 2rem;
  margin: auto; }

.contactUs {
  float: left;
  width: 50%;
  margin: 15px 0 0; }
  .contactUs + form {
    float: right;
    width: 48%;
    margin: 15px 0 0px 2%; }
  .contactUs .row {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    .contactUs .row ul {
      margin: 0 0 10px;
      padding: 0;
      list-style: none;
      float: left;
      width: 50%; }
      .contactUs .row ul .fa {
        margin: 5px 8px 5px 0;
        vertical-align: middle;
        font-size: 1.4em;
        min-width: 20px; }
      .contactUs .row ul .title {
        float: left;
        width: 100%;
        font-weight: bold;
        margin-bottom: 5px; }
    .contactUs .row .details .number:before {
      content: '\f095';
      font-family: 'FontAwesome';
      padding-right: 5px; }
    .contactUs .row .details .email:before {
      content: '\f0e0';
      font-family: 'FontAwesome';
      padding-right: 5px; }
    .contactUs .row .openingTimes .time:before {
      content: '\f017';
      font-family: 'FontAwesome';
      padding-right: 5px; }

@media (min-width: 750px) {
  .p-first, .p-second {
    width: 45%;
    float: left;
    margin: 1%;
    text-align: justify; }
  .p-second h2 {
    margin: 0; } }

@media (min-width: null) {
  .p-first, .p-second {
    width: 80%;
    float: none;
    margin: 0 auto; } }

.contactUs {
  float: none;
  width: 85%;
  margin: 15px auto; }
  @media (min-width: 750px) {
    .contactUs {
      float: left;
      width: 50%;
      margin: 15px 0 0; } }
  .contactUs + form {
    float: right;
    width: 48%;
    margin: 15px 0 0px 2%; }
  .contactUs .row {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    .contactUs .row ul {
      margin: 0 0 10px;
      padding: 0;
      list-style: none;
      float: left;
      width: 50%; }
      .contactUs .row ul .fa {
        margin: 5px 8px 5px 0;
        vertical-align: middle;
        font-size: 1.4em;
        min-width: 20px; }
      .contactUs .row ul .title {
        float: left;
        width: 100%;
        font-weight: bold;
        margin-bottom: 5px; }
    .contactUs .row .details .number:before {
      content: '\f095';
      font-family: 'FontAwesome';
      padding-right: 5px; }
    .contactUs .row .details .email:before {
      content: '\f0e0';
      font-family: 'FontAwesome';
      padding-right: 5px; }
    .contactUs .row .openingTimes .time:before {
      content: '\f017';
      font-family: 'FontAwesome';
      padding-right: 5px; }

form[data-contact-form=""] {
  float: none;
  width: 85%;
  margin: 15px auto; }
  @media (min-width: 750px) {
    form[data-contact-form=""] {
      float: right;
      width: 48%;
      margin: 15px 0 0px 2%; } }

.cookiePage .heading {
  font-size: 1.2em;
  text-decoration: underline;
  margin-bottom: 10px;
  font-weight: bold; }

.cookiePage ol {
  margin-left: 25px;
  margin-bottom: 15px; }

.cookiePage .heading {
  font-size: 1.2em;
  text-decoration: underline;
  margin-bottom: 10px;
  font-weight: bold; }

.cookiePage ol {
  margin-left: 25px;
  margin-bottom: 15px; }

.termsConditions .numberedList,
.termsConditions .numberedList ul {
  list-style: none; }

.banners .categoryFade {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 90%);
  width: 100%;
  height: 5em;
  cursor: pointer; }
  @media (min-width: 750px) {
    .banners .categoryFade {
      display: none; } }

.categoryDesc .categoryFade {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 90%);
  width: 100%;
  height: 5em;
  cursor: pointer; }
  @media (min-width: 750px) {
    .categoryDesc .categoryFade {
      display: none; } }

.page-content.brandPage .banners-top .banners {
  padding: 0px 10px 10px; }
  @media (min-width: 750px) {
    .page-content.brandPage .banners-top .banners {
      padding: 0px 0px 10px; } }

.banners-top .banners {
  max-height: 160px;
  overflow: hidden;
  position: relative;
  padding: 0 15px 10px 20px; }
  @media (min-width: 750px) {
    .banners-top .banners {
      max-height: none; } }

.categoryDesc {
  max-height: 160px;
  overflow: hidden;
  position: relative;
  padding: 0 15px 10px 20px; }
  @media (min-width: 750px) {
    .categoryDesc {
      max-height: none; } }

.banners .categoryFade .icon,
.categoryDesc .categoryFade .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 35px;
  width: 55px;
  padding: 10px; }

.banners-top .banners.expand,
.categoryDesc.expand {
  max-height: 100%;
  padding-bottom: 10px; }

.banners-top .banners.expand .categoryFade,
.categoryDesc.expand .categoryFade {
  background-image: none; }

.navPages ul {
  background-color: #fff; }
  @media (min-width: 551px) {
    .navPages ul {
      background: none; } }

.navPages ul .navPages-item {
  border-bottom: 1px solid #dfdfdf; }
  @media (min-width: 551px) {
    .navPages ul .navPages-item {
      padding: 0;
      border: none; } }

.navPages-action-moreIcon {
  position: absolute;
  right: 10px;
  top: 12px; }
  @media (min-width: 551px) {
    .navPages-action-moreIcon {
      display: inline-block;
      position: revert; } }

section.newC-cat-banner {
  padding-bottom: 5px;
  position: relative;
  width: 99.3vw;
  left: calc(-50vw + 50%); }
  @media screen and (min-width: 760px) and (max-width: 1100px) {
    section.newC-cat-banner {
      width: 100%;
      left: unset; } }
  section.newC-cat-banner .newC-cat-banner-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  section.newC-cat-banner .newC-cat-name h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 35px 5px; }
    @media (min-width: 750px) {
      section.newC-cat-banner .newC-cat-name h1 {
        font-size: 40px; } }

/**** New Black Friday Code ****/
section.sidewide-banner .blackFridayBanner2 {
  float: left;
  width: 100%;
  color: #fff;
  padding: 2px 0;
  border-left: 0;
  border-right: 0;
  font-weight: bold;
  text-align: center;
  background-image: url("");
  margin-bottom: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 750px) {
    section.sidewide-banner .blackFridayBanner2 {
      position: relative;
      top: 0;
      padding: 1px 0;
      background-image: url(""); } }
  section.sidewide-banner .blackFridayBanner2 .newbannercode {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap; }
    section.sidewide-banner .blackFridayBanner2 .newbannercode a {
      display: block;
      color: #FFF;
      text-decoration: none; }
      @media (min-width: 750px) {
        section.sidewide-banner .blackFridayBanner2 .newbannercode a {
          display: flex;
          align-items: center;
          align-content: center;
          justify-content: center;
          gap: 5px; } }
      section.sidewide-banner .blackFridayBanner2 .newbannercode a p {
        margin: 0;
        text-transform: uppercase; }
      section.sidewide-banner .blackFridayBanner2 .newbannercode a .newbfimage {
        display: none; }
        @media (min-width: 750px) {
          section.sidewide-banner .blackFridayBanner2 .newbannercode a .newbfimage {
            display: block; } }
        section.sidewide-banner .blackFridayBanner2 .newbannercode a .newbfimage img {
          width: 100%; }
      section.sidewide-banner .blackFridayBanner2 .newbannercode a .newbfimage-mobile {
        display: block; }
        @media (min-width: 750px) {
          section.sidewide-banner .blackFridayBanner2 .newbannercode a .newbfimage-mobile {
            display: none; } }
        section.sidewide-banner .blackFridayBanner2 .newbannercode a .newbfimage-mobile .newbf-txt-mobile p {
          font-size: 0.75em; }
      section.sidewide-banner .blackFridayBanner2 .newbannercode a .newfbtxt-outer {
        display: block;
        flex: 0 50%; }
        @media (min-width: 750px) {
          section.sidewide-banner .blackFridayBanner2 .newbannercode a .newfbtxt-outer {
            display: flex;
            justify-content: space-between;
            align-items: center; } }
        section.sidewide-banner .blackFridayBanner2 .newbannercode a .newfbtxt-outer .newbftext1 {
          flex: 0 60%;
          font-size: 1rem;
          height: unset;
          display: flex;
          align-items: center;
          justify-content: center;
          border-right: none;
          padding: 5px;
          flex-wrap: wrap; }
          @media (min-width: 750px) {
            section.sidewide-banner .blackFridayBanner2 .newbannercode a .newfbtxt-outer .newbftext1 {
              border-right: solid 4px #fff;
              border-left: solid 4px #fff;
              font-size: 1.2rem;
              padding: 0px 5px; } }
          section.sidewide-banner .blackFridayBanner2 .newbannercode a .newfbtxt-outer .newbftext1 p.white-txt {
            flex: 0 100%;
            font-size: 1.5em;
            font-weight: 400;
            line-height: 1.2;
            color: #fff; }
            @media (min-width: 750px) {
              section.sidewide-banner .blackFridayBanner2 .newbannercode a .newfbtxt-outer .newbftext1 p.white-txt {
                font-size: 1em;
                font-weight: 400; } }
          section.sidewide-banner .blackFridayBanner2 .newbannercode a .newfbtxt-outer .newbftext1 p.whiteBold-Red {
            flex: 0 100%;
            font-size: 2.8em;
            line-height: 1.2;
            font-weight: 900;
            color: #fff;
            text-shadow: 0px 0px 3px #000000; }
            section.sidewide-banner .blackFridayBanner2 .newbannercode a .newfbtxt-outer .newbftext1 p.whiteBold-Red span.Red-Bold {
              color: #fff; }
            @media (min-width: 750px) {
              section.sidewide-banner .blackFridayBanner2 .newbannercode a .newfbtxt-outer .newbftext1 p.whiteBold-Red {
                font-size: 2em; } }
          section.sidewide-banner .blackFridayBanner2 .newbannercode a .newfbtxt-outer .newbftext1 p.whiteBold-Red2 {
            flex: 0 100%;
            font-size: 1.5em;
            line-height: 1.2;
            font-weight: 900;
            color: #fff;
            text-shadow: 0px 0px 3px #000000; }
            @media (min-width: 750px) {
              section.sidewide-banner .blackFridayBanner2 .newbannercode a .newfbtxt-outer .newbftext1 p.whiteBold-Red2 {
                font-size: 1.3em; } }
        section.sidewide-banner .blackFridayBanner2 .newbannercode a .newfbtxt-outer .newbftext3 {
          display: none; }
          @media (min-width: 750px) {
            section.sidewide-banner .blackFridayBanner2 .newbannercode a .newfbtxt-outer .newbftext3 {
              flex: 0 40%;
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 3px 5px;
              flex-wrap: wrap; } }
          section.sidewide-banner .blackFridayBanner2 .newbannercode a .newfbtxt-outer .newbftext3 p.button {
            font-size: 1.3em;
            line-height: 1;
            font-weight: 800;
            color: #fff;
            background-color: #e31801;
            border: 1px solid #e31801;
            border-radius: 10px;
            padding: 5px;
            flex: 0 90%; }

/**** End New Black Friday Code ****/
section.newC-cat-description {
  padding: 10px 0px; }
  section.newC-cat-description p {
    margin: 0; }
  section.newC-cat-description ul.categories {
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
    padding: 0px 0px 50px 0px; }
    @media (max-width: 771px) {
      section.newC-cat-description ul.categories {
        justify-content: space-between; } }
    @media (max-width: 600px) {
      section.newC-cat-description ul.categories {
        justify-content: space-evenly;
        column-gap: 15px; } }
    section.newC-cat-description ul.categories li.category {
      flex: 0 23%;
      position: relative;
      float: left;
      margin-bottom: 15px;
      background-image: url("https://cdn11.bigcommerce.com/s-fgzhrtr768/images/stencil/original/image-manager/green-circle-for-root-catergory-page.png");
      min-height: 267px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 80%;
      text-align: center; }
      @media (max-width: 1140px) {
        section.newC-cat-description ul.categories li.category {
          flex: 0 31%;
          background-size: contain; } }
      @media (max-width: 880px) {
        section.newC-cat-description ul.categories li.category {
          flex: 0 48%; } }
      @media (max-width: 771px) {
        section.newC-cat-description ul.categories li.category {
          flex: 0 40%; } }
      @media (max-width: 600px) {
        section.newC-cat-description ul.categories li.category {
          flex: 0 47%;
          min-height: 180px; } }
      @media (max-width: 525px) {
        section.newC-cat-description ul.categories li.category {
          flex: 0 45%;
          min-height: 150px; } }
      section.newC-cat-description ul.categories li.category span.name {
        position: absolute;
        background: #595959;
        -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
        bottom: 10%;
        padding: 7px 40px 7px 10px;
        font-size: 18px;
        line-height: 1.5;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        width: 100%;
        text-align: center;
        left: 0; }
        @media (max-width: 600px) {
          section.newC-cat-description ul.categories li.category span.name {
            font-size: 16px;
            padding: 5px 15px 5px 8px;
            line-height: 1.2;
            bottom: 0; } }
        @media (max-width: 500px) {
          section.newC-cat-description ul.categories li.category span.name {
            font-size: 14px; } }

section.homepage-category-cards-outer {
  padding: 10px 0px; }
  section.homepage-category-cards-outer .home-cat-cards-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap; }
    section.homepage-category-cards-outer .home-cat-cards-container .homeCat-cards {
      flex: 0 47%;
      min-height: 250px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      @media (min-width: 551px) {
        section.homepage-category-cards-outer .home-cat-cards-container .homeCat-cards {
          flex: 0 31%; } }
      @media (min-width: 750px) {
        section.homepage-category-cards-outer .home-cat-cards-container .homeCat-cards {
          flex: 0 24%; } }
      @media (max-width: 395px) {
        section.homepage-category-cards-outer .home-cat-cards-container .homeCat-cards {
          min-height: 200px; } }
      section.homepage-category-cards-outer .home-cat-cards-container .homeCat-cards .homeCat-card-title {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        text-align: center; }
        section.homepage-category-cards-outer .home-cat-cards-container .homeCat-cards .homeCat-card-title h5 {
          margin: 0;
          padding: 10px 0;
          /*background-color: #2e9600a3;*/
          background-color: rgba(46, 150, 0, 0.75);
          color: #fff;
          font-size: 22px;
          font-weight: 600;
          text-transform: uppercase;
          width: 94%;
          float: left;
          clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0 50%, 0% 0%);
          text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); }
          @media (max-width: 900px) {
            section.homepage-category-cards-outer .home-cat-cards-container .homeCat-cards .homeCat-card-title h5 {
              font-size: 18px; } }
          @media (max-width: 375px) {
            section.homepage-category-cards-outer .home-cat-cards-container .homeCat-cards .homeCat-card-title h5 {
              font-size: 16px; } }
        section.homepage-category-cards-outer .home-cat-cards-container .homeCat-cards .homeCat-card-title span {
          float: left;
          width: 8%;
          height: 53px;
          clip-path: polygon(36% 0%, 100% 50%, 36% 100%, 0% 100%, 64% 50%, 0% 0%);
          background: rgba(46, 150, 0, 0.75);
          margin-left: -2%; }
          @media (max-width: 900px) {
            section.homepage-category-cards-outer .home-cat-cards-container .homeCat-cards .homeCat-card-title span {
              height: 47px; } }
          @media (max-width: 375px) {
            section.homepage-category-cards-outer .home-cat-cards-container .homeCat-cards .homeCat-card-title span {
              height: 44px; } }

.shopBrand {
  padding: 15px 0px; }
  .shopBrand .shopBrand-cards-outerContainer {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    flex-wrap: wrap; }
    @media (min-width: 750px) {
      .shopBrand .shopBrand-cards-outerContainer {
        justify-content: space-between;
        flex-wrap: nowrap; } }
    .shopBrand .shopBrand-cards-outerContainer a.shopBrand-cards {
      flex: 0 47.5%;
      position: relative; }
      @media (min-width: 750px) {
        .shopBrand .shopBrand-cards-outerContainer a.shopBrand-cards {
          flex: 0 19.5%; } }
      .shopBrand .shopBrand-cards-outerContainer a.shopBrand-cards .shopBrand-cards-outer, .shopBrand .shopBrand-cards-outerContainer a.shopBrand-cards .shopBrand-cards-inner {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-height: 200px;
        transition: 0.8s all; }
        @media (min-width: 750px) {
          .shopBrand .shopBrand-cards-outerContainer a.shopBrand-cards .shopBrand-cards-outer, .shopBrand .shopBrand-cards-outerContainer a.shopBrand-cards .shopBrand-cards-inner {
            min-height: 250px; } }
      .shopBrand .shopBrand-cards-outerContainer a.shopBrand-cards .shopBrand-cards-brandName {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 40%;
        transition: 0.8s all;
        /*background-color: #231c1c29;*/
        background-color: rgba(35, 28, 28, 0.16);
        padding: 5px 0; }
        .shopBrand .shopBrand-cards-outerContainer a.shopBrand-cards .shopBrand-cards-brandName img {
          width: 100px; }
      .shopBrand .shopBrand-cards-outerContainer a.shopBrand-cards:hover .shopBrand-cards-inner {
        background-image: none !important;
        transition: 0.8s all; }
      .shopBrand .shopBrand-cards-outerContainer a.shopBrand-cards:hover .shopBrand-cards-brandName {
        bottom: 3%;
        transition: 0.8s all;
        background-color: rgba(35, 28, 28, 0.5); }
  .shopBrand .shopBrand-viewAll {
    text-align: center;
    padding: 20px 0px; }
    .shopBrand .shopBrand-viewAll a {
      display: block;
      text-decoration: none;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      background-color: #e85201;
      border: 1px solid #e85201;
      width: 50%;
      margin: 0 auto;
      color: #fff;
      padding: 5px 10px;
      box-sizing: border-box;
      transition: 0.8s all; }
      .shopBrand .shopBrand-viewAll a:hover {
        color: #e85201;
        background-color: #fff;
        transition: 0.8s all; }
      @media (min-width: 750px) {
        .shopBrand .shopBrand-viewAll a {
          width: 25%;
          font-size: 24px; } }

section.homepage-reviews {
  width: 100%;
  float: left;
  margin-top: 2%; }
  section.homepage-reviews .homepage-reviews-inner {
    padding: 20px 0px; }

.homepage ul.productGrid li.product .card-body {
  text-align: center;
  background-color: #f4f4f4;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  border-left: 1px solid #d7d6d6;
  border-right: 1px solid #d7d6d6;
  border-bottom: 1px solid #d7d6d6; }
  @media (min-width: 750px) {
    .homepage ul.productGrid li.product .card-body {
      width: 96%; } }

.body {
  margin-bottom: 6rem;
  float: left;
  width: 100%; }
  .body .breadcrumbs {
    margin: 0;
    display: block;
    float: left;
    width: 100%; }

.cartPage .moreInfoElement {
  display: none; }

.page {
  max-width: none;
  width: auto; }

.page-content,
.page-content--full {
  float: left;
  width: 100%; }

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

@media (min-width: 750px) {
  .categoryDesc {
    float: left;
    width: 100%; }
    .categoryDesc + .page-content {
      width: 79%; } }

.categoryDesc p {
  margin-bottom: 0.9rem; }

@media only screen and (max-width: 990px) and (min-width: 750px) {
  .categoryDesc {
    width: 75%; }
    .categoryDesc + .page-content {
      width: 75%; } }

.categoryDesc .saleCategories .saleCat .first {
  float: left;
  width: 50%;
  padding: 3px; }
  @media (min-width: 750px) {
    .categoryDesc .saleCategories .saleCat .first {
      width: 25%; } }
  @media only screen and (max-width: 990px) and (min-width: 750px) {
    .categoryDesc .saleCategories .saleCat .first {
      width: 50%; } }

.categoryDesc .saleCategories .saleCat .last {
  float: left;
  width: 50%;
  padding: 3px; }
  @media (min-width: 750px) {
    .categoryDesc .saleCategories .saleCat .last {
      width: 25%; } }
  @media only screen and (max-width: 990px) and (min-width: 750px) {
    .categoryDesc .saleCategories .saleCat .last {
      width: 50%; } }

.categoryDesc .signatureCatDesc {
  float: right;
  padding: 0 0 2% 2%;
  width: 150px; }
  @media (min-width: 551px) {
    .categoryDesc .signatureCatDesc {
      width: 250px; } }

.page-sidebar {
  position: fixed;
  left: 100%;
  width: 80%;
  top: 0;
  padding: 10px 10px 80px;
  z-index: 9999;
  background: #fff;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }
  .page-sidebar.open {
    left: 20%; }
  .page-sidebar .cross.closeSidebar {
    width: 100%;
    text-align: right;
    display: block;
    margin: 10px 0;
    position: relative;
    height: 23px; }
    .page-sidebar .cross.closeSidebar:before, .page-sidebar .cross.closeSidebar:after {
      content: "";
      position: absolute;
      top: 10px;
      right: 0;
      background-color: #2d2d2d;
      height: 2px;
      width: 1.42857rem;
      display: block; }
    .page-sidebar .cross.closeSidebar:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .page-sidebar .cross.closeSidebar:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .page-sidebar .apply.closeSidebar {
    float: left;
    width: 100%;
    background-color: #e65001;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    margin-top: 10px;
    border-radius: 4px; }
  @media (min-width: 750px) {
    .page-sidebar {
      padding: 0 .75rem 0 0;
      float: left;
      position: relative;
      width: 21%;
      margin-top: 1.1rem;
      left: 0;
      top: 0;
      height: auto;
      transition: none;
      overflow: auto;
      z-index: auto; }
      .page-sidebar + .page-content {
        width: 79%; }
      .page-sidebar .cross.closeSidebar,
      .page-sidebar .apply.closeSidebar {
        display: none; } }
  @media only screen and (max-width: 990px) and (min-width: 750px) {
    .page-sidebar + .page-content {
      width: 75%; } }
  .page-sidebar .subCategories {
    background: #f2f2f2;
    border: 1px solid #d7d6d6;
    padding: 14px;
    margin-top: 8px; }
    .page-sidebar .subCategories h5 {
      text-transform: uppercase; }
    .page-sidebar .subCategories ul {
      margin-bottom: 0; }
    .page-sidebar .subCategories .navList-action:before {
      content: '\f105';
      font-family: 'FontAwesome';
      padding-right: 10px;
      font-weight: bold;
      vertical-align: middle;
      display: inline-block; }
    @media (min-width: 750px) {
      .page-sidebar .subCategories {
        margin-top: 0; } }
  .page-sidebar .accordion {
    margin: 0;
    border: 0; }
  .page-sidebar .accordion-block {
    background: #f2f2f2;
    border: 1px solid #d7d6d6;
    border-top: 0;
    padding: 14px 3px 14px 9px;
    margin-top: 0; }
    .page-sidebar .accordion-block .accordion-title {
      text-transform: uppercase;
      text-align: center; }
    .page-sidebar .accordion-block .button {
      background: #2e9600;
      color: #fff; }
  .page-sidebar .securityBox {
    display: none; }
    @media (min-width: 750px) {
      .page-sidebar .securityBox {
        display: block;
        border: 1px solid #d7d6d6;
        padding: 14px;
        text-align: center;
        margin-top: .7rem; }
        .page-sidebar .securityBox h5 {
          margin: 0 0 1rem;
          border-bottom: 1px solid #d7d6d6;
          padding: 0 0 1rem; }
        .page-sidebar .securityBox img {
          padding: 10px 0; } }
    .page-sidebar .securityBox a {
      text-decoration: none; }
  .page-sidebar .limittedofferBox {
    display: none; }
    @media (min-width: 750px) {
      .page-sidebar .limittedofferBox {
        display: block;
        text-align: center;
        margin-top: 0.3rem; }
        .page-sidebar .limittedofferBox img {
          padding: 10px 0; } }
    .page-sidebar .limittedofferBox a {
      text-decoration: none; }
  @media only screen and (max-width: 990px) and (min-width: 750px) {
    .page-sidebar {
      width: 25%; } }
  .page-sidebar .signatureCategory {
    border: 1px solid #d7d6d6;
    margin-top: .7rem; }

.bgOverlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
  cursor: pointer; }
  .bgOverlay.show {
    display: block; }

.vidLeftImage {
  float: left; }

.vidRightImage {
  float: right; }

.vidStyle iframe {
  max-width: 100%; }

.Guarantee {
  width: 90%; }
  @media (min-width: 750px) {
    .Guarantee {
      width: 21%; } }

.tapImages {
  font-size: 12pt;
  margin-top: 3%;
  float: left; }
  .tapImages ul {
    list-style: none;
    margin: 0; }
  .tapImages .leftImage {
    display: none; }
    @media (min-width: 750px) {
      .tapImages .leftImage {
        display: inline-block;
        float: left;
        width: 13%;
        margin-right: 1%; } }
  .tapImages .rightImage {
    display: none; }
    @media (min-width: 750px) {
      .tapImages .rightImage {
        display: inline-block;
        float: right;
        width: 13%;
        margin-left: 1%; } }
  @media (min-width: 750px) {
    .tapImages .rightText {
      float: right;
      width: 86%;
      height: 154px; } }
  .tapImages .rightText span {
    font-weight: bold; }
  @media (min-width: 750px) {
    .tapImages .leftText {
      float: left;
      width: 86%;
      height: 154px;
      text-align: right; } }
  .tapImages .leftText span {
    font-weight: bold; }

.about-perrin-rowe p {
  font-size: 1.2em; }

.about-perrin-rowe h2 {
  font-weight: bold;
  text-align: center;
  float: left;
  width: 100%;
  font-family: Karla,Arial,Helvetica,sans-serif;
  color: #4f4f4f;
  font-size: 2em;
  margin: 0 0 20px; }

.about-perrin-rowe .introduction img {
  float: left;
  max-width: 400px;
  width: 100%; }
  @media (min-width: 750px) {
    .about-perrin-rowe .introduction img {
      padding: 0px 20px 20px 0px; } }

.about-perrin-rowe .introduction .quote {
  margin: 0;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
  font-size: 1.2em;
  font-family: trajan pro; }

.about-perrin-rowe .tap-collection {
  float: left;
  width: 100%; }
  .about-perrin-rowe .tap-collection ul {
    list-style: none;
    margin: 0; }
    .about-perrin-rowe .tap-collection ul li {
      float: left;
      width: 100%;
      text-align: center;
      margin: 0 0 20px; }
      .about-perrin-rowe .tap-collection ul li:nth-child(odd) {
        clear: left; }
      @media (min-width: 750px) {
        .about-perrin-rowe .tap-collection ul li {
          width: 50%; } }
    .about-perrin-rowe .tap-collection ul span {
      float: left;
      width: 100%;
      font-size: 1.6em;
      font-weight: bold;
      padding: 10px 0;
      margin-top: 10px; }
    .about-perrin-rowe .tap-collection ul p {
      margin: 0 auto;
      padding: 20px 0;
      font-size: 1.2em;
      max-width: 100%; }
      @media (min-width: 750px) {
        .about-perrin-rowe .tap-collection ul p {
          padding: 10px 0;
          max-width: 90%; } }
    .about-perrin-rowe .tap-collection ul a {
      border: 1px solid;
      background: #3e3e3e;
      text-decoration: none;
      color: #ffffff;
      padding: 4px 10px;
      font-size: 1.4em;
      font-weight: bold; }

.about-perrin-rowe .craftsmanship {
  float: left;
  width: 100%; }
  .about-perrin-rowe .craftsmanship ul {
    list-style: none;
    margin: 0; }
    .about-perrin-rowe .craftsmanship ul li {
      float: left;
      width: 100%;
      margin-bottom: 25px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 25px; }
      .about-perrin-rowe .craftsmanship ul li:first-child {
        border-top: 1px solid #ccc;
        padding-top: 25px; }
      .about-perrin-rowe .craftsmanship ul li:nth-child(odd) .left {
        float: left;
        width: 100%; }
        @media (min-width: 750px) {
          .about-perrin-rowe .craftsmanship ul li:nth-child(odd) .left {
            width: 28%;
            margin-right: 1%; } }
        .about-perrin-rowe .craftsmanship ul li:nth-child(odd) .left img {
          display: none; }
          @media (min-width: 750px) {
            .about-perrin-rowe .craftsmanship ul li:nth-child(odd) .left img {
              float: left;
              width: 100%;
              display: block; } }
      .about-perrin-rowe .craftsmanship ul li:nth-child(odd) .right {
        float: right;
        width: 100%; }
        @media (min-width: 750px) {
          .about-perrin-rowe .craftsmanship ul li:nth-child(odd) .right {
            width: 71%; } }
      .about-perrin-rowe .craftsmanship ul li:nth-child(even) .left {
        float: left;
        width: 100%; }
        @media (min-width: 750px) {
          .about-perrin-rowe .craftsmanship ul li:nth-child(even) .left {
            width: 71%; } }
      .about-perrin-rowe .craftsmanship ul li:nth-child(even) .right {
        float: right;
        width: 100%; }
        @media (min-width: 750px) {
          .about-perrin-rowe .craftsmanship ul li:nth-child(even) .right {
            width: 28%;
            margin-left: 1%; } }
        .about-perrin-rowe .craftsmanship ul li:nth-child(even) .right img {
          display: none; }
          @media (min-width: 750px) {
            .about-perrin-rowe .craftsmanship ul li:nth-child(even) .right img {
              float: left;
              width: 100%;
              display: block; } }
      .about-perrin-rowe .craftsmanship ul li span {
        font-size: 1.6em;
        font-weight: bold; }

.about-perrin-rowe .finishes {
  float: left;
  width: 100%; }
  .about-perrin-rowe .finishes span {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 1.6em;
    font-weight: bold; }
  .about-perrin-rowe .finishes .standard-row {
    float: left;
    width: 100%;
    text-align: center; }
    .about-perrin-rowe .finishes .standard-row img {
      padding: 10px;
      float: left;
      width: 50%; }
      @media (min-width: 750px) {
        .about-perrin-rowe .finishes .standard-row img {
          width: auto;
          float: none; } }
  .about-perrin-rowe .finishes .standard-descriptions {
    float: left;
    width: 100%; }
  .about-perrin-rowe .finishes .special-row {
    float: left;
    width: 100%;
    text-align: center; }
    .about-perrin-rowe .finishes .special-row img {
      padding: 10px;
      float: left;
      width: 50%; }
      @media (min-width: 750px) {
        .about-perrin-rowe .finishes .special-row img {
          width: auto;
          float: none; } }
  .about-perrin-rowe .finishes ul li {
    font-size: 1.2em;
    margin: 10px 0; }

.about-perrin-rowe .where-fit-in {
  float: left;
  width: 100%; }

.about-perrin-rowe .image-gallery {
  float: left;
  width: 100%; }

.withSub {
  float: left;
  width: 100%; }
  .withSub .subCategories {
    float: left;
    width: 100%; }
    .withSub .subCategories ul {
      float: left;
      width: 100%;
      margin: 0;
      list-style: none; }
      .withSub .subCategories ul li {
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 10px; }
        @media (min-width: 750px) {
          .withSub .subCategories ul li {
            width: 32.66%; }
            .withSub .subCategories ul li:nth-child(3n-1) {
              margin: 0 1%; } }
        .withSub .subCategories ul li img {
          min-height: 250px;
          max-height: 250px;
          float: left;
          width: 100%;
          border: 1px solid #d7d6d6; }
        .withSub .subCategories ul li a {
          display: block; }
        .withSub .subCategories ul li .name {
          position: absolute;
          bottom: 0;
          left: 0;
          background: rgba(32, 86, 137, 0.65);
          width: 100%;
          padding: 10px;
          color: #fff; }
    .withSub .subCategories.worktops ul li img {
      min-height: auto;
      max-height: none; }

/* EXIT INTENT */
.black-friday-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 750px;
  margin: 20px auto; }

.black-friday-popup .mfp-close {
  color: #fff;
  opacity: 1;
  right: 10px;
  top: 10px; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* END EXIT INTENT */
#pandrfinishes ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0; }

#pandrfinishes .pandrabout li {
  float: left;
  width: 100%;
  text-align: center; }
  @media (min-width: 750px) {
    #pandrfinishes .pandrabout li {
      width: 33.33%; } }

#pandrfinishes .chromefinish li {
  width: 100%;
  float: left;
  text-align: center; }
  @media (min-width: 750px) {
    #pandrfinishes .chromefinish li {
      width: 20%; } }

#pandrfinishes .nickelfinish li {
  width: 100%;
  float: left;
  text-align: center; }
  @media (min-width: 750px) {
    #pandrfinishes .nickelfinish li {
      width: 20%; } }

#pandrfinishes .pewterfinish li {
  width: 100%;
  float: left;
  text-align: center; }
  @media (min-width: 750px) {
    #pandrfinishes .pewterfinish li {
      width: 20%; } }

#pandrfinishes .goldfinish li {
  width: 100%;
  float: left;
  text-align: center; }
  @media (min-width: 750px) {
    #pandrfinishes .goldfinish li {
      width: 20%; } }

#pandrfinishes .englishbronzefinish li {
  width: 100%;
  float: left;
  text-align: center; }
  @media (min-width: 750px) {
    #pandrfinishes .englishbronzefinish li {
      width: 33.33%; } }

#pandrfinishes .polishedbrassfinish li {
  width: 100%;
  float: left;
  text-align: center; }
  @media (min-width: 750px) {
    #pandrfinishes .polishedbrassfinish li {
      width: 33.33%; } }

#pandrfinishes .satinbrassfinish li {
  width: 100%;
  float: left;
  text-align: center; }
  @media (min-width: 750px) {
    #pandrfinishes .satinbrassfinish li {
      width: 33.33%; } }

#pandrfinishes .agedbrassfinish li {
  width: 100%;
  float: left;
  text-align: center; }
  @media (min-width: 750px) {
    #pandrfinishes .agedbrassfinish li {
      width: 33.33%; } }

.page-content .delivery-info {
  display: flex;
  flex-direction: row;
  align-items: center; }

.page-content .deliveryMap {
  flex: 1;
  padding-right: 20px; }

.page-content .deliveryTables {
  flex: 1; }

@media (max-width: 767px) {
  .page-content .delivery-info {
    flex-direction: column; }
  .page-content .deliveryMap {
    padding-right: 0;
    padding-bottom: 20px; } }

.page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters {
  display: block;
  padding: 10px 0px; }
  @media (min-width: 750px) {
    .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters {
      display: flex;
      justify-content: flex-start;
      column-gap: 3%;
      flex-wrap: nowrap;
      align-items: center;
      margin: 10px 0px;
      padding: 0px; } }
  .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters .prodPage-filtersTitle, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPage-filtersTitle, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters .prodPage-filtersTitle {
    flex: 0 20%;
    text-align: center;
    padding-bottom: 10px; }
    @media (min-width: 750px) {
      .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters .prodPage-filtersTitle, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPage-filtersTitle, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters .prodPage-filtersTitle {
        text-align: left;
        padding-bottom: 0px; } }
    .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters .prodPage-filtersTitle h5, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPage-filtersTitle h5, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters .prodPage-filtersTitle h5 {
      margin: 0;
      font-size: 1.5em;
      line-height: 1.2;
      color: #000;
      font-weight: 600; }
      @media (min-width: 551px) {
        .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters .prodPage-filtersTitle h5, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPage-filtersTitle h5, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters .prodPage-filtersTitle h5 {
          font-size: 1.75em; } }
  .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer {
    flex: 0 68%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1%; }
    @media (min-width: 750px) {
      .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer {
        flex: 0 75%; } }
    .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer .prodPageF-Filter, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer .prodPageF-Filter, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer .prodPageF-Filter {
      flex: 0 25%;
      text-align: center;
      background-color: #2e9600;
      margin: 5px 0px; }
      @media (min-width: 551px) {
        .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer .prodPageF-Filter, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer .prodPageF-Filter, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer .prodPageF-Filter {
          flex: 0 15%; } }
      .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer .prodPageF-Filter a, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer .prodPageF-Filter a, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer .prodPageF-Filter a {
        text-decoration: none;
        font-size: 1.25em;
        color: #fff;
        display: block;
        box-sizing: border-box;
        padding: 2px 5px; }
        @media (min-width: 551px) {
          .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer .prodPageF-Filter a, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer .prodPageF-Filter a, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters .prodPageShirt-Filter-outer .prodPageF-Filter a {
            font-size: 1.5em; } }
  .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer {
    flex: 0 75%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1%; }
    .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer .prodPageF-Filter, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer .prodPageF-Filter, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer .prodPageF-Filter {
      flex: 0 25%;
      text-align: center;
      background-color: #595959;
      margin: 5px 0px; }
      @media (min-width: 551px) {
        .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer .prodPageF-Filter, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer .prodPageF-Filter, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer .prodPageF-Filter {
          flex: 0 13%; } }
      .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer .prodPageF-Filter a, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer .prodPageF-Filter a, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer .prodPageF-Filter a {
        text-decoration: none;
        font-size: 1.25em;
        color: #fff;
        display: block;
        box-sizing: border-box;
        padding: 2px 5px; }
        @media (min-width: 551px) {
          .page-content .prod-pageFilter .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer .prodPageF-Filter a, .page-content .prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer .prodPageF-Filter a, .page-content .prod-pageFilter-clothing .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer .prodPageF-Filter a {
            font-size: 1.5em; } }

.prod-pageFilter-shoes .prod-pageFilter-inner .prodPage-filters .prodPageShoe-Filter-outer .prodPageF-Filter a {
  background-color: #2e9600; }

.footer {
  background-color: white;
  border-top: 5px solid #2e9600;
  padding: 3rem 0;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 50px; }
  .footer .scrollTop {
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    text-align: center;
    background: #2e9600;
    color: #fff;
    width: 110px;
    font-size: .8em;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 4px 4px 0 0; }
    .footer .scrollTop .fa {
      width: 100%;
      padding-top: 5px; }
  .footer .securityInfo {
    text-align: center;
    border-top: 1px solid #d7d6d6;
    margin-top: 56px; }
    @media (min-width: 750px) {
      .footer .securityInfo {
        margin-top: 0; } }
    .footer .securityInfo .cards img {
      margin: 0 auto;
      display: block;
      border: 1px solid #d7d6d6;
      border-bottom: 0;
      background: #fff;
      margin-top: -56px;
      padding: 12px; }
    .footer .securityInfo .guaranteed {
      font-size: .95em;
      float: left;
      width: 100%;
      padding-bottom: 6px; }
      .footer .securityInfo .guaranteed .fa {
        padding-right: 5px; }
    .footer .securityInfo .companyDetails {
      background: #ececec;
      border-top: 1px solid #d7d6d6;
      border-bottom: 1px solid #d7d6d6;
      width: 100%;
      float: left;
      font-size: .85em;
      padding: 15px 0; }
      .footer .securityInfo .companyDetails .details {
        display: block; }
    .footer .securityInfo .partOf {
      float: left;
      width: 100%;
      padding: 5px 0;
      font-size: .85em; }

.footer-info {
  max-width: none;
  width: auto;
  font-size: 0; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #505050;
  display: inline-block;
  float: none;
  font-size: .9rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top;
  overflow: hidden; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 22%; } }
  @media (min-width: 750px) {
    .footer-info-col.newsletterSubscription {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }
  .footer-info-col address {
    font-style: normal; }
  .footer-info-col .form-input {
    border-radius: 0; }
  .footer-info-col .button {
    background: #e65001;
    border: 0;
    font-weight: bold; }
  .footer-info-col p {
    color: #505050; }
  .footer-info-col.newsletterSubscription .byClick {
    margin-top: 10px;
    display: block;
    font-size: .8rem; }

@media (min-width: 750px) {
  .footer-info-col--small {
    /*width: width("2/12");*/
    width: 22%; } }

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

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

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

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

.footer-info-heading {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #505050; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #505050;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #4f4f4f; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #505050;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #505050;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #4f4f4f; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 750px) {
    .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: #4f4f4f; }

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

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

.hideFooter .footer {
  display: none; }
  @media (min-width: 750px) {
    .hideFooter .footer {
      display: block; } }

.consentmanagertest {
  position: fixed;
  bottom: 35% !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 100%;
  max-width: 90%;
  background-color: #fff !important;
  color: #000 !important;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  z-index: 1010 !important;
  box-shadow: -1px 1px 0px 100vmax rgba(0, 0, 0, 0.6); }
  @media (min-width: 750px) {
    .consentmanagertest {
      max-width: 90%;
      bottom: 45% !important;
      width: fit-content;
      padding: 1.5rem 2rem; } }
  .consentmanagertest p,
  .consentmanagertest span,
  .consentmanagertest a {
    color: #000 !important;
    text-align: justify; }
    .consentmanagertest p a,
    .consentmanagertest span a,
    .consentmanagertest a a {
      text-decoration: underline; }
      .consentmanagertest p a:hover,
      .consentmanagertest span a:hover,
      .consentmanagertest a a:hover {
        opacity: 0.85; }
  .consentmanagertest button {
    background-color: transparent;
    border: 1px solid #000;
    color: #000 !important;
    padding: 0.5rem 1rem;
    margin-left: 0.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px !important; }
    @media (min-width: 750px) {
      .consentmanagertest button {
        font-size: 18px !important; } }
    .consentmanagertest button:hover {
      background-color: rgba(255, 255, 255, 0.15); }
  .consentmanagertest .new-class {
    color: #fff !important;
    background-color: #23a62a !important; }
  .consentmanagertest .css-10z1g2q {
    margin-top: 0 !important;
    background-color: #fff !important; }
  .consentmanagertest .css-1wn42nw {
    position: relative;
    left: 0%;
    width: 100%;
    justify-content: center;
    gap: 10px; }
  .consentmanagertest .css-bhz559 span a {
    color: #205689 !important; }

#consent-manager.hidden-banner {
  display: none;
  box-shadow: none;
  pointer-events: none; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  position: relative;
  width: 100%;
  padding: 0 10px; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 750px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #2f9703;
    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: #505050;
  text-align: center; }

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

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

.blog-thumbnail {
  margin: 0 0 2rem; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 750px) {
    .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: 90%; } }
  @media (min-width: 750px) {
    .blog-post-body {
      width: 100%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 100%; } }

main.page.newBlog-list {
  padding: 20px 0px; }
  main.page.newBlog-list h1.page-heading {
    margin-bottom: 2rem;
    color: #2f9703;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5; }
  main.page.newBlog-list article.blog .blog-post-body header.blog-header h2.blog-title a {
    color: #2f9703;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px; }

article.blog.newBlog-post .blog-post-body header.blog-header h2.blog-title a {
  color: #2f9703;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px; }
  @media (min-width: 551px) {
    article.blog.newBlog-post .blog-post-body header.blog-header h2.blog-title a {
      font-size: 30px; } }

article.blog.newBlog-post .blog-post-body .blog-post p strong {
  color: #2f9703; }

article.blog.newBlog-post {
  padding: 20px 0 15px; }
  @media (min-width: 750px) {
    article.blog.newBlog-post {
      padding: 30px 0; } }

#clssection, #clssection-btm {
  display: none;
  padding: 10px 0px; }
  #clssection .clr-main-banner, #clssection-btm .clr-main-banner {
    padding-bottom: 10px;
    transition: 0.8s all; }
    #clssection .clr-main-banner:hover, #clssection-btm .clr-main-banner:hover {
      transition: 0.8s all;
      opacity: 0.8; }
  #clssection .clr-sub-banners, #clssection-btm .clr-sub-banners {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    flex-wrap: wrap; }
    @media (min-width: 750px) {
      #clssection .clr-sub-banners, #clssection-btm .clr-sub-banners {
        justify-content: space-between; } }
    #clssection .clr-sub-banners .clr-sb, #clssection-btm .clr-sub-banners .clr-sb {
      flex: 0 48%;
      transition: 0.8s all;
      border: 1px solid #A9A9A9; }
      @media (min-width: 750px) {
        #clssection .clr-sub-banners .clr-sb, #clssection-btm .clr-sub-banners .clr-sb {
          flex: 0 23.5%; } }
      #clssection .clr-sub-banners .clr-sb:hover, #clssection-btm .clr-sub-banners .clr-sb:hover {
        transition: 0.8s all;
        opacity: 0.8; }

#popup-container--d {
  display: none;
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  left: 0;
  z-index: 99;
  transition: opacity 0.5s ease;
  opacity: 0; }
  @media (min-width: 750px) {
    #popup-container--d {
      display: block; } }

#popup-container--d.show {
  opacity: 1; }

#popup-container--m {
  display: block;
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  left: 0;
  z-index: 99;
  transition: opacity 0.5s ease;
  opacity: 0; }
  @media (min-width: 750px) {
    #popup-container--m {
      display: none; } }

#popup-container--m.show {
  opacity: 1; }

.blogBanner.banner--desktop {
  display: none; }
  @media (min-width: 750px) {
    .blogBanner.banner--desktop {
      display: block; } }

.blogBanner.banner--mobile {
  display: block; }
  @media (min-width: 750px) {
    .blogBanner.banner--mobile {
      display: none; } }

.blog-post .cardcontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .blog-post .cardcontainer .cont-cards {
    flex: 0 50%;
    margin-bottom: 20px;
    text-align: center; }
    @media (min-width: 750px) {
      .blog-post .cardcontainer .cont-cards {
        flex-basis: calc(33.33% - 10px); } }
    .blog-post .cardcontainer .cont-cards figure {
      margin: 0; }
    .blog-post .cardcontainer .cont-cards img {
      max-width: 100%;
      height: auto; }

.blog-post figure.left-right-imgtxt .left-img {
  float: left;
  width: 100%;
  padding-bottom: 8px;
  padding-right: 0px;
  text-align: center; }
  @media (min-width: 750px) {
    .blog-post figure.left-right-imgtxt .left-img {
      width: 40%;
      padding-right: 10px;
      padding-bottom: 0px; } }

.blog-post figure.left-right-imgtxt .right-txt {
  float: left;
  width: 100%;
  padding-top: 8px;
  padding-left: 0px; }
  @media (min-width: 750px) {
    .blog-post figure.left-right-imgtxt .right-txt {
      width: 60%;
      padding-left: 10px;
      padding-top: 0px; } }

.blog-post figure.right-left-imgtxt .left-txt {
  float: left;
  width: 100%;
  padding-bottom: 8px;
  padding-right: 0px; }
  @media (min-width: 750px) {
    .blog-post figure.right-left-imgtxt .left-txt {
      width: 60%;
      padding-right: 10px;
      padding-bottom: 0px; } }

.blog-post figure.right-left-imgtxt .right-img {
  float: left;
  width: 100%;
  padding-top: 8px;
  padding-left: 0px; }
  @media (min-width: 750px) {
    .blog-post figure.right-left-imgtxt .right-img {
      width: 40%;
      padding-top: 0px;
      padding-left: 10px; } }

.blog-post .wp-block-cover.aligncenter.has-background-dim.has-parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #0000005e; }
  .blog-post .wp-block-cover.aligncenter.has-background-dim.has-parallax h2.blog-title {
    padding: 50px 10px;
    color: #fff; }

.blog-post .wp-block-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #0000005e; }
  .blog-post .wp-block-cover h2.blog-title {
    padding: 50px 10px;
    color: #fff; }

.blog-post .wp-block-image.center {
  text-align: center;
  width: 75%;
  margin: 0 auto; }
  @media (min-width: 750px) {
    .blog-post .wp-block-image.center {
      width: 50%; } }

.blog-post figure.embedded-video {
  text-align: center; }
  @media (max-width: 750px) {
    .blog-post figure.embedded-video iframe {
      width: 100%; } }

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

.sidebarBlock .inlineList--labels {
  margin: 10px 0; }
  .sidebarBlock .inlineList--labels li {
    margin-left: 0; }

.sidebarBlock .bestsellerimage {
  display: none;
  width: 20px;
  padding-left: 2px; }

.sidebarBlock-heading {
  margin: 0;
  text-transform: inherit; }

.navList-item a.navList-action--checkbox i.fa-solid.fa-star {
  color: #ffcc10;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 10px; }

.navList-item a.navList-action--checkbox span.mp {
  margin: 0;
  font-size: 12px; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin: 0 1% 10px 0;
    float: left;
    text-align: center;
    height: 200px;
    border: 1px solid #ccc;
    display: table;
    width: 49%; }
    .brandGrid .brand .card-title {
      display: none; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 32.33333%; }
        .brandGrid .brand:nth-child(3n) {
          margin-right: 0; } }
    @media (min-width: 750px) {
      .brandGrid .brand {
        width: 19.2%; }
        .brandGrid .brand:nth-child(3n) {
          margin-right: 1%; }
        .brandGrid .brand:nth-child(5n) {
          margin-right: 0; } }
    .brandGrid .brand a {
      text-decoration: none;
      display: table-cell;
      vertical-align: middle; }
    .brandGrid .brand .card-image {
      text-align: center;
      display: table-cell;
      margin: 0 auto;
      vertical-align: middle; }
    .brandGrid .brand .card-title {
      text-align: center; }

.page-content.brandPage .banners {
  background: #fff;
  color: #4f4f4f;
  text-align: left;
  padding: 0 0 10px; }
  .page-content.brandPage .banners .frankeBrandFirst {
    float: left;
    margin-right: 5px; }
  .page-content.brandPage .banners .frankeBrandLast {
    float: left; }

.page-content.brandPage .banner div {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0; }

.page-content.brandPage.bottom p {
  max-width: 100%;
  margin-bottom: 1.5rem; }

.show-boxes .category-boxes {
  width: 100%;
  float: left;
  margin: 0;
  list-style: none; }
  .show-boxes .category-boxes li {
    width: 100%;
    float: left;
    border: 1px solid #bebebe;
    margin-right: 1%;
    margin-bottom: 1%;
    position: relative; }
    @media (min-width: 750px) {
      .show-boxes .category-boxes li {
        width: 48.75%; } }
    .show-boxes .category-boxes li h2 {
      position: absolute;
      left: 0;
      padding: 2% 4%;
      background: #4a4a4a;
      color: #fff;
      width: 100%;
      text-align: center;
      opacity: 0.9; }
    .show-boxes .category-boxes li img {
      width: 100%;
      float: left;
      max-width: 100%;
      padding-right: 0px; }
    .show-boxes .category-boxes li a {
      color: #ffffff; }

.categoryHeading {
  position: relative;
  text-align: center;
  padding-bottom: 15px; }
  .categoryHeading .border {
    background: #2e9600;
    height: 1px;
    width: 100%;
    float: left;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0; }
  .categoryHeading .page-heading {
    margin: 0 auto;
    display: inline-block;
    background: #fff;
    width: auto;
    position: relative;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 1.75em; }

.productGrid {
  margin: 0;
  font-size: 0;
  text-align: center; }
  .productGrid .product {
    float: none;
    width: 48%;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin: 0 4% 10px 0; }
    @media (min-width: 750px) {
      .productGrid .product {
        margin: 0 2px 10px 2px;
        overflow: visible; } }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 32%;
        margin: 0 2px 10px 2px; } }
    .productGrid .product .card {
      margin: 1.5rem 0;
      position: relative; }
      .productGrid .product .card.optimize .card-figure {
        min-height: 230px; }
        @media (min-width: 750px) {
          .productGrid .product .card.optimize .card-figure {
            min-height: 300px; } }
        .productGrid .product .card.optimize .card-figure .card-image {
          max-height: 220px; }
          @media (min-width: 750px) {
            .productGrid .product .card.optimize .card-figure .card-image {
              max-height: 300px; } }
        .productGrid .product .card.optimize .card-figure .pairPricing {
          height: auto;
          background: #d61212;
          color: #fff;
          font-weight: bold;
          width: 100%;
          text-align: center;
          display: table;
          position: absolute;
          right: -49px;
          font-size: .7em;
          top: -8px;
          -ms-transform: rotate(40deg);
          transform: rotate(40deg);
          -webkit-transform: rotate(40deg);
          letter-spacing: -1px; }
          @media (min-width: 750px) {
            .productGrid .product .card.optimize .card-figure .pairPricing {
              height: 80px;
              width: 80px;
              border-radius: 10px;
              right: 10px;
              bottom: 40px;
              top: auto;
              font-size: small;
              -ms-transform: rotate(0deg);
              /* IE 9 */
              -webkit-transform: rotate(0deg);
              /* Chrome, Safari, Opera */
              transform: rotate(0deg);
              letter-spacing: 0; } }
          .productGrid .product .card.optimize .card-figure .pairPricing .pairPrice {
            vertical-align: middle;
            display: table-cell;
            line-height: 29px; }
            @media (min-width: 750px) {
              .productGrid .product .card.optimize .card-figure .pairPricing .pairPrice {
                line-height: 17px; } }
            .productGrid .product .card.optimize .card-figure .pairPricing .pairPrice .price {
              font-size: 1.5em;
              display: inline-block; }
              @media (min-width: 750px) {
                .productGrid .product .card.optimize .card-figure .pairPricing .pairPrice .price {
                  display: block; } }
            .productGrid .product .card.optimize .card-figure .pairPricing .pairPrice .small {
              font-size: .8em;
              vertical-align: middle; }
            .productGrid .product .card.optimize .card-figure .pairPricing .pairPrice .large {
              font-size: 2em;
              vertical-align: middle;
              display: inline-block;
              margin-bottom: 0; }
              @media (min-width: 750px) {
                .productGrid .product .card.optimize .card-figure .pairPricing .pairPrice .large {
                  display: block;
                  margin-bottom: 3px;
                  font-size: 2.2em; } }
      .productGrid .product .card .card-figure {
        min-height: 300px;
        border: 1px solid #d7d6d6; }
        .productGrid .product .card .card-figure .new-sticker {
          position: absolute;
          bottom: 40px;
          left: 0; }
        .productGrid .product .card .card-figure .brandname-image {
          position: absolute;
          max-width: 80px;
          left: 10px;
          bottom: 5px;
          background: rgba(255, 255, 255, 0.6); }
          .productGrid .product .card .card-figure .brandname-image img.brand-card-img {
            max-height: 35px; }
        .productGrid .product .card .card-figure .cust-fit-sticker {
          position: absolute;
          bottom: 40px;
          right: 0px; }
          @media (min-width: 750px) {
            .productGrid .product .card .card-figure .cust-fit-sticker {
              bottom: 10px; } }
        .productGrid .product .card .card-figure .card-image {
          max-height: 300px; }
        .productGrid .product .card .card-figure .pairPricing {
          background: #d61212;
          color: #fff;
          font-weight: 700;
          width: 80px;
          height: 80px;
          border-radius: 10px;
          text-align: center;
          display: table;
          position: absolute;
          right: 10px;
          bottom: 40px; }
          .productGrid .product .card .card-figure .pairPricing .pairPrice {
            vertical-align: middle;
            display: table-cell;
            line-height: 17px; }
            .productGrid .product .card .card-figure .pairPricing .pairPrice .price {
              font-size: 1.5em;
              display: block; }
            .productGrid .product .card .card-figure .pairPricing .pairPrice .small {
              font-size: .8em;
              vertical-align: middle; }
            .productGrid .product .card .card-figure .pairPricing .pairPrice .large {
              vertical-align: middle;
              display: block;
              margin-bottom: 3px;
              font-size: 2.2em; }
        .productGrid .product .card .card-figure .saleSticker.salebanner {
          line-height: 100px;
          padding-top: 0px; }
          .productGrid .product .card .card-figure .saleSticker.salebanner span {
            font-size: 1.7em; }
        .productGrid .product .card .card-figure .saleSticker {
          position: absolute;
          width: 100px;
          height: 100px;
          line-height: 44px;
          background: url("https://www.sinks.co.uk/product_images/uploaded_images/sale-star.png") center center no-repeat transparent;
          background-size: 100%;
          right: 5px;
          bottom: 218px;
          text-align: center;
          display: none;
          padding-top: 27px;
          color: white;
          font-weight: bold;
          z-index: 19;
          text-transform: uppercase; }
          .productGrid .product .card .card-figure .saleSticker span {
            font-size: 1.5em; }
          .productGrid .product .card .card-figure .saleSticker small {
            font-size: 1.5em;
            display: block; }
        .productGrid .product .card .card-figure .Saving_Text.category {
          position: absolute; }
          .productGrid .product .card .card-figure .Saving_Text.category .Saving_Text_value p {
            font-size: 1.2rem;
            color: #fff;
            background-color: #db0a08;
            font-weight: 600;
            margin: 0;
            padding: 5px 0px; }
        .productGrid .product .card .card-figure .b2sticker {
          position: absolute;
          top: 0;
          left: 0;
          width: 60px; }
          @media (min-width: 750px) {
            .productGrid .product .card .card-figure .b2sticker {
              width: 90px; } }
        .productGrid .product .card .card-figure .blf-sticker {
          position: absolute;
          top: 0;
          right: 0;
          width: 60px;
          display: none; }
          @media (min-width: 750px) {
            .productGrid .product .card .card-figure .blf-sticker {
              width: 90px; } }
          .productGrid .product .card .card-figure .blf-sticker.true {
            display: block; }
          .productGrid .product .card .card-figure .blf-sticker.Packs.of.Golf.Balls {
            display: none; }
      .productGrid .product .card .card-body .card-text {
        color: #505050; }
      .productGrid .product .card .card-body .price-section {
        min-height: 40px; }
      .productGrid .product .card .card-body .availableIn {
        float: left;
        width: 100%;
        position: relative;
        border-top: 1px solid #d7d6d6;
        background: #fbfbfb;
        padding-top: 4px; }
        .productGrid .product .card .card-body .availableIn .avaArrow {
          position: absolute;
          bottom: 30px;
          font-size: 1.5em;
          color: #2e9600;
          cursor: pointer; }
          .productGrid .product .card .card-body .availableIn .avaArrow.left {
            left: 0; }
          .productGrid .product .card .card-body .availableIn .avaArrow.right {
            right: 0; }
          .productGrid .product .card .card-body .availableIn .avaArrow.hide {
            opacity: .4; }
        .productGrid .product .card .card-body .availableIn .colours {
          display: none; }
        .productGrid .product .card .card-body .availableIn .slider {
          position: relative;
          margin: 0 5%;
          width: 90%;
          float: left; }
          .productGrid .product .card .card-body .availableIn .slider .coloursList {
            float: left;
            width: 100%;
            margin: 10px 0;
            position: relative; }
            .productGrid .product .card .card-body .availableIn .slider .coloursList .colour {
              height: 20px;
              line-height: 20px;
              width: 20px;
              display: inline-block;
              text-align: center;
              border: 1px solid #ccc;
              margin-right: 5px;
              text-decoration: none;
              text-indent: -999999px;
              position: relative; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour:hover:before {
                content: attr(title);
                display: block;
                color: #4f4f4f;
                background: #fff;
                text-indent: 0;
                position: absolute;
                bottom: -15px;
                left: -16px;
                width: 50px;
                line-height: normal;
                font-size: .7em;
                font-weight: bold; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.black {
                background: #000; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.red {
                background: #fe0000; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.cream {
                background: #efd591; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.white {
                background: #fff; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.blue {
                background: #2b37fb; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.brown {
                background: #9c3d05; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.grey {
                background: #b5b5b5; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.purple {
                background: #8f00fb; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.green {
                background: #62cb29; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.glass {
                background: #f5f5f5; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.wood {
                background: #b77b4d; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.silver {
                background: #b5b5b5; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.yellow {
                background: #fdeb31; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.orange {
                background: #fd620e; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.espresso {
                background: #4b5262; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.natural {
                background: #aa9b91; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.rustic {
                background: #ab8561; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.zebrano {
                background: #ab7723; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.oak {
                background: #dfbc6a; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.walnut {
                background: #711a10; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.wenge {
                background: #b5561e; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.beech {
                background: #d19642; }
              .productGrid .product .card .card-body .availableIn .slider .coloursList .colour.active {
                border: 2px solid #000; }
      .productGrid .product .card .percentageDiscount {
        display: none; }
      .productGrid .product .card .availableIn {
        display: none; }
      .productGrid .product .card .newIcon {
        position: absolute;
        left: 5px;
        max-width: 30%;
        top: -16px;
        text-align: center;
        display: table; }
        .productGrid .product .card .newIcon.bestSellingBrandLabel {
          max-width: 45%;
          left: -4px; }
          @media (max-width: 550px) {
            .productGrid .product .card .newIcon.bestSellingBrandLabel {
              max-width: 45%;
              left: -4px; } }
          @media (min-width: 551px) and (max-width: 900px) {
            .productGrid .product .card .newIcon.bestSellingBrandLabel {
              max-width: 55%; } }
          @media (min-width: 901px) and (max-width: 1260px) {
            .productGrid .product .card .newIcon.bestSellingBrandLabel {
              max-width: 45%; } }
          @media (min-width: 1261px) {
            .productGrid .product .card .newIcon.bestSellingBrandLabel {
              left: -2px;
              top: -10px; } }
        @media (min-width: 1261px) {
          .productGrid .product .card .newIcon.bestSeller {
            top: -17px; } }
      .productGrid .product .card .blackFridayExclusive {
        position: absolute;
        right: 5px;
        max-width: 50%;
        top: -16px;
        text-align: center;
        display: none; }
        @media (min-width: 750px) {
          .productGrid .product .card .blackFridayExclusive {
            max-width: 35%; } }
      .productGrid .product .card .signatureIcon {
        position: absolute;
        right: 8px;
        bottom: -16px;
        text-align: center;
        max-width: 143px; }
      .productGrid .product .card .decemberDeal {
        position: absolute;
        bottom: 0px; }
      .productGrid .product .card .brandCard.zero {
        position: absolute;
        right: 12px;
        bottom: 18px;
        padding: 10px;
        border-radius: 5px;
        float: left; }
        .productGrid .product .card .brandCard.zero img {
          position: absolute;
          max-width: 135px;
          right: 0px;
          text-align: center;
          background: rgba(255, 255, 255, 0.7);
          padding: 5px;
          border-radius: 10px; }
      .productGrid .product .card .brandCard.one {
        position: absolute;
        right: 12px;
        bottom: 35px;
        padding: 10px;
        border-radius: 5px;
        float: left; }
        .productGrid .product .card .brandCard.one img {
          position: absolute;
          max-width: 95px;
          right: 0px;
          text-align: center;
          background: rgba(255, 255, 255, 0.7);
          padding: 5px;
          border-radius: 10px; }
      .productGrid .product .card .brandCard.two {
        position: absolute;
        right: 12px;
        bottom: 20px;
        padding: 10px;
        border-radius: 5px;
        float: left; }
        .productGrid .product .card .brandCard.two img {
          position: absolute;
          max-width: 100px;
          right: 0px;
          text-align: center;
          background: rgba(255, 255, 255, 0.7);
          padding: 5px;
          border-radius: 10px; }
      .productGrid .product .card .brandCard.three {
        position: absolute;
        right: 12px;
        bottom: 60px;
        padding: 10px;
        border-radius: 5px;
        float: left; }
        .productGrid .product .card .brandCard.three img {
          position: absolute;
          max-width: 80px;
          right: 0px;
          text-align: center;
          background: rgba(255, 255, 255, 0.7);
          padding: 5px;
          border-radius: 10px; }
      .productGrid .product .card .brandCard.four {
        position: absolute;
        right: 12px;
        bottom: 15px;
        padding: 10px;
        border-radius: 5px;
        float: left; }
        .productGrid .product .card .brandCard.four img {
          position: absolute;
          max-width: 80px;
          right: 0px;
          text-align: center;
          background: rgba(255, 255, 255, 0.7);
          padding: 5px;
          border-radius: 10px; }
      .productGrid .product .card .brandCard.five {
        position: absolute;
        right: 12px;
        bottom: 12px;
        padding: 10px;
        border-radius: 5px;
        float: left; }
        .productGrid .product .card .brandCard.five img {
          position: absolute;
          max-width: 120px;
          right: 0px;
          text-align: center;
          background: rgba(255, 255, 255, 0.7);
          padding: 5px;
          border-radius: 10px; }
      .productGrid .product .card .brandCard.austenCard {
        bottom: 26px; }
        .productGrid .product .card .brandCard.austenCard img {
          max-width: 115px; }
    .productGrid .product .qtyPill {
      background: #d61212;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      height: 30px;
      width: 30px;
      line-height: 30px;
      display: block;
      position: absolute;
      right: 10px;
      font-weight: bold;
      z-index: 9; }
    .productGrid .product .finishesAvailable,
    .productGrid .product .inStockDate {
      float: left;
      width: 100%;
      text-align: center;
      background: #f5f4f4;
      border-top: 1px solid #d7d6d6;
      font-size: .9em;
      padding: 2px 0;
      margin-top: 5px;
      font-weight: bold; }
    .productGrid .product .finishesAvailable {
      display: none; }
    .productGrid .product:hover .card-title a {
      color: #a5a5a5; }
    .productGrid .product .buttons {
      width: 80%;
      margin: 0 10% 10px;
      padding: 0 15px 0;
      float: left; }
      .productGrid .product .buttons .button--small.quickview {
        background: #205689;
        border-radius: 0;
        color: #fff;
        font-weight: bold;
        width: 64.5%;
        margin: 0;
        margin-right: .5%;
        float: left;
        padding: 15px 0;
        border-radius: 4px 0 0 4px; }
      .productGrid .product .buttons .minus {
        background: #133250;
        color: #fff;
        font-size: 2em;
        border-radius: 0;
        width: 35%;
        margin: 0;
        float: right;
        padding: 15px 0;
        border-radius: 0 4px 4px 0; }
      .productGrid .product .buttons .moreInfo {
        padding: 10px 0 0 0;
        float: left;
        width: 100%; }
  .productGrid .categoryHighlight {
    border: 3px solid #e31902;
    position: relative; }
    .productGrid .categoryHighlight span.poundSaving {
      display: block;
      background: #e31902;
      text-align: center;
      color: #FFF;
      position: absolute;
      right: 12px;
      top: 0;
      padding: 0 4px;
      font-weight: bold; }
  .productGrid .austenCo {
    border: 3px solid #D7D6D6; }

.homepage .productGrid .product {
  width: 48%; }
  @media (min-width: 750px) {
    .homepage .productGrid .product {
      width: 24%; } }
  @media (min-width: 752px) and (max-width: 1000px) {
    .homepage .productGrid .product {
      width: 32%; } }
  .homepage .productGrid .product .card-body .availableIn {
    display: none; }
  .homepage .productGrid .product figure.card-figure .b2sticker {
    display: none; }

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

.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: 750px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    font-size: 0; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    .no-csscolumns .productMasonry:before, .no-csscolumns .productMasonry:after {
      content: " ";
      display: table; }
    .no-csscolumns .productMasonry:after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: none;
      display: inline-block;
      font-size: 1rem;
      vertical-align: top; }
    .no-csscolumns .productMasonry .card {
      margin: 0; }

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

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

.productGrid .product {
  margin: 0px 0px 10px 0px; }
  @media (min-width: 551px) {
    .productGrid .product {
      margin: 0px 0px 10px 0px; } }
  .productGrid .product .newP-product-points {
    display: none; }
  .productGrid .product .newP-product-price {
    line-height: 1;
    display: block; }
    @media (min-width: 750px) {
      .productGrid .product .newP-product-price {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 5px; } }
  .productGrid .product .newP-product-salep {
    flex: 0 50%; }
  .productGrid .product .newP-product-rrp {
    position: relative;
    flex: 0 50%;
    padding-top: 5px; }
    @media (min-width: 750px) {
      .productGrid .product .newP-product-rrp {
        padding-top: 0px; } }
    .productGrid .product .newP-product-rrp::before {
      visibility: hidden; }
      @media (min-width: 750px) {
        .productGrid .product .newP-product-rrp::before {
          content: '';
          height: 40px;
          width: 1px;
          background-color: #d9d9d9;
          position: absolute;
          left: 0px;
          visibility: visible; } }
    .productGrid .product .newP-product-rrp span.price.price--rrp.salescat {
      font-size: 1.2rem; }
      .productGrid .product .newP-product-rrp span.price.price--rrp.salescat::before {
        content: 'RRP: '; }
    .productGrid .product .newP-product-rrp span.price.price--rrpSaving {
      font-size: 1.2rem; }

.productGrid .product .card {
  padding: 4px;
  margin: 0; }
  @media (min-width: 1261px) {
    .productGrid .product .card {
      padding: 2px; } }

.productGrid .product .card .card-figure {
  min-height: 220px; }
  @media (min-width: 1261px) {
    .productGrid .product .card .card-figure {
      min-height: 300px; } }

.productGrid .product .card .card-figure .card-image {
  max-height: 220px; }
  @media (min-width: 1261px) {
    .productGrid .product .card .card-figure .card-image {
      max-height: 300px; } }

.productGrid .categoryHighlight span.poundSaving {
  z-index: 9; }

.productGrid .product .card .newIcon {
  top: -3px;
  left: 0px; }
  @media (min-width: 551px) {
    .productGrid .product .card .newIcon {
      left: 5px;
      top: 0px; } }

.page-content.brandPage .banners-top .banner div {
  max-width: 100%; }
  @media (min-width: 750px) {
    .page-content.brandPage .banners-top .banner div {
      max-width: 85%; } }

.page-content.brandPage .banner div p a {
  display: inline-block; }

.page-content.brandPage .banner div p {
  text-align: left; }

.page-content.brandPage .banner div p a {
  display: flex;
  justify-content: center;
  padding-bottom: 5px; }
  @media (min-width: 750px) {
    .page-content.brandPage .banner div p a {
      display: inline-block; } }

ul.productGrid.newC-product-cards-outer li.product .card-body .card-text a.price.price--rrpSaving {
  display: none; }

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

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

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

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

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0; } }
  @media (min-width: 551px) and (min-width: 551px) {
    .listItem-figure {
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }

.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: #a5a5a5;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 750px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 750px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 750px) {
    .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%; } }

.page-sidebar + .page-content p {
  margin-bottom: .8rem; }

.categoryToolbar {
  float: left;
  width: 100%;
  margin: 0 0 10px; }
  .categoryToolbar .sortTitle {
    float: left;
    font-weight: bold; }
  .categoryToolbar .pageinationTitle {
    float: right; }
  .categoryToolbar .tools {
    padding: 5px 0;
    margin: 3px 0;
    border-top: 1px solid #d7d6d6;
    border-bottom: 1px solid #d7d6d6;
    float: left;
    width: 100%; }
    .categoryToolbar .tools .actionBar {
      float: left;
      padding: 0;
      margin: 0; }
    .categoryToolbar .tools .pagination {
      float: right; }
      .categoryToolbar .tools .pagination .pagination-item.pagination-item--current {
        margin: 0 0 0 .35714rem; }
        .categoryToolbar .tools .pagination .pagination-item.pagination-item--current a {
          font-weight: bold; }
  .categoryToolbar .filtersButton {
    float: left;
    margin: 8px 0 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    background-color: #e85201;
    cursor: pointer;
    font-size: 18px; }
    .categoryToolbar .filtersButton svg {
      fill: #fff; }
    .categoryToolbar .filtersButton .filterIcon {
      height: 15px;
      width: 15px;
      font-weight: bold;
      color: #000;
      margin-left: 5px; }
    @media (min-width: 750px) {
      .categoryToolbar .filtersButton {
        display: none; } }
  .categoryToolbar.bottom {
    margin-top: 25px; }
    .categoryToolbar.bottom .pagination-item--next a {
      background: #2e9600;
      color: #fff;
      text-align: center;
      padding: 5px 15px; }
      .categoryToolbar.bottom .pagination-item--next a svg {
        fill: #fff; }

.Free-sunglasses--desktop {
  padding: 5px 0px;
  display: none; }
  @media (min-width: 750px) {
    .Free-sunglasses--desktop {
      display: block; } }

.Free-sunglasses--mobile {
  padding: 5px 0px;
  display: block; }
  @media (min-width: 750px) {
    .Free-sunglasses--mobile {
      display: none; } }

.Free-sunglasses--desktop-dynamic {
  padding: 5px 0px;
  display: none; }
  @media (min-width: 750px) {
    .Free-sunglasses--desktop-dynamic {
      display: block; } }

.Free-sunglasses--mobile-dynamic {
  padding: 5px 0px;
  display: block; }
  @media (min-width: 750px) {
    .Free-sunglasses--mobile-dynamic {
      display: none; } }

.productView {
  padding-top: 0;
  padding-bottom: 20px; }
  @media (min-width: 750px) {
    .productView {
      padding-bottom: 45px; } }
  .productView .related-products {
    width: 100%;
    float: left;
    border-top: 1px solid #e8e8e8;
    margin-bottom: 3%; }
    .productView .related-products .card {
      margin-bottom: 0; }
    .productView .related-products span.title {
      display: block;
      width: 100%;
      text-align: center;
      font-weight: bold;
      font-size: 2.3em;
      padding: 8px 0; }
    .productView .related-products .product {
      float: left;
      width: 49%;
      padding: 1% 2%;
      border: 1px solid #e8e8e8;
      margin-bottom: 20px; }
      @media (min-width: 750px) {
        .productView .related-products .product {
          width: 24%;
          margin: 0 0.5%; } }
    .productView .related-products .card-figure {
      height: 230px; }
    .productView .related-products img.card-image {
      max-height: 230px; }
    .productView .related-products .quickview {
      background: #dc1b17;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 1em;
      width: 75%;
      margin: 0 auto; }
    .productView .related-products .availableIn, .productView .related-products .pairPricing, .productView .related-products .percentageDiscount, .productView .related-products .signatureIcon, .productView .related-products .newIcon, .productView .related-products .blackFridayExclusive, .productView .related-products .inStockDate, .productView .related-products .price--rrpSaving, .productView .related-products .saleSticker {
      display: none !important; }
  @media (min-width: 750px) {
    .productView {
      padding-top: 1rem; } }
  .productView .productView-info {
    margin: 0; }
  .productView .productView-images {
    float: left;
    width: 100%;
    padding-right: 0; }
    @media (min-width: 750px) {
      .productView .productView-images {
        width: 50%;
        padding-right: 1rem; } }
    @media (max-width: 980px) and (min-width: 750px) {
      .productView .productView-images {
        width: 50%; } }
    .productView .productView-images .rotateImage {
      display: none; }
    .productView .productView-images .bestSelling {
      position: absolute;
      z-index: 9;
      max-width: 15%;
      display: block;
      left: 275px;
      top: -15px;
      text-align: center;
      min-width: 85px; }
      @media (min-width: 750px) {
        .productView .productView-images .bestSelling {
          left: 315px;
          top: 2px;
          min-width: 65px; } }
      @media (min-width: 1261px) {
        .productView .productView-images .bestSelling {
          left: 400px;
          top: 2px;
          min-width: 90px; } }
  .productView .productView-details {
    width: 100%;
    padding-top: 20px; }
    @media (max-width: 750px) {
      .productView .productView-details {
        padding-bottom: 20px; } }
    @media (min-width: 750px) {
      .productView .productView-details {
        width: 50%;
        padding-top: 0px; } }
    @media (max-width: 980px) and (min-width: 750px) {
      .productView .productView-details {
        width: 50%; } }
    .productView .productView-details .blackFridayProductBanner {
      float: left;
      width: 100%;
      padding-bottom: 20px; }
      @media (min-width: 750px) {
        .productView .productView-details .blackFridayProductBanner {
          padding-bottom: 0px; } }
    .productView .productView-details .productView-product .productView-title,
    .productView .productView-details .productView-product .productView-price,
    .productView .productView-details .productView-product .sku {
      text-align: center; }
    .productView .productView-details .productView-product .sku {
      margin: 8px 0 12px;
      display: none; }
      @media (min-width: 750px) {
        .productView .productView-details .productView-product .sku {
          margin: 8px 0 0; } }
    .productView .productView-details .productView-product .productView-rating {
      margin: 0 0 15px;
      text-align: center; }
      @media (min-width: 750px) {
        .productView .productView-details .productView-product .productView-rating {
          margin: 10px 0 0; } }
    .productView .productView-details .productView-product .productView-price {
      width: 100%;
      margin: 0;
      padding: 5px 0 4px; }
    .productView .productView-details .productView-product .productView-useful {
      width: 100%;
      border-top: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8; }
    .productView .productView-details .productView-product .price.sale--price {
      display: inline-block; }
    .productView .productView-details .sellingFast {
      font-weight: bold;
      text-align: center;
      width: 100%;
      margin: 0 0 2% 0;
      float: left;
      color: #208936;
      background: #FFFFFF;
      font-size: 1.1em;
      border: 2px solid #208936;
      padding: 1px; }
      .productView .productView-details .sellingFast i {
        margin-right: 10px; }
    .productView .productView-details .inStockDate {
      border-top: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      color: #fff;
      background-color: #e65001; }
      .productView .productView-details .inStockDate i.fa-regular.fa-clock {
        padding: 5px; }
    .productView .productView-details .countdownTimer {
      display: none; }
      .productView .productView-details .countdownTimer.optimize {
        display: block;
        width: 100%;
        margin: 10px 0 0;
        height: auto;
        border: 0; }
        .productView .productView-details .countdownTimer.optimize .needthisby {
          font-size: .9em;
          float: left;
          width: 100%; }
    .productView .productView-details .availableIn {
      width: 100%; }
      .productView .productView-details .availableIn .slider {
        margin: 0 23.5%;
        width: 53%; }
    .productView .productView-details .freesunglasses--prod-desktop {
      padding: 5px 0px;
      display: none;
      float: left; }
      @media (min-width: 750px) {
        .productView .productView-details .freesunglasses--prod-desktop {
          display: block; } }
    .productView .productView-details .freesunglasses--prod-mobile {
      padding: 5px 0px;
      display: block;
      float: left; }
      @media (min-width: 750px) {
        .productView .productView-details .freesunglasses--prod-mobile {
          display: none; } }
    .productView .productView-details section#promo-banner-container {
      padding: 5px 0px; }
      .productView .productView-details section#promo-banner-container .promo-banner-desktop {
        padding: 5px 0px;
        display: none;
        transition: 0.8s all; }
        .productView .productView-details section#promo-banner-container .promo-banner-desktop:hover {
          opacity: 0.8;
          transition: 0.8s all; }
        @media (min-width: 750px) {
          .productView .productView-details section#promo-banner-container .promo-banner-desktop {
            display: block; } }
      .productView .productView-details section#promo-banner-container .promo-banner-mobile {
        padding: 5px 0px;
        display: block; }
        @media (min-width: 750px) {
          .productView .productView-details section#promo-banner-container .promo-banner-mobile {
            display: none; } }
    .productView .productView-details .clearance-banner {
      display: none; }
      .productView .productView-details .clearance-banner.true {
        display: block; }
  .productView .productView-options .product-options {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 750px) {
      .productView .productView-options .product-options {
        margin-bottom: 20px; } }
    .productView .productView-options .product-options .productOptions-list {
      background: #FFFFFF; }
      .productView .productView-options .product-options .productOptions-list .accessoryMoreInfo.open {
        display: block;
        visibility: visible;
        z-index: 99999;
        overflow: scroll;
        width: 355px;
        padding: 1%;
        left: 0;
        transform: translateY(-40%); }
        @media (min-width: 750px) {
          .productView .productView-options .product-options .productOptions-list .accessoryMoreInfo.open {
            transform: translateY(-50%);
            width: 650px; } }
      .productView .productView-options .product-options .productOptions-list .accessoryMoreInfo .close-reveal-modal {
        font-size: 35px;
        line-height: .5;
        position: absolute;
        top: 15px;
        right: 11px;
        color: #000;
        font-weight: bold;
        text-decoration: none; }
      .productView .productView-options .product-options .productOptions-list .accessoryMoreInfo .popup-title {
        float: left;
        width: 100%;
        text-align: center;
        margin: 2% 0; }
      .productView .productView-options .product-options .productOptions-list .accessoryMoreInfo .rollamatText {
        width: 100%;
        margin: 0 0 10px;
        padding: 0 0 10px;
        float: left;
        border-bottom: 1px solid #ccc;
        font-size: 15px; }
        .productView .productView-options .product-options .productOptions-list .accessoryMoreInfo .rollamatText img {
          width: auto;
          padding: 20px; }
        .productView .productView-options .product-options .productOptions-list .accessoryMoreInfo .rollamatText p {
          margin-bottom: 1rem; }
        .productView .productView-options .product-options .productOptions-list .accessoryMoreInfo .rollamatText ul {
          float: left;
          margin: 0 0 2% 8%;
          padding-top: 5px; }
          @media (min-width: 750px) {
            .productView .productView-options .product-options .productOptions-list .accessoryMoreInfo .rollamatText ul {
              margin: 0 0 2% 4%; } }
          .productView .productView-options .product-options .productOptions-list .accessoryMoreInfo .rollamatText ul li {
            width: 100%;
            float: left; }
        .productView .productView-options .product-options .productOptions-list .accessoryMoreInfo .rollamatText iframe {
          max-width: 100%; }
        .productView .productView-options .product-options .productOptions-list .accessoryMoreInfo .rollamatText strong {
          font-size: 1.2em; }
        .productView .productView-options .product-options .productOptions-list .accessoryMoreInfo .rollamatText.last {
          border-bottom: 0; }
      .productView .productView-options .product-options .productOptions-list .moreInfoElement {
        float: right;
        width: 18%;
        height: auto;
        border-left: 1px solid #dfdfdf;
        padding: 7px; }
      .productView .productView-options .product-options .productOptions-list .rollamatInfoBg {
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        display: none; }
        .productView .productView-options .product-options .productOptions-list .rollamatInfoBg.open {
          display: block; }
    .productView .productView-options .product-options .productOptions-list-item {
      padding: 4%; }
      .productView .productView-options .product-options .productOptions-list-item.unavailable {
        display: none; }
      @media (min-width: 551px) {
        .productView .productView-options .product-options .productOptions-list-item {
          padding: 0.5% 3%; } }
      .productView .productView-options .product-options .productOptions-list-item span {
        display: block;
        font-size: 0.9em; }
    .productView .productView-options .product-options li.productOptions-list-item.last-item {
      padding-left: 32%; }
      @media (min-width: 750px) {
        .productView .productView-options .product-options li.productOptions-list-item.last-item {
          padding-left: 30%; } }
    .productView .productView-options .product-options .form-field {
      width: 100%;
      margin-bottom: 5px; }
      @media (min-width: 750px) {
        .productView .productView-options .product-options .form-field {
          margin-bottom: 15px; } }
      .productView .productView-options .product-options .form-field:last-child {
        margin-bottom: 0; }
    .productView .productView-options .product-options .form-label {
      display: inline-block;
      margin: 6px 0px 6px 0;
      font-weight: bold;
      width: 25%; }
    .productView .productView-options .product-options .form-select {
      width: 75%; }
    .productView .productView-options .product-options .productOptions-list-item-figure {
      width: 10rem;
      position: relative; }
    .productView .productView-options .product-options label.form-label.newPform {
      width: 100%;
      text-align: center; }
    .productView .productView-options .product-options ul.productOptions-list.newPformlist label.form-label {
      width: 100%; }
    .productView .productView-options .product-options .newprod-price-btn {
      display: block;
      max-width: 100%; }
      @media (min-width: 750px) {
        .productView .productView-options .product-options .newprod-price-btn {
          max-width: 70%;
          display: flex; } }
      .productView .productView-options .product-options .newprod-price-btn label.form-label.matching_accessories_price {
        flex: 0 50%; }
      .productView .productView-options .product-options .newprod-price-btn .newprod-pb-button {
        flex: 0 50%; }
        .productView .productView-options .product-options .newprod-price-btn .newprod-pb-button a.form-label.matching_accessories_button.button.button--small {
          width: 100%;
          text-align: center; }
          .productView .productView-options .product-options .newprod-price-btn .newprod-pb-button a.form-label.matching_accessories_button.button.button--small i.fa-solid.fa-magnifying-glass {
            padding-left: 2px;
            font-size: 12px; }
  .productView .productView-options .form-action,
  .productView .productView-options .form-field {
    width: 50%;
    margin: 0;
    position: relative; }
    .productView .productView-options .form-action i.fa-regular.fa-clock,
    .productView .productView-options .form-field i.fa-regular.fa-clock {
      color: #fff;
      font-size: 1.3em;
      position: absolute;
      z-index: 9;
      top: 33%;
      left: 5%; }
      @media (max-width: 500px) {
        .productView .productView-options .form-action i.fa-regular.fa-clock,
        .productView .productView-options .form-field i.fa-regular.fa-clock {
          top: 40%;
          left: 7%;
          font-size: 14px; } }
    .productView .productView-options .form-action .button--preOrd,
    .productView .productView-options .form-field .button--preOrd {
      padding-left: 30px; }
      @media (max-width: 500px) {
        .productView .productView-options .form-action .button--preOrd,
        .productView .productView-options .form-field .button--preOrd {
          font-size: 14px; } }
  .productView .productView-options .form-action .button {
    margin: 0; }
  .productView .productView-options.noOptions .product-options {
    margin: 0; }
  .productView .productView-options.noOptions .form .flex {
    text-align: center; }
  .productView .productView-options .newp-mobileOnly-price {
    display: block;
    float: left;
    width: 100%;
    text-align: center; }
    @media (min-width: 750px) {
      .productView .productView-options .newp-mobileOnly-price {
        display: none; } }
    .productView .productView-options .newp-mobileOnly-price .newP-product-price {
      padding: 1px 0px 10px 0px; }
      .productView .productView-options .newp-mobileOnly-price .newP-product-price .newP-product-salep span.price.sale--price {
        font-size: 2em;
        line-height: 1.2; }
        .productView .productView-options .newp-mobileOnly-price .newP-product-price .newP-product-salep span.price.sale--price span.newPfromtag {
          display: none; }
      .productView .productView-options .newp-mobileOnly-price .newP-product-price .newP-product-rrp {
        display: none; }
  .productView .productView-thumbnails .productView-thumbnail {
    float: left;
    min-height: 100px;
    max-height: 100px;
    padding: 8px 0;
    display: block !important; }
    .productView .productView-thumbnails .productView-thumbnail.selected .productView-thumbnail-link {
      border-color: #2e9600; }
    .productView .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
      border-color: #fff;
      display: inline-block; }
    .productView .productView-thumbnails .productView-thumbnail img {
      outline: 0;
      max-height: 85px;
      margin: 0 auto; }
    .productView .productView-thumbnails .productView-thumbnail.slick-slide {
      display: table; }
  .productView .productView-thumbnails.slick-vertical .slick-next {
    background: #fff; }
    .productView .productView-thumbnails.slick-vertical .slick-next:before {
      color: #444; }
  .productView .productView-thumbnails.slick-vertical .slick-prev {
    background: #fff; }
    .productView .productView-thumbnails.slick-vertical .slick-prev:before {
      color: #444; }
  .productView .productView-image .imageControl .previous,
  .productView .productView-image .imageControl .next {
    color: #2c9101;
    font-size: 5em; }
  .productView:after, .productView:before {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }
  .productView .productView-images .productView-thumbnails {
    position: relative; }
    .productView .productView-images .productView-thumbnails button.slick-prev, .productView .productView-images .productView-thumbnails button.slick-next {
      background-color: unset;
      top: 65%; }
    .productView .productView-images .productView-thumbnails button.slick-next {
      right: -1rem; }
    .productView .productView-images .productView-thumbnails button.slick-prev:before {
      background-image: url("https://cdn11.bigcommerce.com/s-fgzhrtr768/images/stencil/original/image-manager/left-arrow.png"); }
    .productView .productView-images .productView-thumbnails button.slick-prev:hover:before {
      background-image: url("https://cdn11.bigcommerce.com/s-fgzhrtr768/images/stencil/original/image-manager/left-arrow.png"); }
    .productView .productView-images .productView-thumbnails button.slick-next:before {
      background-image: url("https://cdn11.bigcommerce.com/s-fgzhrtr768/images/stencil/original/image-manager/right-arrow.png"); }
    .productView .productView-images .productView-thumbnails button.slick-next:hover:before {
      background-image: url("https://cdn11.bigcommerce.com/s-fgzhrtr768/images/stencil/original/image-manager/right-arrow.png"); }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-keyPoints {
  float: left;
  width: 100%;
  padding: 20px 0; }
  @media (max-width: 980px) and (min-width: 750px) {
    .productView-keyPoints {
      width: 50%; } }
  @media (min-width: 750px) {
    .productView-keyPoints {
      margin-bottom: 0;
      width: 40%; } }
  .productView-keyPoints .productView-brand {
    color: #505050;
    font-size: 15px;
    margin: 0 0 0.78571rem;
    text-align: center; }
    @media (min-width: 750px) {
      .productView-keyPoints .productView-brand {
        width: 100%;
        vertical-align: middle;
        display: inline-block;
        margin: 0; } }
    .productView-keyPoints .productView-brand img {
      margin: 0 2%; }
    .productView-keyPoints .productView-brand img.proudly {
      max-width: 99px; }
    .productView-keyPoints .productView-brand .brandName {
      display: none; }
    .productView-keyPoints .productView-brand a {
      color: #505050;
      text-decoration: none; }
      .productView-keyPoints .productView-brand a:hover {
        color: #4f4f4f; }
  .productView-keyPoints .keyPoints {
    width: 100%;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 750px) {
      .productView-keyPoints .keyPoints {
        width: 60%; } }
    .productView-keyPoints .keyPoints .title {
      font-weight: bold;
      display: block;
      padding-bottom: 5px;
      float: left;
      width: 100%; }
    .productView-keyPoints .keyPoints ul {
      float: left;
      width: 100%;
      margin: 0; }
      .productView-keyPoints .keyPoints ul li {
        float: left;
        width: 44%;
        margin-left: 6%;
        color: #2e9600; }
        .productView-keyPoints .keyPoints ul li span {
          color: #4f4f4f; }
        .productView-keyPoints .keyPoints ul li:nth-child(1), .productView-keyPoints .keyPoints ul li:nth-child(2) {
          padding-bottom: 15px; }
        .productView-keyPoints .keyPoints ul li:nth-child(3) {
          clear: left; }
  .productView-keyPoints.noBullet .productView-brand {
    width: 100%; }
  .productView-keyPoints.austenCo {
    width: 100%; }
    @media (min-width: 750px) {
      .productView-keyPoints.austenCo {
        width: 60%; } }
    @media (max-width: 980px) and (min-width: 750px) {
      .productView-keyPoints.austenCo {
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-keyPoints.austenCo {
        width: 60%; } }
    .productView-keyPoints.austenCo .productView-brand img {
      margin: 0; }
    .productView-keyPoints.austenCo .austenCoBanner.desktop {
      display: none; }
      @media (min-width: 980px) {
        .productView-keyPoints.austenCo .austenCoBanner.desktop {
          display: inline-block; } }
    .productView-keyPoints.austenCo .austenCoBanner.mobile {
      display: none; }
      @media (max-width: 980px) {
        .productView-keyPoints.austenCo .austenCoBanner.mobile {
          display: inline-block; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 750px) {
    .productView-details {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (min-width: 750px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%;
      margin: 0 0 10px; } }
  .productView-details .pairPricing {
    float: left;
    width: 100%;
    border: 1px solid #208936;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    padding: 4px 0;
    margin-bottom: 10px; }
    @media only screen and (max-width: 1075px) and (min-width: 750px) {
      .productView-details .pairPricing {
        padding: 15px 0; } }
    .productView-details .pairPricing .large {
      font-weight: bold;
      color: #208936;
      font-size: 1.8em;
      padding: 0 2px; }
      @media only screen and (max-width: 1075px) and (min-width: 750px) {
        .productView-details .pairPricing .large {
          font-size: 1.2em; } }
  .productView-details .productView-price.desktop .newP-product-price-points {
    display: none; }
  @media (min-width: 750px) {
    .productView-details .productView-price.desktop {
      display: block; }
      .productView-details .productView-price.desktop .newP-product-price-points {
        display: block; } }
  .productView-details .productView-price.mobile {
    display: block;
    text-align: center;
    padding: 0 0 20px; }
    .productView-details .productView-price.mobile .newP-product-price-points {
      display: block; }
    @media (min-width: 750px) {
      .productView-details .productView-price.mobile {
        display: none; }
        .productView-details .productView-price.mobile .newP-product-price-points {
          display: none; } }
  .productView-details .inStockDate {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    padding: 2px 0;
    margin: 0 0 10px;
    font-weight: 700;
    border-top: 1px solid #d7d6d6;
    border-bottom: 1px solid #d7d6d6; }
    .productView-details .inStockDate.left {
      text-align: left; }
  .productView-details .signatureRange {
    float: left;
    width: 100%;
    margin-top: 8px; }
  .productView-details .availableIn {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
    border: 1px solid #e8e8e8;
    padding: 15px 20px; }
    @media (min-width: 750px) {
      .productView-details .availableIn {
        width: 49%; } }
    .productView-details .availableIn .available {
      display: block;
      text-align: center;
      font-weight: bold; }
    .productView-details .availableIn .avaArrow {
      position: absolute;
      bottom: 25px;
      font-size: 1.5em;
      color: #2e9600;
      cursor: pointer; }
      .productView-details .availableIn .avaArrow.left {
        left: 20px; }
      .productView-details .availableIn .avaArrow.right {
        right: 20px; }
      .productView-details .availableIn .avaArrow.hide {
        opacity: .4; }
    .productView-details .availableIn .colours {
      display: none; }
    .productView-details .availableIn .slider {
      position: relative;
      overflow: hidden;
      margin: 0 13%;
      width: 74%;
      float: left; }
      .productView-details .availableIn .slider .coloursList {
        float: left;
        width: 600px;
        margin: 13px 0;
        position: relative;
        overflow: visible; }
        .productView-details .availableIn .slider .coloursList .colour {
          height: 31px;
          line-height: 31px;
          width: 32px;
          display: inline-block;
          text-align: center;
          border: 1px solid #ccc;
          margin-right: 5px;
          text-decoration: none;
          text-indent: -999999px;
          position: relative; }
          .productView-details .availableIn .slider .coloursList .colour:hover:before {
            content: attr(title);
            display: block;
            color: #4f4f4f;
            text-indent: 0;
            position: absolute;
            bottom: -13px;
            left: 0;
            width: 30px;
            line-height: normal;
            z-index: 9999;
            font-size: .7em;
            font-weight: bold; }
          .productView-details .availableIn .slider .coloursList .colour.black {
            background: #000; }
          .productView-details .availableIn .slider .coloursList .colour.red {
            background: #fe0000; }
          .productView-details .availableIn .slider .coloursList .colour.cream {
            background: #efd591; }
          .productView-details .availableIn .slider .coloursList .colour.white {
            background: #fff; }
          .productView-details .availableIn .slider .coloursList .colour.blue {
            background: #2b37fb; }
          .productView-details .availableIn .slider .coloursList .colour.brown {
            background: #9c3d05; }
          .productView-details .availableIn .slider .coloursList .colour.grey {
            background: #b5b5b5; }
          .productView-details .availableIn .slider .coloursList .colour.purple {
            background: #8f00fb; }
          .productView-details .availableIn .slider .coloursList .colour.green {
            background: #62cb29; }
          .productView-details .availableIn .slider .coloursList .colour.glass {
            background: #f5f5f5; }
          .productView-details .availableIn .slider .coloursList .colour.wood {
            background: #b77b4d; }
          .productView-details .availableIn .slider .coloursList .colour.silver {
            background: #b5b5b5; }
          .productView-details .availableIn .slider .coloursList .colour.yellow {
            background: #fdeb31; }
          .productView-details .availableIn .slider .coloursList .colour.orange {
            background: #fd620e; }
          .productView-details .availableIn .slider .coloursList .colour.espresso {
            background: #4b5262; }
          .productView-details .availableIn .slider .coloursList .colour.natural {
            background: #aa9b91; }
          .productView-details .availableIn .slider .coloursList .colour.rustic {
            background: #ab8561; }
          .productView-details .availableIn .slider .coloursList .colour.zebrano {
            background: #ab7723; }
          .productView-details .availableIn .slider .coloursList .colour.oak {
            background: #dfbc6a; }
          .productView-details .availableIn .slider .coloursList .colour.walnut {
            background: #711a10; }
          .productView-details .availableIn .slider .coloursList .colour.wenge {
            background: #b5561e; }
          .productView-details .availableIn .slider .coloursList .colour.beech {
            background: #d19642; }
          .productView-details .availableIn .slider .coloursList .colour.active {
            border: 2px solid #000; }
  .productView-details .countdownTimer {
    float: right;
    width: 100%;
    margin: 10px 0 20px;
    text-align: center;
    line-height: 25px;
    display: table;
    height: 110px;
    border: 1px solid #e8e8e8; }
    @media (min-width: 750px) {
      .productView-details .countdownTimer {
        width: 49%;
        margin: 10px 0 0; } }
    .productView-details .countdownTimer .needthisby {
      vertical-align: middle;
      display: table-cell; }
      .productView-details .countdownTimer .needthisby .delivery-date {
        font-weight: bold;
        font-size: 1.2em; }
        .productView-details .countdownTimer .needthisby .delivery-date .getthis {
          color: #208936; }
      .productView-details .countdownTimer .needthisby #countdown {
        display: inline-block;
        font-weight: bold;
        font-size: 1.2em;
        color: #208936; }
        .productView-details .countdownTimer .needthisby #countdown ul {
          margin: 0;
          list-style: none; }
          .productView-details .countdownTimer .needthisby #countdown ul li {
            display: inline-block; }
    @media only screen and (max-width: 1140px) and (min-width: 980px) {
      .productView-details .countdownTimer {
        font-size: .85em; } }
    @media only screen and (max-width: 980px) and (min-width: 750px) {
      .productView-details .countdownTimer {
        width: 100%;
        font-size: 1em; } }
  .productView-details .product-brandImage img {
    max-width: 170px;
    max-height: 100px; }
  .productView-details .product-brandImage {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 0.5%; }
  .productView-details .productView-product h1.productView-title {
    font-weight: 600; }
  .productView-details .productView-price .newP-product-price-points {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center; }
    .productView-details .productView-price .newP-product-price-points .newP-product-price {
      flex: 0 46%; }
      @media (max-width: 371px) {
        .productView-details .productView-price .newP-product-price-points .newP-product-price {
          border: none; } }
      .productView-details .productView-price .newP-product-price-points .newP-product-price span.newPfromtag {
        display: none; }
      .productView-details .productView-price .newP-product-price-points .newP-product-price span.price.sale--price,
      .productView-details .productView-price .newP-product-price-points .newP-product-price span.price--rrp {
        display: block; }
      .productView-details .productView-price .newP-product-price-points .newP-product-price span.price--rrp {
        font-size: 16px;
        text-decoration: line-through; }
      .productView-details .productView-price .newP-product-price-points .newP-product-price span.price.price--rrpSaving {
        display: none; }
  .productView-details .newP-clearpay-block {
    float: left;
    width: 100%;
    text-align: center; }
    .productView-details .newP-clearpay-block p {
      margin: 0;
      padding: 8px 5px; }
  .productView-details .newP-product-options ul.newP-prodopt-names {
    list-style: none;
    margin: 0;
    border-bottom: 2px solid #2c9101;
    display: flex;
    width: 100%; }
    .productView-details .newP-product-options ul.newP-prodopt-names li {
      flex: 1 50%;
      text-align: center;
      padding: 5px;
      font-size: 1.2em;
      font-weight: 600;
      background-color: #fafafa;
      cursor: pointer; }
      .productView-details .newP-product-options ul.newP-prodopt-names li img {
        width: 30px; }
    .productView-details .newP-product-options ul.newP-prodopt-names li.newP-cust.active img {
      filter: invert(1); }
    .productView-details .newP-product-options ul.newP-prodopt-names li.active {
      color: #fff;
      background-color: #2c9101; }
  .productView-details .newP-product-options .productView-sizeGuide-outer .productView-sizeGuide-inner {
    padding: 5px 10px;
    text-align: right; }
    .productView-details .newP-product-options .productView-sizeGuide-outer .productView-sizeGuide-inner button#size-guide-opn img {
      width: 30px; }
  .productView-details .newP-product-options .productView-sizeGuide-outer .productView-sizeGuide-popup {
    display: none; }
    .productView-details .newP-product-options .productView-sizeGuide-outer .productView-sizeGuide-popup.popup-show {
      display: block;
      position: fixed;
      z-index: 9999;
      width: 100%;
      left: 0;
      top: 0;
      height: 100%;
      text-align: center;
      background-color: #00000075;
      padding: 8% 6%; }
      @media (min-width: 750px) {
        .productView-details .newP-product-options .productView-sizeGuide-outer .productView-sizeGuide-popup.popup-show {
          padding: 10% 7%; } }
      .productView-details .newP-product-options .productView-sizeGuide-outer .productView-sizeGuide-popup.popup-show .productView-sizeGuide-popup-inner {
        padding: 10px 15px;
        background-color: #fff;
        position: relative; }
        .productView-details .newP-product-options .productView-sizeGuide-outer .productView-sizeGuide-popup.popup-show .productView-sizeGuide-popup-inner button#btn-close {
          position: absolute;
          top: 3%;
          right: 1%;
          font-size: 20px;
          padding: 5px;
          background-color: #6363638c;
          line-height: 1;
          color: #000; }
        .productView-details .newP-product-options .productView-sizeGuide-outer .productView-sizeGuide-popup.popup-show .productView-sizeGuide-popup-inner h3 {
          font-weight: 800; }
        .productView-details .newP-product-options .productView-sizeGuide-outer .productView-sizeGuide-popup.popup-show .productView-sizeGuide-popup-inner .productView-sizeGuide-popup-image {
          overflow-x: scroll;
          overflow-y: scroll;
          max-height: 400px;
          padding: 10px; }
          .productView-details .newP-product-options .productView-sizeGuide-outer .productView-sizeGuide-popup.popup-show .productView-sizeGuide-popup-inner .productView-sizeGuide-popup-image img {
            max-width: 1200px;
            width: auto; }
  .productView-details .productView-options {
    border: 2px solid #dedede; }
    .productView-details .productView-options.active {
      display: block;
      border-top: none; }
  .productView-details .newP-product-custom-fit {
    display: none; }
    .productView-details .newP-product-custom-fit.active {
      display: block;
      border-top: none;
      border-left: 2px solid #dedede;
      border-right: 2px solid #dedede;
      border-bottom: 2px solid #dedede; }
  .productView-details .newP-also-available {
    float: right;
    width: 100%;
    margin-top: 5px;
    background-color: #f2f2f2; }
    .productView-details .newP-also-available .newP-aa-title {
      width: 100%;
      float: left; }
      @media (min-width: 750px) {
        .productView-details .newP-also-available .newP-aa-title {
          width: 34%; } }
      .productView-details .newP-also-available .newP-aa-title p {
        margin: 0;
        padding: 20px 30px 20px 15px;
        font-size: 16px;
        font-weight: 600; }
    .productView-details .newP-also-available ul.aa-color-outer {
      width: 100%;
      float: left;
      margin: 0;
      padding: 15px 10px; }
      @media (min-width: 750px) {
        .productView-details .newP-also-available ul.aa-color-outer {
          width: 58%; } }
      .productView-details .newP-also-available ul.aa-color-outer li.aa-colors {
        height: 35px;
        margin-right: 10px;
        border: 1px solid #dedede; }
      .productView-details .newP-also-available ul.aa-color-outer button.slick-prev {
        left: -1rem;
        background-color: transparent; }
        @media (min-width: 750px) {
          .productView-details .newP-also-available ul.aa-color-outer button.slick-prev {
            left: -3rem; } }
        .productView-details .newP-also-available ul.aa-color-outer button.slick-prev::before {
          background-image: url("/images/stencil/original/image-manager/left-arrow.png"); }
      .productView-details .newP-also-available ul.aa-color-outer button.slick-next {
        right: -1rem;
        background-color: transparent; }
        @media (min-width: 750px) {
          .productView-details .newP-also-available ul.aa-color-outer button.slick-next {
            right: -3rem; } }
        .productView-details .newP-also-available ul.aa-color-outer button.slick-next::before {
          background-image: url("/images/stencil/original/image-manager/right-arrow.png"); }

.productView-bottom .left {
  float: left;
  width: 100%; }
  @media (min-width: 750px) {
    .productView-bottom .left {
      float: left;
      width: 70%;
      padding-right: 1%; } }
  .productView-bottom .left .title {
    padding-bottom: 15px;
    display: block;
    font-size: 23px;
    font-weight: bold; }
  .productView-bottom .left .productView-description {
    float: left;
    width: 100%; }
  .productView-bottom .left .technical-specifications {
    float: left;
    width: 100%; }
    .productView-bottom .left .technical-specifications .specifications {
      width: 100%; }
      .productView-bottom .left .technical-specifications .specifications td {
        border: 1px solid #e8e8e8;
        padding: 15px 10px;
        position: relative; }
        .productView-bottom .left .technical-specifications .specifications td.productView-info-name {
          font-weight: bold; }
      .productView-bottom .left .technical-specifications .specifications .tooltip {
        position: absolute;
        right: 2px;
        padding: 0;
        border: 0;
        top: 0; }
        .productView-bottom .left .technical-specifications .specifications .tooltip .icon {
          height: 42px;
          width: 40px;
          display: table-cell;
          text-align: center;
          cursor: pointer; }
          .productView-bottom .left .technical-specifications .specifications .tooltip .icon .fa {
            vertical-align: middle; }
        .productView-bottom .left .technical-specifications .specifications .tooltip .text {
          display: none;
          position: absolute;
          top: 40px;
          left: 0;
          width: 250px;
          z-index: 10;
          background: #fff;
          padding: 20px;
          margin: 0;
          border: 1px solid #e8e8e8;
          font-weight: normal; }
          .productView-bottom .left .technical-specifications .specifications .tooltip .text img {
            margin: 20px auto 0;
            display: block; }
          .productView-bottom .left .technical-specifications .specifications .tooltip .text:before {
            position: absolute;
            left: 10px;
            top: -17px;
            content: '';
            height: 0;
            width: 0;
            border: 8px solid transparent;
            z-index: 1;
            border-bottom-color: #e8e8e8; }
          .productView-bottom .left .technical-specifications .specifications .tooltip .text:after {
            position: absolute;
            left: 10px;
            top: -15px;
            content: '';
            height: 0;
            width: 0;
            border: 8px solid transparent;
            z-index: 2;
            border-bottom-color: #fff; }
        .productView-bottom .left .technical-specifications .specifications .tooltip:hover .text {
          display: block; }
  .productView-bottom .left .productReviews {
    float: left;
    width: 100%;
    border: 0;
    margin-top: 3em; }
    .productView-bottom .left .productReviews .toggle-title {
      font-family: Karla,Arial,Helvetica,sans-serif;
      margin: 0 0 10px;
      color: #4f4f4f;
      padding-bottom: 5px;
      display: block;
      font-size: 23px;
      font-weight: 700;
      letter-spacing: normal; }
  .productView-bottom .left .tab-content {
    padding: 15px 0 0 0;
    /* Austen & Co product description */ }
    .productView-bottom .left .tab-content .signatureCloseUp {
      max-width: 330px;
      float: right;
      padding: 0 0 2% 2%; }
    .productView-bottom .left .tab-content img.approved-franke {
      padding-bottom: 10px; }
      .productView-bottom .left .tab-content img.approved-franke.desktop {
        display: none; }
        @media (min-width: 750px) {
          .productView-bottom .left .tab-content img.approved-franke.desktop {
            display: inline-block; } }
      .productView-bottom .left .tab-content img.approved-franke.mobile {
        display: inline-block; }
        @media (min-width: 750px) {
          .productView-bottom .left .tab-content img.approved-franke.mobile {
            display: none; } }
    .productView-bottom .left .tab-content ul.signatureFeatures {
      width: 100%;
      float: left;
      list-style: none;
      font-weight: bold;
      margin-bottom: 1%; }
      .productView-bottom .left .tab-content ul.signatureFeatures li {
        width: 50%;
        float: left;
        text-align: center; }
        @media (min-width: 551px) {
          .productView-bottom .left .tab-content ul.signatureFeatures li {
            width: 25%;
            padding: 0 7%; } }
    .productView-bottom .left .tab-content .download {
      float: left;
      width: 100%; }
      .productView-bottom .left .tab-content .download a {
        float: left;
        font-size: 1.2em;
        background: #2e9600;
        text-align: center;
        border-radius: 5px;
        padding: 15px 25px;
        color: #fff;
        text-decoration: none; }
        .productView-bottom .left .tab-content .download a:after {
          content: '\f019';
          font-family: 'FontAwesome';
          padding-left: 15px; }
    .productView-bottom .left .tab-content .andcoDescPoints {
      display: flex;
      font-size: 0;
      justify-content: center;
      flex-wrap: wrap;
      margin-left: 0; }
      .productView-bottom .left .tab-content .andcoDescPoints li {
        flex: 0 0 120px;
        padding: 1%; }
    .productView-bottom .left .tab-content .frankeDescPoints {
      display: flex;
      font-size: 0;
      justify-content: space-evenly;
      flex-wrap: wrap;
      margin-left: 0; }
      .productView-bottom .left .tab-content .frankeDescPoints li {
        flex: 0 0 140px;
        padding: 1%; }
    .productView-bottom .left .tab-content img.andcoDescImg {
      width: 300px;
      float: right;
      margin-left: 2%; }
      .productView-bottom .left .tab-content img.andcoDescImg.medium {
        max-width: 250px; }
      .productView-bottom .left .tab-content img.andcoDescImg.small {
        max-width: 180px; }
    .productView-bottom .left .tab-content img.andcoDescLogo {
      margin: 0 auto;
      display: block; }
    @media only screen and (max-width: 650px) {
      .productView-bottom .left .tab-content img.andcoDescImg {
        width: 180px; } }

.productView-bottom .right {
  float: left;
  width: 100%;
  margin-top: 44px; }
  @media (min-width: 750px) {
    .productView-bottom .right {
      float: right;
      width: 30%; } }
  .productView-bottom .right .product-options {
    margin: 0 0 20px;
    padding: 20px;
    list-style: none;
    width: 100%;
    float: left;
    border: 1px solid #e8e8e8; }
    .productView-bottom .right .product-options .title {
      font-weight: 700;
      font-size: 15px;
      display: block;
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 10px;
      margin-bottom: 15px; }
    .productView-bottom .right .product-options ul {
      margin: 0;
      list-style: none; }
      .productView-bottom .right .product-options ul li {
        float: left;
        width: 50%;
        text-align: center;
        padding: 10px; }
        .productView-bottom .right .product-options ul li span {
          font-weight: bold; }
  .productView-bottom .right .delivery-information {
    margin: 0 0 20px;
    padding: 20px;
    list-style: none;
    width: 100%;
    float: left;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px; }
    .productView-bottom .right .delivery-information li {
      margin-bottom: 20px;
      float: left;
      width: 100%; }
      .productView-bottom .right .delivery-information li p {
        margin: 0; }
      .productView-bottom .right .delivery-information li .delivery-type {
        font-weight: bold;
        padding-bottom: 5px;
        display: block; }
      .productView-bottom .right .delivery-information li .price {
        float: right;
        font-weight: bold; }
      .productView-bottom .right .delivery-information li.returns {
        border-top: 1px solid #e8e8e8;
        padding: 20px 0 5px;
        margin-bottom: 0; }
        .productView-bottom .right .delivery-information li.returns .price {
          float: left; }
        .productView-bottom .right .delivery-information li.returns p {
          float: right; }
  .productView-bottom .right .related-upsell {
    float: left;
    width: 100%; }
    .productView-bottom .right .related-upsell .title {
      font-weight: bold;
      font-size: 15px;
      display: block;
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 10px;
      margin-bottom: 15px; }
    .productView-bottom .right .related-upsell .product {
      width: 100%;
      float: left;
      border-bottom: 1px solid #e8e8e8; }
      .productView-bottom .right .related-upsell .product .card {
        margin: 10px 0; }
        .productView-bottom .right .related-upsell .product .card .card-figure {
          min-height: 170px; }
          .productView-bottom .right .related-upsell .product .card .card-figure .brandCard {
            display: none; }
          .productView-bottom .right .related-upsell .product .card .card-figure .newIcon {
            display: none; }
          .productView-bottom .right .related-upsell .product .card .card-figure .blackFridayExclusive {
            display: none; }
          .productView-bottom .right .related-upsell .product .card .card-figure img {
            max-height: 170px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto; }
      .productView-bottom .right .related-upsell .product .card-title {
        max-height: 44px;
        overflow: hidden; }
      .productView-bottom .right .related-upsell .product .finishesAvailable {
        display: none; }
    .productView-bottom .right .related-upsell .related-products, .productView-bottom .right .related-upsell .also-viewed {
      border: 1px solid #e8e8e8;
      padding: 20px;
      margin: 0 0 20px;
      float: left;
      width: 100%; }
      .productView-bottom .right .related-upsell .related-products .slick-next, .productView-bottom .right .related-upsell .also-viewed .slick-next {
        right: 11px;
        top: -53px;
        margin: 0;
        font-size: 1em;
        height: 20px;
        width: 10px;
        padding: 0; }
        .productView-bottom .right .related-upsell .related-products .slick-next:before, .productView-bottom .right .related-upsell .related-products .slick-next:after, .productView-bottom .right .related-upsell .also-viewed .slick-next:before, .productView-bottom .right .related-upsell .also-viewed .slick-next:after {
          height: 20px;
          width: 10px; }
      .productView-bottom .right .related-upsell .related-products .slick-prev, .productView-bottom .right .related-upsell .also-viewed .slick-prev {
        right: 35px;
        left: initial;
        top: -53px;
        margin: 0;
        font-size: 1em;
        height: 20px;
        width: 10px;
        padding: 0; }
        .productView-bottom .right .related-upsell .related-products .slick-prev:before, .productView-bottom .right .related-upsell .also-viewed .slick-prev:before {
          height: 20px;
          width: 10px; }
      .productView-bottom .right .related-upsell .related-products .availableIn, .productView-bottom .right .related-upsell .related-products .pairPricing, .productView-bottom .right .related-upsell .related-products .percentageDiscount, .productView-bottom .right .related-upsell .related-products .signatureIcon, .productView-bottom .right .related-upsell .related-products .newIcon, .productView-bottom .right .related-upsell .related-products .blackFridayExclusive, .productView-bottom .right .related-upsell .related-products .inStockDate, .productView-bottom .right .related-upsell .related-products .price--rrpSaving, .productView-bottom .right .related-upsell .also-viewed .availableIn, .productView-bottom .right .related-upsell .also-viewed .pairPricing, .productView-bottom .right .related-upsell .also-viewed .percentageDiscount, .productView-bottom .right .related-upsell .also-viewed .signatureIcon, .productView-bottom .right .related-upsell .also-viewed .newIcon, .productView-bottom .right .related-upsell .also-viewed .blackFridayExclusive, .productView-bottom .right .related-upsell .also-viewed .inStockDate, .productView-bottom .right .related-upsell .also-viewed .price--rrpSaving {
        display: none; }
  .productView-bottom .right .signatureProduct {
    float: left;
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px; }
  .productView-bottom .right .CallianoProduct {
    float: left;
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px; }
  .productView-bottom .right .upgradeThis {
    float: left;
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px; }
    .productView-bottom .right .upgradeThis .title {
      float: left;
      width: 100%;
      text-align: center;
      margin-bottom: 6px;
      font-size: 1.1em;
      font-weight: bold;
      padding: 11px 0; }
    .productView-bottom .right .upgradeThis .deluxe-specs {
      display: table;
      margin: 2px 0;
      text-align: center;
      width: 100%;
      float: left; }
      .productView-bottom .right .upgradeThis .deluxe-specs .deluxeimg {
        display: table-cell;
        width: 20%;
        text-align: center;
        height: auto;
        position: relative;
        vertical-align: middle;
        float: none; }
    .productView-bottom .right .upgradeThis .whatThis {
      float: left;
      width: 94%;
      line-height: 20px;
      padding: 7px 3%;
      text-align: center; }
    .productView-bottom .right .upgradeThis a {
      text-align: center;
      margin: 0 auto;
      display: table;
      color: #fff;
      border: 0;
      padding: 8px 20px;
      font-weight: bold;
      font-size: 1.1em;
      margin-bottom: 10px;
      background: #205689;
      text-decoration: none;
      border-radius: 4px; }

.productView-bottom .relatedover {
  width: 100%;
  text-align: center;
  display: block; }
  @media (min-width: 551px) {
    .productView-bottom .relatedover {
      width: auto;
      float: right;
      padding: 0 0 2% 2%; } }

.productView-bottom.austenCo .tabs-contents {
  border-top: 8px solid   #a79140; }

section.toggle.videoGallery {
  width: 100%;
  float: left; }

/*----------------------------------------------------09032023--------------------------------------------*/
.rec-pro {
  float: left;
  width: 100%;
  clear: left; }
  @media (min-width: 981px) {
    .rec-pro {
      width: 60%; } }

.rec-pro {
  background-color: #f2f2f2;
  border: 2px solid #205689; }

.rec-pro .save-price {
  background-color: #205689;
  padding: 4px 10px;
  float: left;
  width: 100%; }

.rec-pro .save-price p {
  margin: 0;
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
  color: #fff; }

.save-body {
  width: 100%; }

.save-body {
  display: block;
  text-align: center;
  float: left; }
  @media (min-width: 750px) {
    .save-body {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between; } }

.sb-image {
  flex: 0 25%; }

.sb-check,
.sb-details {
  flex: 0 33.33%; }

.sb-check .sbc-points:last-child {
  border: none; }

.sb-check .sbc-points {
  padding-left: 25px;
  position: relative;
  border-bottom: 1px solid #000;
  width: 75%;
  margin: 0 auto; }
  @media (min-width: 750px) {
    .sb-check .sbc-points {
      width: 75%; } }
  .sb-check .sbc-points p {
    margin: 0;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    font-weight: 600;
    text-align: left; }

.sb-check .sbc-points:before {
  content: '';
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-image: url("https://www.sinks.co.uk/product_images/uploaded_images/check-mark.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.best-selling-sticker {
  padding: 5px;
  background-image: url("https://www.sinks.co.uk/product_images/uploaded_images/rectangle2copy.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  margin: 5px 0px 0px auto; }
  @media (min-width: 750px) {
    .best-selling-sticker {
      width: 100%;
      margin-top: 5px; } }

.sb-details .best-selling-sticker p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  padding: 0 0 0 20px;
  text-align: center;
  font-weight: bold; }

.product-details {
  text-align: center;
  width: 100%;
  margin: 8px 0 0 auto;
  padding: 0 10px; }
  @media (min-width: 551px) {
    .product-details {
      padding: 0; } }

.product-details h4#product-name {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  /*font-weight: 600;*/ }

.product-details h4#product-name b {
  font-weight: bold;
  font-size: 20px; }

.product-details p#product-description {
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.5; }

.product-view-button {
  text-align: center;
  padding: 12px 0; }

.product-view-button a {
  text-decoration: none;
  padding: 5px 20px;
  font-size: 18px;
  line-height: 1.2;
  background-color: #205689;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  font-weight: 900; }

.sb-image {
  padding: 10px 0px 10px 0px; }
  @media (min-width: 750px) {
    .sb-image {
      padding: 0px 0px 0px 10px; } }

@media (min-width: 750px) {
  .sb-check {
    padding: 0px 0px 10px 0px; } }

.rec-pro {
  display: none; }

.rec-pro.second {
  display: none !important; }

#sb-img {
  width: auto; }
  @media (min-width: 750px) {
    #sb-img {
      width: auto;
      max-height: 160px; } }

.austenCoBanner.hide-ban {
  display: none !important; }

.austenCoBanner.show-ban {
  display: block !important; }

.productView-keyPoints.austenCo .austenCoBanner.mobile.show-ban {
  display: none !important; }

.productView-keyPoints.austenCo .austenCoBanner.mobile {
  display: none !important; }

.productView-keyPoints.austenCo .austenCoBanner.mobile.hide-ban {
  display: none !important; }

@media (max-width: 980px) {
  .productView-keyPoints.austenCo .austenCoBanner.desktop.show-ban {
    display: none !important; }
  .productView-keyPoints.austenCo .austenCoBanner.mobile.show-ban {
    display: inline-block !important; } }

section.newP-prod-keyfeatures {
  float: left;
  clear: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 750px) {
    section.newP-prod-keyfeatures {
      width: 50%;
      padding-top: 35px;
      padding-bottom: 20px; } }
  section.newP-prod-keyfeatures .prod-keyfeatures-title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    section.newP-prod-keyfeatures .prod-keyfeatures-title h3 {
      font-size: 24px;
      color: #3b3b3b;
      margin: 0;
      line-height: 1.5;
      font-weight: 400;
      padding: 0 5px; }
    section.newP-prod-keyfeatures .prod-keyfeatures-title hr {
      border: 1px solid #809d84; }
      @media (max-width: 600px) {
        section.newP-prod-keyfeatures .prod-keyfeatures-title hr {
          width: 26% !important; } }
      @media (max-width: 400px) {
        section.newP-prod-keyfeatures .prod-keyfeatures-title hr {
          width: 20% !important; } }
  section.newP-prod-keyfeatures ul.prod-keypoints-container {
    list-style: none;
    margin-bottom: 0px;
    margin-left: 0px;
    column-count: 1;
    padding-top: 15px; }
    @media (min-width: 750px) {
      section.newP-prod-keyfeatures ul.prod-keypoints-container {
        column-count: 2;
        padding-top: 25px; } }
    @media (max-width: 810px) {
      section.newP-prod-keyfeatures ul.prod-keypoints-container {
        max-height: none;
        display: block; } }
  section.newP-prod-keyfeatures li.prod-keypoints:before {
    content: '';
    position: absolute;
    background-image: url("https://cdn11.bigcommerce.com/s-fgzhrtr768/images/stencil/original/image-manager/tick-icon.png");
    width: 30px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    top: 20%; }
  section.newP-prod-keyfeatures li.prod-keypoints {
    position: relative;
    font-size: 15px;
    line-height: 2;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    padding-left: 40px;
    padding-bottom: 10px; }
    @media (min-width: 750px) {
      section.newP-prod-keyfeatures li.prod-keypoints {
        line-height: 1.5;
        padding-bottom: 20px; } }
    @media (max-width: 810px) {
      section.newP-prod-keyfeatures li.prod-keypoints {
        width: 100%; } }

section.newP-rec-prod {
  float: right;
  clear: right;
  width: 100%;
  padding: 1.5em 1em 0em; }
  @media (min-width: 750px) {
    section.newP-rec-prod {
      width: 50%; } }
  @media (max-width: 700px) {
    section.newP-rec-prod {
      clear: unset; } }
  section.newP-rec-prod .rec-prod-inner-container {
    position: relative; }
    section.newP-rec-prod .rec-prod-inner-container .rec-prod-product-container {
      margin-bottom: 12px; }
  section.newP-rec-prod .rec-prod-title {
    background-image: url("https://cdn11.bigcommerce.com/s-fgzhrtr768/images/stencil/original/image-manager/pointed-bar-icon.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    width: 70%;
    position: absolute;
    top: -15px;
    left: 10px;
    z-index: 19; }
    section.newP-rec-prod .rec-prod-title h5 {
      margin: 0;
      font-size: 14px;
      color: #fff;
      padding: 5px 12px;
      text-transform: capitalize;
      font-weight: bold; }
  section.newP-rec-prod .rec-prod-product {
    width: 49%;
    padding: 30px 5px 10px;
    text-align: center;
    border: 1px solid #dedede;
    margin-left: 2px;
    float: left; }
    @media (min-width: 750px) {
      section.newP-rec-prod .rec-prod-product {
        margin: 0;
        width: 32.5%; } }
    section.newP-rec-prod .rec-prod-product .rec-prod-product-img {
      min-height: 175px; }
      @media (min-width: 750px) {
        section.newP-rec-prod .rec-prod-product .rec-prod-product-img {
          min-height: 190px; } }
      @media (min-width: 551px) {
        section.newP-rec-prod .rec-prod-product .rec-prod-product-img {
          min-height: 150px; } }
      @media (max-width: 400px) {
        section.newP-rec-prod .rec-prod-product .rec-prod-product-img {
          min-height: 100px; } }
    section.newP-rec-prod .rec-prod-product .rec-prod-product-title {
      min-height: 35px; }
      @media (min-width: 750px) {
        section.newP-rec-prod .rec-prod-product .rec-prod-product-title {
          min-height: 45px; } }
      section.newP-rec-prod .rec-prod-product .rec-prod-product-title p {
        margin: 0;
        padding-bottom: 8px;
        padding-top: 3px;
        text-align: center;
        font-weight: 600;
        line-height: 1.2;
        word-wrap: break-word;
        text-decoration: none; }
    section.newP-rec-prod .rec-prod-product .rec-prod-product-price p {
      color: #db0a08;
      font-weight: 600;
      margin: 0;
      padding: 5px 5px;
      font-size: 1.1em; }
    section.newP-rec-prod .rec-prod-product .rec-prod-product-addToBasket a {
      text-decoration: none;
      padding: 7px 15px;
      box-sizing: border-box;
      display: block;
      color: #fff;
      background-color: #f05f37;
      width: 100%;
      margin: 0 auto;
      font-weight: bold; }
      @media (min-width: 750px) {
        section.newP-rec-prod .rec-prod-product .rec-prod-product-addToBasket a {
          width: 75%; } }
  @media (max-width: 750px) {
    section.newP-rec-prod .rec-prod-product-container {
      margin-bottom: 10px; } }
  section.newP-rec-prod .rec-prod-product-container button.slick-prev {
    background-color: transparent;
    left: -1.3rem; }
    section.newP-rec-prod .rec-prod-product-container button.slick-prev:before {
      background-image: url("https://cdn11.bigcommerce.com/s-fgzhrtr768/images/stencil/original/image-manager/left-arrow.png"); }
  section.newP-rec-prod .rec-prod-product-container button.slick-next {
    background-color: transparent;
    right: -1.3rem; }
    section.newP-rec-prod .rec-prod-product-container button.slick-next:before {
      background-image: url("https://cdn11.bigcommerce.com/s-fgzhrtr768/images/stencil/original/image-manager/right-arrow.png"); }

section.newP-prod-description {
  float: left;
  clear: left;
  width: 100%;
  padding: 5px;
  overflow: hidden; }
  @media (min-width: 750px) {
    section.newP-prod-description {
      width: 50%; } }
  section.newP-prod-description .prod-description-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px; }
    section.newP-prod-description .prod-description-title h5 {
      font-size: 24px;
      color: #3b3b3b;
      margin: 0;
      line-height: 1.5;
      font-weight: 400;
      padding: 0 5px;
      text-transform: capitalize; }
    section.newP-prod-description .prod-description-title hr {
      border: 1px solid #809d84; }
      @media (max-width: 600px) {
        section.newP-prod-description .prod-description-title hr {
          width: 30% !important; } }
  section.newP-prod-description .prod-description {
    padding-top: 5px; }
    section.newP-prod-description .prod-description iframe {
      max-width: 100%; }
    section.newP-prod-description .prod-description h2, section.newP-prod-description .prod-description h3 {
      border-bottom: 1px solid #dfdfdf;
      text-align: center; }
    section.newP-prod-description .prod-description table {
      width: 100%;
      text-align: center; }
      section.newP-prod-description .prod-description table thead tr {
        background: #e3e3e3; }
        section.newP-prod-description .prod-description table thead tr th {
          padding: 5px 0; }
    section.newP-prod-description .prod-description ul.prod-descSliders.slick-initialized.slick-slider {
      margin: 50px 20px; }
      section.newP-prod-description .prod-description ul.prod-descSliders.slick-initialized.slick-slider li.slick-slide {
        padding: 0 5px; }
      section.newP-prod-description .prod-description ul.prod-descSliders.slick-initialized.slick-slider button.slick-prev {
        background-color: transparent;
        left: -2.5rem; }
        @media (min-width: 750px) {
          section.newP-prod-description .prod-description ul.prod-descSliders.slick-initialized.slick-slider button.slick-prev {
            left: -2.3rem; } }
        section.newP-prod-description .prod-description ul.prod-descSliders.slick-initialized.slick-slider button.slick-prev:before {
          background-image: url("https://cdn11.bigcommerce.com/s-fgzhrtr768/images/stencil/original/image-manager/left-arrow.png"); }
      section.newP-prod-description .prod-description ul.prod-descSliders.slick-initialized.slick-slider button.slick-next {
        background-color: transparent;
        right: -2.3rem; }
        @media (min-width: 750px) {
          section.newP-prod-description .prod-description ul.prod-descSliders.slick-initialized.slick-slider button.slick-next {
            right: -1.3rem; } }
        section.newP-prod-description .prod-description ul.prod-descSliders.slick-initialized.slick-slider button.slick-next:before {
          background-image: url("https://cdn11.bigcommerce.com/s-fgzhrtr768/images/stencil/original/image-manager/right-arrow.png"); }
      section.newP-prod-description .prod-description ul.prod-descSliders.slick-initialized.slick-slider li img {
        display: block;
        margin: 0 auto; }

section.newP-players {
  float: right;
  clear: right;
  width: 100%;
  padding: 5px; }
  @media (min-width: 750px) {
    section.newP-players {
      width: 50%; } }
  section.newP-players .newP-players-top-section {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    section.newP-players .newP-players-top-section .newP-players-brand img {
      width: 145px; }
    section.newP-players .newP-players-top-section .newP-players-title {
      background-image: url("https://cdn11.bigcommerce.com/s-fgzhrtr768/images/stencil/original/image-manager/pointed-bar-icon.png");
      background-position: right;
      background-repeat: no-repeat;
      background-size: cover;
      margin-left: 0px;
      flex: 0 65%; }
      @media (min-width: 750px) {
        section.newP-players .newP-players-top-section .newP-players-title {
          margin-left: 10px; } }
      section.newP-players .newP-players-top-section .newP-players-title h5 {
        margin: 0;
        padding: 5px 30px 5px 15px;
        color: #fff;
        text-transform: none;
        font-size: 14px;
        font-weight: bold; }
    section.newP-players .newP-players-top-section .newP-players-brand {
      flex: 0 25%; }
  section.newP-players .newP-players-container {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    background-image: url("https://cdn11.bigcommerce.com/s-fgzhrtr768/images/stencil/original/image-manager/background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    section.newP-players .newP-players-container .newP-player-info {
      flex: 0 32%;
      text-align: center; }
      section.newP-players .newP-players-container .newP-player-info p {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        padding: 5px 20px 20px; }

section.newP-related-prod {
  float: right;
  width: 100%;
  padding: 15px 5px 5px; }
  @media (min-width: 750px) {
    section.newP-related-prod {
      width: 50%;
      padding: 30px 5px 5px; } }
  section.newP-related-prod .newP-related-prod-inner {
    position: relative; }
    section.newP-related-prod .newP-related-prod-inner .newP-related-prod-title {
      background-image: url("https://cdn11.bigcommerce.com/s-fgzhrtr768/images/stencil/original/image-manager/pointed-bar-icon.png");
      background-position: right;
      background-repeat: no-repeat;
      background-size: cover;
      width: 65%;
      position: absolute;
      top: -15px;
      left: 10px;
      z-index: 99; }
      section.newP-related-prod .newP-related-prod-inner .newP-related-prod-title h5 {
        margin: 0;
        padding: 5px 20px 5px 15px;
        color: #fff;
        text-transform: none;
        font-weight: bold; }
  section.newP-related-prod .jquery-related-prds {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    section.newP-related-prod .jquery-related-prds .product {
      padding: 30px 10px 15px;
      border: 1px solid #dedede;
      flex: 0 50%; }
      section.newP-related-prod .jquery-related-prds .product h4.card-title {
        min-height: fit-content;
        font-size: 16px;
        font-weight: 600;
        color: #4f4f4f;
        padding: 5px;
        margin: 0; }
      section.newP-related-prod .jquery-related-prds .product .price-section span {
        color: #db0a08; }
      section.newP-related-prod .jquery-related-prds .product p.card-text {
        display: none; }
      section.newP-related-prod .jquery-related-prds .product a.button {
        padding: 10px 15px;
        background-color: #f05f37;
        color: #fff;
        box-sizing: border-box;
        display: block;
        width: 100%;
        margin: 0 auto;
        font-weight: bold; }
        @media (min-width: 750px) {
          section.newP-related-prod .jquery-related-prds .product a.button {
            width: 60%; } }
      section.newP-related-prod .jquery-related-prds .product article.card {
        margin: 0; }
      section.newP-related-prod .jquery-related-prds .product .price-section.price-section--withTax a.price.price--rrpSaving {
        display: none; }

section.newP-product-reviews {
  float: left;
  clear: left;
  width: 100%; }
  @media (min-width: 750px) {
    section.newP-product-reviews {
      width: 50%; } }
  section.newP-product-reviews .newP-prod-reviews-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px; }
    section.newP-product-reviews .newP-prod-reviews-title h5 {
      font-size: 24px;
      color: #3b3b3b;
      margin: 0;
      line-height: 1.5;
      font-weight: 400;
      padding: 0 5px;
      text-transform: capitalize; }
    section.newP-product-reviews .newP-prod-reviews-title hr {
      border: 1px solid #809d84; }
      @media (max-width: 600px) {
        section.newP-product-reviews .newP-prod-reviews-title hr {
          width: 25% !important; } }
      @media (max-width: 400px) {
        section.newP-product-reviews .newP-prod-reviews-title hr {
          width: 14% !important; } }
  section.newP-product-reviews section.toggle.productReviews {
    border: none;
    margin-bottom: 0; }
    section.newP-product-reviews section.toggle.productReviews h4.toggle-title {
      display: none; }
    section.newP-product-reviews section.toggle.productReviews .toggle-content li.productReview {
      width: 100%;
      margin-bottom: 1%; }
    section.newP-product-reviews section.toggle.productReviews p.productReview-body {
      color: #3b3b3b;
      padding: 5px 15px 10px;
      margin: 0; }

section.newP-product-reviews-tp {
  float: left;
  clear: left;
  width: 100%;
  padding-top: 20px; }
  @media (min-width: 750px) {
    section.newP-product-reviews-tp {
      width: 100%; } }
  section.newP-product-reviews-tp .newP-prod-reviews-title-tp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px; }
    section.newP-product-reviews-tp .newP-prod-reviews-title-tp h5 {
      font-size: 24px;
      color: #3b3b3b;
      margin: 0;
      line-height: 1.5;
      font-weight: 400;
      padding: 0 5px;
      text-transform: capitalize;
      text-align: center; }
    section.newP-product-reviews-tp .newP-prod-reviews-title-tp hr {
      border: 1px solid #809d84; }
      @media (max-width: 600px) {
        section.newP-product-reviews-tp .newP-prod-reviews-title-tp hr {
          width: 25% !important; } }
      @media (max-width: 400px) {
        section.newP-product-reviews-tp .newP-prod-reviews-title-tp hr {
          width: 14% !important; } }

div#modal-ping {
  transform: translate(-1%, 0%); }
  @media (min-width: 500px) and (max-width: 700px) {
    div#modal-ping {
      transform: translate(5%, 0%); } }
  @media (min-width: 700px) and (max-width: 900px) {
    div#modal-ping {
      transform: translate(10%, 0%); } }
  @media (min-width: 900px) {
    div#modal-ping {
      transform: translate(20%, 0%); } }
  @media (min-width: 1261px) {
    div#modal-ping {
      transform: translate(50%, 0%); } }

div.modal-ping-box {
  max-width: 650px;
  width: 100%;
  padding: 30px;
  -webkit-box-shadow: 0 0 25px #333;
  box-shadow: 0 0 25px #333;
  border-radius: 10px; }
  div.modal-ping-box .header {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #269615;
    padding: 10px;
    border-bottom: 1px solid #000; }
  div.modal-ping-box .body {
    margin-top: 20px; }
    div.modal-ping-box .body h2 {
      text-align: center;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      color: #269615;
      padding-bottom: 10px;
      border-bottom: 1px solid #000; }
  div.modal-ping-box label {
    margin-bottom: 5px;
    display: inline-block;
    color: #252525; }

div.ui-widget-overlay {
  z-index: 899;
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

section.newP-golf-ball-selector {
  width: 100%;
  clear: right;
  padding: 5px 10px;
  text-align: center;
  transition: 0.8s all; }
  section.newP-golf-ball-selector:hover {
    opacity: 0.8;
    transition: 0.8s all; }
  @media (min-width: 750px) {
    section.newP-golf-ball-selector {
      width: 50%;
      display: block;
      float: right; } }

.supportPopup-outer {
  background-color: #d1ecf1;
  border-radius: 10px; }
  .supportPopup-outer .supportPopup-inner {
    padding: 20px 30px 35px 20px; }
    .supportPopup-outer .supportPopup-inner .info-icon i.fa.fa-info-circle {
      font-size: 32px;
      line-height: 1.2;
      color: #0c5460; }
    .supportPopup-outer .supportPopup-inner .supportPopup-title {
      padding: 15px 5px 10px; }
      @media (min-width: 750px) {
        .supportPopup-outer .supportPopup-inner .supportPopup-title {
          padding: 25px 30px 15px; } }
      .supportPopup-outer .supportPopup-inner .supportPopup-title h2 {
        margin: 0;
        font-size: 26px;
        line-height: 1.2;
        color: #0c5460;
        font-weight: 600; }
    .supportPopup-outer .supportPopup-inner .supportPopup-content {
      padding: 8px 5px; }
      @media (min-width: 750px) {
        .supportPopup-outer .supportPopup-inner .supportPopup-content {
          padding: 10px 30px; } }
      .supportPopup-outer .supportPopup-inner .supportPopup-content * {
        margin: 0;
        padding-bottom: 12px;
        font-size: 18px;
        line-height: 1.5;
        color: #0c5460; }
        .supportPopup-outer .supportPopup-inner .supportPopup-content * a.popUp-contact {
          text-decoration: none;
          transition: 0.8s all; }
          .supportPopup-outer .supportPopup-inner .supportPopup-content * a.popUp-contact:hover {
            text-decoration: underline;
            transition: 0.8s all; }

#product-url1 {
  background-color: #FFFFFF;
  text-decoration: none; }

#product-url2 {
  background-color: #FFFFFF;
  text-decoration: none; }

#product-url3 {
  background-color: #FFFFFF;
  text-decoration: none; }

@media (max-width: 1000px) {
  .pop-up-selector-overlay {
    position: unset !important;
    float: left;
    margin: 20px 0px; }
  .golf-ball-selector-popup {
    position: unset !important;
    transform: unset !important; }
  iframe#app-frame {
    width: 100% !important;
    height: 770px !important; } }

@media (max-width: 830px) {
  iframe#app-frame {
    width: 100% !important;
    height: 670px !important; }
  .golf-ball-selector-popup {
    padding: 5px !important; } }

.golf-ball-selector-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1000; }

.pop-up-selector-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }

iframe#app-frame {
  height: 670px;
  width: 450px; }

.g--pop-upClose {
  position: relative; }

.g--pop-upClose a {
  position: absolute;
  right: -21px;
  top: -9px;
  padding: 10px;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  background: #e65001;
  color: #FFF; }
  @media (max-width: 1000px) {
    .g--pop-upClose a {
      top: -20px; } }
  @media (max-width: 860px) {
    .g--pop-upClose a {
      right: -6px;
      top: -6px; } }

.body {
  margin-bottom: 0; }

.Saving_Text {
  float: left;
  width: 100%;
  text-align: center; }
  .Saving_Text.desktop {
    display: none; }
    @media (min-width: 750px) {
      .Saving_Text.desktop {
        display: block; } }
  .Saving_Text.mobile {
    display: block; }
    @media (min-width: 750px) {
      .Saving_Text.mobile {
        display: none; } }
  .Saving_Text .Saving_Text_value p {
    font-size: 2rem;
    color: #fff;
    background-color: #db0a08;
    font-weight: 600;
    margin: 0;
    padding: 5px 0px; }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  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;
  width: 3.57143rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.57143rem;
  position: absolute;
  top: 10px;
  width: 3.57143rem; }

.sale-text-burst {
  color: white;
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  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: 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black;
  transition: 800ms ease; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -35px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: black;
  transition: 800ms ease; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #989898;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 750px) {
  .account--fixed {
    margin: 0 auto; } }

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

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

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

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

.page.perrinrowe-bathroom {
  max-width: none;
  width: auto; }
  .page.perrinrowe-bathroom .categoryDesc {
    float: left;
    width: 100%; }
    @media (min-width: 750px) {
      .page.perrinrowe-bathroom .categoryDesc {
        width: 79%; } }
    .page.perrinrowe-bathroom .categoryDesc.top {
      width: 100%; }
  .page.perrinrowe-bathroom .our-stools {
    text-align: center; }
  .page.perrinrowe-bathroom .perrinRoweBathroom-main .homeHead {
    clear: both;
    text-align: center;
    position: relative;
    margin-bottom: 10px; }
    .page.perrinrowe-bathroom .perrinRoweBathroom-main .homeHead .border {
      background: #2e9600;
      height: 1px;
      width: 100%;
      float: left;
      position: absolute;
      top: 10px;
      left: 0;
      right: 0; }
      @media (min-width: 750px) {
        .page.perrinrowe-bathroom .perrinRoweBathroom-main .homeHead .border {
          top: 15px; } }
    .page.perrinrowe-bathroom .perrinRoweBathroom-main .homeHead .title {
      margin: 0 auto;
      display: inline-block;
      background: #fff;
      width: auto;
      position: relative;
      padding: 0 10px;
      font-size: 1em;
      text-transform: uppercase; }
      @media (min-width: 750px) {
        .page.perrinrowe-bathroom .perrinRoweBathroom-main .homeHead .title {
          font-size: 1.5em; } }
  .page.perrinrowe-bathroom .perrinRoweBathroom-main .sinksTaps {
    float: left;
    width: 100%; }
  .page.perrinrowe-bathroom .perrinRoweBathroom-main .box {
    border: 1px solid #205689;
    margin-bottom: 10px;
    box-sizing: border-box; }
    .page.perrinrowe-bathroom .perrinRoweBathroom-main .box img {
      float: left;
      width: 100%;
      height: 100%; }
      .page.perrinrowe-bathroom .perrinRoweBathroom-main .box img:hover {
        opacity: .9; }
    .page.perrinrowe-bathroom .perrinRoweBathroom-main .box.small {
      float: left;
      width: 100%; }
    .page.perrinrowe-bathroom .perrinRoweBathroom-main .box.medium {
      float: left;
      width: 100%; }
    .page.perrinrowe-bathroom .perrinRoweBathroom-main .box.large {
      float: left;
      width: 49%;
      margin-right: 1%; }
    .page.perrinrowe-bathroom .perrinRoweBathroom-main .box.fullWidth {
      float: left;
      width: 100%; }
    @media (min-width: 750px) {
      .page.perrinrowe-bathroom .perrinRoweBathroom-main .box.large {
        float: left;
        width: 49%;
        margin-right: 2%; }
      .page.perrinrowe-bathroom .perrinRoweBathroom-main .box.medium {
        float: left;
        width: 33%;
        margin-right: .5%; }
        .page.perrinrowe-bathroom .perrinRoweBathroom-main .box.medium.odd {
          margin-right: 1%;
          width: 49%; }
        .page.perrinrowe-bathroom .perrinRoweBathroom-main .box.medium.marginr {
          margin-right: .5%;
          width: 49.5%; }
        .page.perrinrowe-bathroom .perrinRoweBathroom-main .box.medium.marginl {
          margin-left: .5%;
          width: 49.5%; }
      .page.perrinrowe-bathroom .perrinRoweBathroom-main .box.small {
        float: left;
        width: 49.5%;
        margin-right: 1%; }
        .page.perrinrowe-bathroom .perrinRoweBathroom-main .box.small.odd, .page.perrinrowe-bathroom .perrinRoweBathroom-main .box.small.last {
          margin-right: 0; } }
    .page.perrinrowe-bathroom .perrinRoweBathroom-main .box.last {
      margin-right: 0; }
  .page.perrinrowe-bathroom .perrinRoweBathroom-main .tapSplit {
    float: left;
    width: 100%; }
    .page.perrinrowe-bathroom .perrinRoweBathroom-main .tapSplit .left {
      float: left;
      width: 100%; }
    .page.perrinrowe-bathroom .perrinRoweBathroom-main .tapSplit .right {
      float: right;
      width: 100%; }
      .page.perrinrowe-bathroom .perrinRoweBathroom-main .tapSplit .right .barStool {
        float: left;
        width: 100%; }
    @media (min-width: 750px) {
      .page.perrinrowe-bathroom .perrinRoweBathroom-main .tapSplit .left {
        width: 49.5%; }
      .page.perrinrowe-bathroom .perrinRoweBathroom-main .tapSplit .right {
        width: 49.5%;
        margin-left: .5%; } }

.page-barstools {
  max-width: none;
  width: auto; }
  .page-barstools .our-stools {
    text-align: center; }
  .page-barstools .categoryDesc {
    float: left;
    width: 100%; }
  .page-barstools .page-content {
    width: 100%; }
  .page-barstools .barstools-main .homeHead {
    clear: both;
    text-align: center;
    position: relative;
    margin-bottom: 10px; }
    .page-barstools .barstools-main .homeHead .border {
      background: #2e9600;
      height: 1px;
      width: 100%;
      float: left;
      position: absolute;
      top: 10px;
      left: 0;
      right: 0; }
      @media (min-width: 750px) {
        .page-barstools .barstools-main .homeHead .border {
          top: 15px; } }
    .page-barstools .barstools-main .homeHead .title {
      margin: 0 auto;
      display: inline-block;
      background: #fff;
      width: auto;
      position: relative;
      padding: 0 10px;
      font-size: 1em;
      text-transform: uppercase; }
      @media (min-width: 750px) {
        .page-barstools .barstools-main .homeHead .title {
          font-size: 1.5em; } }
  .page-barstools .barstools-main .search-by-colour {
    width: 46.8%;
    float: left;
    background-color: #fdfdfd; }
  .page-barstools .barstools-main .by-colour {
    width: 53%;
    padding-top: 5%;
    float: right;
    background-color: #fdfdfd; }
  .page-barstools .barstools-main .by-colour a.colour-opt-big {
    width: 47px;
    height: 47px;
    display: inline-block;
    margin: 0 4px;
    border: 1px solid #555555;
    position: relative; }
  .page-barstools .barstools-main .by-colour a.colour-opt-small {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 4px;
    border: 1px solid #555555;
    position: relative; }
  @media (min-width: 990px) {
    .page-barstools .barstools-main .by-colour .view-more-colours {
      display: none; } }
  @media (min-width: 990px) and (max-width: 1200px) {
    .page-barstools .barstools-main .by-colour a.colour-opt-small {
      width: 25px;
      height: 25px; }
    .page-barstools .barstools-main .by-colour a.colour-opt-big {
      width: 40px;
      height: 40px; } }
  @media (min-width: 750px) and (max-width: 989px) {
    .page-barstools .barstools-main .by-colour a.colour-opt-small {
      display: none; }
    .page-barstools .barstools-main .by-colour a.colour-opt-big {
      width: 31px;
      height: 31px;
      margin: 0 2px; }
    .page-barstools .barstools-main .by-colour {
      padding-top: 5%; }
    .page-barstools .barstools-main .by-colour .view-more-colours {
      padding-left: 8%; } }
  @media (min-width: 615px) and (max-width: 749px) {
    .page-barstools .barstools-main .by-colour a.colour-opt-small {
      width: 34px;
      height: 34px; }
    .page-barstools .barstools-main .by-colour a.colour-opt-big {
      width: 52px;
      height: 52px; } }
  @media (min-width: 501px) and (max-width: 614px) {
    .page-barstools .barstools-main .by-colour a.colour-opt-small {
      width: 25px;
      height: 25px; }
    .page-barstools .barstools-main .by-colour a.colour-opt-big {
      width: 40px;
      height: 40px; } }
  @media (min-width: 501px) and (max-width: 749px) {
    .page-barstools .barstools-main .by-colour .view-more-colours {
      display: none; } }
  @media (min-width: 300px) and (max-width: 500px) {
    .page-barstools .barstools-main .by-colour .view-more-colours {
      padding-left: 10%; }
    .page-barstools .barstools-main .by-colour a.colour-opt-small {
      display: none; }
    .page-barstools .barstools-main .by-colour a.colour-opt-big {
      width: 15%;
      height: auto;
      padding: 7% 0;
      margin: 0 2px; } }
  .page-barstools .barstools-main .by-colour a.colour-opt-big.black {
    background-color: #030303; }
  .page-barstools .barstools-main .by-colour a.colour-opt-big.cream {
    background-color: #f3e5b8; }
  .page-barstools .barstools-main .by-colour a.colour-opt-big.white {
    background-color: #ffffff; }
  .page-barstools .barstools-main .by-colour a.colour-opt-big.red {
    background-color: #fe0000; }
  .page-barstools .barstools-main .by-colour a.colour-opt-big.purple {
    background-color: #45063f; }
  .page-barstools .barstools-main .by-colour a.colour-opt-small.grey {
    background-color: #9f9f9f; }
  .page-barstools .barstools-main .by-colour a.colour-opt-small.green {
    background-color: #459c0f; }
  .page-barstools .barstools-main .by-colour a.colour-opt-small.wood {
    background-color: #cd9656; }
  .page-barstools .barstools-main .by-colour a.colour-opt-small.blue {
    background-color: #2c43a0; }
  .page-barstools .barstools-main .by-colour a.colour-opt-small.brown {
    background-color: #7e3604; }
  .page-barstools .barstools-main .by-colour a.colour-opt-small.orange {
    background-color: #de5c10; }
  .page-barstools .barstools-main .by-colour a.colour-opt-small.yellow {
    background-color: #ecd43e; }
  .page-barstools .barstools-main .sinksTaps {
    float: left;
    width: 100%; }
  .page-barstools .barstools-main .box {
    border: 1px solid #205689;
    margin-bottom: 10px;
    box-sizing: border-box; }
    .page-barstools .barstools-main .box img {
      float: left;
      width: 100%;
      height: 100%; }
      .page-barstools .barstools-main .box img:hover {
        opacity: .9; }
    .page-barstools .barstools-main .box.small {
      float: left;
      width: 100%; }
    .page-barstools .barstools-main .box.medium {
      float: left;
      width: 100%; }
    .page-barstools .barstools-main .box.large {
      float: left;
      width: 49%;
      margin-right: 1%; }
    .page-barstools .barstools-main .box.fullWidth {
      float: left;
      width: 100%; }
    @media (min-width: 750px) {
      .page-barstools .barstools-main .box.large {
        float: left;
        width: 49%;
        margin-right: 2%; }
      .page-barstools .barstools-main .box.medium {
        float: left;
        width: 33%;
        margin-right: .5%; }
        .page-barstools .barstools-main .box.medium.odd {
          margin-right: 1%;
          width: 49%; }
        .page-barstools .barstools-main .box.medium.marginr {
          margin-right: .5%;
          width: 49.5%; }
        .page-barstools .barstools-main .box.medium.marginl {
          margin-left: .5%;
          width: 49.5%; }
      .page-barstools .barstools-main .box.small {
        float: left;
        width: 49.5%;
        margin-right: 1%; }
        .page-barstools .barstools-main .box.small.odd, .page-barstools .barstools-main .box.small.last {
          margin-right: 0; } }
    .page-barstools .barstools-main .box.last {
      margin-right: 0; }
  .page-barstools .barstools-main .barStoolSplit {
    float: left;
    width: 100%; }
    .page-barstools .barstools-main .barStoolSplit .left {
      float: left;
      width: 100%; }
    .page-barstools .barstools-main .barStoolSplit .right {
      float: right;
      width: 100%; }
      .page-barstools .barstools-main .barStoolSplit .right .barStool {
        float: left;
        width: 100%; }
    @media (min-width: 750px) {
      .page-barstools .barstools-main .barStoolSplit .left {
        width: 49.5%; }
      .page-barstools .barstools-main .barStoolSplit .right {
        width: 49.5%;
        margin-left: .5%; } }
  .page-barstools .barstools-main .brands {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    list-style: none; }
    .page-barstools .barstools-main .brands .brand {
      float: left;
      width: 32.6666%;
      border: 1px solid #d7d6d6;
      height: 150px;
      margin-bottom: 5px;
      display: table;
      margin-right: 1%; }
      .page-barstools .barstools-main .brands .brand:nth-child(3n) {
        margin-right: 0; }
      .page-barstools .barstools-main .brands .brand .card {
        margin: 0;
        vertical-align: middle;
        display: table-cell;
        width: 100%; }
        .page-barstools .barstools-main .brands .brand .card .card-image {
          max-width: 150px;
          width: 100%; }
      .page-barstools .barstools-main .brands .brand .card-body {
        display: none; }
    @media (min-width: 750px) {
      .page-barstools .barstools-main .brands .brand {
        float: left;
        width: 16.25%;
        border: 1px solid #d7d6d6;
        height: 180px;
        margin-bottom: 5px;
        display: table;
        margin-right: .5%; }
        .page-barstools .barstools-main .brands .brand:nth-child(3n) {
          margin-right: .5%; }
        .page-barstools .barstools-main .brands .brand:nth-child(6n) {
          margin-right: 0; }
          .page-barstools .barstools-main .brands .brand:nth-child(6n) .card .card-image {
            max-width: 110px; } }
  .page-barstools .barstools-main .customersThink {
    float: left;
    width: 100%; }
    .page-barstools .barstools-main .customersThink .customers {
      float: left;
      width: 100%;
      list-style: none;
      margin: 30px 0; }
      .page-barstools .barstools-main .customersThink .customers .slick-slide {
        float: left;
        width: 31.333333%;
        margin: 0 1%;
        text-align: center;
        position: relative; }
        .page-barstools .barstools-main .customersThink .customers .slick-slide .name {
          font-weight: bold;
          display: block;
          padding: 10px 0; }
        .page-barstools .barstools-main .customersThink .customers .slick-slide img {
          border-radius: 50%;
          width: 70px;
          margin: 0 auto; }
        .page-barstools .barstools-main .customersThink .customers .slick-slide .quote {
          position: absolute;
          bottom: 50%;
          left: 0;
          font-size: 1em; }
  .page-barstools .barstools-main .whyBuy {
    float: left;
    width: 100%; }
    .page-barstools .barstools-main .whyBuy ul {
      list-style: none;
      float: left;
      width: 100%;
      margin: 0; }
      .page-barstools .barstools-main .whyBuy ul li {
        width: 50%;
        float: left;
        text-align: center; }
        @media (min-width: 750px) {
          .page-barstools .barstools-main .whyBuy ul li {
            width: 20%;
            float: left; } }
        .page-barstools .barstools-main .whyBuy ul li img {
          display: block;
          margin: 25px auto;
          border: 3px solid #2e9600;
          border-radius: 50%; }
        .page-barstools .barstools-main .whyBuy ul li .title {
          display: table;
          min-height: 70px;
          width: 100%; }
          .page-barstools .barstools-main .whyBuy ul li .title span {
            width: 100%;
            padding: 10px 0;
            font-size: 1.2em;
            font-weight: bold;
            display: table-cell;
            vertical-align: middle; }
        .page-barstools .barstools-main .whyBuy ul li:nth-child(odd) {
          clear: left; }
          @media (min-width: 750px) {
            .page-barstools .barstools-main .whyBuy ul li:nth-child(odd) {
              clear: none; } }

.kitchenRange .categoryDesc {
  width: 100%; }
  .kitchenRange .categoryDesc .categoryImage {
    float: left;
    width: 90%;
    margin-bottom: 25px; }
    @media (min-width: 750px) {
      .kitchenRange .categoryDesc .categoryImage {
        width: 50%; } }
    .kitchenRange .categoryDesc .categoryImage .slick-slide {
      float: none;
      display: inline-block;
      vertical-align: middle; }
      .kitchenRange .categoryDesc .categoryImage .slick-slide img {
        max-height: 408px;
        width: 100%; }
      .kitchenRange .categoryDesc .categoryImage .slick-slide:focus {
        outline: 0; }
  .kitchenRange .categoryDesc .categoryImageThumbs {
    float: left;
    width: 9%;
    margin-right: 1%; }
    .kitchenRange .categoryDesc .categoryImageThumbs img {
      width: 100%; }
    .kitchenRange .categoryDesc .categoryImageThumbs .slick-slide {
      max-height: 100px;
      min-height: 100px;
      display: table;
      cursor: pointer; }
      .kitchenRange .categoryDesc .categoryImageThumbs .slick-slide .thumbnail {
        border: 1px solid #ccc;
        padding: 2px;
        text-align: center;
        width: 100%;
        vertical-align: middle;
        display: table-cell; }
      .kitchenRange .categoryDesc .categoryImageThumbs .slick-slide:focus {
        outline: 0; }
      .kitchenRange .categoryDesc .categoryImageThumbs .slick-slide.slick-current .thumbnail {
        border: 1px solid #2e9600; }
    @media (min-width: 750px) {
      .kitchenRange .categoryDesc .categoryImageThumbs .slick-list,
      .kitchenRange .categoryDesc .categoryImageThumbs .slick-track {
        height: 408px !important; } }
  .kitchenRange .categoryDesc .split {
    float: right;
    width: 100%; }
    @media (min-width: 750px) {
      .kitchenRange .categoryDesc .split {
        width: 40%; } }
    .kitchenRange .categoryDesc .split .readMore {
      width: 100%; }
      @media (min-width: 750px) {
        .kitchenRange .categoryDesc .split .readMore {
          padding: 0 5%; } }
      .kitchenRange .categoryDesc .split .readMore a {
        text-decoration: none;
        border: 3px solid;
        width: 100%;
        height: 50px;
        line-height: 45px;
        display: block;
        margin: 10px auto;
        font-weight: 700;
        font-size: 1em;
        text-align: center;
        border-radius: 4px; }
      .kitchenRange .categoryDesc .split .readMore .startBuying {
        border: 3px solid #2e9600;
        height: 60px;
        line-height: 55px;
        font-size: 1.2em;
        border-radius: 4px;
        background: #2e9600;
        color: #fff; }
      .kitchenRange .categoryDesc .split .readMore .sellingPoint {
        margin: 5px 0;
        display: none; }

.kitchenRange .categoryDesc + .page-content {
  width: 100%; }

.kitchenRange .productGrid .product {
  width: 49.5%; }
  .kitchenRange .productGrid .product:nth-child(2n+1) {
    margin: 0 1% 10px 0; }
  .kitchenRange .productGrid .product:nth-child(3n+2) {
    margin: 0 1% 0 0; }
  .kitchenRange .productGrid .product:nth-child(2n) {
    margin-right: 0; }
  @media (min-width: 750px) {
    .kitchenRange .productGrid .product {
      width: 24.25%; }
      .kitchenRange .productGrid .product:nth-child(4n-2) {
        margin: 0 1% 1% 0; }
      .kitchenRange .productGrid .product:nth-child(2n) {
        margin-right: 1%; }
      .kitchenRange .productGrid .product:nth-child(4n) {
        margin-right: 0; } }
  .kitchenRange .productGrid .product .usefulTech {
    list-style: none;
    float: left;
    width: 100%;
    margin: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0; }
    .kitchenRange .productGrid .product .usefulTech li {
      float: left;
      width: 33.33%; }
      .kitchenRange .productGrid .product .usefulTech li:nth-child(1) {
        border-right: 1px solid #d7d6d6; }
      .kitchenRange .productGrid .product .usefulTech li:nth-child(3) {
        border-left: 1px solid #d7d6d6; }
      .kitchenRange .productGrid .product .usefulTech li span {
        float: left;
        width: 100%; }
      .kitchenRange .productGrid .product .usefulTech li .title {
        font-weight: bold; }
      .kitchenRange .productGrid .product .usefulTech li .value {
        font-style: italic; }

.kitchenRange .slick-slider {
  margin: 0; }
  .kitchenRange .slick-slider .slick-dots {
    bottom: 0; }
  .kitchenRange .slick-slider .slick-arrow {
    background: none;
    padding: 0;
    height: auto;
    width: auto;
    margin: 0;
    font-size: 1em;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%); }
  .kitchenRange .slick-slider .slick-next:before,
  .kitchenRange .slick-slider .slick-prev:before {
    font-family: FontAwesome;
    background: none;
    height: auto;
    width: auto;
    font-size: 6em;
    color: #2e9600; }
  .kitchenRange .slick-slider .slick-next {
    right: 0; }
    .kitchenRange .slick-slider .slick-next:before {
      content: '\f105'; }
  .kitchenRange .slick-slider .slick-prev {
    left: 30px; }
    .kitchenRange .slick-slider .slick-prev:before {
      content: '\f104'; }

.kitchenRange .crosssell {
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  .kitchenRange .crosssell ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0; }
    .kitchenRange .crosssell ul li {
      float: left;
      width: 32.66%;
      border: 1px solid #2e9600; }
      .kitchenRange .crosssell ul li:nth-child(2) {
        margin: 0 1%; }
      .kitchenRange .crosssell ul li img {
        width: 100%;
        float: left; }

.kitchenRange .categoryToolbar .filtersButton {
  display: none; }

.section.brand-sec {
  position: relative;
  top: 25px; }

.brand-sec .newC-brand-sec h1 {
  margin: 0;
  padding: 5px 20px 5px 15px;
  color: #2c9101;
  text-transform: none;
  font-weight: 700;
  text-align: center; }

.brand-sec .newC-brand-sec-img {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-evenly;
  gap: 25px;
  background-color: #2c9101;
  padding: 10px;
  margin: 25px 0 25px 0; }
  .brand-sec .newC-brand-sec-img .brand-img1 {
    width: 46%;
    flex-grow: 4;
    background-color: white;
    padding: 15px;
    text-align: center; }
    @media (min-width: 750px) {
      .brand-sec .newC-brand-sec-img .brand-img1 {
        width: 20%; } }
    .brand-sec .newC-brand-sec-img .brand-img1 a {
      width: 100%;
      display: block; }

.brand-sec .categories {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-evenly;
  width: 100%;
  gap: 15px;
  padding: 15px;
  margin-bottom: 70px; }
  .brand-sec .categories .category {
    width: 50%;
    flex-grow: 4;
    background-color: white;
    padding: 16px 10px 10px 10px;
    border: 1px solid #bdbdbd;
    text-align: center;
    position: relative;
    min-height: 136px; }
    .brand-sec .categories .category img {
      max-height: 70px;
      max-width: 92%; }
    @media (min-width: 750px) {
      .brand-sec .categories .category {
        width: 20%; } }
    .brand-sec .categories .category .categorygroup {
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      font-weight: 600; }
      .brand-sec .categories .category .categorygroup .name {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        background: #2b9101;
        color: white;
        left: 0;
        padding: 1px 0; }

section.brand-subcategories {
  background: #efefef;
  width: 100%;
  float: left;
  margin: 0 0 2% 0; }
  section.brand-subcategories ul.brandCategories {
    list-style: none;
    width: 100%;
    float: left;
    margin-left: 0; }
    section.brand-subcategories ul.brandCategories a {
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.5; }
      @media (min-width: 551px) {
        section.brand-subcategories ul.brandCategories a {
          font-size: 20px; } }
    section.brand-subcategories ul.brandCategories li {
      width: 31%;
      float: left;
      border: 2px solid #898787;
      text-align: center;
      padding: 1% 2%;
      margin: 1%;
      background: #FFFFFF;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 80px; }
      @media (min-width: 790px) {
        section.brand-subcategories ul.brandCategories li {
          width: 23%;
          min-height: 100px; } }
      @media (max-width: 560px) {
        section.brand-subcategories ul.brandCategories li {
          width: 48%;
          min-height: 100px; } }
      section.brand-subcategories ul.brandCategories li a {
        text-decoration: none;
        font-size: 20px;
        font-weight: bold; }

.brandTopSection {
  width: 100%;
  float: left;
  margin-top: 2%; }
  .brandTopSection .brandTopImage {
    width: 100%;
    float: left;
    padding: 0 1%;
    text-align: center;
    display: none; }
    @media (min-width: 900px) {
      .brandTopSection .brandTopImage {
        width: 25%;
        float: left;
        display: block; } }
  .brandTopSection .brandTopContent {
    width: 100%;
    float: left;
    padding: 0 1%;
    text-align: center; }
    @media (min-width: 900px) {
      .brandTopSection .brandTopContent {
        width: 50%; } }
    .brandTopSection .brandTopContent p {
      text-align: justify; }
    .brandTopSection .brandTopContent img {
      max-width: 250px;
      max-height: 60px;
      margin-bottom: 12px; }

.modal-body {
  padding: 1.25rem 2.25rem; }

.productView.popUp .productView-images {
  width: 100%;
  padding: 0; }
  .productView.popUp .productView-images .mainimage {
    display: block;
    width: 100%;
    text-align: center; }
    .productView.popUp .productView-images .mainimage .productView-image--default {
      position: relative;
      max-height: 150px; }

.productView.popUp .productView-details {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0; }
  .productView.popUp .productView-details .productView-title {
    text-align: center;
    font-size: 18px; }
  .productView.popUp .productView-details .productView-rating {
    text-align: center;
    margin: 10px 0 14px; }
  .productView.popUp .productView-details .sku {
    text-align: center; }
  .productView.popUp .productView-details .productView-options {
    margin: 5px 0; }
  .productView.popUp .productView-details .inStockDate {
    width: 100%; }
  .productView.popUp .productView-details .price.sale--price {
    font-size: 1em; }

.productView.popUp .usefulTech {
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
  border-top: 1px solid #d7d6d6;
  border-bottom: 1px solid #d7d6d6;
  padding: 10px 0;
  margin: 5px 0; }
  .productView.popUp .usefulTech li {
    float: left;
    width: 33.33%;
    text-align: center; }
    .productView.popUp .usefulTech li .title {
      font-weight: bold; }
    .productView.popUp .usefulTech li .value {
      display: block;
      font-style: italic; }
    .productView.popUp .usefulTech li:nth-child(1) {
      border-right: 1px solid #d7d6d6; }
    .productView.popUp .usefulTech li:nth-child(3) {
      border-left: 1px solid #d7d6d6; }

.productView.popUp .productView-price {
  width: 100%; }
  .productView.popUp .productView-price .price {
    display: block; }
  .productView.popUp .productView-price .label {
    font-size: .5em; }
    .productView.popUp .productView-price .label.exTax {
      font-size: .5em; }
  .productView.popUp .productView-price .exTax {
    font-size: inherit;
    float: left;
    width: 100%; }
  .productView.popUp .productView-price .price-section {
    width: 100%;
    float: left;
    text-align: center; }
    .productView.popUp .productView-price .price-section.price-section--withTax {
      border-right: 1px solid #d7d6d6; }

.productView.popUp .productView-useful {
  padding: 0;
  margin: 20px 0 0px;
  width: 100%; }
  .productView.popUp .productView-useful .availability {
    text-align: center; }

.productView.popUp .productOptions-list-item-figure {
  width: 4rem !important; }

.productView.popUp .productView-options .form {
  margin: 10px 0; }

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 750px) {
  #ban {
    border: 1px solid #ccc;
    width: 68% !important;
    margin: 0 2% 0 0; } }

@media only screen and (min-width: 300px) {
  #ban {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 30px; } }

section.toggle.videoGallery {
  width: 70% !important; }

li.time {
  padding-left: 17px;
  position: relative;
  clear: both; }

.contactUs .row .openingTimes .time:before {
  position: absolute;
  left: 0;
  top: 1px; }

@media (max-width: 1024px) {
  .homepage .brands {
    display: flex;
    flex-wrap: wrap; }
  .homepage .brands .brand {
    display: flex;
    align-items: center;
    justify-content: center; }
  .homepage .brands .brand .card .card-image {
    max-width: 150px;
    width: 90%;
    max-height: 148px; } }

/* Clearpay Message START */
.ClearpayMobile {
  display: block;
  text-align: center;
  padding: 0 0 20px; }
  @media (min-width: 750px) {
    .ClearpayMobile {
      display: none; } }

.ClearpayDesktop {
  display: none; }
  @media (min-width: 750px) {
    .ClearpayDesktop {
      display: block; } }

.ClearpayContainer {
  width: 100%;
  margin: -16px 0 -10px 0;
  text-align: center; }

/* Clearpay Message END */
#zonos {
  display: none; }
