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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    cursor: default; }

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #4f4f4f;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #989898;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #989898;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

/* Dots */
.slick-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: #2d2d2d;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #666666;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  height: 4.35714rem;
  margin-top: -2.14286rem;
  padding: 0.71429rem;
  width: 2.85714rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjMkQyRDJEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

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

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

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

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

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

.pace-inactive {
  display: none; }

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

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

.page-heading {
  font-size: 28px;
  margin: 0 0 3rem;
  text-align: center; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(130, 130, 130, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

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

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

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

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

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

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

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

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

.modal {
  left: 50%;
  margin: 0 auto;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 50% !important;
  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 {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 25px; } }

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

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

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

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

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

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

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

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

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #4f4f4f; }
  .pagination-item.pagination-item--current {
    border-color: #e8e8e8;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #4f4f4f; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #a5a5a5; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #a5a5a5; }

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

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

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

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

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

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

.button--icon svg {
  fill: #4f4f4f; }

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

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

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

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

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

.accordion-title {
  margin: 0; }

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

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

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

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

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

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

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

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

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.21429rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }

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

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }

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

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

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

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

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

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

.card-figure {
  margin-top: 0; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

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

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

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

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

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

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

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

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

.navList-action,
.navBar-action {
  text-decoration: none; }

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #dfdfdf;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(79, 79, 79, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox:after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #4f4f4f; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #989898;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #989898;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #4f4f4f; }

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: #4f4f4f; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #a5a5a5; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
      left: auto; }
    .navUser-item--cart .dropdown-menu.is-open:before {
      right: 0.78571rem; }
    .navUser-item--cart .dropdown-menu.is-open:after {
      right: 0.92857rem; }

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

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

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

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

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

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

.dropdown--quickSearch {
  background-color: #e8e8e8;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

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

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

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

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #dfdfdf;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

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

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

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

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

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

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

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

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

.navPages-action {
  color: #4f4f4f;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #f2f2f2; }
        .navPages-action.is-open svg {
          fill: #a5a5a5;
          stroke: #a5a5a5; } }
  .navPages-action:hover {
    color: #a5a5a5; }
    .navPages-action:hover svg {
      fill: #a5a5a5;
      stroke: #a5a5a5; }
  .navPages-action svg {
    fill: #4f4f4f;
    stroke: #4f4f4f;
    transition: all 0.15s ease; }

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

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

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

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

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: #f2f2f2;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

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

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

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

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

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

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .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 #e8e8e8;
  margin-bottom: 0.78571rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

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

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

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

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #989898;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #4f4f4f; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #a5a5a5; }
    .socialLinks .icon svg {
      fill: #4f4f4f;
      transition: all 0.15s ease; }

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

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

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

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

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

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

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

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 801px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      padding: 2.25rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #989898;
  margin-bottom: 1rem; }

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

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

.productView {
  padding-top: 1rem; }

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

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 500px;
      min-width: 500px; } }
  .productView-image img {
    width: 100%; }
  .productView-image .productView-image--default {
    width: auto; }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }

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

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

.productView-thumbnail-link {
  border: 2px solid transparent;
  display: inline-block;
  padding: 2px;
  text-align: center;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #454545; }

.productView-details {
  margin-bottom: 2rem; }

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

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

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

.productView-brand {
  color: #989898;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #989898; }
    .productView-brand a:hover {
      color: #4f4f4f; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.78571rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.78571rem; } }
  .productView-reviewLink > a {
    color: #989898; }
    .productView-reviewLink > a:hover {
      color: #4f4f4f; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

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

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

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

.compareTable {
  border-top: 1px solid #e8e8e8;
  table-layout: fixed;
  width: 100%; }

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

.toggleLink {
  color: #989898; }
  .toggleLink:hover {
    color: #4f4f4f; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-item-figure {
  float: left;
  height: 7.14286rem;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      text-align: left;
      width: 8.33333%; } }

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

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

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

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

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

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

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

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

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

.cart-item-name {
  font-size: 15px;
  margin: 0; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

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

.cart-remove {
  background-color: #f2f2f2;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #4f4f4f; }

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

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

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

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

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

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

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

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

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

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

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

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

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

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

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

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

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

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @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; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e8e8e8; }

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

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

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

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

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

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

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

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.35714rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

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

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

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    opacity: 1; }

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

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: auto; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

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

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

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

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

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

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

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

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

.adminBar {
  background-color: white;
  box-shadow: 0 0.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: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

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

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

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

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

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

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

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

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

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

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

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

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

.new-customer-fact-list {
  margin-left: 3rem; }

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

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

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

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

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

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

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

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

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

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

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

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 9.57143rem;
  padding: 1.5rem;
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

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

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

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

.header {
  background-color: white;
  border-bottom: 1px solid #e8e8e8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e8e8e8;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

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

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

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

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

.header-logo-image {
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      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; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #2d2d2d;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #2d2d2d;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

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

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

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

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

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e8e8e8;
  padding: 3rem 0; }

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

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

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

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

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

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

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

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

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

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

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #4f4f4f; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    font-size: 0; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    .no-csscolumns .productMasonry:before, .no-csscolumns .productMasonry:after {
      content: " ";
      display: table; }
    .no-csscolumns .productMasonry:after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: none;
      display: inline-block;
      font-size: 1rem;
      vertical-align: top; }
    .no-csscolumns .productMasonry .card {
      margin: 0; }

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

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

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

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

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

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

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

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

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

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

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

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

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

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

.listItem-brand {
  color: #a5a5a5;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

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

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

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

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

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

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1261px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 3.57143rem;
  z-index: 10; }

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

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

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

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

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: 800ms ease;
  z-index: 10; }

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

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

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

.product {
  overflow: hidden; }

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

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

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

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

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

.add-cart-action {
  display: flex;
  align-items: center; }

a {
  text-decoration: none; }

.shg-btn {
  text-decoration: none; }

address {
  font-style: normal; }

.dropdown--quickSearch .form-fieldset legend {
  width: 100%; }

.shg-product-atc-btn-wrapper.shg-align-center a {
  background-color: #000;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 0; }

.shg-product-image-wrapper a, .shg-product-atc-btn-wrapper.shg-align-center {
  font-size: 0; }

.shg-c-lg-3 .shg-btn {
  background-color: #000;
  margin: 4px 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 4px;
  font-size: 14px;
  font-weight: 500; }

.navUser-section--alt li.navUser-item:first-child {
  display: none; }

.swiper-button-next {
  right: 0; }

.swiper-button-prev {
  left: 0; }

.footer-top .footer-info-col fieldset.form-fieldset legend {
  width: 100%; }

.shg-product-image-wrapper, .shogun-image-link {
  font-size: 0; }

.swiper-button-next:focus, .swiper-button-prev:focus {
  border: 2px solid #000; }

.swiper-button-next:after, .swiper-button-prev:after {
  color: #091f3f; }

.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-free-mode.swiper-backface-hidden {
  padding: 0 30px; }

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 30px; }

/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield; }

/* Webkit browsers like Safari and Chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.accordion--navList .accordion-content.is-open {
  display: block; }

ul#navPages-119, ul#navPages-27 {
  min-height: 292px; }

.socialLinks--alt .icon {
  font-size: 14px; }

ul#navPages-192 {
  min-height: 238px; }

.add-cart-action .form-field--increments label {
  font-size: 15px; }

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='//www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='//www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='//www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='//www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/* jsTree default theme ends */
/* start custom css */
.hide {
  display: none !important; }

.banners {
  background-color: #091F3F; }
  .banners .banner {
    max-width: 1200px;
    padding: 0; }
    .banners .banner p {
      font-size: 16px;
      font-family: 'Karla', sans-serif;
      color: #fff;
      line-height: normal; }

.container, .page {
  padding: 0;
  margin: auto;
  max-width: 1200px; }

.header-top {
  border-bottom: 1px solid #e8e8e8; }
  .header-top .navUser {
    margin: auto;
    padding: 10px 0;
    text-align: right;
    list-style: none; }
    .header-top .navUser li {
      display: inline-block;
      padding-left: 30px; }
      .header-top .navUser li img {
        max-width: 22px;
        margin-right: 10px;
        vertical-align: middle; }
      .header-top .navUser li a {
        font-size: 16px;
        font-family: Karla,sans-serif;
        color: #2D2925;
        text-decoration: none;
        text-transform: capitalize;
        font-weight: 500; }
        .header-top .navUser li a:hover {
          color: #BD202E; }

a, input, .btn, .navUser-item--account {
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s; }

.header-middle {
  padding: 20px 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease; }
  .header-middle .container {
    display: table; }
    .header-middle .container .header-logo--left {
      margin: auto;
      width: 25%;
      float: none;
      display: table-cell;
      vertical-align: middle; }
    .header-middle .container form {
      margin: auto;
      width: 50%;
      float: none;
      vertical-align: middle;
      display: table-cell; }
      .header-middle .container form .form-field {
        margin: auto; }
      .header-middle .container form #search_query_adv {
        border-radius: 0;
        border: 1px solid #091F3F; }
      .header-middle .container form .button {
        margin: auto;
        border-radius: 0;
        background: #CF0A2C;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        border-color: #CF0A2C;
        margin: auto;
        border-radius: 0;
        text-transform: uppercase;
        border-color: #CF0A2C;
        background: #CF0A2C url(https://power.tenergy.com/product_images/uploaded_images/search.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%;
        font-size: 0;
        height: 42px; }
    .header-middle .container .navUser {
      float: none;
      width: 25%;
      padding: 0;
      display: table-cell;
      vertical-align: middle; }
      .header-middle .container .navUser .user-account {
        padding: 1rem .78571rem; }
      .header-middle .container .navUser .header_account {
        display: none;
        position: absolute;
        background: #fff;
        z-index: 99;
        border: 1px solid #e8e8e8;
        width: 270px;
        padding: 20px;
        box-shadow: 0px 1px 1px 1px #e8e8e8; }
      .header-middle .container .navUser .navUser-item--account:hover .user-account {
        border-radius: 0; }
      .header-middle .container .navUser .navUser-item--account .navUser-action {
        display: block;
        width: 100%;
        text-align: center;
        margin: auto auto 30px;
        border-radius: 0;
        background: #091F3F;
        color: #fff;
        font-family: 'Open Sans',sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        border: 1px solid #091F3F;
        font-weight: 400;
        padding: 10px 20px; }
        .header-middle .container .navUser .navUser-item--account .navUser-action:hover {
          background: none;
          color: #091F3F; }
        .header-middle .container .navUser .navUser-item--account .navUser-action:nth-of-type(2) {
          background: transparent;
          color: #091F3F;
          border: 1px solid #091F3F;
          margin-bottom: 0; }
          .header-middle .container .navUser .navUser-item--account .navUser-action:nth-of-type(2):hover {
            color: #fff;
            background: #091F3F; }
      .header-middle .container .navUser .navUser-item--account .navUser-or {
        display: none; }

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
  padding: 5px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.header-middle .container .navUser .user-account, .navUser-item--cart .navUser-action {
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer; }

.user-account .user_img {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 29px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.user-account span.view-account {
  text-transform: uppercase;
  color: #7F4806; }

.user-account span.view-account a {
  color: #7F4806;
  text-decoration: none; }

.head-account span {
  display: block;
  line-height: 20px; }

.head-account {
  display: inline-block;
  vertical-align: middle; }

.user-account span, .navUser-item-cartLabel {
  font-family: 'Karla', sans-serif;
  color: #2D2925;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500; }

.navUser-item--cart, .navUser-item--cart .navUser-action {
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s; }

.navUser-item--cart .navUser-action {
  position: relative;
  padding: 7px .78571rem 8px; }

#cart-preview-dropdown {
  right: 0;
  position: absolute;
  padding: 15px;
  top: 84%; }

#cart-preview-dropdown h4 {
  font-size: 18px;
  font-family: Karla,sans-serif;
  text-transform: capitalize;
  font-weight: 600; }

#cart-preview-dropdown thead, #cart-preview-dropdown .cart-item-quantity, #cart-preview-dropdown .cart-item-value {
  display: none; }

#cart-preview-dropdown .cart-item-figure {
  width: 30%; }

#cart-preview-dropdown .cart-item-title {
  width: 70%;
  padding: 10px 0 0 10px; }

#cart-preview-dropdown .cart-item-name {
  margin-bottom: 10px;
  line-height: 18px; }

#cart-preview-dropdown .cart-item-name a {
  font-size: 14px;
  font-family: Karla,sans-serif;
  color: #2D2925;
  text-decoration: none;
  line-height: normal; }

#cart-preview-dropdown .cart-item-title span {
  font-size: 18px;
  font-family: Karla,sans-serif;
  color: #2D2925;
  text-decoration: none;
  line-height: normal;
  font-weight: 600; }

#cart-preview-dropdown .header-cart-btn {
  display: block;
  text-align: center; }

#cart-preview-dropdown .header-cart-btn .view-cart {
  display: inline; }

.navUser-item--cart:hover .navUser-action {
  background: rgba(0, 0, 0, 0.1); }

.navUser-item--cart:hover #cart-preview-dropdown {
  display: block;
  right: 0;
  position: absolute; }

.navUser-item--cart #cart-preview-dropdown {
  height: 400px;
  overflow-y: scroll; }

.navUser-item--cart .cart-quantity {
  position: absolute;
  top: -5px;
  left: 25px;
  display: block;
  background-color: #BD202E; }

.header-bottom {
  background-color: #f6f6f6; }

.navPages-action {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Karla', sans-serif;
  letter-spacing: 0.2px;
  opacity: 1;
  padding: 12px 20px;
  color: #2D2925;
  line-height: 30px; }

.navPages-action:hover {
  color: #BD202E; }

.heroCarousel {
  margin-bottom: 40px; }

.home-fature .product {
  width: 100%;
  padding: 20px 10px; }

.home-heading {
  position: relative;
  margin-bottom: 40px;
  text-align: center; }

.home-heading .page-heading {
  margin: auto;
  display: inline;
  text-align: center;
  padding: 0 50px;
  background: #fff;
  position: relative;
  z-index: 9;
  color: #2D2925;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Karla', sans-serif;
  font-weight: 400; }

.border-bottom {
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

.what-new {
  background: #f5f5f5;
  margin-bottom: 40px;
  padding: 40px 0 25px 0;
  overflow: hidden;
  width: 100%; }

.what-new .home-heading .page-heading {
  background: #f5f5f5; }

.tenergy-banner {
  padding-bottom: 15px;
  display: flex;
  width: 100%;
  float: none; }

.tenergy_left {
  float: left;
  width: 51.8%;
  vertical-align: middle; }

.tenergy_right {
  float: left;
  width: 48.2%;
  vertical-align: middle; }

.tenergy_left_two {
  float: left;
  width: 50%;
  vertical-align: middle; }

.tenergy_right_two {
  float: left;
  width: 50%;
  vertical-align: middle; }

.tener_battery {
  float: left;
  width: 50%;
  vertical-align: middle;
  padding-right: 2px;
  background: #fff; }

.tener_meter {
  padding: 0 2px 2px 0;
  background: #fff; }

.tenergy-banner a {
  overflow: hidden;
  display: block;
  margin: auto;
  transition: box-shadow .2s linear;
  -moz-transition: box-shadow .2s linear;
  -o-transition: box-shadow .2s linear;
  -webkit-transition: box-shadow .2s linear;
  -ms-transition: box-shadow .2s linear; }

.tenergy-banner a:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18); }

.what-new img {
  width: 100%; }

.what-new-two img {
  width: 600px; }

.what-new {
  background: #f5f5f5;
  margin-bottom: 40px;
  padding: 40px 0 25px 0;
  overflow: hidden;
  width: 100%; }

.card-body {
  padding: 10px 5px 0; }

.card-title {
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
  font-weight: normal;
  color: #666;
  text-transform: capitalize;
  margin: 0;
  line-height: 1.2;
  word-wrap: break-word;
  min-height: 80px; }

.card-title-arlo {
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
  font-weight: normal;
  color: #666;
  text-transform: capitalize;
  margin: 0;
  line-height: 1.2;
  word-wrap: break-word;
  min-height: 40px; }

.card-title a {
  color: #666;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: normal;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif; }

.card-title a {
  text-align: left;
  line-height: normal;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 70px;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.similar_product .card-title a, .rala_product .card-title a {
  height: 57px; }

.categories_ship {
  display: block;
  padding: 10px 0 0 0;
  font-family: 'Open Sans',sans-serif;
  text-transform: uppercase;
  font-size: 12pt;
  font-weight: normal;
  color: #666;
  line-height: normal;
  text-align: center; }

.card-title a:hover {
  color: #BD202E;
  opacity: 1; }

.prod_item_nu {
  font-weight: 400;
  color: #565658;
  font-family: Karla,sans-serif;
  text-transform: capitalize;
  font-size: 9pt; }

.productCarousel-slide.home-fature, .home_new .productCarousel-slide {
  border: none;
  border-radius: 10px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  margin: auto; }

.card-figure a {
  display: block; }

.card-figure > a {
  min-height: 240px; }

.card-figure > a .card-image {
  max-height: 240px; }

.card-body .card-text {
  color: #BD202E;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin: auto;
  min-height: 75px;
  font-family: 'Karla', sans-serif; }

.card-body .card-text .price-section--withTax {
  display: none; }

.card-body .card-text .price-section--minor abbr {
  display: none; }

.card-body .card-text span.price {
  font-weight: 700;
  font-size: 36px;
  font-family: 'Open Sans',sans-serif;
  color: #666;
  line-height: normal;
  display: block; }

.cart-action a {
  width: 100%;
  margin: 10px auto auto auto;
  border-radius: 10px;
  background: #091F3F;
  color: #fff;
  border: 1px solid #091F3F;
  padding: .77143rem;
  font-family: Karla,sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0; }

.cart-action a:hover {
  background: #abd0e9;
  color: #091F3F;
  border-color: #abd0e9; }

.cart-action a.out-stock {
  color: #091F3F;
  background: #fff;
  border-color: #CF0A2C; }

.cart-action a.out-stock:hover {
  background: #CF0A2C;
  color: #fff; }

.card-body .price-section p {
  margin: auto; }

.productCarousel {
  margin-bottom: 50px; }

.card-figcaption .card-figcaption-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: none; }

.card-figcaption-button + .card-figcaption-button {
  width: calc(100% - 20px);
  margin: auto;
  border-radius: 0;
  background: #091F3F;
  color: #fff;
  font-family: Karla,sans-serif;
  border: 1px solid #091F3F;
  padding: .77143rem;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  top: auto;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 16px; }

.card-figcaption-button + .card-figcaption-button:hover {
  color: #091F3F;
  background: #fff; }

.card-figure a.quickview {
  font-family: Karla,sans-serif;
  border: 1px solid #091F3F;
  position: absolute;
  top: 35%;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  transform: translate(-60%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-weight: 600;
  left: 50%;
  right: 0;
  color: #091F3F;
  font-size: 16px;
  padding: 10px; }

.card-figure a.quickview:hover {
  background: #091F3F;
  color: #fff; }

.slick-dots {
  bottom: 0;
  position: relative; }

.slick-dots li.slick-active button:before {
  background: #091f3f;
  color: #ffffff; }

ul.slick-dots {
  background: #fff;
  width: 150px;
  margin: 0 auto;
  border-radius: 30px; }

.slick-dots li button {
  background: #091f3f;
  border: 1px solid #091f3f;
  border-color: #091f3f;
  color: #ffffff; }

.home-content h2 {
  color: #2D2925;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: left;
  display: block; }

.footer {
  padding: 0;
  border-top: none; }

.footer-top {
  background: #091F3F; }

.footer-top section {
  padding: 1.85714rem 0;
  display: flex; }

.footer-top .footer-info-col {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  padding: 0; }

.footer-top h5 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Karla,sans-serif;
  margin: 0 1.5rem 0 0;
  font-weight: 700; }

.footer-top p {
  margin: 0 1.5rem 0 0;
  font-family: Karla,sans-serif;
  color: #fff;
  font-size: 14px;
  opacity: 0.8; }

.footer-top form {
  width: 35%;
  margin-left: auto;
  margin-right: 0; }

.footer-top .form-field {
  margin: auto; }

.footer-top .form-prefixPostfix .form-input {
  border-radius: 0; }

.footer .footer-top .form-prefixPostfix .button {
  margin: auto;
  border-radius: 0;
  background: #f6f6f6;
  color: #091F3F;
  font-family: 'Open Sans',sans-serif;
  font-size: 15px;
  border-color: #f6f6f6;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: uppercase; }

.footer-info {
  padding: 30px 0; }

.footer-info .footer-info-col--small {
  margin-bottom: 0; }

.footer-info-address {
  width: 40%; }

.footer-info-brand {
  width: 26.66667%; }

.footer-info-address h5 {
  display: none; }

.footer-logo {
  max-width: 250px;
  padding-top: 10px; }

.footer-info .footer-info-col h5 {
  padding-top: 20px;
  font-size: 18px;
  color: #091F3F;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
  text-align: left;
  font-family: Karla,sans-serif;
  font-weight: 700; }

.footer-info-list li {
  margin: 0 0 .78571rem; }

.footer-info-list li a {
  text-decoration: none;
  color: #646569;
  font-size: 14px;
  text-transform: capitalize;
  font-family: Karla,sans-serif; }

.footer-info-brand li {
  float: left;
  width: 50%;
  text-align: left; }

.footer-info-address address {
  text-decoration: none;
  color: #646569;
  font-size: 18px;
  text-transform: capitalize;
  font-family: Karla,sans-serif;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative; }

.footer-info-address address:before {
  content: "";
  background: url("https://power.tenergy.com/product_images/uploaded_images/location.png");
  background-size: contain;
  position: absolute;
  vertical-align: middle;
  background-repeat: no-repeat;
  left: 0;
  top: 7px;
  z-index: 9;
  width: 30px;
  height: 30px; }

.footer-info-address strong {
  text-decoration: none;
  color: #091F3F;
  font-size: 18px;
  text-transform: capitalize;
  font-family: Karla,sans-serif;
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative; }

.footer-info-address strong:before {
  background: url("https://power.tenergy.com/product_images/uploaded_images/phone.png");
  content: "";
  background-size: contain;
  position: absolute;
  vertical-align: middle;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 9;
  width: 30px;
  height: 30px; }

.socialLinks {
  padding-left: 10px;
  margin-top: 20px; }

.socialLinks .socialLinks-item {
  margin-right: 20px;
  float: left; }

.socialLinks--alt .icon {
  height: 26px;
  width: 26px;
  color: #091F3F; }

.socialLinks .icon svg {
  fill: #666; }

.socialLinks .icon:hover svg {
  fill: #091F3F; }

.footer-copyright {
  background: #f0f0f0;
  color: #505050;
  padding: .78571rem 0;
  text-align: center; }

.footer-copyright .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer-copyright p {
  font-family: Karla,sans-serif;
  font-size: 16px;
  color: #646569;
  margin: auto;
  display: inline-block; }

.footer-copyright a {
  color: #091F3F;
  font-family: Karla,sans-serif;
  font-size: 16px; }

.footer-payment-icons {
  margin-top: 0; }

.heroCarousel {
  margin-bottom: 40px; }

.heroCarousel .slick-dots li {
  height: auto;
  width: auto;
  background-color: rgba(255, 255, 255, 0);
  padding: .35714rem;
  border-radius: .21429rem;
  color: #000000; }

.heroCarousel .slick-dots {
  background: #000000;
  width: auto;
  left: calc(50% - 44px);
  border-radius: 22px;
  padding: 0 10px; }

.heroCarousel .slick-dots li button {
  background: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 10px;
  height: .42857rem;
  width: .42857rem;
  transition: all .5s ease;
  color: #000000; }

.heroCarousel .slick-dots li.slick-active button {
  width: 1.07143rem;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
  color: #000000; }

.heroCarousel .slick-dots li button:before, .heroCarousel .slick-dots li.slick-active button:before {
  display: none; }

.heroCarousel .slick-prev, .heroCarousel .slick-next {
  background: none; }

.navPage-subMenu {
  background: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease; }

.navPage-subMenu-item {
  width: 25%;
  padding: 0 15px !important;
  margin-bottom: 20px !important; }

.navPage-subMenu-item > .navPage-subMenu-action {
  padding: 0 0 10px 0;
  background-color: transparent;
  text-transform: uppercase;
  font-family: Karla,sans-serif;
  font-size: 15px;
  color: #2D2925; }

.navPage-subMenu .navPage-subMenu-item .navPage-childList .navPage-childList-action {
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #2d2d2d;
  font-family: 'Open Sans',sans-serif;
  line-height: normal; }

.navPages .navPages-list > .navPages-item > .navPages-action.is-open {
  color: #BD202E;
  background: -moz-linear-gradient(top, #fff 40%, #ebebea);
  background: -webkit-linear-gradient(top, #fff 40%, #ebebea);
  background: -ms-linear-gradient(top, #fff 40%, #ebebea);
  background: -o-linear-gradient(top, #fff 40%, #ebebea); }

.navPage-subMenu-item > .navPage-subMenu-action:hover {
  color: #BD202E; }

.navPage-subMenu .navPage-subMenu-item .navPage-childList .navPage-childList-action:hover {
  color: #BD202E; }

.navPage-subMenu-image {
  display: none; }

.navPage-subMenu {
  top: 102%;
  width: 100%;
  box-shadow: 0px 1px 8px 1px rgba(223, 223, 223, 0.3);
  -moz-box-shadow: 0px 1px 8px 1px rgba(223, 223, 223, 0.3);
  -webkit-box-shadow: 0px 1px 8px 1px rgba(223, 223, 223, 0.3);
  -ms-box-shadow: 0px 1px 8px 1px rgba(223, 223, 223, 0.3);
  padding-bottom: 0 !important;
  left: 0; }

.heroCarousel .slick-dots {
  position: absolute; }

.below-hero {
  width: auto;
  display: block;
  margin: 0 -1.14286rem 20px;
  padding-bottom: 20px;
  overflow: hidden; }

.modez-banner {
  float: left;
  width: 33.33%;
  padding: 0 15px;
  vertical-align: middle; }

.modez-banner a {
  display: block;
  transition: box-shadow .2s linear;
  overflow: visible; }

.modez-banner a:hover img {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18); }

.modez-banner a img {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: box-shadow .2s linear; }

.modez-banner a:hover img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.heroCarousel-content {
  background: transparent;
  left: 10%;
  width: 60rem;
  right: auto; }

.heroCarousel-title {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  color: #091F3F;
  text-transform: uppercase;
  text-align: center;
  line-height: normal; }

.heroCarousel-content .heroCarousel-description {
  font-family: Karla,sans-serif;
  font-size: 36px;
  color: #000;
  text-transform: capitalize; }

.heroCarousel-action {
  margin-top: 1.5rem;
  font-family: Karla,sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #091F3F;
  font-weight: bold;
  background: #091F3F;
  border-radius: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease; }

.heroCarousel-action:hover {
  background: #fff;
  color: #091F3F; }

.insta-widget {
  margin-bottom: 50px; }

.body {
  margin-top: 0; }

.default .body {
  margin-top: 2.5rem; }

.product {
  overflow: visible; }

ul.breadcrumbs {
  text-align: left;
  margin: 0.75rem auto; }

.breadcrumb, .breadcrumb a {
  text-transform: uppercase;
  font-size: 14px;
  color: #58595B;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

ul.breadcrumb a:hover {
  color: #BD202E; }

.breadcrumb.is-active > .breadcrumb-label {
  text-transform: uppercase;
  font-size: 14px;
  color: #58595B;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; }

.product-header {
  overflow: hidden;
  width: 100%;
  display: block; }

.productView {
  padding: 0;
  margin: auto; }

.productView-title {
  color: #58595B;
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 600;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif; }

.product-header .product_item {
  float: left;
  width: auto;
  padding-right: 20px; }

.product-header .productView-rating span.productView-reviewLink {
  display: none; }

.product-header .product_item dt {
  display: none; }

.product-header .productView-rating {
  float: left;
  width: auto;
  padding-right: 20px; }

.product-header .nowrap {
  float: left;
  width: auto;
  border: none;
  padding-left: 20px; }

.product-header .product_item dl {
  margin: auto; }

.product-header .product_item dd {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: auto;
  padding: 0;
  color: #58595B; }

.product-header .productView-reviewLink, .product-header .productView-reviewLink, .product-header .nowrap a {
  color: #51545D;
  font-size: 12px;
  margin: auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-decoration: none;
  padding: 0; }

.nowrap_arro {
  float: left;
  color: #646569;
  font-size: 14px;
  margin: auto;
  font-family: Karla,sans-serif; }

.product-main {
  display: block;
  width: 100%;
  padding-top: 10px;
  overflow: hidden; }

.productView-images {
  width: 37%;
  position: relative;
  padding: 0; }

.productView-images input[type=button] {
  color: #A7A9AC;
  border: none;
  position: absolute;
  padding: 0;
  margin: auto;
  right: 10px;
  bottom: 9px;
  font-family: 'Open Sans',sans-serif;
  font-size: 15px; }

.productView-image {
  min-width: 100%;
  min-height: 450px;
  margin-bottom: 15px; }

.productView-image + .productView-thumbnails {
  margin: auto;
  max-width: calc(100% - 50px); }

.productView-thumbnails .slick-prev {
  left: -15px;
  padding: 0;
  background: transparent;
  width: 20px;
  margin: auto;
  position: absolute;
  top: 20px; }

.productView-thumbnails .slick-prev:before, .productView-thumbnails .slick-next:before {
  height: 20px;
  width: 20px;
  margin: auto; }

.productView-images .slick-dots li button, .productView-images .slick-dots li button:before {
  width: 10px;
  height: 10px; }

.productView-thumbnails .slick-next {
  right: -15px;
  padding: 0;
  background: transparent;
  width: 20px;
  margin: auto;
  position: absolute;
  top: 20px; }

.productCarousel .productView-thumbnail {
  padding: 0; }

.productView-details {
  width: 63%;
  padding: 0 0 0 35px;
  margin-bottom: 10px; }

.productView-product {
  border: none;
  padding: 0; }

.productView-product {
  border: none;
  padding: 0;
  display: block;
  overflow: hidden; }

.productView-product form {
  display: block;
  width: 100%;
  overflow: hidden; }

.productView-varient {
  display: none; }

.product-item-details {
  float: left;
  width: calc(100% - 290px);
  padding: 10px;
  overflow: visible !important;
  margin: 1px auto 1px 1px; }

.productView-options {
  width: 287px;
  position: relative;
  float: right;
  padding-left: 30px; }

.stock_lavel {
  border-bottom: 6px solid #dfdfdf;
  margin-bottom: 13px;
  padding-bottom: 13px; }

.stock_lavel .form-field--stock {
  margin: auto; }

.stock_lavel .form-field--stock label {
  font-family: 'Open Sans', sans-serif;
  color: #041E41;
  font-weight: 600;
  font-size: 18pt;
  line-height: normal;
  margin-bottom: 5px; }

.stock_lavel .form-field--stock.out-of-stock label {
  color: #091F3F !important;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold; }

.stock_lavel .form-field--stock label.orange {
  color: #F7931E; }

.stock_lavel .form-field--stock label.back {
  color: #be1e2d; }

.product-stck-qty {
  display: none; }

.avalability {
  color: #041E41;
  font-size: 14pt;
  text-transform: none;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.avalability span {
  font-weight: 600;
  font-family: 'Open Sans',sans-serif;
  font-size: 14pt; }

.shrt-description {
  border-bottom: 6px solid #dfdfdf;
  margin-bottom: 13px;
  padding-bottom: 13px; }

.product-item-details .prod_dec, .product-item-details #volume-price {
  display: none; }

.volu-price .product-highlight {
  display: none; }

.volu-price #volume-price {
  display: block;
  border: 2px solid #E6E6E6;
  margin-bottom: 13px; }

.productView-description #volume-price {
  display: none; }

.product-highlight h3 {
  margin: auto auto 13px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #4D4D4D;
  line-height: normal;
  letter-spacing: 0;
  font-family: 'Open Sans', sans-serif; }

.product-highlight ul {
  font-size: 1rem;
  margin: auto;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  text-transform: none;
  margin: auto auto 10px 20px; }

.product-highlight li {
  position: relative;
  font-size: 1rem;
  font-family: 'Open Sans',sans-serif;
  color: #666; }

.shrt-description .more, .shrt-description .less {
  color: #0071BC;
  font-size: 12pt;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 600;
  font-family: 'Open Sans',sans-serif;
  cursor: pointer;
  padding: 5px 0 0 0; }

/* 
.product-highlight li:nth-child(n+5) {display:none;}    

  .product-highlight.show li:nth-child(n+5) {display:block;} 
  */
.product_option_hange .form-field {
  border-bottom: 6px solid #dfdfdf;
  padding-bottom: 2rem;
  margin-bottom: 13px; }

.product_option_hange label {
  color: #4D4D4D;
  font-size: 18px;
  line-height: normal;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal; }

.product_option_hange label .optn-selector {
  color: #4D4D4D;
  font-size: 18px;
  line-height: normal;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

.product_option_hange small {
  font-family: Karla,sans-serif;
  color: #091F3F;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-transform: capitalize; }

.product_option_hange .form-option {
  border: 2px solid #E6E6E6;
  padding: 0;
  margin-bottom: 0; }

.form-radio:checked + .form-option {
  border-color: #F7931E;
  box-shadow: 0 0 0 1px #F7931E; }

.product_option_hange .form-option-variant--color {
  background: transparent !important;
  width: auto;
  padding: 5px 10px;
  height: 100%;
  color: #2D2925;
  font-size: 16px;
  line-height: normal;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif; }

.product_warranty p {
  font-weight: 400;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-size: 13px;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  line-height: normal; }

.product_warranty p span:before {
  content: "";
  background: url(https://power.tenergy.com/product_images/uploaded_images/warnning.png);
  position: absolute;
  left: 0px;
  top: 3px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat; }

.product_warranty span {
  color: #BE1E2D;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase; }

.product_warranty span.warning_item {
  color: #4D4D4D;
  font-size: 1rem;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold; }

.product_warranty span.warning_item:before {
  content: "";
  background: url(https://power.tenergy.com/product_images/uploaded_images/attention.png);
  position: absolute;
  left: 0px;
  top: 3px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat; }

.productView-price .price-section--withTax {
  display: none; }

.instant-price {
  border: 1px solid #dfdfdf;
  padding: 20px 10px; }

.instant-price p {
  color: #666666;
  font-size: 15pt;
  margin: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: normal;
  text-transform: capitalize;
  margin: auto; }

.instant-price p.price span {
  color: #666666;
  font-size: 15pt;
  margin: auto;
  font-family: 'Open Sans', sans-serif; }

.instant-price p .saving-data, .instant-price p .sign {
  color: #BE1E2D;
  font-size: 15pt;
  margin: auto;
  font-family: 'Open Sans', sans-serif; }

.instant-price p .saving-data {
  margin-left: -4px; }

.productView-options .instant_price {
  margin: auto auto 30px auto; }

.instant-price p.tax-price {
  color: #F7931E;
  font-size: 9pt;
  margin: auto;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize; }

.instant-price p.tax-price span {
  text-transform: none;
  font-style: oblique;
  border: 1px solid;
  border-radius: 100%;
  padding: 0 6px;
  margin-left: 3px;
  cursor: pointer;
  text-align: center; }

.instant-price p.tax-price img {
  max-width: 20px;
  cursor: pointer; }

.final-pay {
  padding: 10px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 10px;
  margin-bottom: 30px; }

.final-pay .pay-you {
  color: #666666;
  font-size: 15pt;
  line-height: normal;
  text-transform: capitalize;
  font-weight: 600;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif; }

.final-pay .price.price--withoutTax {
  float: none;
  color: #BE1E2D;
  font-weight: bold;
  font-size: 24pt;
  font-family: 'Open Sans', sans-serif;
  vertical-align: middle;
  display: inline-block;
  text-align: right;
  width: 150px; }

.productView-price abbr {
  display: none; }

.add-cart-action {
  overflow: hidden;
  padding-top: 10px; }

.add-cart-action .form-field--increments {
  margin: auto;
  width: 60px;
  float: left;
  margin-right: 15px; }

.add-cart-action .form-action {
  margin: auto; }

.add-cart-action .form-action .button {
  border-radius: 0;
  background: #091F3F;
  border-radius: 10px;
  background: #091F3F;
  color: #fff;
  border: 1px solid #091F3F;
  padding: 12px 22px;
  width: 100%;
  letter-spacing: 0;
  margin: auto;
  font-family: Karla,sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease; }

.add-cart-action .form-action .button:hover {
  background: #abd0e9;
  color: #091F3F;
  border-color: #abd0e9; }

.add-cart-action .form-input--incrementTotal {
  display: inline;
  float: left;
  width: 40px;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  line-height: 38px;
  border-right: none;
  font-family: Karla,sans-serif;
  font-size: 20px; }

.add-cart-action .form-increment .button--icon {
  float: left;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 16px;
  border-radius: 0; }

.add-cart-action .form-increment .button--icon svg {
  display: none; }

.add-cart-action .form-increment .button--icon i {
  height: 20px;
  width: 19px;
  line-height: normal;
  margin-top: 0;
  position: relative;
  top: -5px; }

.add-cart-action .form-increment .button--icon[data-action="inc"] i:before {
  content: "+";
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
  color: #000; }

.add-cart-action .form-increment .button--icon[data-action="dec"] i:before {
  content: "-";
  font-style: normal;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 16px; }

.productView-options ul.socialLinks {
  width: 100% !important;
  padding: 0; }

.productView-options ul.socialLinks li {
  padding: 0;
  margin: 0;
  width: auto !important;
  float: left;
  padding-right: 10px; }

.productView-options ul.socialLinks li.socialLinks-item--google_plusone {
  display: none; }

.productView-options ul.socialLinks li:last-child {
  padding-right: 0; }

.productView-options .addthis_toolbox a.at300b {
  width: 1.42857rem; }

.productView-options ul.socialLinks li span {
  text-transform: capitalize;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 18px;
  margin: auto; }

.productView-options .google_plusone_iframe_widget {
  width: auto !important; }

.productView-options .socialLinks-item--facebook_like, .productView-options .socialLinks-item--pinterest {
  display: none; }

.productView-description {
  float: none;
  width: 100%;
  clear: both;
  margin-top: 30px;
  padding: 0; }

.productView-description .product-highlight {
  display: none; }

.description_tab {
  background: #091F3F;
  padding: 10px 0; }

.description_tab.stick {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }

.description_tab .tabs, .description_tab .tab, .description_tab .tab.is-active {
  border: none; }

.description_tab li a {
  color: #fff;
  letter-spacing: 0;
  margin: auto;
  font-family: Karla,sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: .38571rem 30px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  margin-right: 30px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px; }

.description_tab li a:focus {
  outline: none; }

.description_tab .tab.is-active .tab-title {
  color: #091F3F;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  border-radius: 10px; }

.productView-description .product-highlight {
  display: none; }

.productView-description .tab-content p, .productView-description .tab-content li {
  font-size: 16px;
  margin: auto;
  font-weight: 400;
  color: #2D2925;
  font-family: 'Open Sans', sans-serif;
  /*text-transform:lowercase;*/ }

.productView-description .tab-content strong {
  text-transform: none; }

.productView-description .tab-content p:first-letter, .productView-description .tab-content li:first-letter, .product_warranty p:first-letter, .product-highlight li:first-letter {
  text-transform: capitalize; }

.productView-description .tab-content li {
  padding-top: 10px; }

.productView-description .tab-content h3 {
  font-family: 'Open Sans', sans-serif;
  color: #091F3F;
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 5px; }

.card-body .card-text .tax-price {
  display: none; }

.card-body .card-text .price span:nth-of-type(1) {
  display: none; }

.product-header-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 50;
  /*  background: #f6f6f6;*/
  background: #fff;
  padding: 6px 0;
  opacity: 0;
  min-height: 65px;
  visibility: hidden;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease; }

.product-header-top .container {
  display: table;
  width: 100%; }

.header-productImage {
  width: 70px;
  vertical-align: middle;
  float: none;
  margin: auto;
  display: table-cell; }

.header-product-tittle {
  vertical-align: middle;
  float: none;
  margin: auto;
  width: calc(100% - 360px);
  display: table-cell;
  padding-left: 20px; }

.header-product-tittle h1 {
  font-size: 20px; }

.header-product-cart {
  text-align: center;
  vertical-align: middle;
  width: 273px;
  float: none;
  margin: auto;
  display: table-cell; }

.product-header-top.fixed-top {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

body.product .header-fixed {
  position: relative; }

.related_product .tab {
  border: none; }

.related_product .tab .tab-title {
  margin: auto;
  display: block;
  text-align: left;
  padding: 0 0 10px;
  color: #2D2925;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  border: none; }

.body {
  margin-bottom: 0; }

.header-product-cart .add-cart {
  border-radius: 10px;
  background: #091F3F;
  color: #fff;
  border: 1px solid #091F3F;
  padding: 10px 30px;
  letter-spacing: 0;
  margin: auto;
  font-family: Karla,sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  line-height: normal;
  cursor: pointer;
  float: right; }

.header-product-cart .add-cart:hover {
  background: #abd0e9;
  color: #091F3F;
  border-color: #abd0e9; }

.card-figcaption {
  display: none; }

.product_price .price {
  font-weight: 700;
  font-size: 32px;
  font-family: Karla,sans-serif;
  color: #8A8A8C;
  line-height: 28px;
  display: block; }

.product_price .sale-pric {
  float: none;
  display: block;
  overflow: hidden; }

.product_price .save_price {
  text-transform: capitalize;
  font-weight: 400;
  float: left;
  color: #BD202E;
  font-size: 13pt;
  font-family: Karla,sans-serif; }

.product_price .non_sale_price {
  float: left;
  padding-left: 10px;
  text-transform: capitalize;
  color: #545959;
  line-height: normal;
  font-size: 13pt;
  font-family: 'Open Sans',sans-serif;
  text-decoration: none;
  font-weight: 400;
  position: relative; }

.product_price .non_sale_price::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 1px;
  background-color: #737373;
  left: 0;
  top: 50%;
  right: 0;
  margin: auto;
  transform: translateY(-50%); }

.productGrid {
  margin-bottom: 0; }

.home_about {
  margin-bottom: 50px; }

.related_product_tab {
  background: #091F3F;
  padding: 10px 0; }

.related_product_tab .tabs {
  border: none; }

.related_product .tab .tab-title {
  border: none;
  color: #fff;
  margin: auto 30px auto auto;
  font-family: Karla,sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: .38571rem 30px;
  text-transform: uppercase;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  letter-spacing: 1px; }

.related_product .tab.is-active .tab-title {
  color: #091F3F;
  background: #fff;
  border-radius: 10px; }

.popup-thumbnail {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 89;
  background: rgba(0, 0, 0, 0.5); }

.popup-thumbnail .popup-data {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 30px auto;
  width: 95%;
  max-width: 1500px;
  background: #fff;
  height: calc(100% - 60px);
  vertical-align: middle;
  overflow-y: hidden;
  overflow-x: hidden; }

.popup-thumbnail .popup-data figure {
  margin: auto; }

.popup-thumbnail .popup-data #container {
  width: 100%;
  text-align: center; }

.popup-thumbnail .popup-data #container img {
  pointer-events: none; }

.popup-thumbnail .popup-data .productCarousel-popup a {
  cursor: pointer; }

.popup-thumbnail .popup-data #zoomin-popup, .popup-thumbnail .popup-data #zoomout-popup {
  display: none;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  color: #000;
  opacity: .7;
  height: 35px;
  min-height: 25px;
  max-height: 25px;
  z-index: 10;
  background-color: #fff;
  border-radius: 3px;
  width: 170px;
  vertical-align: middle;
  padding: 3px 10px;
  color: #000;
  font-size: 16px; }

.popup-thumbnail ul.productCarousel-popup {
  margin: auto;
  position: static;
  max-width: 300px; }

.popup-thumbnail ul.productCarousel-popup .slick-prev {
  left: 20%; }

.popup-thumbnail ul.productCarousel-popup .slick-next {
  right: 20%; }

.popup-thumbnail ul.productCarousel-popup .slick-track {
  padding-top: 0; }

.popup-thumbnail .popup-data ul.thumbsttt {
  max-width: 1500px;
  margin: auto;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  top: 42%; }

.popup-thumbnail .popup-data input[type="button"] {
  display: block !important;
  margin: auto auto 30px;
  padding: 0;
  border: none; }

.popup-thumbnail .popup-data input[type="button"].hide {
  display: none !important; }

.popup-thumbnail .popup-data ul.thumbsttt input[type="button"].button {
  display: block; }

.popup-thumbnail .popup-data ul.thumbsttt li {
  padding-top: 0; }

.popup-thumbnail .popup-data ul.thumbsttt .drag-img-popup {
  text-align: center;
  float: none;
  max-height: 500px;
  cursor: pointer;
  margin: auto; }

.popup-thumbnail .thumbswww.productCarousel {
  max-width: 210px;
  position: absolute;
  left: 0;
  overflow: hidden;
  padding-top: 0;
  height: 90px;
  right: 0;
  margin: auto;
  bottom: 3%; }

.popup-thumbnail .thumbswww.productCarousel li {
  border: 1px solid #dfdfdf;
  cursor: pointer;
  min-height: 60px;
  position: relative;
  margin-right: 10px; }

.popup-thumbnail .thumbswww.productCarousel li img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%); }

.popup-thumbnail .popup-data ul.thumbsttt .slick-next {
  display: block;
  position: fixed;
  top: 0;
  height: 75px;
  background: transparent;
  width: 58px;
  padding: 0;
  bottom: 0;
  margin: auto;
  left: 1100px; }

.popup-thumbnail .popup-data ul.thumbsttt .slick-next:before {
  content: "";
  background-image: url("https://power.tenergy.com/product_images/uploaded_images/pop-right-arrow.png");
  width: 58px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block; }

.popup-thumbnail .popup-data ul.thumbsttt .slick-prev {
  position: fixed;
  top: 0;
  height: 75px;
  background: transparent;
  width: 58px;
  padding: 0;
  bottom: 0;
  margin: auto;
  right: 1100px; }

.popup-thumbnail .popup-data ul.thumbsttt .slick-prev:before {
  content: "";
  background-image: url("https://power.tenergy.com/product_images/uploaded_images/pop-left-arrow.png");
  width: 58px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block; }

.popup-thumbnail .thumbswww.productCarousel button {
  display: none !important; }

.popup-thumbnail.popup {
  display: block; }

.productView-thumbnail-popup.is-active, .productView-thumbnail-link:hover {
  border-color: #F7931E; }

.productView-thumbnail-popup.slick-active img {
  height: 100%;
  width: 100%; }

.popup-thumbnail .close {
  position: absolute;
  color: #fff;
  background: #091F3F;
  top: 50px;
  right: 50px;
  left: 1400px;
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 34px;
  z-index: 10;
  font-size: 20px;
  border: 2px solid #091F3F;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }

.popup-thumbnail .close:hover {
  color: #091F3F;
  background: #fff; }

.popover {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  left: auto;
  right: 40px;
  width: 300px;
  padding: 24px 14px;
  background: #fff;
  height: 240px;
  z-index: 9;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  top: 0;
  bottom: 0; }

.popover:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgba(0, 0, 0, 0.2);
  right: -20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.popover:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid #fff;
  right: -19px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.sale-content h3 {
  color: #041E41;
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
  margin: 0 0 5px;
  font-family: 'Open Sans',sans-serif; }

.sale-content p {
  font-size: 13px;
  color: #666;
  text-transform: capitalize;
  margin: auto;
  font-family: 'Open Sans',sans-serif;
  margin-bottom: 10px; }

.popover .close {
  line-height: normal;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 5px; }

.product_save_amount {
  display: none; }

.prod_dec {
  overflow: hidden;
  width: 100%;
  display: block; }

.prod_dec p:empty {
  display: none; }

.description_tab {
  transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  height: 55px; }

.aaextrastick {
  position: fixed;
  /* top: 65px;*/
  top: 78px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 10; }

.stick.aaextrastick {
  position: fixed;
  bottom: 0;
  left: 0;
  top: auto;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 10; }

.extrastick {
  position: relative; }

#volume-price .product-highlight, #volume-price .prod_dec .description_tab, #volume-price .prod_dec .container .tabs-contents .tab-content {
  display: none; }

#volume-price .prod_dec .container .tabs-contents #volume-price, #volume-price .prod_dec {
  display: block; }

#volume-price .tab-content {
  padding: 0;
  border: 2px solid #E6E6E6;
  display: block;
  margin-bottom: 1.5rem; }

#volume-price h3 {
  margin-top: 0;
  background: #e6e6e6;
  padding: 5px 10px;
  color: #666;
  font-weight: bold;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif;
  font-size: 20px;
  margin: auto; }

#volume-price ul {
  list-style: none;
  margin: auto;
  width: 100%;
  display: block;
  overflow: hidden;
  border: none; }

#volume-price li {
  float: left;
  border-right: 2px solid #E6E6E6;
  padding: 10px 0;
  width: 20%;
  text-align: center; }

#volume-price li .first {
  display: block;
  color: #666;
  font-weight: 300;
  padding-bottom: 5px;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif;
  font-size: 1rem; }

#volume-price li .second {
  display: block;
  color: #666;
  font-weight: bold;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif;
  font-size: 1rem; }

#volume-price li:last-child {
  border: none; }

.previewCart .button--primary {
  width: 100%;
  margin: auto auto 20px;
  border-radius: 10px;
  background: #091F3F;
  color: #fff;
  border: 1px solid #091F3F;
  padding: .77143rem;
  letter-spacing: 0;
  font-family: Karla,sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase; }

.previewCart .button--primary:hover {
  background: #abd0e9;
  color: #091F3F;
  border-color: #abd0e9; }

.previewCart .previewCartCheckout-subtotal {
  margin: 20px auto; }

.previewCart .productView-details, .previewCart .productView-title {
  display: none; }

.previewCartCheckout .button + .button {
  color: #091F3F;
  background: #fff;
  border: 1px solid #CF0A2C;
  padding: .77143rem;
  letter-spacing: 0;
  width: 100%;
  margin: auto;
  border-radius: 10px;
  font-family: Karla,sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase; }

.previewCartCheckout .button + .button:hover {
  background: #091F3F;
  color: #fff;
  border-color: #091F3F; }

.page {
  margin: auto; }

.cart h4.cart-item-detals, .cart .header-cart-btn {
  display: none; }

.page-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  color: #58595B;
  font-family: 'Open Sans',sans-serif; }

.category .page-heading {
  margin-top: 30px; }

.cart {
  border: 1px solid #E6E6E6; }

.cart-header-item {
  padding: 1rem;
  background: #e6e6e6;
  color: #666;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  font-weight: bold; }

.cart-list tr {
  border-bottom: 1px solid #E6E6E6; }

.cart-item-name a {
  font-family: 'Open Sans',sans-serif;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none; }

.cart-item-name a:hover {
  color: #BD202E; }

.definitionList-key {
  color: #4D4D4D;
  font-size: 16px;
  line-height: normal;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif;
  font-weight: normal; }

.definitionList-value {
  color: #4D4D4D;
  font-size: 16px;
  line-height: normal;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold; }

.cart-item-title > a {
  color: #0071BC;
  font-size: 16px;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 600;
  cursor: pointer;
  padding: 5px 0 0;
  text-decoration: none; }

.cart-item-info {
  font-weight: 700;
  font-size: 18px;
  font-family: 'Open Sans',sans-serif;
  color: #58595b;
  line-height: normal; }

.cart-item-quantity .form-increment {
  margin: auto;
  border: 1px solid #e8e8e8; }

.form-increment .button[data-action="dec"] {
  line-height: normal;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  background: #f6f6f6;
  margin-top: 0; }

.form-increment .button[data-action="inc"] {
  line-height: normal;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  background: #f6f6f6;
  margin-top: 0; }

.cart-header-item:last-child {
  text-align: center; }

.cart-item-info:last-child {
  text-align: center; }

.cart-remove {
  margin-left: 0;
  margin-right: 15px;
  background: transparent;
  color: #fff;
  width: 20px;
  height: 20px; }

.cart-remove > svg {
  fill: #fff;
  width: 15px;
  height: 15px; }

.productView-image img {
  cursor: zoom-in; }

.productCarousel .productView-thumbnail {
  padding: 0 5px; }

.productView-thumbnail-link {
  border: 2px solid #dfdfdf;
  min-height: 95px;
  position: relative; }

.productView-thumbnails .slick-slide img {
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%; }

.related_product .cart-action {
  display: none; }

.related_product .card-title {
  min-height: 90px; }

.related_product .card-title, .related_product .card-title a {
  font-size: 14px; }

.related_product .card-body .card-text {
  min-height: 100%; }

.related_product .categories_ship {
  padding: 0; }

.instant-price .alertBox, .header-product-cart .alertBox {
  background: #fff;
  border-color: #CF0A2C;
  width: 100%;
  margin: 0;
  border-radius: 10px;
  color: #000;
  border: 1px solid #CF0A2C;
  padding: 4px 10px;
  letter-spacing: 0;
  text-align: center; }

.header-product-cart .alertBox {
  width: 70%;
  float: right; }

.instant-price .alertBox span, .header-product-cart .alertBox span {
  color: #000;
  font-size: 17px;
  text-align: center; }

.instant-price .alertBox svg {
  fill: #000;
  display: none; }

.instant-price .alertBox p, .header-product-cart .alertBox p {
  color: #fff;
  display: inline;
  line-height: normal; }

.productView-images .productView-image a img.zomings, .productCarousel-popup .slick-list .slick-track .slick-active img.zomings {
  transform: scale(1.5); }

.zoomImg {
  display: none !important; }

.productView-image-popup #container #drag-img-popup {
  cursor: move;
  position: relative;
  width: 500px;
  height: 500px; }

.productView-image-popup #container {
  overflow: hidden;
  height: 500px;
  width: 500px; }

.productView-image #container #drag-img {
  cursor: move;
  position: relative; }

.productView-image #container {
  height: 450px;
  width: 450px; }

.page-sidebar {
  padding-right: 25px;
  margin-bottom: 20px; }

.sidebarBlock-heading {
  background: #BD202E;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  margin-bottom: 0;
  font-family: Karla,sans-serif;
  text-transform: uppercase;
  letter-spacing: .3px; }

#facetedSearch-navList {
  border: 2px solid #dfdfdf;
  border-top: none;
  margin: auto; }

.accordion--navList {
  padding: 0;
  margin-bottom: 0; }
  .accordion--navList .accordion-block {
    margin: auto;
    border-bottom: 1px solid #dfdfdf; }
    .accordion--navList .accordion-block:last-child {
      border-bottom: none; }
  .accordion--navList .accordion-navigation {
    padding: 10px 20px 10px; }
    .accordion--navList .accordion-navigation .accordion-title {
      color: #58595B;
      font-family: Karla,sans-serif;
      font-size: 18px;
      margin: auto;
      font-weight: 600; }
    .accordion--navList .accordion-navigation.is-open .accordion-navigation-actions {
      background: url(https://power.tenergy.com/product_images/uploaded_images/arrow-down.png);
      content: "";
      display: inline-block;
      visibility: visible;
      background-repeat: no-repeat;
      transform: none;
      -moz-transform: none;
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      font-size: 0; }
    .accordion--navList .accordion-navigation .accordion-navigation-actions {
      background: url(https://power.tenergy.com/product_images/uploaded_images/arrow-up.png);
      content: "";
      display: inline-block;
      visibility: visible;
      height: 10px;
      background-repeat: no-repeat;
      font-size: 0;
      right: 20px;
      bottom: 0;
      margin: auto;
      transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg); }
  .accordion--navList .accordion-content {
    padding: 0 20px 25px 20px; }
    .accordion--navList .accordion-content .navList-item {
      border-top: 1px solid #dfdfdf; }
      .accordion--navList .accordion-content .navList-item a {
        padding-left: 20px;
        color: #58595B;
        font-size: 14px;
        font-family: Karla,sans-serif;
        font-weight: 600;
        margin: 5px auto; }
        .accordion--navList .accordion-content .navList-item a span {
          color: #57595B;
          font-size: 12px;
          font-family: Karla,sans-serif;
          font-weight: 400; }
    .accordion--navList .accordion-content h6 {
      color: #58595B;
      font-size: 14px;
      font-family: Karla,sans-serif;
      font-weight: 600;
      text-transform: capitalize;
      margin: 5px auto; }
    .accordion--navList .accordion-content #facet-range-form {
      margin: 20px auto auto; }
      .accordion--navList .accordion-content #facet-range-form .form-field {
        width: auto; }
        .accordion--navList .accordion-content #facet-range-form .form-field label {
          display: inline-block;
          vertical-align: middle;
          font-family: Karla,sans-serif;
          color: #58595B;
          text-transform: capitalize;
          font-size: 14px;
          font-weight: bold;
          margin-right: 2px; }
        .accordion--navList .accordion-content #facet-range-form .form-field input {
          font-size: 14px;
          height: 30px;
          line-height: 1rem;
          padding: .57143rem 6px;
          width: 35px;
          font-family: Karla,sans-serif;
          color: #58595B;
          text-transform: capitalize;
          border-color: #939598;
          border-radius: 0;
          appearance: none;
          -o-appearance: none;
          -webkit-appearance: none;
          -ms-appearance: none;
          -moz-appearance: textfield;
          display: inline-block; }
        .accordion--navList .accordion-content #facet-range-form .form-field .button {
          color: #58595B;
          font-family: Karla,sans-serif;
          font-size: 18px;
          font-weight: bold;
          padding: .57143rem 6px;
          background: linear-gradient(#fff, #E6E7E8);
          -moz-background: linear-gradient(#fff, #E6E7E8);
          -o-background: linear-gradient(#fff, #E6E7E8);
          -webkit-background: linear-gradient(#fff, #E6E7E8);
          -ms-background: linear-gradient(#fff, #E6E7E8);
          border-color: #E6E7E8; }
      .accordion--navList .accordion-content #facet-range-form .form-inlineMessage {
        color: #BD202E;
        border: none;
        font-family: Karla,sans-serif;
        font-weight: bold; }

.sidebarBlock ul.navList {
  font-size: 13pt;
  font-family: 'Open Sans',sans-serif;
  color: #4D4D4D;
  text-transform: capitalize; }

.sidebarBlock ul.navList a {
  font-size: 13pt;
  font-family: 'Open Sans',sans-serif;
  color: #4D4D4D;
  text-transform: capitalize;
  padding: 2px 0; }

.sidebarBlock + .sidebarBlock {
  margin: auto;
  border-top: none;
  padding: 0; }

.categories_top {
  padding-bottom: 15px;
  margin-bottom: 10px; }

.categories_top .container {
  text-align: left;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  width: 59%; }

.categories_top .actionBar {
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 40%; }

.categories_top .actionBar-section {
  float: none; }

.categories_top .form-field {
  border: none;
  margin: auto; }

.categories_top .form-label {
  color: #58595B;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif;
  padding: 0 10px 0 0;
  vertical-align: middle; }

.categories_top select {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif;
  padding: 0;
  vertical-align: middle; }

.login {
  margin: auto;
  max-width: 100%; }

.search-categories {
  display: none; }

.card-body p.card-text {
  min-height: 100%;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #F7941E; }

.page-content p {
  font-family: 'Open Sans',sans-serif;
  color: #505A5E;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 20px; }

.page-content {
  width: 100%;
  padding: 0; }

.page-content form .form-prefixPostfix {
  margin: auto;
  max-width: 600px; }

#search_query_adv {
  border-radius: 0;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  color: #454545;
  font-size: 1rem;
  height: 3rem;
  padding: .75rem 1rem; }

.button.button--primary.form-prefixPostfix-button--postfix {
  color: #fff;
  font-family: 'Open Sans',sans-serif;
  margin: auto;
  border-radius: 0;
  text-transform: uppercase;
  border-color: #CF0A2C;
  background: #CF0A2C;
  font-size: 16px;
  font-weight: 600; }

.navBar--sub .navBar-action {
  padding: 0;
  color: #666;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif; }

#search-results-heading h1 {
  margin-bottom: 30px; }

.nav .navBar.navBar--sub {
  margin-bottom: 20px; }

.navBar--sub .navBar-action, .navBar--sub .navBar-action span {
  padding: 0;
  color: #091e33;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Open Sans',ans-serif; }

.error_page {
  margin-bottom: 50px; }

.login-row {
  margin: 50px auto; }

.form-label {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: .5rem;
  font-family: 'Open Sans',sans-serif;
  color: #666;
  font-weight: 400;
  cursor: default; }

.form-label small {
  font-family: 'Open Sans',sans-serif;
  color: #CF0A2C;
  font-size: 13px;
  text-transform: capitalize; }

.button.button--primary {
  border-radius: 10px;
  background: #091F3F;
  color: #fff;
  border: 1px solid #091F3F;
  padding: 12px 35px;
  width: auto;
  letter-spacing: 0;
  margin: auto;
  font-family: Karla,sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  vertical-align: middle; }

.button.button--primary:hover {
  background: #abd0e9;
  color: #091F3F;
  border-color: #abd0e9; }

.form-actions .forgot-password {
  vertical-align: middle;
  font-family: 'Open Sans',sans-serif;
  color: #CF0A2C;
  font-weight: 400;
  text-decoration: none; }

.account--fixed {
  width: 100%;
  margin: auto auto 30px;
  max-width: 1200px; }

.account .form-row--half .form-field {
  padding: 0 20px; }

.new-customer {
  padding-left: 20px; }

.panel-body, .panel-header {
  background: #f5f5f5; }

.panel-title {
  color: #2D2925;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 400; }

.panel-body p {
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif;
  color: #666;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px; }

.panel-body ul {
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif;
  color: #666;
  font-size: 16px;
  margin: auto 20px 30px; }

.navBar--sub .navBar-item.is-active {
  border-bottom: 2px solid #be2230;
  font-family: 'Open Sans',sans-serif;
  color: #091e33;
  font-size: 16px; }

.alertBox--success {
  background: #f6f6f6;
  border-color: #f6f6f6; }

.navUser-item--cart .previewCartAction-checkout {
  display: none; }

.previewCartAction-viewCart {
  width: 100%;
  text-align: center; }

.previewCartAction .button, #cart-preview-dropdown .header-cart-btn a {
  border-radius: 10px;
  background: #091F3F;
  color: #fff;
  border: 1px solid #091F3F;
  padding: 10px 35px;
  width: auto;
  letter-spacing: 0;
  margin: auto;
  font-family: Karla,sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease; }

.previewCartAction .button:hover, #cart-preview-dropdown .header-cart-btn a:hover {
  background: #abd0e9;
  color: #091F3F;
  border-color: #abd0e9; }

.cart-total-label {
  color: #666;
  font-size: 20px;
  line-height: normal;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Open Sans',sans-serif; }

.cart-total-value {
  ine-height: normal;
  color: #BE1E2D;
  font-weight: 700;
  font-size: 26px;
  font-family: 'Open Sans',sans-serif; }

.cart-total-label {
  font-weight: 600;
  color: #4D4D4D;
  letter-spacing: 0;
  font-size: 16px;
  line-height: normal;
  font-family: 'Open Sans',sans-serif; }

.cart-additionalCheckoutButtons {
  margin: 25px auto 40px auto; }

.coupon-code-add, .coupon-code-cancel, .gift-certificate-add, .gift-certificate-cancel, .shipping-estimate-hide, .shipping-estimate-show {
  font-size: 16px; }

.form-increment .button[data-action=inc], .form-increment .button[data-action=dec] {
  line-height: 30px; }

.navList-action--checkbox:before {
  border-color: #545759;
  border-width: 2px; }

.modal-body .previewCartCheckout .button--primary {
  margin-bottom: 20px; }

.account-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  color: #58595B;
  font-family: 'Open Sans',sans-serif; }

.account-orderStatus-label {
  width: 100%;
  margin: auto;
  color: #fff;
  border: 1px solid #949494;
  padding: 8px 20px;
  letter-spacing: 0;
  font-family: Karla,sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  line-height: normal;
  background: #949494; }

.account-product-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  color: #091e33;
  font-family: 'Open Sans',sans-serif; }

.account-product-description {
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Open Sans',sans-serif;
  color: #666; }

.account-product-detail-heading {
  margin: 0 0 .35714rem;
  text-transform: capitalize;
  font-weight: 600;
  color: #4D4D4D;
  letter-spacing: 0;
  font-size: 16px;
  line-height: normal;
  font-family: 'Open Sans',sans-serif; }

.form-label {
  text-transform: capitalize;
  color: #939598;
  line-height: normal;
  font-size: 14pt;
  font-family: 'Open Sans',sans-serif;
  font-weight: 400; }

.form-actions input[type="reset"], .account-body button[type="submit"].button.secondary {
  background: #fff;
  margin: 10px auto auto;
  border-radius: 10px;
  color: #091F3F;
  border: 1px solid #CF0A2C;
  padding: .77143rem;
  letter-spacing: 0;
  font-family: Karla,sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s;
  padding-left: 30px;
  padding-right: 30px; }

.form-actions input[type="reset"]:hover, .account-body button[type="submit"].button.secondary:hover {
  background: #CF0A2C;
  color: #fff; }

.address-title {
  color: #58595B;
  font-family: Karla,sans-serif;
  font-size: 20px;
  margin: auto;
  font-weight: 600;
  text-transform: capitalize; }

.page.pace-done {
  max-width: 100%; }

.blog {
  display: block;
  margin: 50px auto;
  width: 100%; }

.sidebar-blog {
  width: 25%;
  float: left;
  margin-bottom: 40px;
  padding-right: 25px; }

.sidebar-blog .home-heading {
  margin: auto; }

.sidebar-blog .home-heading h2 {
  background: #BD202E;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 20px;
  border: none;
  margin-bottom: 0;
  font-family: Karla,sans-serif;
  text-transform: uppercase;
  letter-spacing: .3px;
  display: block;
  text-align: left; }

.sidebar-blog .border-bottom {
  display: none; }

.sidebar-blog .home_new .productCarousel {
  margin: auto;
  border: 2px solid #dfdfdf;
  border-top: none; }

.sidebar-blog .home_new .productCarousel-slide {
  width: 100% !important;
  display: block;
  margin: 20px auto;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  padding: 0 6px 20px 6px; }

.sidebar-blog .home_new .productCarousel-slide:last-child {
  padding-bottom: 0;
  border-bottom: none; }

.sidebar-blog .productCarousel-slide .card {
  margin-bottom: 0;
  display: table;
  width: 100%; }

.sidebar-blog .card-figure {
  margin-top: 0;
  float: none;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px; }

.sidebar-blog .card-figure > a {
  min-height: 100%;
  margin-bottom: 20px; }

.sidebar-blog .card-figure > a .card-image {
  max-height: 100%;
  max-width: 100%;
  width: auto; }

.sidebar-blog .card-body {
  padding: 0;
  float: none;
  width: 50%;
  display: table-cell;
  vertical-align: middle; }

.sidebar-blog .card-title {
  min-height: 100%;
  margin-bottom: 10px; }

.sidebar-blog .card-body .card-text {
  min-height: 100%; }

.sidebar-blog .cart-action {
  display: none; }

.blog_content {
  float: left;
  width: 75%; }

.blog_content ul.breadcrumbs {
  margin-top: 0; }

.blog_content .page-heading {
  text-align: left;
  margin-bottom: 20px; }

.blog_content .blog {
  margin: auto; }

.blog_content .blog-post-body {
  width: 100%;
  text-align: left; }

.blog-title {
  margin: auto; }

.blog-title a {
  font-size: 18px;
  color: #091F3F;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: block;
  text-align: left;
  font-family: Karla,sans-serif;
  font-weight: 700; }

.blog-title a:hover {
  color: #BD202E; }

.blog-date {
  color: #2D2925;
  text-transform: capitalize;
  font-size: 18px;
  font-family: Karla,sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
  display: block; }

.blog-post {
  font-size: 15px;
  text-align: left;
  font-family: Karla,Arial,Helvetica,sans-serif;
  line-height: 1.5;
  color: #4f4f4f; }

.read-more_blog a {
  font-weight: 600;
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
  color: #BD202E;
  line-height: normal;
  display: block;
  text-decoration: none;
  text-transform: uppercase; }

.read-more_blog a:hover {
  color: #091F3F; }

.blog-post-body .addthis_toolbox {
  margin: 25px auto; }

.blog-post-body .socialLinks {
  padding: 0;
  margin: auto; }

.blog-post-body .socialLinks li {
  float: left; }

.blog-post-body .socialLinks li:first-child span {
  font-size: 16px;
  text-align: left;
  font-family: Karla,Arial,Helvetica,sans-serif;
  line-height: 1.5;
  margin-right: 10px;
  color: #4f4f4f; }

.blog-post-body .socialLinks li {
  width: 40px; }

.blog-post-body .socialLinks li.socialLinks-item--email, .blog-post-body .socialLinks li.socialLinks-item--print, .blog-post-body .socialLinks li.socialLinks-item--facebook_like {
  display: none; }

.blog-post-body .socialLinks li .google_plusone_iframe_widget {
  width: auto !important; }

.blog-post-body .socialLinks li a {
  height: 26px;
  width: 26px;
  color: #091F3F; }

.pagination-list {
  margin-bottom: 30px; }

.pagination-list li.pagination-item--current {
  border-color: #dfdfdf; }

.pagination-list li a {
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
  color: #4F4F4F !important;
  padding: 5px 9px; }

.blog-post h4 {
  text-decoration: none;
  color: #000;
  margin: 0 0 10px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  font-family: Karla,sans-serif;
  text-align: left; }

.blog-post h5 {
  text-decoration: none;
  color: #666;
  margin: 0 0 10px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  font-family: Karla,sans-serif;
  text-align: left;
  text-transform: none; }

.page-content {
  margin-bottom: 50px; }

.page-content p {
  font-family: Karla,Arial,Helvetica,sans-serif;
  line-height: 24px;
  color: #4f4f4f;
  font-size: 1rem; }

.contact_us_page {
  overflow: hidden; }

.contact-left {
  float: left;
  width: 30%; }

.contact-right {
  float: left;
  width: 70%;
  padding-left: 7%; }

.contact-left address {
  olor: #646569;
  font-family: Karla,sans-serif;
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  padding-left: 40px;
  margin-bottom: 20px;
  text-decoration: none; }

.contact-left address span {
  color: #091F3F;
  font-weight: bold; }

.contact-left address:before {
  content: "";
  background: url(https://power.tenergy.com/product_images/uploaded_images/location.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 9;
  width: 30px;
  height: 30px;
  left: 0;
  vertical-align: middle;
  top: 7px; }

.contact-left .phone_number a {
  color: #091F3F;
  font-family: Karla,sans-serif;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  padding-left: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  text-decoration: none; }

.contact-left .phone_number a:hover {
  color: #CF0A2C; }

.contact-left .phone_number a:before {
  background: url(https://power.tenergy.com/product_images/uploaded_images/phone.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  content: "";
  z-index: 9;
  width: 30px;
  height: 30px;
  left: 0;
  vertical-align: middle; }

.contact-right .form-actions {
  text-align: left; }

.contact-right form {
  margin: auto; }

.sitemap .body {
  max-width: 1200px;
  margin: auto auto 40px auto; }

.sitemap h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  color: #58595B;
  font-family: 'Open Sans',sans-serif; }

.sitemap h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  color: #58595B;
  font-family: 'Open Sans',sans-serif; }

.sitemap ul {
  margin: auto;
  font-size: 15px;
  text-align: left;
  font-family: Karla,Arial,Helvetica,sans-serif;
  line-height: 1.5;
  color: #4f4f4f;
  list-style: none; }

.sitemap ul a {
  text-decoration: none; }

.account-sidebar-block .button {
  border-radius: 10px;
  background: #091F3F;
  color: #fff;
  border: 1px solid #091F3F;
  padding: 12px 35px;
  width: auto;
  letter-spacing: 0;
  margin: auto;
  font-family: Karla,sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  vertical-align: middle; }

.account-sidebar-block .button:hover {
  background: #abd0e9;
  color: #091F3F;
  border-color: #abd0e9; }

.account-body button[type="submit"].button.secondary {
  margin: 0 0 0 20px; }

.coupon-form .form-input {
  width: 75%;
  height: 40px;
  border-radius: 0; }

.coupon-form .button.button--primary {
  border-radius: 0; }

.sign-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(45, 45, 45, 0.8); }

.sign-content {
  max-width: 400px;
  margin: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #fff;
  min-height: 240px;
  padding: 40px;
  width: 100%; }

.close-sign-pop {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  background: #091F3F;
  height: 30px; }

.close-sign-pop:hover {
  background: #BD202E; }

.close-sign-pop svg {
  width: 30px;
  height: 30px;
  padding: 5px;
  fill: #fff; }

.sign-content .account-content {
  padding: 0; }

.account-content h3 {
  font-family: Karla,sans-serif;
  font-size: 26px;
  color: #091F3F;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  line-height: normal;
  margin: 0 auto 20px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative; }

.account_orderstatus .account-content h3 {
  margin: auto; }

.account-listItem {
  padding: 30px 0; }

.account-content h3:after {
  content: "";
  top: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #BD202E;
  z-index: 9;
  position: absolute; }

.login-popup .button.button--primary {
  display: block;
  width: 100%;
  margin: auto auto 20px;
  line-height: 19px; }

.login-popup .forgot-password {
  text-align: left;
  display: block;
  margin: auto !important;
  color: #000; }

.sign-content .separated-form span {
  color: #2D2925;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Karla,sans-serif;
  font-weight: 400;
  display: block;
  text-align: center;
  position: relative;
  margin: auto auto 25px; }

.sign-content .separated-form span:before {
  border-top: 1px solid #dcdcdc;
  width: 40%;
  left: 0;
  position: absolute;
  top: 50%;
  display: block;
  content: ''; }

.sign-content .separated-form span:after {
  border-top: 1px solid #dcdcdc;
  width: 40%;
  right: 0;
  position: absolute;
  top: 50%;
  display: block;
  content: ''; }

.sign-content .pop-btn {
  border-radius: 10px;
  background: transparent;
  color: #091F3F;
  border: 1px solid #091F3F;
  padding: 12px 0;
  width: 100%;
  letter-spacing: 0;
  margin: auto;
  font-family: Karla,sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 19px; }

.sign-content .pop-btn:hover {
  background: #091F3F;
  color: #fff; }

.rala_product .card-figure > a, .similar_product .card-figure > a {
  min-height: 160px; }

.rala_product .card-figure > a .card-image, .similar_product .card-figure > a .card-image {
  max-height: 160px; }

.related_product .card-title, .similar_product .card-title {
  min-height: 60px; }

.rala_product .card-body .card-text span.price, .similar_product .card-body .card-text span.price {
  font-size: 20px; }

.rala_product .product_price .save_price, .similar_product .product_price .save_price {
  font-size: 15px;
  line-height: normal; }

.rala_product .product_price .non_sale_price, .similar_product .product_price .save_price {
  font-size: 15px;
  line-height: normal; }

.modal-header {
  padding: 5px 20px;
  background: #f6f6f6; }

.modal-header-title {
  text-align: left;
  font-family: Karla,sans-serif;
  color: #2D2925;
  font-size: 22px;
  font-weight: 600; }

.modal-body {
  padding: 20px; }

.previewCart {
  width: 100%; }

.previewCart .productView {
  width: 25%; }

.previewCart .productView-image {
  min-height: 100%;
  margin: auto; }

.cart-product-details {
  float: left;
  padding: 0;
  width: 75%; }

.cart-product-details .productView-details {
  display: block;
  width: 100%;
  margin: auto; }

.cart-product-details .productView-title {
  display: block;
  width: 80%;
  margin-bottom: 15px;
  float: left; }

#previewModal .modal-close {
  top: 7px; }

.cart-product-details .productView-brand {
  display: none; }

.cart-product-details .productView-price {
  float: left;
  text-align: right;
  width: 20%;
  color: #BE1E2D;
  font-weight: 700;
  font-size: 24pt;
  font-family: 'Open Sans',sans-serif;
  margin: auto; }

.cart-product-details .productView-info {
  overflow: hidden;
  width: 100%;
  display: block;
  margin-bottom: 10px; }

.cart-product-details .productView-info dt {
  color: #041E41;
  line-height: normal;
  font-weight: 400;
  font-family: 'Open Sans',sans-serif;
  font-size: 14pt;
  margin: auto;
  display: inline-block;
  width: 200px;
  text-transform: capitalize; }

.cart-product-details .productView-info dd {
  color: #041E41;
  line-height: normal;
  font-weight: 600;
  font-family: 'Open Sans',sans-serif;
  font-size: 14pt;
  display: inline-block;
  text-transform: capitalize; }

.suggestiveCart {
  margin-bottom: 20px;
  border-bottom: 2px solid #dfdfdf; }

.suggestiveCart h2 {
  display: inline;
  padding: 0 20px;
  background: #fff;
  position: relative;
  z-index: 3; }

.suggestiveCart .card-figure > a {
  min-height: 130px; }

.suggestiveCart .card-figure > a .card-image {
  max-height: 130px; }

.suggestiveCart .card-body .card-text {
  min-height: 100%; }

.suggestiveCart .card-body .card-text span.price {
  font-size: 26px; }

.suggestiveCart .cart-action {
  display: none; }

.suggestiveCart .home-heading {
  margin-bottom: 20px; }

.suggestiveCart .card {
  margin-bottom: 20px; }

.previewcart-footer .previewCartCheckout {
  width: 100%;
  float: none;
  background: transparent;
  padding: 0; }

.previewCart-footer-top {
  overflow: hidden;
  margin-bottom: 10px; }

.previewCart-footer-top p {
  display: inline-block;
  margin: auto;
  width: 40%;
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  color: #666;
  font-weight: 400;
  text-align: left;
  vertical-align: middle; }

.previewCart-footer-top .previewCartCheckout-subtotal {
  display: inline-block;
  margin: auto;
  width: 59%;
  text-align: right;
  vertical-align: middle;
  color: #091F3F;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 22px;
  line-height: normal;
  font-family: 'Open Sans',sans-serif; }

.previewCart-footer-top .previewCartCheckout-subtotal strong {
  display: inline-block;
  font-size: 22px;
  padding-left: 10px; }

.modal-body .previewCartCheckout .previewCart-footer-bottom .button--primary {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  width: 23%;
  margin-right: 3%; }

.previewCartCheckout-additionalCheckoutButtons {
  display: inline-block;
  vertical-align: middle;
  width: 21%;
  margin-right: 3%; }

.previewCart-footer-bottom .button + .button {
  width: 23%;
  display: inline-block;
  vertical-align: middle;
  margin: auto; }

.page-content p:empty {
  display: none; }

.page_header {
  position: relative;
  margin-top: 55px; }

.page_header h1 {
  margin: auto;
  color: #2D2925;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
  font-family: Karla,sans-serif;
  text-align: center;
  padding: 10px 0; }

.page_header .top_border {
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #58595B;
  bottom: auto;
  z-index: 1; }

.page_header .top_border:after {
  height: 2px;
  background: #091F3F;
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  top: -10px;
  content: "";
  margin: auto;
  z-index: 1; }

.page_header .bottom_border {
  height: 2px;
  background: #58595B;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  margin: auto;
  z-index: 1; }

.page_header .bottom_border:after {
  height: 2px;
  background: #091F3F;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -10px;
  content: "";
  margin: auto;
  z-index: 1; }

.landing_page {
  margin: 80px auto;
  overflow: hidden; }

.landing_page ul {
  list-style: none;
  margin: auto;
  overflow: hidden;
  display: block; }

.landing_page li {
  margin: 10px auto 15px 2%;
  float: left;
  width: 23.5%;
  text-align: center;
  background: #fff;
  padding: 0; }

.landing_page li:nth-of-type(4n+1) {
  margin-left: 0; }

.landing_icon {
  margin-bottom: 30px;
  display: block; }

.landing_icon img {
  max-height: 115px; }

.landing_page li h4, .landing_page li span.landing_heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  color: #58595B;
  font-family: 'Open Sans',sans-serif;
  margin: auto; }

.landing_page li a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  display: block;
  padding: 50px 0 30px 0; }

.landing_page li a:hover {
  background: #f2f2f2;
  text-decoration: underline; }

body.page {
  max-width: 100%; }

.previewcart-footer .previewCartAction-checkoutMultiple {
  display: none; }

p.cart-item-brand {
  display: none; }

.cart-actions .checkoutMultiple {
  display: none; }

.maintenanceNotice {
  display: none; }

.help_login {
  cursor: pointer; }

.landing_page .help_page li {
  width: 32%; }

.similar_product .card-body .price-section p {
  font-size: 15px;
  line-height: normal; }

.shrt-description .prod_decp, .volu-price .prod_decp {
  display: none; }

.popover-content .sale-content p {
  font-size: 1rem; }

.prod_decp h3 {
  color: #091F3F;
  font-weight: 700;
  font-size: 26px;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: capitalize;
  border-bottom: 2px solid #dfdfdf; }

.prod_decp ul {
  font-size: 16px;
  margin: auto;
  font-weight: 400;
  color: #2D2925;
  font-family: 'Open Sans',sans-serif;
  margin-left: 30px; }

.prod_decp ul ul {
  /*color:#949494;*/
  font-size: 15px; }

.content-contain {
  display: block;
  width: 100%;
  overflow: hidden; }

.output_left, .output_right {
  float: left;
  width: 50%; }

.help_header {
  overflow: hidden;
  padding: 40px 0 15px 0;
  border-bottom: 1px solid #333333; }

.order_status {
  width: 25%;
  float: left;
  vertical-align: top;
  text-align: center;
  padding: 0 15px; }

.order_img img {
  max-height: 120px;
  margin: auto; }

.order_status h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
  color: #58595B;
  font-family: 'Open Sans',sans-serif;
  margin: auto;
  position: relative; }

.order_status h2:after {
  content: "";
  background-image: url(https://power.tenergy.com/product_images/uploaded_images/help-btn-arrow.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  line-height: normal;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: top -13px right; }

.order_status p {
  font-family: Karla,Arial,Helvetica,sans-serif;
  line-height: 24px;
  color: #4f4f4f;
  font-size: 1.2rem;
  margin: auto; }

.help_content {
  padding: 30px 0 15px 0;
  overflow: hidden; }

.help_content .help_me {
  float: left;
  width: 20%;
  vertical-align: top; }

.help_content .help_link {
  float: left;
  width: 57%;
  vertical-align: top; }

.help_content .costumer {
  vertical-align: top;
  float: left;
  padding-left: 5%;
  width: 23%; }

.help_content h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #58595B;
  font-family: 'Open Sans',sans-serif;
  margin: auto auto 15px auto; }

.help_content .help_me ul {
  list-style: none;
  margin: auto; }

.help_content .help_me li {
  display: block;
  width: 100%; }

.help_content .help_me li a {
  margin-bottom: 25px;
  border-radius: 10px;
  background: #171717 !important;
  color: #ffffff !important;
  border: 1px solid #ccc;
  padding: 12px .77143rem;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  width: 170px;
  display: block;
  font-family: Karla,sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  position: relative;
  line-height: 18px; }

.help_content .help_me li a:hover {
  background: #091F3F;
  color: #fff;
  border-color: #091F3F; }

.help_content .help_me li a:after {
  content: "";
  background-image: url(https://power.tenergy.com/product_images/uploaded_images/help-btn-arrow.png);
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 5px;
  top: 2px;
  bottom: 0;
  margin: auto;
  height: 15px;
  background-repeat: no-repeat;
  background-position: top -16px center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.help_content .help_me li a:hover:after {
  background-position: top center; }

.help_quick {
  background: #f4f4f4;
  margin-bottom: 15px;
  padding: 10px;
  overflow: hidden; }

.help_quick h6 {
  font-family: 'Open Sans',sans-serif;
  line-height: 24px;
  color: #4f4f4f;
  font-size: 18px;
  margin: auto auto 10px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0; }

.rebates {
  float: left;
  width: 33.33%;
  vertical-align: middle; }

.rebates h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #58595B;
  margin: auto auto 15px;
  font-family: 'Open Sans',sans-serif; }

.help_quick ul {
  margin: auto;
  list-style: none; }

.help_quick ul a {
  font-family: Karla,Arial,Helvetica,sans-serif;
  line-height: 24px;
  color: #4f4f4f;
  font-size: 16px;
  margin: auto;
  text-decoration: none;
  padding-left: 10px;
  position: relative; }

.help_quick ul a:hover {
  color: #CF0A2C; }

.help_quick ul a:before {
  content: "";
  background-image: url(https://power.tenergy.com/product_images/uploaded_images/page-right-arrow.png);
  width: 7px;
  height: 8px;
  background-position: left center;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 7px;
  margin: auto; }

.costumer h4, .costumer a {
  font-size: 18px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #58595B;
  text-decoration: none;
  margin: auto; }

.costumer ul {
  margin: 25px auto;
  list-style: none; }

.costumer li {
  margin-bottom: 25px;
  display: block;
  width: 100%; }

.costumer ul span {
  font-size: 18px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #58595B;
  text-decoration: none;
  padding-left: 5px;
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 35px); }

.costumer ul a {
  font-size: 18px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #58595B;
  text-decoration: none;
  padding-left: 5px;
  vertical-align: middle;
  display: inline-block;
  width: auto; }

.service_img {
  width: 30px;
  vertical-align: middle;
  display: inline-block; }

.we_accept {
  margin-top: 100px; }

.we_accept h5 {
  font-size: 20px;
  font-family: 'Open Sans',sans-serif;
  line-height: 24px;
  color: #4f4f4f;
  margin: auto auto 10px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  border-bottom: 1px solid #333;
  padding-bottom: 10px; }

.blog.pace-done {
  margin-top: 0; }

.page_header img {
  width: 100%; }

.about_history {
  margin: 40px 0;
  text-align: left; }

.about_us p {
  color: #58595b;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Open Sans',sans-serif; }

.about_us .page_header h1 {
  color: #002d62; }

.about_us .page_header .top_border:after, .about_us .page_header .top_border, .about_us .page_header .bottom_border, .about_us .page_header .bottom_border:after {
  background: #002d62; }

.about_history h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #091F3F;
  font-family: 'Open Sans',sans-serif;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin: auto auto 20px;
  border-bottom: 1px solid #333;
  display: inline-block; }

.about_power h3 {
  margin: auto;
  font-family: Karla,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  color: #091F3F; }

.suprior {
  overflow: hidden;
  margin: 50px auto 40px;
  text-align: left; }

.suprior_content {
  float: left;
  width: 33.33%;
  vertical-align: top;
  padding: 0 52px; }

.suprior_content h4 {
  line-height: 24px;
  margin: auto auto 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 21px;
  color: #002d62;
  font-family: 'Open Sans',sans-serif; }

.suprior_content p {
  font-size: 16px; }

.suprior_top_img {
  margin-bottom: 20px; }

.suprior_content ul {
  text-align: left;
  margin: auto;
  list-style: none; }

.suprior_content li {
  padding-left: 15px;
  position: relative;
  color: #58595b;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans',sans-serif;
  line-height: 24px; }

.suprior_content li:before {
  content: "";
  background-image: url(https://power.tenergy.com/product_images/uploaded_images/page-right-arrow.png);
  width: 10px;
  height: 12px;
  background-position: left center;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 7px;
  margin: auto; }

.full_sercvice {
  padding-top: 25px;
  background: url(https://power.tenergy.com/product_images/uploaded_images/help-footer-banner.jpg);
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover; }

.about_power h4.service_heading {
  line-height: 1.4;
  margin: auto auto 10px;
  font-family: 'Open Sans',sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  display: inline;
  border-bottom: 1px solid; }

.sercvice_col {
  float: left;
  width: 31.33%;
  padding: 0 25px;
  background: #444B4B;
  margin: 0 10px 50px;
  padding: 20px; }

.ser_full {
  overflow: hidden;
  width: 100%;
  margin-top: 25px; }

.about_power h6 {
  line-height: 24px;
  color: #ffffff;
  font-family: 'Open Sans',sans-serif;
  margin: auto auto 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 21px; }

.serv_img {
  margin-bottom: 20px; }

.about_power .ser_full p {
  color: #f1f2f2;
  font-size: 14px;
  text-align: left;
  font-family: 'Open Sans',sans-serif; }

.cart_border .loadingOverlay.load {
  display: block !important; }

/* end custom css */
/* updates css start */
.tab-spec {
  padding: 10px 0;
  border-bottom: 1px solid #eee; }

.undefined.tab-spec {
  display: none; }

.output_left ul li span.out:after, .output_right ul li span.out:after {
  content: ':';
  position: relative;
  display: inline-block; }

.prod_decp ul ul li span:first-child:after {
  content: ':';
  position: relative;
  display: inline-block; }

.tab-spec:nth-child(odd) {
  float: right;
  width: 49%; }

.tab-spec:nth-child(even) {
  float: left;
  width: 49%; }

.tab-spec span {
  font-family: 'Open Sans',sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #2D2925; }

.tab-spec span.productView-info-name {
  width: 40%;
  float: left;
  vertical-align: middle;
  text-transform: capitalize;
  margin: 0; }

span.productView-info-value {
  width: 60%;
  float: left;
  vertical-align: middle;
  margin-bottom: 0; }

.price-section .product_price .non_sale_price {
  font-family: Karla,sans-serif; }

.about_us .page_header {
  margin: auto; }

.cart_header {
  margin: auto auto 20px;
  overflow: hidden; }

.cart_header_left {
  float: left;
  width: 50%;
  text-align: left; }

.cart_header h1.page-heading {
  color: #002d62;
  text-transform: uppercase;
  font-size: 20.23px;
  text-align: left;
  margin: auto;
  line-height: 40px;
  font-weight: 700; }

.cart_header_right {
  float: left;
  width: 50%;
  text-align: right; }

.cart_header h3 {
  color: #58595b;
  font-size: 20.23px;
  text-align: left;
  margin: auto;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline; }

.cart_header a {
  color: #58595b;
  font-size: 20.23px;
  text-align: left;
  margin: auto auto auto 100px;
  line-height: 38px;
  font-weight: 700;
  display: inline-block;
  font-family: 'Open Sans',sans-serif;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid #58595b;
  padding: 0 20px; }

.cart_header a:hover {
  background: #002d62;
  color: #fff;
  border-color: #002d62; }

.cart-header-item {
  padding: 10px 20px;
  background: #002d62;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #fff; }

.cart-item-name a {
  font-weight: bold;
  color: #58595b; }

.cart {
  margin-bottom: 0; }

.cart-totals {
  width: 100% !important;
  margin-bottom: 15px;
  background: #f1f2f2; }

.cart-total {
  float: right;
  width: 100%;
  text-align: right; }

.cart-total-label {
  font-weight: normal;
  color: #58595b;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 28px;
  padding: 5px 0;
  text-align: right;
  width: calc(100% - 150px);
  padding-right: 30px; }

.cart-total-label strong {
  font-weight: normal; }

.cart-total-value {
  line-height: 28px;
  width: 150px;
  font-weight: normal;
  padding: 5px 0;
  text-align: left;
  font-size: 18px;
  color: #58595b; }

.cart-total-value button {
  line-height: 37px;
  font-weight: normal;
  text-align: left;
  font-size: 18px;
  color: #58595b;
  text-decoration: none; }

.cart-totals li:last-child .cart-total-label strong, .cart-total-grandTotal {
  font-weight: bold;
  color: #58595b;
  font-family: 'Open Sans',sans-serif;
  font-size: 22px; }

.cart_Coupopn {
  width: 100%;
  overflow: hidden; }

.cart_Coupopn ul {
  width: 50%;
  margin: auto;
  float: left;
  background: #f1f2f2;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333; }

.cart_Coupopn li {
  padding: 5px 0; }

.cart_Coupopn .coupon-code strong {
  color: #58595b;
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 23px; }

.cart_Coupopn form {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  padding-left: 20px;
  margin: auto; }

.cart_Coupopn .coupon-form .form-input {
  height: 30px;
  width: calc(100% - 90px); }

.cart_Coupopn .coupon-form .button.button--primary {
  padding: 7px 15px;
  border-radius: 5px;
  width: 80px;
  margin-left: 10px; }

.cart-actions .button.button--primary {
  background: #AF0E1C;
  font-size: 18px;
  padding: 12px 25px;
  border-color: #AF0E1C;
  width: 30%; }

.cart-actions .button.button--primary:hover {
  background-color: transparent; }

.cart_border {
  border: 2px solid #d6d6d6;
  border-top: none; }

.cart-actions, .cart-additionalCheckoutButtons {
  margin-right: 40px; }

.productView-image #container #drag-img {
  top: 50% !important;
  max-height: 450px;
  left: 50% !important;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.productView-images input[type=button] {
  display: none !important; }

.popup-thumbnail .popup-data {
  max-width: 100%; }

.popup-thumbnail .popup-data #zoomin-popup, .popup-thumbnail .popup-data #zoomout-popup {
  display: none !important; }

.description_tab.stick {
  z-index: 10; }

#previewModal {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important; }

#cart-preview-dropdown h4 {
  text-align: left;
  line-height: normal !important;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 70px;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

/* updates css end */
#cart-preview-dropdown h4.cart-item-detals {
  display: none; }

#cart-preview-dropdown .cart {
  border: none; }

#cart-preview-dropdown .cart-list {
  border-top: none; }

#cart-preview-dropdown .cart-item-title {
  padding: 10px 0 10px 10px; }

#cart-preview-dropdown .cart-item-title span {
  font-size: 14px;
  font-weight: 400; }

#cart-preview-dropdown .cart-item-value {
  display: block;
  position: absolute;
  right: 50px;
  margin: 27px auto auto;
  font-size: 14px; }

#cart-preview-dropdown .cart-remove {
  margin-right: 0; }

#cart-preview-dropdown .cart-item-detals td:last-child .cart-item-value {
  display: none; }

#cart-preview-dropdown .cart-item-title .definitionList {
  display: none; }

#cart-preview-dropdown .cart-item-title a[data-item-edit] {
  display: none; }

#cart-preview-dropdown .cart-totals {
  background: transparent; }

#cart-preview-dropdown .cart-totals li, #cart-preview-dropdown .cart_Coupopn {
  display: none; }

#cart-preview-dropdown .cart-totals li:nth-of-type(1) {
  display: block; }

#cart-preview-dropdown .cart-total-value {
  text-align: right;
  font-weight: bold; }

#cart-preview-dropdown .header-cart-btn {
  overflow: hidden;
  width: 100%;
  padding: 10px 0; }

.cart_Coupopn ul {
  width: 49%; }

.shipping_cart li {
  list-style: none;
  padding: 2px 0; }

.shipping_cart .cart-total-label {
  width: 70%;
  text-align: left;
  padding-right: 0; }

.shipping_cart .cart-total-label strong {
  color: #58595b;
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 23px; }

.shipping_cart .cart-total-value {
  width: 30%; }

.shipping_cart .cart-total-value button {
  color: #58595b;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  padding-left: 23px; }

.cart_Coupopn .shipping_cart form.estimator-form {
  width: 80%;
  padding-top: 10px; }

.cart_Coupopn .estimator-form .button.button--primary {
  clear: both;
  display: block; }

.shipping_cart .shipping-quotes form {
  width: 95%;
  margin-bottom: 20px; }

.shipping_cart .shipping-quotes form ul {
  width: 100%;
  margin-bottom: 20px; }

.shipping-quotes .estimator-form-row dl {
  overflow: hidden;
  margin: auto;
  padding: 10px 0; }

.shipping-quotes .estimator-form-row dd {
  margin: auto; }

#cart-preview-dropdown > .header-cart-btn {
  display: none; }

#cart-preview-dropdown .header-cart-btn a {
  background: #abd0e9;
  border-color: #abd0e9;
  display: block;
  color: #091F3F; }

#cart-preview-dropdown .header-cart-btn a:hover {
  color: #fff;
  background: #091F3F;
  border-color: #091F3F; }

.cart-list .cart-remove {
  margin: auto;
  position: absolute;
  right: 15px; }

.cart-buttons .cart-update {
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  color: #0078a8;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  font-family: 'Open Sans',sans-serif;
  bottom: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }

.cart-buttons .cart-update:hover {
  color: #58595b; }

.cart-item-quantity {
  position: relative; }

#xcomponent-paypal-button-ce92070930 > .xcomponent-outlet > iframe.xcomponent-component-frame {
  z-index: 1 !important; }

.cart_Coupopn ul.shipping_cart {
  margin-left: 0;
  margin-bottom: 0;
  width: 50%; }

.cart_checkout {
  width: 50%;
  float: right;
  padding-top: 2px; }

.cart.pace-done.pace-done {
  border: none; }

.videoGallery {
  padding: 0;
  margin: auto;
  display: none;
  max-width: 1200px; }

.cart-totals .shipping-estimator {
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  float: right; }

.cart-totals .shipping-estimator .estimator-form {
  width: 100%;
  padding-right: 40px;
  margin: 10px auto auto; }

.cart-totals .shipping-estimator .shipping-quotes {
  padding-right: 40px;
  margin: 20px auto; }

.cart-totals .estimator-form .form-label {
  font-size: 18px; }

.cart-total-value .shipping-estimate-show {
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #58595b;
  line-height: 28px;
  text-decoration: none; }

.cart-total-value .shipping-estimate-value {
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #58595b;
  line-height: 28px;
  text-decoration: none; }

.navBar--account .navBar-section li:first-child {
  margin-left: 0; }

.navBar--sub .navBar-item.is-active {
  text-transform: uppercase;
  font-weight: 700; }

.navBar--sub .navBar-action {
  font-weight: 600; }

.account-content h3:after {
  opacity: 0; }

.account--fixed .page-heading {
  display: none; }

.navBar--sub .navBar-section {
  text-align: left; }

.navBar--account {
  margin-top: 50px; }

.footer-info-brand {
  display: none; }

.footer-info-col--small {
  width: 19%; }

.footer-info-address {
  width: 24%; }

.footer-info-list li a {
  font-size: 15px;
  font-weight: 600; }

.footer-info-list li a:hover {
  color: #BD202E; }

.socialLinks .socialLinks-item {
  margin-right: 0;
  float: none;
  display: block; }

.socialLinks--alt .icon {
  height: auto;
  width: 100%; }

.footer .socialLinks .icon svg {
  fill: #666;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.footer .socialLinks {
  line-height: 32px; }

.footer .socialLinks .socialLinks-item span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #646569;
  font-size: 15px;
  text-transform: capitalize;
  font-family: Karla,sans-serif;
  font-weight: 600; }

.footer-info .footer-info-col h5 {
  font-size: 22px; }

.socialLinks--alt .icon:hover span, .socialLinks--alt .icon:hover svg {
  color: #BD202E; }

.home-content {
  margin: 50px 0 0 0; }

.home_about {
  overflow: hidden;
  display: flex;
  text-align: center; }

.home_support {
  display: inline-block;
  width: 33.33%;
  vertical-align: middle;
  padding: 0 20px; }

.home_support h3 {
  margin: auto;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px; }

.home_support p {
  color: #595959;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  margin: auto;
  line-height: normal;
  font-weight: 500; }

.rechargable_page .page_header {
  margin: auto; }

.arlo {
  padding: 100px 0; }

.rechargable_page h2 {
  margin: auto;
  color: #505050;
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 100;
  font-family: 'Open Sans',sans-serif;
  text-align: center;
  padding: 0 0 50px; }

.arlo_charger {
  text-align: center;
  display: flex; }

.arlo_charger .specifily {
  width: 33.33%;
  padding: 0 20px;
  align-items: center; }

.arlo_txt {
  margin-top: 20px; }

.arlo_txt h3 {
  margin: auto;
  font-family: 'Open Sans',sans-serif;
  color: #006631;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px; }

.arlo_txt p {
  font-family: 'Open Sans',sans-serif;
  line-height: 20px;
  color: #070707;
  margin: auto;
  font-size: 14px; }

.save_money {
  padding: 80px 0;
  background: #009844; }

.save_money h4 {
  margin: auto;
  color: #fff;
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 100;
  text-align: center;
  padding-bottom: 50px; }

.arlo_combos {
  padding: 40px 0 30px 0;
  margin: auto; }

.arlo_combos ul {
  margin: auto 5%; }

.arlo_combos li.product {
  width: 33.33%;
  margin-bottom: 3rem; }

.arlo_combos li.product img {
  max-height: 230px; }

.nimh_landing {
  padding: 40px 0 30px 0;
  margin: auto; }

.nimh_landing ul {
  margin: auto 5%; }

.nimh_landing li.product {
  width: 33.33%;
  margin-bottom: 3rem; }

.nimh_landing li.product img {
  max-height: 400px; }

.security_arlo {
  padding-top: 60px; }

.slick-initialized .slick-slide.security_camer, .security_camer {
  overflow: hidden;
  display: flex; }

.security_camer .secuty_img {
  float: left;
  width: 50%;
  vertical-align: middle;
  margin: auto;
  text-align: center; }

.security_camer .secuty_img img {
  margin: auto; }

.security_camer .securty_txt {
  float: left;
  width: 50%;
  vertical-align: middle;
  position: relative; }

.security_battery {
  position: relative;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  top: 50%;
  width: 70%;
  padding-left: 20px; }

.security_camer h3 {
  font-size: 22px;
  color: #005675;
  text-transform: capitalize;
  font-weight: 600;
  margin: auto auto 20px auto;
  font-family: 'Open Sans',sans-serif; }

.security_camer p {
  line-height: 26px;
  color: #58595b;
  font-weight: 400;
  text-transform: none;
  font-family: 'Open Sans',sans-serif;
  margin-bottom: 25px;
  font-size: 16px; }

.security_arlo .slick-prev {
  padding: 0;
  left: -30px;
  width: 30px;
  height: 40px; }

.security_arlo .slick-next {
  padding: 0;
  right: -30px;
  width: 30px;
  height: 40px; }

.security_arlo .slick-prev:before {
  background-image: url("https://power.tenergy.com/product_images/uploaded_images/left-recargeable.png");
  width: 30px;
  height: 40px; }

.security_arlo .slick-next:before {
  background-image: url("https://power.tenergy.com/product_images/uploaded_images/right-rechargable.png");
  width: 30px;
  height: 40px; }

.reusability_offer, .safety_charger {
  padding: 60px 0; }

.reusable, .safity {
  overflow: hidden;
  display: flex;
  width: 100%; }

.reusability_text {
  width: 50%;
  float: none;
  align-items: center;
  padding-right: 30px; }

.reusability_text h2, .safity_text h2 {
  text-align: left;
  padding-bottom: 20px;
  line-height: normal; }

.reusability_text p, .safity_text p, .safity_text li {
  font-weight: 400;
  line-height: 24px;
  color: #58595b;
  margin: auto;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  text-transform: none; }

.reusability_img, .safity_img {
  width: 50%;
  float: none;
  align-items: center; }

.safity_text {
  width: 50%;
  float: none;
  align-items: center; }

.elevate {
  padding: 60px 0; }

.elevate_row {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden; }

.elevate_coll {
  width: 33.33%;
  float: left;
  padding: 0 20px; }

.elavete_img {
  margin-bottom: 20px;
  display: block; }

.elavete_img img {
  width: 100%;
  display: block; }

.elavete_cont h3 {
  line-height: normal;
  margin: auto auto 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 22px;
  color: #002d62;
  font-family: 'Open Sans',sans-serif; }

.elavete_cont p {
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  color: #58595b;
  font-family: 'Open Sans',sans-serif;
  text-transform: none; }

.rechage_bottom {
  padding: 30px; }

.intel_sens_row {
  overflow: hidden;
  margin-left: -13px; }

.intel_col {
  float: left;
  width: 33.33%;
  position: relative;
  padding-left: 13px; }

.intel_col_top {
  margin-bottom: 13px;
  position: relative; }

.intel_col_bottom {
  position: relative; }

.intel_btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }

.intel_btn a {
  padding: 7px 15px;
  background: #96ca43;
  color: #000;
  font-family: 'Open Sans',sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear; }

.intel_btn a:hover {
  background: #fff;
  color: #1d1d1d; }

.main_landing_page p:empty {
  display: none; }

.secure_icon {
  display: inline-block;
  margin-right: 20px; }

.secure_icon img {
  max-height: 30px; }

.footer-payment-icons .footer-payment-icon {
  margin-top: 0;
  margin-bottom: 0; }

.cart-list tr {
  position: relative; }

#cart-preview-dropdown .cart-remove {
  top: 72%;
  right: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #cart-preview-dropdown .cart-remove {
    top: auto;
    right: 10px;
    margin-top: 26px; } }

.alertBox--info {
  color: #fff;
  background: #CF0A2C; }

.alertBox--info p.alertBox-message {
  color: #fff;
  font-size: 18px; }

#cart-preview-dropdown .cart_checkout {
  display: none; }

#xcomponent-paypal-button-d2f2a42dff > .xcomponent-outlet {
  z-index: 0; }

.our_customers {
  text-align: center;
  margin: 80px auto; }

.our_customers h4.service_heading {
  color: #002d62 !important;
  font-weight: 700; }

.our_custm {
  margin-top: 60px;
  overflow: hidden;
  width: 100%;
  text-align: center; }

.our_partner {
  float: left;
  margin-bottom: 20px;
  width: 25%;
  vertical-align: middle; }

.faq_topics .popular_faqs, .faq_accordian p, #warranty_1, .frequently_question {
  display: none; }

.frequentyly {
  background: #f4f4f4;
  margin-bottom: 15px;
  padding: 10px 20px;
  overflow: hidden; }

.frequentyly h6 {
  line-height: 24px;
  color: #4f4f4f;
  font-size: 18px;
  font-family: 'Open Sans',sans-serif;
  margin: auto auto 10px;
  font-weight: 500;
  letter-spacing: 0; }

.frequently_question {
  padding-left: 20px; }

.help_quick ul a.active, .faq_accordian h4.active {
  color: #CF0A2C; }

.popular_faqs {
  background: #f4f4f4;
  margin-bottom: 15px;
  padding: 10px 20px;
  overflow: hidden; }

.faq_accordian {
  border-bottom: 2px dotted #091F3F;
  margin-bottom: 10px; }

.faq_accordian h4 {
  font-weight: 600;
  line-height: 1.4;
  color: #58595B;
  margin: auto;
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
  padding: 10px 20px;
  cursor: pointer;
  position: relative; }

.faq_accordian h4:first-letter {
  text-transform: capitalize; }

.faq_accordian h4:before {
  background-image: url(https://power.tenergy.com/product_images/uploaded_images/page-right-arrow.png);
  width: 10px;
  height: 13px;
  background-position: left center;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin: auto;
  content: "";
  left: 0;
  top: 0;
  bottom: 0; }

.faq_accordian h4.active:before {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg); }

.navBar--sub .navBar-section {
  text-align: center; }

.account_heading {
  display: none; }

.account-product-title a {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  color: #366ed1;
  font-family: 'Open Sans',sans-serif; }

.account-product-title a:hover {
  color: #be2230; }

.account-product-description {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  font-family: 'Open Sans',sans-serif;
  color: #666;
  line-height: 26px; }

.account-product-detail-heading {
  font-size: 18px; }

.account-product-detail span {
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Open Sans',sans-serif;
  color: #666;
  line-height: 26px; }

.account-product-figure {
  width: 100px; }

.account-sidebar-block .account-heading {
  font-size: 26px;
  color: #091F3F;
  text-align: left;
  line-height: normal;
  margin: 0 auto 20px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
  font-family: Karla,sans-serif;
  padding-bottom: 9px; }

.account-orderTotal-value:last-child {
  font-size: 30px;
  color: #091e33;
  font-family: Karla,Arial,Helvetica,sans-serif;
  font-weight: 400; }

.account-sidebar .definitionList-key, .account-sidebar .definitionList-value, .account-order-address li {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  color: #091e33;
  font-family: 'Open Sans',sans-serif; }

.header-top #swifttagcontainerf8tk7z56ot {
  position: relative; }

.header-top #swifttagdatacontainerf8tk7z56ot {
  font-size: 16px;
  font-family: Karla,sans-serif;
  text-transform: capitalize;
  color: #2D2925;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear; }

.header-top #swifttagdatacontainerf8tk7z56ot:hover {
  color: #BD202E; }

.header-top #swifttagdatacontainerf8tk7z56ot div {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
  right: 0; }

.header-top #swifttagdatacontainerf8tk7z56ot div img {
  max-width: 100%;
  opacity: 0;
  margin: auto;
  max-height: 25px; }

/* start custom categories css */
.custom_categories {
  margin: 30px auto; }

.custom_categories h1 {
  color: #2D2925;
  text-transform: capitalize;
  /*font-size: 34px;*/
  font-size: 30px;
  font-weight: 400;
  margin: auto;
  font-family: Karla,sans-serif;
  line-height: normal;
  text-align: center; }

.custom-battery {
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
  display: block; }

.custom_chemistry {
  float: left;
  width: 45%;
  vertical-align: top; }

.custom_average {
  float: left;
  width: 55%;
  vertical-align: top; }

.custom-battery h3 {
  /*font-size: 20px;*/
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  color: #58595B;
  font-family: 'Open Sans',sans-serif;
  margin: auto; }

.custom-option {
  margin-bottom: 30px; }

.custom-option ul {
  margin: auto;
  list-style: none;
  margin-left: 25px; }

.custom-option ul li {
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
  color: #8d8d8d;
  /*  font-size: 18px; */
  font-size: 15px;
  font-family: 'Open Sans',sans-serif;
  line-height: normal;
  font-weight: 500;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear; }

.custom-option ul li:hover {
  color: #BD202E; }

.custom-option ul li:before {
  position: absolute;
  border: 2px solid #58595B;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  left: -20px;
  z-index: 5;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  transition: border .25s linear;
  -webkit-transition: border .25s linear; }

.custom-option ul li.active:after {
  width: 7px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -16px;
  content: "";
  background: #091F3F;
  border-radius: 100%;
  position: absolute; }

.custom-option[data-field="Voltage"], .custom-option[data-field="Capacity"] {
  margin-bottom: 60px; }

.custom-option[data-field="Voltage"] h3, .custom-option[data-field="Capacity"] h3 {
  margin-bottom: 25px; }

.custom-option .slider-container {
  margin-left: 5px;
  display: block;
  text-align: left; }

.custom-option .theme-green .back-bar {
  height: 3px; }

.custom-option .theme-green .back-bar .pointer {
  border-radius: 0;
  width: 3px;
  background-image: none;
  border: 1px solid #58595B;
  background-color: #58595B; }

.custom-option .theme-green .back-bar .selected-bar {
  background: #58595B;
  background-image: none;
  border-radius: 0; }

.custom-option .theme-green .back-bar .pointer-label {
  top: -22px;
  color: #8d8d8d;
  font-size: 12px;
  margin: auto;
  line-height: normal;
  font-weight: 600;
  font-family: 'Open Sans',sans-serif; }

.custom-option .scale span ins {
  color: #8d8d8d;
  font-size: 12px;
  margin: auto;
  line-height: normal;
  top: 7px;
  font-weight: 600;
  font-family: 'Open Sans',sans-serif; }

.custom-demention h3 {
  margin-bottom: 20px; }

.custom_length, .custom_height {
  background: #f2f2f2;
  width: 80%;
  padding: 6px 4px 6px 20px; }

.custom_width {
  background: #e5e5e5;
  width: 80%;
  padding: 4px 4px 4px 20px; }

.custom_length label, .custom_width label, .custom_height label {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  color: #58595B;
  margin: auto;
  width: 70px;
  display: inline-block; }

.custom_length input[type=number], .custom_width input[type=number], .custom_height input[type=number] {
  border-color: transparent;
  box-shadow: none;
  background: #fff;
  height: 35px;
  outline: none;
  border-style: double;
  display: inline-block;
  padding: 2px 10px;
  width: calc(100% - 75px);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif;
  color: #58595B;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
  -o-appearance: textfield;
  -ms-appearance: textfield; }

.custom_length input[type=number]::-webkit-inner-spin-button, .custom_width input[type=number]::-webkit-inner-spin-button, .custom_height input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.custom_average input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.custom_average input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
  -o-appearance: textfield;
  -ms-appearance: textfield; }

.custom_average h3 {
  display: inline-block;
  vertical-align: middle; }

.custom_average input[type=number] {
  display: inline-block;
  vertical-align: middle;
  border: none;
  border-bottom: 2px solid #000;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  font-family: 'Open Sans',sans-serif; }

.custom_average input[type=number]:focus {
  outline: none; }

.custom_average p {
  color: #8d8d8d;
  /*font-size: 16px;*/
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  font-family: 'Open Sans',sans-serif; }

.custom_average .custom-option ul {
  margin: 0 0 40px 0; }

.custom_average .custom-option li {
  display: inline-block;
  text-align: center;
  width: 40px; }

.custom_average .custom-option li:before {
  position: absolute;
  border: 2px solid #58595B;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  left: 0;
  z-index: 5;
  content: "";
  top: auto;
  bottom: -20px;
  right: 0;
  margin: auto;
  transition: border .25s linear;
  -webkit-transition: border .25s linear; }

.custom_average .custom-option li.active:after {
  width: 7px;
  height: 7px;
  top: auto;
  left: 0;
  content: "";
  background: #091F3F;
  border-radius: 100%;
  position: absolute;
  right: 0;
  margin: auto;
  bottom: -16px; }

.custom_average #search-custom {
  margin: auto;
  border-radius: 10px;
  position: relative;
  background: #18a3da;
  color: #fff;
  border: 1px solid #18a3da;
  letter-spacing: 0;
  font-family: Karla,sans-serif;
  font-weight: 600;
  /* font-size: 18px; */
  font-size: 15px;
  text-transform: uppercase;
  float: left;
  width: 250px;
  text-align: left;
  padding: 10px 15px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear; }

.custom_average #search-custom:after {
  content: "";
  background-image: url(https://power.tenergy.com/product_images/uploaded_images/search.png);
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  /* width: 40px;
    height: 40px;*/
  width: 35px;
  height: 35px;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto; }

.custom_average #search-custom:hover {
  background: #CF0A2C;
  color: #fff;
  border-color: #CF0A2C; }

.operating_temp {
  overflow: hidden;
  width: 100%;
  padding-top: 150px;
  display: block; }

.operating_temp strong {
  text-transform: uppercase; }

.productView-description #tab_quality h3 {
  padding-bottom: 15px;
  border-bottom: 3px solid #e1e1e1; }

.popular_faqss {
  padding-left: 30px; }

.popular_faqss .faq_accordians {
  padding: 0 0 0 20px;
  border-bottom: 2px dotted #e1e1e1; }

.popular_faqss h4 {
  color: #3b3b3b;
  font-weight: 700;
  font-family: 'Open Sans',sans-serif;
  margin: auto;
  padding: 15px 0;
  font-size: 18px;
  cursor: pointer;
  position: relative; }

.popular_faqss h4:before {
  background-image: url(https://power.tenergy.com/product_images/uploaded_images/page-right-arrow.png);
  width: 10px;
  height: 13px;
  background-position: left center;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin: auto;
  content: "";
  left: -20px;
  top: 0;
  bottom: 0;
  transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  -webkit-transition: all 0.3s 0s;
  -ms-transition: all 0.3s 0s; }

.popular_faqss h4.active:before {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg); }

.popular_faqss p {
  color: #3b3b3b;
  font-weight: 400;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  margin-bottom: 20px !important;
  display: none; }

.page-sidebar.hide_asidbar {
  display: none; }

.no_sidderbar {
  width: 100%;
  border-top: 2px solid #000;
  padding: 10px 0 0 0;
  border-bottom: 2px solid #000;
  margin-bottom: 20px; }

.no_sidderbar #submit_form_custom_battery {
  color: #18a3da;
  font-size: 20px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
  position: relative; }

.no_sidderbar #submit_form_custom_battery:after {
  content: "";
  background: url(https://power.tenergy.com/product_images/uploaded_images/form-arrow.png);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -20px;
  width: 20px;
  height: 20px;
  z-index: 9;
  background-size: contain;
  background-position: center; }

.no_sidderbar p {
  color: #58595B;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  font-family: 'Open Sans',sans-serif;
  margin-bottom: 15px; }

.no_sidderbar .form-label {
  color: #000;
  font-size: 16px;
  font-weight: 400; }

.no_sidderbar .form-input[rows] {
  background: #e5e5e5;
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
  color: #000; }

.no_sidderbar .form-field {
  margin-bottom: 15px; }

.no_sidderbar .button.button--primary {
  border-radius: 5px;
  background: #18a3da;
  border: 1px solid #18a3da; }

.no_sidderbar .button.button--primary:hover {
  background: #CF0A2C;
  color: #fff;
  border-color: #CF0A2C; }

.shrt-description .product-highlight {
  display: block;
  overflow: hidden;
  width: 100%; }

.header .dropdown--quickSearch {
  margin: auto;
  width: 50%;
  float: none;
  vertical-align: middle;
  padding: 0;
  display: table-cell;
  position: relative;
  background: transparent; }

.header .dropdown--quickSearch form {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 100%; }

.header .dropdown--quickSearch:focus {
  outline: none; }

.dropdown--quickSearch .form-fieldset {
  width: 100%; }

.header-middle .dropdown--quickSearch form .form-field {
  position: relative;
  overflow: hidden; }

.dropdown--quickSearch .form-input {
  border-radius: 0;
  border: 1px solid #091F3F;
  background-color: #fff;
  color: #454545;
  font-size: 1rem;
  height: 3rem;
  padding: .75rem 1rem;
  padding-right: 40px;
  float: left;
  width: calc(100% - 73px); }

.dropdown--quickSearch .form-input::placeholder, .footer-top .form-prefixPostfix .form-input::placeholder {
  color: #65666a; }

.dropdown--quickSearch .form-field span.sub_data {
  float: left;
  color: #fff;
  font-family: 'Open Sans',sans-serif;
  margin: auto;
  border-radius: 0;
  text-transform: uppercase;
  border-color: #92071E;
  background: url(https://power.tenergy.com/product_images/uploaded_images/search.png) center no-repeat #92071E;
  background-size: 58%;
  font-size: 0;
  height: 42px;
  width: 73px;
  cursor: pointer; }

.quickSearchResults {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  right: 0;
  top: 100%;
  z-index: 12; }

.quickSearchResults .productGrid {
  margin: auto;
  overflow-y: scroll;
  height: 500px; }

.quickSearchResults .productGrid .product {
  overflow: hidden;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px; }

.quickSearchResults .productGrid .product:last-child {
  border: none;
  margin: auto; }

.quickSearchResults .card.card--alternate {
  overflow: hidden;
  border: none;
  margin-bottom: 0; }

.quickSearchResults .card-figure {
  margin-top: 0;
  width: 33.33%;
  float: left; }

.quickSearchResults .card-figure a {
  min-height: 100%; }

.quickSearchResults .card-body {
  width: 66.67%;
  float: left;
  padding: 0; }

.quickSearchResults .card-body .card-title {
  min-height: 100%;
  margin-bottom: 10px; }

.quickSearchResults .card-body .card-title a {
  height: 100%; }

.quickSearchResults .prod_item_nu, .quickSearchResults .cart-action, .quickSearchResults .categories_ship {
  display: none; }

.quickSearchResults .card--alternate:hover .card-body {
  background: transparent; }

.quickSearchResults .card--alternate:hover .card-body a {
  color: #CF0A2C; }

.account-orderStatus-action {
  width: 100%;
  margin: 20px auto auto;
  color: #949494;
  border: 2px solid #949494;
  padding: 8px 20px;
  letter-spacing: 0;
  font-family: Karla,sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  line-height: normal;
  background: #fff;
  text-decoration: none;
  font-style: normal; }

.account-orderStatus-action:hover {
  color: #fff;
  background: #949494; }

.no_sidderbar #submit_form_custom_battery.current:after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg); }

.product_price .save_price.save_zero {
  display: none; }

.ensure_device {
  max-width: 100%;
  margin: auto;
  padding: 20px 0; }

.ensure_device img {
  display: inline-block;
  max-width: 100%; }

.ensure_image {
  margin-bottom: 25px; }

.ensure_text {
  margin-bottom: 25px;
  border-bottom: 2px solid #dfdfdf; }

.ensure_device h5 {
  font-size: 18px;
  margin: auto;
  font-weight: bold;
  color: #2D2925;
  font-family: 'Open Sans',sans-serif;
  text-transform: none;
  line-height: normal;
  margin-bottom: 10px; }

.ensure_device p {
  padding-bottom: 20px; }

.perform_ensure {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #dfdfdf; }

.perform_left {
  width: 50%;
  text-align: center; }

.perform_right {
  float: left;
  width: calc(100% - 50%);
  padding-left: 30px; }

.performence_right {
  width: 50%;
  text-align: center;
  margin: auto; }

.performence_left {
  float: left;
  width: 50%;
  padding-right: 30px; }

.performence_right img {
  display: inline-block; }

.perform_middle {
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex; }

.perform_middle .perform_left {
  align-content: center;
  -webkit-align-content: center;
  -o-align-content: center;
  -ms-align-content: center;
  -moz-align-content: center;
  margin: auto;
  float: none; }

.perform_middle .perform_right {
  align-content: center;
  -webkit-align-content: center;
  -o-align-content: center;
  -ms-align-content: center;
  -moz-align-content: center;
  margin: auto;
  float: none; }

.perform_middle .performence_left {
  float: none;
  align-items: center;
  align-content: center;
  -webkit-align-content: center;
  -o-align-content: center;
  -ms-align-content: center;
  -moz-align-content: center;
  margin: auto; }

.perform_middle .performence_right {
  order: 2;
  align-items: center;
  align-content: center;
  -webkit-align-content: center;
  -o-align-content: center;
  -ms-align-content: center;
  -moz-align-content: center;
  float: none;
  display: inline-block; }

.performing {
  border-bottom: 2px solid #dfdfdf;
  margin-bottom: 25px;
  padding-bottom: 10px; }

.perform_device {
  overflow: hidden;
  margin-left: -30px; }

.perform_device .core {
  width: 25%;
  padding-left: 30px;
  float: left; }

.core_img {
  margin-bottom: 25px;
  max-width: 220px; }

.ensure_device h6 {
  font-size: 14px;
  margin: auto auto 10px;
  font-weight: 700;
  color: #2D2925;
  font-family: 'Open Sans',sans-serif;
  text-transform: none;
  line-height: normal; }

.ensure_device .performing p {
  font-size: 14px; }

.core_one_third {
  width: 33.33%;
  float: left;
  padding-left: 30px; }

.core_one_third .core_img {
  max-width: 300px; }

.socialLinks .socialLinks-item {
  text-align: left; }

.quality_batteries {
  overflow: hidden;
  margin-left: -30px; }

.using_device {
  width: 50%;
  float: left;
  margin-bottom: 25px;
  padding-left: 30px; }

.quality_image {
  display: block;
  overflow: hidden;
  margin-bottom: 15px; }

.quality_batteries .comp-img {
  float: left;
  max-width: 135px;
  margin-right: 20px; }

.quality_image h5 {
  float: left; }

.using_device:nth-of-type(3), .using_device:nth-of-type(4) {
  margin-bottom: 0; }

.comparision_chart_one {
  padding-bottom: 25px;
  border-bottom: 2px solid #dfdfdf;
  margin-bottom: 15px; }

.chart_six_image {
  overflow: hidden;
  text-align: right; }

.chart_six_image .chart_img {
  width: 132px;
  display: inline-block; }

.situtaion_one {
  width: 100%; }

.situtaion_one th, .situtaion_chart th {
  padding: 15px 0;
  font-weight: bold;
  color: #2D2925;
  font-family: 'Open Sans',sans-serif;
  text-transform: none;
  line-height: normal;
  font-size: 13px;
  text-align: center; }

.situtaion_one td {
  border: 1px solid #dfdfdf;
  padding: 10px 0;
  font-weight: 600;
  color: #2D2925;
  font-family: 'Open Sans',sans-serif;
  text-transform: none;
  line-height: normal;
  font-size: 13px;
  padding-left: 15px;
  width: 132px; }

.situtaion_one td:first-child, .situtaion_chart td:first-child {
  width: 174px; }

.situtaion_one td:nth-of-type(2), .situtaion_chart td:nth-of-type(2) {
  background: #fdf6ee;
  font-weight: bold; }

.chart_two_image {
  overflow: hidden;
  text-align: right; }

.chart_situation {
  margin: 0 30px;
  display: inline-block;
  max-width: 300px; }

.situtaion_chart td {
  border: 1px solid #dfdfdf;
  padding: 10px 0;
  font-weight: 600;
  color: #2D2925;
  font-family: 'Open Sans',sans-serif;
  text-transform: none;
  line-height: normal;
  font-size: 13px;
  padding-left: 15px;
  width: 398px; }

.situtaion_chart {
  width: 100%; }

.product-header-top .header-productImage {
  min-height: 70px;
  display: inline-block;
  vertical-align: middle; }

.product-header-top .container {
  display: block; }

.product-header-top .header-productImage, .header-product-tittle, .header-product-cart {
  display: inline-block; }

.product.pace-done .body .breadcrumbs .breadcrumb.is-active {
  display: none !important; }

/* start responsive css */
@media screen and (min-width: 2000px) {
  .popup-thumbnail .popup-data ul.thumbsttt {
    max-width: 90%; }
  .popup-thumbnail .popup-data ul.thumbsttt .drag-img-popup {
    max-height: 800px; } }

@media screen and (min-width: 1800px) {
  .popup-thumbnail .popup-data ul.thumbsttt {
    top: 50%; }
  .popup-thumbnail .popup-data ul.thumbsttt .drag-img-popup {
    max-height: 746px; } }

@media screen and (min-width: 1600px) {
  .popup-thumbnail .popup-data ul.thumbsttt .drag-img-popup {
    max-height: 646px; } }

@media screen and (max-width: 1500px) {
  .popup-thumbnail .close {
    left: auto; }
  .popup-thumbnail .popup-data ul.thumbsttt .drag-img-popup {
    max-height: 440px; } }

@media screen and (max-width: 1349px) {
  .slick-next {
    right: -10px; }
  .slick-prev {
    left: -10px; }
  .security_arlo .slick-prev {
    left: 0; }
  .security_arlo .slick-next {
    right: 0; }
  .popup-thumbnail .popup-data {
    width: 95%; } }

@media screen and (max-width: 1200px) {
  .container {
    max-width: 95%; }
  .header-middle .container form {
    width: 35%; }
  .navPages-action {
    letter-spacing: 0;
    padding: 10px; }
  .insta-widget {
    overflow: hidden;
    overflow-x: scroll; }
  img {
    max-width: 100%; }
  .slick-next,
  .slick-prev {
    padding: 0;
    background-color: transparent; }
  .slick-prev {
    left: -10px; }
  .slick-next:before, .slick-prev:before {
    background-size: contain; }
  .productGrid .product {
    width: 33.33%; }
  .home-fature .productGrid .product {
    width: 100%; }
  .add-cart-action .form-action {
    float: left;
    width: calc(100% - 80px); }
  .popup-thumbnail .popup-data {
    width: 90%; }
  .popup-thumbnail .popup-data ul.thumbsttt {
    max-width: 100%; }
  .popup-thumbnail .popup-data ul.thumbsttt .slick-prev {
    right: 90%;
    width: 30px;
    height: 30px; }
  .popup-thumbnail .popup-data ul.thumbsttt .slick-prev:before, .popup-thumbnail .popup-data ul.thumbsttt .slick-next:before {
    width: 30px;
    height: 30px; }
  .popup-thumbnail .popup-data ul.thumbsttt .slick-next:active, .popup-thumbnail .popup-data ul.thumbsttt .slick-prev:active {
    background: transparent; }
  .popup-thumbnail .popup-data ul.thumbsttt .slick-next {
    left: 90%; }
  .popup-thumbnail .popup-data ul.thumbsttt .drag-img-popup {
    max-height: 400px; }
  .suggestiveCart .productGrid .product {
    width: 25%; }
  .cart-product-details .productView-title {
    font-size: 18px; }
  .landing_page {
    max-width: 100%;
    margin: 40px auto; }
  .landing_page li {
    padding-top: 0; }
  .landing_icon img {
    max-height: 95px; }
  .account--fixed {
    max-width: 95%; }
  .page-content {
    width: 100%;
    max-width: 95%;
    padding: 0;
    float: none;
    margin: auto; }
  .contact-map {
    margin-top: 40px; }
  .landing_page li a {
    background: #f2f2f2; }
  .full_sercvice {
    margin-bottom: 0; }
  .main_landing_page .page-content {
    max-width: 100%; }
  .suprior_content, .sercvice_col {
    padding: 0 15px; }
  .about_history {
    max-width: 95%;
    margin: auto;
    padding: 40px 0; }
  .blog .sidebar-blog {
    display: none; }
  .blog .blog_content .container {
    max-width: 100%; }
  .blog .blog_content {
    width: 100%;
    max-width: 95%;
    margin: auto;
    float: none; }
  .main_landing_page .landing_page, .main_landing_page .page_header {
    max-width: 95%; }
  .help_content {
    max-width: 95%; }
  .videoGallery {
    max-width: 95%; }
  .rechargable_page .page_header {
    max-width: 100%; }
  .rechargable_page .page {
    max-width: 95%; }
  .arlo {
    padding: 80px 0; }
  .arlo_charger .specifily {
    padding: 0 15px; }
  .save_money, .arlo_combos, .security_arlo, .reusability_offer, .safety_charger, .elevate {
    padding: 40px 0; }
  .rechargable_page h2, .save_money h4 {
    font-size: 34px;
    padding-bottom: 30px; }
  .security_arlo .slick-prev, .security_arlo .slick-next, .security_arlo .slick-prev:before, .security_arlo .slick-next:before {
    width: 30px;
    height: 40px; }
  .rechage_bottom {
    padding: 20px 20px 40px 20px; }
  .secure_icon {
    margin-right: 10px; }
  .secure_icon img {
    max-width: 250px; }
  .custom_chemistry {
    width: 40%; }
  .custom_average {
    width: 60%; }
  .custom_average h3, .custom-battery h3 {
    font-size: 18px; }
  .header-middle .dropdown--quickSearch form {
    width: 100%; }
  .header .dropdown--quickSearch {
    width: 36%; } }

@media screen and (max-width: 1024px) {
  .header-middle .container .header-logo--left {
    width: 18%; }
  .header-middle .container form {
    width: 29%;
    padding-left: 30px; }
  .navPages-action {
    font-size: 12px; }
  .navUser-item-cartLabel, .user-account span {
    font-size: 14px; }
  .navPages-action-moreIcon {
    margin-left: 0; }
  .heroCarousel-content {
    left: 0;
    width: 100%; }
  .heroCarousel-title {
    font-size: 28px; }
  .heroCarousel-content .heroCarousel-description {
    font-size: 22px; }
  .card-figure > a {
    min-height: 180px; }
  .accordion--navList .accordion-navigation {
    padding: 10px; }
  .accordion--navList .accordion-navigation .accordion-title {
    font-size: 16px; }
  .productView-images {
    width: 47%; }
  .productView-details {
    width: 53%; }
  .productView-options {
    float: none;
    width: 100%; }
  .product-item-details {
    width: 100%;
    padding-left: 30px;
    float: none; }
  .instant-price {
    padding: 0;
    border: none; }
  .final-pay .pay-you {
    width: 40%;
    display: inline-block; }
  .final-pay .price.price--withoutTax {
    display: inline-block;
    width: 59%; }
  .page-sidebar {
    padding-left: 0; }
  .modal-body .previewCartCheckout .previewCart-footer-bottom .button--primary {
    margin: auto 1% auto auto;
    width: 24%; }
  .modal-body .button.button--primary {
    padding: 12px 0; }
  .previewCartCheckout-additionalCheckoutButtons {
    margin-right: 0; }
  .modal-body .previewCartCheckout .previewCart-footer-bottom .button--primary {
    margin: auto 20px;
    width: 45%;
    float: left; }
  .cart-product-details .productView-title {
    font-weight: normal;
    line-height: normal; }
  .page_header h1 {
    font-size: 22px; }
  .page_header .top_border, .page_header .top_border:after, .page_header .bottom_border, .page_header .bottom_border:after {
    height: 1px; }
  .suprior_content, .sercvice_col {
    padding: 0 15px; }
  .help_content, .help_header {
    margin: auto;
    max-width: 95%; }
  .help_content .help_me {
    width: 220px; }
  .help_content .help_link {
    width: calc(100% - 220px); }
  .help_content .costumer {
    padding: 0;
    width: 100%;
    float: none;
    display: block;
    overflow: hidden; }
  .costumer li {
    display: inline;
    width: 33.33%;
    float: left; }
  .costumer li br {
    display: none; }
  .we_accept {
    margin-top: 0; }
  .home_support h3 {
    font-size: 16px; }
  .home_support p {
    font-size: 14px; }
  .footer-info .footer-info-col h5 {
    font-size: 22px; }
  .footer-info-col--small {
    width: 17.5%; }
  .footer-info-address {
    width: 30%; }
  .footer-info-list li a, .socialLinks .socialLinks-item span {
    font-size: 14px !important; }
  .arlo {
    padding: 40px 0; }
  .rechargable_page h2, .save_money h4 {
    font-size: 24px; }
  .arlo_charger .specifily {
    padding: 0 10px; }
  .arlo_txt h3 {
    font-size: 16px; }
  .arlo_combos li.product {
    width: 33.33%; }
  .security_arlo, .reusability_offer, .safety_charger, .elevate, .rechage_bottom {
    padding-top: 0; }
  .security_arlo .slick-prev {
    left: -10px; }
  .security_arlo .slick-next {
    right: -10px; }
  .security_battery {
    top: 10%;
    width: 100%;
    padding-left: 20px;
    transform: none;
    position: relative; }
  .security_camer p, .reusability_text p, .safity_text li, .safity_text p, .elavete_cont p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px; }
  .safity_text {
    padding-left: 20px; }
  .safity_text li {
    margin: auto; }
  .elevate_row {
    margin-left: -15px;
    margin-right: -15px; }
  .elevate_coll {
    padding: 0 15px; }
  .elavete_cont h3 {
    font-size: 16px;
    font-weight: 600; }
  .header .dropdown--quickSearch {
    width: 30%; }
  .header-middle .dropdown--quickSearch form {
    width: 100%; }
  .ensure_device {
    max-width: 100%; }
  .popup-thumbnail .popup-data ul.thumbsttt .drag-img-popup {
    max-height: 360px; } }

@media screen and (max-width: 800px) {
  body {
    padding-top: 0; }
  .header {
    position: relative; }
  .header-top .navUser {
    transform: none;
    top: auto;
    position: relative; }
  .header-middle {
    padding: 5px 0; }
  .header-middle .container .header-logo--left {
    width: 35%;
    text-align: center; }
  .header-logo-image {
    max-height: 40px; }
  .header-middle .container form {
    display: none; }
  .heroCarousel-content {
    position: absolute;
    z-index: 9;
    top: 10%; }
  .default .body {
    margin-top: 1.5rem; }
  .heroCarousel .slick-prev, .heroCarousel .slick-next {
    top: 0;
    bottom: 0;
    margin: auto; }
  .slick-prev {
    left: 0; }
  .slick-next {
    right: 0; }
  .footer-top .footer-info-col {
    display: block;
    text-align: center; }
  .footer-top h5 {
    margin: auto auto 10px; }
  .footer-top p {
    margin: auto; }
  .footer-top form {
    width: 100%;
    margin-top: 20px; }
  .footer-info-address {
    width: 50%; }
  #facetedSearch .facetedSearch-toggle {
    background: #BD202E;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border: none;
    margin-bottom: 0;
    font-family: Karla,sans-serif;
    text-transform: uppercase;
    letter-spacing: .3px; }
  #facetedSearch .toggleLink .toggleLink-text--on, #facetedSearch .toggleLink .toggleLink-text {
    color: #fff;
    font-size: 16px;
    font-family: Karla,sans-serif;
    text-transform: uppercase;
    letter-spacing: .3px; }
  #facetedSearch .toggleLink i {
    width: 23px;
    height: 23px; }
  #facetedSearch .toggleLink i svg {
    fill: #fff; }
  #facetedSearch .toggleLink i img {
    display: none; }
  #facetedSearch-navList {
    border-width: 1px; }
  .accordion--navList .accordion-navigation .accordion-title {
    padding: 0; }
  .page-sidebar {
    padding: 0;
    margin-bottom: 20px; }
  .accordion--navList .accordion-content {
    padding: 5px 10px; }
  .accordion--navList .accordion-content .navList-item:first-child {
    border-top: none; }
  .header-product-cart {
    width: 200px; }
  .header-product-tittle h1 {
    font-size: 16px; }
  .productView-title {
    font-size: 18px; }
  .container > .container {
    max-width: 100%; }
  .breadcrumb, .breadcrumb a, .breadcrumb.is-active > .breadcrumb-label {
    text-transform: capitalize; }
  .description_tab .tab {
    display: inline-block; }
  .cart-list {
    overflow: hidden;
    padding: 10px 0 0 0; }
  .cart-item-figure {
    width: 20%;
    text-align: center; }
  .cart-item-title {
    display: block;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden; }
  .cart-item-info + .cart-item-info {
    margin-bottom: 10px; }
  .cart-item-label, .form-label {
    font-weight: 400;
    font-size: 16px; }
  .cart-item-quantity .form-increment {
    margin-left: 1.5rem; }
  .cart-item-info + .cart-item-info {
    margin-top: 0; }
  .cart-totals {
    float: none;
    width: 100%; }
  .cart-total-label {
    text-align: left;
    font-size: 14px; }
  .cart-total-value {
    width: 50%;
    line-height: normal;
    font-size: 20px; }
  .navPages-container.is-open {
    padding-top: 0;
    z-index: 9;
    height: 600px;
    top: 0;
    margin: auto;
    position: relative; }
  .suggestiveCart .productGrid .product {
    width: 50%; }
  .suggestiveCart .productGrid .product:nth-of-type(3), .suggestiveCart .productGrid .product:nth-of-type(4) {
    display: none; }
  .suggestiveCart .card-body {
    text-align: center; }
  .cart-product-details .productView-price {
    font-size: 20pt; }
  .modal-body .previewCartCheckout .previewCart-footer-bottom .button--primary {
    margin: auto 2% 10px !important;
    width: 45%; }
  .previewCartCheckout-additionalCheckoutButtons {
    margin-bottom: 10px; }
  .previewCart-footer-bottom .button + .button {
    width: 45%;
    margin: auto auto 10px; }
  .previewCart .productView {
    width: 100%; }
  .previewCart .cart-product-details {
    float: none;
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
    display: block;
    overflow: hidden; }
  .navUser-item--cart:hover #cart-preview-dropdown {
    width: 300px; }
  .landing_page li {
    width: 32%; }
  .landing_page li:nth-of-type(4n+1) {
    margin-left: 2%; }
  .landing_page li:nth-of-type(3n+1) {
    margin-left: 0; }
  .landing_page li h4, .landing_page li span.landing_heading {
    font-size: 16px; }
  .navBar--sub .navBar-item {
    float: left; }
  .landing_icon {
    height: 90px; }
  .navBar--account {
    max-width: 95%;
    display: block;
    margin: auto auto 20px; }
  .addressList {
    margin: auto;
    max-width: 95%; }
  .order_status {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px; }
  .order_status br {
    display: none; }
  .cart_header_left {
    width: 100%;
    float: none; }
  .cart_header_right {
    float: none;
    width: 100%;
    text-align: left;
    margin: 10px auto auto;
    display: block; }
  .cart-buttons .cart-update {
    position: relative;
    display: block;
    bottom: auto;
    left: 0;
    right: 0;
    text-align: left;
    padding: 10px 20px 0px 20px; }
  .cart-total {
    padding-left: 0; }
  .cart-totals .cart-total-label {
    padding-left: 10%;
    padding-right: 0;
    width: 50%; }
  .cart-totals .cart-total-value {
    text-align: right;
    padding-right: 10%; }
  .cart_Coupopn ul.shipping_cart {
    width: 100%;
    float: none; }
  .cart_checkout {
    width: 100%;
    float: none;
    padding-top: 20px;
    overflow: hidden; }
  .card-figure > a .card-image {
    max-height: 180px; }
  .productView-thumbnail-link {
    min-height: 80px; }
  .navPages-action {
    padding: 0; }
  .navPage-subMenu-item {
    width: 100%;
    margin-bottom: 0 !important; }
  .navPage-subMenu-item > .navPage-subMenu-action {
    padding: 0;
    font-size: 12px; }
  .navPage-subMenu-item .navPage-childList {
    min-height: 100%;
    border: none; }
  .cart-totals {
    overflow: hidden; }
  .cart-total {
    float: none;
    border-bottom: 1px solid #E6E6E6; }
  .cart-totals .shipping-estimator {
    width: 100%;
    max-width: 80%;
    margin: auto;
    float: none; }
  .cart-totals .shipping-estimator .estimator-form, .cart-totals .shipping-estimator .shipping-quotes {
    padding-right: 0; }
  .cart_checkout {
    padding-top: 0; }
  .cart-total-value .shipping-estimate-show {
    text-align: right; }
  .footer-info-col--small {
    width: 33.33%; }
  .footer-info-address {
    width: 66.67%; }
  .home_support {
    padding: 0; }
  .arlo_charger {
    display: block; }
  .arlo_charger .specifily {
    width: 50%;
    float: left;
    margin-bottom: 30px; }
  .intel_col {
    margin-bottom: 13px;
    width: 50%; }
  .intel_col:nth-of-type(3) {
    width: 100%; }
  .intel_col_top {
    float: left;
    width: 50%;
    padding-right: 6.5px;
    margin: auto; }
  .intel_col_bottom {
    float: left;
    width: 50%;
    padding-left: 6.5px; }
  .intel_btn {
    position: relative;
    bottom: 0;
    margin: 20px auto; }
  .rechage_bottom {
    padding: 20px; }
  .secure_icon img {
    max-width: 180px; }
  .custom_chemistry {
    width: 50%; }
  .custom_average {
    width: 50%;
    padding-left: 20px; }
  .operating_temp {
    padding-top: 30px; }
  .custom_width, .custom_length, .custom_height {
    width: 100%; }
  .quickSearchResults {
    margin: auto; }
  .quickSearchResults .productGrid {
    padding-top: 10px; }
  .quickSearchResults .modal-close {
    display: block;
    top: 0;
    right: 0px; }
  .header-bottom .socialLinks.socialLinks--alt {
    display: none; }
  .header-product-tittle {
    width: calc(100% - 250px); }
  .header-product-cart {
    width: 200px; }
  .header-product-tittle h1 {
    font-size: 15px; }
  .chart_six_image .chart_img {
    width: 16%; }
  .header-product-cart {
    width: 165px;
    vertical-align: text-bottom; }
  .header-product-cart .alertBox {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .header-top .navUser {
    text-align: center; }
  .header-top .navUser li {
    padding-left: 8px; }
  ul.slick-dots {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 30px; }
  .header-top .navUser li:first-child {
    padding-left: 0; }
  .header-top .navUser li img {
    max-width: 20px;
    margin-right: 5px; }
  .header-top .navUser li a {
    font-size: 14px; }
  .heroCarousel.slick-initialized {
    margin-bottom: 20px; }
  .below-hero {
    margin: auto;
    text-align: center; }
  .modez-banner {
    width: 100%;
    padding: 0;
    vertical-align: middle;
    margin-bottom: 20px; }
  .home-heading .page-heading {
    font-size: 18px;
    padding: 0 20px; }
  .product-header-top {
    position: inital; }
  .card-title {
    min-height: 100%;
    margin-bottom: 20px; }
  .product_price .sale-pric {
    text-align: center; }
  .card-body .price-section p {
    float: none;
    display: inline-block; }
  .productGrid .product {
    width: 100%; }
  .footer-top h5 {
    font-size: 16px; }
  .footer-top .form-prefixPostfix.wrap {
    display: block; }
  .footer-top .form-prefixPostfix .form-input {
    margin-bottom: 20px; }
  .footer-info-address, .footer-info-brand {
    width: 100%;
    text-align: left; }
  .footer-info-col {
    text-align: left; }
  .footer-copyright .container {
    display: block; }
  .powered-by {
    width: 100%;
    display: bock; }
  .footer-payment-icons {
    width: 100%;
    display: block;
    height: 100%; }
  .footer-payment-icons .footer-payment-icon {
    height: 40px;
    width: 40px; }
  .slick-next:before, .slick-prev:before {
    margin: auto;
    width: 13px; }
  .navPages-action {
    padding: 0; }
  .navPages-list + .navPages-list {
    margin: auto;
    padding: 0;
    border: none; }
  .header-bottom .socialLinks {
    padding: 0;
    margin: 0; }
  .navPage-subMenu.is-open {
    box-shadow: none; }
  .navPages .navPage-subMenu-list {
    margin-right: auto;
    background: #f2f2f2;
    box-shadow: none;
    border: none; }
  .navPage-subMenu-item {
    width: 100%;
    margin-bottom: 0 !important; }
  .navPage-subMenu-item > .navPage-subMenu-action {
    padding: 0;
    background-color: transparent;
    font-size: 12px;
    line-height: 26px; }
  .navPage-subMenu-item .navPage-childList {
    min-height: 100%;
    border: none;
    margin: auto;
    display: block; }
  .categories_top .actionBar {
    width: 100%; }
  .productView-images {
    width: 100%;
    margin-bottom: 20px; }
  .productView-details {
    width: 100%;
    padding: 0; }
  .productView-options, .product-item-details {
    padding: 0; }
  .description_tab {
    height: 100%;
    padding: 0;
    background: transparent; }
  .description_tab .tab {
    display: block; }
  .description_tab li a {
    color: #091F3F;
    font-size: 14px;
    text-align: left;
    padding-left: 0;
    border-bottom: 2px solid #dfdfdf;
    border-radius: 0;
    position: relative;
    margin: auto auto 5px auto; }
  .description_tab.aaextrastick {
    position: relative;
    top: 0; }
  .description_tab .tab.is-active .tab-title {
    border-radius: 0; }
  .description_tab.stick {
    position: relative; }
  .description_tab li a:before {
    background: #2d2d2d;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: top .1s ease-in 150ms,bottom .1s ease-in 150ms,-webkit-transform .1s ease-in;
    transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms;
    transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms,-webkit-transform .1s ease-in;
    width: 15px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .description_tab li a:after {
    background: #2d2d2d;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: top .1s ease-in 150ms,bottom .1s ease-in 150ms,-webkit-transform .1s ease-in;
    transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms;
    transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms,-webkit-transform .1s ease-in;
    width: 15px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .description_tab li.is-active a:after {
    transform: none; }
  .productView-images input[type=button] {
    bottom: 105px; }
  .container {
    overflow-x: hidden; }
  .final-pay .pay-you {
    text-align: left; }
  .productView-image {
    min-height: 100%; }
  .productView-image #container {
    width: auto;
    height: 100%; }
  .productView-image #container #drag-img {
    width: auto;
    transform: none;
    top: 0 !important;
    left: 0 !important;
    height: auto; }
  #volume-price li .first {
    font-size: 11px; }
  .tab-content ul {
    margin-left: 20px;
    width: calc(100% - 20px); }
  .modal-body {
    padding: 20px 0; }
  .header-bottom .container {
    overflow: visible;
    max-width: 100%; }
  .accordion--navList .accordion-navigation .accordion-navigation-actions {
    top: 0; }
  .accordion--navList .accordion-navigation .accordion-navigation-actions svg {
    opacity: 0; }
  .navPages-container.is-open {
    top: 0;
    overflow-y: scroll;
    position: relative;
    padding: 0;
    height: 400px;
    z-index: 99; }
  .header-middle.header-fixed {
    position: relative; }
  .popup-thumbnail .close {
    top: 40px;
    right: 20px;
    max-width: 26px;
    font-size: 16px;
    border: 1px solid #091F3F; }
  .navPages-list .navPages-action-moreIcon {
    display: none; }
  .navPages-list a.has-subMenu > .navPages-action-moreIcon {
    display: inline-block; }
  .contact-left {
    width: 100%;
    margin-bottom: 20px; }
  .contact-right {
    padding: 0;
    width: 100%; }
  .popup-thumbnail .popup-data ul.thumbsttt {
    position: relative;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -o-transform: translate(-50%, -30%);
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%); }
  .popup-thumbnail .popup-data ul.thumbsttt .drag-img-popup {
    max-height: 250px; }
  .popup-thumbnail .popup-data #zoomin-popup, .popup-thumbnail .popup-data #zoomout-popup {
    top: 65%; }
  .output_left, .output_right {
    float: none;
    margin-bottom: 20px;
    display: block;
    width: 100%; }
  .sercvice_col, .suprior_content {
    width: 100%; }
  .suprior img {
    margin: auto auto 20px;
    text-align: center;
    display: block; }
  .actionBar-section .form-select {
    background-position: right; }
  .productView-thumbnail-link {
    min-height: 55px; }
  .productView-thumbnail-link {
    min-height: 60px; }
  .popup-thumbnail .thumbswww.productCarousel li {
    min-height: 65px; }
  .popup-thumbnail .thumbswww.productCarousel li img {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .cart-item-name a {
    font-weight: 600;
    font-size: 12px;
    line-height: normal; }
  .shipping_cart .cart-total-label strong {
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px; }
  .shipping_cart .cart-total-value button {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px; }
  .tab-spec:nth-child(even), .tab-spec:nth-child(odd) {
    float: left;
    width: 100%; }
  .cart-list tr {
    padding: 10px 0;
    margin-bottom: 10px; }
  .navBar--account .navBar-section li:first-child {
    margin-left: .78571rem; }
  .navBar--sub .navBar-action, .navBar--sub .navBar-item.is-active {
    font-size: 14px; }
  .home_about {
    display: block;
    margin: auto; }
  .home_support {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    margin-bottom: 20px; }
  .arlo_combos li.product {
    width: 100%; }
  .security_camer .secuty_img {
    float: none;
    width: 100%;
    margin: auto auto 20px; }
  .security_camer .securty_txt {
    float: none;
    display: block;
    width: 100%; }
  .reusable, .safity {
    display: block; }
  .reusability_text {
    width: 100%;
    padding-right: 0;
    float: none; }
  .reusability_img, .safity_img, .safity_text {
    width: 100%;
    float: none; }
  .safity_img img {
    margin: auto;
    text-align: center;
    display: block; }
  .safity_text, .security_battery {
    padding-left: 0; }
  .elevate_coll {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 20px; }
  .custom_chemistry, .custom_average {
    width: 100%;
    padding: 0; }
  .prod_dec .tab-content {
    padding-top: 0; }
  .productView-description .tab-content h3 {
    margin-top: 10px; }
  .popular_faqss .faq_accordians {
    padding-left: 0; }
  .popular_faqss h4 {
    padding: 10px 0;
    font-size: 16px; }
  .productView-description #tab_quality h3 {
    font-size: 18px; }
  .perform_device .core {
    width: 50%; }
  .core_one_third {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 20px; }
  .core_one_third:last-child {
    margin-bottom: none; }
  .ensure_device img {
    width: 100%; }
  .using_device {
    width: 100%;
    float: none;
    display: block; }
  .situtaion_prepation {
    overflow-x: scroll;
    padding-bottom: 20px; }
  .situtaion_prepation .situtaion_chart, .situtaion_prepation .situtaion_one {
    overflow-x: scroll;
    width: 800px; }
  .chart_situation {
    margin: 0 4%;
    width: 40%; }
  .custom_battery_page #product-listing-container form .productGrid .product {
    width: 33% !important; } }

@media screen and (max-width: 640px) {
  .custom_battery_page #product-listing-container form .productGrid .product {
    width: 100% !important; }
  .page-sidebar + .page-content .productGrid .product {
    width: 100%; }
  .product-header-top .container {
    display: block; }
  .header-productImage {
    display: inline-block; }
  .header-product-tittle {
    width: calc(100% - 80px);
    display: inline-block; }
  .header-product-tittle h1 {
    font-size: 15px;
    font-weight: normal; }
  .header-product-cart {
    display: block;
    margin-bottom: 10px;
    overflow: hidden; }
  .productView-thumbnails .slick-prev, .productView-thumbnails .slick-next {
    top: 0; }
  .instant-price p {
    text-align: left; }
  .cart-item-info {
    padding: 0 0 10px 1.5rem; }
  .cart-item-label {
    text-align: left;
    width: 50%; }
  .cart-item-value {
    width: 50%;
    text-align: left; }
  .cart-total-label {
    width: 50%; }
  .product-header-top .header-productImage {
    display: none; }
  .product-header-top .header-product-tittle {
    width: 100%;
    padding: 0; }
  .product-header-top .header-product-cart {
    margin: auto; }
  .product-header-top .add-cart {
    float: none;
    display: block; }
  .previewCart {
    max-width: 95%;
    margin: auto; }
  .cart-product-details .productView-title {
    width: 100%; }
  .cart-product-details .productView-price {
    width: 100%;
    text-align: left; }
  .previewcart-footer .previewCartCheckout {
    width: 100%; }
  .previewCart-footer-top p {
    width: 100%;
    padding-left: 5%; }
  .previewCart-footer-top .previewCartCheckout-subtotal {
    width: 100%;
    text-align: left;
    padding: 10px 5%; }
  .previewCart-footer-bottom {
    max-width: 90%;
    margin: auto; }
  .modal-body .previewCartCheckout .previewCart-footer-bottom .button--primary, .previewCartCheckout-additionalCheckoutButtons, .previewCart-footer-bottom .button + .button {
    margin: auto auto 10px !important;
    width: 100%; }
  .previewCart-footer-top .previewCartCheckout-subtotal, .previewCart-footer-top .previewCartCheckout-subtotal strong {
    font-size: 20px; }
  .cart-item-info + .cart-item-info {
    margin-bottom: 0; }
  .page.error_page {
    max-width: 95%;
    margin: auto;
    float: none; }
  .banners {
    display: none; }
  .heroCarousel-title {
    font-size: 18px;
    text-transform: capitalize;
    line-height: normal; }
  .heroCarousel-content .heroCarousel-description {
    font-size: 16px;
    display: none;
    margin: auto; }
  .heroCarousel .slick-dots {
    bottom: 0; }
  .heroCarousel .slick-dots li {
    padding: 0;
    margin-right: 5px; }
  .heroCarousel .slick-prev {
    left: 0; }
  .heroCarousel .slick-next {
    right: 0; }
  .heroCarousel .slick-slide img {
    min-height: 120px; }
  .popup-thumbnail .popup-data ul.thumbsttt .slick-next {
    width: 30px; }
  .landing_page {
    margin: 40px auto; }
  .landing_page li {
    width: 49%; }
  .landing_page li:nth-of-type(3n+1) {
    margin-left: 2%; }
  .landing_page li:nth-of-type(2n+1) {
    margin-left: 0; }
  .landing_icon {
    margin-bottom: 20px;
    height: 100px;
    overflow: hidden; }
  .landing_page li a {
    padding-top: 20px; }
  .landing_page li h4, .landing_page li span.landing_heading {
    font-size: 14px; }
  .navBar--sub .navBar-item {
    float: none;
    display: inline-block;
    margin-bottom: 10px; }
  .panel--address .form-actions .button {
    margin: auto auto 20px;
    display: block; }
  .account-body button[type=submit].button.secondary, .account-body {
    margin: auto; }
  form-actions input + a.button, .form-actions .button, .form-actions a {
    max-width: 95%; }
  .sign-content {
    max-width: 300px;
    padding: 30px 20px; }
  .popup-thumbnail .thumbswww.productCarousel {
    max-width: 280px; }
  .landing_page .help_page li {
    width: 100%;
    margin-left: 0; }
  .help_content .help_me {
    width: 100%;
    float: none;
    display: block; }
  .help_content .help_me li {
    width: auto;
    margin: 0 5px 15px;
    text-align: center;
    display: block; }
  .help_content .help_me li a {
    margin: auto;
    width: auto;
    padding: 8px .77143rem; }
  .help_content .help_link {
    width: 100%;
    margin-top: 20px; }
  .rebates {
    width: 100%; }
  .costumer li {
    display: block;
    width: 100%;
    float: none; }
  .order_status {
    padding: 0 10px;
    margin-bottom: 20px;
    min-height: 180px; }
  .order_status h2 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px; }
  .order_status h2:after {
    width: 15px;
    height: 17px;
    display: inline-block;
    background-size: contain;
    background-position: top -5px right; }
  .order_status p {
    font-size: 14px;
    line-height: normal; }
  .cart-buttons {
    position: absolute;
    bottom: 6px;
    left: 0; }
  .cart-item-value {
    padding: 0;
    text-align: left; }
  .cart_checkout .cart-actions {
    margin: auto; }
  .cart_border {
    margin-bottom: 30px; }
  .cart_header h3 {
    font-size: 17.23px; }
  .cart_header a {
    margin: auto auto auto 30px;
    font-size: 17.23px;
    line-height: 34px; }
  .cart-item-figure {
    height: auto; }
  .account-orderStatus {
    position: relative;
    margin: auto auto 20px auto; }
  .account-orderStatus-label {
    font-size: 12px;
    text-align: center;
    padding: 8px 10px; }
  .main_landing_page .page_header {
    margin: 30px auto; }
  .productView-thumbnails .slick-slide img {
    max-height: 55px; }
  .about_history {
    padding: 0; }
  .about_us p {
    font-size: 16px; }
  .cart-totals .shipping-estimator {
    max-width: 90%; }
  .cart-totals .estimator-form .form-label {
    font-size: 14px; }
  .cart-totals .shipping-estimator .shipping-quotes ul {
    margin: auto; }
  .footer-info-col--small {
    width: 100%; }
  .rechargable_page .page_header {
    margin: auto; }
  .intel_col {
    width: 100%; }
  .intel_col img {
    width: 100%; }
  .intel_col_top, .intel_col_bottom {
    width: 100%;
    padding: 0; }
  .elevate_row {
    margin: auto; }
  .elevate_coll {
    padding: 0; }
  .rechage_bottom {
    padding: 0 15px; }
  .arlo_charger .specifily {
    width: 100%; }
  .security_arlo .slick-prev {
    left: 0; }
  .security_arlo .slick-next {
    right: 0; }
  .arlo_combos .productGrid {
    margin: auto; }
  .save_money iframe {
    height: 350px; }
  .security_arlo .slick-next, .security_arlo .slick-next::before, .security_arlo .slick-prev, .security_arlo .slick-prev::before {
    width: 15px; }
  .our_customers {
    margin: 30px auto; }
  .our_custm {
    margin-top: 20px; }
  .about_power h4.service_heading {
    font-size: 26px; }
  .our_partner {
    width: 50%; }
  .order_img {
    margin-bottom: 10px; }
  .order_img img {
    max-height: 90px; }
  .custom-option .slider-container {
    max-width: 94%;
    width: 100% !important; }
  .footer-info-list li {
    margin: 0 0 5px; }
  .quickSearchResults .productGrid {
    height: 350px;
    padding-top: 10px; }
  .perform_device .core {
    width: 100%;
    float: none;
    display: block; }
  .perform_left, .performence_right {
    width: 150px; }
  .perform_right, .performence_left {
    width: calc(100% - 150px); }
  .modal-body .button.button--primary {
    padding: 12px 20px; } }

.coupon-form {
  float: right;
  width: 36%; }

#couponcode {
  width: 58% !important; }

@media screen and (max-width: 800px) {
  .coupon-form {
    float: none;
    width: 100%; }
  #couponcode {
    width: 75% !important;
    margin-left: 5%; }
  .button.button--primary {
    padding: 12px 20px; } }

@media screen and (max-width: 480px) {
  .button.button--primary {
    padding: 12px 4px;
    font-size: 14px; } }

@media screen and (max-width: 480px) {
  .perform_left, .performence_right {
    width: 100%;
    float: none; }
  .perform_right, .performence_left {
    width: 100%;
    padding: 20px 0 0 0; }
  .chart_six_image .chart_img {
    width: 15%; }
  .core_one_third .core_img, .core_img {
    max-width: 100%; }
  .modal-body {
    padding: 0 10px; }
  .quality_batteries .comp-img {
    max-width: 100px; }
  .perform_middle {
    display: block; } }

@media screen and (min-width: 768px) and (max-width: 880px) {
  /* .aaextrastick{top:65px;}*/ }

/* end responsive css */
.custom_battery_page #faceted-search-container {
  display: none; }

.custom_battery_page #product-listing-container {
  width: 100%; }

.custom_battery_page #product-listing-container form .productGrid .product {
  width: 25%; }

.cart_header .clr_all {
  cursor: pointer; }

.stock_lavel .form-field--stock.out-of-stock label .free-shipping {
  font-size: 15px;
  font-weight: normal;
  color: #be1e2d; }

/*Responsive youtube videos*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.alertBox .alertBox-icon {
  padding-right: 0;
  display: none; }

.tp-stars--3 .tp-star:nth-of-type(-n + 3) .tp-star__canvas, .tp-stars--3 .tp-star:nth-of-type(-n + 3) .tp-star__canvas--half {
  fill: #6B5600 !important; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 1 !important; }

span.jdgm-rev__location {
  opacity: 1 !important; }

.jdgm-rev__icon::after, .jdgm-rev__buyer-badge {
  background-color: #854905 !important; }

.jdgm-histogram .jdgm-star, :not(.jdgm-prev-badge__stars) > .jdgm-star {
  color: #be1e2d !important; }

span.jdgm-rev__thumb-count.jdgm-rev_thump-up-count {
  color: #554949 !important; }

.jdgm-widget input:not([type='submit']), .jdgm-widget textarea, .jdgm-sort-dropdown.jdgm-sort-dropdown {
  border: 1px solid #4F4F4F !important; }

.jdgm-form input::placeholder, .jdgm-widget textarea::placeholder, .jdgm-sort-dropdown.jdgm-sort-dropdown {
  color: #4F4F4F !important; }

.jdgm-picture-fieldset__box-wrapper {
  border: 1px solid #595959 !important; }

.form-input {
  border-color: #595959 !important; }

.form-label {
  color: #000000 !important; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #000 !important; }

#s-80711591-d2d5-426f-9fd2-e104a40c7a52 td.shogun-table-column {
  background-color: #216324 !important;
  color: #fff !important; }

#s-b6a649ae-6e26-4861-afa1-fa3b72d61eac .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #1A5F7A !important; }

.form-checklist-checkbox ~ .form-label::before {
  border: 1px solid #595959 !important; }

.alertBox--error {
  color: #B11616 !important; }

.stock_lavel .form-field--stock label.orange {
  color: #844906 !important; }

style attribute {
  color: #505A5E !important; }

ul.navUser a:hover {
  color: #cf0a2c !important;
  text-decoration: underline; }

.form-field:focus {
  outline: 2px solid #000 !important; }

fieldset.form-fieldset:focus {
  outline: 2px solid #000 !important; }

.form-field span.sub_data:focus {
  outline: 2px solid #000 !important; }

span.sub_data:focus-within {
  outline: 2px solid #000 !important; }

input#search_query:focus {
  outline: 2px solid #000; }

.header-middle .dropdown--quickSearch form .form-field {
  overflow: visible !important; }

div#consent-manager-update-banner a:focus {
  outline: 2px solid #fff !important; }

.form-prefixPostfix.wrap input:focus {
  outline: 2px solid #f90000 !important; }

.form-prefixPostfix.wrap {
  overflow: visible !important; }

input.button.button--primary.form-prefixPostfix-button--postfix:focus, input.button.button--primary:focus {
  outline: 2px solid red;
  overflow: visible !important; }

.tp-widget-review__source.popup-activator:focus {
  outline: 2px solid #000 !important;
  overflow: visible !important; }

button.slick-prev.slick-arrow:focus, button.slick-next.slick-arrow:focus, .form-field select:focus, .productView-thumbnails:focus, .add-cart-action .form-input--incrementTotal:focus, input#form-action-addToCart:focus {
  outline: 2px solid #000 !important;
  overflow: visible !important; }

div#facetedSearch:focus {
  outline: 2px solid #000 !important; }

div#facetedSearch {
  overflow: visible !important; }

.actionBar-section .form-field {
  overflow: visible !important; }

.form-increment {
  overflow: visible !important; }

li.navUser-item.navUser-item--cart:focus, a.navUser-action.is-open:focus, div#cart-preview-dropdown:focus, .cart-item-image:focus, .cart-remove > svg:focus, #cart-preview-dropdown .header-cart-btn a:focus, #cart-preview-dropdown .cart-item-figure:focus, #cart-preview-dropdown .cart-item-name a:focus {
  outline: 1px solid #000 !important; }

a.cart-remove.icon {
  font-size: 0; }

.header_account {
  display: none; }

.product-item-details:focus {
  outline: 1px solid #000; }

.form-input:focus, a.sign-account-pop.view-account:focus, .sign-content:focus {
  outline: 1px solid !important; }

a.sign-account-pop.view-account {
  font-size: 16px;
  color: #d21f2f;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0; }

@media screen and (max-width: 800px) {
  div#quickSearch {
    display: none; }
  a.mobileMenu-toggle {
    position: relative; }
  .header-logo.header-logo--left {
    position: absolute;
    left: calc(50% - 124px);
    top: 0;
    width: 248px !important; }
  ul.navUser-section.navUser-section--alt {
    margin: 10px 0 !important; }
  .header-middle, .header-middle div {
    overflow: visible; } }

.dropdown-menu {
  left: auto !important;
  z-index: 999; }

#cart-preview-dropdown {
  top: 69% !important;
  z-index: 999; }

.sign-content:focus {
  outline: 3px solid red !important; }

.navUser-section--alt {
  margin-bottom: 0;
  margin-top: 8px; }

.jdgm-histogram .jdgm-histogram__bar-content {
  background: #be1e2d !important; }

.jdgm-preview-badge .jdgm-star.jdgm-star {
  color: #be1e2d !important; }

.slick-next:before, .slick-prev:before {
  color: #4D4D4D !important; }

/*----------------------------------------------------------------------newcss--------------------------------------------*/
.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1; }

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative; }

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: flex;
  width: 100%; }

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  justify-content: flex-start; }

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  justify-content: center; }

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  justify-content: flex-end; }

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none; }

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1; }

#s-eff2b670-eebd-4cd1-b66e-c5dd41b8e4bf {
  min-height: 50px; }

#s-eff2b670-eebd-4cd1-b66e-c5dd41b8e4bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-eff2b670-eebd-4cd1-b66e-c5dd41b8e4bf.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center; }

.shogun-image-container {
  position: relative; }

.shogun-image-container.shg-align-left {
  text-align: left; }

.shogun-image-container.shg-align-center {
  text-align: center; }

.shogun-image-container.shg-align-right {
  text-align: right; }

.shogun-image-linked {
  cursor: pointer; }

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  pointer-events: none; }

.shogun-image-overlay.shg-top-left {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start; }

.shogun-image-overlay.shg-top-center {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center; }

.shogun-image-overlay.shg-top-right {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  justify-content: flex-end; }

.shogun-image-overlay.shg-middle-left {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start; }

.shogun-image-overlay.shg-middle-center {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; }

.shogun-image-overlay.shg-middle-right {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end; }

.shogun-image-overlay.shg-bottom-left {
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  justify-content: flex-start; }

.shogun-image-overlay.shg-bottom-center {
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  justify-content: center; }

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end; }

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal; }

.shogun-image-cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%; }

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%; }

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit; }

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.shogun-image-content {
  display: -webkit-box;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none; }

.shogun-image-content-not-linked > div {
  pointer-events: auto; }

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto; }

.shogun-image-content > div {
  width: 100%; }

.shogun-image-content-top {
  -webkit-box-align: start;
  align-items: flex-start; }

.shogun-image-content-center {
  -webkit-box-align: center;
  align-items: center; }

.shogun-image-content-bottom {
  -webkit-box-align: end;
  align-items: flex-end; }

#s-0d878eb7-7737-4a2d-aa65-1c3dcd172c2c {
  text-align: center; }

#s-0d878eb7-7737-4a2d-aa65-1c3dcd172c2c img.shogun-image {
  width: px; }

#s-0d878eb7-7737-4a2d-aa65-1c3dcd172c2c .shogun-image-content {
  -webkit-box-align: center;
  align-items: center; }

.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.shg-row > * {
  min-height: inherit;
  max-height: inherit; }

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative; }

#s-7d263586-8454-491a-84b7-875ec91e0f7d {
  padding-top: 25px;
  padding-bottom: 50px;
  min-height: 0px; }

@media (min-width: 0px) {
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-sm-2 {
    width: calc(16.666666666666668% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-sm-3 {
    width: calc(25.0% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-sm-5 {
    width: calc(41.66666666666667% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-sm-7 {
    width: calc(58.333333333333336% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-sm-8 {
    width: calc(66.66666666666667% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-sm-9 {
    width: calc(75.0% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-sm-11 {
    width: calc(91.66666666666667% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-sm-12 {
    width: calc(100.0% - 20.0px); } }

@media (min-width: 992px) {
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-md-2 {
    width: calc(16.666666666666668% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-md-3 {
    width: calc(25.0% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-md-5 {
    width: calc(41.66666666666667% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-md-7 {
    width: calc(58.333333333333336% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-md-8 {
    width: calc(66.66666666666667% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-md-9 {
    width: calc(75.0% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-md-11 {
    width: calc(91.66666666666667% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-md-12 {
    width: calc(100.0% - 20.0px); } }

@media (min-width: 1200px) {
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-lg-2 {
    width: calc(16.666666666666668% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-lg-3 {
    width: calc(25.0% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-lg-5 {
    width: calc(41.66666666666667% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-lg-7 {
    width: calc(58.333333333333336% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-lg-8 {
    width: calc(66.66666666666667% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-lg-9 {
    width: calc(75.0% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-lg-11 {
    width: calc(91.66666666666667% - 20.0px); }
  [id="s-7d263586-8454-491a-84b7-875ec91e0f7d"] > .shg-row > .shg-c-lg-12 {
    width: calc(100.0% - 20.0px); } }

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal; }

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

#s-c4352969-f74f-41d3-b3c4-2d404e875856 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left; }

#s-c4352969-f74f-41d3-b3c4-2d404e875856 .shogun-heading-component h2 {
  color: #000;
  font-size: 24px;
  text-align: left; }

.shg-rich-text {
  overflow-wrap: break-word; }

.shg-rich-text img {
  margin: 0 20px; }

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto; } }

.shg-default-text-content *:first-child {
  margin-top: 0; }

.shg-default-text-content {
  text-align: left; }

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none; }

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit; }

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit; }

.shg-default-text-content em {
  font-weight: inherit; }

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700; }

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7; }

.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7; }

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em; }

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em; }

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em; }

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em; }

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em; }

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em; }

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase; }

.shg-default-text-content ul {
  list-style: disc; }

.shg-default-text-content ol {
  list-style: decimal; }

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px; }

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em; }

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal; }

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0; }

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em; }

#s-fd97ac09-cc39-4db5-b392-c71b6fed7514 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left; }

#s-fd97ac09-cc39-4db5-b392-c71b6fed7514 .shogun-heading-component h2 {
  color: #000;
  font-size: 24px;
  text-align: left; }

#s-22aa2876-6652-4b1a-ab57-653dbefb08f2 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left; }

#s-22aa2876-6652-4b1a-ab57-653dbefb08f2 .shogun-heading-component h2 {
  color: #000;
  font-size: 24px;
  text-align: left; }

#s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405 {
  padding-bottom: 50px; }

@media (min-width: 0px) {
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-sm-2 {
    width: calc(16.666666666666668% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-sm-3 {
    width: calc(25.0% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-sm-5 {
    width: calc(41.66666666666667% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-sm-7 {
    width: calc(58.333333333333336% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-sm-8 {
    width: calc(66.66666666666667% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-sm-9 {
    width: calc(75.0% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-sm-11 {
    width: calc(91.66666666666667% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-sm-12 {
    width: calc(100.0% - 15.0px); } }

@media (min-width: 992px) {
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-md-2 {
    width: calc(16.666666666666668% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-md-3 {
    width: calc(25.0% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-md-5 {
    width: calc(41.66666666666667% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-md-7 {
    width: calc(58.333333333333336% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-md-8 {
    width: calc(66.66666666666667% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-md-9 {
    width: calc(75.0% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-md-11 {
    width: calc(91.66666666666667% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-md-12 {
    width: calc(100.0% - 15.0px); } }

@media (min-width: 1200px) {
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-lg-2 {
    width: calc(16.666666666666668% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-lg-3 {
    width: calc(25.0% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-lg-5 {
    width: calc(41.66666666666667% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-lg-7 {
    width: calc(58.333333333333336% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-lg-8 {
    width: calc(66.66666666666667% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-lg-9 {
    width: calc(75.0% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-lg-11 {
    width: calc(91.66666666666667% - 15.0px); }
  [id="s-f37e8c10-c9c0-4b2d-ba65-f15084b7e405"] > .shg-row > .shg-c-lg-12 {
    width: calc(100.0% - 15.0px); } }

#s-9d3e8f39-673a-4e0e-a472-d8037790c5bf {
  display: none; }

#s-c6d9d691-4d14-47df-b7ae-53b32ecdd781 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

#s-c6d9d691-4d14-47df-b7ae-53b32ecdd781 .shogun-heading-component h1 {
  color: #000;
  font-size: 32px;
  text-align: center; }

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle; }

.shg-product-image-wrapper img.shogun-image {
  width: 100%; }

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1); }

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%; }

.shg-product-image-wrapper.visible {
  display: inline-block; }

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important; }

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%; }

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto; }

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto; }

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1); }

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%; } }

#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff {
  text-align: left; }

.shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff {
  max-width: 100%; }

.shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff .shg-image-zoom,
.shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff {
    max-width: 100%; }
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff .shg-image-zoom,
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff {
    max-width: 100%; }
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff .shg-image-zoom,
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff {
    max-width: 100%; }
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff .shg-image-zoom,
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff {
    max-width: 100%; }
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff .shg-image-zoom,
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-5cc93ac3-a567-4cc8-b149-8c2d29ee1eff .shg-image-zoom {
    margin-left: 0px; } }

.shg-btn {
  cursor: pointer;
  box-sizing: border-box; }

.shg-btn.shg-btn-stretch {
  display: block; }

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block; }

.shg-btn-wrapper.shg-align-left {
  text-align: left; }

.shg-btn-wrapper.shg-align-center {
  text-align: center; }

.shg-btn-wrapper.shg-align-right {
  text-align: right; }

#s-3214237d-8cc6-43a6-a177-e1d5affaeb7a {
  background-image: url(/web/20200510214331im_/https://cdn.getshogun.com/none);
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #091f3f;
  text-align: left;
  text-decoration: none;
  hover-type: color; }

#s-3214237d-8cc6-43a6-a177-e1d5affaeb7a:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-3214237d-8cc6-43a6-a177-e1d5affaeb7a:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-3214237d-8cc6-43a6-a177-e1d5affaeb7a-btn-wrapper {
  text-align: left; }

#s-3214237d-8cc6-43a6-a177-e1d5affaeb7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: inline-block; }

#s-aff74073-df33-4126-b530-d64177d6e413 {
  display: none; }

#s-906745a4-6a2b-4a20-b62a-bb973add3604 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

#s-906745a4-6a2b-4a20-b62a-bb973add3604 .shogun-heading-component h1 {
  color: #000;
  font-size: 32px;
  text-align: center; }

#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 {
  text-align: left; }

.shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 {
  max-width: 100%; }

.shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 .shg-image-zoom,
.shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 {
    max-width: 100%; }
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 .shg-image-zoom,
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 {
    max-width: 100%; }
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 .shg-image-zoom,
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 {
    max-width: 100%; }
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 .shg-image-zoom,
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 {
    max-width: 100%; }
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 .shg-image-zoom,
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-bd0f1d77-48cf-4b2d-bdaa-9dc5d14defb3 .shg-image-zoom {
    margin-left: 0px; } }

#s-2cd5cb04-c225-4b56-9fc7-11410aa38f82 {
  background-image: url(/web/20200510214331im_/https://cdn.getshogun.com/none);
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #091f3f;
  text-align: left;
  text-decoration: none;
  hover-type: color; }

#s-2cd5cb04-c225-4b56-9fc7-11410aa38f82:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-2cd5cb04-c225-4b56-9fc7-11410aa38f82:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-2cd5cb04-c225-4b56-9fc7-11410aa38f82.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: inline-block; }

#s-ec69ece1-2d02-4e70-9b05-f586a87264bd {
  padding-top: 35px;
  padding-bottom: 10px;
  text-align: center; }

#s-ec69ece1-2d02-4e70-9b05-f586a87264bd .shogun-heading-component h1 {
  color: #000;
  font-size: 32px;
  text-align: center; }

.shogun-table-wrapper {
  overflow: auto; }

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden; }

thead.shogun-table-column-container {
  font-weight: bold; }

td.shogun-table-column {
  padding: 10px; }

td.shogun-table-row {
  padding: 10px;
  min-height: 45px; }

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%; }

#s-80711591-d2d5-426f-9fd2-e104a40c7a52 {
  padding-bottom: 50px; }

#s-80711591-d2d5-426f-9fd2-e104a40c7a52 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid #d5d6d7;
  border-radius: 0px; }

#s-80711591-d2d5-426f-9fd2-e104a40c7a52 table.shogun-table {
  margin: 0;
  padding: 0; }

#s-80711591-d2d5-426f-9fd2-e104a40c7a52 td.shogun-table-column {
  background-color: #37a43f;
  padding: 20px;
  text-align: center; }

#s-80711591-d2d5-426f-9fd2-e104a40c7a52 td.shogun-table-row {
  background-color: white;
  padding: 3px; }

#s-80711591-d2d5-426f-9fd2-e104a40c7a52 td.shogun-table-column, #s-80711591-d2d5-426f-9fd2-e104a40c7a52 td.shogun-table-row {
  border: 2px solid #d5d6d7; }

#s-7c480898-ee9f-4e8a-8dc0-82cfd891b78e {
  min-height: 50px; }

#s-7c480898-ee9f-4e8a-8dc0-82cfd891b78e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-7c480898-ee9f-4e8a-8dc0-82cfd891b78e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start; }

#s-ff8c151e-bc46-4c44-a93a-92f523b73deb {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

#s-ff8c151e-bc46-4c44-a93a-92f523b73deb .shogun-heading-component h1 {
  color: #000;
  font-size: 32px;
  text-align: center; }

#s-d6e23685-3411-473f-92d5-29d574a6ce43 {
  min-height: 50px;
  background-color: white; }

#s-d6e23685-3411-473f-92d5-29d574a6ce43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-d6e23685-3411-473f-92d5-29d574a6ce43.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start; }

#s-040d4a58-a050-455f-abd6-87fe1f575a3e {
  margin-top: 50px;
  margin-left: 50px;
  margin-bottom: 50px;
  margin-right: 50px; }

@media (min-width: 0px) {
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-sm-2 {
    width: calc(16.666666666666668% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-sm-3 {
    width: calc(25.0% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-sm-5 {
    width: calc(41.66666666666667% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-sm-7 {
    width: calc(58.333333333333336% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-sm-8 {
    width: calc(66.66666666666667% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-sm-9 {
    width: calc(75.0% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-sm-11 {
    width: calc(91.66666666666667% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-sm-12 {
    width: calc(100.0% - 16.666666666666668px); } }

@media (min-width: 992px) {
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-md-2 {
    width: calc(16.666666666666668% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-md-3 {
    width: calc(25.0% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-md-5 {
    width: calc(41.66666666666667% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-md-7 {
    width: calc(58.333333333333336% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-md-8 {
    width: calc(66.66666666666667% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-md-9 {
    width: calc(75.0% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-md-11 {
    width: calc(91.66666666666667% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-md-12 {
    width: calc(100.0% - 16.666666666666668px); } }

@media (min-width: 1200px) {
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-lg-2 {
    width: calc(16.666666666666668% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-lg-3 {
    width: calc(25.0% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-lg-5 {
    width: calc(41.66666666666667% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-lg-7 {
    width: calc(58.333333333333336% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-lg-8 {
    width: calc(66.66666666666667% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-lg-9 {
    width: calc(75.0% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-lg-11 {
    width: calc(91.66666666666667% - 16.666666666666668px); }
  [id="s-040d4a58-a050-455f-abd6-87fe1f575a3e"] > .shg-row > .shg-c-lg-12 {
    width: calc(100.0% - 16.666666666666668px); } }

#s-11f5ad34-4bab-446b-bd2d-e72e4cdb4a91 {
  background-attachment: fixed;
  border-style: solid;
  margin-bottom: 25px;
  border-top-width: 4px;
  border-left-width: 4px;
  border-bottom-width: 4px;
  border-right-width: 4px;
  border-color: #d1d1d1;
  border-style: solid;
  min-height: 50px;
  background-color: white; }

#s-11f5ad34-4bab-446b-bd2d-e72e4cdb4a91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-11f5ad34-4bab-446b-bd2d-e72e4cdb4a91.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start; }

#s-b15401e5-23e3-4462-9e12-77f5e4632273 {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px; }

#s-b15401e5-23e3-4462-9e12-77f5e4632273 .shogun-icon-wrapper {
  text-align: center; }

#s-b15401e5-23e3-4462-9e12-77f5e4632273 .shogun-icon-wrapper > .shogun-icon {
  font-size: 32px !important;
  color: #479d42; }

#s-adca8a58-2687-473b-a29a-70429f6c27de {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
  margin-right: 20px;
  opacity: 1; }

#s-fe95e554-7b93-4fc8-bd8f-15edbf3559da {
  border-style: solid;
  margin-bottom: 25px;
  border-top-width: 4px;
  border-left-width: 4px;
  border-bottom-width: 4px;
  border-right-width: 4px;
  border-color: #d1d1d1;
  border-style: solid;
  min-height: 50px;
  background-color: white; }

#s-fe95e554-7b93-4fc8-bd8f-15edbf3559da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-fe95e554-7b93-4fc8-bd8f-15edbf3559da.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start; }

#s-4a19359d-30f6-4901-8689-1c1a7c5cacc1 {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px; }

#s-4a19359d-30f6-4901-8689-1c1a7c5cacc1 .shogun-icon-wrapper {
  text-align: center; }

#s-4a19359d-30f6-4901-8689-1c1a7c5cacc1 .shogun-icon-wrapper > .shogun-icon {
  font-size: 32px !important;
  color: #479d42; }

#s-bddaea6e-5ca2-466c-a93a-a64af4023b9b {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
  margin-right: 20px;
  opacity: 1; }

#s-6b49a130-4003-44a4-8772-689cee3aa51b {
  border-style: solid;
  margin-bottom: 25px;
  border-top-width: 4px;
  border-left-width: 4px;
  border-bottom-width: 4px;
  border-right-width: 4px;
  border-color: #d1d1d1;
  border-style: solid;
  min-height: 50px;
  background-color: white; }

#s-6b49a130-4003-44a4-8772-689cee3aa51b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-6b49a130-4003-44a4-8772-689cee3aa51b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start; }

#s-b338558c-a7a5-47c5-ae4b-169040b5d0ef {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px; }

#s-b338558c-a7a5-47c5-ae4b-169040b5d0ef .shogun-icon-wrapper {
  text-align: center; }

#s-b338558c-a7a5-47c5-ae4b-169040b5d0ef .shogun-icon-wrapper > .shogun-icon {
  font-size: 32px !important;
  color: #479d42; }

#s-c373ec11-536d-4ff6-a204-c918f8e685bb {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
  margin-right: 20px;
  opacity: 1; }

/*
  $vgutter : 20px
  $hgutter : 10px;
*/
.shg-c:before,
.shg-c:after {
  content: " ";
  display: table; }

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate; }

.shogun-root iframe {
  display: initial; }

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important; } }

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important; }

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both; }

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle; }

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw; }

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

div[data-shg-lightbox-switch] {
  cursor: pointer; }

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.85); }

.shg-lightbox.hidden {
  display: none !important; }

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center; }

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 1; }

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px; }

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%; }

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer; }

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1; }

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important; }

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==); }

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+); }

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px; } }

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0; }

.shg-fa-quote-right:before {
  content: ""; }

#s-b15401e5-23e3-4462-9e12-77f5e4632273 .shogun-icon-wrapper > .shogun-icon {
  font-size: 32px !important;
  color: #479d42; }

.shogun-lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }

/*
     FILE ARCHIVED ON 21:43:31 May 10, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:39:39 Nov 17, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 222.446
  exclusion.robots: 0.135
  exclusion.robots.policy: 0.121
  RedisCDXSource: 0.959
  esindex: 0.011
  LoadShardBlock: 202.279 (3)
  PetaboxLoader3.datanode: 134.184 (4)
  CDXLines.iter: 15.693 (3)
  PetaboxLoader3.resolve: 134.428 (2)
  load_resource: 98.551
*/
.contact-right label.form-label {
  color: #000000 !important; }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  background: #000000 !important; }

.header-middle .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  background-color: transparent !important;
  transition-delay: .1s; }

span.mobileMenu-toggleIcon {
  color: #ffffff !important; }

.toggleLink {
  color: #000000 !important; }

.categories_top .form-label {
  color: #4A4A4A !important; }

abbr[title="Excluding Tax"] {
  color: #4a4a4a !important; }

input[id="zoomin"], input[id="zoomout"] {
  color: #000000 !important; }

h2.productView-brand, body.product label[for="qty[]"] {
  color: #000000 !important; }

.form-label[for="nl_email"] {
  color: #ffffff !important; }

h4.service_heading {
  background: #444b4b !important;
  padding: 10px; }

.our_customers h4.service_heading {
  background: transparent !important; }

span[style="font-size: 10px;"] {
  color: #000; }

/*----------------------------------------------------------------------newcss--------------------------------------------*/
.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto; }

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px; }

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%; }

.shg-box-vertical-align-top {
  justify-content: flex-start; }

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center; }

.shg-box-vertical-align-bottom {
  justify-content: flex-end; }

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none; }

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1; }

#s-50041524-938e-42ac-ab55-63f6ee7108ba {
  min-height: 50px; }

#s-50041524-938e-42ac-ab55-63f6ee7108ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-50041524-938e-42ac-ab55-63f6ee7108ba.shg-box.shg-c {
  justify-content: flex-start; }

#s-3051575b-e93c-45e9-852f-e58d739f6a07 {
  background-image: url(https://i.shgcdn.com/0c05b5bb-d16f-44d3-9c13-f66c5ac6c0ab/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  min-height: 400px;
  background-position: center center; }

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between; }

.shg-row > * {
  min-height: inherit;
  max-height: inherit; }

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative; }

@media (min-width: 0px) {
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-sm-2 {
    width: calc(16.666666666666668% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-sm-3 {
    width: calc(25.0% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-sm-5 {
    width: calc(41.66666666666667% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-sm-7 {
    width: calc(58.333333333333336% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-sm-8 {
    width: calc(66.66666666666667% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-sm-9 {
    width: calc(75.0% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-sm-11 {
    width: calc(91.66666666666667% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-sm-12 {
    width: calc(100.0% - 0.0px); } }

@media (min-width: 992px) {
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-md-2 {
    width: calc(16.666666666666668% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-md-3 {
    width: calc(25.0% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-md-5 {
    width: calc(41.66666666666667% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-md-7 {
    width: calc(58.333333333333336% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-md-8 {
    width: calc(66.66666666666667% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-md-9 {
    width: calc(75.0% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-md-11 {
    width: calc(91.66666666666667% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-md-12 {
    width: calc(100.0% - 0.0px); } }

@media (min-width: 1200px) {
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-lg-2 {
    width: calc(16.666666666666668% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-lg-3 {
    width: calc(25.0% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-lg-5 {
    width: calc(41.66666666666667% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-lg-7 {
    width: calc(58.333333333333336% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-lg-8 {
    width: calc(66.66666666666667% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-lg-9 {
    width: calc(75.0% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-lg-11 {
    width: calc(91.66666666666667% - 0.0px); }
  [id="s-490d907d-f9fb-45ca-9f44-036f2f2c1170"] > .shg-row > .shg-c-lg-12 {
    width: calc(100.0% - 0.0px); } }

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal; }

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

#s-778b59ea-9c22-44d1-889f-79d58dec6388 {
  margin-top: 75px;
  margin-left: 70px;
  margin-bottom: 25px;
  margin-right: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center; }

#s-778b59ea-9c22-44d1-889f-79d58dec6388 .shogun-heading-component h1 {
  color: white;
  font-weight: 900;
  font-family: Montserrat;
  font-size: 48px;
  text-align: center; }

#s-12fe475f-a48c-403d-b75f-f7fc624de4ad {
  margin-left: 85px;
  margin-bottom: 40px;
  max-width: 550px; }

@media (min-width: 0px) {
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-xs-6 {
    width: calc(50% - 2.5px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-sm-2 {
    width: calc(16.666666666666668% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-sm-3 {
    width: calc(25.0% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-sm-5 {
    width: calc(41.66666666666667% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-sm-7 {
    width: calc(58.333333333333336% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-sm-8 {
    width: calc(66.66666666666667% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-sm-9 {
    width: calc(75.0% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-sm-11 {
    width: calc(91.66666666666667% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-sm-12 {
    width: calc(100.0% - 3.75px); } }

@media (min-width: 992px) {
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-md-2 {
    width: calc(16.666666666666668% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-md-3 {
    width: calc(25.0% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-md-5 {
    width: calc(41.66666666666667% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-md-7 {
    width: calc(58.333333333333336% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-md-8 {
    width: calc(66.66666666666667% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-md-9 {
    width: calc(75.0% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-md-11 {
    width: calc(91.66666666666667% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-md-12 {
    width: calc(100.0% - 3.75px); } }

@media (min-width: 1200px) {
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-lg-2 {
    width: calc(16.666666666666668% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-lg-3 {
    width: calc(25.0% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-lg-5 {
    width: calc(41.66666666666667% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-lg-7 {
    width: calc(58.333333333333336% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-lg-8 {
    width: calc(66.66666666666667% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-lg-9 {
    width: calc(75.0% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-lg-11 {
    width: calc(91.66666666666667% - 3.75px); }
  [id="s-12fe475f-a48c-403d-b75f-f7fc624de4ad"] > .shg-row > .shg-c-lg-12 {
    width: calc(100.0% - 3.75px); } }

.shogun-image-container {
  position: relative; }

.shogun-image-container.shg-align-left {
  text-align: left; }

.shogun-image-container.shg-align-center {
  text-align: center; }

.shogun-image-container.shg-align-right {
  text-align: right; }

.shogun-image-linked {
  cursor: pointer; }

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none; }

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start; }

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center; }

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end; }

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start; }

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center; }

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end; }

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start; }

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center; }

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end; }

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal; }

.shogun-image-cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%; }

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%; }

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit; }

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none; }

.shogun-image-content-not-linked > div {
  pointer-events: auto; }

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto; }

.shogun-image-content > div {
  width: 100%; }

.shogun-image-content-top {
  align-items: flex-start; }

.shogun-image-content-center {
  align-items: center; }

.shogun-image-content-bottom {
  align-items: flex-end; }

#s-9ded42a7-5501-4b40-97fd-9d5b426273a4 {
  text-align: center; }

#s-9ded42a7-5501-4b40-97fd-9d5b426273a4 img.shogun-image {
  width: px; }

#s-9ded42a7-5501-4b40-97fd-9d5b426273a4 .shogun-image-content {
  align-items: center; }

#s-1402c5c0-439a-4fce-ae87-7ddafee3b656 {
  text-align: center; }

#s-1402c5c0-439a-4fce-ae87-7ddafee3b656 img.shogun-image {
  width: px; }

#s-1402c5c0-439a-4fce-ae87-7ddafee3b656 .shogun-image-content {
  align-items: center; }

#s-3637c685-4f76-4fcc-8bae-cd6cc34415b9 {
  text-align: center; }

#s-3637c685-4f76-4fcc-8bae-cd6cc34415b9 img.shogun-image {
  width: px; }

#s-3637c685-4f76-4fcc-8bae-cd6cc34415b9 .shogun-image-content {
  align-items: center; }

#s-42908940-af1c-48a0-8ba2-acf129b30402 {
  text-align: center; }

#s-42908940-af1c-48a0-8ba2-acf129b30402 img.shogun-image {
  width: px; }

#s-42908940-af1c-48a0-8ba2-acf129b30402 .shogun-image-content {
  align-items: center; }

#s-5ef59807-eda0-4d0c-930d-b438f0fc3a83 {
  min-height: 50px; }

#s-5ef59807-eda0-4d0c-930d-b438f0fc3a83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-5ef59807-eda0-4d0c-930d-b438f0fc3a83.shg-box.shg-c {
  justify-content: center; }

.shg-rich-text {
  overflow-wrap: break-word; }

.shg-rich-text img {
  margin: 0 20px; }

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto; } }

.shg-default-text-content *:first-child {
  margin-top: 0; }

.shg-default-text-content {
  text-align: left; }

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none; }

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit; }

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit; }

.shg-default-text-content em {
  font-weight: inherit; }

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700; }

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7; }

.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7; }

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em; }

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em; }

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em; }

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em; }

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em; }

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em; }

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase; }

.shg-default-text-content ul {
  list-style: disc; }

.shg-default-text-content ol {
  list-style: decimal; }

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px; }

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em; }

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal; }

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0; }

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em; }

#s-6f0d6fbb-b7d1-4708-b4f2-9dd10e9eae17 {
  padding-top: 25px; }

#s-d6ec14c4-0989-4c78-9a90-1a6dc66ab59a {
  min-height: 50px; }

#s-d6ec14c4-0989-4c78-9a90-1a6dc66ab59a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0; }

#s-d6ec14c4-0989-4c78-9a90-1a6dc66ab59a.shg-box.shg-c {
  justify-content: center; }

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap; }

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px); }

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center; }

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0; }

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible; }

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0; }

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%; }

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center; }
  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important; } }

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important; }

.shogun-tabs.shogun-modern li.active {
  z-index: 40; }

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg); }

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px; }

.shogun-tabs-body {
  padding-top: 10px; }

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.shogun-tabs-body > .shogun-tab-content {
  display: none; }

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block; }

.shogun-tab-border {
  position: absolute; }

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  width: 100%; }

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px); }

#s-b6a649ae-6e26-4861-afa1-fa3b72d61eac {
  padding-top: 25px;
  padding-bottom: 25px; }

#s-b6a649ae-6e26-4861-afa1-fa3b72d61eac .shogun-tabs {
  justify-content: flex-start; }

#s-b6a649ae-6e26-4861-afa1-fa3b72d61eac .shogun-tabs > li > .shogun-tab-box {
  background: #fff;
  border: 1px solid #DDDDDD; }

#s-b6a649ae-6e26-4861-afa1-fa3b72d61eac .shogun-tabs > li.shogun-tab-active > .shogun-tab-box {
  background: #F4F4F4;
  border: 1px solid #ddd; }

#s-b6a649ae-6e26-4861-afa1-fa3b72d61eac .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: Open Sans;
  font-size: 20px; }

#s-b6a649ae-6e26-4861-afa1-fa3b72d61eac .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555; }

#s-b6a649ae-6e26-4861-afa1-fa3b72d61eac .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4; }

#s-b6a649ae-6e26-4861-afa1-fa3b72d61eac .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd; }

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px; }

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden; }

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px; }

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer; }

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear; }

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible; }

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em; }

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em; }

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸"; }

.shogun-accordion.shogun-accordion-active > .shogun-accordion-heading .shogun-accordion-icon.shogun-icon-chevron > span {
  transform: rotate(90deg); }

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋"; }

.shogun-accordion.shogun-accordion-active > .shogun-accordion-heading .shogun-accordion-icon.shogun-icon-plus > span {
  transform: rotate(-225deg); }

#s-11ba65ef-caa9-4745-905e-30c1ebbb031f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd; }

#s-11ba65ef-caa9-4745-905e-30c1ebbb031f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px; }

#s-11ba65ef-caa9-4745-905e-30c1ebbb031f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #5ea1bc; }

#s-11ba65ef-caa9-4745-905e-30c1ebbb031f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd; }

#s-11ba65ef-caa9-4745-905e-30c1ebbb031f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #5ea1bc;
  text-align: left;
  font-size: 18px; }

#s-11ba65ef-caa9-4745-905e-30c1ebbb031f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px; }

#s-789ad05b-a1f8-4a21-bc53-1978713f4dbc {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px; }

@media (min-width: 0px) {
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-xs-6 {
    width: calc(50% - 15.0px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-sm-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-sm-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-sm-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-sm-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-sm-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-sm-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-sm-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-sm-12 {
    width: calc(100.0% - 22.5px); } }

@media (min-width: 992px) {
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-md-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-md-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-md-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-md-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-md-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-md-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-md-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-md-12 {
    width: calc(100.0% - 22.5px); } }

@media (min-width: 1200px) {
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-lg-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-lg-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-lg-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-lg-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-lg-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-lg-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-lg-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-789ad05b-a1f8-4a21-bc53-1978713f4dbc"] > .shg-row > .shg-c-lg-12 {
    width: calc(100.0% - 22.5px); } }

#s-98b9bca5-da21-4637-8a91-ce1432436843 {
  display: none; }

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle; }

.shg-product-image-wrapper img.shogun-image {
  width: 100%; }

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1); }

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%; }

.shg-product-image-wrapper.visible {
  display: inline-block; }

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important; }

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%; }

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto; }

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto; }

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1); }

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%; } }

#s-d67a3e19-e733-4945-a214-596597dea847 {
  text-align: left; }

.shg-c#s-d67a3e19-e733-4945-a214-596597dea847 {
  max-width: 100%; }

.shg-c#s-d67a3e19-e733-4945-a214-596597dea847 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-d67a3e19-e733-4945-a214-596597dea847 .shg-image-zoom,
.shg-c#s-d67a3e19-e733-4945-a214-596597dea847 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-d67a3e19-e733-4945-a214-596597dea847 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 {
    max-width: 100%; }
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 .shg-image-zoom,
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 {
    max-width: 100%; }
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 .shg-image-zoom,
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 {
    max-width: 100%; }
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 .shg-image-zoom,
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 {
    max-width: 100%; }
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 .shg-image-zoom,
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-d67a3e19-e733-4945-a214-596597dea847 .shg-image-zoom {
    margin-left: 0px; } }

#s-64cfeaff-fbc1-4660-9c7b-c82f6f08c72c {
  padding-bottom: 22px; }

#s-1e7beaa7-95bd-402d-b6df-428b7b21c337 {
  text-align: left; }

#s-1e7beaa7-95bd-402d-b6df-428b7b21c337 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-1e7beaa7-95bd-402d-b6df-428b7b21c337 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-1e7beaa7-95bd-402d-b6df-428b7b21c337 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF; }

.shg-product-atc-wrapper {
  position: relative; }

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1; }

.shg-product-atc-btn-opaque {
  opacity: 0; }

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center; }

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right; }

#s-2266ea7e-103c-4d8b-92d9-701b9106e890 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-2266ea7e-103c-4d8b-92d9-701b9106e890:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-2266ea7e-103c-4d8b-92d9-701b9106e890:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-2266ea7e-103c-4d8b-92d9-701b9106e890 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-2266ea7e-103c-4d8b-92d9-701b9106e890.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-2266ea7e-103c-4d8b-92d9-701b9106e890.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-cf1360b8-b0e9-40a6-80c0-380d3632a7fd {
  display: none; }

#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 {
  text-align: left; }

.shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 {
  max-width: 100%; }

.shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 .shg-image-zoom,
.shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 {
    max-width: 100%; }
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 .shg-image-zoom,
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 {
    max-width: 100%; }
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 .shg-image-zoom,
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 {
    max-width: 100%; }
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 .shg-image-zoom,
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 {
    max-width: 100%; }
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 .shg-image-zoom,
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-3769de6e-298b-4be7-9d90-a8ae7dfda7f3 .shg-image-zoom {
    margin-left: 0px; } }

#s-5219e615-2f78-4858-bfae-1a2d915e9def {
  text-align: left; }

#s-5219e615-2f78-4858-bfae-1a2d915e9def .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-5219e615-2f78-4858-bfae-1a2d915e9def .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-5219e615-2f78-4858-bfae-1a2d915e9def .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-65e2adbf-0b4b-4b0e-9913-8f57e8f4694e {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-65e2adbf-0b4b-4b0e-9913-8f57e8f4694e:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-65e2adbf-0b4b-4b0e-9913-8f57e8f4694e:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-65e2adbf-0b4b-4b0e-9913-8f57e8f4694e {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-65e2adbf-0b4b-4b0e-9913-8f57e8f4694e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-65e2adbf-0b4b-4b0e-9913-8f57e8f4694e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-18a705fa-0078-4c4d-8e51-9abdb0b12c6b {
  display: none; }

#s-342524c4-19d8-4bb1-a529-f907852b7f6a {
  text-align: left; }

.shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a {
  max-width: 100%; }

.shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a .shg-image-zoom,
.shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a {
    max-width: 100%; }
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a .shg-image-zoom,
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a {
    max-width: 100%; }
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a .shg-image-zoom,
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a {
    max-width: 100%; }
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a .shg-image-zoom,
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a {
    max-width: 100%; }
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a .shg-image-zoom,
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-342524c4-19d8-4bb1-a529-f907852b7f6a .shg-image-zoom {
    margin-left: 0px; } }

#s-ed09e398-2c3d-4a15-9c0e-c189684d9815 {
  text-align: left; }

#s-ed09e398-2c3d-4a15-9c0e-c189684d9815 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-ed09e398-2c3d-4a15-9c0e-c189684d9815 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-ed09e398-2c3d-4a15-9c0e-c189684d9815 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-d61f1ce2-37db-4a0b-a115-b8f91dfe814e {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-d61f1ce2-37db-4a0b-a115-b8f91dfe814e:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-d61f1ce2-37db-4a0b-a115-b8f91dfe814e:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-d61f1ce2-37db-4a0b-a115-b8f91dfe814e {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-d61f1ce2-37db-4a0b-a115-b8f91dfe814e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-d61f1ce2-37db-4a0b-a115-b8f91dfe814e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-e6b210c0-78d0-45e4-ad75-90725f811509 {
  display: none; }

#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 {
  text-align: left; }

.shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 {
  max-width: 100%; }

.shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 .shg-image-zoom,
.shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 {
    max-width: 100%; }
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 .shg-image-zoom,
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 {
    max-width: 100%; }
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 .shg-image-zoom,
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 {
    max-width: 100%; }
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 .shg-image-zoom,
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 {
    max-width: 100%; }
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 .shg-image-zoom,
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-bcd5bb54-33af-4c68-8fc0-6f39ea3b01e8 .shg-image-zoom {
    margin-left: 0px; } }

#s-6f464d7d-5630-49e1-8b27-ad6cdc41fa07 {
  text-align: left; }

#s-6f464d7d-5630-49e1-8b27-ad6cdc41fa07 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-6f464d7d-5630-49e1-8b27-ad6cdc41fa07 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-6f464d7d-5630-49e1-8b27-ad6cdc41fa07 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-c63040a2-c3dd-4263-882b-f37f485e5d65 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-c63040a2-c3dd-4263-882b-f37f485e5d65:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-c63040a2-c3dd-4263-882b-f37f485e5d65:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-c63040a2-c3dd-4263-882b-f37f485e5d65 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-c63040a2-c3dd-4263-882b-f37f485e5d65.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-c63040a2-c3dd-4263-882b-f37f485e5d65.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-b1008172-069f-4542-b9b5-89773c0b318c {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px; }

@media (min-width: 0px) {
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-xs-6 {
    width: calc(50% - 15.0px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-sm-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-sm-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-sm-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-sm-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-sm-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-sm-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-sm-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-sm-12 {
    width: calc(100.0% - 22.5px); } }

@media (min-width: 992px) {
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-md-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-md-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-md-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-md-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-md-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-md-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-md-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-md-12 {
    width: calc(100.0% - 22.5px); } }

@media (min-width: 1200px) {
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-lg-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-lg-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-lg-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-lg-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-lg-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-lg-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-lg-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-b1008172-069f-4542-b9b5-89773c0b318c"] > .shg-row > .shg-c-lg-12 {
    width: calc(100.0% - 22.5px); } }

#s-603d93e5-973e-4798-911b-8c698e0b8b10 {
  display: none; }

#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f {
  text-align: left; }

.shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f {
  max-width: 100%; }

.shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f .shg-image-zoom,
.shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f {
    max-width: 100%; }
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f .shg-image-zoom,
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f {
    max-width: 100%; }
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f .shg-image-zoom,
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f {
    max-width: 100%; }
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f .shg-image-zoom,
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f {
    max-width: 100%; }
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f .shg-image-zoom,
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-cde798ce-7628-46b3-bfd9-1543f7c94a3f .shg-image-zoom {
    margin-left: 0px; } }

#s-7f6aabbf-c7ec-43b3-a2a0-94ce4f2c69d4 {
  padding-bottom: 22px; }

#s-3753bfb3-bfa2-423c-b1e8-ae117dd6b42c {
  text-align: left; }

#s-3753bfb3-bfa2-423c-b1e8-ae117dd6b42c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-3753bfb3-bfa2-423c-b1e8-ae117dd6b42c .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-3753bfb3-bfa2-423c-b1e8-ae117dd6b42c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-1efc81de-740e-496c-b962-0b6b989cdde9 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-1efc81de-740e-496c-b962-0b6b989cdde9:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-1efc81de-740e-496c-b962-0b6b989cdde9:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-1efc81de-740e-496c-b962-0b6b989cdde9 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-1efc81de-740e-496c-b962-0b6b989cdde9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-1efc81de-740e-496c-b962-0b6b989cdde9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-3ede608d-d740-42ba-accb-a3e854a06cc1 {
  display: none; }

#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb {
  text-align: left; }

.shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb {
  max-width: 100%; }

.shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb .shg-image-zoom,
.shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb {
    max-width: 100%; }
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb .shg-image-zoom,
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb {
    max-width: 100%; }
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb .shg-image-zoom,
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb {
    max-width: 100%; }
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb .shg-image-zoom,
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb {
    max-width: 100%; }
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb .shg-image-zoom,
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-f606a68a-a9d8-4993-acd2-bcbea1dadfbb .shg-image-zoom {
    margin-left: 0px; } }

#s-fa2d35a4-70ef-4ec1-8719-ff173ae6f9b4 {
  text-align: left; }

#s-fa2d35a4-70ef-4ec1-8719-ff173ae6f9b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-fa2d35a4-70ef-4ec1-8719-ff173ae6f9b4 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-fa2d35a4-70ef-4ec1-8719-ff173ae6f9b4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-500805c3-deee-4d54-875e-526d251be652 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-500805c3-deee-4d54-875e-526d251be652:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-500805c3-deee-4d54-875e-526d251be652:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-500805c3-deee-4d54-875e-526d251be652 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-500805c3-deee-4d54-875e-526d251be652.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-500805c3-deee-4d54-875e-526d251be652.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-88a2e887-f7ea-4557-8e4d-cbb72a36d5d8 {
  display: none; }

#s-4e0bc5fa-b13d-466d-9bc5-01873d478421 {
  display: none; }

#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 {
  text-align: left; }

.shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 {
  max-width: 100%; }

.shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 .shg-image-zoom,
.shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 {
    max-width: 100%; }
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 .shg-image-zoom,
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 {
    max-width: 100%; }
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 .shg-image-zoom,
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 {
    max-width: 100%; }
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 .shg-image-zoom,
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 {
    max-width: 100%; }
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 .shg-image-zoom,
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-16a8e0e0-988a-4268-8f73-5fe36b1182f0 .shg-image-zoom {
    margin-left: 0px; } }

#s-13962939-57d8-4eb1-94a0-083710fb942f {
  text-align: left; }

#s-13962939-57d8-4eb1-94a0-083710fb942f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-13962939-57d8-4eb1-94a0-083710fb942f .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-13962939-57d8-4eb1-94a0-083710fb942f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-cbab463e-8aea-4b13-8249-89091b1346fa {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-cbab463e-8aea-4b13-8249-89091b1346fa:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-cbab463e-8aea-4b13-8249-89091b1346fa:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-cbab463e-8aea-4b13-8249-89091b1346fa {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-cbab463e-8aea-4b13-8249-89091b1346fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-cbab463e-8aea-4b13-8249-89091b1346fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-734fa1f8-14c8-4a3a-8700-89b7901105bb {
  display: none; }

#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 {
  text-align: left; }

.shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 {
  max-width: 100%; }

.shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 .shg-image-zoom,
.shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 {
    max-width: 100%; }
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 .shg-image-zoom,
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 {
    max-width: 100%; }
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 .shg-image-zoom,
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 {
    max-width: 100%; }
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 .shg-image-zoom,
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 {
    max-width: 100%; }
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 .shg-image-zoom,
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-d078ccd3-1186-489e-ae5f-8276608e1fc8 .shg-image-zoom {
    margin-left: 0px; } }

#s-b78bc770-6102-4097-8119-3a61b5bcf4eb {
  text-align: left; }

#s-b78bc770-6102-4097-8119-3a61b5bcf4eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-b78bc770-6102-4097-8119-3a61b5bcf4eb .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-b78bc770-6102-4097-8119-3a61b5bcf4eb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-9482332e-2a4f-4cbf-b914-d6f2b90639cb {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-9482332e-2a4f-4cbf-b914-d6f2b90639cb:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-9482332e-2a4f-4cbf-b914-d6f2b90639cb:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-9482332e-2a4f-4cbf-b914-d6f2b90639cb {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-9482332e-2a4f-4cbf-b914-d6f2b90639cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-9482332e-2a4f-4cbf-b914-d6f2b90639cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

@media (min-width: 0px) {
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-sm-2 {
    width: calc(16.666666666666668% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-sm-3 {
    width: calc(25.0% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-sm-5 {
    width: calc(41.66666666666667% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-sm-7 {
    width: calc(58.333333333333336% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-sm-8 {
    width: calc(66.66666666666667% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-sm-9 {
    width: calc(75.0% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-sm-11 {
    width: calc(91.66666666666667% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-sm-12 {
    width: calc(100.0% - 20.0px); } }

@media (min-width: 992px) {
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-md-2 {
    width: calc(16.666666666666668% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-md-3 {
    width: calc(25.0% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-md-5 {
    width: calc(41.66666666666667% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-md-7 {
    width: calc(58.333333333333336% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-md-8 {
    width: calc(66.66666666666667% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-md-9 {
    width: calc(75.0% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-md-11 {
    width: calc(91.66666666666667% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-md-12 {
    width: calc(100.0% - 20.0px); } }

@media (min-width: 1200px) {
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-lg-2 {
    width: calc(16.666666666666668% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-lg-3 {
    width: calc(25.0% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-lg-5 {
    width: calc(41.66666666666667% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-lg-7 {
    width: calc(58.333333333333336% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-lg-8 {
    width: calc(66.66666666666667% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-lg-9 {
    width: calc(75.0% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-lg-11 {
    width: calc(91.66666666666667% - 20.0px); }
  [id="s-2a4c5d09-6ca1-4a6a-9222-7761838476b5"] > .shg-row > .shg-c-lg-12 {
    width: calc(100.0% - 20.0px); } }

#s-db93ec67-1795-4145-8b79-d2015cbdee69 {
  display: none; }

#s-09418c1e-6432-4e5d-94d6-1765109e1527 {
  text-align: left; }

.shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 {
  max-width: 100%; }

.shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 .shg-image-zoom,
.shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 {
    max-width: 100%; }
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 .shg-image-zoom,
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 {
    max-width: 100%; }
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 .shg-image-zoom,
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 {
    max-width: 100%; }
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 .shg-image-zoom,
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 {
    max-width: 100%; }
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 .shg-image-zoom,
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-09418c1e-6432-4e5d-94d6-1765109e1527 .shg-image-zoom {
    margin-left: 0px; } }

#s-476da039-1eb8-404c-b35a-36a7fcef89d9 {
  text-align: left; }

#s-476da039-1eb8-404c-b35a-36a7fcef89d9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-476da039-1eb8-404c-b35a-36a7fcef89d9 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-476da039-1eb8-404c-b35a-36a7fcef89d9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-05cfadfa-889e-4df4-9c8a-2c709349b12e {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-05cfadfa-889e-4df4-9c8a-2c709349b12e:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-05cfadfa-889e-4df4-9c8a-2c709349b12e:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-05cfadfa-889e-4df4-9c8a-2c709349b12e {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-05cfadfa-889e-4df4-9c8a-2c709349b12e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-05cfadfa-889e-4df4-9c8a-2c709349b12e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-6671f584-4f2e-4700-a153-07e3df5eeed0 {
  display: none; }

#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 {
  text-align: left; }

.shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 {
  max-width: 100%; }

.shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 .shg-image-zoom,
.shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 {
    max-width: 100%; }
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 .shg-image-zoom,
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 {
    max-width: 100%; }
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 .shg-image-zoom,
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 {
    max-width: 100%; }
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 .shg-image-zoom,
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 {
    max-width: 100%; }
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 .shg-image-zoom,
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-a6c31b54-f611-4adb-a37d-16ee1d8fa900 .shg-image-zoom {
    margin-left: 0px; } }

#s-9de442a1-dc86-4929-a08c-0bf1004b077f {
  text-align: left; }

#s-9de442a1-dc86-4929-a08c-0bf1004b077f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-9de442a1-dc86-4929-a08c-0bf1004b077f .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-9de442a1-dc86-4929-a08c-0bf1004b077f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-c7f7817c-5b83-4f90-b4f3-cbd97de04d95 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-c7f7817c-5b83-4f90-b4f3-cbd97de04d95:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-c7f7817c-5b83-4f90-b4f3-cbd97de04d95:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-c7f7817c-5b83-4f90-b4f3-cbd97de04d95 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-c7f7817c-5b83-4f90-b4f3-cbd97de04d95.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-c7f7817c-5b83-4f90-b4f3-cbd97de04d95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-cdcec272-2539-4bba-9c25-da4e0fe31cea {
  display: none; }

#s-9dcc000c-e10f-459b-943c-d29c4909a038 {
  text-align: left; }

.shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 {
  max-width: 100%; }

.shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 .shg-image-zoom,
.shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 {
    max-width: 100%; }
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 .shg-image-zoom,
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 {
    max-width: 100%; }
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 .shg-image-zoom,
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 {
    max-width: 100%; }
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 .shg-image-zoom,
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 {
    max-width: 100%; }
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 .shg-image-zoom,
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-9dcc000c-e10f-459b-943c-d29c4909a038 .shg-image-zoom {
    margin-left: 0px; } }

#s-91e01c19-11d0-4590-bf67-54948ba7d9ff {
  text-align: left; }

#s-91e01c19-11d0-4590-bf67-54948ba7d9ff .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-91e01c19-11d0-4590-bf67-54948ba7d9ff .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-91e01c19-11d0-4590-bf67-54948ba7d9ff .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-84688348-a0a1-4929-9af0-24843ac5045a {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-84688348-a0a1-4929-9af0-24843ac5045a:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-84688348-a0a1-4929-9af0-24843ac5045a:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-84688348-a0a1-4929-9af0-24843ac5045a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-84688348-a0a1-4929-9af0-24843ac5045a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-84688348-a0a1-4929-9af0-24843ac5045a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

@media (min-width: 0px) {
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-xs-6 {
    width: calc(50% - 15.0px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-sm-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-sm-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-sm-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-sm-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-sm-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-sm-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-sm-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-sm-12 {
    width: calc(100.0% - 22.5px); } }

@media (min-width: 992px) {
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-md-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-md-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-md-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-md-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-md-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-md-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-md-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-md-12 {
    width: calc(100.0% - 22.5px); } }

@media (min-width: 1200px) {
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-lg-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-lg-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-lg-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-lg-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-lg-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-lg-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-lg-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-3a64614f-ea50-4cf4-aa1d-1af01800cbbe"] > .shg-row > .shg-c-lg-12 {
    width: calc(100.0% - 22.5px); } }

#s-a297b805-48eb-4619-8743-28c9120b0787 {
  display: none; }

#s-892418c7-fb7b-4230-b481-e9e10b72aa75 {
  text-align: left; }

.shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 {
  max-width: 100%; }

.shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 .shg-image-zoom,
.shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 {
    max-width: 100%; }
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 .shg-image-zoom,
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 {
    max-width: 100%; }
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 .shg-image-zoom,
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 {
    max-width: 100%; }
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 .shg-image-zoom,
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 {
    max-width: 100%; }
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 .shg-image-zoom,
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-892418c7-fb7b-4230-b481-e9e10b72aa75 .shg-image-zoom {
    margin-left: 0px; } }

#s-67c6ee88-3e5a-4f30-8e09-870f083759c7 {
  text-align: left; }

#s-67c6ee88-3e5a-4f30-8e09-870f083759c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-67c6ee88-3e5a-4f30-8e09-870f083759c7 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-67c6ee88-3e5a-4f30-8e09-870f083759c7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-22f677cf-3e32-40ea-9aa3-84b8afcbbf95 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-22f677cf-3e32-40ea-9aa3-84b8afcbbf95:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-22f677cf-3e32-40ea-9aa3-84b8afcbbf95:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-22f677cf-3e32-40ea-9aa3-84b8afcbbf95-atc-btn-wrapper {
  text-align: center; }

#s-22f677cf-3e32-40ea-9aa3-84b8afcbbf95 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-22f677cf-3e32-40ea-9aa3-84b8afcbbf95.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-22f677cf-3e32-40ea-9aa3-84b8afcbbf95.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-aaac118f-699a-41f5-9c23-de18ebab3424 {
  display: none; }

#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b {
  text-align: left; }

.shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b {
  max-width: 100%; }

.shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b .shg-image-zoom,
.shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b {
    max-width: 100%; }
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b .shg-image-zoom,
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b {
    max-width: 100%; }
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b .shg-image-zoom,
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b {
    max-width: 100%; }
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b .shg-image-zoom,
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b {
    max-width: 100%; }
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b .shg-image-zoom,
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-32a711f6-dd9f-4aa8-ae53-8ac1f7844b0b .shg-image-zoom {
    margin-left: 0px; } }

#s-8759055f-4c90-472e-85de-556a65dd443e {
  text-align: left; }

#s-8759055f-4c90-472e-85de-556a65dd443e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-8759055f-4c90-472e-85de-556a65dd443e .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-8759055f-4c90-472e-85de-556a65dd443e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-c70f8690-a2ba-4fb8-9b5c-f2ad8e0f2aab {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-c70f8690-a2ba-4fb8-9b5c-f2ad8e0f2aab:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-c70f8690-a2ba-4fb8-9b5c-f2ad8e0f2aab:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-c70f8690-a2ba-4fb8-9b5c-f2ad8e0f2aab-atc-btn-wrapper {
  text-align: center; }

#s-c70f8690-a2ba-4fb8-9b5c-f2ad8e0f2aab {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-c70f8690-a2ba-4fb8-9b5c-f2ad8e0f2aab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-c70f8690-a2ba-4fb8-9b5c-f2ad8e0f2aab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-41f51cc8-9582-4f15-ade8-09bb45f09436 {
  display: none; }

#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd {
  text-align: left; }

.shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd {
  max-width: 100%; }

.shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd .shg-image-zoom,
.shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd {
    max-width: 100%; }
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd .shg-image-zoom,
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd {
    max-width: 100%; }
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd .shg-image-zoom,
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd {
    max-width: 100%; }
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd .shg-image-zoom,
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd {
    max-width: 100%; }
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd .shg-image-zoom,
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-b7299b74-ec19-4e43-bee7-10bd5673e9dd .shg-image-zoom {
    margin-left: 0px; } }

#s-0f312f77-4889-4f7d-afab-e2ae23c0b8bb {
  text-align: left; }

#s-0f312f77-4889-4f7d-afab-e2ae23c0b8bb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-0f312f77-4889-4f7d-afab-e2ae23c0b8bb .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-0f312f77-4889-4f7d-afab-e2ae23c0b8bb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-6ab175dd-8407-43c8-80a2-cabd28b9f4da {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-6ab175dd-8407-43c8-80a2-cabd28b9f4da:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-6ab175dd-8407-43c8-80a2-cabd28b9f4da:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-6ab175dd-8407-43c8-80a2-cabd28b9f4da {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-6ab175dd-8407-43c8-80a2-cabd28b9f4da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-6ab175dd-8407-43c8-80a2-cabd28b9f4da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-3fc32fd6-994f-464d-9a9e-91d2a541e6ef {
  display: none; }

#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 {
  text-align: left; }

.shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 {
  max-width: 100%; }

.shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 .shg-image-zoom,
.shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 {
    max-width: 100%; }
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 .shg-image-zoom,
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 {
    max-width: 100%; }
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 .shg-image-zoom,
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 {
    max-width: 100%; }
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 .shg-image-zoom,
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 {
    max-width: 100%; }
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 .shg-image-zoom,
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-74687b72-2dc2-4f3b-ab90-e488e9d88443 .shg-image-zoom {
    margin-left: 0px; } }

#s-d195e976-b40d-49d9-a2ab-a11d41884d51 {
  text-align: left; }

#s-d195e976-b40d-49d9-a2ab-a11d41884d51 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-d195e976-b40d-49d9-a2ab-a11d41884d51 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-d195e976-b40d-49d9-a2ab-a11d41884d51 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-21d84f5f-b9bd-461d-a571-743213174538 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-21d84f5f-b9bd-461d-a571-743213174538:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-21d84f5f-b9bd-461d-a571-743213174538:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-21d84f5f-b9bd-461d-a571-743213174538 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-21d84f5f-b9bd-461d-a571-743213174538.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-21d84f5f-b9bd-461d-a571-743213174538.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

@media (min-width: 0px) {
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-xs-6 {
    width: calc(50% - 15.0px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-sm-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-sm-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-sm-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-sm-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-sm-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-sm-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-sm-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-sm-12 {
    width: calc(100.0% - 22.5px); } }

@media (min-width: 992px) {
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-md-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-md-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-md-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-md-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-md-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-md-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-md-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-md-12 {
    width: calc(100.0% - 22.5px); } }

@media (min-width: 1200px) {
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-lg-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-lg-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-lg-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-lg-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-lg-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-lg-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-lg-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-74caaacd-835f-460d-a076-4c70295efe81"] > .shg-row > .shg-c-lg-12 {
    width: calc(100.0% - 22.5px); } }

#s-9791bdf5-1332-4246-bfe9-c05d7fc9a45a {
  display: none; }

#s-99825e1a-2c0e-4641-a613-dd62792f79ca {
  text-align: left; }

.shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca {
  max-width: 100%; }

.shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca .shg-image-zoom,
.shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca {
    max-width: 100%; }
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca .shg-image-zoom,
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca {
    max-width: 100%; }
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca .shg-image-zoom,
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca {
    max-width: 100%; }
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca .shg-image-zoom,
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca {
    max-width: 100%; }
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca .shg-image-zoom,
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-99825e1a-2c0e-4641-a613-dd62792f79ca .shg-image-zoom {
    margin-left: 0px; } }

#s-b3a3eb08-6ff2-4141-a5a1-ff2d799196e1 {
  text-align: left; }

#s-b3a3eb08-6ff2-4141-a5a1-ff2d799196e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-b3a3eb08-6ff2-4141-a5a1-ff2d799196e1 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-b3a3eb08-6ff2-4141-a5a1-ff2d799196e1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-9e4b0978-97ad-4970-953b-28ac4547f9bd {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-9e4b0978-97ad-4970-953b-28ac4547f9bd:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-9e4b0978-97ad-4970-953b-28ac4547f9bd:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-9e4b0978-97ad-4970-953b-28ac4547f9bd {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-9e4b0978-97ad-4970-953b-28ac4547f9bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-9e4b0978-97ad-4970-953b-28ac4547f9bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-de399458-9435-4b8f-b3cb-56a8ba20d00c {
  display: none; }

#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e {
  text-align: left; }

.shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e {
  max-width: 100%; }

.shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e .shg-image-zoom,
.shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e {
    max-width: 100%; }
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e .shg-image-zoom,
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e {
    max-width: 100%; }
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e .shg-image-zoom,
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e {
    max-width: 100%; }
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e .shg-image-zoom,
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e {
    max-width: 100%; }
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e .shg-image-zoom,
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-b6ee39e6-cd3e-4b05-a368-f33bfabe930e .shg-image-zoom {
    margin-left: 0px; } }

#s-e41ee1f1-7792-4c89-aa30-1a3f73c4ac2a {
  text-align: left; }

#s-e41ee1f1-7792-4c89-aa30-1a3f73c4ac2a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-e41ee1f1-7792-4c89-aa30-1a3f73c4ac2a .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-e41ee1f1-7792-4c89-aa30-1a3f73c4ac2a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-f3bd4b3d-d6d5-48d6-97a1-cfac812e309f {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-f3bd4b3d-d6d5-48d6-97a1-cfac812e309f:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-f3bd4b3d-d6d5-48d6-97a1-cfac812e309f:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-f3bd4b3d-d6d5-48d6-97a1-cfac812e309f {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-f3bd4b3d-d6d5-48d6-97a1-cfac812e309f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-f3bd4b3d-d6d5-48d6-97a1-cfac812e309f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-3cb12a06-bc39-409f-91a0-065819bc7047 {
  display: none; }

#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb {
  text-align: left; }

.shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb {
  max-width: 100%; }

.shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb .shg-image-zoom,
.shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb {
    max-width: 100%; }
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb .shg-image-zoom,
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb {
    max-width: 100%; }
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb .shg-image-zoom,
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb {
    max-width: 100%; }
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb .shg-image-zoom,
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb {
    max-width: 100%; }
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb .shg-image-zoom,
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c09f265b-cafa-48c4-ad54-7a640c2bd2fb .shg-image-zoom {
    margin-left: 0px; } }

#s-b45ad7af-d652-419a-a74b-864d43263349 {
  text-align: left; }

#s-b45ad7af-d652-419a-a74b-864d43263349 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-b45ad7af-d652-419a-a74b-864d43263349 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-b45ad7af-d652-419a-a74b-864d43263349 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-670890f5-71ec-45bd-838c-ce009ca7ce4b {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-670890f5-71ec-45bd-838c-ce009ca7ce4b:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-670890f5-71ec-45bd-838c-ce009ca7ce4b:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-670890f5-71ec-45bd-838c-ce009ca7ce4b {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-670890f5-71ec-45bd-838c-ce009ca7ce4b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-670890f5-71ec-45bd-838c-ce009ca7ce4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-0586032f-caa8-452e-8ec1-ba10d0685731 {
  display: none; }

#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba {
  text-align: left; }

.shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba {
  max-width: 100%; }

.shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba .shg-image-zoom,
.shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba {
    max-width: 100%; }
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba .shg-image-zoom,
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba {
    max-width: 100%; }
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba .shg-image-zoom,
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba {
    max-width: 100%; }
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba .shg-image-zoom,
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba {
    max-width: 100%; }
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba .shg-image-zoom,
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-a1ac67d3-3b9f-4195-8187-74bb88c055ba .shg-image-zoom {
    margin-left: 0px; } }

#s-9817d9bf-9fad-42bb-a162-0601d9cd9071 {
  text-align: left; }

#s-9817d9bf-9fad-42bb-a162-0601d9cd9071 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-9817d9bf-9fad-42bb-a162-0601d9cd9071 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-9817d9bf-9fad-42bb-a162-0601d9cd9071 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-640f8714-10eb-46e7-a7f3-7f456d53aa11 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-640f8714-10eb-46e7-a7f3-7f456d53aa11:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-640f8714-10eb-46e7-a7f3-7f456d53aa11:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-640f8714-10eb-46e7-a7f3-7f456d53aa11 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-640f8714-10eb-46e7-a7f3-7f456d53aa11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-640f8714-10eb-46e7-a7f3-7f456d53aa11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

@media (min-width: 0px) {
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-xs-6 {
    width: calc(50% - 15.0px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-sm-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-sm-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-sm-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-sm-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-sm-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-sm-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-sm-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-sm-12 {
    width: calc(100.0% - 22.5px); } }

@media (min-width: 992px) {
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-md-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-md-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-md-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-md-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-md-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-md-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-md-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-md-12 {
    width: calc(100.0% - 22.5px); } }

@media (min-width: 1200px) {
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-lg-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-lg-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-lg-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-lg-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-lg-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-lg-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-lg-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-d61d935f-e460-4096-9b3d-da8c182070e1"] > .shg-row > .shg-c-lg-12 {
    width: calc(100.0% - 22.5px); } }

#s-10ea82ab-fe0d-4246-8afc-29f17188d71d {
  display: none; }

#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 {
  text-align: left; }

.shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 {
  max-width: 100%; }

.shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 .shg-image-zoom,
.shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 {
    max-width: 100%; }
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 .shg-image-zoom,
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 {
    max-width: 100%; }
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 .shg-image-zoom,
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 {
    max-width: 100%; }
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 .shg-image-zoom,
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 {
    max-width: 100%; }
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 .shg-image-zoom,
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c852c0d0-7770-4619-aac0-c0c7c00ff468 .shg-image-zoom {
    margin-left: 0px; } }

