@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:992px)/";
  width: 551px; }

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

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

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: #666666;
  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: 992px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 22px; }

h2 {
  font-size: 16px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

cite {
  color: #999999;
  display: block;
  font-size: 13px; }

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Roboto", 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: #e5e5e5;
  color: white;
  font-size: 13px;
  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: #999999;
    color: #111111; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: #111111; }
  .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: whitesmoke;
  border-color: whitesmoke;
  color: #3aa913; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #3aa913;
    border-color: #3aa913;
    color: whitesmoke; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

.button--icon {
  font-size: 13px;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: #666666; }

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


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

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

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

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

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

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 13px;
  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: 13px;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: whitesmoke;
  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: #e5e5e5;
  color: #666666;
  font-family: inherit;
  font-size: 13px;
  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: #999999; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #999999; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #666666;
  float: left;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #666666; }
  .breadcrumb.current {
    color: #666666;
    cursor: default; }
    .breadcrumb.current a {
      color: #666666;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #666666;
    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: #111111;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #666666;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

.navBar-action {
  color: black;
  font-size: 18px;
  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: #666666;
  font-size: 18px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #666666;
    font-size: 13px;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #666666;
      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: #666666; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #666666;
  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: 13px;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

.modal-footer-link {
  display: inline-block;
  font-size: 18px;
  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: 16px;
  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: 18px;
  padding: 0.35714rem 0.78571rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-figcaption-button {
  background-color: rgba(58, 169, 19, 0.9);
  color: white; }
  .card-figcaption-button:hover {
    background-color: #3aa913;
    color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  height: 1.57143rem;
  top: 29px;
  width: 1.85714rem; }
  @media (max-width: 544px) {
    .slick-next,
    .slick-prev {
      top: 21px; } }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before, .slick-prev:focus:before, .slick-next:focus:before {
  opacity: 0; }

.slick-next {
  right: 15px; }
  @media (max-width: 544px) {
    .slick-next {
      right: 5px; } }

.slick-prev {
  right: 49px;
  left: auto; }
  @media (max-width: 544px) {
    .slick-prev {
      right: 39px; } }

.productCarousel .slick-slide {
  padding: 0 15px; }
  @media (max-width: 544px) {
    .productCarousel .slick-slide {
      padding: 0 5px; } }

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

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

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

.slick-disabled {
  cursor: default;
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9; }

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

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

.slick-disabled {
  opacity: 0.4 !important; }

.slick-arrow {
  vertical-align: top;
  text-shadow: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  height: 30px;
  width: 30px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: none;
  float: right;
  overflow: hidden;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background: white; }
  .slick-arrow:after, .slick-arrow:before {
    position: absolute;
    font-size: 22px;
    background: white;
    line-height: 30px;
    font-family: "Material Icons";
    height: 30px;
    width: 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    font-weight: 400; }

.slick-prev:after {
  content: "\e314";
  color: #777777; }

.slick-prev:before {
  content: "\e314";
  left: 10px;
  right: auto;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  font-size: 22px;
  color: #000; }

.slick-prev:hover:after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.slick-prev:hover:before {
  left: -1px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.slick-next:after {
  content: "\e315";
  color: #777777; }

.slick-next:before {
  display: inline-block;
  content: "\e315";
  right: 10px;
  left: auto;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  font-size: 22px;
  color: #000; }

.slick-next:hover:after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.slick-next:hover:before {
  display: inline-block;
  right: -2px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.nanobar {
  display: none;
  width: 100%;
  height: 0.35714rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    -webkit-transition: height .1s;
    -moz-transition: height .1s;
    -ms-transition: height .1s;
    -o-transition: height .1s;
    background-color: #999999; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #111111;
    font-size: 1.71429rem; }
  .swal2-modal .swal2-content {
    color: #666666;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #e5e5e5;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Roboto", 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: #e5e5e5;
    color: white;
    font-size: 13px;
    padding: 0.85714rem 2.28571rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #999999;
      color: #111111; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: #111111; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: #3aa913; }
  .swal2-modal .swal2-confirm:hover {
    background-color: #3aa913;
    border-color: #3aa913;
    color: whitesmoke; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: #2a3746;
    border-color: #2a3746;
    color: white; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: #88d124;
    border-color: #88d124;
    color: #111111; }
  .swal2-modal .swal2-cancel:active {
    background-color: #88d124;
    border-color: #88d124;
    color: #111111; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

.swal2-icon {
  display: flex; }

html,
body {
  height: auto; }

body {
  color: #777777; }
  @media (min-width: 992px) {
    body {
      padding-top: 0; } }

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

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

body {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px; }
  body p {
    clear: both; }
  body .tml {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    background: #ffffff;
    top: 0; }
  body #loader {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    width: 64px;
    height: 64px; }
  body #loader div {
    animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px; }
  body #loader div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #111111;
    margin: -3px 0 0 -3px; }
  body #loader div:nth-child(1) {
    animation-delay: -0.036s; }
  body #loader div:nth-child(1):after {
    top: 50px;
    left: 50px; }
  body #loader div:nth-child(2) {
    animation-delay: -0.072s; }
  body #loader div:nth-child(2):after {
    top: 54px;
    left: 45px; }
  body #loader div:nth-child(3) {
    animation-delay: -0.108s; }
  body #loader div:nth-child(3):after {
    top: 57px;
    left: 39px; }
  body #loader div:nth-child(4) {
    animation-delay: -0.144s; }
  body #loader div:nth-child(4):after {
    top: 58px;
    left: 32px; }
  body #loader div:nth-child(5) {
    animation-delay: -0.18s; }
  body #loader div:nth-child(5):after {
    top: 57px;
    left: 25px; }
  body #loader div:nth-child(6) {
    animation-delay: -0.216s; }
  body #loader div:nth-child(6):after {
    top: 54px;
    left: 19px; }
  body #loader div:nth-child(7) {
    animation-delay: -0.252s; }
  body #loader div:nth-child(7):after {
    top: 50px;
    left: 14px; }
  body #loader div:nth-child(8) {
    animation-delay: -0.288s; }
  body #loader div:nth-child(8):after {
    top: 45px;
    left: 10px; }

@keyframes loader {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 1.85714rem;
  letter-spacing: 0.6px; }

a {
  transition: color 0.15s ease;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  text-decoration: none;
  color: #666666; }
  a:hover, a:active {
    color: #111111; }

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

*:focus {
  outline: none;
  color: #111111; }

.main.full .page-heading {
  margin: 0.35714rem 0 0.35714rem;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #e0e0e0; }

.page .page-heading {
  float: left;
  width: auto;
  position: relative;
  margin: 30px 0 15px;
  text-transform: capitalize;
  font-weight: normal; }

h1 {
  font-size: 22px; }

h2 {
  font-size: 16px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

.btm-border {
  position: relative; }

.tt-sitemap {
  text-align: left; }
  .tt-sitemap ul ul, .tt-sitemap ul ol, .tt-sitemap ol ul, .tt-sitemap ol ol {
    margin: 8px 15px 15px 25px; }

.form-select {
  appearance: none;
  background-color: transparent;
  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(17, 17, 17, 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: #666666;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  text-transform: none; }

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

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

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

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

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

.form-wishlist {
  position: relative; }

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

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

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

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

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

.modal-header-title {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #000; }
  @media (max-width: 544px) {
    .modal-header-title {
      font-size: 16px;
      font-weight: 500; } }

.modal-close {
  height: 34px;
  width: 34px;
  color: #666666;
  font-size: 26px;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 8px;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 992px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close span {
    float: left;
    width: 100%;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s; }
  .modal-close:hover {
    color: black; }
    .modal-close:hover span {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -moz-transform: rotate(180deg); }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #666666;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: whitesmoke;
      border-color: whitesmoke;
      color: #3aa913; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #3aa913;
      border-color: #3aa913;
      color: whitesmoke; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.breadcrumbs {
  text-align: center; }
  @media (min-width: 551px) {
    .breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  font: 400 14px/20px "Mark OT", Arial, Helvetica, sans-serif; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text;
    color: #000000; }

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

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

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }
  @media (max-width: 991px) {
    .panel--large .panel-body {
      padding: 1.5rem; } }

.pagination-list {
  font-size: 0;
  margin-bottom: 0;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }
    .pagination-list .pagination-item .pagination-link {
      color: #111111;
      width: 31px;
      float: left;
      height: 31px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      text-align: center;
      border-color: #dddddd;
      line-height: 24px; }
    .pagination-list .pagination-item:hover {
      background: #3aa913;
      border-color: #3aa913;
      cursor: pointer;
      color: whitesmoke; }
      .pagination-list .pagination-item:hover a {
        color: whitesmoke; }
      .pagination-list .pagination-item:hover .icon svg {
        fill: #ffffff !important; }

.pagination-item {
  border: 1px solid #dddddd;
  line-height: 1;
  float: left;
  border-color: 1px solid #dddddd;
  border-radius: 50%; }
  .pagination-item .pagination-link {
    text-decoration: none; }
    .pagination-item .pagination-link:hover {
      color: #111111; }
  .pagination-item.pagination-item--current {
    border-color: whitesmoke;
    background: whitesmoke;
    color: whitesmoke; }
    .pagination-item.pagination-item--current a {
      color: #3aa913 !important; }
      .pagination-item.pagination-item--current a:hover {
        color: whitesmoke !important; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #666666; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #111111; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #111111; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 100%;
  margin: 0;
  float: left;
  width: 100%; }

.pagination-item--previous {
  float: left; }

.pagination-item--next {
  float: right; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #666666;
    cursor: inherit;
    line-height: 1.5;
    color: #3aa913;
    float: left;
    width: auto;
    border-radius: 25px;
    padding: 8px 15px; }
    .pagination-list--small .pagination-item:hover {
      color: whitesmoke; }
  .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 {
  font: 500 14px/18px "Mark OT", Arial, Helvetica, sans-serif;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  letter-spacing: 1px;
  border-radius: 25px;
  overflow: hidden; }
  .button + .button {
    margin-left: 0; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background: #3aa913;
    color: whitesmoke; }
    .button:hover .material-icons, .button:focus .material-icons, .button.is-active .material-icons, .button.active .material-icons {
      color: whitesmoke; }

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

.button--icon:hover, .button--icon:focus {
  border-color: #3aa913; }
  .button--icon:hover svg, .button--icon:focus svg {
    fill: white; }

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

.button--small {
  background: #e5e5e5;
  color: #666666; }
  .button--small:hover {
    border-color: #3aa913; }

.button--default {
  background: #2a3746;
  border-color: #2a3746;
  color: white; }
  .button--default:hover {
    background: #88d124;
    border-color: #88d124;
    color: #111111; }
  .button--default:active {
    background: #88d124;
    border-color: #88d124;
    color: #111111; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 992px) {
    .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: 992px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

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

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

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

.accordion {
  border-radius: 4px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }
  .accordion .navList {
    margin-bottom: 5px;
    float: left;
    width: 100%; }

.accordion-content {
  border: 0;
  float: left;
  width: 100%; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

@media (min-width: 991px) {
  .accordion-title, .sidebarBlock-heading {
    margin: 0 !important; } }

.accordion-title {
  font: 700 14px/28px "Mark OT", Arial, Helvetica, sans-serif;
  padding: 2px 0 !important;
  float: left;
  width: 100%;
  color: #000;
  position: relative;
  text-transform: capitalize; }
  @media (max-width: 991px) {
    .accordion-title {
      padding: 10px 0 !important;
      margin: 0; } }

.sidebarBlock-heading {
  background: whitesmoke;
  color: #3aa913;
  border: none;
  float: left;
  font: 500 14px/24px "Mark OT", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 15px !important;
  position: relative;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  letter-spacing: 0.6px; }

.accordion-navigation {
  position: relative;
  border: none;
  text-decoration: none; }
  .accordion-navigation:hover .accordion-navigation-actions svg {
    fill: #000000; }

.accordion-navigation-actions svg.toggleLink-text--on {
  fill: #000000; }

.accordion--navList {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin: 0; }
  @media (min-width: 992px) {
    .accordion--navList {
      border: 0; } }
  @media (min-width: 1260px) and (max-width: 1499px) {
    .accordion--navList {
      padding: 10px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .accordion--navList {
      padding: 10px 6px; } }
  @media (max-width: 991px) {
    .accordion--navList {
      border-top: none; } }
  @media (min-width: 992px) {
    .sidebarBlock + .accordion--navList {
      margin-top: 2rem; } }
  .accordion--navList .accordion-block {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5; }
    .accordion--navList .accordion-block:last-child {
      border: none; }
    @media (min-width: 992px) {
      .accordion--navList .accordion-block {
        padding: 8px 0; } }
    .accordion--navList .accordion-block #facetedSearch-content--rating .rating--small {
      margin-right: 10px; }
      .accordion--navList .accordion-block #facetedSearch-content--rating .rating--small .material-icons {
        line-height: 14px; }
  .accordion--navList .accordion-content {
    padding: 0; }
  .accordion--navList .accordion-navigation {
    float: left;
    width: 100%; }
  .accordion--navList .accordion-indicator {
    fill: #999999; }
  .accordion--navList .accordion-navigation-actions {
    right: 1rem;
    top: 1.21429rem; }
    @media (min-width: 992px) {
      .accordion--navList .accordion-navigation-actions {
        right: 0;
        top: 6px; } }

.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: #666666;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #111111; }

.subcategory .navList-item a {
  line-height: 24px; }

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

.alertBox {
  border-radius: 4px;
  float: left;
  width: 100%;
  color: #333333; }

.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(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat;
  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: 120rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (max-width: 991px) {
    .form-actions {
      float: left;
      width: auto; } }
  @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: "Roboto", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  color: #222222;
  font-weight: 700;
  font-size: 14px; }

.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: 14px;
  height: 2.48571rem;
  line-height: 18px;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

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

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

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

.form-field-group {
  border: 1px solid #e5e5e5;
  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%;
  border-radius: 25px; }

@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: 991px) and (max-width: 1499px) {
    .form-prefixPostfix-button--postfix {
      margin: 0; } }
  @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: 14px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }

.form-option {
  border: 2px solid #e5e5e5;
  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;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #999999; }
  .form-radio:checked + .form-option {
    border-color: #333333; }

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

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

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

.form-input--small {
  font-size: 14px;
  height: 2.48571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }
  @media (min-width: 992px) and (max-width: 1499px) {
    .form-input--small {
      padding: 0 2px; } }

.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: 992px) and (max-width: 1499px) {
      .form-minMaxRow .button {
        font-size: 13px;
        letter-spacing: 0; } }

@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);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -moz-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;
  position: relative;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out; }
  .card-figure:after {
    content: "";
    border-top: 4px double #e5e5e5;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0; }
    @media (max-width: 544px) {
      .card-figure:after {
        left: 5px;
        right: 5px; } }

.card {
  float: left;
  overflow: hidden;
  width: 100%;
  padding: 0 0px 30px;
  border-radius: 8px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out; }
  @media (max-width: 1199px) {
    .card {
      margin-bottom: 20px; } }
  @media (min-width: 545px) and (max-width: 991px) {
    .card {
      padding: 0 0 10px; } }
  @media (min-width: 320px) and (max-width: 544px) {
    .card {
      padding: 0 5px 10px; } }
  .card .tt-price {
    text-align: center; }
    .card .tt-price > div {
      transition: all 400ms ease-in-out;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out; }
  .card .card-title > a {
    white-space: nowrap; }
  @media (max-width: 991px) {
    .card {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
      transition: all 400ms ease-in-out;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out; }
      .card .rating-block, .card .card-figcaption {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        transition: all 400ms ease-in-out;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out; }
      .card .card-title > a {
        color: #111111; }
      .card .tt-price > div {
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .card .tt-price > div {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1; } }
  @media (max-width: 991px) {
      .card .sale-flag-side {
        left: 0; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .card .sale-flag-side {
        left: 5px; } }
  @media (max-width: 991px) {
      .card .tt-cart-btn {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        transition: all 400ms ease-in-out;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        bottom: -8px; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .card .tt-cart-btn {
        position: static; } }
  @media (max-width: 991px) {
      .card .card-figcaption {
        right: 0;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        transition: all 400ms ease-in-out;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out; } }
    @media (max-width: 991px) and (min-width: 544px) and (max-width: 991px) {
      .card .card-figcaption {
        height: 124px;
        right: 10px; } }
    @media (max-width: 991px) and (max-width: 544px) {
      .card .card-figcaption {
        height: 124px;
        right: 5px; } }
  @media (max-width: 991px) {
        .card .card-figcaption a, .card .card-figcaption label {
          opacity: 1;
          -webkit-opacity: 1;
          -moz-opacity: 1;
          -khtml-opacity: 1; } }
  .card:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out; }
    .card:hover .rating-block, .card:hover .card-figcaption {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      transition: all 400ms ease-in-out;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out; }
    .card:hover .card-title > a {
      color: #111111; }
    .card:hover .tt-price > div {
      opacity: 0;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0; }
      @media (max-width: 991px) {
        .card:hover .tt-price > div {
          opacity: 1;
          -webkit-opacity: 1;
          -moz-opacity: 1;
          -khtml-opacity: 1; } }
    .card:hover .sale-flag-side {
      left: 4px; }
      @media (max-width: 991px) {
        .card:hover .sale-flag-side {
          left: 5px; } }
    .card:hover .tt-cart-btn {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      transition: all 400ms ease-in-out;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out;
      bottom: -8px; }
    .card:hover .card-figcaption {
      right: 10px;
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      transition: all 400ms ease-in-out;
      -webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      -ms-transition: all 400ms ease-in-out; }
      @media (min-width: 544px) and (max-width: 991px) {
        .card:hover .card-figcaption {
          right: 10px; } }
      @media (max-width: 544px) {
        .card:hover .card-figcaption {
          right: 5px; } }
      .card:hover .card-figcaption a, .card:hover .card-figcaption label {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1; }

.card-img-container {
  position: relative;
  max-width: 250px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 130%; }

.card-figcaption {
  position: absolute;
  top: 15px;
  right: -50px;
  width: 36px;
  height: 80px;
  left: auto;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  margin: 0;
  pointer-events: none; }

.card-figcaption-body {
  display: inline-block;
  top: auto;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  pointer-events: all; }
  .card-figcaption-body a, .card-figcaption-body label {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0; }
  .card-figcaption-body .quickview, .card-figcaption-body .tt-wishlist {
    margin: 5px 0; }
  .card-figcaption-body .tt-compare {
    margin: 0; }
  .card-figcaption-body .tt-comparecheck {
    display: none; }

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

.card-title {
  font-size: 18px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #444444;
    text-decoration: none;
    font: 400 14px/18px "Mark OT", Arial, Helvetica, sans-serif; }
    .card-title > a:hover {
      color: #111111; }

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

.tt-cart-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -20px;
  margin: auto;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  vertical-align: top; }

@media (max-width: 544px) {
  .tt-cart-btn .card-figcaption-button {
    line-height: 18px;
    padding: 9px 15px; } }

.card-figcaption-button {
  line-height: 36px;
  font-size: 13px;
  border: none;
  width: auto;
  color: white;
  background-color: #3aa913;
  border-color: transparent;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  padding: 1px 20px;
  overflow: hidden;
  margin: 0 auto;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  font-weight: 500;
  z-index: 1;
  position: relative; }
  @media (max-width: 544px) {
    .card-figcaption-button {
      line-height: 32px;
      font-size: 12px; } }
  .card-figcaption-button:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    position: absolute;
    top: 0;
    width: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -ms-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out; }
  .card-figcaption-button:hover {
    background: #3aa913;
    color: whitesmoke; }
    .card-figcaption-button:hover:after {
      width: 100%; }
    .card-figcaption-button:hover span {
      color: whitesmoke; }
  .card-figcaption-button:active {
    background-color: #3aa913;
    border: none;
    color: white; }
    .card-figcaption-button:active .material-icons {
      color: white; }
  .card-figcaption-button .material-icons {
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    font-weight: 400;
    font-size: 16px;
    color: white;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out; }
    @media (max-width: 544px) {
      .card-figcaption-button .material-icons {
        line-height: 32px; } }

.card-body {
  text-align: center;
  position: relative;
  float: left;
  min-height: 70px;
  padding: 10px;
  width: 100%; }
  @media (min-width: 551px) {
    .card-body {
      text-align: center; } }
  @media (max-width: 544px) {
    .card-body {
      padding: 10px 5px; } }

.tt-price, .tt-list-price {
  float: left;
  width: 100%; }
  .tt-price > div, .tt-list-price > div {
    float: none;
    display: inline-block;
    vertical-align: top;
    line-height: 24px; }

.card--alternate {
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease; }

@media (min-width: 320px) and (max-width: 544px) {
  .tt-cart-btn .material-icons {
    display: none; } }

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

.navList-action,
.navBar-action {
  text-decoration: none;
  color: #777777; }
  .navList-action:hover,
  .navBar-action:hover {
    color: #000000; }

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 13px;
  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 #cccccc;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .navList-action--checkbox {
      padding-left: 22px; } }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox:after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

.navBar--sub {
  margin-bottom: 1.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: left;
    margin: 0 20px 0 0; }
    @media (min-width: 992px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    .navBar--sub .navBar-item.is-active {
      color: #666666;
      line-height: 30px;
      color: #111111;
      border-bottom: 2px solid #666666; }
      @media (min-width: 992px) {
        .navBar--sub .navBar-item.is-active {
          border-bottom: 2px solid #666666; } }
      .navBar--sub .navBar-item.is-active > .navBar-action {
        color: #666666; }
    @media (min-width: 992px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #666666;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #666666;
    font-size: 13px;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #111111; }

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

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

.actionBar-section .form-field {
  background-color: white;
  height: 34px;
  border: 1px solid #e5e5e5;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #999999; }

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

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

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

.actionBar-section .form-select {
  color: #666666;
  height: 2.34286rem; }

.has-ribbon {
  position: relative; }

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

.navUser {
  float: right;
  margin-top: 1px;
  width: auto;
  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: 992px) and (max-width: 1199px) {
    .navUser {
      right: 0px !important; } }
  @media (min-width: 992px) {
    .navUser {
      padding: 0;
      position: relative;
      right: 0;
      top: auto;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      -moz-transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    -moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    -webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: none !important;
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }
      @media (max-width: 991px) {
        .navUser .dropdown-menu.is-open:after {
          border-color: transparent transparent #e5e5e5 transparent; } }

.navUser-section .material-icons {
  height: 46px;
  margin: 0 auto;
  width: 50px;
  cursor: pointer;
  float: left;
  color: white;
  line-height: 46px;
  font-weight: 400;
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -ms-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  z-index: 99; }
  @media (max-width: 991px) {
    .navUser-section .material-icons {
      color: white; } }
  @media (max-width: 544px) {
    .navUser-section .material-icons {
      width: 40px;
      line-height: 40px;
      height: 40px; } }

.navUser-section .tt-user-info .material-icons {
  font-size: 28px; }
  @media (max-width: 544px) {
    .navUser-section .tt-user-info .material-icons {
      font-size: 24px; } }

.navUser-section .navUser-item--cart .material-icons {
  font-size: 24px; }

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

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

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

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

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

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

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

.navUser-item--cart {
  display: inline-block; }
  .navUser-item--cart .navUser-action {
    color: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #10ae4b; }
  .navUser-item--cart .dropdown-menu {
    min-width: 20.71429rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      right: 0.35714rem; }
      @media (min-width: 992px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.42857rem; }
        @media (min-width: 992px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.57143rem; }
        @media (min-width: 992px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.92857rem; } }

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

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

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

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

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

.dropdown--quickSearch {
  background-color: white;
  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: 0;
    position: relative; }
    .dropdown--quickSearch .form .search-icon {
      position: absolute;
      top: 0;
      right: -1px; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    background: white;
    font-size: 14px;
    height: unset;
    border-radius: 25px;
    height: 50px;
    border: none;
    color: #666666 !important; }
    @media (max-width: 991px) {
      .dropdown--quickSearch .form-input {
        height: 40px; } }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 15px 0; }

.countPill, .countPill--alt {
  border: 2px solid #fff;
  background-color: #10ae4b;
  border-radius: 50%;
  color: #3aa913;
  font-size: 12px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  z-index: 99;
  width: 20px; }
  @media (max-width: 544px) {
    .countPill, .countPill--alt {
      height: 16px;
      width: 16px;
      line-height: 16px;
      border: none; } }

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

#cart-preview-dropdown {
  background: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: none;
  top: 55px !important;
  padding: 0; }
  @media (min-width: 544px) and (max-width: 991px) {
    #cart-preview-dropdown {
      width: 320px !important;
      left: auto !important; } }
  @media (min-width: 320px) and (max-width: 544px) {
    #cart-preview-dropdown {
      left: auto !important;
      right: 0;
      top: 50px !important;
      width: 240px !important; } }
  #cart-preview-dropdown .previewCart {
    padding: 5px 15px;
    max-height: 496px;
    overflow-y: auto; }

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

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 992px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  @media (max-width: 991px) {
    .navPages-container {
      background: #fff;
      position: fixed;
      padding: 15px;
      z-index: 150;
      height: 100%;
      left: 0;
      right: auto;
      top: 0;
      display: block;
      box-shadow: -1px 0 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.1);
      transition: all 0.5s cubic-bezier(0.99, 0.95, 0.49, 1.03);
      -webkit-transition: all 0.5s cubic-bezier(0.99, 0.95, 0.49, 1.03);
      -moz-transition: all 0.5s cubic-bezier(0.99, 0.95, 0.49, 1.03);
      -ms-transition: all 0.5s cubic-bezier(0.99, 0.95, 0.49, 1.03);
      -o-transition: all 0.5s cubic-bezier(0.99, 0.95, 0.49, 1.03);
      transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -moz-transform: translateX(-100%); } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px; }
    @media (max-width: 991px) {
      .navPages-container.is-open {
        z-index: 990;
        padding-top: 15px;
        overflow: scroll;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -moz-transform: translateX(0);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); } }
    .navPages-container.is-open .ttcat-title {
      display: none; }
    .navPages-container.is-open ul.cat-Menu-toggle {
      display: block !important; }

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 992px) {
    .navPages {
      margin: 0 auto;
      max-width: 120rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 992px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 992px) {
      .navPages-item, .navPages-action {
        display: block; } }
  @media (max-width: 991px) {
    .navPages {
      background: #ffffff;
      padding: 0; } }
  .navPages ul.cat-Menu-toggle {
    list-style: none; }
    @media (min-width: 992px) {
      .navPages ul.cat-Menu-toggle {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); } }
    .navPages ul.cat-Menu-toggle:before {
      color: #ffffff;
      font-size: 28px;
      right: auto;
      position: absolute;
      top: -23px;
      left: 14px;
      content: "\e5c7";
      font-family: 'Material Icons', sans-serif; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (max-width: 991px) {
      .navPages .navPage-subMenu-list {
        float: left;
        width: 100%; } }
    @media (min-width: 992px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 120rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

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

.navPages-action-depth-max .material-icons {
  float: right;
  font-size: 18px;
  line-height: 30px; }

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

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

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #eeeeee;
  text-align: center; }
  @media (min-width: 992px) {
    .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);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 992px) {
      .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);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 992px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none; }
  @media (min-width: 992px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #111111; }
    .navPages-action:hover .tt-left-arrow, .navPages-action.activePage .tt-left-arrow {
      color: #111111; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #111111;
      stroke: #111111; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease; }

.cat-Menu-toggle > .navPages-action:after {
  color: #333333;
  content: "\e5cf";
  font-family: 'Material Icons', sans-serif;
  right: auto;
  position: absolute;
  left: 15px;
  top: 18px;
  z-index: 2;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  height: 20px;
  width: 20px;
  font-size: 18px;
  line-height: 20px;
  bottom: 0;
  font-weight: 400; }

.navPages-item > .navPages-action:before {
  border-bottom: 1px solid #eeeeee;
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 90%; }

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

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

.navPages-action-moreIcon {
  width: 20px;
  height: 20px; }
  @media (min-width: 992px) {
    .navPages-action-moreIcon {
      transform: none;
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      -moz-transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (max-width: 991px) {
    .navPage-childList {
      margin: 10px 0 15px 15px; } }
  @media (min-width: 992px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 992px) {
    .navPage-subMenu {
      background-color: white;
      padding: 15px 0;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none;
        line-height: 20px; } }
  .navPage-subMenu.is-open {
    display: block; }

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

@media (min-width: 992px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block; } }

.simple .navPage-subMenu-item {
  padding: 0 0.75rem 12px !important; }
  @media (max-width: 991px) {
    .simple .navPage-subMenu-item {
      padding: 0 0.75rem 0 !important; } }

@media (min-width: 992px) {
  .navPage-subMenu-item .navPages-action {
    text-transform: none;
    width: 100%; } }

.navPage-subMenu-action.navPages-action {
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px; }
  @media (max-width: 991px) {
    .navPage-subMenu-action.navPages-action {
      line-height: 30px;
      padding: 0 10px; } }

@media (max-width: 991px) {
  .navPage-subMenu-list.grid-3 {
    padding: 10px 0 0; } }

.simple ul.navPage-subMenu-list .navPage-subMenu-action {
  font-weight: 500;
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  padding: 0 0 8px; }
  .simple ul.navPage-subMenu-list .navPage-subMenu-action .tt-right-arrow {
    display: none; }
    @media (max-width: 991px) {
      .simple ul.navPage-subMenu-list .navPage-subMenu-action .tt-right-arrow {
        display: block; } }
  @media (max-width: 991px) {
    .simple ul.navPage-subMenu-list .navPage-subMenu-action {
      margin-bottom: 0;
      padding: 0; } }
  .simple ul.navPage-subMenu-list .navPage-subMenu-action:before {
    border-bottom: 1px solid #eeeeee;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%; }
    @media (max-width: 991px) {
      .simple ul.navPage-subMenu-list .navPage-subMenu-action:before {
        display: none; } }

.simple ul.navPage-subMenu-list .navPage-childList .navPage-childList-action {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  padding: 0; }
  .simple ul.navPage-subMenu-list .navPage-childList .navPage-childList-action:before {
    display: none; }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 992px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 20px;
      padding-right: 15px;
      width: 100%; }
    .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:active,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:active,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #ffffff;
      color: #111111; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 992px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }

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

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

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

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

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

.tag {
  display: inline-block;
  font-size: 13px; }
  .tag a {
    color: #666666;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #111111; }

.socialLinks {
  text-align: left;
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .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; }
  @media (max-width: 991px) {
    .socialLinks {
      text-align: center; } }
  .socialLinks .icon {
    height: 1.28571rem;
    width: 1.28571rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #111111; }
    .socialLinks .icon svg {
      fill: #666666;
      transition: all 0.15s ease;
      -webkit-transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      -ms-transition: all 0.15s ease;
      -o-transition: all 0.15s ease; }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 15px; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.socialLinks--alt .icon {
  height: 16px;
  width: 16px; }

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

.footer-info-col--social .socialLinks .icon svg {
  fill: white; }

.footer-info-col--social .socialLinks .icon:hover svg {
  fill: #10ae4b; }

.tt-heroCarousel {
  float: left;
  width: 100%;
  padding: 0 75px; }
  @media (max-width: 1501px) {
    .tt-heroCarousel {
      padding: 0 35px; } }
  @media (max-width: 1259px) {
    .tt-heroCarousel {
      padding: 0 25px; } }
  @media (max-width: 1199px) {
    .tt-heroCarousel {
      padding: 0 15px; } }
  .tt-heroCarousel .heroCarousel {
    width: 1px;
    min-width: 100%;
    margin-bottom: 4.5rem;
    margin-top: -1.5rem; }
    @media (min-width: 992px) {
      .tt-heroCarousel .heroCarousel {
        margin-top: -2.5rem; } }
    .tt-heroCarousel .heroCarousel.slick-initialized {
      max-height: 71.42857rem;
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      float: left;
      width: 100%;
      position: relative;
      margin: 0 0 0; }
      @media (max-width: 819px) {
        .tt-heroCarousel .heroCarousel.slick-initialized {
          margin: 15px 0; } }
    .tt-heroCarousel .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
      display: none; }
    .tt-heroCarousel .heroCarousel a {
      text-decoration: none; }
    .tt-heroCarousel .heroCarousel .slick-arrow:after, .tt-heroCarousel .heroCarousel .slick-arrow:before {
      background: transparent;
      border-color: transparent; }
    .tt-heroCarousel .heroCarousel .slick-next,
    .tt-heroCarousel .heroCarousel .slick-prev {
      background: whitesmoke;
      border: 2px solid whitesmoke;
      height: 40px;
      width: 40px;
      margin: auto;
      top: 0;
      bottom: 0;
      text-align: center;
      text-shadow: none;
      opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      transition: all 400ms ease-in-out 0s;
      -webkit-transition: all 400ms ease-in-out 0s;
      -moz-transition: all 400ms ease-in-out 0s;
      -o-transition: all 400ms ease-in-out 0s;
      -ms-transition: all 400ms ease-in-out 0s; }
      @media (max-width: 991px) {
        .tt-heroCarousel .heroCarousel .slick-next,
        .tt-heroCarousel .heroCarousel .slick-prev {
          transform: none;
          -webkit-transform: none;
          -ms-transform: none;
          -o-transform: none;
          -moz-transform: none;
          opacity: 1;
          -moz-opacity: 1;
          -khtml-opacity: 1;
          -webkit-opacity: 1; } }
      @media (max-width: 544px) {
        .tt-heroCarousel .heroCarousel .slick-next,
        .tt-heroCarousel .heroCarousel .slick-prev {
          height: 30px;
          width: 30px;
          border: none;
          background: none; } }
      .tt-heroCarousel .heroCarousel .slick-next:after,
      .tt-heroCarousel .heroCarousel .slick-prev:after {
        color: #3aa913; }
        @media (max-width: 544px) {
          .tt-heroCarousel .heroCarousel .slick-next:after,
          .tt-heroCarousel .heroCarousel .slick-prev:after {
            color: #ffffff;
            font-size: 32px;
            line-height: 30px; } }
      .tt-heroCarousel .heroCarousel .slick-next:before,
      .tt-heroCarousel .heroCarousel .slick-prev:before {
        bottom: 0;
        background-image: none;
        color: #3aa913;
        font-size: 24px;
        left: 0;
        line-height: 36px;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        padding: 0;
        vertical-align: middle;
        font-family: 'Material Icons', sans-serif;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s; }
        @media (max-width: 544px) {
          .tt-heroCarousel .heroCarousel .slick-next:before,
          .tt-heroCarousel .heroCarousel .slick-prev:before {
            color: #ffffff;
            font-size: 32px;
            line-height: 30px; } }
      .tt-heroCarousel .heroCarousel .slick-next:hover,
      .tt-heroCarousel .heroCarousel .slick-prev:hover {
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        opacity: 0.9;
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        -webkit-opacity: 0.9;
        background: #3aa913;
        border-color: #3aa913; }
        @media (max-width: 544px) {
          .tt-heroCarousel .heroCarousel .slick-next:hover,
          .tt-heroCarousel .heroCarousel .slick-prev:hover {
            border: none;
            background: none; } }
        .tt-heroCarousel .heroCarousel .slick-next:hover:before, .tt-heroCarousel .heroCarousel .slick-next:hover:after,
        .tt-heroCarousel .heroCarousel .slick-prev:hover:before,
        .tt-heroCarousel .heroCarousel .slick-prev:hover:after {
          color: white !important; }
          @media (max-width: 544px) {
            .tt-heroCarousel .heroCarousel .slick-next:hover:before, .tt-heroCarousel .heroCarousel .slick-next:hover:after,
            .tt-heroCarousel .heroCarousel .slick-prev:hover:before,
            .tt-heroCarousel .heroCarousel .slick-prev:hover:after {
              color: #ffffff !important; } }
    .tt-heroCarousel .heroCarousel .slick-next {
      right: 75px; }
      .tt-heroCarousel .heroCarousel .slick-next:before {
        content: "\e5cc"; }
      @media (min-width: 544px) and (max-width: 991px) {
        .tt-heroCarousel .heroCarousel .slick-next {
          right: 25px; } }
      @media (max-width: 544px) {
        .tt-heroCarousel .heroCarousel .slick-next {
          right: 3px; } }
    .tt-heroCarousel .heroCarousel .slick-prev {
      left: 75px;
      right: auto; }
      .tt-heroCarousel .heroCarousel .slick-prev:before {
        content: "\e5cb"; }
      @media (min-width: 544px) and (max-width: 991px) {
        .tt-heroCarousel .heroCarousel .slick-prev {
          left: 25px; } }
      @media (max-width: 544px) {
        .tt-heroCarousel .heroCarousel .slick-prev {
          left: 0; } }
    .tt-heroCarousel .heroCarousel .slick-dots {
      bottom: 0.5rem;
      display: none !important; }
      @media (min-width: 992px) {
        .tt-heroCarousel .heroCarousel .slick-dots {
          bottom: 1.5rem; } }
      .tt-heroCarousel .heroCarousel .slick-dots li {
        padding: 0;
        width: 24px;
        height: 24px; }
        .tt-heroCarousel .heroCarousel .slick-dots li button {
          border: none; }
          .tt-heroCarousel .heroCarousel .slick-dots li button:before {
            top: 0;
            left: 0; }
    .tt-heroCarousel .heroCarousel:hover .slick-next,
    .tt-heroCarousel .heroCarousel:hover .slick-prev {
      opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1; }
    .tt-heroCarousel .heroCarousel:hover .slick-next {
      right: 25px; }
      @media (max-width: 544px) {
        .tt-heroCarousel .heroCarousel:hover .slick-next {
          right: 3px; } }
    .tt-heroCarousel .heroCarousel:hover .slick-prev {
      left: 25px; }
      @media (max-width: 544px) {
        .tt-heroCarousel .heroCarousel:hover .slick-prev {
          left: 0; } }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    border-radius: 10px; }
    @media (min-width: 992px) {
      .heroCarousel-slide .heroCarousel-image {
        object-fit: cover;
        max-height: 42.85714rem;
        width: 100%; } }
  @media (min-width: 992px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 42.85714rem; } }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1261px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0; }

.heroCarousel-content {
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center;
  background: rgba(0, 0, 255, 0); }
  @media (min-width: 992px) {
    .heroCarousel-content {
      left: 0;
      margin: 0 auto;
      padding: 2.25rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      width: 50rem; } }

.heroCarousel-title {
  font-weight: bold;
  color: whitesmoke;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 992px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: whitesmoke;
  font-size: 24px;
  padding: 10px 20px;
  margin: 0; }

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 992px) {
    .heroCarousel-action {
      margin-top: 10px; } }

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

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

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

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

.writeReview-productImage-container {
  position: relative;
  margin: 0 0 20px; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    object-fit: contain;
    top: 1px;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 120%; }

.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: 14px; }
  .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: 14px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 13px;
      font-weight: 400; } }

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

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

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

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

.productCarousel {
  margin-bottom: 20px;
  width: auto; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  padding: 0; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin: 10px 0;
    margin-top: 2.14286rem; }

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

#productReviews-content #productReviews-list {
  width: 100%; }

#productReviews-content .total-reviews ul li {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 10px; }

#productReviews-content .total-reviews.one ul li {
  float: left;
  width: 100%; }

#productReviews-content .total-reviews.two ul li {
  float: left;
  width: 50%; }
  @media (max-width: 991px) {
    #productReviews-content .total-reviews.two ul li {
      width: 100%; } }

#productReviews-content .total-reviews.three ul li {
  width: 33%; }
  @media (max-width: 991px) {
    #productReviews-content .total-reviews.three ul li {
      float: left;
      width: 100%; } }

.productReview {
  font-size: 13px;
  vertical-align: top;
  list-style: none !important; }

.productReviews {
  margin: 0 !important; }
  .productReviews .toggle-title {
    font-weight: bold;
    color: #000; }

.productReview-title {
  margin: 0;
  text-transform: none;
  font-weight: bold;
  color: #444444; }

.productReview-author {
  color: #666666;
  margin-bottom: 1.5rem;
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px; }

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

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

.productView {
  padding-top: 1rem;
  float: left;
  width: 100%; }

.productView-images {
  margin-bottom: 3rem; }
  @media (max-width: 544px) {
    .productView-images {
      margin-bottom: 20px;
      padding: 0; } }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  .productView-image:hover {
    cursor: crosshair; }
  @media (min-width: 992px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  @media (min-width: 320px) and (max-width: 992px) {
    .productView-image {
      pointer-events: none; } }

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

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 20px 0 0 0;
  padding: 0 50px; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails button {
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0; }
    .productView-thumbnails button:before {
      top: 0;
      margin: auto;
      bottom: 0;
      color: #777777;
      position: relative;
      width: 30px;
      height: 30px; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-disabled {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative; }

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

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  display: block;
  position: relative;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  overflow: hidden; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #777777; }

.slick-current a.productView-thumbnail-link {
  border-color: #777777; }

.productView-btn {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 10px; }
  @media (max-width: 991px) {
    .productView-btn {
      float: left !important;
      width: 100% !important; } }
  .productView-btn .socialLinks .socialLinks-item {
    margin-right: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    padding: 12px;
    width: 40px;
    height: 40px; }
    @media (max-width: 320px) {
      .productView-btn .socialLinks .socialLinks-item {
        padding: 9px;
        width: 35px;
        margin-right: 3px;
        height: 35px; } }
    .productView-btn .socialLinks .socialLinks-item .icon {
      height: 15px;
      width: 15px; }
  .productView-btn .form-wishlist a {
    padding-right: 46px;
    margin: 0 !important; }
    .productView-btn .form-wishlist a .tt-wishlist-dd:after {
      content: "\e313";
      font-family: 'Material Icons', sans-serif;
      font-size: 18px;
      position: absolute;
      top: 12px;
      bottom: 0;
      margin: auto;
      left: auto;
      right: 22px; }

.productView-product {
  float: left;
  width: 100%; }
  @media (min-width: 992px) {
    .productView-product {
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 0; } }

.form-field.form-field--increments {
  width: auto;
  margin: 0 20px 0 0; }

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

.productView-brand {
  font-size: 14px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #666666 !important; }
    .productView-brand a:hover {
      color: #111111; }

.productView-price {
  font-size: 14px;
  float: left;
  width: 100%; }
  @media (min-width: 992px) {
    .productView-price {
      margin-bottom: 0;
      font-weight: bold;
      color: #000; } }
  .productView-price .price--non-sale {
    font-weight: normal;
    color: #777777; }
  .productView-price .price-section {
    float: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 17px; }
  .productView-price .price-section--saving {
    font-size: 14px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-rating {
  margin: 10px 0 15px 0;
  float: left;
  width: 100%;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e5e5e5; }

.productView-rating .material-icons {
  line-height: 16px;
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  border-left: 1px solid #e5e5e5;
  padding-left: 16px; }
  @media (max-width: 544px) {
    .productView-reviewLink {
      border: none;
      width: 100%;
      padding: 5px 0 0;
      margin-left: 0; } }
  .productView-reviewLink + .productView-reviewLink {
    display: inline-block;
    margin-left: 0.78571rem; }
    @media (max-width: 544px) {
      .productView-reviewLink + .productView-reviewLink {
        margin-left: 0; } }
  .productView-reviewLink > a {
    color: #666666;
    text-decoration: none; }
    .productView-reviewLink > a span {
      color: #666666; }
    .productView-reviewLink > a:hover {
      color: #111111; }

.productView-info {
  float: left;
  margin-bottom: 10px;
  width: 100%; }

.productView-info-name,
.productView-info-value {
  float: left; }

.productView-info-name {
  float: left;
  clear: both;
  min-width: 140px;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (max-width: 1024px) {
    .productView-info-name {
      min-width: auto; } }
  @media (min-width: 551px) {
    .productView-info-name {
      font-weight: normal;
      color: #222;
      text-transform: capitalize; } }

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: left;
  float: left;
  width: 100%; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (max-width: 991px) {
    .productView-options {
      text-align: left; } }
  @media (max-width: 320px) {
    .productView-options {
      margin: 0; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form.form-wishlist.form-action {
    padding: 0;
    border: none;
    width: auto; }
    .productView-options .form.form-wishlist.form-action a:hover {
      background-color: white;
      color: #111111; }
  .productView-options .form {
    display: block;
    float: left;
    width: 100%;
    margin: 0; }
  .productView-options input[type="file"] {
    font-size: 14px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    margin-right: 20px; }
    @media (max-width: 544px) {
      .productView-options .form-field {
        margin-right: 10px; } }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .form-action {
    display: inline-block;
    margin: 16px 0 0 0; }
    @media (max-width: 1260px) {
      .productView-options .form-action {
        clear: left; } }
    @media (max-width: 320px) {
      .productView-options .form-action {
        margin: 5px 0 15px 0;
        border-left: none;
        padding-left: 0; } }
    .productView-options .form-action .button {
      width: 100%; }
      @media (max-width: 1260px) {
        .productView-options .form-action .button {
          margin: 0;
          width: auto; } }
      @media (min-width: 1261px) {
        .productView-options .form-action .button {
          margin: 0 0.78571rem 0 0;
          width: auto; } }

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

.productOptions-list-item {
  padding: 0.78571rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #e5e5e5; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }
    .productOptions-list-item .form-label:hover {
      color: #111111; }

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

.productOptions-list-item-figure {
  width: 6rem;
  border-right: 1px solid #e5e5e5;
  padding-right: 10px; }

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

.shareProduct {
  text-align: center; }

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

.tt-product-tab {
  float: left;
  width: 100%; }
  .tt-product-tab .tabs {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 -4px;
    list-style: outside none none;
    margin-bottom: 15px; }
    .tt-product-tab .tabs li.tab {
      margin-right: 30px;
      float: left;
      position: relative;
      border: none;
      margin-bottom: 0; }
      .tt-product-tab .tabs li.tab a {
        color: #777;
        font: 500 16px/20px "Mark OT", Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        margin: 0 0 1px;
        outline: medium none;
        padding: 10px 0 12px;
        position: relative;
        text-transform: capitalize;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -khtml-border-radius: 8px;
        border: none;
        background: none;
        z-index: 1; }
        .tt-product-tab .tabs li.tab a:before {
          border-bottom: 3px solid #e5e5e5;
          bottom: -3px;
          top: auto;
          margin: auto;
          content: "";
          height: 3px;
          left: 0;
          position: absolute;
          right: 0;
          width: 0;
          transition: 400ms ease-in-out;
          -webkit-transition: 400ms ease-in-out;
          -moz-transition: 400ms ease-in-out;
          -ms-transition: 400ms ease-in-out;
          -o-transition: 400ms ease-in-out; }
      .tt-product-tab .tabs li.tab:before {
        content: "";
        position: absolute;
        width: 0;
        height: 3px;
        bottom: -2px;
        top: auto;
        background: #3aa913;
        left: 0;
        right: 0;
        margin: auto;
        transition: 400ms ease-in-out;
        -webkit-transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        -ms-transition: 400ms ease-in-out;
        -o-transition: 400ms ease-in-out; }
      .tt-product-tab .tabs li.tab:hover a {
        color: #000000; }
        .tt-product-tab .tabs li.tab:hover a:before {
          width: 100%; }
    .tt-product-tab .tabs li.is-active a {
      color: #000000; }
    .tt-product-tab .tabs li.is-active:before {
      width: 100%; }
    .tt-product-tab .tabs li.is-active > a::after {
      background: #3aa913;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      bottom: -7px;
      top: auto;
      margin: auto;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -khtml-border-radius: 50%;
      border-radius: 50%; }
    .tt-product-tab .tabs li.is-active > a::before {
      width: 100%;
      border: none; }
  .tt-product-tab .productCarousel {
    margin-bottom: 0 !important; }
  .tt-product-tab .tab-content.has-jsContent {
    padding: 0; }
    .tt-product-tab .tab-content.has-jsContent .productCarousel-slide .card {
      margin-top: 15px; }

.tt-video-list .toggle {
  border: none; }

.tt-video-list .toggle:last-of-type {
  margin: 0; }

.productView-options {
  float: left; }

#wishlist-dropdown.is-open .button {
  padding: 10px 15px 10px 15px;
  margin: 0;
  text-align: left;
  font-weight: normal; }

.addthis_toolbox {
  float: left;
  width: 100%;
  margin: 0 0 25px; }
  @media (max-width: 544px) {
    .addthis_toolbox {
      margin: 0 0 10px; } }

.form-field.form-field--increments {
  width: auto;
  float: left; }

.price-section.price-section--withTax.rrp-price--withTax {
  width: 100%;
  float: left; }

.tt-call-price {
  margin-bottom: 8px;
  float: left;
  width: 100%; }
  .tt-call-price .material-icons {
    font-size: 20px;
    line-height: 20px; }

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

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

@media (max-width: 991px) {
  .tt-compare-page {
    overflow: scroll; } }

.compareTable {
  table-layout: fixed;
  width: 100%; }
  @media (max-width: 991px) {
    .compareTable {
      width: auto; } }
  .compareTable .card-figure {
    overflow: visible; }

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

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

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

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

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
  transition: background-color 0.15s ease;
  -webkit-transition: background-color 0.15s ease;
  -moz-transition: background-color 0.15s ease;
  -ms-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease; }
  .compareTable-removeProduct .icon {
    fill: #666666;
    transition: background-color 0.15s ease;
    -webkit-transition: background-color 0.15s ease;
    -moz-transition: background-color 0.15s ease;
    -ms-transition: background-color 0.15s ease;
    -o-transition: background-color 0.15s ease;
    height: 15px;
    margin-top: 7px;
    width: 15px; }
  .compareTable-removeProduct:hover {
    background: #ff0000; }
    .compareTable-removeProduct:hover .icon {
      fill: #ffffff; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0;
    overflow: visible; }
    .compareTable-product .card .card-img-container {
      max-width: 100%; }
  .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;
  -webkit-transition: max-height 100ms ease-out;
  -moz-transition: max-height 100ms ease-out;
  -ms-transition: max-height 100ms ease-out;
  -o-transition: max-height 100ms ease-out; }

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

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

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

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

.toggle-title {
  margin-top: 0; }

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

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

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

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

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

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

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

.facetedSearch-toggle {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }
  @media (max-width: 991px) {
    .facetedSearch-toggle {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: 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; }
  @media (max-width: 991px) {
    .facetedSearch-toggle-indicator {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left; } }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 992px) {
    .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; }
    @media (min-width: 992px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

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

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

@media (max-width: 991px) {
  .facetedSearch-toggle-text {
    font-weight: 400 !important;
    font-style: italic; }
  .facetedSearch-toggle {
    padding-top: 8px;
    padding-bottom: 8px; }
  .facetedSearch-toggle.toggleLink {
    margin: 0; }
  .facetedSearch-toggle.toggleLink {
    margin: 0;
    background: #ffaa3d;
    color: #000;
    border-color: #ffaa3d;
    border-radius: 5px; }
    .facetedSearch-toggle.toggleLink > span, .facetedSearch-toggle.toggleLink .toggleLink-text {
      font-weight: bold;
      text-align: center; }
      .facetedSearch-toggle.toggleLink > span i svg, .facetedSearch-toggle.toggleLink .toggleLink-text i svg {
        fill: #000; } }

.ttbanner {
  float: left;
  width: 33.33333%;
  padding: 0 15px; }
  @media (max-width: 544px) {
    .ttbanner {
      padding: 0 5px; } }
  .ttbanner img {
    border-radius: 8px; }
  .ttbanner:hover a:after {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -webkit-transition-duration: 1.3s;
    -khtml-transition-duration: 1.3s;
    -o-transition-duration: 1.3s; }

.ttbanner-img1, .ttcmsbottombanner-img1 {
  text-align: left; }

.ttbanner-img3, .ttcmsbottombanner-img2 {
  text-align: right; }

#ttcmsbottombanner, .ttcmsbanner {
  margin: 0 -15px; }
  @media (max-width: 544px) {
    #ttcmsbottombanner, .ttcmsbanner {
      margin: 0 -5px; } }

#ttcmsbottombanner .ttbanner {
  float: left;
  width: 50%; }

.banners {
  color: white;
  background: white;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center; }
  @media (max-width: 544px) {
    .banners {
      margin: 0 !important; } }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .banners a:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0;
      left: 0;
      right: 0;
      top: 0;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }

.banner + .banner {
  margin-top: 1.5rem; }

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

.tt-cart-view {
  margin: 0 0 16px !important; }
  @media (max-width: 991px) {
    .tt-cart-view {
      margin: 0 !important; } }

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

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

.cart-header-item {
  padding-bottom: 1rem;
  font-size: 16px;
  color: #000000; }
  .cart-header-item:last-child {
    text-align: right; }

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

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

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

.cart-item-figure {
  float: left;
  height: 7.14286rem;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .cart-item-figure {
      float: none;
      width: 8.33333%; } }
  @media (min-width: 670px) and (max-width: 991px) {
    .cart-item-figure {
      margin-left: -19%;
      width: 18%; } }
  @media (min-width: 544px) and (max-width: 669px) {
    .cart-item-figure {
      height: auto;
      width: 25%;
      margin-bottom: 0; } }
  @media (max-width: 544px) {
    .cart-item-figure {
      height: auto;
      width: 115px;
      margin-bottom: 10px; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 110%; }

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

.cart-item-image {
  max-width: 100px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin: 10px 0;
  float: left; }
  @media (max-width: 991px) {
    .cart-item-image {
      margin: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem;
  text-align: left; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 10px;
      overflow: hidden; } }
  @media (max-width: 544px) {
    .cart-item-title {
      height: auto;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }
  @media (min-width: 544px) and (max-width: 669px) {
    .cart-item-title {
      padding-left: 0; } }

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

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

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

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

.cart-item-value {
  padding-left: 1.5rem;
  font-weight: 500;
  color: #111111; }
  @media (min-width: 992px) {
    .cart-item-value {
      padding-left: 0; } }

.price--discounted {
  color: #666666;
  font-weight: normal; }

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

.cart-item-name {
  font-size: 14px;
  margin: 0; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }
  .cart-item-name > a {
    color: #111111;
    font-weight: bold;
    text-transform: capitalize; }

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

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  -webkit-transition: background-color 0.15s ease;
  -moz-transition: background-color 0.15s ease;
  -ms-transition: background-color 0.15s ease;
  -o-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: #666666; }

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

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 992px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem 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-label {
  color: #111111;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 992px) {
    .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: 992px) {
    .cart-total-value {
      width: 50%; } }
  @media (min-width: 544px) and (max-width: 991px) {
    .cart-total-value {
      float: right !important; } }

.cart-total-label {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (max-width: 544px) {
    .cart-total-label {
      padding: 0 0 10px; } }
  @media (min-width: 992px) {
    .cart-total-label {
      padding: 1rem 0; } }

.cart-total-value {
  float: left;
  padding: 0 0 0 10px; }
  @media (min-width: 992px) {
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #111111;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 992px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }
  @media (max-width: 544px) {
    .cart-total-grandTotal {
      padding: 0;
      margin-left: 10px; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #666666;
  padding: 0;
  transition: color 0.15s ease;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -ms-transition: color 0.15s ease;
  -o-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: #111111; }

.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; }
    @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-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

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

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

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

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

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

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

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  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: 120rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  text-align: left;
  display: table-cell;
  vertical-align: top; }
  .previewCartItem-image a,
  .previewCartItem-content a {
    padding: 0; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 22px 5px;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 110%; }

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

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

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.21429rem;
  float: left;
  width: 100%; }

.previewCartItem-price {
  font-weight: 700;
  font-size: 14px; }

.previewCartItem-brand {
  font-weight: 500;
  font-size: 13px; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #3aa913;
  display: inline-block; }

.previewCartAction {
  margin: 0 auto;
  max-width: 120rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block;
  padding: 1.5rem 0; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .total-price {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 19px;
    font-size: 16px;
    font-weight: bold;
    color: #3aa913; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  float: right; }
  .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: 0 0.75rem 0 0; }
  .previewCartAction-viewCart .button {
    float: right !important; }

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

.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: 13px;
  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: 14px; }

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

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

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

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

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

.videoGallery-main {
  float: left;
  width: 50%;
  margin-bottom: 6px; }
  @media (max-width: 991px) {
    .videoGallery-main {
      width: 100%;
      margin: 0 0 20px; } }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  float: left;
  width: 50%;
  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; }
  @media (max-width: 991px) {
    .videoGallery-list {
      width: 100%; } }

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

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out;
  -webkit-transition: opacity 100ms ease-out;
  -moz-transition: opacity 100ms ease-out;
  -ms-transition: opacity 100ms ease-out;
  -o-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: 992px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1; }

.video-figure {
  margin-right: 0; }

.video-title {
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: none;
  font-weight: bold; }
  @media (max-width: 1200px) {
    .video-title {
      font-size: 14px; } }

.video-description {
  font: 14px/20px "Mark OT", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  color: #666666; }

.previewCart {
  margin: 0 auto;
  max-width: 120rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  .previewCart .productView {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 75%;
    float: left;
    display: flex;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0; }
    @media (min-width: 991px) and (max-width: 1199px) {
      .previewCart .productView {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 66.66667%;
        float: left; } }
    @media (max-width: 991px) {
      .previewCart .productView {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 100%;
        float: left;
        padding: 0; } }
  .previewCart .productView-image {
    display: flex;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    flex-direction: column; }
    @media (max-width: 991px) {
      .previewCart .productView-image .productView-img-container {
        margin: 0 0 2px; } }
    @media (min-width: 991px) and (max-width: 1199px) {
      .previewCart .productView-image {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 41.66667%;
        float: left;
        min-height: 100%; } }
    @media (max-width: 991px) {
      .previewCart .productView-image {
        min-height: 100%; } }
  .previewCart .productView-image--cart {
    align-self: flex-start;
    margin: 0 auto;
    width: 100%; }
  @media (min-width: 991px) and (max-width: 1199px) {
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left; } }
  @media (max-width: 991px) {
    .previewCart .productView-details {
      margin: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left; } }
  @media (max-width: 544px) {
    .previewCart .productView-details {
      padding-right: 0; } }
  .previewCart .productView-title {
    margin-top: 0; }
    @media (max-width: 544px) {
      .previewCart .productView-title {
        font-size: 14px;
        line-height: 20px; } }
  .previewCart .productView-info {
    margin: 0; }

.previewCartCheckout {
  padding: 1rem;
  background: #f5f5f5;
  border-radius: 8px;
  text-align: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: right;
  padding: 3.75rem 1.5rem !important; }
  @media (min-width: 991px) and (max-width: 1199px) {
    .previewCartCheckout {
      padding: 15px !important;
      width: 33.3333% !important; } }
  @media (max-width: 991px) {
    .previewCartCheckout {
      width: 100% !important;
      margin: 30px 0 0;
      padding: 30px 20px !important; } }
  @media (max-width: 544px) {
    .previewCartCheckout {
      margin: 20px 0 0;
      padding: 20px 10px !important; } }
  .previewCartCheckout .button {
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
      @media (max-width: 991px) {
        .previewCartCheckout .button + .button,
        .previewCartCheckout .button + p {
          margin-top: 0; } }

.previewCartCheckout-price {
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #000000; }
  @media (max-width: 544px) {
    .previewCartCheckout-price {
      font-size: 20px; } }

.previewCartCheckout-subtotal {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }
  @media (max-width: 544px) {
    .previewCartCheckout-subtotal {
      margin-bottom: 10px;
      margin-top: 10px; } }

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

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

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

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  -webkit-box-shadow: 0 0 5px #999999;
  color: #333333;
  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: #333333; }

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

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

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

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

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 700;
    text-decoration: none; }

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

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

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

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

.login-row {
  float: left;
  margin: 0 auto;
  max-width: 120rem;
  width: 100%;
  margin-top: 1.5rem; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  text-align: left; }
  @media (min-width: 992px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }
  .login-form .form-actions {
    text-align: left; }
    .login-form .form-actions .forgot-password {
      line-height: 42px; }

.new-customer {
  text-align: left;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 992px) {
    .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: 1.5rem;
  margin-top: 10px; }

.new-customer-fact {
  padding-left: 2px; }

.panel-header, .panel-body {
  background-color: #f5f5f5; }

.panel-title {
  font-weight: bold;
  color: #000000; }

.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 {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 99; }
  @media (max-width: 991px) {
    .quickSearchResults {
      top: 58px; } }
  .quickSearchResults ul {
    margin: 0;
    padding: 15px !important;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    max-height: 448px;
    overflow-y: auto; }
    @media (max-width: 544px) {
      .quickSearchResults ul {
        padding: 5px 5px 0 !important; } }
    .quickSearchResults ul li {
      float: left;
      padding: 0 !important;
      width: 50% !important; }
      @media (max-width: 991px) {
        .quickSearchResults ul li .card-figcaption, .quickSearchResults ul li .rating-block, .quickSearchResults ul li .tt-cart-btn {
          display: none; } }
      @media (max-width: 544px) {
        .quickSearchResults ul li {
          width: 100% !important; } }
      .quickSearchResults ul li .card {
        padding: 10px 15px;
        border: 1px solid rgba(0, 0, 255, 0);
        background: white;
        width: 100% !important; }
        @media (max-width: 1199px) {
          .quickSearchResults ul li .card {
            padding: 5px 10px; } }
        .quickSearchResults ul li .card .card-figure {
          width: 29.16667%;
          padding: 0 15px 0 0;
          float: left;
          background: transparent; }
          @media (max-width: 1199px) {
            .quickSearchResults ul li .card .card-figure {
              padding: 0 10px 0 0; } }
          .quickSearchResults ul li .card .card-figure .card-image {
            border: 1px solid #e5e5e5;
            border-radius: 8px; }
          .quickSearchResults ul li .card .card-figure .starwrap, .quickSearchResults ul li .card .card-figure .sale-flag-sash, .quickSearchResults ul li .card .card-figure .sale-flag-side {
            display: none; }
        .quickSearchResults ul li .card .card-body {
          border: none;
          background: transparent;
          padding: 0;
          width: 70.83333%; }
          @media (max-width: 1199px) {
            .quickSearchResults ul li .card .card-body {
              min-height: auto; } }
          @media (max-width: 544px) {
            .quickSearchResults ul li .card .card-body {
              padding: 10px 0 0; } }
          @media (max-width: 1199px) {
            .quickSearchResults ul li .card .card-body .card-title {
              margin: 0; } }
          .quickSearchResults ul li .card .card-body .card-title > a {
            color: #666666; }
          .quickSearchResults ul li .card .card-body .price-section.rrp-price--withTax {
            position: static; }
          @media (max-width: 1199px) {
            .quickSearchResults ul li .card .card-body .tt-price > div {
              line-height: 18px; }
              .quickSearchResults ul li .card .card-body .tt-price > div .price--withTax {
                font-size: 13px;
                line-height: 18px; } }
          .quickSearchResults ul li .card .card-body .tt-price, .quickSearchResults ul li .card .card-body .card-title {
            text-align: left; }
        .quickSearchResults ul li .card:hover {
          box-shadow: none;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          background: #f5f5f5; }
          .quickSearchResults ul li .card:hover .card-title > a {
            color: #111111; }
          .quickSearchResults ul li .card:hover .card-figcaption, .quickSearchResults ul li .card:hover .rating-block, .quickSearchResults ul li .card:hover .tt-cart-btn, .quickSearchResults ul li .card:hover .starwrap, .quickSearchResults ul li .card:hover .sale-flag-sash {
            display: none; }
          .quickSearchResults ul li .card:hover .tt-price > div {
            opacity: 1; }
  @media (min-width: 992px) {
    .quickSearchResults .modal-close {
      display: block; } }

.advancedSearch-separator {
  display: none; }

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

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

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

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 14px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .category-suggestion {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }
  @media (min-width: 545px) and (max-width: 991px) {
    .category-suggestion {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }
  @media (max-width: 544px) {
    .category-suggestion {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left; } }

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

.quickSearchMessage {
  font-size: 22px;
  text-align: center;
  font-size: 22px;
  background: #fff;
  border-radius: 8px;
  padding: 20px 10px; }

@media (max-width: 544px) {
  .quickSearchResults .modal-close {
    top: 0;
    right: 0; } }

.quickSearchResults .card {
  margin-bottom: 0; }
  .quickSearchResults .card .card-figure:after {
    display: none; }

.quickSearchResults .productGrid .product {
  min-height: auto !important; }
  @media (max-width: 991px) {
    .quickSearchResults .productGrid .product .card {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

.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: 14px;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

.account-product-detail-heading {
  color: #666666;
  font-family: "Roboto", 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: 14px;
  margin-top: -1.5rem;
  width: 66.66667%; }

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

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

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

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

.account-orderStatus-label {
  background-color: #03c04a;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem;
  border-radius: 3px; }

.account-orderStatus-action {
  color: #666666;
  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: #111111; }

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

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

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

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

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

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

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

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

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

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

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

.rating-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  top: -38px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out; }
  @media (max-width: 544px) {
    .rating-block {
      top: -33px; } }

.rating--small, .listItem-rating, .shortlistItem-rating, .productView-rating {
  display: inline-block; }
  .rating--small .icon, .listItem-rating .icon, .shortlistItem-rating .icon, .productView-rating .icon {
    width: 12px; }
    .rating--small .icon .material-icons, .listItem-rating .icon .material-icons, .shortlistItem-rating .icon .material-icons, .productView-rating .icon .material-icons {
      font-size: 16px; }
  .rating--small .icon--ratingFull, .listItem-rating .icon--ratingFull, .shortlistItem-rating .icon--ratingFull, .productView-rating .icon--ratingFull {
    color: #ffaa3d;
    display: inline-flex; }
  .rating--small .icon--ratingEmpty, .listItem-rating .icon--ratingEmpty, .shortlistItem-rating .icon--ratingEmpty, .productView-rating .icon--ratingEmpty {
    color: #ffaa3d;
    display: inline-flex; }

.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 {
  float: none;
  margin-top: 0.78571rem; }

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

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

.paymentMethod {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  border-radius: 0.21429rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #ffffff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 13px; } }
  .methodHeader-brand {
    font-size: 14px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 13px; } }
  .methodHeader-meta {
    padding-left: 0.78571rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.78571rem;
    fill: #666666;
    height: 1.28571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 14px;
    text-transform: capitalize; }

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

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

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

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

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

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

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

.category-img {
  width: 20%; }
  @media (max-width: 991px) {
    .category-img {
      width: auto; } }

.header {
  float: left;
  width: 100%;
  position: relative;
  min-height: 180px;
  z-index: 501; }
  @media (max-width: 991px) {
    .header {
      min-height: 100%; } }

.header-center {
  background-color: #111111;
  text-align: center;
  width: 100%;
  min-height: 185px;
  position: relative; }
  @media (max-width: 991px) {
    .header-center {
      min-height: 100%;
      float: left;
      border-bottom: 1px solid rgba(0, 0, 255, 0); } }
  @media (min-width: 992px) {
    .header-center {
      margin: 0;
      min-height: 100%;
      overflow: visible;
      position: relative;
      float: left;
      width: 100%; } }
  .header-center.is-open {
    height: 100%; }
    @media (min-width: 992px) {
      .header-center.is-open {
        height: auto; } }

.header-bottom {
  background-color: black;
  text-align: center;
  float: left;
  width: 100%;
  padding: 8px 0; }
  @media (max-width: 991px) {
    .header-bottom {
      background: none; } }

.header-logo {
  font-size: 0;
  margin: 25px 0;
  text-align: center;
  float: left;
  width: auto; }
  @media (min-width: 544px) and (max-width: 991px) {
    .header-logo {
      width: 170px;
      float: none;
      margin: 25px 0 10px;
      text-align: center;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 992px) {
    .header-logo {
      padding: 0; }
      .header.fixed .header-logo {
        display: none; } }
  @media (max-width: 544px) {
    .header-logo {
      width: 186px;
      margin: 17px 0 5px;
      padding: 0 0 0 40px; } }
  .header-logo > a {
    color: white;
    display: inline-block;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (max-width: 991px) {
      .header-logo > a {
        display: inline-block;
        width: auto;
        padding: 0;
        float: none;
        vertical-align: top; } }
    @media (max-width: 991px) {
      .header-logo > a span {
        float: left;
        width: 100%; }
        .header-logo > a span:after {
          display: none; } }
    @media (max-width: 991px) {
      .header-logo > a span img {
        width: 100%;
        height: auto; } }
    .header-logo > a:hover {
      color: #111111; }
    .header-logo > a:active {
      color: #111111; }

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

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

.header-logo-text {
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: white;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.21429rem 0;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 992px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.14286rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 16px; } }

.header-logo-image-container {
  position: relative;
  float: left;
  width: 100%; }

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

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

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50;
  transition: none; }
  @media (min-width: 992px) {
    .mobileMenu-toggle {
      display: none; } }
  @media (max-width: 544px) {
    .mobileMenu-toggle {
      height: 40px;
      left: 15px;
      width: 40px; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #111111;
    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;
    -webkit-transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    -moz-transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    -ms-transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    -o-transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 18px; }
    @media (max-width: 991px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon,
      .mobileMenu-toggle .mobileMenu-toggleIcon::before,
      .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        background: white; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms;
    -webkit-transition: background-color 10ms ease-in 100ms;
    -moz-transition: background-color 10ms ease-in 100ms;
    -ms-transition: background-color 10ms ease-in 100ms;
    -o-transition: background-color 10ms ease-in 100ms; }
    @media (min-width: 544px) and (max-width: 991px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon {
        top: 24px;
        left: 20px; } }
    @media (max-width: 544px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon {
        top: 18px;
        left: 2px; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
    @media (max-width: 544px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon::before {
        top: 6px; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
    @media (max-width: 544px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        bottom: 6px; } }
  @media (max-width: 991px) {
    .mobileMenu-toggle.is-open {
      position: fixed;
      top: 20px;
      z-index: 999;
      left: 280px;
      box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
      background: #fff;
      transition: 465ms ease-in;
      -webkit-transition: 465ms ease-in;
      -moz-transition: 465ms ease-in;
      -ms-transition: 465ms ease-in;
      -o-transition: 465ms ease-in;
      border-radius: 0 5px 5px 0;
      width: 36px;
      height: 36px;
      padding: 0;
      transform: translateX(0); }
      .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
        top: 17px;
        left: 7px; } }
  .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: #111111;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in;
      -webkit-transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in;
      -moz-transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in;
      -ms-transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in;
      -o-transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  float: left;
  text-align: center;
  width: 100%;
  min-height: 230px;
  margin-bottom: 3rem; }
  @media (max-width: 544px) {
    .body {
      margin-bottom: 20px; } }

.page {
  margin: 0; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 15px; }
  @media (max-width: 544px) {
    .page-content,
    .page-content--full {
      padding: 0 !important; } }

.page-content--centered {
  text-align: left;
  display: inline-block; }
  @media (min-width: 992px) {
    .page-content--centered {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 66.66667%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page-content--centered {
      width: 970px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-content--centered {
      width: 750px; } }
  @media (min-width: 545px) and (max-width: 767px) {
    .page-content--centered {
      width: 100%;
      padding: 0 20px; } }
  @media (max-width: 544px) {
    .page-content--centered {
      padding: 0 15px;
      width: 100%; } }

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

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative;
  padding: 0 15px !important; }
  @media (max-width: 991px) {
    .page-sidebar {
      text-align: left; } }
  @media (max-width: 544px) {
    .page-sidebar {
      padding: 0 !important; } }
  @media (min-width: 992px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 19.41667%;
      float: left;
      text-align: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 80.58333%;
        float: left;
        padding: 0 15px !important; } }
    @media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
      .page-sidebar + .page-content {
        width: 75%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .page-sidebar {
      width: 25%; } }

.footer {
  background-color: #3a3a3a;
  float: left;
  width: 100%;
  text-align: center; }
  @media (max-width: 991px) {
    .footer .active .toggle:after {
      content: "\e15b"; } }
  @media (max-width: 991px) {
    .footer .footer-info .active .footer-info-heading {
      background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0; } }
  .footer .footer-info-heading {
    color: white;
    cursor: pointer;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 20px;
    text-transform: capitalize; }
    @media (max-width: 991px) {
      .footer .footer-info-heading {
        border: none;
        margin: 0;
        position: relative;
        padding: 10px;
        border-radius: 8px; } }
    @media (max-width: 544px) {
      .footer .footer-info-heading {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .footer .footer-info-heading:after {
        content: "\e145";
        display: block;
        font-family: "Material Icons", sans-serif;
        font-size: 18px;
        font-weight: 700;
        position: absolute;
        right: 10px;
        left: auto;
        top: 10px; } }
    @media (max-width: 991px) {
      .footer .footer-info-heading:hover {
        background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0; } }
  .footer .tt-footer-link {
    text-align: center;
    padding-top: 55px;
    float: left;
    width: 100%; }
    @media (min-width: 991px) and (max-width: 1200px) {
      .footer .tt-footer-link {
        padding-top: 40px;
        padding-bottom: 30px; } }
    @media (max-width: 991px) {
      .footer .tt-footer-link {
        padding: 15px 0 0; } }
  .footer .tt-subscription {
    text-align: center;
    float: left;
    position: relative;
    width: 100%;
    background: #2a3746; }
    .footer .tt-subscription .newsletter-tittle {
      width: 50%;
      float: left; }
      @media (max-width: 991px) {
        .footer .tt-subscription .newsletter-tittle {
          margin-bottom: 15px; } }
      @media (min-width: 1200px) and (max-width: 1259px) {
        .footer .tt-subscription .newsletter-tittle {
          padding-right: 0; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .footer .tt-subscription .newsletter-tittle {
          padding: 0;
          width: 58.33333%; } }
      @media (max-width: 991px) {
        .footer .tt-subscription .newsletter-tittle {
          width: 100%; } }
      @media (min-width: 320px) and (max-width: 543px) {
        .footer .tt-subscription .newsletter-tittle {
          padding: 0; } }
      .footer .tt-subscription .newsletter-tittle .footer-info-headings {
        width: 50%; }
      .footer .tt-subscription .newsletter-tittle .newletter-desc {
        width: 50%; }
    .footer .tt-subscription .container {
      text-align: left;
      padding-top: 18px;
      bottom: -1px;
      padding-bottom: 18px;
      border-bottom: 1px solid #3a3a3a; }
      @media (max-width: 991px) {
        .footer .tt-subscription .container {
          text-align: center; } }
      .footer .tt-subscription .container .newsletter-contents {
        max-width: 570px;
        width: 50%;
        float: right; }
        @media (min-width: 1200px) and (max-width: 1259px) {
          .footer .tt-subscription .container .newsletter-contents {
            max-width: 520px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .footer .tt-subscription .container .newsletter-contents {
            width: 41.66667%; } }
        @media (min-width: 544px) and (max-width: 991px) {
          .footer .tt-subscription .container .newsletter-contents {
            width: 80%; } }
        @media (max-width: 991px) {
          .footer .tt-subscription .container .newsletter-contents {
            float: none;
            display: inline-block;
            margin-bottom: 10px;
            vertical-align: top; } }
        @media (min-width: 320px) and (max-width: 543px) {
          .footer .tt-subscription .container .newsletter-contents {
            width: 100%; } }
        .footer .tt-subscription .container .newsletter-contents form, .footer .tt-subscription .container .newsletter-contents .form-field {
          margin: 0; }
          @media (min-width: 320px) and (max-width: 543px) {
            .footer .tt-subscription .container .newsletter-contents form, .footer .tt-subscription .container .newsletter-contents .form-field {
              position: relative; } }
          .footer .tt-subscription .container .newsletter-contents form .form-prefixPostfix .form-input, .footer .tt-subscription .container .newsletter-contents .form-field .form-prefixPostfix .form-input {
            padding: 0 147px 0 20px; }
            @media (min-width: 320px) and (max-width: 543px) {
              .footer .tt-subscription .container .newsletter-contents form .form-prefixPostfix .form-input, .footer .tt-subscription .container .newsletter-contents .form-field .form-prefixPostfix .form-input {
                padding: 0 100px 0 20px;
                flex: auto; } }
          .footer .tt-subscription .container .newsletter-contents form .form-prefixPostfix .button, .footer .tt-subscription .container .newsletter-contents .form-field .form-prefixPostfix .button {
            width: auto;
            position: absolute;
            right: -2px; }
            .footer .tt-subscription .container .newsletter-contents form .form-prefixPostfix .button:focus, .footer .tt-subscription .container .newsletter-contents .form-field .form-prefixPostfix .button:focus {
              opacity: 0.9;
              -webkit-opacity: 0.9;
              -moz-opacity: 0.9;
              -khtml-opacity: 0.9; }
            @media (min-width: 544px) and (max-width: 991px) {
              .footer .tt-subscription .container .newsletter-contents form .form-prefixPostfix .button, .footer .tt-subscription .container .newsletter-contents .form-field .form-prefixPostfix .button {
                margin: 0; } }
            @media (min-width: 320px) and (max-width: 543px) {
              .footer .tt-subscription .container .newsletter-contents form .form-prefixPostfix .button, .footer .tt-subscription .container .newsletter-contents .form-field .form-prefixPostfix .button {
                right: -1px;
                margin: 0;
                padding: 0 10px; } }
      .footer .tt-subscription .container .footer-info-headings {
        position: relative;
        border: medium none;
        color: white;
        float: left;
        font: 400 26px/45px "Mark OT", Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
        text-align: left;
        text-transform: capitalize; }
        @media (min-width: 1200px) and (max-width: 1630px) {
          .footer .tt-subscription .container .footer-info-headings {
            font-size: 20px; } }
        @media (min-width: 991px) and (max-width: 1199px) {
          .footer .tt-subscription .container .footer-info-headings {
            font-size: 18px; } }
        @media (min-width: 545px) and (max-width: 991px) {
          .footer .tt-subscription .container .footer-info-headings {
            text-align: center;
            font-size: 18px;
            width: 100%;
            line-height: 24px; } }
        @media (max-width: 544px) {
          .footer .tt-subscription .container .footer-info-headings {
            font-size: 20px;
            text-align: center;
            width: 100%;
            line-height: 24px; } }
        .footer .tt-subscription .container .footer-info-headings .material-icons {
          font-size: 42px;
          line-height: 45px;
          margin: 0; }
          @media (max-width: 1601px) {
            .footer .tt-subscription .container .footer-info-headings .material-icons {
              font-size: 24px; } }
          @media (max-width: 1501px) {
            .footer .tt-subscription .container .footer-info-headings .material-icons {
              font-size: 20px; } }
          @media (max-width: 1199px) {
            .footer .tt-subscription .container .footer-info-headings .material-icons {
              font-size: 20px; } }
          @media (max-width: 991px) {
            .footer .tt-subscription .container .footer-info-headings .material-icons {
              font-size: 30px;
              width: 100%; } }
      .footer .tt-subscription .container .newletter-desc {
        float: left;
        color: white;
        font: 400 16px/45px "Mark OT", Arial, Helvetica, sans-serif; }
        @media (min-width: 1500px) and (max-width: 1630px) {
          .footer .tt-subscription .container .newletter-desc {
            font-size: 14px; } }
        @media (min-width: 1200px) and (max-width: 1499px) {
          .footer .tt-subscription .container .newletter-desc {
            font-size: 13px;
            padding: 0; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .footer .tt-subscription .container .newletter-desc {
            font-size: 14px;
            line-height: 22px;
            padding-right: 0; } }
        @media (max-width: 991px) {
          .footer .tt-subscription .container .newletter-desc {
            line-height: 24px;
            width: 100%; } }
        @media (min-width: 320px) and (max-width: 543px) {
          .footer .tt-subscription .container .newletter-desc {
            padding: 0;
            font-size: 13px; } }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  text-align: left; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }
  @media (max-width: 544px) {
    .footer-info {
      margin: 0; } }

.tt-contact-info {
  font-style: normal; }

.tt-storeInfo {
  margin: 0 !important; }
  .tt-storeInfo .tt-contact-info, .tt-storeInfo .tt-contact-number {
    float: left;
    width: 100%; }
  .tt-storeInfo .email-img .material-icons {
    font-size: 16px;
    color: white;
    margin: 0 5px 8px 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .tt-storeInfo .email-img .material-icons {
        font-size: 20px;
        margin: 0 5px 0 0; } }
    @media (max-width: 991px) {
      .tt-storeInfo .email-img .material-icons {
        margin: 0 6px 0 0;
        font-size: 18px; } }
  .tt-storeInfo .tt-contact-number {
    margin: 8px 0 0 0; }
    .tt-storeInfo .tt-contact-number .tt-call {
      float: left;
      line-height: 24px;
      font: 700 20px/26px "Mark OT", Arial, Helvetica, sans-serif;
      color: #10ae4b; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .tt-storeInfo .tt-contact-number .tt-call {
          font-size: 16px; } }
      @media (max-width: 991px) {
        .tt-storeInfo .tt-contact-number .tt-call {
          font-size: 14px; } }
    .tt-storeInfo .tt-contact-number .material-icons {
      font-size: 24px;
      color: #10ae4b;
      margin: 0 15px 0 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .tt-storeInfo .tt-contact-number .material-icons {
          font-size: 20px;
          margin: 0 5px 0 0; } }
      @media (max-width: 991px) {
        .tt-storeInfo .tt-contact-number .material-icons {
          margin: 0 6px 0 0;
          font-size: 18px; } }
  .tt-storeInfo .tt-contact-info {
    margin: 0 0 8px; }
    .tt-storeInfo .tt-contact-info .tt-address {
      float: left; }
    .tt-storeInfo .tt-contact-info .material-icons {
      font-size: 16px;
      margin: 0 5px 0 0; }
  .tt-storeInfo .material-icons {
    float: left;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 25px; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  color: white;
  float: left;
  font-size: 14px;
  vertical-align: top; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer-info-col {
      font-size: 13px; } }
  @media (max-width: 991px) {
    .footer-info-col {
      text-align: left;
      padding: 0;
      width: 100%;
      float: left; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col .footer-info-col, .footer-info-col .footer-payment {
    width: 100%;
    float: left;
    padding: 0px; }
    @media (max-width: 991px) {
      .footer-info-col .footer-info-col, .footer-info-col .footer-payment {
        padding: 0 !important; } }

.footer-info-col--social {
  float: right;
  width: auto;
  margin: 10px 0 0 0;
  text-align: center; }
  @media (max-width: 991px) {
    .footer-info-col--social {
      float: left;
      width: 100%;
      margin: 10px 0 5px 0; } }
  .footer-info-col--social .footer-info-heading {
    display: none; }

.footer-info-col--left {
  float: left; }
  @media (max-width: 991px) {
    .footer-info-col--left {
      padding: 0; } }

.footer-info-col--right {
  float: right; }
  @media (max-width: 991px) {
    .footer-info-col--right {
      padding: 0; } }

.tt-copyright.tt-right {
  float: right; }
  @media (max-width: 991px) {
    .tt-copyright.tt-right {
      width: 100%; } }

.tt-copyright.tt-left {
  float: left; }
  @media (max-width: 991px) {
    .tt-copyright.tt-left {
      width: 100%; } }

.footer-info-heading {
  font-size: 13px;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  @media (max-width: 991px) {
    .footer-info-list {
      padding: 5px 10px 15px;
      float: left;
      width: 100%;
      margin-bottom: 0; } }
  .footer-info-list li:nth-child(2n+1) {
    float: left;
    width: 50%; }
    @media (max-width: 991px) {
      .footer-info-list li:nth-child(2n+1) {
        width: 100%; } }
  .footer-info-list a {
    color: white;
    text-decoration: none;
    line-height: 24px; }
    .footer-info-list a:hover {
      color: #10ae4b; }

.footer-copyright {
  text-align: center;
  float: left; }
  @media (max-width: 991px) {
    .footer-copyright {
      width: 100%; } }
  .footer-copyright > .powered-by {
    color: white;
    font: 400 14px/50px "Mark OT", Arial, Helvetica, sans-serif;
    margin: 0 3px 0 0;
    float: left; }
    @media (max-width: 991px) {
      .footer-copyright > .powered-by {
        line-height: 22px;
        width: 100%; } }
  .footer-copyright a {
    color: white;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #10ae4b; }

.tt-payment .footer-info-heading {
  display: none; }

.tt-payment .footer-payment-icons {
  margin: 0;
  float: left;
  width: 100%;
  padding: 15px 0; }
  @media (max-width: 991px) {
    .tt-payment .footer-payment-icons {
      margin: 0;
      border: none;
      padding: 15px 10px; } }
  @media (max-width: 544px) {
    .tt-payment .footer-payment-icons {
      padding: 15px 0px 0; } }
  .tt-payment .footer-payment-icons li {
    width: auto !important;
    float: left;
    margin: 2px 0; }
    @media (max-width: 544px) {
      .tt-payment .footer-payment-icons li {
        float: none;
        display: inline-block;
        vertical-align: top; } }
  .tt-payment .footer-payment-icons .footer-payment-icon {
    height: 40px;
    margin: 0 5px 0 0;
    background-color: #3a3a3a;
    vertical-align: middle;
    fill: #10ae4b;
    width: 57px;
    padding: 5px 10px;
    border-radius: 4px; }
    @media (min-width: 544px) and (max-width: 800px) {
      .tt-payment .footer-payment-icons .footer-payment-icon {
        padding: 5px 8px;
        width: 52px; } }
    .tt-payment .footer-payment-icons .footer-payment-icon:hover {
      fill: #10ae4b; }

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

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

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

.form-prefixPostfix-button--postfix:after {
  content: "";
  background: red;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.social-copyright {
  float: left;
  position: relative;
  width: 100%;
  padding: 20px 0; }
  @media (max-width: 991px) {
    .social-copyright {
      padding: 5px 0 15px; } }

.footer-info-list.tt-address li {
  width: 100% !important;
  float: left; }

@media (max-width: 544px) {
  .newsletter-contents .form-prefixPostfix .button {
    font-size: 13px; } }

/* ------------------------------ footer-sevices ---------------------------------- */
.footer-sevices {
  float: left;
  width: 100%;
  background: #303030;
  border-radius: 8px;
  margin: 50px 0 0 0; }
  @media (max-width: 991px) {
    .footer-sevices {
      margin: 15px 0 0 0; } }
  .footer-sevices .container .tt-payment {
    float: left;
    padding: 15px;
    width: 25%; }
    @media (max-width: 1199px) {
      .footer-sevices .container .tt-payment {
        width: 50%; } }
    @media (max-width: 991px) {
      .footer-sevices .container .tt-payment {
        padding: 0;
        margin-top: 0; } }
    @media (max-width: 544px) {
      .footer-sevices .container .tt-payment {
        width: 100%; } }
  .footer-sevices .container .tt-sevices {
    float: left;
    width: 75%; }
    @media (max-width: 1199px) {
      .footer-sevices .container .tt-sevices {
        width: 50%; } }
    @media (min-width: 544px) and (max-width: 800px) {
      .footer-sevices .container .tt-sevices {
        float: right; } }
    @media (max-width: 544px) {
      .footer-sevices .container .tt-sevices {
        width: 100%; } }
    .footer-sevices .container .tt-sevices li:first-child .ttservice {
      padding-left: 0; }
    .footer-sevices .container .tt-sevices li:last-child .ttservice {
      border: none; }
    .footer-sevices .container .tt-sevices .ttservice {
      float: left;
      width: 100%;
      margin: 16px 0;
      padding: 8px 0;
      line-height: 24px;
      text-align: center; }
      @media (min-width: 1260px) and (max-width: 1499px) {
        .footer-sevices .container .tt-sevices .ttservice {
          font-size: 16px;
          padding: 10px 0 10px 20px; } }
      @media (min-width: 1200px) and (max-width: 1259px) {
        .footer-sevices .container .tt-sevices .ttservice {
          font-size: 16px;
          padding: 10px 0 10px 15px; } }
      @media (min-width: 544px) and (max-width: 1199px) {
        .footer-sevices .container .tt-sevices .ttservice {
          font-size: 14px;
          padding: 0; } }
      @media (max-width: 991px) {
        .footer-sevices .container .tt-sevices .ttservice {
          margin: 10px 0; } }
      @media (max-width: 544px) {
        .footer-sevices .container .tt-sevices .ttservice {
          border: none;
          padding: 0px; } }
      .footer-sevices .container .tt-sevices .ttservice .service-title {
        padding: 14px 10px;
        float: none;
        display: inline-block;
        vertical-align: top; }
      .footer-sevices .container .tt-sevices .ttservice .material-icons {
        font-size: 24px;
        float: none;
        display: inline-block;
        vertical-align: top;
        transition: 400ms ease-in-out;
        background-color: #3a3a3a;
        border-radius: 50%;
        padding: 14px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .footer-sevices .container .tt-sevices .ttservice .material-icons {
            font-size: 22px; } }
      .footer-sevices .container .tt-sevices .ttservice:hover .material-icons {
        transform: rotateY(180deg); }
      @media (max-width: 991px) {
        .footer-sevices .container .tt-sevices .ttservice:after {
          display: none; }
        .footer-sevices .container .tt-sevices .ttservice:hover {
          background: none; } }

.container {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%; }
  @media (min-width: 1730px) {
    .container {
      width: 1710px; } }
  @media (min-width: 1631px) and (max-width: 1730px) {
    .container {
      width: 1600px; } }
  @media (min-width: 1500px) and (max-width: 1630px) {
    .container {
      width: 1430px; } }
  @media (min-width: 1260px) and (max-width: 1499px) {
    .container {
      width: 1230px; } }
  @media (min-width: 1200px) and (max-width: 1259px) {
    .container {
      width: 1170px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      width: 970px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      width: 750px; } }
  @media (max-width: 767px) {
    .container {
      width: 100%;
      float: left; } }

@font-face {
  font-family: "Material Icons";
  src: url("https://human-i-t-sandbox.mybigcommerce.com/content/fonts/MaterialIcons-Regular.eot");
  src: url("https://human-i-t-sandbox.mybigcommerce.com/content/fonts/MaterialIcons-Regular.eot?#iefix") format("embedded-opentype"), url("https://human-i-t-sandbox.mybigcommerce.com/content/MaterialIcons-Regular.woff2") format("woff2"), url("https://human-i-t-sandbox.mybigcommerce.com/content/fonts/MaterialIcons-Regular.woff") format("woff"), url("https://human-i-t-sandbox.mybigcommerce.com/content/fonts/MaterialIcons-Regular.ttf") format("truetype"), url("https://human-i-t-sandbox.mybigcommerce.com/content/fonts/MaterialIcons-Regular.svg#MaterialIcons-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mark OT", Arial, Helvetica, sans-serif !important; }

div:empty {
  display: none; }

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

.button {
  margin-bottom: 0;
  padding: 15px 30px;
  border: 1px solid #10ae4b;
  transition: all 0.3s;
  font-family: "Mark OT", Arial, Helvetica, sans-serif !important;
  line-height: 1;
  border-radius: 10px !important;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0; }
  @media (max-width: 365px) {
    .button {
      padding: 10px 12px; } }
  .button.button--primary {
    background: #10ae4b;
    color: #fff;
    fill: #fff; }
    .button.button--primary i {
      line-height: 1;
      color: #fff; }
      .button.button--primary i svg {
        fill: #fff; }
    .button.button--primary:hover {
      background: #3a3a3a;
      color: #fff; }
      .button.button--primary:hover i {
        color: #fff; }
        .button.button--primary:hover i svg {
          fill: #fff; }
    .button.button--primary:disabled {
      opacity: 0.4; }
      .button.button--primary:disabled:hover {
        background: #10ae4b; }
  .button.button--dark {
    background: #3a3a3a;
    color: #fff;
    fill: #fff;
    border-color: #3a3a3a; }
    .button.button--dark i {
      line-height: 1;
      color: #fff; }
      .button.button--dark i svg {
        fill: #fff; }
    .button.button--dark:hover {
      background: #10ae4b;
      color: #fff; }
      .button.button--dark:hover i {
        color: #fff; }
        .button.button--dark:hover i svg {
          fill: #fff; }
  .button.button--outline {
    color: #10ae4b;
    background: none; }
    .button.button--outline i {
      line-height: 1;
      color: #10ae4b; }
      .button.button--outline i svg {
        fill: #10ae4b; }
    .button.button--outline:hover {
      background: #10ae4b;
      color: #fff; }
      .button.button--outline:hover i {
        color: #fff; }
        .button.button--outline:hover i svg {
          fill: #fff; }
  .button.button--outline--danger {
    color: #ff2d2d;
    border-color: #ff2d2d;
    background: none; }
    .button.button--outline--danger i {
      line-height: 1;
      color: #ff2d2d; }
      .button.button--outline--danger i svg {
        fill: #ff2d2d; }
    .button.button--outline--danger:hover {
      background: #ff2d2d;
      color: #fff; }
      .button.button--outline--danger:hover i {
        color: #fff; }
        .button.button--outline--danger:hover i svg {
          fill: #fff; }
  .button.button--block {
    display: block;
    width: 100%; }
  .button.button--small {
    padding: 8px 20px;
    font-size: 13px; }
  .button.button--danger {
    background: #d90000;
    color: #fff;
    fill: #d90000; }
    .button.button--danger i {
      line-height: 1;
      color: #fff; }
      .button.button--danger i svg {
        fill: #fff; }
    .button.button--danger:hover {
      background: #ff0d0d;
      color: #fff; }
      .button.button--danger:hover i {
        color: #fff; }
        .button.button--danger:hover i svg {
          fill: #fff; }
    .button.button--danger:disabled {
      opacity: 0.4; }
      .button.button--danger:disabled:hover {
        background: #d90000; }

input[type="checkbox"],
input[type="radio"] {
  filter: grayscale(1); }

.form-group {
  color: #3a3a3a !important; }

.container-sm {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

.header {
  min-height: auto;
  max-height: 145px; }
  .header .header-center {
    min-height: auto !important;
    background-color: #3a3a3a; }
  .header .header-logo {
    margin: 15px 0;
    object-fit: contain; }
    @media (max-width: 544px) {
      .header .header-logo {
        width: 200px;
        padding: 8px 0;
        margin: 0 0 0 45px !important; } }
    @media (min-width: 544px) and (max-width: 991px) {
      .header .header-logo {
        width: 225px;
        margin: 6px 0 0 0 !important; } }
    .header .header-logo a {
      height: 50px;
      overflow: hidden; }
      .header .header-logo a .header-logo-image-container {
        height: 50px; }
        .header .header-logo a .header-logo-image-container .header-logo-image {
          height: 50px;
          filter: brightness(0) invert(1); }
          @media (max-width: 1024px) {
            .header .header-logo a .header-logo-image-container .header-logo-image {
              object-fit: contain; } }
  .header .header-signin {
    display: flex;
    align-items: center;
    float: right;
    margin: 25px 0 0;
    line-height: 12px; }
    @media (max-width: 1024px) {
      .header .header-signin {
        display: none; } }
    .header .header-signin span {
      margin: 0 10px;
      font-size: 10px;
      line-height: 28px;
      font-weight: 400;
      color: #fff;
      display: block; }
    .header .header-signin a {
      font-size: 12px;
      letter-spacing: 0;
      display: flex;
      align-items: center;
      color: #fff;
      border: 1px solid #fff;
      padding: 8px 20px;
      line-height: 12px;
      border-radius: 13px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700; }
      .header .header-signin a:first-child {
        color: #88d124;
        border: 1px solid #88d124;
        padding: 8px 20px;
        line-height: 12px;
        border-radius: 13px;
        text-decoration: none; }
      .header .header-signin a i {
        margin: 0 5px; }
      .header .header-signin a p {
        margin: 0;
        height: 16px;
        font-size: 13px; }

.header-bottom {
  height: 65px;
  background-color: #10ae4b; }

.card-figcaption-button {
  background: #88d124;
  border-color: #88d124; }
  .card-figcaption-button:after {
    border-radius: 5px !important; }
  .card-figcaption-button .material-icons {
    line-height: 1; }

.card-figcaption-body .tt-compare,
.card-figcaption-body .quickview,
.card-figcaption-body .tt-wishlist {
  border-radius: 50% !important; }
  @media (max-width: 1024px) {
    .card-figcaption-body .tt-compare,
    .card-figcaption-body .quickview,
    .card-figcaption-body .tt-wishlist {
      margin-right: 10px; } }

.pagination .pagination-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .pagination .pagination-list .pagination-item.pagination-item--current a {
    color: #fff !important;
    background: #10ae4b !important; }
  .pagination .pagination-list .pagination-item .pagination-link {
    width: 40px;
    height: 40px; }

.card-img-container {
  margin: 0 auto; }

.body {
  margin-bottom: 0;
  min-height: calc(100vh - 625px); }
  @media (max-width: 1024px) {
    .body {
      overflow-x: hidden; } }

body {
  float: left;
  width: 100%;
  font-family: "Mark OT", Arial, Helvetica, sans-serif !important; }
  @media (max-width: 991px) {
    body.default header {
      margin: 0; } }

#ttloader {
  background-attachment: scroll;
  background-repeat: no-repeat;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 999999; }

.tt-phone-number {
  float: right;
  text-align: left;
  position: relative;
  padding: 20px 15px;
  background: whitesmoke;
  border-radius: 0 0 5px 5px;
  margin: 0 0 25px;
  width: auto; }
  @media (max-width: 991px) {
    .tt-phone-number {
      display: none; } }
  .tt-phone-number .contact-icon {
    float: left; }
    .tt-phone-number .contact-icon .material-icons {
      margin: auto;
      float: left;
      height: 36px;
      content: "\e61d";
      font-family: "Material Icons", sans-serif;
      font-size: 30px;
      color: #3aa913;
      line-height: 36px;
      width: 30px;
      transition: 400ms ease-in-out; }
  .tt-phone-number .content {
    text-decoration: none;
    float: left;
    width: auto;
    text-align: left;
    padding: 0 0 0 10px; }
    .tt-phone-number .content .contact-title {
      color: #3aa913;
      font: 500 14px/16px "Mark OT", Arial, Helvetica, sans-serif;
      text-transform: capitalize;
      text-align: left;
      margin: 0 0 4px; }
    .tt-phone-number .content a {
      color: #3aa913;
      float: right;
      font: 700 16px/20px "Mark OT", Arial, Helvetica, sans-serif;
      width: 100%; }
  .tt-phone-number:hover .contact-icon .material-icons {
    transform: rotateY(180deg); }

.ttquicksearch {
  text-align: center;
  margin: 15px 0;
  float: none !important;
  display: inline-block;
  width: auto;
  vertical-align: top; }
  @media (max-width: 991px) {
    .ttquicksearch {
      width: 100% !important;
      margin-bottom: 15px;
      padding: 0 !important;
      margin-top: 25px; } }
  @media (max-width: 544px) {
    .ttquicksearch {
      margin-top: 15px; } }

.slick-dots {
  left: 0;
  right: 0; }

#wishlist-dropdown.is-open {
  top: 41px !important; }
  #wishlist-dropdown.is-open li .button {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-radius: 0 !important; }

.page-heading {
  font-family: "Mark OT", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  margin: auto 0;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 0;
  text-align: left; }

.tt-bloginner .page-heading {
  font-size: 32px;
  top: 0;
  text-align: center;
  left: 0;
  padding: 0 0 30px 0; }

.card-title {
  text-align: left;
  width: 100%;
  margin: 0 0 20px; }
  .card-title a {
    font-family: "Mark OT", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 20px;
    min-height: 40px;
    white-space: normal !important; }
    @media (max-width: 1024px) {
      .card-title a {
        height: 40px;
        overflow: hidden; } }
  @media (max-width: 544px) {
    .card-title {
      margin: 0; } }

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

.tt-hometabinner ul,
.productView-relatedsimilatTabs ul {
  text-align: center;
  border: none; }
  .tt-hometabinner ul li.tab,
  .productView-relatedsimilatTabs ul li.tab {
    float: none;
    display: inline-block;
    border: 1px solid #e5e5e5;
    position: relative;
    margin: 0; }
    .tt-hometabinner ul li.tab a,
    .productView-relatedsimilatTabs ul li.tab a {
      border: medium none;
      font-size: 15px;
      line-height: 27px;
      margin: 0;
      float: left;
      width: 100%;
      padding: 4px 15px;
      text-transform: capitalize;
      position: relative;
      font-weight: 700; }
    .tt-hometabinner ul li.tab:hover,
    .productView-relatedsimilatTabs ul li.tab:hover {
      background-color: #3a3a3a;
      transition: color 0.3s ease;
      transition: opacity 0.25s ease-in-out; }
      .tt-hometabinner ul li.tab:hover a,
      .productView-relatedsimilatTabs ul li.tab:hover a {
        color: #999; }
  .tt-hometabinner ul .is-active .tab-title,
  .productView-relatedsimilatTabs ul .is-active .tab-title {
    background: #3a3a3a;
    color: #999;
    padding: 4px 15px;
    font-weight: normal; }

.tt-hometabinner ul li.tab:before,
.productView-relatedsimilatTabs ul li.tab:before {
  background: #3a3a3a;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 50% 50% 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-color: #f0f0f0; }

.tt-hometabinner ul li:hover:before, .tt-hometabinner ul li.is-active:before {
  transform: scaleX(1); }

.productView-relatedsimilatTabs ul li:hover:before, .productView-relatedsimilatTabs ul li.is-active:before {
  transform: scaleX(1); }

.tt-hometabinner ul li.tab:first-child::after,
.productView-relatedsimilatTabs ul li.tab:first-child::after {
  border-top: 1px solid #e5e5e5;
  content: "";
  left: -80px;
  position: absolute;
  top: 18px;
  width: 80px; }

.tt-hometabinner ul li.tab:last-child::after,
.productView-relatedsimilatTabs ul li.tab:last-child::after {
  border-top: 1px solid #e5e5e5;
  content: "";
  position: absolute;
  right: -80px;
  top: 18px;
  width: 80px; }

.tt-hometabinner .tabs-contents .card-title a {
  color: #3a3a3a; }
  .tt-hometabinner .tabs-contents .card-title a:hover {
    color: #3a3a3a; }

.tt-hometabinner .tabs-contents li {
  list-style: none; }

.tt-hometabinner .tabs-contents .tab-content h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 15px; }

.tt-hometabinner .tabs-contents .tab-content p {
  font-size: 18px;
  height: 400px;
  line-height: 24px;
  color: #3a3a3a; }

#tab-description h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 15px; }

#tab-description p,
#tab-description span,
#tab-description div {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #3a3a3a; }

.card-body .card-text .price-section .price,
.price.price--withTax {
  font-family: "Mark OT", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #3a3a3a; }
  @media (max-width: 1024px) {
    .card-body .card-text .price-section .price,
    .price.price--withTax {
      font-size: 18px; } }

.card-body .card-text .non-sale-price--withTax .price,
.rrp-price--withTax .price {
  font: 400 14px/16px "Mark OT", Arial, Helvetica, sans-serif;
  color: #777;
  vertical-align: text-top; }

.card-body .card-text .price-section .price--rrp {
  color: #999;
  font-weight: 400; }

.productlist_inner:hover .card-body .card-title a {
  color: #3a3a3a; }

.productlist_inner .product_rating {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 25px; }

.productlist_inner .card-figcaption-body {
  position: absolute;
  bottom: 0;
  top: auto !important;
  left: 0;
  right: 0;
  z-index: 99; }
  .productlist_inner .card-figcaption-body a,
  .productlist_inner .card-figcaption-body label.product_compareicon {
    border-radius: 50%;
    float: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-align: center;
    margin: 0 0 0 2px;
    padding: 0; }
  .productlist_inner .card-figcaption-body a.quickview {
    background: #3a3a3a url("../img/custom/product-sprite.png") no-repeat scroll -35px -126px; }
    .productlist_inner .card-figcaption-body a.quickview:hover {
      background-color: #ff2d2d; }
  .productlist_inner .card-figcaption-body a.addtocart-chooseoption {
    background: #3a3a3a url("../img/custom/product-sprite.png") no-repeat scroll -36px -38px; }
    .productlist_inner .card-figcaption-body a.addtocart-chooseoption:hover {
      background-color: #ff2d2d; }
  .productlist_inner .card-figcaption-body label.product_compareicon {
    background: #3a3a3a url("../img/custom/product-sprite.png") no-repeat scroll -36px -84px; }
    .productlist_inner .card-figcaption-body label.product_compareicon:hover {
      background-color: #ff2d2d; }
    .productlist_inner .card-figcaption-body label.product_compareicon input {
      display: none; }

.products .thumbnail-container .image-wrap .producthover .product-add-to-cart a {
  background: #3a3a3a url("product-sprite.png") no-repeat scroll -34px -36px; }
  .products .thumbnail-container .image-wrap .producthover .product-add-to-cart a:hover {
    background: #ff2d2d url("product-sprite.png") no-repeat scroll -34px -36px; }

.products .thumbnail-container .image-wrap .producthover .product-wishlist a {
  background: #3a3a3a url("product-sprite.png") no-repeat scroll -33px 9px; }
  .products .thumbnail-container .image-wrap .producthover .product-wishlist a:hover {
    background: #ff2d2d url("product-sprite.png") no-repeat scroll -33px 9px; }

.products .thumbnail-container .image-wrap .producthover .product-compare a {
  background: #3a3a3a url("product-sprite.png") no-repeat scroll -33px -85px; }
  .products .thumbnail-container .image-wrap .producthover .product-compare a:hover {
    background: #ff2d2d url("product-sprite.png") no-repeat scroll -33px -85px; }

.products .thumbnail-container .image-wrap .producthover .quick-view-block a {
  background: #3a3a3a url("product-sprite.png") no-repeat scroll -32px -124px; }
  .products .thumbnail-container .image-wrap .producthover .quick-view-block a:hover {
    background: #ff2d2d url("product-sprite.png") no-repeat scroll -32px -124px; }

.navPages-container {
  height: 100%;
  clear: left;
  width: auto !important;
  float: left;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 1500px) {
    .navPages-container {
      width: auto !important; } }
  @media (min-width: 1200px) and (max-width: 1259px) {
    .navPages-container {
      width: auto !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .navPages-container {
      width: auto !important; } }
  @media (max-width: 991px) {
    .navPages-container {
      width: 280px !important; } }

@media (max-width: 1024px) {
  .navPages {
    overflow-x: hidden; } }

@media (min-width: 992px) {
  .navPages {
    float: left;
    width: 100%; } }

.navPages ul {
  list-style: none; }
  .navPages ul.navPages-list > li {
    position: relative; }
    .navPages ul.navPages-list > li:first-child {
      display: none; }
  .navPages ul.navPages-list li.more {
    float: left;
    width: 100%;
    display: block;
    color: #333333;
    font: 500 14px/30px "Mark OT", Arial, Helvetica, sans-serif;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
    text-align: left;
    text-transform: capitalize; }

.navPages .navPage-subMenu:after, .navPages .navPage-subMenu:before {
  content: " ";
  display: table; }

.navPages .navPage-subMenu:after {
  clear: both; }

.navPages .navPages-item.hiden_menu .navPages-item {
  background: 0 0; }
  .navPages .navPages-item.hiden_menu .navPages-item:last-child {
    background: 0 0; }
  @media (min-width: 992px) {
    .navPages .navPages-item.hiden_menu .navPages-item:hover .navPage-subMenu {
      opacity: 1;
      visibility: visible;
      transform: scaleY(1);
      text-align: left; } }
  .navPages .navPages-item.hiden_menu .navPages-item:hover .navPage-subMenu .navPages-list-depth-max li.navPages-item:hover > .navPage-subMenu-horizontal {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    text-align: left; }
  .navPages .navPages-item.hiden_menu .navPages-item:hover .navPage-subMenu .navPages-list-depth-max li.navPages-item > .navPage-subMenu-horizontal .navPage-subMenu-list li:hover > div {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    text-align: left; }
  .navPages .navPages-item.hiden_menu .navPages-item .navPage-subMenu-item > .navPage-subMenu-action {
    border-bottom: none; }
  @media (min-width: 992px) {
    .navPages .navPages-item.hiden_menu .navPages-item .navPage-subMenu {
      padding: 20px;
      min-width: 200px;
      visibility: hidden;
      display: block;
      background: white;
      border: 4px solid #e5e5e5;
      position: absolute;
      top: -1px;
      width: 100%;
      left: 100%;
      border-radius: 8px;
      transition: 400ms ease-in-out;
      transform: scaleY(0);
      opacity: 0;
      transform-origin: center top 0; } }

.ttcat-title {
  color: #88d124;
  cursor: pointer;
  float: left;
  font: 500 14px/24px "Mark OT", Arial, Helvetica, sans-serif;
  position: relative;
  text-align: left;
  width: 100%;
  padding: 12px 0;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .ttcat-title {
      display: none; } }
  .ttcat-title .material-icons {
    font-size: 24px;
    transition: 400ms ease-in-out; }
  .ttcat-title .cat-title {
    font-size: 12px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .ttcat-title .cat-title {
        display: none; } }
  .ttcat-title:hover > .material-icons {
    transform: rotateY(180deg); }

.navPages-list {
  display: inline-block;
  float: none;
  background: white;
  width: 100%;
  border-radius: 8px;
  z-index: 9;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .navPages-list {
      left: 0;
      padding: 0;
      border: none;
      position: absolute;
      right: 0;
      display: none;
      top: 56px; } }

.simple ul.navPage-subMenu-list {
  width: 100%;
  float: left;
  margin: 0; }
  .simple ul.navPage-subMenu-list .navPage-subMenu-item {
    float: none;
    margin: 10px 0 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 !important; }
    @media (max-width: 991px) {
      .simple ul.navPage-subMenu-list .navPage-subMenu-item {
        margin: 0; } }

.simple-3 ul.navPage-subMenu-list.grid-2 .navPage-subMenu-item {
  width: 50%; }
  @media (max-width: 991px) {
    .simple-3 ul.navPage-subMenu-list.grid-2 .navPage-subMenu-item {
      width: 100%; } }

.simple-3 ul.navPage-subMenu-list.grid-3 .navPage-subMenu-item {
  width: 33%; }
  @media (max-width: 991px) {
    .simple-3 ul.navPage-subMenu-list.grid-3 .navPage-subMenu-item {
      width: 100%; } }

.simple-3 ul.navPage-subMenu-list.grid-4 .navPage-subMenu-item {
  width: 25%; }
  @media (max-width: 991px) {
    .simple-3 ul.navPage-subMenu-list.grid-4 .navPage-subMenu-item {
      width: 100%; } }

.simple-3 ul.navPage-subMenu-list.grid-5 .navPage-subMenu-item {
  width: 20%; }
  @media (max-width: 991px) {
    .simple-3 ul.navPage-subMenu-list.grid-5 .navPage-subMenu-item {
      width: 100%; } }

.navPages-list + .navPages-list {
  border-top: 1px solid #dfdfdf;
  margin-top: 0.78571rem;
  padding-top: 0.78571rem; }

.navPages-list-simple li.navPages-item {
  position: reletive !important;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee; }
  .navPages-list-simple li.navPages-item > .navPages-action:before {
    display: none; }
  .navPages-list-simple li.navPages-item .banners {
    display: none; }
  @media (max-width: 992px) {
    .navPages-list-simple li.navPages-item .navPage-subMenu.is-open {
      width: 100%;
      text-align: left;
      padding: 0; } }
  @media (max-width: 992px) {
    .navPages-list-simple li.navPages-item .navPage-subMenu.is-open div {
      width: 100%;
      padding: 0; } }
  @media (max-width: 992px) {
    .navPages-list-simple li.navPages-item .navPage-subMenu.is-open div .navPages-action {
      text-transform: capitalize; } }
  .navPages-list-simple li.navPages-item.simple-3 .navPage-subMenu {
    width: 300%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .navPages-list-simple li.navPages-item.simple-3 .navPage-subMenu {
        width: 260%; } }
    @media (max-width: 991px) {
      .navPages-list-simple li.navPages-item.simple-3 .navPage-subMenu {
        width: 100%; } }
    .navPages-list-simple li.navPages-item.simple-3 .navPage-subMenu ul.grid-3 {
      width: 75%; }
      @media (max-width: 991px) {
        .navPages-list-simple li.navPages-item.simple-3 .navPage-subMenu ul.grid-3 {
          width: 100%;
          padding: 10px 0; } }
    .navPages-list-simple li.navPages-item.simple-3 .navPage-subMenu .banners {
      width: 25%;
      display: block; }
      @media (max-width: 991px) {
        .navPages-list-simple li.navPages-item.simple-3 .navPage-subMenu .banners {
          width: 100%; } }
  @media (min-width: 992px) {
    .navPages-list-simple li.navPages-item:hover .tt-right-arrow {
      transform: rotate(-90deg); } }

.navPages-list-simple .navPages-list-depth-max li.navPages-item > .navPage-subMenu-horizontal.is-open {
  width: 100%;
  float: left;
  text-align: left;
  padding: 10px 10px 10px 20px; }
  .navPages-list-simple .navPages-list-depth-max li.navPages-item > .navPage-subMenu-horizontal.is-open div {
    width: 100%;
    padding: 0 0 5px 20px; }
    .navPages-list-simple .navPages-list-depth-max li.navPages-item > .navPage-subMenu-horizontal.is-open div .navPages-action {
      text-transform: capitalize; }

@media (min-width: 991px) {
  .navPages-list-depth-max .navPages-item.navPages-item-page {
    display: none !important; } }

.navPages-list-depth-max .navPages-item {
  position: reletive !important;
  float: left;
  width: 100%; }
  @media (min-width: 992px) {
    .navPages-list-depth-max .navPages-item:hover > a {
      color: #111111; }
      .navPages-list-depth-max .navPages-item:hover > a .tt-right-arrow {
        transform: rotate(-90deg); } }
  .navPages-list-depth-max .navPages-item .navPage-subMenu .navPage-subMenu-item-child > a .tt-right-arrow {
    line-height: 20px; }
  @media (min-width: 992px) {
    .navPages-list-depth-max .navPages-item .navPage-subMenu .navPage-subMenu-item-child:hover > a {
      color: #3a3a3a; }
      .navPages-list-depth-max .navPages-item .navPage-subMenu .navPage-subMenu-item-child:hover > a .tt-right-arrow {
        transform: rotate(-90deg); } }

@media (max-width: 991px) {
  .navPages-list-depth-max .tt-right-arrow {
    transform: rotate(-90deg); }
    .navPages-list-depth-max .tt-right-arrow.is-open {
      transform: rotate(0deg); } }

.navPages-action .navPages-action-moreIcon {
  float: right; }

.navPages-item a {
  font-family: "Mark OT", Arial, Helvetica, sans-serif; }

.navPages-item > .navPages-action {
  float: left;
  width: 100%;
  display: block;
  font: 700 14px/30px "Mark OT", Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  text-transform: capitalize; }
  @media (max-width: 992px) {
    .navPages-item > .navPages-action {
      float: none;
      padding: 10px 0; } }

.cat-Menu-toggle {
  min-width: 300px; }
  @media (max-width: 992px) {
    .cat-Menu-toggle {
      min-width: auto; } }
  .cat-Menu-toggle li.more .more-menu:before {
    color: #333333;
    content: "\e145";
    font-family: "Material Icons";
    left: auto;
    position: relative;
    z-index: 2;
    transition: 300ms ease-in-out;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 8px 0 0;
    float: left;
    width: auto;
    margin: 0 2px; }
  .cat-Menu-toggle li.more .active:before {
    content: "\e15b"; }
  .cat-Menu-toggle li.more:hover {
    color: #111111; }
  .cat-Menu-toggle .tt-left-arrow {
    float: left;
    width: auto;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
    padding: 0 10px 0 0; }
  .cat-Menu-toggle .tt-right-arrow {
    float: right;
    font-size: 18px;
    transition: 300ms ease-in-out;
    line-height: 30px;
    margin: 0; }
    @media (max-width: 991px) {
      .cat-Menu-toggle .tt-right-arrow {
        width: 30px;
        transform: rotate(-90deg); }
        .cat-Menu-toggle .tt-right-arrow.is-open {
          transform: rotate(0deg); } }

.tt-header-content {
  position: relative; }
  @media (max-width: 991px) {
    .tt-header-content {
      right: 0; } }
  .tt-header-content #menu {
    display: none; }
    @media (max-width: 991px) {
      .tt-header-content #menu {
        display: block; } }

.fixed .tt-header-content {
  float: left;
  width: 100%; }

#menu-link {
  float: left;
  text-align: left;
  width: calc(100% - 150px);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0; }
  @media (max-width: 1300px) {
    #menu-link {
      width: calc(100% - 350px);
      padding: 0; } }
  @media (max-width: 1200px) {
    #menu-link {
      width: calc(100% - 145px); } }
  @media (max-width: 1024px) {
    #menu-link {
      display: none; } }
  #menu-link > .navPages-item-page {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    position: relative;
    border-radius: 10px; }
    #menu-link > .navPages-item-page > .link-action {
      color: white;
      text-decoration: none;
      display: block;
      float: left;
      text-align: center;
      font: 700 14px/1 "Mark OT", Arial, Helvetica, sans-serif;
      overflow: hidden;
      position: relative;
      padding: 8px 12px 6px;
      z-index: 1;
      margin: 8px 0;
      transition: all 400ms ease-in-out;
      border-radius: 25px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #menu-link > .navPages-item-page > .link-action {
          padding: 12px 10px; } }
      #menu-link > .navPages-item-page > .link-action:after {
        background: #fff;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.2;
        position: absolute;
        top: 0;
        width: 0;
        border-radius: 8px;
        transition: 500ms ease-in-out; }
      #menu-link > .navPages-item-page > .link-action i {
        font-size: 20px;
        transition: all 400ms ease-in-out;
        line-height: 1;
        height: 8px; }
        #menu-link > .navPages-item-page > .link-action i svg {
          line-height: 1;
          width: 12px;
          height: 8px;
          fill: #fff;
          transition: all 400ms ease-in-out; }
      #menu-link > .navPages-item-page > .link-action.back-2-school {
        color: #3aa913;
        background: whitesmoke; }
    #menu-link > .navPages-item-page:hover > .link-action {
      color: #3aa913;
      background: whitesmoke; }
      #menu-link > .navPages-item-page:hover > .link-action:hover:after {
        width: 100%; }
      #menu-link > .navPages-item-page:hover > .link-action:hover i svg {
        fill: #3a3a3a; }
      #menu-link > .navPages-item-page:hover > .link-action svg {
        fill: #3a3a3a; }
  #menu-link .more_menu.navPages-item-page {
    position: relative; }
    #menu-link .more_menu.navPages-item-page > a.link-action:before {
      content: "\e5cf";
      font-family: "Material Icons";
      font-size: 18px;
      line-height: 24px;
      position: relative;
      padding-left: 5px;
      float: right; }
    #menu-link .more_menu.navPages-item-page .tt-link-action {
      float: left;
      width: 100%;
      margin: 0;
      position: absolute;
      top: 117%;
      min-width: 200px;
      background: #fff;
      text-align: left;
      border: 1px solid #e5e5e5;
      border-radius: 8px;
      z-index: 2;
      padding: 10px 15px;
      transition: 400ms ease-in-out;
      opacity: 0;
      transform: scaleY(0);
      transform-origin: center top 0;
      display: block !important;
      right: 0;
      left: auto; }
      #menu-link .more_menu.navPages-item-page .tt-link-action:after {
        color: #e5e5e5;
        font-size: 30px;
        right: 12px;
        position: absolute;
        top: -26px;
        left: auto;
        content: "\e5c7";
        font-family: "Material Icons"; }
      #menu-link .more_menu.navPages-item-page .tt-link-action .link-action {
        float: left;
        line-height: 26px;
        width: 100%; }
    #menu-link .more_menu.navPages-item-page:hover .shown-link {
      transform: scaleY(1);
      opacity: 1; }

.navUser-action {
  font-weight: normal; }

.navUser {
  margin-top: 14px; }
  @media (max-width: 544px) {
    .navUser {
      margin-top: 12px; } }
  .navUser .dropdown-menu {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0;
    border-radius: 8px;
    padding: 5px 15px; }
    .navUser .dropdown-menu:focus {
      outline: none; }
  .navUser li a svg:hover {
    fill: #10ae4b;
    stroke: #10ae4b; }

#top_currencyDiv li.navUser-item a.navUser-action {
  height: 48px; }

#top_currencyDiv li.navUser-item span.currency_name {
  float: left;
  margin: 14px 0 0 0; }

#top_currencyDiv li.navUser-item .icon {
  float: left;
  margin: 21px 0 0 5px; }

.tt-leftnavUser--section {
  margin: 8px 0px !important; }
  .tt-leftnavUser--section li {
    margin: 0 3px !important; }

.navUser-section li:first-child {
  margin-right: 18px !important; }

.navUser-section li.dropdown-menu-item a {
  padding: 5px 0;
  line-height: 16px; }

.navUser-section li a {
  padding: 0;
  text-transform: none;
  font-size: 14px;
  margin: 0;
  float: left;
  cursor: pointer;
  position: relative;
  border: none; }
  .navUser-section li a .material-icons {
    width: 25px;
    height: 25px; }

.navUser-item--account .account-toggle {
  background: #fff;
  border: 1px solid #eee;
  height: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 39px;
  width: 180px;
  z-index: 9; }
  .navUser-item--account .account-toggle a {
    float: left;
    width: 100%;
    padding: 5px;
    text-transform: none; }
  .navUser-item--account .account-toggle .navUser-or {
    display: none; }

.navUser-item--account .user-icon .account {
  cursor: pointer;
  float: left;
  height: 30px;
  width: 30px;
  z-index: 1;
  margin: 0; }

.navUser-item--cart .material-icons {
  float: left;
  width: 35px; }

.navUser-item--cart .countPill {
  right: 2px;
  background-color: #3a3a3a !important; }

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

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

.navUser-item--cart .countPill,
.navUser-item--compare .countPill {
  padding: 0;
  position: absolute;
  top: -8px;
  right: -12px;
  border: 0;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 10px; }
  @media (max-width: 1024px) {
    .navUser-item--cart .countPill,
    .navUser-item--compare .countPill {
      line-height: 16px !important;
      font-size: 10px; } }

.navUser-item--cart .cart_icon {
  cursor: pointer;
  float: left;
  height: 30px;
  width: 30px;
  z-index: 1;
  position: relative; }

.navUser-item--cart a:hover .cart_icon {
  float: left; }

.navUser-item--cart .navUser-item-cartLabel {
  float: left;
  display: none; }

.navUser-item--cart .navUser-action {
  float: left;
  position: relative; }

.navUser-item .tt-wishlist {
  width: 25px !important;
  height: 25px !important; }
  .navUser-item .tt-wishlist .material-icons {
    width: 25px;
    height: 25px;
    line-height: 25px; }

.navUser-section .tt-user-info {
  height: 25px;
  width: 30px;
  display: none; }
  .navUser-section .tt-user-info.active {
    background: none; }
  @media (max-width: 1024px) {
    .navUser-section .tt-user-info {
      display: block; } }
  .navUser-section .tt-user-info .material-icons {
    font-size: 32px;
    line-height: 25px;
    height: 25px; }

.navUser-section li {
  margin-right: 10px !important; }
  .navUser-section li:last-child {
    margin-right: 0; }

.navUser-item--cart .material-icons {
  width: 25px;
  height: 25px;
  line-height: 25px; }

.tt-user-info .account-link-toggle li a:hover {
  color: #10ae4b !important; }
  .tt-user-info .account-link-toggle li a:hover svg,
  .tt-user-info .account-link-toggle li a:hover span {
    color: #10ae4b !important;
    fill: #10ae4b;
    stroke: #10ae4b; }

.scrollToTop {
  background: whitesmoke;
  color: #3aa913 !important;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 45px;
  cursor: pointer;
  height: 40px;
  opacity: 1;
  padding: 5px;
  z-index: 9;
  position: fixed;
  right: 40px;
  text-align: center;
  width: 40px; }
  @media (min-width: 320px) and (max-width: 543px) {
    .scrollToTop {
      right: 20px;
      bottom: 15px; } }
  .scrollToTop:hover {
    background: #3aa913;
    color: whitesmoke !important; }

.scrollToTop.show {
  opacity: 1; }

.testclass {
  float: left;
  padding: 0 5px;
  border: 2px solid #ff2d2d; }

.floatL {
  float: left; }

.row {
  margin: 0 -15px; }
  @media (max-width: 544px) {
    .row {
      margin: 0 -5px; } }

.col-12 {
  width: 100%; }

.col-10 {
  width: 83.33333%; }

.col-2 {
  width: 16.66667%; }

.col-7 {
  width: 58.33333%; }

.col-9 {
  width: 75%; }
  @media (min-width: 551px) {
    .col-9 {
      width: 100%; } }
  @media (min-width: 992px) {
    .col-9 {
      width: 75%; } }

.col-8 {
  width: 66.66667%; }
  @media (min-width: 551px) {
    .col-8 {
      width: 100%; } }
  @media (min-width: 992px) {
    .col-8 {
      width: 66.66667%; } }

.col-6 {
  width: 50%; }

@media (min-width: 551px) {
  .col-5 {
    width: 100%; } }

@media (min-width: 992px) {
  .col-5 {
    width: 41.66667%; } }

.col-4 {
  width: 33.33333%; }
  @media (min-width: 992px) {
    .col-4 {
      width: 33.33333%; } }

@media (min-width: 551px) {
  .col-3 {
    width: 100%; } }

@media (min-width: 992px) {
  .col-3 {
    width: 25%; } }

@media (min-width: 1261px) {
  .col-3 {
    width: 25%; } }

.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  float: left;
  padding: 0 15px; }
  @media (max-width: 544px) {
    .col-12,
    .col-11,
    .col-10,
    .col-9,
    .col-8,
    .col-7,
    .col-6,
    .col-5,
    .col-4,
    .col-3,
    .col-2,
    .col-1 {
      padding: 0; } }

.productlist_main,
.catdesc_main {
  clear: both;
  width: 100%; }

.sidebarBlock ul {
  display: none;
  float: left;
  width: 100%;
  padding: 10px 15px;
  margin: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sidebarBlock ul {
      padding: 0 6px; } }
  @media (max-width: 991px) {
    .sidebarBlock ul {
      padding: 10px 15px 0;
      margin-bottom: 6px; } }

.cat_description {
  width: 100%;
  float: left;
  margin: 10px 0; }
  .cat_description p {
    margin: 0; }

.catactionbar_top {
  width: 100%;
  float: left;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin: 0 0 10px 0; }
  .catactionbar_top .actionBar {
    float: left;
    padding: 0; }
  .catactionbar_top .grid_list {
    float: right;
    margin: 5px 0 0 0; }
    .catactionbar_top .grid_list ul {
      border: none; }

.grid_list li {
  float: left;
  margin: 0 2px;
  border: none; }
  .grid_list li.tab.is-active {
    border: none; }
  .grid_list li:hover a.grid_view {
    background-position: -8px -69px;
    color: #111111; }
  .grid_list li:hover a.list_view {
    background-position: -69px -69px;
    color: #111111; }
  .grid_list li:hover a.short_view {
    color: #111111; }
  .grid_list li.is-active a.grid_view {
    background-position: -8px -69px;
    color: #111111; }
  .grid_list li.is-active a.list_view {
    background-position: -69px -69px;
    color: #111111; }
  .grid_list li.is-active a.short_view {
    color: #111111; }
  .grid_list li a {
    float: left;
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 14px;
    font-size: 0; }
    .grid_list li a.grid_view {
      background-position: -8px -20px; }
    .grid_list li a.list_view {
      background-position: -69px -20px; }

.category .tt-breadcrumbs-main {
  display: none !important; }

.tt-breadcrumbs-main {
  margin: 0 0 30px; }
  .tt-breadcrumbs-main .tt-breadcrumbs {
    background: #f5f5f5;
    padding: 20px 10px;
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 0 30px; }
    @media (max-width: 544px) {
      .tt-breadcrumbs-main .tt-breadcrumbs {
        margin: 0 0 20px; } }
    .tt-breadcrumbs-main .tt-breadcrumbs .category-name {
      color: #3a3a3a;
      float: left;
      font: 700 16px/20px "Mark OT", Arial, Helvetica, sans-serif;
      margin: 0;
      text-transform: capitalize; }
      @media (max-width: 767px) {
        .tt-breadcrumbs-main .tt-breadcrumbs .category-name {
          float: none;
          display: inline-block;
          vertical-align: top; } }
      .tt-breadcrumbs-main .tt-breadcrumbs .category-name .breadcrumb-title.is-active .breadcrumb-label {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px; }
        @media (max-width: 767px) {
          .tt-breadcrumbs-main .tt-breadcrumbs .category-name .breadcrumb-title.is-active .breadcrumb-label {
            color: #3a3a3a !important; } }
    .tt-breadcrumbs-main .tt-breadcrumbs .breadcrumbs {
      float: right;
      width: auto;
      margin: 0;
      font-family: "Mark OT", Arial, Helvetica, sans-serif; }
      @media (max-width: 767px) {
        .tt-breadcrumbs-main .tt-breadcrumbs .breadcrumbs {
          float: none;
          display: inline-block;
          vertical-align: top;
          width: 100%; } }
      .tt-breadcrumbs-main .tt-breadcrumbs .breadcrumbs .breadcrumb a {
        font-size: 12px;
        font-weight: 500;
        color: #3a3a3a; }
      .tt-breadcrumbs-main .tt-breadcrumbs .breadcrumbs .breadcrumb span {
        color: #3a3a3a !important; }

.breadcrumb-label {
  text-decoration: none;
  cursor: inherit;
  font-size: 12px;
  font-weight: 500;
  color: #3a3a3a; }

.tt-category-content {
  text-align: left;
  float: left;
  width: 100%;
  margin: 0 0 30px;
  display: none; }
  .tt-category-content .category-img {
    float: left;
    margin: 0;
    padding: 0; }
    .tt-category-content .category-img img {
      border: 1px solid #e5e5e5;
      padding: 5px;
      border-radius: 8px; }
  .tt-category-content .category-desc {
    padding: 0 0 0 15px; }
    @media (min-width: 1260px) and (max-width: 1499px) {
      .tt-category-content .category-desc {
        padding: 0 0 0 10px; } }
    @media (max-width: 991px) {
      .tt-category-content .category-desc {
        width: 100%;
        padding: 20px 0 0 0; } }
    .tt-category-content .category-desc .category-heading {
      color: #3a3a3a;
      font: 700 16px/26px "Mark OT", Arial, Helvetica, sans-serif;
      margin: 0 0 10px; }

.tt-subcategoires {
  float: left;
  margin-top: 10px;
  width: 100%; }
  @media (max-width: 544px) {
    .tt-subcategoires {
      margin-top: 0px; } }
  .tt-subcategoires .subcategory-item {
    width: 130px;
    margin-right: 15px;
    float: none;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 1260px) and (max-width: 1499px) {
      .tt-subcategoires .subcategory-item {
        width: 105px; } }
    @media (max-width: 544px) {
      .tt-subcategoires .subcategory-item {
        width: 118px; }
        .tt-subcategoires .subcategory-item:nth-child(2n + 1) {
          margin-right: 12px; } }
    .tt-subcategoires .subcategory-item .subcategory-name {
      font: 400 13px/22px "Mark OT", Arial, Helvetica, sans-serif;
      text-transform: capitalize;
      text-decoration: none; }
    .tt-subcategoires .subcategory-item .subcategory-img {
      float: left;
      margin: 0 0 10px;
      border: 1px solid #e5e5e5;
      padding: 5px;
      border-radius: 8px; }
      @media (max-width: 544px) {
        .tt-subcategoires .subcategory-item .subcategory-img {
          margin: 15px 0 5px; } }
    .tt-subcategoires .subcategory-item:hover .subcategory-name {
      color: #3a3a3a; }

.filter-box.tt-bottom {
  float: none;
  display: flex;
  width: calc(100% + 220px);
  background: #fff;
  border-top: 1px solid #c6c6c6;
  margin: 30px 0 15px -220px;
  padding: 15px;
  border-radius: 0; }
  @media (max-width: 1024px) {
    .filter-box.tt-bottom {
      position: relative;
      width: 100vw;
      left: 50%;
      transform: translateX(-50%);
      padding-top: 30px;
      margin-top: 30px;
      margin-left: 0;
      display: flex;
      flex-direction: column-reverse; } }
  .filter-box.tt-bottom .pagination {
    float: right; }
    @media (max-width: 1024px) {
      .filter-box.tt-bottom .pagination {
        float: none; } }
    .filter-box.tt-bottom .pagination .pagination-list .pagination-item {
      border: 0;
      background: none !important; }
      .filter-box.tt-bottom .pagination .pagination-list .pagination-item a {
        font-size: 26px;
        line-height: 33px;
        font-weight: 400;
        color: #8d8d8d; }
        .filter-box.tt-bottom .pagination .pagination-list .pagination-item a:hover {
          color: #3a3a3a;
          text-decoration: underline; }
      .filter-box.tt-bottom .pagination .pagination-list .pagination-item.pagination-item--next {
        border: 0;
        background: #f7f7f7 !important; }
        .filter-box.tt-bottom .pagination .pagination-list .pagination-item.pagination-item--next:hover {
          background: #10ae4b !important; }
        .filter-box.tt-bottom .pagination .pagination-list .pagination-item.pagination-item--next a {
          text-decoration: none;
          color: #3a3a3a; }
          .filter-box.tt-bottom .pagination .pagination-list .pagination-item.pagination-item--next a:hover {
            color: #fff;
            text-decoration: none; }
      .filter-box.tt-bottom .pagination .pagination-list .pagination-item.pagination-item--previous {
        border: 0;
        background: #f7f7f7 !important; }
        .filter-box.tt-bottom .pagination .pagination-list .pagination-item.pagination-item--previous:hover {
          background: #10ae4b !important; }
        .filter-box.tt-bottom .pagination .pagination-list .pagination-item.pagination-item--previous a {
          text-decoration: none;
          color: #3a3a3a; }
          .filter-box.tt-bottom .pagination .pagination-list .pagination-item.pagination-item--previous a:hover {
            color: #fff;
            text-decoration: none; }
      .filter-box.tt-bottom .pagination .pagination-list .pagination-item.pagination-item--current {
        background: none;
        text-decoration: underline;
        color: #3a3a3a !important; }
        .filter-box.tt-bottom .pagination .pagination-list .pagination-item.pagination-item--current a {
          background: none !important;
          text-decoration: underline;
          color: #3a3a3a !important; }
  .filter-box.tt-bottom .pagination-count {
    float: left;
    padding: 6px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #3a3a3a;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1024px) {
      .filter-box.tt-bottom .pagination-count {
        float: none;
        margin-top: 20px; } }

.tt-filter-box {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  margin: 0 0 15px;
  padding: 15px;
  border-radius: 8px; }
  .tt-filter-box .grid_list {
    float: none;
    display: inline-block;
    margin: 0;
    vertical-align: top; }
  .tt-filter-box .pagination {
    float: right;
    margin: 0 0 0 22px; }
    @media (max-width: 544px) {
      .tt-filter-box .pagination {
        margin-top: 10px; } }
  .tt-filter-box .actionBar {
    float: left;
    margin: 0; }
    @media (max-width: 1024px) {
      .tt-filter-box .actionBar {
        margin: 0 auto;
        display: table;
        float: none !important; } }
    .tt-filter-box .actionBar .form-field {
      margin: 0; }
  .tt-filter-box .grid_list {
    float: left; }
    .tt-filter-box .grid_list .tabs {
      border: none; }
      .tt-filter-box .grid_list .tabs .tab {
        height: 25px;
        margin: 5px 8px 0 0;
        padding: 0;
        width: 25px; }
        .tt-filter-box .grid_list .tabs .tab .short_view .material-icons {
          font-size: 25px; }
      .tt-filter-box .grid_list .tabs .material-icons {
        font-size: 24px; }

#quickSearch {
  position: relative;
  width: 100%;
  left: auto;
  right: auto;
  background: none;
  padding: 0; }

.search-icon .button {
  font: 500 14px/18px "Mark OT", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  padding: 16px 30px 16px 30px;
  margin: 0;
  height: 50px;
  text-transform: none;
  float: left;
  width: auto;
  border: none;
  position: relative;
  border-radius: 25px;
  transition: 500ms ease-in-out; }
  @media (max-width: 991px) {
    .search-icon .button {
      font-size: 0;
      padding: 11px 6px;
      height: 40px; } }
  .search-icon .button span {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    margin: 0px 2px;
    font-weight: 700;
    display: none; }
    @media (max-width: 1024px) {
      .search-icon .button span {
        display: block; } }
  .search-icon .button:after {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 0;
    border-radius: 25px; }
  .search-icon .button:hover:after {
    width: 100%; }
  .search-icon .button:hover span {
    transition: 500ms ease-in-out; }

.material-icons {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  margin: 0px 2px; }

.navUser-item--wishlist a {
  font-size: 0; }
  .navUser-item--wishlist a:active {
    border: none; }

.navUser-item--wishlist .button:hover {
  background: none; }

.tt-user-info .account-link-toggle li.socialLinks-item {
  text-align: left; }

.tt-user-info .account-link-toggle .socialLinks {
  border-top: 1px solid #f4f4f4;
  float: left;
  width: 100%;
  display: block;
  padding: 10px 0 0 0;
  margin: 3px 0 0; }
  @media (max-width: 1024px) {
    .tt-user-info .account-link-toggle .socialLinks {
      text-align: center !important; } }

.tt-user-info .account-link-toggle .tt-giftcard {
  border-top: 1px solid #f4f4f4;
  padding: 10px 0 0 0;
  margin: 3px 0 0 0; }
  .tt-user-info .account-link-toggle .tt-giftcard .material-icons {
    color: #777;
    font-size: 20px;
    width: 20px;
    height: 24px;
    float: left;
    line-height: 24px;
    margin-right: 8px; }
  .tt-user-info .account-link-toggle .tt-giftcard a {
    width: auto; }
  .tt-user-info .account-link-toggle .tt-giftcard:hover .material-icons {
    color: #3a3a3a; }

.tt-user-info .account-link-toggle li a:hover .material-icons {
  color: #3a3a3a; }

.tt-user-info .socialLinks .socialLinks-item {
  margin-bottom: 12px; }
  @media (max-width: 991px) {
    .tt-user-info .socialLinks .socialLinks-item {
      margin-bottom: 0px; } }
  .tt-user-info .socialLinks .socialLinks-item svg {
    width: 16px;
    height: 25px;
    float: left;
    margin: 0 11px 0 0; }
  .tt-user-info .socialLinks .socialLinks-item a {
    font-size: 14px; }

.navUser-section > li > a .account-link-title:hover .material-icons,
.tt-user-info .account-link-title:hover .material-icons {
  transform: rotateY(180deg);
  color: #10ae4b;
  fill: #10ae4b; }

.tt-user-info.active .account-link-title .material-icons,
.navUser-section > li > a.is-open .material-icons {
  transform: rotateY(180deg);
  color: #fff; }

.tt-user-info .account-link-title:hover .material-icons {
  color: #fff; }

.navUser-item .tt-wishlist {
  width: 36px;
  cursor: pointer;
  height: 46px;
  position: relative;
  float: left;
  text-align: center; }
  @media (max-width: 544px) {
    .navUser-item .tt-wishlist {
      width: 40px;
      height: 40px; } }

.tt-user-info {
  width: 35px;
  cursor: pointer;
  height: 46px;
  position: relative;
  float: left;
  text-align: center; }
  @media (max-width: 544px) {
    .tt-user-info {
      width: 40px;
      height: 40px; } }
  .tt-user-info .account-link-title {
    float: left;
    width: 100%; }
    .tt-user-info .account-link-title span {
      float: left;
      width: 100%; }
    .tt-user-info .account-link-title:hover > span.material-icons {
      transform: rotateY(180deg); }
  .tt-user-info .account-link-toggle {
    position: absolute;
    right: 0;
    left: auto;
    display: none;
    float: left;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    top: 55px;
    padding: 10px 15px;
    min-width: 200px;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border: none; }
    @media (max-width: 544px) {
      .tt-user-info .account-link-toggle {
        min-width: 175px;
        top: 50px; } }
    .tt-user-info .account-link-toggle:before {
      color: #fff;
      font-size: 32px;
      right: 8px;
      height: 10px;
      width: 30px;
      display: block;
      float: right;
      position: absolute;
      top: -8px;
      line-height: 10px;
      left: auto;
      content: "\e5c7";
      font-family: "Material Icons"; }
      @media (max-width: 991px) {
        .tt-user-info .account-link-toggle:before {
          top: -7px;
          font-size: 34px;
          color: #e5e5e5; } }
    .tt-user-info .account-link-toggle li {
      float: left;
      width: 100%;
      margin: 3px 0; }
      .tt-user-info .account-link-toggle li a {
        float: left;
        width: 100%;
        color: #666666;
        padding: 0;
        text-decoration: none;
        line-height: 24px; }
        @media (max-width: 991px) {
          .tt-user-info .account-link-toggle li a {
            height: auto;
            text-align: left; } }
        .tt-user-info .account-link-toggle li a .material-icons {
          float: left;
          font-size: 18px !important;
          color: #666666;
          width: 22px;
          height: 22px;
          padding: 0 5px 0 0;
          line-height: 24px; }
          .tt-user-info .account-link-toggle li a .material-icons path {
            fill: #666666; }
        .tt-user-info .account-link-toggle li a img {
          margin-right: 8px;
          width: 16px;
          height: 16px;
          object-fit: contain; }
        .tt-user-info .account-link-toggle li a:hover {
          color: #111111; }
    .tt-user-info .account-link-toggle .currency-menu > a {
      border-bottom: 1px solid #f4f4f4;
      margin-bottom: 10px;
      line-height: 38px; }
    .tt-user-info .account-link-toggle > li {
      margin-bottom: 3px; }

.allcategories {
  float: none;
  display: block;
  padding: 100px 0 50px;
  clear: both; }
  @media (max-width: 1024px) {
    .allcategories {
      padding: 50px 0; } }
  .allcategories + .button {
    margin-bottom: 80px; }
  .allcategories .page-heading {
    display: none; }
  .allcategories .subcategories-carousel {
    width: auto; }
    @media (max-width: 544px) {
      .allcategories .subcategories-carousel {
        margin: 0 -5px; } }
    .allcategories .subcategories-carousel .slick-slide {
      padding: 0 15px; }
      @media (max-width: 544px) {
        .allcategories .subcategories-carousel .slick-slide {
          padding: 0 5px; } }
    .allcategories .subcategories-carousel .tt-categories .content {
      width: 100%;
      float: left;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      text-align: center;
      transition: all 0.3s ease-out;
      padding: 10px 0 0; }
      .allcategories .subcategories-carousel .tt-categories .content:hover {
        padding: 0 0 10px; }
      .allcategories .subcategories-carousel .tt-categories .content .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: left;
        padding: 10px 20px; }
        @media (max-width: 991px) {
          .allcategories .subcategories-carousel .tt-categories .content .caption {
            padding: 0 15px; } }
        .allcategories .subcategories-carousel .tt-categories .content .caption .cat-product-count {
          float: left;
          width: 100%;
          font: 400 16px/22px "Mark OT", Arial, Helvetica, sans-serif;
          margin: 0;
          color: #3a3a3a; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .allcategories .subcategories-carousel .tt-categories .content .caption .cat-product-count {
              font-size: 14px; } }
          @media (max-width: 991px) {
            .allcategories .subcategories-carousel .tt-categories .content .caption .cat-product-count {
              font-size: 14px; } }
        .allcategories .subcategories-carousel .tt-categories .content .caption .cat-title > h4 {
          float: left;
          width: auto;
          overflow: hidden;
          position: relative; }
          @media (max-width: 991px) {
            .allcategories .subcategories-carousel .tt-categories .content .caption .cat-title > h4 {
              margin-top: 15px;
              margin-bottom: 8px; } }
          .allcategories .subcategories-carousel .tt-categories .content .caption .cat-title > h4 a {
            text-decoration: none;
            color: #fff;
            font: 700 22px/28px "Mark OT", Arial, Helvetica, sans-serif;
            letter-spacing: 1px;
            transition: all 0.3s ease-in-out;
            float: left;
            width: 100%; }
            @media (min-width: 544px) and (max-width: 1199px) {
              .allcategories .subcategories-carousel .tt-categories .content .caption .cat-title > h4 a {
                font-size: 18px;
                line-height: 24px; } }
            @media (min-width: 320px) and (max-width: 543px) {
              .allcategories .subcategories-carousel .tt-categories .content .caption .cat-title > h4 a {
                font-size: 14px; } }
          .allcategories .subcategories-carousel .tt-categories .content .caption .cat-title > h4:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            background: whitesmoke;
            transform: translate3d(-100%, 0px, 0px) translate3d(-1px, 0px, 0px);
            transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1); }
        .allcategories .subcategories-carousel .tt-categories .content .caption .cat-icon img {
          height: 50px;
          width: auto;
          object-fit: contain; }
      .allcategories .subcategories-carousel .tt-categories .content .subcat-img img {
        border-radius: 8px; }
    .allcategories .subcategories-carousel .tt-categories:hover .content .caption .cat-title > h4:before {
      transform: translate3d(100%, 0px, 0px) translate3d(1px, 0px, 0px); }
  .allcategories .subcategories-mob {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
    padding-bottom: 10px; }
    @media (max-width: 544px) {
      .allcategories .subcategories-mob {
        margin: 0 -5px; } }
    .allcategories .subcategories-mob .slick-slide {
      padding: 0 15px; }
      @media (max-width: 544px) {
        .allcategories .subcategories-mob .slick-slide {
          padding: 0 5px; } }
    .allcategories .subcategories-mob .tt-categories {
      flex: 0 0 150px;
      margin-right: 15px; }
      .allcategories .subcategories-mob .tt-categories:first-child {
        display: none; }
      .allcategories .subcategories-mob .tt-categories .content {
        width: 150px;
        float: left;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
        text-align: center;
        transition: all 0.3s ease-out;
        padding: 10px 0 0; }
        .allcategories .subcategories-mob .tt-categories .content:hover {
          padding: 0 0 10px; }
        .allcategories .subcategories-mob .tt-categories .content .caption {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          text-align: left;
          padding: 10px 20px; }
          @media (max-width: 991px) {
            .allcategories .subcategories-mob .tt-categories .content .caption {
              padding: 0 15px; } }
          .allcategories .subcategories-mob .tt-categories .content .caption .cat-product-count {
            float: left;
            width: 100%;
            font: 400 16px/22px "Mark OT", Arial, Helvetica, sans-serif;
            margin: 0;
            color: #3a3a3a; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .allcategories .subcategories-mob .tt-categories .content .caption .cat-product-count {
                font-size: 14px; } }
            @media (max-width: 991px) {
              .allcategories .subcategories-mob .tt-categories .content .caption .cat-product-count {
                font-size: 14px; } }
          .allcategories .subcategories-mob .tt-categories .content .caption .cat-title > h4 {
            float: left;
            width: auto;
            overflow: hidden;
            position: relative; }
            @media (max-width: 991px) {
              .allcategories .subcategories-mob .tt-categories .content .caption .cat-title > h4 {
                margin-top: 15px;
                margin-bottom: 8px; } }
            .allcategories .subcategories-mob .tt-categories .content .caption .cat-title > h4 a {
              text-decoration: none;
              color: #fff;
              font: 700 22px/28px "Mark OT", Arial, Helvetica, sans-serif;
              letter-spacing: 1px;
              transition: all 0.3s ease-in-out;
              float: left;
              width: 100%; }
              @media (min-width: 544px) and (max-width: 1199px) {
                .allcategories .subcategories-mob .tt-categories .content .caption .cat-title > h4 a {
                  font-size: 18px;
                  line-height: 24px; } }
              @media (min-width: 320px) and (max-width: 543px) {
                .allcategories .subcategories-mob .tt-categories .content .caption .cat-title > h4 a {
                  font-size: 14px; } }
            .allcategories .subcategories-mob .tt-categories .content .caption .cat-title > h4:before {
              content: "";
              position: absolute;
              height: 100%;
              width: 100%;
              top: 0;
              left: 0;
              background: whitesmoke;
              transform: translate3d(-100%, 0px, 0px) translate3d(-1px, 0px, 0px);
              transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1); }
          .allcategories .subcategories-mob .tt-categories .content .caption .cat-icon img {
            height: 50px;
            width: auto;
            object-fit: contain; }
        .allcategories .subcategories-mob .tt-categories .content .subcat-img img {
          border-radius: 8px;
          height: auto;
          width: 150px; }
      .allcategories .subcategories-mob .tt-categories:hover .content .caption .cat-title > h4:before {
        transform: translate3d(100%, 0px, 0px) translate3d(1px, 0px, 0px); }

.home-content,
.slick-list {
  float: none;
  width: 100%;
  display: inline-block;
  vertical-align: top; }

.tt-featured container,
.topbanner {
  display: block; }

.home-content .allcategories .page-heading {
  display: block;
  padding-top: 0;
  margin-bottom: 40px;
  font-size: 48px; }
  @media (max-width: 1024px) {
    .home-content .allcategories .page-heading {
      font-size: 30px;
      margin: 0 0 40px 0 !important; } }

.home-content .page-heading {
  color: #3a3a3a;
  font: 700 30px/34px "Mark OT", Arial, Helvetica, sans-serif;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
  letter-spacing: 0.8px;
  z-index: 1;
  padding: 80px 0 0;
  margin-bottom: 0; }
  @media (max-width: 544px) {
    .home-content .page-heading {
      line-height: 1;
      font-size: 28px;
      margin: 50px 0 0 !important;
      padding: 0; } }

.tt-featured,
.tt-new,
.tt-top-seller,
.tt-blogpost {
  margin-bottom: 30px; }
  @media (max-width: 544px) {
    .tt-featured,
    .tt-new,
    .tt-top-seller,
    .tt-blogpost {
      margin-bottom: 20px; } }

.topbanner,
.bottom-banner {
  margin-bottom: 35px;
  float: left;
  width: 100%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .topbanner,
    .bottom-banner {
      margin-bottom: 30px; } }
  @media (min-width: 320px) and (max-width: 544px) {
    .topbanner,
    .bottom-banner {
      margin-bottom: 20px;
      float: left;
      width: 100%; } }

.ttcmsbanner {
  padding: 0; }

/* ----------------------------- Start tt-blog --------------------------*/
.tt-blogpost {
  margin-bottom: 150px; }

@media (min-width: 544px) and (max-width: 991px) {
  .tt-blogpost {
    margin: 0; } }

@media (max-width: 1024px) {
  .tt-blogpost {
    margin-bottom: 100px; }
    .tt-blogpost:after {
      content: "";
      clear: both;
      display: table; } }

.tt-blogpost .page-heading {
  margin-bottom: 30px !important; }

@media (max-width: 544px) {
  .tt-blogpost .slick-slide {
    margin: 0 -10px; } }

.tt-blogpost .blog-content {
  width: 100%;
  display: flex;
  border: 0;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1024px) {
    .tt-blogpost .blog-content {
      flex-direction: column;
      flex-wrap: wrap;
      padding: 0 15px; } }
  .tt-blogpost .blog-content .blog_image_holder {
    min-width: 160px;
    max-width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #10ae4b;
    transform: translateX(50%); }
    @media (max-width: 1024px) {
      .tt-blogpost .blog-content .blog_image_holder {
        width: 100%;
        transform: translateY(80px); } }
    .tt-blogpost .blog-content .blog_image_holder .bloglinks {
      bottom: 0;
      height: 42px;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 44px; }
      .tt-blogpost .blog-content .blog_image_holder .bloglinks a {
        border: 2px solid white;
        color: #fff;
        float: left;
        width: 40px;
        padding: 8px;
        text-align: center;
        opacity: 0;
        border-radius: 50%;
        transform: scale(1.5);
        transition: all 0.4s ease-in-out; }
        .tt-blogpost .blog-content .blog_image_holder .bloglinks a span {
          float: left;
          line-height: 18px;
          transition: all 0.4s ease-in-out;
          font-size: 18px; }
        .tt-blogpost .blog-content .blog_image_holder .bloglinks a:hover {
          background: whitesmoke;
          border-color: whitesmoke; }
          .tt-blogpost .blog-content .blog_image_holder .bloglinks a:hover span {
            color: #3aa913;
            transition: all 0.4s ease-in-out; }
    .tt-blogpost .blog-content .blog_image_holder a > img {
      height: 200px;
      max-width: 100%;
      width: 200px;
      object-fit: cover;
      transition: all 400ms ease-in-out; }
    .tt-blogpost .blog-content .blog_image_holder .blog-hover {
      height: 100%;
      position: absolute;
      top: 0;
      transition: all 0.2s ease-in-out;
      width: 100%; }
  .tt-blogpost .blog-content .blog-sub-content {
    width: 400px;
    text-align: left;
    border: 4px solid #e3e3e3;
    border-radius: 5px;
    padding: 30px 30px 30px 100px !important; }
    @media (max-width: 1024px) {
      .tt-blogpost .blog-content .blog-sub-content {
        padding: 100px 30px 30px 30px !important;
        text-align: center;
        width: 100%; } }
    @media (min-width: 992px) and (max-width: 1499px) {
      .tt-blogpost .blog-content .blog-sub-content {
        padding: 10px; } }
    @media (min-width: 544px) and (max-width: 991px) {
      .tt-blogpost .blog-content .blog-sub-content {
        padding: 0 12px; } }
    @media (min-width: 320px) and (max-width: 543px) {
      .tt-blogpost .blog-content .blog-sub-content {
        width: 100%;
        padding: 15px 0 6px; } }
    .tt-blogpost .blog-content .blog-sub-content .post_title {
      margin: 10px 0;
      overflow: hidden;
      color: #3a3a3a;
      float: left;
      width: 100%;
      text-decoration: none;
      font: 700 16px/20px "Mark OT", Arial, Helvetica, sans-serif;
      white-space: nowrap;
      text-transform: capitalize;
      text-overflow: ellipsis; }
      @media (max-width: 991px) {
        .tt-blogpost .blog-content .blog-sub-content .post_title {
          margin: 0 0 10px; } }
    .tt-blogpost .blog-content .blog-sub-content .blog-description {
      color: #777;
      float: left;
      font: 400 14px/18px "Mark OT", Arial, Helvetica, sans-serif;
      width: 100%;
      margin: 0 0 10px;
      height: 54px;
      overflow: hidden; }
      @media (min-width: 1200px) and (max-width: 1499px) {
        .tt-blogpost .blog-content .blog-sub-content .blog-description {
          margin: 0 0 8px; } }
      @media (max-width: 991px) {
        .tt-blogpost .blog-content .blog-sub-content .blog-description {
          margin: 0;
          font-size: 13px;
          line-height: 20px; } }
      @media (max-width: 544px) {
        .tt-blogpost .blog-content .blog-sub-content .blog-description {
          margin: 0 0 10px; } }
    .tt-blogpost .blog-content .blog-sub-content .author {
      float: left;
      width: 100%;
      margin: 20px 0 8px; }
      @media (min-width: 1500px) and (max-width: 1630px) {
        .tt-blogpost .blog-content .blog-sub-content .author {
          margin: 10px 0 5px; } }
      @media (min-width: 992px) and (max-width: 1499px) {
        .tt-blogpost .blog-content .blog-sub-content .author {
          margin: 0px 0 8px; } }
      @media (min-width: 544px) and (max-width: 991px) {
        .tt-blogpost .blog-content .blog-sub-content .author {
          margin: 10px 0 5px; } }
      @media (min-width: 320px) and (max-width: 543px) {
        .tt-blogpost .blog-content .blog-sub-content .author {
          margin-top: 0; } }
      .tt-blogpost .blog-content .blog-sub-content .author span {
        font-size: 14px;
        line-height: 20px;
        vertical-align: top; }
        @media (min-width: 1200px) and (max-width: 1499px) {
          .tt-blogpost .blog-content .blog-sub-content .author span {
            margin: 0px; } }
    .tt-blogpost .blog-content .blog-sub-content .blog-date {
      float: left;
      width: auto;
      padding: 0;
      margin: 0 20px 15px 0;
      position: static;
      font-size: 14px; }
      @media (max-width: 1024px) {
        .tt-blogpost .blog-content .blog-sub-content .blog-date {
          float: none; } }
      @media (min-width: 992px) and (max-width: 1499px) {
        .tt-blogpost .blog-content .blog-sub-content .blog-date {
          margin-bottom: 0px; } }
      @media (max-width: 991px) {
        .tt-blogpost .blog-content .blog-sub-content .blog-date {
          margin-bottom: 0px; } }
      @media (min-width: 544px) and (max-width: 991px) {
        .tt-blogpost .blog-content .blog-sub-content .blog-date {
          margin: 0px;
          font-size: 13px;
          width: 100%;
          text-align: left; } }
      .tt-blogpost .blog-content .blog-sub-content .blog-date span {
        font-size: 14px;
        line-height: 20px;
        margin-right: 6px;
        vertical-align: top; }
  .tt-blogpost .blog-content:hover .post_title {
    color: #3a3a3a; }
  .tt-blogpost .blog-content:hover .blog_image_holder .bloglinks a {
    opacity: 1;
    transform: scale(1); }
  .tt-blogpost .blog-content:hover a > img {
    transform: scale(1.1); }
  .tt-blogpost .blog-content:hover .blog_image_holder a .blog-hover {
    background: rgba(58, 58, 58, 0.3); }

.tt-blogpost .slick-arrow {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -70px; }
  @media (max-width: 1024px) {
    .tt-blogpost .slick-arrow {
      bottom: -10px; } }
  .tt-blogpost .slick-arrow.slick-next {
    transform: translateX(calc(18px - 50%)); }
  .tt-blogpost .slick-arrow.slick-prev {
    transform: translateX(calc(-18px - 50%)); }
  .tt-blogpost .slick-arrow:after {
    font-size: 30px;
    color: #fff !important;
    background: #3a3a3a; }
  .tt-blogpost .slick-arrow:before {
    font-size: 30px;
    color: #fff !important;
    background: #10ae4b; }

/* ----------------------------- End tt-blog --------------------------*/
.category-content {
  float: left;
  width: 100%;
  text-align: left; }

.tt-wishlist {
  margin: 0; }

.card-figcaption-body .material-icons {
  line-height: 36px; }
  @media (max-width: 1024px) {
    .card-figcaption-body .material-icons {
      line-height: 28px; } }

.tt-wishlist-dd {
  color: #666666; }

.quickview,
.tt-compare,
.tt-wishlist {
  padding: 0;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  line-height: 24px; }
  @media (max-width: 544px) {
    .quickview,
    .tt-compare,
    .tt-wishlist {
      height: 28px;
      width: 28px; } }
  @media (max-width: 365px) {
    .quickview,
    .tt-compare,
    .tt-wishlist {
      height: 23px;
      width: 23px; } }

@media (max-width: 991px) {
  .facetedSearch {
    margin: 0 0 15px !important; } }

.facetedSearch-refineFilters,
.facetedSearch-navList {
  float: left;
  width: 100%; }

.tt-facetedSearch-content {
  float: left;
  width: 100%;
  padding: 15px 15px 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .tt-facetedSearch-content {
      padding: 10px 6px 0; } }

.tt-facetedSearch-list {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5; }

.sidebarBlock,
.facetedSearch,
.tt-left-banners {
  border: 1px solid #e5e5e5;
  padding: 5px !important;
  border-radius: 10px;
  float: left;
  margin: 0 0 30px;
  width: 100%; }
  @media (max-width: 544px) {
    .sidebarBlock,
    .facetedSearch,
    .tt-left-banners {
      margin: 0 0 20px; } }

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

@media (max-width: 1024px) {
  .sidebarBlock {
    margin: 0; } }

.sidebarBlock .accordion-navigation.toggleLink {
  margin: 0;
  cursor: pointer; }
  .sidebarBlock .accordion-navigation.toggleLink .sidebarBlock-heading:after {
    content: "\e145";
    display: block;
    font-family: "Material Icons";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    left: auto;
    top: 10px; }
  .sidebarBlock .accordion-navigation.toggleLink.is-open .sidebarBlock-heading:after {
    content: "\e15b"; }

.accordion-navigation.toggleLink {
  margin: 0;
  cursor: pointer; }
  .accordion-navigation.toggleLink .sidebarBlock-heading:after {
    content: "\e145";
    display: block;
    font-family: "Material Icons";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    left: auto;
    top: 10px;
    color: #000; }
  .accordion-navigation.toggleLink.is-open .sidebarBlock-heading:after {
    content: "\e15b"; }

@media (max-width: 991px) {
  .sidebarBlock,
  .facetedSearch,
  .tt-left-banners {
    text-align: left; } }

.tt-left-banners {
  text-align: center; }
  .tt-left-banners p {
    margin: 0; }
  @media (max-width: 991px) {
    .tt-left-banners {
      width: auto;
      margin: 0 0 15px; } }

.facetedSearch-toggle.toggleLink {
  background: #65b04a;
  border-color: #65b04a;
  color: #fff; }

.facetedSearch-toggle.toggleLink .toggleLink-text i svg,
.facetedSearch-toggle.toggleLink > span i svg {
  fill: #fff; }

@media (max-width: 1024px) {
  .facetedSearch-toggle.toggleLink .toggleLink-text {
    font-size: 16px;
    line-height: 27px; } }

@media (max-width: 1024px) {
  .facetedSearch-toggle.toggleLink .toggleLink-text i.icon {
    width: 23px;
    height: 23px; } }

.navList-item, .navList-action {
  float: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px; }

.tabs-contents,
.tab-content {
  margin: 0;
  padding: 0; }

#facetedSearch-content--price {
  padding: 0 0 25px; }

.tt-page .page-heading {
  margin: 0 0 30px; }

.tt-page .page-content {
  width: 100%;
  float: right;
  text-align: left; }

#contact-us-page {
  margin-bottom: 50px; }
  #contact-us-page input.button {
    float: left; }

.tabs {
  border: none; }

.brand .card {
  margin: 20px 0 0 0; }

#gift-certificate-form {
  text-align: left; }

.previewCart .button {
  border: 1px solid #10ae4b; }
  @media (max-width: 544px) {
    .previewCart .button {
      margin: 0 0 10px; } }
  .previewCart .button span {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    margin: 0px 2px;
    font-weight: 700;
    transition: 500ms ease-in-out; }
  .previewCart .button:after {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 0;
    border-radius: 5px;
    transition: 500ms ease-in-out; }
  .previewCart .button:hover {
    background: #10ae4b; }
    .previewCart .button:hover:after {
      width: 100%; }

.previewCart .previewCartCheckout input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 15px; }

.previewCart .previewCartCheckout .button {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0; }

.button--action {
  background-color: #3aa913;
  border-color: #3aa913;
  color: whitesmoke; }
  .button--action:hover {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: #3aa913; }

.tt-error {
  padding: 10px; }

.tt-product-tab .slick-next,
.tt-product-tab .slick-prev {
  top: -37px; }

.tt-product-tab .slick-disabled {
  opacity: 0.4; }

@media (max-width: 1024px) {
  .tt-product-tab .tabs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .tt-product-tab .tabs::-webkit-scrollbar-thumb {
      background-color: transparent;
      outline: 0; }
    .tt-product-tab .tabs::-webkit-scrollbar {
      width: 0;
      height: 0; }
    .tt-product-tab .tabs::-webkit-scrollbar-track {
      box-shadow: none; } }

.tt-product-tab .tabs li.tab {
  margin-right: 100px; }
  @media (max-width: 1024px) {
    .tt-product-tab .tabs li.tab {
      margin-right: 30px; } }
  .tt-product-tab .tabs li.tab a {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #777;
    letter-spacing: 0; }
    .tt-product-tab .tabs li.tab a:after {
      display: none; }
  .tt-product-tab .tabs li.tab.is-active .tab-title {
    color: #3a3a3a; }

@media (max-width: 1024px) {
  .tt-product-tab .productCarousel {
    padding-bottom: 50px; } }

@media (max-width: 1024px) {
  .tt-product-tab .productCarousel .slick-arrow {
    display: none !important; } }

.productView-thumbnails .slick-next,
.productView-thumbnails .slick-prev {
  top: 50%; }

.productView-thumbnails img {
  height: 68px;
  object-fit: contain; }

.page-content--centered .tt-address {
  width: 100%; }

.page-content--centered .page-heading {
  margin: 0 0 30px;
  float: none; }

.account .card .rating-block {
  text-align: center; }

.account .alertBox {
  margin-top: 20px; }

.newleter-content .button:hover {
  opacity: 0.9; }

.navUser-action.tt-selected {
  font-weight: bold;
  color: #3a3a3a; }

.cart-remove {
  background: #fff;
  border: 1px solid #ff2d2d;
  transition: all 0.3s; }
  .cart-remove svg {
    fill: #ff2d2d; }
  .cart-remove:hover {
    background: #ff2d2d; }
    .cart-remove:hover svg {
      fill: #fff; }

.optimizedCheckout-orderSummary img {
  border: 1px solid #e5e5e5;
  border-radius: 8px; }

.writeReview-form .form-field {
  margin: 0 0 15px; }
  .writeReview-form .form-field .form-label {
    color: #3a3a3a;
    margin-bottom: 3px; }

.form-label small {
  color: #d90000;
  font-weight: 500;
  font-size: 8px;
  letter-spacing: 1px; }

.tt-gift-field {
  padding: 0 !important; }

.productView--quickView .productView-images {
  margin-bottom: 0; }

.tt-full-price .price--discounted {
  float: left;
  width: 100%; }

@media (max-width: 1024px) {
  .card {
    box-shadow: none; } }

.card .price-section.rrp-price--withTax {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0; }
  @media (min-width: 544px) and (max-width: 991px) {
    .card .price-section.rrp-price--withTax {
      top: -56px; } }
  @media (min-width: 320px) and (max-width: 543px) {
    .card .price-section.rrp-price--withTax {
      top: -48px; } }

#search-results-heading {
  float: left;
  width: 100%;
  margin: 0 0 30px; }
  @media (max-width: 544px) {
    #search-results-heading {
      margin: 0 0 20px; } }

.tt-search-page {
  text-align: left; }
  .tt-search-page .navBar-section {
    text-align: left; }
  .tt-search-page .card-figure {
    text-align: center; }

@keyframes fixedmenu {
  0% {
    top: -100%; }
  100% {
    top: 0; } }

@media (max-width: 991px) {
  .full-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; } }

@media (max-width: 544px) {
  .full-header {
    top: 0; } }

.header .full-header.fixed {
  border: medium none;
  float: left;
  left: 0;
  margin: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  width: 100%;
  padding: 8px 0;
  z-index: 9;
  background: black;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  transition: all 400ms ease;
  animation: fixedmenu 1s ease 0s normal both 1 running; }
  .header .full-header.fixed .ttquicksearch,
  .header .full-header.fixed .tt-phone-number {
    display: none; }
  .header .full-header.fixed #cart-preview-dropdown {
    top: 56px !important; }
  .header .full-header.fixed .navPages-list {
    top: 57px !important; }
  .header .full-header.fixed .tt-user-info .account-link-toggle {
    top: 56px; }

@media (min-width: 320px) and (max-width: 543px) {
  #ttcmsbottombanner .ttbanner {
    width: 100%; }
  .ttcmsbottombanner-img1 {
    margin-bottom: 15px; }
  .topbanner .ttbanner {
    width: 100%;
    margin: 0 0 15px; }
  .topbanner .ttbanner-img3 {
    margin: 0 !important; } }

@media (max-width: 544px) {
  .g-recaptcha {
    max-width: 260px;
    overflow: auto;
    padding: 10px 0; }
    .g-recaptcha iframe {
      transform: scale(0.75);
      transform-origin: 0 0; } }

.tt-blog-list .pagination {
  float: left;
  width: 100%; }

@media (max-width: 991px) {
  .account .table--line tr td + td {
    padding-left: 10px; }
  .account .table-actions .button + .button {
    margin-left: 2px; } }

@media (max-width: 1260px) {
  #gift-certificate-balance .form-prefixPostfix .form-input,
  #gift-certificate-balance .form-prefixPostfix .form-input,
  #gift-certificate-balance .form-prefixPostfix .button {
    width: auto; }
  #gift-certificate-balance .form-input {
    margin-bottom: 10px; }
  #gift-certificate-balance .form-prefixPostfix-button--postfix {
    margin-left: 15px;
    margin-top: 0; } }

.newsletter-contents .form-prefixPostfix.wrap {
  position: relative; }

.newsletter-contents .button--primary:hover {
  opacity: 0.9; }

.productView--quickView .productView-thumbnail-link {
  margin: 0 0 5px 0; }

@media (min-width: 320px) and (max-width: 543px) {
  .modal-body {
    padding: 35px 15px; } }

#search-results-content .actionBar {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 10px; }
  #search-results-content .actionBar .actionBar-section {
    float: right; }
    #search-results-content .actionBar .actionBar-section .form-field {
      margin: 0; }

#search_query_adv {
  margin: 0 20px 0px;
  width: auto; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  width: auto;
  margin: 0; }

@media (max-width: 544px) {
  .tt-error .form-field {
    margin: 0; } }

@media (max-width: 544px) {
  .tt-error .form-prefixPostfix.wrap {
    display: block;
    text-align: center; } }

@media (max-width: 544px) {
  .tt-error .form-prefixPostfix.wrap input {
    float: none;
    display: inline-block;
    vertical-align: top; } }

@media (max-width: 544px) {
  .tt-error .form-prefixPostfix.wrap input#search_query_adv {
    margin: 0 0 20px; } }

.wishlists .account .form-actions a.button {
  margin: 0; }

.videoGallery-list {
  margin: 0 !important; }
  @media (max-width: 544px) {
    .videoGallery-list {
      width: 100%; } }
  .videoGallery-list .video-body {
    float: left;
    margin: 0 0 0 20px;
    width: 66.66667%; }
    @media (max-width: 544px) {
      .videoGallery-list .video-body {
        width: 100%;
        height: auto;
        margin: 20px 0 0px; } }

.videoGallery-main {
  padding: 0 30px 0 0; }
  @media (min-width: 544px) and (max-width: 1199px) {
    .videoGallery-main {
      padding: 0 30px 0 0; } }
  @media (max-width: 544px) {
    .videoGallery-main {
      width: 100%;
      margin: 0 0 20px; } }
  .videoGallery-main #player {
    width: 100%; }

.tt-product-description,
.tt-product-review {
  text-align: left;
  float: left;
  width: 100%; }

.tt-product-description .productView-description {
  margin: 0 0 20px;
  border: none;
  padding: 10px 0; }

.productView-description.tt-tab-disable {
  display: none; }

body.cart {
  margin: 0; }

.btn-compare .wishlist-text,
.navUser-item--wishlist .compare-text {
  display: none; }
  @media (max-width: 1024px) {
    .btn-compare .wishlist-text,
    .navUser-item--wishlist .compare-text {
      display: block; } }

.newsletter_subscribe .page-content--centered {
  margin-top: 30px; }

#search-results-content ul {
  margin: 0; }

@media (max-width: 544px) {
  .category-desc p {
    margin: 0; } }

.sitemap .tt-sitemap > ul > li {
  width: 33.33333%;
  float: left; }

.cart .cart-item-block .cart-item-figure::after {
  padding: 0; }

.cart .cart-item-block > a:not(.cart-remove) {
  display: inline-block;
  margin: 5px 0;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 1;
  color: #10ae4b;
  border: 1px solid #10ae4b;
  border-radius: 5px !important; }
  .cart .cart-item-block > a:not(.cart-remove):hover {
    background: #10ae4b;
    color: #fff; }

@media (max-width: 544px) {
  #gift-certificate-balance .form-input,
  .forgotpassword .form-input {
    width: 100%;
    flex: auto; } }

#gift-certificate-balance .form-prefixPostfix-button--postfix,
.forgotpassword .form-prefixPostfix-button--postfix {
  margin: 0 0 0 20px; }
  @media (max-width: 544px) {
    #gift-certificate-balance .form-prefixPostfix-button--postfix,
    .forgotpassword .form-prefixPostfix-button--postfix {
      margin: 20px 0 0 0 !important; } }

.highlight-product {
  float: left;
  width: 100%;
  padding: 0 65px; }
  @media (max-width: 1501px) {
    .highlight-product {
      padding: 0 25px; } }
  @media (max-width: 1259px) {
    .highlight-product {
      padding: 0 15px; } }
  @media (max-width: 1199px) {
    .highlight-product {
      padding: 0 05px; } }
  .highlight-product .css-fcq8e6 .css-5usbk3 {
    display: block;
    text-align: left; }
    .highlight-product .css-fcq8e6 .css-5usbk3 > a,
    .highlight-product .css-fcq8e6 .css-5usbk3 > div {
      float: left;
      width: 59%;
      margin-top: 8px; }
      @media (min-width: 1500px) and (max-width: 1630px) {
        .highlight-product .css-fcq8e6 .css-5usbk3 > a,
        .highlight-product .css-fcq8e6 .css-5usbk3 > div {
          width: 61%; } }
      @media (max-width: 1499px) {
        .highlight-product .css-fcq8e6 .css-5usbk3 > a,
        .highlight-product .css-fcq8e6 .css-5usbk3 > div {
          padding: 0; } }
    .highlight-product .css-fcq8e6 .css-5usbk3 .css-gqgb1i,
    .highlight-product .css-fcq8e6 .css-5usbk3 .css-a55vv3 {
      font-size: 14px; }
    .highlight-product .css-fcq8e6 .css-5usbk3 .css-464byc a {
      font-weight: bold;
      font-size: 16px;
      font-weight: 700;
      text-transform: capitalize; }
    .highlight-product .css-fcq8e6 .css-5usbk3 .css-1vrcv42 svg,
    .highlight-product .css-fcq8e6 .css-5usbk3 .css-1epub60 svg {
      width: 14px;
      height: 14px; }
    .highlight-product .css-fcq8e6 .css-5usbk3 .css-iqfu3c a {
      width: auto;
      float: left; }
    .highlight-product .css-fcq8e6 .css-5usbk3 .css-1vr8bhw {
      width: 135px !important;
      height: 162px;
      margin-right: 10px; }
      @media (min-width: 1500px) and (max-width: 1630px) {
        .highlight-product .css-fcq8e6 .css-5usbk3 .css-1vr8bhw {
          width: 115px !important; } }
      @media (min-width: 1200px) and (max-width: 1499px) {
        .highlight-product .css-fcq8e6 .css-5usbk3 .css-1vr8bhw {
          width: 95px !important; } }
      .highlight-product .css-fcq8e6 .css-5usbk3 .css-1vr8bhw > div {
        width: 135px;
        height: 162px;
        position: relative;
        margin: 0; }
        @media (min-width: 1500px) and (max-width: 1630px) {
          .highlight-product .css-fcq8e6 .css-5usbk3 .css-1vr8bhw > div {
            width: 115px;
            height: 142px; } }
        @media (min-width: 1200px) and (max-width: 1499px) {
          .highlight-product .css-fcq8e6 .css-5usbk3 .css-1vr8bhw > div {
            width: 95px;
            height: 122px; } }
        .highlight-product .css-fcq8e6 .css-5usbk3 .css-1vr8bhw > div:after {
          content: "";
          position: absolute;
          width: 4px;
          border-right: 4px double #e5e5e5;
          height: 150px;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }

@media (min-width: 992px) {
  .tt-brands ul li {
    float: left;
    width: auto !important;
    margin: 0 5px 5px 0; } }

@media (min-width: 992px) {
  .tt-brands ul li a {
    float: left;
    width: auto;
    background: #303030;
    padding: 7px 16px;
    border-radius: 5px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .tt-brands ul li a {
    padding: 5px 7px; } }

.bcm-page-builder {
  float: left;
  width: 100%; }

.dropdown--quickSearch .form-input {
  border-radius: 5px;
  color: #3a3a3a !important;
  padding: 10px 100px 10px 25px; }
  .dropdown--quickSearch .form-input::placeholder {
    color: #3a3a3a !important; }

.dropdown--quickSearch .form .search-icon button.button {
  border-radius: 0 5px 5px 0 !important;
  background: #10ae4b;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0; }
  .dropdown--quickSearch .form .search-icon button.button:after {
    border-radius: 0 5px 5px 0 !important; }

.card-figure:after {
  display: none; }

.productCarousel {
  padding-bottom: 100px; }
  .productCarousel .slick-arrow {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 50px; }
    .productCarousel .slick-arrow.slick-next {
      transform: translateX(calc(18px - 50%)); }
    .productCarousel .slick-arrow.slick-prev {
      transform: translateX(calc(-18px - 50%)); }
    .productCarousel .slick-arrow:after {
      font-size: 30px;
      color: #fff !important;
      background: #3a3a3a; }
    .productCarousel .slick-arrow:before {
      font-size: 30px;
      color: #fff !important;
      background: #10ae4b; }

.productCarousel-mob {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow-x: scroll; }
  .productCarousel-mob .productCarousel-slide {
    width: auto;
    float: none;
    padding: 0 10px;
    flex: 0 0 178px; }
    .productCarousel-mob .productCarousel-slide .card {
      margin-bottom: 0; }

.secure-shipping {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .secure-shipping .item {
    width: 50%;
    text-align: left;
    margin-top: 40px; }
    .secure-shipping .item img {
      margin: 0 0 20px;
      width: 80px;
      height: 80px;
      object-fit: contain; }
    .secure-shipping .item p {
      font-size: 14px;
      font-weight: 700;
      margin: 0; }

@media (max-width: 1024px) {
  [data-layout-name="homeCTAs"] {
    flex-direction: column; } }

[data-layout-name="homeCTAs"] > div:nth-child(2),
[data-layout-name="homeCTAs"] > div:nth-child(3) {
  margin: 0 5px;
  max-width: calc(50% - 10px); }
  @media (max-width: 1024px) {
    [data-layout-name="homeCTAs"] > div:nth-child(2),
    [data-layout-name="homeCTAs"] > div:nth-child(3) {
      width: 100%;
      min-width: 100%;
      margin: 10px 0;
      padding: 30px; }
      [data-layout-name="homeCTAs"] > div:nth-child(2):after,
      [data-layout-name="homeCTAs"] > div:nth-child(3):after {
        background-size: contain !important;
        background-position: bottom !important;
        border-radius: 10px; }
      [data-layout-name="homeCTAs"] > div:nth-child(2) .buttonLink a,
      [data-layout-name="homeCTAs"] > div:nth-child(3) .buttonLink a {
        margin-bottom: 0 !important; } }

@media (max-width: 1024px) {
  [data-layout-name="homeCTAs"] > div:nth-child(2) {
    background: #88d024;
    overflow: hidden; } }

@media (max-width: 1024px) {
  [data-layout-name="homeCTAs"] > div:nth-child(2):after {
    background-color: #88d024;
    transform: scale(1.04); } }

@media (max-width: 1024px) {
  [data-layout-name="homeCTAs"] > div:nth-child(3) {
    background: #0b9d90;
    overflow: hidden; } }

@media (max-width: 1024px) {
  [data-layout-name="homeCTAs"] > div:nth-child(3):after {
    background-color: #0b9d90;
    transform: scale(1.04); } }

[data-layout-name="homeCTAs"] > div:nth-child(2) > div {
  width: 50%; }
  @media (max-width: 1024px) {
    [data-layout-name="homeCTAs"] > div:nth-child(2) > div {
      width: 80%; } }
  [data-layout-name="homeCTAs"] > div:nth-child(2) > div p {
    font-size: 22px;
    line-height: 1.2; }

[data-layout-name="homeCTAs"] > div:nth-child(3) > div {
  width: 50%; }
  @media (max-width: 1024px) {
    [data-layout-name="homeCTAs"] > div:nth-child(3) > div {
      width: 69%; } }
  [data-layout-name="homeCTAs"] > div:nth-child(3) > div p {
    font-size: 22px;
    line-height: 1.2; }

[data-layout-name="networkingProducts"] {
  position: relative;
  border-radius: 0 20px 20px 0; }
  [data-layout-name="networkingProducts"]:before {
    content: "";
    position: absolute;
    left: -25vw;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 50vw;
    background: #cfefcf; }
  @media (max-width: 1024px) {
    [data-layout-name="networkingProducts"] {
      left: 50%;
      width: 100vw;
      transform: translateX(-50%);
      padding-top: 150px !important;
      padding-bottom: 60px !important;
      margin-bottom: 30px;
      margin-top: 100px; }
      [data-layout-name="networkingProducts"] > div:nth-child(2) {
        flex-basis: 100%;
        max-width: 100%; }
      [data-layout-name="networkingProducts"] > div:nth-child(3) {
        position: absolute !important;
        top: -150px;
        left: 50%;
        width: 80%;
        transform: translateX(-50%); }
      [data-layout-name="networkingProducts"] > div:nth-child(2) > div:nth-child(2) p {
        font-size: 28px; }
      [data-layout-name="networkingProducts"] > div:nth-child(2) > div > div {
        text-align: center; }
      [data-layout-name="networkingProducts"] > div:nth-child(2) > div:nth-child(4) > div:nth-child(2) {
        justify-content: center; } }
  @media (max-width: 1024px) {
    [data-layout-name="networkingProducts"] p {
      text-align: center; } }
  [data-layout-name="networkingProducts"] .buttonLink a:hover {
    background-color: #10ae4b !important; }

.tt-heroCarousel {
  padding: 0;
  margin-top: 0; }
  .tt-heroCarousel .heroCarousel .heroCarousel-slide {
    position: relative;
    opacity: 1 !important; }
    .tt-heroCarousel .heroCarousel .heroCarousel-slide .heroCarousel-image {
      border-radius: 0;
      position: relative;
      width: 100%;
      max-height: 700px; }
      @media (max-width: 768px) {
        .tt-heroCarousel .heroCarousel .heroCarousel-slide .heroCarousel-image {
          height: 40vh;
          object-fit: cover;
          object-position: right; } }
    .tt-heroCarousel .heroCarousel .heroCarousel-slide .heroCarousel-content {
      width: 600px;
      text-align: center;
      left: 0;
      margin: 0 auto;
      padding: 2.25rem;
      position: absolute;
      right: 0;
      transform: translateY(-50%);
      top: 50%;
      z-index: 500; }
      @media (max-width: 768px) {
        .tt-heroCarousel .heroCarousel .heroCarousel-slide .heroCarousel-content {
          width: 78%;
          text-align: left;
          margin-left: 0; } }
      .tt-heroCarousel .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-description {
        padding: 20px 0 30px;
        font-size: 24px;
        line-height: 30px; }
        @media (max-width: 768px) {
          .tt-heroCarousel .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-description {
            font-size: 16px;
            line-height: 1; } }
      .tt-heroCarousel .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
        font-size: 60px;
        font-weight: 700;
        line-height: 1; }
        @media (max-width: 1024px) {
          .tt-heroCarousel .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
            font-size: 50px; } }
        @media (max-width: 768px) {
          .tt-heroCarousel .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
            font-size: 26px; } }
      .tt-heroCarousel .heroCarousel .heroCarousel-slide .heroCarousel-content .button {
        background: #fff;
        border-color: #fff;
        color: #000;
        width: 300px;
        height: 60px;
        line-height: 60px;
        padding: 0;
        font-size: 28px; }
        .tt-heroCarousel .heroCarousel .heroCarousel-slide .heroCarousel-content .button:hover {
          background: #10ae4b;
          border-color: #fff;
          color: #fff; }
        @media (max-width: 768px) {
          .tt-heroCarousel .heroCarousel .heroCarousel-slide .heroCarousel-content .button {
            width: auto;
            height: auto;
            line-height: 1;
            font-size: 20px;
            padding: 10px 15px; } }
  @media (min-width: 1024px) {
    .tt-heroCarousel .heroCarousel #slick-slide00 .heroCarousel-content {
      width: 650px; } }
  @media (min-width: 1024px) {
    .tt-heroCarousel .heroCarousel #slick-slide00 .heroCarousel-content .heroCarousel-description {
      max-width: 420px;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .tt-heroCarousel .heroCarousel #slick-slide00 .heroCarousel-content .button {
      width: auto;
      padding: 0 20px;
      display: table;
      margin: 0 auto;
      white-space: nowrap;
      font-size: 20px; } }
  @media (max-width: 1024px) {
    .tt-heroCarousel .heroCarousel #slick-slide00 .heroCarousel-content .button {
      max-width: 190px;
      text-align: center;
      font-size: 16px; } }

@media (max-width: 1024px) {
  .mobileMenu-toggle {
    top: 12px; } }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  top: 12px;
  background: #fff; }
  .mobileMenu-toggle .mobileMenu-toggleIcon:before, .mobileMenu-toggle .mobileMenu-toggleIcon:after {
    background: #fff; }

[data-layout-name="freeShipping"] {
  width: 100%; }
  @media (max-width: 1024px) {
    [data-layout-name="freeShipping"] {
      width: 100% !important;
      padding-bottom: 40px !important;
      padding-top: 50px !important; }
      [data-layout-name="freeShipping"] > div:nth-child(2) {
        max-width: 100%;
        flex-basis: 100%;
        background: #f0f0f0;
        margin-bottom: -40px;
        padding-bottom: 160px;
        padding-left: 30px;
        padding-right: 30px; }
        [data-layout-name="freeShipping"] > div:nth-child(2) > div:nth-child(2) > div {
          margin-bottom: 0 !important; }
          [data-layout-name="freeShipping"] > div:nth-child(2) > div:nth-child(2) > div p {
            font-weight: 400;
            font-size: 26px; }
      [data-layout-name="freeShipping"] > div:nth-child(3) {
        height: 300px !important;
        margin-top: -115px !important;
        flex-basis: 100% !important;
        max-width: 100% !important; }
      [data-layout-name="freeShipping"]:after {
        background-image: url(https://cdn11.bigcommerce.com/s-g5s1fet0c4/images/stencil/original/image-manager/group-42.png) !important;
        background-size: cover !important;
        top: auto !important;
        height: 300px;
        width: 80vw;
        left: 10vw !important;
        z-index: 2 !important;
        border-radius: 20px; } }

.footer {
  margin: 0; }
  .footer #donate-phone {
    display: none; }
    @media (max-width: 1024px) {
      .footer #donate-phone {
        display: table;
        margin: 0 auto 50px; } }
  .footer #donate-desktop {
    display: table;
    margin: 0 auto 50px; }
    @media (max-width: 1024px) {
      .footer #donate-desktop {
        display: none; } }
  .footer .tt-subscription .newsletetr-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
    @media (max-width: 1024px) {
      .footer .tt-subscription .newsletetr-img {
        display: none !important; } }
  .footer .tt-subscription .full-subscription {
    position: relative;
    margin: 200px 0;
    width: 50%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 50px 100px 50px 50px;
    text-align: left; }
    @media (max-width: 1024px) {
      .footer .tt-subscription .full-subscription {
        margin: 0 !important;
        padding: 50px !important;
        width: 100% !important;
        background: #eee; } }
    .footer .tt-subscription .full-subscription h5 {
      font-size: 28px;
      margin: 0 0 20px;
      font-weight: 600; }
    .footer .tt-subscription .full-subscription p {
      font-size: 14px;
      margin: 0 0 40px; }
    .footer .tt-subscription .full-subscription .newsletter-contents form {
      margin: 0; }
      .footer .tt-subscription .full-subscription .newsletter-contents form .form-field {
        margin: 0; }
        .footer .tt-subscription .full-subscription .newsletter-contents form .form-field .form-input {
          background: none;
          border: 0;
          border-bottom: 2px solid #10ae4b;
          line-height: 40px;
          height: 40px;
          padding-left: 0;
          padding-right: 0;
          border-radius: 0; }
          @media (max-width: 1024px) {
            .footer .tt-subscription .full-subscription .newsletter-contents form .form-field .form-input {
              flex: 0 0 100%; } }
        .footer .tt-subscription .full-subscription .newsletter-contents form .form-field .button {
          margin-left: 10px;
          border: 0; }
          @media (max-width: 1024px) {
            .footer .tt-subscription .full-subscription .newsletter-contents form .form-field .button {
              margin-left: 0 !important;
              margin-top: 20px !important; } }
  .footer .tt-footer-link {
    padding-top: 70px;
    padding-bottom: 50px; }
    @media (max-width: 1024px) {
      .footer .tt-footer-link {
        padding-bottom: 0; } }
    .footer .tt-footer-link .footer-logos {
      padding: 10px 15px;
      display: table;
      border: 1px solid #fff;
      width: 270px;
      max-width: 100%;
      margin: 20px auto 0; }
      @media (max-width: 1024px) {
        .footer .tt-footer-link .footer-logos {
          margin-bottom: 60px;
          margin-top: 0; } }
  .footer .footer-info {
    display: flex;
    justify-content: space-between; }
    .footer .footer-info .active:after {
      display: none; }
    .footer .footer-info .active .footer-info-heading {
      background: #4e4e4e; }
    @media (max-width: 1200px) {
      .footer .footer-info {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center; } }
    .footer .footer-info .footer-info-heading {
      color: #fff;
      cursor: pointer;
      text-decoration: none;
      text-transform: none;
      white-space: nowrap;
      font-size: 22px;
      font-weight: 700;
      line-height: 27px;
      margin: 0 0 15px; }
      @media (max-width: 1024px) {
        .footer .footer-info .footer-info-heading {
          pointer-events: none;
          padding: 0; }
          .footer .footer-info .footer-info-heading:after {
            display: none; } }
    .footer .footer-info .footer-info-col {
      width: auto;
      background: none;
      flex: 0 1 25%; }
      @media (max-width: 1024px) {
        .footer .footer-info .footer-info-col {
          width: 100%;
          display: table;
          margin: 0 auto;
          max-width: 270px; } }
      @media (max-width: 1024px) {
        .footer .footer-info .footer-info-col .footer-info-list {
          display: block !important;
          padding: 0 0 40px; } }
      .footer .footer-info .footer-info-col .footer-info-list li {
        width: 100% !important;
        font-size: 15px;
        line-height: 27px; }
      .footer .footer-info .footer-info-col .footer-info-list a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        line-height: 27px;
        font-weight: 400;
        font-family: "Mark OT", Arial, Helvetica, sans-serif !important;
        white-space: nowrap; }
      .footer .footer-info .footer-info-col .footer-info-list .tt-call {
        color: #10ae4b;
        transition: all 0.3s; }
        .footer .footer-info .footer-info-col .footer-info-list .tt-call:hover {
          color: #fff; }
        .footer .footer-info .footer-info-col .footer-info-list .tt-call a {
          color: #10ae4b;
          transition: all 0.3s; }
          .footer .footer-info .footer-info-col .footer-info-list .tt-call a:hover {
            color: #fff; }
    @media (max-width: 1024px) {
      .footer .footer-info .footer-info-col--social {
        margin: 0; } }
    .footer .footer-info .footer-info-col--social .socialLinks {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 0 35px; }
      @media (max-width: 991px) {
        .footer .footer-info .footer-info-col--social .socialLinks {
          justify-content: center !important;
          margin: 30px 0 50px; } }
      .footer .footer-info .footer-info-col--social .socialLinks a {
        display: block;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 10px;
        background: #fff;
        transition: all 0.3s; }
        .footer .footer-info .footer-info-col--social .socialLinks a:hover {
          background: #10ae4b; }
          .footer .footer-info .footer-info-col--social .socialLinks a:hover img {
            filter: brightness(0) invert(1); }
        .footer .footer-info .footer-info-col--social .socialLinks a img {
          width: 15px;
          height: 15px;
          object-fit: contain;
          transition: all 0.3s; }
    .footer .footer-info .footer-info-col--social .footer-payment-icons {
      padding: 0;
      margin: 0;
      text-align: right;
      margin-top: 10px; }
      @media (max-width: 1024px) {
        .footer .footer-info .footer-info-col--social .footer-payment-icons {
          text-align: center; } }
      .footer .footer-info .footer-info-col--social .footer-payment-icons li {
        list-style: none;
        margin-right: 7px;
        display: inline-block; }
        .footer .footer-info .footer-info-col--social .footer-payment-icons li:last-child {
          margin-right: 0; }
        .footer .footer-info .footer-info-col--social .footer-payment-icons li svg {
          width: 45px;
          height: 45px;
          fill: #fff; }
    .footer .footer-info .footer-info-col--social .link {
      color: #fff;
      display: table;
      margin-left: auto; }
      @media (max-width: 1024px) {
        .footer .footer-info .footer-info-col--social .link {
          display: block; } }
  .footer .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px; }
    @media (max-width: 1024px) {
      .footer .top {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column; } }
    .footer .top .footer-logo {
      text-align: left;
      display: block;
      margin-bottom: 0;
      margin-right: auto;
      padding-bottom: 30px; }
      .footer .top .footer-logo img {
        display: block;
        width: 260px;
        max-width: 100%; }
      @media (max-width: 1024px) {
        .footer .top .footer-logo {
          margin-left: auto; } }
    .footer .top .socialLinks {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      flex: 0 1 25%; }
      @media (max-width: 1024px) {
        .footer .top .socialLinks {
          justify-content: center !important;
          margin: 10px auto 50px; } }
      .footer .top .socialLinks li a {
        display: block;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 10px;
        background: #fff;
        transition: all 0.3s; }
        .footer .top .socialLinks li a:hover {
          background: #10ae4b; }
          .footer .top .socialLinks li a:hover img {
            filter: brightness(0) invert(1); }
        .footer .top .socialLinks li a img {
          width: 15px;
          height: 15px;
          object-fit: contain;
          transition: all 0.3s; }
      .footer .top .socialLinks li:last-child a {
        margin-right: 0; }

#home-counts {
  background: linear-gradient(90deg, #10909b 0%, #10ae4b 68.23%, #76c934 80.73%, #f2f317 100%);
  clear: both; }
  @media (max-width: 1024px) {
    #home-counts {
      background: #10ae4b;
      background-color: #10ae4b; } }
  @media (max-width: 1024px) {
    #home-counts .container {
      float: none !important; } }

@media (max-width: 1024px) {
  [data-content-region="home_below_blog"] > div > div > div:nth-child(2) {
    margin-bottom: 50px !important; } }

@media (max-width: 1024px) {
  [data-content-region="home_below_blog"] > div > div > div:nth-child(3) {
    margin-bottom: 50px !important; } }

@media (max-width: 1024px) {
  [data-content-region="home_below_blog"] > div > div > div:nth-child(4) {
    margin-bottom: 50px !important; } }

[data-layout-name="homeCounts"] {
  align-items: baseline; }
  @media (max-width: 365px) {
    [data-layout-name="homeCounts"] {
      padding: 30px 0 !important; } }
  [data-layout-name="homeCounts"] > div {
    margin-bottom: 10px !important; }
    @media (max-width: 365px) {
      [data-layout-name="homeCounts"] > div:last-child {
        margin-bottom: 0 !important; }
      [data-layout-name="homeCounts"] > div div:nth-child(2) div:nth-child(2) > div {
        margin-bottom: 4px !important;
        height: 30px !important; }
      [data-layout-name="homeCounts"] > div div:nth-child(3) div {
        min-height: auto !important; }
        [data-layout-name="homeCounts"] > div div:nth-child(3) div p {
          font-size: 24px !important;
          line-height: 1 !important;
          min-height: auto; } }
  @media (max-width: 544px) {
    [data-layout-name="homeCounts"] > div {
      margin-bottom: 50px; } }
  @media (max-width: 768px) {
    [data-layout-name="homeCounts"] > div:last-child {
      margin-bottom: 0; } }
  [data-layout-name="homeCounts"] p {
    line-height: 1 !important; }

#copyright {
  text-align: center;
  width: 100%;
  padding: 0 0 10px; }
  #copyright br {
    display: none; }
    @media (max-width: 1024px) {
      #copyright br {
        display: block; } }
  #copyright p {
    color: #fff;
    font-size: 13px;
    margin: 0; }

.css-10z1g2q {
  background: #3a3a3a !important; }
  .css-10z1g2q .css-1wn42nw .css-a0j149 {
    background: #10ae4b;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600; }
    .css-10z1g2q .css-1wn42nw .css-a0j149:nth-child(2) {
      border: 1px solid #ff2d2d;
      background: none;
      color: #ff2d2d; }
  .css-10z1g2q .css-1wn42nw .css-1k76mzs {
    border-color: #88d124;
    color: #88d124;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600; }

.uploadImage .panel {
  margin: 0;
  max-width: 100%;
  text-align: center; }

.uploadImage .button_outer {
  border: 1px solid #10ae4b;
  border-radius: 5px;
  text-align: center;
  height: 30px;
  display: inline-block;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  margin-top: 5px; }

.uploadImage .btn_upload {
  padding: 0 15px;
  color: #10ae4b;
  line-height: 30px;
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 3;
  white-space: nowrap; }
  .uploadImage .btn_upload:hover {
    color: #fff;
    background: #10ae4b; }
  .uploadImage .btn_upload input {
    position: absolute;
    width: 100%;
    height: 105%;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0; }

.uploadImage .file_uploading {
  width: 100%;
  height: 10px;
  margin-top: 20px;
  background: #ccc; }
  .uploadImage .file_uploading .btn_upload {
    display: none; }
  .uploadImage .file_uploading .processing_bar {
    width: 100%; }

.uploadImage .processing_bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background: #88d124;
  transition: 3s; }

.uploadImage .success_box {
  display: none;
  width: 50px;
  height: 50px;
  position: relative; }
  .uploadImage .success_box:before {
    content: "";
    display: block;
    width: 13px;
    height: 22px;
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 18px;
    top: 10px; }

.uploadImage .file_uploaded {
  margin-top: 0;
  width: 50px;
  background: #10ae4b;
  height: 50px; }
  .uploadImage .file_uploaded .success_box {
    display: inline-block; }

.uploadImage .uploaded_file_view {
  max-width: 300px;
  text-align: center;
  position: relative;
  transition: 0.2s;
  margin: 0 auto;
  display: none;
  border: 2px solid #88d124; }
  @media (max-width: 1024px) {
    .uploadImage .uploaded_file_view {
      max-width: 100%; } }
  .uploadImage .uploaded_file_view.show {
    opacity: 1;
    margin: 10px auto 0;
    padding: 5px; }
    @media (max-width: 1024px) {
      .uploadImage .uploaded_file_view.show {
        margin: 20px 15px 0;
        width: calc(100% - 30px); } }
    @media (max-width: 1024px) {
      .uploadImage .uploaded_file_view.show.non-upload {
        margin: 10px auto 0;
        width: 100%; } }
  .uploadImage .uploaded_file_view img {
    max-width: 100%; }
  .uploadImage .uploaded_file_view .removeList {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #777; }

.uploadImage .file_remove {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid #88d124;
  line-height: 22px;
  color: #3a3a3a;
  font-size: 10px;
  cursor: pointer;
  right: -8px;
  top: -11px;
  z-index: 2; }
  @media (max-width: 1024px) {
    .uploadImage .file_remove {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 15px; } }
  .uploadImage .file_remove:hover {
    background: #88d124;
    color: #fff;
    transition: 0.2s; }

.uploadImage .error_msg {
  text-align: center;
  color: #ff2d2d; }

.nonProfitsIndividuals {
  display: none; }
  .nonProfitsIndividuals h3,
  .nonProfitsIndividuals h3 {
    font-size: 24px;
    font-weight: 500; }
  .nonProfitsIndividuals .pdf {
    display: none;
    margin: 30px 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 300px; }
    .nonProfitsIndividuals .pdf canvas {
      width: 100%;
      height: auto;
      border: 2px solid #88d124 !important;
      border-radius: 5px; }
    .nonProfitsIndividuals .pdf .file_remove {
      top: 90px; }
  .nonProfitsIndividuals .roww {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 40px auto 50px; }
    @media (max-width: 1024px) {
      .nonProfitsIndividuals .roww {
        flex-wrap: wrap;
        margin: 0 auto; } }
    .nonProfitsIndividuals .roww .coll {
      width: auto;
      flex: 0 1 20%;
      margin: 10px 5px; }
      @media (max-width: 1024px) {
        .nonProfitsIndividuals .roww .coll {
          flex: 1 1 100%;
          margin: 25px 0; } }
      .nonProfitsIndividuals .roww .coll.addmoreBtn .button {
        white-space: nowrap; }
  .nonProfitsIndividuals #tax_file1 {
    width: 20%;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .nonProfitsIndividuals #tax_file1 {
        width: 100%; } }

.createAccountButtons {
  margin-top: 30px; }
  @media (max-width: 1024px) {
    .createAccountButtons {
      margin-top: 15px; } }
  @media (max-width: 1024px) {
    .createAccountButtons .button--outline {
      margin-bottom: 15px; } }

.checkboxCustom {
  display: flex;
  align-items: center;
  justify-content: center; }
  .checkboxCustom label {
    margin-left: 5px;
    cursor: pointer; }

.rca-cart-view {
  margin-bottom: 100px; }
  .rca-cart-view .rca-cart-view {
    margin-bottom: 0; }
  .rca-cart-view .table {
    margin-top: 30px; }

.tt-all {
  margin-bottom: 100px; }

@media (max-width: 992px) {
  .createAccountButtons button {
    margin-bottom: 15px; } }

.coupon-form .form-input {
  height: 45px; }

.login-row {
  margin: 0 0 50px; }
  .login-row .login-form .form-actions .forgot-password + .button {
    float: right; }
  .login-row .new-customer .panel {
    border-radius: 10px; }

.tt-create-account .account {
  margin: 50px 0; }

.form-prefixPostfix .button,
.form-prefixPostfix .form-input {
  border-radius: 5px; }

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

.panel--newAddress .panel-body {
  border-color: #10ae4b; }
  .panel--newAddress .panel-body .address-symbol {
    color: #10ae4b; }

.panel--address .panel-body {
  min-height: 200px;
  padding: 20px; }

.panel--address .form-actions {
  position: relative;
  bottom: auto; }

.navBar-section {
  float: left !important;
  width: 100%; }
  .navBar-section li.navBar-item {
    border: 1px solid #10ae4b;
    padding: 8px 15px 6px;
    line-height: 1;
    border-radius: 5px;
    color: #10ae4b;
    margin-right: 15px;
    vertical-align: top;
    margin-bottom: 7px; }
    .navBar-section li.navBar-item.is-active {
      background: #10ae4b;
      color: #fff;
      line-height: 1;
      border: 1px solid #10ae4b;
      font-size: 12px;
      font-weight: 700; }
    .navBar-section li.navBar-item a {
      float: left;
      width: 100%;
      line-height: 1; }
      .navBar-section li.navBar-item a.navBar-action {
        border: 0;
        color: #10ae4b;
        line-height: 1;
        font-size: 12px;
        font-weight: 500; }
      .navBar-section li.navBar-item a.navBar-action-color--active, .navBar-section li.navBar-item a:hover {
        border-color: #3a3a3a;
        color: #10ae4b;
        font-weight: 700; }
      .navBar-section li.navBar-item a span {
        font-size: 14px;
        float: left;
        width: 100%; }
    .navBar-section li.navBar-item form button {
      padding: 10px 15px;
      line-height: 1;
      font-size: 12px;
      color: #3a3a3a !important; }

.form-actions {
  text-align: right; }
  @media (max-width: 1024px) {
    .form-actions {
      width: 100%; } }

@media (max-width: 1024px) {
  .wishlistButtons .button {
    margin: 5px 0; } }

#product-listing-container {
  margin-bottom: 100px; }
  @media (max-width: 1024px) {
    #product-listing-container {
      margin-bottom: 50px; } }
  #product-listing-container .tt-filter-box {
    padding: 0;
    border: 0; }
    #product-listing-container .tt-filter-box .actionBar {
      float: right; }
      @media (max-width: 992px) {
        #product-listing-container .tt-filter-box .actionBar {
          width: 100%; } }
      @media (max-width: 992px) {
        #product-listing-container .tt-filter-box .actionBar .form-field {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; } }
      @media (max-width: 992px) {
        #product-listing-container .tt-filter-box .actionBar .form-field .form-select {
          background-size: 25px !important;
          flex: 1 0 auto;
          font-size: 15px;
          font-weight: 400; } }
    #product-listing-container .tt-filter-box .actionBar-section {
      margin-right: 15px; }
      @media (max-width: 1024px) {
        #product-listing-container .tt-filter-box .actionBar-section {
          margin-right: 0; } }
      @media (max-width: 1024px) {
        #product-listing-container .tt-filter-box .actionBar-section .form-field {
          padding: 0 10px; } }
      @media (max-width: 1024px) {
        #product-listing-container .tt-filter-box .actionBar-section .form-field .form-label {
          height: auto;
          font-size: 15px;
          font-weight: 400; } }
  #product-listing-container .productGrid .product .tt-cart-btn {
    bottom: -100px; }
  #product-listing-container .productGrid .product .card {
    overflow: visible; }
    #product-listing-container .productGrid .product .card:hover {
      box-shadow: none; }
      #product-listing-container .productGrid .product .card:hover .tt-price > div {
        opacity: 1; }
      #product-listing-container .productGrid .product .card:hover .tt-cart-btn {
        bottom: -50px; }
    #product-listing-container .productGrid .product .card .card-figure {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
      margin: 0 0 30px;
      border-radius: 15px; }
      #product-listing-container .productGrid .product .card .card-figure .card-img-container {
        max-width: 100%;
        width: 100%; }
    #product-listing-container .productGrid .product .card .card-body .tt-price {
      text-align: left; }
      @media (max-width: 992px) {
        #product-listing-container .productGrid .product .card .card-body .tt-price {
          margin-bottom: 15px; } }
    @media (max-width: 992px) {
      #product-listing-container .productGrid .product .card .card-body .card-title {
        margin-bottom: 15px; } }
    #product-listing-container .productGrid .product .card .card-body .priceSec .rrp-price--withoutTax,
    #product-listing-container .productGrid .product .card .card-body .priceSec .non-sale-price--withoutTax {
      display: none; }
    #product-listing-container .productGrid .product .card .card-body .priceSec .price-now-label {
      display: none; }
    #product-listing-container .productGrid .product .card .card-body .button {
      padding: 15px 20px;
      width: calc(100% - 30px); }
      @media (max-width: 1024px) {
        #product-listing-container .productGrid .product .card .card-body .button {
          padding: 15px 5px;
          font-size: 12px;
          letter-spacing: 0; } }
      @media (max-width: 365px) {
        #product-listing-container .productGrid .product .card .card-body .button {
          padding: 15px 5px;
          font-size: 12px;
          letter-spacing: 0; } }

#search_query_adv {
  margin: 0;
  width: 100%; }

.jstree-default .jstree-clicked {
  background: #f2f317 !important; }

.socialLinks .socialLinks-item {
  margin-right: 10px; }

#details p a {
  font-weight: 700;
  text-decoration: underline; }

#details p.eligibility-requirements {
  font-size: 18px;
  font-weight: 700;
  color: #10ae4b; }

#details h4 {
  font-size: 15px;
  font-weight: 700;
  color: #3a3a3a;
  margin: 20px 0 5px; }

#details table tr td {
  padding: 0 10px 0 0; }

.account-orderStatus-label {
  padding: 5px 8px 3px;
  background: #10ae4b;
  color: #fff; }
  .account-orderStatus-label.Pending {
    background: #666; }
  .account-orderStatus-label.Awaiting.Fulfillment {
    background: #3eb2eb; }
  .account-orderStatus-label.Awaiting.Payment {
    background: #af55dd; }
  .account-orderStatus-label.Partially.Shipped {
    background: #4a6fb3; }
  .account-orderStatus-label.Completed {
    background: #10ae4b; }
  .account-orderStatus-label.Shipped {
    background: #88d124; }
  .account-orderStatus-label.Cancelled, .account-orderStatus-label.Declined {
    background: #ff2d2d; }
  .account-orderStatus-label.Disputed {
    background: #96f; }
  .account-orderStatus-label.Manual.Verification.Required {
    background: #e15a75; }
  .account-orderStatus-label.Refunded, .account-orderStatus-label.Partially.Refunded {
    background: #d5d60b; }

.optimizedCheckout-header .checkoutHeader-heading .checkoutHeader-link {
  display: table;
  margin: 0 auto;
  max-width: 300px; }

.account .account-content--fixedSmall {
  width: 60% !important;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (max-width: 992px) {
    .account .account-content--fixedSmall {
      width: 100% !important; } }
  .account .account-content--fixedSmall .account-product-body .account-product-price {
    color: #10ae4b;
    font-weight: 600; }

.account .account-sidebar {
  margin-top: 40px;
  margin-bottom: 40px !important; }
  @media (max-width: 992px) {
    .account .account-sidebar {
      width: 100% !important;
      margin-top: 40px;
      margin-bottom: 40px; } }

.account .account-orderTotal .account-orderTotal-value {
  font-weight: 600;
  color: #10ae4b; }

.account:not(.tt-account-create) .form-row--half #FormField_26 {
  display: none; }

.account-listItem .account-product-image {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.navBar--sub .navBar-item.is-active > .navBar-action {
  color: #fff; }

.sidebarContent {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 1024px) {
    .sidebarContent .navBar--sub {
      margin-bottom: 60px; } }
  .sidebarContent .page-heading {
    padding: 0px 0 30px !important; }
  .sidebarContent .account {
    width: 70%; }
    @media (max-width: 1024px) {
      .sidebarContent .account {
        width: 100%;
        margin-left: 0 !important; } }
    @media (max-width: 1024px) {
      .sidebarContent .account .productGrid {
        margin-top: 50px !important; } }
    .sidebarContent .account .productGrid .product {
      width: 33%; }
      @media (max-width: 1024px) {
        .sidebarContent .account .productGrid .product {
          width: 50%; } }
      .sidebarContent .account .productGrid .product .tt-cart-btn .button {
        padding: 15px 20px; }
  .sidebarContent .navBar--account {
    position: sticky;
    top: 70px;
    min-width: 200px;
    max-width: 200px; }
    @media (max-width: 1024px) {
      .sidebarContent .navBar--account {
        display: block;
        min-width: 100%; } }
    @media (max-width: 1024px) {
      .sidebarContent .navBar--account .navBar-section {
        display: flex;
        flex-wrap: wrap; } }
    .sidebarContent .navBar--account .navBar-section li {
      padding: 0;
      border-color: #ccc;
      border-radius: 4px;
      margin-right: 0;
      margin-bottom: 5px;
      float: none !important;
      display: block;
      text-align: left; }
      @media (max-width: 1024px) {
        .sidebarContent .navBar--account .navBar-section li {
          margin-right: 5px; } }
      .sidebarContent .navBar--account .navBar-section li.is-active {
        padding: 10px 15px; }
      .sidebarContent .navBar--account .navBar-section li a {
        float: none;
        padding: 10px 15px;
        color: #3a3a3a !important;
        font-weight: 500; }
        .sidebarContent .navBar--account .navBar-section li a:hover {
          font-weight: 500; }
  .sidebarContent.ordersDetails .navBar--account li.is-active {
    padding: 0 !important; }
    .sidebarContent.ordersDetails .navBar--account li.is-active a {
      color: #fff !important; }
  .sidebarContent .account {
    margin-left: 30px;
    flex-grow: 1; }
    .sidebarContent .account .addressList .address {
      width: 48%; }

@media (min-width: 1261px) {
  .account-product--alignMiddle .account-product-checkItem {
    left: -18px !important; } }

.account-link-toggle .navUser-item .tt-wishlist {
  width: auto !important;
  height: auto !important;
  float: none !important; }

.account-link-toggle .navUser-item .navUser-item--compare {
  position: relative; }
  .account-link-toggle .navUser-item .navUser-item--compare .countPill {
    top: 0;
    right: -5px;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center; }
    .account-link-toggle .navUser-item .navUser-item--compare .countPill:hover {
      color: #fff; }

#faceted-search-container {
  padding: 10px !important;
  border: 1px solid #ddd;
  border-radius: 15px; }
  @media (max-width: 1024px) {
    #faceted-search-container {
      margin-bottom: 20px;
      padding: 10px 20px 20px 15px !important; } }
  #faceted-search-container nav h3 {
    padding: 10px 15px 10px 20px;
    background: #3a3a3a;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #fff;
    border-radius: 15px 15px 0 0;
    margin: -10px -11px 13px; }
    @media (max-width: 1024px) {
      #faceted-search-container nav h3 {
        padding: 14px 15px 10px 40px;
        margin: -10px -20px 20px -16px; } }
  #faceted-search-container nav .navList {
    padding: 0 !important; }

.productView-description {
  padding: 0 !important;
  border: 0 !important; }

.page-sidebar nav div:last-child {
  margin: 0; }

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

@media (max-width: 1024px) {
  .bloglist .slick-list {
    transform: translateY(-60px); } }

.productView-description .tabs {
  border-bottom: 1px solid #cecece !important; }
  @media (max-width: 1024px) {
    .productView-description .tabs {
      overflow-x: auto;
      display: flex;
      overflow-y: hidden;
      white-space: nowrap;
      padding: 0 0 6px;
      border-bottom: 0 !important;
      box-shadow: 0 -3px 0 #fff inset, 0 -7px 0 #e5e5e5 inset; }
      .productView-description .tabs::-webkit-scrollbar-thumb {
        background-color: transparent;
        outline: 0; }
      .productView-description .tabs::-webkit-scrollbar {
        width: 0;
        height: 0; }
      .productView-description .tabs::-webkit-scrollbar-track {
        box-shadow: none; } }
  .productView-description .tabs li.tab {
    margin-right: 100px !important; }
    @media (max-width: 1024px) {
      .productView-description .tabs li.tab {
        margin-right: 30px !important; }
        .productView-description .tabs li.tab:last-child {
          margin-right: 0 !important; } }
    .productView-description .tabs li.tab a {
      font-size: 22px !important;
      line-height: 30px !important;
      font-weight: 700 !important;
      color: #777 !important;
      letter-spacing: 0 !important; }
      @media (max-width: 1024px) {
        .productView-description .tabs li.tab a {
          padding: 0 0 10px; } }
      .productView-description .tabs li.tab a:after {
        display: none; }
    .productView-description .tabs li.tab.is-active .tab-title {
      color: #3a3a3a !important; }

.productView-title {
  font-size: 32px !important;
  line-height: 43px !important;
  font-weight: 400 !important;
  border: 0 !important;
  margin: 0 0 40px !important;
  padding: 0 !important; }

.form-increment .button {
  border-radius: 50% !important;
  border-color: #ddd;
  width: 30px;
  height: 30px; }
  .form-increment .button i {
    color: #3a3a3a !important;
    height: 18px;
    width: 18px;
    margin-top: -3px; }
  .form-increment .button:hover, .form-increment .button:focus {
    background: #ddd !important; }

.productView-price .price-section .price {
  font-size: 18px; }

.productView-price .price-section .price.price--withoutTax {
  font-family: "Mark OT", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #3a3a3a; }
  @media (min-width: 320px) and (max-width: 543px) {
    .productView-price .price-section .price.price--withoutTax {
      font-size: 14px; } }

.productView-price .price-section.price-section--withoutTax {
  display: block; }

.productView-price .dflex {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1024px) {
    .productView-price .dflex {
      flex-wrap: wrap; } }

@media (max-width: 1024px) {
  .productView-price .wishlistSec {
    width: 100%; } }

.productView-price .wishlistSec .dropdown-menu-button {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #10ae4b;
  padding: 12px 40px 12px 15px; }
  @media (max-width: 1024px) {
    .productView-price .wishlistSec .dropdown-menu-button {
      margin-top: 20px;
      max-width: 240px; } }
  .productView-price .wishlistSec .dropdown-menu-button .tt-wishlist-dd {
    color: #10ae4b; }
    .productView-price .wishlistSec .dropdown-menu-button .tt-wishlist-dd:after {
      content: "\e313";
      font-family: "Material Icons", sans-serif;
      font-size: 18px;
      position: absolute;
      top: 12px;
      bottom: 0;
      margin: auto;
      left: auto;
      right: 13px; }
  .productView-price .wishlistSec .dropdown-menu-button:hover {
    color: #fff; }
    .productView-price .wishlistSec .dropdown-menu-button:hover .tt-wishlist-dd {
      color: #fff; }

.income_qualified_price-section {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cecece; }

.actionBar-section .form-field {
  border-radius: 5px !important;
  height: 40px;
  padding: 0 25px; }
  .actionBar-section .form-field .form-label,
  .actionBar-section .form-field .form-select {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    height: 40px; }

.form-label--alternate {
  font-family: "Mark OT", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important; }

.socialLinks .icon svg {
  fill: #3a3a3a; }

.productCarousel-slide .card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  padding: 10px;
  background: #fff;
  transition: all 0.3s; }
  .productCarousel-slide .card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); }
  .productCarousel-slide .card .card-img-container {
    max-width: 180px; }
  .productCarousel-slide .card img {
    height: 100%; }
  .productCarousel-slide .card .priceSec .rrp-price--withoutTax,
  .productCarousel-slide .card .priceSec .non-sale-price--withoutTax {
    display: none; }

.productCarousel-slide .card-figure .prod-crd-memcost {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  text-align: center; }

.productCarousel-slide .card-body .tt-price {
  text-align: left; }
  .productCarousel-slide .card-body .tt-price > div {
    opacity: 1 !important;
    text-align: left;
    font-size: 0; }
    .productCarousel-slide .card-body .tt-price > div.non-sale-price--withoutTax, .productCarousel-slide .card-body .tt-price > div.rrp-price--withoutTax {
      display: none; }

.productCarousel-slide .card-body .tt-cart-btn {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  opacity: 1;
  clear: both; }

.productCarousel-slide .card-body .button {
  margin: 20px 0 0;
  padding: 15px 20px;
  width: 100%;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: 700;
  background: none;
  color: #000; }
  @media (max-width: 1024px) {
    .productCarousel-slide .card-body .button {
      font-size: 18px;
      padding: 15px 5px; } }
  @media (max-width: 365px) {
    .productCarousel-slide .card-body .button {
      font-size: 18px;
      padding: 15px 5px; } }
  .productCarousel-slide .card-body .button:hover {
    background: #10ae4b;
    color: #fff; }

.productCarousel-slide .card-body .card-title a {
  height: 60px;
  overflow: hidden; }

.acp-accordion {
  color: #444;
  cursor: pointer;
  padding: 30px;
  width: 100%;
  text-align: left;
  outline: 0;
  font-size: 15px;
  transition: 0.4s;
  border: 1px solid #979797;
  margin-bottom: 30px; }
  .acp-accordion:after {
    content: "\002B";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px; }
  .acp-accordion .active:after {
    content: "\2212"; }
  .acp-accordion .active, .acp-accordion:hover {
    background-color: #ccc; }

.acp-panel {
  padding: 0 18px;
  display: none;
  background-color: #fff;
  overflow: hidden; }

.coverage-check {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s; }

.panel-coverage {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden; }

@media (max-width: 1024px) {
  .mobileMenu-toggle.is-open {
    top: 0 !important; } }

@media (min-width: 992px) {
  .quickSearchResults .modal-close {
    top: 4px;
    right: 20px;
    background: #fff;
    border-radius: 5px; } }

.productView-reviewLink > a:hover {
  color: #000; }

.productView-btn {
  margin-top: 20px; }
  .productView-btn .socialLinks .socialLinks-item {
    line-height: 40px;
    padding: 0;
    text-align: center; }
    .productView-btn .socialLinks .socialLinks-item .icon {
      height: 18px;
      width: 18px; }
  .productView-btn .addthis_toolbox {
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    margin: 10px 0; }
    .productView-btn .addthis_toolbox .socialLinks {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .productView-btn .addthis_toolbox .socialLinks a {
        display: block;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ddd;
        border-radius: 50%;
        margin-right: 10px;
        margin-bottom: 10px;
        background: #fff;
        transition: all 0.3s; }
        .productView-btn .addthis_toolbox .socialLinks a:hover {
          background: #10ae4b; }
          .productView-btn .addthis_toolbox .socialLinks a:hover img {
            filter: brightness(0) invert(1); }
        .productView-btn .addthis_toolbox .socialLinks a img {
          width: 15px;
          height: 15px;
          object-fit: contain;
          transition: all 0.3s; }

.productView-info {
  margin-bottom: 10px;
  margin-top: 10px; }

.productView-options {
  margin-bottom: 20px; }
  .productView-options .form-field {
    margin-bottom: 20px; }
    .productView-options .form-field > .form-label {
      margin-left: 0 !important; }
      .productView-options .form-field > .form-label:nth-of-type(2) {
        margin-left: 0; }
  @media (max-width: 1024px) {
    .productView-options .form-action {
      display: block; } }
  .productView-options .form-action #form-action-addToCart.button {
    width: 321px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .productView-options .form-action #form-action-addToCart.button {
        width: 100%;
        margin-right: 0; } }

.productView-rating {
  margin: 20px 0 18px 0;
  padding: 0 0 20px 0; }

[data-layout-name="Franklin T10 Description"] {
  width: 100%; }

.aboutColum {
  margin-bottom: 100px; }
  @media (max-width: 1024px) {
    .aboutColum {
      flex-wrap: wrap;
      margin-bottom: 50px; } }
  .aboutColum .thumb {
    width: 600px;
    margin: 0 auto 40px; }
    @media (max-width: 1024px) {
      .aboutColum .thumb {
        width: 100%;
        margin-bottom: 30px; } }
    .aboutColum .thumb img {
      width: 100%;
      height: auto;
      object-fit: cover; }
    .aboutColum .thumb iframe {
      width: 600px;
      height: 338px; }
      @media (max-width: 1024px) {
        .aboutColum .thumb iframe {
          width: 100%; } }
  .aboutColum .content {
    width: 100%;
    margin-left: 30px; }
    @media (max-width: 1024px) {
      .aboutColum .content {
        width: 100%;
        margin-left: 0; } }

.contactGrid {
  display: flex;
  justify-content: flex-start;
  margin: 40px 0 30px; }
  @media (max-width: 1024px) {
    .contactGrid {
      flex-wrap: wrap;
      margin: 20px 0; } }
  .contactGrid .colItem {
    width: 33.3%; }
    @media (max-width: 1024px) {
      .contactGrid .colItem {
        width: 100%;
        margin-bottom: 20px; } }
    .contactGrid .colItem img {
      height: 25px;
      width: auto;
      margin-right: 10px; }
    .contactGrid .colItem p {
      margin-bottom: 15px; }
      .contactGrid .colItem p strong {
        color: #10ae4b; }
  .contactGrid ul {
    margin: 0;
    padding: 0; }
    .contactGrid ul li {
      list-style: none; }

.mb-100 {
  margin-bottom: 100px; }
  @media (max-width: 1024px) {
    .mb-100 {
      margin-bottom: 50px; } }

#nonprofit_error,
#individuals_error {
  width: 70%;
  max-width: 600px;
  margin: 30px auto 0;
  text-align: left; }
  #nonprofit_error .errorText,
  #individuals_error .errorText {
    background-color: #fdd;
    border-color: #fdd;
    padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: #333; }
    #nonprofit_error .errorText svg,
    #individuals_error .errorText svg {
      margin-right: 10px;
      fill: #cc4749; }

#nonprofit_success,
#individuals_success {
  width: 70%;
  max-width: 600px;
  margin: 30px auto 0;
  text-align: left; }
  #nonprofit_success .successText,
  #individuals_success .successText {
    background-color: #d5ffd8;
    border-color: #d5ffd8;
    padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: #333; }
    #nonprofit_success .successText svg,
    #individuals_success .successText svg {
      margin-right: 10px;
      fill: #008a06; }

.eligibiltyForm .errorText {
  background-color: #fdd;
  border-color: #fdd;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #333; }
  .eligibiltyForm .errorText svg {
    margin-right: 10px;
    fill: #cc4749; }

.productView-description .tab-content table td {
  padding: 10px; }
  .productView-description .tab-content table td:first-child {
    font-weight: 700;
    padding-left: 0; }

.productView-description .tab-content .acp-accordion {
  color: #444;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: left;
  outline: 0;
  font-size: 15px;
  font-weight: 600;
  transition: 0.4s;
  border: 1px solid #979797;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .productView-description .tab-content .acp-accordion:after {
    content: "\002B";
    font-size: 20px;
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px; }
  .productView-description .tab-content .acp-accordion.active:after {
    content: "\2212"; }
  .productView-description .tab-content .acp-accordion.active :hover {
    background-color: #ccc; }
  .productView-description .tab-content .acp-accordion:hover {
    background-color: #ccc; }

.productView-description .tab-content .acp-panel {
  padding: 0 18px;
  display: none;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 15px; }
  .productView-description .tab-content .acp-panel p:last-child {
    margin-bottom: 0; }

.productView-description .tab-content p #pageContent_aEligibilityLink {
  padding: 10px 15px;
  border: 1px solid #10ae4b;
  transition: all 0.3s;
  font-family: "Mark OT", Arial, Helvetica, sans-serif !important;
  line-height: 1;
  border-radius: 5px !important;
  color: #10ae4b; }
  .productView-description .tab-content p #pageContent_aEligibilityLink:hover {
    background: #10ae4b;
    color: #fff; }

#facet-range-form .form-minMaxRow {
  display: flex;
  flex-wrap: wrap; }
  #facet-range-form .form-minMaxRow .form-field {
    float: none;
    width: 50%; }
    #facet-range-form .form-minMaxRow .form-field:last-child {
      width: 50%;
      flex-grow: 1;
      margin-top: 10px; }
      #facet-range-form .form-minMaxRow .form-field:last-child button {
        font-size: 15px;
        line-height: 19px;
        font-weight: 700;
        background: #10ae4b;
        color: #fff;
        padding: 7px 20px; }
    #facet-range-form .form-minMaxRow .form-field input {
      text-align: center; }

@media (max-width: 1024px) {
  .card .card-figcaption {
    right: 0;
    top: 3px; }
  .card-figcaption-body .tt-wishlist {
    margin: 3px 0; } }

#contact-us-success .textLink {
  color: blue; }

.wishlist-form .form-label::before {
  top: 0; }

.wishlist-form .form-label::after {
  top: 1px; }

.wishlist-header p {
  color: #3a3a3a; }

.productView-details .subscription-preview-modal {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 30px;
  background: #f5f5f5;
  margin-top: 30px;
  color: #000; }
  .productView-details .subscription-preview-modal a {
    color: #10ae4b;
    font-weight: 600; }

.productView-details .form-label {
  display: inline-block !important;
  cursor: unset !important; }

.productView-details .priceSec {
  display: flex;
  flex-direction: column;
  margin-top: 20px; }
  .productView-details .priceSec .rrp-price--withoutTax,
  .productView-details .priceSec .non-sale-price--withoutTax {
    color: #777;
    margin-bottom: 10px; }
  .productView-details .priceSec .rrp-price--withoutTax .price--rrp {
    font-weight: 400;
    color: #777; }
  .productView-details .priceSec .price-section--saving span {
    color: #777; }

.subscription table td {
  padding: 5px 5px 5px 0;
  font-size: 12px; }

.subscription table th {
  padding: 5px 5px 5px 0;
  font-size: 14px; }

.subscription .flex {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .subscription .flex {
      flex-wrap: wrap; } }
  .subscription .flex .leftSec {
    width: 50%; }
    @media (max-width: 1024px) {
      .subscription .flex .leftSec {
        width: 100%; } }
    .subscription .flex .leftSec h5 {
      font-size: 14px;
      margin: 0 0 10px; }
    .subscription .flex .leftSec h2 {
      font-size: 18px;
      margin: 0; }
    .subscription .flex .leftSec .btn-group {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .subscription .flex .leftSec .btn-group .button {
        padding: 10px 12px;
        font-size: 12px;
        margin-right: 5px; }
  .subscription .flex .rightSec {
    width: 50%;
    background: #f5f5f5;
    padding: 8px;
    border-radius: 5px !important; }
    @media (max-width: 1024px) {
      .subscription .flex .rightSec {
        width: 100%;
        margin-top: 30px; } }

.subscription .tab-menu {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  border-bottom: 1px solid #ccc; }
  .subscription .tab-menu a {
    margin-right: 10px;
    padding: 10px 15px;
    font-weight: 600; }
    .subscription .tab-menu a.active {
      background: #f5f5f5;
      color: #10ae4b;
      border-radius: 5px 5px 0 0; }
      .subscription .tab-menu a.active::after {
        display: none; }

.subscription .tab-content {
  display: block;
  padding: 10px;
  background: #f5f5f5; }
  .subscription .tab-content .tab-pane {
    display: none; }
    .subscription .tab-content .tab-pane.show {
      display: block; }
    .subscription .tab-content .tab-pane h4 {
      font-size: 14px;
      margin: 0 0 15px;
      font-weight: 700; }
    .subscription .tab-content .tab-pane table {
      width: 100%; }
      .subscription .tab-content .tab-pane table td {
        vertical-align: top;
        padding: 6px;
        font-size: 12px; }
        .subscription .tab-content .tab-pane table td h4 {
          font-size: 14px;
          margin: 0; }
        .subscription .tab-content .tab-pane table td h5 {
          font-size: 12px;
          margin: 0; }
        .subscription .tab-content .tab-pane table td p strong {
          color: #3a3a3a; }
        .subscription .tab-content .tab-pane table td .thumb img {
          height: 100px;
          width: auto; }
        .subscription .tab-content .tab-pane table td .custom-radio {
          margin-bottom: 5px; }
        .subscription .tab-content .tab-pane table td .custom-checkbox {
          margin-top: 15px; }
        .subscription .tab-content .tab-pane table td .button {
          padding: 10px 15px;
          font-size: 12px;
          color: #10ae4b;
          margin-top: 15px; }
          .subscription .tab-content .tab-pane table td .button:hover {
            color: #fff; }
    .subscription .tab-content .tab-pane .flexTable {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      @media (max-width: 1024px) {
        .subscription .tab-content .tab-pane .flexTable {
          flex-wrap: wrap; } }
      .subscription .tab-content .tab-pane .flexTable .col1 {
        width: 25%; }
        @media (max-width: 1024px) {
          .subscription .tab-content .tab-pane .flexTable .col1 {
            width: 100%;
            margin: 10px 0; } }
      .subscription .tab-content .tab-pane .flexTable .col2 {
        width: 35%; }
        @media (max-width: 1024px) {
          .subscription .tab-content .tab-pane .flexTable .col2 {
            width: 100%;
            margin: 10px 0; } }
      .subscription .tab-content .tab-pane .flexTable .col2 {
        width: 40%; }
        @media (max-width: 1024px) {
          .subscription .tab-content .tab-pane .flexTable .col2 {
            width: 100%;
            margin: 10px 0; } }
      .subscription .tab-content .tab-pane .flexTable .coll {
        padding: 6px;
        font-size: 12px; }
        .subscription .tab-content .tab-pane .flexTable .coll h4 {
          font-size: 14px;
          margin: 0 0 12px; }
        .subscription .tab-content .tab-pane .flexTable .coll h5 {
          font-size: 12px;
          margin: 0 0 12px; }
        .subscription .tab-content .tab-pane .flexTable .coll p strong {
          color: #3a3a3a; }
        .subscription .tab-content .tab-pane .flexTable .coll .thumb img {
          height: 100px;
          width: auto; }
        .subscription .tab-content .tab-pane .flexTable .coll .custom-radio {
          margin-bottom: 5px; }
        .subscription .tab-content .tab-pane .flexTable .coll .custom-checkbox {
          margin-top: 15px; }
        .subscription .tab-content .tab-pane .flexTable .coll .button {
          padding: 10px 15px;
          font-size: 12px;
          color: #10ae4b;
          margin-top: 15px; }
          .subscription .tab-content .tab-pane .flexTable .coll .button:hover {
            color: #fff; }
    .subscription .tab-content .tab-pane .fullcol {
      text-align: center; }
      .subscription .tab-content .tab-pane .fullcol .custom-checkbox {
        margin-top: 15px; }
      .subscription .tab-content .tab-pane .fullcol .button {
        padding: 10px 15px;
        font-size: 12px;
        color: #10ae4b;
        margin-top: 5px; }
        .subscription .tab-content .tab-pane .fullcol .button:hover, .subscription .tab-content .tab-pane .fullcol .button:focus {
          color: #fff; }

#lciPage {
  margin-bottom: 50px; }
  #lciPage .coverage-check {
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    position: relative; }
    #lciPage .coverage-check:after {
      content: "+";
      position: absolute;
      right: 20px;
      top: 50%;
      line-height: 1;
      font-size: 25px;
      transform: translateY(-50%); }
    #lciPage .coverage-check h2 {
      margin: 0;
      font-size: 16px;
      line-height: 1;
      font-weight: 600;
      text-transform: uppercase; }
    #lciPage .coverage-check.active::after {
      content: "-"; }
  #lciPage .panel-coverage {
    padding: 30px 20px;
    border: 1px solid #ddd; }
    #lciPage .panel-coverage .flex {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 1024px) {
        #lciPage .panel-coverage .flex {
          flex-wrap: wrap; } }
      #lciPage .panel-coverage .flex .SecLeft {
        width: 300px; }
        @media (max-width: 1024px) {
          #lciPage .panel-coverage .flex .SecLeft {
            width: 100%; } }
      #lciPage .panel-coverage .flex .SecRight {
        width: calc(100% - 300px);
        margin-left: 40px;
        text-align: left; }
        @media (max-width: 1024px) {
          #lciPage .panel-coverage .flex .SecRight {
            width: 100%;
            margin: 30px 0 0; } }
        #lciPage .panel-coverage .flex .SecRight p {
          text-align: left; }
        #lciPage .panel-coverage .flex .SecRight ol {
          margin: 0 0 0 15px; }
        #lciPage .panel-coverage .flex .SecRight .button {
          margin-top: 20px;
          padding: 10px 15px; }
  #lciPage .PlistDetails {
    margin-top: 50px; }
    #lciPage .PlistDetails .heading h3 {
      font-size: 20px;
      font-weight: 900;
      line-height: 1;
      color: #3a3a3a;
      text-transform: uppercase;
      margin-bottom: 20px;
      text-align: left; }
    #lciPage .PlistDetails .pricely-chart {
      max-width: 700px; }
      #lciPage .PlistDetails .pricely-chart h3 {
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        font-size: 20px;
        letter-spacing: 0.08em;
        color: #333;
        font-weight: 600;
        padding: 15px 15px;
        text-align: center;
        text-transform: uppercase;
        margin: 30px 0 0; }
      #lciPage .PlistDetails .pricely-chart .list-group {
        margin: 0;
        border: 1px solid #ddd;
        border-top: 0; }
        #lciPage .PlistDetails .pricely-chart .list-group li {
          list-style: none;
          border-bottom: 1px solid #ddd;
          padding: 8px 15px;
          text-align: left; }
          #lciPage .PlistDetails .pricely-chart .list-group li:last-child {
            border-bottom: 0; }

@media (max-width: 1024px) {
  .productView .productView-images {
    margin-top: 15px; } }

@media (max-width: 991px) {
  .previewCart .productView {
    flex-wrap: wrap; } }

@media (max-width: 991px) {
  .previewCart .productView .productView-image {
    width: 100%;
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .previewCart .productView .productView-details {
    width: 100%;
    padding: 0; } }

.form-radio + .form-label::before,
.form-checkbox + .form-label::before {
  border: 1px solid #10ae4b; }

.form-radio + .form-label::after {
  border: 1px solid #fff;
  background: #10ae4b; }

.form-radio:checked + .form-option {
  border-color: #10ae4b; }

.form-checkbox:checked + .form-label::before {
  background: #10ae4b; }

.form-checkbox:checked + .form-label::after {
  transform: scale(1);
  filter: invert(1) brightness(9); }

.form-radio[disabled] + .form-label,
.form-radio[disabled] + .form-option {
  opacity: 0.5; }

.category-description {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .category-description {
      display: block; } }
  .category-description .category-name {
    float: none !important;
    text-align: left; }
    @media (max-width: 1024px) {
      .category-description .category-name {
        display: none !important; } }
  .category-description .category-para {
    margin: 10px 0 0; }
    @media (max-width: 1024px) {
      .category-description .category-para {
        margin: 10px 0 15px;
        display: none; } }
    .category-description .category-para p {
      text-align: left;
      margin: 0;
      color: #000;
      font: 400 14px/18px "Mark OT", Arial, Helvetica, sans-serif; }
      @media (max-width: 1024px) {
        .category-description .category-para p {
          text-align: center; } }
      .category-description .category-para p a {
        color: #10ae4b;
        text-decoration: underline; }
  .category-description .breadcrumbs {
    float: none;
    flex: 1 0 auto;
    text-align: right; }

.tooltip {
  position: relative;
  display: inline-block; }
  .tooltip.pd-tooltip {
    margin: 15px 0 0 5px; }
    .tooltip.pd-tooltip .tooltiptext {
      width: 350px; }
      @media (max-width: 768px) {
        .tooltip.pd-tooltip .tooltiptext {
          left: auto;
          right: 0; } }
  .tooltip svg {
    width: 15px;
    height: 15px; }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    max-width: 50vw;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 8px 5px;
    background-color: #fff;
    border: 1px solid #666;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    font-size: 13px;
    line-height: 1.2;
    transition: all 0.3s;
    pointer-events: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15); }
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1; }

.homepage_icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%; }
  .homepage_icon .col-4 {
    min-width: 33.33333%;
    max-width: 33.33333%; }
    @media (max-width: 992px) {
      .homepage_icon .col-4 {
        min-width: auto;
        max-width: none; } }
  @media (max-width: 992px) {
    .homepage_icon {
      flex-direction: column;
      justify-content: center; } }
  .homepage_icon img {
    padding: 30px 40px;
    width: 100%; }
    @media (max-width: 992px) {
      .homepage_icon img {
        padding: 20px 10px; } }
  .homepage_icon h2 {
    color: #3a3a3a;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    text-align: left; }
    @media (max-width: 992px) {
      .homepage_icon h2 {
        text-align: center;
        margin: 10px 0 0; } }

#FormField_32 {
  display: none !important; }

#FormField_35 {
  display: block !important; }

@media (max-width: 1024px) {
  .nonProfitsIndividuals .button.button--outline {
    flex-direction: column;
    align-items: center;
    margin: 0 0 30px; }
  .nonProfitsIndividuals .button.button--primary {
    flex-direction: column;
    align-items: center;
    margin: 0 0 30px; } }

.accordion-title .tooltip .tooltiptext {
  font-size: 12px;
  font-weight: 400; }

[data-type="ReceiveMarketingEmails"] {
  min-width: 100%; }

#home-new-video {
  border-top: 1px solid #b5b5b5;
  padding-bottom: 50px;
  background-image: url("https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/home-new-video-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1024px) {
    #home-new-video {
      height: auto;
      padding-top: 50px; } }
  @media (max-width: 1024px) {
    #home-new-video .container {
      float: none; } }
  #home-new-video h2.page-heading a {
    color: #F2F317;
    text-decoration: underline; }
    #home-new-video h2.page-heading a:hover {
      color: #fff; }

[data-layout-name="HomeVideo"] {
  display: block !important; }
  [data-layout-name="HomeVideo"] h2.page-heading {
    font-size: 40px !important;
    line-height: 50px !important;
    font-weight: 700 !important;
    color: #fff;
    margin-bottom: 50px;
    padding-top: 80px; }
    @media (max-width: 1024px) {
      [data-layout-name="HomeVideo"] h2.page-heading {
        margin: 0 0 40px !important;
        padding: 0; } }
  @media (max-width: 1024px) {
    [data-layout-name="HomeVideo"] > div:nth-child(2) {
      padding: 0;
      margin: 0 !important; } }
  [data-layout-name="HomeVideo"] > div:nth-child(2) div iframe {
    border-radius: 20px; }

@media (max-width: 1024px) {
  [data-layout-name="HomeVideo"] {
    clear: both; } }

.for-phone {
  display: none; }

@media (max-width: 1024px) {
  .for-desktop {
    display: none; }
  .for-phone {
    display: block; } }

[data-layout-name="aboutImageParaDesktop"] {
  padding: 100px 0 150px; }
  @media (max-width: 1024px) {
    [data-layout-name="aboutImageParaDesktop"] {
      display: none !important;
      padding: 10px 0 70px; } }
  @media (max-width: 1024px) {
    [data-layout-name="aboutImageParaDesktop"] > div:nth-child(2) {
      height: 65vh !important;
      background-position: center !important;
      position: relative !important; } }
  @media (max-width: 1024px) {
    [data-layout-name="aboutImageParaDesktop"] > div:nth-child(3) {
      padding-right: 25px !important;
      padding-left: 25px !important; } }
  [data-layout-name="aboutImageParaDesktop"] > div:nth-child(3) > div:nth-child(3) p {
    font-family: "Mark OT", Arial, Helvetica, sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    line-height: 68px;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      [data-layout-name="aboutImageParaDesktop"] > div:nth-child(3) > div:nth-child(3) p {
        margin-top: 20px; } }
  [data-layout-name="aboutImageParaDesktop"] > div:nth-child(3) > div:nth-child(4) p {
    font-family: "Mark OT", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
    margin-bottom: 20px; }
    [data-layout-name="aboutImageParaDesktop"] > div:nth-child(3) > div:nth-child(4) p:last-child {
      margin: 0; }
  [data-layout-name="aboutImageParaDesktop"] .page-Nav {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 22px;
    color: #fff;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      [data-layout-name="aboutImageParaDesktop"] .page-Nav {
        justify-content: center;
        margin-top: 80px;
        margin-bottom: 0; } }
    [data-layout-name="aboutImageParaDesktop"] .page-Nav li {
      list-style: none;
      font-size: 22px;
      color: #fff;
      margin: 0 10px;
      font-weight: 500; }
      [data-layout-name="aboutImageParaDesktop"] .page-Nav li a {
        font-size: 22px;
        color: #fff;
        font-weight: 500; }

[data-layout-name="aboutImageParaPhone"] {
  display: none !important;
  background-position: top !important; }
  @media (max-width: 1024px) {
    [data-layout-name="aboutImageParaPhone"] {
      display: block !important; } }
  [data-layout-name="aboutImageParaPhone"] > div:nth-child(2) {
    background-position: center !important;
    position: relative !important; }
    @media (max-width: 820px) {
      [data-layout-name="aboutImageParaPhone"] > div:nth-child(2) {
        padding: 180vw 20px 65px; } }
    @media (max-width: 600px) {
      [data-layout-name="aboutImageParaPhone"] > div:nth-child(2) {
        padding: 180vw 20px 65px; } }
    [data-layout-name="aboutImageParaPhone"] > div:nth-child(2) > div:nth-child(2) p {
      font-family: "Mark OT", Arial, Helvetica, sans-serif;
      font-size: 70px;
      font-weight: 700;
      color: #fff;
      line-height: 68px;
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        [data-layout-name="aboutImageParaPhone"] > div:nth-child(2) > div:nth-child(2) p {
          margin-top: 20px;
          margin-bottom: 40px; } }
    [data-layout-name="aboutImageParaPhone"] > div:nth-child(2) > div:nth-child(3) p {
      font-family: "Mark OT", Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: 500;
      color: #fff;
      line-height: 22px;
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        [data-layout-name="aboutImageParaPhone"] > div:nth-child(2) > div:nth-child(3) p {
          margin-bottom: 40px; } }
      [data-layout-name="aboutImageParaPhone"] > div:nth-child(2) > div:nth-child(3) p:last-child {
        margin: 0; }
  [data-layout-name="aboutImageParaPhone"] .page-Nav {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 22px;
    color: #fff;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      [data-layout-name="aboutImageParaPhone"] .page-Nav {
        justify-content: center;
        margin-top: 80px;
        margin-bottom: 0; } }
    [data-layout-name="aboutImageParaPhone"] .page-Nav li {
      list-style: none;
      font-size: 22px;
      color: #fff;
      margin: 0 10px;
      font-weight: 500; }
      [data-layout-name="aboutImageParaPhone"] .page-Nav li a {
        font-size: 22px;
        color: #fff;
        font-weight: 500; }

[data-layout-name="VideoSection"] {
  background: #f8f8f8;
  padding: 100px 0; }
  @media (max-width: 1024px) {
    [data-layout-name="VideoSection"] {
      padding: 50px 0; } }
  @media (max-width: 1024px) {
    [data-layout-name="VideoSection"] > div:nth-child(2) {
      padding-right: 25px !important;
      padding-left: 25px !important; } }
  [data-layout-name="VideoSection"] > div:nth-child(2) > div:nth-child(2) h2 {
    font-family: "Mark OT", Arial, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #3a3a3a;
    line-height: 35px;
    text-align: center;
    margin-bottom: 50px; }
  [data-layout-name="VideoSection"] div:nth-child(3) iframe {
    position: relative;
    width: 700px !important;
    height: auto !important;
    aspect-ratio: 16/9;
    margin: 0 auto;
    left: 50% !important;
    transform: translateX(-50%); }
    @media (max-width: 1024px) {
      [data-layout-name="VideoSection"] div:nth-child(3) iframe {
        width: 100% !important;
        height: auto !important; } }
  [data-layout-name="VideoSection"] .buttonLink {
    margin-top: 50px;
    max-width: 325px; }
    @media (max-width: 1024px) {
      [data-layout-name="VideoSection"] .buttonLink {
        width: 100%; } }
    [data-layout-name="VideoSection"] .buttonLink a {
      line-height: 1 !important; }
      @media (max-width: 1024px) {
        [data-layout-name="VideoSection"] .buttonLink a {
          width: 100%; } }

.product-list-header {
  background: #10ae4b;
  background: linear-gradient(180deg, #88d124 0%, #45b55e 33.33%, #0c9d91 100%);
  padding: 50px 0;
  margin-bottom: 50px; }
  @media (max-width: 1024px) {
    .product-list-header {
      min-height: auto; } }
  .product-list-header .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .product-list-header .title {
        flex-wrap: wrap; } }
    .product-list-header .title h1 {
      font-size: 75px;
      line-height: 73px;
      font-weight: 700;
      color: #fff;
      margin: 0; }
      @media (max-width: 1024px) {
        .product-list-header .title h1 {
          font-size: 55px;
          line-height: 60px; } }
  .product-list-header p {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    font-weight: 500;
    text-align: left; }
  .product-list-header .page-Nav {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 22px;
    color: #fff; }
    @media (max-width: 1024px) {
      .product-list-header .page-Nav {
        justify-content: center;
        margin-top: 50px; } }
    .product-list-header .page-Nav li {
      list-style: none;
      font-size: 22px;
      color: #fff;
      margin: 0 10px;
      font-weight: 500; }
      @media (max-width: 1024px) {
        .product-list-header .page-Nav li {
          margin: 0 15px; } }
      .product-list-header .page-Nav li:first-child {
        margin-left: 0; }
      .product-list-header .page-Nav li a {
        font-size: 22px;
        color: #fff;
        font-weight: 500; }
  @media (max-width: 1024px) {
    .product-list-header .container {
      float: none; } }

#product-listing-container .productGrid .product .card:hover {
  box-shadow: none; }

#product-listing-container .productGrid .product .card .card-figure {
  margin: 30px 15px;
  box-shadow: 0 4px 27px rgba(0, 0, 0, 0.15);
  border-radius: 14px; }
  @media (max-width: 1024px) {
    #product-listing-container .productGrid .product .card .card-figure {
      margin: 10px 0;
      box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
      border-radius: 8px; } }
  #product-listing-container .productGrid .product .card .card-figure .card-img-container {
    max-width: 100%;
    max-height: 220px; }
    @media (max-width: 1024px) {
      #product-listing-container .productGrid .product .card .card-figure .card-img-container {
        max-height: 170px; } }

#product-listing-container .productGrid .product .card .card-body .button {
  background: none;
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #3a3a3a;
  letter-spacing: 0; }
  @media (max-width: 1024px) {
    #product-listing-container .productGrid .product .card .card-body .button {
      width: 100%;
      display: block;
      font-size: 18px;
      letter-spacing: 0;
      padding: 10px 5px;
      border-radius: 6px !important; } }
  #product-listing-container .productGrid .product .card .card-body .button:hover {
    background: #88d124;
    border: 1px solid #88d124;
    color: #fff; }

.tt-product-tab .tab-content.has-jsContent .productCarousel-slide .card {
  box-shadow: none; }
  .tt-product-tab .tab-content.has-jsContent .productCarousel-slide .card:hover {
    box-shadow: none; }
  .tt-product-tab .tab-content.has-jsContent .productCarousel-slide .card .card-figure {
    margin: 20px 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    aspect-ratio: 1/1; }
    .tt-product-tab .tab-content.has-jsContent .productCarousel-slide .card .card-figure .card-img-container {
      max-width: 100%;
      max-height: 100%;
      border-radius: 14px;
      overflow: hidden; }
  .tt-product-tab .tab-content.has-jsContent .productCarousel-slide .card .card-body .button {
    background: none;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #3a3a3a; }
    .tt-product-tab .tab-content.has-jsContent .productCarousel-slide .card .card-body .button:hover {
      background: #88d124;
      border: 1px solid #88d124;
      color: #fff; }

@media (min-width: 992px) {
  .productView-product {
    border-bottom: 0;
    padding-bottom: 0; } }

.productView-price .price-section .price.price--withoutTax {
  font-size: 32px !important;
  line-height: 43px !important;
  font-weight: 700 !important; }

.productView-brand {
  font-size: 20px !important;
  line-height: 27px !important;
  font-weight: 400 !important;
  margin: 0 0 5px; }

.productView-btn {
  margin-top: 0 !important; }

.form-field--stock {
  margin-bottom: 0; }
  .form-field--stock .form-label--alternate {
    font-size: 20px;
    line-height: 27px;
    color: #000; }

.productView-options .form-field.form-field--increments {
  float: none;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .productView-options .form-field.form-field--increments > .form-label {
    margin-right: 20px;
    font-size: 20px;
    line-height: 27px;
    color: #3a3a3a; }

.productView-options .form-label {
  display: inline-block;
  cursor: unset; }

@media (max-width: 1024px) {
  .productView-options .form.form-wishlist.form-action {
    width: 100%; } }

.productView-info-name {
  font-size: 18px;
  color: #3a3a3a;
  line-height: 1 !important;
  font-weight: 400;
  margin-bottom: 8px !important;
  margin-top: 8px !important; }

.productView-info-value {
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
  margin-top: 8px !important; }
  .productView-info-value:empty {
    display: none; }

.productView-options .form.form-wishlist.form-action .button {
  width: 321px;
  border-color: #10ae4b;
  color: #10ae4b;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700; }
  .productView-options .form.form-wishlist.form-action .button span {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #10ae4b; }
  @media (max-width: 1024px) {
    .productView-options .form.form-wishlist.form-action .button {
      width: 100%;
      /*text-align: left;*/
      padding-left: 45px; } }

#home-new-ultimate-win {
  position: relative;
  background-image: url("https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/ultimate-sec-bg-new.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 100px 0;
  clear: both;
  z-index: 10; }
  @media (max-width: 1024px) {
    #home-new-ultimate-win {
      padding: 50px 0;
      background-image: url("https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/win-win-win3.jpg");
      background-position: bottom; } }
  @media (max-width: 1024px) {
    #home-new-ultimate-win .container {
      float: none !important; } }

#home-new-ultimate-win:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 85%;
  background-image: url("https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/ultimate-sec-thumb.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100%; }
  @media (max-width: 1024px) {
    #home-new-ultimate-win:before {
      display: none; } }

[data-content-region="home_ultimate_win"] {
  max-width: 50vw; }
  @media (max-width: 1024px) {
    [data-content-region="home_ultimate_win"] {
      max-width: 100%;
      padding-bottom: 35vh;
      margin-bottom: 70vh; } }
  @media (max-width: 600px) {
    [data-content-region="home_ultimate_win"] {
      max-width: 100%;
      padding-bottom: 35vh;
      margin-bottom: 50vh; } }
  [data-content-region="home_ultimate_win"] p.head span {
    display: block; }
    @media (max-width: 1024px) {
      [data-content-region="home_ultimate_win"] p.head span {
        display: inline; } }

#home-new-waiting {
  background-image: url("https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/home-new-waiting-bg-new.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 80px 0 30vw;
  clear: both; }
  @media (max-width: 1024px) {
    #home-new-waiting {
      background-size: cover;
      padding: 50px 0 70vw; } }
  @media (max-width: 600px) {
    #home-new-waiting {
      background-size: cover;
      padding: 50px 0 190vw; } }
  @media (max-width: 1024px) {
    #home-new-waiting .container {
      float: none !important; } }
  #home-new-waiting h2.page-heading span a {
    color: #F2F317; }
    #home-new-waiting h2.page-heading span a:hover {
      color: #fff; }

[data-content-region="home_waiting"] > div > div > div:nth-child(2) > div:nth-child(2) {
  color: #f5f5f5; }
  [data-content-region="home_waiting"] > div > div > div:nth-child(2) > div:nth-child(2) p {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px; }

[data-content-region="home_waiting"] > div > div > div:nth-child(2) > div:nth-child(3) p {
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
  color: #fff;
  max-width: 900px;
  margin: 0 auto 30px; }

[data-content-region="home_waiting"] .buttonLink a {
  width: 260px;
  height: 60px;
  font-weight: 700 !important;
  line-height: 60px !important; }

@media (max-width: 1024px) {
  [data-content-region="home_waiting"] > div {
    height: auto !important; } }

.wishlistSec {
  display: none; }

[data-layout-name="productCarouselBtn"] .buttonLink {
  margin-bottom: 50px; }
  @media (max-width: 1024px) {
    [data-layout-name="productCarouselBtn"] .buttonLink {
      margin-bottom: 80px; } }

#home-new-laptop {
  border-top: 1px solid #b5b5b5;
  margin: 0;
  padding: 0 0 30px; }

.tt-product-tab .productCarousel .slick-slide {
  padding: 0 !important; }

.we_got_covered {
  font-family: "Mark OT";
  font-style: normal;
  font-weight: 700;
  color: #10ae4b !important; }

[data-content-region="home_below_carousel"] {
  margin-top: -25px; }

[data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-bullets"] {
  display: none !important; }

[data-layout-name="homeCarousel"] > div > div > div > div {
  margin: 0; }
  [data-layout-name="homeCarousel"] > div > div > div > div > div > div > div > div > div {
    width: 100%;
    min-height: auto;
    aspect-ratio: 2/1; }
    @media (max-width: 992px) {
      [data-layout-name="homeCarousel"] > div > div > div > div > div > div > div > div > div {
        aspect-ratio: unset;
        justify-content: flex-start;
        text-align: left;
        padding-left: 50px; } }
    @media (max-width: 600px) {
      [data-layout-name="homeCarousel"] > div > div > div > div > div > div > div > div > div {
        padding: 50px 32px 32px 25px; } }
    @media (max-width: 1024px) {
      [data-layout-name="homeCarousel"] > div > div > div > div > div > div > div > div > div:after {
        background-position-x: 100%; } }
    [data-layout-name="homeCarousel"] > div > div > div > div > div > div > div > div > div > div {
      max-width: 480px; }
      @media (max-width: 992px) {
        [data-layout-name="homeCarousel"] > div > div > div > div > div > div > div > div > div > div {
          width: 100%;
          max-width: 450px; } }
      @media (max-width: 600px) {
        [data-layout-name="homeCarousel"] > div > div > div > div > div > div > div > div > div > div {
          width: 170px; } }

[data-layout-name="homeCarousel"] > div > div > div .css-mwwowe {
  background: transparent; }
  [data-layout-name="homeCarousel"] > div > div > div .css-mwwowe svg path {
    fill: #fff; }

[data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-title"] p {
  font-size: 100px !important;
  line-height: 100px !important;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px; }
  @media (max-width: 992px) {
    [data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-title"] p {
      font-size: 65px !important;
      line-height: 65px !important; } }
  @media (max-width: 600px) {
    [data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-title"] p {
      font-size: 30px !important;
      line-height: 30px !important; } }

[data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-subtitle"] p {
  font-size: 24px !important;
  line-height: 30px !important;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0; }
  @media (max-width: 992px) {
    [data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-subtitle"] p {
      font-size: 25px !important;
      line-height: 25px !important;
      max-width: 100%;
      margin: 0; } }
  @media (max-width: 600px) {
    [data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-subtitle"] p {
      font-size: 13px !important;
      line-height: 13px !important;
      max-width: 200px;
      margin: 0; } }
  [data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-subtitle"] p br {
    display: none; }
  [data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-subtitle"] p strong {
    display: block;
    font-size: 35px !important;
    line-height: 36px !important;
    font-weight: 700;
    color: #fff;
    margin: 10px 0 20px; }
    @media (max-width: 992px) {
      [data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-subtitle"] p strong {
        font-size: 30px !important;
        line-height: 30x !important;
        margin: 8px 0 10px; } }
    @media (max-width: 600px) {
      [data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-subtitle"] p strong {
        font-size: 14px !important;
        line-height: 14px !important;
        margin: 8px 0 10px; } }
    [data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-subtitle"] p strong:empty {
      display: none; }

[data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-cta-button"] {
  width: 325px;
  height: 63px;
  margin-top: 40px;
  border-radius: 9px; }
  @media (max-width: 992px) {
    [data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-cta-button"] {
      width: 250px;
      height: 80px;
      margin-top: 25px; } }
  @media (max-width: 600px) {
    [data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-cta-button"] {
      width: 115px;
      height: 30px;
      margin-top: 10px; } }
  [data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-cta-button"] > div {
    font-size: 29px;
    font-weight: 700;
    line-height: 48px;
    text-align: center; }
    @media (max-width: 992px) {
      [data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-cta-button"] > div {
        font-size: 38px;
        line-height: 60px; } }
    @media (max-width: 600px) {
      [data-layout-name="homeCarousel"] > div > div > div [data-test-id="carousel-cta-button"] > div {
        font-size: 13px;
        line-height: 16px; } }

.productView-options .form-label {
  display: block; }

@media (max-width: 1024px) {
  .dropdown-menu.is-open.f-open-dropdown {
    position: initial !important;
    max-width: 240px !important; }
  #wishlist-dropdown.is-open {
    width: 100% !important;
    margin-top: -10px; }
  .button.dropdown-menu-button.is-open {
    border-bottom: none !important; } }

@media (max-width: 766px) {
  #home-new-video {
    border-top: none !important; } }

#msg_for_mobile_greybutton {
  display: none;
  /* Initially hide the message */ }

@media (max-width: 768px) {
  /* Apply the styles only for mobile view or any view with max-width 768px */
  #msg_for_mobile_greybutton.show {
    display: block;
    /* Display the message when the "show" class is added */ } }

#session_text {
  max-width: 800px;
  margin: 0 auto; }

#session_log_out_text {
  max-width: 800px;
  margin: 0 auto; }

#Individuals_uploads_main {
  max-width: 800px;
  margin: 0 auto; }

.individual-text {
  max-width: 800px;
  margin: 0 auto; }

.non-profit-text {
  max-width: 800px;
  margin: 0 auto; }

.standerd_text {
  max-width: 800px;
  margin: 0 auto; }

.cart-additionalCheckoutButtons,
.previewCartCheckout-additionalCheckoutButtons {
  margin-top: 12px; }

.cart-additionalCheckoutButtons .or-use-label {
  display: none !important; }

.previewCartCheckout-additionalCheckoutButtons .or-use-label {
  display: none !important; }

#menu-link > .navPages-item-page .navBar--sub {
  display: none;
  min-width: 160px;
  position: absolute;
  top: 100%;
  left: auto;
  background: #fff;
  padding: 12px;
  /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);*/ }

#menu-link > .navPages-item-page .navBar--sub .navBar-section {
  margin: 0;
  padding: 0; }

#menu-link > .navPages-item-page .navBar--sub .navBar-section .navBar-item {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  list-style: none; }

#menu-link > .navPages-item-page .navBar--sub .navBar-section .navBar-item .navBar-action {
  display: block;
  text-align: left;
  font-weight: 700;
  padding: 8px; }

#menu-link > .navPages-item-page .navBar--sub .navBar-section .navBar-item a.navBar-action {
  color: #3a3a3a;
  line-height: 1;
  font-size: 14px; }

#menu-link > .navPages-item-page .navBar--sub .navBar-section .navBar-item a.navBar-action.active-dr-menu,
#menu-link > .navPages-item-page .navBar--sub .navBar-section .navBar-item a.navBar-action.activePage {
  color: #10AE4B;
  background: rgba(16, 174, 75, 0.1); }

#menu-link > .navPages-item-page .navBar--sub .navBar-section .navBar-item .navBar-action:hover {
  color: #10AE4B;
  font-weight: 700; }

#menu-link > .navPages-item-page:hover .navBar--sub {
  display: block; }

.cms_main_content {
  width: 100%;
  padding: 0;
  background-image: url("https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/hit-returns-bg-patternnew.png"); }
  .cms_main_content .page-Nav {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    color: #fff;
    font-size: 22px; }
    .cms_main_content .page-Nav li a {
      color: #fff;
      font-size: 22px;
      font-weight: 500; }
  .cms_main_content [data-sub-layout="dfadb374-c8d7-44f0-ad92-35162c6ac663"] {
    max-width: 1710px;
    margin: 0 auto; }
  .cms_main_content [data-sub-layout="5e3c6c7f-6bd1-4470-a146-fefb207e7d6c"] {
    max-width: 1710px;
    margin: 0 auto; }
  .cms_main_content [data-sub-layout="a923179f-166b-45f5-a639-4aec7b4180da"] {
    max-width: 1710px;
    margin: 0 auto; }
  .cms_main_content [data-layout-name="web-page-content"] {
    max-width: 1710px;
    margin: 0 auto; }
  .cms_main_content [data-layout-name="web-page-contentent"] {
    max-width: 1710px;
    margin: 0 auto; }
  .cms_main_content [data-layout-name="Layout"] {
    max-width: 1710px;
    margin: 0 auto; }

#sd-image-4218031b-438c-4239-9b2b-9445b5368dbc {
  background-position: right bottom; }

[data-layout-name="web-page-our-commitment-section"] {
  border-top: 12px solid #10AE4B;
  border-bottom: 12px solid #10AE4B;
  border-image: -moz-linear-gradient(to right, #10909B, #10AE4B) 12;
  border-image: -webkit-linear-gradient(to right, #10909B, #10AE4B) 12;
  border-image: -ms-linear-gradient(to right, #10909B, #10AE4B) 12;
  border-image: linear-gradient(to right, #10909B, #10AE4B) 12; }

[data-sub-layout-container="f42ced0a-855e-432d-8db1-dfc483d40d9f"] {
  max-width: 100%; }

.cms_main_content [data-sub-layout-container="f42ced0a-855e-432d-8db1-dfc483d40d9f"] {
  max-width: 100%; }

[data-layout-name="FAQs_about_ Human-I-T"] > div,
[data-layout-name="Billing-Purchases-Section"] > div,
[data-layout-name="banner-warranty"] > div,
[data-layout-name="hardware-warranty"] > div,
[data-layout-name="warranty-content-section"] > div,
[data-layout-name="commitment-section"] > div,
[data-layout-name="returns-banner"] > div,
[data-layout-name="return-policy-section"] > div,
[data-layout-name="return-policy-section-2"] > div,
[data-layout-name="returns-commitment-section"] > div,
[data-layout-name="membership-banner"] > div,
[data-layout-name="membership-section"] > div,
[data-layout-name="membership-section2"] > div,
[data-layout-name="membership-section3"] > div,
[data-layout-name="membership-commitment-section"] > div,
[data-layout-name="membership-banner"] > div {
  max-width: 1185px !important;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    [data-layout-name="FAQs_about_ Human-I-T"] > div,
    [data-layout-name="Billing-Purchases-Section"] > div,
    [data-layout-name="banner-warranty"] > div,
    [data-layout-name="hardware-warranty"] > div,
    [data-layout-name="warranty-content-section"] > div,
    [data-layout-name="commitment-section"] > div,
    [data-layout-name="returns-banner"] > div,
    [data-layout-name="return-policy-section"] > div,
    [data-layout-name="return-policy-section-2"] > div,
    [data-layout-name="returns-commitment-section"] > div,
    [data-layout-name="membership-banner"] > div,
    [data-layout-name="membership-section"] > div,
    [data-layout-name="membership-section2"] > div,
    [data-layout-name="membership-section3"] > div,
    [data-layout-name="membership-commitment-section"] > div,
    [data-layout-name="membership-banner"] > div {
      max-width: 100% !important; } }
  @media (max-width: 1024px) {
    [data-layout-name="FAQs_about_ Human-I-T"] > div p,
    [data-layout-name="Billing-Purchases-Section"] > div p,
    [data-layout-name="banner-warranty"] > div p,
    [data-layout-name="hardware-warranty"] > div p,
    [data-layout-name="warranty-content-section"] > div p,
    [data-layout-name="commitment-section"] > div p,
    [data-layout-name="returns-banner"] > div p,
    [data-layout-name="return-policy-section"] > div p,
    [data-layout-name="return-policy-section-2"] > div p,
    [data-layout-name="returns-commitment-section"] > div p,
    [data-layout-name="membership-banner"] > div p,
    [data-layout-name="membership-section"] > div p,
    [data-layout-name="membership-section2"] > div p,
    [data-layout-name="membership-section3"] > div p,
    [data-layout-name="membership-commitment-section"] > div p,
    [data-layout-name="membership-banner"] > div p {
      word-break: break-word; } }
  [data-layout-name="FAQs_about_ Human-I-T"] > div ul.page-Nav,
  [data-layout-name="Billing-Purchases-Section"] > div ul.page-Nav,
  [data-layout-name="banner-warranty"] > div ul.page-Nav,
  [data-layout-name="hardware-warranty"] > div ul.page-Nav,
  [data-layout-name="warranty-content-section"] > div ul.page-Nav,
  [data-layout-name="commitment-section"] > div ul.page-Nav,
  [data-layout-name="returns-banner"] > div ul.page-Nav,
  [data-layout-name="return-policy-section"] > div ul.page-Nav,
  [data-layout-name="return-policy-section-2"] > div ul.page-Nav,
  [data-layout-name="returns-commitment-section"] > div ul.page-Nav,
  [data-layout-name="membership-banner"] > div ul.page-Nav,
  [data-layout-name="membership-section"] > div ul.page-Nav,
  [data-layout-name="membership-section2"] > div ul.page-Nav,
  [data-layout-name="membership-section3"] > div ul.page-Nav,
  [data-layout-name="membership-commitment-section"] > div ul.page-Nav,
  [data-layout-name="membership-banner"] > div ul.page-Nav {
    margin-bottom: 20px; }
    [data-layout-name="FAQs_about_ Human-I-T"] > div ul.page-Nav li,
    [data-layout-name="Billing-Purchases-Section"] > div ul.page-Nav li,
    [data-layout-name="banner-warranty"] > div ul.page-Nav li,
    [data-layout-name="hardware-warranty"] > div ul.page-Nav li,
    [data-layout-name="warranty-content-section"] > div ul.page-Nav li,
    [data-layout-name="commitment-section"] > div ul.page-Nav li,
    [data-layout-name="returns-banner"] > div ul.page-Nav li,
    [data-layout-name="return-policy-section"] > div ul.page-Nav li,
    [data-layout-name="return-policy-section-2"] > div ul.page-Nav li,
    [data-layout-name="returns-commitment-section"] > div ul.page-Nav li,
    [data-layout-name="membership-banner"] > div ul.page-Nav li,
    [data-layout-name="membership-section"] > div ul.page-Nav li,
    [data-layout-name="membership-section2"] > div ul.page-Nav li,
    [data-layout-name="membership-section3"] > div ul.page-Nav li,
    [data-layout-name="membership-commitment-section"] > div ul.page-Nav li,
    [data-layout-name="membership-banner"] > div ul.page-Nav li {
      padding: 0 10px;
      font-size: 22px;
      font-weight: 500; }
      [data-layout-name="FAQs_about_ Human-I-T"] > div ul.page-Nav li a,
      [data-layout-name="Billing-Purchases-Section"] > div ul.page-Nav li a,
      [data-layout-name="banner-warranty"] > div ul.page-Nav li a,
      [data-layout-name="hardware-warranty"] > div ul.page-Nav li a,
      [data-layout-name="warranty-content-section"] > div ul.page-Nav li a,
      [data-layout-name="commitment-section"] > div ul.page-Nav li a,
      [data-layout-name="returns-banner"] > div ul.page-Nav li a,
      [data-layout-name="return-policy-section"] > div ul.page-Nav li a,
      [data-layout-name="return-policy-section-2"] > div ul.page-Nav li a,
      [data-layout-name="returns-commitment-section"] > div ul.page-Nav li a,
      [data-layout-name="membership-banner"] > div ul.page-Nav li a,
      [data-layout-name="membership-section"] > div ul.page-Nav li a,
      [data-layout-name="membership-section2"] > div ul.page-Nav li a,
      [data-layout-name="membership-section3"] > div ul.page-Nav li a,
      [data-layout-name="membership-commitment-section"] > div ul.page-Nav li a,
      [data-layout-name="membership-banner"] > div ul.page-Nav li a {
        font-size: 22px;
        font-weight: 500; }

[data-layout-name="FAQs_about_ Human-I-T"] > div {
  max-width: 1185px !important;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    [data-layout-name="FAQs_about_ Human-I-T"] > div {
      padding: 50px 20px;
      max-width: 100% !important; } }
  @media (max-width: 1024px) {
    [data-layout-name="FAQs_about_ Human-I-T"] > div p {
      word-break: break-word; } }
  @media (max-width: 1024px) {
    [data-layout-name="FAQs_about_ Human-I-T"] > div > div:nth-child(4) p {
      font-size: 45px;
      line-height: 60px;
      margin-bottom: 30px; } }
  @media (max-width: 1024px) {
    [data-layout-name="FAQs_about_ Human-I-T"] > div > div:nth-child(5) p {
      font-size: 18px;
      line-height: 28px; } }

@media (max-width: 1024px) {
  [data-layout-name="banner-warranty"] > div {
    padding: 50px 20px; } }

@media (max-width: 1024px) {
  [data-layout-name="banner-warranty"] > div > div:nth-child(4) p {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 30px; } }

@media (max-width: 1024px) {
  [data-layout-name="banner-warranty"] > div > div:nth-child(5) p {
    font-size: 18px;
    line-height: 28px; } }

@media (max-width: 1024px) {
  [data-layout-name="hardware-warranty"] > div {
    padding: 0 20px; } }

@media (max-width: 1024px) {
  [data-layout-name="hardware-warranty"] > div > div:nth-child(2) p {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 0; } }

@media (max-width: 1024px) {
  [data-layout-name="hardware-warranty"] > div > div:nth-child(3) p {
    font-size: 18px;
    line-height: 28px; } }

@media (max-width: 1024px) {
  [data-layout-name="warranty-content-section"] > div {
    padding: 0 20px; } }

@media (max-width: 1024px) {
  [data-layout-name="warranty-content-section"] > div > div:nth-child(2) p, [data-layout-name="warranty-content-section"] > div > div:nth-child(4) p, [data-layout-name="warranty-content-section"] > div > div:nth-child(7) p {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px; } }

@media (max-width: 1024px) {
  [data-layout-name="warranty-content-section"] > div > div:nth-child(8) p {
    font-size: 18px;
    line-height: 28px; } }

[data-layout-name="warranty-content-section"] > div > div:nth-child(5) p {
  margin-bottom: 15px; }

[data-layout-name="warranty-content-section"] > div ul {
  margin-bottom: 0;
  margin-left: 30px; }
  [data-layout-name="warranty-content-section"] > div ul li {
    font-size: 18px;
    line-height: 28px; }

[data-layout-name="membership-section2"] ul {
  margin-bottom: 0;
  margin-left: 30px; }
  [data-layout-name="membership-section2"] ul li {
    font-size: 18px;
    line-height: 28px; }

@media (max-width: 1024px) {
  [data-layout-name="commitment-section"] > div:nth-child(2), [data-layout-name="returns-commitment-section"] > div:nth-child(2), [data-layout-name="membership-commitment-section"] > div:nth-child(2) {
    padding: 50px 20px; } }

@media (min-width: 1024px) {
  [data-layout-name="commitment-section"] > div:nth-child(2) > div:nth-child(2) p, [data-layout-name="returns-commitment-section"] > div:nth-child(2) > div:nth-child(2) p, [data-layout-name="membership-commitment-section"] > div:nth-child(2) > div:nth-child(2) p {
    margin-left: -10px; } }

@media (max-width: 1024px) {
  [data-layout-name="commitment-section"] > div:nth-child(2) > div:nth-child(2) p, [data-layout-name="returns-commitment-section"] > div:nth-child(2) > div:nth-child(2) p, [data-layout-name="membership-commitment-section"] > div:nth-child(2) > div:nth-child(2) p {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0; } }

@media (min-width: 1024px) {
  [data-layout-name="commitment-section"] > div:nth-child(2) > div:nth-child(3) p, [data-layout-name="returns-commitment-section"] > div:nth-child(2) > div:nth-child(3) p, [data-layout-name="membership-commitment-section"] > div:nth-child(2) > div:nth-child(3) p {
    margin-left: -10px; } }

@media (max-width: 1024px) {
  [data-layout-name="commitment-section"] > div:nth-child(2) > div:nth-child(3) p, [data-layout-name="returns-commitment-section"] > div:nth-child(2) > div:nth-child(3) p, [data-layout-name="membership-commitment-section"] > div:nth-child(2) > div:nth-child(3) p {
    font-size: 18px;
    line-height: 28px; } }

@media (max-width: 1024px) {
  [data-layout-name="commitment-section"] > div:nth-child(3), [data-layout-name="returns-commitment-section"] > div:nth-child(3), [data-layout-name="membership-commitment-section"] > div:nth-child(3) {
    padding: 0; } }

@media (max-width: 1024px) {
  [data-layout-name="returns-banner"] > div,
  [data-layout-name="membership-banner"] > div {
    padding: 50px 20px; } }

@media (max-width: 1024px) {
  [data-layout-name="returns-banner"] > div > div:nth-child(4) p,
  [data-layout-name="membership-banner"] > div > div:nth-child(4) p {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 0; } }

@media (max-width: 1024px) {
  [data-layout-name="returns-banner"] > div > div:nth-child(5) p,
  [data-layout-name="membership-banner"] > div > div:nth-child(5) p {
    font-size: 18px;
    line-height: 28px; } }

@media (max-width: 1024px) {
  [data-layout-name="return-policy-section"] > div {
    padding: 0 20px; } }

@media (max-width: 1024px) {
  [data-layout-name="return-policy-section"] > div > div:nth-child(2) p {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 0; } }

@media (max-width: 1024px) {
  [data-layout-name="return-policy-section"] > div > div:nth-child(3) p {
    font-size: 18px;
    line-height: 28px; } }

@media (max-width: 1024px) {
  [data-layout-name="return-policy-section-2"] > div,
  [data-layout-name="membership-section"] > div,
  [data-layout-name="membership-section2"] > div,
  [data-layout-name="membership-section3"] > div {
    padding: 0 20px; } }

@media (max-width: 1024px) {
  [data-layout-name="return-policy-section-2"] > div > div:nth-child(2) p, [data-layout-name="return-policy-section-2"] > div > div:nth-child(4) p, [data-layout-name="return-policy-section-2"] > div > div:nth-child(6) p,
  [data-layout-name="membership-section"] > div > div:nth-child(2) p,
  [data-layout-name="membership-section"] > div > div:nth-child(4) p,
  [data-layout-name="membership-section"] > div > div:nth-child(6) p,
  [data-layout-name="membership-section2"] > div > div:nth-child(2) p,
  [data-layout-name="membership-section2"] > div > div:nth-child(4) p,
  [data-layout-name="membership-section2"] > div > div:nth-child(6) p,
  [data-layout-name="membership-section3"] > div > div:nth-child(2) p,
  [data-layout-name="membership-section3"] > div > div:nth-child(4) p,
  [data-layout-name="membership-section3"] > div > div:nth-child(6) p {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0; } }

@media (max-width: 1024px) {
  [data-layout-name="return-policy-section-2"] > div > div:nth-child(3) p, [data-layout-name="return-policy-section-2"] > div > div:nth-child(5) p, [data-layout-name="return-policy-section-2"] > div > div:nth-child(7) p,
  [data-layout-name="membership-section"] > div > div:nth-child(3) p,
  [data-layout-name="membership-section"] > div > div:nth-child(5) p,
  [data-layout-name="membership-section"] > div > div:nth-child(7) p,
  [data-layout-name="membership-section2"] > div > div:nth-child(3) p,
  [data-layout-name="membership-section2"] > div > div:nth-child(5) p,
  [data-layout-name="membership-section2"] > div > div:nth-child(7) p,
  [data-layout-name="membership-section3"] > div > div:nth-child(3) p,
  [data-layout-name="membership-section3"] > div > div:nth-child(5) p,
  [data-layout-name="membership-section3"] > div > div:nth-child(7) p {
    font-size: 18px;
    line-height: 28px; } }

[data-layout-name="Billing-Purchases-Section"] > div {
  max-width: 1185px !important;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    [data-layout-name="Billing-Purchases-Section"] > div {
      padding: 0 20px;
      max-width: 100% !important; } }
  @media (max-width: 1024px) {
    [data-layout-name="Billing-Purchases-Section"] > div p {
      word-break: break-word; } }
  [data-layout-name="Billing-Purchases-Section"] > div p a {
    color: #10ae4b;
    text-decoration: underline; }
  @media (max-width: 1024px) {
    [data-layout-name="Billing-Purchases-Section"] > div ul {
      margin-left: 20px; } }
  [data-layout-name="Billing-Purchases-Section"] > div ul li {
    margin-bottom: 15px; }
    @media (max-width: 1024px) {
      [data-layout-name="Billing-Purchases-Section"] > div ul li {
        font-size: 18px;
        line-height: 28px; } }
  @media (max-width: 1024px) {
    [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(2) p,
    [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(14) p,
    [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(22) p,
    [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(30) p,
    [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(38) p {
      font-size: 45px;
      line-height: 60px;
      margin-bottom: 30px; } }
  @media (max-width: 1024px) {
    [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(6) p,
    [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(9) p,
    [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(12) p,
    [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(17) p,
    [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(20) p,
    [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(25) p,
    [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(28) p,
    [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(33) p,
    [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(36) p,
    [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(40) p {
      font-size: 18px;
      line-height: 28px; } }

@media (max-width: 1024px) {
  [data-layout-name="Billing-Purchases-Section"] > div > div:nth-child(38) p {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 0; } }

[data-layout-name="img-border"] {
  height: 12px;
  margin-bottom: -7px; }
  @media (max-width: 1024px) {
    [data-layout-name="img-border"] {
      height: 8px; } }
  [data-layout-name="img-border"] > div {
    height: 12px; }
    @media (max-width: 1024px) {
      [data-layout-name="img-border"] > div {
        height: 8px; } }
    [data-layout-name="img-border"] > div:after {
      background-size: cover !important; }

[data-layout-name="banner-tech-support"] {
  position: relative;
  padding: 80px 0; }
  [data-layout-name="banner-tech-support"] > div {
    max-width: 1185px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      [data-layout-name="banner-tech-support"] > div {
        padding: 0 20px; } }
    [data-layout-name="banner-tech-support"] > div ul.page-Nav {
      margin-bottom: 50px; }
      [data-layout-name="banner-tech-support"] > div ul.page-Nav li {
        padding: 0 10px;
        font-size: 22px;
        font-weight: 500; }
        [data-layout-name="banner-tech-support"] > div ul.page-Nav li a {
          font-size: 22px;
          font-weight: 500; }
    @media (max-width: 1024px) {
      [data-layout-name="banner-tech-support"] > div > div:nth-child(4) p, [data-layout-name="banner-tech-support"] > div > div:nth-child(6) p {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 0; } }
    @media (max-width: 1024px) {
      [data-layout-name="banner-tech-support"] > div > div:nth-child(5) p, [data-layout-name="banner-tech-support"] > div > div:nth-child(7) p {
        font-size: 18px;
        line-height: 28px; } }
    @media (max-width: 1024px) {
      [data-layout-name="banner-tech-support"] > div > div:nth-child(5) p strong, [data-layout-name="banner-tech-support"] > div > div:nth-child(7) p strong {
        font-size: 18px;
        line-height: 28px; } }
    @media (max-width: 1024px) {
      [data-layout-name="banner-tech-support"] > div > div:nth-child(8) div {
        font-size: 18px;
        line-height: 28px; } }
    @media (max-width: 1024px) {
      [data-layout-name="banner-tech-support"] > div ul li {
        font-size: 18px;
        line-height: 28px; } }

[data-layout-name="banner-tech-support"] > div > div:nth-child(6), [data-layout-name="banner-tech-support"] > div > div:nth-child(7), [data-layout-name="banner-tech-support"] > div > div:nth-child(8), [data-layout-name="banner-tech-support"] > div > div:nth-child(9) {
  margin-left: 15vw; }
  @media (max-width: 1024px) {
    [data-layout-name="banner-tech-support"] > div > div:nth-child(6), [data-layout-name="banner-tech-support"] > div > div:nth-child(7), [data-layout-name="banner-tech-support"] > div > div:nth-child(8), [data-layout-name="banner-tech-support"] > div > div:nth-child(9) {
      margin-left: 0; } }

[data-layout-name="banner-tech-support"]:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22vw;
  height: 35vw;
  background-image: url("https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/img-4441-1-1-2-.png");
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media (max-width: 1024px) {
    [data-layout-name="banner-tech-support"]:before {
      display: none; } }

[data-layout-name="request-tech-support"] > div {
  max-width: 986px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    [data-layout-name="request-tech-support"] > div {
      padding: 0 20px; } }
  @media (max-width: 1024px) {
    [data-layout-name="request-tech-support"] > div > div:nth-child(2) p {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 0; } }
  @media (max-width: 1024px) {
    [data-layout-name="request-tech-support"] > div > div:nth-child(3) p {
      font-size: 18px;
      line-height: 28px; } }
  @media (max-width: 1024px) {
    [data-layout-name="request-tech-support"] > div > div:nth-child(3) p strong {
      font-size: 18px;
      line-height: 28px; } }

[data-layout-name="Faq-footer-banner"], [data-layout-name="commitment-section"], [data-layout-name="returns-commitment-section"], [data-layout-name="membership-commitment-section"] {
  margin-bottom: -10px; }

[data-layout-name="Faq-footer-banner"] {
  margin-bottom: -7px; }
  [data-layout-name="Faq-footer-banner"] div {
    background-size: cover !important; }
  @media (max-width: 1024px) {
    [data-layout-name="Faq-footer-banner"] > div > div:nth-child(2) > div:nth-child(2) > div {
      height: 185px !important; } }

[data-layout-name="commitment-section"],
[data-layout-name="returns-commitment-section"],
[data-layout-name="membership-commitment-section"],
[data-layout-name="membership-commitment-section"],
[data-layout-name="warranty-commitment-section"] {
  position: unset !important;
  max-width: 1185px;
  margin: 0 auto; }
  [data-layout-name="commitment-section"] > div,
  [data-layout-name="returns-commitment-section"] > div,
  [data-layout-name="membership-commitment-section"] > div,
  [data-layout-name="membership-commitment-section"] > div,
  [data-layout-name="warranty-commitment-section"] > div {
    max-width: 100% !important;
    padding-left: 10.5px;
    margin: 0; }
  [data-layout-name="commitment-section"] > div:nth-child(2) > div:nth-child(2) p,
  [data-layout-name="returns-commitment-section"] > div:nth-child(2) > div:nth-child(2) p,
  [data-layout-name="membership-commitment-section"] > div:nth-child(2) > div:nth-child(2) p,
  [data-layout-name="membership-commitment-section"] > div:nth-child(2) > div:nth-child(2) p,
  [data-layout-name="warranty-commitment-section"] > div:nth-child(2) > div:nth-child(2) p {
    margin-top: 60px; }
    @media (max-width: 1024px) {
      [data-layout-name="commitment-section"] > div:nth-child(2) > div:nth-child(2) p,
      [data-layout-name="returns-commitment-section"] > div:nth-child(2) > div:nth-child(2) p,
      [data-layout-name="membership-commitment-section"] > div:nth-child(2) > div:nth-child(2) p,
      [data-layout-name="membership-commitment-section"] > div:nth-child(2) > div:nth-child(2) p,
      [data-layout-name="warranty-commitment-section"] > div:nth-child(2) > div:nth-child(2) p {
        margin-top: 0; } }
  [data-layout-name="commitment-section"] > div:nth-child(2) > div:nth-child(3) p,
  [data-layout-name="returns-commitment-section"] > div:nth-child(2) > div:nth-child(3) p,
  [data-layout-name="membership-commitment-section"] > div:nth-child(2) > div:nth-child(3) p,
  [data-layout-name="membership-commitment-section"] > div:nth-child(2) > div:nth-child(3) p,
  [data-layout-name="warranty-commitment-section"] > div:nth-child(2) > div:nth-child(3) p {
    margin-bottom: 60px; }
    @media (max-width: 1024px) {
      [data-layout-name="commitment-section"] > div:nth-child(2) > div:nth-child(3) p,
      [data-layout-name="returns-commitment-section"] > div:nth-child(2) > div:nth-child(3) p,
      [data-layout-name="membership-commitment-section"] > div:nth-child(2) > div:nth-child(3) p,
      [data-layout-name="membership-commitment-section"] > div:nth-child(2) > div:nth-child(3) p,
      [data-layout-name="warranty-commitment-section"] > div:nth-child(2) > div:nth-child(3) p {
        margin-bottom: 0; } }
  [data-layout-name="commitment-section"] > div:nth-child(3),
  [data-layout-name="returns-commitment-section"] > div:nth-child(3),
  [data-layout-name="membership-commitment-section"] > div:nth-child(3),
  [data-layout-name="membership-commitment-section"] > div:nth-child(3),
  [data-layout-name="warranty-commitment-section"] > div:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    transform: scale(1);
    transform-origin: 100% 100%;
    padding-right: 0; }
    @media (max-width: 1024px) {
      [data-layout-name="commitment-section"] > div:nth-child(3),
      [data-layout-name="returns-commitment-section"] > div:nth-child(3),
      [data-layout-name="membership-commitment-section"] > div:nth-child(3),
      [data-layout-name="membership-commitment-section"] > div:nth-child(3),
      [data-layout-name="warranty-commitment-section"] > div:nth-child(3) {
        position: relative;
        transform: none; } }

[data-layout-name="warranty-commitment-section"] > div:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  transform: scale(0.9);
  transform-origin: 100% 100%;
  padding-right: 0; }
  @media (max-width: 1024px) {
    [data-layout-name="warranty-commitment-section"] > div:nth-child(3) {
      position: relative;
      transform: none; } }

[data-layout-name="membership-section"] {
  padding: 100px 0; }
  @media (max-width: 1024px) {
    [data-layout-name="membership-section"] {
      padding: 50px 0; } }

[data-layout-name="membership-section2"], [data-layout-name="membership-section3"] {
  padding-bottom: 100px; }
  @media (max-width: 1024px) {
    [data-layout-name="membership-section2"], [data-layout-name="membership-section3"] {
      padding-bottom: 50px; } }

[data-layout-name="membership-section"] > div > div:nth-child(5) {
  margin-top: 100px; }
  @media (max-width: 1024px) {
    [data-layout-name="membership-section"] > div > div:nth-child(5) {
      margin-top: 50px; } }

[data-layout-name="membership-section2"] > div > div:nth-child(6) {
  margin-top: 100px; }
  @media (max-width: 1024px) {
    [data-layout-name="membership-section2"] > div > div:nth-child(6) {
      margin-top: 50px; } }

.bcm-page-builder [data-content-region="page_builder_content"] > div {
  position: relative !important; }

.cms_main_content .page-Nav li {
  color: #fff; }

.header .header-signin a p {
  line-height: 20px; }

.header .header-signin a:first-child {
  margin-right: 10px; }

.navPages-list-simple li.navPages-item .dropdownMob:before {
  display: none; }

.navPages ul.cat-Menu-toggle .navBar-section-mob {
  position: relative;
  top: auto;
  margin: 0;
  float: none;
  padding-left: 45px; }

.navPages ul.cat-Menu-toggle .navBar-section-mob li {
  border: 0;
  padding: 0; }

.navPages ul.cat-Menu-toggle .navBar-section-mob li a {
  color: #3a3a3a;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding: 10px 0; }

.active-dr-menu {
  color: #10ae4b; }

.error-border {
  border: 1px solid #cc4749 !important;
  background-image: none; }

.form-prefixPostfix .form-input {
  margin-right: 10px !important; }

.form-prefixPostfix .button {
  line-height: 11px;
  border-radius: 5px !important; }

.backtoschoolBanner {
  background: #10ae4b;
  background-image: url("https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/back-to-school-bg.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .backtoschoolBanner {
      flex-wrap: wrap; } }
  .backtoschoolBanner .container {
    padding: 130px 0; }
    @media (max-width: 1024px) {
      .backtoschoolBanner .container {
        padding: 40px 30px; } }
    .backtoschoolBanner .container .content {
      max-width: 825px;
      text-align: left; }
      @media (max-width: 1024px) {
        .backtoschoolBanner .container .content {
          max-width: 100%; } }
      .backtoschoolBanner .container .content .title {
        margin-bottom: 50px; }
        .backtoschoolBanner .container .content .title h1 {
          position: relative;
          max-width: 600px;
          font-weight: 700;
          font-size: 75px;
          line-height: 74px;
          text-align: left;
          z-index: 5; }
          @media (max-width: 1024px) {
            .backtoschoolBanner .container .content .title h1 {
              max-width: 100%;
              font-size: 35px;
              line-height: 40px; } }
          .backtoschoolBanner .container .content .title h1:before {
            position: absolute;
            content: '';
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 17px;
            background: #88D124;
            z-index: -1; }
            @media (max-width: 1024px) {
              .backtoschoolBanner .container .content .title h1:before {
                height: 10px; } }
      .backtoschoolBanner .container .content p {
        font-size: 18px;
        line-height: 23px;
        font-weight: 500;
        text-align: left; }
        @media (max-width: 1024px) {
          .backtoschoolBanner .container .content p {
            font-size: 16px; } }
  .backtoschoolBanner .thumb {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    padding-top: 130px; }
    @media (max-width: 1024px) {
      .backtoschoolBanner .thumb {
        position: relative;
        width: 100%;
        padding-top: 0; } }
    .backtoschoolBanner .thumb img {
      width: auto;
      height: 100%; }
      @media (max-width: 1024px) {
        .backtoschoolBanner .thumb img {
          width: 100%;
          height: 100%;
          object-fit: contain; } }

.product .rating--small {
  margin-top: 20px;
  display: block;
  text-align: center; }

.review-tab-ratings {
  text-align: left !important; }

#checkout-app .customerEmail-body .form-field:last-child {
  width: 170% !important; }

.tt-heroCarousel .heroCarousel.slick-initialized {
  margin-bottom: 0 !important; }

.hotspotSec {
  width: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }
  .hotspotSec .inner {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 50px; }
    @media (max-width: 992px) {
      .hotspotSec .inner {
        flex-wrap: wrap;
        margin-top: 0; } }
  .hotspotSec .leftThumb {
    width: 33vw;
    height: 100%; }
    @media (max-width: 1440px) {
      .hotspotSec .leftThumb {
        width: 46vw;
        height: 100%; } }
    @media (max-width: 992px) {
      .hotspotSec .leftThumb {
        width: 100%;
        display: none; } }
    .hotspotSec .leftThumb img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: bottom; }
      @media (max-width: 1366px) {
        .hotspotSec .leftThumb img {
          height: auto; } }
  .hotspotSec .rightContent {
    width: 67vw;
    padding: 0 15vw 100px 0;
    text-align: left;
    float: right; }
    @media (max-width: 1440px) {
      .hotspotSec .rightContent {
        width: 54vw;
        padding: 0 80px 100px 0;
        text-align: left;
        float: right; } }
    @media (max-width: 992px) {
      .hotspotSec .rightContent {
        width: 100%;
        padding: 50px 20px;
        text-align: center; } }
    .hotspotSec .rightContent h4 {
      font-size: 38px;
      color: #fff;
      font-weight: 700;
      margin: 0 0 5px;
      line-height: 48px; }
      @media (max-width: 992px) {
        .hotspotSec .rightContent h4 {
          font-size: 34px; } }
    .hotspotSec .rightContent h2 {
      font-size: 60px;
      color: #fff;
      font-weight: 700;
      margin: 0 0 10px; }
      @media (max-width: 992px) {
        .hotspotSec .rightContent h2 {
          margin: 20px 0 30px;
          font-size: 50px;
          line-height: 55px; } }
    .hotspotSec .rightContent p {
      font-size: 18px;
      color: #fff;
      font-weight: 500;
      margin: 0 0 30px; }
    .hotspotSec .rightContent .btn {
      display: inline-block;
      background: #fff;
      border: 0;
      border-radius: 10px;
      width: 260px;
      height: 60px;
      font-weight: 700;
      line-height: 60px;
      font-size: 24px;
      text-align: center;
      color: #3a3a3a;
      margin: 0 0 40px 0; }
      .hotspotSec .rightContent .btn:hover {
        background-color: #10AE4B;
        color: #fff; }
    .hotspotSec .rightContent .iconList {
      margin: 0;
      padding: 50px 40px;
      background: #fff;
      border-radius: 23px;
      box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.15); }
      @media (max-width: 992px) {
        .hotspotSec .rightContent .iconList {
          padding: 40px; } }
      .hotspotSec .rightContent .iconList li {
        position: relative;
        display: flex;
        align-items: flex-start;
        list-style: none;
        padding-bottom: 30px;
        margin-bottom: 30px; }
        @media (max-width: 992px) {
          .hotspotSec .rightContent .iconList li {
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding-bottom: 25px;
            margin-bottom: 25px; } }
        .hotspotSec .rightContent .iconList li:before {
          position: absolute;
          content: '';
          bottom: 0;
          height: 2px;
          width: 100%;
          background-image: url("https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/line.png");
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: bottom center; }
        .hotspotSec .rightContent .iconList li:last-child {
          padding: 0;
          margin: 0; }
          .hotspotSec .rightContent .iconList li:last-child:before {
            display: none; }
        .hotspotSec .rightContent .iconList li:nth-child(3) {
          margin: 0; }
          .hotspotSec .rightContent .iconList li:nth-child(3):before {
            display: none; }
        .hotspotSec .rightContent .iconList li img {
          width: 35px;
          height: auto; }
          @media (max-width: 992px) {
            .hotspotSec .rightContent .iconList li img {
              margin-bottom: 15px; } }
        .hotspotSec .rightContent .iconList li .text {
          width: calc(100% - 50px);
          padding-left: 30px; }
          @media (max-width: 992px) {
            .hotspotSec .rightContent .iconList li .text {
              width: 100%;
              padding: 0; } }
          .hotspotSec .rightContent .iconList li .text h3 {
            font-size: 28px;
            color: #3A3A3A;
            font-weight: 500;
            margin: 0 0 10px;
            line-height: 30px; }
            @media (max-width: 992px) {
              .hotspotSec .rightContent .iconList li .text h3 {
                margin-bottom: 20px; } }
          .hotspotSec .rightContent .iconList li .text p {
            font-size: 16px;
            color: #3A3A3A;
            font-weight: 400;
            margin: 0; }
        .hotspotSec .rightContent .iconList li.btn-sec {
          border: 0; }
          .hotspotSec .rightContent .iconList li.btn-sec a {
            margin-bottom: 0; }
            .hotspotSec .rightContent .iconList li.btn-sec a:first-child {
              background: #10AE4B;
              color: #fff;
              margin-right: 15px; }
              @media (max-width: 1024px) {
                .hotspotSec .rightContent .iconList li.btn-sec a:first-child {
                  margin-right: 0;
                  margin-bottom: 15px; } }
              .hotspotSec .rightContent .iconList li.btn-sec a:first-child:hover {
                background: #10909B; }
            .hotspotSec .rightContent .iconList li.btn-sec a:last-child {
              background: #10909B;
              color: #fff; }
              .hotspotSec .rightContent .iconList li.btn-sec a:last-child:hover {
                background: #10AE4B; }
    .hotspotSec .rightContent .iconList2 {
      margin: 50px 0 30px;
      padding: 0; }
      .hotspotSec .rightContent .iconList2 li {
        position: relative;
        display: flex;
        align-items: flex-start;
        list-style: none;
        padding-bottom: 25px;
        margin-bottom: 25px; }
        .hotspotSec .rightContent .iconList2 li:last-child {
          padding: 0;
          margin: 0; }
        .hotspotSec .rightContent .iconList2 li img {
          width: 35px;
          height: auto; }
        .hotspotSec .rightContent .iconList2 li .text {
          width: calc(100% - 50px);
          padding-left: 30px; }
          @media (max-width: 992px) {
            .hotspotSec .rightContent .iconList2 li .text {
              text-align: left;
              padding-left: 20px; } }
          .hotspotSec .rightContent .iconList2 li .text h3 {
            font-size: 32px;
            color: #fff;
            font-weight: 500;
            margin: 0 0 15px;
            line-height: 30px; }
          .hotspotSec .rightContent .iconList2 li .text p {
            font-size: 20px;
            color: #fff;
            line-height: 25px;
            font-weight: 400;
            margin: 0; }
            @media (max-width: 992px) {
              .hotspotSec .rightContent .iconList2 li .text p {
                font-size: 19px; } }
            .hotspotSec .rightContent .iconList2 li .text p a {
              color: #fff;
              text-decoration: underline; }
    .hotspotSec .rightContent .for-phone {
      width: 115%; }
      .hotspotSec .rightContent .for-phone img {
        margin-left: -40px; }

#consent-manager .css-10z1g2q {
  padding: 10px; }
  #consent-manager .css-10z1g2q > div {
    flex-flow: nowrap;
    align-items: center; }

@media (max-width: 551px) {
  .productView-options .form-label {
    display: flex !important; } }

.previewCart .productView-price {
  font-size: 20px !important;
  font-weight: bold !important; }

.form-checkbox,
.form-radio {
  position: relative;
  opacity: 0; }

@media (max-width: 430px) {
  .card-body .card-text .price-section .price {
    font-size: 17px; } }

@media (max-width: 411px) {
  .card-body .card-text .price-section .price {
    font-size: 14px; } }

.internet_offer {
  display: table;
  border: 1px dashed #10ae4b;
  background: #e5f3ea;
  border-radius: 10px;
  padding: 8px 12px;
  margin-bottom: 10px; }

.internet_offer p {
  margin: 0;
  color: #10ae4b; }

@media (max-width: 991px) {
  .navPage-subMenu-list.grid-3 {
    padding: 0;
    padding-bottom: 10px; } }

#consent-manager {
  top: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  transform: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  box-shadow: none;
  width: 100% !important;
  margin-top: 0 !important; }

#consent-manager > div {
  display: flex;
  justify-content: center;
  align-items: center; }

#consent-manager > div > div {
  width: 100% !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.65) !important;
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center; }

#consent-manager > div > div > div {
  background-color: #fff !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 40px 30px !important;
  border-radius: 12px;
  width: 40%;
  margin: 0 auto; }

#consent-manager p {
  color: #000 !important; }

#consent-manager h2 {
  margin-bottom: 10px; }

#consent-manager button {
  border: 1px solid #4CAF50;
  background: none;
  color: #4CAF50;
  transition: all 0.3s; }

#consent-manager button:last-child {
  background: #4CAF50;
  color: #fff; }

#consent-manager button:hover {
  background-color: #45a049;
  color: #fff; }

#consent-manager > div > div > div > div:first-child {
  margin-top: 0 !important; }

#consent-manager > div > div > div > div:nth-child(2) button {
  margin: 0 10px 0 0 !important; }

body.Service .page-content {
  position: relative; }

body.Service .page-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 180px;
  background-image: url("https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/tos-bg.png");
  background-size: 100% !important;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; }

@media (max-width: 1024px) {
  #consent-manager > div > div > div {
    width: 85%; }
  #consent-manager > div > div > div > div:nth-child(2) {
    justify-content: start;
    margin: 15px 0 0;
    flex-wrap: wrap; }
  #consent-manager > div > div > div > div:nth-child(2) button {
    margin: 0 6px 6px 0 !important; }
  body.Service .page-content:after {
    background-size: cover !important;
    height: 100px; } }

.tt-heroCarousel .heroCarousel a,
.productCarousel .slick-slide,
.allcategories .subcategories-carousel .slick-slide {
  height: auto; }

.section-1 {
  background-image: url("https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/sec-1-bg.png");
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-bottom: 50px; }
  .section-1 .top-banner-sec {
    padding-top: 15px; }
    @media (max-width: 1024px) {
      .section-1 .top-banner-sec {
        padding-top: 40px; } }
    .section-1 .top-banner-sec .innerr {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 1024px) {
        .section-1 .top-banner-sec .innerr {
          flex-direction: column-reverse; } }
    .section-1 .top-banner-sec .thumb {
      width: 40%; }
      @media (max-width: 1024px) {
        .section-1 .top-banner-sec .thumb {
          width: 100%; } }
      .section-1 .top-banner-sec .thumb img {
        width: 100%;
        height: auto; }
    .section-1 .top-banner-sec .text {
      width: calc(100% - 40%);
      padding-left: 50px;
      text-align: center; }
      @media (max-width: 1024px) {
        .section-1 .top-banner-sec .text {
          width: 100%;
          margin-bottom: 30px;
          padding-left: 0; } }
      .section-1 .top-banner-sec .text h1 {
        font-size: 58px;
        font-weight: 700;
        line-height: 60px;
        color: #fff;
        margin: 0 50px;
        text-align: center;
        max-width: 600px; }
        @media (max-width: 1024px) {
          .section-1 .top-banner-sec .text h1 {
            font-size: 40px;
            line-height: 45px;
            margin: 0 auto; } }
        .section-1 .top-banner-sec .text h1 span {
          color: #F2F317;
          font-style: italic; }
  .section-1 .tt-new .inner {
    background: #fff;
    border-radius: 35px;
    padding: 50px; }
    @media (max-width: 1024px) {
      .section-1 .tt-new .inner {
        padding: 30px 20px; } }
    .section-1 .tt-new .inner .productCarousel-slide .card {
      margin-top: 10px; }
  .section-1 .tt-new .buttonLink > a {
    text-decoration: none;
    background-color: #10ae4b;
    border: 1px solid #10ae4b;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    font-family: inherit;
    font-weight: 600;
    padding: 8px 24px;
    margin: 0px;
    text-align: center;
    cursor: pointer; }
    .section-1 .tt-new .buttonLink > a:hover {
      background-color: #444;
      border-color: #444;
      color: #fff; }

[data-content-region="shop_all_devices_button"] {
  margin-bottom: 100px; }
  @media (max-width: 1024px) {
    [data-content-region="shop_all_devices_button"] {
      margin-bottom: 50px; } }

.klarna-info-banner {
  background-color: #10ae4b;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0px; }
  @media (max-width: 991px) {
    .klarna-info-banner {
      background-color: #3a3a3a !important; } }

.terms-link {
  color: #10ae4b !important;
  font-weight: 500; }

.productView-image .easyzoom-flyout img {
  left: 0; }

.deal-ad-banner {
  background: #FF6F61;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px; }
  @media (max-width: 1024px) {
    .deal-ad-banner {
      flex-direction: column;
      margin: 30px 0; } }
  .deal-ad-banner .img1 {
    position: relative;
    width: auto;
    height: 265px;
    margin-top: -45px;
    left: 40px; }
    @media (max-width: 1024px) {
      .deal-ad-banner .img1 {
        height: 180px;
        margin-top: 0;
        left: 0;
        order: 3; } }
  .deal-ad-banner .img2 {
    position: relative;
    width: auto;
    height: 220px;
    right: 40px; }
    @media (max-width: 1024px) {
      .deal-ad-banner .img2 {
        height: 130px;
        right: -95px;
        top: -70px;
        order: 1;
        margin: 0; } }
  .deal-ad-banner .textt {
    text-align: center;
    padding: 0 20px; }
    @media (max-width: 1024px) {
      .deal-ad-banner .textt {
        order: 2;
        margin-top: -82px; } }
    .deal-ad-banner .textt h2 {
      font-size: 50px;
      color: #fff;
      line-height: 60px;
      font-style: italic;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 5px; }
      @media (max-width: 1024px) {
        .deal-ad-banner .textt h2 {
          font-size: 30px !important;
          line-height: 35px !important;
          margin-bottom: 10px !important; } }
    .deal-ad-banner .textt p {
      font-size: 20px;
      color: #fff;
      line-height: 30px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0; }
      @media (max-width: 1024px) {
        .deal-ad-banner .textt p {
          font-size: 18px;
          line-height: 22px; } }

@media (max-width: 767px) {
  .container {
    float: none !important; } }

.productView.franklinpage .productView-options .form-field > .form-label {
  align-items: center !important;
  font-size: 15px;
  color: #3a3a3a; }

.productView.franklinpage .productView-options .form-field > .form-label strong {
  margin-left: 4px; }

.productView.franklinpage .productView-options .form-field > .form-label span {
  font-size: 12px;
  margin-left: 5px;
  font-weight: 700; }

.productView.franklinpage .productView-options .form-field > .form-label span.totlrenthotspotoption {
  color: #9F9F9F; }

.productView.franklinpage .productView-images .thumbnail-content {
  max-width: 400px;
  margin: 50px auto 0; }
  .productView.franklinpage .productView-images .thumbnail-content h4 {
    font-size: 28px;
    color: #10909B;
    margin: 0 0 15px;
    text-align: center;
    line-height: 35px;
    font-weight: 500; }
  .productView.franklinpage .productView-images .thumbnail-content ol {
    margin: 0 0 15px 25px;
    padding: 0; }
    .productView.franklinpage .productView-images .thumbnail-content ol li {
      margin-bottom: 5px;
      font-size: 20px;
      color: #3a3a3a;
      font-weight: 700;
      text-align: left; }
      .productView.franklinpage .productView-images .thumbnail-content ol li span {
        font-weight: 400; }
  .productView.franklinpage .productView-images .thumbnail-content ul {
    margin: 0 0 15px 0;
    padding: 0; }
    .productView.franklinpage .productView-images .thumbnail-content ul li {
      margin-bottom: 10px;
      font-size: 16px;
      color: #3a3a3a;
      text-align: left;
      list-style: none;
      padding-left: 25px;
      background-image: url("https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/green-checkmark-icon.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: left; }

@media only screen and (max-width: 768px) {
  .tt-heroCarousel .heroCarousel .heroCarousel-slide .heroCarousel-content {
    background: rgba(0, 0, 0, 0.3);
    padding: 1.25rem;
    left: 5%; } }

@media only screen and (max-width: 600px) {
  .tt-heroCarousel .heroCarousel .heroCarousel-slide .heroCarousel-content .button.button--primary {
    width: 100% !important;
    min-width: 100% !important; } }

.category-list-cat-menu-bar {
  width: 100%;
  background: #3A3A3A;
  padding: 25px 0;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1024px) {
    .category-list-cat-menu-bar {
      flex-direction: column; } }
  .category-list-cat-menu-bar .btn {
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 12px 45px;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin: 0 15px;
    width: 100%;
    max-width: 216px; }
    @media (max-width: 1024px) {
      .category-list-cat-menu-bar .btn {
        margin: 7px 0; } }
    .category-list-cat-menu-bar .btn.active, .category-list-cat-menu-bar .btn:hover {
      background: #10AE4B;
      border: 1px solid #10AE4B; }

.productList {
  margin-top: 15px; }
  @media (max-width: 1024px) {
    .productList {
      margin: 15px 0 0; } }
  .productList .product {
    padding: 0 !important;
    margin: 0 0 30px !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    border-radius: 14px 14px 0 0 !important; }
    .productList .product:hover {
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.2) !important; }
    .productList .product .listItem {
      margin: 0;
      display: flex;
      align-items: center; }
      @media (max-width: 1024px) {
        .productList .product .listItem {
          flex-direction: column; } }
      .productList .product .listItem .listItem-figure {
        width: 35%;
        padding: 30px 0 30px 60px !important; }
        @media (max-width: 1024px) {
          .productList .product .listItem .listItem-figure {
            width: 100%; } }
        .productList .product .listItem .listItem-figure:after {
          display: none; }
        .productList .product .listItem .listItem-figure .inner {
          max-width: 260px; }
        .productList .product .listItem .listItem-figure .card-img-container {
          height: 250px; }
        .productList .product .listItem .listItem-figure .thumbnail {
          display: flex;
          align-items: center;
          justify-content: start;
          column-gap: 15px; }
          .productList .product .listItem .listItem-figure .thumbnail .imgg {
            position: relative;
            width: 60px;
            height: 50px;
            border: 1px solid #666;
            border-radius: 4px;
            padding: 5px;
            cursor: pointer; }
            .productList .product .listItem .listItem-figure .thumbnail .imgg img {
              width: 45px;
              height: 45px;
              object-fit: contain; }
            .productList .product .listItem .listItem-figure .thumbnail .imgg.active {
              border: 1px solid #10AE4B; }
      .productList .product .listItem .listItem-body {
        width: 65%;
        padding: 40px 30px !important; }
        @media (max-width: 1024px) {
          .productList .product .listItem .listItem-body {
            width: 100%;
            padding: 20px !important; } }
        .productList .product .listItem .listItem-body .listItem-content {
          margin-top: 0 !important; }
        .productList .product .listItem .listItem-body .listItem-details {
          padding-right: 0; }
          .productList .product .listItem .listItem-body .listItem-details .title-sec {
            position: relative;
            display: flex;
            justify-content: space-between; }
            @media (max-width: 1024px) {
              .productList .product .listItem .listItem-body .listItem-details .title-sec {
                flex-direction: column; } }
            .productList .product .listItem .listItem-body .listItem-details .title-sec .listItem-title {
              width: 70%;
              padding-right: 8px; }
              @media (max-width: 1024px) {
                .productList .product .listItem .listItem-body .listItem-details .title-sec .listItem-title {
                  width: 100%;
                  padding-right: 0; } }
              .productList .product .listItem .listItem-body .listItem-details .title-sec .listItem-title a {
                white-space: normal;
                font-size: 22px;
                font-weight: 700;
                line-height: 30px;
                color: #10909B; }
            .productList .product .listItem .listItem-body .listItem-details .title-sec .listItem-actions {
              width: 30%; }
              @media (max-width: 1024px) {
                .productList .product .listItem .listItem-body .listItem-details .title-sec .listItem-actions {
                  width: 100%; } }
              .productList .product .listItem .listItem-body .listItem-details .title-sec .listItem-actions .tt-list-price {
                margin: 0;
                text-align: right; }
                @media (max-width: 1024px) {
                  .productList .product .listItem .listItem-body .listItem-details .title-sec .listItem-actions .tt-list-price {
                    text-align: center;
                    margin-top: 20px; } }
                .productList .product .listItem .listItem-body .listItem-details .title-sec .listItem-actions .tt-list-price .price.price--withoutTax {
                  font-size: 30px;
                  line-height: 33px;
                  font-weight: 700;
                  color: #3a3a3a; }
            .productList .product .listItem .listItem-body .listItem-details .title-sec .gold-tag-price {
              position: absolute;
              bottom: -50px;
              right: -30px;
              width: auto;
              padding: 0 15px;
              height: 37px;
              background: #65B04A;
              font-size: 13px;
              line-height: 37px;
              font-weight: 700;
              color: #fff; }
              @media (max-width: 1200px) {
                .productList .product .listItem .listItem-body .listItem-details .title-sec .gold-tag-price {
                  bottom: -70px;
                  right: -22px; } }
              .productList .product .listItem .listItem-body .listItem-details .title-sec .gold-tag-price:empty {
                display: none !important; }
              .productList .product .listItem .listItem-body .listItem-details .title-sec .gold-tag-price:before {
                content: '';
                position: absolute;
                left: -36px;
                top: 0;
                height: 37px;
                width: 37px;
                background-image: url("https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/tag-before.png");
                background-size: 100%;
                background-repeat: no-repeat; }
          .productList .product .listItem .listItem-body .listItem-details .product-desc-new {
            margin-top: 75px; }
            @media (max-width: 1200px) {
              .productList .product .listItem .listItem-body .listItem-details .product-desc-new {
                margin-top: 85px; } }
            @media (max-width: 680px) {
              .productList .product .listItem .listItem-body .listItem-details .product-desc-new {
                margin-top: 45px; } }
            .productList .product .listItem .listItem-body .listItem-details .product-desc-new h2 {
              font-size: 18px;
              font-weight: 700;
              line-height: 1;
              color: #3a3a3a;
              padding-left: 20px;
              margin: 0 0 10px; }
              @media (max-width: 1024px) {
                .productList .product .listItem .listItem-body .listItem-details .product-desc-new h2 {
                  padding-left: 0; } }
            .productList .product .listItem .listItem-body .listItem-details .product-desc-new .list-details {
              padding: 15px;
              border: 1px solid #666;
              border-radius: 9px;
              margin: 0;
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between; }
              .productList .product .listItem .listItem-body .listItem-details .product-desc-new .list-details li {
                width: 49.5%;
                list-style: none;
                font-size: 13px;
                color: #3a3a3a;
                margin: 3px 0; }
                @media (max-width: 1024px) {
                  .productList .product .listItem .listItem-body .listItem-details .product-desc-new .list-details li {
                    width: 100%;
                    text-align: left; } }
          .productList .product .listItem .listItem-body .listItem-details .listItem-rating {
            margin: 5px 0 25px;
            display: flex;
            align-items: center; }
            @media (max-width: 1024px) {
              .productList .product .listItem .listItem-body .listItem-details .listItem-rating {
                justify-content: center; } }
            .productList .product .listItem .listItem-body .listItem-details .listItem-rating span.icon {
              width: 22px;
              height: 22px;
              color: #10AE4B; }
              .productList .product .listItem .listItem-body .listItem-details .listItem-rating span.icon .material-icons {
                font-size: 25px; }
            .productList .product .listItem .listItem-body .listItem-details .listItem-rating span.num {
              height: 10px;
              margin-left: 10px;
              font-size: 18px;
              line-height: 18px;
              color: #3a3a3a;
              font-weight: 400; }
    .productList .product .card-bottom {
      width: 100%;
      padding: 15px 30px;
      background: #10909B;
      display: flex;
      justify-content: end;
      align-items: center;
      column-gap: 25px; }
      @media (max-width: 1024px) {
        .productList .product .card-bottom {
          column-gap: 0;
          row-gap: 20px;
          flex-direction: column; } }
      .productList .product .card-bottom .btn-more {
        padding: 0 20px;
        height: 30px;
        border: 1px solid #fff;
        border-radius: 6px !important;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        line-height: 30px; }
        .productList .product .card-bottom .btn-more:hover {
          background: #10AE4B;
          border: 1px solid #10AE4B; }
      .productList .product .card-bottom .tt-compare {
        width: auto;
        margin: 0;
        display: flex;
        height: auto;
        align-items: center;
        border-radius: 0;
        cursor: pointer;
        background: transparent;
        padding: 0;
        font-size: 13px;
        font-weight: 700;
        color: #fff; }
        .productList .product .card-bottom .tt-compare:before {
          content: '';
          width: 22px;
          height: 22px;
          background: #fff;
          margin-right: 8px;
          position: relative; }
        .productList .product .card-bottom .tt-compare:after {
          display: none;
          content: '';
          position: absolute;
          top: 7px;
          left: 5px;
          border: solid #10AE4B;
          transform: rotate(-45deg);
          border-width: 0 0 2.5px 2.5px !important;
          height: 7px;
          width: 11px;
          opacity: 1;
          border-radius: 0 !important;
          background: transparent; }
        .productList .product .card-bottom .tt-compare .tt-comparecheck {
          display: none;
          width: 22px;
          height: 22px;
          margin-right: 8px;
          background: #fff; }
        .productList .product .card-bottom .tt-compare:has(> .tt-comparecheck:checked):after {
          display: block; }
      .productList .product .card-bottom .list-cart-btn {
        margin-right: 0; }
        @media (max-width: 1024px) {
          .productList .product .card-bottom .list-cart-btn {
            width: auto; } }
        .productList .product .card-bottom .list-cart-btn a {
          padding: 0 25px;
          background: #F2F317;
          height: 30px;
          border: 0;
          border-radius: 6px !important;
          font-size: 14px;
          font-weight: 700;
          line-height: 30px;
          color: #3a3a3a;
          border: 1px solid #F2F317;
          display: flex;
          align-items: center; }
          .productList .product .card-bottom .list-cart-btn a:after {
            display: none; }
          .productList .product .card-bottom .list-cart-btn a .material-icons {
            display: none; }
          .productList .product .card-bottom .list-cart-btn a:hover {
            background: #10AE4B;
            border: 1px solid #10AE4B;
            color: #fff; }

.navUser-item--compare {
  margin-right: 10px !important; }
  .navUser-item--compare .material-icons {
    width: 30px;
    height: 30px;
    font-size: 28px;
    line-height: 1; }

.sidebarBlock-heading {
  width: calc(100% - 10px);
  margin: 5px !important;
  padding: 12px 15px 10px !important; }

.productView-description .tabs-contents #tab-description h2 {
  font-size: 35px;
  font-weight: 700;
  color: #10AE4B;
  margin: 50px 0 30px; }
  @media (max-width: 1024px) {
    .productView-description .tabs-contents #tab-description h2 {
      font-size: 25px;
      line-height: 30px; } }
  .productView-description .tabs-contents #tab-description h2 img.title-icon {
    display: inline;
    width: 60px;
    height: auto;
    margin-right: 10px; }

.productView-description .tabs-contents #tab-description p {
  font-size: 18px;
  color: #3A3A3A;
  font-weight: 400;
  line-height: 30px; }

.productView-description .tabs-contents #tab-description ul li {
  font-size: 20px;
  color: #3A3A3A;
  font-weight: 400;
  line-height: 30px; }

.productView-description .tabs-contents #tab-description .more-help .text {
  padding-left: 80px; }
  @media (max-width: 1024px) {
    .productView-description .tabs-contents #tab-description .more-help .text {
      padding-left: 0; } }

.productView-description .tabs-contents #pdp-faq {
  border: 0; }
  .productView-description .tabs-contents #pdp-faq .accordion-item {
    border: 1px solid #A7A7A7;
    margin: 0 0 20px; }
    @media (max-width: 1024px) {
      .productView-description .tabs-contents #pdp-faq .accordion-item {
        margin: 0 0 10px; } }
    .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-header {
      margin: 0;
      line-height: 1; }
      .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-header .accordion-button {
        position: relative;
        font-size: 25px;
        color: #10909B;
        font-weight: 700;
        line-height: 30px;
        margin: 0;
        padding: 23px 28px;
        width: 100%;
        display: flex;
        align-items: center; }
        @media (max-width: 1024px) {
          .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-header .accordion-button {
            padding: 15px 40px 15px 12px;
            font-size: 18px;
            line-height: 20px;
            text-align: left; } }
        .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-header .accordion-button:after {
          content: '';
          width: 40px;
          height: 40px;
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          background-image: url("https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/close-item-iconn.png");
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: 100%; }
          @media (max-width: 1024px) {
            .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-header .accordion-button:after {
              width: 25px;
              height: 25px;
              right: 10px; } }
        .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-header .accordion-button span {
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 40px;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background: #88d124;
          background: linear-gradient(90deg, #88d124 0%, #45b55e 33%, #0c9d91 100%);
          margin-right: 15px;
          font-size: 24px;
          font-weight: 700;
          color: #fff;
          line-height: 1; }
          @media (max-width: 1024px) {
            .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-header .accordion-button span {
              min-width: 30px;
              width: 30px;
              height: 30px;
              margin-right: 10px;
              font-size: 16px; } }
        .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
          background-image: url("https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/open-item-iconn.png");
          background-position: 50% 50%; }
    .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse {
      display: none; }
      .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse.show {
        display: block; }
      .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body {
        padding: 0 50px 25px; }
        @media (max-width: 1024px) {
          .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body {
            padding: 0 20px 20px; } }
        .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body h4 {
          font-size: 20px;
          font-weight: 700;
          color: #3A3A3A;
          margin: 0 0 10px; }
          @media (max-width: 1024px) {
            .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body h4 {
              font-size: 15px;
              line-height: 18px; } }
        .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body p {
          font-size: 18px;
          color: #3A3A3A;
          font-weight: 400;
          line-height: 24px; }
          @media (max-width: 1024px) {
            .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body p {
              font-size: 15px;
              line-height: 20px; } }
        .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body ul {
          margin-left: 25px; }
          .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body ul li {
            font-size: 18px;
            color: #3A3A3A;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 5px; }
            @media (max-width: 1024px) {
              .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body ul li {
                font-size: 15px;
                line-height: 20px; } }
        .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body table {
          margin-bottom: 25px; }
          .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body table thead th {
            background: #0C9D91;
            color: #fff;
            font-weight: 700; }
            .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body table thead th:last-child {
              background: #10AE4B; }
          .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body table td, .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body table th {
            padding: 15px 30px;
            border: 1px solid #BCBCBC;
            font-size: 22px;
            color: #3a3a3a;
            font-weight: 400;
            text-align: center; }
            @media (max-width: 1024px) {
              .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body table td, .productView-description .tabs-contents #pdp-faq .accordion-item .accordion-collapse .accordion-body table th {
                font-size: 18px;
                line-height: 20px; } }

.icon-list-box {
  padding: 40px 65px;
  border: 1px solid #10909B; }
  @media (max-width: 1024px) {
    .icon-list-box {
      padding: 20px; } }
  .icon-list-box h3 {
    font-size: 35px;
    font-weight: 700;
    color: #10909B;
    line-height: 40px;
    margin: 0 0 35px !important; }
    @media (max-width: 1024px) {
      .icon-list-box h3 {
        font-size: 30px; } }
  .icon-list-box .item {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 25px; }
    @media (max-width: 1024px) {
      .icon-list-box .item {
        flex-direction: column;
        margin-bottom: 40px; } }
    .icon-list-box .item:last-child {
      margin-bottom: 0; }
    .icon-list-box .item .icon {
      display: block;
      width: 70px; }
      @media (max-width: 1024px) {
        .icon-list-box .item .icon {
          height: 70px;
          margin-bottom: 20px; } }
      .icon-list-box .item .icon img {
        width: 100%;
        height: auto; }
    .icon-list-box .item .content {
      width: calc(100% - 70px);
      padding-left: 30px; }
      @media (max-width: 1024px) {
        .icon-list-box .item .content {
          width: 100%;
          padding-left: 0; } }
      .icon-list-box .item .content h5 {
        font-size: 20px;
        font-weight: 700;
        color: #3A3A3A;
        line-height: 30px;
        margin: 0 0 8px; }
      .icon-list-box .item .content p {
        font-size: 18px;
        font-weight: 400;
        color: #3A3A3A;
        line-height: 28px;
        margin: 0; }

.productView-price {
  margin-bottom: 10px; }

.product-list-header .title {
  position: relative;
  padding-top: 100px; }

.product-list-header .title .pretitle {
  position: absolute;
  top: 0;
  left: -50vw;
  background: #F2F317;
  color: #3A3A3A;
  margin: 0;
  font-weight: 700;
  font-size: 25px;
  padding: 10px 40px 5px 50vw;
  display: flex;
  align-items: center; }

.product-list-header .title .pretitle:after {
  content: "";
  transform: translateX(100%);
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 1 / 1;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' xml:space='preserve'%3E%3Cpolygon fill='%23F2F317' points='0,0 0,50 50,50 '/%3E%3C/svg%3E");
  box-shadow: -3px 0 0 0 #f2f317; }

@media (max-width: 1200px) {
  .product-list-header .container .for-desktop {
    display: none; }
  .product-list-header .container .for-phone {
    display: block; }
  .product-list-header .title .pretitle {
    top: 30px; } }

@media (max-width: 992px) {
  .product-list-header .title .pretitle {
    max-width: calc(50vw + 450px);
    font-size: 20px;
    text-align: left;
    line-height: 26px;
    top: 0; }
  .product-list-header .title h1 {
    text-align: left; } }

@media (max-width: 600px) {
  .product-list-header .title {
    padding-top: 80px; }
  .product-list-header .title .pretitle {
    max-width: calc(50vw + 280px);
    font-size: 15px;
    line-height: 20px;
    padding-right: 25px;
    top: 0; } }

.tt-blog-list .page-heading {
  margin: 0 0 30px; }

.tt-blog-content {
  width: 50%;
  margin-bottom: 1.5rem;
  position: relative;
  float: left;
  margin-top: 1.5rem; }
  @media (max-width: 991px) {
    .tt-blog-content {
      width: 100%;
      margin-bottom: 0.78571rem; } }
  @media (min-width: 992px) {
    .tt-blog-content {
      margin: auto;
      margin-bottom: 4rem; } }
  .tt-blog-content .tags {
    margin-top: 3rem;
    text-align: left; }
    .tt-blog-content .tags a {
      background: #f5f5f5;
      border: 1px solid #e5e5e5;
      margin-right: 5px;
      border-radius: 5px; }
  .tt-blog-content .blog-post-figure {
    padding: 0; }
    .tt-blog-content .blog-post-figure p.blog-date {
      position: absolute;
      top: 0;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.6);
      color: white;
      padding: 5px 10px;
      font-weight: 700;
      font-size: 14px;
      z-index: 1; }
      @media (min-width: 551px) {
        .tt-blog-content .blog-post-figure p.blog-date {
          padding: 10px 25px;
          font-size: 14px; } }
  .tt-blog-content .socialLinks {
    text-align: left; }
    .tt-blog-content .socialLinks .icon svg {
      fill: #666666; }
    .tt-blog-content .socialLinks .icon:hover svg {
      fill: black; }
  .tt-blog-content .addthis_toolbox {
    margin-top: 0.78571rem; }

.single .blog {
  width: 100%;
  float: left; }
  .single .blog .blog-thumbnail {
    max-width: 57.14286rem;
    margin: 0 auto; }

.blogslider {
  margin: 0px -8px; }
  .blogslider .slick-prev {
    right: 40px;
    left: auto; }
  .blogslider .slick-next {
    right: 0;
    left: auto; }
  @media (min-width: 992px) {
    .blogslider .slick-prev {
      right: 30px; }
    .blogslider .slick-next {
      right: 0; } }

.tmfull-carousal.footer-top {
  float: left;
  width: 100%;
  padding: 3.92857rem 0 2.85714rem;
  margin-top: 1.42857rem; }
  @media (min-width: 551px) {
    .tmfull-carousal.footer-top {
      margin-top: 2.85714rem; } }
  @media (min-width: 1160px) {
    .tmfull-carousal.footer-top .container {
      padding: 0; } }
  .tmfull-carousal.footer-top .container .page-heading {
    font-size: 1.07143rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 1.78571rem; }
  .tmfull-carousal.footer-top .container .blog-posts {
    float: left;
    width: 100%; }
    @media (min-width: 992px) {
      .tmfull-carousal.footer-top .container .blog-posts {
        width: 33.33%; } }
    .tmfull-carousal.footer-top .container .blog-posts .bx-wrapper {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      border: none;
      background: transparent; }
  .tmfull-carousal.footer-top .container .testimonials {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block; }
    @media (min-width: 992px) {
      .tmfull-carousal.footer-top .container .testimonials {
        width: 33.33%; } }
    .tmfull-carousal.footer-top .container .testimonials .slick-prev {
      left: auto;
      right: 30px; }
    .tmfull-carousal.footer-top .container .testimonials .slick-prev, .tmfull-carousal.footer-top .container .testimonials .slick-next {
      top: 0; }
    .tmfull-carousal.footer-top .container .testimonials .testmonial-image {
      float: left;
      margin-right: 1.78571rem; }
      .tmfull-carousal.footer-top .container .testimonials .testmonial-image img {
        border-radius: 50%; }
    .tmfull-carousal.footer-top .container .testimonials .testimonial-wrapper {
      float: left;
      display: inline-block;
      width: 58%; }
      @media (min-width: 970px) {
        .tmfull-carousal.footer-top .container .testimonials .testimonial-wrapper {
          width: 65%; } }
      @media (min-width: 1160px) {
        .tmfull-carousal.footer-top .container .testimonials .testimonial-wrapper {
          width: 70%; } }
      .tmfull-carousal.footer-top .container .testimonials .testimonial-wrapper blockquote {
        font-size: 14px;
        line-height: 24px;
        color: white; }
      .tmfull-carousal.footer-top .container .testimonials .testimonial-wrapper .author-info {
        margin-top: 2.14286rem;
        font-size: 14px; }
  .tmfull-carousal.footer-top .container .address {
    width: 100%;
    margin: 0;
    padding: 1.42857rem 0;
    float: left; }
    @media (min-width: 992px) {
      .tmfull-carousal.footer-top .container .address {
        width: 33.33%;
        padding: 0 2.14286rem; } }
    .tmfull-carousal.footer-top .container .address .info-list {
      list-style: none;
      margin: 0; }
      .tmfull-carousal.footer-top .container .address .info-list li {
        float: left;
        width: 100%;
        margin: 0.71429rem 0; }
        .tmfull-carousal.footer-top .container .address .info-list li .address-img:before {
          content: "\f041";
          font-family: FontAwesome;
          font-size: 15px;
          float: left;
          height: 20px;
          width: 30px; }
        .tmfull-carousal.footer-top .container .address .info-list li .content {
          float: left;
          width: 80%;
          font-size: 14px;
          color: white; }
          .tmfull-carousal.footer-top .container .address .info-list li .content a {
            color: white; }
        .tmfull-carousal.footer-top .container .address .info-list li .phone-img:before {
          content: "\f10b";
          font-family: FontAwesome;
          font-size: 20px;
          float: left;
          height: 20px;
          width: 30px;
          line-height: 23px; }
        .tmfull-carousal.footer-top .container .address .info-list li .email-img:before {
          content: "\f003";
          font-family: FontAwesome;
          font-size: 15px;
          float: left;
          height: 20px;
          width: 30px; }

.blog {
  margin-bottom: 1.5rem;
  /*.socialLinks {
		text-align: center;
	}*/ }
  .blog + .blog {
    padding: 0.71429rem;
    border-top: none;
    margin-top: 0; }
  .blog .tags {
    margin-top: 0.78571rem; }
  .blog .addthis_toolbox {
    margin-top: 0.71429rem; }
    @media (min-width: 992px) {
      .blog .addthis_toolbox {
        margin-top: 0.78571rem; } }
  .blog .blog-post-body .socialLinks .socialLinks-item {
    margin-right: 15px; }
  @media (min-width: 1160px) {
    .blog .blog-post-body {
      width: 50%; } }
  @media (min-width: 1261px) {
    .blog .blog-post-body {
      width: 50%; } }

.blog-title {
  font-weight: 500;
  text-align: left;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: capitalize;
  position: relative; }
  @media (max-width: 1260px) {
    .blog-title {
      margin-top: 10px; } }
  .blog-title a {
    text-decoration: none;
    color: #000000; }

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

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

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

.body .blog-thumbnail .image-block-hover {
  display: none; }

.blog-thumbnail .image-block-hover {
  display: block; }

.blog-thumbnail {
  margin: 0;
  position: relative; }
  .blog-thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    top: auto;
    position: relative;
    height: auto;
    width: 100%;
    max-width: 100%; }
  .blog-thumbnail:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 114.94253%; }
  .blog-thumbnail .image-block-hover .block-hover-icons {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 40%; }
    .blog-thumbnail .image-block-hover .block-hover-icons .fa.fa-link {
      border-radius: 50%;
      background: #fff;
      color: #333;
      font-size: 10px;
      line-height: 28px;
      opacity: 0;
      -webkit-opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      width: 28px;
      -webkit-transform: scale(1.5);
      transform: scale(1.5); }
  .blog-thumbnail:hover .image-block-hover {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all .2s ease-out 0s;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    border-radius: 0.35714rem; }
    .blog-thumbnail:hover .image-block-hover .block-hover-icons .fa.fa-link {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1; }
      .blog-thumbnail:hover .image-block-hover .block-hover-icons .fa.fa-link:hover {
        background: #3d750e;
        color: #fff;
        transition: all .4s ease 0s;
        -webkit-transition: all .4s ease 0s;
        -moz-transition: all .4s ease 0s;
        -ms-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s; }

.blog-thumbnail:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 0; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }

.blog-post-body {
  display: block;
  margin: 0 auto;
  padding-left: 30px;
  text-align: center;
  float: left; }
  @media (max-width: 1260px) {
    .blog-post-body {
      padding-left: 15px; } }
  @media (max-width: 991px) {
    .blog-post-body {
      width: 100%;
      padding: 0; } }
  .blog-post-body .blog-date, .blog-post-body .blog-author {
    text-align: left; }

.bx-wrapper {
  margin-bottom: 0 !important; }
  .bx-wrapper .bx-controls-direction a {
    z-index: 9 !important; }
  .bx-wrapper .bx-prev {
    left: auto !important;
    right: 32px !important;
    top: -2em !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(../img/megnor/arrow.png) 6px 6px no-repeat !important; }
    .bx-wrapper .bx-prev:hover {
      background-position: 6px -45px !important; }
  .bx-wrapper .bx-next {
    right: calc(50% - 0) !important;
    top: -2em !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(../img/megnor/arrow.png) -92px 6px no-repeat !important; }
    .bx-wrapper .bx-next:hover {
      background-position: -92px -45px !important; }
  .bx-wrapper .bx-viewport .blog-item {
    margin: 0 0.78571rem;
    float: left !important; }
    .bx-wrapper .bx-viewport .blog-item .blog-inner {
      width: 100%;
      float: left; }
      .bx-wrapper .bx-viewport .blog-item .blog-inner .image-block {
        position: relative;
        overflow: hidden;
        float: left;
        width: 6.42857rem;
        height: 5rem;
        margin-bottom: 1.42857rem;
        margin-right: 1.07143rem; }
        .bx-wrapper .bx-viewport .blog-item .blog-inner .image-block img {
          height: 100%; }
        .bx-wrapper .bx-viewport .blog-item .blog-inner .image-block .date {
          font-size: 14px;
          float: left;
          text-transform: uppercase;
          z-index: 9;
          font-weight: bold;
          text-align: center;
          width: 100%;
          height: 100%;
          padding: 0.71429rem; }
        .bx-wrapper .bx-viewport .blog-item .blog-inner .image-block .image-block-hover .block-hover-icons {
          position: absolute;
          left: 0;
          right: 0;
          text-align: center;
          top: 40%; }
          .bx-wrapper .bx-viewport .blog-item .blog-inner .image-block .image-block-hover .block-hover-icons .fa.fa-link {
            border-radius: 50%;
            border: 1px solid #fff;
            color: #fff;
            font-size: 10px;
            line-height: 28px;
            opacity: 0;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            -khtml-opacity: 0;
            width: 31px;
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
            -webkit-transition-duration: all .2s ease-out 0s;
            -moz-transition-duration: all .2s ease-out 0s;
            -ms-transition-duration: all .2s ease-out 0s;
            -o-transition-duration: all .2s ease-out 0s; }
      .bx-wrapper .bx-viewport .blog-item .blog-inner .details-block {
        float: left;
        width: 55%; }
        @media (min-width: 970px) {
          .bx-wrapper .bx-viewport .blog-item .blog-inner .details-block {
            width: 62%; } }
        @media (min-width: 1160px) {
          .bx-wrapper .bx-viewport .blog-item .blog-inner .details-block {
            width: 70%; } }
        .bx-wrapper .bx-viewport .blog-item .blog-inner .details-block .date {
          text-transform: uppercase;
          padding-top: 10px;
          font-weight: 500;
          font-size: 0.92857rem; }
        .bx-wrapper .bx-viewport .blog-item .blog-inner .details-block .title {
          margin: 5px 0 8px;
          text-align: left;
          display: block; }
          .bx-wrapper .bx-viewport .blog-item .blog-inner .details-block .title a {
            text-decoration: none;
            clear: both;
            text-transform: capitalize;
            font-weight: 500;
            font-size: 14px;
            color: white; }
        .bx-wrapper .bx-viewport .blog-item .blog-inner .details-block .content {
          line-height: 1.71429rem;
          text-align: left;
          width: 100%;
          display: none; }
        .bx-wrapper .bx-viewport .blog-item .blog-inner .details-block .view-blog {
          float: left;
          width: 100%;
          clear: both;
          display: none; }
          .bx-wrapper .bx-viewport .blog-item .blog-inner .details-block .view-blog .read-more {
            padding: 10px 0 0; }
            .bx-wrapper .bx-viewport .blog-item .blog-inner .details-block .view-blog .read-more a {
              text-transform: capitalize; }
    .bx-wrapper .bx-viewport .blog-item:hover {
      border-color: #000000; }
      .bx-wrapper .bx-viewport .blog-item:hover .date {
        bottom: 0px; }
      .bx-wrapper .bx-viewport .blog-item:hover .blog-inner .image-block .date {
        bottom: 0; }
      .bx-wrapper .bx-viewport .blog-item:hover .blog-inner .image-block .image-block-hover {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        transition: all .2s ease-out 0s;
        -webkit-transition-duration: all .2s ease-out 0s;
        -moz-transition-duration: all .2s ease-out 0s;
        -ms-transition-duration: all .2s ease-out 0s;
        -o-transition-duration: all .2s ease-out 0s; }
        .bx-wrapper .bx-viewport .blog-item:hover .blog-inner .image-block .image-block-hover .block-hover-icons .fa.fa-link {
          opacity: 1;
          -webkit-opacity: 1;
          -moz-opacity: 1;
          -khtml-opacity: 1;
          transform: scale(1.5);
          -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
          -o-transform: scale(1.5);
          -moz-transform: scale(1.5);
          transition: all .4s ease 0;
          -webkit-transition: all .4s ease 0s;
          -moz-transition: all .4s ease 0s;
          -ms-transition: all .4s ease 0s;
          -o-transition: all .4s ease 0s; }
          .bx-wrapper .bx-viewport .blog-item:hover .blog-inner .image-block .image-block-hover .block-hover-icons .fa.fa-link:hover {
            color: #25aef5;
            border-color: #25aef5;
            transition: all .4s ease 0s; }

.tt-post-detail .blog {
  float: left;
  width: 100%; }

.tt-read-more {
  color: #000000;
  text-transform: capitalize;
  margin: 15px 0 15px 0;
  float: left;
  font-weight: bold;
  text-decoration: underline;
  width: 100%; }
  .tt-read-more:hover {
    text-decoration: underline; }

.blog_post .tt-blog-content {
  width: 100%; }

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

.sidebarBlock-heading {
  margin-top: 0; }

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

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

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

body.brands .card {
  padding: 0; }
  body.brands .card .card-figure {
    text-align: center; }
    body.brands .card .card-figure a {
      float: left;
      width: 100%; }
      body.brands .card .card-figure a .card-img-container {
        float: left;
        width: 100%;
        max-width: 100%; }
        body.brands .card .card-figure a .card-img-container:after {
          display: none; }
        body.brands .card .card-figure a .card-img-container .card-image {
          width: auto;
          height: auto;
          max-width: 100%;
          border: none;
          position: static; }
  body.brands .card .card-body {
    min-height: auto;
    border-top: 1px solid #e5e5e5;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out; }
    @media (max-width: 991px) {
      body.brands .card .card-body {
        background: #f5f5f5;
        border-color: #f5f5f5; } }
  body.brands .card:hover .card-body {
    background: #f5f5f5;
    border-color: #f5f5f5; }

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

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

@media (min-width: 544px) and (max-width: 767px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; } }

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

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

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

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

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

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

.productList li.product {
  background: #ffffff;
  position: relative;
  text-align: center;
  float: left;
  width: 100%;
  padding: 0 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  margin: 10px 0 30px;
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -ms-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  overflow: hidden;
  margin: 10px 0 30px; }
  .productList li.product:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); }
  @media (max-width: 991px) {
    .productList li.product {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); } }
  .productList li.product .listItem .listItem-figure {
    padding: 0;
    position: relative; }
    .productList li.product .listItem .listItem-figure:after {
      border-right: 4px double #e5e5e5;
      height: auto;
      content: "";
      position: absolute;
      top: 10px;
      bottom: 10px;
      margin: auto;
      right: 0;
      left: auto; }
    @media (min-width: 544px) and (max-width: 991px) {
      .productList li.product .listItem .listItem-figure {
        width: 40%;
        float: left; } }
    @media (max-width: 543px) {
      .productList li.product .listItem .listItem-figure:after {
        border: none; } }
  .productList li.product .listItem .listItem-body {
    text-align: left;
    padding: 10px 10px 20px 30px; }
    @media (min-width: 544px) and (max-width: 991px) {
      .productList li.product .listItem .listItem-body {
        width: 60%;
        float: left;
        padding: 0 5px 0 15px; } }
    @media (min-width: 320px) and (max-width: 543px) {
      .productList li.product .listItem .listItem-body {
        text-align: center;
        padding: 0 5px 0 15px; } }
  .productList li.product .listItem .listItem-rating {
    margin-bottom: 10px; }
  .productList li.product .listItem .listItem-details .product-desc {
    display: block;
    margin: 0 0 15px;
    line-height: 22px;
    float: left;
    width: 100%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .productList li.product .listItem .listItem-details .product-desc {
        margin: 0 0 10px; } }
  @media (min-width: 320px) and (max-width: 991px) {
    .productList li.product .listItem .listItem-actions {
      margin-bottom: 20px; } }
  .productList li.product .listItem .listItem-actions .tt-list-price {
    margin-bottom: 20px; }
    @media (min-width: 991px) and (max-width: 1259px) {
      .productList li.product .listItem .listItem-actions .tt-list-price {
        margin-bottom: 10px; } }
    @media (min-width: 544px) and (max-width: 991px) {
      .productList li.product .listItem .listItem-actions .tt-list-price {
        margin-bottom: 10px; } }
  .productList li.product .listItem .listItem-details, .productList li.product .listItem .listItem-actions {
    float: left;
    width: 100%; }

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

.listItem-button {
  background-color: rgba(58, 169, 19, 0.9);
  color: white; }
  .listItem-button:hover {
    background-color: #3aa913;
    color: white; }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  @media (min-width: 1261px) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

.listItem-content {
  margin-top: 10px; }
  @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; }

.list-cart-btn {
  float: left;
  margin-right: 5px; }
  @media (max-width: 543px) {
    .list-cart-btn {
      width: 100%;
      margin: 0 0 15px; } }

.listItem-body .tt-compare {
  margin-left: 2px; }

.listItem-brand {
  color: #999999;
  margin: 0 0 0.21429rem; }
  @media (min-width: 992px) {
    .listItem-brand {
      font-size: 14px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 14px;
  margin: 0; }
  @media (min-width: 992px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none;
    color: #000000;
    font: 700 14px/18px "Mark OT", Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    white-space: nowrap; }

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

@media (min-width: 320px) and (max-width: 543px) {
  .list-cart-btn .card-figcaption-button {
    padding: 1px 20px;
    line-height: 36px; } }

.shortlistItem-actions .tt-comparecheck {
  display: none; }

.productShortList li.product {
  background: #ffffff;
  position: relative;
  text-align: center;
  float: left;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  margin: 10px 0 30px;
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -ms-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  overflow: hidden;
  margin: 10px 0 30px; }
  @media (min-width: 320px) and (max-width: 543px) {
    .productShortList li.product {
      margin: 0 0 15px; } }
  @media (max-width: 991px) {
    .productShortList li.product {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); } }
  .productShortList li.product:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); }
  @media (max-width: 543px) {
    .productShortList li.product .shortlistItem {
      padding: 10px 5px; } }
  .productShortList li.product .shortlistItem .shortlistItem-figure {
    padding: 0;
    position: relative; }
    .productShortList li.product .shortlistItem .shortlistItem-figure:after {
      border-right: 4px double #e5e5e5;
      height: auto;
      content: "";
      position: absolute;
      top: 10px;
      bottom: 10px;
      margin: auto;
      right: 0;
      left: auto; }
      @media (max-width: 543px) {
        .productShortList li.product .shortlistItem .shortlistItem-figure:after {
          border: none; } }
    @media (min-width: 544px) and (max-width: 991px) {
      .productShortList li.product .shortlistItem .shortlistItem-figure {
        width: 25%; } }
    @media (min-width: 320px) and (max-width: 543px) {
      .productShortList li.product .shortlistItem .shortlistItem-figure {
        padding-left: 0; } }
  .productShortList li.product .shortlistItem .shortlistItem-body {
    text-align: left; }
    @media (min-width: 544px) and (max-width: 991px) {
      .productShortList li.product .shortlistItem .shortlistItem-body {
        width: 75%; } }
    @media (min-width: 320px) and (max-width: 543px) {
      .productShortList li.product .shortlistItem .shortlistItem-body {
        padding-right: 0; } }
  .productShortList li.product .shortlistItem .shortlistItem-rating {
    margin-bottom: 10px; }
  @media (min-width: 544px) and (max-width: 991px) {
    .productShortList li.product .shortlistItem .shortlistItem-details {
      width: 55%; } }
  @media (min-width: 544px) and (max-width: 991px) {
    .productShortList li.product .shortlistItem .shortlistItem-details {
      padding: 0 0 0 10px; } }
  .productShortList li.product .shortlistItem .shortlistItem-details .product-desc {
    display: block;
    margin: 0 0 15px;
    line-height: 22px;
    float: left;
    width: 100%; }
    @media (min-width: 320px) and (max-width: 991px) {
      .productShortList li.product .shortlistItem .shortlistItem-details .product-desc {
        display: none; } }
  .productShortList li.product .shortlistItem .shortlistItem-actions {
    text-align: center;
    margin: 10px 0 0 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .productShortList li.product .shortlistItem .shortlistItem-actions {
        padding: 0; } }
    @media (min-width: 544px) and (max-width: 991px) {
      .productShortList li.product .shortlistItem .shortlistItem-actions {
        width: 45%;
        padding: 0;
        margin: 0;
        float: right !important; } }
    @media (min-width: 320px) and (max-width: 543px) {
      .productShortList li.product .shortlistItem .shortlistItem-actions {
        width: 100%;
        margin: 0;
        text-align: left; } }
    .productShortList li.product .shortlistItem .shortlistItem-actions .tt-list-price {
      margin-bottom: 20px; }
  .productShortList li.product .shortlistItem .shortlistItem-details, .productShortList li.product .shortlistItem .shortlistItem-actions {
    float: left; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .productShortList li.product .shortlistItem .shortlistItem-details, .productShortList li.product .shortlistItem .shortlistItem-actions {
        padding: 0; } }
    @media (min-width: 320px) and (max-width: 543px) {
      .productShortList li.product .shortlistItem .shortlistItem-details, .productShortList li.product .shortlistItem .shortlistItem-actions {
        padding: 0;
        float: left;
        width: 100%; } }

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

@media (min-width: 320px) and (max-width: 543px) {
  .shortlistItem {
    float: left;
    width: 100%; } }

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

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

.shortlistItem-button {
  background-color: rgba(58, 169, 19, 0.9);
  color: white; }
  .shortlistItem-button:hover {
    background-color: #3aa913;
    color: white; }

.shortlistItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .shortlistItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem; } }
  @media (min-width: 320px) and (max-width: 543px) {
    .shortlistItem-figure {
      width: 40%; } }
  @media (min-width: 1261px) {
    .shortlistItem-figure {
      position: relative; } }
  .shortlistItem-figure .shortlistItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .shortlistItem-figure .shortlistItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

.shortlistItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .shortlistItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem; } }

@media (min-width: 320px) and (max-width: 543px) {
  .shortlistItem-body {
    width: 60%; } }

.shortlistItem-content {
  margin-top: 10px;
  float: left;
  width: 100%; }
  @media (min-width: 1261px) {
    .shortlistItem-content {
      display: table; } }
  @media (min-width: 544px) and (max-width: 991px) {
    .shortlistItem-content {
      padding: 10px 0 5px; } }
  @media (min-width: 320px) and (max-width: 543px) {
    .shortlistItem-content {
      margin-top: 0px; } }

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

@media (min-width: 1261px) {
  .shortlistItem-details {
    padding-right: 6rem; } }

@media (min-width: 320px) and (max-width: 543px) {
  .shortlistItem-details {
    width: 100%; } }

.shortlistItem-rating {
  margin-bottom: 0.35714rem; }

.shortlist-cart-btn {
  clear: right; }
  @media (min-width: 320px) and (max-width: 543px) {
    .shortlist-cart-btn {
      clear: none;
      float: none;
      display: inline-block;
      vertical-align: top; } }

.shortlistItem-actions .quickview-compare {
  clear: left;
  margin-top: 10px; }
  @media (min-width: 544px) and (max-width: 991px) {
    .shortlistItem-actions .quickview-compare {
      margin-bottom: 20px; } }
  @media (min-width: 320px) and (max-width: 543px) {
    .shortlistItem-actions .quickview-compare {
      clear: none;
      margin-top: 0;
      float: none;
      display: inline-block;
      vertical-align: middle; } }

.shortlistItem-body .tt-compare {
  margin-left: 2px; }

.tt-shortlist-price {
  margin-bottom: 20px; }
  @media (min-width: 544px) and (max-width: 991px) {
    .tt-shortlist-price {
      margin-bottom: 5px;
      text-align: center; } }
  @media (min-width: 320px) and (max-width: 543px) {
    .tt-shortlist-price {
      margin-bottom: 0; } }

.shortlistItem-brand {
  color: #999999;
  margin: 0 0 0.21429rem; }
  @media (min-width: 992px) {
    .shortlistItem-brand {
      font-size: 14px;
      margin-bottom: 0; } }

.shortlistItem-title {
  font-size: 14px;
  margin: 0; }
  @media (min-width: 992px) {
    .shortlistItem-title {
      font-size: 20px; } }
  .shortlistItem-title > a {
    text-decoration: none;
    color: #000000;
    font: 700 14px/18px "Mark OT", Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    white-space: nowrap; }
    @media (min-width: 320px) and (max-width: 543px) {
      .shortlistItem-title > a {
        white-space: normal; } }

.shortlistItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .shortlistItem-price {
      margin: 30px 0 15px; } }
  @media (min-width: 544px) and (max-width: 991px) {
    .shortlistItem-price {
      width: 45%;
      margin: 0; } }
  @media (min-width: 320px) and (max-width: 543px) {
    .shortlistItem-price {
      width: 100%;
      padding: 0;
      margin: 0 0 10px; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productShortList .shortlistItem-details {
    padding-right: 3rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shortlist-cart-btn .card-figcaption-button {
    padding: 0 10px; } }

@media (max-width: 543px) {
  .shortlist-cart-btn .card-figcaption-button {
    height: 32px;
    width: 32px;
    font-size: 0;
    padding: 0; }
    .shortlist-cart-btn .card-figcaption-button span {
      display: none; }
    .shortlist-cart-btn .card-figcaption-button:before {
      content: "\e8cc";
      font-family: "Material Icons", sans-serif;
      font-size: 18px;
      left: 0;
      right: 0;
      margin: auto;
      position: absolute;
      right: auto;
      text-align: center;
      top: 0;
      bottom: 0;
      width: 32px;
      height: 32px;
      line-height: 32px;
      font-weight: 400; } }

@media (min-width: 320px) and (max-width: 543px) {
  .tt-shortlist-price {
    float: left;
    width: 100%; }
    .tt-shortlist-price .price-section {
      float: none;
      display: inline-block;
      vertical-align: top; } }

.listItem-actions .tt-comparecheck {
  display: none; }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (max-width: 991px) {
    .productView {
      margin: 0;
      width: 100%; } }
  @media (max-width: 544px) {
    .productView {
      padding: 0; } }
  @media (max-width: 991px) {
    .productView .socialLinks {
      text-align: left; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

.productView-images {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 544px) and (max-width: 991px) {
    .productView-images {
      float: none;
      width: 80%;
      margin-bottom: 0;
      display: inline-block;
      vertical-align: top; } }
  @media (max-width: 544px) {
    .productView-images {
      padding: 0;
      float: left;
      width: 100%; } }
  .productView-images .productView-image {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden; }

.productView-details {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left; }
  @media (max-width: 991px) {
    .productView-details {
      float: left;
      width: 100%;
      margin: 30px 0 0 0; } }
  @media (max-width: 544px) {
    .productView-details {
      padding: 0;
      margin: 10px 0 0 0; } }

@media (min-width: 544px) and (max-width: 991px) {
  .productView-btn {
    margin: 0 0 40px; } }

@media (min-width: 320px) and (max-width: 543px) {
  .productView-btn {
    margin: 0 0 10px; } }

.productView-title {
  border-bottom: 1px solid #e5e5e5;
  color: #222222;
  margin: 0 0 12px;
  padding-bottom: 12px;
  text-transform: capitalize;
  font: 700 18px/24px "Mark OT", Arial, Helvetica, sans-serif; }

.productView-description {
  margin: 30px 0 45px;
  background: #fff;
  padding: 15px 25px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  float: left;
  width: 100%; }
  @media (min-width: 544px) and (max-width: 991px) {
    .productView-description {
      margin: 0px 0 30px;
      padding: 15px 15px; } }
  @media (max-width: 544px) {
    .productView-description {
      margin: 20px 0 25px;
      padding: 15px 15px; } }
  .productView-description .tabs {
    border-bottom: 1px solid #ddd;
    margin: 0 0 -4px;
    list-style: outside none none;
    margin-bottom: 15px; }
    .productView-description .tabs li.tab {
      margin-right: 30px;
      float: left;
      position: relative;
      border: none;
      margin-bottom: 0; }
      .productView-description .tabs li.tab a {
        color: #777;
        font: 500 16px/20px "Mark OT", Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        margin: 0 0 1px;
        outline: medium none;
        padding: 10px 0 12px;
        position: relative;
        text-transform: capitalize;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -khtml-border-radius: 8px;
        border: none;
        background: none;
        z-index: 1; }
        .productView-description .tabs li.tab a:before {
          border-bottom: 3px solid #e5e5e5;
          bottom: -3px;
          top: auto;
          margin: auto;
          content: "";
          height: 3px;
          left: 0;
          position: absolute;
          right: 0;
          width: 0;
          transition: 400ms ease-in-out;
          -webkit-transition: 400ms ease-in-out;
          -moz-transition: 400ms ease-in-out;
          -ms-transition: 400ms ease-in-out;
          -o-transition: 400ms ease-in-out; }
      .productView-description .tabs li.tab:before {
        content: "";
        position: absolute;
        width: 0;
        height: 3px;
        bottom: -2px;
        top: auto;
        background: #3aa913;
        left: 0;
        right: 0;
        margin: auto;
        transition: 400ms ease-in-out;
        -webkit-transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        -ms-transition: 400ms ease-in-out;
        -o-transition: 400ms ease-in-out; }
      .productView-description .tabs li.tab:hover a {
        color: #000000; }
        .productView-description .tabs li.tab:hover a:before {
          width: 100%; }
    .productView-description .tabs li.is-active a {
      color: #000000; }
    .productView-description .tabs li.is-active:before {
      width: 100%; }
    .productView-description .tabs li.is-active > a::after {
      background: #3aa913;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      bottom: -7px;
      top: auto;
      margin: auto;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -khtml-border-radius: 50%;
      border-radius: 50%; }
    .productView-description .tabs li.is-active > a::before {
      width: 100%;
      border: none; }
  .productView-description .tabs-contents {
    text-align: left;
    padding: 10px 0 0 0; }
    .productView-description .tabs-contents li {
      list-style: outside; }
    .productView-description .tabs-contents p span {
      color: #333333; }

.productView-brand {
  font: 400 14px/20px "Mark OT", Arial, Helvetica, sans-serif; }
  .productView-brand a {
    text-decoration: none;
    text-transform: capitalize;
    color: #222222; }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #3aa913;
  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: 700;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 35%;
  width: 3.57143rem;
  z-index: 50; }

.sale-flag-side {
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 14px;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  top: 20px;
  left: -50px;
  transition: 400ms ease;
  -webkit-transition: 400ms ease;
  -moz-transition: 400ms ease;
  -ms-transition: 400ms ease;
  -o-transition: 400ms ease;
  z-index: 10; }

.card:hover .sale-flag-side {
  transition: 400ms ease;
  -webkit-transition: 400ms ease;
  -moz-transition: 400ms ease;
  -ms-transition: 400ms ease;
  -o-transition: 400ms ease; }

.sale-flag-sash {
  background: #3aa913;
  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: 16px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  -webkit-transition: 800ms ease;
  -moz-transition: 800ms ease;
  -ms-transition: 800ms ease;
  -o-transition: 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.card:hover .sale-flag-sash, .card:hover .sale-flag-star, .card:hover .sale-flag-star::after, .card:hover .sale-flag-star::before {
  background: #10ae4b;
  transition: 800ms ease;
  -webkit-transition: 800ms ease;
  -moz-transition: 800ms ease;
  -ms-transition: 800ms ease;
  -o-transition: 800ms ease; }

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 20px;
  width: 20px;
  border-radius: 50%; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #999999;
  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);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-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: 992px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

.account p.tt-pass-intro, .tt-account-create {
  margin-top: 30px;
  float: left;
  width: 100%; }

.tt-account-create .form-actions {
  text-align: left; }

@media (min-width: 992px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 1.5rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

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

@media (min-width: 992px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
  -moz-box-shadow: 2px 2px 2px #999999;
  -webkit-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;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-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;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-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;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-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;
  -moz-box-shadow: 0 0 0;
  -webkit-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;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-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;
  -webkit-transition: background-color 0.15s, box-shadow 0.15s;
  -moz-transition: background-color 0.15s, box-shadow 0.15s;
  -ms-transition: background-color 0.15s, box-shadow 0.15s;
  -o-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;
  -moz-box-shadow: inset 0 0 1px #cccccc;
  -webkit-box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
  -moz-box-shadow: inset 0 0 1px #999999;
  -webkit-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;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

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

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-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;
  -moz-box-shadow: none;
  -webkit-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;
  -moz-box-shadow: none;
  -webkit-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;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-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;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-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;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-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;
    -moz-box-shadow: inset 0 -6px 3px -5px #666666;
    -webkit-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;
    -moz-box-shadow: inset 0 6px 3px -5px #666666;
    -webkit-box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-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; } }

body.page.About.Us span.diff_clr {
  font-size: 80px !important;
  color: #f2f317 !important;
  font-weight: 700;
  font-family: "Mark OT"; }

body.page.About.Us .main_banner_main {
  position: relative; }

body.page.About.Us .main_banner_main img {
  width: 100%; }

body.page.About.Us .main_baner_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  max-width: 680px;
  width: 100%;
  text-align: left; }

body.page.About.Us .main_baner_content span {
  font-size: 55px;
  color: #fff;
  font-family: "Mark OT";
  font-weight: 700;
  line-height: 80px; }

body.page.About.Us .main_baner_content span span.bigger_txt {
  font-size: 80px !important;
  font-family: "Mark OT";
  font-weight: 700;
  font-style: italic; }

body.page.About.Us main.tt-page.page-content--centered {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block; }

body.page.About.Us .tt-breadcrumbs-main {
  display: none; }

body.page.About.Us .tt-page .page-content {
  padding: 0 !important; }

body.page.About.Us h1.page-heading {
  display: none; }

body.page.About.Us .online_store_section {
  text-align: center;
  padding: 70px 0 114px;
  max-width: 1130px;
  margin: 0 auto; }

body.page.About.Us span.online_section_title {
  color: #10ae4b;
  text-align: center;
  font-family: "Mark OT";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px; }

body.page.About.Us .online_store_section p {
  color: #3a3a3a;
  text-align: center;
  font-family: "Mark OT";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 50px;
  margin-top: 15px; }

body.page.About.Us .online_store_section a {
  border: 1px solid #10ae4b;
  display: flex;
  max-width: 430px;
  padding: 15px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #10ae4b;
  gap: 10px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: "Mark OT";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none; }

body.page.About.Us .online_store_section_main {
  background: url(https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/hexagon-pattern.jpg?t=1726742915);
  background-position: center center;
  background-size: contain;
  position: relative; }

body.page.About.Us .text-side a {
  border: 1px solid #10ae4b;
  display: flex;
  width: 325px;
  padding: 15px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #10ae4b;
  color: #fff;
  text-align: center;
  font-family: "Mark OT";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none; }

body.page.About.Us .text-side p {
  color: #3a3a3a;
  font-family: "Mark OT";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 25px;
  margin-top: 15px; }

body.page.About.Us span.section_title {
  color: #0c9d91;
  font-family: "Mark OT";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 55.7px;
  max-width: 63%;
  display: block; }

body.page.About.Us .text-side {
  width: 50%;
  padding: 159px;
  display: block; }

body.page.About.Us .image_side {
  width: 50% !important;
  margin-bottom: 0; }

body.page.About.Us .image_side img {
  width: 100%; }

body.page.About.Us .alterate_section {
  display: flex;
  align-items: center;
  justify-content: space-between; }

body.page.About.Us .online_store_section a:hover {
  background: #fff !important;
  color: #10ae4b;
  border: 1px solid #10ae4b; }

body.page.About.Us .text-side a:hover {
  background: #fff !important;
  color: #10ae4b; }

body.page.About.Us .section-title {
  text-align: center;
  margin-bottom: 30px; }

body.page.About.Us .shop_with_us_main span.section_title {
  color: var(--Green, #10ae4b);
  text-align: center;
  font-family: "Mark OT";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  max-width: 100%; }

body.page.About.Us .shop_with_us {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

body.page.About.Us .shop_with_us_block {
  border-radius: 15px;
  background: var(--Gradient-2, linear-gradient(180deg, #10ae4b 0%, #10909b 100%));
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  width: 24%;
  text-align: center;
  padding: 50px 24px 40px; }

body.page.About.Us .shop_with_us_block img {
  max-width: 88px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px; }

body.page.About.Us .shop_with_us_block p {
  color: #fff;
  text-align: center;
  font-family: "Mark OT";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

body.page.About.Us .shop_with_us_main a {
  display: flex;
  max-width: 430px;
  padding: 15px 70px;
  border: 1px solid #3a3a3a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #3a3a3a;
  color: #fff;
  text-align: center;
  font-family: "Mark OT";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  margin: 0 auto;
  margin-top: 66px;
  margin-bottom: 100px; }

body.page.About.Us .shop_with_us_main a:hover {
  color: #3a3a3a;
  background: #fff; }

body.page.About.Us .shop_with_us_main {
  max-width: 1200px;
  margin: 0 auto; }

body.page.About.Us .beyond_section {
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  position: relative;
  margin-bottom: 145px; }

body.page.About.Us .beyond_section:before {
  content: "";
  background: linear-gradient(90deg, #10909b 0%, #10ae4b 68.23%, #76c934 80.73%, #f2f317 100%);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0; }

body.page.About.Us .beyond_section span.section_title {
  color: #10ae4b !important;
  text-align: center;
  font-family: "Mark OT";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  max-width: 100%; }

body.page.About.Us .beyond_section p {
  color: #3a3a3a;
  font-family: "Mark OT";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 15px; }

.icon_section_main {
  background: linear-gradient(90deg, #10909b 0%, #10ae4b 42.65%, #76c934 88.29%, #f2f317 109.37%);
  padding: 61px;
  position: relative;
  margin-bottom: 94px; }

.icon_section_main .bottm_content {
  border-radius: 20px;
  border: 1px solid var(--White, #fff);
  padding: 32px;
  text-align: center;
  max-width: 1072px;
  margin: 0 auto; }

.icon_section_main .icon_block img {
  max-width: 140px;
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px; }

.icon_section_main .icon_block span {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Mark OT";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; }

.icon_section_main .icon_block p {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Mark OT";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0; }

.icon_section_main .icon_block {
  width: 24%; }

.icon_section_main .icon_section_inner {
  max-width: 1330px;
  margin: 0 auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 35px; }

.icon_section_main .bottm_content p {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Mark OT";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0; }

img.half_circle {
  position: absolute;
  top: -45px;
  right: 0;
  max-width: 150px; }

img.small_circle {
  position: absolute;
  left: 0;
  max-width: 150px;
  bottom: -140px; }

body.page.About.Us .online_store_section {
  position: relative;
  z-index: 99; }

body.page.About.Us .footer_banner img {
  width: 100%; }

body.page.About.Us .footer_banner {
  margin-top: 90px;
  position: relative; }

body.page.About.Us .footer_banner_content a {
  display: flex;
  width: 325px;
  padding: 15px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #fff;
  color: #10ae4b;
  text-align: center;
  font-family: "Mark OT";
  border: 1px solid #fff;
  font-size: 24px;
  font-style: normal;
  margin: 0 auto;
  font-weight: 700;
  line-height: normal;
  text-decoration: none; }

body.page.About.Us .footer_banner_content p {
  color: #fff;
  font-family: "Mark OT";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 35px;
  margin-top: 25px; }

body.page.About.Us .footer_banner_content p {
  color: #fff;
  font-family: "Mark OT";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 35px;
  margin-top: 25px; }

.footer_banner_content {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; }

.footer_banner_content span {
  font-size: 80px !important;
  font-family: "Mark OT";
  font-weight: 700;
  color: #fff;
  line-height: 88px; }

span.small_word {
  font-size: 50px !important; }

.hexa_div {
  position: relative; }

.hexa_div:before {
  content: "";
  background-image: url(https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/hexagon-pattern-2.png?t=1727093677);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: contain;
  top: 0;
  background-repeat: no-repeat; }

@media only screen and (max-width: 1130px) {
  body.page.About.Us .shop_with_us_block p {
    font-size: 20px; }
  body.page.About.Us .shop_with_us {
    padding: 0 15px; }
  body.page.About.Us .online_store_section {
    padding: 40px 15px 50px;
    position: relative;
    z-index: 99; }
  body.page.About.Us .beyond_section {
    margin-bottom: 90px;
    padding-left: 15px;
    padding-right: 15px; }
  body.page.About.Us .text-side {
    padding: 50px; }
  body.page.About.Us span.section_title {
    font-size: 40px; }
  img.small_circle {
    position: absolute;
    left: 0;
    max-width: 100px;
    bottom: -100px; }
  .icon_section_main .icon_block {
    width: 50%;
    margin-bottom: 30px; }
  .icon_section_main .icon_section_inner {
    flex-wrap: wrap; }
  img.half_circle {
    position: absolute;
    top: -45px;
    right: 0;
    max-width: 120px; }
  body.page.About.Us .main_baner_content {
    right: 5%;
    max-width: 480px; }
  body.page.About.Us .main_baner_content span {
    font-size: 40px;
    line-height: 60px; }
  body.page.About.Us .main_baner_content span span.bigger_txt {
    font-size: 55px !important; }
  body.page.About.Us span.diff_clr {
    font-size: 55px !important; }
  body.page.About.Us .beyond_section:before {
    width: 90%;
    left: 50%;
    transform: translateX(-50%); }
  .footer_banner_content span {
    font-size: 55px !important;
    line-height: 60px; }
  .footer_banner_content {
    top: 18%; } }

@media only screen and (max-width: 1024px) {
  body.page.About.Us .text-side p {
    font-size: 18px; }
  body.page.About.Us span.section_title {
    line-height: 40px; }
  body.page.About.Us .text-side {
    padding: 30px; } }

@media only screen and (max-width: 768px) {
  body.page.About.Us .alterate_section {
    flex-wrap: wrap; }
  body.page.About.Us .image_side {
    width: 100% !important;
    margin-bottom: 0; }
  body.page.About.Us .text-side {
    width: 100%;
    padding: 30px 15px;
    display: block; }
  body.page.About.Us span.section_title {
    font-size: 30px;
    line-height: 30.7px;
    max-width: 65%; }
  body.page.About.Us .text-side p {
    font-size: 18px; }
  body.page.About.Us .text-side a {
    width: 220px;
    padding: 12px 15px;
    font-size: 16px; }
  body.page.About.Us .beyond_section span.section_title {
    font-size: 26px; }
  body.page.About.Us .beyond_section {
    padding-top: 25px;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px; }
  body.page.About.Us .shop_with_us_main {
    padding: 0 15px; }
  body.page.About.Us .shop_with_us_main a {
    margin-top: 30px;
    font-size: 16px;
    margin-bottom: 50px;
    max-width: 220px;
    padding: 12px 20px; }
  body.page.About.Us .shop_with_us {
    flex-wrap: wrap;
    padding: 0px; }
  body.page.About.Us .shop_with_us_block {
    padding: 25px 15px 15px;
    width: 49%;
    margin-bottom: 5px; }
  body.page.About.Us .shop_with_us_block p {
    font-size: 16px;
    margin-bottom: 0; }
  body.page.About.Us .shop_with_us_block img {
    max-width: 75px;
    margin-bottom: 25px; }
  body.page.About.Us .section-title {
    margin-bottom: 15px; }
  body.page.About.Us .shop_with_us_main span.section_title {
    font-size: 26px;
    line-height: 100%;
    max-width: 100%; }
  .middle_alternate .text-side {
    order: 1; }
  .middle_alternate .image_side {
    order: 0; }
  img.small_circle {
    max-width: 75px;
    bottom: -73px; }
  .icon_section_main .bottm_content {
    padding: 20px 10px; }
  .icon_section_main .bottm_content p {
    font-size: 18px;
    margin-bottom: 0; }
  .icon_section_main .icon_section_inner {
    margin-bottom: 35px;
    flex-wrap: wrap; }
  .icon_section_main .icon_block {
    width: 50%;
    margin-bottom: 25px; }
  .icon_section_main .icon_block p {
    font-size: 16px;
    margin-bottom: 0; }
  .icon_section_main .icon_block span {
    font-size: 30px;
    line-height: 50px; }
  .icon_section_main .icon_block img {
    max-width: 80px;
    margin-bottom: 0px; }
  .icon_section_main {
    padding: 61px 15px;
    margin-bottom: 94px; }
  img.half_circle {
    top: 47px;
    max-width: 70px;
    z-index: 1; }
  body.page.About.Us .online_store_section a {
    font-size: 16px;
    padding: 12px 10px; }
  body.page.About.Us .online_store_section p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 15px; }
  body.page.About.Us span.online_section_title {
    font-size: 26px;
    line-height: 28px; }
  body.page.About.Us .main_baner_content span {
    font-size: 20px;
    line-height: 28px; }
  body.page.About.Us .main_baner_content span span.bigger_txt {
    font-size: 28px !important; }
  body.page.About.Us span.diff_clr {
    font-size: 30px !important; }
  body.page.About.Us .main_baner_content {
    top: 43%;
    right: 0;
    max-width: 45%; }
  span.small_word {
    font-size: 20px !important; }
  body.page.About.Us .footer_banner_content a {
    width: 220px;
    padding: 12px 20px;
    font-size: 16px; }
  body.page.About.Us .footer_banner_content p {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px; }
  .footer_banner_content span {
    font-size: 26px !important;
    line-height: 30px; }
  .footer_banner_content {
    position: static;
    transform: translate(0); }
  body.page.About.Us .footer_banner img {
    width: 100%;
    display: none; }
  body.page.About.Us .footer_banner {
    margin-top: 30px;
    padding-top: 90px;
    position: relative;
    background: url(https://cdn11.bigcommerce.com/s-wuxgabuov7/images/stencil/original/image-manager/footer-banner.png?t=1726819404);
    padding-bottom: 200px;
    background-size: cover;
    background-position: center center;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: no-repeat; }
  body.page.About.Us .beyond_section p {
    font-size: 18px;
    margin-top: 15px; } }

body.page.About.Us .footer_banner_content a:hover {
  color: #fff;
  border: 1px solid #fff;
  background: transparent; }

@media only screen and (max-width: 768px) {
  #gt_float_wrapper {
    bottom: 30px !important;
    left: 2px !important; } }

#cart-preview-dropdown {
  min-width: calc(40px + 460px) !important;
  padding-right: 5px;
  left: -415px !important;
  padding-top: 5px;
  padding-bottom: 1px; }

#cart-preview-dropdown span.previewCartItem-brand {
  color: #10AE4B;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px; }

#cart-preview-dropdown .previewCartItem-image img {
  padding: 15px;
  border-radius: 16px;
  margin-top: 10px;
  height: 87%;
  width: 100%;
  margin-bottom: 10px !important; }

#cart-preview-dropdown span.previewCartItem-price {
  width: 42%; }

#cart-preview-dropdown h6.previewCartItem-name {
  width: 55%;
  margin-top: 15px; }

.navUser-section li a {
  font-size: 12px;
  color: #000;
  line-height: 105%; }

#cart-preview-dropdown .form-increment {
  font-size: 10px;
  color: #3A3A3A;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  position: absolute;
  bottom: 25px;
  right: 0; }

#cart-preview-dropdown .previewCartItem-content {
  position: relative; }

#cart-preview-dropdown .form-increment .button {
  border-radius: 50% !important;
  border-color: #A5A5A5;
  width: 16px;
  height: 16px;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px; }

#cart-preview-dropdown .form-increment .button i {
  color: #3a3a3a !important;
  height: 15px;
  width: 15px;
  margin-top: -6px;
  font-size: 14px;
  margin-left: -0.2px; }

#cart-preview-dropdown .form-input--incrementTotal {
  width: 12px;
  font-size: 10px;
  background: transparent; }

#cart-preview-dropdown li.previewCartItem {
  position: relative; }

#cart-preview-dropdown a.cart-remove.icon {
  border: 1px solid #FF0C0C;
  position: absolute;
  top: 25px;
  right: 0;
  width: 17px;
  height: 17px; }

#cart-preview-dropdown span.cart--price {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 20px;
  color: #3A3A3A; }

#cart-preview-dropdown .previewCartItem-image {
  padding: 0px 5px; }

#cart-preview-dropdown .previewCartAction .total-price {
  border: none;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0; }

#cart-preview-dropdown .previewCartAction-checkout .button {
  border: 1px solid #10ae4b;
  display: flex;
  align-items: center;
  padding: 13.5px 15px;
  font-size: 14px;
  border-radius: 15px !important;
  text-transform: uppercase;
  justify-content: center; }

#cart-preview-dropdown .previewCartAction-checkout .button svg {
  margin-right: 8px;
  margin-top: -3px; }

#cart-preview-dropdown .previewCartAction-viewCart a.button.button--small.button--outline {
  padding: 15.7px 20px;
  font-size: 14px;
  border-radius: 15px !important;
  text-transform: uppercase; }

#cart-preview-dropdown .form-increment .button i svg {
  fill: #A5A5A5; }

#cart-preview-dropdown button.button.button--outline.button--icon.plus--button svg {
  margin-top: 1px;
  margin-left: -1px; }

.navUser-item--cart .dropdown-menu.is-open:after {
  right: 4.4rem; }

#cart-preview-dropdown a.cart-remove.icon svg {
  height: 15px;
  width: 15px; }

#custom-error-popup, #deltpopup {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9999; }

button#okmsg {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #3aa913; }

button#okmsg:hover {
  background-color: #3aa913;
  border-color: #3aa913;
  color: #fff; }

.productList .product .listItem .listItem-body .listItem-content {
  width: 100%; }

#compare-list div span {
  color: #3A3A3A;
  font-size: 16px !important;
  font-weight: 700;
  letter-spacing: 0 !important;
  max-width: 190px !important; }

#compare-list div img {
  width: 100% !important;
  height: 100px;
  border: none !important;
  max-width: 40%;
  min-height: 100px;
  object-fit: contain !important; }

a#compare-link {
  font-size: 18px;
  font-weight: 700;
  color: #000 !important;
  max-width: 182px !important;
  width: 100%;
  text-align: center; }

button#clear-selection {
  background: transparent !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 400; }

div#compare-bar {
  padding: 30px 50px !important;
  flex-direction: unset !important;
  position: sticky;
  z-index: 9999999 !important;
  justify-content: space-evenly !important; }

div#compare-list {
  width: 100%;
  justify-content: start; }

div#compare-list-parent {
  width: 40%; }

#compare-list div {
  width: 33%;
  background: #fff;
  border-radius: 26px;
  padding: 20px; }

div#compare-text {
  max-width: 400px;
  margin: 0 !important;
  font-size: 16px;
  font-weight: 400 !important; }

div#compareTextandactions {
  width: 40%;
  text-align: left; }

@media only screen and (max-width: 1660px) {
  #compare-list div span {
    max-width: 145px !important; } }

@media only screen and (max-width: 1336px) {
  #compare-list div img {
    width: 100% !important;
    height: 90px;
    border: none !important;
    max-width: 40%;
    min-height: 90px;
    object-fit: contain !important; }
  #compare-list div span {
    color: #3A3A3A;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 0 !important;
    max-width: 110px !important; }
  div#compare-text {
    max-width: 400px;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 400 !important; }
  div#compare-text p {
    margin-bottom: 10px; }
  div#compare-actions {
    margin-top: 0 !important; } }

@media only screen and (max-width: 991px) {
  a#compare-link {
    font-size: 14px; }
  div#compare-list {
    width: 150%;
    max-width: 150%; }
  div#compare-list-parent {
    overflow-y: hidden;
    overflow-x: scroll; }
  button#clear-selection {
    background: transparent !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400; }
  div#compareTextandactions {
    width: 45%;
    text-align: left; }
  div#compare-bar {
    padding: 30px 20px !important;
    flex-direction: unset !important;
    position: sticky;
    bottom: 0;
    z-index: 1000;
    justify-content: space-evenly !important; }
  #compare-list div span {
    color: #3A3A3A;
    font-size: 14px !important;
    max-width: 115px !important; }
  #compare-list div img {
    height: 70px;
    max-width: 40%;
    min-height: 70px;
    object-fit: contain !important; } }

@media only screen and (max-width: 768px) {
  div#compare-list-parent {
    width: 100%; }
  .productList .product .card-bottom .tt-compare {
    font-size: 10px; }
  .productList .product .card-bottom {
    padding: 15px 10px; }
  div#compare-list {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px; }
  div#compare-bar {
    padding: 15px 15px !important;
    flex-wrap: wrap !important;
    flex-direction: unset !important; }
  #compare-list div img {
    max-width: 25%;
    min-height: 35px;
    height: 35px;
    object-fit: contain !important; }
  #compare-list div {
    padding: 10px;
    border-radius: 16px; }
  #compare-list div span {
    font-size: 12px !important;
    max-width: 80px !important; }
  div#compareTextandactions {
    width: 100%;
    text-align: left; }
  div#compare-text {
    font-size: 12px; } }

@media only screen and (max-width: 600px) {
  #compare-list div {
    width: 60%; }
  #compare-list div img {
    display: none; }
  #compare-list div span {
    font-size: 12px !important;
    max-width: 140px !important; }
  .productList .product .listItem .listItem-body .listItem-details .title-sec .gold-tag-price {
    bottom: 0;
    right: -22px;
    margin-bottom: 35px;
    max-width: 102%;
    position: relative; }
  .productList .product .listItem .listItem-body .listItem-details .title-sec .gold-tag-price:before {
    left: -26px; }
  .save_percentage {
    font-size: 13px !important;
    margin-top: 5px;
    line-height: 20px; } }

@media only screen and (max-width: 360px) {
  a#compare-link {
    max-width: 130px !important; } }

.pagination-link svg {
  margin-top: 5px; }

.pagination-link svg {
  margin-top: 5px; }

.pagination-link svg path {
  fill: #000; }

p.compare-limit-message {
  margin-bottom: 0;
  margin-right: 5px; }

a#sd-simple-button-editable-88dfc5b0-2137-4e0b-840b-e9b8e5286936 {
  padding-left: 30px;
  padding-right: 30px; }

.product-list-header p {
  max-width: 1250px; }

/*Membership Page CSS */
.Membership.Nonprofit .body {
  overflow-x: hidden; }

.Membership:not(.Individual):not(.Nonprofit) .tt-page.page-content--centered {
  display: none; }

.Membership:not(.Individual):not(.Nonprofit) .body {
  overflow-x: hidden; }

.Membership:not(.Individual):not(.Nonprofit) .tt-breadcrumbs-main {
  display: none; }

.Membership:not(.Individual):not(.Nonprofit) .membership_home_page {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  overflow-x: hidden; }
  .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .warranty_banner_seciton {
    position: relative;
    margin-top: 0; }
    .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .warranty_banner_seciton .warranty_content_right {
      position: absolute;
      top: 100px;
      left: 50%;
      width: 530px; }
      @media (max-width: 992px) {
        .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .warranty_banner_seciton .warranty_content_right {
          top: 40px;
          left: 50%;
          transform: translateX(-50%);
          width: 90%; } }
      .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .warranty_banner_seciton .warranty_content_right .sec_title {
        font-size: 60px;
        font-weight: 700;
        color: #fff;
        line-height: 70px;
        margin-bottom: 0px;
        display: block;
        text-align: left; }
        @media (max-width: 992px) {
          .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .warranty_banner_seciton .warranty_content_right .sec_title {
            font-size: 40px;
            line-height: 50px;
            text-align: center; } }
      .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .warranty_banner_seciton .warranty_content_right .diff_clr {
        display: block;
        font-size: 60px;
        line-height: 70px;
        font-weight: 700;
        color: #f2f317;
        font-style: italic;
        text-align: left; }
        @media (max-width: 992px) {
          .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .warranty_banner_seciton .warranty_content_right .diff_clr {
            font-size: 40px;
            line-height: 50px;
            text-align: center; } }
      .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .warranty_banner_seciton .warranty_content_right p {
        font-size: 30px;
        color: #fff;
        font-weight: 500;
        line-height: 35px;
        text-align: left;
        margin-top: 20px; }
        @media (max-width: 992px) {
          .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .warranty_banner_seciton .warranty_content_right p {
            text-align: center; } }
  .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 80px; }
    .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .title_section {
      margin-bottom: 70px; }
      .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .title_section .section_title {
        max-width: 825px;
        color: #10ae4b;
        font-size: 50px;
        font-weight: 700;
        text-align: center;
        display: block;
        line-height: 60px;
        margin-bottom: 25px; }
        @media (max-width: 992px) {
          .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .title_section .section_title {
            font-size: 40px;
            line-height: 50px; } }
      .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .title_section p {
        max-width: 1090px;
        font-size: 22px;
        font-weight: 400;
        color: #3a3a3a;
        text-align: center;
        margin-bottom: 0;
        line-height: 134%; }
    .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec {
      background: #0C9D91;
      background: linear-gradient(230deg, #0c9d91 0%, #45b55e 50%, #88d124 100%);
      border-radius: 50px;
      margin-top: 70px;
      overflow: hidden; }
      .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner {
        display: flex;
        align-items: start;
        justify-content: space-between;
        column-gap: 50px;
        padding: 30px 50px 50px;
        align-items: stretch; }
        @media (max-width: 992px) {
          .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner {
            flex-direction: column;
            row-gap: 40px;
            padding: 20px 15px 30px; } }
        .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner .none_member {
          width: 50%;
          position: relative;
          display: flex;
          flex-direction: column; }
          @media (max-width: 992px) {
            .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner .none_member {
              width: 100%; } }
          .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner .none_member .none_event_title {
            margin-bottom: 15px; }
            .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner .none_member .none_event_title p {
              color: #fff;
              display: flex;
              align-items: center;
              justify-content: center;
              flex-direction: column;
              font-size: 40px;
              font-weight: 700;
              text-align: center; }
              .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner .none_member .none_event_title p img {
                max-width: 55px;
                margin: 0 0 10px; }
        .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner .gold_members {
          width: 50%; }
          @media (max-width: 992px) {
            .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner .gold_members {
              width: 100%; } }
          .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner .gold_members .none_event_title {
            margin-bottom: 15px; }
            .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner .gold_members .none_event_title p {
              color: #f2f317;
              display: flex;
              align-items: center;
              justify-content: center;
              flex-direction: column;
              font-size: 40px;
              font-weight: 700;
              text-align: center; }
              .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner .gold_members .none_event_title p img {
                max-width: 55px;
                margin: 0 0 10px; }
        .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner ul {
          background: #fff;
          border-radius: 35px;
          padding: 40px 30px 40px;
          margin: 0;
          display: flex;
          flex-grow: 1;
          row-gap: 40px;
          flex-direction: column; }
          @media (max-width: 992px) {
            .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner ul {
              padding: 40px 15px 40px;
              row-gap: 20px; } }
          .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner ul li {
            list-style: none;
            display: flex;
            align-items: start;
            justify-content: start; }
            .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner ul li img {
              max-width: 24px;
              margin-right: 15px; }
            .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner ul li p {
              margin-bottom: 0;
              font-size: 22px;
              color: #3a3a3a;
              line-height: 128%;
              text-align: left; }
            .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner ul li a.btn {
              text-decoration: none;
              display: flex;
              align-items: center;
              justify-content: center;
              min-width: 325px;
              height: 59px;
              background: #10AE4B;
              font-size: 26px;
              font-weight: 700;
              color: #fff;
              border-radius: 8px;
              margin: 15px 0 0; }
              @media (max-width: 992px) {
                .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner ul li a.btn {
                  min-width: 100%; } }
            .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .inner ul li:last-child {
              justify-content: center;
              margin-top: auto; }
      .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec h1.title {
        font-size: 70px;
        line-height: 80px;
        font-weight: 700;
        color: #fff;
        font-style: italic;
        text-align: center;
        margin: 0;
        padding-top: 50px; }
        @media (max-width: 992px) {
          .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec h1.title {
            font-size: 50px;
            line-height: 60px;
            margin-bottom: 30px; } }
      .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .bottom-sec {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 50px; }
        @media (max-width: 992px) {
          .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .bottom-sec {
            flex-direction: column-reverse;
            row-gap: 40px;
            padding: 0 20px; } }
        .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .bottom-sec .content h2 {
          font-size: 45px;
          font-weight: 700;
          line-height: 50px;
          color: #fff;
          text-align: center;
          margin: 0;
          max-width: 685px; }
          @media (max-width: 992px) {
            .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .bottom-sec .content h2 {
              font-size: 35px;
              line-height: 40px; } }
          .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .bottom-sec .content h2 span {
            font-style: italic;
            color: #F2F317; }
            @media (max-width: 992px) {
              .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .bottom-sec .content h2 span {
                display: block; } }
        .Membership:not(.Individual):not(.Nonprofit) .membership_home_page .members_non_members_section .members_non_members_inner-sec .bottom-sec .content h3 {
          font-size: 30px;
          font-weight: 700;
          line-height: 40px;
          color: #fff;
          text-transform: uppercase;
          text-align: center;
          margin: 0 0 15px;
          letter-spacing: 1px; }

body.product {
  overflow-x: hidden; }