#s-784eafe2-b6f7-4d3d-baff-c4b275559470 {
  text-align: left; }

#s-784eafe2-b6f7-4d3d-baff-c4b275559470 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-784eafe2-b6f7-4d3d-baff-c4b275559470 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-784eafe2-b6f7-4d3d-baff-c4b275559470 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-783580ae-d143-47a2-8c19-0801b70fd239 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-783580ae-d143-47a2-8c19-0801b70fd239:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-783580ae-d143-47a2-8c19-0801b70fd239:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-783580ae-d143-47a2-8c19-0801b70fd239 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-783580ae-d143-47a2-8c19-0801b70fd239.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-783580ae-d143-47a2-8c19-0801b70fd239.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-f3391632-97e1-4790-a4b1-481d9b6f6b05 {
  display: none; }

#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 {
  text-align: left; }

.shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 {
  max-width: 100%; }

.shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 .shg-image-zoom,
.shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 {
    max-width: 100%; }
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 .shg-image-zoom,
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 {
    max-width: 100%; }
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 .shg-image-zoom,
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 {
    max-width: 100%; }
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 .shg-image-zoom,
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 {
    max-width: 100%; }
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 .shg-image-zoom,
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-101fc1b8-036b-4105-9c7a-7e02ee524b00 .shg-image-zoom {
    margin-left: 0px; } }

#s-fa9d296f-97d0-4f2e-90d4-85ff5f02a60e {
  text-align: left; }

#s-fa9d296f-97d0-4f2e-90d4-85ff5f02a60e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-fa9d296f-97d0-4f2e-90d4-85ff5f02a60e .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-fa9d296f-97d0-4f2e-90d4-85ff5f02a60e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-07bb42ac-84d4-4191-91c9-3d1c91f8fb72 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-07bb42ac-84d4-4191-91c9-3d1c91f8fb72:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-07bb42ac-84d4-4191-91c9-3d1c91f8fb72:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-07bb42ac-84d4-4191-91c9-3d1c91f8fb72 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-07bb42ac-84d4-4191-91c9-3d1c91f8fb72.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-07bb42ac-84d4-4191-91c9-3d1c91f8fb72.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-376fb91f-74e2-405a-b79e-681422d601fe {
  display: none; }

#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 {
  text-align: left; }

.shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 {
  max-width: 100%; }

.shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 .shg-image-zoom,
.shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 {
    max-width: 100%; }
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 .shg-image-zoom,
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 {
    max-width: 100%; }
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 .shg-image-zoom,
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 {
    max-width: 100%; }
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 .shg-image-zoom,
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 {
    max-width: 100%; }
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 .shg-image-zoom,
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-f2a0abb5-647f-49ec-aea0-e4b6d72977d8 .shg-image-zoom {
    margin-left: 0px; } }

#s-89767277-a6a1-4ef6-9e01-395ebbb6d583 {
  text-align: left; }

#s-89767277-a6a1-4ef6-9e01-395ebbb6d583 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-89767277-a6a1-4ef6-9e01-395ebbb6d583 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-89767277-a6a1-4ef6-9e01-395ebbb6d583 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-3475a989-095c-4348-8958-900edefdda6f {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-3475a989-095c-4348-8958-900edefdda6f:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-3475a989-095c-4348-8958-900edefdda6f:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-3475a989-095c-4348-8958-900edefdda6f {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-3475a989-095c-4348-8958-900edefdda6f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-3475a989-095c-4348-8958-900edefdda6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-7918e276-7de1-47b3-88ec-8a650b2ef486 {
  display: none; }

#s-3f9802d7-2c2f-437d-966a-d027482ca98b {
  text-align: left; }

.shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b {
  max-width: 100%; }

.shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b .shg-image-zoom,
.shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b {
    max-width: 100%; }
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b .shg-image-zoom,
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b {
    max-width: 100%; }
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b .shg-image-zoom,
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b {
    max-width: 100%; }
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b .shg-image-zoom,
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b {
    max-width: 100%; }
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b .shg-image-zoom,
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-3f9802d7-2c2f-437d-966a-d027482ca98b .shg-image-zoom {
    margin-left: 0px; } }

#s-e6316c47-c3bd-48bb-9ea9-9fe423a12d62 {
  text-align: left; }

#s-e6316c47-c3bd-48bb-9ea9-9fe423a12d62 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-e6316c47-c3bd-48bb-9ea9-9fe423a12d62 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-e6316c47-c3bd-48bb-9ea9-9fe423a12d62 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-ec39f129-7a6d-42de-9864-57af51db2636 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-ec39f129-7a6d-42de-9864-57af51db2636:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-ec39f129-7a6d-42de-9864-57af51db2636:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-ec39f129-7a6d-42de-9864-57af51db2636 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-ec39f129-7a6d-42de-9864-57af51db2636.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-ec39f129-7a6d-42de-9864-57af51db2636.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

@media (min-width: 0px) {
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-sm-2 {
    width: calc(16.666666666666668% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-sm-3 {
    width: calc(25.0% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-sm-5 {
    width: calc(41.66666666666667% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-sm-7 {
    width: calc(58.333333333333336% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-sm-8 {
    width: calc(66.66666666666667% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-sm-9 {
    width: calc(75.0% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-sm-11 {
    width: calc(91.66666666666667% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-sm-12 {
    width: calc(100.0% - 20.0px); } }

@media (min-width: 992px) {
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-md-2 {
    width: calc(16.666666666666668% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-md-3 {
    width: calc(25.0% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-md-5 {
    width: calc(41.66666666666667% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-md-7 {
    width: calc(58.333333333333336% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-md-8 {
    width: calc(66.66666666666667% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-md-9 {
    width: calc(75.0% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-md-11 {
    width: calc(91.66666666666667% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-md-12 {
    width: calc(100.0% - 20.0px); } }

@media (min-width: 1200px) {
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-lg-2 {
    width: calc(16.666666666666668% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-lg-3 {
    width: calc(25.0% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-lg-5 {
    width: calc(41.66666666666667% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-lg-7 {
    width: calc(58.333333333333336% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-lg-8 {
    width: calc(66.66666666666667% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-lg-9 {
    width: calc(75.0% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-lg-11 {
    width: calc(91.66666666666667% - 20.0px); }
  [id="s-725ceaed-6668-4011-940d-56af94625b0d"] > .shg-row > .shg-c-lg-12 {
    width: calc(100.0% - 20.0px); } }

#s-15e8e864-d8e4-4f5d-912c-b1c21aab9141 {
  display: none; }

#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 {
  text-align: left; }

.shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 {
  max-width: 100%; }

.shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 .shg-image-zoom,
.shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 {
    max-width: 100%; }
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 .shg-image-zoom,
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 {
    max-width: 100%; }
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 .shg-image-zoom,
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 {
    max-width: 100%; }
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 .shg-image-zoom,
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 {
    max-width: 100%; }
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 .shg-image-zoom,
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e2937b8f-ba3c-4eee-90e1-a82b2dcdf8e8 .shg-image-zoom {
    margin-left: 0px; } }

#s-4a06dc84-9a54-48f7-b3e6-866b2141e72a {
  text-align: left; }

#s-4a06dc84-9a54-48f7-b3e6-866b2141e72a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-4a06dc84-9a54-48f7-b3e6-866b2141e72a .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-4a06dc84-9a54-48f7-b3e6-866b2141e72a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-6e90b557-b8e7-49e6-9abb-ca25f8546545 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-6e90b557-b8e7-49e6-9abb-ca25f8546545:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-6e90b557-b8e7-49e6-9abb-ca25f8546545:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-6e90b557-b8e7-49e6-9abb-ca25f8546545 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-6e90b557-b8e7-49e6-9abb-ca25f8546545.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-6e90b557-b8e7-49e6-9abb-ca25f8546545.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-54691d0f-5d9d-4d05-8c9b-2e47be05f242 {
  display: none; }

#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 {
  text-align: left; }

.shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 {
  max-width: 100%; }

.shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 .shg-image-zoom,
.shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 {
    max-width: 100%; }
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 .shg-image-zoom,
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 {
    max-width: 100%; }
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 .shg-image-zoom,
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 {
    max-width: 100%; }
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 .shg-image-zoom,
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 {
    max-width: 100%; }
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 .shg-image-zoom,
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e1bcc099-eaf9-4d0d-9a4e-dcd360b4e737 .shg-image-zoom {
    margin-left: 0px; } }

#s-1491a294-b1b5-4cb8-81eb-18234fe6bbb7 {
  text-align: left; }

#s-1491a294-b1b5-4cb8-81eb-18234fe6bbb7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-1491a294-b1b5-4cb8-81eb-18234fe6bbb7 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-1491a294-b1b5-4cb8-81eb-18234fe6bbb7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-4a323ba3-7c8c-49ec-bab6-1c9cfde8a0de {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-4a323ba3-7c8c-49ec-bab6-1c9cfde8a0de:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-4a323ba3-7c8c-49ec-bab6-1c9cfde8a0de:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-4a323ba3-7c8c-49ec-bab6-1c9cfde8a0de {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-4a323ba3-7c8c-49ec-bab6-1c9cfde8a0de.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-4a323ba3-7c8c-49ec-bab6-1c9cfde8a0de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-ec5faa1a-eeb6-4f99-b784-616444881440 {
  display: none; }

#s-08f56569-e46c-4bcb-94a1-8726d8fda827 {
  text-align: left; }

.shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 {
  max-width: 100%; }

.shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 .shg-image-zoom,
.shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 {
    max-width: 100%; }
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 .shg-image-zoom,
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 {
    max-width: 100%; }
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 .shg-image-zoom,
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 {
    max-width: 100%; }
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 .shg-image-zoom,
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 {
    max-width: 100%; }
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 .shg-image-zoom,
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-08f56569-e46c-4bcb-94a1-8726d8fda827 .shg-image-zoom {
    margin-left: 0px; } }

#s-a1012516-cd69-4756-b300-836bb756afb4 {
  text-align: left; }

#s-a1012516-cd69-4756-b300-836bb756afb4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-a1012516-cd69-4756-b300-836bb756afb4 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-a1012516-cd69-4756-b300-836bb756afb4 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-87334e6e-9a99-40bc-b4bd-39660760a1e1 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-87334e6e-9a99-40bc-b4bd-39660760a1e1:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-87334e6e-9a99-40bc-b4bd-39660760a1e1:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-87334e6e-9a99-40bc-b4bd-39660760a1e1 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-87334e6e-9a99-40bc-b4bd-39660760a1e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-87334e6e-9a99-40bc-b4bd-39660760a1e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

@media (min-width: 0px) {
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-xs-6 {
    width: calc(50% - 15.0px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-sm-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-sm-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-sm-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-sm-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-sm-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-sm-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-sm-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-sm-12 {
    width: calc(100.0% - 22.5px); } }

@media (min-width: 992px) {
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-md-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-md-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-md-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-md-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-md-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-md-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-md-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-md-12 {
    width: calc(100.0% - 22.5px); } }

@media (min-width: 1200px) {
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-lg-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-lg-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-lg-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-lg-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-lg-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-lg-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-lg-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-72511ae5-7abe-454c-b259-c89bbc5e491a"] > .shg-row > .shg-c-lg-12 {
    width: calc(100.0% - 22.5px); } }

#s-3ceeb64b-0ce0-4d20-bda7-ff56c54bc030 {
  display: none; }

#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 {
  text-align: left; }

.shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 {
  max-width: 100%; }

.shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 .shg-image-zoom,
.shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 {
    max-width: 100%; }
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 .shg-image-zoom,
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 {
    max-width: 100%; }
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 .shg-image-zoom,
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 {
    max-width: 100%; }
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 .shg-image-zoom,
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 {
    max-width: 100%; }
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 .shg-image-zoom,
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e5979745-3dcd-44b0-a1f2-4eee78c4d2b2 .shg-image-zoom {
    margin-left: 0px; } }

#s-5be113ab-b10f-4179-a0fe-c9a90c1af7f1 {
  text-align: left; }

#s-5be113ab-b10f-4179-a0fe-c9a90c1af7f1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-5be113ab-b10f-4179-a0fe-c9a90c1af7f1 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-5be113ab-b10f-4179-a0fe-c9a90c1af7f1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-049b00d0-65c6-4427-954f-03a90ef53486 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-049b00d0-65c6-4427-954f-03a90ef53486:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-049b00d0-65c6-4427-954f-03a90ef53486:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-049b00d0-65c6-4427-954f-03a90ef53486-atc-btn-wrapper {
  text-align: center; }

#s-049b00d0-65c6-4427-954f-03a90ef53486 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-049b00d0-65c6-4427-954f-03a90ef53486.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-049b00d0-65c6-4427-954f-03a90ef53486.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-4895bff6-e239-4116-b29f-c5b1a2f25aea {
  display: none; }

#s-a1b2c686-bee0-42e3-af67-94844165643d {
  text-align: left; }

.shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d {
  max-width: 100%; }

.shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d .shg-image-zoom,
.shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d {
    max-width: 100%; }
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d .shg-image-zoom,
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d {
    max-width: 100%; }
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d .shg-image-zoom,
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d {
    max-width: 100%; }
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d .shg-image-zoom,
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d {
    max-width: 100%; }
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d .shg-image-zoom,
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-a1b2c686-bee0-42e3-af67-94844165643d .shg-image-zoom {
    margin-left: 0px; } }

#s-efa31510-c1df-4768-b9fd-075b1549012f {
  text-align: left; }

#s-efa31510-c1df-4768-b9fd-075b1549012f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-efa31510-c1df-4768-b9fd-075b1549012f .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-efa31510-c1df-4768-b9fd-075b1549012f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-53a69c1e-3033-48d0-a9d7-41974ba45fa8 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-53a69c1e-3033-48d0-a9d7-41974ba45fa8:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-53a69c1e-3033-48d0-a9d7-41974ba45fa8:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-53a69c1e-3033-48d0-a9d7-41974ba45fa8-atc-btn-wrapper {
  text-align: center; }

#s-53a69c1e-3033-48d0-a9d7-41974ba45fa8 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-53a69c1e-3033-48d0-a9d7-41974ba45fa8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-53a69c1e-3033-48d0-a9d7-41974ba45fa8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-da055895-cbe1-4ade-98ad-10b222c31775 {
  display: none; }

#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 {
  text-align: left; }

.shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 {
  max-width: 100%; }

.shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 .shg-image-zoom,
.shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 {
    max-width: 100%; }
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 .shg-image-zoom,
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 {
    max-width: 100%; }
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 .shg-image-zoom,
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 {
    max-width: 100%; }
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 .shg-image-zoom,
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 {
    max-width: 100%; }
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 .shg-image-zoom,
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-37bc19b8-0cb6-487c-847f-5a06a68514f3 .shg-image-zoom {
    margin-left: 0px; } }

#s-38c26306-dbdb-402f-8a5f-e2722ba96924 {
  text-align: left; }

#s-38c26306-dbdb-402f-8a5f-e2722ba96924 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-38c26306-dbdb-402f-8a5f-e2722ba96924 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-38c26306-dbdb-402f-8a5f-e2722ba96924 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-6afb6a0f-673b-4b96-9b00-99892e7c3979 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-6afb6a0f-673b-4b96-9b00-99892e7c3979:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-6afb6a0f-673b-4b96-9b00-99892e7c3979:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-6afb6a0f-673b-4b96-9b00-99892e7c3979-atc-btn-wrapper {
  text-align: center; }

#s-6afb6a0f-673b-4b96-9b00-99892e7c3979 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-6afb6a0f-673b-4b96-9b00-99892e7c3979.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-6afb6a0f-673b-4b96-9b00-99892e7c3979.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-6bb4ffac-43cd-4983-a6ec-f501ead45413 {
  display: none; }

#s-f6daaa78-c079-4f68-818f-a9310ebfec1c {
  text-align: left; }

.shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c {
  max-width: 100%; }

.shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c .shg-image-zoom,
.shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c {
    max-width: 100%; }
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c .shg-image-zoom,
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c {
    max-width: 100%; }
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c .shg-image-zoom,
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c {
    max-width: 100%; }
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c .shg-image-zoom,
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c {
    max-width: 100%; }
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c .shg-image-zoom,
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-f6daaa78-c079-4f68-818f-a9310ebfec1c .shg-image-zoom {
    margin-left: 0px; } }

#s-003fabe9-0e24-4420-bf69-412ede18ec43 {
  text-align: left; }

#s-003fabe9-0e24-4420-bf69-412ede18ec43 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-003fabe9-0e24-4420-bf69-412ede18ec43 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-003fabe9-0e24-4420-bf69-412ede18ec43 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-4b383af1-7476-455d-b619-f0fb3dbf666b {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-4b383af1-7476-455d-b619-f0fb3dbf666b:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-4b383af1-7476-455d-b619-f0fb3dbf666b:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-4b383af1-7476-455d-b619-f0fb3dbf666b-atc-btn-wrapper {
  text-align: center; }

#s-4b383af1-7476-455d-b619-f0fb3dbf666b {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-4b383af1-7476-455d-b619-f0fb3dbf666b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-4b383af1-7476-455d-b619-f0fb3dbf666b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

@media (min-width: 0px) {
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-xs-6 {
    width: calc(50% - 15.0px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-xs-12 {
    width: 100%; } }

@media (min-width: 768px) {
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-sm-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-sm-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-sm-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-sm-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-sm-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-sm-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-sm-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-sm-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-sm-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-sm-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-sm-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-sm-12 {
    width: calc(100.0% - 22.5px); } }

@media (min-width: 992px) {
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-md-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-md-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-md-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-md-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-md-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-md-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-md-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-md-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-md-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-md-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-md-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-md-12 {
    width: calc(100.0% - 22.5px); } }

@media (min-width: 1200px) {
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-lg-1 {
    width: calc(8.333333333333334% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-lg-2 {
    width: calc(16.666666666666668% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-lg-3 {
    width: calc(25.0% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-lg-4 {
    width: calc(33.333333333333336% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-lg-5 {
    width: calc(41.66666666666667% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-lg-6 {
    width: calc(50.0% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-lg-7 {
    width: calc(58.333333333333336% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-lg-8 {
    width: calc(66.66666666666667% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-lg-9 {
    width: calc(75.0% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-lg-10 {
    width: calc(83.33333333333334% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-lg-11 {
    width: calc(91.66666666666667% - 22.5px); }
  [id="s-43ed288d-5568-4777-a3b3-73290a099bec"] > .shg-row > .shg-c-lg-12 {
    width: calc(100.0% - 22.5px); } }

#s-57f410c1-332d-46a1-8f4b-98d7fda11b45 {
  display: none; }

#s-e37c0c21-c8e3-4aed-8819-13836261bfbf {
  text-align: left; }

.shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf {
  max-width: 100%; }

.shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf .shg-image-zoom,
.shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf {
    max-width: 100%; }
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf .shg-image-zoom,
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf {
    max-width: 100%; }
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf .shg-image-zoom,
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf {
    max-width: 100%; }
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf .shg-image-zoom,
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf {
    max-width: 100%; }
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf .shg-image-zoom,
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-e37c0c21-c8e3-4aed-8819-13836261bfbf .shg-image-zoom {
    margin-left: 0px; } }

#s-f430520b-45d4-4d3c-a60b-b0dee505a6da {
  text-align: left; }

#s-f430520b-45d4-4d3c-a60b-b0dee505a6da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-f430520b-45d4-4d3c-a60b-b0dee505a6da .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-f430520b-45d4-4d3c-a60b-b0dee505a6da .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-5b443ba7-4048-4958-978d-0555e57d6069 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-5b443ba7-4048-4958-978d-0555e57d6069:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-5b443ba7-4048-4958-978d-0555e57d6069:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-5b443ba7-4048-4958-978d-0555e57d6069 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-5b443ba7-4048-4958-978d-0555e57d6069.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-5b443ba7-4048-4958-978d-0555e57d6069.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-0eecc1d0-23a0-4dc0-8d26-5605c7dd0023 {
  display: none; }

#s-0455bf64-3810-4371-90a4-cd0a5f73f350 {
  text-align: left; }

.shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 {
  max-width: 100%; }

.shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 .shg-image-zoom,
.shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 {
    max-width: 100%; }
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 .shg-image-zoom,
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 {
    max-width: 100%; }
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 .shg-image-zoom,
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 {
    max-width: 100%; }
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 .shg-image-zoom,
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 {
    max-width: 100%; }
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 .shg-image-zoom,
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-0455bf64-3810-4371-90a4-cd0a5f73f350 .shg-image-zoom {
    margin-left: 0px; } }

#s-059866dd-54dd-41b6-99af-e260f2c1d6e3 {
  text-align: left; }

#s-059866dd-54dd-41b6-99af-e260f2c1d6e3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-059866dd-54dd-41b6-99af-e260f2c1d6e3 .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-059866dd-54dd-41b6-99af-e260f2c1d6e3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-7daab885-7cae-4fa9-95e2-b306b53b0837 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-7daab885-7cae-4fa9-95e2-b306b53b0837:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-7daab885-7cae-4fa9-95e2-b306b53b0837:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-7daab885-7cae-4fa9-95e2-b306b53b0837 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-7daab885-7cae-4fa9-95e2-b306b53b0837.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-7daab885-7cae-4fa9-95e2-b306b53b0837.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-7b7311fa-2841-44f1-b50d-b00353e65657 {
  display: none; }

#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f {
  text-align: left; }

.shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f {
  max-width: 100%; }

.shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f .shg-image-zoom,
.shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f {
    max-width: 100%; }
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f .shg-image-zoom,
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f {
    max-width: 100%; }
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f .shg-image-zoom,
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f {
    max-width: 100%; }
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f .shg-image-zoom,
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f {
    max-width: 100%; }
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f .shg-image-zoom,
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c5d49d09-ef8b-49cb-a9a3-5f80dca1db2f .shg-image-zoom {
    margin-left: 0px; } }

#s-9b631211-2353-4657-87a5-e0ede430117f {
  text-align: left; }

#s-9b631211-2353-4657-87a5-e0ede430117f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-9b631211-2353-4657-87a5-e0ede430117f .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-9b631211-2353-4657-87a5-e0ede430117f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-08a29a05-7255-4e08-8b64-b43125ff7b78 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-08a29a05-7255-4e08-8b64-b43125ff7b78:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-08a29a05-7255-4e08-8b64-b43125ff7b78:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-08a29a05-7255-4e08-8b64-b43125ff7b78 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-08a29a05-7255-4e08-8b64-b43125ff7b78.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-08a29a05-7255-4e08-8b64-b43125ff7b78.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

#s-3f17deca-987c-48ef-bd24-a1b067792985 {
  display: none; }

#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 {
  text-align: left; }

.shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 {
  max-width: 100%; }

.shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 img.shogun-image {
  align-self: center;
  margin: 0 !important; }

.shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 .shg-image-zoom,
.shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 img.shogun-image {
  max-width: !important;
  min-height: !important; }

.shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 .shg-image-zoom {
  margin-left: 0px; }

@media (min-width: 1200px) {
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 {
    max-width: 100%; }
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 .shg-image-zoom,
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 {
    max-width: 100%; }
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 .shg-image-zoom,
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 .shg-image-zoom {
    margin-left: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 {
    max-width: 100%; }
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 .shg-image-zoom,
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 .shg-image-zoom {
    margin-left: 0px; } }

@media (max-width: 767px) {
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 {
    max-width: 100%; }
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 img.shogun-image {
    align-self: center;
    margin: 0 !important; }
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 .shg-image-zoom,
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 img.shogun-image {
    max-width: !important;
    min-height: !important; }
  .shg-c#s-c883b57d-b311-4f6b-a84c-2ca4a1d93fe1 .shg-image-zoom {
    margin-left: 0px; } }

#s-c37332e6-46f1-474b-b60a-8ac4bc561dfc {
  text-align: left; }

#s-c37332e6-46f1-474b-b60a-8ac4bc561dfc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px; }

#s-c37332e6-46f1-474b-b60a-8ac4bc561dfc .shg-product-price {
  color: #000;
  font-style: normal;
  font-size: 18px; }

#s-c37332e6-46f1-474b-b60a-8ac4bc561dfc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px; }

#s-e9a5ea0b-9877-4fd7-b036-b68bd2657251 {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-radius: 2px;
  background-color: #252525;
  text-align: center;
  cursor: pointer; }

#s-e9a5ea0b-9877-4fd7-b036-b68bd2657251:hover {
  background-color: #424242 !important;
  text-decoration: none !important; }

#s-e9a5ea0b-9877-4fd7-b036-b68bd2657251:active {
  background-color: #000000 !important;
  text-decoration: none !important; }

#s-e9a5ea0b-9877-4fd7-b036-b68bd2657251 {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: normal;
  box-sizing: border-box; }

#s-e9a5ea0b-9877-4fd7-b036-b68bd2657251.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial; }

#s-e9a5ea0b-9877-4fd7-b036-b68bd2657251.shg-btn {
  color: #ffffff;
  font-size: 14px;
  display: block; }

/*
  $vgutter : 20px
  $hgutter : 10px;
*/
.shg-c:before,
.shg-c:after {
  content: " ";
  display: table; }

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate; }

.shogun-root iframe {
  display: initial; }

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important; } }

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important; }

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both; }

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle; }

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw; }

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

div[data-shg-lightbox-switch] {
  cursor: pointer; }

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.85); }

.shg-lightbox.hidden {
  display: none !important; }

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center; }

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 1; }

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px; }

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%; }

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer; }

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1; }

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important; }

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==); }

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+); }

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px; } }

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0; }

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

/*
     FILE ARCHIVED ON 06:48:51 Dec 26, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:48:53 Dec 26, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 163.194
  exclusion.robots: 0.082
  exclusion.robots.policy: 0.074
  cdx.remote: 0.068
  esindex: 0.01
  LoadShardBlock: 133.445 (3)
  PetaboxLoader3.datanode: 131.186 (3)
  CDXLines.iter: 21.153 (3)
  load_resource: 6.698
*/
.shogun-heading-component h1 {
  color: #000 !important; }

#s-11ba65ef-caa9-4745-905e-30c1ebbb031f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #274E5D !important; }

.shg-c .shg-row {
  display: -ms-flexbox;
  flex-wrap: nowrap !important;
  column-gap: 20px; }

.chatBox {
  position: fixed;
  right: 0;
  bottom: 0; }

.chat-box-boc {
  display: none; }

a.open-chat:hover {
  transform: scale(0.9); }

a.open-chat {
  width: 110px;
  float: left;
  padding: 15px;
  transition: .5s; }

a.close-chat {
  position: absolute;
  right: 20px;
  font-size: 48px;
  color: #fff;
  line-height: 39px; }

.chat-box-boc {
  float: left;
  position: relative; }

@media (max-width: 1024px) {
  .shg-c .shg-row {
    display: -ms-flexbox;
    flex-wrap: wrap !important;
    column-gap: 20px; } }

#s-7c8361bb-46b5-4458-9118-a7da2641ed68 .shogun-form-field-error-msg {
  color: #750000 !important; }

#s-0d9093b2-6c17-47bb-b44d-2fd8a35d03c6 {
  border-radius: 2px;
  color: #FFFFFF !important; }

form.login-form.form input .form-field.form-field--input {
  color: #000 !important; }

p.cart-item-brand {
  color: #383838 !important; }

span.is-srOnly {
  color: #000 !important;
  background: #FFFFFF !important; }

button.cart-update {
  background: #fff !important;
  color: #171717 !important; }

.cart-item-label, .cart-item-label, .cart-remove.icon {
  color: #000 !important; }

iframe {
  max-width: 100%; }

.tett {
  width: 50%; }

.ererr {
  width: 50%; }

.ererr iframe {
  width: 100%;
  margin-bottom: 20px; }

.form-field--error .form-inlineMessage:before {
  background: url("https://cdn11.bigcommerce.com/s-g2o7t0ov4m/images/stencil/500x659/products/1659/12837/svg_1_1__47341.1678712751.png") !important; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #000000 !important; }

.form-field.form-field--error label, .form-field.form-field--error li {
  color: #000 !important; }

.form-field.form-field--error input {
  border-color: #000 !important;
  background: #fff !important; }

.form-field--error .form-input, .form-field--error .widget--stripev3, .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: #ff0000 !important; }

@media (max-width: 767px) {
  .product-header-top {
    position: initial; } }

.button--contact-us {
  background-color: #0a2143;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  transition: background-color 0.3s ease; }

.button--contact-us:hover {
  background-color: #3a7bd5;
  color: #ffffff;
  cursor: pointer; }

.cart-action .button:hover {
  background-color: #3a7bd5 !important;
  /* Light blue */
  color: #ffffff !important; }

.contact-us-button {
  width: 100%;
  margin: 10px auto auto auto;
  border-radius: 10px;
  background: #091F3F;
  color: #fff;
  border: 1px solid #091F3F;
  padding: .77143rem;
  font-family: Karla, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0; }

.contact-us-button:hover {
  background-color: #3a7bd5 !important;
  color: #ffffff !important; }

.h2.tab-spec {
  display: none; }

.h3.tab-spec {
  padding-left: 23px; }
