@charset "UTF-8";
body [data-content-region] {
  line-height: 1.2; }

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

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

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

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

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

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

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

/* Vertical Carousel */
/*Video Gallery Popup*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: .35; }
  100% {
    transform: rotate(360deg); } }

@keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: .35; }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes menuFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes menuFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.menuFadeInUp {
  -webkit-animation-name: menuFadeInUp;
  animation-name: menuFadeInUp; }

@keyframes menuFadeInUp2 {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.menuFadeInUp2 {
  -webkit-animation-name: menuFadeInUp2;
  animation-name: menuFadeInUp2; }

@-webkit-keyframes rotate_180 {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate_180 {
  0% {
    -moz-transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-ms-keyframes rotate_180 {
  0% {
    -ms-transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg); } }

@-o-keyframes rotate_180 {
  0% {
    -o-transform: rotate(0deg); }
  50% {
    -o-transform: rotate(180deg); }
  100% {
    -o-transform: rotate(360deg); } }

@keyframes rotate_180 {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.zoom-animation {
  -webkit-animation-name: zoom-animation;
  animation-name: zoom-animation; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

.animated-loading {
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #f5f5f5;
  background: linear-gradient(to right, #f5f5f5 4%, #eeeeee 25%, #f5f5f5 36%);
  background-size: 1200px 100%; }

@-webkit-keyframes shimmer {
  0% {
    background-position: -1200px 0; }
  100% {
    background-position: 1200px 0; } }

@-moz-keyframes shimmer {
  0% {
    background-position: -1200px 0; }
  100% {
    background-position: 1200px 0; } }

@keyframes shimmer {
  0% {
    background-position: -1200px 0; }
  100% {
    background-position: 1200px 0; } }

.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: #323232;
  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: 1025px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1281px) {
    html {
      font-size: 14px; } }

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323232;
  font-family: "Roboto", 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: #828282;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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

hr {
  border: solid #666666;
  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 #666666;
  color: #323232;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #cccccc;
  color: #323232;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 40px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #fd6506;
    color: white; }
  .button:active {
    background-color: transparent;
    border: 1px solid #fd6506;
    color: white; }
  .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: #ff7000;
  border-color: #ff7000;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #e75915;
    border-color: #e75915;
    color: white; }
  .button--primary:active {
    background-color: #e75915;
    border: 1px solid #e75915;
    color: white; }

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

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

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

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

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

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

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

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

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

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

.button--small {
  font-size: 16px;
  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: #172532; }

/*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: 40px;
      border-top-left-radius: 40px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 40px;
      border-right-width: 1px;
      border-top-right-radius: 40px; }

/*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: #444444;
  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: #444444;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*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: #dddddd;
  color: #505050;
  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: 40px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

.switch-toggle {
  background-color: #999999;
  border: 1px solid #999999;
  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: #87724f;
    border-color: #87724f; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #444444;
    border-color: #757575;
    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: #999999; }

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

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

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

.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: #555555;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tab.is-active .tab-title {
  color: #323232;
  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: white;
  font-size: 18px;
  padding: 0.78571rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

li.pagination-item--current a, li.pagination-item--current button {
  color: #ff7000;
  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: #444444;
  border-color: #444444;
  color: #202020; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: #31708f;
  border-color: #31708f;
  color: #202020; }
  .alertBox--info svg {
    fill: #eaf3f8; }

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

.alertBox--warning {
  background-color: #fbf8e5;
  border-color: #fbf8e5;
  color: white; }
  .alertBox--warning svg {
    fill: #87724f; }

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #666666 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: #666666 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: #555555;
    color: white; }
  .accordion-navigation > a {
    background: #555555;
    color: #323232;
    padding: 1.85714rem;
    display: block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #333333; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: white;
  background: rgba(0, 0, 0, 0.4);
  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 #666666;
  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 #666666;
  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 #666666;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

.modal-close {
  color: #999999;
  cursor: pointer;
  font-size: 40px;
  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: #999999;
  border-radius: 40px;
  color: white;
  display: inline-block;
  font-size: 18px;
  padding: 0.35714rem 0.78571rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-figcaption-button {
  background-color: #ff7000;
  border-color: #ff7000;
  color: white; }
  .card-figcaption-button:hover {
    background-color: #e75915;
    border-color: #ff7000;
    color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-arrow {
  z-index: 1;
  height: 2.57143rem;
  width: 2.57143rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #505050;
  background: white; }
  .slick-arrow:before {
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 1rem;
    width: 0.78571rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .slick-arrow:hover, .slick-arrow:focus {
    background: white;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }
    .slick-arrow:hover:before, .slick-arrow:focus:before {
      opacity: 1; }

.slick-next {
  right: -1px; }
  @media (min-width: 1600px) {
    .slick-next {
      right: -78px; } }
  .page-type-default.homepage-layout-2 .slick-next {
    right: 25px; }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-position: -1px 50%; }

.slick-prev {
  left: -1px; }
  @media (min-width: 1600px) {
    .slick-prev {
      left: -78px; } }
  .page-type-default.homepage-layout-2 .slick-prev {
    left: 25px; }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-position: 1px 50%; }

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

.slick-dotted.slick-slider {
  margin-bottom: 0; }
  .slick-dotted.slick-slider .slick-dots {
    position: relative; }
  @media (min-width: 1025px) {
    .slick-dotted.slick-slider .slick-arrow {
      top: calc(50% - 28px); } }
  .page-type-default.homepage-layout-2 .slick-dotted.slick-slider .slick-arrow {
    top: calc(50% - 21px); }
    @media (min-width: 1025px) {
      .page-type-default.homepage-layout-2 .slick-dotted.slick-slider .slick-arrow {
        top: 50%; } }

@media (min-width: 1025px) {
  .page-type-default.homepage-layout-2 .product-block .slick-slider .slick-arrow {
    top: calc(50% - 110px); } }

.slick-dots {
  margin: 0;
  position: relative;
  bottom: auto;
  font-size: 0; }
  .slick-dots.no-dots {
    display: none !important; }
  .slick-dots li {
    width: 20px;
    height: 12px;
    line-height: 12px;
    margin: 20px 3px 0 0;
    padding: 0 0.21429rem;
    display: inline-block; }
    @media (min-width: 551px) {
      .slick-dots li {
        margin: 40px 3px 0 0; } }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button {
      height: 0.71429rem;
      width: 0.71429rem;
      border-radius: 50%;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle;
      transition: background 100ms ease-out;
      border: 1px solid #c8c8c8;
      background: #c8c8c8; }
      .slick-dots li button:before {
        display: none; }
      .slick-dots li button:hover {
        background: #0064e4;
        border: 1px solid #ff7000; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background: #0064e4;
      border: 1px solid #ff7000;
      height: 0.71429rem;
      width: 0.71429rem; }
    .slick-dots li.slick-active button::before, .slick-dots li:hover button::before {
      display: none; }
  .slick-dots > li:only-child {
    display: none; }

@media (min-width: 551px) {
  .homepage-layout-2 .slick-dots li {
    margin-top: 25px; } }

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

.slick-disabled {
  cursor: default;
  opacity: 0.5; }
  .slick-disabled:before {
    opacity: 1 !important; }

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

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

.carousel-tooltip {
  height: 1px;
  display: none;
  position: relative;
  margin-top: 10px;
  width: 36px; }
  .carousel-tooltip:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.71429rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .carousel-tooltip:after {
    content: attr(aria-label);
    padding: 0.28571rem 0.42857rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.57143rem; }
  .carousel-tooltip:before, .carousel-tooltip:after {
    display: none; }
  .carousel-tooltip:focus:before, .carousel-tooltip:focus:after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip:after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip:before, .slick-prev:focus .carousel-tooltip:after,
  .slick-next:focus .carousel-tooltip:before,
  .slick-next:focus .carousel-tooltip:after,
  .slick-dots button:focus .carousel-tooltip:before,
  .slick-dots button:focus .carousel-tooltip:after {
    display: block; }
  .slick-prev .carousel-tooltip:before,
  .slick-next .carousel-tooltip:before {
    top: -7px; }
  .slick-prev .carousel-tooltip:before {
    right: 10px;
    top: -2px; }
  .slick-prev .carousel-tooltip:after {
    right: auto;
    left: -10px;
    top: 15px; }
  .slick-next .carousel-tooltip:before {
    right: 5px; }
  .slick-next .carousel-tooltip:after {
    right: -10px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 15px; }
    .slick-dots button .carousel-tooltip:before, .slick-dots button .carousel-tooltip:after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip:before {
      top: -7px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: #e5e5e5 !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #323232;
    font-size: 3.71429rem; }
  .swal2-modal .swal2-content {
    color: #323232;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #dddddd;
    color: #505050; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #505050; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #cccccc;
    color: #323232;
    font-size: 1rem;
    padding: 0.85714rem 2.28571rem;
    border-radius: 40px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #fd6506;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #fd6506;
      color: white; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #ff7000;
    border-color: #ff7000;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #e75915;
    border-color: #e75915;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #e75915;
    border-color: #e75915;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #cccccc;
    color: #323232; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #fd6506;
    color: white; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #fd6506;
    color: white; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

.swal2-icon {
  display: flex; }

html,
body {
  height: auto; }

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

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

html {
  -webkit-tap-highlight-color: transparent; }

html * {
  outline: none !important; }
  html *:focus, html *:active, html *:hover, html *:visited {
    outline: none !important; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    color: #ff7000; }

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px; }

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

.page-heading {
  margin: 0 0 28px;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase; }
  @media (min-width: 361px) {
    .page-heading {
      font-size: 24px;
      line-height: 32px; } }
  @media (min-width: 551px) {
    .page-heading {
      font-size: 30px;
      line-height: 38px; } }
  .page-heading.heading-small {
    font-size: 18px;
    line-height: 22px; }
    @media (min-width: 551px) {
      .page-heading.heading-small {
        font-size: 20px;
        line-height: 28px; } }

h1 {
  font-size: 50px; }

h2 {
  font-size: 30px;
  line-height: 38px; }
  @media (min-width: 361px) {
    h2 {
      font-size: 34px;
      line-height: 42px; } }
  @media (min-width: 551px) {
    h2 {
      font-size: 38px;
      line-height: 46px; } }
  @media (min-width: 1025px) {
    h2 {
      font-size: 40px;
      line-height: 48px; } }

h3 {
  font-size: 26px;
  line-height: 34px; }
  @media (min-width: 551px) {
    h3 {
      font-size: 28px;
      line-height: 36px; } }
  @media (min-width: 1025px) {
    h3 {
      font-size: 30px;
      line-height: 38px; } }

h4 {
  font-size: 15px;
  line-height: 23px; }
  @media (min-width: 361px) {
    h4 {
      font-size: 16px;
      line-height: 24px; } }
  @media (min-width: 551px) {
    h4 {
      font-size: 18px;
      line-height: 26px; } }
  @media (min-width: 1025px) {
    h4 {
      font-size: 20px;
      line-height: 28px; } }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #828282;
  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,%3Csvg width='13' height='13' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='caret-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-caret-down fa-w-10 fa-3x'%3E%3Cpath fill='rgba(32, 32, 32, 0.999)' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-position: right 18px center;
  border-radius: 40px;
  padding: 10px 40px 10px 20px;
  height: 45px;
  font-size: 16px; }
  @media (min-width: 1025px) {
    .form-select {
      height: 50px; } }

.form-label {
  color: #323232;
  font-weight: 500;
  margin-bottom: 9px;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0; }
  .form-label small {
    float: right;
    margin-top: 1px;
    text-transform: none;
    font-weight: 400;
    font-size: 1rem; }

.form-label--inlineSmall small {
  color: #323232;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 2pxs;
  text-transform: none; }

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

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

.dropdown-menu {
  z-index: 5;
  border-radius: 4px;
  background: white;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
  -webkit-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
  -moz-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
  -ms-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

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

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: #ffffff;
  left: auto !important;
  right: -75px !important;
  max-width: none !important;
  width: 100% !important;
  min-width: 250px;
  padding: 10px;
  border-radius: 6px;
  z-index: 1;
  margin-top: 10px; }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open li + li {
    margin-top: 10px; }
  #wishlist-dropdown.is-open .button {
    border-radius: 40px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 9997; }
  .modal .form-field {
    position: relative; }
  .modal.modal--editOptions {
    z-index: 10001; }
  .modal.modal--editOptions {
    width: 1015px; }

.modal-background {
  background-color: rgba(47, 47, 47, 0.6);
  z-index: 9995; }
  .modal-background.modal--editOptions-background {
    z-index: 9997; }
  .halo-cart--editOptions .modal-background {
    z-index: 10000; }

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

.modal-header {
  padding: 18px 60px 18px 15px;
  border-bottom: none;
  background: whitesmoke; }

.modal-header-title {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase; }

.modal-close {
  height: 2.14286rem;
  width: 2.14286rem;
  font-size: 26px;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  line-height: 30px;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  z-index: 5;
  top: 15px;
  right: 15px; }
  .modal-close:hover {
    background: black;
    color: white; }
  .modal-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.71429rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .modal-close:after {
    content: attr(title);
    padding: 0.28571rem 0.42857rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.57143rem; }
  .modal-close:before, .modal-close:after {
    display: none; }
  .modal-close:focus:before, .modal-close:focus:after {
    display: block; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px 15px;
  scrollbar-color: #787878 #fafafa;
  scrollbar-width: thin !important; }
  @media (min-width: 1025px) {
    .modal-body {
      padding: 35px 50px; } }
  .modal-body::-webkit-scrollbar {
    width: 10px; }
  .modal-body::-webkit-scrollbar-track {
    background: #fafafa; }
  .modal-body::-webkit-scrollbar-thumb {
    background: #787878; }
  .modal-body::-webkit-scrollbar-thumb:hover {
    background: #787878; }

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

.hide-content {
  opacity: 0; }

ol.breadcrumbs {
  display: block;
  font-size: 0;
  text-align: left;
  overflow: visible;
  margin-bottom: 10px; }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem;
  font-size: 14px; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer; }
  .breadcrumb:not(:first-child):before {
    display: inline-block;
    margin: 0 0.25rem;
    transform: rotate(15deg);
    border-right: 0.1em solid #172532;
    height: 0.8em;
    content: ''; }

.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: right;
  display: inline-block;
  float: right;
  margin-bottom: 0; }
  .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-item {
    margin-left: 8px; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 700;
    color: #323232;
    padding: 0 20px; }
    .pagination-item .pagination-link:hover {
      color: #323232;
      background: whitesmoke; }
  .pagination-item.pagination-item--current {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 0.35714rem 0 0.78571rem;
    background: whitesmoke;
    margin: 0; }
  .pagination-item.pagination-item--previous, .pagination-item.pagination-item--next {
    font-size: 0; }
    .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
      color: #ff7000;
      min-width: 78px;
      background: whitesmoke;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px; }
      .pagination-item.pagination-item--previous > a .icon > svg, .pagination-item.pagination-item--next > a .icon > svg {
        fill: #ff7000;
        width: 100%;
        height: 100%; }
      .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
        color: #ff7000; }
        .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
          fill: #ff7000; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 40px;
  width: 50px; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #828282;
    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;
  border-radius: 0;
  padding: 12px 10px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  background: white;
  color: #323232;
  border: 1px solid #cccccc;
  text-decoration: none;
  border-radius: 40px;
  text-transform: capitalize; }
  @media (min-width: 381px) {
    .button {
      padding: 12px 15px; } }
  @media (min-width: 1025px) {
    .button {
      padding: 12px 25px; } }
  .button.button--large {
    padding: 16px 15px 16px 15px; }
    @media (min-width: 321px) {
      .button.button--large {
        font-size: 16px; } }
    @media (min-width: 1025px) {
      .button.button--large {
        padding: 16px 25px; } }
  .button.button--largest {
    padding: 16px 15px 16px 15px;
    font-weight: 700; }
    @media (min-width: 321px) {
      .button.button--largest {
        font-size: 16px; } }
    @media (min-width: 1025px) {
      .button.button--largest {
        padding: 21px 25px; } }
  .button:hover, .button:focus, .button:active {
    background: #fd6506;
    color: white;
    border-color: #fd6506;
    text-decoration: none; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 1025px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button--primary {
  background: #ff7000;
  color: white;
  border-color: #ff7000; }
  .button--primary:hover, .button--primary:focus, .button--primary:active {
    background: #e75915;
    color: white;
    border-color: #e75915; }

.button--checkout {
  background: #ff8c01;
  color: white;
  border-color: #ff8c01; }
  .button--checkout:hover, .button--checkout:focus, .button--checkout:active {
    background: #d67e17;
    color: white;
    border-color: #d67e17; }

.button[disabled], .button.disabled {
  background: #bababa;
  color: white;
  border-color: #bababa;
  pointer-events: none; }
  .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active, .button.disabled:hover, .button.disabled:focus, .button.disabled:active {
    background: #bababa;
    color: white;
    border-color: #bababa; }

.button--icon svg {
  fill: white; }

.tabs {
  border-bottom: none; }
  @media (max-width: 767px) {
    .tabs {
      display: none; } }

.tab {
  float: none; }
  @media (min-width: 768px) {
    .tab {
      float: left; }
      .tab.is-active {
        background-color: #ffffff; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: #828282;
  font-weight: bold; }
  @media (min-width: 768px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 768px) {
    .tab-title {
      padding: 15px 0 6px;
      margin: 0 30px 14px;
      border-bottom: 5px solid transparent; } }
  @media (max-width: 1024px) {
    .tab-title {
      font-size: 18px;
      margin-left: 20px;
      margin-right: 20px; } }
  .is-active .tab-title {
    border-bottom-color: #fdc525;
    color: #323232; }

.tab-content {
  padding: 40px 0; }
  .tab-content.has-jsContent {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden; }
    .tab-content.has-jsContent.is-active {
      height: auto;
      overflow: visible;
      padding: 1.5rem 0;
      visibility: visible; }
  @media (min-width: 551px) {
    .tab-content .productReview {
      width: 50%; } }
  @media (min-width: 1025px) {
    .tab-content .productReview {
      width: 33.33333%; } }
  @media (min-width: 1281px) {
    .tab-content .productReview {
      width: 50%; } }
  .tab-content .productReviews {
    border-top: 0; }
  .tab-content .icon-loading {
    display: block;
    margin: 20px auto; }
  .tab-content .tab-titleMobile {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 17px;
    padding-top: 16px;
    position: relative;
    text-decoration: none; }
    @media (min-width: 768px) {
      .tab-content .tab-titleMobile {
        display: none; } }
    .tab-content .tab-titleMobile:before {
      top: 50%;
      right: 4px;
      z-index: 2;
      content: "";
      width: 2px;
      height: 10px;
      position: absolute;
      transition: all .4s ease;
      transform: translateY(-50%);
      background-color: #000; }
    .tab-content .tab-titleMobile:after {
      top: 50%;
      right: 0;
      z-index: 2;
      content: "";
      width: 10px;
      height: 2px;
      position: absolute;
      transform: translateY(-50%);
      background-color: #000; }
    .tab-content .tab-titleMobile.is-active:before {
      transform: translateY(-50%) rotate(90deg); }
  @media (max-width: 767px) {
    .tab-content {
      display: block;
      padding: 0; }
      .tab-content .tabContent {
        display: none;
        padding: 1.5rem 0; } }

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

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

.accordion-title {
  cursor: pointer;
  color: #323232;
  display: inline-block;
  width: 100%;
  padding: 24px 35px 22px 0px;
  position: relative;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left; }
  .accordion-title:focus, .accordion-title:hover {
    color: #323232; }

.accordion-navigation {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 1rem; }

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

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

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

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 1025px) {
    .accordion--navList .accordion-content {
      padding: 0; } }
  .accordion--navList .accordion-content .toggleLink {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    color: #ff7000; }
    .accordion--navList .accordion-content .toggleLink span {
      background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.3) 4%);
      background-repeat: repeat-x;
      background-position-y: -1px; }
    .accordion--navList .accordion-content .toggleLink:hover {
      color: #ff7000; }
      .accordion--navList .accordion-content .toggleLink:hover span {
        background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.3) 4%); }

@media (min-width: 1025px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 18px !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: 400;
  font-size: 16px;
  padding: 1rem;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

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

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

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

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

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #323232; }
  @media (min-width: 1025px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #323232; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

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

.alertBox {
  border-radius: 4px;
  color: #202020;
  background-color: #e5e5e5; }

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

.alertBox--info {
  color: #31708f;
  background: #eaf3f8; }
  .alertBox--info svg {
    fill: #31708f; }
  .alertBox--info .alertBox-close svg {
    fill: #31708f; }

.alertBox--warning {
  color: #87724f;
  background: #fbf8e5;
  border-radius: 40px;
  min-height: 48px; }

.swal2-container {
  z-index: 10002; }

.alertBox-message {
  font-style: italic; }

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

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

.form-field {
  margin-bottom: 17px; }

.form-radio + .form-label {
  font-size: 16px;
  color: #323232;
  text-transform: none; }
  .form-radio + .form-label:last-child {
    display: block;
    margin-bottom: -0.28571rem; }
  .form-radio + .form-label::after {
    top: 0.35714rem;
    width: 1.07143rem;
    height: 1.07143rem;
    border-width: 2px;
    top: 4px; }
  .form-radio + .form-label::before {
    top: 0.21429rem;
    width: 1.21429rem;
    height: 1.21429rem; }

.form-checkbox + .form-label {
  width: auto;
  padding-left: 10px;
  display: inline; }
  .form-checkbox + .form-label::after {
    display: none; }
  .form-checkbox + .form-label:before {
    display: none; }

input[type="checkbox"] {
  width: 15px;
  height: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  margin-bottom: -3px; }
  input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 0; }
  input[type="checkbox"]:after {
    content: '';
    top: 3px;
    left: 3px;
    height: 6px;
    width: 9px;
    opacity: 0;
    position: absolute;
    border: 2px solid #8f8f8f;
    border-top: none;
    border-right: none;
    background-color: transparent;
    transform: rotate(-45deg);
    transition: all .1s; }
  input[type="checkbox"]:checked:before {
    background: #323232;
    border-color: #323232; }
  input[type="checkbox"]:checked:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    transform: scale(1.1) rotate(-45deg);
    border-color: #fff; }

.form-option-wrapper {
  position: relative;
  display: inline-block; }
  .form-option-wrapper .form-radio, .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

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

.form-label--alternate {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  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 15px center;
  background-size: 0.85714rem;
  font-size: 14px;
  height: 40px;
  line-height: 1.2rem;
  max-width: 20rem;
  padding: 10px 40px 10px 15px; }

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

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

.form-fileDescription {
  color: #757575;
  font-size: 16px; }

.form-field-group {
  border: 1px solid #dddddd;
  border-radius: 40px;
  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: 1281px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: rgba(80, 80, 80, 0.5); }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: rgba(80, 80, 80, 0.5); }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: rgba(80, 80, 80, 0.5); }

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

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

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

.form-increment {
  position: relative;
  display: inline-block; }
  .form-increment .button {
    margin: 0;
    padding: 0;
    border: none;
    width: 0.85714rem;
    height: 0.85714rem;
    position: absolute;
    right: 18px;
    background: transparent; }
    .form-increment .button:before {
      content: "";
      width: 1px;
      height: 1px;
      border: 4px solid transparent;
      position: absolute;
      left: 1px; }
    .form-increment .button[data-action="dec"] {
      bottom: 13px; }
      .form-increment .button[data-action="dec"]:before {
        border-top-color: #202020;
        bottom: 2px; }
    .form-increment .button[data-action="inc"] {
      top: 13px; }
      .form-increment .button[data-action="inc"]:before {
        border-bottom-color: #202020;
        top: 2px; }
    .form-increment .button .icon {
      opacity: 0; }

.form-input--incrementTotal {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  padding: 0 32px 0 15px;
  text-align: left;
  vertical-align: middle;
  width: 7.5rem;
  color: #323232;
  text-align: center; }
  .form-input--incrementTotal:disabled {
    background: rgba(245, 245, 245, 0.7); }
  .form-input--incrementTotal::-webkit-outer-spin-button, .form-input--incrementTotal::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.form-input,
select {
  font-size: 16px; }

.form-option {
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 10px;
  transition: all 0.15s ease; }
  .form-radio:checked + .form-option {
    position: relative;
    border: 1px solid #323232;
    -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2); }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 40px;
  line-height: 40px;
  min-width: 2.28571rem;
  padding: 0px 25px;
  text-align: center;
  color: #323232;
  border: 1px solid transparent;
  font-size: 16px; }

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

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

[data-product-attribute="set-rectangle"] .form-option {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #d8d8d8; }
  [data-product-attribute="set-rectangle"] .form-option.unavailable {
    border-color: #f5f5f5; }

[data-product-attribute="set-rectangle"] .form-option-variant {
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px; }

[data-product-attribute="swatch"] .form-option {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #cdcdcd; }
  .form-radio:checked + [data-product-attribute="swatch"] .form-option {
    position: relative;
    border: 1px solid #cdcdcd; }
    .form-radio:checked + [data-product-attribute="swatch"] .form-option:before {
      content: "";
      position: absolute;
      width: 14px;
      height: 8px;
      background: rgba(255, 255, 255, 0);
      top: calc(50% - 6px);
      left: calc(50% - 6px);
      border: 2px solid #fff;
      border-top: none;
      border-right: none;
      transform: scale(1) rotate(-45deg); }
  [data-product-attribute="swatch"] .form-option.unavailable {
    opacity: 1; }
    [data-product-attribute="swatch"] .form-option.unavailable:before {
      background-color: #e10600;
      content: "";
      height: 0.5px;
      left: -8px;
      position: absolute;
      top: 15px;
      transform: rotate(-45deg);
      width: 150%;
      z-index: 3; }
    [data-product-attribute="swatch"] .form-option.unavailable.two-colors:before, [data-product-attribute="swatch"] .form-option.unavailable.three-colors:before {
      transform: rotate(0deg); }

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

[data-product-attribute="set-radio"] .form-label {
  margin-bottom: 12px; }
  [data-product-attribute="set-radio"] .form-label.form-label--alternate {
    margin-bottom: 12px; }

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

.form-input {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  height: 45px;
  max-width: 530px;
  padding: 10px 20px; }
  @media (min-width: 1025px) {
    .form-input {
      height: 50px; } }
  .form-input::-webkit-input-placeholder {
    opacity: 1; }
  .form-input::-moz-placeholder {
    opacity: 1; }
  .form-input:-ms-input-placeholder {
    opacity: 1 !important; }
  .form-input[type="email"] {
    text-transform: lowercase; }
    .form-input[type="email"]::-webkit-input-placeholder {
      text-transform: lowercase; }
    .form-input[type="email"]::-moz-placeholder {
      text-transform: lowercase; }
    .form-input[type="email"]:-ms-input-placeholder {
      text-transform: lowercase !important; }

textarea {
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-radius: 10px !important; }

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

@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: #f5f5f5;
    opacity: 1; }

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

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px; }
  @media (min-width: 551px) {
    .card {
      margin-bottom: 50px; } }
  @media (min-width: 1025px) {
    .card {
      margin-bottom: 27px; } }
  @media (min-width: 1025px) {
    .card:hover .card-compare {
      opacity: 1; } }
  @media (min-width: 1025px) {
    .card:hover .card-figcaption-bottom .wishlist {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 1025px) {
    .card:hover .card-img-hover > .card-image {
      opacity: 0;
      visibility: hidden; }
    .card:hover .card-img-hover .product-additional {
      opacity: 1;
      visibility: visible; } }

.homepage-layout-2.page-type-default .card {
  background: white;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 15px 6px; }
  @media (min-width: 321px) {
    .homepage-layout-2.page-type-default .card {
      padding: 15px 10px; } }
  @media (min-width: 551px) {
    .homepage-layout-2.page-type-default .card {
      padding: 20px 15px; } }
  @media (min-width: 1025px) {
    .homepage-layout-2.page-type-default .card {
      padding: 25px; } }

.card-figure {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  background: white; }
  .card-figure__link {
    display: block;
    position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-img-container {
  max-width: 210px;
  position: relative;
  margin: 0 auto; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .card-img-container img {
    transition: all .3s ease; }
  .card-img-container .product-additional {
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    margin-top: -1px; }
    @media (max-width: 1024px) {
      .card-img-container .product-additional {
        display: none; } }
    .card-img-container .product-additional img {
      display: inline-block;
      max-height: 100%; }

.card-figcaption {
  margin: 0;
  z-index: 4;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: auto; }
  .card-figcaption .card-figcaption-body {
    z-index: 1;
    width: auto; }

.card-figcaption-bottom {
  text-align: left;
  width: 100%;
  margin-top: 0; }
  .card-figcaption-bottom .card-figcaption-body {
    top: auto;
    transform: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%; }
    .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
      width: 100%;
      margin-top: 7px;
      max-width: 177px; }
      .card-figcaption-bottom .card-figcaption-body .card-figcaption-button.show-wishlist-mobile {
        width: calc(100% - 30px); }
        @media (min-width: 361px) {
          .card-figcaption-bottom .card-figcaption-body .card-figcaption-button.show-wishlist-mobile {
            width: calc(100% - 38px); } }
      @media (min-width: 1025px) {
        .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
          width: calc(100% - 55px); } }
    .card-figcaption-bottom .card-figcaption-body .wishlist {
      display: none;
      margin-top: 11px;
      margin-left: 10px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background: white; }
      @media (min-width: 551px) {
        .card-figcaption-bottom .card-figcaption-body .wishlist {
          width: 36px;
          height: 36px;
          margin-top: 7px; } }
      @media (min-width: 1025px) {
        .card-figcaption-bottom .card-figcaption-body .wishlist {
          width: 40px;
          height: 40px;
          margin-left: 15px; } }
      @media (max-width: 1024px) {
        .card-figcaption-bottom .card-figcaption-body .wishlist.show-mobile {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .card-figcaption-bottom .card-figcaption-body .wishlist svg {
        width: 18px;
        height: 15px;
        fill: #202020; }
        @media (min-width: 361px) {
          .card-figcaption-bottom .card-figcaption-body .wishlist svg {
            width: 20px;
            height: 17px; } }
        @media (min-width: 551px) {
          .card-figcaption-bottom .card-figcaption-body .wishlist svg {
            width: 22px;
            height: 20px; } }
      @media (min-width: 551px) {
        .card-figcaption-bottom .card-figcaption-body .wishlist:hover {
          background: #fd6506; } }
      .card-figcaption-bottom .card-figcaption-body .wishlist:hover svg {
        fill: #fd6506; }
        @media (min-width: 551px) {
          .card-figcaption-bottom .card-figcaption-body .wishlist:hover svg {
            fill: white; } }
      .card-figcaption-bottom .card-figcaption-body .wishlist.show-mobile {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
  .card-figcaption-bottom .card-compare {
    opacity: 0; }
    @media (max-width: 1024px) {
      .card-figcaption-bottom .card-compare {
        display: none; } }

@media (min-width: 1025px) {
  .card-compare {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 17px;
    margin-bottom: 0;
    position: relative; }
    .card-compare input {
      margin-right: 10px;
      border-color: rgba(50, 50, 50, 0.7);
      margin-bottom: 0; }
      .card-compare input + span {
        display: inline-block;
        margin-top: -1px;
        color: #323232; } }

.card-figcaption-body {
  width: 100%;
  display: inline-block;
  text-align: center; }

.card-figcaption-button {
  border-color: #ff7000;
  background: #ff7000;
  color: white;
  display: block;
  padding: 12px 10px; }
  @media (max-width: 320px) {
    .card-figcaption-button {
      font-size: 1rem; } }
  .card-figcaption-button.out_stock {
    background: whitesmoke;
    color: #505050;
    border-color: whitesmoke; }
    .card-figcaption-button.out_stock:hover, .card-figcaption-button.out_stock:active {
      background: whitesmoke;
      color: #505050;
      border-color: whitesmoke; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }
  .card-figcaption-button:hover, .card-figcaption-button:active {
    color: white;
    background-color: #e75915;
    border-color: #e75915; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: #e75915;
    outline: revert; }

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

.card-title {
  font-size: 16px;
  margin: 0 0 14px 0;
  line-height: 22px;
  font-weight: 400;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .card-title > a {
    color: #323232;
    white-space: normal; }
    .card-title > a.clamp {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      overflow: hidden;
      position: relative;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis; }
    .card-title > a:hover {
      color: #ff7000; }
      .card-title > a:hover span {
        background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.7) 4%);
        background-repeat: repeat-x;
        background-position-y: -2px; }

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

.card-desc {
  display: none; }

.card-body {
  text-align: left;
  padding-top: 17px; }
  .card-body .card-brand {
    font-size: 14px;
    color: #828282;
    margin-bottom: 8px; }
    .card-body .card-brand a {
      color: #828282; }

.card-price {
  margin-bottom: 7px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .card-price.hasCountDown {
    margin-bottom: -4px; }
  @media (max-width: 1024px) {
    .card-price {
      width: 100%; } }
  .card-price > p {
    margin-bottom: 0;
    font-size: 12px; }
  .card-price .price-section {
    font-size: 0px;
    letter-spacing: 0;
    display: inline-block; }
    .card-price .price-section .price {
      font-size: 16px;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 700; }
    .card-price .price-section .non-sale-price-label, .card-price .price-section .price-now-label {
      display: none !important; }
    .card-price .price-section.price-section--withoutTax, .card-price .price-section.price-section--withTax {
      color: #202020; }
      .card-price .price-section.price-section--withoutTax + .rrp-price--withoutTax, .card-price .price-section.price-section--withoutTax + .rrp-price--withTax, .card-price .price-section.price-section--withTax + .rrp-price--withoutTax, .card-price .price-section.price-section--withTax + .rrp-price--withTax {
        color: #505050;
        margin-left: 7px; }
    .card-price .price-section.sale-price, .card-price .price-section.retail-price {
      color: #e10600; }
      .card-price .price-section.sale-price .price, .card-price .price-section.retail-price .price {
        font-weight: 400; }
      .card-price .price-section.sale-price + .rrp-price--withoutTax, .card-price .price-section.sale-price + .rrp-price--withTax, .card-price .price-section.retail-price + .rrp-price--withoutTax, .card-price .price-section.retail-price + .rrp-price--withTax {
        margin-left: 7px; }
        .card-price .price-section.sale-price + .rrp-price--withoutTax .price, .card-price .price-section.sale-price + .rrp-price--withTax .price, .card-price .price-section.retail-price + .rrp-price--withoutTax .price, .card-price .price-section.retail-price + .rrp-price--withTax .price {
          font-weight: 400; }
    .card-price .price-section.rrp-price--withoutTax, .card-price .price-section.rrp-price--withTax {
      color: #505050; }
      .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax, .card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax, .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax, .card-price .price-section.rrp-price--withTax .non-sale-price--withTax {
        display: none !important; }
        .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price, .card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price, .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price, .card-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price {
          display: inline-block !important; }
          .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price.price-none, .card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price.price-none, .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price.price-none, .card-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price.price-none {
            display: none !important; }
    .card-price .price-section + .non-sale-price--withoutTax, .card-price .price-section + .non-sale-price--withTax {
      color: #505050;
      margin-left: 7px; }
      .card-price .price-section + .non-sale-price--withoutTax .price, .card-price .price-section + .non-sale-price--withTax .price {
        font-weight: 400; }
    .card-price .price-section.price-none + .price-section--withoutTax, .card-price .price-section.price-none + .price-section--withTax {
      color: #202020; }
    .card-price .price-section.price_range {
      color: #202020; }
    .card-price .price-section.price-section--saving {
      display: none !important; }

.card-rating {
  margin-bottom: 10px;
  width: 100%; }
  @media (min-width: 1025px) {
    .card-rating {
      margin-bottom: 7px;
      width: auto; } }
  .card-rating .rating--count {
    font-size: 12px;
    color: rgba(50, 50, 50, 0.6);
    margin-left: 6px;
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: middle; }
  .card-rating .rating--small {
    vertical-align: middle; }
    .card-rating .rating--small > span {
      font-size: 0; }
      .card-rating .rating--small > span .icon + .icon {
        margin-left: 5px; }

/* Product label */
.product-badge {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px 7px;
  min-width: 45px;
  height: 30px;
  line-height: 30px;
  z-index: 5;
  letter-spacing: .02em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 4px;
  font-size: 14px; }

.new-badge {
  color: #0a6cdc;
  background: #d2e7ff;
  border: 1px solid #d2e7ff; }
  .new-badge ~ .sale-badge {
    top: 35px; }
    .new-badge ~ .sale-badge ~ .soldout-badge {
      top: 70px; }
      .new-badge ~ .sale-badge ~ .soldout-badge ~ .custom-badge-1 {
        top: 105px; }
        .new-badge ~ .sale-badge ~ .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
          top: 140px; }
    .new-badge ~ .sale-badge ~ .custom-badge {
      top: 70px; }
      .new-badge ~ .sale-badge ~ .custom-badge ~ .custom-badge-2 {
        top: 105px; }
  .new-badge ~ .soldout-badge {
    top: 35px; }
    .new-badge ~ .soldout-badge ~ .custom-badge-1 {
      top: 70px; }
      .new-badge ~ .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
        top: 105px; }
  .new-badge ~ .custom-badge1 {
    top: 35px; }
    .new-badge ~ .custom-badge1 ~ .custom-badge-2 {
      top: 70px; }
  .new-badge ~ .custom-badge2 {
    top: 35px; }

.sale-badge {
  color: #e10600;
  background: #ffd8d7;
  border: 1px solid #ffd8d7; }
  .sale-badge ~ .soldout-badge {
    top: 35px; }
    .sale-badge ~ .soldout-badge ~ .custom-badge-1 {
      top: 70px; }
      .sale-badge ~ .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
        top: 105px; }
  .sale-badge ~ .custom-badge-1 {
    top: 35px; }
    .sale-badge ~ .custom-badge-1 ~ .custom-badge-2 {
      top: 70px; }

.soldout-badge {
  color: #505050;
  background: #e7e7e7;
  border: 1px solid #e7e7e7; }
  .soldout-badge ~ .custom-badge-1 {
    top: 35px; }
    .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
      top: 70px; }

.custom-badge-1 {
  color: #43b200;
  background: #d7ffd2;
  border: 1px solid #d7ffd2; }
  .custom-badge-1 ~ .custom-badge-2 {
    top: 35px; }

.custom-badge-2 {
  color: #fd9427;
  background: #feedbd;
  border: 1px solid #feedbd; }

.card--alternate .card-figure .card-figcaption-body {
  display: none; }

.card .card-option {
  display: none;
  min-height: 30px; }
  .card .card-option:not(.card-optionMobile) {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; }
  .card .card-option.card-optionMobile {
    margin-bottom: 12px; }
    .card .card-option.card-optionMobile [data-product-attribute] {
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
  @media (max-width: 1024px) {
    .card .card-option.card-optionMobile {
      display: block; } }
  .card .card-option .form-field {
    margin-bottom: 0;
    box-shadow: none !important; }
  .card .card-option [data-product-attribute] {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0; }
    .card .card-option [data-product-attribute] .showmore {
      margin-left: 0;
      color: #323232;
      font-size: 12px;
      text-decoration: none; }
    .card .card-option [data-product-attribute] .form-option {
      min-width: auto;
      margin-bottom: 0;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
      .card .card-option [data-product-attribute] .form-option.form-option-swatch {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        padding: 0;
        border-color: transparent; }
        .card .card-option [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant--color, .card .card-option [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant--color {
          display: inline-block !important; }
          .card .card-option [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant--color span, .card .card-option [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant--color span {
            display: none; }
        .card .card-option [data-product-attribute] .form-option.form-option-swatch:hover, .card .card-option [data-product-attribute] .form-option.form-option-swatch.is-active {
          border-color: #cccccc; }
      .card .card-option [data-product-attribute] .form-option .form-option-variant {
        border: 4px solid #ffffff;
        background-size: 100%; }
      .card .card-option [data-product-attribute] .form-option .form-option-variant--color.White:after, .card .card-option [data-product-attribute] .form-option .form-option-variant--color.white:after, .card .card-option [data-product-attribute] .form-option .form-option-variant--color[title="White"]:after {
        content: '';
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
        border-radius: 50%;
        display: block; }
      .card .card-option [data-product-attribute] .form-option.unavailable:before {
        display: none; }
      .card .card-option [data-product-attribute] .form-option.unavailable .form-option-variant {
        opacity: 1; }
    .card .card-option [data-product-attribute] .form-radio:checked + .form-option {
      border-color: #e5e5e5; }
  .card .card-option .form-option-variant--color, .card .card-option .form-option-variant--pattern {
    width: 28px;
    height: 28px;
    min-width: 28px; }
  .card .card-option .form-option-swatch {
    height: 30px;
    width: 30px; }
    .card .card-option .form-option-swatch.has-pattern .form-option-expanded {
      display: none; }
    .card .card-option .form-option-swatch.is-active {
      border-color: #474747; }

.card .card-figure:hover .card-option {
  display: block; }
  @media (max-width: 1024px) {
    .card .card-figure:hover .card-option {
      display: none; } }

.navList-action {
  padding: 6px 0; }

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

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

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

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

.navBar--sub {
  margin-bottom: 3.35714rem; }
  .navBar--sub .navBar-section {
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow-x: auto;
    background-color: #ffffff;
    position: relative;
    z-index: 1; }
  .navBar--sub .navBar-item {
    float: none;
    display: inline-block;
    text-align: center;
    color: #323232;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #fdc525;
    width: calc(100% + 1px);
    margin-left: -1px; }
    .navBar--sub .navBar-item:first-child {
      width: 100%;
      margin-left: 0; }
    .navBar--sub .navBar-item .navBar-action-color--active {
      background: #ffffff;
      display: inline-block;
      width: 100%;
      position: relative;
      color: #323232; }
      .navBar--sub .navBar-item .navBar-action-color--active:before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 0;
        height: 3px;
        width: calc(100% + 2px);
        background: #323232;
        z-index: 1; }
    .navBar--sub .navBar-item > a {
      padding: 13px 10px 12px 10px; }
    .navBar--sub .navBar-item .num {
      background: #323232;
      color: #ffffff;
      font-size: 12px;
      font-weight: 400;
      height: 23px;
      line-height: 23px;
      text-align: center;
      width: 23px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      display: inline-block;
      margin-left: 8px; }
  .navBar--sub .navBar-action {
    color: #323232;
    display: inline-block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative; }
    .navBar--sub .navBar-action .toggleLink-text {
      font-size: 14px;
      font-weight: 500; }
    .navBar--sub .navBar-action:hover {
      color: #323232;
      background: #ffffff; }
      .navBar--sub .navBar-action:hover:before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 0;
        height: 3px;
        width: calc(100% + 2px);
        background: #323232;
        z-index: 1; }
  .navBar--sub.navBar--account .navBar-item {
    float: none;
    display: inline-block;
    text-align: center;
    color: #323232;
    white-space: nowrap;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 40px;
    width: calc(100% + 1px);
    margin-right: 10px;
    transition: all 0.15s ease;
    padding: 13px 10px 12px 10px; }
    .navBar--sub.navBar--account .navBar-item:last-child {
      margin-right: 0; }
    .navBar--sub.navBar--account .navBar-item > a {
      padding: 0; }
    @media (min-width: 1025px) {
      .navBar--sub.navBar--account .navBar-item:hover {
        border: 1px solid #000000;
        background-color: #ffffff; }
        .navBar--sub.navBar--account .navBar-item:hover .navBar-action {
          color: #000000; } }
  .navBar--sub.navBar--account .navBar-action {
    color: #505050; }
    .navBar--sub.navBar--account .navBar-action:hover {
      color: #323232;
      background: #ffffff; }
      .navBar--sub.navBar--account .navBar-action:hover:before {
        height: 0; }

.account-navigation .navBar-item.is-active {
  padding: 13px 10px 12px 10px;
  position: relative; }
  .account-navigation .navBar-item.is-active:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 3px;
    width: calc(100% + 2px);
    background: #323232;
    z-index: 1; }
  .account-navigation .navBar-item.is-active > a {
    padding: 0; }
    .account-navigation .navBar-item.is-active > a:hover:before {
      display: none; }

.navBar--account .navBar-item.is-active {
  padding: 13px 10px 12px 10px;
  position: relative;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 40px; }
  .navBar--account .navBar-item.is-active > a {
    padding: 0; }
    .navBar--account .navBar-item.is-active > a:hover:before {
      display: none; }

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

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

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

.actionBar-section .form-field {
  margin-bottom: 0;
  font-size: 0; }

.actionBar-section .form-label {
  color: #323232;
  font-size: 14px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  font-weight: 400;
  margin-right: 15px;
  display: none; }
  @media (min-width: 551px) {
    .actionBar-section .form-label {
      display: inline-block; } }

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

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

.actionBar-section .form-select {
  color: #323232;
  height: 40px; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #cccccc;
  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: 1025px) {
    .navUser {
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #555555;
    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 #555555 transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

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

.navUser-action {
  color: white;
  font-weight: 500;
  padding: 0 20px;
  text-decoration: none; }
  .navUser-action:hover, .navUser-action.is-open, .navUser-action:focus, .navUser-action:active {
    color: white; }
    .navUser-action:hover svg, .navUser-action.is-open svg, .navUser-action:focus svg, .navUser-action:active svg {
      fill: white;
      stroke: white; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.35714rem; }
      @media (min-width: 1025px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.42857rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.57143rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.92857rem; } }

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

.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: white;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

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

.dropdown--quickSearch {
  width: 100%;
  max-width: 638px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1199px) {
    .dropdown--quickSearch {
      max-width: 100%; }
      .dropdown--quickSearch .form-field .form-input {
        max-width: 100%; } }
  .dropdown--quickSearch #search_category {
    width: 80px;
    min-width: 78px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    background: whitesmoke;
    border-radius: 40px 0 0 40px;
    transition: all 0.3s ease; }
    .dropdown--quickSearch #search_category .select_category {
      z-index: 2;
      height: 100%;
      line-height: 16px;
      border: none;
      cursor: pointer;
      position: relative;
      appearance: none;
      -webkit-appearance: none;
      padding: 15px 15px 15px 17px;
      background-color: transparent;
      color: gray;
      font-size: 16px; }
      .dropdown--quickSearch #search_category .select_category::-ms-expand {
        display: none; }
    .dropdown--quickSearch #search_category .icon {
      top: 50%;
      right: 20px;
      height: 0.71429rem;
      width: 0.71429rem;
      position: absolute;
      fill: gray;
      stroke: gray;
      transform: translateY(-50%); }
  .dropdown--quickSearch .form {
    margin: auto; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-field {
    background-color: white;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    border-radius: 40px; }
  .dropdown--quickSearch .form-input {
    font-size: 16px;
    height: unset;
    background: none;
    border: none;
    border-radius: 0; }
    .dropdown--quickSearch .form-input::-webkit-input-placeholder {
      color: gray;
      opacity: 1; }
    .dropdown--quickSearch .form-input::-moz-placeholder {
      color: gray;
      opacity: 1; }
    .dropdown--quickSearch .form-input:-ms-input-placeholder {
      color: gray;
      opacity: 1; }
    .dropdown--quickSearch .form-input:-moz-placeholder {
      color: gray;
      opacity: 1; }
  .dropdown--quickSearch button {
    margin-right: 8px; }
    .dropdown--quickSearch button svg {
      width: 28px;
      height: 26px;
      fill: #ff7000; }

.countPill {
  background-color: white;
  border-radius: 50%;
  color: #fd6506;
  font-size: 12px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 22px;
  position: absolute;
  top: -7px;
  right: -6px; }

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

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

.navPage-childList {
  border-left: 1px solid;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

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

.navPages-container {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  z-index: 10; }
  @media (min-width: 1025px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 50px;
    z-index: 0; }

.navPages {
  height: 100%; }
  @media (min-width: 1025px) {
    .navPages {
      font-size: 0;
      padding: 0; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0; }

.navPages-list {
  margin: 0;
  width: 100%; }
  @media (min-width: 1025px) {
    .navPages-list {
      display: inline-block;
      float: none;
      margin: 11px 0 0 0; } }
  .navPages-list + .navPages-list {
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }
  .navPages-list .navPages-action {
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    background-color: transparent;
    color: #323232;
    text-align: left;
    border-bottom: none;
    padding: 10px 20px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
    border-top: none; }
    @media (min-width: 1025px) {
      .navPages-list .navPages-action {
        color: #202020; } }
    .navPages-list .navPages-action:not(.navPages-action-end) .text {
      pointer-events: none; }
  .navPages-list .navPages-item {
    margin-right: 0;
    position: relative;
    vertical-align: top;
    display: inline-block; }
    @media (min-width: 1025px) {
      .navPages-list .navPages-item {
        margin-right: 32px; } }
    @media (min-width: 1281px) {
      .navPages-list .navPages-item {
        margin-right: 40px; } }
    .navPages-list .navPages-item > .navPages-action {
      font-size: 16px;
      font-weight: 500;
      color: #323232;
      text-align: left;
      padding: 6px 0px 17px 0px;
      position: relative; }
      @media (min-width: 1025px) {
        .navPages-list .navPages-item > .navPages-action {
          color: #323232; } }
      .navPages-list .navPages-item > .navPages-action .text {
        color: inherit; }
      .navPages-list .navPages-item > .navPages-action:hover {
        color: #ff7000; }
      @media (min-width: 1025px) {
        .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon {
          display: none; } }
    @media (min-width: 1025px) {
      .navPages-list .navPages-item:first-child > .navPages-action {
        padding-left: 0; } }
    .navPages-list .navPages-item.navPages-item-custom {
      position: relative;
      margin-right: 0; }
      .navPages-list .navPages-item.navPages-item-custom > .navPages-action {
        font-size: 20px;
        margin-top: -3px;
        padding-bottom: 20px; }
      .navPages-list .navPages-item.navPages-item-custom .navPages-label {
        right: 12px;
        top: -9px; }
      .navPages-list .navPages-item.navPages-item-custom.hide {
        display: none; }
      @media (min-width: 1025px) {
        .navPages-list .navPages-item.navPages-item-custom > .navPages-action .text {
          letter-spacing: .15em;
          font-weight: "DM Sans", Arial, Helvetica, sans-serif; }
          .navPages-list .navPages-item.navPages-item-custom > .navPages-action .text:after {
            height: 28px;
            bottom: -30px;
            width: 200%;
            left: -50%; }
        .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu-level1 {
          overflow: unset; }
        .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu {
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%); }
          .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li {
            width: 100%;
            position: relative; }
            .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li:nth-child(3) {
              border-top-left-radius: 4px;
              border-top-right-radius: 4px; }
            .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li:last-child {
              border-bottom-left-radius: 4px;
              border-bottom-right-radius: 4px; }
            .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li .navPages-action {
              font-size: 16px;
              font-weight: 400;
              padding: 10px 20px;
              text-transform: capitalize;
              color: #505050;
              position: relative; }
              .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li .navPages-action:hover {
                color: #cccccc; }
                .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li .navPages-action:hover span {
                  background-image: linear-gradient(transparent 96%, rgba(204, 204, 204, 0.7) 4%);
                  background-repeat: repeat-x;
                  background-position-y: -2px; }
            .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li:hover > .navPages-action {
              color: #cccccc; }
            .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li .navPage-subMenu-list li:nth-child(3) {
              border-top-left-radius: 4px;
              border-top-right-radius: 4px; }
          .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list.navPage-subMenu-list-level1 .navPage-subMenu-item-child > p {
            margin-bottom: 0; }
          .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list.navPage-subMenu-list-level1 li .navPage-subMenu {
            display: none;
            position: absolute;
            left: calc(100% - 10px);
            top: 0;
            -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1); }
          .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list.navPage-subMenu-list-level1 li:hover {
            background: #fd6506; }
            .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list.navPage-subMenu-list-level1 li:hover > .navPage-subMenu {
              display: block;
              z-index: 1; }
          .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list-level1 > .navPages-item:hover > .navPages-action {
            color: #cccccc; }
            .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list-level1 > .navPages-item:hover > .navPages-action > span {
              background-image: linear-gradient(transparent 96%, rgba(204, 204, 204, 0.7) 4%);
              background-repeat: repeat-x;
              background-position-y: -2px; }
          .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list-level1 .navPage-subMenu-level1 .navPage-subMenu {
            display: none; }
          .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .hasMegamenu > .navPage-subMenu {
            padding-top: 0;
            display: none; } }

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea {
  max-width: 100% !important;
  display: inline-block; }
  #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea {
    width: 100%;
    background: none;
    padding: 0; }
    #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft {
      margin: 0; }
      #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft .navPage-megamenu {
        padding-right: 50px;
        margin: 0; }
        #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft .navPage-megamenu > a {
          padding: 10px 15px;
          display: inline-block;
          color: #505050;
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-weight: 400;
          text-transform: capitalize; }
        #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft .navPage-megamenu + .navPage-megamenu {
          border-top: 1px solid; }
        #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft .navPage-megamenu:hover > a {
          color: #cccccc; }
  #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea .navPage-subMenu-list {
    width: 100% !important;
    column-count: unset !important;
    -webkit-column-count: unset !important;
    -moz-column-count: unset !important;
    margin: 0;
    padding: 0; }
    #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea .navPage-subMenu-list .navPage-subMenu-item-child {
      margin: 0;
      overflow: unset;
      position: relative; }
      #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action {
        text-transform: capitalize;
        font-weight: 400;
        padding: 9px 20px 9px 20px; }

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .imageArea {
  display: none; }

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

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

.navPages-action {
  color: #202020;
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #202020;
    stroke: #202020; }
  @media (min-width: 1025px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: white; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #202020; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #202020;
      stroke: #202020; }
  .navPages-action svg {
    fill: #202020;
    stroke: #202020;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 1025px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list .navPages-action-moreIcon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: 0 1.5rem; }
    @media (min-width: 1025px) {
      .navPages-list .navPages-action-moreIcon {
        height: 1rem;
        width: 1rem;
        transform: rotate(-90deg);
        margin: 0 0 0 15px;
        float: right; }
        .navPages-list .navPages-action-moreIcon svg {
          height: 0.71429rem;
          width: 0.71429rem;
          fill: rgba(32, 32, 32, 0.3);
          stroke: rgba(32, 32, 32, 0.3); } }

.navPage-childList {
  display: none; }
  @media (min-width: 1025px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 1025px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0;
  z-index: 3; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      background-color: white;
      position: absolute;
      text-align: left;
      min-width: 170px;
      border-radius: 4px;
      -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1); }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

@media (min-width: 1025px) {
  .navPage-subMenu-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left; }
    .navPage-subMenu-item .navPages-action {
      text-transform: none;
      width: 100%; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      margin-bottom: 1.14286rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%;
  position: relative; }
  @media (min-width: 1025px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      width: 100%;
      color: #505050; }
      .navPage-subMenu-item-child .navPage-subMenu-action:hover,
      .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
        color: #cccccc; }
        .navPage-subMenu-item-child .navPage-subMenu-action:hover span,
        .navPage-subMenu-item-parent .navPage-subMenu-action:hover span {
          background-image: linear-gradient(transparent 96%, rgba(204, 204, 204, 0.7) 4%);
          background-repeat: repeat-x;
          background-position-y: -2px; }
    .navPage-subMenu-item-child:hover,
    .navPage-subMenu-item-parent:hover {
      background: #fd6506; }
      .navPage-subMenu-item-child:hover > .navPage-subMenu,
      .navPage-subMenu-item-parent:hover > .navPage-subMenu {
        display: block;
        left: calc(100% - 10px);
        top: 0;
        box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
        -webkit-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
        -moz-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
        -ms-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0; }
    .navPage-subMenu-item-child:nth-child(3),
    .navPage-subMenu-item-parent:nth-child(3) {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .navPage-subMenu-item-child:last-child,
    .navPage-subMenu-item-parent:last-child {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; } }

.navPage-subMenu-action .collapsible-icon-wrapper {
  height: 100%;
  width: 100%;
  box-sizing: content-box;
  padding: 0.78571rem 0;
  display: inline-block;
  text-align: right; }
  @media (min-width: 1025px) {
    .navPage-subMenu-action .collapsible-icon-wrapper {
      display: none; } }

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

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

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

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

.navPages-list-megamenu .navPages-item > .navPages-action {
  border-bottom: none; }

.navPages-list-megamenu .navPages-item.has-megamenu {
  position: static; }

.navPages-list-megamenu .navPages-item.has-dropdown {
  position: relative; }
  .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu {
    width: 12.14286rem;
    left: 100%;
    margin-left: -10px;
    background: white; }
    .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child {
      padding: 0; }
      .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action {
        padding: 10px 20px;
        position: relative;
        color: #505050; }
        .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action .text {
          color: inherit; }
        .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action.has-subMenu {
          padding: 8px 20px 8px 0; }
        .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action:hover {
          color: #cccccc; }
          .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action:hover > .text {
            background-image: linear-gradient(transparent 96%, rgba(204, 204, 204, 0.7) 4%);
            background-repeat: repeat-x;
            background-position-y: -2px; }
          .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action:hover .navPages-action-moreIcon {
            color: #cccccc; }
    .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu {
      top: -1px;
      left: 100%;
      position: absolute; }
  .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max.is-root + .navPage-subMenu {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }

.navPages-list-megamenu .navPages-item > .navPage-subMenu {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

@media (min-width: 1025px) {
  .navPages-list-megamenu .has-megamenu > .navPage-subMenu {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh;
    width: 100%;
    transition-property: transform, opacity, visibility;
    position: absolute;
    left: 0;
    top: auto;
    display: none; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .navPages-list-megamenu .has-megamenu > .navPage-subMenu {
      scrollbar-color: #787878 #fafafa;
      scrollbar-width: thin !important; }
      .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar {
        background-color: #fafafa;
        -webkit-appearance: none;
        width: 10px; }
      .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar-thumb {
        background-color: #787878; }
      .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar-track {
        background: #fafafa; }
      .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar-thumb:hover {
        background: #787878; } }

@media (min-width: 1025px) {
  .navPages-list-megamenu .has-megamenu:hover > .navPage-subMenu {
    display: block; } }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list {
  margin: 0;
  float: none;
  font-size: 0;
  list-style: none; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list > li {
    width: 100%;
    background-color: transparent;
    overflow: hidden; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .has-megamenu .navPage-subMenu-list > li {
        overflow: hidden; } }
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list > li .navPage-subMenu-list {
      padding: 0;
      margin-bottom: 25px; }
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list > li > .navPage-subMenu-action {
      padding: 7px 15px; }
      .navPages-list-megamenu .has-megamenu .navPage-subMenu-list > li > .navPage-subMenu-action .text {
        position: relative;
        color: inherit; }
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list > li[data-level="3"] {
      overflow: visible; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    transform: unset;
    width: 100%;
    margin: 0;
    box-shadow: unset;
    background-color: transparent;
    display: inline-block; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
    transition: transform ease .3s;
    display: block;
    line-height: 22px;
    color: #505050; }
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .navPages-action-moreIcon {
      display: none; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .has-megamenu .megamenu-product-list {
      padding: 38px 0 0 0;
      width: 66.66%; } }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-info {
    font-size: 1rem;
    width: 100%; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-info {
        width: 25%;
        padding-right: 30px; } }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 0 10px 0;
    margin-top: -3px;
    color: #202020; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .desc {
    font-size: 16px;
    margin-bottom: 15px; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .desc {
        margin-bottom: 22px; } }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .view-all {
    color: #cccccc;
    background-image: linear-gradient(transparent 96%, #cccccc 4%);
    background-repeat: repeat-x;
    background-position-y: -1px;
    font-size: 16px;
    font-weight: 500; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 14px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper .megamenu-title {
      padding-bottom: 0; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper .megamenu-title.has-view-all {
        padding-right: 15px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper .view-all {
      font-size: 14px;
      max-width: 50%;
      position: relative;
      top: auto;
      right: auto;
      margin-bottom: 8px; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-title {
    font-size: 14px;
    color: #202020; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-price {
    margin-bottom: 0px; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card_optionImage {
    display: block; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card_optionImage .form-field {
      margin-top: 11px;
      margin-bottom: 9px; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-figcaption-bottom {
    margin-top: 8px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
      max-width: 177px; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 {
    position: relative; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2:not(.slick-initialized) > div:nth-child(n+2) {
      display: none; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .loadingOverlay {
      min-height: 180px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .item {
      margin-top: 0 !important; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-img-container {
      max-width: 120px; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-img-container img {
        object-fit: contain; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action {
      background: transparent !important;
      border: 0;
      padding: 0 0 0 17px;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      text-transform: uppercase;
      color: #323232;
      width: 100%;
      text-align: center;
      transition: unset; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span {
        position: relative; }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:before, .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:after {
          content: "";
          position: absolute;
          display: block;
          line-height: 22px;
          background-color: white; }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:before {
          top: 9px;
          right: calc(100% + 7px);
          width: 10px;
          height: 1px; }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:after {
          top: 50%;
          right: calc(100% + 12px);
          width: 1px;
          height: 10px;
          transform: translateY(-50%); }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow {
      fill: #202020;
      top: 50px;
      transform: none; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow:before {
        width: 14px;
        height: 14px; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow.slick-prev {
        left: 0; }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow.slick-prev:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow.slick-next {
        right: 0; }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow.slick-next:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands {
    font-size: 0; }
    @media (max-width: 1024px) {
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands {
        margin-left: -7px;
        margin-right: -7px; } }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image {
      margin-bottom: 15px;
      display: inline-block; }
      @media (max-width: 1024px) {
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image {
          width: 50%;
          padding-left: 7px;
          padding-right: 7px; } }

.navPages-list-megamenu .has-megamenu .megamenu-custom-list {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 11px 20px 10px 20px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .has-megamenu .megamenu-custom-list {
      padding: 11px 0 10px 0; } }

.navPages-list-megamenu .has-megamenu .card {
  background: white;
  margin-bottom: 0; }
  .navPages-list-megamenu .has-megamenu .card .card-figure {
    background: white; }

@media (min-width: 1025px) {
  .navPages-list-megamenu .cateArea {
    background: #fd6506; } }

@media (min-width: 1025px) {
  .navPages-list-megamenu .cateArea > .container > .navPage-subMenu-list {
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 1025px) {
  .navPages-list-megamenu .cateArea > .container > .navPage-subMenu-list > .navPage-subMenu-item-child {
    padding-bottom: 23px !important; } }

@media (min-width: 1025px) {
  .navPages-list-megamenu .cateArea.columns-3 .navPage-subMenu-list-level1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-3 .navPage-subMenu-list-level1 > li {
      flex: 0 0 33.333333%; }
  .navPages-list-megamenu .cateArea.columns-4 .navPage-subMenu-list-level1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-4 .navPage-subMenu-list-level1 > li {
      flex: 0 0 25%; }
  .navPages-list-megamenu .cateArea.columns-5 .navPage-subMenu-list-level1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-5 .navPage-subMenu-list-level1 > li {
      flex: 0 0 20%; }
  .navPages-list-megamenu .cateArea.columns-6 .navPage-subMenu-list-level1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-6 .navPage-subMenu-list-level1 > li {
      flex: 0 0 16.6666%; } }

.navPages-list-megamenu .cateArea .navPage-subMenu-list-level1 > .navPage-subMenu-item-child > .navPage-subMenu-action {
  font-weight: 700;
  color: #202020;
  padding-left: 15px;
  font-size: 16px; }

.navPages-list-megamenu .cateArea .navPage-subMenu-list-level1 > .navPage-subMenu-item-child:hover > .navPage-subMenu-action {
  color: #202020; }
  .navPages-list-megamenu .cateArea .navPage-subMenu-list-level1 > .navPage-subMenu-item-child:hover > .navPage-subMenu-action:hover {
    color: #202020; }
  .navPages-list-megamenu .cateArea .navPage-subMenu-list-level1 > .navPage-subMenu-item-child:hover > .navPage-subMenu-action > .text {
    background-image: none; }

.navPages-list-megamenu .imageArea {
  padding: 20px 0 20px 0; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .imageArea {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      padding: 0 0 40px 0px; } }
  .navPages-list-megamenu .imageArea .image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center; }
  .navPages-list-megamenu .imageArea img.lazyload, .navPages-list-megamenu .imageArea img.lazyloading {
    width: 60px;
    height: 60px;
    margin: auto;
    object-fit: contain; }

.navPages-list-megamenu .style-1 .imageAreaInner {
  width: 100%;
  display: block; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-1 .imageAreaInner {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider {
    display: block;
    position: relative; }
    .navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider:not(.slick-initialized) > div:nth-child(n+2) {
      display: none; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider {
        width: 75%;
        min-width: 75%;
        padding-bottom: 18px; }
        .navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider .item .card {
          padding-left: 15px;
          padding-right: 15px; } }
    .navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider .slick-dots li {
      margin-top: 18px; }
    @media (max-width: 1024px) {
      .navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider .slick-dots {
        margin-bottom: 10px; } }

.navPages-list-megamenu .style-1 .megamenu-right-item {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-1 .megamenu-right-item {
      width: 33.33%;
      padding-top: 38px; } }
  .navPages-list-megamenu .style-1 .megamenu-right-item .image {
    display: block; }
    .navPages-list-megamenu .style-1 .megamenu-right-item .image img {
      width: 100%; }
  .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper {
    font-size: 14px;
    margin-top: 14px; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper .text {
      color: #202020;
      display: inline-block;
      width: 100%;
      margin-top: 2px;
      margin-bottom: 12px; }
      @media (min-width: 1025px) {
        .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper .text {
          max-width: 265px;
          padding-right: 15px; } }
    .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper .link {
      color: #cccccc;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      display: inline-block;
      white-space: nowrap;
      background-image: linear-gradient(transparent 96%, rgba(204, 204, 204, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: -2px; }

@media (min-width: 1025px) {
  .navPages-list-megamenu .style-1 .megamenu-product-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

.navPages-list-megamenu .style-2 .imageAreaInner {
  display: block; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-2 .imageAreaInner {
      width: 100%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }

.navPages-list-megamenu .style-2 .megamenu-left-item {
  display: inline-block;
  font-size: 0;
  width: 100%; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-2 .megamenu-left-item {
      width: 66.66%;
      padding-top: 38px;
      padding-right: 30px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }
  .navPages-list-megamenu .style-2 .megamenu-left-item .item {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-2 .megamenu-left-item .item {
        width: 50%;
        padding: 0 15px; } }
    .navPages-list-megamenu .style-2 .megamenu-left-item .item:first-child {
      padding-left: 0; }
    .navPages-list-megamenu .style-2 .megamenu-left-item .item:last-child {
      padding-right: 0; }
    .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-left, .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right {
      width: 50%;
      display: inline-block; }
    .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right {
      padding-left: 15px; }
      @media (min-width: 1025px) {
        .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right {
          padding-left: 30px; } }
      .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner * {
        display: inline-block;
        width: 100%;
        font-size: 16px; }
      .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner h3 {
        margin-top: 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 6px;
        margin-top: -8px; }
        @media (min-width: 1025px) {
          .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner h3 {
            margin-bottom: 8px;
            font-size: 20px;
            line-height: 28px; } }
      .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner p {
        margin-bottom: 15px; }
        @media (min-width: 1025px) {
          .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner p {
            margin-bottom: 27px; } }
      .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner .button {
        width: auto;
        min-width: 105px; }

.navPages-list-megamenu .style-2 .megamenu-brands {
  padding-top: 32px;
  font-size: 16px; }
  .navPages-list-megamenu .style-2 .megamenu-brands h3 {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-top: 0; }
  .navPages-list-megamenu .style-2 .megamenu-brands .megamenu-brands-inner {
    font-size: 16px; }
    .navPages-list-megamenu .style-2 .megamenu-brands .megamenu-brands-inner .brand-item {
      padding: 5px 0; }
  .navPages-list-megamenu .style-2 .megamenu-brands .view-all {
    color: #cccccc;
    background-image: linear-gradient(transparent 96%, #cccccc 4%);
    background-repeat: repeat-x;
    background-position-y: -2px; }
    .navPages-list-megamenu .style-2 .megamenu-brands .view-all:focus {
      color: stenCilColor("navPages-level-2-color-hover"); }

.navPages-list-megamenu .style-3 .navPage-subMenu .container {
  position: relative;
  z-index: 1; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .navPage-subMenu .container {
      display: flex; }
      .navPages-list-megamenu .style-3 .navPage-subMenu .container:before {
        content: "";
        position: absolute;
        right: calc(100% - 15px);
        top: 0;
        width: 50%;
        height: 100%;
        background: #fd6506; } }

.navPages-list-megamenu .style-3:hover > .navPage-subMenu {
  display: block; }

.navPages-list-megamenu .style-3 .cateArea {
  display: block; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .cateArea {
      padding-right: 30px;
      padding-top: 28px; } }
  .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list {
    font-size: 0;
    letter-spacing: 0;
    width: auto; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 18px !important; } }
    .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list > li {
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 1025px) {
        .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list > li {
          padding-left: 15px !important;
          padding-right: 15px !important; } }
      .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list > li.navPage-subMenu-title {
        display: none; }
      .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list > li.navPage-subMenu-all {
        display: none; }
    .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list .navPage-subMenu-action {
      padding-left: 0; }
    .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list .navPage-subMenu-item-child {
      padding-left: 0;
      padding-right: 0; }
      .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list .navPage-subMenu-item-child.is-open {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list .navPage-subMenu-item-child.is-open .image {
          display: block; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .cateArea.columns-3 > .navPage-subMenu-list > li {
      width: 33.333333%; }
    .navPages-list-megamenu .style-3 .cateArea.columns-4 > .navPage-subMenu-list > li {
      width: 25%; }
    .navPages-list-megamenu .style-3 .cateArea.columns-5 > .navPage-subMenu-list > li {
      width: 20%; } }

.navPages-list-megamenu .style-3 .imageArea {
  background: white;
  padding-left: 20px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .imageArea {
      padding-left: 30px; } }
  .navPages-list-megamenu .style-3 .imageArea .megamenu-product-list .megamenu-title {
    width: 100%; }

.navPages-list-megamenu .style-3 .image {
  display: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 15px 0 15px 0; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .image {
      margin: 38px 0 14px 0;
      display: block; } }
  .navPages-list-megamenu .style-3 .image img.lazyload, .navPages-list-megamenu .style-3 .image img.lazyloading {
    width: 60px;
    height: 60px;
    margin: auto;
    object-fit: contain; }

.navPages-list-megamenu .style-3 .megamenu-product-list {
  width: 100%;
  padding-top: 5px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .megamenu-product-list {
      width: 200px;
      padding-top: 36px; } }

.navPages-list-megamenu .style-3 .megamenu-right-item {
  padding-left: 30px; }

@media (max-width: 1024px) {
  .navPages-list-megamenu .style-4.is-open > .navPage-subMenu {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }

.navPages-list-megamenu .style-4 .itemArea {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-4 .itemArea {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-4 .itemArea .megamenu-right-item {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin: 0 -15px; } }
  .navPages-list-megamenu .style-4 .itemArea .megamenu-right-item .item {
    width: 100%; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-4 .itemArea .megamenu-right-item .item {
        width: 25%;
        padding: 0 15px; } }
  .navPages-list-megamenu .style-4 .itemArea .image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .navPages-list-megamenu .style-4 .itemArea .image img {
      text-align: center; }
      .navPages-list-megamenu .style-4 .itemArea .image img.lazyload, .navPages-list-megamenu .style-4 .itemArea .image img.lazyloading {
        width: auto;
        height: auto;
        margin: auto;
        object-fit: contain; }

.navPages-list-megamenu .navPages-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 0 15px;
  padding: 0px 7px;
  line-height: 20px;
  height: 20px; }
  .navPages-list-megamenu .navPages-label.sale-label {
    color: white;
    background-color: #e52f69; }
  .navPages-list-megamenu .navPages-label.new-label {
    color: white;
    background-color: #3dc781; }
  .navPages-list-megamenu .navPages-label.hot-label {
    color: white;
    background-color: #ff750f; }
  @media (max-width: 1199px) {
    .navPages-list-megamenu .navPages-label {
      display: none; } }

@media (min-width: 1025px) {
  .navPages-list-megamenu.navPages-list-megamenu-2 {
    margin-top: 0; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item {
      margin-right: 0;
      display: block; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item .navPages-action-moreIcon {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 10px;
        margin: 0;
        font-size: 0;
        background: none; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPages-action {
        padding: 9px 20px;
        font-size: 14px;
        font-weight: 400; }
        .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPages-action .text {
          position: relative; }
        .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPages-action.has-subMenu {
          padding-right: 40px; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item:hover {
        background: #fd6506; }
        .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item:hover > .navPages-action {
          color: white; }
          .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item:hover > .navPages-action .text {
            background: none; }
          .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item:hover > .navPages-action .navPages-action-moreIcon svg {
            fill: white;
            stroke: white; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item .navPage-subMenu {
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
        left: calc(100% + 10px);
        width: 260px; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu {
        top: 0; }
        .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list {
          list-style: none;
          margin-left: 0; }
          .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:hover {
            background: #fafafa; }
            .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:hover:before {
              content: "";
              position: absolute;
              right: -10px;
              top: 0;
              width: 10px;
              height: 100%;
              background: transparent; }
          .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-parent:last-child,
          .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:last-child {
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px; }
          .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-parent:nth-child(3),
          .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:nth-child(3) {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu {
        left: calc(100% + 10px);
        margin-left: 0; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item.has-dropdown .navPage-subMenu:before {
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        width: 10px;
        height: 100%;
        background: transparent; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu > .navPage-subMenu {
      top: 10px;
      height: 0;
      opacity: 0;
      transform: translateY(30px);
      -webkit-transform: translateY(30px);
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      display: block;
      width: calc(100vw - 315px);
      pointer-events: none; } }
    @media (min-width: 1025px) and (min-width: 1630px) {
      .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu > .navPage-subMenu {
        width: 1300px; } }

@media (min-width: 1025px) {
      .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu > .navPage-subMenu:before {
        display: none; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu > .navPage-subMenu .navPage-subMenu-list {
        list-style: none;
        margin-left: 0; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu:hover:before {
      content: "";
      position: absolute;
      right: -10px;
      top: 10px;
      width: 10px;
      height: 100%;
      background: transparent; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu:hover > .navPage-subMenu {
      height: auto;
      opacity: 1;
      z-index: 9;
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transition: transform 0.3s linear;
      -moz-transition: transform 0.3s linear;
      -ms-transition: transform 0.3s linear;
      -o-transition: transform 0.3s linear;
      transition: transform 0.3s linear;
      pointer-events: auto; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu:hover > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-list {
        margin-bottom: 10px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-dropdown .navPages-action-depth-max + .navPage-subMenu {
      width: 260px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .cateArea {
      background: #fafafa;
      -moz-border-radius: 8px 8px 0px 0px;
      -webkit-border-radius: 8px 8px 0px 0px;
      -ms-border-radius: 8px 8px 0px 0px;
      border-radius: 8px 8px 0px 0px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-label {
      position: relative;
      top: auto;
      right: auto;
      margin-left: 15px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list.vertical .megamenu-info {
      width: 33.33%;
      padding-right: 10px; } }
    @media (min-width: 1025px) and (min-width: 1281px) {
      .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list.vertical .megamenu-info {
        padding-right: 30px; } }

@media (min-width: 1025px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list.vertical .megamenu-slider {
      width: 66.66%;
      min-width: 66.66%; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list.vertical .megamenu-slider .card {
        padding-left: 10px;
        padding-right: 10px; } }
      @media (min-width: 1025px) and (min-width: 1281px) {
        .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list.vertical .megamenu-slider .card {
          padding-left: 15px;
          padding-right: 15px; } }

@media (min-width: 1025px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-right-item {
      padding-left: 5px; } }
    @media (min-width: 1025px) and (min-width: 1281px) {
      .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-right-item {
        padding-left: 0; } }
  @media (min-width: 1025px) and (min-width: 1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .cateArea .navPage-subMenu-list-level1 {
      padding-top: 20px;
      padding-bottom: 0; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .imageArea {
      padding-bottom: 30px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list {
      padding-top: 30px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-right-item {
      padding-top: 30px; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item {
      padding-right: 20px; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item .item {
      padding-right: 10px; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item .item + .item {
      padding-left: 10px; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item .item .item-right {
      padding-left: 15px; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item .item .item-right .item-right-inner h3 {
        margin-bottom: 3px; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item .item .item-right .item-right-inner p {
        margin-bottom: 12px; } }
  @media (min-width: 1025px) and (min-width: 1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .cateArea .navPage-subMenu-list-level1 {
      padding-top: 20px;
      padding-bottom: 0; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .imageArea {
      padding-bottom: 30px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item {
      padding-top: 30px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-brands {
      padding-top: 25px; } }

@media (min-width: 1025px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .navPage-subMenu .container {
      padding-left: 0;
      padding-right: 0; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .navPage-subMenu .container:before {
        display: none; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .cateArea {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .cateArea {
      padding-right: 15px; } }
  @media (min-width: 1025px) and (min-width: 1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .cateArea {
      padding-top: 20px; } }
  @media (min-width: 1025px) and (min-width: 1281px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .cateArea {
      padding-left: 15px; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .imageArea {
      padding-left: 15px; } }
  @media (min-width: 1025px) and (min-width: 1281px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .imageArea {
      padding-right: 30px !important; } }
  @media (min-width: 1025px) and (min-width: 1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .megamenu-product-list {
      padding-top: 30px; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .megamenu-right-item {
      padding-left: 15px; } }
  @media (min-width: 1025px) and (min-width: 1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .megamenu-right-item .image {
      margin-top: 30px; } }
  @media (min-width: 1025px) and (min-width: 1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-4 .cateArea .navPage-subMenu-list-level1 {
      padding-top: 20px;
      padding-bottom: 0; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-4 .itemArea {
      padding-top: 30px;
      padding-bottom: 30px; } }

@media (min-width: 1025px) {
  .navPages-list-megamenu .navPages-item:hover > .navPages-action .text {
    background-image: linear-gradient(transparent 96%, #ff7000 4%);
    background-repeat: repeat-x;
    background-position-y: -1px; }
  .navPages-list-megamenu .has-megamenu > .navPage-subMenu {
    border-radius: 0; }
  .navPages-list-megamenu .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action {
    color: #cccccc; }
    .navPages-list-megamenu .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action .text {
      background-image: linear-gradient(transparent 96%, rgba(204, 204, 204, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: -2px; }
  .navPages-list-megamenu .imageArea .animate-hvr:hover:after {
    height: 100%; }
  .navPages-list-megamenu .style-3 .navPage-subMenu-item-child:hover .image + .navPage-subMenu {
    pointer-events: auto; }
  .navPages-list-megamenu .style-3 .animate-hvr:hover:after {
    height: 100%; }
  .navPages-list-megamenu .style-4 .itemArea .animate-hvr:hover:after {
    height: 100%; }
  .navPages-list-megamenu .navPages-label {
    position: absolute;
    right: -10px;
    top: -17px;
    margin: 0; } }

#menuMobile .navPages {
  padding: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

#menuMobile .is-hidden {
  display: none !important; }

#menuMobile .cateArea {
  position: relative;
  max-width: 100% !important; }
  #menuMobile .cateArea > .container > .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu-action {
    color: #505050;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize; }
  #menuMobile .cateArea > .container > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
    color: #202020;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize; }

#menuMobile .imageArea {
  max-width: 100% !important; }
  #menuMobile .imageArea > .container {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  #menuMobile .imageArea .featuredProductCarousel .slick-track {
    min-width: 100%; }

#menuMobile .navPages-list {
  transition-duration: 0.4s;
  transform: none;
  transition-property: transform;
  background: #ffffff; }
  .has-activeNavPages #menuMobile .navPages-list {
    display: block; }
  #menuMobile .navPages-list + .navPages-list {
    margin-top: 30px;
    margin-bottom: 20px; }
    #menuMobile .navPages-list + .navPages-list.navPages-list-webpages {
      margin-top: 0;
      padding-top: 0; }
  #menuMobile .navPages-list[data-level-list="1"] li .navPage-subMenu {
    left: 0; }
  #menuMobile .navPages-list[data-level-list="2"] {
    transform: translate3d(-100%, 0, 0); }
    #menuMobile .navPages-list[data-level-list="2"] li .navPage-subMenu {
      left: 100%; }
  #menuMobile .navPages-list[data-level-list="3"] {
    transform: translate3d(-200%, 0, 0); }
    #menuMobile .navPages-list[data-level-list="3"] li .navPage-subMenu {
      left: 100%; }
  #menuMobile .navPages-list[data-level-list="4"] {
    transform: translate3d(-300%, 0, 0); }
    #menuMobile .navPages-list[data-level-list="4"] li .navPage-subMenu {
      left: 300%; }
  #menuMobile .navPages-list.reset[data-level-list="1"] {
    transform: translate3d(-100%, 0, 0); }
  #menuMobile .navPages-list.reset[data-level-list="2"] {
    transform: translate3d(-200%, 0, 0); }
  #menuMobile .navPages-list.reset[data-level-list="3"] {
    transform: translate3d(-300%, 0, 0); }
  #menuMobile .navPages-list li .navPage-subMenu {
    display: none; }
  #menuMobile .navPages-list li.is-open > .navPage-subMenu {
    display: block;
    opacity: 1;
    visibility: visible; }
  #menuMobile .navPages-list li.is-open > a {
    background: #fafafa;
    text-align: right; }
  #menuMobile .navPages-list li.is-hidden {
    display: none; }
  #menuMobile .navPages-list li.navPage-subMenu-title > a {
    width: 100%;
    text-align: right;
    font-size: 1rem;
    font-weight: 500; }
  #menuMobile .navPages-list li.navPage-subMenu-title .navPages-action-moreIcon {
    padding-left: 20px;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-style: normal;
    color: #202020;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem; }
    #menuMobile .navPages-list li.navPage-subMenu-title .navPages-action-moreIcon svg {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-right: 5px;
      margin-left: -3px; }
  #menuMobile .navPages-list li > a:before {
    content: none; }
  #menuMobile .navPages-list .navPage-subMenu-title > a {
    width: 100%;
    text-align: right;
    font-size: 1rem;
    font-weight: 500; }
  #menuMobile .navPages-list .navPage-subMenu-title .navPages-action-moreIcon {
    padding-left: 20px;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem; }
    #menuMobile .navPages-list .navPage-subMenu-title .navPages-action-moreIcon svg {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-right: 5px;
      margin-left: -3px; }
  #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text {
    font-weight: 400; }
    #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text .icon, #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text img {
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -5px; }
    #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text .icon {
      fill: #505050;
      stroke: #505050;
      width: 16px;
      height: 16px; }
      #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text .icon.icon-telephone {
        width: 15px;
        height: 15px; }
      #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text .icon.icon-location {
        width: 17px;
        height: 17px; }
    #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text img {
      position: relative;
      top: -1px; }
  #menuMobile .navPages-list.navPages-list--user > .navPages-item .navPage-subMenu {
    display: none; }
  #menuMobile .navPages-list.navPages-list--user > .navPages-item.is-open .navPage-subMenu {
    display: inline-block; }
  #menuMobile .navPages-list.navPages-list--user > .navPages-item.currencies > .navPages-action .image-flag {
    margin-right: 5px; }
  #menuMobile .navPages-list.navPages-list--user > .navPages-item.currencies #navPages-currency .navPage-subMenu-item .text {
    font-size: 14px; }
    #menuMobile .navPages-list.navPages-list--user > .navPages-item.currencies #navPages-currency .navPage-subMenu-item .text img {
      margin-top: -3px;
      margin-right: 5px; }

#menuMobile .navPages-action {
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  background-color: transparent;
  color: #202020;
  text-align: left;
  border-bottom: none;
  padding: 14px 20px;
  line-height: 17px;
  font-size: 16px;
  font-weight: 500;
  border-top: none;
  position: relative; }

#menuMobile .navPages-item {
  width: 100%;
  margin-right: 0;
  position: static;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid #ebebeb; }
  #menuMobile .navPages-item .container {
    padding: 0; }
  #menuMobile .navPages-item.hide {
    display: none; }
  #menuMobile .navPages-item > .navPages-action {
    font-size: 16px;
    font-weight: 500;
    color: #202020;
    text-align: left; }
    #menuMobile .navPages-item > .navPages-action .text {
      color: inherit; }
  #menuMobile .navPages-item.is-open {
    border-bottom: none; }
    #menuMobile .navPages-item.is-open > .navPages-action {
      display: none !important; }
    #menuMobile .navPages-item.is-open .navPages-label-wrap {
      display: none; }
  #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list {
    margin: 0; }
    #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list li {
      padding: 0; }
    #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child .navPages-action {
      font-size: 16px;
      color: #505050;
      font-weight: 400; }
    #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
      color: #202020;
      font-weight: 400;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 16px; }
      #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action .text {
        color: inherit; }
        #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action .text img {
          margin-top: -3px;
          margin-right: 5px; }
    #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list .navPage-subMenu-item-parent {
      border-bottom: 1px solid #ebebeb; }

#menuMobile .navPages-action-moreIcon {
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 46px;
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  transform: none;
  transition: all 0.3s ease;
  z-index: 10; }
  #menuMobile .navPages-action-moreIcon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-style: normal;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    color: #bababa; }
  #menuMobile .navPages-action-moreIcon svg {
    width: 11px;
    height: 12px;
    transition: all .5s ease;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-right: 18px; }
  .is-open > #menuMobile .navPages-action-moreIcon:before {
    font-size: 30px; }

#menuMobile .navPage-megamenu {
  border-bottom: 1px solid #ebebeb; }
  #menuMobile .navPage-megamenu a {
    padding: 17px 20px;
    color: inherit;
    display: inline-block;
    width: 100%;
    line-height: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px; }

#menuMobile .navPages-action-currency > a {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

#menuMobile .navPage-subMenu {
  padding: 0;
  margin: 0;
  z-index: 20;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform: none;
  box-shadow: none;
  display: inline-block;
  opacity: 0; }
  #menuMobile .navPage-subMenu .navPage-subMenu-action {
    display: block; }
  #menuMobile .navPage-subMenu .navPage-subMenu-item {
    width: 100%; }

#menuMobile .navPage-subMenu-item-child {
  position: static;
  border-bottom: 1px solid #ebebeb; }
  #menuMobile .navPage-subMenu-item-child:after {
    content: none; }
  #menuMobile .navPage-subMenu-item-child.is-open {
    border-bottom: none; }
    #menuMobile .navPage-subMenu-item-child.is-open > .navPages-action {
      display: none !important; }
    #menuMobile .navPage-subMenu-item-child.is-open > .navPage-subMenu {
      right: 0;
      position: relative; }
    #menuMobile .navPage-subMenu-item-child.is-open > .navPage-subMenu-horizontal {
      display: inline-block; }
    #menuMobile .navPage-subMenu-item-child.is-open .navPage-megamenu {
      display: none; }

#menuMobile .navPage-subMenu-title {
  display: block;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  text-align: right; }
  #menuMobile .navPage-subMenu-title .navPages-action {
    background-color: #f8f8f8;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600 !important;
    display: block;
    text-align: right;
    color: #202020;
    padding: 14px 20px 14px 80px; }
    #menuMobile .navPage-subMenu-title .navPages-action > .text {
      color: #202020; }
  #menuMobile .navPage-subMenu-title .navPages-action-moreIcon {
    padding-left: 20px;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-style: normal;
    color: #202020;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem; }
    #menuMobile .navPage-subMenu-title .navPages-action-moreIcon svg {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-right: 5px;
      margin-left: -3px; }

#menuMobile .navPages-list--user {
  display: block; }
  #menuMobile .navPages-list--user.hide {
    display: none; }
  #menuMobile .navPages-list--user .navPage-subMenu-title {
    border-top: 1px solid #ebebeb; }
  #menuMobile .navPages-list--user .navPages-item {
    border-bottom: none; }
    #menuMobile .navPages-list--user .navPages-item.currencies #currency_selector > .navPages-action-moreIcon {
      height: 37px; }
  #menuMobile .navPages-list--user .navPages-item > .navPages-action {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px; }
  #menuMobile .navPages-list--user .login-content {
    padding: 20px; }
  #menuMobile .navPages-list--user .new-customer {
    padding: 20px;
    border-top: 1px solid #ebebeb;
    background-color: transparent; }
    #menuMobile .navPages-list--user .new-customer .button {
      width: 100%; }
  #menuMobile .navPages-list--user .socialLinks {
    padding: 15px 0 10px 20px;
    font-size: 0; }
    #menuMobile .navPages-list--user .socialLinks .icon svg {
      fill: black; }

#menuMobile.navPages-item-page {
  position: relative; }

#menuMobile .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-info {
  margin-bottom: 30px; }

#menuMobile .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider, #menuMobile .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 {
  min-height: 150px;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px; }

#menuMobile .navPages-list-megamenu .has-megamenu .card {
  padding-left: 15px;
  padding-right: 15px; }
  #menuMobile .navPages-list-megamenu .has-megamenu .card .card-body {
    text-align: center; }
    #menuMobile .navPages-list-megamenu .has-megamenu .card .card-body .card-price {
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    #menuMobile .navPages-list-megamenu .has-megamenu .card .card-body .card-figcaption-bottom {
      text-align: center; }
      #menuMobile .navPages-list-megamenu .has-megamenu .card .card-body .card-figcaption-bottom .card-figcaption-body {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }

#menuMobile .navPages-list-megamenu .has-megamenu.style-2 .megamenu-left-item .item + .item {
  margin-top: 15px; }

#menuMobile .navPages-list-megamenu .has-megamenu.style-3 .imageArea {
  padding-right: 20px; }
  #menuMobile .navPages-list-megamenu .has-megamenu.style-3 .imageArea .megamenu-right-item {
    padding-left: 0; }
    #menuMobile .navPages-list-megamenu .has-megamenu.style-3 .imageArea .megamenu-right-item .image {
      margin-top: 30px;
      display: block; }

#menuMobile .navPages-list-megamenu .has-megamenu.style-4 .itemArea {
  width: 100%;
  text-align: center; }
  #menuMobile .navPages-list-megamenu .has-megamenu.style-4 .itemArea .megamenu-right-item .item {
    padding-left: 20px;
    padding-right: 20px; }
    #menuMobile .navPages-list-megamenu .has-megamenu.style-4 .itemArea .megamenu-right-item .item + .item {
      margin-top: 15px; }

.megamenu-brands-inner {
  display: block;
  max-width: 390px;
  margin-right: auto;
  margin-bottom: 15px; }
  .megamenu-brands-inner ul {
    margin-left: -10px;
    margin-right: auto; }
    .megamenu-brands-inner ul li {
      display: inline-block; }
      .megamenu-brands-inner ul li a {
        color: #787878;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 10px;
        line-height: 2;
        pointer-events: none; }
        .megamenu-brands-inner ul li a span {
          background-image: linear-gradient(currentColor, currentColor);
          background-position: 0 90%;
          background-repeat: no-repeat;
          background-size: 0 1px;
          transition: background-size .5s; }
        .megamenu-brands-inner ul li a:hover span {
          background-size: 100% 1px; }
      .megamenu-brands-inner ul li.has-letter a {
        color: #323232;
        pointer-events: auto; }
        .megamenu-brands-inner ul li.has-letter a:hover {
          color: #cccccc; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
  max-width: 99%;
  width: 100%; }

@media (min-width: 1200px) {
  .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageArea > .container,
  .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .itemArea > .container, .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-2 .imageArea > .container,
  .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-2 .itemArea > .container, .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-4 .imageArea > .container,
  .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-4 .itemArea > .container {
    padding-left: 30px;
    padding-right: 30px; }
  .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea {
    padding-right: 15px; } }

@media (min-width: 1200px) and (max-width: 1440px) {
  .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageArea .imageAreaInner .megamenu-product-list {
    width: 70%; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageArea .imageAreaInner .megamenu-product-list .megamenu-info {
      width: 30%; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageArea .imageAreaInner .megamenu-product-list .megamenu-slider {
      width: 70%;
      min-width: 70%; }
  .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageArea .imageAreaInner .megamenu-right-item {
    width: 30%; }
  body:not(.has-stickyHeader) .header.header-layout-2 .header-bottom .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea .megamenu-product-list {
    width: 50%; } }

@media (min-width: 1200px) and (max-width: 1400px) {
  .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageAreaInner {
    display: block; }
    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageAreaInner .megamenu-product-list {
      width: 100%; }
      .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageAreaInner .megamenu-product-list .megamenu-slider .item .card {
        padding-top: 0; }
    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageAreaInner .megamenu-right-item {
      width: 100%; }
      .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageAreaInner .megamenu-right-item .image img {
        width: auto; }
  .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-2 .imageAreaInner {
    display: block; }
    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-2 .imageAreaInner .megamenu-left-item {
      width: 100%;
      padding-right: 0; }
  .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea {
    display: block; }
    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea .megamenu-product-list {
      width: 100%;
      max-width: 230px;
      margin-left: auto;
      margin-right: auto; }
    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea .megamenu-right-item {
      padding-left: 0; } }

.navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea .card {
  padding: 0; }

@media (min-width: 1200px) {
  .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list.navPages-list-megamenu-2 .navPages-item > .navPages-action .navPages-label {
    top: auto; }
  .navPages-list-megamenu:not(.navPages-list-megamenu-2) .has-megamenu.style-1 > .navPage-subMenu {
    padding-left: 10px; }
  .navPages-list-megamenu:not(.navPages-list-megamenu-2) .navPages-item-custom:hover > .navPage-subMenu {
    -webkit-animation-name: none;
    animation-name: none; } }

@media (max-width: 1199px) {
  .halo-mobile-menu .navPages-container {
    height: 100%; } }

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

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  font-size: 0; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #202020; }
    .socialLinks .icon svg {
      fill: #202020;
      transition: all 0.15s ease; }
    .socialLinks .icon.icon--twitter {
      width: 22px; }
      .socialLinks .icon.icon--twitter svg {
        width: 23px; }
    .socialLinks .icon.icon--pinterest svg {
      width: 20px; }
    .socialLinks .icon.icon--tumblr {
      width: 16px; }
    .socialLinks .icon.icon--stumbleupon {
      width: 22px;
      height: 20px; }
    .socialLinks .icon.icon--youtube {
      width: 26px;
      height: 22px; }
    .socialLinks .icon.icon--messenger {
      height: 20px; }
      .socialLinks .icon.icon--messenger svg {
        width: 20px; }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    position: relative;
    height: 2rem; }
    .socialLinks-item .socialLinks__link:before {
      content: " ";
      position: absolute;
      right: 0;
      top: 50%;
      border-width: 0.71429rem;
      border-style: solid;
      border-color: transparent transparent #313440 transparent; }
    .socialLinks-item .socialLinks__link:after {
      content: attr(title);
      padding: 0.28571rem 0.42857rem;
      background-color: #313440;
      color: white;
      position: absolute;
      font-size: 1rem;
      white-space: nowrap;
      right: 0;
      top: 100%;
      cursor: default;
      border-radius: 0.57143rem; }
    .socialLinks-item .socialLinks__link:before, .socialLinks-item .socialLinks__link:after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus:before, .socialLinks-item .socialLinks__link:focus:after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus:after {
      right: auto;
      left: 0;
      z-index: 20; }

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

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

.heroCarousel {
  width: 1px;
  min-width: 100%;
  opacity: 0; }
  .heroCarousel.slick-initialized {
    opacity: 1; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    opacity: 0.3; }
    .heroCarousel .slick-next:hover,
    .heroCarousel .slick-prev:hover {
      opacity: 1; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1550px) {
      .heroCarousel .slick-next {
        right: calc((100% - 1520px)/2); } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1550px) {
      .heroCarousel .slick-prev {
        left: calc((100% - 1520px)/2); } }
  .heroCarousel.slick-dotted.slick-slider {
    margin-bottom: 0; }
    .heroCarousel.slick-dotted.slick-slider .slick-dots {
      bottom: 15px;
      position: absolute; }
      @media (min-width: 551px) {
        .heroCarousel.slick-dotted.slick-slider .slick-dots {
          bottom: 19px; } }
  .heroCarousel .slick-dots li {
    margin-top: 0px; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 0%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
    @media (max-width: 550px) {
      .heroCarousel-slide .heroCarousel-image.has-image-mobile {
        display: none; } }
  .heroCarousel-slide .heroCarousel-image-mobile {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-mobile {
        display: none; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 80%; }
  .heroCarousel-slide.stretch .heroCarousel-image-wrapper {
    height: 100vh; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-height: 300px; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 21.42857rem; } }
    @media (min-width: 992px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 27.14286rem; } }
    @media (min-width: 1025px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 34.28571rem; } }
    @media (min-width: 1281px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.14286rem; } }
    @media (min-width: 1440px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.85714rem; } }
    @media (min-width: 1920px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 40rem; } }
  .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    max-height: 100vh; }
    @media (min-width: 551px) {
      .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        height: 56.25vw;
        max-height: 28.57143rem; } }
    @media (min-width: 1025px) {
      .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        max-height: 40rem; } }

.homepage-layout-2 .heroCarousel .slick-prev {
  left: 10px; }

.homepage-layout-2 .heroCarousel .slick-next {
  right: 10px; }

.homepage-layout-2 .heroCarousel .slick-arrow {
  opacity: 0; }

.homepage-layout-2 .heroCarousel:hover .slick-arrow {
  opacity: 1; }

.homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
  max-height: 286px; }
  @media (min-width: 551px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 20rem; } }
  @media (min-width: 768px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 20.92857rem; } }
  @media (min-width: 880px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 22.85714rem; } }
  @media (min-width: 992px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 28.21429rem; } }
  @media (min-width: 1025px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 35.85714rem; } }
  @media (min-width: 1281px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 35.71429rem; } }
  @media (min-width: 1440px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 32.5rem; } }
  @media (min-width: 1920px) {
    .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 36.42857rem; } }
  .homepage-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper img {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }

@media (min-width: 551px) {
  .heroCarousel-content {
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
    overflow: auto;
    max-height: 80%;
    padding: 15px 0 20px 0;
    width: 70%;
    max-width: 500px;
    background-color: rgba(0, 0, 255, 0);
    margin: 0 auto; }
    .heroCarousel-content.heroCarousel-content--empty {
      background-color: transparent; } }

@media (min-width: 992px) {
  .heroCarousel-content {
    max-width: 400px; } }

.heroCarousel-content.position-left {
  left: 0;
  text-align: left; }
  @media (min-width: 551px) {
    .heroCarousel-content.position-left {
      left: 45px; } }
  @media (min-width: 1025px) {
    .heroCarousel-content.position-left {
      left: 75px; } }
  @media (min-width: 1550px) {
    body.page-type-default.homepage-layout-1 .heroCarousel-content.position-left {
      left: calc((100% - 1370px) / 2); } }

.heroCarousel-content.position-center {
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

.heroCarousel-content.position-right {
  right: 0;
  text-align: right; }
  @media (min-width: 551px) {
    .heroCarousel-content.position-right {
      right: 75px; } }
  @media (min-width: 1025px) {
    .heroCarousel-content.position-right {
      right: 45px; } }
  @media (min-width: 1550px) {
    body.page-type-default.homepage-layout-1 .heroCarousel-content.position-right {
      right: calc((100% - 1370px) / 2); } }

.heroCarousel-content.slide-0 .heroCarousel-title, .heroCarousel-content.slide-0 .heroCarousel-description {
  color: white; }

.heroCarousel-content.slide-0 .heroCarousel-action {
  border-color: white;
  color: white; }
  .heroCarousel-content.slide-0 .heroCarousel-action:hover {
    border-color: white;
    color: white; }

.heroCarousel-content.slide-1 .heroCarousel-title, .heroCarousel-content.slide-1 .heroCarousel-description {
  color: #fb3d8e; }

.heroCarousel-content.slide-1 .heroCarousel-action {
  border-color: #fb3d8e;
  color: #fb3d8e; }
  .heroCarousel-content.slide-1 .heroCarousel-action:hover {
    border-color: #fb3d8e;
    color: #fb3d8e; }

.heroCarousel-content.slide-2 .heroCarousel-title, .heroCarousel-content.slide-2 .heroCarousel-description {
  color: white; }

.heroCarousel-content.slide-2 .heroCarousel-action {
  border-color: white;
  color: white; }
  .heroCarousel-content.slide-2 .heroCarousel-action:hover {
    border-color: white;
    color: white; }

.heroCarousel-content.slide-3 .heroCarousel-title, .heroCarousel-content.slide-3 .heroCarousel-description {
  color: white; }

.heroCarousel-content.slide-3 .heroCarousel-action {
  border-color: white;
  color: white; }
  .heroCarousel-content.slide-3 .heroCarousel-action:hover {
    border-color: white;
    color: white; }

.heroCarousel-content.slide-4 .heroCarousel-title, .heroCarousel-content.slide-4 .heroCarousel-description {
  color: white; }

.heroCarousel-content.slide-4 .heroCarousel-action {
  border-color: white;
  color: white; }
  .heroCarousel-content.slide-4 .heroCarousel-action:hover {
    border-color: white;
    color: white; }

@media (max-width: 550px) {
  .heroCarousel-content.has-content {
    padding: 28px 7.5% 35px;
    background-color: #ffffff;
    border-bottom: 1px solid #E9E9E9; }
    .homepage-layout-2 .heroCarousel-content.has-content {
      border-radius: 0 0 6px 6px; }
  .heroCarousel-content.position-center {
    transform: unset; }
  .heroCarousel-content.slide-0 .heroCarousel-title, .heroCarousel-content.slide-2 .heroCarousel-title, .heroCarousel-content.slide-3 .heroCarousel-title, .heroCarousel-content.slide-4 .heroCarousel-title {
    color: #ff7000; }
  .heroCarousel-content.slide-0 .heroCarousel-description, .heroCarousel-content.slide-2 .heroCarousel-description, .heroCarousel-content.slide-3 .heroCarousel-description, .heroCarousel-content.slide-4 .heroCarousel-description {
    color: #323232; }
  .heroCarousel-content.slide-0 .heroCarousel-action, .heroCarousel-content.slide-2 .heroCarousel-action, .heroCarousel-content.slide-3 .heroCarousel-action, .heroCarousel-content.slide-4 .heroCarousel-action {
    background: #ff7000;
    color: white;
    border-color: #ff7000; } }

.heroCarousel-title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%; }
  @media (min-width: 551px) {
    .heroCarousel-title {
      font-size: 20px;
      line-height: 30px; } }
  @media (min-width: 992px) {
    .heroCarousel-title {
      font-size: 30px;
      line-height: 40px; } }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 24px; } }

.heroCarousel-description {
  font-size: 1rem;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      font-size: 18px;
      margin-bottom: 28px; } }

.heroCarousel-action {
  margin: 0;
  min-width: 166px;
  background: transparent; }
  .heroCarousel-action:hover {
    background: transparent; }
  @media (min-width: 1025px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

.carousel-play-pause-button {
  position: absolute;
  left: 15px;
  bottom: 13px;
  width: 26px;
  height: 26px;
  transition: color 100ms ease-out;
  z-index: 5;
  padding: 0;
  font-size: 0;
  opacity: 0.5;
  display: none !important; }
  .carousel-play-pause-button:hover {
    opacity: 1; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      bottom: 17px; } }
  .carousel-play-pause-button .text {
    font-size: 0; }
  .carousel-play-pause-button .icon {
    width: 26px;
    height: 26px;
    border: 2px solid white;
    position: relative;
    border-radius: 50%; }
    .carousel-play-pause-button .icon:before, .carousel-play-pause-button .icon:after {
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
  .carousel-play-pause-button[aria-label="Pause carousel"] .icon:before {
    content: "";
    position: absolute;
    left: 7px;
    background: white;
    width: 3px;
    height: 10px; }
  .carousel-play-pause-button[aria-label="Pause carousel"] .icon:after {
    content: "";
    position: absolute;
    left: 12px;
    background: white;
    width: 3px;
    height: 10px; }
  .carousel-play-pause-button[aria-label="Play carousel"] .icon:before {
    content: "";
    position: absolute;
    left: 9px;
    border: 6px solid transparent;
    border-left-color: white;
    width: 3px;
    height: 10px; }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (max-width: 550px) {
    .carousel-play-pause-button {
      left: 7.5%; }
      .carousel-play-pause-button .icon {
        border-color: #ff7000; }
      .carousel-play-pause-button[aria-label="Pause carousel"] .icon:before {
        background: #ff7000; }
      .carousel-play-pause-button[aria-label="Pause carousel"] .icon:after {
        background: #ff7000; }
      .carousel-play-pause-button[aria-label="Play carousel"] .icon:before {
        border-left-color: #ff7000; } }

@media (max-width: 550px) {
  .heroCarousel.slick-dotted.slick-slider .slick-dots {
    display: inline-block !important;
    width: auto !important;
    left: calc(7.5% - 3px);
    right: auto;
    bottom: auto; }
  .homepage-layout-1 .heroCarousel-slide.stretch .heroCarousel-image-wrapper {
    position: relative;
    overflow: hidden;
    height: auto; }
    .homepage-layout-1 .heroCarousel-slide.stretch .heroCarousel-image-wrapper img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border: 0;
      width: auto;
      max-height: 100%;
      object-fit: contain;
      /* Object-fit polyfill */
      font-family: 'object-fit: contain;'; }
    .homepage-layout-1 .heroCarousel-slide.stretch .heroCarousel-image-wrapper:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 41.63636363636363%; }
  body.page-type-default.homepage-layout-1 .heroCarousel.slick-dotted.slick-slider .slick-dots {
    top: 175px; }
  body.page-type-default.homepage-layout-2 .heroCarousel.slick-dotted.slick-slider .slick-dots {
    top: 255px; } }

@media (max-width: 480px) {
  body.page-type-default.homepage-layout-1 .heroCarousel.slick-dotted.slick-slider .slick-dots {
    top: 140px; }
  body.page-type-default.homepage-layout-2 .heroCarousel.slick-dotted.slick-slider .slick-dots {
    top: 235px; } }

@media (max-width: 400px) {
  body.page-type-default.homepage-layout-1 .heroCarousel.slick-dotted.slick-slider .slick-dots {
    top: 125px; }
  body.page-type-default.homepage-layout-2 .heroCarousel.slick-dotted.slick-slider .slick-dots {
    top: 205px; } }

@media (max-width: 360px) {
  body.page-type-default.homepage-layout-1 .heroCarousel.slick-dotted.slick-slider .slick-dots {
    top: 110px; }
  body.page-type-default.homepage-layout-2 .heroCarousel.slick-dotted.slick-slider .slick-dots {
    top: 182px; } }

@media (max-width: 330px) {
  body.page-type-default.homepage-layout-1 .heroCarousel.slick-dotted.slick-slider .slick-dots {
    top: 100px; }
  body.page-type-default.homepage-layout-2 .heroCarousel.slick-dotted.slick-slider .slick-dots {
    top: 168px; } }

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

.writeReview-productDetails .product-brand {
  color: #757575;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

.writeReview-productDetails .product-title {
  margin-top: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #323232;
  font-weight: 700;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: center; }

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

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

.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;
    border-bottom: 1px solid #e6e6e6; }
    @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;
  border-color: #e6e6e6; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 16px; }
    @media (min-width: 768px) {
      .account--addReturn .table-thead th {
        font-size: 18px; } }
  .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 .return-itemTitle {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  display: block; }

.return-itemName .definitionList .definitionList-label,
.return-itemName .definitionList .definitionList-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: #505050; }

.return-itemName .definitionList .definitionList-label {
  float: left;
  margin: 0 0.375rem 0 0; }

.return-itemName .definitionList .definitionList-description {
  font-weight: 400;
  margin: 0; }

.return-itemPrice {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      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; } }

.return-itemQuantity .form-select--short {
  width: 8rem;
  max-width: 100%; }

.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-row #return_comments {
    max-width: 100%; }
  .account--addReturn-row .account--addReturn-column .form-field {
    margin-bottom: 22px; }

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

.productCarousel {
  width: 1px;
  min-width: 100%;
  max-width: none;
  width: auto;
  margin: 0;
  font-size: 0; }
  .productCarousel .slick-list {
    margin: 0 -7.5px; }
    @media (min-width: 1025px) {
      .productCarousel .slick-list {
        margin: 0 -10px; } }
    @media (max-width: 550px) {
      .homepage-layout-2 .productCarousel .slick-list {
        margin-left: 0;
        margin-right: 0; } }

.productCarousel-slide {
  display: inline-block;
  width: 50%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  font-size: 14px; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .productCarousel-slide {
      width: 25%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1281px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }
  @media (max-width: 550px) {
    .homepage-layout-2 .productCarousel-slide {
      padding-left: 0;
      padding-right: 0; } }
  .productCarousel-slide.col-2 {
    width: 50%;
    display: none; }
    .productCarousel-slide.col-2.slick-slide, .productCarousel-slide.col-2:first-child, .productCarousel-slide.col-2:nth-child(2) {
      display: inline-block; }
  .productCarousel-slide.col-3 {
    width: 50%;
    display: none; }
    .productCarousel-slide.col-3.slick-slide, .productCarousel-slide.col-3:first-child, .productCarousel-slide.col-3:nth-child(2) {
      display: inline-block; }
    @media (min-width: 551px) {
      .productCarousel-slide.col-3 {
        width: 33.33333%; } }
    @media (min-width: 551px) and (max-width: 991px) {
      .productCarousel-slide.col-3:nth-child(3) {
        display: inline-block; } }
    @media (min-width: 992px) {
      .productCarousel-slide.col-3 {
        width: 50%; } }
    @media (min-width: 1025px) {
      .productCarousel-slide.col-3 {
        width: 33.33333%; }
        .productCarousel-slide.col-3:nth-child(3) {
          display: inline-block; } }
  .productCarousel-slide.col-4 {
    width: 50%;
    display: none; }
    .productCarousel-slide.col-4.slick-slide, .productCarousel-slide.col-4:first-child, .productCarousel-slide.col-4:nth-child(2) {
      display: inline-block; }
    @media (min-width: 551px) {
      .productCarousel-slide.col-4 {
        width: 33.33333%; }
        .productCarousel-slide.col-4:nth-child(3) {
          display: inline-block; } }
    @media (min-width: 992px) {
      .productCarousel-slide.col-4 {
        width: 25%; }
        .productCarousel-slide.col-4:nth-child(4) {
          display: inline-block; } }
  .productCarousel-slide.col-5 {
    width: 50%;
    display: none; }
    .productCarousel-slide.col-5.slick-slide, .productCarousel-slide.col-5:first-child, .productCarousel-slide.col-5:nth-child(2) {
      display: inline-block; }
    @media (min-width: 551px) {
      .productCarousel-slide.col-5 {
        width: 33.33333%; }
        .productCarousel-slide.col-5:nth-child(3) {
          display: inline-block; } }
    @media (min-width: 992px) {
      .productCarousel-slide.col-5 {
        width: 25%; }
        .productCarousel-slide.col-5:nth-child(4) {
          display: inline-block; } }
    @media (min-width: 1440px) {
      .productCarousel-slide.col-5 {
        width: 20%; }
        .productCarousel-slide.col-5:nth-child(5) {
          display: inline-block; } }
  .productCarousel-slide.col-6 {
    width: 50%;
    display: none; }
    .productCarousel-slide.col-6.slick-slide, .productCarousel-slide.col-6:first-child, .productCarousel-slide.col-6:nth-child(2) {
      display: inline-block; }
    @media (min-width: 551px) {
      .productCarousel-slide.col-6 {
        width: 33.33333%; }
        .productCarousel-slide.col-6:nth-child(3) {
          display: inline-block; } }
    @media (min-width: 992px) {
      .productCarousel-slide.col-6 {
        width: 25%; }
        .productCarousel-slide.col-6:nth-child(4) {
          display: inline-block; } }
    @media (min-width: 1440px) {
      .productCarousel-slide.col-6 {
        width: 20%; }
        .productCarousel-slide.col-6:nth-child(5) {
          display: inline-block; } }
    @media (min-width: 1920px) {
      .productCarousel-slide.col-6 {
        width: 16.66667%; }
        .productCarousel-slide.col-6:nth-child(6) {
          display: inline-block; } }

.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: 1025px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1281px) {
    .productReview {
      width: 33.33333%; } }

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

.productReview-author {
  color: #828282;
  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: 27px; }

.productView-images {
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .productView-images {
      margin-bottom: 80px; } }
  .productView-images .product-img-wrapper .productView-nav-inner {
    width: 100%;
    position: relative; }
    .productView-images .product-img-wrapper .productView-nav-inner .product-badge {
      top: 15px;
      left: 15px; }
    .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .sale-badge {
      top: 50px; }
      .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .sale-badge ~ .soldout-badge {
        top: 85px; }
        .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .sale-badge ~ .soldout-badge ~ .custom-badge-1 {
          top: 120px; }
          .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .sale-badge ~ .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
            top: 155px; }
      .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .sale-badge ~ .custom-badge {
        top: 85px; }
        .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .sale-badge ~ .custom-badge ~ .custom-badge-2 {
          top: 120px; }
    .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .soldout-badge {
      top: 50px; }
      .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .soldout-badge ~ .custom-badge-1 {
        top: 85px; }
        .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
          top: 120px; }
    .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .custom-badge1 {
      top: 50px; }
      .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .custom-badge1 ~ .custom-badge-2 {
        top: 85px; }
    .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .custom-badge2 {
      top: 50px; }
    .productView-images .product-img-wrapper .productView-nav-inner .sale-badge ~ .soldout-badge {
      top: 50px; }
      .productView-images .product-img-wrapper .productView-nav-inner .sale-badge ~ .soldout-badge ~ .custom-badge-1 {
        top: 85px; }
        .productView-images .product-img-wrapper .productView-nav-inner .sale-badge ~ .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
          top: 120px; }
    .productView-images .product-img-wrapper .productView-nav-inner .sale-badge ~ .custom-badge-1 {
      top: 50px; }
      .productView-images .product-img-wrapper .productView-nav-inner .sale-badge ~ .custom-badge-1 ~ .custom-badge-2 {
        top: 85px; }
    .productView-images .product-img-wrapper .productView-nav-inner .soldout-badge ~ .custom-badge-1 {
      top: 50px; }
      .productView-images .product-img-wrapper .productView-nav-inner .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
        top: 85px; }
    .productView-images .product-img-wrapper .productView-nav-inner .custom-badge-1 ~ .custom-badge-2 {
      top: 50px; }
    .productView-images .product-img-wrapper .productView-nav-inner .label-videos {
      position: absolute;
      left: 15px;
      bottom: 15px; }
      .productView-images .product-img-wrapper .productView-nav-inner .label-videos .video-link {
        color: #323232;
        display: inline-block; }
        .productView-images .product-img-wrapper .productView-nav-inner .label-videos .video-link svg {
          width: 48px;
          height: 48px;
          fill: #828282;
          stroke: #828282; }
  .productView-images .product-img-wrapper .click-to-zoom {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    color: #828282; }
    .productView-images .product-img-wrapper .click-to-zoom svg {
      fill: #323232;
      margin-right: 6px;
      margin-top: -2px; }
    @media (max-width: 1024px) {
      .productView-images .product-img-wrapper .click-to-zoom {
        display: none; } }
  .productView-images .product-img-wrapper .productView-thumbnails {
    margin-top: 25px;
    text-align: center;
    font-size: 0;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1200px) {
      .productView-images .product-img-wrapper .productView-thumbnails {
        padding-left: 65px;
        padding-right: 65px; } }
  .productView-images .product-img-wrapper .product-bottom-wrapper {
    margin-top: 24px; }
    .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      max-width: 570px;
      margin: 0 auto;
      background: whitesmoke;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      padding: 25px 25px; }
      .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        width: calc(100% - 160px);
        padding-right: 15px; }
        .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .img {
          display: inline-block;
          width: 50px; }
        .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .text {
          width: calc(100% - 50px);
          padding-left: 18px;
          display: inline-block; }
          .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .text h3 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 16px;
            line-height: 24px;
            text-transform: uppercase;
            font-style: italic; }
      .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-right {
        width: 160px; }
        .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-right .ask-an-expert-link {
          text-transform: uppercase;
          font-weight: 700;
          background: #f6b924;
          border-color: #f6b924;
          color: #323232; }
      @media (max-width: 991px) {
        .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert {
          padding: 15px 10px; }
          .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left {
            width: calc(100% - 136px); }
            .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .img {
              width: 47px; }
            .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .text {
              width: calc(100% - 47px);
              padding-left: 15px; }
              .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .text h3 {
                font-size: 13px; }
          .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-right {
            width: 136px; } }
      @media (max-width: 380px) {
        .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left {
          width: calc(100% - 126px); }
          .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .img {
            display: none; }
          .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .text {
            width: 100%;
            padding-left: 10px; }
        .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-right {
          width: 126px; } }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 1025px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 1025px) {
    .productView-image {
      pointer-events: none; } }

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

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-arrow {
    display: block !important; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
    width: 50%; }
    .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n + 3) {
      display: none; }
    @media (min-width: 360px) {
      .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
        width: 33.3333%; }
        .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n + 4) {
          display: none; } }
    @media (min-width: 640px) {
      .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
        width: 25%; }
        .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n + 5) {
          display: none; } }
    @media (min-width: 768px) {
      .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
        width: 33.3333%; }
        .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n + 4) {
          display: none; } }
    @media (min-width: 992px) {
      .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
        width: 25%; }
        .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n + 5) {
          display: none; } }
    @media (min-width: 1200px) {
      .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
        width: 20%; }
        .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n + 6) {
          display: none; } }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: auto;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }

.productView-thumbnail {
  display: inline-block;
  width: auto;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.productView-thumbnail-link {
  display: block;
  max-width: 70px;
  position: relative;
  width: 100%;
  border: 1px solid transparent;
  text-align: center; }
  .productView-thumbnail-link:hover {
    border-color: #323232; }

.productView-thumbnails.slick-initialized .productView-thumbnail.slick-current .productView-thumbnail-link,
.productView-thumbnails:not(.slick-initialized) .productView-thumbnail-link.is-active {
  border-color: #323232; }

.productView-details {
  padding-bottom: 7px; }

.productView-product {
  padding-bottom: 0px; }
  .productView-product > :last-child {
    margin-bottom: 0; }
  .productView-product .productCountDown {
    margin-top: 3px; }

.productView-title {
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 10px; }

.productView-brand {
  color: #828282;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 5px 0;
  font-weight: 400; }
  .productView-brand a {
    color: #828282; }
    .productView-brand a span {
      background-image: linear-gradient(transparent 96%, rgba(130, 130, 130, 0.3) 4%);
      background-repeat: repeat-x;
      background-position-y: -1px; }
    .productView-brand a:hover {
      color: #323232; }
      .productView-brand a:hover span {
        background-image: linear-gradient(transparent 96%, #323232 4%); }

.productView-price {
  font-size: 0;
  margin-top: 5px;
  font-weight: 500; }
  .productView-price > p.login-price {
    font-size: 16px;
    font-weight: 500;
    color: #202020; }
  .productView-price .price-section {
    color: #e10600;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-left: 2px;
    letter-spacing: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .productView-price .price-section.sale-price {
      margin-right: 12px; }
    .productView-price .price-section.rrp-price--withoutTax,
    .productView-price .price-section .rrp-price--withTax {
      color: #505050;
      margin-left: 0;
      margin-right: 7px;
      font-weight: 400; }
      .productView-price .price-section.rrp-price--withoutTax .price-label,
      .productView-price .price-section .rrp-price--withTax .price-label {
        display: none !important; }
    .productView-price .price-section .non-sale-price-label,
    .productView-price .price-section .price-now-label {
      display: none !important; }
    .productView-price .price-section.price-section--withoutTax, .productView-price .price-section.price-section--withTax {
      color: #e10600; }
      .productView-price .price-section.price-section--withoutTax.rrp-price--withoutTax, .productView-price .price-section.price-section--withoutTax.rrp-price--withTax, .productView-price .price-section.price-section--withTax.rrp-price--withoutTax, .productView-price .price-section.price-section--withTax.rrp-price--withTax {
        color: #505050; }
      .productView-price .price-section.price-section--withoutTax.price-none, .productView-price .price-section.price-section--withTax.price-none {
        color: #202020; }
        .productView-price .price-section.price-section--withoutTax.price-none.sale-price, .productView-price .price-section.price-section--withTax.price-none.sale-price {
          color: #e10600;
          font-weight: 400; }
    .productView-price .price-section.no-retail-price {
      margin-left: 0; }
      .productView-price .price-section.no-retail-price .price--non-sale {
        font-weight: 400; }
    .productView-price .price-section.rrp-price--withoutTax, .productView-price .price-section.rrp-price--withTax {
      color: #505050;
      margin-right: 7px; }
      .productView-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax,
      .productView-price .price-section.rrp-price--withoutTax .non-sale-price--withTax, .productView-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax,
      .productView-price .price-section.rrp-price--withTax .non-sale-price--withTax {
        display: none !important; }
        .productView-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price,
        .productView-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price, .productView-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price,
        .productView-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price {
          display: inline-block !important; }
          .productView-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price.price-none,
          .productView-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price.price-none, .productView-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price.price-none,
          .productView-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price.price-none {
            display: none !important; }
    .productView-price .price-section.non-sale-price--withoutTax, .productView-price .price-section.non-sale-price--withTax {
      color: #505050;
      margin-right: 7px; }
    .productView-price .price-section.price-section--saving {
      width: 100%;
      margin-left: 0;
      margin-bottom: 0;
      margin-top: -4px;
      font-style: italic;
      font-size: 16px;
      font-weight: 400;
      color: #828282; }
    .productView-price .price-section.price_range {
      color: #202020; }
  .productView-price .price-section--saving {
    font-size: 18px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productCountDown .countDowntimer .clock-item {
  color: #e10600;
  font-size: 16px;
  font-weight: 400; }

.productView-rating-wrap {
  display: inline-block;
  width: 100%; }
  .productView-rating-wrap .productReview_link {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle; }
  .productView-rating-wrap .sold-product {
    display: inline-block;
    color: #e10600;
    margin-bottom: 10px;
    vertical-align: middle; }
    @media (max-width: 550px) {
      .productView-rating-wrap .sold-product {
        width: 100%;
        margin-left: 0; } }
    .productView-rating-wrap .sold-product svg {
      fill: #e10600;
      margin-top: -3px;
      width: 14px;
      height: 16px;
      margin-right: 6px; }

.productView-rating {
  display: inline-block;
  margin-right: 31px;
  margin-bottom: 10px;
  vertical-align: middle; }
  .productView-rating .icon {
    width: 15px;
    height: 15px;
    margin-top: -1px; }
    .productView-rating .icon svg {
      width: 15px;
      height: 15px; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 27px;
  vertical-align: middle;
  color: #323232; }
  .productView-reviewLink:hover {
    color: #323232;
    background-image: linear-gradient(transparent 96%, #323232 4%);
    background-repeat: repeat-x;
    background-position-y: -3px; }
  .productView-reviewLink--new {
    padding: 0;
    margin-left: 27px; }

.productView-shortDesc {
  margin-top: 22px;
  font-size: 16px;
  line-height: 24px; }
  .productView-shortDesc p {
    margin-bottom: 15px; }

.productView-info {
  margin-top: 10px;
  margin-bottom: 32px; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left;
  font-size: 16px;
  line-height: 24px; }

.productView-info-name {
  clear: both;
  margin-bottom: 0.28571rem;
  margin-right: 20px;
  min-width: 135px; }

.productView-info-value {
  display: inline-block;
  margin-bottom: 0.28571rem;
  text-transform: capitalize; }

.productView-options {
  margin-bottom: 20px;
  text-align: left; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options .form-input[type='number'] {
      width: 16.66667%; } }
  .productView-options input[type='file'] {
    font-size: 16px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 22px;
    line-height: 1; }
    .productView-options .form-field .form-label {
      color: #323232;
      font-weight: 400;
      margin-bottom: 8px; }
      .productView-options .form-field .form-label [data-option-value],
      .productView-options .form-field .form-label [data-product-stock] {
        color: #323232; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      text-align: justify;
      display: inline-block; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
    .productView-options .form-field.form-field--stock .form-label {
      margin-bottom: 2px; }
    .productView-options .form-field.form-field--increments {
      margin: 0px 15px 0 0;
      font-size: 0;
      display: inline-block; }
      .productView-options .form-field.form-field--increments .form-increment .form-input--incrementTotal {
        width: 116px;
        height: 60px; }
      .productView-options .form-field.form-field--increments .form-increment .button[data-action='inc'] {
        top: 17px; }
      .productView-options .form-field.form-field--increments .form-increment .button[data-action='dec'] {
        bottom: 17px; }
      @media (max-width: 991px) {
        .productView-options .form-field.form-field--increments {
          display: block;
          margin-bottom: 15px; } }
  .productView-options .form-action {
    display: inline-block;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .form-action {
        width: calc(50% - 5px);
        padding: 0;
        max-width: 290px; } }
    @media (min-width: 1025px) {
      .productView-options .form-action {
        width: calc(50% - 10px); } }
    .productView-options .form-action .button {
      width: 100%;
      padding: 21px 25px;
      font-size: 16px;
      font-weight: 700; }
      @media (min-width: 1281px) {
        .productView-options .form-action .button {
          margin-right: 0.78571rem;
          width: auto; } }
    .productView-options .form-action.form-wishlist {
      margin-bottom: 0px;
      width: 60px;
      height: 60px;
      position: absolute;
      bottom: 27px;
      right: 75px; }
      @media (min-width: 551px) {
        .productView-options .form-action.form-wishlist.has-add-cart {
          margin-left: 10px; } }
      @media (min-width: 1025px) {
        .productView-options .form-action.form-wishlist.has-add-cart {
          margin-left: 15px; } }
      .productView-options .form-action.form-wishlist.has-add-cart.login-price {
        margin-left: 0; }
      .productView-options .form-action.form-wishlist > .button {
        background: white;
        color: #323232;
        border-color: #cccccc;
        padding: 0 15px;
        width: 60px;
        height: 60px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
        .productView-options .form-action.form-wishlist > .button span {
          position: relative;
          padding-left: 18px;
          display: none; }
        .productView-options .form-action.form-wishlist > .button svg {
          width: 22px;
          height: 20px; }
        .productView-options .form-action.form-wishlist > .button:hover, .productView-options .form-action.form-wishlist > .button:focus, .productView-options .form-action.form-wishlist > .button:active {
          background-color: whitesmoke;
          color: white;
          border-color: whitesmoke; }
          .productView-options .form-action.form-wishlist > .button:hover span:before, .productView-options .form-action.form-wishlist > .button:hover span:after, .productView-options .form-action.form-wishlist > .button:focus span:before, .productView-options .form-action.form-wishlist > .button:focus span:after, .productView-options .form-action.form-wishlist > .button:active span:before, .productView-options .form-action.form-wishlist > .button:active span:after {
            background: white; }

#add-to-cart-wrapper .productAttributes-message {
  margin-top: 20px;
  margin-bottom: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px; }

.productOptions-list {
  border: 1px solid #dddddd;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

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

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

.productView-nav-inner {
  position: relative; }
  .productView-nav-inner .productView-nav .slick-prev {
    left: 15px; }
    @media (min-width: 551px) {
      .productView-nav-inner .productView-nav .slick-prev {
        left: 25px; } }
  .productView-nav-inner .productView-nav .slick-next {
    right: 15px; }
    @media (min-width: 551px) {
      .productView-nav-inner .productView-nav .slick-next {
        right: 25px; } }
  .productView-nav-inner .productView-nav:not(.slick-initialized) .productView-image:nth-child(n + 2) {
    display: none; }

.viewing-product {
  color: #323232;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 0 0 1rem; }
  .viewing-product svg {
    fill: #808080;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .viewing-product span {
    color: #808080;
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 768px) {
    .viewing-product {
      padding-left: 15px;
      clear: right;
      float: right;
      width: 50%; } }
  @media (min-width: 1279px) {
    .viewing-product {
      padding-left: 55px; } }

.seal-logos {
  margin-top: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  z-index: 1;
  position: relative;
  -webkit-overflow-scrolling: touch; }
  .seal-logos img {
    margin-right: 20px;
    margin-bottom: 15px;
    display: inline-block; }
    .seal-logos img:last-child {
      margin-right: 0; }

/* Size Chart Popup*/
#modal-size-chart-form {
  width: 790px; }
  #modal-size-chart-form .modal-body {
    padding: 0; }
    #modal-size-chart-form .modal-body .size_chart_text {
      padding: 28px 35px; }
      @media (min-width: 1025px) {
        #modal-size-chart-form .modal-body .size_chart_text {
          padding: 42px 70px; } }
      #modal-size-chart-form .modal-body .size_chart_text + .size_chart_img {
        border-top: 1px solid #eee; }
    #modal-size-chart-form .modal-body .size_chart_img {
      margin-bottom: 35px;
      padding: 35px 35px 0 35px; }
      #modal-size-chart-form .modal-body .size_chart_img + .size_chart_text {
        border-top: 1px solid #eee; }

/* Video Gallery Popup */
#video-gallery-pc-popup .modal-header-title {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  text-transform: none; }
  #video-gallery-pc-popup .modal-header-title strong {
    font-weight: 500;
    margin-right: 10px; }

#video-gallery-pc-popup .productView {
  margin: 0;
  vertical-align: top; }

.productView-nav-pc,
.label-videos-pc {
  display: none; }
  @media (min-width: 1025px) {
    .productView-nav-pc,
    .label-videos-pc {
      display: block; } }

@media (min-width: 1025px) {
  .productView-nav-mobile,
  .label-videos-mobile {
    display: none; } }

.vgallery_popup .content_slide {
  font-size: 0;
  display: block; }
  .vgallery_popup .content_slide .box1,
  .vgallery_popup .content_slide .box2 {
    position: relative;
    display: inline-block;
    vertical-align: top; }
  .vgallery_popup .content_slide .box1 {
    width: 62%;
    overflow: hidden;
    max-height: 540px; }
  .vgallery_popup .content_slide .box2 {
    width: 38%;
    padding-left: 50px; }

.vgallery_popup .btn-arrow {
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5); }
  .vgallery_popup .btn-arrow:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center; }
  .vgallery_popup .btn-arrow.btn-prev {
    left: 0; }
    .vgallery_popup .btn-arrow.btn-prev:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%231e1e1e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .vgallery_popup .btn-arrow.btn-next {
    right: 0; }
    .vgallery_popup .btn-arrow.btn-next:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%231e1e1e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.vgallery_popup .galleryView {
  width: 100%;
  text-align: center; }
  .vgallery_popup .galleryView:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 75%; }
  .vgallery_popup .galleryView img:not([role='presentation']) {
    top: 0;
    left: 50%;
    height: 100%;
    position: absolute;
    transform: translateX(-50%); }
  .vgallery_popup .galleryView > iframe {
    top: 50%;
    left: 50%;
    min-height: 390px;
    position: absolute;
    transform: translate(-50%, -50%); }
    @media (min-width: 1200px) {
      .vgallery_popup .galleryView > iframe {
        min-height: 480px; } }
    @media (min-width: 1281px) {
      .vgallery_popup .galleryView > iframe {
        min-height: 530px; } }
    @media (min-width: 1440px) {
      .vgallery_popup .galleryView > iframe {
        min-height: 530px; } }

.vgallery_popup .gallery-thumbnail h2 {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  margin: -7px 0 5px 0;
  text-transform: capitalize; }

.vgallery_popup .gallery-thumbnail ul {
  margin: 0 -5px;
  font-size: 0;
  text-align: left; }
  .vgallery_popup .gallery-thumbnail ul li {
    position: relative;
    font-size: 12px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 5px; }
  .vgallery_popup .gallery-thumbnail ul .thumbbsd {
    display: block;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    position: relative; }
    .vgallery_popup .gallery-thumbnail ul .thumbbsd:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 100%; }
    .vgallery_popup .gallery-thumbnail ul .thumbbsd img {
      top: 50%;
      left: 50%;
      width: auto;
      height: 100%;
      max-width: none;
      position: absolute;
      transform: translate(-50%, -50%); }
    .vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video {
      border-radius: 3px;
      overflow: hidden; }
      .vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        z-index: 2;
        border-radius: 3px;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #1e1e1e; }

.vgallery_popup .gallery-thumbnail + .gallery-thumbnail {
  margin-top: 40px; }

.vgallery_popup .gallery-thumbnail.gallery-thumbnail-2 ul li .thumbbsd:after {
  padding-bottom: 100%; }

.vgallery_popup .gallery-thumbnail-1 h2:before {
  content: 'Product Image';
  letter-spacing: 0.02em; }

.vgallery_popup .gallery-thumbnail-2 h2:before {
  content: 'Product Video';
  letter-spacing: 0.02em; }

.productView-details.product-options {
  position: relative; }
  .productView-details.product-options [data-cart-item-add] {
    margin-right: 0;
    margin-bottom: 0; }
  .productView-details.product-options #add-to-cart-wrapper {
    font-size: 0; }
    .productView-details.product-options #add-to-cart-wrapper .form-field--increments {
      margin-right: 10px; }
    .productView-details.product-options #add-to-cart-wrapper .form-action {
      width: calc(100% - 276px);
      max-width: 100%; }
      .productView-details.product-options #add-to-cart-wrapper .form-action .button {
        width: 100%;
        margin-right: 0; }
      @media (max-width: 991px) {
        .productView-details.product-options #add-to-cart-wrapper .form-action {
          width: calc(100% - 150px); } }

.social-mediaBlock {
  position: absolute;
  bottom: 27px;
  right: 0;
  display: inline-block;
  width: 60px;
  margin-left: 15px; }

.socialMedia-button {
  background: white;
  color: #202020;
  border-color: #cccccc;
  padding: 0 15px;
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #cccccc;
  border-radius: 40px; }
  .socialMedia-button svg {
    width: 20px;
    height: 20px; }
  .socialMedia-button:hover {
    background-color: whitesmoke;
    border-color: whitesmoke; }

.socialMedia-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  padding: 20px 20px 40px 20px;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  border-radius: 6px;
  text-align: left;
  display: none; }
  @media (min-width: 551px) {
    .socialMedia-dropdown {
      width: 315px; } }
  .socialMedia-dropdown p {
    color: #323232;
    font-size: 14px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin-bottom: 10px; }
  .socialMedia-dropdown > div {
    margin-bottom: 5px; }
  .socialMedia-dropdown .shareLinkSocial__link {
    position: relative;
    margin-bottom: 20px; }
    .socialMedia-dropdown .shareLinkSocial__link > p {
      margin-bottom: 15px; }
    .socialMedia-dropdown .shareLinkSocial__link #shareLinkSocial__copy {
      border: 1px solid #cfcfcf;
      border-radius: 40px;
      background-color: #f6f6f6;
      padding: 11px 10px;
      display: block;
      width: 100%;
      color: #a0a0a0; }
    .socialMedia-dropdown .shareLinkSocial__link .shareLinkSocial__close {
      position: absolute;
      top: -5px;
      right: -3px; }

.productView-title-hasPrevNext {
  padding-right: 62px;
  position: relative; }

.productView-nextProducts {
  display: none;
  position: absolute;
  bottom: -10px;
  right: 0; }
  @media (min-width: 1025px) {
    .productView-nextProducts {
      display: block; } }
  .productView-nextProducts .next-prev-icons {
    font-size: 0;
    padding: 0 20px;
    border-radius: 40px;
    border: 1px solid #cccccc;
    height: 40px; }
    .productView-nextProducts .next-prev-icons > a.disable {
      color: #cecece;
      opacity: 0.5; }
    .productView-nextProducts .next-prev-icons > a {
      font-size: 0;
      display: inline-block;
      vertical-align: middle;
      width: 38px;
      height: 40px; }
      .productView-nextProducts .next-prev-icons > a:before {
        content: '';
        width: 100%;
        height: 100%;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block; }
      .productView-nextProducts .next-prev-icons > a.prev-icon {
        padding-right: 10px; }
        .productView-nextProducts .next-prev-icons > a.prev-icon:before {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='42' viewBox='0 -120 512.008 1024.016' style='enable-background:new 0 20 512.008 1024.016;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath fill='%23000000' d='M480.004,352.004H54.628l68.688-68.688l-22.624-22.624l-96,96c-6.256,6.256-6.256,16.368,0,22.624l96,96l22.624-22.624 l-68.688-68.688h425.376V352.004z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
      .productView-nextProducts .next-prev-icons > a.next-icon {
        padding-left: 10px; }
        .productView-nextProducts .next-prev-icons > a.next-icon:before {
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='42' viewBox='0 -345 512.008 1024.016' style='enable-background:new 0 0 512.008 1024.016;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath fill='%23000000' d='M507.316,132.692l-96-96l-22.624,22.624l68.688,68.688H32.004v32H457.38l-68.688,68.688l22.624,22.624l96-96 C513.572,149.06,513.572,138.948,507.316,132.692z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
  .productView-nextProducts .next-prev-modal {
    display: none;
    width: 420px;
    position: absolute;
    top: 90%;
    right: 0;
    z-index: 3; }
    .productView-nextProducts .next-prev-modal.is-active {
      display: block; }
  .productView-nextProducts .next-prev-content {
    display: none;
    width: 100%;
    padding: 0;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
    .productView-nextProducts .next-prev-content.is-show {
      display: block; }
  .productView-nextProducts .card {
    display: block;
    margin-bottom: 0; }
    .productView-nextProducts .card .card-prevNext-image {
      display: table-cell;
      vertical-align: top;
      position: relative;
      overflow: hidden;
      z-index: 1;
      width: 120px;
      border: 0;
      padding: 20px; }
      .productView-nextProducts .card .card-prevNext-image .card-link {
        width: 100%; }
        .productView-nextProducts .card .card-prevNext-image .card-link .card-img-container img {
          padding: 10px; }
    .productView-nextProducts .card .card-content {
      display: table-cell;
      vertical-align: middle;
      width: calc(100% - 120px);
      padding: 20px 20px 20px 0; }
      .productView-nextProducts .card .card-content .card-title {
        margin: 0 0 15px;
        margin-top: -3px;
        text-align: left; }
        .productView-nextProducts .card .card-content .card-title a {
          color: #ff7000;
          font-size: 16px;
          font-weight: 500; }
          .productView-nextProducts .card .card-content .card-title a span {
            background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.6) 4%);
            background-repeat: repeat-x;
            background-position-y: 0px; }
      .productView-nextProducts .card .card-content .card-price {
        line-height: 1;
        position: relative;
        margin: 0 0 16px;
        visibility: visible;
        margin-bottom: 0;
        color: black;
        font-size: 13px;
        font-weight: 700;
        line-height: 25px; }
        .productView-nextProducts .card .card-content .card-price .price--rrp {
          color: #8d8d8d;
          margin-right: 5px;
          font-weight: 500; }
          .productView-nextProducts .card .card-content .card-price .price--rrp ~ .price--withTax,
          .productView-nextProducts .card .card-content .card-price .price--rrp ~ .price--withoutTax {
            color: #e95144; }
        .productView-nextProducts .card .card-content .card-price .price-section--saving {
          display: none; }

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

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

.compareTable {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #666666;
  margin-top: 5px; }
  .compareTable thead {
    text-align: center; }
  .compareTable th {
    border: 1px solid #666666; }
  @media (max-width: 1024px) {
    .compareTable {
      display: block;
      overflow-x: auto;
      white-space: nowrap; }
      .compareTable .compareTable-product,
      .compareTable .compareTable-item {
        min-width: 200px;
        white-space: normal; } }

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

.compareTable-heading {
  font-size: 16px;
  font-weight: 600;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: center;
  width: 0;
  color: #323232; }
  @media (min-width: 1025px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  white-space: nowrap; }

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 1025px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }
  .compareTable-item.custom_fields {
    text-align: left; }
    .compareTable-item.custom_fields ul li {
      text-align: left;
      margin-bottom: 10px;
      list-style: square; }
      .compareTable-item.custom_fields ul li span {
        font-weight: 500; }

.compareTable-removeProduct {
  background-color: #323232;
  height: 25px;
  position: absolute;
  right: -12px;
  top: -12px;
  transition: background-color 0.15s ease;
  width: 25px; }
  .compareTable-removeProduct .icon {
    fill: white;
    stroke: white;
    height: 16px;
    width: 16px; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1.28571rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-figure {
    overflow: visible; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 15px; }
    .compareTable-product .card-body .price-section {
      margin-bottom: 9px; }
    .compareTable-product .card-body .card-figcaption-button {
      width: 100%; }
    .compareTable-product .card-body .card-title {
      padding-right: 0; }

.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 #666666;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

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

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

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

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

.toggleLink-text--on {
  display: none;
  margin-top: -3px; }
  .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: #666666 solid;
  border-radius: 40px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem;
  display: none !important; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  .facetedSearch-toggle.is-open {
    border-radius: 6px;
    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: block !important;
  margin-top: 0 !important; }
  .facetedSearch-navList .accordion--navList,
  .facetedSearch-navList .accordion-block:first-child .accordion-navigation {
    border: 0;
    padding-left: 0;
    padding-right: 0; }
    .facetedSearch-navList .accordion--navList .accordion-title,
    .facetedSearch-navList .accordion-block:first-child .accordion-navigation .accordion-title {
      padding: 0; }
  .facetedSearch-navList.is-open .accordion--navList,
  .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
    border-radius: 6px;
    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: 2rem; }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }
  .facetedSearch-navList .accordion-block + .accordion-block {
    border-top: 1px solid #dddddd;
    padding-top: 25px; }
  .facetedSearch-navList .accordion--navList {
    margin-bottom: 5px; }
    .facetedSearch-navList .accordion--navList .accordion-content {
      padding: 0; }
    .facetedSearch-navList .accordion--navList .accordion-block {
      margin-top: 2rem; }
      .facetedSearch-navList .accordion--navList .accordion-block:first-child {
        margin-top: 10px; }
      .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation {
        border: 0;
        padding: 0;
        margin-bottom: 18px !important; }

.facetedSearch .facetedSearch-navList .navList-item .navList-action--checkbox {
  padding-left: 25px; }

.facet-quick-heading {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 44px; }
  @media (min-width: 551px) {
    .facet-quick-heading {
      font-size: 40px;
      line-height: 48px; } }

.facetedSearch-optionColumns {
  column-count: 2;
  column-gap: 20px; }
  @media (min-width: 551px) {
    .facetedSearch-optionColumns {
      column-count: 3; } }
  .facetedSearch-optionColumns .navList-action {
    padding: 6px 0; }

.facetedSearch-refineFilters {
  display: block; }

#facetedSearch-content--price {
  padding-bottom: 10px; }

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

.banners {
  background-color: #172532;
  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: whitesmoke;
  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: #828282;
    position: relative;
    top: -1px; }

.page-cart.has-calculate-shipping [data-cart-status] {
  display: none; }

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

.cart-additionalCheckoutButtons .FloatRight div {
  text-align: center;
  display: block; }

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

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

.cart-header {
  display: none;
  background-color: whitesmoke;
  border-radius: 40px; }
  @media (min-width: 1200px) {
    .cart-header {
      display: block;
      text-align: left; } }
  .cart-header > tr {
    display: block;
    font-size: 0; }

[data-cart] .cart-notification {
  margin-bottom: 15px; }

[data-cart-page-title] span {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
  text-transform: lowercase; }

.cart-header-item {
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #323232;
  display: inline-block;
  text-transform: uppercase; }
  .cart-header-item.cart-header-items {
    width: 53%;
    padding-left: 75px; }
  .cart-header-item.cart-header-price {
    width: 13%;
    text-align: center; }
  .cart-header-item.cart-header-quantity {
    width: 14%; }
  .cart-header-item.cart-header-total {
    width: 15%;
    text-align: center; }
  .cart-header-item.cart-header-remove {
    width: 5%;
    text-align: center;
    font-size: 0; }

.cart-list {
  display: block; }

.cart-item {
  border-bottom: 1px solid #eeeeee;
  clear: both;
  display: block;
  padding: 1.5rem 0;
  padding-left: 95px;
  font-size: 0; }
  .cart-item:before, .cart-item:after {
    content: " ";
    display: table; }
  .cart-item:after {
    clear: both; }
  @media (min-width: 1200px) {
    .cart-item {
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }
  @media (max-width: 767px) {
    .cart-item {
      position: relative; } }

.cart-item-block {
  display: block;
  padding: 0 15px;
  font-size: 14px; }
  @media (min-width: 768px) {
    .cart-item-block {
      display: inline-block;
      vertical-align: middle; } }
  .cart-item-block .definitionList {
    margin-top: 0;
    margin-bottom: 8px;
    font-style: italic; }
    .cart-item-block .definitionList .definitionList-key {
      color: #828282;
      font-weight: 400; }
    .cart-item-block .definitionList .definitionList-value {
      color: #323232;
      font-weight: 500; }

.cart-item-figure {
  float: left;
  margin-bottom: 0;
  width: 95px;
  position: relative;
  margin-left: -95px;
  padding-left: 0;
  text-align: left; }
  @media (min-width: 1200px) {
    .cart-item-figure {
      float: none;
      width: 135px;
      padding: 0 15px 0 0;
      margin-left: 0;
      text-align: center; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

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

.cart-item-image {
  max-height: 14rem;
  max-width: 100px; }
  @media (min-width: 1025px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: block;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  padding-right: 0;
  text-align: left; }
  @media (min-width: 1200px) {
    .cart-item-title {
      display: inline-block;
      width: calc(53% - 135px); } }

.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: 1025px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-item-price {
  text-align: left;
  width: 100%; }
  @media (max-width: 767px) {
    .cart-item-price {
      padding-right: 0;
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .cart-item-price {
      width: calc((100% - 50px)/3); } }
  @media (min-width: 1200px) {
    .cart-item-price {
      width: 13%;
      text-align: center; } }
  .cart-item-price .cart-item-value {
    color: #202020;
    font-size: 16px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 700; }

.cart-item-quantity {
  text-align: left;
  width: 100%; }
  @media (max-width: 767px) {
    .cart-item-quantity {
      padding-right: 0;
      margin-bottom: 10px; } }
  @media (max-width: 1199px) {
    .cart-item-quantity .form-increment .button[data-action="dec"] {
      bottom: 10px; }
    .cart-item-quantity .form-increment .button[data-action="inc"] {
      top: 10px; } }
  @media (min-width: 768px) {
    .cart-item-quantity {
      width: calc((100% - 50px)/3); } }
  @media (min-width: 1200px) {
    .cart-item-quantity {
      width: 14%;
      text-align: center; } }

.cart-item-total {
  width: 100%;
  text-align: left; }
  @media (max-width: 767px) {
    .cart-item-total {
      padding-right: 0;
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .cart-item-total {
      width: calc((100% - 50px)/3); } }
  @media (min-width: 1200px) {
    .cart-item-total {
      width: 15%;
      text-align: center; } }
  .cart-item-total .cart-item-value {
    color: #202020;
    font-size: 16px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 700; }

.cart-item-remove {
  width: 50px;
  padding-right: 0;
  text-align: right; }
  @media (min-width: 1200px) {
    .cart-item-remove {
      width: 5%;
      padding-right: 15px; } }
  @media (max-width: 767px) and (min-width: 375px) {
    .cart-item-remove {
      position: absolute;
      bottom: 73px;
      right: -7px; } }

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

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0;
  vertical-align: middle; }
  .cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 125px;
    padding: 10px 45px 10px 20px; }
  @media (min-width: 1025px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #323232;
  margin-bottom: 0.35714rem;
  text-align: left;
  width: 100%;
  display: block;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .cart-item-label {
      display: inline-block;
      width: auto;
      margin-right: 10px; } }
  @media (min-width: 1200px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 0; }

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

.cart-item-name {
  font-size: 16px;
  margin: 0 0 8px 0;
  display: inline-block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4; }
  .cart-item-name__label {
    display: inline-block; }

.cart-item-edit {
  margin-bottom: 15px;
  display: block; }
  .cart-item-edit svg {
    fill: #0476fe;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px; }
  .cart-item-edit span {
    color: #0476fe;
    display: inline-block;
    vertical-align: middle;
    font-style: italic; }

.cart-item-options--giftWrapping {
  margin-bottom: 15px; }
  .cart-item-options--giftWrapping .cart-item-option-title {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #323232;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0; }
    .cart-item-options--giftWrapping .cart-item-option-description a {
      background-image: linear-gradient(transparent 96%, rgba(50, 50, 50, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

.cart-remove {
  cursor: pointer;
  float: right;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #b5b5b5; }
  .cart-remove:hover > svg {
    fill: #e2100a; }

[data-cart-totals].cart-content-padding-right {
  display: inline-block;
  width: 100%; }
  @media (min-width: 992px) {
    [data-cart-totals].cart-content-padding-right {
      margin-left: -15px;
      margin-right: -15px;
      width: calc(100% + 30px); } }
  @media (min-width: 1200px) {
    [data-cart-totals].cart-content-padding-right {
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px); } }

.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: 992px) {
    .cart-totals {
      float: left;
      width: 50%;
      padding: 0 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .cart-totals:last-child {
      width: 50%;
      margin-left: 50%; } }
  @media (min-width: 1200px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 33.33333%;
      padding: 0 20px; } }
  .cart-totals .cartHelp {
    text-align: center;
    margin-top: 25px;
    color: #8c8c8c;
    font-size: 14px; }
    .cart-totals .cartHelp p {
      margin-bottom: 15px; }
    .cart-totals .cartHelp .cartHelp-secure svg {
      width: 25px;
      height: 20px;
      fill: #cecece;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .cart-totals .cartHelp .cartHelp-secure span {
      line-height: 1.3;
      text-align: left;
      display: inline-block;
      vertical-align: middle; }
  .cart-totals .halo_securityImage {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
    padding-left: 0; }

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

.cart-totals:not(.cart-totals--single) .cart-total:not(.cart-total--title) .cart-total-label {
  color: #323232;
  font-size: 16px;
  font-weight: 400; }
  .cart-totals:not(.cart-totals--single) .cart-total:not(.cart-total--title) .cart-total-label strong {
    font-weight: 400; }
  .cart-totals:not(.cart-totals--single) .cart-total:not(.cart-total--title) .cart-total-label.cart-label-grandTotal strong {
    font-weight: 700; }

.cart-totals:not(.cart-totals--single) .cart-total:not(.cart-total--title) .cart-total-value {
  color: #323232;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .cart-totals:not(.cart-totals--single) .cart-total:not(.cart-total--title) .cart-total-value.cart-total-grandTotal {
    font-size: 20px; }

.cart-totals--single .cart-total + .cart-total {
  border-top: none;
  margin-top: 30px; }

.cart-totals--single .cart-total .cart-total-label {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #323232;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0; }

.cart-totals--single .cart-total .cart-form,
.cart-totals--single .cart-total .shipping-estimator {
  clear: both;
  padding-top: 20px;
  border-top: 5px solid whitesmoke; }
  .cart-totals--single .cart-total .cart-form .form-input,
  .cart-totals--single .cart-total .cart-form .form-select,
  .cart-totals--single .cart-total .shipping-estimator .form-input,
  .cart-totals--single .cart-total .shipping-estimator .form-select {
    height: 50px;
    padding: 10px 20px; }
  .cart-totals--single .cart-total .cart-form .button,
  .cart-totals--single .cart-total .shipping-estimator .button {
    min-height: 50px; }
  @media (min-width: 1025px) {
    .cart-totals--single .cart-total .cart-form .form-input,
    .cart-totals--single .cart-total .cart-form .form-select,
    .cart-totals--single .cart-total .shipping-estimator .form-input,
    .cart-totals--single .cart-total .shipping-estimator .form-select {
      height: 50px;
      padding: 10px 20px; }
    .cart-totals--single .cart-total .cart-form .button,
    .cart-totals--single .cart-total .shipping-estimator .button {
      min-height: 50px; } }
  .cart-totals--single .cart-total .cart-form .form-select,
  .cart-totals--single .cart-total .shipping-estimator .form-select {
    background-size: 14px;
    background-position: 95% center;
    padding: 10px 40px 10px 20px; }

@media (min-width: 992px) {
  .cart-totals--single .cart-total .cart-total-label {
    width: 100%; }
  .cart-totals--single .cart-total .cart-total-value {
    display: none; }
  .cart-totals--single .cart-total .cart-form,
  .cart-totals--single .cart-total .shipping-estimator {
    display: block !important; } }

@media (max-width: 991px) {
  .cart-totals--single {
    margin-bottom: 15px; }
    .cart-totals--single .cart-total + .cart-total {
      margin-top: 15px; }
    .cart-totals--single .cart-total .cart-total-label {
      font-size: 16px; } }

.cart-total--title {
  border-bottom: 5px solid whitesmoke; }
  .cart-total--title .cart-total-label {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #323232;
    text-transform: uppercase; }
  .cart-total--title + .cart-total {
    border-top: none; }

.cart-total-label {
  color: #828282;
  width: 50%;
  display: block;
  padding-left: 0;
  text-align: left; }

.cart-total-value {
  text-align: right;
  width: 50%; }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 1rem 0; }

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

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

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 67%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 10px;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: calc(33% - 10px);
    font-size: 16px; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%;
    font-size: 16px; }
  .estimator-form .estimator-form-label .form-label {
    height: 40px;
    line-height: 40px; }
  @media (min-width: 992px) {
    .estimator-form .estimator-form-label .form-label {
      height: 50px;
      line-height: 50px; } }

.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;
  margin-top: 5px; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0;
    height: 50px;
    line-height: 24px; }
    @media (min-width: 1025px) {
      .cart-actions .button {
        height: 60px;
        line-height: 34px; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

.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-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  @media (min-width: 320px) {
    .previewCartItem-image:after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image:after {
      padding-bottom: 100%; } }

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block; }
  .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--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-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

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

.cart-notification {
  text-align: center;
  margin-bottom: 25px; }
  @media (min-width: 1025px) {
    .cart-notification {
      margin-bottom: 45px; } }
  .cart-notification .alertBox-column {
    display: inline-block;
    padding-right: 7px; }
  .cart-notification .alertBox-message {
    max-width: calc(100% - 40px);
    width: auto;
    display: inline-block; }
  .cart-notification .cart-count-down {
    font-weight: 700; }

.detailProduct-block.cartProduct-block {
  border-top: none; }

.cart-text-des {
  text-align: left;
  color: #323232;
  font-size: 16px;
  font-weight: 400; }

.button--checkout {
  font-size: 16px; }

.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: 1281px) {
    .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: 18px; }

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #ff7000; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #666666;
    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; }

#video-gallery-popup {
  width: 720px; }
  @media (min-width: 551px) {
    #video-gallery-popup .modal-body {
      padding: 30px; } }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 28px; }
  .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;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0 0 10px; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }
  @media (min-width: 1025px) {
    .videoGallery-list {
      margin: 0 0 50px 0; } }

.videoGallery-item {
  width: 50%;
  display: inline-block;
  float: none;
  vertical-align: top;
  white-space: normal;
  width: auto;
  max-width: 120px;
  padding: 0 15px 0 0; }
  @media (min-width: 1025px) {
    .videoGallery-item {
      width: 33.33333%; } }
  .videoGallery-item .video-body {
    display: none; }

.video {
  display: block;
  margin-bottom: 5px;
  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; }
  .video:hover, .video.is-active {
    color: #cccccc;
    opacity: 1; }

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

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

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

#previewModal {
  width: 1090px; }
  #previewModal .modal-header {
    padding: 13px 15px; }
  #previewModal .modal-header-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 767px) {
      #previewModal .modal-header-title {
        padding-right: 25px; } }
  @media (max-width: 991px) {
    #previewModal .modal-body {
      padding: 20px 15px; } }
  @media (min-width: 1025px) {
    #previewModal .modal-body {
      padding: 50px; } }

.halo-free-shipping-message {
  margin: 0 0 25px 0;
  min-height: 46px;
  border-radius: 40px; }
  .halo-free-shipping-message .progress-shipping {
    width: 100%;
    height: 14px;
    margin: 0 0 10px 0;
    background-color: whitesmoke;
    border-radius: 40px; }
    .halo-free-shipping-message .progress-shipping .progress-meter {
      position: relative;
      display: block;
      height: 100%;
      text-align: center;
      font-size: 11px;
      font-weight: 500;
      line-height: 14px;
      color: #ffffff;
      -webkit-animation: 2s linear 0s infinite progress-bar-stripes;
      animation: 2s linear 0s infinite progress-bar-stripes;
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
      background-size: 40px 40px;
      transition: 0.9s linear;
      transition-property: width, background-color;
      border-radius: 40px; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-49 .progress-meter {
      background-color: #c12f49; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-74 .progress-meter {
      background-color: #ff9c00; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-99 .progress-meter {
      background-color: #4DD4C6; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-full .progress-meter {
      background-color: #0CCE6B; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-full + .shipping-message {
      color: #323232;
      font-weight: 500; }
  .halo-free-shipping-message .shipping-message {
    font-size: 14px;
    font-weight: 400;
    color: #828282;
    display: block;
    margin: 0; }
  #cart-preview-dropdown .halo-free-shipping-message {
    margin: 15px 0 20px 0; }

[data-cart-status] .alertBox.Upsell.Banner, [data-cart-status] .alertBox.Congratulations.Banner {
  display: none; }

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  font-size: 0; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  .previewCart .free_shipping_message {
    margin-top: 20px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -5px;
    position: relative;
    z-index: 1; }
    @media (min-width: 551px) {
      .previewCart .free_shipping_message {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 1025px) {
      .previewCart .free_shipping_message {
        padding-left: 30px;
        padding-right: 30px; } }
    .previewCart .free_shipping_message + .previewCartList {
      margin-top: 30px; }
  .previewCart .shipping_message_100 {
    padding: 8px 15px;
    text-align: center; }
    @media (min-width: 1025px) {
      .previewCart .shipping_message_100 {
        padding: 8px 30px; } }
  .previewCart .productView {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .previewCart .productView {
        width: calc(100% - 240px);
        padding: 0 15px 0 0;
        float: left;
        margin-top: 0; } }
    @media (min-width: 992px) {
      .previewCart .productView {
        width: calc(100% - 295px); } }
    .previewCart .productView .productView-image {
      width: 115px;
      min-height: 180px;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      padding-right: 20px;
      margin: 0; }
      @media (min-width: 1025px) {
        .previewCart .productView .productView-image {
          padding-right: 30px; } }
      .previewCart .productView .productView-image .productView-img-container {
        margin-top: 0; }
      @media (min-width: 551px) {
        .previewCart .productView .productView-image {
          width: 160px;
          display: flex;
          flex-direction: column;
          min-height: 140px; }
          .previewCart .productView .productView-image .productView-img-container {
            max-width: 220px; } }
      @media (min-width: 992px) {
        .previewCart .productView .productView-image {
          width: 250px;
          min-height: 220px; } }
    @media (min-width: 551px) {
      .previewCart .productView .productView-image--cart {
        align-self: flex-start;
        margin: 0 auto;
        width: 100%; } }
    .previewCart .productView .productView-details {
      width: calc(100% - 100px);
      padding-right: 0;
      text-align: left; }
      @media (min-width: 551px) {
        .previewCart .productView .productView-details {
          width: calc(100% - 150px); } }
      @media (min-width: 992px) {
        .previewCart .productView .productView-details {
          width: calc(100% - 250px); } }
      @media (max-width: 550px) {
        .previewCart .productView .productView-details {
          padding-bottom: 0; } }
      .previewCart .productView .productView-details .productView-info > :first-child {
        margin-top: 0; }
      .previewCart .productView .productView-details .productView-info-name {
        text-align: left;
        width: auto; }
  .previewCart .previewCartItem-price .icon {
    margin-left: 5px;
    margin-top: -2px;
    margin-right: 2px;
    font-size: 14px;
    font-weight: 300;
    color: #172532;
    width: auto;
    height: auto; }
  .previewCart .productView-title {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 20px;
    color: #323232; }
  .previewCart .productView-brand {
    text-transform: capitalize;
    color: gray;
    margin-bottom: 9px; }
  .previewCart .productView-price {
    font-size: 14px;
    color: #323232;
    font-weight: 500;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .previewCart .productView-price .qty {
      font-weight: 400;
      color: #555555; }
      .previewCart .productView-price .qty svg {
        width: 11px;
        height: 12px;
        fill: #555555;
        stroke: #555555; }
    .previewCart .productView-price .times {
      font-size: 22px;
      font-weight: 200;
      height: 20px;
      line-height: 20px;
      display: inline-block;
      margin-left: 3px;
      margin-right: 3px;
      margin-bottom: -2px; }
  .previewCart .productView-info {
    margin-top: 5px;
    margin-bottom: 5px; }
    .previewCart .productView-info .productView-info-name {
      min-width: 65px;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 12px;
      text-transform: capitalize;
      font-weight: 700;
      letter-spacing: 0; }
    .previewCart .productView-info .productView-info-value {
      margin-bottom: 2px;
      padding-left: 0; }
  .previewCart .previewCartList {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 10px; }
    .previewCart .previewCartList .previewCartItem {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      line-height: 19px;
      margin-bottom: 20px;
      padding-bottom: 20px;
      font-size: 1rem;
      position: relative; }
      .previewCart .previewCartList .previewCartItem:last-child {
        margin-bottom: 0px;
        border-bottom: 0; }
    .previewCart .previewCartList .previewCartItem-image,
    .previewCart .previewCartList .previewCartItem-content {
      display: inline-block; }

.previewCartItem-image {
  width: 90px;
  padding: 0;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .previewCartItem-image img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      max-height: 100%; } }

.previewCartItem-content {
  width: calc(100% - 90px);
  margin-top: -3px;
  padding-right: 0;
  padding-left: 15px; }
  @media (min-width: 551px) {
    .previewCartItem-content {
      padding-left: 20px;
      padding-right: 30px;
      position: relative; } }
  .previewCartItem-content .previewCartItem-option {
    color: #828282;
    margin-bottom: 8px;
    margin-top: 2px;
    display: inline-block; }
    .previewCartItem-content .previewCartItem-option .option-value {
      color: #828282;
      position: relative; }
      .previewCartItem-content .previewCartItem-option .option-value + .option-value {
        padding-left: 10px;
        margin-left: 1px;
        display: inherit; }
        .previewCartItem-content .previewCartItem-option .option-value + .option-value:before {
          content: "/";
          position: absolute;
          top: 50%;
          left: 0px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          font-weight: 500;
          font-size: 14px; }
  .previewCartItem-content .previewCartItem-edit {
    display: inline-block;
    margin-left: 8px;
    color: #ff7000; }
    .previewCartItem-content .previewCartItem-edit svg {
      fill: #ff7000;
      margin-top: -3px;
      display: inline-block;
      width: 16px;
      height: 14px; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none;
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    .previewCartItem-name > a.clamp {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      overflow: hidden;
      position: relative;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 7px; }

.previewCartItem-brand,
.previewCartItem-price {
  display: inline-block; }

.previewCartItem-brand {
  color: gray;
  font-size: 1rem; }

.previewCartItem-price {
  color: #202020;
  margin-top: 0.35714rem;
  font-size: 16px; }
  .previewCartItem-price span {
    font-size: 16px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400; }
    .previewCartItem-price span.times-icon {
      font-weight: 300;
      font-family: "Rubik", sans-serif; }

.previewCartItem-quantity {
  margin-top: 14px;
  display: inline-block; }
  .previewCartItem-quantity .cart-item-label {
    display: none;
    font-family: "Arimo", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: #202020;
    padding-left: 0;
    margin-bottom: 0.5rem;
    width: 100%; }
  .previewCartItem-quantity .form-increment .button[data-action="dec"] {
    bottom: 11px; }
    @media (min-width: 1025px) {
      .previewCartItem-quantity .form-increment .button[data-action="dec"] {
        bottom: 13px; } }
  .previewCartItem-quantity .form-increment .button[data-action="inc"] {
    top: 11px; }
    @media (min-width: 1025px) {
      .previewCartItem-quantity .form-increment .button[data-action="inc"] {
        top: 13px; } }
  .previewCartItem-quantity .form-input--incrementTotal {
    width: 105px; }
  .previewCartItem-quantity .cart-remove-button {
    margin-left: 17px; }
    .previewCartItem-quantity .cart-remove-button .cart-remove {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      line-height: 18px;
      color: #b2b2b2;
      width: 18px;
      height: 18px;
      padding: 0;
      font-size: 32px;
      font-weight: 300;
      font-family: "Rubik", sans-serif;
      padding: 0;
      margin-right: -2px; }
      .previewCartItem-quantity .cart-remove-button .cart-remove:hover {
        color: #000000; }

.cart-remove-button {
  display: inline-block;
  margin-left: 15px; }
  @media (min-width: 551px) {
    .cart-remove-button {
      margin-left: 25px; } }
  .cart-remove-button .cart-remove {
    background: none;
    width: auto;
    margin: 0;
    padding: 20px 0 0 0;
    color: #323232;
    border-radius: 0; }
    .cart-remove-button .cart-remove .text {
      background-image: linear-gradient(transparent 96%, rgba(50, 50, 50, 0.5) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

.previewCart .previewCartItem-totalPrice {
  display: inline-block;
  width: 100%; }
  .previewCart .previewCartItem-totalPrice .cart-totals {
    width: 100%;
    border: none;
    border-top: 1px solid #e6e6e6;
    padding-top: 11px;
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0; }
    .previewCart .previewCartItem-totalPrice .cart-totals .cart-total-label {
      font-size: 16px;
      color: #323232;
      text-align: left;
      width: 40%; }
    .previewCart .previewCartItem-totalPrice .cart-totals .cart-total-value {
      text-align: right;
      width: 60%; }
    .previewCart .previewCartItem-totalPrice .cart-totals .cart-total:last-child {
      border-bottom: none; }
    .previewCart .previewCartItem-totalPrice .cart-totals .cart-total > div {
      padding: 7px 0; }
    .previewCart .previewCartItem-totalPrice .cart-totals .cart-total .cart-total-value {
      color: #202020;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 400; }
    .previewCart .previewCartItem-totalPrice .cart-totals .cart-total + .cart-total {
      border-top: none; }
    .previewCart .previewCartItem-totalPrice .cart-totals .subtotal .cart-total-value {
      font-size: 16px; }
    .previewCart .previewCartItem-totalPrice .cart-totals .grand_total .cart-total-label {
      font-size: 18px;
      font-weight: 700;
      text-transform: capitalize; }

.previewCartAction {
  display: block;
  margin-bottom: 30px;
  font-size: 1rem; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.previewCartAction-checkout {
  margin-bottom: 15px; }

.previewCartAction-viewCart {
  margin-top: 8px;
  margin-bottom: 30px; }

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

.previewCartCheckout {
  text-align: center;
  font-size: 14px; }
  @media (min-width: 768px) {
    .previewCartCheckout {
      width: 240px;
      float: right;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .previewCartCheckout {
      width: 295px; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button:not(.button--checkout) {
      text-transform: none;
      font-weight: 400;
      letter-spacing: 0; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.85714rem; }
  .previewCartCheckout p[data-cart-quantity] {
    margin-bottom: 30px;
    display: none; }

.previewCartCheckout-price {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
  color: #323232; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 20px;
  margin-top: 17px;
  font-weight: 400;
  color: #323232;
  position: relative; }
  .previewCartCheckout-subtotal > span {
    background: #fff;
    color: #323232;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-transform: capitalize; }

.previewCart-additionalCheckoutButtons {
  text-align: center; }
  .previewCart-additionalCheckoutButtons > div {
    text-align: center; }

.previewCartCheckout-additionalCheckoutButtons {
  margin-top: 15px; }
  .previewCartCheckout-additionalCheckoutButtons p {
    float: none !important;
    margin: 0.5rem 0; }
  .previewCartCheckout-additionalCheckoutButtons .FloatRight {
    border: 1px solid #e6e6e6;
    padding: 25px 20px 15px 20px;
    position: relative; }
    .previewCartCheckout-additionalCheckoutButtons .FloatRight:before, .previewCartCheckout-additionalCheckoutButtons .FloatRight:after {
      content: " ";
      display: table; }
    .previewCartCheckout-additionalCheckoutButtons .FloatRight:after {
      clear: both; }
    .previewCartCheckout-additionalCheckoutButtons .FloatRight p {
      float: none !important;
      margin: 0.5rem 0;
      text-align: center;
      position: absolute;
      text-transform: uppercase;
      font-style: italic;
      top: -18px;
      left: 50%;
      background: #fff;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      padding-left: 10px;
      padding-right: 10px; }
    .previewCartCheckout-additionalCheckoutButtons .FloatRight div {
      text-align: center; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem; }
    .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 25px; }
    .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 15px; }

.suggestiveCart {
  display: none;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 75px !important;
  width: 100%; }
  .suggestiveCart > h4 {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    font-size: 20px; }
    .suggestiveCart > h4:before {
      content: "";
      background: #dbdbdb;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 50%; }
    .suggestiveCart > h4 span {
      background: #fff;
      padding-left: 25px;
      padding-right: 25px;
      position: relative;
      z-index: 2; }
  @media (min-width: 1025px) {
    .suggestiveCart {
      display: inline-block; } }
  .suggestiveCart .productGrid {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 15px;
    margin: 0 -15px 0px -15px; }
    .suggestiveCart .productGrid .product {
      width: 33.33%; }
      .suggestiveCart .productGrid .product .card {
        margin-bottom: 0; }
      .suggestiveCart .productGrid .product .card-title {
        padding-right: 0; }

/* Side Cart - Change Option */
@media (min-width: 1025px) {
  .modal--editOptions {
    max-width: 970px; } }

.modal--editOptions .modal-close {
  top: 20px;
  right: 20px; }

.product-edit-header {
  display: block;
  padding: 23px 30px 0; }
  .product-edit-header h3 {
    font-size: 16px;
    color: #323232;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    padding-right: 30px; }
    .product-edit-header h3 span + span {
      margin-left: 4px; }

.product-edit-item {
  font-size: 0;
  padding: 28px 20px 20px;
  border-bottom: 1px solid #e6e6e6; }
  @media (min-width: 1025px) {
    .product-edit-item {
      padding: 28px 30px 20px; } }
  .product-edit-item .alertMessageBox {
    margin-top: 30px; }
    .product-edit-item .alertMessageBox .alertBox {
      margin-bottom: 0; }

.product-edit-detail {
  display: block;
  font-size: 14px; }
  @media (min-width: 768px) {
    .product-edit-detail {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      padding-right: 20px; } }
  @media (min-width: 1025px) {
    .product-edit-detail {
      padding-right: 30px; } }
  .product-edit-detail .product-edit {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 0;
    position: relative;
    margin-bottom: 10px; }
  .product-edit-detail .product-edit-image {
    width: 80px;
    display: inline-block;
    vertical-align: top; }
  .product-edit-detail .product-edit-content {
    display: inline-block;
    width: calc(100% - 80px);
    padding-left: 25px;
    vertical-align: top; }
  .product-edit-detail .product-edit-image {
    width: 80px; }
  .product-edit-detail .product-edit-content {
    padding-left: 20px; }
  .product-edit-detail .product-edit-brand {
    display: none;
    line-height: 1;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    color: #828282;
    font-size: 14px; }
  .product-edit-detail .product-edit-title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 8px 0;
    color: #323232;
    line-height: 1; }
    .product-edit-detail .product-edit-title .subtitle {
      line-height: 1;
      display: inline-block;
      color: #323232;
      background-image: linear-gradient(transparent 96%, rgba(50, 50, 50, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      margin-bottom: 5px; }
    .product-edit-detail .product-edit-title .title {
      line-height: 1.5;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      /* autoprefixer: off */ }
  .product-edit-detail .product-edit-variant {
    font-size: 14px;
    letter-spacing: -.02em;
    color: #323232;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 0 11px; }
    .product-edit-detail .product-edit-variant span + span:before {
      content: '/';
      margin: 0 4px; }

.product-edit-info {
  overflow-y: auto;
  max-height: 50vh; }
  @media (max-width: 360px) {
    .product-edit-info {
      max-height: 40vh; } }
  .product-edit-info .product-edit-change {
    width: 100%;
    font-size: 14px;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .product-edit-info .product-edit-change {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding-left: 20px;
        margin-top: 0; } }
    @media (min-width: 1025px) {
      .product-edit-info .product-edit-change {
        padding-left: 30px; } }
    .product-edit-info .product-edit-change .cart-edit-row .cart-edit-option .form-field {
      line-height: 1;
      font-size: 0; }
      .product-edit-info .product-edit-change .cart-edit-row .cart-edit-option .form-field .form-label--alternate {
        color: #828282;
        font-weight: 400; }
        .product-edit-info .product-edit-change .cart-edit-row .cart-edit-option .form-field .form-label--alternate [data-option-value] {
          color: #323232; }
    .product-edit-info .product-edit-change .cart-edit-row .cart-edit-option:last-child .form-field {
      margin-bottom: 0; }
  .product-edit-info table {
    margin: 0;
    width: 100%; }
  .product-edit-info thead {
    display: none; }
    .product-edit-info thead th {
      border: 0;
      font-weight: 700;
      font-size: 14px;
      padding: 10px 7px;
      color: #323232;
      background-color: #f5f5f5;
      text-transform: uppercase; }
      .product-edit-info thead th:first-child {
        padding-left: 30px; }
  .product-edit-info tbody tr {
    border-bottom: 1px solid #ebebeb; }
  .product-edit-info tbody td {
    border: 0;
    padding: 15px 7px;
    font-weight: 400;
    width: 140px; }
    .product-edit-info tbody td:nth-child(2) {
      width: 182px; }
    .product-edit-info tbody td:first-child {
      padding-left: 20px;
      width: 206px; }
      @media (min-width: 1025px) {
        .product-edit-info tbody td:first-child {
          padding-left: 30px; } }
    .product-edit-info tbody td:last-child {
      padding-right: 20px;
      width: 90px; }
      @media (min-width: 1025px) {
        .product-edit-info tbody td:last-child {
          padding-right: 30px; } }
    .product-edit-info tbody td[data-cart-edit-item-price] {
      min-width: 90px; }
    .product-edit-info tbody td .form-field {
      margin-bottom: 0;
      min-width: 140px; }
      .product-edit-info tbody td .form-field[data-product-attribute="date"] {
        width: 255px; }
      .product-edit-info tbody td .form-field[data-product-attribute="input-file"] {
        text-align: left; }
        .product-edit-info tbody td .form-field[data-product-attribute="input-file"] .form-fileDescription {
          display: none; }
        .product-edit-info tbody td .form-field[data-product-attribute="input-file"] label {
          display: block; }
          .product-edit-info tbody td .form-field[data-product-attribute="input-file"] label input {
            margin-left: 8px; }
      .product-edit-info tbody td .form-field[data-product-attribute="input-checkbox"] {
        width: 165px; }
      .product-edit-info tbody td .form-field[data-product-attribute="textarea"] {
        width: 200px; }
        .product-edit-info tbody td .form-field[data-product-attribute="textarea"] .form-input {
          min-height: 65px;
          max-height: 65px; }
  .product-edit-info .form {
    margin: 0; }
  .product-edit-info .form-increment {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 105px; }
    .product-edit-info .form-increment .button.dec {
      bottom: 11px; }
      @media (min-width: 1025px) {
        .product-edit-info .form-increment .button.dec {
          bottom: 13px; } }
      .product-edit-info .form-increment .button.dec:before {
        border-top-color: #202020;
        bottom: 1px; }
    .product-edit-info .form-increment .button.inc {
      top: 11px; }
      @media (min-width: 1025px) {
        .product-edit-info .form-increment .button.inc {
          top: 13px; } }
      .product-edit-info .form-increment .button.inc:before {
        border-bottom-color: #202020;
        top: 1px; }
    .product-edit-info .form-increment .form-input--incrementTotal {
      width: 100%; }
      @media (min-width: 1025px) {
        .product-edit-info .form-increment .form-input--incrementTotal {
          height: 50px; } }
  .product-edit-info .cart-edit-price {
    margin-bottom: 20px; }
    .product-edit-info .cart-edit-price .price {
      display: block;
      min-width: 80px;
      color: #202020;
      font-size: 16px;
      font-weight: 700;
      font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .product-edit-info .cart-edit-quantity .form-label--alternate {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px;
    font-weight: 400;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .product-edit-info .cart-edit-remove {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    transition: all 0.3s ease; }
    .product-edit-info .cart-edit-remove a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin: 0;
      padding: 0;
      color: #ffffff;
      font-size: 25px;
      font-weight: 300;
      font-family: "Rubik", sans-serif;
      display: inline-block; }
    .product-edit-info .cart-edit-remove:hover {
      background-color: black; }
  .product-edit-info .product-edit-change:nth-child(1) thead {
    display: table-header-group; }
  .product-edit-info .product-edit-change:nth-child(1) .cart-edit-remove a {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }

.product-edit-action .product-add-more {
  margin: 20px 0 0 0;
  padding: 0 20px 20px 20px; }
  @media (min-width: 1025px) {
    .product-edit-action .product-add-more {
      padding: 0 30px 20px 30px; } }
  .product-edit-action .product-add-more .product-addmore-button {
    line-height: 1;
    position: relative;
    color: #ff7000;
    font-size: 14px;
    font-weight: 500; }
    .product-edit-action .product-add-more .product-addmore-button .addmore-icon {
      display: inline-block;
      vertical-align: middle;
      font-weight: 700;
      font-size: 18px;
      margin-right: 5px; }
    .product-edit-action .product-add-more .product-addmore-button .addmore-text {
      display: inline-block;
      vertical-align: middle;
      background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

.product-edit-action .product-edit-button {
  padding: 0 20px 30px 20px; }
  @media (min-width: 1025px) {
    .product-edit-action .product-edit-button {
      padding: 0 30px 30px 30px; } }
  .product-edit-action .product-edit-button .button {
    width: 100%;
    text-transform: none; }
    @media (min-width: 1025px) {
      .product-edit-action .product-edit-button .button {
        min-height: 60px; } }
    .product-edit-action .product-edit-button .button:before {
      content: '';
      display: none;
      width: 20px;
      height: 20px;
      border: 2px solid white;
      border-radius: 100%;
      border-top: 2px solid transparent;
      -webkit-animation: load-animate infinite linear 1s;
      animation: load-animate infinite linear 1s; }
    .product-edit-action .product-edit-button .button.loading {
      pointer-events: none;
      font-size: 0;
      padding-top: 9px;
      padding-bottom: 9px; }
      @media (min-width: 1025px) {
        .product-edit-action .product-edit-button .button.loading {
          padding-top: 12px;
          padding-bottom: 11px; } }
      .product-edit-action .product-edit-button .button.loading:before {
        display: inline-block;
        vertical-align: middle; }
    .product-edit-action .product-edit-button .button[disabled] {
      pointer-events: none; }
    .product-edit-action .product-edit-button .button.button--hidden {
      pointer-events: none; }

#cart-mobile {
  overflow-y: auto; }
  @media (min-width: 1025px) {
    #cart-mobile {
      scrollbar-color: #787878 #fafafa;
      scrollbar-width: thin !important; }
      #cart-mobile::-webkit-scrollbar {
        background-color: #fafafa;
        -webkit-appearance: none;
        width: 10px; }
      #cart-mobile::-webkit-scrollbar-thumb {
        background-color: #787878; }
      #cart-mobile::-webkit-scrollbar-track {
        background: #fafafa; }
      #cart-mobile::-webkit-scrollbar-thumb:hover {
        background: #787878; } }

.maintenanceNotice {
  background-color: #fbf8e5;
  box-shadow: 0 0 5px #757575;
  color: #cccccc;
  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: #cccccc; }

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

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

.adminBar {
  display: none;
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 1025px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    display: inline-flex;
    align-self: center; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    top: .125em;
    position: relative; }

.adminBar-logo {
  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; }
  .adminBar-content a {
    color: #3E67F8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    position: relative;
    display: inline-block; }
  .adminBar-private .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #313440;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  text-align: right;
  padding-right: 5px; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1281px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  padding: 10px;
  margin-right: 5px;
  margin-bottom: .25em; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

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

.cookieMessage {
  background: #444444;
  color: #cccccc;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 1025px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1281px) {
      .cookieMessage .button {
        vertical-align: top; } }

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

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

.login {
  margin: 0;
  max-width: 100%; }
  .login .form-label {
    color: #323232;
    font-weight: 500; }
  .login .form-input {
    height: 50px;
    border-color: #CCCCCC;
    max-width: 100%; }
  .login .form-actions {
    text-align: center; }
    .login .form-actions .button {
      min-width: 170px;
      display: inline-block;
      vertical-align: middle;
      border-color: #000; }
      .login .form-actions .button:hover {
        border-color: #ff7000; }
    .login .form-actions .forgot-password {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      color: #ff7000;
      background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0;
      text-decoration: none;
      margin-left: 15px;
      font-size: 16px; }
      .login .form-actions .forgot-password:hover {
        color: #ff7000;
        background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.6) 4%);
        background-repeat: repeat-x;
        background-position-y: 0; }
      @media (min-width: 1025px) {
        .login .form-actions .forgot-password {
          margin-left: 50px; } }
    @media (min-width: 551px) {
      .login .form-actions {
        text-align: left; } }

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

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 50px;
  font-size: 14px; }
  @media (min-width: 768px) {
    .login-form {
      width: 50%;
      padding-left: 0;
      padding-right: 85px;
      display: inline-block;
      vertical-align: middle;
      float: none;
      margin-bottom: 0; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .login-form {
      padding-right: 15px; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px; }
  @media (min-width: 768px) {
    .new-customer {
      width: 50%;
      padding-left: 85px;
      padding-right: 0;
      display: inline-block;
      vertical-align: middle;
      float: none; } }
  .new-customer .panel {
    background-color: #f5f5f5;
    border-radius: 10px; }
    .new-customer .panel .panel-header {
      background-color: transparent;
      padding: 70px 70px 0 70px; }
      .new-customer .panel .panel-header .panel-title {
        color: #323232;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px; }
    .new-customer .panel .panel-body {
      background-color: transparent;
      padding: 0 70px 70px 70px;
      margin-bottom: 0; }
      .new-customer .panel .panel-body .new-customer-intro {
        color: #505050;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px; }
      .new-customer .panel .panel-body .new-customer-fact-list {
        margin-left: 17px;
        margin-bottom: 30px; }
        .new-customer .panel .panel-body .new-customer-fact-list .new-customer-fact {
          padding: 9px 0 9px 3px;
          color: #505050;
          font-size: 16px;
          font-weight: 400; }
      .new-customer .panel .panel-body .button {
        width: 100%;
        max-width: 241px;
        margin-bottom: 0; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .new-customer {
      padding-left: 15px; }
      .new-customer .panel .panel-header {
        padding: 30px 30px 0 30px; }
      .new-customer .panel .panel-body {
        padding: 0 30px 30px 30px; } }
  @media (max-width: 767px) {
    .new-customer .panel .panel-header {
      padding: 20px 20px 0 20px; }
    .new-customer .panel .panel-body {
      padding: 0 20px 20px 20px; } }

.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: 2px;
  background: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
  display: none;
  padding: 20px 20px 0 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  @media (min-width: 1200px) {
    .quickSearchResults {
      min-width: 600px;
      left: 50%;
      transform: translateX(-50%); } }
  @media (max-width: 767px) {
    .quickSearchResults {
      padding: 15px 15px 0 15px; } }
  .quickSearchResults.noResults {
    padding: 20px; }
  .quickSearchResults.show-result {
    display: block; }
  .quickSearchResults .modal-close {
    display: none;
    top: 7px; }
  .quickSearchResults .quickSearch-wrapper .alertBox {
    margin-bottom: 0; }
  .quickSearchResults .productGrid {
    max-height: calc(80vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
    margin-bottom: 20px; }
    @media (min-width: 1025px) {
      .quickSearchResults .productGrid {
        scrollbar-color: #787878 #fafafa;
        scrollbar-width: thin !important; }
        .quickSearchResults .productGrid::-webkit-scrollbar {
          background-color: #fafafa;
          -webkit-appearance: none;
          width: 10px; }
        .quickSearchResults .productGrid::-webkit-scrollbar-thumb {
          background-color: #787878; } }
    .quickSearchResults .productGrid .product {
      width: 33.33%; }
      .quickSearchResults .productGrid .product .card {
        padding: 0; }
      .quickSearchResults .productGrid .product .card-title {
        margin-top: 18px; }
      .quickSearchResults .productGrid .product .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
        width: 100%;
        max-width: 100%; }
      @media (max-width: 550px) {
        .quickSearchResults .productGrid .product {
          width: 50%; } }
    .quickSearchResults .productGrid.products-2 .product .card {
      margin-bottom: 20px; }
    .quickSearchResults .productGrid.products-5 .product:nth-child(4) .card, .quickSearchResults .productGrid.products-5 .product:nth-child(5) .card, .quickSearchResults .productGrid.products-5 .product:nth-child(6) .card {
      margin-bottom: 20px; }
    .quickSearchResults .productGrid.products-8 .product:nth-child(7) .card, .quickSearchResults .productGrid.products-8 .product:nth-child(8) .card, .quickSearchResults .productGrid.products-8 .product:nth-child(9) .card {
      margin-bottom: 20px; }
  .quickSearchResults .card .card-body {
    padding-top: 0;
    padding-left: 0; }
    .quickSearchResults .card .card-body .card-brand {
      display: none; }
    .quickSearchResults .card .card-body .card-title {
      margin-bottom: 10px; }
    .quickSearchResults .card .card-body .price-wrapper {
      margin-bottom: 12px; }
    @media (min-width: 551px) {
      .quickSearchResults .card .card-body .card-brand {
        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: 18px; }
  .category-suggestion * {
    line-height: 1.7; }
  @media (max-width: 767px) {
    .category-suggestion {
      width: 100%;
      float: none; } }

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

.quickSearchMessage {
  font-size: 18px;
  text-align: center;
  margin: 0 auto; }

.navBar--sub.search-nav {
  position: relative; }
  .navBar--sub.search-nav .navBar-section {
    margin: 0 -15px; }
  .navBar--sub.search-nav .navBar-item {
    border-color: #dddddd;
    border-radius: 40px;
    margin: 0 15px; }
    .navBar--sub.search-nav .navBar-item .navBar-action {
      border-radius: 40px; }
      .navBar--sub.search-nav .navBar-item .navBar-action:before {
        content: none; }
    .navBar--sub.search-nav .navBar-item .navBar-action-color--active {
      border-radius: 40px;
      background-color: #f5f5f5; }
      .navBar--sub.search-nav .navBar-item .navBar-action-color--active:before {
        content: none; }
    .navBar--sub.search-nav .navBar-item.navBar-item--separate .navBar-action.is-open {
      background-color: #f5f5f5; }

.page-type-search .page-content .panel-body {
  background-color: whitesmoke;
  border-radius: 6px; }

.quickSearch-wrap {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
  margin-top: 10px;
  z-index: 20;
  height: auto;
  overflow-y: auto;
  max-height: 55vh;
  padding: 20px 0 30px;
  display: none; }
  .quickSearch-wrap.is-open {
    display: block; }
  .quickSearch-wrap .quickSearchResults {
    position: static;
    transform: translateX(0);
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none; }
    .quickSearch-wrap .quickSearchResults .productGrid {
      overflow: hidden;
      max-height: 100%; }
      .quickSearch-wrap .quickSearchResults .productGrid .product {
        width: 50%; }
      @media (min-width: 551px) {
        .quickSearch-wrap .quickSearchResults .productGrid .product {
          width: 33.3333%; } }
      @media (min-width: 992px) {
        .quickSearch-wrap .quickSearchResults .productGrid .product {
          width: 25%; } }
      @media (min-width: 1281px) {
        .quickSearch-wrap .quickSearchResults .productGrid .product {
          width: 20%; } }
    .quickSearch-wrap .quickSearchResults.show-result ~ .quickSearch-re {
      margin-top: 30px; }
    .quickSearch-wrap .quickSearchResults.hasResults.show-result:not(.noResults) ~ .quickSearch-re {
      display: none; }
  .quickSearch-wrap .header-search-column .search-form-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px; }
  .quickSearch-wrap .header-search-column .list-item {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 0; }
    .quickSearch-wrap .header-search-column .list-item li {
      display: inline-block;
      margin: 0 10px 10px 0; }
      .quickSearch-wrap .header-search-column .list-item li a {
        background-color: transparent;
        color: #323232;
        font-size: 14px;
        border: 1px solid #dadada;
        font-weight: 400;
        border-radius: 6px;
        padding: 6px 15px 9px;
        display: block;
        transition: all 0.3s ease; }
        .quickSearch-wrap .header-search-column .list-item li a span {
          display: inline-block;
          vertical-align: middle; }
        .quickSearch-wrap .header-search-column .list-item li a svg {
          margin-left: 3px;
          fill: #323232;
          display: inline-block;
          vertical-align: middle; }
      .quickSearch-wrap .header-search-column .list-item li:hover a {
        color: #323232;
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2); }
  .quickSearch-wrap .header-search-column .productCarousel .slick-track {
    margin-left: initial;
    margin-right: initial; }
  .quickSearch-wrap .header-search-column .productCarousel .slick-arrow {
    display: none !important; }
  .quickSearch-wrap .header-search-trending {
    margin-bottom: 20px; }
  @media (min-width: 1440px) {
    .quickSearch-wrap {
      max-height: 71vh; } }
  @media (max-width: 1199px) {
    .quickSearch-wrap {
      margin-top: 0;
      border-top: 1px solid #eaeaea; } }

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

.account-heading {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize; }

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

.account-listItem {
  border-bottom: 1px solid #e6e6e6;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  @media (min-width: 1200px) {
    .account-listItem {
      padding: 45px 0; } }

.account-listShipping {
  border-bottom: 1px solid #e6e6e6;
  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: 10px 20px 0 0;
  position: relative;
  width: 100px; }
  @media (min-width: 768px) {
    .account-product-figure {
      margin: 10px 30px 0 0; } }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

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

.account-product-title {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 0.21429rem;
  text-transform: capitalize;
  margin-bottom: 5px; }
  .account-product-title > a {
    color: #ff7000;
    text-decoration: none; }
    .account-product-title > a:hover {
      color: #ff7000; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

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

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

.account-product-description {
  color: #232323;
  margin-bottom: 32px;
  line-height: 2.35;
  font-size: 16px; }
  .account-product-description span {
    font-weight: 700; }

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

.account-product-refundQty {
  color: #757575;
  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: 40%; } }
  @media (min-width: 768px) {
    .account-product-detail {
      width: 25%; } }
  @media (min-width: 1025px) {
    .account-product-detail {
      width: 18%; } }
  @media (min-width: 1281px) {
    .account-product-detail {
      width: 14%; } }
  .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; } }
  .account-product-detail span {
    font-size: 16px;
    display: block;
    font-style: normal;
    color: #505050; }

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

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

.account-product-detail-heading {
  color: #505050;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 12px;
  text-transform: capitalize;
  display: inline-block; }

.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: 1281px) {
      .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: 1281px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

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

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

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

.account-orderTotal-value {
  border-bottom: 1px solid #e6e6e6;
  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: #5a5a5a;
  color: white;
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 8px 25px;
  border-radius: 5px;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 400; }

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

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

.account-message .is-read {
  color: #757575;
  margin: 5px 0 10px 0; }

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

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

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

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

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

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

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

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 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: #cccccc; }

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

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

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

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

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.category-header-image {
  width: 100%; }

/* Category Filter */
@media screen and (min-width: 1024px) {
  .halo-category-toolbar.custom-top-filter {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap; }
    .halo-category-toolbar.custom-top-filter .column-left {
      max-width: 65%;
      width: fit-content; }
      .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter {
        margin-top: 32px; }
        .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter #faceted-search-container {
          margin-bottom: 0; } }
        @media screen and (min-width: 1024px) and (min-width: 1024px) {
          .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter #faceted-search-container {
            width: 100%; } }

@media screen and (min-width: 1024px) {
        .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch {
          display: flex;
          align-items: center;
          width: fit-content; }
          .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch .facetedSearch-refineFilters {
            margin-right: 20px; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch .facetedSearch-refineFilters .sidebarBlock-heading {
              text-transform: capitalize;
              white-space: nowrap;
              font-weight: 500; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch .facetedSearch-refineFilters p {
              display: none; }
        .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList {
          display: flex;
          align-items: center;
          flex-wrap: wrap; }
          .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block {
            position: relative;
            min-width: 210px;
            height: 50px;
            line-height: 48px;
            padding: 0 15px;
            font-size: 12px;
            display: inline-block;
            vertical-align: top;
            margin-top: 0;
            margin-right: 10px;
            position: relative;
            border: 1px solid #bebebe;
            margin-bottom: 10px;
            border-radius: 4px;
            /* For Price Filter */ }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-title {
              font-size: 16px;
              color: #424242;
              text-transform: capitalize;
              font-weight: 400; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-content {
              padding: 0 0 0 15px;
              left: -1px;
              top: 100%;
              z-index: 15;
              width: 100%;
              min-width: 210px;
              position: absolute;
              display: block;
              opacity: 0;
              visibility: hidden;
              background-color: #fff;
              border: 1px solid #bebebe;
              transition: all 0.3s ease; }
              .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList {
                overflow-x: hidden;
                max-height: 280px;
                overflow-y: auto; }
                .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList::-webkit-scrollbar {
                  width: 4px; }
                .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList::-webkit-scrollbar-track {
                  background: #f5f5f5; }
                .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList::-webkit-scrollbar-thumb {
                  background: #a6a6a6; }
                .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList::-webkit-scrollbar-thumb:hover {
                  background: #787878; }
              .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .toggleLink {
                display: none; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block:hover .accordion-content {
              display: block;
              opacity: 1;
              visibility: visible; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block:hover button span:not(.accordion-title)::after {
              transform: translateY(-50%) rotate(180deg) !important; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder button {
              margin-bottom: 0 !important; }
              .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder button span:not(.accordion-title) {
                position: relative; }
                .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder button span:not(.accordion-title)::after {
                  content: '';
                  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-3x'%3E%3Cpath fill='%23000000' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3E%3C/path%3E%3C/svg%3E");
                  background-repeat: no-repeat;
                  position: absolute;
                  top: 50%;
                  transform: translateY(-50%) rotate(0);
                  width: 15px;
                  height: 15px;
                  right: 0;
                  transition: transform linear 0.2s; }
                .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder button span:not(.accordion-title) .icon {
                  opacity: 0; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .facetedSearch-clearLink {
              display: none; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price {
              padding-left: 0; }
              .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price #facet-range-form .form-minMaxRow {
                margin: 0;
                padding-top: 8px; }
                .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price #facet-range-form .form-minMaxRow .form-field {
                  width: 50%; }
                  .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price #facet-range-form .form-minMaxRow .form-field .form-input {
                    border-radius: 4px; }
                  .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price #facet-range-form .form-minMaxRow .form-field .button {
                    border-radius: 4px;
                    width: 100%;
                    margin-top: 12px; }
                  .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price #facet-range-form .form-minMaxRow .form-field:has(.button) {
                    width: 100%; }
              .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price #facet-range-form .form-inlineMessage {
                padding-top: 6px;
                padding-bottom: 12px;
                text-align: center; }
    .halo-category-toolbar.custom-top-filter .column-right {
      width: 35%;
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      z-index: 99; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      .halo-category-toolbar.custom-top-filter .column-right {
        margin-bottom: 15px; } }

@media screen and (min-width: 1024px) {
      .halo-category-toolbar.custom-top-filter .column-right .actionBar.show-product {
        display: none; }
      .halo-category-toolbar.custom-top-filter .column-right .actionBar[data-sort-by='product'] {
        margin-left: 0; }
        .halo-category-toolbar.custom-top-filter .column-right .actionBar[data-sort-by='product'] .form-fieldset {
          width: fit-content; }
          .halo-category-toolbar.custom-top-filter .column-right .actionBar[data-sort-by='product'] .form-fieldset .form-field {
            border: 0;
            margin-bottom: 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center; }
            .halo-category-toolbar.custom-top-filter .column-right .actionBar[data-sort-by='product'] .form-fieldset .form-field .form-label {
              vertical-align: middle;
              font-size: 16px;
              font-weight: 500;
              color: #000;
              line-height: 25px;
              letter-spacing: 0;
              text-transform: capitalize;
              margin-right: 11px;
              margin-bottom: 0;
              padding: 0;
              line-height: 1;
              width: 100%;
              display: inline-block;
              min-width: 60px; }
            .halo-category-toolbar.custom-top-filter .column-right .actionBar[data-sort-by='product'] .form-fieldset .form-field .form-select {
              border: 1px solid #cbcbcb;
              border-radius: 4px !important;
              padding-left: 15px;
              color: #000;
              border-radius: 0;
              padding: 8px 15px 9px 15px;
              height: 50px;
              font-size: 16px;
              letter-spacing: 0;
              background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-3x'%3E%3Cpath fill='%23000000' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3E%3C/path%3E%3C/svg%3E");
              background-size: 13px;
              background-position: right 13px top 15px; } }
            @media screen and (min-width: 1024px) and (min-width: 1800px) {
              .halo-category-toolbar.custom-top-filter .column-right .actionBar[data-sort-by='product'] .form-fieldset .form-field .form-select {
                min-width: 210px; } }
            @media screen and (min-width: 1024px) and (min-width: 1600px) {
              .halo-category-toolbar.custom-top-filter .column-right .actionBar[data-sort-by='product'] .form-fieldset .form-field .form-select {
                min-width: 180px; } }

@media screen and (min-width: 1024px) {
      .halo-category-toolbar.custom-top-filter .column-right .view-as-btn {
        display: flex;
        margin-left: 25px; }
        .halo-category-toolbar.custom-top-filter .column-right .view-as-btn .btn-group {
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          overflow: hidden; }
          .halo-category-toolbar.custom-top-filter .column-right .view-as-btn .btn-group .btn-view {
            display: inline-block;
            background: #fff;
            font-size: 0;
            text-align: center;
            padding: 12px 5px;
            min-width: 50px;
            height: 50px;
            border: 1px solid #bebebe; }
            .halo-category-toolbar.custom-top-filter .column-right .view-as-btn .btn-group .btn-view.grid-view {
              border-right: none;
              border-top-left-radius: 4px;
              border-bottom-left-radius: 4px; }
            .halo-category-toolbar.custom-top-filter .column-right .view-as-btn .btn-group .btn-view.list-view {
              margin-left: 0 !important;
              border-top-right-radius: 4px;
              border-bottom-right-radius: 4px; }
              .halo-category-toolbar.custom-top-filter .column-right .view-as-btn .btn-group .btn-view.list-view .icon {
                width: 36px;
                height: 36px;
                transform: translateY(-4px); }
            .halo-category-toolbar.custom-top-filter .column-right .view-as-btn .btn-group .btn-view .icon {
              width: 24px;
              height: 24px; } }

@media screen and (min-width: 1024px) {
  .page-sidebar.sidebar-show + #product-listing-container,
  .page-sidebar.sidebar-show + .page-content {
    width: 100%; } }

.has-stickyHeader .header .header-bottom.sticky-down {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 100%; }
  .has-stickyHeader .header .header-bottom.sticky-down > .container {
    max-width: 100%;
    padding: 0;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .has-stickyHeader .header .header-bottom.sticky-down .logo-fixed {
    display: inline-block; }
  .has-stickyHeader .header .header-bottom.sticky-down .header-top {
    display: none; }
  .has-stickyHeader .header .header-bottom.sticky-down .header-bottom-right {
    display: none; }
  .has-stickyHeader .header .header-bottom.sticky-down .header-fixed-right {
    display: inline-block; }
  .has-stickyHeader .header .header-bottom.sticky-down .navPages-container {
    padding-left: 15px; }
    @media (min-width: 1025px) {
      .has-stickyHeader .header .header-bottom.sticky-down .navPages-container {
        width: calc(100% - 250px);
        max-width: 1400px; } }
  @media (min-width: 1025px) {
    .has-stickyHeader .header .header-bottom.sticky-down .navPages-list {
      padding-top: 9px; } }
  @media (min-width: 1025px) {
    .has-stickyHeader .header .header-bottom.sticky-down .navPages-list .navPages-item > .navPages-action .navPages-label {
      top: -14px; } }

@media (min-width: 1025px) {
  .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-container {
    max-width: 1600px; } }

.has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-container.has-logo-fixed .navPages-list-megamenu-2 .has-megamenu > .navPage-subMenu {
  max-width: 1300px;
  width: calc(100vw - 450px); }

@media (min-width: 1025px) {
  .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list .navPages-item > .navPages-action .navPages-label {
    top: -11px; } }

.has-stickyHeader .header.header-layout-2 .header-bottom .header-fixed-right .countPill {
  background: #fd6506;
  color: white; }

.has-stickyHeader .header.header-layout-2 .header-bottom .header-fixed-right .navUser-item svg {
  fill: #323232; }

.header {
  background-color: #ff7000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 9996; }
  @media (min-width: 1025px) {
    .header {
      overflow: visible;
      height: auto;
      display: flex;
      flex-direction: column; } }
  @media (max-width: 1024px) {
    .header {
      z-index: 9991; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1025px) {
      .header.is-open {
        height: auto; } }

.header-pc {
  display: none; }
  @media (min-width: 1200px) {
    .header-pc {
      display: block; } }

.header-mobile {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #ff7000; }
  .header-mobile.sticky-down {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%; }
  @media (min-width: 1200px) {
    .header-mobile {
      display: none; } }

.header-top > .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px; }

.header-top .header-top-left {
  padding-right: 35px;
  max-width: 250px; }

.header-top .header-top-middle {
  padding-left: 25px;
  padding-right: 25px;
  width: calc(100% - 695px); }

.header-top .header-top-right {
  max-width: 445px;
  padding-left: 20px; }
  .header-top .header-top-right .navUser-section {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header-top .header-top-right .navUser-item > .navUser-action {
    text-align: center; }
    .header-top .header-top-right .navUser-item > .navUser-action > .icon {
      width: 33px;
      height: 33px;
      display: block;
      margin: 0 auto;
      fill: white; }
    .header-top .header-top-right .navUser-item > .navUser-action > span {
      margin-top: 5px; }
  .header-top .header-top-right .navUser-item.navUser-item--phone {
    padding-bottom: 1px;
    max-width: 180px; }
    .header-top .header-top-right .navUser-item.navUser-item--phone > .navUser-action {
      text-align: left;
      padding-left: 0; }
      .header-top .header-top-right .navUser-item.navUser-item--phone > .navUser-action .text {
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        width: 100%; }
      .header-top .header-top-right .navUser-item.navUser-item--phone > .navUser-action > .phone {
        display: block;
        font-weight: 700;
        font-size: 18px;
        margin-top: 2px; }
  .header-top .header-top-right .navUser-item.navUser-item--account > .navUser-action > .icon {
    width: 30px;
    height: 33px; }
  .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action {
    padding-right: 0; }
    .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action > .icon {
      width: 32px;
      height: 32px; }
    .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action > span {
      margin-top: 2px; }
  .header-top .header-top-right .navUser-item.navUser-item--giftCard .navUser-action .icon {
    stroke: none; }

.header-bottom {
  background: white; }
  .header-bottom .logo-fixed {
    display: none;
    width: 135px;
    padding-left: 15px;
    padding-right: 15px; }
  .header-bottom > .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px; }
  .header-bottom .navPages-container {
    padding: 5px 15px 0 0px; }
    @media (min-width: 1025px) {
      .header-bottom .navPages-container.has-header-right {
        max-width: calc(100% - 250px);
        width: 100%; } }
  .header-bottom .header-bottom-right {
    padding-top: 19px;
    width: 250px;
    text-align: right; }
    .header-bottom .header-bottom-right .help {
      display: inline-block;
      padding-top: 1px;
      color: #323232;
      max-width: 140px; }
      .header-bottom .header-bottom-right .help a {
        color: #323232; }
        .header-bottom .header-bottom-right .help a:hover {
          color: #ff7000; }
        .header-bottom .header-bottom-right .help a svg {
          fill: white;
          width: 16px;
          height: 18px;
          margin-top: -4px;
          margin-right: 6px; }
      .header-bottom .header-bottom-right .help + .navUser-section--currency:before {
        content: "";
        background: rgba(50, 50, 50, 0.3);
        width: 1px;
        height: 96%;
        position: absolute;
        top: 2%;
        left: 0; }
  .header-bottom .navUser-section--currency {
    display: inline-block;
    float: right;
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 0; }
    .header-bottom .navUser-section--currency .navUser-item {
      padding: 0;
      position: relative; }
    .header-bottom .navUser-section--currency .navUser-action {
      padding: 0;
      line-height: 24px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      color: #323232; }
      .header-bottom .navUser-section--currency .navUser-action .icon {
        margin-top: -1px;
        margin-left: 6px;
        height: 0.57143rem;
        width: 0.57143rem; }
        .header-bottom .navUser-section--currency .navUser-action .icon svg {
          height: 0.57143rem;
          width: 0.57143rem;
          fill: #323232;
          stroke: #323232; }
    .header-bottom .navUser-section--currency .image-flag {
      vertical-align: top;
      display: inline-block; }
      .header-bottom .navUser-section--currency .image-flag img {
        margin-top: -2px; }
    .header-bottom .navUser-section--currency .text-flag {
      margin-left: 5px;
      max-width: 50px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      overflow: hidden;
      position: relative;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      text-overflow: ellipsis; }
    .header-bottom .navUser-section--currency #currencySelection {
      width: auto;
      max-width: auto;
      min-width: 135px;
      left: auto !important;
      right: 0;
      padding: 0;
      margin-top: 5px;
      padding: 7px 0 8px 0; }
      .header-bottom .navUser-section--currency #currencySelection .dropdown-menu-item {
        padding: 2px 15px 2px 15px; }
        .header-bottom .navUser-section--currency #currencySelection .dropdown-menu-item:hover {
          color: white; }
        .header-bottom .navUser-section--currency #currencySelection .dropdown-menu-item a {
          padding: 0;
          color: #505050;
          text-transform: uppercase;
          font-weight: 400;
          display: inline-block;
          width: 100%; }
          .header-bottom .navUser-section--currency #currencySelection .dropdown-menu-item a img {
            margin-top: -2px;
            margin-right: 5px;
            display: inline-block; }
          .header-bottom .navUser-section--currency #currencySelection .dropdown-menu-item a .active {
            background-image: linear-gradient(transparent 96%, #505050 4%);
            background-repeat: repeat-x;
            background-position-y: 0px; }
  .header-bottom .header-fixed-right {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 115px;
    text-align: right;
    height: 100%; }
    .is-sticky .header-bottom .header-fixed-right {
      display: inline-block; }
    .header-bottom .header-fixed-right .navUser-item {
      float: none;
      display: inline-block; }
      .header-bottom .header-fixed-right .navUser-item svg {
        width: 26px;
        height: 26px; }
      .header-bottom .header-fixed-right .navUser-item .navUser-action {
        position: relative;
        padding-right: 0; }
    .header-bottom .header-fixed-right .navUser-item--search .navUser-action {
      padding-right: 0;
      padding-left: 0; }
    .header-bottom .header-fixed-right .navUser-item--search svg {
      width: 20px;
      height: 20px;
      margin-top: 1px; }
    .header-bottom .header-fixed-right .navUser-item--search .icon-close {
      display: none; }
    .header-bottom .header-fixed-right .navUser-item--cart {
      float: right; }
      .header-bottom .header-fixed-right .navUser-item--cart .navUser-item-cartLabel {
        display: none; }
      .header-bottom .header-fixed-right .navUser-item--cart .navUser-action {
        padding-left: 18; }

.header-logo {
  font-size: 0;
  text-align: center;
  margin: 0; }
  @media (min-width: 1025px) {
    .header.fixed .header-logo {
      background-color: #444444;
      margin: 0;
      padding: 0.35714rem 0;
      position: absolute;
      top: 0;
      width: 100%; } }
  .header-logo__link {
    color: white;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: auto;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1025px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0; } }
    .header-logo__link:hover {
      color: white; }
    .header-logo__link:active {
      color: white; }

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

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

.header-logo-text {
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: left; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 24px;
      line-height: 30px; } }
  @media (min-width: 1025px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      line-height: 34px;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 40px; } }

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

.header-logo-image-container:after {
  content: '';
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 30px; }
  @media (min-width: 1025px) {
    .header-logo-image {
      max-height: 37px; } }

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

.mobileMenu-toggle {
  width: 26px;
  height: 100%;
  display: inline-block;
  font-size: 0;
  padding: 0;
  z-index: 50;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    background: #323232;
    display: inline-block;
    height: 2px;
    transform: rotate(0deg);
    width: 1.85714rem;
    background: white; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #323232;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    width: 1.85714rem;
    background: white; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.6rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.6rem; }

/*-------- Header Mobile  ------*/
.header-mobile .mobile-header {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 15px;
  height: 50px; }

.header-mobile .header-item {
  min-width: 85px; }
  @media (max-width: 551px) {
    .header-mobile .header-item {
      max-width: 160px; } }
  @media (max-width: 380px) {
    .header-mobile .header-item {
      max-width: 150px; } }
  @media (max-width: 360px) {
    .header-mobile .header-item {
      max-width: 120px; } }
  .header-mobile .header-item .items {
    display: inline-block;
    vertical-align: middle; }
    .header-mobile .header-item .items + .items {
      margin-left: 10px; }
      @media (min-width: 360px) {
        .header-mobile .header-item .items + .items {
          margin-left: 15px; }
          .header-mobile .header-item .items + .items.themevale_cart {
            margin-left: 13px; } }
      @media (min-width: 381px) {
        .header-mobile .header-item .items + .items {
          margin-left: 20px; }
          .header-mobile .header-item .items + .items.themevale_cart {
            margin-left: 18px; } }
    .header-mobile .header-item .items .navUser-action {
      padding: 0; }
  @media (min-width: 551px) and (max-width: 1024px) {
    .header-mobile .header-item.text-center {
      padding: 0 15px;
      max-width: 60%; } }
  .header-mobile .header-item.text-center .items {
    width: 100%; }
  .header-mobile .header-item .item--hamburger {
    width: 28px;
    height: 50px;
    margin-top: -1px; }
  .header-mobile .header-item .item--searchMobile .navUser-action .icon {
    margin-top: -3px;
    height: 1.57143rem;
    width: 1.57143rem;
    fill: white;
    color: white;
    opacity: 1; }
  .header-mobile .header-item .item--searchMobile .navUser-action .close {
    text-align: center;
    font-size: 42px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 200;
    width: 22px;
    height: 22px;
    margin-top: 1px; }
    .header-mobile .header-item .item--searchMobile .navUser-action .close.close {
      display: none; }
  .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fafafa;
    padding-left: 0;
    display: none; }
    .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch.is-open {
      display: block; }
    .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query {
      padding-left: 15px;
      color: #8e8e8e;
      font-weight: 700;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
       -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
      @media (max-width: 1024px) {
        .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query {
          height: 3.07143rem; } }
      @media (max-width: 550px) {
        .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query {
          height: 2.85714rem; } }
      .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query::-webkit-input-placeholder {
        color: #8e8e8e;
        font-weight: 700;
        opacity: 1; }
      .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query::-moz-placeholder {
        color: #8e8e8e;
        font-weight: 700;
        opacity: 1; }
      .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query:-ms-input-placeholder {
        color: #8e8e8e !important;
        font-weight: 700 !important;
        opacity: 1 !important; }
    .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch .form {
      margin-top: 0; }
    .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch button {
      top: 0px;
      right: 5px;
      left: auto;
      width: 40px; }
      @media (max-width: 1024px) {
        .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch button {
          height: 43px;
          line-height: 43px; } }
      @media (max-width: 550px) {
        .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch button {
          height: 40px;
          line-height: 40px; } }
      .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch button svg {
        fill: #8e8e8e;
        width: 18px;
        height: 18px;
        margin-top: -2px; }
    .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch .themevale-dropdown {
      width: 100%;
      right: 0;
      top: 100% !important; }
  .header-mobile .header-item .item--account .navUser-action {
    padding-right: 0;
    padding-left: 5px; }
    .header-mobile .header-item .item--account .navUser-action .icon {
      margin-top: -2px;
      height: 1.64286rem;
      width: 1.64286rem; }
  .header-mobile .header-item .item--cart .icon {
    margin-top: -5px;
    height: 1.71429rem;
    width: 1.71429rem; }

.header-mobile .navUser-item-cartIcon {
  position: relative;
  margin-right: 12px; }
  .header-mobile .navUser-item-cartIcon .countPill {
    margin: 0;
    font-size: 11px;
    display: block;
    top: -7px;
    right: -12px; }

/* Header Layout 2*/
.header-layout-2 .header-top > .container {
  padding-top: 21px;
  padding-bottom: 21px; }

@media (min-width: 1025px) {
  .header-layout-2 .header-top .header-top-left {
    width: 450px;
    max-width: 450px;
    font-size: 0;
    padding-right: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; } }

.header-layout-2 .header-top .header-top-left .header-logo {
  display: inline-block;
  max-width: 240px; }

.header-layout-2 .header-top .header-top-left .navUser-item--phone {
  display: inline-block;
  float: none;
  font-size: 14px; }
  .header-layout-2 .header-top .header-top-left .navUser-item--phone .navUser-action {
    padding-right: 0; }
  .header-layout-2 .header-top .header-top-left .navUser-item--phone .phone {
    display: block;
    font-size: 18px;
    font-weight: 700; }

@media (min-width: 1025px) {
  .header-layout-2 .header-top .header-top-middle {
    width: calc(100% - 900px);
    padding-left: 15px;
    padding-right: 15px; }
    .header-layout-2 .header-top .header-top-middle .dropdown--quickSearch .form-field {
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
       -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } }

@media (min-width: 1025px) {
  .header-layout-2 .header-top .header-top-right {
    width: 450px;
    max-width: 450px;
    padding-left: 15px; }
    .header-layout-2 .header-top .header-top-right .navUser-item > .navUser-action {
      padding: 0 16px;
      font-weight: 400; }
      .header-layout-2 .header-top .header-top-right .navUser-item > .navUser-action > .icon {
        width: 25px;
        height: 25px;
        margin-top: -1px; }
      .header-layout-2 .header-top .header-top-right .navUser-item > .navUser-action span {
        margin-top: 0; }
    .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action {
      padding-bottom: 6px;
      padding-right: 1px; }
      .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action > .icon {
        width: 44px;
        height: 44px; }
      .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action .navUser-item-cartLabel {
        display: none; }
      .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action .countPill {
        right: -2px;
        margin-top: 5px; } }

.header-layout-2 .header-bottom {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
   -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
   -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15); }
  .header-layout-2 .header-bottom > .container {
    padding-top: 0;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .header-layout-2 .header-bottom .vertical-menu {
    width: 160px;
    border-right: 1px solid rgba(50, 50, 50, 0.3);
    height: 100%; }
    .header-layout-2 .header-bottom .vertical-menu .icon-nav {
      padding-top: 16px;
      padding-bottom: 16px; }
      .header-layout-2 .header-bottom .vertical-menu .icon-nav .icon {
        fill: #fd6506;
        width: 18px;
        height: 18px;
        margin-top: -4px; }
      .header-layout-2 .header-bottom .vertical-menu .icon-nav .menu-title {
        color: #323232;
        font-weight: 500;
        font-size: 16px;
        margin-left: 6px; }
      .header-layout-2 .header-bottom .vertical-menu .icon-nav .arrow-down {
        width: 8px;
        height: 8px;
        fill: #323232;
        stroke: #323232;
        margin-left: 9px; }
    .header-layout-2 .header-bottom .vertical-menu .vertical-menu-dropdown {
      position: absolute;
      left: 0;
      top: 100%;
      width: 260px;
      background: white;
      box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
      -webkit-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
      -moz-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
      -ms-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
      -moz-border-radius: 0 0 8px 8px;
      -webkit-border-radius: 0 0 8px 8px;
      -ms-border-radius: 0 0 8px 8px;
      border-radius: 0 0 8px 8px;
      padding-top: 10px;
      padding-bottom: 10px;
      height: 0;
      opacity: 0;
      transform: translateY(30px);
      -webkit-transform: translateY(30px);
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -webkit-transition: transform 0.3s linear;
      -moz-transition: transform 0.3s linear;
      -ms-transition: transform 0.3s linear;
      -o-transition: transform 0.3s linear;
      transition: transform 0.3s linear;
      pointer-events: none; }
    .header-layout-2 .header-bottom .vertical-menu:hover .icon-nav {
      position: relative; }
      .header-layout-2 .header-bottom .vertical-menu:hover .icon-nav:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: transparent;
        width: 100%;
        height: 100%;
        z-index: 1; }
    .header-layout-2 .header-bottom .vertical-menu:hover .vertical-menu-dropdown {
      height: auto;
      opacity: 1;
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      z-index: 9;
      pointer-events: auto; }
  .header-layout-2 .header-bottom .navPages-container {
    padding-top: 0;
    padding-right: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative; }
    .header-layout-2 .header-bottom .navPages-container .navPages-list-webpages {
      margin-top: 0;
      padding-left: 30px;
      padding-top: 10px;
      display: block; }
      @media (min-width: 1025px) {
        .header-layout-2 .header-bottom .navPages-container .navPages-list-webpages {
          min-height: auto !important; } }
      .header-layout-2 .header-bottom .navPages-container .navPages-list-webpages .navPage-subMenu-item-child, .header-layout-2 .header-bottom .navPages-container .navPages-list-webpages .navPage-subMenu-item-parent {
        background: white; }
    .header-layout-2 .header-bottom .navPages-container .navPages, .header-layout-2 .header-bottom .navPages-container .vertical-menu {
      display: inline-block;
      vertical-align: top; }
  .header-layout-2 .header-bottom .header-bottom-right {
    padding-top: 0px; }
    .header-layout-2 .header-bottom .header-bottom-right .navUser-item > .navUser-action > .icon {
      color: white; }
    .header-layout-2 .header-bottom .header-bottom-right .help svg {
      fill: #fd6506; }

body.halo-open-account, body.halo-open-side-cart, body.halo-open-before-you-leave, body.halo-open-sidebar, body.halo-open-search {
  overflow: hidden; }

body.homepage-layout-2.page-type-default {
  background: white; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-30 {
  padding-top: 20px; }
  @media (min-width: 1025px) {
    .padding-top-30 {
      padding-top: 30px; } }

.padding-top-40 {
  padding-top: 20px; }
  @media (min-width: 551px) {
    .padding-top-40 {
      padding-top: 30px; } }
  @media (min-width: 1025px) {
    .padding-top-40 {
      padding-top: 40px; } }

.padding-top-50 {
  padding-top: 25px; }
  @media (min-width: 551px) {
    .padding-top-50 {
      padding-top: 35px; } }
  @media (min-width: 1025px) {
    .padding-top-50 {
      padding-top: 50px; } }

.padding-top-60 {
  padding-top: 35px; }
  @media (min-width: 551px) {
    .padding-top-60 {
      padding-top: 45px; } }
  @media (min-width: 1025px) {
    .padding-top-60 {
      padding-top: 60px; } }

.padding-top-70 {
  padding-top: 45px; }
  @media (min-width: 551px) {
    .padding-top-70 {
      padding-top: 55px; } }
  @media (min-width: 1025px) {
    .padding-top-70 {
      padding-top: 70px; } }

.padding-top-80 {
  padding-top: 45px; }
  @media (min-width: 551px) {
    .padding-top-80 {
      padding-top: 60px; } }
  @media (min-width: 1025px) {
    .padding-top-80 {
      padding-top: 80px; } }

.padding-top-100 {
  padding-top: 50px; }
  @media (min-width: 551px) {
    .padding-top-100 {
      padding-top: 70px; } }
  @media (min-width: 1025px) {
    .padding-top-100 {
      padding-top: 100px; } }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-bottom-30 {
  padding-bottom: 20px; }
  @media (min-width: 1025px) {
    .padding-bottom-30 {
      padding-bottom: 30px; } }

.padding-bottom-40 {
  padding-bottom: 20px; }
  @media (min-width: 551px) {
    .padding-bottom-40 {
      padding-bottom: 30px; } }
  @media (min-width: 1025px) {
    .padding-bottom-40 {
      padding-bottom: 40px; } }

.padding-bottom-50 {
  padding-bottom: 20px; }
  @media (min-width: 551px) {
    .padding-bottom-50 {
      padding-bottom: 35px; } }
  @media (min-width: 1025px) {
    .padding-bottom-50 {
      padding-bottom: 50px; } }

.padding-bottom-60 {
  padding-bottom: 25px; }
  @media (min-width: 551px) {
    .padding-bottom-60 {
      padding-bottom: 35px; } }
  @media (min-width: 1025px) {
    .padding-bottom-60 {
      padding-bottom: 60px; } }

.padding-bottom-70 {
  padding-bottom: 40px; }
  @media (min-width: 551px) {
    .padding-bottom-70 {
      padding-bottom: 50px; } }
  @media (min-width: 1025px) {
    .padding-bottom-70 {
      padding-bottom: 70px; } }

.padding-bottom-80 {
  padding-bottom: 50px; }
  @media (min-width: 551px) {
    .padding-bottom-80 {
      padding-bottom: 60px; } }
  @media (min-width: 1025px) {
    .padding-bottom-80 {
      padding-bottom: 80px; } }

.padding-bottom-120 {
  padding-bottom: 50px; }
  @media (min-width: 551px) {
    .padding-bottom-120 {
      padding-bottom: 80px; } }
  @media (min-width: 1025px) {
    .padding-bottom-120 {
      padding-bottom: 120px; } }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 20px; }
  @media (min-width: 551px) {
    .margin-top-30 {
      margin-top: 30px; } }

.margin-top-40 {
  margin-top: 20px; }
  @media (min-width: 551px) {
    .margin-top-40 {
      margin-top: 30px; } }
  @media (min-width: 1025px) {
    .margin-top-40 {
      margin-top: 40px; } }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 20px; }
  @media (min-width: 551px) {
    .margin-bottom-30 {
      margin-bottom: 30px; } }

.margin-bottom-40 {
  margin-bottom: 20px; }
  @media (min-width: 551px) {
    .margin-bottom-40 {
      margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .margin-bottom-40 {
      margin-bottom: 40px; } }

.page {
  display: inline-block;
  width: 100%; }

.page-content.no-heading {
  padding-top: 35px; }
  @media (min-width: 1025px) {
    .page-content.no-heading {
      padding-top: 55px; } }

.page-content.padding-bottom {
  padding-bottom: 50px; }
  @media (min-width: 551px) {
    .page-content.padding-bottom {
      padding-bottom: 80px; } }
  @media (min-width: 1025px) {
    .page-content.padding-bottom {
      padding-bottom: 120px; } }

.page-type-404 .form {
  margin-bottom: 0; }
  .page-type-404 .form .form-field:last-child {
    margin-bottom: 0; }

body:not(.page-type-default) #main-content {
  padding-bottom: 50px; }

.stickyContainer {
  position: relative; }

.page-content {
  padding: 0;
  width: 100%;
  float: left;
  position: relative; }

.page-sidebar {
  width: 25%;
  background-color: #fff;
  font-size: 16px; }
  @media (max-width: 1024px) {
    .page-sidebar {
      width: 347px;
      position: fixed;
      top: 0;
      left: 0;
      -moz-transform: translateX(-103%);
      -o-transform: translateX(-103%);
      -ms-transform: translateX(-103%);
      -webkit-transform: translateX(-103%);
      transform: translateX(-103%);
      -webkit-transition: transform 0.4s ease;
      -moz-transition: transform 0.4s ease;
      -ms-transition: transform 0.4s ease;
      -o-transition: transform 0.4s ease;
      transition: transform 0.4s ease;
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      z-index: 10002;
      margin: 0;
      overflow-y: auto;
      height: 100%; }
      .page-sidebar nav {
        padding: 28px 30px 30px 30px; }
      .page-sidebar + #product-listing-container {
        width: 100%; } }
  .page-sidebar.sidebar-hide {
    width: 330px;
    position: fixed;
    top: 0;
    left: 0;
    -moz-transform: translateX(-103%);
    -o-transform: translateX(-103%);
    -ms-transform: translateX(-103%);
    -webkit-transform: translateX(-103%);
    transform: translateX(-103%);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 10002;
    margin: 0;
    overflow-y: auto;
    height: 100vh; }
    @media (min-width: 1025px) {
      .page-sidebar.sidebar-hide {
        width: 317px; } }
    .page-sidebar.sidebar-hide nav {
      padding: 28px 30px 30px 30px; }
    .page-sidebar.sidebar-hide + #product-listing-container,
    .page-sidebar.sidebar-hide + .page-content {
      width: 100%; }
  .page-sidebar.sidebar-show {
    margin-bottom: 35px; }
    @media (min-width: 1025px) {
      .page-sidebar.sidebar-show {
        float: left;
        width: 240px;
        margin-bottom: 50px;
        position: -webkit-sticky;
        /* Safari */
        position: sticky;
        top: 20px; }
        .page-sidebar.sidebar-show .close-sidebar {
          display: none; } }
    .page-sidebar.sidebar-show + #product-listing-container,
    .page-sidebar.sidebar-show + .page-content {
      width: 100%; }
      @media (min-width: 1025px) {
        .page-sidebar.sidebar-show + #product-listing-container,
        .page-sidebar.sidebar-show + .page-content {
          width: 100%;
          display: inline-block;
          float: left;
          width: calc(100% - 240px);
          padding-left: 35px; } }
  .halo-open-sidebar .page-sidebar {
    left: 0;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .page-sidebar .close-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    background: #f0f0f0;
    color: #000000;
    padding: 12px 30px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
    .page-sidebar .close-sidebar .icon-close {
      width: 17px;
      height: 20px;
      line-height: 20px;
      font-size: 32px;
      font-weight: 200; }
  .page-sidebar nav {
    width: 100%;
    height: 100%;
    display: block; }
    @media (min-width: 1025px) {
      .page-sidebar nav {
        margin-top: -5px; } }
    .page-sidebar nav .close-sidebar {
      display: none; }

#product-listing-container {
  margin-bottom: 35px; }
  @media (min-width: 1025px) {
    #product-listing-container {
      margin-bottom: 50px; } }

.footer {
  background-color: #f8f8f8;
  padding-top: 50px;
  position: relative; }
  @media (max-width: 1200px) {
    .footer {
      padding-top: 20px; } }

.footer-layout-1 {
  border-top: 10px solid whitesmoke; }
  .page-type-default .footer-layout-1 {
    border-top: none; }
  @media (min-width: 1025px) {
    .footer-layout-1 .footer-info-col.footer-info-col--small {
      width: 25%; } }
  .footer-layout-1 .footer-info-col[data-section-type="storeInfo"] address, .footer-layout-1 .footer-info-col[data-section-type="storeInfo"] .info {
    padding-left: 0; }
  @media (max-width: 1200px) {
    .footer-layout-1 .footer-middle .footer-info-col {
      width: 100%; }
      .footer-layout-1 .footer-middle .footer-info-col[data-section-type="newsletterSubscription"] .form-input[type="email"] {
        max-width: 100%; } }

.footer-title-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.footer-info {
  font-size: 0; }
  @media (min-width: 1201px) {
    .footer-info .footer-inner {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 1281px) {
    .footer-info .footer-inner {
      margin-left: -15px;
      margin-right: -15px; } }

.footer-info-col {
  width: 100%;
  color: #828282;
  display: inline-block;
  float: none;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  text-align: left;
  vertical-align: top;
  -ms-word-break: break-all;
  overflow-wrap: break-word; }
  @media (min-width: 1201px) {
    .footer-info-col {
      width: 33.3333%;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 45px; } }
  @media (min-width: 1281px) {
    .footer-info-col {
      padding-left: 15px;
      padding-right: 15px; } }
  .footer-layout-2 .footer-info-col {
    font-size: 1rem; }
  @media (min-width: 1201px) {
    .footer-info-col.footer-info-col--small {
      width: 33.33%; } }
  @media (min-width: 1201px) {
    .footer-layout-2 .footer-info-col.footer-info-col--small {
      width: 20%; } }
  @media (min-width: 1201px) {
    .footer-info-col.footer-info-col--large {
      width: 50%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }
  .footer-info-col[data-section-type="footer-brands"] .footer-info-list .view_all a {
    color: #323232;
    background-image: linear-gradient(transparent 96%, rgba(50, 50, 50, 0.7) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px; }
    .footer-info-col[data-section-type="footer-brands"] .footer-info-list .view_all a:hover {
      color: #ff7000;
      background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.7) 4%); }
  @media (max-width: 1200px) {
    .footer-info-col[data-section-type="newsletterSubscription"] {
      order: 6;
      margin-top: 20px; } }
  @media (min-width: 992px) {
    .footer-info-col[data-section-type="newsletterSubscription"] {
      padding-right: 45px; } }
  @media (max-width: 991px) {
    .footer-layout-1 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix {
      display: inline-block;
      width: 100%; } }
  .footer-info-col[data-section-type="newsletterSubscription"] .form-input[type="email"] {
    max-width: 100%;
    color: #828282; }
    @media (min-width: 551px) {
      .footer-info-col[data-section-type="newsletterSubscription"] .form-input[type="email"] {
        max-width: 443px; } }
    .footer-info-col[data-section-type="newsletterSubscription"] .form-input[type="email"]::-webkit-input-placeholder {
      color: rgba(130, 130, 130, 0.5);
      text-transform: none;
      opacity: 0.5; }
    .footer-info-col[data-section-type="newsletterSubscription"] .form-input[type="email"]::-moz-placeholder {
      color: rgba(130, 130, 130, 0.5);
      text-transform: none; }
    .footer-info-col[data-section-type="newsletterSubscription"] .form-input[type="email"]::-ms-input-placeholder {
      color: rgba(130, 130, 130, 0.5) !important;
      text-transform: none; }
  .footer-info-col[data-section-type="newsletterSubscription"] .button {
    width: 100%;
    height: auto;
    margin-top: 15px; }
    @media (min-width: 551px) {
      .footer-info-col[data-section-type="newsletterSubscription"] .button {
        min-width: 120px; } }
    @media (min-width: 991px) {
      .footer-info-col[data-section-type="newsletterSubscription"] .button {
        min-width: 140px;
        width: auto;
        margin-left: 15px;
        margin-top: 0; } }
    @media (min-width: 1025px) {
      .footer-info-col[data-section-type="newsletterSubscription"] .button {
        min-width: 180px; } }
  @media (max-width: 1200px) {
    .footer-info-col[data-section-type="storeInfo"] {
      order: 5; } }
  @media (max-width: 1024px) {
    .footer-layout-2 .footer-info-col[data-section-type="storeInfo"] {
      width: 66.66%;
      margin-bottom: 25px; } }
  @media (max-width: 1200px) {
    .footer-layout-2 .footer-info-col[data-section-type="storeInfo"] {
      width: 100%; } }
  .footer-info-col[data-section-type="storeInfo"] address, .footer-info-col[data-section-type="storeInfo"] .info {
    display: inline-block;
    width: 100%;
    padding-left: 35px;
    position: relative; }
    .footer-info-col[data-section-type="storeInfo"] address svg, .footer-info-col[data-section-type="storeInfo"] .info svg {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      position: absolute;
      left: 0;
      top: 2px; }
  .footer-info-col[data-section-type="storeInfo"] address, .footer-info-col[data-section-type="storeInfo"] .phone-number {
    margin-bottom: 10px; }
  .footer-info-col[data-section-type="storeInfo"] address svg {
    width: 15px; }
  .footer-layout-2 .footer-info-col[data-section-type="storeInfo"] address {
    font-style: normal; }
  .footer-info-col[data-section-type="storeInfo"] a {
    color: #828282; }
    .footer-info-col[data-section-type="storeInfo"] a:hover {
      color: #2a6dd5;
      background-image: linear-gradient(transparent 96%, rgba(42, 109, 213, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: -2px; }
  @media (max-width: 1200px) {
    .footer-info-col[data-section-type="footer-social"] {
      order: 7; } }
  @media (max-width: 1200px) {
    .footer-info-col.footer-info-col--social {
      margin-bottom: 25px; } }
  .footer-info-col.footer-copyright {
    width: 100%; }
    @media (min-width: 992px) {
      .footer-info-col.footer-copyright {
        width: 50%; } }
    @media (min-width: 1281px) {
      .footer-info-col.footer-copyright {
        width: 40%; } }
  .footer-info-col.footer-payment-icons {
    width: 100%; }
    @media (min-width: 992px) {
      .footer-info-col.footer-payment-icons {
        width: 50%; } }
    @media (min-width: 1281px) {
      .footer-info-col.footer-payment-icons {
        width: 60%; } }
  .footer-layout-2 .footer-info-col .socialLinks {
    margin-top: 22px; }
    @media (min-width: 1025px) {
      .footer-layout-2 .footer-info-col .socialLinks {
        margin-top: 32px; } }
  .footer-info-col .socialLinks .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1rem; }
    @media (min-width: 1281px) {
      .footer-info-col .socialLinks .icon {
        width: 40px;
        height: 40px; } }
    .footer-info-col .socialLinks .icon svg {
      fill: #ffffff;
      width: 20px;
      height: 20px; }
      .footer-layout-2 .footer-info-col .socialLinks .icon svg {
        fill: rgba(50, 50, 50, 0.8);
        margin-right: 0; }
    .footer-info-col .socialLinks .icon:hover {
      background-image: none; }
    .footer-layout-2 .footer-info-col .socialLinks .icon {
      background: transparent;
      border: 2px solid rgba(50, 50, 50, 0.3); }
      .footer-layout-2 .footer-info-col .socialLinks .icon:hover svg {
        fill: #fff; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--facebook:hover {
        background: #3b589c;
        border-color: #3b589c; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--twitter:hover {
        background: #00a2f3;
        border-color: #00a2f3; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--pinterest:hover {
        background: #d63633;
        border-color: #d63633; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--instagram:hover {
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
        border-color: #e6683c; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--youtube:hover {
        background-color: #ff0000;
        border-color: #ff0000; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--rss:hover {
        background-color: #FFA500;
        border-color: #FFA500; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--snapchat:hover {
        background-color: #f0e100;
        border-color: #f0e100; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--messenger:hover {
        background-color: #1977f3;
        border-color: #1977f3; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--linkedin:hover {
        background-color: #0077B5;
        border-color: #0077B5; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--tumblr:hover {
        background-color: #33506C;
        border-color: #33506C; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--stumbleupon:hover {
        background-color: #EB4924;
        border-color: #EB4924; }
  .footer-info-col .socialLinks .icon--facebook {
    background: #3b589c; }
  .footer-info-col .socialLinks .icon--twitter {
    background: #00a2f3; }
  .footer-info-col .socialLinks .icon--pinterest {
    background: #d63633; }
  .footer-info-col .socialLinks .icon--instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf); }
  .footer-info-col .socialLinks .icon--youtube {
    background-color: #ff0000; }
  .footer-info-col .socialLinks .icon--rss {
    background-color: #FFA500; }
  .footer-info-col .socialLinks .icon--snapchat {
    background-color: #f0e100; }
  .footer-info-col .socialLinks .icon--messenger {
    background-color: #1977f3; }
  .footer-info-col .socialLinks .icon--linkedin {
    background-color: #0077B5; }
  .footer-info-col .socialLinks .icon--tumblr {
    background-color: #33506C; }
  .footer-info-col .socialLinks .icon--stumbleupon {
    background-color: #EB4924; }

@media (min-width: 1201px) {
  .footer-top {
    border-bottom: 1px solid #666666; } }

.footer-top .seal-logos {
  text-align: left;
  margin-bottom: 35px;
  margin-top: 5px; }
  @media (min-width: 551px) {
    .footer-top .seal-logos {
      margin-bottom: 45px; } }
  @media (min-width: 1025px) {
    .footer-top .seal-logos {
      text-align: center;
      margin-bottom: 55px; } }

.footer-middle {
  font-size: 0; }
  @media (min-width: 1201px) {
    .footer-middle {
      padding-top: 40px; } }
  @media (max-width: 1200px) {
    .footer-middle .footer-inner {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 1024px) {
    .footer-middle .footer-info-col--large {
      width: 44%; } }
  @media (max-width: 992px) {
    .footer-middle .footer-info-col--large {
      width: 40%; } }
  @media (max-width: 1024px) {
    .footer-middle .footer-info-col--small {
      width: 28%; } }
  @media (max-width: 992px) {
    .footer-middle .footer-info-col--small {
      width: 30%; } }

.footer-bottom {
  background: white;
  padding: 18px 0 10px 0; }
  .homepage-layout-2 .footer-bottom {
    padding: 28px 0 40px 0; }
  @media (min-width: 992px) {
    .footer-bottom .footer-inner {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center; } }
  .footer-bottom p {
    content: gray; }
  .footer-bottom .footer-info-col {
    margin-bottom: 0; }

.footer-info-heading {
  color: #323232;
  font-size: 16px;
  line-height: 24px;
  text-transform: inherit;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 18px; }
  @media (min-width: 1201px) {
    .footer-info-heading {
      pointer-events: none; } }
  .footer-layout-2 .footer-info-heading {
    font-size: 14px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 16px; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list li {
    padding: 7px 0; }
    .footer-info-list li:first-child {
      padding-top: 0; }
    .footer-layout-2 .footer-info-list li {
      padding: 6px 0; }
  .footer-info-list a {
    color: #828282;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400; }
    .footer-info-list a:hover {
      color: #2a6dd5;
      background-image: linear-gradient(transparent 96%, rgba(42, 109, 213, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
    .footer-layout-2 .footer-info-list a {
      font-size: 14px; }
  .footer-info-list .form-field {
    margin-bottom: 0; }
  .footer-info-list address {
    font-style: normal; }

@media (max-width: 1200px) {
  .footer-info-col--mobile {
    margin-bottom: 0px; }
    .footer-info-col--mobile > .footer-info-heading {
      border-bottom: 2px solid #e6e6e6;
      padding-bottom: 16px;
      padding-top: 15px;
      margin-bottom: 0;
      position: relative; }
      .footer-info-col--mobile > .footer-info-heading:before {
        top: 50%;
        right: 4px;
        z-index: 2;
        content: "";
        width: 2px;
        height: 10px;
        position: absolute;
        transition: all .3s ease;
        transform: translateY(-50%);
        background-color: #323232; }
      .footer-info-col--mobile > .footer-info-heading:after {
        top: 50%;
        right: 0;
        z-index: 2;
        content: "";
        width: 10px;
        height: 2px;
        position: absolute;
        transform: translateY(-50%);
        background-color: #323232; }
      .footer-info-col--mobile > .footer-info-heading.is-clicked:before {
        transform: translateY(-50%) rotate(-90deg); }
    .footer-info-col--mobile .footer-info-list {
      display: none;
      margin-bottom: 15px;
      margin-top: 20px; } }

.footer-copyright {
  text-align: center;
  display: inline-block;
  margin-bottom: 20px !important; }
  @media (min-width: 992px) {
    .footer-copyright {
      margin-bottom: 8px !important;
      text-align: left; } }
  .footer-copyright > p {
    color: gray;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 0px; }
  .footer-copyright > .paypal-credit {
    margin: 1em 0 2em;
    display: inline-block; }
  .footer-copyright > .template-by {
    display: block; }
  .footer-copyright a {
    color: gray;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: gray;
      background-image: linear-gradient(transparent 96%, rgba(128, 128, 128, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: -2px; }

.footer-payment-icons {
  font-size: 0;
  display: inline-block;
  text-align: center; }
  @media (min-width: 992px) {
    .footer-payment-icons {
      text-align: right; } }
  @media (min-width: 992px) {
    .footer-payment-icons .footer-payment-icons-inner {
      float: right; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    vertical-align: middle;
    width: 3.71429rem;
    height: 2.28571rem;
    background: #fff;
    margin-bottom: 8px;
    margin-right: 8px;
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    @media (min-width: 1025px) {
      .footer-payment-icons .footer-payment-icon + .footer-payment-icon {
        margin-left: 15px;
        margin-right: 0; } }
    .footer-payment-icons .footer-payment-icon.cirrus {
      background: #013474; }
    .footer-payment-icons .footer-payment-icon.amazonpay {
      background: #ff9e13;
      fill: #ffffff;
      padding: 7px 5px 5px 5px; }
    .footer-payment-icons .footer-payment-icon.googlepay {
      padding: 8px; }
    .footer-payment-icons .footer-payment-icon.american-express {
      background: #2478bc; }
    .footer-payment-icons .footer-payment-icon.visa {
      background: #0e4595;
      padding: 4px; }
    .footer-payment-icons .footer-payment-icon.western-union {
      background: #f7de4b; }
    .footer-payment-icons .footer-payment-icon.sage {
      background: #118260;
      padding: 10px; }
    .footer-payment-icons .footer-payment-icon.google-wallet {
      background: #ffffff;
      padding: 7px; }

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

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

.footer-newsletter-summary {
  text-align: left;
  margin-bottom: 18px; }
  @media (min-width: 1201px) {
    .footer-newsletter-summary {
      margin-bottom: 28px; } }

/* Footer Layout 2 */
.footer-layout-2 .footer-top {
  border-bottom: none; }
  .footer-layout-2 .footer-top [data-section-type="newsletterSubscription"] {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 27px; }
    .footer-layout-2 .footer-top [data-section-type="newsletterSubscription"] .footer-info-heading {
      font-size: 20px;
      text-transform: uppercase;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      margin-bottom: 10px; }
    .footer-layout-2 .footer-top [data-section-type="newsletterSubscription"] .footer-info-list .footer-newsletter-summary {
      max-width: 640px;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 28px;
      font-size: 14px; }
    .footer-layout-2 .footer-top [data-section-type="newsletterSubscription"] .footer-info-list .form-prefixPostfix {
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      @media (max-width: 550px) {
        .footer-layout-2 .footer-top [data-section-type="newsletterSubscription"] .footer-info-list .form-prefixPostfix {
          display: inline-block;
          width: 100%; } }
    @media (min-width: 551px) {
      .footer-layout-2 .footer-top [data-section-type="newsletterSubscription"] .button {
        width: auto;
        margin-top: 0;
        margin-left: 15px; } }
  .footer-layout-2 .footer-top .seal-logos {
    margin-bottom: 40px; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 0 15px;
  width: 100%; }
  .homepage-layout-2:not(.page-type-product) .container {
    max-width: 1440px; }

.module-wrapper {
  display: inline-block;
  width: 100%;
  clear: both; }

.newTextLabel {
  display: none; }

/* Scroll Bar */
.scrollbar {
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 1025px) {
    .scrollbar {
      scrollbar-color: #787878 #fafafa;
      scrollbar-width: thin !important; }
      .scrollbar::-webkit-scrollbar {
        background-color: #fafafa;
        -webkit-appearance: none;
        width: 10px; }
      .scrollbar::-webkit-scrollbar-thumb {
        background-color: #787878; } }

.scrollbar-horizontal {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: auto;
  scrollbar-color: #787878 #fafafa;
  scrollbar-width: thin !important; }
  .scrollbar-horizontal::-webkit-scrollbar {
    background-color: #fafafa;
    -webkit-appearance: none;
    height: 5px;
    width: 5px; }
  .scrollbar-horizontal::-webkit-scrollbar-thumb {
    background-color: #787878; }

.page-header {
  text-align: center;
  position: relative;
  margin-bottom: 25px; }
  @media (min-width: 551px) {
    .page-header {
      margin-bottom: 30px; } }
  .page-header .page-heading {
    text-transform: none;
    margin: 0 auto 15px auto;
    text-align: center;
    display: inline-block; }
    @media (min-width: 551px) {
      .page-header .page-heading {
        max-width: 70%;
        margin: 0 auto 35px auto; } }
  .page-header .view-all {
    color: #ff7000;
    background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.7) 4%);
    background-repeat: repeat-x;
    background-position-y: -3px;
    line-height: 22px;
    display: inline-block;
    font-size: 14px; }
    @media (min-width: 551px) {
      .homepage-layout-1 .page-header .view-all {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%); } }
    .page-header .view-all.text-left {
      display: inline-block; }
    .page-header .view-all:hover {
      color: #ff7000;
      background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.7) 4%); }
  .page-header.text-left {
    text-align: left; }
    .page-header.text-left .page-heading {
      text-align: left;
      margin: 0 30px 15px 0; }
      @media (min-width: 551px) {
        .page-header.text-left .page-heading {
          margin: 0 30px 0px 0; } }

#main-content > .container {
  z-index: 1;
  padding-top: 22px; }
  #main-content > .container.no-heading.no-breadcrumbs {
    padding-top: 55px; }
  #main-content > .container.no-heading .breadcrumbs {
    margin-bottom: 30px; }
  .page-type-blog #main-content > .container.no-heading.no-breadcrumbs {
    padding-top: 40px; }

#main-content > .page > .container {
  padding-top: 29px; }
  #main-content > .page > .container.no-heading.no-breadcrumbs {
    padding-top: 55px; }
  #main-content > .page > .container.no-heading .breadcrumbs {
    margin-bottom: 45px; }

#main-content > .page.contact-us {
  padding-top: 0; }
  #main-content > .page.contact-us .no-breadcrumbs .halo-heading {
    padding-top: 25px; }

/* Effect hover */
.animate-scale {
  display: block; }
  .animate-scale .card-img-container {
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .animate-scale img {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .animate-scale:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    transform: none;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.4);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
  .animate-scale:hover img {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }

.bg-gray {
  background: whitesmoke; }

@media (min-width: 551px) {
  .image-mobile {
    display: none; } }

@media (max-width: 551px) {
  .image-mobile + .image-pc {
    display: none; } }

.banner-list {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px; }
  @media (min-width: 1025px) {
    .banner-list {
      margin-left: -20px;
      margin-right: -20px; } }

.banner-item {
  display: inline-block;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 1025px) {
    .banner-item {
      padding-left: 20px;
      padding-right: 20px; } }
  .banner-item .img {
    position: relative; }
  .banner-item .banner-link {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.group-small.column-3 .banner-item {
  width: 100%; }
  @media (min-width: 551px) {
    .group-small.column-3 .banner-item {
      width: 33.33%; } }

.group-small.column-2 .banner-item {
  width: 100%; }
  @media (min-width: 551px) {
    .group-small.column-2 .banner-item {
      width: 50%; } }

.group-small.column-1 .banner-item {
  width: 100%; }

.group-large.column-2 .banner-item {
  width: 100%; }
  @media (min-width: 551px) {
    .group-large.column-2 .banner-item {
      width: 50%; } }

.group-large.column-1 .banner-item {
  width: 100%; }

.countDowntimer {
  display: inline-block; }
  .card .countDowntimer {
    width: 100%; }
  .countDowntimer .clock-item {
    font-size: 14px;
    font-weight: 500;
    color: #323232;
    display: inline-block; }
    .countDowntimer .clock-item + .clock-item {
      margin-left: 3px; }
    .countDowntimer .clock-item .text {
      padding: 0 2px 0 5px; }

.seal-logos img + img {
  margin-left: 25px; }

#home-promotion {
  background: white;
  color: #e10600;
  position: relative;
  z-index: 6; }
  #home-promotion.hide {
    display: none; }
  #home-promotion .banner-promotion {
    padding: 14px 20px 10px 0;
    min-height: 50px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 551px) {
      #home-promotion .banner-promotion {
        padding: 10px 30px 10px 0; } }
    #home-promotion .banner-promotion img,
    #home-promotion .banner-promotion .text,
    #home-promotion .banner-promotion .btn {
      display: inline-block;
      font-size: 14px;
      text-transform: uppercase; }
      @media (max-width: 550px) {
        #home-promotion .banner-promotion img,
        #home-promotion .banner-promotion .text,
        #home-promotion .banner-promotion .btn {
          margin-bottom: 2px; } }
      @media (max-width: 380px) {
        #home-promotion .banner-promotion img,
        #home-promotion .banner-promotion .text,
        #home-promotion .banner-promotion .btn {
          font-size: 12px; } }
    #home-promotion .banner-promotion.hasLink .promotion-link {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      #home-promotion .banner-promotion.hasLink .promotion-link:hover {
        color: #ff7000; }
        #home-promotion .banner-promotion.hasLink .promotion-link:hover span {
          color: #ff7000;
          border-color: #ff7000; }
    @media (max-width: 550px) {
      #home-promotion .banner-promotion img {
        max-width: 44px; } }
    #home-promotion .banner-promotion img + .text {
      margin-left: 10px; }
      @media (min-width: 551px) {
        #home-promotion .banner-promotion img + .text {
          margin-left: 20px; } }
    @media (min-width: 551px) {
      #home-promotion .banner-promotion img + .btn {
        margin-left: 20px; } }
    #home-promotion .banner-promotion .text {
      font-weight: 500;
      line-height: 24px; }
      @media (min-width: 551px) {
        #home-promotion .banner-promotion .text + .btn {
          margin-left: 20px; } }
    #home-promotion .banner-promotion .btn {
      border: 1px solid #e10600;
      border-radius: 3px;
      padding: 3px 10px;
      font-weight: 700;
      min-width: 110px;
      display: inline-block; }
      #home-promotion .banner-promotion .btn:hover {
        color: #e10600; }
      @media (max-width: 550px) {
        #home-promotion .banner-promotion .btn {
          display: none; } }
  #home-promotion .close-banner-promotion {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 5;
    padding: 0;
    font-size: 30px;
    font-weight: 300;
    font-family: "Rubik", sans-serif;
    color: #e10600;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media (min-width: 551px) {
      #home-promotion .close-banner-promotion {
        right: 20px; } }
  @media (min-width: 551px) {
    #home-promotion.homepage-layout-2 .banner-promotion {
      min-height: 78px; } }

#shipping-custom-block {
  padding: 15px 0; }
  @media (max-width: 1199px) {
    #shipping-custom-block {
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap; } }
  @media (max-width: 550px) {
    #shipping-custom-block > .container {
      padding-left: 7.5%;
      padding-right: 7.5%; } }
  #shipping-custom-block .custom-block-list {
    font-size: 0; }
    #shipping-custom-block .custom-block-list .custom-block-item {
      font-size: 14px;
      text-align: center;
      color: #051c42;
      border-left: 1px solid transparent;
      font-size: 16px;
      font-weight: 700;
      width: 33.33334%;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 991px) {
        #shipping-custom-block .custom-block-list .custom-block-item {
          width: 300px;
          white-space: normal;
          text-align: left;
          padding-right: 15px; } }
      @media (max-width: 480px) {
        #shipping-custom-block .custom-block-list .custom-block-item {
          width: 78%; } }
      @media (max-width: 412px) {
        #shipping-custom-block .custom-block-list .custom-block-item {
          width: 85%; } }
      @media (max-width: 360px) {
        #shipping-custom-block .custom-block-list .custom-block-item {
          width: 98%; } }
      #shipping-custom-block .custom-block-list .custom-block-item svg {
        width: 37px;
        height: 30px;
        fill: #051c42; }
        #shipping-custom-block .custom-block-list .custom-block-item svg.icon-truck {
          width: 28px; }
      #shipping-custom-block .custom-block-list .custom-block-item .text {
        padding-left: 15px; }
      @media (min-width: 992px) {
        #shipping-custom-block .custom-block-list .custom-block-item + .custom-block-item {
          border-left-color: #dadada; } }

.halo_custom_block_five_images {
  display: inline-block;
  width: 100%; }
  .halo_custom_block_five_images .banner-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .halo_custom_block_five_images .banner-list + .banner-list {
      margin-top: 15px; }
      @media (min-width: 551px) {
        .halo_custom_block_five_images .banner-list + .banner-list {
          margin-top: 20px; } }
      @media (min-width: 1025px) {
        .halo_custom_block_five_images .banner-list + .banner-list {
          margin-top: 40px; } }
    .halo_custom_block_five_images .banner-list .banner-item {
      display: inline-block; }
      @media (max-width: 551px) {
        .halo_custom_block_five_images .banner-list .banner-item + .banner-item {
          margin-top: 15px; } }
  .halo_custom_block_five_images .group-small .banner-item .card-img-container {
    max-width: 430px; }
    .halo_custom_block_five_images .group-small .banner-item .card-img-container:after {
      padding-bottom: 69.76744%; }
  .halo_custom_block_five_images .group-large .banner-item .card-img-container {
    max-width: 665px; }
    .halo_custom_block_five_images .group-large .banner-item .card-img-container:after {
      padding-bottom: 75.18797%; }
  @media (max-width: 550px) {
    .halo_custom_block_five_images {
      padding-top: 20px;
      padding-bottom: 20px; }
      .halo_custom_block_five_images > .container {
        padding-left: 7.5%;
        padding-right: 7.5%; } }

.halo_custom_block_banner_full_width .img {
  text-align: center; }

.halo_custom_block_banner_full_width .banner-link {
  display: inline-block; }

.halo_custom_block_shop_by_categories {
  display: inline-block;
  width: 100%;
  margin-top: 5px; }
  .halo_custom_block_shop_by_categories .categories-list {
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px; }
    @media (max-width: 991px) {
      .halo_custom_block_shop_by_categories .categories-list {
        overflow: auto;
        scroll-snap-type: x mandatory;
        white-space: nowrap; } }
    .halo_custom_block_shop_by_categories .categories-list .category-item {
      display: inline-block;
      vertical-align: top;
      width: 41%;
      font-size: 14px;
      text-align: center;
      margin-bottom: 20px;
      padding: 0 10px;
      white-space: normal; }
      @media (min-width: 551px) {
        .halo_custom_block_shop_by_categories .categories-list .category-item {
          width: 23%; } }
      @media (min-width: 992px) {
        .halo_custom_block_shop_by_categories .categories-list .category-item {
          width: 16.66%;
          font-size: 16px;
          margin-bottom: 35px; } }
      .halo_custom_block_shop_by_categories .categories-list .category-item img {
        margin: 0 auto; }
      .halo_custom_block_shop_by_categories .categories-list .category-item .link {
        text-align: center;
        line-height: 1.2;
        display: inline-block;
        margin-top: 17px; }
        .halo_custom_block_shop_by_categories .categories-list .category-item .link:hover span {
          background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.6) 4%);
          background-repeat: repeat-x;
          background-position-y: 0px; }

#shipping-custom-block-2 .custom-block-list {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 1199px) {
    #shipping-custom-block-2 .custom-block-list {
      overflow: auto;
      scroll-snap-type: x mandatory;
      white-space: nowrap; } }
  #shipping-custom-block-2 .custom-block-list .custom-block-item {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    white-space: normal; }
    @media (min-width: 321px) {
      #shipping-custom-block-2 .custom-block-list .custom-block-item {
        width: 70%; } }
    @media (min-width: 380px) {
      #shipping-custom-block-2 .custom-block-list .custom-block-item {
        width: 62%; } }
    @media (min-width: 551px) {
      #shipping-custom-block-2 .custom-block-list .custom-block-item {
        width: 36%; } }
    @media (min-width: 992px) {
      #shipping-custom-block-2 .custom-block-list .custom-block-item {
        width: 26%; } }
    @media (min-width: 1200px) {
      #shipping-custom-block-2 .custom-block-list .custom-block-item {
        width: 20%; } }
    #shipping-custom-block-2 .custom-block-list .custom-block-item .custom-block-item-inner {
      background: #fff;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      min-height: 260px;
      padding: 15px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 380px) {
        #shipping-custom-block-2 .custom-block-list .custom-block-item .custom-block-item-inner {
          padding: 20px;
          min-height: 300px; } }
      @media (min-width: 1281px) {
        #shipping-custom-block-2 .custom-block-list .custom-block-item .custom-block-item-inner {
          padding: 30px; } }
    #shipping-custom-block-2 .custom-block-list .custom-block-item img,
    #shipping-custom-block-2 .custom-block-list .custom-block-item svg {
      margin: 0 auto 10px;
      width: 65px;
      height: 52px; }
    #shipping-custom-block-2 .custom-block-list .custom-block-item .title {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 7px; }
    #shipping-custom-block-2 .custom-block-list .custom-block-item .text {
      margin-top: 5px;
      display: inline-block;
      width: 100%;
      color: #323232;
      min-height: 44px; }

.halo_featured_brands .brands-list .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

.halo_featured_brands .brands-list .brand-item {
  padding: 0 15px;
  text-align: center; }
  .halo_featured_brands .brands-list .brand-item a {
    display: block;
    margin: 0 auto; }
  .halo_featured_brands .brands-list .brand-item img {
    width: auto;
    margin: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }

.halo_featured_brands .brands-list:not(.slick-initialized) .brand-item:nth-child(n+3) {
  display: none; }

.homepage-layout-2 .halo_featured_brands .page-header {
  text-align: left; }
  .homepage-layout-2 .halo_featured_brands .page-header .view-all {
    margin-left: 30px; }

.homepage-layout-2 .halo_featured_brands .brands-list .brand-item {
  line-height: 0; }
  .homepage-layout-2 .halo_featured_brands .brands-list .brand-item img {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px; }

.homepage-layout-2 .halo_featured_brands .slick-dotted.slick-slider .slick-arrow {
  top: -49px; }

.homepage-layout-2 .halo_featured_brands .slick-prev {
  right: 50px;
  left: auto; }

.homepage-layout-2 .halo_featured_brands .slick-next {
  right: 0px; }

.halo_featured_brands .page-header .page-heading {
  margin-bottom: 0; }

.halo_custom_block_bottom {
  position: relative;
  display: inline-block;
  width: 100%; }
  .halo_custom_block_bottom .background-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 100%;
    object-fit: cover; }
  .halo_custom_block_bottom .content-wrap {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 551px) {
      .halo_custom_block_bottom .content-wrap {
        padding-top: 55px;
        padding-bottom: 50px; } }
    .halo_custom_block_bottom .content-wrap .title {
      text-align: center;
      margin-top: 0;
      margin-bottom: 25px;
      color: white; }
      @media (min-width: 551px) {
        .halo_custom_block_bottom .content-wrap .title {
          margin-bottom: 45px; } }
      .halo_custom_block_bottom .content-wrap .title span {
        color: #fdc525; }
    .halo_custom_block_bottom .content-wrap .block-list {
      font-size: 0;
      margin-left: -10px;
      margin-right: -10px;
      padding-bottom: 15px;
      overflow: hidden;
      overflow-x: auto;
      white-space: nowrap; }
      @media (min-width: 551px) {
        .halo_custom_block_bottom .content-wrap .block-list {
          margin-left: -15px;
          margin-right: -15px; } }
    .halo_custom_block_bottom .content-wrap .block-item {
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      padding-left: 10px;
      padding-right: 10px;
      width: 75%;
      white-space: normal; }
      @media (min-width: 321px) {
        .halo_custom_block_bottom .content-wrap .block-item {
          width: 68%; } }
      @media (min-width: 551px) {
        .halo_custom_block_bottom .content-wrap .block-item {
          width: 40%;
          font-size: 16px;
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 992px) {
        .halo_custom_block_bottom .content-wrap .block-item {
          width: 30%; } }
      @media (min-width: 1025px) {
        .halo_custom_block_bottom .content-wrap .block-item {
          width: 25%; } }
      .halo_custom_block_bottom .content-wrap .block-item * {
        color: white; }
      .halo_custom_block_bottom .content-wrap .block-item .img {
        min-height: 80px; }
      .halo_custom_block_bottom .content-wrap .block-item .heading {
        margin-top: 15px;
        margin-bottom: 12px; }
        @media (min-width: 1025px) {
          .halo_custom_block_bottom .content-wrap .block-item .heading {
            margin-bottom: 16px; } }
      .halo_custom_block_bottom .content-wrap .block-item .desc {
        margin-bottom: 2px; }
      .halo_custom_block_bottom .content-wrap .block-item .link {
        font-weight: 700;
        background-image: linear-gradient(transparent 96%, white 4%);
        background-repeat: repeat-x;
        background-position-y: -1px; }
  .halo_custom_block_bottom .custom-block-list {
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px; }
    @media (max-width: 1199px) {
      .halo_custom_block_bottom .custom-block-list {
        overflow: auto;
        scroll-snap-type: x mandatory;
        white-space: nowrap; } }
    .halo_custom_block_bottom .custom-block-list .custom-block-item {
      display: inline-block;
      vertical-align: top;
      width: 80%;
      font-size: 14px;
      text-align: center;
      padding: 0 10px;
      white-space: normal; }
      @media (min-width: 321px) {
        .halo_custom_block_bottom .custom-block-list .custom-block-item {
          width: 70%; } }
      @media (min-width: 380px) {
        .halo_custom_block_bottom .custom-block-list .custom-block-item {
          width: 62%; } }
      @media (min-width: 551px) {
        .halo_custom_block_bottom .custom-block-list .custom-block-item {
          width: 36%; } }
      @media (min-width: 992px) {
        .halo_custom_block_bottom .custom-block-list .custom-block-item {
          width: 26%; } }
      @media (min-width: 1200px) {
        .halo_custom_block_bottom .custom-block-list .custom-block-item {
          width: 20%; } }
      .halo_custom_block_bottom .custom-block-list .custom-block-item .custom-block-item-inner {
        background: white;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        min-height: 260px;
        padding: 15px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (min-width: 380px) {
          .halo_custom_block_bottom .custom-block-list .custom-block-item .custom-block-item-inner {
            padding: 20px;
            min-height: 300px; } }
        @media (min-width: 1281px) {
          .halo_custom_block_bottom .custom-block-list .custom-block-item .custom-block-item-inner {
            padding: 30px; } }
      .halo_custom_block_bottom .custom-block-list .custom-block-item .img {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-bottom: 22px; }
        @media (min-width: 551px) {
          .halo_custom_block_bottom .custom-block-list .custom-block-item .img {
            margin-bottom: 27px; } }
      .halo_custom_block_bottom .custom-block-list .custom-block-item .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 7px;
        color: #323232; }
      .halo_custom_block_bottom .custom-block-list .custom-block-item .text {
        margin-top: 5px;
        display: inline-block;
        width: 100%;
        color: #323232; }
  .halo_custom_block_bottom .text-bottom {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
    text-align: center;
    color: white;
    font-size: 16px; }
    @media (min-width: 551px) {
      .halo_custom_block_bottom .text-bottom {
        margin-top: 40px; } }
    .halo_custom_block_bottom .text-bottom p {
      margin-bottom: 0px; }
    .halo_custom_block_bottom .text-bottom a {
      color: #fdc525;
      background-image: linear-gradient(transparent 96%, #fdc525 4%);
      background-repeat: repeat-x;
      background-position-y: -1px;
      font-weight: 700; }
  .halo_custom_block_bottom.halo_custom_block_bottom_2 .content-wrap > .container {
    max-width: 1440px; }
    .halo_custom_block_bottom.halo_custom_block_bottom_2 .content-wrap > .container > .title {
      font-size: 24px; }
      @media (min-width: 768px) {
        .halo_custom_block_bottom.halo_custom_block_bottom_2 .content-wrap > .container > .title {
          font-size: 30px; } }
  .halo_custom_block_bottom.halo_custom_block_bottom_2 .content-wrap .title span {
    color: white; }

#homeProductRightImage {
  margin-top: 5px; }
  #homeProductRightImage .product-block {
    font-size: 0; }
    #homeProductRightImage .product-block > .productsByBlock,
    #homeProductRightImage .product-block .productsByCategoryId,
    #homeProductRightImage .product-block .productsByListId {
      width: 100%;
      display: inline-block;
      font-size: 14px;
      vertical-align: top; }
      #homeProductRightImage .product-block > .productsByBlock .slick-arrow,
      #homeProductRightImage .product-block .productsByCategoryId .slick-arrow,
      #homeProductRightImage .product-block .productsByListId .slick-arrow {
        display: none !important; }
  #homeProductRightImage .hasRightImage > .productsByBlock,
  #homeProductRightImage .hasRightImage .productsByCategoryId,
  #homeProductRightImage .hasRightImage .productsByListId {
    width: 100%; }
    @media (min-width: 992px) {
      #homeProductRightImage .hasRightImage > .productsByBlock,
      #homeProductRightImage .hasRightImage .productsByCategoryId,
      #homeProductRightImage .hasRightImage .productsByListId {
        width: 50%;
        min-width: 50%; } }
    @media (min-width: 1025px) {
      #homeProductRightImage .hasRightImage > .productsByBlock,
      #homeProductRightImage .hasRightImage .productsByCategoryId,
      #homeProductRightImage .hasRightImage .productsByListId {
        width: calc(100% - 570px);
        min-width: calc(100% - 570px); } }
  #homeProductRightImage .hasRightImage .productGrid.col-3 .product {
    width: 50%; }
    @media (min-width: 1025px) {
      #homeProductRightImage .hasRightImage .productGrid.col-3 .product {
        width: 33.33%; } }
  #homeProductRightImage .rightImage {
    display: inline-block;
    width: 100%;
    vertical-align: top; }
    @media (min-width: 992px) {
      #homeProductRightImage .rightImage {
        width: 50%;
        padding-left: 20px; } }
    @media (min-width: 1025px) {
      #homeProductRightImage .rightImage {
        width: 570px;
        padding-left: 30px; } }
    @media (max-width: 550px) {
      #homeProductRightImage .rightImage {
        margin-top: 40px; } }
    #homeProductRightImage .rightImage .card-img-container {
      max-width: 540px; }
      #homeProductRightImage .rightImage .card-img-container:after {
        padding-bottom: 92.59259%; }
      #homeProductRightImage .rightImage .card-img-container img.lazyload, #homeProductRightImage .rightImage .card-img-container img.lazyloading {
        width: 50px;
        height: 50px; }

.homepage-layout-2 #homeProductFlashSale {
  background: white; }
  .homepage-layout-2 #homeProductFlashSale .page-heading {
    margin-right: 0; }

#homeProductFlashSale .page-header .icon {
  fill: #e10600;
  width: 20px;
  height: 26px;
  margin-right: 8px;
  margin-top: -4px; }

#homeProductFlashSale .page-header .countDowntimer {
  margin-left: 15px;
  margin-right: 30px; }
  #homeProductFlashSale .page-header .countDowntimer .clock-item {
    color: #323232; }
    #homeProductFlashSale .page-header .countDowntimer .clock-item .num {
      background: #323232;
      color: white;
      padding: 6px 5px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      min-width: 34px;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      display: inline-block; }
    #homeProductFlashSale .page-header .countDowntimer .clock-item .colon {
      margin-left: 2px;
      margin-right: 3px; }
    #homeProductFlashSale .page-header .countDowntimer .clock-item:first-child .num {
      min-width: 54px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px; }

#homeProductFlashSale .page-heading {
  color: #e10600; }

#homeProductFlashSale .countDowntimer {
  margin-bottom: 5px;
  display: inline-block; }
  #homeProductFlashSale .countDowntimer .clock-item {
    color: #e10600; }

#homeProductFlashSale .halo_productLoading {
  min-height: 500px; }

.homepage-layout-2 #homeProductFlashSale .page-header {
  margin-bottom: 2px; }

.homepage-layout-2 #homeProductFlashSale .productCarousel .slick-dots {
  display: none !important; }

.product-banner {
  font-size: 0;
  display: inline-block;
  width: 100%; }
  .product-banner .banner-list {
    margin-left: -10px;
    margin-right: -10px; }
    @media (min-width: 1025px) {
      .product-banner .banner-list {
        margin-left: -15px;
        margin-right: -15px; } }
  .product-banner .banner-item {
    display: inline-block;
    width: 100%;
    text-align: center; }
    .product-banner .banner-item img {
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px; }
    @media (min-width: 768px) {
      .product-banner .banner-item.banner-half {
        width: 50%; } }
    @media (min-width: 768px) {
      .product-banner .banner-item.banner-three {
        width: 33.33%; } }
    @media (min-width: 1025px) {
      .product-banner .banner-item {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .product-banner .banner-item + .banner-item {
        margin-top: 15px; } }

.productsByCategoryId {
  position: relative;
  margin-top: 7px; }

.productGrid-showMore {
  text-align: center;
  margin-top: 15px; }
  .productGrid-showMore .button {
    min-width: 180px; }

.productsByListId,
.productsByCategoryId {
  position: relative; }
  .productsByListId .halo_productLoading,
  .productsByCategoryId .halo_productLoading {
    min-height: 450px; }
    @media (min-width: 1025px) {
      .productsByListId .halo_productLoading,
      .productsByCategoryId .halo_productLoading {
        min-height: 500px; } }

.productsByListId .productCarousel,
.productsByListId .productGrid {
  display: none; }

.productsByListId.show .productCarousel,
.productsByListId.show .productGrid {
  display: block; }

.product-block-wrapper {
  font-size: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0 10px;
  grid-auto-flow: dense; }
  @media (min-width: 551px) {
    .product-block-wrapper {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr; } }
  @media (min-width: 767.98px) {
    .product-block-wrapper {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 992px) {
    .product-block-wrapper {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 1025px) {
    .product-block-wrapper {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr; } }
  .product-block-wrapper.noRightCate {
    grid-template-rows: 1fr; }
  .product-block-wrapper + .product-banner .banner-item img.hasMobileImage {
    display: none; }
    @media (min-width: 551px) {
      .product-block-wrapper + .product-banner .banner-item img.hasMobileImage {
        display: block; } }
  .product-block-wrapper + .product-banner .banner-item img.banner-mobile {
    display: block; }
    @media (min-width: 551px) {
      .product-block-wrapper + .product-banner .banner-item img.banner-mobile {
        display: none; } }

.product-block-cate-id .left-banner {
  display: none;
  text-align: center;
  vertical-align: top;
  margin-bottom: 25px;
  grid-column-end: span 4;
  grid-row-end: span 1; }
  .product-block-cate-id .left-banner.showMb {
    display: inline-block; }
  @media (min-width: 551px) {
    .product-block-cate-id .left-banner {
      display: inline-block;
      grid-column-end: span 1;
      grid-row-end: span 1;
      padding-right: 8px;
      text-align: left;
      margin-bottom: 0; } }
  @media (min-width: 1025px) {
    .product-block-cate-id .left-banner {
      grid-column-end: span 1;
      grid-row-end: span 4; } }
  .product-block-cate-id .left-banner img {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    object-fit: cover; }
    @media (min-width: 551px) {
      .product-block-cate-id .left-banner img {
        height: calc(100% - 37px); } }
    @media (min-width: 1025px) {
      .product-block-cate-id .left-banner img {
        height: 100%; } }

.product-block-cate-id .product-block {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  grid-column-end: span 3;
  grid-row-end: span 4; }
  @media (min-width: 551px) {
    .product-block-cate-id .product-block {
      grid-column-end: span 2;
      grid-row-end: span 1; } }
  @media (min-width: 992px) {
    .product-block-cate-id .product-block {
      grid-column-end: span 3;
      grid-row-end: span 1; } }
  @media (min-width: 1025px) {
    .product-block-cate-id .product-block {
      grid-column-end: span 3;
      grid-row-end: span 4; }
      .product-block-cate-id .product-block .halo-block-product {
        height: 100%; }
        .product-block-cate-id .product-block .halo-block-product .slick-list {
          height: 100%; } }
  @media (min-width: 1025px) {
    .product-block-cate-id .product-block.noBannerLeft {
      grid-column-end: span 4; } }
  @media (min-width: 1025px) {
    .product-block-cate-id .product-block.noRightCate {
      grid-column-end: span 4;
      grid-row-end: span 1; } }
  @media (min-width: 1025px) {
    .product-block-cate-id .product-block.noRightCate.noBannerLeft {
      grid-column-end: span 5; } }
  .product-block-cate-id .product-block .card {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    height: 100%; }
  .product-block-cate-id .product-block .productCarousel {
    height: 100%; }
    .product-block-cate-id .product-block .productCarousel .slick-list {
      margin-left: -1px;
      margin-right: -1px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-gap: 0 10px;
      grid-auto-flow: dense; }
    .product-block-cate-id .product-block .productCarousel .slick-track {
      height: 100%; }
    .homepage-layout-2 .product-block-cate-id .product-block .productCarousel .slick-dots {
      height: 37px; }
  .product-block-cate-id .product-block .productCarousel-slide {
    padding-left: 1px;
    padding-right: 1px;
    height: 100%; }

.product-block-cate-id .right-cate {
  vertical-align: top;
  font-size: 14px; }
  @media (min-width: 767.98px) {
    .product-block-cate-id .right-cate {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr;
      grid-gap: 20px 0px;
      grid-auto-flow: dense;
      grid-column-end: span 1;
      grid-row-end: span 4;
      padding-left: 10px; } }
  @media (max-width: 767px) {
    .product-block-cate-id .right-cate {
      display: grid;
      grid-gap: 20px 0px;
      grid-auto-flow: dense;
      grid-column-end: span 4;
      grid-row-end: span 1;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      grid-gap: 0 10px;
      overflow: auto;
      margin-top: 30px;
      padding-bottom: 10px; } }
  .product-block-cate-id .right-cate .cate-item {
    background: white;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 20px 10px 20px 25px;
    font-size: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.2); }
    @media (max-width: 1024px) {
      .product-block-cate-id .right-cate .cate-item {
        min-width: 280px;
        padding: 10px 15px; } }
    .product-block-cate-id .right-cate .cate-item .cate-info {
      width: calc(100% - 79px);
      display: inline-block;
      font-size: 14px; }
      .product-block-cate-id .right-cate .cate-item .cate-info .cate-name {
        font-size: 16px;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 400;
        color: #323232;
        text-transform: uppercase;
        display: inline-block;
        width: 100%; }
      .product-block-cate-id .right-cate .cate-item .cate-info .link {
        color: #ff7000;
        font-size: 14px; }
        .product-block-cate-id .right-cate .cate-item .cate-info .link:hover {
          color: #ff7000;
          background-image: linear-gradient(transparent 96%, #ff7000 4%);
          background-repeat: repeat-x;
          background-position-y: -1px; }
    .product-block-cate-id .right-cate .cate-item .cate-img {
      width: 79px;
      display: inline-block;
      vertical-align: top;
      padding-left: 10px; }
    .product-block-cate-id .right-cate .cate-item.view-all {
      text-align: center;
      padding: 20px 25px;
      min-height: 89px; }
      .product-block-cate-id .right-cate .cate-item.view-all .link {
        color: #ff7000;
        font-size: 16px;
        display: inline-block;
        margin: auto; }
        .product-block-cate-id .right-cate .cate-item.view-all .link:hover {
          color: #ff7000;
          background-image: linear-gradient(transparent 96%, #ff7000 4%);
          background-repeat: repeat-x;
          background-position-y: -2px; }
    .product-block-cate-id .right-cate .cate-item:hover {
      -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2); }

/* Homepage Layout 2*/
.slideshow-wrapper > .container {
  font-size: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.slideshow-wrapper .left-categories {
  background: white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 18px 20px;
  width: 100%;
  display: inline-block; }
  @media (min-width: 1440px) {
    .slideshow-wrapper .left-categories {
      width: calc(19.5% - 10px);
      vertical-align: top;
      margin-right: 10px; } }
  @media (max-width: 1439px) {
    .slideshow-wrapper .left-categories {
      order: 3;
      margin-top: 20px; } }
  .slideshow-wrapper .left-categories .categories-title {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 5px; }
    .slideshow-wrapper .left-categories .categories-title span {
      background: #fd6506;
      color: white;
      -moz-border-radius: 6px 6px 0 0;
      -webkit-border-radius: 6px 6px 0 0;
      -ms-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0;
      text-transform: uppercase;
      padding: 11px 20px 8px 20px;
      letter-spacing: .02em; }
    .slideshow-wrapper .left-categories .categories-title:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 1px;
      width: 100%;
      height: 2px;
      background: #fd6506; }
  .slideshow-wrapper .left-categories .navPages-list {
    margin-top: 0px; }
    @media (min-width: 1440px) {
      .slideshow-wrapper .left-categories .navPages-list {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 1439px) {
      .slideshow-wrapper .left-categories .navPages-list {
        scroll-snap-type: x mandatory;
        overflow: auto;
        white-space: nowrap;
        padding-bottom: 5px; } }
    .slideshow-wrapper .left-categories .navPages-list .icon-dropdown svg {
      width: 14px;
      height: 14px; }
    .slideshow-wrapper .left-categories .navPages-list .navPages-item {
      position: relative;
      width: 40%;
      margin-right: 0;
      white-space: normal; }
      @media (min-width: 360px) {
        .slideshow-wrapper .left-categories .navPages-list .navPages-item {
          width: 28%; } }
      @media (min-width: 551px) {
        .slideshow-wrapper .left-categories .navPages-list .navPages-item {
          width: 15.2%; } }
      @media (min-width: 992px) {
        .slideshow-wrapper .left-categories .navPages-list .navPages-item {
          width: 15.3%; } }
      @media (min-width: 1025px) {
        .slideshow-wrapper .left-categories .navPages-list .navPages-item {
          width: 13.2%; } }
      @media (min-width: 1281px) {
        .slideshow-wrapper .left-categories .navPages-list .navPages-item {
          width: 11.5%; } }
      @media (min-width: 1440px) {
        .slideshow-wrapper .left-categories .navPages-list .navPages-item {
          width: 50%;
          min-height: 72px;
          border-right: 1px solid rgba(32, 32, 32, 0.1);
          border-top: 1px solid rgba(32, 32, 32, 0.1);
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .slideshow-wrapper .left-categories .navPages-list .navPages-item .navPages-action {
        padding: 4px 10px;
        position: relative;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        color: #202020;
        display: -webkit-box;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        overflow: hidden;
        position: relative;
        word-wrap: break-word;
        /* Halo Start */
        -webkit-line-clamp: 0;
        /* Halo End */
        text-overflow: ellipsis; }
        .slideshow-wrapper .left-categories .navPages-list .navPages-item .navPages-action:hover span {
          background-image: linear-gradient(transparent 96%, #202020 4%);
          background-repeat: repeat-x;
          background-position-y: -1px; }
        .slideshow-wrapper .left-categories .navPages-list .navPages-item .navPages-action .image-icon {
          display: block;
          width: 100%;
          margin: 2px auto 2px auto;
          width: 22px;
          height: 22px; }
      .slideshow-wrapper .left-categories .navPages-list .navPages-item:first-child, .slideshow-wrapper .left-categories .navPages-list .navPages-item:nth-child(2) {
        border-top: none; }
      @media (min-width: 1440px) {
        .slideshow-wrapper .left-categories .navPages-list .navPages-item:nth-child(2n + 1) .navPages-action {
          padding-left: 0; } }
      .slideshow-wrapper .left-categories .navPages-list .navPages-item:nth-child(2n) {
        border-right: none; }
        @media (min-width: 1440px) {
          .slideshow-wrapper .left-categories .navPages-list .navPages-item:nth-child(2n) .navPages-action {
            padding-right: 0; } }

.slideshow-wrapper .slideshow-inner {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px; }
  @media (min-width: 551px) {
    .slideshow-wrapper .slideshow-inner {
      width: calc(60% - 10px);
      margin-bottom: 0; } }
  @media (min-width: 1025px) {
    .slideshow-wrapper .slideshow-inner {
      width: calc(100% - 515px); } }
  @media (min-width: 1440px) {
    .slideshow-wrapper .slideshow-inner {
      width: 100%; }
      .slideshow-wrapper .slideshow-inner.has-leftCategories.has-rightBanners {
        width: 47.3%; }
      .slideshow-wrapper .slideshow-inner.has-leftCategories.no-rightBanners {
        width: 80%; }
      .slideshow-wrapper .slideshow-inner.has-rightBanners.no-leftCategories {
        width: 80%; } }
  @media (max-width: 1439px) {
    .slideshow-wrapper .slideshow-inner {
      order: 1; } }

.slideshow-wrapper .slideshow-right-banner {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 551px) {
    .slideshow-wrapper .slideshow-right-banner {
      width: 40%;
      margin-left: 10px; } }
  @media (min-width: 1025px) {
    .slideshow-wrapper .slideshow-right-banner {
      width: 505px; } }
  @media (min-width: 1440px) {
    .slideshow-wrapper .slideshow-right-banner {
      width: calc(33.2% - 10px); } }
  @media (max-width: 1439px) {
    .slideshow-wrapper .slideshow-right-banner {
      order: 2; } }
  .slideshow-wrapper .slideshow-right-banner .banner-list {
    margin-left: -5px;
    margin-right: -5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .slideshow-wrapper .slideshow-right-banner .banner-list .banner-item {
      width: 50%;
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px;
      margin-top: 10px; }
      .slideshow-wrapper .slideshow-right-banner .banner-list .banner-item:first-child, .slideshow-wrapper .slideshow-right-banner .banner-list .banner-item:nth-child(2) {
        margin-top: 0px; }
      .slideshow-wrapper .slideshow-right-banner .banner-list .banner-item .card-img-container {
        max-width: 100%; }
      .slideshow-wrapper .slideshow-right-banner .banner-list .banner-item img {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px; }

@media (max-width: 1024px) {
  .halo_custom_block_banner_one_image {
    padding-top: 10px; } }

.halo_custom_block_banner_one_image .img {
  text-align: center; }

.homepage-layout-2 .halo_custom_block_shop_by_categories {
  margin-top: 0; }
  .homepage-layout-2 .halo_custom_block_shop_by_categories .page-header {
    text-align: left;
    margin-bottom: 30px; }
    .homepage-layout-2 .halo_custom_block_shop_by_categories .page-header .page-heading {
      text-align: left;
      margin: 0;
      max-width: 78%;
      display: inline-block; }
    .homepage-layout-2 .halo_custom_block_shop_by_categories .page-header .view-all {
      position: relative;
      right: auto;
      top: auto;
      display: inline-block;
      margin-left: 30px;
      transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      padding-top: 3px; }
  .homepage-layout-2 .halo_custom_block_shop_by_categories .categories-list .slick-prev {
    right: 50px;
    top: -44px;
    left: auto; }
  .homepage-layout-2 .halo_custom_block_shop_by_categories .categories-list .slick-next {
    right: 0px;
    top: -44px; }
  .homepage-layout-2 .halo_custom_block_shop_by_categories .categories-list .category-item {
    margin-bottom: 0; }
    .homepage-layout-2 .halo_custom_block_shop_by_categories .categories-list .category-item img {
      width: auto; }

@media (max-width: 550px) {
  .homepage-layout-2.page-type-default .productCarousel .slick-list {
    background: white;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; } }

@media (min-width: 992px) {
  .home-product-block-1 > .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }

.home-product-block-1 .home-product-block {
  width: 100%; }
  @media (min-width: 991px) {
    .home-product-block-1 .home-product-block {
      width: 50%; } }
  @media (min-width: 551px) {
    .home-product-block-1 .home-product-block:first-child {
      padding-right: 10px; } }
  @media (min-width: 551px) {
    .home-product-block-1 .home-product-block:last-child {
      padding-left: 10px; } }

/* Homepage Layout 2: Custom Block - Banner Two Images*/
.halo_custom_block_banner_two_images {
  margin-top: 5px; }
  .halo_custom_block_banner_two_images .product-banner .banner-item {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .halo_custom_block_banner_two_images .product-banner .banner-item:nth-child(odd) {
        padding-left: 0;
        padding-right: 10px; }
      .halo_custom_block_banner_two_images .product-banner .banner-item:nth-child(even) {
        padding-left: 10px;
        padding-right: 0; } }

.halo_custom_cms_block {
  clear: both;
  background: white;
  margin-bottom: 5px; }
  .halo_custom_cms_block .button-group {
    margin-top: 25px;
    display: inline-block;
    width: 100%; }
    .page-type-category .halo_custom_cms_block .button-group {
      margin-top: 7px; }
    .halo_custom_cms_block .button-group .button {
      min-width: 177px; }
      .halo_custom_cms_block .button-group .button .text {
        position: relative; }
  .halo_custom_cms_block .custom-html {
    display: none;
    line-height: 22px; }
    .page-type-category .halo_custom_cms_block .custom-html {
      font-size: 16px;
      line-height: 24px; }
    .halo_custom_cms_block .custom-html.hasShowMore {
      display: -webkit-box;
      overflow: hidden;
      position: relative;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis; }
    .halo_custom_cms_block .custom-html.noShowMore {
      display: block; }

/* Category Page */
.page-listing-header {
  padding: 28px 0 30px 0; }
  .page-listing-header .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .page-listing-header .page-listing-header--content {
    text-align: left; }
    @media (min-width: 1025px) {
      .page-listing-header .page-listing-header--content {
        text-align: center; } }
    .page-listing-header .page-listing-header--content .page-heading {
      text-align: left;
      margin-bottom: 10px; }
      @media (min-width: 1025px) {
        .page-listing-header .page-listing-header--content .page-heading {
          text-align: center;
          font-size: 40px; } }
    .page-listing-header .page-listing-header--content p {
      margin-bottom: 15px; }
  .page-listing-header + [data-content-region] + .subcategories {
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%; }
    @media (min-width: 1025px) {
      .page-listing-header + [data-content-region] + .subcategories {
        margin-bottom: 25px; } }
    .page-listing-header + [data-content-region] + .subcategories .category-sub-categories {
      margin-left: -10px;
      margin-right: -10px;
      font-size: 0; }
      @media (min-width: 551px) {
        .page-listing-header + [data-content-region] + .subcategories .category-sub-categories {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 1281px) {
        .page-listing-header + [data-content-region] + .subcategories .category-sub-categories {
          margin-left: -25px;
          margin-right: -25px; } }
      .page-listing-header + [data-content-region] + .subcategories .category-sub-categories .slick-track {
        margin-left: 0; }
      .page-listing-header + [data-content-region] + .subcategories .category-sub-categories .slick-dots {
        position: absolute;
        top: -51px;
        right: 9px;
        text-align: right; }
        @media (min-width: 551px) {
          .page-listing-header + [data-content-region] + .subcategories .category-sub-categories .slick-dots {
            right: 15px; } }
    .page-listing-header + [data-content-region] + .subcategories .jump {
      font-size: 16px;
      font-weight: 700;
      display: inline-block;
      width: 100%;
      margin-bottom: 15px;
      color: #323232; }
    .page-listing-header + [data-content-region] + .subcategories .sub-cate-item {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      width: 50%;
      text-align: center;
      vertical-align: top; }
      @media (min-width: 361px) {
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-item {
          width: 33.33%; } }
      @media (min-width: 551px) {
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-item {
          width: 20%;
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 992px) {
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-item {
          width: 16.66%; } }
      @media (min-width: 1025px) {
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-item {
          width: 12.5%; } }
      @media (min-width: 1281px) {
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-item {
          padding-left: 25px;
          padding-right: 25px; } }
    .page-listing-header + [data-content-region] + .subcategories .sub-cate-img {
      width: 100px;
      height: 100px;
      max-width: 100%;
      background: whitesmoke;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      margin: 0 auto; }
      @media (min-width: 480px) {
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-img {
          width: 120px;
          height: 120px; } }
      @media (min-width: 551px) {
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-img {
          width: 122px;
          height: 122px; } }
      .page-listing-header + [data-content-region] + .subcategories .sub-cate-img > a {
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-img > a img {
          max-width: 100%;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          width: auto; }
    .page-listing-header + [data-content-region] + .subcategories .sub-cat-name {
      font-size: 14px;
      font-weight: 500;
      margin-top: 10px;
      display: inline-block;
      width: 100%; }
  .page-listing-header.has-banner {
    padding: 0;
    position: relative; }
    .page-listing-header.has-banner .page-listing-header--banner {
      background-color: #cccccc;
      min-height: 300px; }
      .page-listing-header.has-banner .page-listing-header--banner img {
        min-height: 300px;
        width: 100%;
        object-fit: cover; }
      .page-listing-header.has-banner .page-listing-header--banner + .page-listing-header--content {
        padding: 20px 0 10px 0; }
        @media (min-width: 1025px) {
          .page-listing-header.has-banner .page-listing-header--banner + .page-listing-header--content {
            padding: 28px 0 15px 0;
            color: white;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%); } }
        @media (min-width: 1025px) {
          .page-listing-header.has-banner .page-listing-header--banner + .page-listing-header--content .page-heading {
            color: white; } }
    .page-listing-header.has-banner + [data-content-region] + .subcategories {
      margin-top: 10px; }
      @media (min-width: 1025px) {
        .page-listing-header.has-banner + [data-content-region] + .subcategories {
          margin-top: 30px; } }

.has-stickyToolbar .halo-category-toolbar .column-right.sticky-down {
  background: white;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  margin-top: 0 !important;
  z-index: 1001;
  padding: 10px 15px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 9994; }

.has-stickyToolbar .halo-category-toolbar.has-stickyHeader .column-right.sticky-down {
  top: 50px; }

.halo-category-toolbar {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
  margin-top: 27px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd; }
  @media (min-width: 1025px) {
    .halo-category-toolbar {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .halo-category-toolbar .column-left {
    display: inline-block; }
    @media (max-width: 1024px) {
      .halo-category-toolbar .column-left {
        width: 100%;
        text-align: left; } }
    .halo-category-toolbar .column-left .breadcrumbs {
      margin-bottom: -6px; }
  .halo-category-toolbar .column-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 1025px) {
      .halo-category-toolbar .column-right {
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; } }
    @media (max-width: 1024px) {
      .halo-category-toolbar .column-right {
        width: 100%;
        margin-top: 18px;
        background: whitesmoke;
        padding: 8px 15px; } }
    .halo-category-toolbar .column-right .actionBar {
      display: inline-block;
      margin: 0; }
      @media (min-width: 1025px) {
        .halo-category-toolbar .column-right .actionBar {
          margin: 0 0 0 35px; } }
      @media (min-width: 1281px) {
        .halo-category-toolbar .column-right .actionBar {
          margin: 0 0 0 50px; } }
      .halo-category-toolbar .column-right .actionBar.show-product {
        margin-left: 0;
        display: none; }
        @media (min-width: 1025px) {
          .halo-category-toolbar .column-right .actionBar.show-product {
            display: inline-block; } }
      .halo-category-toolbar .column-right .actionBar .form-select {
        min-width: calc(100% - 85px);
        width: 100%;
        border: 1px solid #dddddd; }
        @media (min-width: 551px) {
          .halo-category-toolbar .column-right .actionBar .form-select {
            min-width: 210px;
            max-width: 210px; } }
        @media (max-width: 360px) {
          .halo-category-toolbar .column-right .actionBar .form-select {
            max-width: 150px; } }
      @media (max-width: 550px) {
        .halo-category-toolbar .column-right .actionBar {
          margin-left: 0;
          text-align: right;
          position: relative; } }

.view-as-btn {
  display: inline-block; }
  @media (min-width: 1025px) {
    .view-as-btn {
      margin-left: 35px; } }
  .view-as-btn label {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 500;
    margin: 0 15px 0 0;
    color: #323232;
    position: relative; }
    @media (max-width: 550px) {
      .view-as-btn label {
        display: none; } }
  .view-as-btn .btn-group {
    display: inline-block;
    float: left;
    font-size: 0;
    position: relative; }
    .view-as-btn .btn-group .btn-view {
      display: inline-block;
      background: transparent;
      font-size: 0;
      text-align: center;
      min-width: 23px; }
      .view-as-btn .btn-group .btn-view > .icon-view {
        width: 7px;
        height: 23px;
        padding-top: 7px;
        padding-bottom: 7px;
        display: inline-block;
        vertical-align: middle; }
        .view-as-btn .btn-group .btn-view > .icon-view + .icon-view {
          margin-left: 1px; }
      .view-as-btn .btn-group .btn-view .icon-bar {
        width: 7px;
        height: 7px;
        background: #cecece;
        transition: all .15s ease;
        margin: 1px 0 0; }
      .view-as-btn .btn-group .btn-view.grid-view .icon-bar {
        position: relative; }
        .view-as-btn .btn-group .btn-view.grid-view .icon-bar:before, .view-as-btn .btn-group .btn-view.grid-view .icon-bar:after {
          position: absolute;
          display: block;
          width: 7px;
          height: 7px;
          content: '';
          transition: all .15s ease;
          background: #cecece; }
        .view-as-btn .btn-group .btn-view.grid-view .icon-bar:before {
          top: -8px; }
        .view-as-btn .btn-group .btn-view.grid-view .icon-bar:after {
          bottom: -8px; }
      .view-as-btn .btn-group .btn-view.grid-view.current-view .icon-bar:before, .view-as-btn .btn-group .btn-view.grid-view.current-view .icon-bar:after {
        background: #323232; }
      .view-as-btn .btn-group .btn-view#list-view {
        margin-left: 10px; }
        @media (min-width: 361px) {
          .view-as-btn .btn-group .btn-view#list-view {
            margin-left: 15px; } }
        @media (min-width: 1025px) {
          .view-as-btn .btn-group .btn-view#list-view {
            margin-left: 20px; } }
        .view-as-btn .btn-group .btn-view#list-view > div {
          padding-top: 0;
          width: 23px; }
        .view-as-btn .btn-group .btn-view#list-view .icon-bar {
          width: 23px; }
          .view-as-btn .btn-group .btn-view#list-view .icon-bar + .icon-bar {
            margin: 1px 0 0; }
          .view-as-btn .btn-group .btn-view#list-view .icon-bar:first-child {
            margin-top: 0; }
      .view-as-btn .btn-group .btn-view.current-view .icon-bar {
        background: #323232; }
      .view-as-btn .btn-group .btn-view .icon {
        width: 23px;
        height: 23px;
        fill: #cecece; }
      .view-as-btn .btn-group .btn-view.list-view .icon {
        width: 29px;
        height: 29px; }
      .homepage-layout-1 .view-as-btn .btn-group .btn-view.current-view .icon {
        fill: #2265dc; }
      .homepage-layout-2 .view-as-btn .btn-group .btn-view.current-view .icon {
        fill: #fd6506; }

.sidebar-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #323232; }
  @media (min-width: 1025px) {
    .sidebar-label {
      display: inline-block;
      vertical-align: top;
      margin-right: 35px; } }
  @media (min-width: 1281px) {
    .sidebar-label {
      margin-right: 50px; } }
  @media (min-width: 1025px) {
    .sidebar-label.show-sidebar {
      display: none; } }
  .sidebar-label .icon-filter {
    color: #323232;
    position: relative; }
    .sidebar-label .icon-filter svg {
      width: 24px;
      height: 27px;
      fill: #323232;
      stroke: #323232;
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .sidebar-label .sidebar_more {
    margin-right: 13px; }
    @media (max-width: 767px) {
      .sidebar-label .sidebar_more {
        display: none; } }

/* Pagination */
.pagination-wrapper {
  font-size: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pagination-wrapper .pagination-inner {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2px;
    width: 100%;
    display: inline-block; }
    @media (min-width: 551px) {
      .pagination-wrapper .pagination-inner {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; } }
    @media (min-width: 1025px) {
      .pagination-wrapper .pagination-inner {
        width: 100%; } }
    .pagination-wrapper .pagination-inner.no-pagination {
      margin-top: 60px; }
      .pagination-wrapper .pagination-inner.no-pagination .pagination {
        margin-bottom: 0; }
    .pagination-wrapper .pagination-inner.showMore .pagination {
      margin-bottom: 17px; }
      .pagination-wrapper .pagination-inner.showMore .pagination .pagination-list {
        display: none; }
      .pagination-wrapper .pagination-inner.showMore .pagination .pagination-info {
        width: 100%;
        text-align: center; }
    .pagination-wrapper .pagination-inner .pagination-info {
      display: inline-block;
      width: 100%;
      font-size: 14px;
      font-weight: 400;
      text-transform: none;
      color: #323232;
      text-align: center; }
      @media (min-width: 551px) {
        .pagination-wrapper .pagination-inner .pagination-info {
          width: 33.33%;
          text-align: left; } }
  .pagination-wrapper .pagination {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pagination-wrapper .pagination .pagination-list {
      margin-top: 22px;
      width: 100%; }
      @media (min-width: 551px) {
        .pagination-wrapper .pagination .pagination-list {
          width: auto;
          text-align: right;
          margin-top: 0;
          -ms-flex-pack: space-between;
          -webkit-justify-content: space-between;
          justify-content: space-between; } }
      @media (min-width: 1025px) {
        .pagination-wrapper .pagination .pagination-list {
          text-align: right;
          width: 66.66%; } }
  .pagination-wrapper .u-hiddenVisually {
    display: none; }
  .pagination-wrapper .showmore-category {
    width: 100%; }
    .pagination-wrapper .showmore-category .showmore-category-inner {
      width: 100%;
      float: right;
      text-align: center; }
      .pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category {
        min-width: 285px; }
        .pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category.disable {
          background: #bababa;
          border-color: #bababa;
          color: white; }
          .pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category.disable .icon {
            fill: white;
            display: none; }
      .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore .icon {
        width: 16px;
        height: 16px;
        margin-top: -4px;
        display: none;
        fill: white; }
      .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore .text {
        margin-left: 6px; }
      .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore:hover .icon, .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore:focus .icon, .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore:active .icon {
        fill: white; }
      .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore.loading .text {
        font-size: 0; }
      .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore.loading .icon {
        display: inline-block;
        -webkit-animation: rotate_180 1s infinite linear;
        -moz-animation: rotate_180 1s infinite linear;
        -ms-animation: rotate_180 1s infinite linear;
        -o-animation: rotate_180 1s infinite linear;
        animation: rotate_180 1s infinite linear;
        fill: white; }
      .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore.disable {
        opacity: 0.5;
        pointer-events: none; }
      @media (min-width: 1025px) {
        .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore {
          min-width: 300px; } }
    .pagination-wrapper .showmore-category.no-pagination .showmore-category-inner {
      margin-bottom: 0; }
  .pagination-wrapper .compare-link {
    width: auto;
    display: none;
    font-size: 12px;
    text-align: right; }
    @media (min-width: 1025px) {
      .pagination-wrapper .compare-link {
        display: none;
        position: fixed;
        right: 30px;
        bottom: 20%;
        z-index: 9999; }
        .pagination-wrapper .compare-link.show {
          display: inline-block; }
        .pagination-wrapper .compare-link a {
          font-size: 14px;
          color: #323232;
          overflow: visible;
          font-style: italic;
          font-weight: 400;
          text-transform: uppercase; }
          .pagination-wrapper .compare-link a .text {
            font-weight: 700;
            background-image: linear-gradient(transparent 96%, #323232 4%);
            background-repeat: repeat-x;
            background-position-y: -1px; }
          .pagination-wrapper .compare-link a .countPill {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            background: none;
            color: #323232;
            width: auto;
            height: auto;
            font-size: 14px; } }

/* Category Banner Custom Bock */
.halo_category_custom_block .custom-block-content {
  background: whitesmoke;
  font-size: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
  @media (min-width: 801px) {
    .halo_category_custom_block .custom-block-content {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }

.halo_category_custom_block .column {
  width: 100%; }
  @media (min-width: 801px) {
    .halo_category_custom_block .column {
      width: 50%;
      display: inline-block;
      vertical-align: middle; } }

.halo_category_custom_block .left-column img {
  min-height: 300px;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }
  @media (min-width: 801px) {
    .halo_category_custom_block .left-column img {
      -moz-border-radius: 6px 0 0 6px;
      -webkit-border-radius: 6px 0 0 6px;
      -ms-border-radius: 6px 0 0 6px;
      border-radius: 6px 0 0 6px; } }

.halo_category_custom_block .right-column {
  padding: 30px 15px 30px 15px; }
  @media (min-width: 651px) {
    .halo_category_custom_block .right-column {
      padding: 30px 40px 30px 40px; } }
  @media (min-width: 801px) {
    .halo_category_custom_block .right-column {
      padding: 17px 15px 25px 15px; } }
  @media (min-width: 992px) {
    .halo_category_custom_block .right-column {
      padding: 17px 25px 25px 25px; } }
  @media (min-width: 1025px) {
    .halo_category_custom_block .right-column {
      padding: 30px 45px 30px 45px; } }
  @media (max-width: 1024px) {
    .halo_category_custom_block .right-column .page-header {
      margin-bottom: 15px; } }
  @media (max-width: 1024px) {
    .halo_category_custom_block .right-column .page-header .page-heading {
      margin-bottom: 0px; } }
  @media (max-width: 550px) {
    .halo_category_custom_block .right-column .page-header .page-heading {
      margin-bottom: 0px; } }
  .halo_category_custom_block .right-column .view-all {
    float: right; }
  .halo_category_custom_block .right-column .brands-list {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    @media (min-width: 992px) {
      .halo_category_custom_block .right-column .brands-list {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 5px; } }
    @media (min-width: 1025px) {
      .halo_category_custom_block .right-column .brands-list {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 1281px) {
      .halo_category_custom_block .right-column .brands-list {
        margin-bottom: 25px; } }
    @media (min-width: 1600px) {
      .halo_category_custom_block .right-column .brands-list {
        margin-bottom: 40px; } }
    .halo_category_custom_block .right-column .brands-list .brand-item {
      width: 33.33%;
      padding-left: 7.5px;
      padding-right: 7.5px;
      margin-top: 15px;
      display: inline-block;
      text-align: center; }
      .halo_category_custom_block .right-column .brands-list .brand-item:nth-child(1), .halo_category_custom_block .right-column .brands-list .brand-item:nth-child(2), .halo_category_custom_block .right-column .brands-list .brand-item:nth-child(3) {
        margin-top: 0; }
      @media (min-width: 992px) {
        .halo_category_custom_block .right-column .brands-list .brand-item {
          margin-top: 20px;
          padding-left: 10px;
          padding-right: 10px; } }
      @media (min-width: 1025px) {
        .halo_category_custom_block .right-column .brands-list .brand-item {
          padding-left: 15px;
          padding-right: 15px;
          margin-top: 30px; } }
      .halo_category_custom_block .right-column .brands-list .brand-item img {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #e7e7e7; }
      .halo_category_custom_block .right-column .brands-list .brand-item:hover img {
        -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.1); }

@media (min-width: 1200px) {
  .homepage-layout-1 .halo_category_custom_block .column.left-column {
    width: 49.63503649635036%; }
  .homepage-layout-1 .halo_category_custom_block .column.right-column {
    width: 50.36496350364964%; } }

.page-type-default.homepage-layout-1 #homeProductBlockRecommended .page-header .page-heading {
  margin-bottom: 0; }

.page-type-default.homepage-layout-1 .product-block-wrapper.noBannerLeft.noRightCate {
  display: block; }

.page-type-default.homepage-layout-1 .product-block-cate-id .product-block .productCarousel .slick-list {
  margin: 0 -7.5px; }

.page-type-default.homepage-layout-1 .product-block-cate-id .product-block .productCarousel-slide {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.page-type-default.homepage-layout-1 .page-header .page-heading {
  margin-bottom: 0; }

@media (min-width: 551px) {
  .page-type-default.homepage-layout-1 .page-header {
    margin-bottom: 35px; } }

@media (max-width: 550px) {
  .page-type-default.homepage-layout-1 .page-header  .view-all {
    margin-left: 30px; } }

.page-type-default.homepage-layout-1 #feauturedProduct2 .productCarousel:not(.slick-initialized) > .productCarousel-slide:nth-child(n+3) {
  display: none; }

@media (min-width: 992px) {
  .page-type-default.homepage-layout-1 #shipping-custom-block .custom-block-list {
    margin-left: -10px;
    margin-right: -10px; }
    .page-type-default.homepage-layout-1 #shipping-custom-block .custom-block-list .custom-block-item {
      padding-left: 10px;
      padding-right: 10px; } }

@media (min-width: 1025px) {
  .page-type-default.homepage-layout-1 #shipping-custom-block > .container {
    max-width: 1410px; }
  .page-type-default.homepage-layout-1 #shipping-custom-block .custom-block-list {
    margin-left: -15px;
    margin-right: -15px; }
    .page-type-default.homepage-layout-1 #shipping-custom-block .custom-block-list .custom-block-item {
      padding-left: 20px;
      padding-right: 20px; }
  .page-type-default.homepage-layout-1 .halo_custom_block_five_images > .container {
    max-width: 1410px; }
  .page-type-default.homepage-layout-1 .halo_custom_block_five_images .banner-list {
    margin-left: -15px;
    margin-right: -15px; } }

.page-type-default.homepage-layout-2 #homeProductBlock2.home-product-block {
  padding-top: 5px; }

.page-type-default.homepage-layout-2 .home-product-block .page-header {
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .page-type-default.homepage-layout-2 .home-product-block .product-banner .banner-list {
    margin-left: -10px;
    margin-right: -10px; }
    .page-type-default.homepage-layout-2 .home-product-block .product-banner .banner-list .banner-item {
      padding-left: 10px;
      padding-right: 10px; } }

.page-type-default.homepage-layout-2 #homeProductBlockRecommended .productGrid .card {
  margin-bottom: 15px; }

@media (min-width: 1025px) {
  .page-type-default.homepage-layout-2 #homeProductBlockRecommended {
    padding-top: 30px; }
    .page-type-default.homepage-layout-2 #homeProductBlockRecommended.padding-bottom-30 {
      padding-bottom: 35px; }
    .page-type-default.homepage-layout-2 #homeProductBlockRecommended .productGrid .card {
      margin-bottom: 20px; } }

.page-type-default.homepage-layout-2 .halo_custom_cms_block > .container {
  max-width: 1440px; }

.page-type-default.homepage-layout-2 .product-block-cate-id {
  margin-top: 10px; }
  .page-type-default.homepage-layout-2 .product-block-cate-id .product-block .card {
    border-radius: 6px; }

.page-type-default.homepage-layout-2 #topSellerProduct2 .productCarousel:not(.slick-initialized) > .productCarousel-slide:nth-child(n+3) {
  display: none; }

@media (max-width: 767px) {
  body.page-type-category .pagination-wrapper .pagination-inner.no-pagination,
  body.page-type-brand .pagination-wrapper .pagination-inner.no-pagination,
  body.page-type-search .pagination-wrapper .pagination-inner.no-pagination {
    margin-top: 10px; } }

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

.blog-title {
  color: #232323;
  font-size: 24px;
  font-weight: 700;
  margin: 0; }
  .blog-title a {
    text-decoration: none; }
    .blog-title a span {
      background-repeat: repeat-x;
      background-position-y: -2px; }
    .blog-title a:hover span {
      background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.7) 4%); }

.blog-date,
.blog-author {
  color: #787878;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 35px; }

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

.blog-post {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8; }
  .blog-post .blog-post-btn {
    display: block;
    margin-top: 25px; }
    .blog-post .blog-post-btn .button {
      display: inline-block;
      margin-bottom: 0;
      border-color: #000000;
      text-transform: unset;
      font-weight: 600;
      min-width: 151px; }
      .blog-post .blog-post-btn .button:hover {
        border-color: #ff7000; }
  .blog-post h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 28px;
    margin-bottom: 18px; }
  .blog-post .des-list > li {
    margin-top: 5px; }
  .blog-post .des-list-nostyle {
    margin-left: 0; }
    .blog-post .des-list-nostyle > li {
      display: block; }
      .blog-post .des-list-nostyle > li > span {
        width: 16px;
        display: inline-block; }
  .blog-post .des-col {
    padding: 10px 0; }
    .blog-post .des-col .des-item {
      width: 100%; }
      @media (min-width: 551px) {
        .blog-post .des-col .des-item {
          display: flex; } }
      .blog-post .des-col .des-item .desItem-img {
        text-align: center;
        width: 100%;
        min-width: 100%; }
        .blog-post .des-col .des-item .desItem-img:not(.slick-initialized) {
          display: block;
          white-space: nowrap;
          overflow: hidden;
          font-size: 0;
          letter-spacing: 0; }
          .blog-post .des-col .des-item .desItem-img:not(.slick-initialized) > .a {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            overflow: hidden; }
            .blog-post .des-col .des-item .desItem-img:not(.slick-initialized) > .a:not(:first-child) {
              opacity: 0;
              visibility: hidden; }
        .blog-post .des-col .des-item .desItem-img .slick-dots {
          position: absolute;
          bottom: 35px; }
        @media (min-width: 551px) {
          .blog-post .des-col .des-item .desItem-img {
            width: 50%;
            min-width: 50%; } }
      .blog-post .des-col .des-item .desItem-content {
        padding: 35px;
        display: block;
        text-align: left;
        background-color: #f5f5f5;
        width: 100%; }
        .blog-post .des-col .des-item .desItem-content .desItemContent-detail .des-top {
          font-size: 18px;
          background-repeat: repeat-x;
          background-position-y: -2px;
          background-image: linear-gradient(transparent 86%, #fdc525 14%);
          padding: 0 0 10px 0;
          display: inline-block;
          margin-bottom: 0; }
        .blog-post .des-col .des-item .desItem-content .desItemContent-detail h4 {
          font-size: 28px;
          font-weight: 700;
          text-transform: uppercase;
          margin-bottom: 25px; }
          @media (min-width: 1025px) {
            .blog-post .des-col .des-item .desItem-content .desItemContent-detail h4 {
              font-size: 32px; } }
          @media (min-width: 1200px) {
            .blog-post .des-col .des-item .desItem-content .desItemContent-detail h4 {
              font-size: 40px; } }
        .blog-post .des-col .des-item .desItem-content .desItemContent-detail .des-content {
          display: -webkit-box;
          -webkit-line-clamp: 3;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-bottom: 35px; }
        .blog-post .des-col .des-item .desItem-content .desItemContent-detail .button {
          min-width: 200px; }
        @media (min-width: 551px) {
          .blog-post .des-col .des-item .desItem-content {
            padding: 20px 35px;
            width: 50%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center; } }
        @media (min-width: 768px) {
          .blog-post .des-col .des-item .desItem-content {
            padding: 45px 70px 45px 70px; } }
  .blog-post .des-contentBorder {
    font-style: italic;
    border: 1px solid #dddddd;
    border-left: 10px solid #fdc525;
    padding: 25px 30px;
    margin-top: 25px;
    margin-bottom: 35px; }

.page-type-blog_post .blog {
  border-bottom: none; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: left; }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 100%; }

.blog-page .page-sidebar {
  width: 240px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px; }
  .blog-page .page-sidebar + .page-content {
    width: calc(100% - 240px);
    padding-top: 0;
    padding-left: 100px;
    padding-right: 0; }
  .blog-page .page-sidebar .sidebarBlock-heading {
    line-height: 40px; }

.blog-page .social-mediaBlock {
  padding-bottom: 35px;
  margin-top: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #E6E6E6;
  position: unset;
  width: 100%;
  margin-left: 0; }
  .blog-page .social-mediaBlock > p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px; }
  .blog-page .social-mediaBlock .socialMedia-dropdown {
    position: unset;
    padding: 0;
    width: 100%;
    box-shadow: none;
    margin-top: 0;
    border-radius: 0;
    display: block; }
    .blog-page .social-mediaBlock .socialMedia-dropdown .shareLinkSocial__link {
      display: none; }
      .blog-page .social-mediaBlock .socialMedia-dropdown .shareLinkSocial__link + p {
        display: none; }
  .blog-page .social-mediaBlock .addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .blog-page .social-mediaBlock .socialMedia-button,
  .blog-page .social-mediaBlock .facebookRecommendBtn {
    display: none; }
  .blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn {
    border-radius: 50% !important;
    border: 1px solid #dddddd;
    width: 40px;
    height: 40px;
    padding: 9px; }
    .blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child {
      border: none;
      padding: 5px; }
      .blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child .at-icon-wrapper {
        height: 28px !important;
        width: 28px !important; }
        .blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child .at-icon-wrapper svg {
          stroke: #fff;
          stroke-width: 2px;
          height: 28px !important;
          width: 28px !important; }
    .blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn .at-icon-wrapper {
      height: 20px !important;
      width: 20px !important; }
      .blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn .at-icon-wrapper svg {
        fill: #2d394a !important;
        height: 20px !important;
        width: 20px !important; }

.blog-page .pagination-list {
  margin-top: 35px; }
  .blog-page .pagination-list .pagination-item {
    vertical-align: top; }

.blog-page .sidebarBlock + .sidebarBorder {
  border-top: 1px solid #dddddd;
  padding-top: 25px;
  margin-top: 0; }

.blog-page .sidebarBlock#sideBannerImage {
  margin-top: -5px;
  padding-top: 35px; }

.recentPosts_List {
  margin-bottom: 35px; }
  .recentPosts_List .recentPost_item {
    margin-bottom: 25px; }
    .recentPosts_List .recentPost_item .recentPost_title {
      color: #232323;
      font-size: 16px;
      font-weight: 400;
      text-decoration: none;
      margin-bottom: 8px;
      display: block; }
      .recentPosts_List .recentPost_item .recentPost_title span {
        background-repeat: repeat-x;
        background-position-y: -2px; }
      .recentPosts_List .recentPost_item .recentPost_title:hover {
        color: #ff7000; }
        .recentPosts_List .recentPost_item .recentPost_title:hover span {
          background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.7) 4%); }
    .recentPosts_List .recentPost_item .recentPost_date {
      color: #787878;
      font-style: italic;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0; }

.recentPosts_tags,
.tags {
  display: none;
  margin-left: 0;
  margin-bottom: 30px; }
  .recentPosts_tags .tag,
  .tags .tag {
    display: inline-block;
    border-radius: 4px;
    background-color: #F6F6F6;
    border: 1px solid #F6F6F6;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .recentPosts_tags .tag .link,
    .tags .tag .link {
      color: #787878;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      padding: 10px;
      display: block; }
    .recentPosts_tags .tag:hover,
    .tags .tag:hover {
      background-color: #ffffff;
      border-color: #000000; }
      .recentPosts_tags .tag:hover .link,
      .tags .tag:hover .link {
        color: #232323; }

.tags-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start; }
  .tags-block .tags-title {
    font-size: 16px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 15px;
    min-width: 45px;
    color: #505050; }
  .tags-block .tags {
    display: block;
    margin: 0;
    text-align: left; }

.side-block-body .page-sidebar {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

@media (max-width: 1024px) {
  .blog-page .page-sidebar {
    width: 347px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; }
    .blog-page .page-sidebar + .page-content {
      width: 100%;
      padding-left: 0; }
  .blog-page .page-content {
    width: 100%;
    padding-left: 0; }
  .blog-page .sidebar-label {
    margin-bottom: 20px; }
    .blog-page .sidebar-label .sidebar_more {
      display: block; }
  .blog-page .close-sidebar {
    justify-content: flex-end;
    background: #fff;
    padding: 12px 30px 0; }
  .blog-page nav {
    padding: 0 30px 30px 30px; } }

.sidebarBlock .page-header {
  text-align: left; }
  .sidebarBlock .page-header .sidebarBlock-heading {
    padding-right: 50px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px; }
  .sidebarBlock .page-header .view-all {
    position: absolute;
    right: 0;
    top: 50%;
    margin-bottom: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: -1px; }

.sidebarBlock + .sidebarBorder {
  border-top: 1px solid #dddddd;
  padding-top: 24px;
  margin-top: 17px; }

.sidebarBlock + #sideBannerImage {
  padding-bottom: 5px; }

.sidebarBlock + #sideCustomCMS {
  margin-top: 28px; }

.sidebarBlock .navList {
  margin-bottom: 10px; }
  .sidebarBlock .navList .navList-action {
    padding: 6px 0; }
  .sidebarBlock .navList .navList-item:first-child .navList-action {
    padding-top: 3px; }

.sidebarBorder {
  display: inline-block;
  width: 100%; }
  .sidebarBorder + .sidebarBorder {
    border-top: 1px solid #dddddd;
    padding-top: 22px;
    margin-top: 17px; }

.sidebarBlock-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  text-align: left; }

#sideAllCategories {
  margin-bottom: 26px; }
  #sideAllCategories .sidebarBlock-heading {
    margin-bottom: 18px; }
  #sideAllCategories + #facetedSearch {
    padding-top: 22px;
    margin-top: 35px;
    border-top: 1px solid #dddddd; }
  #sideAllCategories + #sideBannerImage {
    margin-top: 27px; }

.all-categories-list {
  margin: 0;
  list-style: none; }
  .all-categories-list li {
    margin-bottom: 0px;
    padding: 8px 0 8px 0;
    position: relative; }
    .all-categories-list li:first-child {
      padding-top: 0; }
  .all-categories-list > .navPages-item > .dropdown-category-list {
    margin: 8px 0 0 0; }
  .all-categories-list .navPages-item {
    float: none;
    display: block;
    position: relative;
    margin-bottom: 0; }
    .all-categories-list .navPages-item a {
      padding: 0px 0;
      vertical-align: top;
      display: inline-block;
      color: #323232;
      font-weight: 500;
      font-size: 16px;
      position: relative;
      z-index: 3; }
      .all-categories-list .navPages-item a:hover {
        color: #ff7000; }
    .all-categories-list .navPages-item:first-child > .icon-dropdown {
      height: 22px; }
    .all-categories-list .navPages-item:last-child {
      padding-bottom: 0; }
      .all-categories-list .navPages-item:last-child > .icon-dropdown {
        height: 38px; }
    .all-categories-list .navPages-item .icon-dropdown {
      float: right;
      width: 100%;
      height: 38px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      cursor: pointer;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
      .all-categories-list .navPages-item .icon-dropdown .icon-plus {
        width: 12px;
        height: 12px;
        position: relative; }
        .all-categories-list .navPages-item .icon-dropdown .icon-plus:before {
          content: "";
          position: absolute;
          top: 6px;
          left: 0;
          background: #bbbbbb;
          width: 100%;
          height: 2px;
          transform: translate3D(0%, -50%, 0) rotate(0);
          transition: all .5s ease; }
        .all-categories-list .navPages-item .icon-dropdown .icon-plus:after {
          content: "";
          position: absolute;
          top: 0;
          left: 5px;
          background: #bbbbbb;
          width: 2px;
          height: 100%;
          transform: translate3D(0%, 0%, 0) rotate(0);
          transition: all .5s ease; }
    .all-categories-list .navPages-item > .icon-dropdown {
      height: 38px; }
      .all-categories-list .navPages-item > .icon-dropdown.is-clicked .icon-plus:before {
        transform: translate3D(0%, -50%, 0) rotate(180deg); }
      .all-categories-list .navPages-item > .icon-dropdown.is-clicked .icon-plus:after {
        transform: translate3D(0%, 0px, 0) rotate(90deg); }
    .all-categories-list .navPages-item.current-cat > a {
      font-weight: 600;
      color: #ff7000;
      background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.3) 4%);
      background-repeat: repeat-x;
      background-position-y: -1px; }
    .all-categories-list .navPages-item.current-cat > .icon-dropdown.is-clicked .icon-plus:before {
      transform: translate3D(0%, -50%, 0) rotate(180deg); }
    .all-categories-list .navPages-item.current-cat > .icon-dropdown.is-clicked .icon-plus:after {
      transform: translate3D(0%, 0px, 0) rotate(90deg); }
    .all-categories-list .navPages-item.current-cat.open > .icon-dropdown .icon-plus:before {
      transform: translate3D(0%, -50%, 0) rotate(180deg); }
    .all-categories-list .navPages-item.current-cat.open > .icon-dropdown .icon-plus:after {
      transform: translate3D(0%, 0px, 0) rotate(90deg); }
    .all-categories-list .navPages-item.open {
      padding-bottom: 0; }
    .all-categories-list .navPages-item.is-clicked > a, .all-categories-list .navPages-item .current-cat > a {
      font-weight: 500; }
  .all-categories-list .dropdown-category-list {
    margin: 8px 0 0 0;
    display: none;
    list-style: none;
    overflow: hidden;
    width: 100%; }
    .all-categories-list .dropdown-category-list.cat-expanded {
      display: block; }
      .all-categories-list .dropdown-category-list.cat-expanded .icon-dropdown.is-clicked .icon-plus:before {
        transform: translate3D(0%, -50%, 0) rotate(180deg); }
      .all-categories-list .dropdown-category-list.cat-expanded .icon-dropdown.is-clicked .icon-plus:after {
        transform: translate3D(0%, 0px, 0) rotate(90deg); }
    .all-categories-list .dropdown-category-list .icon-dropdown {
      margin-right: -10px; }
    .all-categories-list .dropdown-category-list > .navPage-subMenu-item > .navPage-subMenu-action {
      text-transform: capitalize;
      font-size: 16px;
      font-weight: 500;
      color: #323232; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item {
      width: 100%;
      display: block;
      position: relative;
      padding: 8px 20px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
        padding: 0; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item a:hover {
          color: #ff7000;
          background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.3) 4%);
          background-repeat: repeat-x;
          background-position-y: -1px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .icon-dropdown {
        height: 38px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item:first-child a {
        padding-top: 0; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a {
        color: #ff7000;
        background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.3) 4%);
        background-repeat: repeat-x;
        background-position-y: -1px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > .icon-dropdown.is-clicked .icon-plus:before {
        transform: translate3D(0%, -50%, 0) rotate(180deg); }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > .icon-dropdown.is-clicked .icon-plus:after {
        transform: translate3D(0%, 0px, 0) rotate(90deg); }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.open > .icon-dropdown.is-clicked .icon-plus:before {
        transform: translate3D(0%, -50%, 0) rotate(180deg); }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.open > .icon-dropdown.is-clicked .icon-plus:after {
        transform: translate3D(0%, 0px, 0) rotate(90deg); }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
        width: auto;
        -webkit-transition: padding-left 0.3s linear;
        -moz-transition: padding-left 0.3s linear;
        -ms-transition: padding-left 0.3s linear;
        -o-transition: padding-left 0.3s linear; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item {
        padding: 6px 20px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item:first-child a {
          padding-top: 0; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item:last-child {
          padding-bottom: 0; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a {
          position: relative;
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          font-size: 16px;
          font-weight: 400;
          text-transform: none;
          letter-spacing: 0;
          color: #323232; }
          .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a:hover {
            color: #ff7000; }
            .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a:hover > span {
              background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.3) 4%);
              background-repeat: repeat-x;
              background-position-y: -1px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item .icon-dropdown {
          height: 22px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a {
          color: #ff7000; }
          .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a span {
            background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.3) 4%);
            background-repeat: repeat-x;
            background-position-y: -1px; }
          .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a:hover {
            color: #ff7000; }
            .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a:hover > span {
              background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.3) 4%);
              background-repeat: repeat-x;
              background-position-y: 0px;
              padding-bottom: 1px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open > .icon-dropdown.is-clicked .icon-plus:before {
          transform: translate3D(0%, -50%, 0) rotate(180deg); }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open > .icon-dropdown.is-clicked .icon-plus:after {
          transform: translate3D(0%, 0px, 0) rotate(90deg); }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-4 .navPage-childList-item a:hover {
        color: #ff7000;
        background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.3) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        padding-bottom: 1px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-5 .navPage-childList-item a:hover {
        padding-left: 60px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-5 .navPage-childList-item a:hover:before {
          left: 45px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPage-subMenu-action {
        margin: 0;
        width: auto;
        border: none; }

.navList {
  margin-bottom: 0px; }
  .navList .navList-item {
    padding-bottom: 1px; }
    .navList .navList-item .navList-action {
      font-size: 16px;
      color: #323232; }
      .navList .navList-item .navList-action:hover {
        color: black; }

#sideShopByPrice .navList-action {
  letter-spacing: 0; }

#sideShopByPrice .navList {
  max-height: 295px;
  overflow-y: auto;
  scrollbar-color: #787878 #fafafa;
  scrollbar-width: thin !important; }
  #sideShopByPrice .navList::-webkit-scrollbar {
    width: 10px;
    background-color: #fafafa; }
  #sideShopByPrice .navList::-webkit-scrollbar-thumb {
    background-color: #787878; }

#sideShopByBrands .navList-item.view_all a {
  color: #ff7000;
  padding-bottom: 0; }
  #sideShopByBrands .navList-item.view_all a > span {
    background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.3) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px;
    padding-bottom: 2px; }

#sideShopByBrands .navList {
  max-height: 295px;
  overflow-y: auto;
  scrollbar-color: #787878 #fafafa;
  scrollbar-width: thin !important; }
  #sideShopByBrands .navList::-webkit-scrollbar {
    width: 10px;
    background-color: #fafafa; }
  #sideShopByBrands .navList::-webkit-scrollbar-thumb {
    background-color: #787878; }

#sideShopByBrands + #sideBannerImage {
  margin-top: 30px; }

.sidebarProduct {
  margin: 10px 0 0 0; }
  .sidebarProduct .productCarousel-slide .card {
    margin-bottom: 0px; }
    .sidebarProduct .productCarousel-slide .card .card-figcaption {
      opacity: 1;
      margin-top: 0px;
      display: inline-block; }
      .sidebarProduct .productCarousel-slide .card .card-figcaption .card-figcaption-body {
        text-align: left; }
      .sidebarProduct .productCarousel-slide .card .card-figcaption .card-details {
        background: none;
        color: #ff7000; }
  .sidebarProduct .productCarousel-slide:last-child .card {
    margin-bottom: 0; }
  .sidebarProduct .productCarousel-slide .card-figure {
    width: 100%;
    display: inline-block; }
  .sidebarProduct .productCarousel-slide .card-body {
    width: 100%;
    display: inline-block;
    font-size: 0; }
    .sidebarProduct .productCarousel-slide .card-body .card-price {
      margin-bottom: 5px; }
    .sidebarProduct .productCarousel-slide .card-body .card_optionImage .form-field {
      margin-bottom: 12px;
      margin-top: 2px; }

#sideProducts {
  margin-top: 27px; }
  #sideProducts .newText {
    display: none; }
  #sideProducts .sidebarProduct {
    margin-bottom: 7px; }
    #sideProducts .sidebarProduct .productCarousel-slide {
      width: 100%;
      display: none; }
      #sideProducts .sidebarProduct .productCarousel-slide:first-child, #sideProducts .sidebarProduct .productCarousel-slide.slick-slide {
        display: inline-block; }
      #sideProducts .sidebarProduct .productCarousel-slide .card_optionImage {
        height: 38px; }
      #sideProducts .sidebarProduct .productCarousel-slide .card-body.no-optionImage .card_optionImage {
        height: 0; }
  @media (min-width: 1025px) {
    #sideProducts .productsByCategoryId .halo_productLoading {
      min-height: 410px; } }
  #sideProducts .productsByCategoryId .productCarousel-slide {
    width: 100%;
    display: none; }
    #sideProducts .productsByCategoryId .productCarousel-slide:first-child, #sideProducts .productsByCategoryId .productCarousel-slide.slick-slide {
      display: inline-block; }

#sideBannerImage {
  margin-top: 18px;
  display: inline-block;
  width: 100%;
  margin-top: 22px; }
  #sideBannerImage .side-cms-content {
    text-align: center; }
    #sideBannerImage .side-cms-content .cms-image {
      display: block; }
      #sideBannerImage .side-cms-content .cms-image .card-img-container {
        max-width: 100%; }
        #sideBannerImage .side-cms-content .cms-image .card-img-container:after {
          padding-bottom: 195.83333%; }

#sideCustomCMS .sidebarBlock-heading {
  margin-bottom: 15px; }

#sideCustomCMS .side-cms-content p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px; }
  #sideCustomCMS .side-cms-content p:last-child {
    margin-bottom: 0; }

.brandGrid {
  list-style: none;
  max-width: none;
  width: auto;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -15px; }
  .brandGrid .brand {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 50%;
    float: none;
    margin: 0 0 30px 0; }
    .brandGrid .brand .card-figure .image {
      display: block;
      overflow: hidden;
      position: relative;
      border: 1px solid #d6d6d6; }
    .brandGrid .brand .card-figure .brand-img-container {
      display: block;
      position: relative;
      max-width: 200px;
      margin: 0 auto; }
      .brandGrid .brand .card-figure .brand-img-container:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 100%; }
      .brandGrid .brand .card-figure .brand-img-container img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 1;
        visibility: visible;
        border: 0;
        width: 100%;
        max-height: 100%;
        object-fit: contain;
        margin: 0 auto;
        font-family: 'object-fit: contain;';
        transition: color 0.15s ease; }
        .brandGrid .brand .card-figure .brand-img-container img.lazyload, .brandGrid .brand .card-figure .brand-img-container img.lazyloading {
          width: auto;
          height: auto;
          object-fit: contain;
          margin: auto; }
    .brandGrid .brand .card-body {
      text-align: center;
      margin: 20px 0 0; }
      .brandGrid .brand .card-body .link {
        font-size: 14px;
        font-weight: 700;
        color: #323232;
        transition: unset;
        text-transform: uppercase;
        line-height: 26px;
        letter-spacing: 0;
        position: relative; }
        .brandGrid .brand .card-body .link .text {
          padding: 0 0 1px 0; }
  @media (min-width: 768px) {
    .brandGrid .brand {
      width: 33.3333333%; } }
  @media (min-width: 1025px) {
    .brandGrid .brand {
      width: 25%; }
      .brandGrid .brand .card .image:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 100%;
        right: 0;
        left: auto;
        z-index: 2;
        transform: none;
        position: absolute;
        transition: 0.3s ease;
        background-color: rgba(0, 0, 0, 0.25);
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 100%); }
      .brandGrid .brand .card .link {
        transition: 0.3s ease; }
      .brandGrid .brand .card:hover .image:before {
        top: 0; }
      .brandGrid .brand .card:hover .link {
        color: #ff7000; }
        .brandGrid .brand .card:hover .link span {
          background-image: linear-gradient(transparent 97%, #ff7000 3%);
          background-repeat: repeat-x;
          background-position-y: 0; } }
  @media (min-width: 1280px) {
    .brandGrid .brand {
      width: 20%; } }
  @media (min-width: 1600px) {
    .brandGrid .brand {
      width: 16.6666666%; } }

.page-type-brands .page {
  position: relative; }

.haloAZBrandsTable {
  display: flex;
  font-size: 0;
  letter-spacing: 0;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px; }
  .haloAZBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d6d6d6;
    border-left: none; }
    .haloAZBrandsTable li a {
      font-size: 14px;
      font-weight: 700;
      color: #323232;
      display: block;
      height: 40px;
      min-width: 40px;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
    .haloAZBrandsTable li:first-child {
      min-width: 70px;
      border-left: 1px solid #d6d6d6; }
    .haloAZBrandsTable li.disable {
      pointer-events: none; }
      .haloAZBrandsTable li.disable a {
        color: #999999;
        pointer-events: none; }
    .haloAZBrandsTable li.is-active {
      border-color: #e75915;
      background-color: #e75915; }
      .haloAZBrandsTable li.is-active a {
        color: white; }
  @media (min-width: 1025px) {
    .haloAZBrandsTable {
      margin: 0 0 40px 0; }
      .haloAZBrandsTable li {
        width: 10%; }
        .haloAZBrandsTable li:hover {
          border-color: #e75915;
          background-color: #e75915; }
          .haloAZBrandsTable li:hover a {
            color: white; } }

.haloAZBrandsWrapper .azBrands-group {
  display: none;
  margin: 0 0 30px 0; }
  .haloAZBrandsWrapper .azBrands-group-title {
    font-size: 18px;
    font-weight: 700;
    color: #323232;
    letter-spacing: 0;
    line-height: 35px;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase; }
  .haloAZBrandsWrapper .azBrands-group-list {
    margin: 0;
    list-style: none; }
    .haloAZBrandsWrapper .azBrands-group-list .brand-name .title {
      margin: 0;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #323232;
      letter-spacing: 0;
      line-height: 35px;
      text-transform: capitalize; }
      .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link {
        color: #828282;
        padding: 0 0 1px 0;
        transition: unset; }
  .haloAZBrandsWrapper .azBrands-group.is-active {
    display: block; }

.haloAZBrandsWrapper.active-all {
  column-count: 2; }
  .haloAZBrandsWrapper.active-all .azBrands-group {
    display: block;
    break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    column-count: unset; }

.haloAZBrandsWrapper.is-loading .loadingOverlay {
  display: block; }

@media (min-width: 768px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 3; }
  .haloAZBrandsWrapper.active-all {
    column-count: 3; } }

@media (min-width: 1025px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 4; }
    .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link:hover {
      color: #ff7000;
      background-image: linear-gradient(transparent 97%, #ff7000 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .haloAZBrandsWrapper.active-all {
    column-count: 4; } }

@media (min-width: 1280px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 5; }
  .haloAZBrandsWrapper.active-all {
    column-count: 5; } }

@media (min-width: 1600px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 6; }
  .haloAZBrandsWrapper.active-all {
    column-count: 6; } }

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

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

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -7.5px;
  margin-bottom: 0px;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 1025px) {
    .productGrid {
      margin: 0 -10px; } }
  .productGrid .product {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 50%;
    display: inline-block;
    float: none;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .productGrid .product {
        width: 25%;
        padding-left: 10px;
        padding-right: 10px; } }
  .productGrid.col-2 .product {
    width: 50%; }
  .productGrid.col-3 .product {
    width: 50%; }
    @media (min-width: 551px) {
      .productGrid.col-3 .product {
        width: 33.33333%; } }
  .productGrid.col-4 .product {
    width: 50%; }
    @media (min-width: 551px) {
      .productGrid.col-4 .product {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .productGrid.col-4 .product {
        width: 25%; } }
  .productGrid.col-5 .product {
    width: 50%; }
    @media (min-width: 551px) {
      .productGrid.col-5 .product {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .productGrid.col-5 .product {
        width: 25%; } }
    @media (min-width: 1280px) {
      .productGrid.col-5 .product {
        width: 20%; } }
  .productGrid.col-6 .product {
    width: 50%; }
    @media (min-width: 768px) {
      .productGrid.col-6 .product {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .productGrid.col-6 .product {
        width: 25%; } }
    @media (min-width: 1280px) {
      .productGrid.col-6 .product {
        width: 20%; } }
    @media (min-width: 1600px) {
      .productGrid.col-6 .product {
        width: 16.66667%; } }

.homepage-layout-2 .page-type-default .productGrid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 551px) {
    .homepage-layout-2 .page-type-default .productGrid {
      margin: 0 -7.5px; } }
  @media (min-width: 1025px) {
    .homepage-layout-2 .page-type-default .productGrid {
      margin: 0 -10px; } }
  .homepage-layout-2 .page-type-default .productGrid .product {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
    padding: 0; }
    @media (min-width: 551px) {
      .homepage-layout-2 .page-type-default .productGrid .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-left: 7.5px;
        padding-right: 7.5px; } }
    @media (min-width: 1025px) {
      .homepage-layout-2 .page-type-default .productGrid .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px; } }
    .homepage-layout-2 .page-type-default .productGrid .product .card {
      height: 100%;
      margin-bottom: 0; }
    @media (max-width: 550px) {
      .homepage-layout-2 .page-type-default .productGrid .product:nth-child(n + 1) .card {
        -moz-border-radius: 6px 0px 0px 6px;
        -webkit-border-radius: 6px 0px 0px 6px;
        -ms-border-radius: 6px 0px 0px 6px;
        border-radius: 6px 0px 0px 6px; } }
    @media (max-width: 550px) {
      .homepage-layout-2 .page-type-default .productGrid .product:nth-child(2n) .card {
        -moz-border-radius: 0px 6px 6px 0px;
        -webkit-border-radius: 0px 6px 6px 0px;
        -ms-border-radius: 0px 6px 6px 0px;
        border-radius: 0px 6px 6px 0px; } }
  .homepage-layout-2 .page-type-default .productGrid.col-2 .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .homepage-layout-2 .page-type-default .productGrid.col-3 .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 551px) {
      .homepage-layout-2 .page-type-default .productGrid.col-3 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
  .homepage-layout-2 .page-type-default .productGrid.col-4 .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 551px) {
      .homepage-layout-2 .page-type-default .productGrid.col-4 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    @media (min-width: 992px) {
      .homepage-layout-2 .page-type-default .productGrid.col-4 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
  .homepage-layout-2 .page-type-default .productGrid.col-5 .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 551px) {
      .homepage-layout-2 .page-type-default .productGrid.col-5 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    @media (min-width: 992px) {
      .homepage-layout-2 .page-type-default .productGrid.col-5 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
    @media (min-width: 1280px) {
      .homepage-layout-2 .page-type-default .productGrid.col-5 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; } }
  .homepage-layout-2 .page-type-default .productGrid.col-6 .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 768px) {
      .homepage-layout-2 .page-type-default .productGrid.col-6 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    @media (min-width: 992px) {
      .homepage-layout-2 .page-type-default .productGrid.col-6 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
    @media (min-width: 1280px) {
      .homepage-layout-2 .page-type-default .productGrid.col-6 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; } }
    @media (min-width: 1600px) {
      .homepage-layout-2 .page-type-default .productGrid.col-6 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%; } }

.sidebar-show + #product-listing-container .productGrid .product,
.sidebar-show + .page-content .productGrid .product {
  width: 50%; }
  @media (min-width: 551px) {
    .sidebar-show + #product-listing-container .productGrid .product,
    .sidebar-show + .page-content .productGrid .product {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .sidebar-show + #product-listing-container .productGrid .product,
    .sidebar-show + .page-content .productGrid .product {
      width: 25%; } }

.sidebar-show + #product-listing-container .productGrid.col-2 .product,
.sidebar-show + .page-content .productGrid.col-2 .product {
  width: 50%; }

.sidebar-show + #product-listing-container .productGrid.col-3 .product,
.sidebar-show + .page-content .productGrid.col-3 .product {
  width: 50%; }
  @media (min-width: 551px) {
    .sidebar-show + #product-listing-container .productGrid.col-3 .product,
    .sidebar-show + .page-content .productGrid.col-3 .product {
      width: 33.33333%; } }

.sidebar-show + #product-listing-container .productGrid.col-4 .product,
.sidebar-show + .page-content .productGrid.col-4 .product {
  width: 50%; }
  @media (min-width: 551px) {
    .sidebar-show + #product-listing-container .productGrid.col-4 .product,
    .sidebar-show + .page-content .productGrid.col-4 .product {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .sidebar-show + #product-listing-container .productGrid.col-4 .product,
    .sidebar-show + .page-content .productGrid.col-4 .product {
      width: 25%; } }

.sidebar-show + #product-listing-container .productGrid.col-5 .product,
.sidebar-show + .page-content .productGrid.col-5 .product {
  width: 50%; }
  @media (min-width: 551px) {
    .sidebar-show + #product-listing-container .productGrid.col-5 .product,
    .sidebar-show + .page-content .productGrid.col-5 .product {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .sidebar-show + #product-listing-container .productGrid.col-5 .product,
    .sidebar-show + .page-content .productGrid.col-5 .product {
      width: 25%; } }
  @media (min-width: 1400px) {
    .sidebar-show + #product-listing-container .productGrid.col-5 .product,
    .sidebar-show + .page-content .productGrid.col-5 .product {
      width: 20%; } }

.sidebar-show + #product-listing-container .productGrid.col-6 .product,
.sidebar-show + .page-content .productGrid.col-6 .product {
  width: 50%; }
  @media (min-width: 551px) {
    .sidebar-show + #product-listing-container .productGrid.col-6 .product,
    .sidebar-show + .page-content .productGrid.col-6 .product {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .sidebar-show + #product-listing-container .productGrid.col-6 .product,
    .sidebar-show + .page-content .productGrid.col-6 .product {
      width: 25%; } }
  @media (min-width: 1440px) {
    .sidebar-show + #product-listing-container .productGrid.col-6 .product,
    .sidebar-show + .page-content .productGrid.col-6 .product {
      width: 20%; } }
  @media (min-width: 1600px) {
    .sidebar-show + #product-listing-container .productGrid.col-6 .product,
    .sidebar-show + .page-content .productGrid.col-6 .product {
      width: 16.66%; } }

.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: 1025px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

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

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

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

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

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0px auto 15px auto;
  max-width: 1570px; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList.sidebar-hide {
    max-width: 1170px; }
  .productList .product .card {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px; }
    @media (min-width: 551px) {
      .productList .product .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
        margin-bottom: 50px; } }
    .productList .product .card:hover .card-bottom .card-compare {
      display: none; }
  .productList .product .card-figure {
    width: 100%;
    display: inline-block; }
    @media (min-width: 551px) {
      .productList .product .card-figure {
        width: 262px; } }
    @media (max-width: 550px) {
      .productList .product .card-figure {
        max-width: 210px;
        margin-left: auto;
        margin-right: auto; } }
  .productList .product .card-body {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding-top: 10px;
    position: relative; }
    @media (min-width: 551px) {
      .productList .product .card-body {
        width: calc(100% - 250px);
        padding-left: 20px;
        padding-top: 0px; } }
    @media (min-width: 768px) {
      .productList .product .card-body {
        width: calc(100% - 262px);
        padding-left: 30px;
        padding-top: 10px; } }
    @media (min-width: 1200px) {
      .productList .product .card-body {
        padding-left: 70px;
        width: calc(100% - 390px); } }
    .productList .product .card-body .card-title {
      margin-bottom: 10px;
      text-align: left;
      padding-right: 0; }
      .productList .product .card-body .card-title > a {
        display: block; }
      .productList .product .card-body .card-title .color-name {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 7px;
        display: none;
        max-width: 100%; }
    .productList .product .card-body .card-brand {
      margin-bottom: 8px; }
    .productList .product .card-body .card-price {
      margin-bottom: 10px; }
      @media (min-width: 1025px) {
        .productList .product .card-body .card-price {
          margin-bottom: 12px; } }
    .productList .product .card-body .card-rating {
      margin-bottom: 10px;
      margin-left: 0;
      display: inline-block; }
    @media (min-width: 1025px) {
      .productList .product .card-body .card-figcaption-bottom {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    @media (min-width: 1025px) {
      .productList .product .card-body .card-figcaption-bottom .card-figcaption-body {
        width: calc(100% - 134px); } }
    .productList .product .card-body .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
      font-size: 16px;
      font-weight: 700;
      padding: 16px 15px; }
      @media (max-width: 550px) {
        .productList .product .card-body .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
          max-width: 100%; } }
    .productList .product .card-body .card-figcaption-bottom .card-figcaption-body .wishlist {
      width: 50px;
      height: 50px; }
      @media (min-width: 1025px) {
        .productList .product .card-body .card-figcaption-bottom .card-figcaption-body .wishlist {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media (max-width: 550px) {
        .productList .product .card-body .card-figcaption-bottom .card-figcaption-body .wishlist {
          margin-left: 15px; } }
    @media (min-width: 1025px) {
      .productList .product .card-body .card-figcaption-bottom .card-compare {
        opacity: 1;
        margin-top: 8px; } }
    .productList .product .card-body .card-figcaption {
      opacity: 1;
      max-width: 100%;
      display: inline-block;
      margin-top: 0;
      height: 45px; }
      @media (min-width: 551px) {
        .productList .product .card-body .card-figcaption {
          max-width: 270px; } }
  .productList .product .card-desc {
    display: block;
    margin-bottom: 10px;
    font-size: 16px; }
    @media (min-width: 1025px) {
      .productList .product .card-desc {
        margin-bottom: 12px; } }
    .productList .product .card-desc p {
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .productList .product .card-desc p {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          position: relative;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2; } }
  .productList .product .card_optionImage [data-product-attribute] {
    margin-bottom: 22px; }
    @media (min-width: 551px) {
      .productList .product .card_optionImage [data-product-attribute] {
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    @media (min-width: 992px) {
      .productList .product .card_optionImage [data-product-attribute] {
        margin-bottom: 30px; } }

@media (min-width: 1281px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1281px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

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

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

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

.listItem-button {
  background-color: #ff7000;
  border-color: #ff7000;
  color: white; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: #e75915;
    border-color: #ff7000;
    color: white; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1281px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1281px) {
    .listItem-figureBody {
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      position: absolute; }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

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

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

@media (min-width: 1281px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1281px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #757575;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 1025px) {
    .listItem-brand {
      font-size: 18px;
      margin-bottom: 0; } }

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

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1025px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1281px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 16px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1281px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1281px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1281px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1025px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }
  @media (max-width: 767px) {
    .productView {
      padding-top: 0; } }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .productView-images {
      width: 50%;
      padding-right: 15px; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%;
      padding-left: 15px; } }
  .productView-details.product-data {
    order: -1; }
  @media (min-width: 1279px) {
    .productView-details {
      padding-left: 55px; } }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #666666;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1025px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }
  .productView-description .tabs {
    background-color: #f5f5f5;
    width: 100%;
    padding-top: 10px;
    padding-left: calc((100% - 1370px) / 2);
    padding-right: calc((100% - 1370px) / 2); }
  @media (max-width: 1024px) {
    .productView-description {
      margin-bottom: 30px; } }

.detailReviews-block {
  border-top: 1px solid #d5d5d5;
  padding-top: 55px; }
  .detailReviews-block #product-reviews {
    border-top: none; }

#product-reviews.productView-noReviews {
  margin-bottom: 55px; }
  #product-reviews.productView-noReviews .toggle-title {
    margin-bottom: 30px; }

#product-reviews .toggle-title {
  margin-top: 0;
  margin-bottom: 50px; }
  #product-reviews .toggle-title .rw-title {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle; }
  #product-reviews .toggle-title .rw-total {
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    background-color: whitesmoke;
    padding: 5px 30px;
    min-height: 40px;
    border-radius: 40px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    line-height: 30px; }
  #product-reviews .toggle-title .productView-reviewLink {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin-left: 15px;
    background-color: #ff7000;
    padding: 5px 30px;
    min-height: 40px;
    border-radius: 40px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    background-image: none;
    line-height: 30px; }
  #product-reviews .toggle-title .toggleLink svg {
    fill: #323232;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle; }
  #product-reviews .toggle-title .toggleLink .toggleLink-text {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  #product-reviews .toggle-title .toggleLink.is-open svg {
    transform: rotate(180deg); }

#product-reviews .productReview {
  width: 100%;
  margin-bottom: 40px; }

#product-reviews .productReview-title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  color: #1e1e1e;
  font-weight: 700; }

#product-reviews .productReview-rating {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-bottom: 10px; }

#product-reviews .productReview-author {
  margin-bottom: 20px; }

#product-reviews .productReview-body {
  font-size: 16px;
  color: #323232;
  font-weight: 400;
  line-height: 1.5; }

@media (max-width: 767px) {
  #product-reviews .toggle-title {
    position: relative; }
    #product-reviews .toggle-title .rw-title {
      display: block;
      margin-bottom: 20px;
      font-size: 18px; }
    #product-reviews .toggle-title .rw-total {
      margin-left: 0; }
    #product-reviews .toggle-title .toggleLink {
      float: none;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; } }

@media (max-width: 375px) {
  #product-reviews .toggle-title {
    position: relative; }
    #product-reviews .toggle-title .rw-total {
      margin-left: 0;
      display: block;
      margin-bottom: 15px;
      text-align: center; }
    #product-reviews .toggle-title .productView-reviewLink {
      display: block;
      text-align: center;
      margin-left: 0; }
    #product-reviews .toggle-title .toggleLink {
      display: block;
      position: static;
      color: white;
      background-color: #ff7000;
      padding: 5px 30px;
      min-height: 40px;
      border-radius: 40px;
      margin-top: 15px;
      text-align: center;
      line-height: 30px; }
      #product-reviews .toggle-title .toggleLink span {
        color: white !important; }
      #product-reviews .toggle-title .toggleLink svg {
        fill: white; } }

.detailProduct-block {
  margin-bottom: 65px;
  border-top: 1px solid #d5d5d5;
  padding-top: 60px; }
  .detailProduct-block .page-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between; }
  .detailProduct-block .productCarousel .slick-track {
    margin-left: initial;
    margin-right: initial; }
  @media (max-width: 767px) {
    .detailProduct-block .page-header {
      display: block; }
      .detailProduct-block .page-header .page-heading {
        display: block;
        margin-right: 0; }
      .detailProduct-block .page-header .view-all {
        display: inline-block;
        text-align: left; } }

.detailProduct-banner {
  text-align: center;
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    .detailProduct-banner {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .detailProduct-banner {
      margin-bottom: 0; } }

.halo_securityImage {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .halo_securityImage {
      padding-left: 15px;
      clear: right;
      float: right;
      width: 50%;
      margin-bottom: 80px;
      padding-left: 1rem; } }
  @media (min-width: 1279px) {
    .halo_securityImage {
      padding-left: 55px; } }
  .halo_securityImage .halo_securityDes {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px; }
  .halo_securityImage ul {
    list-style: none;
    margin: 0;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px; }
    .halo_securityImage ul li {
      margin: 0 15px 0 0;
      display: inline-block; }
      .halo_securityImage ul li:last-child {
        margin-right: 0; }
    .halo_securityImage ul::-webkit-scrollbar {
      height: 5px; }
    .halo_securityImage ul::-webkit-scrollbar-track {
      background: #eaeaea; }
    .halo_securityImage ul::-webkit-scrollbar-thumb {
      background: #000000; }

/* Start Bundle Product */
.halo-bundle-products {
  padding-top: 30px;
  padding-bottom: 25px;
  margin: 0 0 25px 0;
  border-top: 5px solid #f6f6f6;
  position: relative;
  clear: both; }
  .halo-bundle-products .halo-block-header {
    text-align: center; }
  .halo-bundle-products .bundle-products-wrapper {
    display: block; }
  .halo-bundle-products .bundle-product-left {
    width: 100%; }
  .halo-bundle-products .bundle-product-right {
    width: 100%;
    margin: 45px 0 0 0; }
  .halo-bundle-products .halo-product-list {
    padding: 0;
    margin: 0 -15px;
    width: auto; }
    .halo-bundle-products .halo-product-list:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0;
      letter-spacing: 0;
      position: relative; }
      .halo-bundle-products .halo-product-list:not(.slick-initialized) .halo-product-item {
        display: inline-block;
        vertical-align: top;
        width: auto;
        opacity: 0;
        visibility: hidden; }
      .halo-bundle-products .halo-product-list:not(.slick-initialized):before {
        content: '';
        background: url(../img/loading.svg) no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        width: 200px;
        height: 200px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .halo-bundle-products .halo-product-list .slick-dots li button {
      width: 11px;
      height: 11px; }
      .halo-bundle-products .halo-product-list .slick-dots li button::before {
        width: 11px;
        height: 11px; }
  .halo-bundle-products .halo-product-item {
    padding: 0 15px; }
    .halo-bundle-products .halo-product-item .halo-product-image {
      position: relative; }
      .halo-bundle-products .halo-product-item .halo-product-image:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        opacity: 0.6;
        z-index: 1; }
    .halo-bundle-products .halo-product-item.isChecked .halo-product-image:after {
      display: none; }
  .halo-bundle-products .halo-product-link {
    display: block;
    position: relative; }
  .halo-bundle-products .halo-product-container {
    display: block;
    position: relative; }
    .halo-bundle-products .halo-product-container img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 1;
      visibility: visible;
      border: 0;
      width: 100%;
      max-height: 100%;
      object-fit: contain;
      font-family: 'object-fit: contain;';
      transition: color 0.15s ease; }
    .halo-bundle-products .halo-product-container:before {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 138.88889%; }
  .halo-bundle-products .halo-product-content {
    padding: 15px 0 0 0; }
  .halo-bundle-products .halo-detail-label {
    display: inline-block !important;
    vertical-align: top;
    padding: 0;
    margin: 0; }
    .halo-bundle-products .halo-detail-label:before {
      position: absolute;
      display: inline-block;
      vertical-align: top;
      top: 1px;
      background: transparent; }
    .halo-bundle-products .halo-detail-label:after {
      top: 2px;
      display: inline-block; }
  .halo-bundle-products .halo-detail-checkbox {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .halo-bundle-products .halo-detail-checkbox + .halo-detail-label:before {
      border-color: #202020;
      border-radius: 0;
      top: 3px; }
    .halo-bundle-products .halo-detail-checkbox + .halo-detail-label:after {
      top: 4px;
      background-image: url("data:image/svg+xml,%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='%23202020'/%3E%3C/svg%3E"); }
    .halo-bundle-products .halo-detail-checkbox[disable] + .halo-detail-label:before {
      border-color: #ccc;
      background: #fff; }
  .halo-bundle-products .halo-detail-name {
    cursor: pointer;
    min-height: 38px;
    color: #323232;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /* autoprefixer: off */ }
    .halo-bundle-products .halo-detail-name .first-name {
      padding: 0 0 0 25px;
      color: #323232;
      font-weight: 400; }
    .halo-bundle-products .halo-detail-name .product-name {
      display: inline;
      margin-left: 25px;
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size 0.5s; }
    .halo-bundle-products .halo-detail-name:hover {
      color: #ff7000; }
      .halo-bundle-products .halo-detail-name:hover .product-name {
        background-size: 100% 1px; }
  .halo-bundle-products .halo-product-itemFirst .halo-detail-name .product-name {
    margin-left: 0; }
  .halo-bundle-products .halo-detai-price {
    margin-top: 8px;
    display: block; }
    .halo-bundle-products .halo-detai-price .price-section--saving {
      display: none; }
  .halo-bundle-products .halo-toggle-options {
    margin: 20px auto 0;
    width: 100%;
    color: #000;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 14px 20px;
    text-transform: capitalize;
    font-weight: 500;
    max-width: 150px; }
    .halo-bundle-products .halo-toggle-options.is-focus, .halo-bundle-products .halo-toggle-options:hover, .halo-bundle-products .halo-toggle-options:active, .halo-bundle-products .halo-toggle-options:focus {
      border-color: #000; }
  .halo-bundle-products .halo-detail-options {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    z-index: 101;
    padding: 20px;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: color 0.15s ease; }
    .halo-bundle-products .halo-detail-options .halo-option-close {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      z-index: 10;
      font-size: 30px;
      font-weight: 300;
      line-height: 46px;
      text-align: center;
      pointer-events: auto;
      color: #191919;
      background-color: transparent;
      text-decoration: none; }
    .halo-bundle-products .halo-detail-options .alertBox-message {
      font-style: italic;
      line-height: 1.75;
      color: #f08584; }
    .halo-bundle-products .halo-detail-options .form-field {
      font-size: 0;
      margin: 0 0 15px 0;
      padding: 0;
      line-height: 1; }
      .halo-bundle-products .halo-detail-options .form-field > .form-label {
        color: #323232;
        font-size: 14px;
        font-weight: 500; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label [data-option-value] {
          color: #323232;
          font-size: 14px;
          font-weight: 400; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label small {
          color: #787878;
          float: none;
          vertical-align: initial; }
      .halo-bundle-products .halo-detail-options .form-field + .form-field {
        margin-top: 0; }
      .halo-bundle-products .halo-detail-options .form-field:last-child {
        margin-bottom: 0; }
    .halo-bundle-products .halo-detail-options.is-open {
      display: block; }
    .halo-bundle-products .halo-detail-options [data-product-attribute='set-radio'] .form-label:after {
      top: 4px; }
  .halo-bundle-products .halo-product-total {
    width: 100%;
    max-width: 270px;
    margin: 0;
    display: block;
    text-align: left; }
    .halo-bundle-products .halo-product-total .total-price {
      display: block;
      line-height: 1.625;
      margin: 0 0 18px 0; }
    .halo-bundle-products .halo-product-total .text {
      font-size: 14px;
      color: #000;
      font-weight: 500; }
    .halo-bundle-products .halo-product-total .price {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 0 5px; }
    .halo-bundle-products .halo-product-total .button {
      width: 100%;
      font-size: 16px;
      font-weight: 700; }
      @media (min-width: 1200px) {
        .halo-bundle-products .halo-product-total .button {
          min-height: 60px;
          line-height: 32px; } }
  .halo-bundle-products .slick-arrow.slick-prev {
    left: -40px; }
  .halo-bundle-products .slick-arrow.slick-next {
    right: -40px; }
  @media (max-width: 1024px) {
    .halo-bundle-products .slick-arrow {
      display: none; } }
  .halo-bundle-products .slick-dots {
    bottom: -10px; }
  .halo-bundle-products .slick-slide + .slick-active .halo-detail-options {
    left: 15px;
    transform: translateY(-50%); }
  .halo-bundle-products .slick-active {
    position: relative; }
    .halo-bundle-products .slick-active + .slick-active.halo-product-item .halo-product-image:before {
      content: '';
      position: absolute;
      left: -23px;
      top: 79%;
      transform: translateY(-50%);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 496 496' style='enable-background:new 0 0 496 496;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M488,240H256V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v232H8c-4.418,0-8,3.582-8,8s3.582,8,8,8h232v232c0,4.418,3.582,8,8,8 s8-3.582,8-8V256h232c4.418,0,8-3.582,8-8S492.418,240,488,240z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 15px;
      height: 15px; }
    .halo-bundle-products .slick-active:first-of-type .halo-detail-options {
      left: 15px;
      transform: translateY(-50%); }
    .halo-bundle-products .slick-active:last-of-type .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
    .halo-bundle-products .slick-active + .slick-slide .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
  .halo-bundle-products .halo-block-header {
    text-align: center;
    margin-bottom: 50px; }
    .halo-bundle-products .halo-block-header .title {
      font-size: 24px;
      font-weight: 700;
      margin: 0 0 15px;
      text-transform: capitalize;
      color: #323232; }
  @media (min-width: 375px) {
    .halo-bundle-products .halo-bundle-products .halo-detail-options {
      width: 320px; } }
  @media (min-width: 1200px) {
    .halo-bundle-products {
      padding-top: 40px;
      padding-bottom: 40px;
      margin-bottom: 40px; }
      .halo-bundle-products .bundle-products-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .halo-bundle-products .bundle-product-left {
        width: calc(100% - 290px);
        padding: 0 55px; }
      .halo-bundle-products .bundle-product-right {
        width: 260px;
        margin-top: 0;
        margin-left: 30px; }
      .halo-bundle-products .halo-product-total {
        max-width: 100%;
        text-align: center; } }
  @media (min-width: 1600px) {
    .halo-bundle-products .halo-product-item {
      padding: 0 15px; }
    .halo-bundle-products .slick-active {
      position: relative; }
      .halo-bundle-products .slick-active + .slick-active.halo-product-item .halo-product-image:before {
        left: -57px;
        top: 79%;
        width: 24px;
        height: 24px; } }

/* End Bundle Product */
/* Sticky Add To Cart */
#sticky_addtocart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  padding: 5px 0;
  text-align: center;
  background: white;
  transition: all 0.5s ease;
  box-shadow: none;
  border-top: 1px solid #eaeaea;
  opacity: 0;
  visibility: hidden; }
  #sticky_addtocart > .container {
    position: unset; }
    #sticky_addtocart > .container:before, #sticky_addtocart > .container:after {
      content: none; }
    #sticky_addtocart > .container .item-wrap {
      display: flex;
      position: static;
      align-items: center;
      justify-content: center;
      justify-content: space-between; }
    #sticky_addtocart > .container .item {
      width: 100%;
      padding: 0 10px;
      display: inline-block; }
      #sticky_addtocart > .container .item.product-info {
        width: 70px; }
        @media (max-width: 767px) {
          #sticky_addtocart > .container .item.product-info .product-content {
            display: none; } }
      #sticky_addtocart > .container .item.item-right {
        width: calc(100% - 70px); }
        @media (max-width: 767px) {
          #sticky_addtocart > .container .item.item-right .form {
            justify-content: space-between; }
          #sticky_addtocart > .container .item.item-right .productView-price {
            text-align: left; }
            #sticky_addtocart > .container .item.item-right .productView-price .price-section {
              margin-left: 0; } }
      @media (min-width: 768px) {
        #sticky_addtocart > .container .item.product-info {
          width: calc(100% - 500px); }
        #sticky_addtocart > .container .item.item-right {
          width: 500px; } }
      @media (min-width: 992px) {
        #sticky_addtocart > .container .item {
          padding: 0 15px; } }
      @media (min-width: 1025px) {
        #sticky_addtocart > .container .item.product-info {
          width: 50%; }
        #sticky_addtocart > .container .item.item-right {
          width: 50%; } }
      #sticky_addtocart > .container .item:first-child {
        display: inline-block;
        padding-left: 0; }
        #sticky_addtocart > .container .item:first-child .product-content {
          padding-left: 20px; }
      #sticky_addtocart > .container .item:last-child {
        padding-right: 0; }
        @media (max-width: 550px) {
          #sticky_addtocart > .container .item:last-child {
            padding-left: 0; } }
      #sticky_addtocart > .container .item.has-countDown {
        width: 100%; }
        @media (min-width: 551px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 60%; } }
        @media (min-width: 768px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 40%; }
            #sticky_addtocart > .container .item.has-countDown:first-child {
              width: 32%; } }
        @media (min-width: 992px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 38%; } }
        @media (min-width: 1400px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 40%; } }
        @media (min-width: 1600px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 33.33%; } }
      #sticky_addtocart > .container .item.product-info .productView-title {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 500;
        color: #323232;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        overflow: hidden;
        position: relative;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        font-family: "Roboto", Arial, Helvetica, sans-serif; }
        @media (min-width: 1025px) {
          #sticky_addtocart > .container .item.product-info .productView-title {
            font-size: 16px; } }
      #sticky_addtocart > .container .item.count-down {
        display: none;
        width: 100%;
        padding-right: 30px; }
        #sticky_addtocart > .container .item.count-down.has-countDown {
          display: none; }
      #sticky_addtocart > .container .item .productCountDown {
        margin: 0;
        text-align: center; }
        #sticky_addtocart > .container .item .productCountDown .CountDownText {
          display: inline-block;
          padding-top: 2px;
          margin-right: 10px;
          background-position-y: -1px; }
        #sticky_addtocart > .container .item .productCountDown .product-count-down {
          display: inline-block; }
      #sticky_addtocart > .container .item .countDowntimer2 .clock-item {
        background: none;
        border: none;
        padding: 0;
        color: #323232;
        margin-bottom: 0;
        display: inline-block; }
      #sticky_addtocart > .container .item.item-right {
        text-align: right; }
        #sticky_addtocart > .container .item.item-right .productView-price {
          margin-top: 5px;
          margin-bottom: 0;
          margin-right: 15px;
          line-height: 1rem;
          display: none; }
          @media (min-width: 768px) {
            #sticky_addtocart > .container .item.item-right .productView-price {
              display: inline-block; } }
          @media (min-width: 1281px) {
            #sticky_addtocart > .container .item.item-right .productView-price {
              margin-right: 30px; } }
          #sticky_addtocart > .container .item.item-right .productView-price .price-section {
            margin-bottom: 0;
            font-size: 16px; }
            @media (max-width: 550px) {
              #sticky_addtocart > .container .item.item-right .productView-price .price-section {
                font-size: 14px; } }
            #sticky_addtocart > .container .item.item-right .productView-price .price-section.price-section--saving {
              display: none !important; }
        #sticky_addtocart > .container .item.item-right .item-right-left .productView-price {
          display: block; }
  #sticky_addtocart .productView-countDown {
    display: none; }
    @media (min-width: 1025px) {
      #sticky_addtocart .productView-countDown {
        display: inline-block;
        margin-right: 5px; }
        #sticky_addtocart .productView-countDown > .countDownDate {
          box-shadow: none;
          border: none; }
        #sticky_addtocart .productView-countDown .block-time {
          width: 55px;
          height: 55px;
          font-size: 14px;
          line-height: 20px;
          font-weight: 600;
          text-align: center;
          display: inline-block;
          vertical-align: middle;
          border-radius: 50%;
          padding: 10px 0 11px 0;
          margin: 0 5px 5px 5px;
          position: relative; }
          #sticky_addtocart .productView-countDown .block-time:after {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            display: block;
            opacity: 0.6;
            position: absolute;
            border-radius: 50%;
            border: 1px solid #ebebeb; }
          #sticky_addtocart .productView-countDown .block-time:first-child {
            margin-left: 0; }
          #sticky_addtocart .productView-countDown .block-time:last-child {
            margin-right: 0; }
        #sticky_addtocart .productView-countDown .num {
          font-size: 16px;
          line-height: 1; }
        #sticky_addtocart .productView-countDown .block-label {
          font-size: 12px;
          margin: 0;
          text-transform: capitalize; } }
  #sticky_addtocart .product-wrapper {
    display: table;
    text-align: left; }
    #sticky_addtocart .product-wrapper > .product-image {
      display: table-cell;
      vertical-align: middle;
      width: 60px; }
      @media (min-width: 1025px) {
        #sticky_addtocart .product-wrapper > .product-image {
          width: 80px; } }
    #sticky_addtocart .product-wrapper > .product-content {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
    #sticky_addtocart .product-wrapper .productView-price {
      font-size: 12px;
      margin-bottom: 0; }
      #sticky_addtocart .product-wrapper .productView-price .price-section {
        font-size: 12px; }
  #sticky_addtocart .form-field--increments {
    margin: 0px 15px 0 0;
    font-size: 0;
    display: inline-block; }
    @media (max-width: 480px) {
      #sticky_addtocart .form-field--increments {
        display: none; } }
    #sticky_addtocart .form-field--increments .form-increment .form-input--incrementTotal {
      height: 40px;
      line-height: 1; }
      @media (min-width: 1025px) {
        #sticky_addtocart .form-field--increments .form-increment .form-input--incrementTotal {
          height: 48px; } }
    #sticky_addtocart .form-field--increments .form-increment .button[data-action='inc'] {
      top: 11px; }
    #sticky_addtocart .form-field--increments .form-increment .button[data-action='dec'] {
      bottom: 11px; }
    @media (max-width: 1024px) {
      #sticky_addtocart .form-field--increments .form-increment .button[data-action='inc'] {
        top: 8px; }
      #sticky_addtocart .form-field--increments .form-increment .button[data-action='dec'] {
        bottom: 8px; } }
    #sticky_addtocart .form-field--increments .form-label {
      display: none; }
  #sticky_addtocart .form-action {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    height: 40px; }
    @media (min-width: 551px) {
      #sticky_addtocart .form-action {
        min-width: 160px;
        max-width: 200px; } }
    @media (min-width: 1025px) {
      #sticky_addtocart .form-action {
        height: 48px; } }
    #sticky_addtocart .form-action input {
      margin-bottom: 0;
      width: 100%; }
    #sticky_addtocart .form-action .button {
      width: 100%;
      margin: 0;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      visibility: visible;
      z-index: 5;
      padding: 12px 10px;
      text-transform: none;
      font-weight: 500;
      border-color: #ff7000;
      background: #ff7000;
      color: white; }
      #sticky_addtocart .form-action .button:hover, #sticky_addtocart .form-action .button:active {
        color: white;
        background-color: #e75915;
        border-color: #e75915; }
      @media (min-width: 1025px) {
        #sticky_addtocart .form-action .button {
          min-height: 48px;
          line-height: 22px; } }
      #sticky_addtocart .form-action .button.is-active {
        opacity: 0;
        visibility: hidden; }
  #sticky_addtocart .show_select_options {
    color: black;
    border: 1px solid #cbcbcb;
    background-color: rgba(0, 0, 255, 0);
    min-width: 209px;
    font-size: 12px;
    line-height: 24px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: 'Poppins', Arial, Helvetica, sans-serif; }
  #sticky_addtocart .form {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 40px; }
    @media (min-width: 1025px) {
      #sticky_addtocart .form {
        height: 48px; } }
    #sticky_addtocart .form .pop-up-option {
      left: 0;
      right: 0;
      bottom: 100%;
      width: 100%;
      z-index: 1;
      position: absolute;
      text-align: left;
      background: #ffffff;
      opacity: 0;
      overflow: visible;
      visibility: hidden;
      transition: all 0.3s ease;
      box-shadow: none;
      border-top: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea; }
      @media (min-width: 551px) {
        #sticky_addtocart .form .pop-up-option {
          padding: 10px 0 0; } }
      #sticky_addtocart .form .pop-up-option.is-open {
        visibility: visible;
        opacity: 1; }
      #sticky_addtocart .form .pop-up-option > .container {
        position: relative; }
      #sticky_addtocart .form .pop-up-option .data-product-name {
        display: block;
        padding-top: 10px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f8f8f8; }
        @media (min-width: 551px) {
          #sticky_addtocart .form .pop-up-option .data-product-name {
            display: none; } }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-title {
          font-size: 14px;
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          font-weight: 500;
          color: #323232;
          margin-bottom: 0px; }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-price {
          display: inline-block;
          height: auto;
          line-height: unset; }
      #sticky_addtocart .form .pop-up-option .data-product-option {
        font-size: 0;
        display: block;
        width: 100%;
        max-height: 300px; }
        #sticky_addtocart .form .pop-up-option .data-product-option .form-option-expanded {
          display: none; }
        @media (min-width: 551px) {
          #sticky_addtocart .form .pop-up-option .data-product-option {
            position: relative; } }
      #sticky_addtocart .form .pop-up-option .form-field {
        width: 100%;
        font-size: 12px;
        margin: 0 0 8px 0;
        display: block;
        vertical-align: top;
        position: relative;
        font-size: 0; }
        @media (min-width: 551px) {
          #sticky_addtocart .form .pop-up-option .form-field {
            display: inline-block;
            vertical-align: top;
            width: 49%; }
            #sticky_addtocart .form .pop-up-option .form-field:nth-child(even) {
              padding-left: 15px; }
            #sticky_addtocart .form .pop-up-option .form-field:nth-child(odd) {
              padding-right: 15px; } }
        #sticky_addtocart .form .pop-up-option .form-field .form-label {
          display: inline-block;
          width: 100%;
          margin-bottom: 7px;
          font-weight: 400;
          color: #323232; }
          @media (min-width: 551px) {
            #sticky_addtocart .form .pop-up-option .form-field .form-label {
              display: inline-block;
              vertical-align: middle; } }
          #sticky_addtocart .form .pop-up-option .form-field .form-label > small {
            float: none; }
          #sticky_addtocart .form .pop-up-option .form-field .form-label span {
            color: #323232; }
          #sticky_addtocart .form .pop-up-option .form-field .form-label.form-label--alternate {
            margin-bottom: 12px; }
        #sticky_addtocart .form .pop-up-option .form-field > .form-checkbox + .form-label {
          display: inline;
          width: auto; }
        #sticky_addtocart .form .pop-up-option .form-field[data-product-attribute] .form-option {
          display: inline-block;
          vertical-align: middle; }
        #sticky_addtocart .form .pop-up-option .form-field .form-select {
          max-width: 530px; }
      #sticky_addtocart .form .pop-up-option .close {
        font-size: 14px;
        color: #ffffff;
        position: absolute;
        right: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        background: #fff;
        filter: alpha(opacity=100);
        text-align: center;
        font-weight: 600;
        z-index: 10;
        background-color: #7f7f7f;
        border-radius: 5px; }
    #sticky_addtocart .form .alertBox--error {
      min-width: 200px;
      margin: 0;
      opacity: 0.65;
      width: 100%;
      color: #fff;
      border-radius: 0;
      text-align: center;
      padding: 10px 25px;
      pointer-events: none;
      background-color: #505050;
      border: 1px solid #505050;
      border-radius: 40px; }
      #sticky_addtocart .form .alertBox--error .alertBox-icon {
        display: none; }
      #sticky_addtocart .form .alertBox--error .alertBox-message {
        font-size: 13px;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        font-weight: 700;
        padding: 0;
        text-align: center;
        display: block; }

.show_sticky#sticky_addtocart {
  z-index: 9992;
  opacity: 1;
  visibility: visible; }

/* End Sticky Add To Cart */
.productView-description .tabContent {
  line-height: 1.75;
  font-size: 16px; }
  .productView-description .tabContent p {
    margin-bottom: 40px; }

.description-banner ul {
  margin-bottom: 20px; }
  .description-banner ul li {
    padding: 5px 0; }

.description-center {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 915px;
  font-size: 18px;
  font-style: italic; }

.banner-custom-top {
  font-size: 0;
  margin-bottom: 65px; }
  .banner-custom-top .banner-image {
    width: 72%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-right: 15px; }
  .banner-custom-top .content {
    width: 28%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 15px;
    font-style: italic; }

.banner-custom-middle {
  font-size: 0;
  margin-bottom: 65px; }
  .banner-custom-middle .content {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-right: 15px; }
  .banner-custom-middle .banner-image {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 15px; }

.banner-custom-bottom {
  font-size: 0;
  margin-bottom: 65px; }
  .banner-custom-bottom .banner-image {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-right: 15px; }
  .banner-custom-bottom .content {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 15px; }
    .banner-custom-bottom .content ul {
      list-style: auto; }

@media (min-width: 1200px) {
  .banner-custom-middle .content {
    padding-right: 110px; }
  .banner-custom-bottom .content {
    padding-left: 110px; } }

@media (max-width: 767px) {
  .banner-custom-top,
  .banner-custom-middle,
  .banner-custom-bottom {
    margin-bottom: 0; }
    .banner-custom-top .banner-image,
    .banner-custom-middle .banner-image,
    .banner-custom-bottom .banner-image {
      width: 100%;
      margin-bottom: 20px;
      padding-left: 0;
      padding-right: 0; }
    .banner-custom-top .content,
    .banner-custom-middle .content,
    .banner-custom-bottom .content {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
  .productView-description .tabContent p {
    margin-bottom: 25px; } }

.easyzoom-flyout {
  pointer-events: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }
  @media (min-width: 1025px) {
    .fancybox-content {
      max-width: 75%; } }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

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

.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;
  transition: background-color 800ms ease;
  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: 12px;
  left: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1281px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

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

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.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: background-color 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black; }

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

.listItem-figure .sale-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash {
      top: 19px;
      left: -20px; } }
  @media (min-width: 1281px) {
    .listItem-figure .sale-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible;
  height: 32px;
  width: 32px; }
  [data-product-attribute] .form-option.form-option-swatch.two-colors {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant + .form-option-variant {
      position: absolute;
      top: 17px;
      left: 0;
      height: 19px;
      width: 38px;
      border-bottom-left-radius: 100px;
      border-bottom-right-radius: 100px;
      margin-top: 0;
      display: inline-block; }
  [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:nth-child(2) {
    height: 12px;
    border-radius: 3px;
    top: 12px;
    z-index: 2; }
  [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:last-child {
    height: 19px;
    top: 16px; }

.form-option-variant--none {
  height: 32px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 100%;
  width: 100%; }

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

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

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

.account {
  margin-bottom: 1.5rem; }

.account--fixed {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 1025px) {
    .account--fixed {
      margin: 0 auto;
      width: 100%; } }

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

@media (min-width: 1025px) {
  .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; }
  @media (min-width: 1200px) {
    .account-body .form-row--half > .form-field:nth-child(odd) {
      padding-right: 70px; }
    .account-body .form-row--half > .form-field:nth-child(even) {
      padding-left: 70px; } }
  .account-body .form-field {
    margin-bottom: 20px; }
  .account-body .form-label {
    color: #323232;
    font-weight: 500; }
    .account-body .form-label small {
      color: #787878;
      font-size: 12px;
      font-style: italic;
      font-weight: 400;
      text-transform: capitalize; }
  .account-body .form-input {
    height: 50px;
    border-color: #CCCCCC; }
  .account-body textarea.form-input {
    height: auto; }
  .account-body .form-actions {
    text-align: left;
    max-width: 100%;
    margin-top: 10px; }
    .account-body .form-actions .button {
      width: 100%;
      max-width: 100%; }
      @media (min-width: 551px) {
        .account-body .form-actions .button {
          max-width: 241px; } }

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

@media (min-width: 1025px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

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

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

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

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

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

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

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

.jstree-default-large .jstree-wholerow {
  height: 32px; }

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

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

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

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

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

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

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

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

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

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

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

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

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

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

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

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

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

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

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

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

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

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

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

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

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

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

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

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

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

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

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.halo-popup {
  position: fixed;
  left: 0px;
  bottom: 0;
  transition: all .3s ease;
  z-index: 9991;
  width: 100%; }

.halo-overlay-background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: 21;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  transition: opacity .5s ease;
  background-color: rgba(47, 47, 47, 0.6); }
  .halo-open-sidebar .halo-overlay-background,
  .halo-open-account .halo-overlay-background,
  .halo-open-side-cart .halo-overlay-background,
  .has-background-menu .halo-overlay-background,
  .has-activeNavPages .halo-overlay-background,
  .halo-open-search .halo-overlay-background,
  .has-bgQuickSearch .halo-overlay-background {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 9995; }
  .has-activeModal .halo-overlay-background {
    z-index: 9997; }
  .halo-open-sidebar .halo-overlay-background {
    z-index: 9995; }
  .halo-open-side-cart .halo-overlay-background {
    z-index: 9996; }
    @media (max-width: 1024px) {
      .halo-open-side-cart .halo-overlay-background {
        z-index: 9995; } }
  @media (max-width: 1024px) {
    .halo-open-sidebar .halo-overlay-background {
      z-index: 9996; } }
  @media (max-width: 1024px) {
    .has-activeNavPages .halo-overlay-background {
      z-index: 9996; } }
  .halo-open-search .halo-overlay-background {
    z-index: 9997; }
  .has-bgQuickSearch .halo-overlay-background {
    z-index: 9990; }
  .halo-open-before-you-leave .halo-overlay-background {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 9997; }

body.has-bgQuickSearch {
  overflow: hidden; }
  @media (min-width: 1200px) {
    body.has-bgQuickSearch {
      padding-right: 17px; } }

.dropdown--quickSearchSticky {
  display: none;
  position: fixed;
  top: 20vh;
  left: 0;
  right: 0;
  z-index: 9998;
  transition: all 0.5s ease; }
  .dropdown--quickSearchSticky.is-open {
    display: block; }
  .halo-open-search .dropdown--quickSearchSticky {
    display: block; }
  @media (max-width: 1199px) {
    .dropdown--quickSearchSticky .form-field {
      border-radius: 0; }
      .dropdown--quickSearchSticky .form-field #search_category {
        border-radius: 0; }
      .dropdown--quickSearchSticky .form-field .form-input {
        height: 50px; }
    .dropdown--quickSearchSticky.f-open-dropdown ~ header.header .header-mobile .navUser-action--quickSearch svg.icon {
      display: none; }
    .dropdown--quickSearchSticky.f-open-dropdown ~ header.header .header-mobile .navUser-action--quickSearch .close {
      display: inline-block;
      margin-top: 0;
      width: 24px;
      height: 24px; }
    body.has-stickyHeader.body-sticky-up .dropdown--quickSearchSticky.is-open {
      top: 0 !important; }
    body:not(.has-stickyHeader) .dropdown--quickSearchSticky.is-open,
    body.has-stickyHeader.body-sticky-down .dropdown--quickSearchSticky.is-open {
      top: 50px !important; }
    body:not(.has-stickyHeader).has-stickyToolbar .dropdown--quickSearchSticky.is-open,
    body.has-stickyHeader.body-sticky-down.has-stickyToolbar .dropdown--quickSearchSticky.is-open {
      top: 109px !important; } }
  @media (max-width: 550px) {
    .dropdown--quickSearchSticky {
      left: 0;
      right: 0;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0); } }

.halo-mobile {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: auto;
  right: -102%;
  padding: 12px 20px 30px 20px;
  width: 400px;
  max-width: -moz-calc(100vw - 40px);
  max-width: -webkit-calc(100vw - 40px);
  max-width: -ms-calc(100vw - 40px);
  max-width: calc(100vw - 40px);
  background: white;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  z-index: 9996;
  height: 100%; }
  @media (min-width: 551px) {
    .halo-mobile {
      padding: 20px 30px 30px 30px; } }
  @media (max-width: 1024px) {
    .halo-mobile.halo-mobile-menu {
      z-index: 9997; } }
  .halo-mobile.halo-mobile-cart {
    z-index: 9997;
    width: 500px; }
    @media (max-width: 360px) {
      .halo-mobile.halo-mobile-cart {
        max-width: 100%; } }
    .halo-mobile.halo-mobile-cart .loadingOverlay {
      left: 0;
      right: 0;
      width: 100%; }
    .halo-mobile.halo-mobile-cart #cart-preview-dropdown {
      position: relative;
      min-height: 100%; }
    .halo-mobile.halo-mobile-cart#cart-mobile {
      z-index: 9999; }
  .halo-mobile .navUser-action {
    color: #505050; }

.halo-close-2 {
  font-size: 34px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #323232;
  color: white;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  position: absolute;
  right: -40px;
  top: 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2; }
  .halo-close-2:hover, .halo-close-2:active, .halo-close-2:focus {
    background: #323232;
    color: white; }

.halo-mobile-menu {
  left: -102%;
  right: auto;
  width: 370px;
  max-width: -moz-calc(100vw - 40px);
  max-width: -webkit-calc(100vw - 40px);
  max-width: -ms-calc(100vw - 40px);
  max-width: calc(100vw - 40px);
  padding: 0; }
  .halo-mobile-menu .navPages-container {
    box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
    -webkit-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
    -moz-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
    -ms-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
    position: relative;
    z-index: 1; }

.has-activeNavPages .halo-mobile-menu {
  left: 0; }

.halo-open-side-cart .halo-mobile-cart {
  right: 0; }

.side-dropdown-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-bottom: 19px;
  color: #323232;
  width: 100%;
  display: block;
  margin-top: 5px;
  padding-top: 10px; }
  .side-dropdown-title .qty {
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    color: #323232;
    margin-left: 11px; }

.halo-open-account .halo-mobile-account {
  right: 0; }

.halo-open-account .login-dropdown .login-dropdown-desc {
  font-size: 1rem;
  color: #323232;
  margin-bottom: 22px; }
  @media (min-width: 551px) {
    .halo-open-account .login-dropdown .login-dropdown-desc {
      font-size: 16px; } }

.halo-open-account .login-dropdown .navPages-list {
  display: inline-block;
  width: 100%;
  padding-top: 15px; }
  @media (min-width: 1025px) {
    .halo-open-account .login-dropdown .navPages-list {
      padding-top: 10px; } }
  .halo-open-account .login-dropdown .navPages-list > .navPages-item {
    width: 100%; }
    .halo-open-account .login-dropdown .navPages-list > .navPages-item > .navPages-action {
      padding: 6px 0px;
      line-height: 24px; }
      @media (min-width: 1025px) {
        .halo-open-account .login-dropdown .navPages-list > .navPages-item > .navPages-action {
          padding: 6px 20px; } }
      .halo-open-account .login-dropdown .navPages-list > .navPages-item > .navPages-action > .text {
        color: #323232;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: capitalize;
        font-weight: 400;
        letter-spacing: 0; }
    .halo-open-account .login-dropdown .navPages-list > .navPages-item:hover > .navPages-action > .text {
      color: #323232;
      text-decoration: underline;
      text-underline-offset: 2px;
      text-decoration-color: rgba(50, 50, 50, 0.7); }
    .halo-open-account .login-dropdown .navPages-list > .navPages-item:last-child {
      padding-left: 0; }
      @media (min-width: 1025px) {
        .halo-open-account .login-dropdown .navPages-list > .navPages-item:last-child {
          padding-left: 15px; } }
      .halo-open-account .login-dropdown .navPages-list > .navPages-item:last-child:before {
        display: none; }

.halo-open-account .login-dropdown.customer {
  padding-bottom: 0; }

.halo-open-account .login-dropdown .login-content {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px; }

.halo-open-account .login-form-popup {
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px; }
  .halo-open-account .login-form-popup .form-field {
    margin-bottom: 20px; }
    .halo-open-account .login-form-popup .form-field .form-label small {
      float: none;
      color: #323232;
      font-size: 1rem; }
  .halo-open-account .login-form-popup .form-actions {
    margin-top: 15px;
    text-align: center; }
    .halo-open-account .login-form-popup .form-actions .button {
      width: 100%;
      margin-bottom: 22px; }
      .halo-open-account .login-form-popup .form-actions .button + .forgot-password {
        margin-left: 0;
        margin-bottom: 14px;
        color: #ff7000;
        background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.4) 4%);
        background-repeat: repeat-x;
        background-position-y: -2px;
        float: none;
        width: auto;
        font-size: 16px;
        margin-top: 0; }

.halo-open-account .new-customer {
  width: 100%;
  margin-bottom: 20px;
  padding: 0; }
  .halo-open-account .new-customer .login-dropdown-desc {
    margin-bottom: 28px; }
  .halo-open-account .new-customer .button {
    width: 100%; }

.halo-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 101;
  padding: 0;
  font-size: 26px;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: white; }
  .halo-close:hover, .halo-close:active, .halo-close:focus {
    background: black;
    color: white; }
  @media (min-width: 1025px) {
    .halo-close {
      top: 30px;
      right: 30px; } }

/* Newsletter Popup */
#halo-newsletter-popup {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 9995;
  max-width: 460px;
  max-height: 82vh;
  overflow-y: auto;
  background: white;
  border-radius: 0 0 7px 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  display: none; }
  .has-newsletter #halo-newsletter-popup {
    display: block; }
  @media (min-width: 551px) {
    #halo-newsletter-popup {
      right: 15px;
      bottom: 15px; } }
  @media (min-width: 1025px) {
    #halo-newsletter-popup {
      right: 30px;
      bottom: 30px;
      z-index: 9998; } }
  #halo-newsletter-popup .newsletter-popup-inner [data-close-newsletter-popup] {
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 5;
    padding: 0;
    font-size: 26px;
    font-weight: 300;
    font-family: "Rubik", sans-serif;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    color: black; }
    @media (min-width: 551px) {
      #halo-newsletter-popup .newsletter-popup-inner [data-close-newsletter-popup] {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.5);
        color: white; } }
  #halo-newsletter-popup .newsletter-popup-inner .newsletter-image {
    display: none; }
    @media (min-width: 768px) {
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-image {
        display: block; } }
  #halo-newsletter-popup .newsletter-popup-inner .newsletter-content {
    padding: 25px 20px 20px 20px;
    text-align: center; }
    @media (min-width: 768px) {
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content {
        padding: 30px; } }
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .newsletter-heading {
      margin-top: 0;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 400;
      font-style: italic;
      text-align: center;
      line-height: 26px;
      margin-bottom: 17px; }
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .newsletter-heading.has-summary {
        margin-bottom: 13px; }
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .newsletter-message {
      margin: 0 auto 22px auto;
      display: inline-block;
      text-align: center;
      font-size: 16px; }
      @media (min-width: 551px) {
        #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .newsletter-message {
          max-width: 325px;
          margin: 0 auto 28px auto; } }
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input, #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .button {
      width: 100%;
      border-radius: 40px;
      text-align: center; }
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input {
      background: whitesmoke;
      border: none;
      font-size: 16px;
      text-transform: lowercase; }
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input::-webkit-input-placeholder {
        text-transform: none; }
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input::-moz-placeholder {
        text-transform: none; }
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input:-ms-input-placeholder {
        text-transform: none; }
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input:-moz-placeholder {
        text-transform: none; }
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .button {
      margin-top: 15px; }
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form {
      margin-bottom: 0; }
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form .form-field {
        margin-bottom: 20px; }
        @media (min-width: 551px) {
          #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form .form-field {
            margin-bottom: 25px; } }
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .no-thanks {
      text-align: center; }
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .no-thanks > a {
        color: #323232;
        background-image: linear-gradient(transparent 96%, rgba(50, 50, 50, 0.3) 4%);
        background-repeat: repeat-x;
        background-position-y: -2px;
        font-size: 16px; }

/* Popup Someone Purchased */
#recently_bought_list {
  width: 100%;
  z-index: 1;
  position: relative; }
  @media (min-width: 551px) {
    #recently_bought_list {
      max-width: 442px;
      margin-left: 15px;
      margin-bottom: 15px; }
      #recently_bought_list.has-cookie {
        margin-bottom: 105px; } }
  @media (min-width: 1025px) {
    #recently_bought_list {
      position: absolute;
      left: 30px;
      bottom: 100%;
      margin-left: 0;
      margin-bottom: 30px; } }
  #recently_bought_list .halo-recently-bought {
    min-height: 80px;
    background: white;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
    -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
    animation-duration: 0.5s; }
    @media (min-width: 551px) {
      #recently_bought_list .halo-recently-bought {
        min-height: 100px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px; } }
    #recently_bought_list .halo-recently-bought [data-close-recently-bought] {
      position: absolute;
      background: transparent;
      color: black;
      width: 12px;
      height: 12px;
      line-height: 12px;
      top: 15px;
      right: 15px;
      font-size: 26px;
      font-family: "Rubik", sans-serif;
      font-weight: 300; }
  #recently_bought_list .recently-bought-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    #recently_bought_list .recently-bought-inner .product-image {
      width: 80px;
      display: inline-block;
      position: relative; }
      @media (min-width: 551px) {
        #recently_bought_list .recently-bought-inner .product-image {
          width: 100px;
          display: inline-block;
          padding: 20px 0 20px 20px; } }
    #recently_bought_list .recently-bought-inner .product-info {
      width: calc(100% - 80px);
      padding: 8px 35px 7px 10px;
      line-height: 20px; }
      @media (min-width: 361px) {
        #recently_bought_list .recently-bought-inner .product-info {
          padding: 8px 40px 7px 20px; } }
      @media (min-width: 551px) {
        #recently_bought_list .recently-bought-inner .product-info {
          padding: 20px 40px 13px 20px;
          width: calc(100% - 100px); } }
      #recently_bought_list .recently-bought-inner .product-info .text-wrap {
        display: inline-block;
        width: 100%;
        color: #323232;
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 5px; }
        @media (min-width: 551px) {
          #recently_bought_list .recently-bought-inner .product-info .text-wrap {
            margin-bottom: 7px; } }
        #recently_bought_list .recently-bought-inner .product-info .text-wrap .text {
          display: block;
          margin-bottom: 7px;
          color: #323232; }
      #recently_bought_list .recently-bought-inner .product-info .product-name {
        display: inline;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 500;
        line-height: 20px; }
        @media (min-width: 551px) {
          #recently_bought_list .recently-bought-inner .product-info .product-name {
            line-height: 24px; } }
        #recently_bought_list .recently-bought-inner .product-info .product-name a {
          color: #ff7000;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          overflow: hidden;
          position: relative;
          word-wrap: break-word;
          -webkit-line-clamp: 1; }
          #recently_bought_list .recently-bought-inner .product-info .product-name a > span {
            background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.7) 3%);
            background-repeat: repeat-x;
            background-position-y: -1px; }
      #recently_bought_list .recently-bought-inner .product-info .location-info {
        font-size: 1rem;
        color: #828282;
        display: -webkit-box; }
        @media (max-width: 767px) {
          #recently_bought_list .recently-bought-inner .product-info .location-info {
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            overflow: hidden;
            position: relative;
            word-wrap: break-word;
            -webkit-line-clamp: 1; } }

/* Recently Viewed Bar*/
.backtoTop {
  cursor: pointer;
  height: 45px;
  transition: all .3s ease 0s;
  font-size: 0; }
  .backtoTop .icon {
    font-size: 20px;
    width: 10px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    color: #172532; }
  .backtoTop.bottom {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px); }

.wrap-icons {
  width: 40px;
  height: auto;
  position: fixed;
  top: 45%;
  right: -50px;
  z-index: 9997;
  background: white;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transition: right .5s ease 0s;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0; }
  @media (min-width: 361px) {
    .wrap-icons {
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%); } }
  @media (max-width: 1024px) {
    .wrap-icons {
      z-index: 9994; } }
  .wrap-icons svg {
    width: 20px;
    height: 20px; }
  .wrap-icons .text {
    display: none; }
  .wrap-icons.collapsed {
    right: 0px; }
  .wrap-icons div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: white; }
    .wrap-icons div + div {
      border-top: 1px solid #e7e7e7; }
    .wrap-icons div.backtoTop .icon {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }

.recently-viewed-products-sidebar svg {
  fill: #323232; }

.recently-viewed-products-sidebar.slided-up .top {
  opacity: 1;
  visibility: visible;
  height: 52px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px); }

.recently-viewed-products-sidebar.slided-up .in-content {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }

.recently-viewed-products-sidebar.slided-up .backtoTop.bottom {
  opacity: 1;
  visibility: visible;
  height: 45px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px); }

.lst-seen-widget {
  position: fixed;
  top: 45%;
  right: -130px;
  width: 80px;
  height: auto;
  z-index: 9997;
  user-select: none;
  color: #323232;
  background: white;
  -moz-border-radius: 0 5px 5px;
  -webkit-border-radius: 0 5px 5px;
  -ms-border-radius: 0 5px 5px;
  border-radius: 0 5px 5px;
  transition: right .5s ease 0s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0; }
  @media (max-width: 1024px) {
    .lst-seen-widget {
      z-index: 9994; } }
  .lst-seen-widget:before {
    width: 2px;
    height: 26px;
    content: "";
    top: 1px;
    left: 0px;
    z-index: 1;
    position: absolute;
    background: white; }
  .lst-seen-widget .collapse-icon, .lst-seen-widget .backtoTop, .lst-seen-widget .top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .lst-seen-widget .collapse-icon {
    top: 0;
    width: 20px;
    height: 26px;
    left: -20px;
    cursor: pointer;
    position: absolute;
    background: white;
    border-radius: 5px 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0;
    -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0; }
    .lst-seen-widget .collapse-icon svg {
      width: 10px;
      height: 10px;
      fill: #323232; }
  .lst-seen-widget .top {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all .25s ease 0s; }
    .lst-seen-widget .top .cart-icon {
      position: relative;
      margin-top: 1px;
      cursor: pointer; }
      .lst-seen-widget .top .cart-icon svg {
        width: 30px;
        height: 30px;
        fill: #323232; }
      .lst-seen-widget .top .cart-icon .countPill {
        top: -5px;
        right: -6px; }
        .homepage-layout-2 .lst-seen-widget .top .cart-icon .countPill {
          background-color: #fd6506;
          color: white; }
  .lst-seen-widget .in-content {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 18px 0 8px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease;
    text-align: center; }
    .lst-seen-widget .in-content .title {
      letter-spacing: 0;
      font-size: 1rem;
      padding: 0 5px;
      position: relative;
      margin-top: 0;
      margin-bottom: 28px;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 500;
      color: #323232;
      line-height: 14px; }
      .lst-seen-widget .in-content .title.no-product {
        margin-bottom: 15px; }
    .lst-seen-widget .in-content .no-products {
      padding: 5px 5px 10px 5px;
      font-size: 12px; }
      .lst-seen-widget .in-content .no-products svg {
        width: 48px;
        height: 48px;
        margin-bottom: 15px;
        opacity: .1; }
    .lst-seen-widget .in-content .product-info {
      position: absolute;
      right: 0px;
      visibility: hidden;
      opacity: 0;
      width: 271px;
      height: 94px;
      margin-top: 0px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      z-index: 1;
      transition: visibility 0s ease 0s, opacity 0.25s linear 0s;
      padding: 14px 0px 14px 15px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      background: white; }
      .lst-seen-widget .in-content .product-info .product-item {
        text-align: left; }
      .lst-seen-widget .in-content .product-info .first {
        width: calc(100% - 80px); }
        .lst-seen-widget .in-content .product-info .first .button {
          padding: 8px 20px; }
      .lst-seen-widget .in-content .product-info .second {
        width: 80px;
        height: 100%;
        cursor: pointer;
        background: transparent;
        text-align: center; }
        .lst-seen-widget .in-content .product-info .second img {
          width: 48px; }
      .lst-seen-widget .in-content .product-info .card-title {
        padding-right: 0;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 4px; }
        .lst-seen-widget .in-content .product-info .card-title > a {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          display: block;
          text-align: left; }
      .lst-seen-widget .in-content .product-info .card-price {
        margin-bottom: -2px; }
        .lst-seen-widget .in-content .product-info .card-price .price-label {
          display: none; }
        .lst-seen-widget .in-content .product-info .card-price .price {
          font-size: 1rem;
          font-weight: 400;
          font-family: "Roboto", Arial, Helvetica, sans-serif; }
      .lst-seen-widget .in-content .product-info .price-section--saving {
        display: none; }
      .lst-seen-widget .in-content .product-info .card-figcaption-link {
        color: #ff7000;
        background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.5) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        text-transform: capitalize;
        font-size: 1rem;
        font-weight: 500; }
    .lst-seen-widget .in-content .products-grid {
      padding: 0;
      width: 100%;
      margin: 0 auto; }
      .lst-seen-widget .in-content .products-grid:hover .product-info {
        visibility: visible !important;
        opacity: 1 !important; }
      .lst-seen-widget .in-content .products-grid .item {
        margin: 0;
        border: none;
        position: relative;
        height: 70px; }
        .lst-seen-widget .in-content .products-grid .item > a {
          width: 100%;
          display: inline-block; }
        .lst-seen-widget .in-content .products-grid .item img {
          margin: 0 auto;
          display: block;
          max-width: 48px;
          max-height: 61px; }
        .lst-seen-widget .in-content .products-grid .item:hover .recent_item_url.hide {
          display: none; }
      .lst-seen-widget .in-content .products-grid .second-info {
        display: none; }
      .lst-seen-widget .in-content .products-grid .slick-slider .slick-track {
        min-width: 100%;
        position: relative;
        top: 0;
        left: 0;
        display: block; }
      .lst-seen-widget .in-content .products-grid .slick-slider .slick-track, .lst-seen-widget .in-content .products-grid .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); }
      .lst-seen-widget .in-content .products-grid .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        height: auto !important;
        max-height: 91px; }
        @media (min-width: 991px) {
          .lst-seen-widget .in-content .products-grid .slick-list {
            max-height: 182px; } }
        @media (min-width: 1920px) {
          .lst-seen-widget .in-content .products-grid .slick-list {
            max-height: 273px; } }
      .lst-seen-widget .in-content .products-grid .slick-arrow {
        padding: 0;
        height: 13px;
        color: rgba(23, 37, 50, 0.5);
        width: 100%;
        margin: 0;
        transform: none;
        position: relative;
        background-color: transparent;
        border: none; }
        .lst-seen-widget .in-content .products-grid .slick-arrow:before {
          height: 0.85714rem;
          width: 0.85714rem; }
        .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev {
          left: 0;
          top: -15px; }
          .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-up fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M4.465 366.475l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L224 178.053l195.494 195.493c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-211.05-211.051c-4.686-4.686-12.284-4.686-16.971 0L4.465 349.505c-4.687 4.686-4.687 12.284 0 16.97z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-position: 50%; }
        .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next {
          right: 0;
          top: initial;
          bottom: 8px; }
          .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-position: 50%; }
  .lst-seen-widget .backtoTop .icon {
    font-size: 16px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    fill: #172532; }
  .lst-seen-widget .backtoTop .text {
    color: #172532;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase; }
  .lst-seen-widget.is-show-widget {
    right: 10px; }
    @media (min-width: 1025px) {
      .lst-seen-widget.is-show-widget {
        right: 30px; } }

/* Back To Top */
#back-to-top {
  bottom: 54%;
  right: 15px;
  z-index: 99;
  padding: 3px;
  font-size: 0;
  display: none;
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  text-align: center;
  border-radius: 0;
  line-height: 1;
  transition: all 0.3s ease;
  color: #323232;
  background-color: white;
  border: 1px solid #323232; }
  @media (min-width: 321px) {
    #back-to-top {
      bottom: 42%; } }
  @media (min-width: 361px) {
    #back-to-top {
      bottom: 40%; } }
  @media (min-width: 551px) {
    #back-to-top {
      bottom: 25%; } }
  #back-to-top a {
    display: block; }
  @media (min-width: 1025px) {
    #back-to-top {
      bottom: 40%;
      right: 30px; } }
  #back-to-top .icon {
    fill: #323232;
    width: 32px;
    height: 32px;
    display: block;
    transform: rotate(-180deg); }
  #back-to-top.is-visible {
    display: block; }
  #back-to-top:hover {
    color: white;
    background-color: #ff7000;
    border: 1px solid #ff7000; }
    #back-to-top:hover .icon {
      fill: white; }

/* Before You Leave Popup */
.before-you-leave {
  position: fixed;
  top: 0;
  right: -101%;
  bottom: 0;
  width: 470px;
  max-width: 100vw;
  background: #fff;
  transition: all .5s ease 0s;
  z-index: 10001; }
  @media (min-width: 361px) {
    .before-you-leave {
      max-width: calc(100vw - 40px); } }
  .halo-open-before-you-leave .before-you-leave {
    right: 0;
    display: block; }
  .before-you-leave.show {
    right: 0; }
  .before-you-leave .before-you-leave-inner {
    height: 100%; }
  .before-you-leave .logo {
    text-align: center;
    padding: 19px 15px; }
    @media (min-width: 1025px) {
      .before-you-leave .logo {
        padding: 19px 30px; } }
    .before-you-leave .logo img {
      max-height: 34px; }
  .before-you-leave .before-you-leave-banner .banner-inner {
    position: relative; }
    .before-you-leave .before-you-leave-banner .banner-inner img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .before-you-leave .before-you-leave-banner .content {
    width: 100%;
    padding: 20px 15px 15px 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
    position: relative; }
    @media (min-width: 1025px) {
      .before-you-leave .before-you-leave-banner .content {
        padding: 30px 30px 30px 30px; } }
    .before-you-leave .before-you-leave-banner .content .content-inner {
      width: 100%;
      padding: 0 10%;
      margin-bottom: 10px;
      text-align: center; }
      @media (min-width: 551px) {
        .before-you-leave .before-you-leave-banner .content .content-inner {
          padding: 0 12%;
          margin-bottom: 12px; } }
      .before-you-leave .before-you-leave-banner .content .content-inner * {
        color: white;
        width: 100%; }
    .before-you-leave .before-you-leave-banner .content h3 {
      line-height: 26px;
      font-size: 24px;
      text-transform: uppercase; }
      @media (min-width: 551px) {
        .before-you-leave .before-you-leave-banner .content h3 {
          font-size: 26px;
          line-height: 34px; } }
      @media (min-width: 1025px) {
        .before-you-leave .before-you-leave-banner .content h3 {
          font-size: 30px;
          line-height: 38px; } }
    .before-you-leave .before-you-leave-banner .content .title {
      margin-bottom: 12px;
      line-height: 26px;
      font-size: 24px;
      font-weight: 400;
      text-transform: capitalize;
      margin-top: 14px; }
      @media (min-width: 551px) {
        .before-you-leave .before-you-leave-banner .content .title {
          font-size: 26px;
          line-height: 34px; } }
      @media (min-width: 1025px) {
        .before-you-leave .before-you-leave-banner .content .title {
          font-size: 30px;
          line-height: 38px; } }
    .before-you-leave .before-you-leave-banner .content .desc1 {
      font-size: 16px; }
    .before-you-leave .before-you-leave-banner .content .heading1 {
      margin-bottom: 30px; }
      .before-you-leave .before-you-leave-banner .content .heading1 span {
        background-image: linear-gradient(transparent 90%, #fdc525 10%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        padding-bottom: 6px; }
    .before-you-leave .before-you-leave-banner .content p {
      letter-spacing: .02em;
      margin-bottom: 12px;
      line-height: 1.57143rem; }
    .before-you-leave .before-you-leave-banner .content .desc2 {
      margin-bottom: 18px;
      font-size: 16px;
      line-height: 22px; }
      @media (min-width: 551px) {
        .before-you-leave .before-you-leave-banner .content .desc2 {
          line-height: 24px; } }
    .before-you-leave .before-you-leave-banner .content .button {
      width: 100%;
      max-width: 297px; }
      .homepage-layout-2 .before-you-leave .before-you-leave-banner .content .button:hover {
        background: transparent;
        border-color: white;
        color: white; }
  .before-you-leave .before-you-leave-tab .tabs-wrapper {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 15px;
    font-size: 0;
    display: inline-block;
    width: 100%; }
    @media (min-width: 1025px) {
      .before-you-leave .before-you-leave-tab .tabs-wrapper {
        padding: 0 30px; } }
  .before-you-leave .before-you-leave-tab .tabs {
    padding: 0;
    border: none;
    display: inline-block;
    margin-left: -10px;
    margin-right: -10px;
    float: left; }
    .before-you-leave .before-you-leave-tab .tabs:before {
      display: none; }
    .before-you-leave .before-you-leave-tab .tabs .tab {
      border: none;
      display: inline-block;
      padding: 0; }
      .before-you-leave .before-you-leave-tab .tabs .tab .tab-title {
        padding: 13px 10px 14px 10px;
        font-family: "DM Sans", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: 500;
        color: #323232;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-transform: capitalize;
        letter-spacing: 0;
        margin: 0;
        border-bottom: none; }
        .before-you-leave .before-you-leave-tab .tabs .tab .tab-title .count {
          width: 23px;
          height: 23px;
          line-height: 23px;
          background: #b7b7b7;
          color: #ffffff;
          text-align: center;
          display: inline-block;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          margin-left: 10px;
          font-size: 12px; }
      .before-you-leave .before-you-leave-tab .tabs .tab.is-active .tab-title {
        border-bottom: none; }
        .before-you-leave .before-you-leave-tab .tabs .tab.is-active .tab-title .count {
          background: #ff7000;
          color: white; }
      .before-you-leave .before-you-leave-tab .tabs .tab:before {
        display: none; }
  .before-you-leave .before-you-leave-tab.has-search-dropdown {
    position: relative;
    margin-bottom: 30px; }
    .before-you-leave .before-you-leave-tab.has-search-dropdown .tabs-contents {
      display: none; }
  .before-you-leave .before-you-leave-tab .search {
    float: right;
    list-style: none; }
    .before-you-leave .before-you-leave-tab .search .search-icon {
      position: relative;
      z-index: 6;
      display: inline-block; }
      .before-you-leave .before-you-leave-tab .search .search-icon .icon-search {
        height: 1.85714rem;
        width: 1.85714rem;
        fill: black;
        margin-top: 12px; }
      .before-you-leave .before-you-leave-tab .search .search-icon .icon-close {
        display: none;
        font-size: 40px;
        font-family: "Rubik", sans-serif;
        font-weight: 300;
        width: 19px;
        height: 18px;
        line-height: 18px;
        color: black;
        margin-top: 15px; }
      .before-you-leave .before-you-leave-tab .search .search-icon:hover {
        color: black; }
      .before-you-leave .before-you-leave-tab .search .search-icon.is-open .icon-search {
        display: none; }
      .before-you-leave .before-you-leave-tab .search .search-icon.is-open .icon-close {
        display: block; }
      .before-you-leave .before-you-leave-tab .search .search-icon.is-open + .dropdown--quickSearch {
        display: block; }
    .before-you-leave .before-you-leave-tab .search .form {
      margin-bottom: 0;
      margin-left: 0;
      width: calc(100% - 48px); }
      @media (min-width: 1025px) {
        .before-you-leave .before-you-leave-tab .search .form {
          width: calc(100% - 75px); } }
      .before-you-leave .before-you-leave-tab .search .form .form-field {
        position: relative;
        margin-bottom: 0;
        display: flex;
        flex-flow: row nowrap;
        align-items: stretch;
        border-radius: 40px; }
        .before-you-leave .before-you-leave-tab .search .form .form-field .form-input {
          border-right: 1px solid #eaeaea;
          height: 50px;
          border-bottom: none;
          padding: 15px 50px 15px 15px;
          border-radius: 0; }
          @media (min-width: 1025px) {
            .before-you-leave .before-you-leave-tab .search .form .form-field .form-input {
              padding: 15px 80px 15px 30px; } }
      .before-you-leave .before-you-leave-tab .search .form button {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        padding: 0 15px;
        height: 26px; }
        @media (min-width: 1025px) {
          .before-you-leave .before-you-leave-tab .search .form button {
            padding: 0 30px; } }
        .before-you-leave .before-you-leave-tab .search .form button svg {
          margin-top: -1px;
          fill: black;
          height: 1.85714rem;
          width: 1.85714rem; }
    .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch {
      position: absolute;
      top: 0;
      left: 0px;
      z-index: 5;
      display: none; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .container {
        padding: 0; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .quickSearchResults {
        position: relative;
        left: auto;
        box-shadow: none;
        padding: 30px;
        overflow-y: unset;
        max-height: unset; }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .quickSearchResults .quickSearch-wrapper {
          padding: 0px; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid .product {
        width: 50%; }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid .product .card {
          margin-bottom: 20px; }
  .before-you-leave .before-you-leave-tab .tabs-contents {
    padding: 30px 15px;
    margin-bottom: 0;
    clear: both; }
    @media (min-width: 551px) {
      .before-you-leave .before-you-leave-tab .tabs-contents {
        padding: 26px 30px 30px 30px; } }
    .before-you-leave .before-you-leave-tab .tabs-contents .tab-content {
      padding-top: 0;
      padding-bottom: 0; }
    .before-you-leave .before-you-leave-tab .tabs-contents .productGrid {
      margin: 0 0 5px 0; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .productCarousel-slide {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .product {
        padding: 0;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card {
        margin-bottom: 48px;
        padding: 0;
        -ms-flex-direction: row;
        flex-direction: row;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure {
          width: 80px;
          display: inline-block;
          font-size: 14px; }
          @media (min-width: 380px) {
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure {
              width: 90px; } }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure .product-badge {
            top: 12px;
            left: 12px;
            display: none; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body {
          display: inline-block;
          width: calc(100% - 80px);
          vertical-align: top;
          padding-left: 20px;
          padding-top: 0px; }
          @media (min-width: 380px) {
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body {
              width: calc(100% - 90px); } }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-rating {
            margin-top: -2px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-brand {
            margin-top: -5px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-title .color-name {
            position: relative;
            right: auto;
            top: auto;
            max-width: 100%;
            display: inline-block;
            width: 100%;
            margin-top: 4px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-price {
            margin-bottom: 14px; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-price .price-section--saving {
              display: none !important; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage .form-label {
            display: none; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage .form-field {
            display: none;
            margin-bottom: 1.07143rem; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage .form-field[data-product-attribute="swatch"] {
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              -ms-flex-pack: center; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage [data-product-attribute="swatch"] {
            margin-bottom: 18px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
            max-width: 122px;
            padding: 12px 10px; }
            @media (min-width: 381px) {
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
                padding: 12px 15px 11px 15px; } }
            @media (min-width: 1025px) {
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
                padding: 13px 25px 11px 25px; } }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span {
              position: relative;
              padding-left: 18px; }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:before, .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:after {
                content: "";
                position: absolute;
                background: white; }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:before {
                width: 2px;
                height: 10px;
                left: 4px;
                top: 4px; }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:after {
                width: 10px;
                height: 2px;
                top: 8px;
                left: 0; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button:hover span:before, .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button:hover span:after {
              background: white; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow {
        bottom: -24px;
        top: auto;
        border-color: rgba(255, 255, 255, 0.4); }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-next {
          right: 0; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-next:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='rgba(255, 255, 255, 0.4)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
            height: 1rem;
            width: 0.78571rem; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-prev {
          left: 0; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-prev:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='rgba(255, 255, 255, 0.4)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
        @media (min-width: 1025px) {
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-disabled {
            display: block !important; } }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-dots {
        margin-top: -15px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-dots li {
          margin-top: 5px; }
  .before-you-leave .before-you-leave-tab #history-products-list .no-products svg {
    width: 54px;
    height: 54px;
    fill: rgba(23, 37, 50, 0.1); }
  .before-you-leave .before-you-leave-tab #history-products-list .no-products .text {
    display: block;
    margin-top: 30px; }
  .before-you-leave .back-to-store {
    padding: 0 30px;
    margin-bottom: 50px; }
    .before-you-leave .back-to-store .button {
      width: 100%; }

/* Popup Cookies */
#consent-manager {
  background: #f7f9f9 !important;
  z-index: 9991 !important; }
  #consent-manager > div > div {
    background: #f7f9f9 !important;
    padding: 0px 15px; }
    @media (min-width: 551px) {
      #consent-manager > div > div {
        padding: 0px 30px; } }
    @media (min-width: 1600px) {
      #consent-manager > div > div {
        padding: 0px 75px; } }
    #consent-manager > div > div > div {
      -ms-flex-align: center !important;
      -webkit-align-items: center !important;
      align-items: center !important;
      margin-top: 0 !important; }
      #consent-manager > div > div > div > div {
        margin-top: 12px !important; }
        @media (min-width: 768px) {
          #consent-manager > div > div > div > div {
            width: calc(100% - 300px);
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-pack: flex-start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            margin-top: 0 !important;
            height: 90px; } }
        @media (min-width: 1025px) {
          #consent-manager > div > div > div > div {
            width: calc(100% - 380px); } }
        #consent-manager > div > div > div > div + div {
          margin-bottom: 12px; }
          @media (min-width: 768px) {
            #consent-manager > div > div > div > div + div {
              margin-bottom: 0;
              width: 300px;
              -ms-flex-pack: flex-end;
              -webkit-justify-content: flex-end;
              justify-content: flex-end; } }
          @media (min-width: 1025px) {
            #consent-manager > div > div > div > div + div {
              width: 380px; } }
        #consent-manager > div > div > div > div > p {
          letter-spacing: 0;
          font-size: 12px !important; }
          #consent-manager > div > div > div > div > p > span {
            color: #787878 !important; }
        #consent-manager > div > div > div > div button {
          background: transparent !important;
          border-color: rgba(30, 30, 30, 0.5) !important;
          color: #1e1e1e !important;
          text-transform: uppercase;
          letter-spacing: .02em;
          font-size: 13px;
          font-weight: 600;
          font-family: "Roboto", Arial, Helvetica, sans-serif;
          border-radius: 0 !important;
          height: 34px !important;
          text-align: center;
          padding-left: 15px !important;
          padding-right: 15px !important;
          padding-top: 2px; }
          @media (min-width: 768px) {
            #consent-manager > div > div > div > div button {
              height: 40px !important; } }
          @media (min-width: 1025px) {
            #consent-manager > div > div > div > div button {
              font-size: 14px;
              padding-left: 30px !important;
              padding-right: 30px !important; } }
          @media (max-width: 1599px) {
            #consent-manager > div > div > div > div button {
              margin-left: 0; } }
          #consent-manager > div > div > div > div button:hover, #consent-manager > div > div > div > div button:focus, #consent-manager > div > div > div > div button:active {
            background: transparent !important;
            border-color: rgba(30, 30, 30, 0.5) !important;
            color: #1e1e1e !important; }
          #consent-manager > div > div > div > div button + button {
            background: #0a6cdc !important;
            border-color: #0a6cdc !important;
            color: white !important;
            margin-left: 15px !important; }
            #consent-manager > div > div > div > div button + button:hover, #consent-manager > div > div > div > div button + button:focus, #consent-manager > div > div > div > div button + button:active {
              background: #0a6cdc !important;
              border-color: #0a6cdc !important;
              color: white !important; }

#consent-manager-update-banner {
  background: #f7f9f9 !important;
  min-height: 48px;
  padding: 0px 15px;
  z-index: 9991 !important; }
  @media (min-width: 1025px) {
    #consent-manager-update-banner {
      padding: 0px 30px; } }
  @media (min-width: 1600px) {
    #consent-manager-update-banner {
      padding: 0px 75px; } }
  #consent-manager-update-banner > a {
    color: #787878 !important;
    margin-left: 0 !important; }

[data-consent-manager-dialog] > div {
  z-index: 9991 !important; }
  [data-consent-manager-dialog] > div > section {
    max-width: 90% !important;
    max-height: 90vh !important; }

@media (min-width: 551px) {
  #halo-ask-an-expert.modal {
    width: 758px; } }

#halo-ask-an-expert .modal-header {
  background: none;
  padding: 18px 60px 18px 15px;
  background: whitesmoke; }
  @media (min-width: 1025px) {
    #halo-ask-an-expert .modal-header {
      padding: 18px 60px 18px 50px; } }

#halo-ask-an-expert .halo-ask-an-expert-subtitle {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #323232;
  line-height: 24px;
  text-align: center;
  margin: 0 0 8px 0;
  text-transform: uppercase; }

#halo-ask-an-expert .halo-ask-an-expert-text {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  line-height: 24px;
  text-align: center; }
  #halo-ask-an-expert .halo-ask-an-expert-text .alertBox {
    margin: 40px 0 70px 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    width: 100%; }

#halo-ask-an-expert .modal-body {
  padding: 0px 15px 0px 15px;
  margin-top: 42px; }
  @media (min-width: 551px) {
    #halo-ask-an-expert .modal-body {
      padding: 0px 30px 0px 30px; } }
  @media (min-width: 1025px) {
    #halo-ask-an-expert .modal-body {
      padding: 0px 70px 0px 70px; } }
  #halo-ask-an-expert .modal-body #halo-ask-an-expert-form {
    margin-top: 40px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
      display: inline-block;
      margin-bottom: 7px;
      font-weight: 400; }
      @media (max-width: 320px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
          display: block;
          margin-right: 0 !important; } }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label.label-last {
        display: block;
        margin-bottom: 1rem; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-input {
      max-width: 100%;
      height: 48px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input[type="radio"] + label {
      font-weight: 400;
      color: #323232;
      font-size: 16px;
      width: auto;
      margin-right: 28px;
      cursor: pointer;
      margin-bottom: 9px;
      position: relative;
      padding-left: 24px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio {
      margin-bottom: 16px;
      padding-top: 12px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
        margin-right: 28px; }
        @media (max-width: 767px) {
          #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
            display: block;
            margin-bottom: 13px; } }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio .form-label-custom {
        display: block;
        margin-bottom: 16px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area {
      margin-bottom: 8px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area textarea {
        max-height: 192px;
        height: auto; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
      margin-top: 30px;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
          margin-bottom: 60px; } }
      @media (min-width: 1025px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
          margin-bottom: 70px; } }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions #halo-ask-an-expert-button {
        width: 100%; }

@-moz-document url-prefix() {
  #halo-ask-an-expert-form .form-field input[type="radio"] + label:after {
    top: 4px; } }

/* Sticky Notification Bar */
.sticky-notification {
  --border-radius: 30px;
  --translate-x: -50%;
  --translate-y: 50px;
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(var(--translate-x)) translateY(var(--translate-y));
  pointer-events: none;
  opacity: 0;
  width: max-content;
  max-width: 90%;
  z-index: 999;
  transition: all 450ms ease-in-out, opacity 600ms ease-in-out;
  background: #ff7000;
  padding: 16px 50px;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  cursor: pointer;
  animation: vertical-floating 1.5s ease-out infinite;
  animation-delay: 3s;
  transform-origin: 50% 50%;
  overflow: initial;
  will-change: transform; }
  .sticky-notification.show {
    --translate-y: 0;
    opacity: 1;
    pointer-events: auto; }
  .sticky-notification .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    .sticky-notification .text-wrapper .intro-text {
      color: #191919;
      font-size: 14px;
      font-weight: 400;
      transition: color 350ms ease-in-out; }
      .sticky-notification .text-wrapper .intro-text:hover {
        color: #191919; }
    .sticky-notification .text-wrapper .link-text {
      color: #191919;
      font-size: 14px;
      font-weight: 400;
      transition: color 350ms ease-in-out, fill 350ms ease-in-out; }
      .sticky-notification .text-wrapper .link-text:hover {
        color: #191919; }
    .sticky-notification .text-wrapper .intro-text-desktop {
      display: block; }
    .sticky-notification .text-wrapper .link-text-desktop {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      margin-left: 6px; }
      .sticky-notification .text-wrapper .link-text-desktop:hover .icon {
        transform: translateX(4px); }
    .sticky-notification .text-wrapper .intro-text-mobile {
      display: none; }
    .sticky-notification .text-wrapper .link-text-mobile {
      display: none; }
  .sticky-notification .close-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    margin-top: -2px; }
    .sticky-notification .close-btn svg {
      width: 16px;
      height: 16px;
      fill: #191919; }
    .sticky-notification .close-btn path {
      fill: #191919; }
  .sticky-notification .icon-link-arrow {
    width: 20px;
    height: 20px;
    fill: #191919; }
    .sticky-notification .icon-link-arrow svg {
      fill: #191919; }
    .sticky-notification .icon-link-arrow rect {
      fill: #191919; }
    .sticky-notification .icon-link-arrow path {
      fill: #191919; }
  .sticky-notification .link-text:hover .icon-link-arrow {
    fill: #191919; }
    .sticky-notification .link-text:hover .icon-link-arrow rect {
      fill: #191919; }
    .sticky-notification .link-text:hover .icon-link-arrow path {
      fill: #191919; }
  .sticky-notification .mobile-image-icon {
    display: none; }

@media screen and (max-width: 1024px) {
  .sticky-notification {
    --bottom-arrow-size: 7px;
    --bottom-positon: 66px;
    bottom: 15px; }
  #notification-popup {
    width: 80vw;
    max-width: unset; } }

@media screen and (max-width: 767px) {
  .sticky-notification {
    padding: 10px 20px; }
    .sticky-notification.hidden-mobile {
      display: none; }
    .sticky-notification .close-btn {
      display: none; }
    .sticky-notification .mobile-image-icon {
      display: block;
      width: 18px;
      height: 18px;
      position: relative;
      top: -5px; }
      .sticky-notification .mobile-image-icon:first-of-type {
        margin-right: 5px; }
      .sticky-notification .mobile-image-icon:nth-of-type(2) {
        margin-left: 5px; }
    .sticky-notification .text-wrapper {
      flex-direction: column;
      height: 22px;
      justify-content: flex-start;
      overflow: hidden; }
      .sticky-notification .text-wrapper .intro-text-mobile {
        transition: transform 500ms ease-out; }
      .sticky-notification .text-wrapper a {
        transition: transform 500ms ease-out; }
      .sticky-notification .text-wrapper .intro-text-desktop {
        display: none; }
      .sticky-notification .text-wrapper .link-text-desktop {
        display: none; }
      .sticky-notification .text-wrapper .intro-text-mobile {
        display: block; }
      .sticky-notification .text-wrapper .link-text-mobile {
        display: block; }
    .sticky-notification .text-wrapper.slide-down .intro-text-mobile {
      transform: translateY(-100%); }
    .sticky-notification .text-wrapper.slide-down a {
      transform: translateY(-100%); }
  .sticky-notification.hide-on-mobile {
    display: none; }
  .sticky-notification.temporary-hide {
    opacity: 0;
    --translate-y: -20px;
    pointer-events: none; } }

@media screen and (min-width: 768px) {
  .sticky-notification.hidden-desktop {
    display: none; } }

@media screen and (min-width: 1025px) {
  .sticky-notification::after {
    content: "";
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -10%;
    width: 3em;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    visibility: hidden; } }

@keyframes vertical-floating {
  0%, 100% {
    transform: translateX(var(--translate-x)) translateY(0); }
  50% {
    transform: translateX(var(--translate-x)) translateY(6px); } }

@keyframes shineToRight {
  100% {
    left: 110%;
    visibility: visible; } }

@media (min-width: 768px) {
  .webPage-sidebar {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    z-index: 5;
    float: left;
    width: 270px;
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    max-width: none;
    transition: unset; }
    .webPage-sidebar .page-sidebar-close {
      display: none; }
    .webPage-sidebar .page-sidebar-content {
      padding: 0;
      overflow: visible; }
    .webPage-sidebar > nav {
      padding: 0;
      overflow: visible; }
    .webPage-sidebar + .page-content {
      padding-left: 30px;
      width: calc(100% - 270px); }
    .webPage-sidebar.u-hiddenVisually + .page-content {
      padding-left: 0;
      width: 100%; }
    .webPage-sidebar.u-hidden + .page-content {
      padding-left: 0;
      width: 100%; }
    .page-custom-sidebar .webPage-sidebar {
      float: right;
      width: 350px;
      padding: 45px 40px;
      border: 1px solid #e6e6e6;
      border-right-width: 0; }
      .page-custom-sidebar .webPage-sidebar + .page-content {
        width: calc(100% - 350px);
        padding-left: 0;
        padding-right: 30px; }
    .page-listing .webPage-sidebar {
      position: sticky;
      top: 50px; } }

@media (min-width: 1600px) {
  .webPage-sidebar + .page-content {
    padding-left: 70px; }
  .page-custom-sidebar .webPage-sidebar {
    padding-top: 53px;
    padding-bottom: 45px;
    padding-right: calc((100vw - 1485px)/2);
    padding-left: 95px;
    width: 542px; }
    .page-custom-sidebar .webPage-sidebar + .page-content {
      width: calc(100% - 542px);
      padding-right: 95px; } }

body:not(.page-type-default):not(.page-type-category):not(.page-type-product):not(.page-type-cart):not(.page-type-search):not(.page-type-brand) #main-content .container {
  margin-bottom: 50px; }

.navBar--sub {
  margin-top: 50px;
  margin-bottom: 50px; }

.sitemap-list {
  margin: 0; }
  .sitemap-list--item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }
    .sitemap-list--item + .sitemap-list--item {
      margin-top: 30px;
      padding-top: 25px; }
  .sitemap-list--title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    color: #000000;
    margin: 0 0 20px 0;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6; }
  .sitemap-list--subItem {
    display: block; }
    .sitemap-list--subItem > a {
      font-size: 16px;
      font-weight: 700;
      line-height: 45px;
      letter-spacing: 0;
      text-transform: capitalize;
      color: #000000;
      transition: unset; }
      .sitemap-list--subItem > a span {
        padding: 0 0 1px 0; }
    .sitemap-list--subItem > ul {
      margin-left: 2.4rem; }
    .sitemap-list--subItem li a {
      font-size: 16px;
      font-weight: 400;
      padding: 0;
      margin: 0;
      color: #000000;
      text-transform: capitalize;
      letter-spacing: 0;
      line-height: 45px;
      transition: unset; }
      .sitemap-list--subItem li a span {
        padding: 0 0 1px 0; }
    .sitemap-list--subItem.sitemap-list--viewAll > a {
      font-style: italic;
      color: #ff7000;
      text-transform: capitalize; }
      .sitemap-list--subItem.sitemap-list--viewAll > a span {
        padding: 0 0 1px 0;
        background-image: linear-gradient(transparent 97%, #ff7000 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  @media (min-width: 1025px) {
    .sitemap-list li a:hover {
      color: #ff7000; }
      .sitemap-list li a:hover span {
        background-image: linear-gradient(transparent 97%, #ff7000 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

.page-type-404 .form-prefixPostfix.wrap {
  -ms-flex-pack: flex-start;
  justify-content: flex-start; }

.page-type-404 #search_query_adv {
  max-width: 615px; }

.page-type-404 .form-prefixPostfix .button {
  height: auto;
  width: auto;
  margin: 0 0 0 0.78571rem;
  -ms-flex-order: 0;
  order: 0; }

.page--faqs .page-description {
  padding-bottom: 20px; }
  .page--faqs .page-description .faq-desc {
    font-size: 16px; }
    .page--faqs .page-description .faq-desc a {
      font-weight: 700;
      text-decoration: underline; }
      .page--faqs .page-description .faq-desc a:hover {
        color: #0a6cdc;
        text-decoration: none; }

.halo-faqs-title {
  font-size: 17px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.7;
  color: #000000;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6; }

.halo-faqs-sidebar {
  width: 290px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 6px; }
  .halo-faqs-sidebar .faq-contact {
    display: block;
    padding: 30px; }
  .halo-faqs-sidebar .faq-title {
    margin-bottom: 26px;
    text-align: center; }
  .halo-faqs-sidebar .faqs-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    .halo-faqs-sidebar .faqs-group .faqs-group-item {
      width: 50%;
      text-align: center; }
    .halo-faqs-sidebar .faqs-group a {
      text-decoration: none;
      transition: unset; }
      .halo-faqs-sidebar .faqs-group a .icon {
        display: block;
        margin: 0 auto 5px auto;
        width: 32px;
        height: 32px;
        fill: #323232; }
        .halo-faqs-sidebar .faqs-group a .icon[aria-label="Contact Us"] {
          padding: 4px 2px 0; }
      .halo-faqs-sidebar .faqs-group a .text {
        color: #323232;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.7;
        text-transform: capitalize;
        padding: 0 0 1px 0; }
  .halo-faqs-sidebar + .halo-faqs-content {
    width: calc(100% - 290px);
    padding-left: 70px;
    padding-right: 0; }

.halo-faqs-content .faqs-paragraph {
  display: block; }
  .halo-faqs-content .faqs-paragraph + .faqs-paragraph {
    margin-top: 48px; }

.halo-faqs-content .card {
  margin-bottom: 0; }

.halo-faqs-content .card-header {
  position: relative;
  background-color: transparent;
  padding: 0;
  margin: 0; }
  .halo-faqs-content .card-header:before, .halo-faqs-content .card-header:after {
    content: " ";
    display: table; }
  .halo-faqs-content .card-header:after {
    clear: both; }

.halo-faqs-content .card-body {
  padding: 25px 0 0 0;
  line-height: 1.8;
  text-align: left;
  font-size: 16px;
  color: #505050; }
  .halo-faqs-content .card-body h4 {
    font-weight: 700;
    font-size: 14px;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .halo-faqs-content .card-body .bold {
    font-weight: 600; }

.halo-faqs-content .title {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0;
  color: #000000;
  text-transform: unset;
  text-align: left;
  padding: 15px 25px 15px 0;
  background: #ffffff;
  transition: color 0.15s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #e6e6e6; }
  .halo-faqs-content .title span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s; }
  .halo-faqs-content .title.collapsed {
    position: relative; }
    .halo-faqs-content .title.collapsed span {
      background-size: 100% 1px; }
    .halo-faqs-content .title.collapsed + .icon-plus:before {
      transform: translateY(-50%) rotate(90deg); }

.halo-faqs-content .icon-plus {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  z-index: 2;
  pointer-events: none;
  transform: translateY(-50%);
  background: transparent; }
  .halo-faqs-content .icon-plus:before, .halo-faqs-content .icon-plus:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 2;
    transform: translate(50%, -50%);
    background: #000000;
    transition: color 0.15s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .halo-faqs-content .icon-plus:before {
    width: 2px;
    height: 16px; }
  .halo-faqs-content .icon-plus:after {
    width: 16px;
    height: 2px; }

.halo-faqs-content .collapse {
  position: relative;
  display: none; }

.halo-faqs-content .faq-content {
  padding: 45px 0 30px 0;
  text-align: center; }
  .halo-faqs-content .faq-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000000;
    margin: 0; }
  .halo-faqs-content .faq-content .button {
    margin: 15px;
    min-width: 200px; }

@media (min-width: 551px) {
  .halo-faqs-content .faq-content {
    text-align: right; }
    .halo-faqs-content .faq-content .button {
      margin: 0 0 0 30px; } }

@media (min-width: 768px) {
  .halo-faqs-sidebar {
    position: sticky;
    top: 90px; }
  .halo-faqs-content .faq-content .button {
    margin-top: 0;
    min-width: 190px; } }

@media (min-width: 1025px) {
  .halo-faqs-title {
    padding-bottom: 16px; }
  .halo-faqs-sidebar .faqs-group a {
    text-decoration: none; }
    .halo-faqs-sidebar .faqs-group a:hover .icon {
      fill: #ff7000; }
    .halo-faqs-sidebar .faqs-group a:hover .text {
      color: #ff7000;
      background-image: linear-gradient(transparent 97%, #ff7000 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .halo-faqs-content {
    padding-top: 30px; }
    .halo-faqs-content .faq-content .button {
      margin-top: 0;
      min-width: 255px; } }

@media (max-width: 1024px) {
  .halo-faqs-sidebar {
    width: 250px; }
    .halo-faqs-sidebar + .halo-faqs-content {
      width: calc(100% - 250px);
      padding-left: 30px; } }

@media (max-width: 767px) {
  .halo-faqs-sidebar {
    width: 100%; }
    .halo-faqs-sidebar + .halo-faqs-content {
      width: 100%;
      padding-left: 0;
      padding-top: 30px; }
  .halo-faqs-content .faqs-paragraph + .faqs-paragraph {
    margin-top: 30px; } }

.haloLookBook-header {
  padding-bottom: 10px; }

.halo-lookbook-slider {
  display: block; }
  .halo-lookbook-slider-slide {
    position: relative; }
  .halo-lookbook-slider .slick-arrow.slick-prev {
    left: 0; }
  .halo-lookbook-slider .slick-arrow.slick-next {
    right: 0; }
  .halo-lookbook-slider-imageWrapper {
    position: relative; }
    .halo-lookbook-slider-imageWrapper:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-color: rgba(90, 75, 68, 0.1); }
  .halo-lookbook-slider-image {
    text-align: center; }
    .halo-lookbook-slider-image img {
      display: none; }
      .halo-lookbook-slider-image img.lazyload, .halo-lookbook-slider-image img.lazyloading {
        width: auto;
        height: auto;
        margin: auto;
        object-fit: contain; }
      .halo-lookbook-slider-image img.image-mobile {
        display: block; }
        .halo-lookbook-slider-image img.image-mobile.lazyload, .halo-lookbook-slider-image img.image-mobile.lazyloading {
          width: auto;
          height: auto;
          margin: auto;
          object-fit: contain; }
    .page-normal .halo-lookbook-slider-image {
      width: 100%; }
      .page-normal .halo-lookbook-slider-image img {
        display: block; }
  .halo-lookbook-slider-point {
    display: block;
    position: absolute;
    z-index: 5;
    pointer-events: auto; }
    .page-normal .halo-lookbook-slider-point {
      display: block; }
  .halo-lookbook-slider-icon {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    background-color: white; }
    .halo-lookbook-slider-icon:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      border-radius: 50%;
      opacity: .3;
      background-color: white;
      animation: zoom-animation 1.4s ease-in-out infinite; }
  .halo-lookbook-slider-info {
    display: block;
    padding: 24px 0 25px 0; }
  .halo-lookbook-slider-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
    text-align: center; }
  .halo-lookbook-slider:not(.slick-initialized) {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0; }
    .halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper {
      min-height: 200px; }
      .halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper img.lazyloaded {
          width: 100%; }
      @media (min-width: 551px) {
        .halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper {
          min-height: 400px; } }
      @media (min-width: 768px) {
        .halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper {
          min-height: 600px; } }
      @media (min-width: 1025px) {
        .halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper {
          min-height: 760px; } }
    .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      overflow: hidden; }
      .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide:not(:first-child) {
        opacity: 0;
        visibility: hidden; }
  .halo-lookbook-slider.slick-initialized {
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .halo-lookbook-slider-image img {
      display: block; }
      .halo-lookbook-slider-image img.image-mobile {
        display: none; }
    page-blog .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide {
      width: 33.3333333%;
      opacity: 1;
      visibility: visible; } }
  @media (min-width: 768px) {
    .halo-lookbook-slider-info {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .halo-lookbook-slider-text {
      text-align: left; } }

.halo-lookbook-button {
  padding-top: 45px;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  margin: 0; }
  .halo-lookbook-button .button {
    min-width: 255px;
    margin-bottom: 0;
    border: 1px solid #000000; }

.halo-lookbook-share {
  position: absolute;
  top: auto;
  bottom: 130px;
  right: 0;
  margin-top: 0; }
  .halo-lookbook-share .social-mediaBlock {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    position: unset;
    width: 100%;
    margin-left: 0; }
    .halo-lookbook-share .social-mediaBlock > p {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
      margin-right: 15px; }
    .halo-lookbook-share .social-mediaBlock .socialMedia-dropdown {
      position: unset;
      padding: 0;
      width: 100%;
      box-shadow: none;
      margin-top: 0;
      border-radius: 0;
      display: block; }
      .halo-lookbook-share .social-mediaBlock .socialMedia-dropdown .shareLinkSocial__link {
        display: none; }
        .halo-lookbook-share .social-mediaBlock .socialMedia-dropdown .shareLinkSocial__link + p {
          display: none; }
    .halo-lookbook-share .social-mediaBlock .addthis_inline_share_toolbox {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
    .halo-lookbook-share .social-mediaBlock .socialMedia-button,
    .halo-lookbook-share .social-mediaBlock .facebookRecommendBtn {
      display: none; }
    .halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn {
      border-radius: 50% !important;
      border: 1px solid #dddddd;
      width: 40px;
      height: 40px;
      padding: 9px; }
      .halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child {
        border: none;
        padding: 5px; }
        .halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child .at-icon-wrapper {
          height: 28px !important;
          width: 28px !important; }
          .halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child .at-icon-wrapper svg {
            stroke: #fff;
            stroke-width: 2px;
            height: 28px !important;
            width: 28px !important; }
      .halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn .at-icon-wrapper {
        height: 20px !important;
        width: 20px !important; }
        .halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn .at-icon-wrapper svg {
          fill: #2d394a !important;
          height: 20px !important;
          width: 20px !important; }

@media (max-width: 991px) {
  .halo-lookbook-share {
    position: static;
    margin-top: 40px; }
    .halo-lookbook-share .social-mediaBlock {
      justify-content: center; } }

@media (max-width: 767px) {
  .halo-lookbook-button {
    padding-top: 75px; }
  .halo-lookbook-slider .slick-dots {
    bottom: -50px; } }

#LookbookProduct .page-header .page-heading {
  display: block; }
  @media (min-width: 1025px) {
    #LookbookProduct .page-header .page-heading {
      display: inline-block; } }

#LookbookProduct .page-header .view-all {
  text-align: center;
  color: #ff7000;
  font-size: 16px;
  background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.7) 4%);
  background-repeat: repeat-x;
  background-position-y: -2px;
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 10px; }
  @media (min-width: 1025px) {
    #LookbookProduct .page-header .view-all {
      position: absolute;
      right: 0;
      top: 0;
      text-align: right;
      margin-top: 0; } }
  @media (max-width: 550px) {
    #LookbookProduct .page-header .view-all {
      font-size: 14px; } }
  #LookbookProduct .page-header .view-all:hover {
    color: #ff7000;
    background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.7) 4%); }

.lookbook-top {
  position: relative; }

.halo-lookbook-popup {
  display: none;
  position: relative;
  max-width: 240px;
  background-color: #ffffff;
  padding: 0;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); }
  .halo-lookbook-popup.is-open {
    display: block;
    position: absolute;
    z-index: 21; }
  .halo-lookbook-popup .card {
    padding: 20px; }

.halo-lookbook-close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 10;
  background: #ff7000 !important;
  width: 30px !important;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 30px !important;
  padding: 5px; }
  .halo-lookbook-close svg {
    fill: white;
    width: 100%;
    height: 100%; }

@media (min-width: 551px) {
  .halo-lookbook-close {
    right: -30px;
    background: transparent; }
    .halo-lookbook-close svg {
      width: 20px;
      height: 20px;
      fill: #ffffff; } }

.page-contact .page-header {
  padding-left: 10px; }
  .page-contact .page-header .page-heading {
    text-align: left; }

.page-contact .halo-contact-form p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #505050;
  margin: 0 0 5px 0; }
  .page-contact .halo-contact-form p a {
    color: #ff7000;
    transition: unset; }
    .page-contact .halo-contact-form p a span {
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 97%, #ff7000 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .page-contact .halo-contact-form p + p {
    margin-top: 26px; }

.page-contact .halo-contact-info {
  margin: 50px 0 0 0; }
  .page-contact .halo-contact-info .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 27px 0;
    padding: 0 0 17px 0;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .page-contact .halo-contact-info .title {
        font-size: 22px; } }
  .page-contact .halo-contact-info .description,
  .page-contact .halo-contact-info .store-address,
  .page-contact .halo-contact-info .store-email,
  .page-contact .halo-contact-info .store-phone,
  .page-contact .halo-contact-info .store-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #505050;
    margin: 0 0 26px 0; }
  .page-contact .halo-contact-info .store-info a {
    color: #505050; }
    .page-contact .halo-contact-info .store-info a span {
      padding: 0 0 1px 0; }
  .page-contact .halo-contact-info .store-info:last-child {
    margin-bottom: 0; }
  .page-contact .halo-contact-info .sample {
    display: block;
    margin: 0 0 41px 0; }
    .page-contact .halo-contact-info .sample .button {
      text-transform: uppercase;
      width: 100%; }

.page-contact [data-contact-form] {
  margin: 0;
  padding: 28px 0 0 0; }
  .page-contact [data-contact-form] .form-row {
    margin: 0; }
    @media (min-width: 1025px) {
      .page-contact [data-contact-form] .form-row .form-field {
        width: 50%;
        float: left;
        padding-right: 30px; }
        .page-contact [data-contact-form] .form-row .form-field:nth-child(2), .page-contact [data-contact-form] .form-row .form-field:nth-child(4), .page-contact [data-contact-form] .form-row .form-field:nth-child(6) {
          padding-right: 0; } }
  .page-contact [data-contact-form] .form-field {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 100%;
    margin: 0 0 23px 0;
    float: none; }
  .page-contact [data-contact-form] .form-label {
    margin-bottom: 6px; }
    .page-contact [data-contact-form] .form-label small {
      margin: 0;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      font-style: italic;
      line-height: 25px;
      text-transform: capitalize;
      color: #b4b4b4; }
  .page-contact [data-contact-form] .form-input {
    margin-bottom: 0;
    max-width: 100%; }
  .page-contact [data-contact-form] textarea {
    height: auto !important; }
  .page-contact [data-contact-form] .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center; }
    .page-contact [data-contact-form] .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }

@media (min-width: 768px) {
  .page-contact .page-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .page-contact .halo-contact-form {
    width: 60%; }
  .page-contact .halo-contact-info {
    width: 40%;
    margin-top: 0;
    padding: 0 0 0 40px; }
  .page-contact [data-contact-form] .form-actions {
    margin-top: 3px;
    text-align: left; }
    .page-contact [data-contact-form] .form-actions .button {
      display: inline-block;
      vertical-align: top;
      max-width: 240px;
      text-transform: capitalize; } }

@media (min-width: 1025px) {
  .page-contact .halo-contact-form p a:hover {
    color: #ff7000; }
    .page-contact .halo-contact-form p a:hover span {
      background-image: linear-gradient(transparent 97%, #ff7000 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .page-contact .halo-contact-info {
    padding-left: 80px; }
    .page-contact .halo-contact-info .store-info a:hover {
      color: #ff7000; }
      .page-contact .halo-contact-info .store-info a:hover span {
        background-image: linear-gradient(transparent 97%, #ff7000 3%); }
    .page-contact .halo-contact-info .sample .button {
      max-width: 210px;
      text-transform: capitalize;
      border: 1px solid #000000; }
      .page-contact .halo-contact-info .sample .button:hover {
        border-color: #ff7000; } }

.page-type-giftcertificates .form-prefixPostfix .button,
.page-type-giftcertificates_redeem .form-prefixPostfix .button,
.page-type-giftcertificates_balance .form-prefixPostfix .button {
  height: auto; }

@media (min-width: 551px) {
  .page-type-giftcertificates #gift-certificate-balance .form-prefixPostfix .button,
  .page-type-giftcertificates_redeem #gift-certificate-balance .form-prefixPostfix .button,
  .page-type-giftcertificates_balance #gift-certificate-balance .form-prefixPostfix .button {
    width: auto;
    margin-top: 0;
    margin-left: 15px; } }

.page-type-giftcertificates #gift-certificate-form .form-field,
.page-type-giftcertificates_redeem #gift-certificate-form .form-field,
.page-type-giftcertificates_balance #gift-certificate-form .form-field {
  margin: 0 0 23px 0; }

.page-type-giftcertificates #gift-certificate-form .form-input,
.page-type-giftcertificates_redeem #gift-certificate-form .form-input,
.page-type-giftcertificates_balance #gift-certificate-form .form-input {
  max-width: 100%; }

.page-type-giftcertificates #gift-certificate-form .form-row .form-column:not(.form-fieldset),
.page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-column:not(.form-fieldset),
.page-type-giftcertificates_balance #gift-certificate-form .form-row .form-column:not(.form-fieldset) {
  padding-left: 0;
  padding-right: 0; }

.page-type-giftcertificates #gift-certificate-form .form-row .form-column.form-fieldset .form-field:not(.form-field-group),
.page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-column.form-fieldset .form-field:not(.form-field-group),
.page-type-giftcertificates_balance #gift-certificate-form .form-row .form-column.form-fieldset .form-field:not(.form-field-group) {
  padding-left: 0;
  padding-right: 0; }

.page-type-giftcertificates #gift-certificate-form .form-row .form-column.form-fieldset .form-field,
.page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-column.form-fieldset .form-field,
.page-type-giftcertificates_balance #gift-certificate-form .form-row .form-column.form-fieldset .form-field {
  margin: 0 0 10px 0; }
  .page-type-giftcertificates #gift-certificate-form .form-row .form-column.form-fieldset .form-field:first-child,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-column.form-fieldset .form-field:first-child,
  .page-type-giftcertificates_balance #gift-certificate-form .form-row .form-column.form-fieldset .form-field:first-child {
    margin: 0 0 25px 0; }

.page-type-giftcertificates #gift-certificate-form .form-row .form-label small,
.page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-label small,
.page-type-giftcertificates_balance #gift-certificate-form .form-row .form-label small {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  color: #b4b4b4; }

.page-type-giftcertificates #gift-certificate-form .form-row .form-radio + .form-label,
.page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-radio + .form-label,
.page-type-giftcertificates_balance #gift-certificate-form .form-row .form-radio + .form-label {
  color: #505050;
  margin-bottom: 15px; }

.page-type-giftcertificates #gift-certificate-form .form-row .form-radio.form-radio-last + .form-label,
.page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-radio.form-radio-last + .form-label,
.page-type-giftcertificates_balance #gift-certificate-form .form-row .form-radio.form-radio-last + .form-label {
  margin-bottom: 0; }

.page-type-giftcertificates #gift-certificate-form .form-row .form-field--checkbox,
.page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-field--checkbox,
.page-type-giftcertificates_balance #gift-certificate-form .form-row .form-field--checkbox {
  margin-top: 6px;
  margin-bottom: 0; }
  .page-type-giftcertificates #gift-certificate-form .form-row .form-field--checkbox .form-checkbox + .form-label,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-field--checkbox .form-checkbox + .form-label,
  .page-type-giftcertificates_balance #gift-certificate-form .form-row .form-field--checkbox .form-checkbox + .form-label {
    color: #505050; }
  .page-type-giftcertificates #gift-certificate-form .form-row .form-field--checkbox + .form-field--checkbox,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-field--checkbox + .form-field--checkbox,
  .page-type-giftcertificates_balance #gift-certificate-form .form-row .form-field--checkbox + .form-field--checkbox {
    margin-top: 3px; }

.page-type-giftcertificates #gift-certificate-form .form-field-group,
.page-type-giftcertificates_redeem #gift-certificate-form .form-field-group,
.page-type-giftcertificates_balance #gift-certificate-form .form-field-group {
  border-radius: 10px;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  padding: 20px; }

.page-type-giftcertificates #gift-certificate-form .form-actions,
.page-type-giftcertificates_redeem #gift-certificate-form .form-actions,
.page-type-giftcertificates_balance #gift-certificate-form .form-actions {
  display: block;
  margin: 0;
  text-align: center;
  max-width: 100%;
  font-size: 0;
  letter-spacing: 0; }
  .page-type-giftcertificates #gift-certificate-form .form-actions .button,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button,
  .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button {
    display: block;
    width: 100%;
    text-transform: capitalize;
    margin-left: 0; }
    .page-type-giftcertificates #gift-certificate-form .form-actions .button + .button,
    .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button + .button,
    .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button + .button {
      margin-top: 20px;
      margin-left: 0; }

@media (min-width: 551px) {
  .page-type-giftcertificates #gift-certificate-form .form-actions,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-actions,
  .page-type-giftcertificates_balance #gift-certificate-form .form-actions {
    margin-top: 20px; }
    .page-type-giftcertificates #gift-certificate-form .form-actions .button,
    .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button,
    .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button {
      display: inline-block;
      vertical-align: top;
      width: 110px; }
      .page-type-giftcertificates #gift-certificate-form .form-actions .button + .button,
      .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button + .button,
      .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button + .button {
        width: 50%;
        margin-left: 15px;
        margin-top: 0; } }

@media (min-width: 768px) {
  .page-type-giftcertificates #gift-certificate-form .form-actions .button + .button,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button + .button,
  .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button + .button {
    width: calc(50% - 125px); } }

@media (min-width: 1025px) {
  .page-type-giftcertificates #gift-certificate-form .form-actions,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-actions,
  .page-type-giftcertificates_balance #gift-certificate-form .form-actions {
    text-align: right; }
    .page-type-giftcertificates #gift-certificate-form .form-actions .button,
    .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button,
    .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button {
      width: 190px; }
      .page-type-giftcertificates #gift-certificate-form .form-actions .button + .button,
      .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button + .button,
      .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button + .button {
        width: calc(50% - 230px);
        margin-left: 30px; } }

@media (min-width: 1600px) {
  .page-type-giftcertificates #gift-certificate-form .form-row,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-row,
  .page-type-giftcertificates_balance #gift-certificate-form .form-row {
    margin-left: -35px;
    margin-right: -35px; }
    .page-type-giftcertificates #gift-certificate-form .form-row .form-field:not(.form-field-group),
    .page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-field:not(.form-field-group),
    .page-type-giftcertificates_balance #gift-certificate-form .form-row .form-field:not(.form-field-group) {
      padding-left: 35px;
      padding-right: 35px; }
    .page-type-giftcertificates #gift-certificate-form .form-row .form-column,
    .page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-column,
    .page-type-giftcertificates_balance #gift-certificate-form .form-row .form-column {
      padding-left: 35px;
      padding-right: 35px; }
  .page-type-giftcertificates #gift-certificate-form .form-actions,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-actions,
  .page-type-giftcertificates_balance #gift-certificate-form .form-actions {
    padding-top: 10px;
    margin-top: 5px; }
    .page-type-giftcertificates #gift-certificate-form .form-actions .button + .button,
    .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button + .button,
    .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button + .button {
      width: calc(50% - 255px); } }

.page-type-createaccount .page-heading {
  margin-bottom: 35px; }

.page-type-createaccount .account-body {
  margin: 0; }

.page-type-createaccount [data-create-account-form] .form-field {
  margin: 0 0 23px 0; }

.page-type-createaccount [data-create-account-form] .form-input {
  max-width: 100%; }

.page-type-createaccount [data-create-account-form] .form-row .form-label small {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  color: #b4b4b4; }

@media (min-width: 1200px) {
  .page-type-createaccount [data-create-account-form] .form-row {
    margin-left: -15px;
    margin-right: -15px; }
    .page-type-createaccount [data-create-account-form] .form-row .form-field {
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 1600px) {
  .page-type-createaccount [data-create-account-form] .form-row {
    margin-left: -35px;
    margin-right: -35px; }
    .page-type-createaccount [data-create-account-form] .form-row .form-field {
      padding-left: 35px;
      padding-right: 35px; } }

.page-type-forgotpassword .page-heading,
.page-type-getnewpassword .page-heading {
  margin-bottom: 35px; }

.page-type-forgotpassword .forgot-password-form .form-prefixPostfix .button,
.page-type-getnewpassword .forgot-password-form .form-prefixPostfix .button {
  height: auto;
  width: 100%;
  margin: 15px 0 0 0; }
  @media (min-width: 551px) {
    .page-type-forgotpassword .forgot-password-form .form-prefixPostfix .button,
    .page-type-getnewpassword .forgot-password-form .form-prefixPostfix .button {
      width: auto;
      min-width: 205px;
      margin: 0 0 0 10px; } }

@media (min-width: 1025px) {
  .page-type-forgotpassword .account--fixedSmall,
  .page-type-getnewpassword .account--fixedSmall {
    margin: 0;
    width: 100%; } }

.page-type-forgotpassword .account .form-input,
.page-type-getnewpassword .account .form-input {
  max-width: 530px; }

.page-type-forgotpassword .account .new-password-form,
.page-type-getnewpassword .account .new-password-form {
  max-width: 530px; }
  .page-type-forgotpassword .account .new-password-form .button,
  .page-type-getnewpassword .account .new-password-form .button {
    min-width: 205px; }

.page-type-forgotpassword .form-field,
.page-type-getnewpassword .form-field {
  margin: 0 0 23px 0; }

.page-type-forgotpassword .form-row .form-label small,
.page-type-getnewpassword .form-row .form-label small {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  color: #b4b4b4; }

.page-type-account_orderstatus .account.account--fixed,
.page-type-account_inbox .account.account--fixed,
.page-type-account_addressbook .account.account--fixed,
.page-type-wishlists .account.account--fixed,
.page-type-account_recentitems .account.account--fixed,
.page-type-editaccount .account.account--fixed,
.page-type-shippingaddressform .account.account--fixed,
.page-type-add-wishlist .account.account--fixed {
  padding-left: 0;
  padding-right: 0; }
  .page-type-account_orderstatus .account.account--fixed .account-head,
  .page-type-account_inbox .account.account--fixed .account-head,
  .page-type-account_addressbook .account.account--fixed .account-head,
  .page-type-wishlists .account.account--fixed .account-head,
  .page-type-account_recentitems .account.account--fixed .account-head,
  .page-type-editaccount .account.account--fixed .account-head,
  .page-type-shippingaddressform .account.account--fixed .account-head,
  .page-type-add-wishlist .account.account--fixed .account-head {
    display: none; }

.page-type-account_orderstatus .account.account--fixedLarge,
.page-type-account_inbox .account.account--fixedLarge,
.page-type-account_addressbook .account.account--fixedLarge,
.page-type-wishlists .account.account--fixedLarge,
.page-type-account_recentitems .account.account--fixedLarge,
.page-type-editaccount .account.account--fixedLarge,
.page-type-shippingaddressform .account.account--fixedLarge,
.page-type-add-wishlist .account.account--fixedLarge {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  .page-type-account_orderstatus .account.account--fixedLarge .account-body,
  .page-type-account_inbox .account.account--fixedLarge .account-body,
  .page-type-account_addressbook .account.account--fixedLarge .account-body,
  .page-type-wishlists .account.account--fixedLarge .account-body,
  .page-type-account_recentitems .account.account--fixedLarge .account-body,
  .page-type-editaccount .account.account--fixedLarge .account-body,
  .page-type-shippingaddressform .account.account--fixedLarge .account-body,
  .page-type-add-wishlist .account.account--fixedLarge .account-body {
    margin: 0; }

.page-type-account_orderstatus .account-content .account-heading,
.page-type-account_inbox .account-content .account-heading,
.page-type-account_addressbook .account-content .account-heading,
.page-type-wishlists .account-content .account-heading,
.page-type-account_recentitems .account-content .account-heading,
.page-type-editaccount .account-content .account-heading,
.page-type-shippingaddressform .account-content .account-heading,
.page-type-add-wishlist .account-content .account-heading {
  display: none; }

.page-type-account_orderstatus .account-content h2,
.page-type-account_inbox .account-content h2,
.page-type-account_addressbook .account-content h2,
.page-type-wishlists .account-content h2,
.page-type-account_recentitems .account-content h2,
.page-type-editaccount .account-content h2,
.page-type-shippingaddressform .account-content h2,
.page-type-add-wishlist .account-content h2 {
  color: #323232;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px; }

.page-type-account_orderstatus .addressList,
.page-type-account_inbox .addressList,
.page-type-account_addressbook .addressList,
.page-type-wishlists .addressList,
.page-type-account_recentitems .addressList,
.page-type-editaccount .addressList,
.page-type-shippingaddressform .addressList,
.page-type-add-wishlist .addressList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch; }
  .page-type-account_orderstatus .addressList .address,
  .page-type-account_inbox .addressList .address,
  .page-type-account_addressbook .addressList .address,
  .page-type-wishlists .addressList .address,
  .page-type-account_recentitems .addressList .address,
  .page-type-editaccount .addressList .address,
  .page-type-shippingaddressform .addressList .address,
  .page-type-add-wishlist .addressList .address {
    height: 100%; }
  .page-type-account_orderstatus .addressList .panel--address:not(.panel--newAddress) .panel-body,
  .page-type-account_inbox .addressList .panel--address:not(.panel--newAddress) .panel-body,
  .page-type-account_addressbook .addressList .panel--address:not(.panel--newAddress) .panel-body,
  .page-type-wishlists .addressList .panel--address:not(.panel--newAddress) .panel-body,
  .page-type-account_recentitems .addressList .panel--address:not(.panel--newAddress) .panel-body,
  .page-type-editaccount .addressList .panel--address:not(.panel--newAddress) .panel-body,
  .page-type-shippingaddressform .addressList .panel--address:not(.panel--newAddress) .panel-body,
  .page-type-add-wishlist .addressList .panel--address:not(.panel--newAddress) .panel-body {
    background: #f5f5f5; }
  .page-type-account_orderstatus .addressList .panel--address .panel-body,
  .page-type-account_inbox .addressList .panel--address .panel-body,
  .page-type-account_addressbook .addressList .panel--address .panel-body,
  .page-type-wishlists .addressList .panel--address .panel-body,
  .page-type-account_recentitems .addressList .panel--address .panel-body,
  .page-type-editaccount .addressList .panel--address .panel-body,
  .page-type-shippingaddressform .addressList .panel--address .panel-body,
  .page-type-add-wishlist .addressList .panel--address .panel-body {
    padding: 20px;
    margin-bottom: 20px;
    min-height: 303px;
    border-radius: 10px; }
    .page-type-account_orderstatus .addressList .panel--address .panel-body .address-addNew .address-title,
    .page-type-account_inbox .addressList .panel--address .panel-body .address-addNew .address-title,
    .page-type-account_addressbook .addressList .panel--address .panel-body .address-addNew .address-title,
    .page-type-wishlists .addressList .panel--address .panel-body .address-addNew .address-title,
    .page-type-account_recentitems .addressList .panel--address .panel-body .address-addNew .address-title,
    .page-type-editaccount .addressList .panel--address .panel-body .address-addNew .address-title,
    .page-type-shippingaddressform .addressList .panel--address .panel-body .address-addNew .address-title,
    .page-type-add-wishlist .addressList .panel--address .panel-body .address-addNew .address-title {
      margin-top: 5px;
      margin-bottom: 0; }
    .page-type-account_orderstatus .addressList .panel--address .panel-body .address-title,
    .page-type-account_inbox .addressList .panel--address .panel-body .address-title,
    .page-type-account_addressbook .addressList .panel--address .panel-body .address-title,
    .page-type-wishlists .addressList .panel--address .panel-body .address-title,
    .page-type-account_recentitems .addressList .panel--address .panel-body .address-title,
    .page-type-editaccount .addressList .panel--address .panel-body .address-title,
    .page-type-shippingaddressform .addressList .panel--address .panel-body .address-title,
    .page-type-add-wishlist .addressList .panel--address .panel-body .address-title {
      font-weight: 600;
      margin-bottom: 15px; }
    .page-type-account_orderstatus .addressList .panel--address .panel-body .address-details--postal,
    .page-type-account_inbox .addressList .panel--address .panel-body .address-details--postal,
    .page-type-account_addressbook .addressList .panel--address .panel-body .address-details--postal,
    .page-type-wishlists .addressList .panel--address .panel-body .address-details--postal,
    .page-type-account_recentitems .addressList .panel--address .panel-body .address-details--postal,
    .page-type-editaccount .addressList .panel--address .panel-body .address-details--postal,
    .page-type-shippingaddressform .addressList .panel--address .panel-body .address-details--postal,
    .page-type-add-wishlist .addressList .panel--address .panel-body .address-details--postal {
      font-style: italic; }
    .page-type-account_orderstatus .addressList .panel--address .panel-body .address-details,
    .page-type-account_inbox .addressList .panel--address .panel-body .address-details,
    .page-type-account_addressbook .addressList .panel--address .panel-body .address-details,
    .page-type-wishlists .addressList .panel--address .panel-body .address-details,
    .page-type-account_recentitems .addressList .panel--address .panel-body .address-details,
    .page-type-editaccount .addressList .panel--address .panel-body .address-details,
    .page-type-shippingaddressform .addressList .panel--address .panel-body .address-details,
    .page-type-add-wishlist .addressList .panel--address .panel-body .address-details {
      line-height: 1.7;
      margin-bottom: 15px; }
    .page-type-account_orderstatus .addressList .panel--address .panel-body .form-actions,
    .page-type-account_inbox .addressList .panel--address .panel-body .form-actions,
    .page-type-account_addressbook .addressList .panel--address .panel-body .form-actions,
    .page-type-wishlists .addressList .panel--address .panel-body .form-actions,
    .page-type-account_recentitems .addressList .panel--address .panel-body .form-actions,
    .page-type-editaccount .addressList .panel--address .panel-body .form-actions,
    .page-type-shippingaddressform .addressList .panel--address .panel-body .form-actions,
    .page-type-add-wishlist .addressList .panel--address .panel-body .form-actions {
      position: static;
      margin-top: 15px;
      font-size: 0; }
      .page-type-account_orderstatus .addressList .panel--address .panel-body .form-actions .button,
      .page-type-account_inbox .addressList .panel--address .panel-body .form-actions .button,
      .page-type-account_addressbook .addressList .panel--address .panel-body .form-actions .button,
      .page-type-wishlists .addressList .panel--address .panel-body .form-actions .button,
      .page-type-account_recentitems .addressList .panel--address .panel-body .form-actions .button,
      .page-type-editaccount .addressList .panel--address .panel-body .form-actions .button,
      .page-type-shippingaddressform .addressList .panel--address .panel-body .form-actions .button,
      .page-type-add-wishlist .addressList .panel--address .panel-body .form-actions .button {
        display: inline-block;
        width: calc(50% - 10px); }
        .page-type-account_orderstatus .addressList .panel--address .panel-body .form-actions .button:first-child,
        .page-type-account_inbox .addressList .panel--address .panel-body .form-actions .button:first-child,
        .page-type-account_addressbook .addressList .panel--address .panel-body .form-actions .button:first-child,
        .page-type-wishlists .addressList .panel--address .panel-body .form-actions .button:first-child,
        .page-type-account_recentitems .addressList .panel--address .panel-body .form-actions .button:first-child,
        .page-type-editaccount .addressList .panel--address .panel-body .form-actions .button:first-child,
        .page-type-shippingaddressform .addressList .panel--address .panel-body .form-actions .button:first-child,
        .page-type-add-wishlist .addressList .panel--address .panel-body .form-actions .button:first-child {
          margin-right: 10px; }
        .page-type-account_orderstatus .addressList .panel--address .panel-body .form-actions .button:last-child,
        .page-type-account_inbox .addressList .panel--address .panel-body .form-actions .button:last-child,
        .page-type-account_addressbook .addressList .panel--address .panel-body .form-actions .button:last-child,
        .page-type-wishlists .addressList .panel--address .panel-body .form-actions .button:last-child,
        .page-type-account_recentitems .addressList .panel--address .panel-body .form-actions .button:last-child,
        .page-type-editaccount .addressList .panel--address .panel-body .form-actions .button:last-child,
        .page-type-shippingaddressform .addressList .panel--address .panel-body .form-actions .button:last-child,
        .page-type-add-wishlist .addressList .panel--address .panel-body .form-actions .button:last-child {
          margin-left: 10px; }

.page-type-account_orderstatus .wishlists-table,
.page-type-account_inbox .wishlists-table,
.page-type-account_addressbook .wishlists-table,
.page-type-wishlists .wishlists-table,
.page-type-account_recentitems .wishlists-table,
.page-type-editaccount .wishlists-table,
.page-type-shippingaddressform .wishlists-table,
.page-type-add-wishlist .wishlists-table {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }

.page-type-account_orderstatus .pagination,
.page-type-account_inbox .pagination,
.page-type-account_addressbook .pagination,
.page-type-wishlists .pagination,
.page-type-account_recentitems .pagination,
.page-type-editaccount .pagination,
.page-type-shippingaddressform .pagination,
.page-type-add-wishlist .pagination {
  margin-top: 30px; }
  .page-type-account_orderstatus .pagination .pagination-list,
  .page-type-account_inbox .pagination .pagination-list,
  .page-type-account_addressbook .pagination .pagination-list,
  .page-type-wishlists .pagination .pagination-list,
  .page-type-account_recentitems .pagination .pagination-list,
  .page-type-editaccount .pagination .pagination-list,
  .page-type-shippingaddressform .pagination .pagination-list,
  .page-type-add-wishlist .pagination .pagination-list {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    text-align: left;
    float: none;
    display: block; }
    .page-type-account_orderstatus .pagination .pagination-list .pagination-item,
    .page-type-account_inbox .pagination .pagination-list .pagination-item,
    .page-type-account_addressbook .pagination .pagination-list .pagination-item,
    .page-type-wishlists .pagination .pagination-list .pagination-item,
    .page-type-account_recentitems .pagination .pagination-list .pagination-item,
    .page-type-editaccount .pagination .pagination-list .pagination-item,
    .page-type-shippingaddressform .pagination .pagination-list .pagination-item,
    .page-type-add-wishlist .pagination .pagination-list .pagination-item {
      font-size: 16px; }

.page-type-account_orderstatus .navBar--account {
  margin-bottom: 0; }

.page-type-account_new_return .account-heading {
  padding-bottom: 10px;
  line-height: 1.2; }

.page-type-account_inbox [data-inbox-form] .form-input {
  max-width: 100%; }

.page-type-account_inbox .account-list {
  margin-bottom: 0; }
  .page-type-account_inbox .account-list + h2 {
    line-height: 1.2; }

.page-type-account_inbox .account-orderStatus {
  font-size: 16px;
  color: #757575;
  text-align: left;
  float: none;
  position: inherit; }

.page-type-account_inbox .account-listItem {
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0 15px 0;
  position: relative; }
  .page-type-account_inbox .account-listItem:first-child {
    padding-top: 0; }
  .page-type-account_inbox .account-listItem:last-child {
    margin-bottom: 42px; }
  .page-type-account_inbox .account-listItem img {
    width: 100%; }
  .page-type-account_inbox .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

@media (min-width: 551px) {
  .page-type-account_order .account-sidebar-block .order-details-info .account-reorder-form {
    margin-bottom: 10px;
    margin-right: 10px; } }

.page-type-account_order .definitionList-value {
  margin-bottom: 5px; }

.page-type-account_order .account .button {
  min-width: 150px; }

.page-type-account_order .account-heading {
  padding-bottom: 10px;
  line-height: 1.2; }

.page-type-shippingaddressform .account-body {
  margin: 0; }

.page-type-shippingaddressform [data-address-form] .form-field {
  margin: 0 0 23px 0; }

.page-type-shippingaddressform [data-address-form] .form-input {
  max-width: 100%; }

.page-type-shippingaddressform [data-address-form] .form-row .form-label small {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  color: #b4b4b4; }

@media (min-width: 1200px) {
  .page-type-shippingaddressform [data-address-form] .form-row {
    margin-left: -15px;
    margin-right: -15px; }
    .page-type-shippingaddressform [data-address-form] .form-row .form-field {
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 1600px) {
  .page-type-shippingaddressform [data-address-form] .form-row {
    margin-left: -35px;
    margin-right: -35px; }
    .page-type-shippingaddressform [data-address-form] .form-row .form-field {
      padding-left: 35px;
      padding-right: 35px; } }

.page-type-account_paymentmethods .account-body {
  margin: 0; }

.page-type-account_addpaymentmethod .button {
  min-width: 230px; }

.page-type-wishlists .table-actions .button {
  min-width: 100px; }

.page-type-wishlists .form-actions .button {
  min-width: 205px; }

.page-type-wishlist .form-actions .button {
  min-width: 205px; }

.page-type-wishlist .account .navBar--account {
  margin-bottom: 54px; }

.page-type-wishlist .account .form {
  text-align: center;
  margin: 20px 0; }
  .page-type-wishlist .account .form .button {
    width: 100%;
    min-width: 0; }

.page-type-wishlist .account .card {
  margin-bottom: 5px; }
  .page-type-wishlist .account .card .card_optionImage .form-field {
    margin-bottom: 14px; }
  .page-type-wishlist .account .card .button {
    min-width: 0; }

.page-type-wishlist .account .productGrid li {
  margin-bottom: 25px; }
  @media (min-width: 1025px) {
    .page-type-wishlist .account .productGrid li {
      margin-bottom: 45px; } }

.page-type-wishlist .share-wishlist .panel-body {
  background: #f5f5f5;
  border-radius: 10px; }
  .page-type-wishlist .share-wishlist .panel-body .form-input {
    background-color: #ffffff; }

.page-type-account_recentitems .card {
  margin-bottom: 5px; }
  .page-type-account_recentitems .card .card_optionImage .form-field {
    margin-bottom: 14px; }
  .page-type-account_recentitems .card .button {
    min-width: 0; }

.page-type-account_recentitems .productListing li {
  margin-bottom: 25px; }
  @media (min-width: 1025px) {
    .page-type-account_recentitems .productListing li {
      margin-bottom: 45px; } }

.page-type-editaccount [data-edit-account-form] .form-field {
  margin: 0 0 23px 0; }

.page-type-editaccount [data-edit-account-form] .form-input {
  max-width: 100%; }

.page-type-editaccount [data-edit-account-form] .form-row .form-label small {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  color: #b4b4b4; }

@media (min-width: 1600px) {
  .page-type-editaccount [data-edit-account-form] .form-row {
    margin-left: -35px;
    margin-right: -35px; }
    .page-type-editaccount [data-edit-account-form] .form-row .form-field {
      padding-left: 35px;
      padding-right: 35px; } }

.page-type-editaccount .form-actions .button {
  min-width: 205px; }

.account .form-input,
.account .form-select {
  max-width: 100%; }

.account .form-actions {
  max-width: 100%;
  text-align: left; }

.gift-certificate-form .form-label {
  font-size: 16px; }

body [data-content-region] p {
  line-height: 1.2; }

/* Header */
@media screen and (min-width: 551px) {
  .slideshow-wrapper .slideshow-inner.has-leftCategories.has-rightBanners {
    width: calc(80% - 10px); } }

@media screen and (min-width: 1440px) {
  .slideshow-wrapper .slideshow-inner.has-leftCategories.has-rightBanners {
    width: calc(47.3% + 15.1%); } }

@media screen and (min-width: 551px) {
  .slideshow-wrapper .slideshow-right-banner {
    width: 20%; }
    .slideshow-wrapper .slideshow-right-banner .banner-list .banner-item {
      width: 100%; }
      .slideshow-wrapper .slideshow-right-banner .banner-list .banner-item:nth-child(2) {
        margin-top: 10px; } }

@media screen and (min-width: 1440px) {
  .slideshow-wrapper .slideshow-right-banner {
    width: calc(17.3% - 10px); }
    .slideshow-wrapper .slideshow-right-banner .banner-list .banner-item {
      width: 100%; } }

@media screen and (min-width: 1025px) {
  .header-layout-2 .header-top .header-top-left {
    width: fit-content; } }

.header-layout-2 .header-top .header-top-left .navUser-item.navUser-item--phone {
  display: none; }

.header-layout-2 .header-top .header-top-middle {
  flex-grow: 1; }
  .header-layout-2 .header-top .header-top-middle .dropdown--quickSearch {
    max-width: 100%; }
    .header-layout-2 .header-top .header-top-middle .dropdown--quickSearch .form-field .form-input {
      max-width: 100%; }

@media screen and (min-width: 1025px) {
  .header-layout-2 .header-top .header-top-right {
    width: fit-content; } }

.header-layout-2 .header-top .header-top-right .navUser-section .navUser-item.navUser-item--giftCard {
  display: none; }

.header-layout-2 .header-top .header-top-right .navUser-section .navUser-item.navUser-item--cart > .navUser-action {
  padding-bottom: 0; }
  .header-layout-2 .header-top .header-top-right .navUser-section .navUser-item.navUser-item--cart > .navUser-action .countPill {
    right: -15px;
    top: -15px; }
  .header-layout-2 .header-top .header-top-right .navUser-section .navUser-item.navUser-item--cart > .navUser-action > .icon {
    width: 25px;
    height: 25px; }
  .header-layout-2 .header-top .header-top-right .navUser-section .navUser-item.navUser-item--cart > .navUser-action .navUser-item-cartLabel {
    display: block; }

/* Search on Header Sticky */
@media screen and (min-width: 1200px) {
  #quickSearch.dropdown--quickSearchSticky {
    display: block;
    top: 1px;
    left: 45%;
    max-width: 550px; }
    #quickSearch.dropdown--quickSearchSticky .form-field {
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; } }

@media screen and (min-width: 1400px) {
  #quickSearch.dropdown--quickSearchSticky {
    left: 35%;
    max-width: 638px; } }

/* Card */
.card .card-figure {
  overflow: visible; }
  .card .card-figure .card-figcaption {
    opacity: 1;
    transform: none;
    top: 8px;
    right: 0;
    left: unset; }
    .card .card-figure .card-figcaption .card-figcaption-body {
      transform: none; }
      .card .card-figure .card-figcaption .card-figcaption-body .wishlist {
        padding: 6px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background: white; }
        @media (min-width: 551px) {
          .card .card-figure .card-figcaption .card-figcaption-body .wishlist {
            width: 36px;
            height: 36px;
            margin-top: 7px; } }
        @media (min-width: 1025px) {
          .card .card-figure .card-figcaption .card-figcaption-body .wishlist {
            width: 40px;
            height: 40px; } }
        @media (max-width: 1024px) {
          .card .card-figure .card-figcaption .card-figcaption-body .wishlist.show-mobile {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap; } }
        .card .card-figure .card-figcaption .card-figcaption-body .wishlist svg {
          width: 18px;
          height: 15px;
          fill: #202020; }
          @media (min-width: 361px) {
            .card .card-figure .card-figcaption .card-figcaption-body .wishlist svg {
              width: 20px;
              height: 17px; } }
          @media (min-width: 551px) {
            .card .card-figure .card-figcaption .card-figcaption-body .wishlist svg {
              width: 22px;
              height: 20px; } }
        @media (min-width: 551px) {
          .card .card-figure .card-figcaption .card-figcaption-body .wishlist:hover {
            background: #fd6506; } }
        .card .card-figure .card-figcaption .card-figcaption-body .wishlist:hover svg {
          fill: #fd6506; }
          @media (min-width: 551px) {
            .card .card-figure .card-figcaption .card-figcaption-body .wishlist:hover svg {
              fill: white; } }
        .card .card-figure .card-figcaption .card-figcaption-body .wishlist.show-mobile {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.card .card-body .custom-brand-sku-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 44px;
  text-transform: uppercase; }
  @media screen and (max-width: 767.98px) {
    .card .card-body .custom-brand-sku-wrapper {
      min-height: 66px; } }
  .card .card-body .custom-brand-sku-wrapper .card-brand {
    position: relative;
    margin-bottom: 0;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid darkgray;
    font-size: 12px; }
  .card .card-body .custom-brand-sku-wrapper .card-sku {
    font-size: 12px;
    color: #828282;
    margin-bottom: 0; }
    .card .card-body .custom-brand-sku-wrapper .card-sku a {
      color: #828282; }

.card .card-body .card-title {
  margin-bottom: 0; }
  .card .card-body .card-title > a.clamp {
    min-height: 86px;
    -webkit-line-clamp: 4 !important; }

.card .card-body .card-figcaption-bottom .card-figcaption-body {
  max-width: 100%; }
  .card .card-body .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
    width: 100%;
    max-width: 100%; }

@media screen and (max-width: 1023.98px) {
  .custom-hide-on-mobile {
    display: none; } }

@media screen and (min-width: 1024px) {
  .custom-show-on-mobile {
    display: none; } }

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

/* Product View */
.breadcrumbs .breadcrumb .breadcrumb-label {
  color: #ff7000; }

.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
  color: #323232; }

.productView .productView-images {
  /* Remove Zoom Effect */
  /* Custom Start */ }
  @media (min-width: 768px) {
    .productView .productView-images .easyzoom-flyout {
      display: none !important; }
    .productView .productView-images .click-to-zoom {
      display: none !important; } }

@media screen and (min-width: 1280px) {
  #video-gallery-pc-popup {
    width: 100%; } }

/* Custom Link Tab */
.product-link-tab {
  display: flex;
  align-items: center; }
  .product-link-tab a {
    display: flex;
    align-items: center;
    text-decoration: underline; }
  .product-link-tab img {
    margin-right: 10px; }

/* Description for each variants */
#tab-description .tabContent > div {
  display: none; }
  #tab-description .tabContent > div.visible {
    display: block; }

/* Update 24042023 */
@media (min-width: 1025px) {
  .navPage-subMenu-item-child .navPage-subMenu-action,
  .navPage-subMenu-item-parent .navPage-subMenu-action {
    color: #323232; }
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      color: #ff7000; } }

.footer-info-list a {
  color: #828282; }
  .footer-info-list a:hover {
    color: #ff7000;
    background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.7) 4%); }

@media screen and (min-width: 1201px) {
  .custom-hide-seach-on-desktop {
    display: none !important; } }

@media screen and (max-width: 767.98px) {
  .halo-mobile-menu {
    left: -110%; } }

@media screen and (max-width: 767.98px) {
  .before-you-leave {
    right: -105%; } }

/* Header Sticky */
.has-stickyHeader .header .header-bottom.sticky-down > .container {
  max-width: 1400px; }

@media screen and (min-width: 1201px) {
  .quickSearch-wrap.is-open {
    margin-top: 2px; } }

.card .card-body > .wishlist.show-mobile {
  display: none; }

@media screen and (max-width: 1024px) {
  .card .card-option.card-optionMobile {
    display: none; } }

.card .card-figure .card-figcaption {
  top: 0; }

@media (min-width: 1025px) {
  .page-type-default.homepage-layout-2 .product-block .slick-slider .slick-arrow {
    top: 50%;
    transform: translateY(-40px); } }

/* Turn of Card Hover */
@media (min-width: 1025px) {
  .card:hover .card-img-hover > .card-image {
    opacity: 1;
    visibility: visible; }
  .card:hover .card-img-hover .product-additional {
    opacity: 0;
    visibility: hidden; } }

/* Fix Category Page */
@media (min-width: 1025px) {
  .page-sidebar.sidebar-show + #product-listing-container,
  .page-sidebar.sidebar-show + .page-content {
    padding-left: 0; } }

@media (min-width: 1025px) {
  .page-listing-header.has-banner .page-listing-header--banner + .page-listing-header--content {
    padding: 0; }
    .page-listing-header.has-banner .page-listing-header--banner + .page-listing-header--content .page-heading {
      color: #ff7000; }
  .custom-category-description-wrapper {
    color: #323232;
    text-align: center;
    margin-top: 20px; } }

/* Update 08052023 */
.before-you-leave .before-you-leave-banner .content .heading1 span {
  background-image: linear-gradient(transparent 90%, #ff7000 10%); }

.productView-description .tab.is-active .tab-title {
  border-bottom-color: #ff7000; }

.navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:hover {
  background-color: transparent; }
  .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:hover .navPage-subMenu-action {
    color: #000000; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:hover .navPage-subMenu-action:hover {
      color: #ff7000; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:hover .navPage-subMenu-action .text {
      background-image: linear-gradient(transparent 96%, #ffffff 96%); }

.has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-container.has-logo-fixed .navPages-list-megamenu-2 .has-megamenu > .navPage-subMenu {
  max-width: 1200px; }

.has-stickyHeader .header .header-bottom.sticky-down {
  padding-top: 8px;
  padding-bottom: 8px; }

#quickSearch.dropdown--quickSearchSticky {
  top: 9px; }

.footer-info-col[data-section-type="storeInfo"] a:hover {
  color: #ff7000;
  background-image: linear-gradient(transparent 96%, #ff7000 4%); }

.footer-info-list .view_all a {
  color: #323232;
  background-image: linear-gradient(transparent 96%, rgba(50, 50, 50, 0.7) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px; }

.footer-info-list .view_all a:hover {
  color: #ff7000;
  background-image: linear-gradient(transparent 96%, rgba(255, 112, 0, 0.7) 4%); }

/* Update 10052023 */
.left-categories .navPages-list .navPages-item .navPages-action.level-2 {
  min-height: 72px; }

@media screen and (min-width: 1024px) {
  .productCarousel .slick-arrow.slick-prev,
  .productGrid .slick-arrow.slick-prev {
    left: -25px; }
  .productCarousel .slick-arrow.slick-next,
  .productGrid .slick-arrow.slick-next {
    right: -25px; } }

@media screen and (max-width: 767.98px) {
  #categoryProductRecommended .productsByCategoryId .productGrid .product {
    width: 100%; } }

/* Update 11052023 */
.card .card-body .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
  max-width: calc(100% - 55px); }

@media screen and (min-width: 1024px) {
  .halo-category-toolbar.custom-top-filter {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap; }
    .halo-category-toolbar.custom-top-filter .column-left {
      max-width: 65%;
      width: fit-content; }
      .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter {
        margin-top: 32px; }
        .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter #faceted-search-container {
          margin-bottom: 0; } }
        @media screen and (min-width: 1024px) and (min-width: 1024px) {
          .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter #faceted-search-container {
            width: 100%; } }

@media screen and (min-width: 1024px) {
        .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch {
          display: flex;
          align-items: center;
          width: fit-content; }
          .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch .facetedSearch-refineFilters {
            margin-right: 20px; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch .facetedSearch-refineFilters .sidebarBlock-heading {
              text-transform: capitalize;
              white-space: nowrap;
              font-weight: 500; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch .facetedSearch-refineFilters p {
              display: none; }
        .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList {
          display: flex;
          align-items: center;
          flex-wrap: wrap; }
          .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block {
            position: relative;
            min-width: 210px;
            height: 50px;
            line-height: 48px;
            padding: 0 15px;
            font-size: 12px;
            display: inline-block;
            vertical-align: top;
            margin-top: 0;
            margin-right: 10px;
            position: relative;
            border: 1px solid #bebebe;
            margin-bottom: 10px;
            border-radius: 4px;
            /* For Price Filter */ }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-title {
              font-size: 16px;
              color: #424242;
              text-transform: capitalize;
              font-weight: 400; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-content {
              padding: 0 0 0 15px;
              left: -1px;
              top: 100%;
              z-index: 15;
              width: 100%;
              min-width: 210px;
              position: absolute;
              display: block;
              opacity: 0;
              visibility: hidden;
              background-color: #fff;
              border: 1px solid #bebebe;
              transition: all 0.3s ease; }
              .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList {
                overflow-x: hidden;
                max-height: 280px;
                overflow-y: auto; }
                .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList::-webkit-scrollbar {
                  width: 4px; }
                .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList::-webkit-scrollbar-track {
                  background: #f5f5f5; }
                .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList::-webkit-scrollbar-thumb {
                  background: #a6a6a6; }
                .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList::-webkit-scrollbar-thumb:hover {
                  background: #787878; }
              .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .toggleLink {
                display: none; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block:hover .accordion-content {
              display: block;
              opacity: 1;
              visibility: visible; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block:hover button span:not(.accordion-title)::after {
              transform: translateY(-50%) rotate(180deg) !important; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder button {
              margin-bottom: 0 !important; }
              .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder button span:not(.accordion-title) {
                position: relative; }
                .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder button span:not(.accordion-title)::after {
                  content: '';
                  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-3x'%3E%3Cpath fill='%23000000' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3E%3C/path%3E%3C/svg%3E");
                  background-repeat: no-repeat;
                  position: absolute;
                  top: 50%;
                  transform: translateY(-50%) rotate(0);
                  width: 15px;
                  height: 15px;
                  right: 0;
                  transition: transform linear 0.2s; }
                .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder button span:not(.accordion-title) .icon {
                  opacity: 0; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .facetedSearch-clearLink {
              display: none; }
            .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price {
              padding-left: 0; }
              .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price #facet-range-form .form-minMaxRow {
                margin: 0;
                padding-top: 8px; }
                .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price #facet-range-form .form-minMaxRow .form-field {
                  width: 50%; }
                  .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price #facet-range-form .form-minMaxRow .form-field .form-input {
                    border-radius: 4px; }
                  .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price #facet-range-form .form-minMaxRow .form-field .button {
                    border-radius: 4px;
                    width: 100%;
                    margin-top: 12px; }
                  .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price #facet-range-form .form-minMaxRow .form-field:has(.button) {
                    width: 100%; }
              .halo-category-toolbar.custom-top-filter .column-left .custom-new-filter .sidebar__inner--custom #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price #facet-range-form .form-inlineMessage {
                padding-top: 6px;
                padding-bottom: 12px;
                text-align: center; }
    .halo-category-toolbar.custom-top-filter .column-right {
      width: 35%;
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      z-index: 99; } }
    @media screen and (min-width: 1024px) and (min-width: 1024px) {
      .halo-category-toolbar.custom-top-filter .column-right {
        margin-bottom: 15px; } }

@media screen and (min-width: 1024px) {
      .halo-category-toolbar.custom-top-filter .column-right .actionBar.show-product {
        display: none; }
      .halo-category-toolbar.custom-top-filter .column-right .actionBar[data-sort-by='product'] {
        margin-left: 0; }
        .halo-category-toolbar.custom-top-filter .column-right .actionBar[data-sort-by='product'] .form-fieldset {
          width: fit-content; }
          .halo-category-toolbar.custom-top-filter .column-right .actionBar[data-sort-by='product'] .form-fieldset .form-field {
            border: 0;
            margin-bottom: 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center; }
            .halo-category-toolbar.custom-top-filter .column-right .actionBar[data-sort-by='product'] .form-fieldset .form-field .form-label {
              vertical-align: middle;
              font-size: 16px;
              font-weight: 500;
              color: #000;
              line-height: 25px;
              letter-spacing: 0;
              text-transform: capitalize;
              margin-right: 11px;
              margin-bottom: 0;
              padding: 0;
              line-height: 1;
              width: 100%;
              display: inline-block;
              min-width: 60px; }
            .halo-category-toolbar.custom-top-filter .column-right .actionBar[data-sort-by='product'] .form-fieldset .form-field .form-select {
              border: 1px solid #cbcbcb;
              border-radius: 4px !important;
              padding-left: 15px;
              color: #000;
              border-radius: 0;
              padding: 8px 15px 9px 15px;
              height: 50px;
              font-size: 16px;
              letter-spacing: 0;
              background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-3x'%3E%3Cpath fill='%23000000' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3E%3C/path%3E%3C/svg%3E");
              background-size: 13px;
              background-position: right 13px top 15px; } }
            @media screen and (min-width: 1024px) and (min-width: 1800px) {
              .halo-category-toolbar.custom-top-filter .column-right .actionBar[data-sort-by='product'] .form-fieldset .form-field .form-select {
                min-width: 210px; } }
            @media screen and (min-width: 1024px) and (min-width: 1600px) {
              .halo-category-toolbar.custom-top-filter .column-right .actionBar[data-sort-by='product'] .form-fieldset .form-field .form-select {
                min-width: 180px; } }

@media screen and (min-width: 1024px) {
      .halo-category-toolbar.custom-top-filter .column-right .view-as-btn {
        display: flex;
        margin-left: 25px; }
        .halo-category-toolbar.custom-top-filter .column-right .view-as-btn .btn-group {
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          overflow: hidden; }
          .halo-category-toolbar.custom-top-filter .column-right .view-as-btn .btn-group .btn-view {
            display: inline-block;
            background: #fff;
            font-size: 0;
            text-align: center;
            padding: 12px 5px;
            min-width: 50px;
            height: 50px;
            border: 1px solid #bebebe; }
            .halo-category-toolbar.custom-top-filter .column-right .view-as-btn .btn-group .btn-view.grid-view {
              border-right: none;
              border-top-left-radius: 4px;
              border-bottom-left-radius: 4px; }
            .halo-category-toolbar.custom-top-filter .column-right .view-as-btn .btn-group .btn-view.list-view {
              margin-left: 0 !important;
              border-top-right-radius: 4px;
              border-bottom-right-radius: 4px; }
              .halo-category-toolbar.custom-top-filter .column-right .view-as-btn .btn-group .btn-view.list-view .icon {
                width: 36px;
                height: 36px;
                transform: translateY(-4px); }
            .halo-category-toolbar.custom-top-filter .column-right .view-as-btn .btn-group .btn-view .icon {
              width: 24px;
              height: 24px; } }

.productListing .product {
  margin-top: 10px;
  margin-bottom: 10px; }

/* CSS for review App */
div.stamped-container[data-widget-style],
div[data-widget-style] div.stamped-container {
  max-width: 1440px !important; }

.home-product-block-1 #homeProductBlock1 .productsByBlock .slick-arrow.slick-prev,
.home-product-block-1 #homeProductBlock3 .productsByBlock .slick-arrow.slick-prev {
  left: 15px; }

.home-product-block-1 #homeProductBlock1 .productsByBlock .slick-arrow.slick-next,
.home-product-block-1 #homeProductBlock3 .productsByBlock .slick-arrow.slick-next {
  right: 15px; }

@media screen and (max-width: 1023.98px) {
  .card .card-body .card-figcaption-bottom .card-figcaption-body {
    align-items: center; } }

@media screen and (max-width: 550px) {
  .card .card-body .card-figcaption-bottom .card-figcaption-body .wishlist {
    width: 40px;
    height: 40px; } }

.cart-totals .cart-actions .button--checkout {
  background-color: #ff7000; }

.cart-totals .cartHelp .cartHelp-contact {
  color: #8c8c8c; }

#main-content .productView-rating-wrap .productView-rating {
  display: none; }

.heroCarousel .slick-arrow {
  background-color: transparent;
  border: none; }
  .heroCarousel .slick-arrow span {
    display: none; }

.heroCarousel .slick-next::before {
  width: 24px;
  height: 24px; }

.heroCarousel .slick-prev::before {
  width: 24px;
  height: 24px; }

.heroCarousel .slick-dots .slick-active button {
  background-color: gray; }
  .heroCarousel .slick-dots .slick-active button span {
    display: none; }

.heroCarousel .slick-dots button span {
  display: none; }

.slick-dots li.slick-active button, .slick-dots li:hover button {
  background: #424549;
  border: 1px solid #424549; }

.productCarousel-navigation {
  width: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
  margin: 0 auto; }
  .productCarousel-navigation .prev-icon {
    border: none;
    position: relative; }
    .productCarousel-navigation .prev-icon:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
      content: '';
      width: 20px;
      height: 20px;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 100%;
      display: block; }
  .productCarousel-navigation .next-icon {
    border: none;
    position: relative; }
    .productCarousel-navigation .next-icon:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
      content: '';
      width: 20px;
      height: 20px;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 100%;
      display: block; }

#main-content {
  margin-top: 20px; }
  #main-content .left-categories {
    padding: auto; }
    @media (max-width: 1900px) {
      #main-content .left-categories {
        padding: 0; } }
  @media (min-width: 551px) {
    #main-content .slideshow-right-banner {
      width: 18%; } }
  @media (min-width: 1400px) {
    #main-content .slideshow-right-banner {
      width: calc(16.3% - 10px); } }
  @media (min-width: 1900px) {
    #main-content .slideshow-right-banner {
      width: calc(17.3% - 10px); } }
  #main-content .slideshow-right-banner .banner-list {
    gap: 0; }
    @media (min-width: 550px) and (max-width: 1400px) {
      #main-content .slideshow-right-banner .banner-list {
        gap: 10px; } }
    @media (min-width: 1900px) {
      #main-content .slideshow-right-banner .banner-list {
        gap: 10px; } }
    @media (min-width: 1400px) {
      #main-content .slideshow-right-banner .banner-list .banner-item {
        margin-top: 0;
        padding: 10px; } }
    @media (min-width: 1900px) {
      #main-content .slideshow-right-banner .banner-list .banner-item {
        padding: 3px; } }

#main-content .productCarousel-navigation {
  margin: 0;
  margin-left: auto; }

.productCarousel .slick-next li button span {
  display: none; }

.productCarousel .slick-prev li button span {
  display: none; }

.productCarousel .slick-dots li button span {
  display: none; }

@media (max-width: 551px) {
  #tab-related {
    border-top: none; } }

.page-type-default.homepage-layout-2 .product-block .slick-slider .slick-arrow {
  border: none; }
  .page-type-default.homepage-layout-2 .product-block .slick-slider .slick-arrow:before {
    width: 20px;
    height: 20px;
    filter: invert(1); }

@media (min-width: 551px) {
  .sidebar-show + #product-listing-container .productGrid.col-5 .product,
  .sidebar-show + .page-content .productGrid.col-5 .product {
    width: 50%; } }

@media (max-width: 550px) {
  .sidebar-show + #product-listing-container .productGrid.col-5 .product,
  .sidebar-show + .page-content .productGrid.col-5 .product {
    width: 100%; } }

@media (min-width: 1400px) {
  .sidebar-show + #product-listing-container .productGrid.col-5 .product,
  .sidebar-show + .page-content .productGrid.col-5 .product {
    width: 20%; } }

@media (min-width: 992px) {
  .sidebar-show + #product-listing-container .productGrid.col-5 .product,
  .sidebar-show + .page-content .productGrid.col-5 .product {
    width: 25%; } }

@media (min-width: 551px) {
  .heroCarousel.slick-dotted.slick-slider .slick-dots {
    bottom: -7%; } }

@media (max-width: 480px) {
  body.page-type-default.homepage-layout-2 .heroCarousel.slick-dotted.slick-slider .slick-dots {
    top: 99%;
    left: 50%;
    transform: translate(-50%, 0); } }

.productView-img-container {
  max-width: 570px; }

#search_category {
  display: none; }

#tab-description .tabContent > div {
  display: block; }

.toggle-content {
  display: block; }

@media (max-width: 1024px) {
  .heroCarousel-slide.stretch .heroCarousel-image-wrapper {
    height: auto; }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: contain; } }

#back-to-top {
  display: none !important; }

.card-figure .card-figcaption-body .card-figcaption-button {
  display: none; }

@media (max-width: 1024px) {
  #faceted-search-container.custom-show-on-mobile nav {
    display: flex;
    flex-direction: column-reverse; } }

.page-listing-header {
  display: block; }
  .page-listing-header--content .page-heading {
    display: block !important; }

#product-listing-container .card .card-figcaption-bottom {
  position: relative; }

#product-listing-container .card .form-wishlist {
  position: absolute !important;
  top: -400%; }

.card .form-wishlist {
  position: absolute !important;
  top: 40%;
  width: 100%; }
  .card .form-wishlist #wishlist-dropdown {
    display: block !important;
    left: 0 !important;
    padding: 20px;
    max-width: 300px !important; }
    .card .form-wishlist #wishlist-dropdown > li {
      padding-bottom: 10px; }

.card a.wishlist .icon.is-hidden {
  display: none; }

.card .wishlist-loading {
  display: none; }
  .card .wishlist-loading.is-open {
    display: block; }

#categoryProduct3 .productCarousel .slick-arrow {
  top: 40px; }

#categoryProduct3 .productCarousel .slick-prev {
  left: 92%; }

@media (min-width: 1024px) {
  #categoryProduct3 .productCarousel-slide {
    margin-top: 36px; } }

.page-listing-header + [data-content-region] + .subcategories .sub-cate-img {
  background: unset; }

.page-type-wishlist:has(.wishlist-back-button) .btn-wishlist-back {
  display: flex;
  justify-content: flex-end; }

.shareLinkSocial__link-group {
  display: flex;
  gap: 20px;
  align-items: center; }
  .shareLinkSocial__link-group .shareLinkSocial__mutiple {
    cursor: pointer;
    padding-bottom: 10px; }
    .shareLinkSocial__link-group .shareLinkSocial__mutiple svg {
      width: 24px;
      height: 24px; }

.socialLinks__link.icon.icon--email {
  color: #000 !important; }

.socialLinks .socialLinks-item--email,
.socialLinks .socialLinks-item--print {
  display: none;
  margin: unset !important; }

@media (min-width: 1024px) {
  header #menu .vertical-menu.custom-dropdown .vertical-menu-dropdown {
    display: none; }
    header #menu .vertical-menu.custom-dropdown .vertical-menu-dropdown:hover {
      pointer-events: none; }
  body.has-activeNavPages:has(.custom-dropdown) {
    z-index: 9996; }
    body.has-activeNavPages:has(.custom-dropdown) header.header {
      z-index: 9995; } }

.banner-below [data-content-region='home_below_custom_block_one_image'] {
  display: none; }
  @media (min-width: 992px) {
    .banner-below [data-content-region='home_below_custom_block_one_image'] {
      display: block; } }

.banner-below [data-content-region='home_below_custom_block_one_image_tablet'] {
  display: none; }
  @media (min-width: 678px) and (max-width: 992px) {
    .banner-below [data-content-region='home_below_custom_block_one_image_tablet'] {
      display: block; } }

.banner-below [data-content-region='home_below_custom_block_one_image_mb'] {
  display: none; }
  @media (max-width: 550px) {
    .banner-below [data-content-region='home_below_custom_block_one_image_mb'] {
      display: block; } }

.navPages-list .navPages-action .text {
  pointer-events: auto !important; }

.vgallery_popup .galleryView {
  object-fit: contain; }

@media (max-width: 1024px) {
  .slideshow-wrapper .left-categories .navPages-list {
    white-space: unset !important; }
    .slideshow-wrapper .left-categories .navPages-list > .navPages-item {
      width: 50%;
      border: 1px solid rgba(32, 32, 32, 0.1); } }

#new-layout {
  display: none; }

/* Mint Update 02022024 */
.page-type-page .navBar--sub .navBar-item {
  border: none; }

/* Mint Update 05022024 */
.page-type-product .productView-price.custom-defaultPrice .price-section--withoutTax.non-sale-price--withoutTax {
  display: inline-block !important;
  font-size: 0; }
  .page-type-product .productView-price.custom-defaultPrice .price-section--withoutTax.non-sale-price--withoutTax .price--non-sale {
    color: #505050;
    font-size: 24px;
    line-height: 22px; }

.page-type-product .productView-price.custom-defaultPrice .price-section--withoutTax.price_range {
  color: #e10600; }

/* Update 15022024 */
.vgallery_popup .galleryView img:not([role='presentation']) {
  object-fit: contain; }

.vgallery_popup .gallery-thumbnail ul .thumbbsd img {
  max-width: 100%;
  object-fit: contain; }

@media (min-width: 320px) and (max-width: 1025px) {
  .productView-image {
    pointer-events: visible; } }

@media (min-width: 1024.98px) {
  .blog-page .page-sidebar + .page-content {
    width: calc(100% - 240px) !important; } }

.productsByListId .productCarousel-navigation {
  opacity: 0;
  visibility: hidden; }

.productsByListId.show .productCarousel-navigation {
  opacity: 1;
  visibility: visible; }

.page-type-cart .button-group {
  text-align: right;
  margin: 7px 0; }

@media (max-width: 1024px) {
  .page-type-product .add-to-cart-wallet-buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3rem; }
  .page-type-product .productView-description {
    margin-top: 30px; } }

.page-type-product .productView-images .productView-for .slick-arrow::before {
  filter: invert(1) !important; }

.add-to-cart-wallet-buttons {
  position: absolute;
  left: 4rem;
  right: 4rem;
  bottom: -5rem; }

.add-to-cart-wallet-buttons div[data-smart-button-container-id] {
  line-height: 0;
  margin-top: 6px; }
  .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
  .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
    width: 100%; }

.swal2-container {
  z-index: 9999; }

#emptyCart {
  display: none; }

.page-type-product .productView-price.custom-defaultPrice .price-section--withoutTax.price_range {
  color: #000000 !important; }

/* Custom CSS for Customer Zach */
.page-type-page .page .fullWidth {
  width: 100%; }

.page-type-page .page .relative {
  position: relative; }

.page-type-page .page .inline-block {
  display: inline-block; }

.page-type-page .page .tar {
  text-align: right; }

.page-type-page .page .removemargin {
  margin: 0; }

.page-type-page .page .prevent-scroll {
  overflow: hidden; }

.page-type-page .page .break-word {
  word-wrap: break-word; }

.page-type-page .page .mb-20 {
  margin-bottom: 20px; }

@media (max-width: 779.98px) {
  .page-type-page .page .hide-sm {
    display: none; } }

.page-type-page .page .break-text {
  word-wrap: break-word; }

.page-type-page .page .order-amount-container {
  min-width: 120px; }

.page-type-page .page .order-amount-container .order-amount-decrease-btn,
.page-type-page .page .order-amount-container .order-amount-increase-btn {
  padding: 1px;
  box-sizing: border-box;
  height: 38px;
  border: 1px solid #cdcdcd;
  background-color: #fff; }

.page-type-page .page .order-amount-container .order-amount-decrease-btn {
  border-radius: 2px 0 0 2px;
  border-right: none; }

.page-type-page .page .order-amount-container .order-amount-increase-btn {
  border-radius: 0 2px 2px 0;
  border-left: none; }

.page-type-page .page .order-amount-container .qtyField::-webkit-inner-spin-button,
.page-type-page .page .order-amount-container .qtyField::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.page-type-page .page .order-amount-container .qtyField {
  padding: 0;
  color: #333;
  font-size: 14px;
  -moz-appearance: textfield;
  text-align: center;
  min-width: 1px;
  flex-shrink: 1; }

.page-type-page .page .quantity-selector {
  align-items: stretch;
  display: flex; }

.page-type-page .page .quantity-selector__input {
  flex: 1;
  font-size: 14px;
  min-width: 3.125rem;
  text-align: center; }

.page-type-page .page .quantity-selector__input::-webkit-inner-spin-button,
.page-type-page .page .quantity-selector__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

.page-type-page .page .quantity-selector__input.input-control {
  color: inherit;
  height: auto;
  padding: 0;
  z-index: 1;
  -moz-appearance: textfield; }

.page-type-page .page .quantity-selector__input[readonly] {
  cursor: text !important;
  background-color: #fff !important; }

.page-type-page .page .quantity-selector__control {
  align-items: center;
  background: #fff;
  border: 1px solid #cdcdcd;
  color: #ff7000;
  display: flex;
  justify-content: center;
  padding: 0; }

.page-type-page .page .quantity-selector__control--decrease {
  border-radius: 2px 0 0 2px;
  border-right: none;
  padding-right: 1px; }

.page-type-page .page .quantity-selector__control--increase {
  border-left: none;
  border-radius: 0 2px 2px 0;
  padding-left: 1px; }

.page-type-page .page .quantity-selector__control:disabled {
  color: #cdcdcd; }

.page-type-page .page .quantityDropdown-wrapper {
  width: auto;
  background-color: #fff;
  padding: 20px 20px 11px 20px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 15px;
  width: 110px;
  left: 38px; }

.page-type-page .page .quantityDropdown-wrapper .dropdown-search-box {
  display: flex;
  flex: 0 0 auto;
  margin-bottom: 10px;
  height: 38px;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.5;
  color: #5c5c5c;
  background-image: none;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none; }

.page-type-page .page .quantityDropdown-wrapper .dropdown-search-box:focus {
  border: 1px solid #333;
  box-shadow: none; }

.page-type-page .page .quantityDropdown-wrapper .dropdown-search-icon {
  position: absolute;
  right: 27px;
  top: 26px;
  color: #cdcdcd; }

.page-type-page .page .quantityDropdown-wrapper .form-controls {
  padding-left: 0; }

.page-type-page .page .quantityDropdown-wrapper .noUi-target {
  margin-left: 0; }

.page-type-page .page .quantityDropdown-wrapper .button-wrapper {
  display: flex;
  flex: 0 0 auto;
  padding-left: 0; }

.page-type-page .page .quantityDropdown-wrapper ul {
  list-style-position: outside;
  list-style-type: none;
  background-color: #fff;
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  padding-right: 10px; }

.page-type-page .page .quantityDropdown-wrapper ul::-webkit-scrollbar {
  width: 6px; }

.page-type-page .page .quantityDropdown-wrapper ul::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc; }

.page-type-page .page .quantityDropdown-wrapper ul::-webkit-scrollbar-thumb {
  background-color: #ccc; }

.page-type-page .page .quantityDropdown-wrapper ul::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

.page-type-page .page .quantityDropdown-wrapper ul li {
  margin-top: 0;
  padding: 0;
  width: 100%;
  position: relative; }

.page-type-page .page .quantityDropdown-wrapper ul li:hover {
  background-color: #f5f5f5; }

.page-type-page .page .quantityDropdown-wrapper ul li label {
  display: flex;
  align-items: center;
  line-height: 20px;
  padding: 6px 0;
  width: 100%; }

@media (max-width: 959.98px) {
  .page-type-page .page .quantityDropdown-wrapper ul li label {
    padding: 10px 0 10px 5px; } }

.page-type-page .page .quantityDropdown-wrapper ul li label.subcategory-label {
  padding: 10px 0; }

.page-type-page .page .quantityDropdown-wrapper ul li input[type=checkbox] {
  position: absolute;
  left: -50px; }

.page-type-page .page .quantityDropdown-wrapper ul li input[type=checkbox] ~ .svgIcon-checkbox {
  padding-right: 5px; }

.page-type-page .page .quantityDropdown-wrapper ul.categoryFacet-list li {
  background-color: initial; }

.page-type-page .page .quantityDropdown-wrapper ul.categoryFacet-list li.facet-category--checked {
  background-color: #e7e7e7; }

.page-type-page .page .quantityDropdown-wrapper .quantityDropdown-container {
  padding: 0; }

.page-type-page .page .quantityDropdown-wrapper .quantityDropdown-container .quantityDropdown-entry {
  margin: 0;
  text-align: center;
  line-height: 40px; }

.page-type-page .page .quantityDropdown-wrapper .quantityDropdown-container .quantityDropdown-entry:before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0; }

.page-type-page .page .quantityDropdown-wrapper .quantityDropdown-container .quantityDropdown-entry:hover {
  color: inherit; }

.page-type-page .page .quantityDropdown-wrapper .quantityDropdown-container .quantityDropdown-entry:hover:before {
  background-color: #ff7000; }

.page-type-page .page .orderBox .quantityDropdown-wrapper {
  left: 50px; }

.page-type-page .page .autosuggest {
  position: relative; }

.page-type-page .page .autosuggest .input-control {
  background: #fff;
  border-radius: 2px;
  color: #333; }

.page-type-page .page .autosuggest .input-control.is-invalid {
  background: #f4cfd5;
  border-color: #c7102d; }

.page-type-page .page .autosuggest__flyout {
  background: #fff;
  border: 1px solid #cdcdcd;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  left: 0;
  max-height: 60vh;
  overflow-y: auto;
  position: absolute;
  top: calc(100% + 4px);
  width: 100%;
  z-index: 1; }

.page-type-page .page .autosuggest__input-wrapper {
  position: relative; }

.page-type-page .page .autosuggest__clear-btn,
.page-type-page .page .autosuggest__remove-btn {
  background: 0 0;
  border: 0;
  color: inherit;
  display: flex;
  font: inherit;
  margin: 0;
  padding: .5rem; }

.page-type-page .page .autosuggest__clear-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.page-type-page .page .autosuggest__remove-btn::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.page-type-page .page .autosuggest__remove-btn:focus,
.page-type-page .page .autosuggest__remove-btn:focus-within {
  color: #ff7000; }

.page-type-page .page .autosuggest__input.input-control {
  padding-right: 2rem; }

.page-type-page .page .autosuggest__input--not-empty:not([hidden]) + .autosuggest__clear-btn {
  display: block; }

.page-type-page .page .autosuggest__static-container.input-control {
  padding-right: 0; }

.page-type-page .page .autosuggest__static-text {
  color: #333;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.page-type-page .page .product-option {
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: 1.42857;
  width: 100%; }

.page-type-page .page .product-option__image-column {
  flex: 0 0 auto;
  padding-right: 10px; }

.page-type-page .page .product-option__text-column {
  flex: 1 1 100%; }

.page-type-page .page .product-option__action-column {
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 10px; }

.page-type-page .page .product-option__hdln {
  font: inherit; }

.page-type-page .page .product-option-listbox {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.page-type-page .page .product-option-listbox > [role=option] {
  display: flex;
  padding: 10px 0 10px 16px; }

.page-type-page .page .product-option-listbox > [role=option][aria-selected=true] {
  background: #f5f5f5; }

.page-type-page .page .product-option-listbox > [role=option]:focus {
  outline: 0; }

.page-type-page .page .flyout__content {
  padding: 1rem; }

.page-type-page .page .flyout__head {
  margin-bottom: .625rem; }

.page-type-page .page .flyout__hdln {
  font: inherit;
  font-weight: 700;
  margin: 0; }

.page-type-page .page .flyout__body > p:first-child {
  margin-top: 0; }

.page-type-page .page .flyout__body > p:last-child {
  margin-bottom: 0; }

.page-type-page .page .msg--danger {
  color: #c7102d; }

.page-type-page .page .msg--info {
  color: #31708f; }

.page-type-page .page .img-responsive-vertically {
  display: block;
  max-height: 100%;
  width: auto; }

.page-type-page .page .inline {
  display: inline; }

.page-type-page .page .size1of2 {
  width: 50%; }

.page-type-page .page .pan {
  padding: 0 !important; }

.page-type-page .page .pbs {
  padding-bottom: 7px; }

.page-type-page .page .mbm {
  margin-bottom: 15px; }

.page-type-page .page .bg-primary {
  background-color: #ff7000; }

.page-type-page .page .bg-gray {
  background-color: #cdcdcd; }

.page-type-page .page .bg-gray-lightest {
  background-color: #f5f5f5; }

.page-type-page .page .bg-body {
  background-color: #fff; }

.page-type-page .page .color-primary {
  color: #ff7000; }

.page-type-page .page .color-gray {
  color: #cdcdcd; }

.page-type-page .page body {
  margin: 0; }

.page-type-page .page article,
.page-type-page .page aside,
.page-type-page .page details,
.page-type-page .page figcaption,
.page-type-page .page figure,
.page-type-page .page footer,
.page-type-page .page header,
.page-type-page .page hgroup,
.page-type-page .page main,
.page-type-page .page nav,
.page-type-page .page section,
.page-type-page .page summary {
  display: block; }

.page-type-page .page audio,
.page-type-page .page canvas,
.page-type-page .page progress,
.page-type-page .page video {
  display: inline-block;
  vertical-align: baseline; }

.page-type-page .page audio:not([controls]) {
  display: none;
  height: 0; }

.page-type-page .page [hidden]:not([data-editorblocktype]),
.page-type-page .page template {
  display: none !important; }

.page-type-page .page a {
  background: 0 0; }

.page-type-page .page a:active,
.page-type-page .page a:hover {
  outline: 0; }

.page-type-page .page abbr[title] {
  border-bottom: 1px dotted; }

.page-type-page .page b,
.page-type-page .page strong {
  font-weight: 700; }

.page-type-page .page h1 {
  font-size: 2em;
  margin: .67em 0; }

.page-type-page .page mark {
  background: #ff0;
  color: #000; }

.page-type-page .page small {
  font-size: 80%; }

.page-type-page .page sub,
.page-type-page .page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.page-type-page .page sup {
  top: -.5em; }

.page-type-page .page sub {
  bottom: -.25em; }

.page-type-page .page img {
  border: 0; }

.page-type-page .page figure {
  margin: 1em 40px; }

.page-type-page .page hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

.page-type-page .page pre {
  overflow: auto; }

.page-type-page .page code,
.page-type-page .page pre {
  font-family: monospace, monospace;
  font-size: 1em; }

.page-type-page .page button,
.page-type-page .page input,
.page-type-page .page optgroup,
.page-type-page .page select,
.page-type-page .page textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

.page-type-page .page button:focus,
.page-type-page .page input:focus,
.page-type-page .page optgroup:focus,
.page-type-page .page select:focus,
.page-type-page .page textarea:focus {
  outline-width: 0; }

.page-type-page .page button {
  overflow: visible; }

.page-type-page .page button,
.page-type-page .page select {
  text-transform: none; }

.page-type-page .page button,
.page-type-page .page html input[type=button],
.page-type-page .page input[type=reset],
.page-type-page .page input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

.page-type-page .page input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

.page-type-page .page button[disabled],
.page-type-page .page html input[disabled],
.page-type-page .page label[disabled] {
  cursor: default; }

.page-type-page .page button::-moz-focus-inner,
.page-type-page .page input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.page-type-page .page input {
  line-height: normal; }

.page-type-page .page input[type=checkbox],
.page-type-page .page input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

.page-type-page .page input[type=number]::-webkit-inner-spin-button,
.page-type-page .page input[type=number]::-webkit-outer-spin-button {
  height: auto; }

.page-type-page .page input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.page-type-page .page input[type=search]::-webkit-search-cancel-button,
.page-type-page .page input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

.page-type-page .page fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

.page-type-page .page textarea {
  overflow: auto; }

.page-type-page .page optgroup {
  font-weight: 400; }

.page-type-page .page table {
  border-collapse: collapse;
  border-spacing: 0; }

.page-type-page .page caption {
  text-align: left; }

.page-type-page .page :focus-visible {
  outline-color: #ff7000;
  outline-offset: -1px; }

.page-type-page .page .hds-Icon--block {
  display: block; }

.page-type-page .page .hds-LoadingSpinner {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  width: 1em;
  height: 1em;
  fill: transparent;
  stroke-width: 4px;
  stroke-linecap: round; }

.page-type-page .page .msie .hds-LoadingSpinner {
  -webkit-animation: hds-LoadingSpinner-scale 2s linear infinite;
  animation: hds-LoadingSpinner-scale 2s linear infinite; }

.page-type-page .page .hds-LoadingSpinner__active {
  stroke: #ff7000;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: hds-LoadingSpinner-dash 2.5s ease infinite, hds-LoadingSpinner-rotate 2s linear infinite;
  animation: hds-LoadingSpinner-dash 2.5s ease infinite, hds-LoadingSpinner-rotate 2s linear infinite; }

.page-type-page .page .hds-LoadingSpinner--size-90 {
  font-size: 24px; }

.page-type-page .page .hds-LoadingSpinner--size-200 {
  font-size: 64px;
  stroke-width: 3px; }

.page-type-page .page .hds-LoadingSpinner--size-300 {
  font-size: 96px;
  stroke-width: 3px; }

.page-type-page .page .hds-LoadingSpinner--inherit {
  font-size: inherit; }

.page-type-page .page .hds-LoadingSpinner--inherit .hds-LoadingSpinner__active {
  stroke: currentColor; }

.page-type-page .page .hds-LoadingSpinner--inherit .hds-LoadingSpinner__back {
  stroke: transparent; }

.page-type-page .page .hds-ToastLayout {
  position: relative; }

.page-type-page .page .hds-ToastLayout__content {
  position: relative;
  z-index: 10; }

.page-type-page .page .hds-ToastLayout__toasts {
  position: absolute;
  top: 2rem;
  right: 2rem;
  left: 2rem;
  z-index: 20;
  pointer-events: none; }

.page-type-page .page .hds-ToastLayout__toast {
  max-width: 100%;
  margin-bottom: .75rem;
  pointer-events: auto;
  transition: transform .3s ease-out, opacity .3s ease-out, height .3s ease-out, margin .3s ease-out; }

.page-type-page .page .hds-ToastLayout__toast-enter {
  opacity: 0;
  transform: translateY(2rem); }

.page-type-page .page .hds-ToastLayout__toast-enter-active {
  opacity: 1;
  transform: none; }

.page-type-page .page .hds-ToastLayout__toast-exit {
  opacity: 1; }

.page-type-page .page .hds-ToastLayout__toast-exit-active {
  margin: 0;
  opacity: 0;
  height: 0; }

.page-type-page .page .hds-Toast {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 388px;
  max-width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(48, 64, 77, 0.1), 0 16px 24px rgba(48, 64, 77, 0.25);
  box-shadow: 0 0 4px rgba(48, 64, 77, 0.1), 0 16px 24px rgba(48, 64, 77, 0.25);
  border-radius: 3px;
  border-bottom: 4px solid #ff7000;
  color: #191919;
  font-size: .875rem; }

@media (max-width: 539.98px) {
  .page-type-page .page .hds-Toast {
    width: auto;
    margin-left: 2rem; } }

.page-type-page .page .hds-Toast__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: .75rem;
  padding: 0 .75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.25rem;
  color: #ff7000; }

.page-type-page .page .hds-Toast__content {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: .75rem 0;
  line-height: 20px; }

.page-type-page .page .hds-Toast__close {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.25rem;
  margin-top: .75rem;
  padding: 0 .75rem;
  color: #333;
  background: 0 0;
  border: 0;
  cursor: pointer; }

.page-type-page .page .hds-Toast__close:focus,
.page-type-page .page .hds-Toast__close:hover {
  color: #445b6e; }

.page-type-page .page .hds-Toast__title {
  font-weight: 500;
  font-size: inherit; }

.page-type-page .page .hds-Toast__description {
  margin: 0; }

.page-type-page .page .hds-Toast__description a,
.page-type-page .page .hds-Toast__description a:hover {
  text-decoration: underline; }

.page-type-page .page .hds-Toast__action {
  display: block;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  color: #31708f;
  font-size: inherit;
  text-decoration: underline; }

.page-type-page .page .hds-Toast__action:focus,
.page-type-page .page .hds-Toast__action:hover {
  color: #cc5a00; }

.page-type-page .page .hds-Toast__progress {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 4px;
  background: #0080ff;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.page-type-page .page .hds-Toast--status-success {
  border-bottom-color: #5cb85c; }

.page-type-page .page .hds-Toast--status-success .hds-Toast__status {
  color: #5cb85c; }

.page-type-page .page .hds-Toast--status-success .hds-Toast__action {
  color: #5cb85c; }

.page-type-page .page .hds-Toast--status-success .hds-Toast__action:focus,
.page-type-page .page .hds-Toast--status-success .hds-Toast__action:hover {
  color: #5cb85c; }

.page-type-page .page .hds-Toast--status-error {
  border-bottom-color: #c7102d; }

.page-type-page .page .hds-Toast--status-error .hds-Toast__status {
  color: #c7102d; }

.page-type-page .page .hds-Toast--status-error .hds-Toast__action {
  color: #c7102d; }

.page-type-page .page .hds-Toast--status-error .hds-Toast__action:focus,
.page-type-page .page .hds-Toast--status-error .hds-Toast__action:hover {
  color: #c7102d; }

.page-type-page .page .hds-Toast--status-error a,
.page-type-page .page .hds-Toast--status-error a:hover {
  color: #c7102d; }

.page-type-page .page .hds-Toast--status-warning {
  border-bottom-color: #c7102d; }

.page-type-page .page .hds-Toast--status-warning .hds-Toast__status {
  color: #c7102d; }

.page-type-page .page .hds-Toast--status-warning .hds-Toast__action {
  color: #c7102d; }

.page-type-page .page .hds-Toast--status-warning .hds-Toast__action:focus,
.page-type-page .page .hds-Toast--status-warning .hds-Toast__action:hover {
  color: #c7102d; }

.page-type-page .page .hds-Toast--status-warning a,
.page-type-page .page .hds-Toast--status-warning a:hover {
  color: #c7102d; }

.page-type-page .page .hds-Toast--status-information {
  border-bottom-color: #31708f; }

.page-type-page .page .hds-Toast--status-information .hds-Toast__status {
  color: #31708f; }

.page-type-page .page .hds-Toast--status-information .hds-Toast__action {
  color: #31708f; }

.page-type-page .page .hds-Toast--status-information .hds-Toast__action:focus,
.page-type-page .page .hds-Toast--status-information .hds-Toast__action:hover {
  color: #31708f; }

.page-type-page .page .hds-Toast--status-progress {
  border-bottom-color: #f2f2f2; }

.page-type-page .page .hds-Toast--status-progress .hds-Toast__status {
  color: #0080ff; }

.page-type-page .page .hds-Toast--status-progress .hds-Toast__action {
  color: #004d99; }

.page-type-page .page .hds-Toast--status-progress .hds-Toast__action:focus,
.page-type-page .page .hds-Toast--status-progress .hds-Toast__action:hover {
  color: #06c; }

.page-type-page .page .hds-Toast--status-progress .hds-Toast__progress {
  display: block; }

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

.page-type-page .page body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  position: relative [data-content-region];
    position-line-height: 1.2; }

@media (max-width: 779.98px) {
  .page-type-page .page body {
    font-size: 14px; } }

.page-type-page .page button,
.page-type-page .page input,
.page-type-page .page select,
.page-type-page .page textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.page-type-page .page button,
.page-type-page .page input,
.page-type-page .page select[multiple],
.page-type-page .page textarea {
  background-image: none; }

.page-type-page .page a {
  color: #333;
  text-decoration: none; }

.page-type-page .page a:focus,
.page-type-page .page a:hover {
  color: #ff7000; }

.page-type-page .page img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 2px; }

.page-type-page .page .img-circle {
  border-radius: 50%; }

.page-type-page .page hr {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  border: 0;
  border-top: 1px solid #cdcdcd; }

.page-type-page .page hr.hr-transparent {
  border-top-color: transparent; }

.page-type-page .page .h1,
.page-type-page .page .h2,
.page-type-page .page .h3,
.page-type-page .page .h4,
.page-type-page .page .h5,
.page-type-page .page .h6,
.page-type-page .page h1,
.page-type-page .page h2,
.page-type-page .page h3,
.page-type-page .page h4,
.page-type-page .page h5,
.page-type-page .page h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0; }

.page-type-page .page .h1 .small,
.page-type-page .page .h1 small,
.page-type-page .page .h2 .small,
.page-type-page .page .h2 small,
.page-type-page .page .h3 .small,
.page-type-page .page .h3 small,
.page-type-page .page .h4 .small,
.page-type-page .page .h4 small,
.page-type-page .page .h5 .small,
.page-type-page .page .h5 small,
.page-type-page .page .h6 .small,
.page-type-page .page .h6 small,
.page-type-page .page h1 .small,
.page-type-page .page h1 small,
.page-type-page .page h2 .small,
.page-type-page .page h2 small,
.page-type-page .page h3 .small,
.page-type-page .page h3 small,
.page-type-page .page h4 .small,
.page-type-page .page h4 small,
.page-type-page .page h5 .small,
.page-type-page .page h5 small,
.page-type-page .page h6 .small,
.page-type-page .page h6 small {
  font-weight: 400;
  line-height: 1;
  color: #b3b3b3; }

.page-type-page .page h1,
.page-type-page .page h2,
.page-type-page .page h3,
.page-type-page .page h4 {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.page-type-page .page .h1 .small,
.page-type-page .page .h1 small,
.page-type-page .page .h2 .small,
.page-type-page .page .h2 small,
.page-type-page .page .h3 .small,
.page-type-page .page .h3 small,
.page-type-page .page .h4 .small,
.page-type-page .page .h4 small,
.page-type-page .page h1 .small,
.page-type-page .page h1 small,
.page-type-page .page h2 .small,
.page-type-page .page h2 small,
.page-type-page .page h3 .small,
.page-type-page .page h3 small,
.page-type-page .page h4 .small,
.page-type-page .page h4 small {
  font-size: 65%; }

.page-type-page .page .h1 .strong,
.page-type-page .page .h1 strong,
.page-type-page .page .h1.strong,
.page-type-page .page .h2 .strong,
.page-type-page .page .h2 strong,
.page-type-page .page .h2.strong,
.page-type-page .page .h3 .strong,
.page-type-page .page .h3 strong,
.page-type-page .page .h3.strong,
.page-type-page .page .h4 .strong,
.page-type-page .page .h4 strong,
.page-type-page .page .h4.strong,
.page-type-page .page h1 .strong,
.page-type-page .page h1 strong,
.page-type-page .page h1.strong,
.page-type-page .page h2 .strong,
.page-type-page .page h2 strong,
.page-type-page .page h2.strong,
.page-type-page .page h3 .strong,
.page-type-page .page h3 strong,
.page-type-page .page h3.strong,
.page-type-page .page h4 .strong,
.page-type-page .page h4 strong,
.page-type-page .page h4.strong {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.page-type-page .page .h5 .small,
.page-type-page .page .h5 small,
.page-type-page .page .h6 .small,
.page-type-page .page .h6 small,
.page-type-page .page h5 .small,
.page-type-page .page h5 small,
.page-type-page .page h6 .small,
.page-type-page .page h6 small {
  font-size: 75%; }

.page-type-page .page .h1,
.page-type-page .page h1 {
  font-size: 36px;
  line-height: 1.22222; }

.page-type-page .page .h2,
.page-type-page .page h2 {
  font-size: 30px;
  line-height: 1.33333; }

.page-type-page .page .h3,
.page-type-page .page h3 {
  font-size: 24px;
  line-height: 1.33333; }

.page-type-page .page .h4,
.page-type-page .page h4 {
  font-size: 20px;
  line-height: 1.5; }

@media (min-width: 780px) {
  .page-type-page .page .h2-md {
    font-size: 30px;
    line-height: 1.33333; } }

.page-type-page .page p {
  margin: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.page-type-page .page .lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4; }

@media (min-width: 540px) {
  .page-type-page .page .lead {
    font-size: 24px; } }

.page-type-page .page .text-nudge {
  margin-top: .5em; }

.page-type-page .page label p {
  font-size: 14px; }

.page-type-page .page .small,
.page-type-page .page small {
  font-size: 14px;
  line-height: 1.42857; }

.page-type-page .page .small.small-block,
.page-type-page .page small.small-block {
  display: block; }

.page-type-page .page small.text-result {
  line-height: 1.3;
  display: block; }

.page-type-page .page small.text-result em {
  font-weight: 700; }

.page-type-page .page .extra-small {
  font-size: 12px;
  line-height: 1.33333; }

.page-type-page .page cite {
  font-style: normal; }

.page-type-page .page .mark,
.page-type-page .page mark {
  background-color: #fffae4;
  padding: .2em; }

.page-type-page .page .text-left {
  text-align: left; }

.page-type-page .page .text-right {
  text-align: right; }

.page-type-page .page .text-center {
  text-align: center; }

.page-type-page .page .text-justify {
  text-align: justify; }

@media (min-width: 780px) {
  .page-type-page .page .text-md-right {
    text-align: right; } }

.page-type-page .page .text-muted {
  color: #696969;
  font-weight: 400; }

.page-type-page .page .text-muted strong {
  color: #333; }

.page-type-page .page .text-muted a {
  color: #333;
  text-decoration: underline; }

.page-type-page .page .text-base {
  font-size: 16px;
  line-height: 1.5; }

.page-type-page .page .text-small {
  font-size: 14px;
  line-height: 1.42857; }

.page-type-page .page .text-extra-small {
  font-size: 12px;
  line-height: 1.33333; }

.page-type-page .page .text-large {
  font-size: 20px;
  line-height: 1.5; }

.page-type-page .page .text-normal {
  font-weight: 400 !important; }

.page-type-page .page .text-bold {
  font-weight: 700 !important; }

.page-type-page .page .text-brand {
  color: #ff7000; }

.page-type-page .page .text-nowrap {
  white-space: nowrap; }

.page-type-page .page .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .text-hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.page-type-page .page .text-no-transform {
  text-transform: none; }

.page-type-page .page .text-upcase {
  text-transform: uppercase; }

.page-type-page .page .text-underline {
  text-decoration: underline; }

.page-type-page .page .text-list span {
  display: block; }

.page-type-page .page .valign-sub {
  vertical-align: sub; }

.page-type-page .page .valign-middle {
  vertical-align: middle; }

.page-type-page .page .text-readability {
  max-width: 60em; }

.page-type-page .page .text-important {
  color: #ff7000; }

.page-type-page .page .text-invert {
  color: #fff; }

.page-type-page .page .text-header {
  margin-bottom: 24px; }

.page-type-page .page .text-success {
  color: #49ab1d; }

.page-type-page .page .text-warning {
  color: #c7102d; }

.page-type-page .page .text-warning a {
  color: #c7102d;
  text-decoration: underline; }

.page-type-page .page .text-info {
  color: #ff7000; }

.page-type-page .page .text-inverse {
  color: #fff; }

.page-type-page .page .line-sm {
  line-height: 1.3; }

.page-type-page .page .text-product-details-extra {
  float: right;
  display: block;
  width: 70%; }

@media (min-width: 540px) {
  .page-type-page .page .align-with-form {
    line-height: 3; }
  .page-type-page .page .align-with-form button,
  .page-type-page .page .align-with-form input {
    line-height: 1.4; } }

.page-type-page .page .block-content h3 {
  text-transform: none; }

.page-type-page .page .block-content li {
  border: none; }

.page-type-page .page .block-content li > a {
  color: #ff7000;
  text-decoration: none; }

.page-type-page .page .block-content li > a:hover {
  text-decoration: underline; }

.page-type-page .page .block-content p > a,
.page-type-page .page .block-content p > strong > a {
  color: #ff7000;
  text-decoration: none; }

.page-type-page .page .block-content p > a:hover,
.page-type-page .page .block-content p > strong > a:hover {
  text-decoration: underline; }

.page-type-page .page .flow--extra-small {
  --flow-space: 0.3125rem
; }

.page-type-page .page .flow--small {
  --flow-space: 0.625rem
; }

.page-type-page .page .flow--medium {
  --flow-space: 0.9375rem
; }

.page-type-page .page .flow--large {
  --flow-space: 1.25rem
; }

.page-type-page .page .flow--extra-large {
  --flow-space: 1.875rem
; }

.page-type-page .page .flow-border > * + * {
  border-top: 1px solid #cdcdcd; }

.page-type-page .page form[method=post].flow > div:last-child {
  margin-top: 0; }

.page-type-page .page .pagecontainer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  max-width: 1440px; }

.page-type-page .page .pagecontainer:after,
.page-type-page .page .pagecontainer:before {
  content: " ";
  display: table; }

.page-type-page .page .pagecontainer:after {
  clear: both; }

@media (max-width: 539.98px) {
  .page-type-page .page .pagecontainer {
    padding-left: 10px;
    padding-right: 10px; } }

.page-type-page .page .container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

.page-type-page .page .container-fluid:after,
.page-type-page .page .container-fluid:before {
  content: " ";
  display: table; }

.page-type-page .page .container-fluid:after {
  clear: both; }

.page-type-page .page .row:after,
.page-type-page .page .row:before {
  content: " ";
  display: table; }

.page-type-page .page .row:after {
  clear: both; }

.page-type-page .page [class*=col-] {
  position: relative;
  min-height: 1px; }

.page-type-page .page [class*=col-] {
  padding-left: 15px;
  padding-right: 15px; }

.page-type-page .page [class*=col-] {
  float: left; }

.page-type-page .page .row {
  margin-left: -15px;
  margin-right: -15px; }

.page-type-page .page .row-carousel {
  margin-left: -15px;
  margin-right: -15px; }

.page-type-page .page .row.border-bottom {
  border-bottom: 1px solid #cdcdcd; }

.page-type-page .page .col-1 {
  width: 8.33333%; }

.page-type-page .page .col-2 {
  width: 16.66667%; }

.page-type-page .page .col-3 {
  width: 25%; }

.page-type-page .page .col-4 {
  width: 33.33333%; }

.page-type-page .page .col-5 {
  width: 41.66667%; }

.page-type-page .page .col-6 {
  width: 50%; }

.page-type-page .page .col-7 {
  width: 58.33333%; }

.page-type-page .page .col-8 {
  width: 66.66667%; }

.page-type-page .page .col-9 {
  width: 75%; }

.page-type-page .page .col-10 {
  width: 83.33333%; }

.page-type-page .page .col-11 {
  width: 91.66667%; }

.page-type-page .page .col-12 {
  width: 100%; }

.page-type-page .page .col-pull-0 {
  right: auto; }

.page-type-page .page .col-pull-1 {
  right: 8.33333%; }

.page-type-page .page .col-pull-2 {
  right: 16.66667%; }

.page-type-page .page .col-pull-3 {
  right: 25%; }

.page-type-page .page .col-pull-4 {
  right: 33.33333%; }

.page-type-page .page .col-pull-5 {
  right: 41.66667%; }

.page-type-page .page .col-pull-6 {
  right: 50%; }

.page-type-page .page .col-pull-7 {
  right: 58.33333%; }

.page-type-page .page .col-pull-8 {
  right: 66.66667%; }

.page-type-page .page .col-pull-9 {
  right: 75%; }

.page-type-page .page .col-pull-10 {
  right: 83.33333%; }

.page-type-page .page .col-pull-11 {
  right: 91.66667%; }

.page-type-page .page .col-pull-12 {
  right: 100%; }

.page-type-page .page .col-push-0 {
  left: auto; }

.page-type-page .page .col-push-1 {
  left: 8.33333%; }

.page-type-page .page .col-push-2 {
  left: 16.66667%; }

.page-type-page .page .col-push-3 {
  left: 25%; }

.page-type-page .page .col-push-4 {
  left: 33.33333%; }

.page-type-page .page .col-push-5 {
  left: 41.66667%; }

.page-type-page .page .col-push-6 {
  left: 50%; }

.page-type-page .page .col-push-7 {
  left: 58.33333%; }

.page-type-page .page .col-push-8 {
  left: 66.66667%; }

.page-type-page .page .col-push-9 {
  left: 75%; }

.page-type-page .page .col-push-10 {
  left: 83.33333%; }

.page-type-page .page .col-push-11 {
  left: 91.66667%; }

.page-type-page .page .col-push-12 {
  left: 100%; }

.page-type-page .page .col-offset-0 {
  margin-left: 0; }

.page-type-page .page .col-offset-1 {
  margin-left: 8.33333%; }

.page-type-page .page .col-offset-2 {
  margin-left: 16.66667%; }

.page-type-page .page .col-offset-3 {
  margin-left: 25%; }

.page-type-page .page .col-offset-4 {
  margin-left: 33.33333%; }

.page-type-page .page .col-offset-5 {
  margin-left: 41.66667%; }

.page-type-page .page .col-offset-6 {
  margin-left: 50%; }

.page-type-page .page .col-offset-7 {
  margin-left: 58.33333%; }

.page-type-page .page .col-offset-8 {
  margin-left: 66.66667%; }

.page-type-page .page .col-offset-9 {
  margin-left: 75%; }

.page-type-page .page .col-offset-10 {
  margin-left: 83.33333%; }

.page-type-page .page .col-offset-11 {
  margin-left: 91.66667%; }

.page-type-page .page .col-offset-12 {
  margin-left: 100%; }

@media (min-width: 0px) {
  .page-type-page .page .col-xs-1 {
    width: 8.33333%; }
  .page-type-page .page .col-xs-2 {
    width: 16.66667%; }
  .page-type-page .page .col-xs-3 {
    width: 25%; }
  .page-type-page .page .col-xs-4 {
    width: 33.33333%; }
  .page-type-page .page .col-xs-5 {
    width: 41.66667%; }
  .page-type-page .page .col-xs-6 {
    width: 50%; }
  .page-type-page .page .col-xs-7 {
    width: 58.33333%; }
  .page-type-page .page .col-xs-8 {
    width: 66.66667%; }
  .page-type-page .page .col-xs-9 {
    width: 75%; }
  .page-type-page .page .col-xs-10 {
    width: 83.33333%; }
  .page-type-page .page .col-xs-11 {
    width: 91.66667%; }
  .page-type-page .page .col-xs-12 {
    width: 100%; }
  .page-type-page .page .col-xs-pull-0 {
    right: auto; }
  .page-type-page .page .col-xs-pull-1 {
    right: 8.33333%; }
  .page-type-page .page .col-xs-pull-2 {
    right: 16.66667%; }
  .page-type-page .page .col-xs-pull-3 {
    right: 25%; }
  .page-type-page .page .col-xs-pull-4 {
    right: 33.33333%; }
  .page-type-page .page .col-xs-pull-5 {
    right: 41.66667%; }
  .page-type-page .page .col-xs-pull-6 {
    right: 50%; }
  .page-type-page .page .col-xs-pull-7 {
    right: 58.33333%; }
  .page-type-page .page .col-xs-pull-8 {
    right: 66.66667%; }
  .page-type-page .page .col-xs-pull-9 {
    right: 75%; }
  .page-type-page .page .col-xs-pull-10 {
    right: 83.33333%; }
  .page-type-page .page .col-xs-pull-11 {
    right: 91.66667%; }
  .page-type-page .page .col-xs-pull-12 {
    right: 100%; }
  .page-type-page .page .col-xs-push-0 {
    left: auto; }
  .page-type-page .page .col-xs-push-1 {
    left: 8.33333%; }
  .page-type-page .page .col-xs-push-2 {
    left: 16.66667%; }
  .page-type-page .page .col-xs-push-3 {
    left: 25%; }
  .page-type-page .page .col-xs-push-4 {
    left: 33.33333%; }
  .page-type-page .page .col-xs-push-5 {
    left: 41.66667%; }
  .page-type-page .page .col-xs-push-6 {
    left: 50%; }
  .page-type-page .page .col-xs-push-7 {
    left: 58.33333%; }
  .page-type-page .page .col-xs-push-8 {
    left: 66.66667%; }
  .page-type-page .page .col-xs-push-9 {
    left: 75%; }
  .page-type-page .page .col-xs-push-10 {
    left: 83.33333%; }
  .page-type-page .page .col-xs-push-11 {
    left: 91.66667%; }
  .page-type-page .page .col-xs-push-12 {
    left: 100%; }
  .page-type-page .page .col-xs-offset-0 {
    margin-left: 0; }
  .page-type-page .page .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .page-type-page .page .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .page-type-page .page .col-xs-offset-3 {
    margin-left: 25%; }
  .page-type-page .page .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .page-type-page .page .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .page-type-page .page .col-xs-offset-6 {
    margin-left: 50%; }
  .page-type-page .page .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .page-type-page .page .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .page-type-page .page .col-xs-offset-9 {
    margin-left: 75%; }
  .page-type-page .page .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .page-type-page .page .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .page-type-page .page .col-xs-offset-12 {
    margin-left: 100%; }
  .page-type-page .page [class*=col-] {
    padding-left: 10px;
    padding-right: 10px; }
  .page-type-page .page .row {
    margin-left: -10px;
    margin-right: -10px; }
  .page-type-page .page .row-carousel {
    margin-left: -10px;
    margin-right: -10px; } }

@media (min-width: 540px) {
  .page-type-page .page .col-sm-1 {
    width: 8.33333%; }
  .page-type-page .page .col-sm-2 {
    width: 16.66667%; }
  .page-type-page .page .col-sm-3 {
    width: 25%; }
  .page-type-page .page .col-sm-4 {
    width: 33.33333%; }
  .page-type-page .page .col-sm-5 {
    width: 41.66667%; }
  .page-type-page .page .col-sm-6 {
    width: 50%; }
  .page-type-page .page .col-sm-7 {
    width: 58.33333%; }
  .page-type-page .page .col-sm-8 {
    width: 66.66667%; }
  .page-type-page .page .col-sm-9 {
    width: 75%; }
  .page-type-page .page .col-sm-10 {
    width: 83.33333%; }
  .page-type-page .page .col-sm-11 {
    width: 91.66667%; }
  .page-type-page .page .col-sm-12 {
    width: 100%; }
  .page-type-page .page .col-sm-pull-0 {
    right: auto; }
  .page-type-page .page .col-sm-pull-1 {
    right: 8.33333%; }
  .page-type-page .page .col-sm-pull-2 {
    right: 16.66667%; }
  .page-type-page .page .col-sm-pull-3 {
    right: 25%; }
  .page-type-page .page .col-sm-pull-4 {
    right: 33.33333%; }
  .page-type-page .page .col-sm-pull-5 {
    right: 41.66667%; }
  .page-type-page .page .col-sm-pull-6 {
    right: 50%; }
  .page-type-page .page .col-sm-pull-7 {
    right: 58.33333%; }
  .page-type-page .page .col-sm-pull-8 {
    right: 66.66667%; }
  .page-type-page .page .col-sm-pull-9 {
    right: 75%; }
  .page-type-page .page .col-sm-pull-10 {
    right: 83.33333%; }
  .page-type-page .page .col-sm-pull-11 {
    right: 91.66667%; }
  .page-type-page .page .col-sm-pull-12 {
    right: 100%; }
  .page-type-page .page .col-sm-push-0 {
    left: auto; }
  .page-type-page .page .col-sm-push-1 {
    left: 8.33333%; }
  .page-type-page .page .col-sm-push-2 {
    left: 16.66667%; }
  .page-type-page .page .col-sm-push-3 {
    left: 25%; }
  .page-type-page .page .col-sm-push-4 {
    left: 33.33333%; }
  .page-type-page .page .col-sm-push-5 {
    left: 41.66667%; }
  .page-type-page .page .col-sm-push-6 {
    left: 50%; }
  .page-type-page .page .col-sm-push-7 {
    left: 58.33333%; }
  .page-type-page .page .col-sm-push-8 {
    left: 66.66667%; }
  .page-type-page .page .col-sm-push-9 {
    left: 75%; }
  .page-type-page .page .col-sm-push-10 {
    left: 83.33333%; }
  .page-type-page .page .col-sm-push-11 {
    left: 91.66667%; }
  .page-type-page .page .col-sm-push-12 {
    left: 100%; }
  .page-type-page .page .col-sm-offset-0 {
    margin-left: 0; }
  .page-type-page .page .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .page-type-page .page .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .page-type-page .page .col-sm-offset-3 {
    margin-left: 25%; }
  .page-type-page .page .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .page-type-page .page .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .page-type-page .page .col-sm-offset-6 {
    margin-left: 50%; }
  .page-type-page .page .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .page-type-page .page .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .page-type-page .page .col-sm-offset-9 {
    margin-left: 75%; }
  .page-type-page .page .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .page-type-page .page .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .page-type-page .page .col-sm-offset-12 {
    margin-left: 100%; }
  .page-type-page .page [class*=col-] {
    padding-left: 15px;
    padding-right: 15px; }
  .page-type-page .page .row {
    margin-left: -15px;
    margin-right: -15px; }
  .page-type-page .page .row-carousel {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 780px) {
  .page-type-page .page .col-md-1 {
    width: 8.33333%; }
  .page-type-page .page .col-md-2 {
    width: 16.66667%; }
  .page-type-page .page .col-md-3 {
    width: 25%; }
  .page-type-page .page .col-md-4 {
    width: 33.33333%; }
  .page-type-page .page .col-md-5 {
    width: 41.66667%; }
  .page-type-page .page .col-md-6 {
    width: 50%; }
  .page-type-page .page .col-md-7 {
    width: 58.33333%; }
  .page-type-page .page .col-md-8 {
    width: 66.66667%; }
  .page-type-page .page .col-md-9 {
    width: 75%; }
  .page-type-page .page .col-md-10 {
    width: 83.33333%; }
  .page-type-page .page .col-md-11 {
    width: 91.66667%; }
  .page-type-page .page .col-md-12 {
    width: 100%; }
  .page-type-page .page .col-md-pull-0 {
    right: auto; }
  .page-type-page .page .col-md-pull-1 {
    right: 8.33333%; }
  .page-type-page .page .col-md-pull-2 {
    right: 16.66667%; }
  .page-type-page .page .col-md-pull-3 {
    right: 25%; }
  .page-type-page .page .col-md-pull-4 {
    right: 33.33333%; }
  .page-type-page .page .col-md-pull-5 {
    right: 41.66667%; }
  .page-type-page .page .col-md-pull-6 {
    right: 50%; }
  .page-type-page .page .col-md-pull-7 {
    right: 58.33333%; }
  .page-type-page .page .col-md-pull-8 {
    right: 66.66667%; }
  .page-type-page .page .col-md-pull-9 {
    right: 75%; }
  .page-type-page .page .col-md-pull-10 {
    right: 83.33333%; }
  .page-type-page .page .col-md-pull-11 {
    right: 91.66667%; }
  .page-type-page .page .col-md-pull-12 {
    right: 100%; }
  .page-type-page .page .col-md-push-0 {
    left: auto; }
  .page-type-page .page .col-md-push-1 {
    left: 8.33333%; }
  .page-type-page .page .col-md-push-2 {
    left: 16.66667%; }
  .page-type-page .page .col-md-push-3 {
    left: 25%; }
  .page-type-page .page .col-md-push-4 {
    left: 33.33333%; }
  .page-type-page .page .col-md-push-5 {
    left: 41.66667%; }
  .page-type-page .page .col-md-push-6 {
    left: 50%; }
  .page-type-page .page .col-md-push-7 {
    left: 58.33333%; }
  .page-type-page .page .col-md-push-8 {
    left: 66.66667%; }
  .page-type-page .page .col-md-push-9 {
    left: 75%; }
  .page-type-page .page .col-md-push-10 {
    left: 83.33333%; }
  .page-type-page .page .col-md-push-11 {
    left: 91.66667%; }
  .page-type-page .page .col-md-push-12 {
    left: 100%; }
  .page-type-page .page .col-md-offset-0 {
    margin-left: 0; }
  .page-type-page .page .col-md-offset-1 {
    margin-left: 8.33333%; }
  .page-type-page .page .col-md-offset-2 {
    margin-left: 16.66667%; }
  .page-type-page .page .col-md-offset-3 {
    margin-left: 25%; }
  .page-type-page .page .col-md-offset-4 {
    margin-left: 33.33333%; }
  .page-type-page .page .col-md-offset-5 {
    margin-left: 41.66667%; }
  .page-type-page .page .col-md-offset-6 {
    margin-left: 50%; }
  .page-type-page .page .col-md-offset-7 {
    margin-left: 58.33333%; }
  .page-type-page .page .col-md-offset-8 {
    margin-left: 66.66667%; }
  .page-type-page .page .col-md-offset-9 {
    margin-left: 75%; }
  .page-type-page .page .col-md-offset-10 {
    margin-left: 83.33333%; }
  .page-type-page .page .col-md-offset-11 {
    margin-left: 91.66667%; }
  .page-type-page .page .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 960px) {
  .page-type-page .page .col-lg-1 {
    width: 8.33333%; }
  .page-type-page .page .col-lg-2 {
    width: 16.66667%; }
  .page-type-page .page .col-lg-3 {
    width: 25%; }
  .page-type-page .page .col-lg-4 {
    width: 33.33333%; }
  .page-type-page .page .col-lg-5 {
    width: 41.66667%; }
  .page-type-page .page .col-lg-6 {
    width: 50%; }
  .page-type-page .page .col-lg-7 {
    width: 58.33333%; }
  .page-type-page .page .col-lg-8 {
    width: 66.66667%; }
  .page-type-page .page .col-lg-9 {
    width: 75%; }
  .page-type-page .page .col-lg-10 {
    width: 83.33333%; }
  .page-type-page .page .col-lg-11 {
    width: 91.66667%; }
  .page-type-page .page .col-lg-12 {
    width: 100%; }
  .page-type-page .page .col-lg-pull-0 {
    right: auto; }
  .page-type-page .page .col-lg-pull-1 {
    right: 8.33333%; }
  .page-type-page .page .col-lg-pull-2 {
    right: 16.66667%; }
  .page-type-page .page .col-lg-pull-3 {
    right: 25%; }
  .page-type-page .page .col-lg-pull-4 {
    right: 33.33333%; }
  .page-type-page .page .col-lg-pull-5 {
    right: 41.66667%; }
  .page-type-page .page .col-lg-pull-6 {
    right: 50%; }
  .page-type-page .page .col-lg-pull-7 {
    right: 58.33333%; }
  .page-type-page .page .col-lg-pull-8 {
    right: 66.66667%; }
  .page-type-page .page .col-lg-pull-9 {
    right: 75%; }
  .page-type-page .page .col-lg-pull-10 {
    right: 83.33333%; }
  .page-type-page .page .col-lg-pull-11 {
    right: 91.66667%; }
  .page-type-page .page .col-lg-pull-12 {
    right: 100%; }
  .page-type-page .page .col-lg-push-0 {
    left: auto; }
  .page-type-page .page .col-lg-push-1 {
    left: 8.33333%; }
  .page-type-page .page .col-lg-push-2 {
    left: 16.66667%; }
  .page-type-page .page .col-lg-push-3 {
    left: 25%; }
  .page-type-page .page .col-lg-push-4 {
    left: 33.33333%; }
  .page-type-page .page .col-lg-push-5 {
    left: 41.66667%; }
  .page-type-page .page .col-lg-push-6 {
    left: 50%; }
  .page-type-page .page .col-lg-push-7 {
    left: 58.33333%; }
  .page-type-page .page .col-lg-push-8 {
    left: 66.66667%; }
  .page-type-page .page .col-lg-push-9 {
    left: 75%; }
  .page-type-page .page .col-lg-push-10 {
    left: 83.33333%; }
  .page-type-page .page .col-lg-push-11 {
    left: 91.66667%; }
  .page-type-page .page .col-lg-push-12 {
    left: 100%; }
  .page-type-page .page .col-lg-offset-0 {
    margin-left: 0; }
  .page-type-page .page .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .page-type-page .page .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .page-type-page .page .col-lg-offset-3 {
    margin-left: 25%; }
  .page-type-page .page .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .page-type-page .page .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .page-type-page .page .col-lg-offset-6 {
    margin-left: 50%; }
  .page-type-page .page .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .page-type-page .page .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .page-type-page .page .col-lg-offset-9 {
    margin-left: 75%; }
  .page-type-page .page .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .page-type-page .page .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .page-type-page .page .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1140px) {
  .page-type-page .page .col-xl-1 {
    width: 8.33333%; }
  .page-type-page .page .col-xl-2 {
    width: 16.66667%; }
  .page-type-page .page .col-xl-3 {
    width: 25%; }
  .page-type-page .page .col-xl-4 {
    width: 33.33333%; }
  .page-type-page .page .col-xl-5 {
    width: 41.66667%; }
  .page-type-page .page .col-xl-6 {
    width: 50%; }
  .page-type-page .page .col-xl-7 {
    width: 58.33333%; }
  .page-type-page .page .col-xl-8 {
    width: 66.66667%; }
  .page-type-page .page .col-xl-9 {
    width: 75%; }
  .page-type-page .page .col-xl-10 {
    width: 83.33333%; }
  .page-type-page .page .col-xl-11 {
    width: 91.66667%; }
  .page-type-page .page .col-xl-12 {
    width: 100%; }
  .page-type-page .page .col-xl-pull-0 {
    right: auto; }
  .page-type-page .page .col-xl-pull-1 {
    right: 8.33333%; }
  .page-type-page .page .col-xl-pull-2 {
    right: 16.66667%; }
  .page-type-page .page .col-xl-pull-3 {
    right: 25%; }
  .page-type-page .page .col-xl-pull-4 {
    right: 33.33333%; }
  .page-type-page .page .col-xl-pull-5 {
    right: 41.66667%; }
  .page-type-page .page .col-xl-pull-6 {
    right: 50%; }
  .page-type-page .page .col-xl-pull-7 {
    right: 58.33333%; }
  .page-type-page .page .col-xl-pull-8 {
    right: 66.66667%; }
  .page-type-page .page .col-xl-pull-9 {
    right: 75%; }
  .page-type-page .page .col-xl-pull-10 {
    right: 83.33333%; }
  .page-type-page .page .col-xl-pull-11 {
    right: 91.66667%; }
  .page-type-page .page .col-xl-pull-12 {
    right: 100%; }
  .page-type-page .page .col-xl-push-0 {
    left: auto; }
  .page-type-page .page .col-xl-push-1 {
    left: 8.33333%; }
  .page-type-page .page .col-xl-push-2 {
    left: 16.66667%; }
  .page-type-page .page .col-xl-push-3 {
    left: 25%; }
  .page-type-page .page .col-xl-push-4 {
    left: 33.33333%; }
  .page-type-page .page .col-xl-push-5 {
    left: 41.66667%; }
  .page-type-page .page .col-xl-push-6 {
    left: 50%; }
  .page-type-page .page .col-xl-push-7 {
    left: 58.33333%; }
  .page-type-page .page .col-xl-push-8 {
    left: 66.66667%; }
  .page-type-page .page .col-xl-push-9 {
    left: 75%; }
  .page-type-page .page .col-xl-push-10 {
    left: 83.33333%; }
  .page-type-page .page .col-xl-push-11 {
    left: 91.66667%; }
  .page-type-page .page .col-xl-push-12 {
    left: 100%; }
  .page-type-page .page .col-xl-offset-0 {
    margin-left: 0; }
  .page-type-page .page .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .page-type-page .page .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .page-type-page .page .col-xl-offset-3 {
    margin-left: 25%; }
  .page-type-page .page .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .page-type-page .page .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .page-type-page .page .col-xl-offset-6 {
    margin-left: 50%; }
  .page-type-page .page .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .page-type-page .page .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .page-type-page .page .col-xl-offset-9 {
    margin-left: 75%; }
  .page-type-page .page .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .page-type-page .page .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .page-type-page .page .col-xl-offset-12 {
    margin-left: 100%; } }

.page-type-page .page .row-padded {
  padding: 1em 0; }

.page-type-page .page .row-border-bottom {
  border-bottom: 1px solid #cdcdcd; }

.page-type-page .page .row-border-top {
  border-top: 1px solid #cdcdcd; }

.page-type-page .page .row-inline-grid {
  letter-spacing: -6px; }

.page-type-page .page .row-inline-grid .col-inline-grid {
  letter-spacing: 0;
  float: none;
  display: inline-block;
  vertical-align: top; }

.page-type-page .page .col-padded {
  padding-top: 16px;
  padding-bottom: 16px; }

.page-type-page .page .col-add-margin {
  margin-bottom: 2.5em; }

@media (max-width: 539.98px) {
  .page-type-page .page .col-padded-xs {
    padding-top: .5em;
    padding-bottom: .5em; } }

@media (max-width: 779.98px) {
  .page-type-page .page .col-padded-sm {
    padding-top: .5em;
    padding-bottom: .5em; } }

@media (max-width: 959.98px) {
  .page-type-page .page .col-padded-md {
    padding-top: .5em;
    padding-bottom: .5em; } }

@media (min-width: 960px) {
  .page-type-page .page .col-padded-lg {
    padding-top: .5em;
    padding-bottom: .5em; } }

@media (max-width: 779.98px) {
  .page-type-page .page .col-hide-sm {
    display: none; } }

@media (max-width: 959.98px) {
  .page-type-page .page .col-hide-md {
    display: none; } }

@media (min-width: 780px) {
  .page-type-page .page .col-hide-sm-min {
    display: none; } }

@media (min-width: 960px) {
  .page-type-page .page .col-hide-md-min {
    display: none; } }

.page-type-page .page .row-margin-top {
  margin-top: 1em; }

@media (min-width: 540px) {
  .page-type-page .page .padded-left-lt-xs {
    padding-left: 1em; } }

.page-type-page .page .yCmsContentSlot > [class*=col-] {
  margin-bottom: 2.5em; }

.page-type-page .page .firstSpiritContentSlot > :not(.breadcrumb-wrapper) {
  margin-bottom: 30px; }

.page-type-page .page .equalHeightChildren,
.page-type-page .page .firstSpiritContentSlot {
  display: flex;
  flex-wrap: wrap; }

.page-type-page .page .page-psakonformitaetserklaerungen .equalHeightChildren {
  display: block; }

.page-type-page .page .grid {
  display: flex;
  flex-wrap: wrap;
  margin: -.3125rem; }

.page-type-page .page .grid > * {
  margin: .3125rem; }

.page-type-page .page .grid--medium {
  display: flex;
  flex-wrap: wrap;
  margin: -.46875rem; }

.page-type-page .page .grid--medium > * {
  margin: .46875rem; }

.page-type-page .page .grid--large {
  display: flex;
  flex-wrap: wrap;
  margin: -.625rem; }

.page-type-page .page .grid--large > * {
  margin: .625rem; }

.page-type-page .page .grid--2 {
  display: flex;
  flex-wrap: wrap;
  margin: -5px; }

.page-type-page .page .grid--2 > * {
  margin: 5px;
  width: calc(50% - 10px); }

.page-type-page .page .grid-container {
  margin: auto;
  max-width: 1440px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }

@media (min-width: 960px) {
  .page-type-page .page .grid-container {
    padding-left: 15px;
    padding-right: 15px; } }

.page-type-page .page fieldset {
  padding: 0;
  margin: 0 auto;
  border: 0;
  min-width: 0; }

.page-type-page .page fieldset.push-down {
  margin-bottom: 1.5em; }

.page-type-page .page label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.42857; }

.page-type-page .page label.always-required:after,
.page-type-page .page label.required:after {
  content: "*";
  top: -.5em;
  font-size: 14px;
  margin-left: .25em; }

.page-type-page .page input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.page-type-page .page input[type=checkbox],
.page-type-page .page input[type=radio] {
  margin: 4px 0 0;
  line-height: normal; }

.page-type-page .page input[type=file] {
  display: block; }

.page-type-page .page input[type=range] {
  display: block;
  width: 100%; }

.page-type-page .page select[multiple],
.page-type-page .page select[size] {
  height: auto; }

.page-type-page .page .hack-select-fix {
  padding: 0 !important; }

.page-type-page .page input[type=checkbox]:focus,
.page-type-page .page input[type=file]:focus,
.page-type-page .page input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.page-type-page .page output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #5c5c5c; }

.page-type-page .page .input-control {
  display: inline-block;
  height: 38px;
  padding: 6px 12px;
  line-height: 1.5;
  color: #5c5c5c;
  background-image: none;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: textfield; }

.page-type-page .page .input-control::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1; }

.page-type-page .page .input-control:-ms-input-placeholder {
  color: #b3b3b3; }

.page-type-page .page .input-control::-webkit-input-placeholder {
  color: #b3b3b3; }

.page-type-page .page .input-control[disabled],
.page-type-page .page .input-control[readonly],
.page-type-page .page fieldset[disabled] .input-control {
  cursor: not-allowed;
  background-color: #e7e7e7;
  opacity: 1; }

.page-type-page .page .input-control:focus {
  border: 1px solid #ff7000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.page-type-page .page .input-block {
  width: 100%; }

.page-type-page .page textarea.input-control {
  display: block;
  height: auto; }

.page-type-page .page input[type=search] {
  -webkit-appearance: none; }

.page-type-page .page input[type=date],
.page-type-page .page input[type=datetime-local],
.page-type-page .page input[type=month],
.page-type-page .page input[type=time] {
  line-height: 38px; }

.page-type-page .page input[type=date].input-sm,
.page-type-page .page input[type=datetime-local].input-sm,
.page-type-page .page input[type=month].input-sm,
.page-type-page .page input[type=time].input-sm {
  line-height: 28px; }

.page-type-page .page input[type=date].input-lg,
.page-type-page .page input[type=datetime-local].input-lg,
.page-type-page .page input[type=month].input-lg,
.page-type-page .page input[type=time].input-lg {
  line-height: 50px; }

.page-type-page .page .input-group {
  margin-bottom: 20px; }

.page-type-page .page .input-group .personal-data .hoffmann-select select {
  width: 100%; }

.page-type-page .page .input-group-narrow {
  margin-bottom: .9em; }

.page-type-page .page .checkbox,
.page-type-page .page .radio {
  display: block;
  min-height: 1em;
  margin-bottom: 1em; }

.page-type-page .page .checkbox label,
.page-type-page .page .radio label {
  padding-left: 20px;
  margin-bottom: 0; }

.page-type-page .page .checkbox input[type=checkbox],
.page-type-page .page .checkbox-inline input[type=checkbox],
.page-type-page .page .radio input[type=radio],
.page-type-page .page .radio-inline input[type=radio] {
  float: left;
  margin-left: -20px; }

.page-type-page .page .checkbox + .checkbox,
.page-type-page .page .radio + .radio {
  margin-top: -5px; }

.page-type-page .page .checkbox-inline,
.page-type-page .page .radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer; }

.page-type-page .page .checkbox-inline + .checkbox-inline,
.page-type-page .page .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }

.page-type-page .page .checkbox-inline[disabled],
.page-type-page .page .checkbox[disabled],
.page-type-page .page .radio-inline[disabled],
.page-type-page .page .radio[disabled],
.page-type-page .page fieldset[disabled] .checkbox,
.page-type-page .page fieldset[disabled] .checkbox-inline,
.page-type-page .page fieldset[disabled] .radio,
.page-type-page .page fieldset[disabled] .radio-inline,
.page-type-page .page fieldset[disabled] input[type=checkbox],
.page-type-page .page fieldset[disabled] input[type=radio],
.page-type-page .page input[type=checkbox][disabled],
.page-type-page .page input[type=radio][disabled] {
  cursor: not-allowed; }

.page-type-page .page .input-sm {
  height: 28px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.page-type-page .page select.input-sm {
  height: 28px;
  line-height: 28px; }

.page-type-page .page select[multiple].input-sm,
.page-type-page .page textarea.input-sm {
  height: auto; }

.page-type-page .page .input-lg {
  height: 50px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 3px; }

.page-type-page .page select.input-lg {
  height: 50px;
  line-height: 50px; }

.page-type-page .page select[multiple].input-lg,
.page-type-page .page textarea.input-lg {
  height: auto; }

.page-type-page .page .has-feedback {
  position: relative; }

.page-type-page .page .has-feedback .input-control {
  padding-right: 47.5px; }

.page-type-page .page .input-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center; }

.page-type-page .page .input-lg + .input-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px; }

.page-type-page .page .input-sm + .input-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px; }

.page-type-page .page .has-success .checkbox,
.page-type-page .page .has-success .checkbox-inline,
.page-type-page .page .has-success .control-label,
.page-type-page .page .has-success .help-block,
.page-type-page .page .has-success .radio,
.page-type-page .page .has-success .radio-inline {
  color: #49ab1d; }

.page-type-page .page .has-success .input-control {
  border-color: #49ab1d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.page-type-page .page .has-success .input-control:focus {
  border-color: #367f16;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7be14d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7be14d; }

.page-type-page .page .has-success .input-group-addon {
  color: #49ab1d;
  border-color: #49ab1d;
  background-color: #dff0d8; }

.page-type-page .page .has-success .input-control-feedback {
  color: #49ab1d; }

.page-type-page .page .has-warning .checkbox,
.page-type-page .page .has-warning .checkbox-inline,
.page-type-page .page .has-warning .control-label,
.page-type-page .page .has-warning .help-block,
.page-type-page .page .has-warning .radio,
.page-type-page .page .has-warning .radio-inline {
  color: #f7ab09; }

.page-type-page .page .has-warning .input-control {
  border-color: #f7ab09;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.page-type-page .page .has-warning .input-control:focus {
  border-color: #c78906;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #facd6c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #facd6c; }

.page-type-page .page .has-warning .input-group-addon {
  color: #f7ab09;
  border-color: #f7ab09;
  background-color: #fffae4; }

.page-type-page .page .has-warning .input-control-feedback {
  color: #f7ab09; }

.page-type-page .page .has-error .checkbox,
.page-type-page .page .has-error .checkbox-inline,
.page-type-page .page .has-error .control-label,
.page-type-page .page .has-error .help-block,
.page-type-page .page .has-error .radio,
.page-type-page .page .has-error .radio-inline {
  color: #333; }

.page-type-page .page .has-error .input-control {
  border-color: #c7102d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.page-type-page .page .has-error .input-control:focus {
  border-color: #980c22;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f14c66;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f14c66; }

.page-type-page .page .has-error .input-group-addon {
  color: #333;
  border-color: #c7102d;
  background-color: #f4cfd5; }

.page-type-page .page .has-error .input-control-feedback {
  color: #333; }

.page-type-page .page .input-control-static {
  display: inline-block;
  height: 38px;
  padding: 6px 0;
  vertical-align: middle;
  margin-bottom: 0; }

.page-type-page .page .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

.page-type-page .page .form-actions {
  margin-top: 1em;
  margin-bottom: 1em; }

.page-type-page .page .form-actions.form-actions-centered {
  text-align: center; }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .form-actions .col-sm-12 .text-right {
    text-align: left; }
  .page-type-page .page .form-actions .col-sm-12 .text-right .btn-secondary + .btn-primary {
    float: right; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .form-actions .col-sm-12 .text-right {
    text-align: left; }
  .page-type-page .page .form-actions .col-sm-12 .text-right .btn-secondary + .btn-primary {
    float: right; } }

@media print {
  .page-type-page .page .form-actions .col-sm-12 .text-right {
    text-align: left; }
  .page-type-page .page .form-actions .col-sm-12 .text-right .btn-secondary + .btn-primary {
    float: right; } }

@media (max-width: 539.98px) {
  .page-type-page .page .form-actions .col-xs-12 .text-right {
    text-align: left; }
  .page-type-page .page .form-actions .col-xs-12 .text-right .btn-secondary + .btn-primary {
    float: right; } }

.page-type-page .page .input-info {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0; }

.page-type-page .page label.error {
  color: #c7102d; }

.page-type-page .page .be-input-error select,
.page-type-page .page .input-error select {
  border: 1px solid #c7102d;
  background-color: #fbd1d7 !important; }

.page-type-page .page .be-input-error input[type=checkbox] ~ label:before,
.page-type-page .page .input-error input[type=checkbox] ~ label:before {
  border: 1px solid #c7102d !important; }

.page-type-page .page .be-input-error .compound-input,
.page-type-page .page .be-input-error .input-control,
.page-type-page .page .input-error .compound-input,
.page-type-page .page .input-error .input-control {
  border-color: #c7102d;
  background-color: #f4cfd5; }

.page-type-page .page .be-input-error .input-info,
.page-type-page .page .input-error .input-info {
  color: #c7102d; }

.page-type-page .page input.error,
.page-type-page .page select.error {
  border-color: #c7102d; }

.page-type-page .page input.error p.error,
.page-type-page .page input.error + p,
.page-type-page .page select.error p.error,
.page-type-page .page select.error + p {
  color: #c7102d; }

.page-type-page .page p.error,
.page-type-page .page p.input-error {
  color: #c7102d; }

.page-type-page .page .input-control.is-invalid {
  border-color: #c7102d; }

.page-type-page .page .form-inline {
  margin-bottom: 1em; }

.page-type-page .page .form-inline label {
  display: inline-block;
  margin-right: 1em; }

.page-type-page .page .form-inline .input-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.page-type-page .page .form-inline .input-control {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.page-type-page .page .form-inline .input-group {
  display: inline-table;
  vertical-align: middle; }

.page-type-page .page .form-inline .input-group .input-control,
.page-type-page .page .form-inline .input-group .input-group-addon,
.page-type-page .page .form-inline .input-group .input-group-btn {
  width: auto; }

.page-type-page .page .form-inline .input-group + .input-group {
  margin-left: 1em; }

.page-type-page .page .form-inline .input-group > .input-control {
  width: 100%; }

.page-type-page .page .form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle; }

.page-type-page .page .form-inline .checkbox,
.page-type-page .page .form-inline .radio {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle; }

.page-type-page .page .form-inline .checkbox input[type=checkbox],
.page-type-page .page .form-inline .radio input[type=radio] {
  float: none;
  margin-left: 0; }

.page-type-page .page .form-inline .has-feedback .input-control-feedback {
  top: 0; }

.page-type-page .page .form-horizontal .checkbox,
.page-type-page .page .form-horizontal .checkbox-inline,
.page-type-page .page .form-horizontal .radio,
.page-type-page .page .form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.page-type-page .page .form-horizontal .checkbox,
.page-type-page .page .form-horizontal .radio {
  min-height: 31px; }

.page-type-page .page .form-horizontal .input-group {
  margin-left: -15px;
  margin-right: -15px; }

.page-type-page .page .form-horizontal .input-control-static {
  padding-top: 7px;
  padding-bottom: 7px; }

@media (min-width: 540px) {
  .page-type-page .page .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.page-type-page .page .form-horizontal .has-feedback .input-control-feedback {
  top: 0;
  right: 15px; }

.page-type-page .page select:focus {
  outline: 0 none; }

.page-type-page .page select option {
  border: none; }

.page-type-page .page select.select-block {
  width: 100%;
  display: block; }

.page-type-page .page .block-cart select,
.page-type-page .page .block-fill select,
.page-type-page .page .block-summary-page select {
  background-color: #fff; }

.page-type-page .page .input-group-datepicker {
  position: relative; }

.page-type-page .page .input-group-datepicker i {
  margin-top: 2px;
  position: absolute;
  right: .66em;
  top: 50%;
  pointer-events: none; }

.page-type-page .page .input-group-checkbox label,
.page-type-page .page .input-group-radio label {
  display: inline-block;
  vertical-align: middle; }

.page-type-page .page .input-group-checkbox input[type=checkbox],
.page-type-page .page .input-group-checkbox input[type=radio],
.page-type-page .page .input-group-radio input[type=checkbox],
.page-type-page .page .input-group-radio input[type=radio] {
  display: none; }

.page-type-page .page .input-group-checkbox input[type=checkbox]:checked + label,
.page-type-page .page .input-group-checkbox input[type=radio]:checked + label,
.page-type-page .page .input-group-radio input[type=checkbox]:checked + label,
.page-type-page .page .input-group-radio input[type=radio]:checked + label {
  color: #000; }

.page-type-page .page .input-group-checkbox input[type=checkbox]:checked + label:before,
.page-type-page .page .input-group-checkbox input[type=radio]:checked + label:before,
.page-type-page .page .input-group-radio input[type=checkbox]:checked + label:before,
.page-type-page .page .input-group-radio input[type=radio]:checked + label:before {
  border-color: #ff7000; }

.page-type-page .page .input-group-checkbox input[type=checkbox]:checked + label:after,
.page-type-page .page .input-group-checkbox input[type=radio]:checked + label:after,
.page-type-page .page .input-group-radio input[type=checkbox]:checked + label:after,
.page-type-page .page .input-group-radio input[type=radio]:checked + label:after {
  opacity: 1; }

.page-type-page .page .input-group-checkbox label,
.page-type-page .page .input-group-radio label {
  position: relative;
  white-space: normal;
  margin-bottom: 0;
  font-size: 16px; }

.page-type-page .page .input-group-checkbox label::after,
.page-type-page .page .input-group-checkbox label::before,
.page-type-page .page .input-group-radio label::after,
.page-type-page .page .input-group-radio label::before {
  content: "";
  cursor: pointer;
  position: absolute; }

.page-type-page .page .input-group-checkbox label::before,
.page-type-page .page .input-group-radio label::before {
  top: 1px;
  left: 0;
  border: 1px solid #333; }

.page-type-page .page .input-group-checkbox label::after,
.page-type-page .page .input-group-radio label::after {
  opacity: 0; }

.page-type-page .page .input-group-checkbox label {
  padding-left: 35px;
  line-height: 25px; }

.page-type-page .page .input-group-checkbox label::before {
  width: 21px;
  height: 21px;
  background: #fff; }

.page-type-page .page .input-group-checkbox label::after {
  width: 9px;
  height: 5px;
  top: 7px;
  left: 6px;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity .1s;
  -o-transition: opacity .1s;
  transition: opacity .1s; }

.page-type-page .page .input-group-radio label {
  padding-left: 31px;
  line-height: 25px; }

.page-type-page .page .input-group-radio label::before {
  width: 21px;
  height: 21px;
  border-radius: 50%; }

.page-type-page .page .input-group-radio label::after {
  width: 11px;
  height: 11px;
  background-color: #ff7000;
  top: 6px;
  left: 5px;
  border-radius: 50%;
  -webkit-transition: opacity .1s;
  -o-transition: opacity .1s;
  transition: opacity .1s; }

.page-type-page .page .form-input-button input[type=checkbox],
.page-type-page .page .form-input-button input[type=radio] {
  display: none; }

.page-type-page .page .form-input-button input[type=checkbox]:checked + label,
.page-type-page .page .form-input-button input[type=radio]:checked + label {
  background-color: #cdcdcd; }

.page-type-page .page .form-input-button label {
  padding: .5em 1em;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.page-type-page .page .directbuy .orderform-link {
  font-size: 14px; }

.page-type-page .page .directbuy .orderform-link > a {
  color: #ff7000;
  text-decoration: underline; }

.page-type-page .page .block-product-list-direct-entry .text-inverse {
  color: #fff; }

.page-type-page .page .block-product-list-direct-entry .text-inverse a {
  color: #ff7000;
  font-weight: 400; }

.page-type-page .page .block-product-list-direct-entry .icon-success i {
  color: #beffbe;
  font-size: 40px; }

.page-type-page .page .block-product-list-direct-entry .icon-error i {
  color: #ff7000;
  font-size: 40px; }

.page-type-page .page .block-product-list-direct-entry .spinner {
  font-size: 8px;
  display: inline-block;
  position: relative;
  text-indent: -9999em;
  border-top: 0.4em solid rgba(255, 255, 255, 0.2);
  border-right: 0.4em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.4em solid rgba(255, 255, 255, 0.2);
  border-left: .4em solid #fff;
  -webkit-animation: load8 .8s infinite linear;
  animation: load8 .8s infinite linear; }

.page-type-page .page .block-product-list-direct-entry .spinner,
.page-type-page .page .block-product-list-direct-entry .spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em; }

.page-type-page .page .directbuytitel {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5; }

.page-type-page .page input[type=radio]:checked + strong {
  color: #ff7000; }

.page-type-page .page input[type=radio] + strong {
  margin-left: 5px; }

.page-type-page .page .input-right-icon {
  position: absolute;
  right: .65em;
  top: 9%;
  font-size: 26px; }

.page-type-page .page .checkbox-hidden label::after,
.page-type-page .page .checkbox-hidden label::before {
  display: none; }

.page-type-page .page #nl-b2b:checked + label + .show-checked {
  display: block; }

.page-type-page .page .label-inline {
  display: inline-block; }

.page-type-page .page .dataTables_filter {
  margin-bottom: 1em; }

.page-type-page .page .dataTables_filter label input {
  margin-left: .5em; }

.page-type-page .page .block-product-list-direct-entry input:disabled,
.page-type-page .page .block-product-list-direct-entry select:disabled {
  display: none; }

.page-type-page .page .cb-distance input[type=checkbox] {
  margin-right: 5px; }

.page-type-page .page .fullWidth {
  width: 100%; }

.page-type-page .page .formHeadline {
  font-weight: 400 !important;
  font-size: 20px !important;
  text-align: center;
  padding-top: 18px;
  color: #ff7000; }

.page-type-page .page #inputForm .radioItem {
  height: 4em;
  cursor: default; }

.page-type-page .page #inputForm .radioItem i {
  position: absolute;
  top: 13px; }

.page-type-page .page #inputForm .radioItem span {
  position: absolute;
  top: 16px;
  left: 30px; }

.page-type-page .page .datenschutz-checkbox {
  margin-right: 10px !important; }

.page-type-page .page ._js_hoffmann_mycompany_costcenters label {
  word-wrap: break-word; }

.page-type-page .page .compound-input {
  border: 1px solid #cdcdcd;
  display: flex; }

.page-type-page .page .compound-input:focus-within {
  border: 1px solid #ff7000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.page-type-page .page .compound-input__input {
  flex: 1;
  min-width: 0; }

.page-type-page .page .compound-input__suffix {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  padding: 0 .5rem; }

.page-type-page .page .compound-input .input-control {
  border: 0; }

.page-type-page .page .compound-input .input-control:focus {
  border: 0;
  box-shadow: none; }

.page-type-page .page .input-group.s-focus .compound-input {
  border: 1px solid #ff7000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.page-type-page .page .password-revealer {
  background: 0 0;
  border: 0;
  color: #b3b3b3;
  display: inline-flex;
  font: inherit;
  padding: 0;
  vertical-align: middle; }

.page-type-page .page .password-revealer__icon {
  font-size: 1.25em;
  height: 1em;
  width: 1em; }

.page-type-page .page ::-ms-reveal {
  display: none !important; }

.page-type-page .page .input-flyout__container {
  position: relative; }

.page-type-page .page .input-flyout__flyout {
  background: #fff;
  border: 1px solid #cdcdcd;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  font-size: .875rem;
  left: 0;
  position: absolute;
  top: calc(100% + 4px);
  max-width: 100%;
  min-width: 75%;
  z-index: 1; }

.page-type-page .page .input-flyout__flyout .flyout__head {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 1rem;
  padding-bottom: 1em; }

.page-type-page .page .password-quality {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.page-type-page .page .password-quality__check {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23af1110' d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z'/%3E%3C/svg%3E") no-repeat left center/1.125em 1.125em;
  padding-left: 1.25rem;
  margin-bottom: .25rem; }

.page-type-page .page .password-quality__check.s-valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2349ab1d' d='M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z'/%3E%3C/svg%3E");
  background-size: 1.25em 1.25em; }

.page-type-page .page .password-quality__check:last-child {
  margin-bottom: 0; }

.page-type-page .page .input-message {
  font-size: 14px;
  font-weight: 700; }

.page-type-page .page .input-message--error {
  color: #c7102d; }

.page-type-page .page .input-group__error {
  display: none;
  margin-top: .25rem; }

.page-type-page .page .input-group.s-invalid.s-touched label {
  color: #c7102d; }

.page-type-page .page .input-group.s-invalid.s-touched .compound-input {
  background: #f4cfd5;
  border-color: #c7102d; }

.page-type-page .page .input-group.s-invalid.s-touched .compound-input .input-control {
  background: 0 0; }

.page-type-page .page .input-group.s-invalid.s-touched .input-group__error {
  display: block; }

.page-type-page .page .password-strength {
  font-weight: 700;
  margin-top: .75rem; }

.page-type-page .page .password-strength__text {
  color: #c7102d;
  font-weight: 400; }

.page-type-page .page .password-strength__text--middle {
  color: #f7ab09; }

.page-type-page .page .password-strength__text--strong {
  color: #49ab1d; }

.page-type-page .page .password-strength__meter {
  background: #f5f5f5;
  border: 0;
  box-sizing: content-box;
  color: #c7102d;
  display: block;
  height: .675rem;
  margin-top: .5rem;
  position: relative;
  vertical-align: middle;
  width: 100%;
  z-index: 0; }

.page-type-page .page .password-strength--weak .password-strength__meter > div::before {
  width: 33%; }

.page-type-page .page .password-strength--middle .password-strength__meter {
  color: #f7ab09; }

.page-type-page .page .password-strength--middle .password-strength__meter > div::before {
  width: 67%; }

.page-type-page .page .password-strength--strong .password-strength__meter {
  color: #49ab1d; }

.page-type-page .page .password-strength--strong .password-strength__meter > div::before {
  width: 100%; }

.page-type-page .page .password-strength__meter::-webkit-meter-inner-element {
  display: block; }

.page-type-page .page .password-strength__meter::-webkit-meter-bar {
  background: 0 0;
  border: 0;
  border-radius: 0; }

.page-type-page .page .password-strength__meter::-moz-meter-bar {
  background: currentColor; }

.page-type-page .page .password-strength__meter::-webkit-meter-even-less-good-value {
  background: currentColor; }

.page-type-page .page .password-strength__meter::-webkit-meter-suboptimum-value {
  background: currentColor; }

.page-type-page .page .password-strength__meter::-webkit-meter-optimum-value {
  background: currentColor; }

.page-type-page .page .password-strength__meter > div {
  background: #f5f5f5;
  display: flex;
  height: 100%; }

.page-type-page .page .password-strength__meter > div::before {
  background: currentColor;
  content: "";
  height: 100%; }

.page-type-page .page .formValidationErrorIndicator.has-error {
  border: 1px solid #c7102d;
  border-radius: 2px; }

.page-type-page .page .input-error-message {
  color: #c7102d; }

.page-type-page .page .input-validate:invalid:focus {
  border-color: #c7102d;
  background-color: #f4cfd5; }

.page-type-page .page .input-validate:invalid:focus ~ .input-error-message {
  display: block !important;
  visibility: visible !important; }

.page-type-page .page .input-validate:valid {
  border-color: #b3b3b3;
  background-color: inherit; }

.page-type-page .page .input-validate:valid:focus {
  border: 1px solid #ff7000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.page-type-page .page .input-validate:valid ~ .input-error-message {
  display: none !important;
  visibility: hidden !important; }

.page-type-page .page .btn {
  display: inline-block;
  padding: 0 1.5em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  height: 38px;
  line-height: 39px;
  position: relative;
  -webkit-transition: .1s ease-in-out all;
  -o-transition: .1s ease-in-out all;
  transition: .1s ease-in-out all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.page-type-page .page .btn:focus,
.page-type-page .page .btn:hover {
  outline: 0;
  position: relative; }

.page-type-page .page .btn.disabled,
.page-type-page .page .btn[disabled],
.page-type-page .page fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .45; }

.page-type-page .page .btn + .btn {
  margin-left: .5em; }

.page-type-page .page .btn i {
  font-size: 14px; }

.page-type-page .page .btn i + span {
  margin-left: .5em; }

.page-type-page .page .btn span + i {
  margin-left: .5em; }

.page-type-page .page .btn-small {
  padding: 0 1em;
  height: 28px;
  line-height: 28px; }

.page-type-page .page .btn-normal {
  height: 40px; }

.page-type-page .page .btn-large {
  padding: 0 3em;
  height: 50px;
  line-height: 50px; }

.page-type-page .page .btn-primary {
  font-weight: 700;
  color: #fff;
  background-color: #ff7000;
  border-color: #ff7000; }

.page-type-page .page .btn-primary:focus,
.page-type-page .page .btn-primary:hover,
.page-type-page .page .open > .btn-primary.dropdown-toggle,
.page-type-page .page .search .search-terms__footer .btn-primary.s-active {
  color: #fff;
  background-color: #e75915;
  border-color: #e75915; }

.page-type-page .page .open > .btn-primary.dropdown-toggle {
  background-image: none; }

.page-type-page .page .btn-primary.disabled,
.page-type-page .page .btn-primary.disabled.active,
.page-type-page .page .btn-primary.disabled:active,
.page-type-page .page .btn-primary.disabled:focus,
.page-type-page .page .btn-primary.disabled:hover,
.page-type-page .page .btn-primary[disabled],
.page-type-page .page .btn-primary[disabled].active,
.page-type-page .page .btn-primary[disabled]:active,
.page-type-page .page .btn-primary[disabled]:focus,
.page-type-page .page .btn-primary[disabled]:hover,
.page-type-page .page .search .search-terms__footer .btn-primary.s-active[disabled],
.page-type-page .page .search .search-terms__footer .disabled.btn-primary.s-active,
.page-type-page .page .search .search-terms__footer fieldset[disabled] .btn-primary.s-active,
.page-type-page .page fieldset[disabled] .btn-primary,
.page-type-page .page fieldset[disabled] .btn-primary.active,
.page-type-page .page fieldset[disabled] .btn-primary:active,
.page-type-page .page fieldset[disabled] .btn-primary:focus,
.page-type-page .page fieldset[disabled] .btn-primary:hover,
.page-type-page .page fieldset[disabled] .search .search-terms__footer .btn-primary.s-active {
  background-color: #ff7000;
  border-color: #ff7000; }

.page-type-page .page .btn-primary .badge {
  color: #ff7000;
  background-color: #fff; }

.page-type-page .page .btn-bordered.btn-white,
.page-type-page .page .btn-secondary {
  color: #333;
  background-color: #fff;
  border-color: #333; }

.page-type-page .page .btn-bordered.btn-white:focus,
.page-type-page .page .btn-bordered.btn-white:hover,
.page-type-page .page .btn-secondary:focus,
.page-type-page .page .btn-secondary:hover,
.page-type-page .page .open > .btn-bordered.btn-white.dropdown-toggle,
.page-type-page .page .open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ff7000;
  border-color: #ff7000; }

.page-type-page .page .open > .btn-bordered.btn-white.dropdown-toggle,
.page-type-page .page .open > .btn-secondary.dropdown-toggle {
  background-image: none; }

.page-type-page .page .btn-bordered.btn-white.disabled,
.page-type-page .page .btn-bordered.btn-white.disabled.active,
.page-type-page .page .btn-bordered.btn-white.disabled:active,
.page-type-page .page .btn-bordered.btn-white.disabled:focus,
.page-type-page .page .btn-bordered.btn-white.disabled:hover,
.page-type-page .page .btn-bordered.btn-white[disabled],
.page-type-page .page .btn-bordered.btn-white[disabled].active,
.page-type-page .page .btn-bordered.btn-white[disabled]:active,
.page-type-page .page .btn-bordered.btn-white[disabled]:focus,
.page-type-page .page .btn-bordered.btn-white[disabled]:hover,
.page-type-page .page .btn-secondary.disabled,
.page-type-page .page .btn-secondary.disabled.active,
.page-type-page .page .btn-secondary.disabled:active,
.page-type-page .page .btn-secondary.disabled:focus,
.page-type-page .page .btn-secondary.disabled:hover,
.page-type-page .page .btn-secondary[disabled],
.page-type-page .page .btn-secondary[disabled].active,
.page-type-page .page .btn-secondary[disabled]:active,
.page-type-page .page .btn-secondary[disabled]:focus,
.page-type-page .page .btn-secondary[disabled]:hover,
.page-type-page .page fieldset[disabled] .btn-bordered.btn-white,
.page-type-page .page fieldset[disabled] .btn-bordered.btn-white.active,
.page-type-page .page fieldset[disabled] .btn-bordered.btn-white:active,
.page-type-page .page fieldset[disabled] .btn-bordered.btn-white:focus,
.page-type-page .page fieldset[disabled] .btn-bordered.btn-white:hover,
.page-type-page .page fieldset[disabled] .btn-secondary,
.page-type-page .page fieldset[disabled] .btn-secondary.active,
.page-type-page .page fieldset[disabled] .btn-secondary:active,
.page-type-page .page fieldset[disabled] .btn-secondary:focus,
.page-type-page .page fieldset[disabled] .btn-secondary:hover {
  background-color: #fff;
  border-color: #333; }

.page-type-page .page .btn-bordered.btn-white .badge,
.page-type-page .page .btn-secondary .badge {
  color: #fff;
  background-color: #333; }

.page-type-page .page .btn-error {
  color: #c7102d;
  background-color: #f4cfd5;
  border-color: #c7102d; }

.page-type-page .page .btn-error:focus,
.page-type-page .page .btn-error:hover,
.page-type-page .page .open > .btn-error.dropdown-toggle {
  color: #c7102d;
  background-color: #f4cfd5;
  border-color: #c7102d; }

.page-type-page .page .open > .btn-error.dropdown-toggle {
  background-image: none; }

.page-type-page .page .btn-error.disabled,
.page-type-page .page .btn-error.disabled.active,
.page-type-page .page .btn-error.disabled:active,
.page-type-page .page .btn-error.disabled:focus,
.page-type-page .page .btn-error.disabled:hover,
.page-type-page .page .btn-error[disabled],
.page-type-page .page .btn-error[disabled].active,
.page-type-page .page .btn-error[disabled]:active,
.page-type-page .page .btn-error[disabled]:focus,
.page-type-page .page .btn-error[disabled]:hover,
.page-type-page .page fieldset[disabled] .btn-error,
.page-type-page .page fieldset[disabled] .btn-error.active,
.page-type-page .page fieldset[disabled] .btn-error:active,
.page-type-page .page fieldset[disabled] .btn-error:focus,
.page-type-page .page fieldset[disabled] .btn-error:hover {
  background-color: #f4cfd5;
  border-color: #c7102d; }

.page-type-page .page .btn-error .badge {
  color: #f4cfd5;
  background-color: #c7102d; }

.page-type-page .page .btn-error > .btn-error__default-message,
.page-type-page .page :not(.btn-error) > .btn-error__error-message {
  display: none; }

.page-type-page .page .btn-secondary.btn-registration:hover {
  font-weight: 700; }

.page-type-page .page .btn-link {
  color: #333;
  font-weight: 400;
  cursor: pointer;
  background-color: transparent; }

.page-type-page .page .btn-link,
.page-type-page .page .btn-link:active,
.page-type-page .page .btn-link[disabled],
.page-type-page .page fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.page-type-page .page .btn-link,
.page-type-page .page .btn-link:active,
.page-type-page .page .btn-link:focus,
.page-type-page .page .btn-link:hover {
  border-color: transparent;
  background-color: transparent; }

.page-type-page .page .btn-link:hover {
  color: #ff7000;
  background-color: transparent; }

.page-type-page .page .btn-link[disabled],
.page-type-page .page fieldset[disabled] .btn-link {
  opacity: .5; }

.page-type-page .page .btn-link[disabled]:focus,
.page-type-page .page .btn-link[disabled]:hover,
.page-type-page .page fieldset[disabled] .btn-link:focus,
.page-type-page .page fieldset[disabled] .btn-link:hover {
  color: #333;
  text-decoration: none; }

.page-type-page .page .btn-link.btn-block {
  text-align: center; }

.page-type-page .page .btn-link.btn-inline-block {
  display: inline-block; }

.page-type-page .page .btn-link.btn-primary {
  color: #ff7000; }

.page-type-page .page .btn-link.btn-primary:hover {
  text-decoration: underline; }

.page-type-page .page .btn-link.return-link-disabled {
  cursor: default;
  color: #b3b3b3; }

.page-type-page .page .btn-underline {
  text-decoration: underline; }

.page-type-page .page .btn-block {
  display: block;
  width: 100%; }

.page-type-page .page .input-block-margin {
  margin: 10px 0; }

.page-type-page .page .btn-block + .btn-block {
  margin-top: 5px;
  margin-left: 0; }

.page-type-page .page input[type=button].btn-block,
.page-type-page .page input[type=reset].btn-block,
.page-type-page .page input[type=submit].btn-block {
  width: 100%; }

.page-type-page .page .btn-empty,
.page-type-page .page .btn-icon {
  padding: 0;
  border: none;
  white-space: nowrap;
  box-shadow: none;
  background-color: transparent; }

.page-type-page .page .btn-icon {
  line-height: 1; }

.page-type-page .page .btn-icon.btn-primary {
  color: #ff7000;
  background-color: transparent;
  transition: .2s color; }

.page-type-page .page .btn-icon.btn-primary:hover {
  color: #cc5a00;
  transition: .2s color; }

.page-type-page .page .well-fill .btn-icon {
  color: #b3b3b3;
  transition: .2s color; }

.page-type-page .page .well-fill .btn-icon:hover {
  color: #9a9a9a;
  transition: .2s color; }

.page-type-page .page .btn-icon-inline {
  font-size: 1.5em;
  line-height: 1; }

.page-type-page .page .firefox .btn-icon-inline,
.page-type-page .page .gecko .btn-icon-inline,
.page-type-page .page .safari .btn-icon-inline {
  line-height: 0; }

@media (max-width: 539.98px) {
  .page-type-page .page .btn-icon-inline {
    padding-left: 0;
    padding-right: 0; } }

.page-type-page .page .btn-icon-inline i {
  display: inline-block;
  margin-top: 3px;
  vertical-align: middle; }

.page-type-page .page .btn-file {
  position: relative;
  overflow: hidden;
  background: #e7e7e7;
  display: inline-block;
  padding: 10px; }

.page-type-page .page .btn-filter.active i {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.page-type-page .page .btn-no-line-height {
  line-height: 0;
  vertical-align: middle; }

.page-type-page .page p .btn {
  text-decoration: none; }

.page-type-page .page p .btn:hover {
  text-decoration: none; }

.page-type-page .page p .btn.btn-primary {
  color: #fff; }

.page-type-page .page p .btn.btn-primary:hover {
  text-decoration: none; }

.page-type-page .page .btn-success-background {
  background: #49ab1d !important;
  border-color: #49ab1d !important; }

.page-type-page .page .btn .btn-success-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1ed014;
  transition: .2s opacity;
  margin: -1px;
  border-radius: 3px; }

.page-type-page .page .btn .btn-success-overlay .svgIcon {
  fill: #fff; }

.page-type-page .page .btn .btn-success-overlay.hide-me {
  opacity: 0; }

.page-type-page .page .btn.text-left {
  padding: 0;
  text-align: left; }

.page-type-page .page .btn-filter-reset {
  color: #fff;
  background: #000;
  border: 1px solid transparent; }

.page-type-page .page .btn-filter-reset:hover {
  background: #222; }

.page-type-page .page .btn-square {
  display: inline-block;
  width: 39px;
  height: 39px;
  background-color: #ff7000;
  position: relative;
  top: -9px; }

.page-type-page .page .btn-square:hover {
  background-color: #cc5a00; }

.page-type-page .page .btn-square i {
  color: #fff;
  position: relative;
  top: 12px;
  left: 11px; }

.page-type-page .page .btnHint {
  font-size: 11px;
  line-height: 1.45455;
  margin-top: 6px;
  margin-bottom: 0; }

.page-type-page .page .btn-svgIcon {
  display: inline-flex;
  justify-content: center;
  display: inline-flex;
  align-items: center; }

.page-type-page .page .btn-svgIcon > .svgIcon {
  width: 20px;
  height: 20px;
  margin-right: 5px; }

.page-type-page .page .btn-dropdown {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  padding-right: 41px;
  padding-left: 20px;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.page-type-page .page .btn-container {
  width: 100%; }

.page-type-page .page .btn-registration {
  height: 60px;
  font-size: 16px; }

.page-type-page .page .btn-registration .span-alignment {
  vertical-align: text-top; }

.page-type-page .page .btn-disabled-tooltip {
  z-index: 2;
  position: relative;
  cursor: not-allowed;
  pointer-events: all; }

.page-type-page .page figure {
  margin: 0;
  padding: 0; }

.page-type-page .page figure figcaption {
  color: #333;
  font-size: 14px;
  line-height: 1.42857;
  margin-top: 5px;
  margin-bottom: 5px; }

.page-type-page .page figure .hasFigCaption {
  max-height: calc(100% - 30px) !important;
  width: auto; }

.page-type-page .page .head-masthead-new {
  margin-top: 12px;
  margin-bottom: 27px; }

.page-type-page .page .head-masthead-new h1 {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33333;
  color: #333;
  margin: 0; }

.page-type-page .page .header-masthead {
  margin-top: 18px;
  margin-bottom: 2.5em;
  text-align: center; }

.page-type-page .page .header-masthead.header-masthead-boss {
  margin-bottom: 3em; }

@media (max-width: 539.98px) {
  .page-type-page .page .header-masthead {
    margin-top: 0;
    text-align: left; } }

.page-type-page .page .header-masthead h1 {
  font-size: 45px;
  line-height: 1.15556;
  color: #ff7000;
  margin: 0;
  text-transform: uppercase; }

@media (max-width: 959.98px) {
  .page-type-page .page .header-masthead h1 {
    font-size: 30px;
    line-height: 1.33333; } }

@media (max-width: 539.98px) {
  .page-type-page .page .header-masthead h1 {
    font-size: 24px;
    line-height: 1.33333; } }

.page-type-page .page .header-masthead h2 {
  font-size: 16px;
  line-height: 1.5; }

.page-type-page .page .header-masthead p {
  padding: 1em;
  text-align: center; }

@media (max-width: 539.98px) {
  .page-type-page .page .header-masthead p {
    padding-left: 0;
    padding-right: 0;
    text-align: left; } }

@media (min-width: 960px) {
  .page-type-page .page .header-masthead p {
    padding-left: 4em;
    padding-right: 4em; } }

@media (min-width: 1140px) {
  .page-type-page .page .header-masthead p {
    padding-left: 7em;
    padding-right: 7em; } }

.page-type-page .page .header-black {
  margin-top: 20px;
  margin-bottom: 0;
  word-wrap: break-word; }

.page-type-page .page .header-black h1 {
  font-size: 30px;
  line-height: 1.33333;
  color: #333;
  font-weight: 700;
  margin: 0; }

.page-type-page .page .header-black h1:first-letter {
  text-transform: uppercase; }

@media (max-width: 539.98px) {
  .page-type-page .page .header-black h1 {
    font-size: 24px;
    line-height: 1.33333; } }

.page-type-page .page .content-headline h1 {
  font-size: 45px;
  line-height: 1.15556;
  color: #ff7000; }

.page-type-page .page .content-headline h2 {
  font-size: 36px;
  line-height: 1.22222; }

.page-type-page .page .content-headline h3 {
  font-size: 24px;
  line-height: 1.33333; }

.page-type-page .page .sub-header-black {
  font-size: 14px;
  color: #333;
  line-height: 1.42857;
  padding-top: 10px; }

.page-type-page .page .template-pages-layout-contentSidebarPage .header-masthead {
  margin-top: 14px;
  margin-bottom: 20px;
  text-align: left; }

.page-type-page .page .template-pages-layout-contentSidebarPage .header-masthead h1 {
  font-size: 30px;
  line-height: 1.33333;
  text-transform: none; }

@media (max-width: 539.98px) {
  .page-type-page .page .template-pages-layout-contentSidebarPage .header-masthead h1 {
    font-size: 24px;
    line-height: 1.33333; } }

.page-type-page .page .h2-brand-primary {
  text-transform: none;
  color: #ff7000;
  font-size: 24px;
  line-height: 1.5; }

@media (max-width: 779.98px) {
  .page-type-page .page .h2-brand-primary {
    font-size: 20px;
    line-height: 1.5; } }

.page-type-page .page .theme-blue .header-masthead {
  margin-top: 0; }

.page-type-page .page .theme-blue .header-masthead h1 {
  text-align: left;
  text-transform: none;
  color: #fff;
  font-size: 20px;
  line-height: 1.5; }

.page-type-page .page .theme-blue .header-masthead em {
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700; }

.page-type-page .page .header-sectionhead {
  position: relative;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em; }

.page-type-page .page .header-sectionhead > * {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-left: .5em;
  padding-right: .5em;
  color: #b3b3b3;
  text-transform: uppercase; }

.page-type-page .page .header-sectionhead:after {
  height: 1px;
  background-color: #b3b3b3;
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 0; }

.page-type-page .page .product-details-price {
  margin: .5em 0;
  overflow: hidden; }

.page-type-page .page .product-details-price small {
  font-weight: 400; }

.page-type-page .page .product-details-price .main-price {
  font-size: 30px;
  font-weight: 400;
  line-height: 1; }

.page-type-page .page .product-details-price .muted {
  color: #5c5c5c; }

.page-type-page .page .primary {
  color: #ff7000; }

.page-type-page .page .capitalize {
  text-transform: capitalize; }

.page-type-page .page .header-well {
  margin: .5em 0 1em 0;
  font-weight: 700; }

.page-type-page .page .header-detail-section {
  text-align: center;
  padding-top: 1em; }

.page-type-page .page .block-content h1,
.page-type-page .page .block-content h2,
.page-type-page .page .block-content h3,
.page-type-page .page .block-content h4,
.page-type-page .page .block-content h5,
.page-type-page .page .block-content h6 {
  margin-bottom: 1em; }

@media (max-width: 539.98px) {
  .page-type-page .page .block-content h2 {
    font-size: 24px;
    line-height: 1.33333; } }

.page-type-page .page .block-content h4 {
  font-size: 16px;
  font-weight: 700; }

.page-type-page .page .theme-holex-header {
  padding: 2em 0; }

.page-type-page .page .theme-holex-header h1,
.page-type-page .page .theme-holex-header h2,
.page-type-page .page .theme-holex-header h3,
.page-type-page .page .theme-holex-header h4,
.page-type-page .page .theme-holex-header h5 {
  color: #fff; }

.page-type-page .page .theme-holex-header h1 {
  text-transform: uppercase;
  margin-top: 10px; }

@media (max-width: 779.98px) {
  .page-type-page .page .theme-holex-header h1 {
    font-size: 30px;
    line-height: 1.33333; } }

.page-type-page .page .theme-holex-header h2 {
  font-size: 24px;
  line-height: 1.33333; }

.page-type-page .page .theme-garant-header {
  padding: 2em 0; }

.page-type-page .page .theme-garant-header h1,
.page-type-page .page .theme-garant-header h2,
.page-type-page .page .theme-garant-header h3,
.page-type-page .page .theme-garant-header h4,
.page-type-page .page .theme-garant-header h5 {
  color: #fff; }

.page-type-page .page .theme-garant-header h1 {
  text-transform: uppercase;
  margin-top: 10px; }

@media (max-width: 779.98px) {
  .page-type-page .page .theme-garant-header h1 {
    font-size: 30px;
    line-height: 1.33333; } }

.page-type-page .page .theme-garant-header h2 {
  font-size: 24px;
  line-height: 1.33333; }

.page-type-page .page .theme-holex-header,
.page-type-page .page .theme-holex-header-ps {
  background: #6e060f;
  background: -moz-linear-gradient(top, #6e060f 0, #f50002 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6e060f), color-stop(100%, #f50002));
  background: -webkit-linear-gradient(top, #6e060f 0, #f50002 100%);
  background: -o-linear-gradient(top, #6e060f 0, #f50002 100%);
  background: -ms-linear-gradient(top, #6e060f 0, #f50002 100%);
  background: linear-gradient(to bottom, #6e060f 0, #f50002 100%); }

.page-type-page .page .theme-garant-header,
.page-type-page .page .theme-garant-header-ps {
  margin: 0;
  background: #084a80;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMGMyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODRhODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #000c2e 0, #084a80 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000c2e), color-stop(100%, #084a80));
  background: -webkit-linear-gradient(top, #000c2e 0, #084a80 100%);
  background: -o-linear-gradient(top, #000c2e 0, #084a80 100%);
  background: -ms-linear-gradient(top, #000c2e 0, #084a80 100%);
  background: linear-gradient(to bottom, #000c2e 0, #084a80 100%); }

.page-type-page .page .theme-neutral-header-ps {
  margin: 0; }

.page-type-page .page .header-collection {
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: .25em;
  margin-bottom: 20px; }

.page-type-page .page .block {
  padding: 1em;
  margin-bottom: 2em; }

.page-type-page .page .block.sidebar-image {
  margin-right: 0;
  margin-left: 0; }

@media (max-width: 539.98px) {
  .page-type-page .page .block-form {
    padding-left: 0;
    padding-right: 0; } }

.page-type-page .page .block-form h3 {
  margin-bottom: 1em; }

.page-type-page .page .block-form h4 {
  margin-bottom: 1em; }

.page-type-page .page .block-form p {
  margin-bottom: 1em; }

.page-type-page .page .block-form form {
  margin-bottom: 1em;
  text-align: left; }

.page-type-page .page .block-cart,
.page-type-page .page .block-fill,
.page-type-page .page .block-summary-page {
  background-color: #e7e7e7; }

@media (max-width: 539.98px) {
  .page-type-page .page .block-cart,
  .page-type-page .page .block-fill,
  .page-type-page .page .block-summary-page {
    padding: 1em; } }

.page-type-page .page .block-cart input,
.page-type-page .page .block-cart select,
.page-type-page .page .block-fill input,
.page-type-page .page .block-fill select,
.page-type-page .page .block-summary-page input,
.page-type-page .page .block-summary-page select {
  border: 1px solid #cecece; }

.page-type-page .page .block-fill.sidebar-image,
.page-type-page .page .sidebar-image.block-cart,
.page-type-page .page .sidebar-image.block-summary-page {
  background-color: #f5f5f5; }

.page-type-page .page .block-padding {
  padding: 2em; }

.page-type-page .page .block-hr {
  border-top: 1px solid #cdcdcd;
  padding-top: 2em; }

.page-type-page .page .block-of-hidden {
  overflow: hidden; }

.page-type-page .page .block-actions .btn-right {
  float: right; }

.page-type-page .page .block-cart {
  padding: 2em;
  position: relative;
  top: 0; }

.page-type-page .page .block-cart small {
  line-height: 1.25;
  display: inline-block; }

.page-type-page .page .block-cart .table-kv-full {
  margin: 1em 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3; }

.page-type-page .page .block-cart .table-kv-full tr:first-child > td {
  padding-top: .5em; }

.page-type-page .page .block-cart .table-kv-full tr:last-child > td {
  padding-bottom: .5em; }

.page-type-page .page .block-cart .block-cart-price {
  overflow: hidden;
  margin-bottom: 1em;
  font-size: 14px; }

.page-type-page .page .block-cart .block-cart-price .text-right {
  color: #ff7000;
  font-weight: 700; }

.page-type-page .page .block-cart .block-actions {
  margin-top: 1em; }

.page-type-page .page .block-summary-page {
  background-color: #f5f5f5;
  padding: 20px;
  position: relative;
  top: 0; }

.page-type-page .page .block-summary-page input[type=checkbox] {
  font-size: 16px; }

.page-type-page .page .block-summary-page small {
  line-height: 1.25;
  display: inline-block; }

.page-type-page .page .block-summary-page .order-terms {
  padding-left: 15px;
  text-indent: -15px;
  line-height: 17px; }

.page-type-page .page .block-summary-page .order-terms .extra-small {
  display: inline;
  font-size: 12px; }

.page-type-page .page .block-summary-page .table-kv-full {
  margin: 10px 0;
  border-bottom: 1px solid #b3b3b3;
  font-size: 16px; }

.page-type-page .page .block-summary-page .table-kv-full tr:first-child > td {
  padding-top: .5em; }

.page-type-page .page .block-summary-page .table-kv-full tr:last-child > td {
  padding-bottom: .5em; }

.page-type-page .page .block-summary-page .block-cart-price {
  overflow: hidden;
  margin-bottom: 1em; }

.page-type-page .page .block-summary-page .block-actions {
  margin-top: 1em; }

.page-type-page .page .block-product-list-totals {
  background-color: #f5f5f5;
  padding: 1.25em 0;
  overflow: hidden; }

.page-type-page .page .block-product-list-totals h3 {
  margin-bottom: .5em; }

.page-type-page .page .block-product-list-totals .row {
  margin: 0; }

.page-type-page .page .block-product-list-totals .row > :last-child {
  text-align: right; }

@media (min-width: 960px) {
  .page-type-page .page .block-cart-under-header {
    position: static;
    position: sticky;
    top: 1rem; } }

.page-type-page .page .block-product-list-affordance {
  overflow: hidden; }

.page-type-page .page .block-product-list-direct-entry {
  background-color: #f5f5f5;
  border: 1px solid #cdcdcd;
  padding: 2em;
  margin-top: 1em;
  margin-bottom: 20px;
  position: relative; }

@media (max-width: 959.98px) {
  .page-type-page .page .block-product-list-direct-entry {
    padding: 11px !important; } }

.page-type-page .page .block-product-list-direct-entry label {
  color: #fff; }

.page-type-page .page .block-product-list-direct-entry h4 {
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #fff; }

.page-type-page .page .block-readable {
  max-width: 40em; }

.page-type-page .page .block-full-height {
  height: 100%; }

.page-type-page .page .clickable {
  cursor: pointer; }

.page-type-page .page .clickable :hover {
  color: #ff7000; }

.page-type-page .page table {
  max-width: 100%; }

.page-type-page .page .table-kv,
.page-type-page .page .table-kv-full {
  margin-bottom: 1em; }

.page-type-page .page .table-kv thead,
.page-type-page .page .table-kv-full thead {
  font-weight: 400; }

.page-type-page .page .table-kv td,
.page-type-page .page .table-kv-full td {
  vertical-align: top;
  padding-left: 2em; }

.page-type-page .page .table-kv td:first-child,
.page-type-page .page .table-kv-full td:first-child {
  padding-left: 0;
  color: #5c5c5c; }

.page-type-page .page .table-kv tfoot,
.page-type-page .page .table-kv-full tfoot {
  font-weight: 400; }

.page-type-page .page .table-kv-full:last-child,
.page-type-page .page .table-kv:last-child {
  margin-bottom: 0; }

.page-type-page .page .table-kv-full {
  width: 100%;
  font-size: 14px; }

.page-type-page .page .table-kv-full td + td {
  text-align: right;
  font-weight: 700; }

.page-type-page .page .table-total {
  width: 100%;
  margin-bottom: 1em;
  color: #ff7000; }

.page-type-page .page .table-total td,
.page-type-page .page .table-total th {
  font-weight: 400;
  font-size: 20px; }

.page-type-page .page .table-total td {
  text-align: right;
  font-weight: 700; }

.page-type-page .page table {
  background-color: transparent; }

.page-type-page .page .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.page-type-page .page .table > tbody > tr > td,
.page-type-page .page .table > tbody > tr > th,
.page-type-page .page .table > tfoot > tr > td,
.page-type-page .page .table > tfoot > tr > th,
.page-type-page .page .table > thead > tr > td,
.page-type-page .page .table > thead > tr > th {
  padding: 8px;
  vertical-align: top; }

.page-type-page .page .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.page-type-page .page .table > caption + thead > tr:first-child > td,
.page-type-page .page .table > caption + thead > tr:first-child > th,
.page-type-page .page .table > colgroup + thead > tr:first-child > td,
.page-type-page .page .table > colgroup + thead > tr:first-child > th,
.page-type-page .page .table > thead:first-child > tr:first-child > td,
.page-type-page .page .table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.page-type-page .page .table > tbody + tbody {
  border-top: 2px solid #ddd; }

.page-type-page .page .table-condensed > tbody > tr > td,
.page-type-page .page .table-condensed > tbody > tr > th,
.page-type-page .page .table-condensed > tfoot > tr > td,
.page-type-page .page .table-condensed > tfoot > tr > th,
.page-type-page .page .table-condensed > thead > tr > td,
.page-type-page .page .table-condensed > thead > tr > th {
  padding: 4px 8px; }

.page-type-page .page .table-bordered {
  border: 1px solid #ddd; }

.page-type-page .page .table-bordered > tbody > tr > td,
.page-type-page .page .table-bordered > tbody > tr > th,
.page-type-page .page .table-bordered > tfoot > tr > td,
.page-type-page .page .table-bordered > tfoot > tr > th,
.page-type-page .page .table-bordered > thead > tr > td,
.page-type-page .page .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.page-type-page .page .table-bordered > thead > tr > td,
.page-type-page .page .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.page-type-page .page .table-striped > tbody > tr:nth-child(odd) > td,
.page-type-page .page .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f2f2f2; }

.page-type-page .page .table-hover > tbody > tr:hover > td,
.page-type-page .page .table-hover > tbody > tr:hover > th {
  background-color: #f2f2f2; }

.page-type-page .page table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }

.page-type-page .page table td[class*=col-],
.page-type-page .page table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

.page-type-page .page .table-files-container {
  margin-top: 1.5em;
  padding: 1em; }

.page-type-page .page .table-files-container header img {
  display: inline-block;
  width: 80px;
  height: auto; }

.page-type-page .page .table-files-container header h4 {
  display: inline-block;
  vertical-align: middle; }

.page-type-page .page .table-files-container a {
  color: #ff7000;
  display: block;
  padding: 0 3px 3px 3px; }

.page-type-page .page .table-files-container a:hover {
  background: #e7e7e7; }

@media screen and (max-width: 767px) {
  .page-type-page .page .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .page-type-page .page .table-responsive > .table {
    margin-bottom: 0; }
  .page-type-page .page .table-responsive > .table-bordered {
    border: 0; }
  .page-type-page .page .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .page-type-page .page .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .page-type-page .page .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .page-type-page .page .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .page-type-page .page .table-responsive > .table-bordered > thead > tr > td:first-child,
  .page-type-page .page .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .page-type-page .page .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .page-type-page .page .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .page-type-page .page .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .page-type-page .page .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .page-type-page .page .table-responsive > .table-bordered > thead > tr > td:last-child,
  .page-type-page .page .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .page-type-page .page .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .page-type-page .page .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .page-type-page .page .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .page-type-page .page .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }

.page-type-page .page .table-blank > tbody > tr > td,
.page-type-page .page .table-blank > tbody > tr > th,
.page-type-page .page .table-blank > thead > tr > th {
  border: none; }

.page-type-page .page .table-listing-price {
  float: right;
  line-height: 1.15;
  width: 51%;
  margin-bottom: 1.5em; }

.page-type-page .page .table-listing-price.full-width {
  width: 100%; }

.page-type-page .page .table-listing-price td {
  padding-left: .5em;
  padding-bottom: .2em;
  white-space: nowrap; }

.page-type-page .page .table-listing-price .muted {
  color: #b3b3b3; }

.page-type-page .page .table-listing-price .main-price {
  font-size: 20px;
  font-weight: 400;
  line-height: 1; }

.page-type-page .page .table-listing-price tr.ecoTax .main-price {
  font-size: 16px;
  font-weight: 400; }

.page-type-page .page .table-detail-price {
  float: right;
  line-height: 1.15;
  width: 51%;
  margin: 1em 0; }

.page-type-page .page .table-detail-price .main-price {
  font-size: 30px;
  font-weight: 400;
  line-height: 1; }

@media (max-width: 959.98px) {
  .page-type-page .page .table-detail-price {
    width: 100%; } }

.page-type-page .page .table-detail-price .muted {
  color: #b3b3b3; }

.page-type-page .page .table-detail-price td {
  padding-left: .5em;
  padding-bottom: .2em; }

.page-type-page .page .table-detail-price td + td {
  text-align: right; }

.page-type-page .page .table-sizeTable {
  margin-bottom: 30px; }

.page-type-page .page .table-sizeTable > caption {
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 10px;
  font-weight: 700; }

.page-type-page .page .table-sizeTable > thead > tr > th {
  font-size: 11px;
  line-height: 1.45455;
  padding: 5px;
  font-weight: 400;
  text-align: center;
  position: sticky;
  top: -20px;
  background-color: #fff; }

.page-type-page .page .table-sizeTable > tbody > tr > td {
  padding: 5px;
  text-align: center; }

.page-type-page .page .tableHeader {
  font-size: 14px; }

.page-type-page .page hr.tableHeaderRulerTop {
  margin-top: 0;
  margin-bottom: .5em; }

.page-type-page .page hr.tableHeaderRulerBottom {
  margin-top: .5em;
  margin-bottom: 0; }

.page-type-page .page .tableRow {
  padding: 1em 0; }

.page-type-page .page .tableRowRuler {
  margin: 0; }

.page-type-page .page .table-whitespace {
  background-color: #fff !important;
  width: 5px;
  padding: 0 !important; }

.page-type-page .page .sortListIconASC::after {
  border-top: 8px solid #333; }

.page-type-page .page .sortListIconASC:active::after,
.page-type-page .page .sortListIconASC:focus::after,
.page-type-page .page .sortListIconASC:hover::after {
  border-bottom: 8px solid #333;
  border-top: 0;
  display: inline-block; }

.page-type-page .page .sortListIconASC:hover::after {
  border-bottom-color: #ff7001; }

.page-type-page .page .sortListIconDESC::after {
  border-bottom: 8px solid #333; }

.page-type-page .page .sortListIconDESC:active::after,
.page-type-page .page .sortListIconDESC:focus::after,
.page-type-page .page .sortListIconDESC:hover::after {
  border-top: 8px solid #333;
  border-bottom: 0;
  display: inline-block; }

.page-type-page .page .sortListIconDESC:hover::after {
  border-top-color: #ff7001; }

.page-type-page .page .sortListIcon::after {
  content: "";
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  display: inline-block;
  margin-left: 3px;
  display: none; }

.page-type-page .page .sortListIconVisible::after {
  display: inline-block; }

.page-type-page .page .ul-default,
.page-type-page .page .ul-discs,
.page-type-page .page .ul-numbers {
  margin-left: 2em;
  padding-left: 0;
  margin-bottom: 1em; }

.page-type-page .page .ul-default > li,
.page-type-page .page .ul-discs > li,
.page-type-page .page .ul-numbers > li {
  margin-bottom: .33em; }

.page-type-page .page .ul-discs {
  padding-top: 0;
  padding-bottom: 0; }

.page-type-page .page .ul-discs > li {
  list-style-type: disc; }

.page-type-page .page .ul-numbers > li {
  list-style-type: decimal; }

.page-type-page .page .list-header {
  margin-bottom: 16px;
  text-transform: uppercase; }

.page-type-page .page .list-blocks,
.page-type-page .page .list-blocks-newsletter,
.page-type-page .page .list-delivery-modes,
.page-type-page .page .list-inline,
.page-type-page .page .list-items,
.page-type-page .page .list-jobs,
.page-type-page .page .list-lined-cad,
.page-type-page .page .list-nav,
.page-type-page .page .list-news,
.page-type-page .page .list-news-condensed,
.page-type-page .page .list-payment-methods,
.page-type-page .page .list-products,
.page-type-page .page .list-unstyled {
  margin-top: 0;
  padding-left: 0;
  list-style: none; }

.page-type-page .page .list-inline {
  margin-left: -5px; }

.page-type-page .page .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0; }

.page-type-page .page .list-lined-cad > * {
  overflow: hidden;
  border: 1px solid #cdcdcd;
  padding: 10px 10px !important;
  margin-bottom: 10px;
  border-radius: 2px;
  padding-left: 16px !important; }

.page-type-page .page .list-lined-cad > * .hoffmann-checkbox ~ label {
  line-height: 20px !important; }

.page-type-page .page .list-lined-cad > * .hoffmann-checkbox ~ label:before {
  top: 0 !important;
  width: 20px !important;
  height: 20px !important; }

.page-type-page .page .list-lined-cad > * .hoffmann-checkbox ~ label:after {
  top: 5px !important;
  width: 10px !important;
  height: 6px !important; }

.page-type-page .page .list-lined-cad > * .errorCheckBox:before {
  border: 2px solid #c7102d !important; }

.page-type-page .page .list-lined-cad > * label {
  padding-top: 0; }

.page-type-page .page .list-lined-cad > * label a {
  text-decoration: underline !important; }

.page-type-page .page .list-lined-cad > :not(:last-child):hover {
  border: 1px solid #333; }

.page-type-page .page .list-lined-cad > li:nth-last-of-type(-n + 2) {
  margin-bottom: 0 !important; }

.page-type-page .page .list-blocks-newsletter.list-blocks-no-top-border > :first-child {
  border-top: none; }

.page-type-page .page .list-blocks-newsletter > * {
  border-bottom: 1px solid #cdcdcd;
  padding: 1.5em 1px;
  margin-bottom: 0; }

.page-type-page .page .list-blocks-newsletter > :first-child {
  border-top: 1px solid #cdcdcd; }

.page-type-page .page .list-blocks-newsletter > :last-of-type:not(:only-of-type) {
  border: none; }

.page-type-page .page .list-blocks-newsletter .list-products > * {
  border-bottom-color: #e7e7e7; }

.page-type-page .page .list-blocks-newsletter .list-products > :first-child {
  border-top-color: #e7e7e7; }

.page-type-page .page .list-blocks {
  margin-bottom: 2em; }

.page-type-page .page .list-blocks.list-blocks-no-top-border > :first-child {
  border-top: none; }

.page-type-page .page .list-blocks > * {
  border-bottom: 1px solid #cdcdcd;
  padding: 1.5em 1px;
  margin-bottom: 0; }

.page-type-page .page .list-blocks > :first-child {
  border-top: 1px solid #cdcdcd; }

.page-type-page .page .list-blocks > :last-of-type:not(:only-of-type) {
  border: none; }

.page-type-page .page .list-products form.updateQuantityForm {
  margin-top: 0; }

.page-type-page .page .product-support .list-blocks > li {
  border-bottom: none;
  border-top: 1px solid #cdcdcd; }

.page-type-page .page .product-support .list-blocks > :last-of-type:not(:only-of-type) {
  border-top: 1px solid #cdcdcd; }

.page-type-page .page .list-products {
  margin-top: 1em; }

.page-type-page .page .list-products.list-removable-items > li {
  position: relative; }

.page-type-page .page .list-products.list-removable-items > * {
  padding: 3em 0 0 0; }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .list-products.list-removable-items > * {
    padding-top: 1em; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .list-products.list-removable-items > * {
    padding-top: 1em; } }

@media print {
  .page-type-page .page .list-products.list-removable-items > * {
    padding-top: 1em; } }

@media (max-width: 539.98px) {
  .page-type-page .page .list-products.list-removable-items > * {
    padding-top: 1em; } }

.page-type-page .page .list-products > * {
  padding: 1em 0 1em 0;
  margin-bottom: -1px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; }

.page-type-page .page .list-products > :first-child {
  border-top: 1px solid #cdcdcd; }

.page-type-page .page .list-products > * > .row {
  margin-bottom: 0; }

.page-type-page .page .list-products .list-products-image {
  float: left;
  width: 120px;
  margin-right: 1em; }

.page-type-page .page .list-products .list-products-image + .row {
  margin-left: 146px; }

.page-type-page .page .list-products .list-products-image + .row .list-products-image.list-products-image-checkable {
  width: 100px; }

@media (max-width: 539.98px) {
  .page-type-page .page .list-products .list-products-image + .row {
    overflow: visible;
    margin-left: 0;
    margin-right: 0; } }

.page-type-page .page .list-products.article-list-page .list-products-image + .row {
  margin-left: 162px; }

@media (max-width: 539.98px) {
  .page-type-page .page .list-products.article-list-page .list-products-image + .row {
    margin-left: 0; } }

.page-type-page .page .list-products .list-products-image.list-products-image-checkable {
  width: 100px; }

.page-type-page .page .list-products .list-products-checkbox {
  float: left;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 45px; }

.page-type-page .page .list-products .list-products-availability {
  overflow: hidden;
  text-align: right;
  font-size: 14px;
  margin-bottom: 1em; }

.page-type-page .page .list-products .list-products-availability .label-availability {
  display: block;
  float: left;
  text-align: left; }

.page-type-page .page .list-products .list-products-availability strong {
  font-size: 20px; }

@media (max-width: 539.98px) {
  .page-type-page .page .list-products .list-products-availability {
    font-size: 16px; } }

.page-type-page .page .list-products .list-products-details .list-products-btn-remove {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -3em;
  z-index: 1; }

.page-type-page .page .list-products .list-products-details .list-products-btn-remove:hover {
  color: #db6000;
  transition: .2s color; }

.page-type-page .page .list-products .list-products-price {
  text-align: right; }

@media (max-width: 539.98px) {
  .page-type-page .page .list-products .list-products-price {
    text-align: left; } }

.page-type-page .page .list-products-wrapper {
  margin-top: 1em;
  margin-bottom: 16px; }

@media (max-width: 779.98px) {
  .page-type-page .page .no-category-sidebar-visible .list-products--grid > li:nth-of-type(odd) .item-form {
    border-right: 1px solid #cdcdcd; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .no-category-sidebar-visible .list-products--grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
  .page-type-page .page .no-category-sidebar-visible .list-products--grid > * {
    margin: 0;
    width: calc(33.33333% - 0px); }
  .page-type-page .page .no-category-sidebar-visible .list-products--grid > li:not(:nth-of-type(3n + 3)) .item-form {
    border-right: 1px solid #cdcdcd; } }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .no-category-sidebar-visible .list-products--grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
  .page-type-page .page .no-category-sidebar-visible .list-products--grid > * {
    margin: 0;
    width: calc(25% - 0px); }
  .page-type-page .page .no-category-sidebar-visible .list-products--grid > li:not(:nth-of-type(4n + 4)) .item-form {
    border-right: 1px solid #cdcdcd; } }

@media (min-width: 1140px) {
  .page-type-page .page .no-category-sidebar-visible .list-products--grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
  .page-type-page .page .no-category-sidebar-visible .list-products--grid > * {
    margin: 0;
    width: calc(20% - 0px); }
  .page-type-page .page .no-category-sidebar-visible .list-products--grid > li:not(:nth-of-type(5n + 5)) .item-form {
    border-right: 1px solid #cdcdcd; } }

.page-type-page .page .no-category-sidebar-visible .list-products--grid > * {
  margin-bottom: -1px; }

@media (max-width: 779.98px) {
  .page-type-page .page .category-sidebar-visible .list-products--grid > li:nth-of-type(odd) .item-form {
    border-right: 1px solid #cdcdcd; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .category-sidebar-visible .list-products--grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
  .page-type-page .page .category-sidebar-visible .list-products--grid > * {
    margin: 0;
    width: calc(33.33333% - 0px); }
  .page-type-page .page .category-sidebar-visible .list-products--grid > li:not(:nth-of-type(3n + 3)) .item-form {
    border-right: 1px solid #cdcdcd; } }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .category-sidebar-visible .list-products--grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
  .page-type-page .page .category-sidebar-visible .list-products--grid > * {
    margin: 0;
    width: calc(33.33333% - 0px); }
  .page-type-page .page .category-sidebar-visible .list-products--grid > li:not(:nth-of-type(3n + 3)) .item-form {
    border-right: 1px solid #cdcdcd; } }

@media (min-width: 1140px) {
  .page-type-page .page .category-sidebar-visible .list-products--grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
  .page-type-page .page .category-sidebar-visible .list-products--grid > * {
    margin: 0;
    width: calc(25% - 0px); }
  .page-type-page .page .category-sidebar-visible .list-products--grid > li:not(:nth-of-type(4n + 4)) .item-form {
    border-right: 1px solid #cdcdcd; } }

.page-type-page .page .category-sidebar-visible .list-products--grid > * {
  margin-bottom: -1px; }

.page-type-page .page .list-products--grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }

.page-type-page .page .list-products--grid > * {
  margin: 0;
  width: calc(50% - 0px); }

.page-type-page .page .list-products--grid > * {
  margin-bottom: -1px; }

.page-type-page .page .list-products--grid .item-form {
  height: 100%;
  padding: 0 1em; }

.page-type-page .page .list-products--grid .js-productListerItemUpdate {
  height: 100%;
  display: flex;
  flex-direction: column; }

.page-type-page .page .list-products--grid .item-container,
.page-type-page .page .list-products--grid .item-details-and-price-container {
  flex-direction: column;
  flex: 1 1 auto; }

.page-type-page .page .list-products--grid .item-details-container {
  flex: 1 1 auto; }

.page-type-page .page .list-products--grid .item-details-and-price-container,
.page-type-page .page .list-products--grid .item-details-container,
.page-type-page .page .list-products--grid .item-image-container,
.page-type-page .page .list-products--grid .item-price-container {
  width: 100%;
  padding: 0;
  border: 0; }

.page-type-page .page .list-products--grid .item-image-container {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center; }

.page-type-page .page .list-products--grid .item-image-container .list-products-image {
  width: 100%;
  max-width: 200px; }

.page-type-page .page .list-products--grid .productListerItemDetails_productTitle {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 40px;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 2px;
  margin-top: 10px; }

.page-type-page .page .list-products--grid .item-addToCart-container {
  display: none; }

.page-type-page .page .list-products--grid .productListerItemDetails_uspContainer {
  display: none; }

.page-type-page .page .list-products--grid .productListerItemDetails_productInfoContainer {
  width: 100%; }

.page-type-page .page .list-products--grid .alertContainer-hasMessages {
  padding: 10px 10px 0;
  position: absolute;
  top: 100px;
  left: 20px;
  right: 20px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.85); }

.page-type-page .page .list-products--grid .alertContainer-hasMessages > :last-child {
  margin-bottom: 0; }

.page-type-page .page .list-products--grid .shippingInfo {
  display: none; }

.page-type-page .page .list-products--grid .alertContainer {
  display: none; }

.page-type-page .page .list-products--grid .productListerItemPrice_Container .price-from {
  line-height: 1em; }

.page-type-page .page .list-products--grid .productListerItemPrice_Container .item-price-list:not(:first-child) {
  display: none; }

.page-type-page .page .list-products--grid .productListerItemPrice_Container .minQuantity-price {
  display: none; }

.page-type-page .page .list-products--grid .blockLink svg {
  position: relative;
  z-index: 2; }

.page-type-page .page .list-products-details-read-only label {
  margin: 0; }

.page-type-page .page .list-products-details-read-only .input-control-static {
  padding: 0; }

.page-type-page .page .list-payment-methods {
  line-height: 1.5em; }

.page-type-page .page .list-payment-methods > * > .row {
  margin-bottom: 0; }

.page-type-page .page .list-payment-methods .toggle-content {
  padding: 0 1em 1em; }

.page-type-page .page .list-delivery-modes {
  line-height: 1.5em; }

.page-type-page .page .list-delivery-modes > * > .row {
  margin-bottom: 0; }

.page-type-page .page .list-delivery-modes .toggle-content {
  padding: 0 1em 1em; }

.page-type-page .page .product-support .list-blocks {
  margin-bottom: 0; }

.page-type-page .page .list-select {
  margin: 0;
  padding: 1em 0 0 0; }

.page-type-page .page .list-nav li {
  margin: 1em 0; }

.page-type-page .page .list-nav li a {
  display: block;
  padding-right: 2em;
  position: relative; }

.page-type-page .page .list-nav li a:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.3em;
  content: ""; }

.page-type-page .page .list-news > li {
  border-bottom: 1px solid #cdcdcd;
  padding: 20px 0;
  transition: .2s all; }

.page-type-page .page .list-news > li ul {
  margin: 1em 0; }

.page-type-page .page .list-news > li:first-child {
  border-top: 1px solid #cdcdcd; }

.page-type-page .page .list-news-condensed > li {
  border-bottom: 1px solid #cdcdcd;
  padding: 15px 0;
  transition: .2s all; }

.page-type-page .page .list-news-condensed > li ul {
  margin: 1em 0; }

.page-type-page .page .list-news-condensed > li:first-child {
  border-top: 1px solid #cdcdcd; }

.page-type-page .page .list-jobs > li {
  border-bottom: 1px solid #cdcdcd;
  transition: .2s all; }

.page-type-page .page .list-jobs > li > a {
  display: block;
  padding: 20px 0 20px 5px; }

.page-type-page .page .list-jobs > li > a:hover {
  color: #000;
  background: #e7e7e7; }

.page-type-page .page .list-jobs > li ul {
  margin: 1em 0; }

.page-type-page .page .list-jobs > li:first-child {
  border-top: 1px solid #cdcdcd; }

.page-type-page .page .list-items > .list-items-header {
  padding-top: 10px;
  padding-bottom: 10px; }

.page-type-page .page .list-items > li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: -1px; }

.page-type-page .page .list-items-header {
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  padding: 1em 0;
  overflow: hidden;
  margin-bottom: 16px;
  margin-top: 16px; }

@media (max-width: 539.98px) {
  .page-type-page .page .list-social {
    text-align: center; } }

.page-type-page .page .list-social a {
  color: #b3b3b3; }

.page-type-page .page .list-social a:hover {
  color: #8d8d8d; }

.page-type-page .page .list-social i {
  font-size: 2.6em; }

.page-type-page .page .list-separated {
  width: 100%;
  text-align: center;
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.page-type-page .page .list-separated li {
  border-right: 1px solid #b3b3b3;
  display: inline;
  padding: 0 1em; }

.page-type-page .page .list-separated li:last-child {
  border: none; }

@media (max-width: 539.98px) {
  .page-type-page .page .list-separated li {
    display: block;
    border: none;
    border-bottom: 1px solid #b3b3b3;
    font-size: 16px;
    padding: .5em 0;
    margin: .25em 0; } }

.page-type-page .page .list-steps {
  padding-left: 20px; }

.page-type-page .page .list-steps li {
  margin: 1em 0; }

.page-type-page .page .filter-list {
  list-style: none outside none;
  margin: 0 0 10px 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #e7e7e7; }

.page-type-page .page .filter-list li {
  padding: 3px 0 3px 5px;
  border-bottom: 1px solid #e7e7e7; }

.page-type-page .page .list-counter {
  counter-reset: listCounter; }

.page-type-page .page .list-counter > ::before {
  counter-increment: listCounter;
  content: counter(listCounter);
  line-height: 1.75em;
  font-weight: 700;
  float: left;
  width: 1.75em;
  height: 1.75em;
  margin-right: .5em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #000; }

.page-type-page .page a i.svgIcon-arrow-right + span {
  margin-left: .5em; }

.page-type-page .page .link-icon {
  display: inline-flex;
  align-items: center; }

.page-type-page .page .link-icon > .svgIcon {
  height: 18px;
  width: 18px;
  margin-right: 5px; }

.page-type-page .page p > a {
  color: #ff7000; }

.page-type-page .page p > a:hover {
  text-decoration: underline; }

.page-type-page .page .link-colored {
  color: #ff7000;
  font-weight: 700; }

.page-type-page .page .link-unstyled {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
  text-decoration: underline; }

.page-type-page .page .link-unstyled:active,
.page-type-page .page .link-unstyled:focus {
  outline: 0; }

.page-type-page .page .link-primary {
  color: #ff7000;
  cursor: pointer; }

.page-type-page .page .link-primary:hover {
  text-decoration: underline; }

.page-type-page .page .link-disabled {
  opacity: .5;
  text-decoration: none;
  cursor: not-allowed; }

.page-type-page .page .link-disabled:hover {
  color: inherit; }

.page-type-page .page .main-nav .dropdown-content .link-additional,
.page-type-page .page .main-nav .dropdown-menu .link-additional {
  color: #ff7000;
  font-weight: 700;
  text-transform: uppercase; }

.page-type-page .page .content-result {
  overflow: hidden;
  display: block; }

.page-type-page .page .content-result .content-result-header {
  color: #b3b3b3;
  text-transform: uppercase;
  margin: .8em 0; }

.page-type-page .page .content-result .content-result-header em {
  font-weight: 700;
  color: #5c5c5c; }

.page-type-page .page .content-result .content-result-sub-header {
  margin: .8em 0;
  color: #ff7000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33333; }

.page-type-page .page .content-result .content-result-excerpt {
  margin-bottom: .8em; }

.page-type-page .page .content-result:hover .content-result-excerpt {
  color: #333; }

.page-type-page .page .label-availability {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #f5b400; }

.page-type-page .page .service-delivery-status {
  font-size: 14px;
  color: #31708f; }

.page-type-page .page #delivery-information .service-delivery-status {
  font-weight: 700; }

.page-type-page .page .cad-terms-overview > a {
  text-decoration: underline; }

.page-type-page .page .well,
.page-type-page .page .well-links {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 1em 0; }

.page-type-page .page .well-speech-bubble,
.page-type-page .page .well-speech-bubble-small {
  border: 1px solid #cdcdcd;
  margin: 2em 0;
  padding: 1em;
  position: relative; }

.page-type-page .page .well-speech-bubble input[type=radio]:checked + span,
.page-type-page .page .well-speech-bubble-small input[type=radio]:checked + span {
  color: #ff7000; }

.page-type-page .page .well-speech-bubble-info {
  position: absolute;
  bottom: 100%;
  margin-bottom: .3em;
  background: #e7e7e7;
  border: 1px solid #b3b3b3;
  padding: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }

.page-type-page .page .well-speech-bubble-info:after,
.page-type-page .page .well-speech-bubble-info:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.page-type-page .page .well-speech-bubble-info:after {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #e7e7e7;
  border-width: 10px;
  margin-left: -10px; }

.page-type-page .page .well-speech-bubble-info:before {
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #b3b3b3;
  border-width: 11px;
  margin-left: -11px; }

.page-type-page .page .well-speech-bubble-arrow-center:after,
.page-type-page .page .well-speech-bubble-arrow-center:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.page-type-page .page .well-speech-bubble-arrow-left:after,
.page-type-page .page .well-speech-bubble-arrow-left:before {
  bottom: 100%;
  left: 25%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.page-type-page .page .well-speech-bubble:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 30px;
  margin-left: -30px; }

.page-type-page .page .well-speech-bubble:before {
  border-color: transparent;
  border-bottom-color: #cdcdcd;
  border-width: 31px;
  margin-left: -31px; }

.page-type-page .page .well-speech-bubble-small {
  margin-top: .5em; }

.page-type-page .page .well-speech-bubble-small:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px; }

.page-type-page .page .well-speech-bubble-small:before {
  border-color: transparent;
  border-bottom-color: #cdcdcd;
  border-width: 16px;
  margin-left: -16px; }

.page-type-page .page .well-fill {
  padding: 1em;
  margin: 1em 0; }

@media (max-width: 959.98px) {
  .page-type-page .page .well-fill {
    padding: 6px !important; }
  .page-type-page .page .well-fill .list-blocks-no-top-border {
    margin-bottom: 0 !important; }
  .page-type-page .page .well-fill .list-blocks-no-top-border li {
    padding: 5px 0; } }

.page-type-page .page .well-links {
  margin-top: 40px;
  padding: .5em 0; }

.page-type-page .page .well-links .btn-link {
  padding: .5em 1em; }

.page-type-page .page .well-nudge {
  padding: 1.5em 2em 0 2em; }

.page-type-page .page .well-arrow::before {
  content: " ";
  top: 0;
  left: 50%;
  margin-left: -.5em;
  border-width: 0 1em 1em;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #e7e7e7;
  position: absolute;
  width: 0;
  height: 0; }

.page-type-page .page .well-overlay {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  width: 300px; }

@media (max-width: 539.98px) {
  .page-type-page .page .well-overlay {
    width: 100%; } }

.page-type-page .page .well-close-icon {
  position: absolute;
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 700;
  right: 8px;
  top: 50%;
  margin-top: -.7em; }

.page-type-page .page .well-close-icon span {
  display: block;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -o-transform: rotate(45deg);
  -o-transform-origin: 50% 50%;
  transform: rotate(45deg);
  transform-origin: 50% 50%; }

.page-type-page .page .well-bordered {
  background: #e7e7e7;
  padding: 1em;
  margin-bottom: 2em;
  z-index: 100; }

.page-type-page .page .well-filters {
  margin-bottom: 1em;
  padding: 0;
  border: none; }

.page-type-page .page .mandatory img {
  display: inline-block; }

.page-type-page .page .main-teaser {
  text-align: center; }

.page-type-page .page .main-teaser img {
  display: inline-block; }

.page-type-page .page .main-teaser-constrained {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center 40%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

@media (min-width: 960px) {
  .page-type-page .page .main-teaser-constrained {
    height: 330px; } }

@media (max-width: 959.98px) {
  .page-type-page .page .main-teaser-constrained {
    width: 100%;
    display: inline-block;
    position: relative; }
  .page-type-page .page .main-teaser-constrained:after {
    padding-top: 50%;
    display: block;
    content: ""; } }

.page-type-page .page .content-image {
  margin-bottom: 1em; }

@media (max-width: 539.98px) {
  .page-type-page .page .content-image {
    width: 100%;
    height: auto; } }

.page-type-page .page .content-image-left {
  float: left;
  margin-right: 1em; }

.page-type-page .page .content-image-right {
  float: right;
  margin-left: 1em; }

.page-type-page .page .content-image-left,
.page-type-page .page .content-image-right {
  max-width: 400px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .content-image-left,
  .page-type-page .page .content-image-right {
    max-width: 100%; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .content-image-left,
  .page-type-page .page .content-image-right {
    max-width: 300px; } }

.page-type-page .page .content-image-small {
  max-width: 200px; }

.page-type-page .page .img-inline {
  display: inline-block; }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page #logo .logo-full {
    display: none; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page #logo .logo-full {
    display: none; } }

@media print {
  .page-type-page .page #logo .logo-full {
    display: none; } }

@media (max-width: 539.98px) {
  .page-type-page .page #logo .logo-full {
    height: 40px;
    display: inline-block; } }

.page-type-page .page #logo .logo-icon {
  display: none; }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page #logo .logo-icon {
    display: inline-block; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page #logo .logo-icon {
    display: inline-block; } }

@media print {
  .page-type-page .page #logo .logo-icon {
    display: inline-block; } }

.page-type-page .page .no-js img[data-src] {
  display: none; }

.page-type-page .page .img-thumbnail {
  padding: 9px;
  position: relative;
  background-color: #fff;
  max-width: 100%;
  height: 75px; }

.page-type-page .page .img-thumbnail__cover {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.page-type-page .page img[width][height] {
  aspect-ratio: attr(width)/attr(height); }

.page-type-page .page .loadingSpinner {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 20020; }

.page-type-page .page .loadingSpinner svg {
  z-index: 20021; }

.page-type-page .page .badge {
  display: inline-block;
  padding: 2px 9px;
  font-size: 12px;
  line-height: 1.33333;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 6px; }

.page-type-page .page .badge:empty {
  display: none; }

.page-type-page .page .badge-pill {
  padding-right: 7px !important;
  padding-left: 7px !important;
  border-radius: 10px; }

.page-type-page .page .badge-primary {
  color: #fff;
  background-color: #31708f; }

.page-type-page .page .badge-secondary {
  color: #333;
  background-color: #cdcdcd; }

.page-type-page .page .badge-dark {
  color: #fff;
  background-color: #333; }

.page-type-page .page .flag {
  display: block;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .5px;
  padding: .25em .6em; }

@media (max-width: 1139.98px) {
  .page-type-page .page .flag {
    display: inline-block; } }

.page-type-page .page .flag ~ .flag {
  margin-top: 5px; }

@media (max-width: 1139.98px) {
  .page-type-page .page .flag ~ .flag {
    margin-top: 0; } }

.page-type-page .page .flag-discount_product {
  background: #f4cfd5;
  color: #c80f2d; }

.page-type-page .page .flag-new_product {
  background: #ccd6dc;
  color: #003352; }

.page-type-page .page .hidden-label {
  display: none; }

.page-type-page .page .holyGrail {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.page-type-page .page .holyGrail-body {
  flex: 1 1 auto; }

.page-type-page .page .hoffmann-checkbox ~ label {
  font-size: 16px;
  line-height: 25px;
  padding-left: 35px; }

.page-type-page .page .hoffmann-checkbox ~ label:after {
  width: 12px;
  height: 8px;
  top: 6px;
  left: 5px; }

.page-type-page .page .hoffmann-checkbox ~ label:before {
  border-radius: 5px;
  width: 21px;
  height: 21px;
  top: 1px; }

.page-type-page .page .hoffmann-checkbox-sm ~ label {
  font-size: 14px;
  line-height: 1.42857;
  padding-left: 26px; }

.page-type-page .page .hoffmann-checkbox-sm ~ label:after {
  width: 9px;
  height: 6px;
  left: 3.5px;
  top: calc(40% - 4px); }

.page-type-page .page .hoffmann-checkbox-sm ~ label:before {
  border-radius: 3px;
  width: 16px;
  height: 16px;
  top: calc(40% - 7px); }

.page-type-page .page .hoffmann-checkbox,
.page-type-page .page .hoffmann-checkbox-sm {
  display: none; }

.page-type-page .page .hoffmann-checkbox-sm ~ label,
.page-type-page .page .hoffmann-checkbox ~ label {
  background: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  margin: 0; }

.page-type-page .page .hoffmann-checkbox-sm ~ label:after,
.page-type-page .page .hoffmann-checkbox ~ label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  opacity: 1;
  content: "";
  transform: rotate(-45deg);
  transition: opacity .1s;
  cursor: pointer;
  position: absolute; }

.page-type-page .page .hoffmann-checkbox-sm ~ label:before,
.page-type-page .page .hoffmann-checkbox ~ label:before {
  background: #fff;
  border: 2px solid #cdcdcd;
  left: 0;
  content: "";
  cursor: pointer;
  position: absolute; }

.page-type-page .page .hoffmann-checkbox-sm:checked ~ label:before,
.page-type-page .page .hoffmann-checkbox:checked ~ label:before {
  border-color: #ff7000;
  background: #ff7000; }

.page-type-page .page .hoffmann-checkbox-sm ~ span,
.page-type-page .page .hoffmann-checkbox ~ span {
  background: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
  line-height: 25px;
  max-width: 100%;
  max-height: 100%;
  margin: 0; }

.page-type-page .page .hoffmann-checkbox-sm ~ span:after,
.page-type-page .page .hoffmann-checkbox ~ span:after {
  width: 12px;
  height: 8px;
  top: 6px;
  left: 5px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  opacity: 1;
  content: "";
  transform: rotate(-45deg);
  transition: opacity .1s;
  cursor: pointer;
  position: absolute; }

.page-type-page .page .hoffmann-checkbox-sm ~ span:before,
.page-type-page .page .hoffmann-checkbox ~ span:before {
  border-radius: 5px;
  border: 2px solid #cdcdcd;
  width: 21px;
  height: 21px;
  background: #fff;
  top: 1px;
  left: 0;
  content: "";
  cursor: pointer;
  position: absolute; }

.page-type-page .page .hoffmann-checkbox-sm:checked ~ span:before,
.page-type-page .page .hoffmann-checkbox:checked ~ span:before {
  border-color: #ff7000;
  background: #ff7000; }

.page-type-page .page .has-error .hoffmann-checkbox-sm:invalid ~ label:before,
.page-type-page .page .has-error .hoffmann-checkbox:invalid ~ label:before {
  border-color: #c7102d; }

.page-type-page .page .col-lg-5ths,
.page-type-page .page .col-md-5ths,
.page-type-page .page .col-sm-5ths,
.page-type-page .page .col-xl-5ths,
.page-type-page .page .col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .col-xs-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .col-lg-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1140px) {
  .page-type-page .page .col-xl-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 0px) {
  .page-type-page .page .row {
    margin-left: -10px;
    margin-right: -10px; }
  .page-type-page .page [class*=col-] {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 780px) {
  .page-type-page .page .row {
    margin-left: -15px;
    margin-right: -15px; }
  .page-type-page .page [class*=col-] {
    padding-left: 15px;
    padding-right: 15px; } }

.page-type-page .page .flex-container {
  display: flex; }

@media (max-width: 779.98px) {
  .page-type-page .page .flex-container {
    flex-direction: column; } }

.page-type-page .page .articlelist-sorting-container {
  display: flex; }

.page-type-page .page .sorting-articlelist {
  padding-top: 20px;
  margin-left: 0;
  margin-right: auto; }

@media (max-width: 779.98px) {
  .page-type-page .page .sorting-articlelist {
    padding-top: 10px;
    order: 2; } }

.page-type-page .page .costcenter-articlelist {
  padding-top: 20px;
  margin-right: 0; }

@media (min-width: 780px) {
  .page-type-page .page .costcenter-articlelist {
    margin-left: 0; } }

@media (max-width: 779.98px) {
  .page-type-page .page .costcenter-articlelist {
    margin-left: auto;
    order: 1; } }

.page-type-page .page .total-articlelist {
  padding-top: 20px;
  margin-left: auto;
  margin-right: 0; }

.page-type-page .page .total-articlelist .orderPrice {
  display: flex;
  justify-content: flex-end; }

.page-type-page .page .total-articlelist .total-sum {
  margin-left: 20px; }

@media (max-width: 779.98px) {
  .page-type-page .page .total-articlelist {
    order: 3; }
  .page-type-page .page .total-articlelist .net-total {
    padding-right: 20px; }
  .page-type-page .page .total-articlelist .orderPrice {
    padding-top: 0; } }

.page-type-page .page .sortingSelect {
  width: 100%; }

.page-type-page .page .allItemsToCartButton {
  margin-top: 10px; }

.page-type-page .page .articleListSVGButtonRow {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; }

.page-type-page .page .articleListSVGButtonRow #collectiveorder-toggle-label {
  margin: 0;
  padding: 3px 0; }

@media (max-width: 959.98px) {
  .page-type-page .page .articleListSVGButtonRow .button-row-element {
    flex-basis: 50%; }
  .page-type-page .page .articleListSVGButtonRow .al-edit-button {
    order: 1; }
  .page-type-page .page .articleListSVGButtonRow .al-delete-button {
    order: 3; }
  .page-type-page .page .articleListSVGButtonRow .al-barcode-button {
    order: 2; }
  .page-type-page .page .articleListSVGButtonRow .al-csv-button {
    order: 4; }
  .page-type-page .page .articleListSVGButtonRow .al-collective-order-button {
    order: 5; } }

.page-type-page .page .articleListTable {
  font-size: 14px;
  line-height: 1.42857; }

.page-type-page .page .tableHeader {
  display: flex;
  display: -ms-flexbox; }

.page-type-page .page .artcleListTableHeaderRow {
  padding-top: 4px;
  padding-bottom: 4px; }

.page-type-page .page .articleListTableModificationRow {
  margin-top: 5px; }

.page-type-page .page .articleListTableModificationRow .leftContainer {
  display: flex;
  justify-content: flex-start; }

.page-type-page .page .articleListTableModificationRow .leftContainer .hoffmann-select {
  width: 100%;
  height: 40px; }

.page-type-page .page .articleListTableModificationRow .articleListManagementFilterIcon {
  margin-top: 1px;
  position: absolute;
  right: 1.66em;
  top: 40%;
  pointer-events: none;
  color: #b3b3b3; }

.page-type-page .page .articleListTableModificationRow .articleListManagementFilterItem {
  width: 100%; }

.page-type-page .page .articleListTableModificationRow .articleListManagementFilterItem input {
  font-size: 14px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .articleListTableModificationRow .articleListManagementFilterItem {
    margin-top: 15px; }
  .page-type-page .page .articleListTableModificationRow .articleListManagementFilterItem svg {
    margin-top: 10px; } }

.page-type-page .page .articleListTableModificationRow .articleListManagementSortItem {
  width: 100%; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .articleListTableModificationRow .articleListManagementSortItem {
    margin-top: 15px; } }

.page-type-page .page .articleListTableModificationRow .articleListHeight {
  height: 40px !important; }

.page-type-page .page .articleListTableRow {
  display: flex;
  display: -ms-flexbox; }

.page-type-page .page .articleListTableRow > div {
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .articleListTableRow [class*=col-] {
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .articleListImportButton {
  width: 100%;
  height: 40px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .articleListImportButton {
    margin-top: 10px; } }

.page-type-page .page .addArticleListButton {
  margin-bottom: 20px !important;
  width: 100%; }

.page-type-page .page .addArticleListButton .svgIcon {
  margin-right: 5px;
  transform: none;
  position: unset;
  top: auto;
  flex-shrink: 0; }

.page-type-page .page .addArticleListButton:disabled {
  cursor: pointer;
  pointer-events: none;
  opacity: 1; }

.page-type-page .page .smallarticleListCellDetail {
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .smallarticleListCellDetail .label {
  font-weight: 700; }

.page-type-page .page .smallarticleListCellDetail .value input {
  max-width: 200px; }

.page-type-page .page .articleListModifier {
  display: inline-flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  padding: 0; }

.page-type-page .page .articleListModifier .addToCartModifier {
  text-align: start; }

.page-type-page .page .articleListModifier .svgIcon {
  color: #cdcdcd;
  margin-right: 5px; }

.page-type-page .page .articleListModifier .svgIcon-chart {
  margin-left: 2px; }

.page-type-page .page .articleListModifier:disabled {
  border-color: transparent;
  opacity: 1;
  cursor: pointer; }

.page-type-page .page .articleListModifier:disabled:hover {
  border-color: transparent;
  color: #ff7000;
  background-color: transparent; }

.page-type-page .page .addToArticleListHeading,
.page-type-page .page .articleListEditHeading {
  margin-bottom: 20px; }

.page-type-page .page .articleListEditDetail {
  margin-bottom: 22px; }

.page-type-page .page .articleListEditWarning {
  margin-top: 4px;
  display: none;
  color: #c7102d;
  font-weight: 700; }

@media (min-width: 780px) {
  .page-type-page .page .al-col-four-fifth {
    width: 80%; } }

.page-type-page .page .alAssignedUsersRow {
  margin-top: 20px; }

.page-type-page .page .alAssignedUsersRow .alAssignedUsersLabel {
  font-size: 14px;
  margin-top: 11px;
  margin-right: 5px;
  float: left; }

.page-type-page .page .addToArticleListSideBar .formValidationErrorIndicator.has-error {
  border: none; }

.page-type-page .page .addToArticleListSideBar .article-lists-container {
  border: 1px solid #cdcdcd;
  border-radius: 2px; }

.page-type-page .page .addToArticleListSideBar .existing-article-lists-container {
  margin-bottom: 10px; }

.page-type-page .page .addToArticleListSideBar .existing-article-lists {
  max-height: 215px;
  overflow-y: scroll;
  border-top-width: 0; }

.page-type-page .page .addToArticleListSideBar .article-lists-content {
  padding-left: 40px;
  padding-top: 15px; }

.page-type-page .page .addToArticleListSideBar .article-lists-radio-button {
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 10px; }

.page-type-page .page .addToArticleListSideBar .article-list-checkbox {
  margin-right: 10px; }

.page-type-page .page .addToArticleListSideBar .new-article-list-input {
  max-width: 370px;
  margin-bottom: 15px;
  margin-top: 5px; }

.page-type-page .page .addToArticleListSideBar .new-article-lists-content {
  padding-left: 40px;
  padding-top: 5px;
  border-top-width: 0; }

.page-type-page .page .addToArticleListSideBar .add2articleListControl {
  width: 100%; }

.page-type-page .page .addToArticleListSideBar .add2articleListControl.btn-error {
  cursor: not-allowed; }

.page-type-page .page .addToArticleListSideBar .has-error #article-list-name {
  background-color: #f4cfd5; }

.page-type-page .page .addToArticleListSideBar #article-list-name {
  margin-top: 5px; }

.page-type-page .page .addToArticleListSideBar li.existing-article-list {
  display: flex;
  align-items: center; }

.page-type-page .page .addToArticleListSideBar li.existing-article-list:hover {
  background-color: unset !important; }

.page-type-page .page .addToArticleListSideBar .svgIcon-radio {
  margin-bottom: 2px; }

.page-type-page .page .addToArticleListSideBar #new-article-list,
.page-type-page .page .addToArticleListSideBar label[for=existing-article-list] {
  margin-top: 5px; }

.page-type-page .page .addToArticleListSideBar .existing-article-list-label {
  padding-left: 5px; }

.page-type-page .page .addToArticleListSideBar .articlelist-searchbox .articlelistInputGroup ul li label {
  margin-bottom: 10px;
  padding: 0; }

.page-type-page .page .sideBarAlignAssignedUsers .btn-filter-pill {
  margin-left: 0; }

.page-type-page .page .hide-from-dropdown {
  display: none !important; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup {
  width: auto;
  background-color: #fff;
  padding: 20px 20px 11px 20px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100% !important;
  padding: 10px 20px 11px 30px;
  border: none !important;
  position: inherit !important;
  box-shadow: none !important; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup .dropdown-search-box {
  display: flex;
  flex: 0 0 auto;
  margin-bottom: 10px;
  height: 38px;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.5;
  color: #5c5c5c;
  background-image: none;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup .dropdown-search-box:focus {
  border: 1px solid #333;
  box-shadow: none; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup .dropdown-search-icon {
  position: absolute;
  right: 27px;
  top: 26px;
  color: #cdcdcd; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup .form-controls {
  padding-left: 0; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup .noUi-target {
  margin-left: 0; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup .button-wrapper {
  display: flex;
  flex: 0 0 auto;
  padding-left: 0; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup ul {
  list-style-position: outside;
  list-style-type: none;
  background-color: #fff;
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  padding-right: 10px; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup ul::-webkit-scrollbar {
  width: 6px; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup ul::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup ul::-webkit-scrollbar-thumb {
  background-color: #ccc; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup ul::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup ul li {
  margin-top: 0;
  padding: 0;
  width: 100%;
  position: relative; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup ul li:hover {
  background-color: #f5f5f5; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup ul li label {
  display: flex;
  align-items: center;
  line-height: 20px;
  padding: 6px 0;
  width: 100%; }

@media (max-width: 959.98px) {
  .page-type-page .page .articlelist-searchbox .articlelistInputGroup ul li label {
    padding: 10px 0 10px 5px; } }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup ul li label.subcategory-label {
  padding: 10px 0; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup ul li input[type=checkbox] {
  position: absolute;
  left: -50px; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup ul li input[type=checkbox] ~ .svgIcon-checkbox {
  padding-right: 5px; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup ul.categoryFacet-list li {
  background-color: initial; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup ul.categoryFacet-list li.facet-category--checked {
  background-color: #e7e7e7; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup .dropdown-search-icon {
  top: 15px !important; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup input.facet-search {
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  line-height: 1.42857;
  color: #5c5c5c;
  background-image: none;
  border: 1px solid #cdcdcd;
  margin-bottom: 12px; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup button.facet-close {
  font-size: 14px;
  line-height: 1.42857;
  margin-top: 11px;
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #fff;
  border-color: #333; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup button.facet-close:hover {
  background: #ff7000;
  border-color: #ff7000;
  color: #fff; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup button.facet-submit {
  font-size: 14px;
  line-height: 1.42857;
  margin-top: 11px;
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #ff7000;
  border-color: #ff7000;
  color: #fff; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup button.facet-submit:hover {
  background: #e75915;
  border-color: #e75915; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup ul li label {
  line-height: 24px; }

.page-type-page .page .articlelist-searchbox .articlelistInputGroup label {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.page-type-page .page .articleListerItemContainer {
  display: flex;
  font-size: 14px; }

.page-type-page .page .articleListerItemContainer .productListerItemPrice_Container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.page-type-page .page .articleListerItemContainer .product-price {
  height: 100%; }

.page-type-page .page .articleListerItem-imageContainer {
  padding-right: 10px; }

.page-type-page .page .articleListerItem-imageContainer .list-products-image {
  margin: 0; }

@media (min-width: 960px) {
  .page-type-page .page .articleListerItem-imageContainer .list-products-image {
    width: 100px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .articleListerItem-imageContainer .list-products-image {
    width: 80px; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .articleListerItem-imageContainer .list-products-image {
    width: 120px; } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .articleListerItem-imageContainer .list-products-image {
    width: 80px; } }

.page-type-page .page .articleListerItem-flexItem {
  flex: 1;
  display: flex;
  flex-wrap: wrap; }

.page-type-page .page .articleListerItem-flexItem .list-products-image {
  margin-right: 5px; }

@media (min-width: 780px) {
  .page-type-page .page .articlelist-image-detail-wrapper {
    display: flex; } }

@media (min-width: 960px) {
  .page-type-page .page .articleListerItem-service-detail {
    padding-left: 130px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .articleListerItem-service-detail {
    padding-left: 110px; } }

@media (min-width: 780px) {
  .page-type-page .page .article-list-page .service-items {
    margin-left: 0;
    padding-left: 0; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .article-list-page .service-items {
    margin-left: 120px; } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .article-list-page .service-items {
    margin-left: 80px; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .articleListerItem-priceContainer {
    padding-right: 30px; } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .articleListerItem-priceContainer {
    padding-right: 20px; } }

@media (min-width: 780px) {
  .page-type-page .page .articleListerItem-priceContainer {
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd; } }

.page-type-page .page .articleListerItem-qtyInputContainer {
  display: flex;
  flex-direction: column;
  justify-content: center; }

@media (max-width: 779.98px) {
  .page-type-page .page .articleListerItem-qtyInputContainer {
    margin-top: 10px; } }

.page-type-page .page .articleListerItem-qtyInputContainer .articleListRemoveItemButton {
  display: flex;
  background-color: transparent;
  border: none;
  padding-left: 0; }

.page-type-page .page .articleListerItem-qtyInputContainer .articleListRemoveItemButton:hover .svg-hover {
  color: #ff7000; }

.page-type-page .page .articleListerItem-qtyInputContainer .svgIcon-delete {
  color: #cdcdcd; }

.page-type-page .page .articleListerItem-qtyInputContainer .articlelist-qtyField {
  width: 50%;
  min-width: 120px;
  margin-right: 5px; }

.page-type-page .page .articleListerItem-qtyInputContainer .articlelist-add-to-cart {
  width: 50%;
  flex-grow: 1;
  margin-left: 5px; }

.page-type-page .page .qtyField-addToCart-container {
  display: flex; }

.page-type-page .page .articlelist-price {
  display: flex;
  align-items: center;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd; }

.page-type-page .page .articlelist-delete {
  display: flex;
  align-items: center; }

@media (max-width: 959.98px) {
  .page-type-page .page .approvalWorkflowButton {
    margin-bottom: 20px; } }

.page-type-page .page .orderApprovalErrorMessageBottom {
  margin-bottom: 15px; }

.page-type-page .page .orderRejectionInformation {
  margin-top: 10px;
  color: #31708f; }

.page-type-page .page .rejectionReasonHeadline {
  color: #31708f; }

.page-type-page .page .headlineSymbol {
  margin-right: 5px;
  color: #31708f; }

.page-type-page .page .approvalInformation {
  color: #31708f; }

.page-type-page .page .cartListerItemContainer {
  display: flex;
  font-size: 14px;
  padding-right: 15px; }

.page-type-page .page .cartListerItem-imageContainer {
  padding-right: 10px; }

.page-type-page .page .cartListerItem-imageContainer .list-products-image {
  margin: 0; }

@media (min-width: 960px) {
  .page-type-page .page .cartListerItem-imageContainer .list-products-image {
    width: 100px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .cartListerItem-imageContainer .list-products-image {
    width: 80px; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .cartListerItem-imageContainer .list-products-image {
    width: 120px; } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .cartListerItem-imageContainer .list-products-image {
    width: 80px; } }

.page-type-page .page .service-item-details {
  margin-bottom: 10px; }

.page-type-page .page .cartListerServiceItem .delete-article-btn {
  display: flex;
  background-color: transparent;
  border: none;
  padding-left: 0;
  margin-bottom: 10px; }

.page-type-page .page .cartListerServiceItem .svgIcon-delete {
  color: #cdcdcd; }

.page-type-page .page .cartListerServiceItem .delete-article-btn-text {
  padding-left: 5px; }

.page-type-page .page .cartListerItem-sumPrice {
  align-self: flex-end; }

.page-type-page .page .cartListerItem-flexItem {
  flex: 1; }

@media (min-width: 780px) {
  .page-type-page .page .cartListerItem-costCenterContainer {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.page-type-page .page .cartListerItem-costCenterContainer .hoffmann-select select {
  height: 36px; }

.page-type-page .page .coupon-applied-container {
  margin-top: 5px;
  margin-bottom: 15px; }

.page-type-page .page .coupon-applied {
  border: 1px solid #ff7000;
  border-radius: 2px;
  padding: 7px 21px; }

.page-type-page .page .cartListerItemPrice_prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  white-space: nowrap; }

.page-type-page .page .cartListerItemPrice_prices .main-price {
  font-weight: 700;
  font-size: 16px; }

.page-type-page .page .cartListerItemPrice_prices .main-price.intend-price {
  color: #c80f2d; }

.page-type-page .page .cartListerItemPrice_prices.prevent-promotion-color .main-price.intend-price {
  color: #333; }

.page-type-page .page .cartListerItem_articlePrice_inline {
  display: inline; }

.page-type-page .page .cartListerItem-priceMessages {
  padding-top: 10px; }

.page-type-page .page .cartListerItem-qtyInputContainer .input-group {
  margin-bottom: 10px; }

.page-type-page .page .cartListerItem-qtyInputContainer .input-group label {
  margin-bottom: 0; }

.page-type-page .page .cartListerItem-qtyInputContainer .delete-article-btn {
  display: flex;
  background-color: transparent;
  border: none;
  padding-left: 0;
  margin-bottom: 10px; }

.page-type-page .page .cartListerItem-qtyInputContainer .delete-article-btn:hover .delete-article-btn-text {
  color: #ff7000; }

.page-type-page .page .cartListerItem-qtyInputContainer .svgIcon-delete {
  color: #cdcdcd; }

.page-type-page .page .cartListerItem-qtyInputContainer .delete-article-btn-text {
  padding-left: 5px; }

.page-type-page .page .cartListerItem-qtyInputContainer .qty-has-error {
  border-color: #c7102d;
  background-color: #f4cfd5; }

.page-type-page .page .cartListerItem-qtyInputContainer .qty-btn-has-error {
  border-color: #c7102d; }

.page-type-page .page .cartListerItem-qtyInputContainer .quantity-error-message {
  display: block;
  color: #c7102d; }

.page-type-page .page .product-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px; }

@media (max-width: 959.98px) {
  .page-type-page .page .product-title {
    font-size: 14px; } }

.page-type-page .page .cartItemEntries_listProducts .list-products {
  margin: 0; }

.page-type-page .page .cartItemEntries_listProducts .list-products > :first-child {
  border-top: none; }

.page-type-page .page .cartItemEntries_listProducts .list-products > :nth-last-child(2) {
  border-bottom: none; }

.page-type-page .page .cartItemEntries_listProducts .list-products > :nth-last-child(2) .cart-accessories-wrapper {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 20px; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-accessories-wrapper {
  background: #f5f5f5;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: -1em;
  margin-top: 10px;
  position: relative; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-accessories-wrapper:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f5f5f5;
  border-top: 15px solid transparent;
  left: 35px;
  top: -30px; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-accessories-wrapper .cart-accessories-list {
  margin-right: 132px;
  margin-left: 120px;
  line-height: 20px; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-accessories-wrapper .cart-accessories-list li {
  padding-bottom: 14px;
  padding-top: 7px; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-accessories-wrapper .cart-accessories-list li ~ :last-of-type {
  margin-bottom: 10px; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-accessories-wrapper .cart-accessories-list .list-products > :last-child {
  border-bottom: none; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-accessories-wrapper .cart-accessories-list .item-image-container .list-products-image {
  width: 90px; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-accessories-wrapper .cart-accessories-list .btn.pdp {
  font-size: 14px; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper {
  background: #f5f5f5;
  padding: 10px 5px 20px;
  margin-bottom: 10px;
  position: relative;
  margin-top: 10px; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper:after {
  position: absolute;
  top: -30px;
  left: 35px;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f5f5f5;
  border-top: 15px solid transparent; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-item-subsitution-infopopup-wrapper {
  display: flex;
  padding-left: 15px; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-item-subsitution-infopopup-wrapper .infoIconRadioButtons {
  margin-left: 3px; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-item-subsitution-infopopup-wrapper .infoIconRadioButtons svg {
  fill: #cdcdcd; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-item-subsitution-infopopup-wrapper .info-popup-trigger:checked ~ label svg {
  fill: #000; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-item-subsitution-infopopup-wrapper .info-popup-trigger ~ label:hover svg {
  fill: #000; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-item-subsitution-infopopup-wrapper .info-popup-trigger ~ label::before {
  display: none; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-item-subsitution-infopopup-wrapper .info-popup-trigger ~ label::after {
  display: none; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-item-subsitution-infopopup-wrapper .info-popup-wrapper label {
  margin-bottom: 0;
  padding-left: 3px;
  margin-top: -5px; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-item-subsitution-infopopup-wrapper .info-popup-content {
  overflow: visible; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-item-subsitution-infopopup-wrapper .info-popup-content:after {
  border: none; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-item-subsitution-infopopup-wrapper .info-popup-content b {
  display: block;
  margin-bottom: 5px; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-item-subsitution-infopopup-wrapper .info-popup-wrapper .info-popup {
  border: none; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-item-subsitution-infopopup-wrapper .info-popup-wrapper .info-popup .info-popup-content {
  top: 25px; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-item-subsitution-infopopup-wrapper .info-popup-wrapper .info-popup .info-popup-content:after {
  border: none; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-subsitution-product-list {
  line-height: 1.42857;
  display: flex;
  font-size: 14px; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-subsitution-product-list .cart-subsitution-product-list-item {
  margin-top: 20px;
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: space-between; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-subsitution-product-list .cart-subsitution-product-list-item .list-products-image {
  height: 100%; }

@media (min-width: 960px) {
  .page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-subsitution-product-list .cart-subsitution-product-list-item .list-products-image {
    width: 100px; } }

@media (max-width: 959.98px) {
  .page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-subsitution-product-list .cart-subsitution-product-list-item .list-products-image {
    width: 80px; } }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-subsitution-product-list .cart-subsitution-product-list-item p {
  margin-bottom: 0; }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-subsitution-product-list .cart-subsitution-product-list-item p {
    font-size: 14px; } }

@media (min-width: 960px) {
  .page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-subsitution-product-list .cart-subsitution-product-list-item .subsitution-product-details-container .subsitution-product-name {
    font-size: 16px; } }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-subsitution-product-list .cart-subsitution-product-list-item .subsitution-product-details-wrapper {
  margin-top: 10px; }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-subsitution-product-list .cart-subsitution-product-list-item .cart-subsitution-price-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end; }

@media (min-width: 540px) {
  .page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-subsitution-product-list .cart-subsitution-product-list-item .cart-subsitution-price-wrapper {
    border-left: 1px solid #cdcdcd; } }

@media (min-width: 780px) {
  .page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-subsitution-product-list .cart-subsitution-product-list-item .cart-subsitution-price-wrapper {
    border-right: 1px solid #cdcdcd; } }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-subsitution-product-list .cart-subsitution-product-list-item .cart-subsitution-price-wrapper .main-price {
  font-size: 20px;
  font-weight: 700; }

@media (max-width: 779.98px) {
  .page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-subsitution-product-list .subsitution-product-button-container {
    margin-top: 10px; } }

.page-type-page .page .cartItemEntries_listProducts .list-products .cart-subsitution-product-wrapper .cart-subsitution-product-list .subsitution-product-button-container .btn {
  font-size: 14px;
  width: 100%;
  height: 40px;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px; }

@media (min-width: 960px) {
  .page-type-page .page .cartItemEntries_listProducts .service-items {
    margin-left: 100px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .cartItemEntries_listProducts .service-items {
    margin-left: 80px; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .cartItemEntries_listProducts .service-items {
    margin-left: 120px; } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .cartItemEntries_listProducts .service-items {
    margin-left: 80px; } }

.page-type-page .page .services {
  margin-top: 20px; }

.page-type-page .page .services strong {
  font-size: 16px; }

.page-type-page .page .services hr {
  border-top: 1px solid #cdcdcd;
  margin-bottom: 0;
  margin-right: -15px;
  margin-top: 0; }

.page-type-page .page .services .add-services {
  margin-bottom: 4px; }

.page-type-page .page .services .service-row {
  padding-bottom: 10px; }

.page-type-page .page .services .service-row .muted {
  color: #b3b3b3; }

.page-type-page .page .services .service-row .muted .label-availability {
  color: #b3b3b3; }

.page-type-page .page .services .service-row .service-data {
  padding-left: 30px; }

.page-type-page .page .services .service-row .signature {
  margin-top: 11px;
  padding-left: 30px; }

.page-type-page .page .services .service-row .signatureControl {
  margin-bottom: 5px;
  margin-top: 5px; }

.page-type-page .page .services .warnings {
  padding-left: 30px; }

.page-type-page .page .services .service-quantity {
  font-size: 16px;
  text-align: right; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .services .service-quantity {
    padding-left: 30px;
    text-align: left; } }

.page-type-page .page .services .services-list {
  padding-bottom: 16px;
  padding-top: 20px; }

.page-type-page .page .services .add-service-checkbox {
  position: absolute; }

.page-type-page .page .services label {
  display: flex;
  line-height: 20px;
  margin-bottom: 0; }

.page-type-page .page .services input[type=checkbox] {
  position: absolute;
  left: -50px; }

.page-type-page .page .services input[type=checkbox] ~ .svgIcon-checkbox {
  padding-right: 10px; }

.page-type-page .page .service-items {
  margin-top: 20px;
  padding-left: 10px;
  font-size: 14px;
  list-style: none; }

.page-type-page .page .service-item-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px; }

@media (max-width: 959.98px) {
  .page-type-page .page .service-item-title {
    font-size: 14px; } }

.page-type-page .page .service-item {
  padding: 20px 0; }

.page-type-page .page .cartItemsEntriesHeader_container {
  display: flex;
  font-size: 14px;
  padding-right: 15px; }

.page-type-page .page .cartItemsEntriesHeader_rest {
  flex: 1; }

.page-type-page .page .cartItemsEntriesHeader_articlePrice,
.page-type-page .page .cartItemsEntriesHeader_sumPrice {
  text-align: right; }

.page-type-page .page .cartItemsEntriesHeader_article {
  margin-right: 10px; }

@media (min-width: 960px) {
  .page-type-page .page .cartItemsEntriesHeader_article {
    width: 100px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .cartItemsEntriesHeader_article {
    width: 80px; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .cartItemsEntriesHeader_article {
    width: 120px; } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .cartItemsEntriesHeader_article {
    width: 80px; } }

@media (max-width: 779.98px) {
  .page-type-page .page .cart-control-button-panel {
    flex-direction: column; } }

.page-type-page .page .cart-control-button-panel .cart-buttons-container {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  margin-top: 10px; }

.page-type-page .page .cart-control-button-panel .cart-buttons-container .cart-control-button {
  padding-left: 0; }

@media (max-width: 779.98px) {
  .page-type-page .page .cart-control-button-panel .cart-buttons-container {
    padding-top: 0;
    margin-bottom: 10px;
    flex-direction: column; }
  .page-type-page .page .cart-control-button-panel .cart-buttons-container > * {
    margin-bottom: 5px; } }

.page-type-page .page .list-action-svg-btn {
  display: flex;
  margin-right: 40px; }

.page-type-page .page .list-action-svg-btn .svgIcon {
  color: #cdcdcd; }

.page-type-page .page .svgText-padding {
  padding-left: 5px; }

.page-type-page .page #collectiveorder-toggle:checked ~ .relative .toggle-content {
  display: block; }

.page-type-page .page #wishlist-selection-1:checked ~ label ~ .wishlist-value,
.page-type-page .page #wishlist-selection-2:checked ~ label ~ .wishlist-value {
  display: block; }

.page-type-page .page .facet-category__label-underline {
  text-decoration: underline; }

.page-type-page .page .facet-category__top-level-label .facet-category__label {
  padding-left: 10px; }

.page-type-page .page [aria-expanded=false] .aria-expanded-false-hidden {
  display: none; }

.page-type-page .page [aria-expanded=false] .expandicon {
  transform: rotate(270deg);
  color: #ff7000; }

.page-type-page .page [aria-expanded=true] .aria-expanded-true-hidden {
  display: none; }

.page-type-page .page [aria-expanded=true] .expandicon {
  transform: rotate(90deg);
  color: #ff7000; }

.page-type-page .page [aria-expanded=true] + .expandableList-wrapper .list-products {
  margin-top: 0 !important; }

.page-type-page .page .expandicon {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 10px;
  margin-top: 0; }

.page-type-page .page .collectiveOrderActionButtons {
  padding-top: 40px;
  border-top: 1px solid #cdcdcd; }

@media (max-width: 959.98px) {
  .page-type-page .page .collectiveOrderTopButton {
    margin-bottom: 20px; } }

.page-type-page .page .collectiveOrderItem > .cartItemEntries_listProducts {
  margin-bottom: 30px; }

.page-type-page .page .collectiveOrderTable {
  font-size: 14px;
  line-height: 1.42857; }

.page-type-page .page .collectiveOrderTableRow {
  display: flex;
  display: -ms-flexbox; }

.page-type-page .page .collectiveOrderTableRow > div {
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .collectiveOrderTableRow [class*=col-] {
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .collectiveOrderTableRow .svgIcon {
  color: #cdcdcd; }

@media (max-width: 779.98px) {
  .page-type-page .page .collectiveOrderTableRow .collectiveOrderForm {
    margin-top: 10px; } }

.page-type-page .page .costCenterTable {
  font-size: 14px;
  line-height: 1.42857; }

.page-type-page .page .tableHeader {
  display: flex;
  display: -ms-flexbox; }

.page-type-page .page .costCenterTableModificationRow {
  display: flex;
  align-items: flex-end;
  margin-top: 5px;
  margin-bottom: 20px; }

@media (min-width: 960px) {
  .page-type-page .page .costCenterTableModificationRow {
    justify-content: space-between; } }

.page-type-page .page .costCenterTableModificationRow .leftContainer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }

.page-type-page .page .costCenterTableModificationRow .sortingWrapper {
  min-width: 200px;
  margin-right: 30px; }

.page-type-page .page .costCenterTableModificationRow .costCenterToggleWrapper {
  float: right;
  margin-left: auto; }

.page-type-page .page .costCenterTableModificationRow .costCenterToggleWrapper .costCenterStatusToggle {
  height: 40px;
  display: inline-block;
  min-width: 200px; }

@media (min-width: 0px) {
  .page-type-page .page .costCenterTableModificationRow .costCenterToggleWrapper .costCenterStatusToggle + .costCenterStatusToggle {
    margin-left: 10px; } }

@media (min-width: 780px) {
  .page-type-page .page .costCenterTableModificationRow .costCenterToggleWrapper .costCenterStatusToggle + .costCenterStatusToggle {
    margin-left: 15px; } }

@media (min-width: 0px) {
  .page-type-page .page .costCenterTableModificationRow .costCenterToggleWrapper {
    margin-right: 10px; } }

@media (min-width: 780px) {
  .page-type-page .page .costCenterTableModificationRow .costCenterToggleWrapper {
    margin-right: 15px; } }

.page-type-page .page .costCenterTableRow {
  display: flex;
  display: -ms-flexbox; }

.page-type-page .page .costCenterTableRow > div {
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .costCenterTableRow [class*=col-] {
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .addCostCenterButton .svgIcon {
  margin-right: 5px;
  transform: none;
  position: unset;
  top: auto;
  flex-shrink: 0; }

.page-type-page .page .addCostCenterButton:disabled {
  cursor: pointer;
  pointer-events: none;
  opacity: 1; }

.page-type-page .page .costCenterTableHeading {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px; }

.page-type-page .page #costCenterSortingSelector {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px; }

.page-type-page .page .smallCostCenterCellHeading {
  font-weight: 700;
  margin-bottom: 1em;
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .smallCostCenterCellDetail {
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .smallCostCenterCellDetail .label {
  font-weight: 700; }

.page-type-page .page .smallCostCenterCellDetail .value input {
  max-width: 200px; }

.page-type-page .page .costCenterAllStatistics {
  display: flex;
  height: 40px; }

.page-type-page .page .costCenterModifier {
  display: inline-flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  padding: 0; }

.page-type-page .page .costCenterModifier .svgIcon {
  color: #cdcdcd;
  margin-right: 5px; }

.page-type-page .page .costCenterModifier .svgIcon-chart {
  margin-left: 2px; }

.page-type-page .page .costCenterModifier:disabled {
  border-color: transparent;
  opacity: 1;
  cursor: pointer; }

.page-type-page .page .costCenterModifier:disabled:hover {
  border-color: transparent;
  color: #ff7000;
  background-color: transparent; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .toggleButtonRow > div + div {
    margin-top: 5px; } }

@media (min-width: 0px) {
  .page-type-page .page .toggleButtonRow button {
    width: 100%; } }

@media (min-width: 960px) {
  .page-type-page .page .toggleButtonRow button {
    width: initial; } }

@media (min-width: 960px) {
  .page-type-page .page .toggleButtonRow .toggleButton-Wrapper {
    width: initial; } }

.page-type-page .page .costCenterEditHeading {
  margin-bottom: 20px; }

.page-type-page .page .costCenterEditDetail {
  margin-bottom: 22px; }

.page-type-page .page .costCenterEditWarning {
  margin-top: 4px;
  display: none;
  color: #c7102d;
  font-weight: 700; }

.page-type-page .page .costCenterEditBlockError input {
  background-color: #f4cfd5;
  border: 1px solid #c7102d; }

.page-type-page .page .costCenterEditBlockError label {
  color: #c7102d; }

@media (min-width: 780px) {
  .page-type-page .page .cc-col-four-fifth {
    width: 80%; } }

.page-type-page .page .ccAssignedUsersRow {
  margin-top: 20px; }

.page-type-page .page .ccAssignedUsersRow .ccAssignedUsersLabel {
  font-size: 14px;
  margin-top: 11px;
  margin-right: 5px;
  float: left; }

.page-type-page .page .delivery-address-modifier .svgIcon {
  color: #cdcdcd;
  margin-right: 5px; }

.page-type-page .page .delivery-address-create-button {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  height: 40px;
  min-width: 200px; }

@media (min-width: 0px) {
  .page-type-page .page .delivery-address-create-button {
    width: 100%; } }

.page-type-page .page .delivery-address-create-button .svgIcon {
  margin-right: 5px; }

.page-type-page .page .delivery-address-delete .btn-primary {
  background-color: transparent; }

.page-type-page .page .delivery-address-list .list-items-header {
  margin-top: 20px;
  line-height: 16px; }

.page-type-page .page .delivery-address-list .list-items {
  line-height: 21px; }

.page-type-page .page .delivery-address-list .list-items .btn-primary {
  height: 24px; }

.page-type-page .page .delivery-address-list .list-items .delivery-address-edit {
  margin-bottom: 8px; }

.page-type-page .page .deliveryAddressEditHeading {
  margin-bottom: 20px; }

.page-type-page .page .deliveryAddressEditDetail .input-group {
  margin-bottom: 10px; }

.page-type-page .page .sidePanelButtonRow {
  margin-top: 20px; }

@media (max-width: 767px) {
  .page-type-page .page .row.reorder-xs {
    transform: rotate(180deg);
    direction: rtl; }
  .page-type-page .page .row.reorder-xs > [class*=col-] {
    transform: rotate(-180deg);
    direction: ltr; } }

.page-type-page .page .sizeTableSidePanelBody {
  height: calc(100% + 15px);
  overflow-y: auto;
  padding: 20px 30px 20px 0;
  margin: 5px -30px -20px 0; }

.page-type-page .page .item-container {
  display: flex;
  flex-wrap: wrap;
  position: relative; }

@media (max-width: 959.98px) {
  .page-type-page .page .item-container {
    flex-wrap: wrap; } }

.page-type-page .page .item-container__flag {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2; }

.page-type-page .page .item-image-container {
  padding: 0 10px 0 0; }

.page-type-page .page .item-image-container .list-products-image {
  float: left;
  margin-right: 0; }

.page-type-page .page .item-image-container .list-products-image a {
  z-index: 1; }

@media (min-width: 1140px) {
  .page-type-page .page .item-image-container .list-products-image {
    width: 140px; } }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .item-image-container .list-products-image {
    width: 120px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .item-image-container .list-products-image {
    width: 140px; } }

@media (max-width: 779.98px) {
  .page-type-page .page .item-image-container .list-products-image {
    width: 160px; } }

.page-type-page .page .item-details-and-price-container {
  display: flex; }

@media (min-width: 1140px) {
  .page-type-page .page .item-details-and-price-container {
    width: calc(75% - 162.5px); } }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .item-details-and-price-container {
    width: calc(66.6666% - 130px); } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .item-details-and-price-container {
    width: calc(100% - 150px); } }

@media (max-width: 779.98px) {
  .page-type-page .page .item-details-and-price-container {
    flex: 1; } }

@media (max-width: 959.98px) {
  .page-type-page .page .item-details-and-price-container {
    flex-direction: column; } }

.page-type-page .page .item-details-container {
  padding: 0 10px 0 0; }

@media (min-width: 1140px) {
  .page-type-page .page .item-details-container {
    width: 60%; } }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .item-details-container {
    width: 50%; } }

.page-type-page .page .item-price-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end; }

@media (min-width: 1140px) {
  .page-type-page .page .item-price-container {
    width: 40%; } }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .item-price-container {
    width: 50%; } }

@media (min-width: 960px) {
  .page-type-page .page .item-price-container {
    padding: 0 20px;
    border-left: 1px solid #cdcdcd; } }

@media (max-width: 959.98px) {
  .page-type-page .page .item-price-container {
    padding: 0 10px 0 0; } }

@media (min-width: 1140px) {
  .page-type-page .page .item-addToCart-container {
    width: calc(25% + 12.5px);
    padding: 0 0 0 20px; } }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .item-addToCart-container {
    width: calc(33.33333%);
    padding: 0 0 0 20px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .item-addToCart-container {
    width: 100%;
    padding: 0; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .item-addToCart-container {
    width: 100%;
    padding: 0; } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .item-addToCart-container {
    width: 100%; } }

@media (min-width: 960px) {
  .page-type-page .page .item-addToCart-container {
    border-left: 1px solid #cdcdcd; } }

.page-type-page .page .productListerItemDetails_productTitle {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px; }

.page-type-page .page .productListerItemDetails_productInfo {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px; }

.page-type-page .page .productListerItemDetails_productInfo .productListerItemDetails_productLogo {
  height: 16px;
  margin-bottom: 2px; }

.page-type-page .page .productListerItemDetails_usp_showMoreLink {
  text-decoration: underline;
  line-height: 24px;
  font-size: 14px;
  padding-left: 40px;
  z-index: 3; }

.page-type-page .page .productListerItemDetails_usp_showMoreLink:hover {
  color: #000; }

.page-type-page .page .uspListProductLister {
  margin-top: 0;
  margin-bottom: -2px;
  list-style: none;
  margin-left: -15px; }

.page-type-page .page .uspListProductLister > li {
  padding-bottom: 0;
  font-size: 14px;
  position: relative; }

.page-type-page .page .uspListProductLister > li > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inherit; }

.page-type-page .page .uspListProductLister > li > span > .uspCircle {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #ff7000;
  margin-bottom: 1px;
  margin-right: 7px; }

.page-type-page .page .uspListProductLister > li > li:last-child {
  padding-bottom: 0; }

@media (max-width: 1139.98px) {
  .page-type-page .page .productListerItemDetails_uspContainer {
    display: none;
    margin-top: 5px; }
  .page-type-page .page .productListerItemDetails_productInfoContainer {
    width: 100%; } }

.page-type-page .page .productListerItemDetails-delivery-status-container {
  display: flex;
  align-items: center; }

.page-type-page .page .productListerItemDetails-delivery-status-container .s3-info-icon-container {
  position: relative; }

.page-type-page .page .productListerItemDetails-delivery-status-container .s3-info-icon-container .js-info-popup-trigger .svgIcon {
  position: relative;
  z-index: 5;
  color: #cdcdcd; }

.page-type-page .page .productListerItemDetails-delivery-status-container .s3-info-icon-container .js-info-popup-trigger .svgIcon :hover {
  color: #222;
  cursor: pointer; }

.page-type-page .page .productListerItemDetails-delivery-status-container .s3-info-icon-container .info-popup {
  margin-top: 0; }

.page-type-page .page .productListerItemDetails-delivery-status-container .s3-info-icon-container .info-popup .info-popup-content {
  position: absolute;
  top: 25px;
  left: -25px;
  width: 362px; }

.page-type-page .page .productListerItemDetails-delivery-status-container .s3-info-icon-container .info-popup .info-popup-content > b {
  font-size: 14px !important; }

.page-type-page .page .productListerItemDetails-delivery-status-container .s3-info-icon-container .link-primary {
  color: inherit;
  text-decoration: underline; }

.page-type-page .page .productListerItemDetails-delivery-status-container .s3-info-icon-container .link-primary:hover {
  color: #ff7000; }

.page-type-page .page .addToCartContainer {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  font-size: 14px; }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .addToCartContainer {
    flex-direction: row; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .addToCartContainer {
    flex-direction: row; } }

.page-type-page .page .addToCartContainer .svgIcon-view-list {
  margin-right: 5px; }

.page-type-page .page .productListerItemAddToCart_variantSelector {
  width: 100%;
  margin-bottom: 10px; }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .productListerItemAddToCart_variantSelector {
    width: 50%;
    padding-right: 5px;
    margin: 0; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .productListerItemAddToCart_variantSelector {
    width: 50%;
    padding-right: 5px;
    margin: 0; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .configure-container,
  .page-type-page .page .qtyField-addToCartBtn-articlelist-container {
    width: 50%;
    padding: 26px 0 0 15px;
    position: relative; }
  .page-type-page .page .configure-container .quantityDropdown-wrapper,
  .page-type-page .page .qtyField-addToCartBtn-articlelist-container .quantityDropdown-wrapper {
    left: 53px; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .configure-container,
  .page-type-page .page .qtyField-addToCartBtn-articlelist-container {
    width: 50%;
    padding: 26px 0 0 15px;
    position: relative; }
  .page-type-page .page .configure-container .quantityDropdown-wrapper,
  .page-type-page .page .qtyField-addToCartBtn-articlelist-container .quantityDropdown-wrapper {
    left: 53px; } }

.page-type-page .page .productListerItemAddToCart_qtyField {
  min-width: 120px;
  width: 50%;
  margin-right: 5px;
  margin-bottom: 10px; }

.page-type-page .page .productListerItemAddToCart_addToCart {
  min-width: 40px;
  margin-left: 5px;
  flex-grow: 1; }

.page-type-page .page .productListerItemAddToCart_addToWishlistBtn {
  display: flex;
  background-color: transparent;
  border: none;
  padding-left: 0; }

.page-type-page .page .productListerItemAddToCart_addToWishlistBtn:hover .productListerItemAddToCart_addToWishlistText {
  color: #ff7000; }

.page-type-page .page .productListerItemAddToCart_addToWishlistBtn:disabled .productListerItemAddToCart_addToWishlistText {
  color: #333; }

.page-type-page .page .productListerItemAddToCart_addToWishlistText {
  padding-left: 5px; }

.page-type-page .page .productListerItemPrice_Container {
  font-size: 14px;
  width: 100%; }

.page-type-page .page .productListerItemPrice_Container .muted {
  color: #b3b3b3; }

.page-type-page .page .productListerItemPrice_Container .shippingInfo {
  color: #000;
  text-decoration: underline; }

.page-type-page .page .productListerItemPrice_Container .pdp .main-price {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: .3em; }

.page-type-page .page .productListerItemPrice_Container .ecoTax .main-price {
  font-size: 16px;
  font-weight: 400; }

.page-type-page .page .productListerItemPrice_Container .item-price-list + .item-price-list {
  margin-top: 20px; }

.page-type-page .page .filterSidebar .btn-link[disabled] {
  opacity: 1; }

.page-type-page .page .filterSidebar li:not(:last-child) .filterItemContainer {
  border-bottom: 1px solid #cdcdcd; }

@media (min-width: 960px) {
  .page-type-page .page .filterSidebar li:first-child .filterItemContainer {
    border-top: 1px solid #cdcdcd; } }

.page-type-page .page .filterSidebar .sidePanelGreyArea {
  height: 100%;
  width: 100%;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  opacity: 0;
  pointer-events: none; }

@media (max-width: 959.98px) {
  .page-type-page .page .filterSidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1060; }
  .page-type-page .page .filterSidebar .sidebarContainer {
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 540px;
    background: #fff;
    height: 100%;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
    transform: translateY(102%); } }

@media (max-width: 959.98px) and (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .filterSidebar .sidebarContainer {
    transform: translateX(102%); } }

@media (max-width: 959.98px) {
  .page-type-page .page .filterSidebar .filterHeaderBar {
    font-weight: 700;
    position: relative;
    height: 60px;
    padding: 0 15px;
    margin: 0;
    background-color: #f5f5f5;
    justify-content: center; }
  .page-type-page .page .filterSidebar .filterHeaderBar-close {
    position: absolute;
    top: 15px;
    right: 15px; }
  .page-type-page .page .filterSidebar .filterHeaderBar-back {
    position: absolute;
    top: 15px;
    left: 15px; }
  .page-type-page .page .filterSidebar .filterBody {
    height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .page-type-page .page .filterSidebar .facet:active,
  .page-type-page .page .filterSidebar .facet:hover,
  .page-type-page .page .filterSidebar li:not(.noHover):active,
  .page-type-page .page .filterSidebar li:not(.noHover):hover {
    background-color: #f5f5f5; }
  .page-type-page .page .filterSidebar li:last-child .filterItemContainer {
    border-bottom: 1px solid #cdcdcd; } }

.page-type-page .page .filterSidebarFooter {
  width: 1080px;
  overflow-x: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4); }

.page-type-page .page .filterSidebarFooter .filterSidebarFooterPart {
  width: 50%;
  height: 100px; }

.page-type-page .page .filterSidebarFooter .filterSidebarFooterPart .btn {
  font-size: 14px; }

.page-type-page .page .filterSidebarFooter .filterSidebarFooterPart .btn-block + .btn-block {
  margin: 20px 0 0; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .filterSidebarFooter .filterSidebarFooterPart .btn-block + .btn-block {
    margin-top: 10px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .filterSidebarFooter .filterSidebarFooterPart {
    justify-content: space-evenly; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .filterSidebarFooter .filterSidebarFooterPart {
    justify-content: space-evenly; } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .filterSidebarFooter .filterSidebarFooterPart {
    flex-direction: column;
    padding-left: 20px;
    padding-bottom: 20px;
    height: 130px; } }

.page-type-page .page .sidebarFooterButton {
  width: calc(50% - 30px);
  margin: 20px 0 0; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .sidebarFooterButton {
    width: calc(100vw - 40px); } }

@media (max-width: 959.98px) {
  .page-type-page .page .filterSidebar--animatable .sidebarContainer {
    transition: transform 0.15s cubic-bezier(0, 0, 0.3, 1); }
  .page-type-page .page .filterSidebar--visible {
    pointer-events: auto; }
  .page-type-page .page .filterSidebar--visible .sidebarContainer {
    transform: none; }
  .page-type-page .page .filterSidebar--visible.filterSidebar--animatable .sidebarContainer {
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1); }
  .page-type-page .page .filterSidebar--visible .sidePanelGreyArea {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    pointer-events: auto; }
  .page-type-page .page .filterSidebar--open {
    overflow: hidden; } }

.page-type-page .page .broschure-link:hover .svgIcon-download {
  color: #ff7000 !important; }

.page-type-page .page .category-active {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; }

.page-type-page .page .category-active .link-hover {
  font-weight: 400 !important;
  cursor: pointer;
  color: #ff7000; }

.page-type-page .page .category-active .link-hover .cat-link {
  color: #ff7000; }

.page-type-page .page .category-active .category-arrow {
  right: 10px; }

@media (max-width: 539.98px) {
  .page-type-page .page .category-active {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
  .page-type-page .page .category-active .category-arrow {
    right: 6px; } }

.page-type-page .page .category-active--empty {
  margin-right: -10px !important;
  font-weight: 700; }

.page-type-page .page .category-arrow {
  position: absolute;
  right: 4px;
  top: 10px; }

.page-type-page .page .category-arrow i {
  display: inline-block; }

.page-type-page .page .categoryBackButton {
  display: flex;
  align-items: center;
  width: fit-content; }

.page-type-page .page .categoryBackButton > .filterName {
  font-size: 14px;
  line-height: 1.42857;
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .categoryBackButton ~ strong {
  font-size: 14px; }

.page-type-page .page .category-container {
  min-height: 1px;
  padding: 10px 20px; }

.page-type-page .page .categorySidebarIcon {
  color: #cdcdcd; }

.page-type-page .page .cat-link {
  font-size: 14px !important;
  display: block;
  text-decoration: none !important;
  word-break: break-word; }

.page-type-page .page .cat-link:hover {
  font-weight: 400 !important;
  cursor: pointer;
  color: #ff7000 !important; }

.page-type-page .page .cat-name {
  padding: 10px;
  line-height: 17px !important; }

.page-type-page .page .filterItem {
  font-size: 16px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 5px 0;
  text-align: left;
  white-space: normal; }

.page-type-page .page .filterItem:focus {
  color: #333; }

@media (max-width: 959.98px) {
  .page-type-page .page .filterItem {
    padding-left: 15px;
    padding-right: 15px; } }

.page-type-page .page .filterItem .img-inline {
  width: 30px;
  height: 30px;
  margin-right: 10px; }

.page-type-page .page .filterItem > .filterName {
  font-size: 14px;
  line-height: 1.42857;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .filterItemContainer {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0; }

.page-type-page .page .categoryTiles .list-blocks,
.page-type-page .page .categoryTiles .list-blocks-newsletter,
.page-type-page .page .categoryTiles .list-delivery-modes,
.page-type-page .page .categoryTiles .list-inline,
.page-type-page .page .categoryTiles .list-items,
.page-type-page .page .categoryTiles .list-jobs,
.page-type-page .page .categoryTiles .list-lined-cad,
.page-type-page .page .categoryTiles .list-nav,
.page-type-page .page .categoryTiles .list-news,
.page-type-page .page .categoryTiles .list-news-condensed,
.page-type-page .page .categoryTiles .list-payment-methods,
.page-type-page .page .categoryTiles .list-products,
.page-type-page .page .categoryTiles .list-unstyled {
  margin-bottom: 0; }

.page-type-page .page .categoryTiles .sidebarContainer {
  margin-bottom: 0; }

.page-type-page .page .categoryTiles .nav-col {
  display: inline-block;
  float: left;
  width: 25%;
  margin-bottom: 10px; }

@media (min-width: 0px) {
  .page-type-page .page .categoryTiles .nav-col {
    width: 100%;
    margin-bottom: 0; } }

@media (min-width: 540px) {
  .page-type-page .page .categoryTiles .nav-col {
    width: 50%;
    margin-bottom: 10px; } }

@media (min-width: 960px) {
  .page-type-page .page .categoryTiles .nav-col {
    width: 33.333333%; } }

@media (min-width: 1140px) {
  .page-type-page .page .categoryTiles .nav-col {
    width: 25%; } }

.page-type-page .page .categoryTiles .filterItem {
  height: 4.1em;
  padding: 0 14px;
  border: 1px solid #cdcdcd; }

.page-type-page .page .categoryTiles .filterItem:hover {
  border-color: #ff7000;
  z-index: 1; }

.page-type-page .page .categoryTiles .filterItem .img-inline {
  width: 40px;
  height: 40px; }

@media (min-width: 0px) {
  .page-type-page .page .categoryTiles .filterItem {
    border-right: none;
    border-left: none;
    margin-top: -1px; } }

@media (min-width: 540px) {
  .page-type-page .page .categoryTiles .filterItem {
    border: 1px solid #cdcdcd; } }

.page-type-page .page .categoryTiles .filterHeaderBar {
  display: none; }

.page-type-page .page .categoryTiles .grid {
  display: flex;
  flex-wrap: wrap;
  margin: -5px; }

.page-type-page .page .categoryTiles .grid > * {
  margin: 5px;
  width: calc(100% - 10px); }

@media (min-width: 540px) {
  .page-type-page .page .categoryTiles .grid {
    display: flex;
    flex-wrap: wrap;
    margin: -5px; }
  .page-type-page .page .categoryTiles .grid > * {
    margin: 5px;
    width: calc(50% - 10px); } }

@media (min-width: 780px) {
  .page-type-page .page .categoryTiles .grid {
    display: flex;
    flex-wrap: wrap;
    margin: -5px; }
  .page-type-page .page .categoryTiles .grid > * {
    margin: 5px;
    width: calc(33.33333% - 10px); } }

@media (min-width: 1140px) {
  .page-type-page .page .categoryTiles .grid {
    display: flex;
    flex-wrap: wrap;
    margin: -5px; }
  .page-type-page .page .categoryTiles .grid > * {
    margin: 5px;
    width: calc(25% - 10px); } }

.page-type-page .page .categoryTiles .categoryTile {
  font-size: 14px;
  line-height: 1.42857;
  display: flex;
  align-items: center;
  height: 4.285714286em;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #f2f2f2;
  color: inherit; }

.page-type-page .page .categoryTiles .categoryTile:hover {
  text-decoration: underline;
  border-color: #cdcdcd;
  background-color: #e7e7e7; }

@media (min-width: 540px) {
  .page-type-page .page .categoryTiles .categoryTile {
    height: 5em;
    padding-top: 5px;
    padding-bottom: 5px; } }

.page-type-page .page .categoryTiles .categoryTile-image {
  width: 40px;
  height: 40px; }

@media (min-width: 540px) {
  .page-type-page .page .categoryTiles .categoryTile-image {
    width: 50px;
    height: 50px; } }

.page-type-page .page .categoryTiles .categoryTile-text {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.page-type-page .page .dropdown-content,
.page-type-page .page .dropdown-menu {
  overflow: hidden !important; }

.page-type-page .page .dropdown-col {
  padding-bottom: 100% !important;
  margin-bottom: -100% !important; }

.page-type-page .page .img-cont {
  float: left;
  height: 24px; }

.page-type-page .page .img-cont .cat-thumb {
  padding: 4px 0 0 0;
  display: inline-block;
  width: 25px !important; }

.page-type-page .page .img-cont .cat-thumb::before {
  opacity: 0; }

.page-type-page .page .main-categories {
  margin: 0 !important; }

.page-type-page .page .main-categories li {
  position: relative; }

.page-type-page .page .mainCategory-item {
  background-color: #fff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }

.page-type-page .page .mainCategory-item.category-active {
  background-color: #fff;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; }

.page-type-page .page .myaccount-top {
  margin-top: 18px; }

.page-type-page .page .nav-col {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 539.98px) {
  .page-type-page .page .nav-col {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 540px) {
  .page-type-page .page .nav-col {
    padding-left: 15px;
    padding-right: 15px; } }

.page-type-page .page .nav-downloads {
  margin-left: -15px;
  margin-right: -15px; }

@media (max-width: 539.98px) {
  .page-type-page .page .nav-downloads {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 1140px) {
  .page-type-page .page .nav-downloads .nav-col {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .nav-downloads .nav-col {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .nav-downloads .nav-col {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .nav-downloads .nav-col {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; } }

@media print {
  .page-type-page .page .nav-downloads .nav-col {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 539.98px) {
  .page-type-page .page .nav-downloads .nav-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; } }

.page-type-page .page .nav-downloads a {
  text-align: left;
  margin-bottom: 2em;
  overflow: hidden;
  display: block;
  transition: .1s all; }

@media (max-width: 539.98px) {
  .page-type-page .page .nav-downloads a {
    min-height: 1em;
    height: auto;
    border-bottom: 1px solid #b3b3b3;
    text-align: left;
    display: block;
    margin-bottom: 0;
    padding: .5em 0; } }

.page-type-page .page .nav-downloads a sup {
  position: absolute;
  top: .5em;
  left: .5em;
  font-size: 20px;
  color: #b3b3b3; }

@media (max-width: 539.98px) {
  .page-type-page .page .nav-downloads a sup {
    top: 1em; } }

.page-type-page .page .nav-downloads a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: .05s all;
  backface-visibility: hidden; }

.page-type-page .page .nav-downloads a:active img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  transition: .05s all;
  backface-visibility: hidden; }

.page-type-page .page .nav-downloads a img {
  margin: 0 auto 1em; }

@media (max-width: 539.98px) {
  .page-type-page .page .nav-downloads a img {
    display: inline-block;
    height: 3em;
    margin: 0 .5em 2em 0;
    float: left; } }

.page-type-page .page .nav-downloads a span {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  display: block; }

.page-type-page .page .nav-downloads .svgIcon-download {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  font-size: 1.4em;
  padding-left: 20px;
  margin-top: 3px;
  color: #cdcdcd; }

.page-type-page .page .nav-downloads .broschure-additionalTest {
  color: #b3b3b3; }

.page-type-page .page .nav-row {
  margin-left: -15px;
  margin-right: -15px; }

.page-type-page .page .nav-row.nav-inline-block {
  font-size: 0; }

.page-type-page .page .nav-row.nav-inline-block .nav-col {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  float: none; }

.page-type-page .page .nav-row:after,
.page-type-page .page .nav-row:before {
  content: " ";
  display: table; }

.page-type-page .page .nav-row:after {
  clear: both; }

@media (min-width: 540px) {
  .page-type-page .page .nav-row {
    margin-left: -15px;
    margin-right: -15px; } }

@media (max-width: 539.98px) {
  .page-type-page .page .nav-row {
    margin-left: -10px;
    margin-right: -10px; } }

.page-type-page .page .numArticles {
  font-size: 14px;
  font-weight: 400;
  color: #b3b3b3; }

.page-type-page .page .subCategory-item {
  line-height: 17px !important; }

.page-type-page .page .further_categories {
  padding: 9px;
  font-weight: 700;
  line-height: 16px; }

.page-type-page .page .primary-color {
  color: #ff7000; }

.page-type-page .page .success-color {
  color: #5cb85c; }

@media (max-width: 539.98px) and (max-width: 959.98px) {
  .page-type-page .page .active-with-shadow-top {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }

@media (max-width: 539.98px) and (max-width: 539.98px) {
  .page-type-page .page .active-with-shadow-top {
    padding-top: 5px;
    -webkit-box-shadow: inset 0 4px 5px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 4px 5px -5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 4px 5px -5px rgba(0, 0, 0, 0.5); } }

@media (max-width: 539.98px) and (max-width: 539.98px) {
  .page-type-page .page .active-with-shadow-bottom {
    margin-bottom: -1px;
    padding-bottom: 5px;
    -webkit-box-shadow: inset 0 -4px 5px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 -4px 5px -5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -4px 5px -5px rgba(0, 0, 0, 0.5); } }

@media (max-width: 539.98px) {
  .page-type-page .page .facet_category .cat-name {
    padding: 10px; }
  .page-type-page .page .navigation-mobile.active {
    display: block; }
  .page-type-page .page .navigation-mobile.active .all-products-nav {
    margin-top: 6px;
    text-align: right; }
  .page-type-page .page .navigation-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #e7e7e7;
    z-index: 10001;
    width: 80%;
    -webkit-box-shadow: 0 0 6px 1px rgba(119, 119, 119, 0.5);
    -moz-box-shadow: 0 0 6px 1px rgba(119, 119, 119, 0.5);
    box-shadow: 0 0 6px 1px rgba(119, 119, 119, 0.5); }
  .page-type-page .page .navigation-mobile .cat-name {
    width: 78%; }
  .page-type-page .page .navigation-mobile .cat-link {
    overflow: auto;
    color: #000 !important; }
  .page-type-page .page .navigation-mobile .cat-name:hover {
    color: #ff7000; }
  .page-type-page .page .navigation-mobile .initialFilterLabel {
    border-bottom: 1px solid #cdcdcd; }
  .page-type-page .page .navigation-mobile-CloseBtn {
    background: #fff;
    height: 62px;
    position: relative;
    border-bottom: 1px solid #c7c7c7 !important; }
  .page-type-page .page .navigation-mobile-CloseBtn .navigation-close {
    color: #e8e8e8;
    right: 17px; }
  .page-type-page .page .all-products-nav a {
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
    padding-right: 15px; }
  .page-type-page .page .dropdown.active .dropdown-content,
  .page-type-page .page .dropdown.active .dropdown-menu {
    display: block; } }

@media (max-width: 779.98px) {
  .page-type-page .page .mobileHeaderSpacing {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd; } }

.page-type-page .page .header-nav__nav-categories {
  margin: 0 -20px !important; }

.page-type-page .page .nav-category {
  align-items: center;
  display: flex;
  position: relative; }

.page-type-page .page .nav-category__image {
  flex: 0 0 25px; }

.page-type-page .page .nav-category__text {
  flex-grow: 1;
  line-height: 1.214;
  padding: 10px; }

.page-type-page .page .nav-category__action {
  display: flex;
  flex-shrink: 0;
  padding: 4px 8px 4px 4px; }

.page-type-page .page .category-active .nav-category::before {
  border-right: 1px solid #fff;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 1px; }

.page-type-page .page .container--breadcrumb {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

@media (max-width: 779.98px) {
  .page-type-page .page .container--breadcrumb {
    margin-bottom: .625rem; } }

@media (max-width: 779.98px) {
  .page-type-page .page .breadcrum-isLoggedIn {
    margin-top: .3125rem; } }

.page-type-page .page .breadcrumb {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 400;
  pointer-events: auto;
  padding-left: 5px; }

.page-type-page .page .breadcrumb a:hover {
  color: #ff7000;
  text-decoration: underline; }

@media (max-width: 779.98px) {
  .page-type-page .page .breadcrumb {
    font-size: 12px;
    line-height: 1.33333; } }

.page-type-page .page nav.breadcrumb {
  padding-left: 0; }

.page-type-page .page .breadcrumb--arrow {
  display: none; }

.page-type-page .page .breadcrumb--arrow-back {
  margin-right: 7px;
  margin-left: 7px;
  padding-left: 0;
  color: #cdcdcd; }

@media (max-width: 779.98px) {
  .page-type-page .page .breadcrumb--arrow-back .svgIcon-breadcrumb-arrow {
    width: 6px;
    height: 9px; } }

.page-type-page .page .breadcrumb--you-are-here {
  margin-right: 5px;
  color: #000; }

.page-type-page .page .breadcrumb--left {
  position: relative;
  float: left; }

.page-type-page .page .breadcrumb--left:not(:last-child):not(.backbutton-breadcrumb) {
  padding-right: 26px; }

.page-type-page .page .breadcrumb--left:not(:last-child):not(.backbutton-breadcrumb)::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 21px;
  right: 0;
  background: transparent url(/_ui/desktop/theme-hoffmann/images/icon/breadcrumb-arrow-right.svg) center center no-repeat; }

@media (max-width: 779.98px) {
  .page-type-page .page .breadcrumb--left:not(:last-child):not(.backbutton-breadcrumb)::after {
    width: 19px;
    background: transparent url(/_ui/desktop/theme-hoffmann/images/icon/breadcrumb-arrow-right-mobile.svg) center center no-repeat; } }

.page-type-page .page .backbutton-breadcrumb {
  padding-left: 25px; }

.page-type-page .page .backbutton-breadcrumb::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 21px;
  left: 0;
  transform: rotate(180deg);
  background: transparent url(/_ui/desktop/theme-hoffmann/images/icon/breadcrumb-arrow-right-branded.svg) center center no-repeat; }

@media (max-width: 779.98px) {
  .page-type-page .page .backbutton-breadcrumb::after {
    width: 19px;
    background: transparent url(/_ui/desktop/theme-hoffmann/images/icon/breadcrumb-arrow-right-branded-mobile.svg) center center no-repeat; } }

.page-type-page .page .breadcrumb--expander {
  display: none; }

.page-type-page .page .breadcrumb--expander label {
  display: inline;
  cursor: pointer;
  color: #ff7000; }

.page-type-page .page .breadcrumb--expander:hover {
  color: #ff7000; }

@media (max-width: 779.98px) {
  .page-type-page .page .breadcrumb--left:nth-last-child(n + 3) {
    display: none; }
  .page-type-page .page .breadcrumb--left.backbutton-breadcrumb:first-child:nth-last-child(5) ~ :nth-child(3),
  .page-type-page .page .breadcrumb--left:first-child:nth-last-child(4) ~ :nth-child(2) {
    display: block; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .breadcrumb--expander:nth-last-child(n + 4) ~ :not(:nth-last-child(-n + 3)) {
    display: none; }
  .page-type-page .page .breadcrumb--expander:nth-last-child(-n + 3) {
    display: none; }
  .page-type-page .page .breadcrumb--expander {
    display: block; } }

.page-type-page .page [role=button]:checked + .breadcrumb .breadcrumb--left {
  display: block; }

.page-type-page .page [role=button]:checked + .breadcrumb .breadcrumb--expander {
  display: none; }

.page-type-page .page .nav-content-breadcrumb {
  color: #5c5c5c;
  margin: 18px 0 0 0 !important;
  vertical-align: middle;
  text-align: left;
  font-size: 14px; }

.page-type-page .page .nav-content-breadcrumb a {
  color: #b3b3b3;
  vertical-align: middle;
  display: inline-block; }

.page-type-page .page .nav-content-breadcrumb a i {
  font-size: 1.6em;
  vertical-align: middle; }

.page-type-page .page .nav-content-breadcrumb span {
  margin: 0 .2em;
  font-size: 20px;
  font-weight: 400;
  vertical-align: middle; }

.page-type-page .page .nav-content-breadcrumb span i {
  font-size: 14px;
  color: #b3b3b3; }

.page-type-page .page .nav-content-breadcrumb em span i {
  color: #ff7000; }

.page-type-page .page .nav-content-breadcrumb strong {
  color: #767676;
  font-weight: 700;
  vertical-align: middle;
  display: inline-block; }

.page-type-page .page .nav-content-breadcrumb a:hover {
  color: #ff7000; }

.page-type-page .page .theme-garant-header + .pagecontainer .nav-content-breadcrumb,
.page-type-page .page .theme-holex-header + .pagecontainer .nav-content-breadcrumb {
  margin: 0; }

.page-type-page .page .theme-garant-header-ps + .pagecontainer .nav-content-breadcrumb,
.page-type-page .page .theme-holex-header-ps + .pagecontainer .nav-content-breadcrumb {
  margin: 0; }

.page-type-page .page .backbutton-breadcrumb a {
  color: #ff7000;
  padding-left: 0; }

.page-type-page .page .backbutton-breadcrumb--back-to-search {
  position: relative;
  float: left; }

@media (max-width: 779.98px) {
  .page-type-page .page .backbutton-breadcrumb--back-to-search {
    width: 100%;
    margin-bottom: 5px; } }

.page-type-page .page .alert {
  font-size: 14px;
  line-height: 1.42857;
  display: flex;
  color: #191919;
  border: 1px solid transparent;
  border-radius: 3px; }

.page-type-page .page .alert .alert-icon {
  padding: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.page-type-page .page .alert .alert-body {
  padding: 10px;
  flex-grow: 1; }

.page-type-page .page .alert h4 {
  margin-top: 0;
  color: inherit; }

.page-type-page .page .alert > p,
.page-type-page .page .alert > ul {
  margin-bottom: 0; }

.page-type-page .page .alert > p + p {
  margin-top: 5px; }

.page-type-page .page .alert a {
  color: inherit; }

.page-type-page .page .alert a:hover {
  text-decoration: underline;
  cursor: pointer; }

.page-type-page .page .alert .alert-headline {
  font-size: 14px;
  line-height: 1.42857; }

.page-type-page .page .alert .alert-link {
  font-weight: 400;
  text-decoration: underline; }

.page-type-page .page .alertContainer > :last-child {
  margin-bottom: 10px; }

.page-type-page .page .alertContainer .alert + .alert {
  margin-top: 6px; }

.page-type-page .page .alert-success {
  background-color: #dff0d8; }

.page-type-page .page .alert-success .alert-icon {
  background-color: #49ab1d; }

.page-type-page .page .alert-success .alert-link {
  color: #49ab1d; }

.page-type-page .page .alert-info {
  background-color: #d9edf7; }

.page-type-page .page .alert-info .alert-icon {
  background-color: #31708f; }

.page-type-page .page .alert-info .alert-link {
  color: #31708f; }

.page-type-page .page .alert-warning {
  background-color: #fffae4; }

.page-type-page .page .alert-warning .alert-icon {
  background-color: #f7ab09; }

.page-type-page .page .alert-warning .alert-link {
  color: #f7ab09; }

.page-type-page .page .validation-alert-danger {
  background-color: #fff; }

.page-type-page .page .validation-alert-danger .alert-icon {
  background-color: #c7102d; }

.page-type-page .page .validation-alert-danger .alert-link {
  color: #c7102d; }

.page-type-page .page .alert-danger {
  background-color: #f4cfd5; }

.page-type-page .page .alert-danger .alert-icon {
  background-color: #c7102d; }

.page-type-page .page .alert-danger .alert-link {
  color: #c7102d; }

.page-type-page .page .alert-inline {
  margin-bottom: 0;
  margin-top: 16px; }

.page-type-page .page .alert-toggle {
  float: right; }

.page-type-page .page .alert-toggle .svgIcon {
  margin-right: 0; }

.page-type-page .page .box-hint {
  padding: 10px;
  border: 1px solid #31708f;
  border-radius: 3px; }

.page-type-page .page .box-hint .box-hint-headline {
  font-size: 14px;
  line-height: 1.42857;
  color: #31708f; }

.page-type-page .page .box-hint .box-hint-headline > .svgIcon {
  margin-right: 10px; }

.page-type-page .page .box-hint > p,
.page-type-page .page .box-hint > ul {
  margin-bottom: 0; }

.page-type-page .page .container--messages {
  margin-bottom: 0;
  margin-top: 1.25rem; }

.page-type-page .page .container--messages > ul:last-of-type > li:last-of-type {
  margin-bottom: 1.25rem; }

.page-type-page .page .container--messages ul:nth-child(n + 2) {
  margin-top: .625rem; }

.page-type-page .page .box-message {
  font-size: 14px;
  line-height: 1.42857;
  display: flex;
  color: #191919;
  background-color: #d9edf7;
  border-radius: 3px; }

.page-type-page .page .box-message a,
.page-type-page .page .box-message__link {
  font-weight: 400;
  text-decoration: underline;
  color: #31708f; }

.page-type-page .page .box-message__icon {
  display: flex;
  align-items: center;
  padding: .625rem;
  color: #fff;
  background-color: #31708f;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.page-type-page .page .box-message__close {
  padding: .5rem .5rem .5rem .75rem;
  color: #31708f; }

.page-type-page .page .box-message__close button {
  background: 0 0;
  border: 0;
  color: inherit;
  display: inline-block;
  font: inherit;
  padding: 0; }

.page-type-page .page .box-message__text {
  flex-grow: 1;
  padding: .625rem; }

.page-type-page .page .box-message--danger {
  background-color: #f4cfd5; }

.page-type-page .page .box-message--danger .box-message__link,
.page-type-page .page .box-message--danger a {
  color: #c7102d; }

.page-type-page .page .box-message--danger .box-message__icon {
  background-color: #c7102d; }

.page-type-page .page .box-message--danger .box-message__close {
  color: #c7102d; }

.page-type-page .page .box-message--success {
  background-color: #dff0d8; }

.page-type-page .page .box-message--success .box-message__link,
.page-type-page .page .box-message--success a {
  color: #49ab1d; }

.page-type-page .page .box-message--success .box-message__icon {
  background-color: #49ab1d; }

.page-type-page .page .box-message--success .box-message__close {
  color: #49ab1d; }

.page-type-page .page .box-message--warning {
  background-color: #fffae4; }

.page-type-page .page .box-message--warning .box-message__link,
.page-type-page .page .box-message--warning a {
  color: #f7ab09; }

.page-type-page .page .box-message--warning .box-message__icon {
  background-color: #f7ab09; }

.page-type-page .page .box-message--warning .box-message__close {
  color: #f7ab09; }

.page-type-page .page .box-message-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

.page-type-page .page .box-message-list > li + li {
  margin-top: .625rem; }

.page-type-page .page .box-message-text-only {
  list-style: none;
  padding-left: 0;
  padding-bottom: .3125rem;
  color: #31708f; }

.page-type-page .page .animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.page-type-page .page .animated-longer {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.page-type-page .page .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.page-type-page .page .animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.page-type-page .page .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.page-type-page .page .shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

.page-type-page .page .pulse-twice {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse-twice;
  animation-name: pulse-twice; }

.page-type-page .page .animated-swing {
  transform-origin: 0 top 0;
  -webkit-transform-origin: 0 top 0;
  -webkit-animation-name: swing;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1.2s;
  animation-name: swing;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-duration: 1.2s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.page-type-page .page .dropdown-content,
.page-type-page .page .dropdown-menu,
.page-type-page .page .readdpromo,
.page-type-page .page .toggle-content {
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

.page-type-page .page a.content-teaser:active {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97); }

.page-type-page .page .content-teaser {
  transition: .1s all;
  display: block; }

.page-type-page .page .content-teaser .content-teaser-caption {
  margin: 26px 0 30px 10px;
  position: relative; }

@media (max-width: 539.98px) {
  .page-type-page .page .content-teaser .content-teaser-caption {
    margin-bottom: 0; } }

.page-type-page .page .content-teaser h1,
.page-type-page .page .content-teaser h2,
.page-type-page .page .content-teaser h3 {
  font-size: 24px;
  line-height: 1.33333;
  padding-right: 30px;
  font-weight: 400;
  margin-bottom: .3em; }

@media (max-width: 959.98px) {
  .page-type-page .page .content-teaser h1,
  .page-type-page .page .content-teaser h2,
  .page-type-page .page .content-teaser h3 {
    font-size: 20px;
    line-height: 1.5; } }

.page-type-page .page .content-teaser .svgIcon-arrow-left {
  font-size: 24px;
  position: absolute;
  right: 5px;
  top: 0;
  color: #ff7000; }

.page-type-page .page .content-teaser.content-teaser-large .svgIcon-arrow-left {
  font-size: 28px;
  position: absolute;
  right: 5px;
  top: -2px; }

@media (min-width: 1140px) {
  .page-type-page .page .content-teaser.content-teaser-large .svgIcon-arrow-left {
    font-size: 32px;
    top: -4px; } }

.page-type-page .page .min-2em {
  height: 3em; }

.page-type-page .page .typeahead {
  margin: 10px 0 20px 0; }

.page-type-page .page .typeahead .typeahead-container {
  float: left;
  width: calc(100% - 90px);
  margin-left: 20px; }

.page-type-page .page .typeahead .typeahead-container input:focus {
  border-color: #333; }

.page-type-page .page .typeahead label[for=typeaheadInputId] {
  position: relative;
  display: block; }

.page-type-page .page .typeahead label[for=typeaheadInputId] .typeahead-powered-by {
  position: absolute;
  right: 0;
  color: #b3b3b3; }

@media (max-width: 779.98px) {
  .page-type-page .page .typeahead label[for=typeaheadInputId] .typeahead-powered-by {
    bottom: 3px;
    text-align: right; } }

.page-type-page .page .typeahead label[for=typeaheadInputId] .typeahead-powered-by .svgIcon-dnb-poweredby,
.page-type-page .page .typeahead label[for=typeaheadInputId] .typeahead-powered-by span {
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 779.98px) {
  .page-type-page .page .typeahead label[for=typeaheadInputId] .typeahead-powered-by .svgIcon-dnb-poweredby,
  .page-type-page .page .typeahead label[for=typeaheadInputId] .typeahead-powered-by span {
    display: block; } }

.page-type-page .page .typeahead label[for=typeaheadInputId] .typeahead-powered-by span {
  padding: 0; }

@media (max-width: 539.98px) {
  .page-type-page .page .typeahead label[for=typeaheadInputId] .typeahead-powered-by span {
    font-size: 12px;
    margin-bottom: 3px; } }

.page-type-page .page .typeahead label[for=typeaheadInputId] .typeahead-powered-by .svgIcon-dnb-poweredby {
  margin-top: -2px; }

@media (max-width: 539.98px) {
  .page-type-page .page .typeahead label[for=typeaheadInputId] .typeahead-powered-by .svgIcon-dnb-poweredby {
    height: 14px;
    width: 94px; } }

.page-type-page .page .typeahead label[for=typeaheadInputId] .typeahead-powered-by:hover {
  color: #b3b3b3; }

.page-type-page .page .typeahead .typeahead-country-container {
  float: left;
  width: 70px; }

.page-type-page .page .typeahead .typeahead-country-container select {
  background-color: #fff; }

.page-type-page .page .typeahead .typeahead-suggestions-wrapper {
  position: relative; }

.page-type-page .page .typeahead .typeahead-suggestions-wrapper .typeahead-suggestions {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  width: 100%; }

.page-type-page .page .typeahead .typeahead-suggestions-wrapper ul {
  margin: 0;
  padding: 0; }

.page-type-page .page .typeahead .typeahead-suggestions-wrapper ul li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd; }

.page-type-page .page .typeahead .typeahead-suggestions-wrapper ul li.typeahead-suggestion:hover {
  background-color: #f5f5f5; }

.page-type-page .page .typeahead .typeahead-suggestions-wrapper ul li.typeahead-suggestion:hover:after {
  display: inline-block;
  position: absolute;
  right: 19px;
  content: " ";
  width: 12px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  border-bottom: 2px solid #333;
  top: calc(50% - 6px); }

.page-type-page .page .typeahead .typeahead-suggestions-wrapper ul li.typeahead-suggestion:hover:before {
  display: inline-block;
  content: " ";
  position: absolute;
  right: 18px;
  width: 16px;
  height: 12px;
  border-bottom: 2px solid #333;
  top: calc(50% - 11px); }

.page-type-page .page .typeahead .typeahead-suggestions-wrapper ul li.active {
  background-color: #f5f5f5; }

.page-type-page .page .typeahead .typeahead-suggestions-wrapper ul li.active:after {
  display: inline-block;
  position: absolute;
  right: 9px;
  content: " ";
  width: 12px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  border-bottom: 2px solid #333;
  top: calc(50% - 6px); }

.page-type-page .page .typeahead .typeahead-suggestions-wrapper ul li.active:before {
  display: inline-block;
  content: " ";
  position: absolute;
  right: 8px;
  width: 16px;
  height: 12px;
  border-bottom: 2px solid #333;
  top: calc(50% - 11px); }

.page-type-page .page .typeahead .typeahead-suggestions-wrapper ul li p {
  padding: 0;
  margin-bottom: 0; }

.page-type-page .page .typeahead .typeahead-suggestions-wrapper ul .typeahead-suggestion-header {
  font-weight: 700;
  margin-bottom: 5px; }

.page-type-page .page .videoSlider .imgContainer {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 20px; }

.page-type-page .page .play,
.page-type-page .page .videoSlider .imgContainer img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

.page-type-page .page .play {
  height: 100%; }

.page-type-page .page .ratio_inner .play span,
.page-type-page .page .videoSlider .imgContainer .play span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  background: transparent url(../images/layout/play.png) no-repeat 0 0;
  width: 60px;
  height: 60px; }

.page-type-page .page .ratio_inner:hover,
.page-type-page .page .videoSlider .col:hover {
  cursor: pointer; }

.page-type-page .page .ratio_inner:hover .play span,
.page-type-page .page .videoSlider .col:hover .imgContainer .play span {
  background-position: 0 -60px; }

.page-type-page .page .videoSlide .vs_header {
  margin-bottom: 10px; }

.page-type-page .page .videoSlide .vs_footer {
  font-size: 80%; }

.page-type-page .page .videoSlider .carousel-controls {
  padding: 5px 20px;
  margin: 0 10px; }

.page-type-page .page .videoSlider .vs_left,
.page-type-page .page .videoSlider .vs_right {
  background-color: #ff7001;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  margin-top: -11px; }

.page-type-page .page .videoSlider .vs_left:hover,
.page-type-page .page .videoSlider .vs_right:hover {
  background-color: #dc6000;
  -webkit-transition: .2s background-color;
  -moz-transition: .2s background-color;
  -ms-transition: .2s background-color;
  -o-transition: .2s background-color;
  transition: .2s background-color; }

.page-type-page .page .videoSlider .vs_right {
  padding: 10px 12px 10px 16px; }

.page-type-page .page .videoSlider .vs_left {
  padding: 10px 16px 10px 12px; }

.page-type-page .page .youtube-container {
  margin: 120px auto 120px;
  padding: 0 120px; }

.page-type-page .page .overlay-close-layer {
  position: absolute;
  right: 100px;
  top: 45px; }

.page-type-page .page .videoSlider,
.page-type-page .page .youtube-layer iframe {
  opacity: 0;
  -webkit-transition: .35s opacity;
  -moz-transition: .35s opacity;
  -ms-transition: .35s opacity;
  -o-transition: .35s opacity;
  transition: .35s opacity; }

.page-type-page .page .touch .videoSlider .carousel-controls {
  display: block; }

.page-type-page .page .ratio_169 {
  padding-bottom: 56.25%;
  position: relative; }

.page-type-page .page .ratio_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.page-type-page .page .ratio_inner img {
  width: 100%; }

.page-type-page .page .carousel.slider .control {
  position: absolute;
  top: 50%;
  height: 2em;
  width: 1em;
  margin-top: -1em;
  display: inline-block;
  z-index: 2;
  outline: 0 none;
  background: #fff;
  opacity: 0;
  color: #5c5c5c; }

.page-type-page .page .carousel.slider .control.control-left {
  left: 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  margin-left: 0; }

.page-type-page .page .carousel.slider .control.control-right {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  right: 0;
  margin-right: 0; }

.page-type-page .page .carousel.slider .control.disabled {
  display: block; }

.page-type-page .page .carousel.slider .control:hover {
  opacity: 1; }

.page-type-page .page .carousel.slider .control * {
  position: absolute;
  top: 50%;
  margin-top: -.5em; }

.page-type-page .page .carousel.slider .control.override {
  align-items: center;
  background-color: #fff;
  border: 1px solid;
  border-radius: 2px;
  color: #cdcdcd !important;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  opacity: 1 !important;
  width: 40px; }

.page-type-page .page .carousel.slider .control.override > * {
  margin: 0;
  position: static;
  top: auto; }

.page-type-page .page .carousel.slider .control.override:hover {
  color: #333 !important; }

.page-type-page .page .carousel.slider .control.override.disabled {
  display: none; }

.page-type-page .page .carousel.slider .control.override.control-left {
  left: -10px; }

.page-type-page .page .carousel.slider .control.override.control-right {
  right: -10px; }

.page-type-page .page .carousel.slider .slider-bar {
  position: relative;
  height: 1em; }

.page-type-page .page .carousel.slider .slider-bar .slider-handle-bar {
  position: absolute;
  background: #333;
  display: block;
  height: .5em;
  border-radius: 8px;
  width: 20%;
  top: 50%;
  left: 0;
  margin-top: -.25em;
  z-index: 10; }

.page-type-page .page .carousel.slider .slider-bar .slider-trail-bar {
  background: #b3b3b3;
  display: block;
  position: absolute;
  width: 100%;
  height: .3em;
  top: 50%;
  margin-top: -.15em;
  border-radius: 8px; }

.page-type-page .page .carousel.slider h4 {
  padding-bottom: 30px;
  margin-top: 30px; }

.page-type-page .page .lb_layer {
  opacity: 0;
  opacity: 1;
  -webkit-transition: .35s opacity;
  -moz-transition: .35s opacity;
  -ms-transition: .35s opacity;
  -o-transition: .35s opacity;
  transition: .35s opacity; }

.page-type-page .page #lbforeground {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: none;
  display: block; }

.page-type-page .page #lbforeground.visible,
.page-type-page .page .lbf_content.visible {
  opacity: 1; }

.page-type-page .page #lbbackground {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15000;
  display: none;
  display: block; }

.page-type-page .page .lbf_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 320px;
  min-height: 180px;
  background-color: #5c5c5c;
  max-width: 80%;
  max-height: 80%; }

.page-type-page .page .lbf_loader {
  padding-bottom: 56.25%;
  background: transparent url(/_ui/desktop/theme-hoffmann/images/spinner.svg) no-repeat center center; }

.page-type-page .page .lbf_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-type-page .page .lbf_closer .list-products-btn-remove {
  -webkit-transition: .2s color;
  -moz-transition: .2s color;
  -ms-transition: .2s color;
  -o-transition: .2s color;
  transition: .2s color; }

.page-type-page .page .lbf_closer .list-products-btn-remove:hover {
  color: #dc6000; }

.page-type-page .page .lbf_closer .list-products-btn-remove {
  background-color: #fff; }

.page-type-page .page .lbf_closer {
  position: absolute;
  top: -50px;
  right: 0;
  display: none;
  display: block; }

.page-type-page .page .lbf_area iframe {
  width: 100%;
  height: 100%; }

.page-type-page .page .input-right-icon {
  position: absolute;
  right: .65em;
  top: 9%;
  font-size: 26px; }

.page-type-page .page .column-bottom-margin {
  border-bottom: 1px solid #cdcdcd; }

.page-type-page .page .column-padding-top {
  padding-top: 2em; }

.page-type-page .page #teaser-container {
  position: relative; }

.page-type-page .page #teaser-container.imagelink {
  cursor: pointer; }

.page-type-page .page #teaser-container img {
  width: 100%;
  height: auto; }

.page-type-page .page #teaser-container div {
  position: absolute;
  bottom: 20px;
  right: 50px; }

@media (max-width: 539.98px) {
  .page-type-page .page #teaser-container div {
    display: none; } }

.page-type-page .page #teaser-container .btn.active {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #141414; }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .printOrderButton {
    padding-top: 10px; } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .printOrderButton {
    padding-top: 20px; } }

@media (min-width: 780px) {
  .page-type-page .page .printOrderPdfs {
    margin-bottom: 20px; } }

.page-type-page .page .buttonContainer:hover .return-icon {
  color: #fff; }

.page-type-page .page .print-buttons-container {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 779.98px) {
  .page-type-page .page .print-buttons-container {
    padding-top: 0;
    margin-bottom: 10px; }
  .page-type-page .page .print-buttons-container > * {
    margin-bottom: 5px; } }

.page-type-page .page .print-buttons-container button,
.page-type-page .page .print-buttons-container label {
  border: 2px solid transparent;
  margin-bottom: 0; }

.page-type-page .page .print-buttons-container label[for^=returnLabelInfoPopup] {
  border: none; }

.page-type-page .page .orderPrice {
  padding-top: 30px; }

.page-type-page .page .orderPrice .row {
  margin-right: auto; }

@media (max-width: 959.98px) {
  .page-type-page .page .orderPrice {
    padding-top: 0;
    padding-bottom: .5em; } }

@media (max-width: 779.98px) {
  .page-type-page .page .orderPrice {
    font-size: 16px; } }

.page-type-page .page .printAndSortArea {
  margin-top: 20px;
  margin-bottom: 20px; }

.page-type-page .page .printAndSortArea .toggleSwitchComponent {
  margin-top: 20px; }

.page-type-page .page .printAndSortArea .no-script-document-download {
  display: inline-block; }

.page-type-page .page .printAndSortArea .no-script-document-download .list-action-svg-btn {
  display: block; }

.page-type-page .page .order-items .list-products-details {
  font-size: 16px; }

@media (max-width: 779.98px) {
  .page-type-page .page .order-items .list-products-details {
    font-size: 14px;
    margin-top: 10px; } }

@media (min-width: 780px) {
  .page-type-page .page .tracking-link-section {
    margin-bottom: .5em; } }

.page-type-page .page .tracking-link-wrapper {
  width: calc(100% - 40px);
  display: inline-block; }

.page-type-page .page .shippingdate {
  display: inline-block;
  font-size: 14px; }

.page-type-page .page .tracking-link {
  display: inline-block;
  margin: 7px 0;
  padding: 0 5px; }

.page-type-page .page .tracking-link svg {
  color: #cdcdcd;
  margin-left: 15px; }

.page-type-page .page .tracking-link strong {
  font-size: 14px; }

.page-type-page .page .tracking-link a {
  font-size: 14px; }

.page-type-page .page .tracking-link:last-child {
  border-right: none; }

.page-type-page .page .no-gutter {
  margin: 0;
  padding: 0; }

.page-type-page .page .orderManagement-headline {
  margin-bottom: 20px; }

@media (min-width: 960px) {
  .page-type-page .page .open-position-switch {
    padding-top: 15px; } }

.page-type-page .page .order-items .product-title {
  font-size: 16px; }

@media (max-width: 779.98px) {
  .page-type-page .page .order-items .main-price {
    font-size: 14px; } }

.page-type-page .page .delivery-status {
  display: flex;
  flex-direction: column; }

@media (max-width: 779.98px) {
  .page-type-page .page .order-items .cartListerItem-priceContainer {
    align-self: flex-end; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .billing-address {
    margin-bottom: 20px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .billing-address {
    margin-bottom: 20px; } }

.page-type-page .page .address-reorder-flexbox {
  display: flex;
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 15px; }

@media (max-width: 539.98px) {
  .page-type-page .page .address-reorder-flexbox {
    flex-direction: column; } }

.page-type-page .page .buttonContainer,
.page-type-page .page .print-delivery-note,
.page-type-page .page .print-document {
  display: flex;
  flex-flow: wrap; }

.page-type-page .page .buttonContainer .list-action-svg-btn,
.page-type-page .page .print-delivery-note .list-action-svg-btn,
.page-type-page .page .print-document .list-action-svg-btn {
  margin-right: 25px; }

.page-type-page .page .orderButtonsWrapper {
  float: right; }

.page-type-page .page .print-buttons-container .return-order-button {
  background-color: #fff;
  margin: 0;
  padding: 0;
  border: none; }

.page-type-page .page .print-buttons-container .return-order-button:hover .svgText-padding {
  color: #ff7000; }

.page-type-page .page .print-buttons-container .return-order-button.link-disabled:hover .svgText-padding {
  color: #333; }

.page-type-page .page .accordion .print-buttons-container > * {
  margin-bottom: 0; }

.page-type-page .page .accordion .print-buttons-container.printOrderButton {
  margin: 20px 0; }

@media (min-width: 780px) {
  .page-type-page .page .print-buttons-container.printOrderButton {
    margin-top: 10px; } }

.page-type-page .page .print-buttons-container.printOrderButton .svgIcon-jump-back {
  margin-top: -3px; }

.page-type-page .page .order-addresses .active .svgIcon-caret-down {
  transform: rotate(180deg); }

.page-type-page .page .section-order-entries .cartItemsEntriesHeader_container {
  padding-right: 0; }

.page-type-page .page .section-order-entries.scrollable .cartItemEntries_listProducts {
  margin-top: 10px;
  border-top: 1px solid #cdcdcd; }

.page-type-page .page .returnLabel-popupContainer {
  display: flex; }

.page-type-page .page .returnLabel-popupContainer .info-popup {
  margin-top: 0;
  margin-left: -20px; }

.page-type-page .page .returnLabel-popupContainer .info-popup .svgIcon {
  color: #b3b3b3;
  vertical-align: inherit; }

.page-type-page .page .returnLabel-popupContainer .info-popup .info-popup-content {
  left: -100px;
  top: 25px; }

.page-type-page .page .myCompanyReturnOrder .cartListItem {
  padding-left: 0;
  padding-right: 0; }

.page-type-page .page .myCompanyReturnOrder .cartListItem .alertContainer {
  padding-left: 55px; }

@media (max-width: 779.98px) {
  .page-type-page .page .myCompanyReturnOrder .cartListItem .alertContainer {
    padding-left: 50px; } }

.page-type-page .page .myCompanyReturnOrder .reorder-sort-and-submit-container {
  margin-bottom: 10px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .myCompanyReturnOrder .reorder-sort-and-submit-container .btn-order-return {
    margin-bottom: 10px; } }

.page-type-page .page .myCompanyReturnOrder .return-reason-select {
  background-color: #fff;
  border: 1px solid #000;
  width: 100%; }

.page-type-page .page .myCompanyReturnOrder .return-reason-box {
  margin-bottom: 10px;
  margin-top: 10px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .myCompanyReturnOrder .return-reason-box {
    margin-bottom: 20px;
    margin-top: 20px; } }

@media (max-width: 779.98px) {
  .page-type-page .page .myCompanyReturnOrder .return-details {
    padding-left: 47px; } }

.page-type-page .page .myCompanyReturnOrder .return-quantity {
  margin-bottom: 5px; }

.page-type-page .page .myCompanyReturnOrder .order-quantity {
  margin-bottom: 20px; }

@media (max-width: 779.98px) {
  .page-type-page .page .myCompanyReturnOrder .order-quantity {
    margin-top: 15px; } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .myCompanyReturnOrder .quantity-selector {
    margin-bottom: 20px; } }

.page-type-page .page .myCompanyReturnOrder .return-comment {
  padding-left: 148px;
  width: 100%; }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .myCompanyReturnOrder .return-comment {
    padding-left: 128px; } }

@media (max-width: 779.98px) {
  .page-type-page .page .myCompanyReturnOrder .return-comment {
    margin-top: 10px;
    padding-left: 37px; } }

@media (min-width: 780px) {
  .page-type-page .page .myCompanyReturnOrder .return-product-data {
    margin-bottom: 20px; } }

.page-type-page .page .myCompanyReturnOrder .return-order-contact-link {
  text-decoration: underline; }

.page-type-page .page .myCompanyReturnOrder .returnEntrySubmit:not(.disabled) ~ .tooltip-container {
  display: none !important; }

.page-type-page .page .return-link {
  white-space: nowrap; }

.page-type-page .page .statistic-general {
  font-size: 14px !important; }

.page-type-page .page .start-content {
  margin-top: 20px; }

.page-type-page .page .svgIcon-date {
  margin-top: 2px;
  position: absolute;
  right: .66em;
  top: 50%;
  pointer-events: none; }

@media (min-width: 780px) {
  .page-type-page .page .statistic-download-button {
    padding-top: 1.5em;
    padding-bottom: 1.5em; } }

@media (min-width: 780px) {
  .page-type-page .page .statistic-download-button {
    margin-top: 7px; } }

.page-type-page .page .label-show-button {
  margin-bottom: 12px; }

@media (max-width: 539.98px) {
  .page-type-page .page .last-button {
    padding-bottom: 16px; } }

.page-type-page .page .statistic-list-header {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  line-height: 1.42857;
  margin-left: 0;
  width: 100%;
  padding: 12px 0; }

.page-type-page .page .statistic-list-header div {
  padding-left: 0; }

.page-type-page .page .statistics-list-full-width {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  width: 100%; }

.page-type-page .page .statistics-list-full-width div {
  padding-left: 0; }

.page-type-page .page .statistics-list-full-width a {
  text-decoration: underline; }

.page-type-page .page .sum-list {
  display: flex;
  justify-content: flex-end;
  padding-right: 0; }

.page-type-page .page .sum-list .main-price {
  display: flex;
  justify-content: flex-end; }

.page-type-page .page .article-price-list .main-price {
  padding-right: 0;
  display: flex;
  justify-content: flex-start; }

.page-type-page .page .statistic-list-footer {
  margin-top: 1em;
  font-weight: 700; }

.page-type-page .page .statistic-list-footer-sum-total {
  display: flex;
  justify-content: right; }

.page-type-page .page .statistics-page-actionRow {
  margin: 15px -15px 20px -15px; }

@media (max-width: 959.98px) {
  .page-type-page .page .statistics-page-actionRow {
    margin-top: 0; } }

.page-type-page .page .statistics-page-button {
  float: right;
  margin-top: 1.5em;
  padding-left: 0; }

.page-type-page .page .statistics-page-button button {
  height: 40px; }

@media (max-width: 539.98px) {
  .page-type-page .page .statistics-page-button {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px; } }

.page-type-page .page .statistic-header {
  padding-bottom: 10px; }

.page-type-page .page .statistic-info-text {
  font-size: 14px;
  color: #333;
  line-height: 1.42857; }

@media (max-width: 959.98px) {
  .page-type-page .page .statistics-page-download-csv-button {
    padding-left: 5px;
    padding-right: 15px; } }

@media (max-width: 539.98px) {
  .page-type-page .page .statistics-page-download-csv-button {
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 20px; } }

@media (max-width: 959.98px) {
  .page-type-page .page .statistics-page-download-xls-button {
    padding-left: 15px;
    padding-right: 5px; } }

@media (max-width: 539.98px) {
  .page-type-page .page .statistics-page-download-xls-button {
    padding-right: 15px; } }

.page-type-page .page .statistic-no-values-found {
  margin-top: 10px; }

.page-type-page .page .list-items .statistics-list-full-width {
  border-top: none; }

.page-type-page .page .order-breakdown {
  font-size: 1rem;
  text-align: left; }

.page-type-page .page .order-breakdown__row {
  display: flex; }

.page-type-page .page .order-breakdown__row--sum {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700; }

.page-type-page .page .order-breakdown__label {
  flex: 1 1 100%;
  margin-right: 1em;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere; }

.page-type-page .page .order-breakdown__value {
  flex: 1 1 auto;
  text-align: right;
  white-space: nowrap; }

.page-type-page .page .order-breakdown__interjection::before {
  content: "("; }

.page-type-page .page .order-breakdown__interjection::after {
  content: ")"; }

.page-type-page .page .order-breakdown__divider {
  border-bottom: 1px solid #b3b3b3;
  margin: 10px 0; }

.page-type-page .page .order-breakdown__taxinfo {
  text-align: right;
  font-size: 14px; }

.page-type-page .page .order-breakdown__taxinfo .shippingInfo {
  text-decoration: underline; }

.page-type-page .page .orderManagementFilterIcon {
  margin-top: 1px;
  position: absolute;
  right: .66em;
  top: 50%;
  pointer-events: none; }

.page-type-page .page .orderManagementList {
  font-size: 14px; }

@media (max-width: 959.98px) {
  .page-type-page .page .orderManagementList .colored-status-wrapper {
    text-align: right; }
  .page-type-page .page .orderManagementList .orderManagementReorderButton {
    margin-top: 10px; }
  .page-type-page .page .orderManagementList .orderNumber {
    margin-bottom: 10px; } }

.page-type-page .page .orderManagementList .orderManagementReorderButton:hover a {
  text-decoration: underline; }

.page-type-page .page .orderManagementList .orderManagementReorderButton a {
  color: #ff7000; }

.page-type-page .page .orderManagementPagination {
  display: flex;
  align-items: flex-end; }

.page-type-page .page .orderManagementFilterItem input {
  font-size: 14px; }

.page-type-page .page .orderManagementEntryForm {
  margin-bottom: 0; }

@media (max-width: 959.98px) {
  .page-type-page .page .orderManagementFilterItem {
    margin-top: 10px; } }

.page-type-page .page .orderCodeSearchInput {
  position: relative; }

.page-type-page .page .orderCodeSearchInput .orderManagementFilterIcon {
  color: #b3b3b3; }

.page-type-page .page .orderListHeight {
  height: 40px !important; }

.page-type-page .page .orderManagementReorderButton {
  display: flex;
  padding: 0;
  border: none;
  background-color: #fff;
  color: #ff7000;
  font-size: 14px; }

.page-type-page .page .orderManagementReorderButton .svgIcon-cart {
  color: #cdcdcd;
  margin-right: 7px;
  font-size: 18px; }

.page-type-page .page .orderDetailReorderButton a {
  color: #fff; }

.page-type-page .page .last-bought-products-list .item-container__flag {
  display: none; }

.page-type-page .page .panoramaSlider {
  position: relative;
  background: #000; }

.page-type-page .page .panoramaSlider .mSVideo {
  width: 77px;
  height: 77px;
  background: no-repeat center url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABDlJREFUeNrsnUtIVGEcxWc+7x2vOYiIpEhERPSgNKgokqCIaBEtIlqEi4hqkalYGQQVQa9VRQuNFlEQpAU9oQdFb4rC0EJLsoiIEFERjXHGueNjpnN1WkVElPd/H+fA3bjx4/y+/+P4LQymUqkAJSdFCwiAACgCIACKAAiAIgACoAiAACgCIACKAAiAskHWe4BdXzQaLRodHa0fGhoqpIfjn60VEAwGA0qpMk3TPgDEjkgkotiCBAQQuQBxOhwON46MjCwiACEBxCKAaEQ11CYSiVwCkIEABqpS1/UPqIYyApADUZiRkVGPaniEIT2bAKQOpNRKDOkWgDgyODhoEIBMNYQA4oBhGG1oS2sIQA7EdIC4g2q4hrY0hQBkIFhtab2VHVANu5EdNAKQARHGkD6J7NA8PDxcSgByIEoA4jna0lnTNPMIQC47bAuFQh/RlrZ0dnYqApABkY9qOFdQUPAMQ3oeAchlh2UY0m9RDcdjsViYAGSqQUM17MnKymrDkF5HAHIgpgLEDQzpW4lEYhoByGWHtbquW0l6H7JDiABkQExCNRxDdmhBW1pBAHIgZgPEE7SlC8gOkwlAri1tsrIDqmF7d3e3IgAZELlYWc/k5+e/QnZYQABy2WExQFhv0rXIDjkEIJcdKpEdrLa0kQDkQBSiGi5hSD9AdphJAHJtaRWyQwva0qGBgQGDAGSqwUBbOpidnf0OQ3o1AciBmIG2dB9t6QqyQxEByGWHDel3h539/f0aAciAsJ5DT+Xk5DSjLZUSgNyQLkFbGnsOjcfjeQQgUw1jz6GZmZlWdtjc0dGhCEB4TvyLNFr4d0qlUkl85zEL9iJB96V/RgB2KJlMtqL/l2MreskhbO+tj8L4mkgksvB/ms8K+LPx1ncVw7baMIzOifgdBPB78z8jfFXhxt/jnyLsNd5Euzkci8WKJ9p8VsCvQ/Yhbn0FdvxPdv1OAhi/9V249bt0Xb9se7r2+04P4+tM05wlYb6vKwDt5nV6p38jeQ7lw1v/3TK+t7d3qbT5vqqA9E5/ETt9DXb6HqecS/OJ+e3WrUeff+q0symPGz8I4/dHo9H5TjTfsxWQbje3rSSLnf6rk8+qedD8b7j11bjxN91wXuUh40dg/Il4PD7XLeZ7pgKw079I7/Tv3XZ25fJb3wvjt/b09Cx3o/murYCfz4LY6fdip+9z8yXSXGh+a3qnfxnwgJSLjB97FsROv9Ar5ruiAtI7/XVrtUSf7/Da2qw53Pwv2HCqNE2769W0rhxq/BCMP2qaZrGXzXdkBcD4x2g3FWg37QEfSHPQre+C+TW48Q0BH0k5wHj4nqzDTj/Hb+aLVwDMb4L55TC+KeBTKSHjv8P4Cuz0S/xsvu0VYO30ML7BClQYsl0BKhDk/xNmDiAAigAIgCIAAqAIgAAoAiAAigAIgCIAAqAIwPP6IcAAqcSOpFu4qF4AAAAASUVORK5CYII=);
  background-size: 48px 48px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 50%; }

.page-type-page .page .panoramaSlider .mSVideo:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-radius: 50%;
  -webkit-animation: mightyslider_modern_spin 2s linear infinite;
  animation: mightyslider_modern_spin 2s linear infinite; }

.page-type-page .page .panoramaSlider .mSVideo:hover:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.page-type-page .page .panoramaSlider .mSPages {
  position: absolute;
  padding: 10px 0;
  margin: auto;
  height: 30px;
  list-style: none;
  bottom: 10px;
  right: 0;
  left: 0;
  z-index: 1003;
  overflow: hidden;
  text-align: center;
  line-height: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }

.page-type-page .page .panoramaSlider .mSPages li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0);
  margin: 0 5px;
  text-indent: -9999px;
  background: #fff;
  opacity: .5;
  cursor: pointer;
  vertical-align: top;
  pointer-events: all;
  border-radius: 50%; }

.page-type-page .page .panoramaSlider .mSPages li:hover {
  opacity: 1; }

.page-type-page .page .panoramaSlider .mSPages li.active {
  background: #fff;
  opacity: 1; }

.page-type-page .page .panoramaSlider.black .mSPages li {
  border-color: #000; }

.page-type-page .page .panoramaSlider.black .mSPages li.active {
  background: #000; }

.page-type-page .page .panoramaSlider.isTouch .mSPages {
  padding: 0;
  height: 18px;
  bottom: 15px; }

.page-type-page .page .panoramaSlider.isTouch .mSPages li {
  width: 18px;
  height: 18px; }

.page-type-page .page .navigationTeaser {
  width: 160px;
  margin-left: 15px;
  margin-right: 15px; }

@media (max-width: 1139.98px) {
  .page-type-page .page .navigationTeaser {
    margin-left: 10px;
    margin-right: 10px; } }

.page-type-page .page .navigationTeaser .navigationTeaserImage {
  margin-bottom: 10px; }

.page-type-page .page .navigationTeaser .navigationTeaserImage img {
  max-width: 160px;
  width: 100%; }

.page-type-page .page .navigationTeaser .navigationteaserContent {
  font-size: 14px;
  line-height: 1.42857; }

.page-type-page .page .navigationTeaser .navigationteaserContent .navigationTeaserText > p {
  margin-bottom: 0; }

.page-type-page .page .navigationTeaser .navigationteaserContent .navigationTeaserText > p > a {
  display: block; }

.page-type-page .page .navigationTeaser .navigationteaserContent .navigationTeaserText > p > a > br {
  display: none; }

.page-type-page .page .navigationTeaser a {
  color: #ff7000; }

.page-type-page .page .navigationTeaserContainer {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px; }

.page-type-page .page .promotionTeaserContainer .promotionTeaser {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.page-type-page .page .promotionTeaserContainer .promotionTeaser-body {
  -ms-flex: 1;
  flex: 1;
  font-size: 14px; }

.page-type-page .page .promotionTeaserContainer .promotionTeaser-body h2,
.page-type-page .page .promotionTeaserContainer .promotionTeaser-body h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700; }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .promotionTeaserContainer .promotionTeaser-image {
    max-width: 240px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .promotionTeaserContainer .promotionTeaser-image {
    max-width: 130px; } }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .promotionTeaserContainer .promotionTeaser-image {
    max-width: 160px; } }

@media (min-width: 1140px) {
  .page-type-page .page .promotionTeaserContainer .promotionTeaser-image {
    max-width: 210px; } }

.page-type-page .page .serviceComponentContainer {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: -5px;
  margin-bottom: 10px; }

.page-type-page .page .serviceComponentContent {
  display: flex;
  align-items: center;
  width: 100%; }

.page-type-page .page .serviceComponent {
  display: flex;
  width: 100%;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  min-height: 120px;
  margin: 5px;
  padding: 10px 20px;
  background-color: #fff; }

.page-type-page .page .serviceComponent:after,
.page-type-page .page .serviceComponent:before {
  content: " ";
  display: table; }

.page-type-page .page .serviceComponent:after {
  clear: both; }

.page-type-page .page .serviceComponent img {
  height: 80px;
  width: 80px;
  margin-right: 20px; }

@media (min-width: 1140px) {
  .page-type-page .page .serviceComponent:first-child:nth-last-child(n + 2),
  .page-type-page .page .serviceComponent:first-child:nth-last-child(n + 2) ~ .serviceComponent {
    width: calc(50% - 10px); } }

.page-type-page .page .serviceComponentLink {
  color: #ff7000;
  display: block; }

.page-type-page .page .serviceComponentLink:hover {
  color: #e75915; }

.page-type-page .page .serviceComponentText {
  flex: 1;
  font-size: 14px; }

.page-type-page .page .serviceComponentText .svgIcon-arrow-right {
  font-size: 8px;
  margin-right: 5px;
  color: #b3b3b3; }

.page-type-page .page .serviceComponent:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }

@media (min-width: 1140px) {
  .page-type-page .page .yvfullscreen {
    height: 645px; } }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .yvfullscreen {
    height: 537px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .yvfullscreen {
    height: 537px; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .yvfullscreen {
    height: 537px; } }

@media (max-width: 539.98px) {
  .page-type-page .page .yvfullscreen {
    height: 300px; } }

.page-type-page .page .noUi-target,
.page-type-page .page .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.page-type-page .page .noUi-target {
  position: relative;
  direction: ltr; }

.page-type-page .page .noUi-base,
.page-type-page .page .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.page-type-page .page .noUi-connects {
  overflow: hidden;
  z-index: 0; }

.page-type-page .page .noUi-connect,
.page-type-page .page .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.page-type-page .page html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

.page-type-page .page .noUi-vertical .noUi-origin {
  width: 0; }

.page-type-page .page .noUi-horizontal .noUi-origin {
  height: 0; }

.page-type-page .page .noUi-handle {
  position: absolute; }

.page-type-page .page .noUi-touch-area {
  height: 100%;
  width: 100%; }

.page-type-page .page .noUi-state-tap .noUi-connect,
.page-type-page .page .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  transition: transform .3s; }

.page-type-page .page .noUi-state-drag * {
  cursor: inherit !important; }

.page-type-page .page .noUi-horizontal {
  height: 18px; }

.page-type-page .page .noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.page-type-page .page .noUi-vertical {
  width: 18px; }

.page-type-page .page .noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

.page-type-page .page html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

.page-type-page .page .noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb; }

.page-type-page .page .noUi-connects {
  border-radius: 3px; }

.page-type-page .page .noUi-connect {
  background: #3fb8af; }

.page-type-page .page .noUi-draggable {
  cursor: ew-resize; }

.page-type-page .page .noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.page-type-page .page .noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb; }

.page-type-page .page .noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb; }

.page-type-page .page .noUi-handle:after,
.page-type-page .page .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px; }

.page-type-page .page .noUi-handle:after {
  left: 17px; }

.page-type-page .page .noUi-vertical .noUi-handle:after,
.page-type-page .page .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.page-type-page .page .noUi-vertical .noUi-handle:after {
  top: 17px; }

.page-type-page .page [disabled] .noUi-connect {
  background: #b8b8b8; }

.page-type-page .page [disabled] .noUi-handle,
.page-type-page .page [disabled].noUi-handle,
.page-type-page .page [disabled].noUi-target {
  cursor: not-allowed; }

.page-type-page .page .noUi-pips,
.page-type-page .page .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.page-type-page .page .noUi-pips {
  position: absolute;
  color: #999; }

.page-type-page .page .noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.page-type-page .page .noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.page-type-page .page .noUi-marker {
  position: absolute;
  background: #ccc; }

.page-type-page .page .noUi-marker-sub {
  background: #aaa; }

.page-type-page .page .noUi-marker-large {
  background: #aaa; }

.page-type-page .page .noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.page-type-page .page .noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.page-type-page .page .noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.page-type-page .page .noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.page-type-page .page .noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.page-type-page .page .noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.page-type-page .page .noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.page-type-page .page .noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.page-type-page .page .noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.page-type-page .page .noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.page-type-page .page .noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.page-type-page .page .noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.page-type-page .page .noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.page-type-page .page .noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.page-type-page .page .noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.page-type-page .page .noUi-target {
  margin: 6px 0 26px 20px;
  padding: 0 12px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #f5f5f5; }

.page-type-page .page .noUi-horizontal {
  height: 8px; }

.page-type-page .page .noUi-connect {
  background: #ff7000; }

.page-type-page .page .noUi-handle {
  border-radius: 50%; }

.page-type-page .page .noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  left: -12px;
  top: -8px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }

.page-type-page .page html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -12px;
  left: auto; }

.page-type-page .page .noUi-handle::after,
.page-type-page .page .noUi-handle::before {
  display: none; }

.page-type-page .page .superComponent-container {
  width: 100%; }

@media (max-width: 779.98px) {
  .page-type-page .page .superComponent-container .col-md-4 + .col-md-8,
  .page-type-page .page .superComponent-container .col-md-6 + .col-md-6 {
    margin-top: 25px; } }

@media (max-width: 959.98px) {
  .page-type-page .page .superComponent-container .col-lg-9 + .col-lg-3 {
    margin-top: 25px; } }

@media (max-width: 539.98px) {
  .page-type-page .page .superComponent-container .col-xs-12 + .col-xs-12 {
    margin-top: 25px; } }

.page-type-page .page .superComponent {
  font-size: 16px; }

.page-type-page .page .superComponent-images > * + *,
.page-type-page .page .superComponent > * + * {
  margin-top: 10px; }

.page-type-page .page .superComponent-images + .superComponent-headline {
  margin-top: 25px; }

.page-type-page .page .superComponent-buttons-container {
  margin: -5px; }

.page-type-page .page .superComponent-buttons-container > *,
.page-type-page .page .superComponent-buttons-container > .btn + .btn {
  margin: 5px; }

.page-type-page .page .superComponent-buttons-container .link-icon {
  line-height: 36px;
  display: inline-block;
  color: #ff7000; }

.page-type-page .page .superComponent-buttons-container .link-icon > .svgIcon {
  width: 36px;
  height: 36px;
  vertical-align: bottom;
  margin-right: 10px;
  color: #cdcdcd; }

.page-type-page .page .advantages {
  list-style: none; }

.page-type-page .page .advantages > li {
  position: relative; }

.page-type-page .page .advantages > li::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: transparent url(/_ui/desktop/theme-hoffmann/images/icon/check-green.svg) center center no-repeat;
  background-size: 1.25em 1.25em;
  position: absolute;
  left: calc(-1.25em - 4px);
  top: 0; }

.page-type-page .page .downloadComponent {
  display: flex;
  align-items: center;
  margin-top: -1px;
  min-height: 120px;
  padding: 10px 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; }

.page-type-page .page .downloadComponent .downloadComponent-image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center; }

.page-type-page .page .downloadComponent .downloadComponent-image > img {
  max-height: 100%;
  width: auto; }

.page-type-page .page .downloadComponent .downloadComponent-text {
  font-size: 20px;
  line-height: 1.5;
  padding-left: 10px;
  flex: 1; }

@media (max-width: 959.98px) {
  .page-type-page .page .downloadComponent .downloadComponent-text {
    font-size: 16px;
    line-height: 1.5; } }

.page-type-page .page .downloadComponent .downloadComponent-text svg {
  color: #cdcdcd; }

.page-type-page .page .downloadComponent .downloadComponent-text a {
  font-size: 14px;
  line-height: 1.42857;
  display: block; }

.page-type-page .page .headerBannerImage {
  margin-bottom: 6px; }

.page-type-page .page .headerBannerText {
  padding: 18px 0;
  margin-bottom: 18px;
  max-width: 500px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px; }

@media (min-width: 960px) {
  .page-type-page .page .headerBannerText.darkImage {
    color: #fff; } }

.page-type-page .page .headerBannerText h2 {
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 10px 0; }

.page-type-page .page .headerBannerText h3 {
  font-size: 24px;
  line-height: 1.33333;
  margin-bottom: 18px; }

.page-type-page .page .headerBannerText button {
  width: 150px;
  height: 40px;
  font-size: 14px;
  line-height: 1.42857; }

@media (max-width: 1439.98px) {
  .page-type-page .page .headerBannerText {
    max-width: 400px;
    left: 95px; }
  .page-type-page .page .headerBannerText h2 {
    font-size: 30px;
    line-height: 1.33333;
    margin: 0 0 10px 0; }
  .page-type-page .page .headerBannerText h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 18px; } }

@media (max-width: 1139.98px) {
  .page-type-page .page .headerBannerText {
    max-width: 340px;
    left: 80px; }
  .page-type-page .page .headerBannerText h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px 0; }
  .page-type-page .page .headerBannerText h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px; } }

@media (max-width: 959.98px) {
  .page-type-page .page .headerBannerText {
    max-width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    position: static;
    transform: none; } }

@media (max-width: 779.98px) {
  .page-type-page .page .headerBannerImage {
    width: 100%;
    object-fit: cover;
    object-position: 100% 0; } }

.page-type-page .page .headerBanner-controlContainer {
  padding-top: 24.82%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none; }

.page-type-page .page .headerBanner-controlContainer > .buttonsContainer,
.page-type-page .page .headerBanner-controlContainer > .carouselControl {
  pointer-events: auto; }

.page-type-page .page .mainTeaser {
  position: relative; }

.page-type-page .page .mainTeaser:hover .btn {
  color: #fff;
  background-color: #ff7000;
  border-color: #ff7000; }

.page-type-page .page .mainTeaser-container:after,
.page-type-page .page .mainTeaser-container:before {
  content: " ";
  display: table; }

.page-type-page .page .mainTeaser-container:after {
  clear: both; }

.page-type-page .page .mainTeaser-container > li {
  float: left; }

.page-type-page .page .mainTeaser-container > li:nth-child(n + 4) {
  display: none; }

.page-type-page .page .mainTeaser-container > * + * {
  margin-top: 20px; }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .mainTeaser-container > li:nth-child(2) {
    width: calc(50% - 10px);
    margin-right: 10px; }
  .page-type-page .page .mainTeaser-container > li:nth-child(3) {
    width: calc(50% - 10px);
    margin-left: 10px; } }

@media (max-width: 959.98px) {
  .page-type-page .page .mainTeaser-viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth; } }

@media (max-width: 959.98px) and (prefers-reduced-motion: reduce) {
  .page-type-page .page .mainTeaser-viewport {
    scroll-behavior: auto; } }

@media (min-width: 960px) {
  .page-type-page .page .mainTeaser-container {
    margin: 0; }
  .page-type-page .page .mainTeaser-container > li {
    float: left;
    margin: 0;
    padding: 0;
    width: calc(33.33333% - 20px); }
  .page-type-page .page .mainTeaser-container > li:first-child {
    width: calc(66.66667%); }
  .page-type-page .page .mainTeaser-container > li {
    float: left;
    margin: 0;
    padding: 0; }
  .page-type-page .page .mainTeaser-container > li:first-child {
    margin-right: 20px; }
  .page-type-page .page .mainTeaser-container > li:nth-child(2) {
    margin-bottom: 20px; }
  .page-type-page .page .mainTeaser-container > li:nth-child(n + 4) {
    display: none; }
  .page-type-page .page .mainTeaser-container > li > .mainTeaser-aspect-ratio {
    position: relative;
    padding-bottom: 42.55319%;
    overflow: hidden; }
  .page-type-page .page .mainTeaser-container > li > .mainTeaser-aspect-ratio .mainTeaser {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .page-type-page .page .mainTeaser-container > li:nth-child(n + 2) > .mainTeaser-aspect-ratio {
    padding-bottom: 42.22222%; }
  .page-type-page .page .mainTeaser-container > li:nth-child(n + 2) > .mainTeaser-aspect-ratio .mainTeaser {
    top: -1px; } }

.page-type-page .page .mainTeaser-text {
  position: absolute;
  top: 50%;
  left: 25px;
  max-width: 50%;
  width: 197px;
  transform: translateY(-50%); }

.page-type-page .page .mainTeaser-text > h2 {
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .mainTeaser-text > h3 {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 700;
  margin-bottom: 6px; }

.page-type-page .page .mainTeaser-text > .btn {
  display: none;
  font-weight: 400; }

@media (max-width: 539.98px) {
  .page-type-page .page .mainTeaser-text > h3 {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; } }

@media (min-width: 360px) {
  .page-type-page .page .mainTeaser-text > h3 {
    margin-bottom: 10px; }
  .page-type-page .page .mainTeaser-text > .btn {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 540px) {
  .page-type-page .page .mainTeaser-text > h3 {
    font-size: 16px;
    line-height: 1.5; } }

@media (min-width: 780px) {
  .page-type-page .page .mainTeaser-text {
    width: 308px;
    left: 40px; }
  .page-type-page .page .mainTeaser-text > h3 {
    font-size: 24px;
    line-height: 1.33333;
    margin-bottom: 20px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .mainTeaser-container > li:nth-child(n + 2) .mainTeaser-text {
    width: 308px;
    left: 40px; }
  .page-type-page .page .mainTeaser-container > li:nth-child(n + 2) .mainTeaser-text > h3 {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px; } }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .mainTeaser-container > li:nth-child(n + 2) .mainTeaser-text {
    width: 170px;
    left: 20px; }
  .page-type-page .page .mainTeaser-container > li:nth-child(n + 2) .mainTeaser-text > h2 {
    font-size: 14px;
    line-height: 1.42857; }
  .page-type-page .page .mainTeaser-container > li:nth-child(n + 2) .mainTeaser-text > h3 {
    font-size: 14px;
    line-height: 1.42857;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px; } }

@media (min-width: 1140px) {
  .page-type-page .page .mainTeaser-text {
    width: 409px;
    left: 41px; } }

@media (min-width: 1140px) and (max-width: 1439.98px) {
  .page-type-page .page .mainTeaser-container > li:nth-child(n + 2) .mainTeaser-text {
    width: 170px;
    left: 20px; }
  .page-type-page .page .mainTeaser-container > li:nth-child(n + 2) .mainTeaser-text > h2 {
    font-size: 14px;
    line-height: 1.42857; }
  .page-type-page .page .mainTeaser-container > li:nth-child(n + 2) .mainTeaser-text > h3 {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px; } }

@media (min-width: 1440px) {
  .page-type-page .page .mainTeaser-text {
    width: 409px;
    left: 41px; }
  .page-type-page .page .mainTeaser-text > h2 {
    font-size: 16px;
    line-height: 1.5; }
  .page-type-page .page .mainTeaser-text > h3 {
    font-size: 30px;
    line-height: 1.33333; } }

@media (min-width: 1440px) {
  .page-type-page .page .mainTeaser-container > li:nth-child(n + 2) .mainTeaser-text {
    width: 207px;
    left: 20px; }
  .page-type-page .page .mainTeaser-container > li:nth-child(n + 2) .mainTeaser-text > h2 {
    font-size: 14px;
    line-height: 1.42857; }
  .page-type-page .page .mainTeaser-container > li:nth-child(n + 2) .mainTeaser-text > h3 {
    font-size: 20px;
    line-height: 1.5;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px; } }

.page-type-page .page .mainTeaser-text.darkImage {
  color: #fff; }

.page-type-page .page .teaserModule {
  font-size: 16px;
  line-height: 1.5;
  position: relative; }

.page-type-page .page .teaserModule--linked:active {
  transform: scale(0.97); }

.page-type-page .page .teaserModule--linked:hover .teaserModule-title {
  color: #ff7000; }

.page-type-page .page .teaserModule-image {
  width: 100%; }

.page-type-page .page .teaserModule-text {
  padding: 20px 20px 20px 20px; }

.page-type-page .page .teaserModule-category,
.page-type-page .page .teaserModule-excerpt,
.page-type-page .page .teaserModule-link {
  margin: 0; }

.page-type-page .page .teaserModule-title {
  margin: 0 0 10px 0; }

.page-type-page .page .teaserModule-category {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 700; }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .teaserModule-wrapper.col-4 .teaserModule-text {
    font-size: 14px;
    line-height: 1.42857; }
  .page-type-page .page .teaserModule-wrapper.col-4 .teaserModule-title {
    font-size: 20px;
    line-height: 1.5; } }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .teaserModule-wrapper.col-3 .teaserModule-text {
    font-size: 14px;
    line-height: 1.42857; }
  .page-type-page .page .teaserModule-wrapper.col-3 .teaserModule-title {
    font-size: 20px;
    line-height: 1.5; } }

.page-type-page .page .teaserModuleFullWidth-wrapper {
  background-color: #f5f5f5; }

.page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(1),
.page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(1) ~ .teaserModuleFullWidth {
  width: calc(100% / 1 - 30px);
  margin: 15px; }

.page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(2),
.page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(2) ~ .teaserModuleFullWidth {
  width: calc(100% / 2 - 30px);
  margin: 15px; }

@media (max-width: 959.98px) {
  .page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(2),
  .page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(2) ~ .teaserModuleFullWidth {
    width: calc(50% - 30px); } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(2),
  .page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(2) ~ .teaserModuleFullWidth {
    width: calc(100% - 30px); } }

.page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(3),
.page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(3) ~ .teaserModuleFullWidth {
  width: calc(100% / 3 - 30px);
  margin: 15px; }

@media (max-width: 959.98px) {
  .page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(3),
  .page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(3) ~ .teaserModuleFullWidth {
    width: calc(50% - 30px); } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(3),
  .page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(3) ~ .teaserModuleFullWidth {
    width: calc(100% - 30px); } }

.page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(4),
.page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(4) ~ .teaserModuleFullWidth {
  width: calc(100% / 4 - 30px);
  margin: 15px; }

@media (max-width: 959.98px) {
  .page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(4),
  .page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(4) ~ .teaserModuleFullWidth {
    width: calc(50% - 30px); } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(4),
  .page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth:first-child:nth-last-child(4) ~ .teaserModuleFullWidth {
    width: calc(100% - 30px); } }

.page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth {
  text-align: center;
  padding: 30px 0;
  float: left; }

.page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth img {
  display: inline; }

.page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth * + h3 {
  margin-top: 20px; }

.page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth h3 {
  margin-bottom: 10px; }

.page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth p {
  margin: 0; }

.page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth ol,
.page-type-page .page .teaserModuleFullWidth-wrapper .teaserModuleFullWidth ul {
  text-align: left; }

.page-type-page .page .imageText {
  font-size: 16px; }

@media (max-width: 779.98px) {
  .page-type-page .page .imageText .col-md-4 + .col-md-8,
  .page-type-page .page .imageText .col-md-6 + .col-md-6 {
    margin-top: 30px; } }

@media (max-width: 959.98px) {
  .page-type-page .page .imageText .col-12 + .col-12,
  .page-type-page .page .imageText .col-xl-6 + .col-xl-6 {
    margin-top: 30px; } }

.page-type-page .page .imageText-headline {
  margin-bottom: 10px; }

.page-type-page .page .videoText {
  font-size: 16px; }

@media (max-width: 539.98px) {
  .page-type-page .page .videoText .col-sm-6 + .col-sm-6 {
    margin-top: 30px; } }

@media (max-width: 779.98px) {
  .page-type-page .page .videoText .col-md-4 + .col-md-8,
  .page-type-page .page .videoText .col-md-6 + .col-md-6,
  .page-type-page .page .videoText .col-md-8 + .col-md-4 {
    margin-top: 30px; } }

.page-type-page .page .videoText-headline {
  margin-bottom: 10px; }

.page-type-page .page .tabNavigation .tabNavigation-tabs-wrapper {
  height: 46px;
  overflow: hidden;
  border-bottom: 1px solid #cdcdcd; }

.page-type-page .page .tabNavigation .tabNavigation-panels {
  margin-top: 20px; }

.page-type-page .page .tabNavigation .tabNavigation-tabs {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  scroll-behavior: smooth; }

.page-type-page .page .tabNavigation .tabNavigation-panels > div {
  display: none; }

.page-type-page .page .tabNavigation .tabNavigation-tab,
.page-type-page .page .tabNavigation .tabNavigation-tabs label {
  padding: 14px 18px;
  line-height: 14px;
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 0;
  border-bottom: 4px solid transparent;
  transition: border-bottom-color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.page-type-page .page .tabNavigation .tabNavigation-tab.gutter-xl,
.page-type-page .page .tabNavigation .tabNavigation-tabs label.gutter-xl {
  padding: 14px 40px; }

@media (max-width: 779.98px) {
  .page-type-page .page .tabNavigation .tabNavigation-tab,
  .page-type-page .page .tabNavigation .tabNavigation-tabs label {
    font-size: 14px; } }

.page-type-page .page .tabNavigation .tabNavigation-tab:hover,
.page-type-page .page .tabNavigation .tabNavigation-tabs label:hover {
  color: #ff7000;
  cursor: pointer; }

.page-type-page .page .tabNavigation .tabNavigation-toggle0:checked ~ .tabNavigation-panels .tab0 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle0:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label0 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle1:checked ~ .tabNavigation-panels .tab1 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle1:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label1 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle2:checked ~ .tabNavigation-panels .tab2 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle2:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label2 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle3:checked ~ .tabNavigation-panels .tab3 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle3:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label3 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle4:checked ~ .tabNavigation-panels .tab4 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle4:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label4 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle5:checked ~ .tabNavigation-panels .tab5 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle5:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label5 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle6:checked ~ .tabNavigation-panels .tab6 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle6:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label6 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle7:checked ~ .tabNavigation-panels .tab7 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle7:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label7 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle8:checked ~ .tabNavigation-panels .tab8 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle8:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label8 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle9:checked ~ .tabNavigation-panels .tab9 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle9:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label9 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle10:checked ~ .tabNavigation-panels .tab10 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle10:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label10 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle11:checked ~ .tabNavigation-panels .tab11 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle11:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label11 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle12:checked ~ .tabNavigation-panels .tab12 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle12:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label12 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle13:checked ~ .tabNavigation-panels .tab13 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle13:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label13 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle14:checked ~ .tabNavigation-panels .tab14 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle14:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label14 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle15:checked ~ .tabNavigation-panels .tab15 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle15:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label15 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle16:checked ~ .tabNavigation-panels .tab16 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle16:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label16 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle17:checked ~ .tabNavigation-panels .tab17 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle17:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label17 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle18:checked ~ .tabNavigation-panels .tab18 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle18:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label18 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle19:checked ~ .tabNavigation-panels .tab19 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle19:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label19 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-toggle20:checked ~ .tabNavigation-panels .tab20 {
  display: block; }

.page-type-page .page .tabNavigation .tabNavigation-toggle20:checked ~ .tabNavigation-tabs-wrapper .tabNavigation-label20 {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tabNavigation .tabNavigation-tab-isActive {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .tab-navigation-order-wrapper.tabNavigation .tabNavigation-tabs-wrapper {
  height: auto;
  scroll-behavior: smooth;
  overflow-x: auto;
  border-bottom: none;
  margin-top: 10px; }

.page-type-page .page .tab-navigation-order-wrapper.tabNavigation .tabNavigation-tabs-wrapper.scrollable {
  padding-bottom: 10px; }

.page-type-page .page .tab-navigation-order-wrapper.tabNavigation .tabNavigation-tabs-wrapper::-webkit-scrollbar {
  height: 10px; }

.page-type-page .page .tab-navigation-order-wrapper.tabNavigation .tabNavigation-tabs-wrapper::-webkit-scrollbar-button:horizontal:start:decrement {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='17px' height='17px' viewBox='0 0 19 19' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 9l4-4-4-4 1-1 5 5-5 5z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M-15-496h1440v2085H-15z'/%3E%3Cg transform='rotate(-180 6 7)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23CDCDCD' d='M-8-6h22v22H-8z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center; }

.page-type-page .page .tab-navigation-order-wrapper.tabNavigation .tabNavigation-tabs-wrapper::-webkit-scrollbar-button:horizontal:end:increment {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='17px' height='17px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E241AB19E-6DEE-4C11-874D-C045A04BE8A9%3C/title%3E%3Cdefs%3E%3Cpolygon id='path-1' points='1.71517121e-13 8.825 3.81666667 5 1.70530257e-13 1.175 1.175 3.55271368e-15 6.175 5 1.175 10'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='HOG-eShop-Grid' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='xl-(1440px----1141px)-Bestellung---Slider-Scroll-Balken' transform='translate(-1405.000000, -496.000000)'%3E%3Crect fill='%23FFFFFF' x='0' y='0' width='1440' height='2085'%3E%3C/rect%3E%3Cg id='icon_font/breadcrump-arrow' transform='translate(1412.158333, 501.347222)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Path' fill='%23000000' xlink:href='%23path-1'%3E%3C/use%3E%3Cg id='Group' mask='url(%23mask-2)'%3E%3Cg transform='translate(-8.269444, -6.458333)' id='ð¨-Color'%3E%3Crect id='Gray' fill='%23CDCDCD' x='0' y='0' width='22.2222222' height='22.2222222'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center; }

.page-type-page .page .tab-navigation-order-wrapper.tabNavigation .tabNavigation-tabs-wrapper::-webkit-scrollbar-corner,
.page-type-page .page .tab-navigation-order-wrapper.tabNavigation .tabNavigation-tabs-wrapper::-webkit-scrollbar-track {
  background-color: #f5f5f5; }

.page-type-page .page .tab-navigation-order-wrapper.tabNavigation .tabNavigation-tabs-wrapper::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  height: 10px;
  border-radius: 25px; }

.page-type-page .page .tab-navigation-order-wrapper.tabNavigation .tabNavigation-tabs-wrapper .tabNavigation-tabs {
  overflow: visible; }

.page-type-page .page .tab-navigation-order-wrapper.tabNavigation .tabNavigation-tabs-wrapper .tabNavigation-tabs .tabNavigation-labelWrapper {
  display: flex;
  width: 100%; }

.page-type-page .page .tab-navigation-order-wrapper.tabNavigation .tabNavigation-tabs-wrapper .tabNavigation-tabs .tabNavigation-labelWrapper label {
  overflow-y: visible; }

.page-type-page .page .tab-navigation-order-wrapper.tabNavigation div[role=tablist] {
  position: relative; }

.page-type-page .page .tab-navigation-order-wrapper.tabNavigation div[role=tablist] hr {
  left: 0;
  position: absolute;
  margin: 0;
  top: 45px;
  width: 100%; }

.page-type-page .page .accordeon-list {
  width: 100%; }

.page-type-page .page .accordeon-list > li {
  padding: 20px 0; }

@media (max-width: 539.98px) {
  .page-type-page .page .accordeon-list > li {
    padding: 5px 0; } }

.page-type-page .page .accordeon-headline {
  font-size: 20px;
  line-height: 1.5;
  padding: 0 30px; }

@media (max-width: 539.98px) {
  .page-type-page .page .accordeon-headline {
    font-size: 16px;
    line-height: 30px;
    padding: 15px 30px; } }

.page-type-page .page .accordeon-headline span {
  flex: 1; }

.page-type-page .page .accordeon-content {
  padding-top: 21px; }

@media (max-width: 539.98px) {
  .page-type-page .page .accordeon-content {
    padding: 6px 0 15px 0; } }

.page-type-page .page .row.clickable.active {
  color: #ff7000; }

.page-type-page .page .row.clickable.active .accordeon-arrow {
  transform: rotate(270deg); }

.page-type-page .page .row.clickable:target {
  color: #ff7000;
  cursor: default; }

.page-type-page .page .row.clickable:target .accordeon-arrow {
  transform: rotate(270deg); }

.page-type-page .page .row.clickable:target + .accordeon-content {
  display: block; }

.page-type-page .page .plpContentElement {
  font-size: 14px;
  line-height: 1.42857;
  margin: -5px -15px;
  display: flex;
  flex-wrap: wrap; }

.page-type-page .page .plpContentElement > * {
  margin: 5px 15px; }

.page-type-page .page .plpContentElement img {
  align-self: flex-start; }

@media (max-width: 539.98px) {
  .page-type-page .page .plpContentElement {
    display: none; } }

.page-type-page .page .plpContentElementWrapper {
  margin-top: 10px; }

.page-type-page .page .globalMessage {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .pressRelease {
  display: flex;
  flex-direction: column;
  align-items: center; }

.page-type-page .page .pressRelease-image {
  margin-bottom: 20px; }

.page-type-page .page .pressRelease-header {
  display: flex;
  flex-direction: column-reverse; }

.page-type-page .page .pressRelease-title {
  color: #ff7000;
  margin-bottom: 10px; }

.page-type-page .page .pressRelease-date {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 700;
  margin-bottom: 5px; }

@media (min-width: 780px) {
  .page-type-page .page .pressRelease {
    flex-direction: row; }
  .page-type-page .page .pressRelease-image {
    width: 44.375%;
    margin-right: 30px;
    margin-bottom: 0; }
  .page-type-page .page .pressRelease-body {
    flex: 1; } }

@media (min-width: 960px) {
  .page-type-page .page .pressRelease-image {
    width: 46.875%;
    margin-right: 40px; }
  .page-type-page .page .pressRelease-body {
    max-width: 1020px; }
  .page-type-page .page .pressRelease-image + .pressRelease-body {
    max-width: 530px; } }

@media (min-width: 1140px) {
  .page-type-page .page .pressRelease-image {
    width: 31.59722%; }
  .page-type-page .page .pressRelease-body {
    max-width: 1265px; }
  .page-type-page .page .pressRelease-image + .pressRelease-body {
    max-width: 770px; } }

.page-type-page .page .pressRelease-container .pressRelease {
  min-height: 330px;
  padding: 40px; }

.page-type-page .page .pressRelease-container .pressRelease:nth-child(odd) {
  background-color: #f5f5f5; }

.page-type-page .page .pressRelease-container .pressRelease-excerpt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.page-type-page .page .pressRelease-container .pressRelease-link {
  margin-bottom: 0; }

@media (min-width: 780px) {
  .page-type-page .page .pressRelease-container .pressRelease-image {
    width: 48.40909%; }
  .page-type-page .page .pressRelease-container .pressRelease-excerpt {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; } }

@media (min-width: 960px) {
  .page-type-page .page .pressRelease-container .pressRelease-image {
    width: 51.13636%; } }

@media (min-width: 1140px) {
  .page-type-page .page .pressRelease-container .pressRelease-image {
    width: 33.45588%; } }

.page-type-page .page .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.page-type-page .page .media-figure {
  margin-right: 1em; }

.page-type-page .page .media-body {
  -ms-flex: 1;
  flex: 1; }

.page-type-page .page .blockLink {
  position: relative; }

.page-type-page .page .blockLink a,
.page-type-page .page .blockLink abbr[title],
.page-type-page .page .blockLink button,
.page-type-page .page .blockLink input,
.page-type-page .page .blockLink textarea,
.page-type-page .page .blockLink-interaction {
  position: relative;
  z-index: 2; }

.page-type-page .page .blockLink .blockLink-overlay {
  position: static; }

.page-type-page .page .blockLink-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1; }

.page-type-page .page .blockLink .blockLink-overlay-area {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  opacity: 0;
  z-index: 0; }

.page-type-page .page .faq {
  margin-bottom: 1.5rem; }

.page-type-page .page .faq-question {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: .25rem; }

.page-type-page .page .faq-answer {
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: .5rem; }

.page-type-page .page .faq-answer--image {
  max-width: 400px; }

.page-type-page .page .faq-answer--video {
  max-width: 570px; }

.page-type-page .page .search-empty-page-icon {
  alignment: top;
  color: #e7e7e7;
  margin-right: 30px; }

.page-type-page .page .search-empty-page-icon .svgIcon-circle-info {
  height: 140px;
  width: 140px; }

@media (max-width: 539.98px) {
  .page-type-page .page .search-empty-page-icon .svgIcon-circle-info {
    height: 60px;
    width: 60px; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .search-empty-page-icon .svgIcon-circle-info {
    height: 110px;
    width: 110px; } }

@media (max-width: 779.98px) {
  .page-type-page .page .search-empty-page-icon {
    margin-right: 10px; } }

.page-type-page .page .search-empty-page-text {
  display: inline-block; }

.page-type-page .page .search-empty-page-headline {
  margin-bottom: 16px; }

@media (max-width: 779.98px) {
  .page-type-page .page .search-empty-page-headline {
    margin-bottom: 12px; } }

.page-type-page .page .search-empty-page-hints {
  margin: 6px 0 0 0;
  padding: 0 0 0 20px; }

.page-type-page .page .search-empty-page-infobox {
  background-color: #f5f5f5;
  margin: 24px 0;
  display: flex;
  padding: 20px 22px 34px 20px; }

@media (max-width: 779.98px) {
  .page-type-page .page .search-empty-page-infobox {
    padding: 10px 22px 20px 10px; } }

.page-type-page .page .sidePanel {
  position: fixed;
  overflow: hidden;
  pointer-events: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9999999999;
  transition: opacity 0s .3s;
  content-visibility: auto;
  contain-intrinsic-size: 100%; }

.page-type-page .page .sidePanel .sidePanelGreyArea {
  height: 100%;
  width: 100%;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
  opacity: 0;
  pointer-events: none; }

.page-type-page .page .sidePanel .sidePanelContainer {
  transform: translateX(102%);
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
  background: #fff;
  height: 100%;
  width: 100%;
  max-width: 779.98px;
  right: 0;
  top: 0;
  position: absolute; }

@media (max-width: 779.98px) {
  .page-type-page .page .sidePanel .sidePanelContainer {
    transform: translateY(102%);
    max-width: 779.98px !important; } }

.page-type-page .page .sidePanel .sidePanelHeader {
  font-weight: 700;
  position: relative;
  height: 55px;
  padding: 0 15px;
  margin: 0;
  justify-content: center; }

.page-type-page .page .sidePanel .sidePanelHeader-close {
  position: absolute;
  top: 15px;
  right: 15px; }

.page-type-page .page .sidePanel .sidePanelHeader-back {
  position: absolute;
  top: 15px;
  left: 15px; }

.page-type-page .page .sidePanel .sidePanelHeader.highlighted {
  font-weight: 700;
  position: relative;
  height: 60px;
  padding: 0 15px;
  margin: 0;
  background-color: #f5f5f5;
  justify-content: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  min-height: 50px;
  text-align: left;
  white-space: normal;
  line-height: initial; }

.page-type-page .page .sidePanel .sidePanelBody {
  font-size: 14px;
  line-height: 1.42857;
  height: calc(100% - 55px);
  padding: 0 30px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.page-type-page .page .sidePanel .sidePanelBody h2 {
  margin-bottom: 11px; }

.page-type-page .page .sidePanel .sidePanelBody p {
  margin-bottom: 10px; }

.page-type-page .page .sidePanel .sidePanelBody .manufacturerImage {
  max-width: 133px;
  margin-left: 10px;
  float: right; }

.page-type-page .page .sidePanel .sidePanelBody .pagecontainer {
  padding: 40px; }

.page-type-page .page .sidePanel .sidePanelBody .row.reorder-xs {
  display: flex;
  flex-direction: column-reverse; }

.page-type-page .page .sidePanel .sidePanelBody .inputSummarySection label[for="company.department"] {
  margin-top: 20px; }

.page-type-page .page .sidePanel .sidePanelShadow {
  position: fixed;
  width: 88%;
  height: 20px;
  bottom: -20px;
  box-shadow: 12px -16px 40px 23px #fff; }

.page-type-page .page .sidePanel.filterSidebar--animatable .sidePanelContainer {
  transition: transform 0.15s cubic-bezier(0, 0, 0.3, 1); }

.page-type-page .page .sidePanel.filterSidebar--visible {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0s; }

.page-type-page .page .sidePanel.filterSidebar--visible .sidePanelGreyArea {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  pointer-events: auto; }

.page-type-page .page .sidePanel.filterSidebar--visible .sidePanelContainer {
  transform: none; }

.page-type-page .page .sidePanel.filterSidebar--visible.filterSidebar--animatable .sidePanelContainer {
  transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1); }

.page-type-page .page .sidePanel.width-m .sidePanelContainer {
  max-width: 615px; }

@media (max-width: 779.98px) {
  .page-type-page .page .sidePanel.width-m .sidePanelContainer {
    max-width: 615px !important; } }

.page-type-page .page .sidePanel.width-filter-sidebar .sidePanelContainer {
  max-width: 540px; }

@media (max-width: 779.98px) {
  .page-type-page .page .sidePanel.width-filter-sidebar .sidePanelContainer {
    max-width: 540px !important; } }

.page-type-page .page .sidePanel.width-s .sidePanelContainer {
  max-width: 525px; }

.page-type-page .page .sidePanel.header-launchpad-side-panel .sidePanelHeader {
  background-color: #ff7000;
  color: #fff;
  font-weight: 100;
  font-size: 23px;
  height: 72px;
  padding: 0 24px; }

.page-type-page .page .sidePanel.header-launchpad-side-panel .sidePanelHeader .sideBarHeadline,
.page-type-page .page .sidePanel.header-launchpad-side-panel .sidePanelHeader .sidePanelHeader-close {
  top: calc(72px / 2);
  position: absolute;
  transform: translateY(-50%); }

.page-type-page .page .sidePanel.header-launchpad-side-panel .sidePanelBody {
  padding: 10px 24px; }

.page-type-page .page .sidePanel.header-launchpad-side-panel .sidePanelBody .header-launchpad-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.page-type-page .page .sidePanel.header-launchpad-side-panel .sidePanelBody li {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 14px; }

.page-type-page .page .sidePanel.header-launchpad-side-panel .sidePanelBody li .svgIcon-hoffmann-group-pictorial {
  margin-right: 5px; }

.page-type-page .page .sidePanel.header-launchpad-side-panel .sidePanelBody li .svgIcon-arrow-top-right {
  display: none;
  float: right;
  margin-right: 10px; }

.page-type-page .page .sidePanel.header-launchpad-side-panel .sidePanelBody li a {
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px 10px; }

.page-type-page .page .sidePanel.header-launchpad-side-panel .sidePanelBody li:hover {
  cursor: pointer;
  background-color: #f2f2f2; }

.page-type-page .page .sidePanel.header-launchpad-side-panel .sidePanelBody li:hover a {
  color: #333; }

.page-type-page .page .sidePanel.header-launchpad-side-panel .sidePanelBody li:hover .svgIcon-hoffmann-group-pictorial {
  fill: #ff7000; }

.page-type-page .page .sidePanel.header-launchpad-side-panel .sidePanelBody li:hover .svgIcon-arrow-top-right {
  display: inline; }

.page-type-page .page .filterSidebar--open {
  overflow: hidden; }

.page-type-page .page .sidePanelButtonRow {
  margin-top: 30px;
  display: flex;
  display: -ms-flexbox;
  flex-grow: 1;
  -ms-flex-positive: 1; }

.page-type-page .page .sidePanelButtonRow button {
  width: 50%; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .sidePanelButtonRow {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .page-type-page .page .sidePanelButtonRow button {
    width: 100%; }
  .page-type-page .page .sidePanelButtonRow .btn + .btn {
    margin-left: 0;
    margin-bottom: 10px; } }

.page-type-page .page .sidepanelLoadingOverlay {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 100vh;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: inherit;
  z-index: 5; }

.page-type-page .page .newsletter-banner {
  margin-top: 32px; }

.page-type-page .page .languageSelector {
  position: relative; }

@media (max-width: 539.98px) {
  .page-type-page .page .languageSelector .languageSelector-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    background-color: #f5f5f5; }
  .page-type-page .page .languageSelector .languageSelector-close {
    position: absolute;
    right: 15px;
    top: 8px;
    cursor: pointer; } }

.page-type-page .page .languageSelector .languageSelector-container {
  width: 325px;
  left: -100px; }

@media (min-width: 540px) {
  .page-type-page .page .languageSelector .languageSelector-container {
    max-height: 540px;
    height: fit-content; } }

@media (max-width: 539.98px) {
  .page-type-page .page .languageSelector .languageSelector-container {
    width: 100%;
    height: 90vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 501;
    transform: translateY(121%);
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1); } }

@media (max-width: 539.98px) {
  .page-type-page .page .languageSelector .languageSelector-label[aria-expanded=true] ~ .languageSelector-container {
    transform: none; } }

.page-type-page .page .languageSelector .languageSelector-info {
  font: inherit;
  margin: 15px 20px;
  text-align: left; }

.page-type-page .page .languageSelector .languageSelector-lable-isLoggedIn {
  cursor: auto; }

.page-type-page .page .languageSelector .languageSelector-country-isSelected {
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7; }

@media (max-width: 539.98px) {
  .page-type-page .page .languageSelector .languageSelector-country-isSelected {
    border-top: none; } }

.page-type-page .page .languageSelector .languageSelector-country {
  padding: 5px;
  margin: 0 20px;
  text-align: left;
  position: relative;
  display: flex; }

@media (max-width: 539.98px) {
  .page-type-page .page .languageSelector .languageSelector-country.languageSelector-country-isSelected {
    margin: 0;
    padding: 5px 25px; } }

.page-type-page .page .languageSelector .languageSelector-country > a:first-of-type,
.page-type-page .page .languageSelector .languageSelector-country > div:first-of-type {
  margin-left: 30px; }

.page-type-page .page .languageSelector .languageSelector-country span.language-name {
  color: #ff7000;
  height: inherit;
  width: 100%; }

.page-type-page .page .languageSelector .languageSelector-country span.language-name:active,
.page-type-page .page .languageSelector .languageSelector-country span.language-name:hover {
  text-decoration: underline; }

.page-type-page .page .languageSelector .languageSelector-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  top: 15px;
  background-size: 20px 20px; }

.page-type-page .page .languageSelector .languageSelector-item {
  position: relative;
  padding-right: 10px; }

.page-type-page .page .languageSelector a.js-languageSelector-link:not(:nth-child(2)) > .languageSelector-item {
  padding-left: 10px; }

.page-type-page .page .languageSelector a.js-languageSelector-link:not(:last-child) > .languageSelector-item::after {
  content: "";
  border-right: 1px solid #b3b3b3;
  position: absolute;
  top: 5px;
  right: 0;
  height: 30px; }

.page-type-page .page .languageSelector .linkSelector-link--width {
  width: 100%; }

.page-type-page .page .languageSelector-isOpen {
  overflow: hidden; }

.page-type-page .page .flyout-my-eshop {
  width: 250px; }

.page-type-page .page .flyout-my-eshop a:focus,
.page-type-page .page .flyout-my-eshop a:hover {
  color: #ff7000; }

.page-type-page .page .flyout-my-eshop__content {
  padding: 10px 20px; }

.page-type-page .page .flyout-my-eshop__content--bg {
  background-color: #f5f5f5; }

.page-type-page .page .logIn-header-headline {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 4px; }

.page-type-page .page .logIn-header-headline i {
  color: #cdcdcd; }

.page-type-page .page .input-group-header-logIn {
  margin-bottom: 10px; }

.page-type-page .page .password-forgotten-header-logIn {
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline; }

.page-type-page .page .header-logIn-new-customer {
  font-size: 16px;
  font-weight: 400; }

.page-type-page .page .header-logIn-new-customer .header-start-here-link {
  color: #ff7000;
  font-size: 14px;
  margin-left: 1ch; }

.page-type-page .page .account-list {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0; }

.page-type-page .page .account-list li {
  padding: 5px 0; }

.page-type-page .page .account-list .account-list-devider {
  height: 1px;
  padding: 0;
  margin: 10px 0;
  background-color: #cdcdcd; }

.page-type-page .page .account-list-logOut-button {
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  display: block; }

.page-type-page .page .account-list-logOut-button:hover {
  border: 1px solid #ff7000; }

.page-type-page .page .account-list-badge {
  padding: 4px 6px; }

.page-type-page .page .account-list-link-inverted {
  color: #ff7000; }

.page-type-page .page .account-list-link-inverted:hover {
  text-decoration: underline; }

.page-type-page .page .productVariantSelector-container {
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

.page-type-page .page .productVariantSelector-container .availabilityCircle {
  outline: 1px solid #fff; }

.page-type-page .page .productVariantSelector-wrapper {
  width: auto;
  background-color: #fff;
  padding: 20px 20px 11px 20px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 15px 11px 15px; }

.page-type-page .page .productVariantSelector-wrapper .dropdown-search-box {
  display: flex;
  flex: 0 0 auto;
  margin-bottom: 10px;
  height: 38px;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.5;
  color: #5c5c5c;
  background-image: none;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none; }

.page-type-page .page .productVariantSelector-wrapper .dropdown-search-box:focus {
  border: 1px solid #333;
  box-shadow: none; }

.page-type-page .page .productVariantSelector-wrapper .dropdown-search-icon {
  position: absolute;
  right: 27px;
  top: 26px;
  color: #cdcdcd; }

.page-type-page .page .productVariantSelector-wrapper .form-controls {
  padding-left: 0; }

.page-type-page .page .productVariantSelector-wrapper .noUi-target {
  margin-left: 0; }

.page-type-page .page .productVariantSelector-wrapper .button-wrapper {
  display: flex;
  flex: 0 0 auto;
  padding-left: 0; }

.page-type-page .page .productVariantSelector-wrapper ul {
  list-style-position: outside;
  list-style-type: none;
  background-color: #fff;
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  padding-right: 10px; }

.page-type-page .page .productVariantSelector-wrapper ul::-webkit-scrollbar {
  width: 6px; }

.page-type-page .page .productVariantSelector-wrapper ul::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc; }

.page-type-page .page .productVariantSelector-wrapper ul::-webkit-scrollbar-thumb {
  background-color: #ccc; }

.page-type-page .page .productVariantSelector-wrapper ul::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

.page-type-page .page .productVariantSelector-wrapper ul li {
  margin-top: 0;
  padding: 0;
  width: 100%;
  position: relative; }

.page-type-page .page .productVariantSelector-wrapper ul li:hover {
  background-color: #f5f5f5; }

.page-type-page .page .productVariantSelector-wrapper ul li label {
  display: flex;
  align-items: center;
  line-height: 20px;
  padding: 6px 0;
  width: 100%; }

@media (max-width: 959.98px) {
  .page-type-page .page .productVariantSelector-wrapper ul li label {
    padding: 10px 0 10px 5px; } }

.page-type-page .page .productVariantSelector-wrapper ul li label.subcategory-label {
  padding: 10px 0; }

.page-type-page .page .productVariantSelector-wrapper ul li input[type=checkbox] {
  position: absolute;
  left: -50px; }

.page-type-page .page .productVariantSelector-wrapper ul li input[type=checkbox] ~ .svgIcon-checkbox {
  padding-right: 5px; }

.page-type-page .page .productVariantSelector-wrapper ul.categoryFacet-list li {
  background-color: initial; }

.page-type-page .page .productVariantSelector-wrapper ul.categoryFacet-list li.facet-category--checked {
  background-color: #e7e7e7; }

.page-type-page .page .productVariantSelector-wrapper .productVariantSelector-container--colored > li + li {
  margin-top: 5px; }

.page-type-page .page .productVariantSelector-container > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  margin-left: 5px; }

.page-type-page .page .productVariantSelector-container > li > a:before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0; }

.page-type-page .page .productVariantSelector-container > li > a:hover {
  color: inherit; }

.page-type-page .page .productVariantSelector-container > li > a:hover:before {
  background-color: #ff7000; }

.page-type-page .page .productVariantSelector-container > li > a:hover.text-invert {
  color: #fff; }

.page-type-page .page .productVariantSelector-container--colored > li > a {
  padding: 9px 10px; }

.page-type-page .page .productVariantSelector-dropdown [type=checkbox]:focus + label {
  border: 1px solid #ff7000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.page-type-page .page .new-shop-functionality {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 26px; }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .new-shop-functionality {
    bottom: 20px; } }

@media (max-width: 539.98px) {
  .page-type-page .page .new-shop-functionality {
    position: inherit;
    padding-left: 10px; } }

.page-type-page .page .accounthome-menucontainer .accountHome-greetings .customer-name {
  margin-bottom: 10px;
  font-weight: 700; }

.page-type-page .page .accounthome-menucontainer .account-favorites {
  padding: 20px;
  background-color: #f5f5f5; }

.page-type-page .page .accounthome-menucontainer .account-favorites .btn-svgIcon > .svgIcon-view-grid {
  width: 24px;
  height: 24px; }

.page-type-page .page .accounthome-menucontainer .account-favorites > * + * {
  margin-top: 10px; }

.page-type-page .page .accounthome-menucontainer .account-favorites .account-menu-addAsFavoritePlaceholder:nth-child(n + 7) {
  display: none; }

.page-type-page .page .accounthome-menucontainer .account-favorites .account-menu-addAsFavoritePlaceholder .account-nav-box {
  padding: 15px; }

.page-type-page .page .accounthome-menucontainer .account-menu-tiles {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin: -15px; }

.page-type-page .page .accounthome-menucontainer .account-menu-tiles > * {
  margin: 15px;
  width: calc(50% - 30px); }

@media (min-width: 1140px) {
  .page-type-page .page .accounthome-menucontainer .account-menu-tiles {
    display: flex;
    flex-wrap: wrap;
    margin: -15px; }
  .page-type-page .page .accounthome-menucontainer .account-menu-tiles > * {
    margin: 15px;
    width: calc(33.33333% - 30px); } }

.page-type-page .page .accounthome-menucontainer .account-menu-tiles--favorites {
  display: flex;
  flex-wrap: wrap;
  margin: -10px; }

.page-type-page .page .accounthome-menucontainer .account-menu-tiles--favorites > * {
  margin: 10px;
  width: calc(50% - 20px); }

.page-type-page .page .accounthome-menucontainer .account-menu-col {
  position: relative; }

.page-type-page .page .accounthome-menucontainer .account-menu-col .link-thumb {
  display: block;
  height: 100%;
  padding: 17px 15px 15px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  background-color: #fff; }

.page-type-page .page .accounthome-menucontainer .account-menu-col .link-thumb:hover {
  border: 1px solid #ff7000;
  color: #333; }

.page-type-page .page .accounthome-menucontainer .account-menu-col .account-nav-box {
  display: flex;
  flex-grow: 1; }

.page-type-page .page .accounthome-menucontainer .account-menu-col .account-nav-box .account-nav-box-icon {
  flex: 0 0 auto;
  width: 55px; }

.page-type-page .page .accounthome-menucontainer .account-menu-col .account-nav-box .account-nav-box-icon img {
  height: 40px;
  width: 40px; }

.page-type-page .page .accounthome-menucontainer .account-menu-col .account-nav-box .details {
  flex: 1 0 0; }

.page-type-page .page .accounthome-menucontainer .account-menu-col .account-nav-box .details .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5; }

.page-type-page .page .accounthome-menucontainer .account-menu-col .account-nav-box .details p {
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 0; }

.page-type-page .page .accounthome-menucontainer .account-menu-col .count {
  position: absolute;
  z-index: 1;
  margin-left: 55px;
  top: -11px; }

.page-type-page .page .accounthome-menucontainer .account-menu-col .new-function {
  position: absolute;
  top: -11px;
  right: 30px; }

.page-type-page .page .accounthome-menucontainer .account-menu-col.no-hover .link-thumb:hover {
  border: 1px solid #cdcdcd; }

.page-type-page .page .accounthome-menucontainer .account-menu-col.max-width-l {
  max-width: 565px;
  width: 100%; }

.page-type-page .page .account-menu-tiles:after,
.page-type-page .page .account-menu-tiles:before {
  content: normal; }

.page-type-page .page .account-left-nav-col .eshop-title {
  font-weight: 700;
  margin-bottom: 10px; }

.page-type-page .page .account-left-nav-col .customer-info {
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 20px; }

.page-type-page .page .account-left-nav-col .customer-info em {
  color: #333;
  font-weight: 700; }

.page-type-page .page .account-left-nav-col .contact-links a {
  font-size: 14px;
  line-height: 1.42857;
  color: #ff7000;
  text-decoration: none; }

.page-type-page .page .account-left-nav-col .contact-links:hover a {
  text-decoration: underline;
  text-decoration-color: #ff7000; }

.page-type-page .page .account-left-nav-col .contact-links .contact-person {
  margin-bottom: 20px; }

.page-type-page .page .account-left-nav-col .contact-links svg {
  color: #cdcdcd;
  margin-right: 6px; }

.page-type-page .page .account-left-nav-col .link-thumb {
  font-size: 14px;
  line-height: 1.42857;
  display: block;
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  margin-top: -1px; }

.page-type-page .page .account-left-nav-col .link-thumb .account-left-nav-box {
  display: flex;
  flex-grow: 1; }

.page-type-page .page .account-left-nav-col .link-thumb .account-left-nav-box .account-left-nav-box-icon {
  display: block;
  flex: 0 1 auto; }

.page-type-page .page .account-left-nav-col .link-thumb .account-left-nav-box .account-left-nav-box-icon img {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-top: 10px;
  margin-bottom: 10px; }

@media (max-width: 779.98px) {
  .page-type-page .page .account-left-nav-col .link-thumb .account-left-nav-box .account-left-nav-box-icon img {
    margin-top: 8px; } }

.page-type-page .page .account-left-nav-col .link-thumb .account-left-nav-box .account-left-nav-box-icon svg {
  margin-top: 10px;
  margin-bottom: 10px; }

.page-type-page .page .account-left-nav-col .link-thumb .account-left-nav-box .account-left-nav-box-icon:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  transition: .05s all;
  backface-visibility: hidden; }

.page-type-page .page .account-left-nav-col .link-thumb .account-left-nav-box .details {
  display: block;
  flex: 1 0 0;
  padding-top: 16px;
  padding-left: 11px;
  padding-bottom: 8px; }

@media (max-width: 539.98px) {
  .page-type-page .page .account-left-nav-col .link-thumb .account-left-nav-box .details {
    padding-left: 12px; } }

.page-type-page .page .account-left-nav-col .link-thumb .account-left-nav-box .details .new-shop-functionality {
  position: static; }

.page-type-page .page .myAccountPaginationContainer {
  margin-top: 20px;
  display: flex;
  display: -ms-flexbox; }

.page-type-page .page .myAccountPaginationContainer .hoffmann-select select {
  width: 157px; }

.page-type-page .page .myaccountCreateButton {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  margin-bottom: 10px;
  height: 40px;
  min-width: 200px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .myaccountCreateButton {
    margin-top: 20px; } }

@media (min-width: 0px) {
  .page-type-page .page .myaccountCreateButton {
    width: 100%; } }

.page-type-page .page .userDropdown {
  width: 100% !important;
  position: relative; }

.page-type-page .page .multiselectDropdown-label {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  height: 50px;
  line-height: 40px;
  width: 100%;
  padding: 0 12px 0 20px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #cdcdcd;
  align-items: center;
  justify-content: space-between;
  display: block;
  height: 40px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  margin-bottom: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.page-type-page .page .multiselectDropdown-label:hover {
  border: 1px solid #333; }

.page-type-page .page .multiselectDropdown-label.selected {
  border-color: #ff7000; }

.page-type-page .page .multiselectDropdown-label .svgIcon-caret-down,
.page-type-page .page .multiselectDropdown-label .svgIcon-caret-up {
  float: right;
  margin-top: 2px;
  font-size: 26px;
  line-height: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.page-type-page .page .multiselectDropdown-label select {
  opacity: 0;
  position: absolute;
  top: 0; }

.page-type-page .page .toggle-state:not(:checked) ~ .multiselectDropdown-elements {
  display: none; }

.page-type-page .page .toggle-state:not(:checked) ~ .multiselectDropdown-label .svgIcon-caret-up {
  display: none; }

.page-type-page .page .toggle-state:checked ~ .multiselectDropdown-elements {
  display: block; }

.page-type-page .page .toggle-state:checked ~ .multiselectDropdown-label .svgIcon-caret-down {
  display: none; }

.page-type-page .page .multiselectDropdown-elements {
  width: auto;
  background-color: #fff;
  padding: 20px 20px 11px 20px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  flex-direction: column; }

.page-type-page .page .multiselectDropdown-elements .dropdown-search-box {
  display: flex;
  flex: 0 0 auto;
  margin-bottom: 10px;
  height: 38px;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.5;
  color: #5c5c5c;
  background-image: none;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none; }

.page-type-page .page .multiselectDropdown-elements .dropdown-search-box:focus {
  border: 1px solid #333;
  box-shadow: none; }

.page-type-page .page .multiselectDropdown-elements .dropdown-search-icon {
  position: absolute;
  right: 27px;
  top: 26px;
  color: #cdcdcd; }

.page-type-page .page .multiselectDropdown-elements .form-controls {
  padding-left: 0; }

.page-type-page .page .multiselectDropdown-elements .noUi-target {
  margin-left: 0; }

.page-type-page .page .multiselectDropdown-elements .button-wrapper {
  display: flex;
  flex: 0 0 auto;
  padding-left: 0; }

.page-type-page .page .multiselectDropdown-elements ul {
  list-style-position: outside;
  list-style-type: none;
  background-color: #fff;
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  padding-right: 10px; }

.page-type-page .page .multiselectDropdown-elements ul::-webkit-scrollbar {
  width: 6px; }

.page-type-page .page .multiselectDropdown-elements ul::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc; }

.page-type-page .page .multiselectDropdown-elements ul::-webkit-scrollbar-thumb {
  background-color: #ccc; }

.page-type-page .page .multiselectDropdown-elements ul::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

.page-type-page .page .multiselectDropdown-elements ul li {
  margin-top: 0;
  padding: 0;
  width: 100%;
  position: relative; }

.page-type-page .page .multiselectDropdown-elements ul li:hover {
  background-color: #f5f5f5; }

.page-type-page .page .multiselectDropdown-elements ul li label {
  display: flex;
  align-items: center;
  line-height: 20px;
  padding: 6px 0;
  width: 100%; }

@media (max-width: 959.98px) {
  .page-type-page .page .multiselectDropdown-elements ul li label {
    padding: 10px 0 10px 5px; } }

.page-type-page .page .multiselectDropdown-elements ul li label.subcategory-label {
  padding: 10px 0; }

.page-type-page .page .multiselectDropdown-elements ul li input[type=checkbox] {
  position: absolute;
  left: -50px; }

.page-type-page .page .multiselectDropdown-elements ul li input[type=checkbox] ~ .svgIcon-checkbox {
  padding-right: 5px; }

.page-type-page .page .multiselectDropdown-elements ul.categoryFacet-list li {
  background-color: initial; }

.page-type-page .page .multiselectDropdown-elements ul.categoryFacet-list li.facet-category--checked {
  background-color: #e7e7e7; }

.page-type-page .page .multiselectDropdown-elements li label {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.page-type-page .page .multiselectDropdown-elements button.multiselectDropdown-close {
  font-size: 14px;
  line-height: 1.42857;
  margin-top: 11px;
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #fff;
  border-color: #333; }

.page-type-page .page .multiselectDropdown-elements button.multiselectDropdown-close:hover {
  background: #ff7000;
  border-color: #ff7000;
  color: #fff; }

.page-type-page .page .createNewUserButton .svgIcon {
  margin-right: 5px;
  transform: none;
  position: unset;
  top: auto;
  flex-shrink: 0; }

.page-type-page .page .userSortButtonRow {
  margin-top: 5px;
  margin-bottom: 20px; }

.page-type-page .page .userSortButtonRow .leftContainer {
  display: flex;
  justify-content: flex-start; }

.page-type-page .page .userSortButtonRow .leftContainer .hoffmann-select {
  width: 100%;
  border: 1px solid #333; }

.page-type-page .page .userTable {
  font-size: 14px;
  line-height: 1.42857; }

.page-type-page .page .userTable .userTableSortLabel {
  margin-top: 30px; }

@media (min-width: 0px) {
  .page-type-page .page .userTable .userTableSortLabel {
    margin-top: 20px; } }

.page-type-page .page .userAdministrationTableRow {
  display: flex;
  display: -ms-flexbox; }

.page-type-page .page .userAdministrationTableRow > div {
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .userAdministrationTableRow [class*=col-] {
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .userAdministration-error-padding {
  padding-left: 35px; }

.page-type-page .page .userAdministration-error-input-info {
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 0;
  color: #c7102d; }

.page-type-page .page .userAdministrationModifier {
  display: inline-flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  text-align: left;
  padding: 0; }

.page-type-page .page .userAdministrationModifier .svgIcon {
  color: #cdcdcd;
  margin-right: 5px; }

.page-type-page .page .userAdministrationModifier .svgIcon-chart {
  margin-left: 2px; }

.page-type-page .page .userAdministrationModifier:disabled {
  border-color: transparent;
  opacity: 1;
  cursor: pointer; }

.page-type-page .page .userAdministrationModifier:disabled:hover {
  border-color: transparent;
  color: #ff7000;
  background-color: transparent; }

.page-type-page .page .createUserSideBar {
  margin-top: 25px; }

.page-type-page .page .createUserSideBar .create-user-container {
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  margin-top: 10px; }

.page-type-page .page .createUserSideBar .create-user-radio-button {
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 10px; }

.page-type-page .page .createUserSideBar .create-user-button {
  width: 100%; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup {
  width: auto;
  background-color: #fff;
  padding: 20px 20px 11px 20px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100% !important;
  padding: 15px 20px 11px 30px;
  border: none !important;
  position: inherit !important;
  box-shadow: none !important; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup .dropdown-search-box {
  display: flex;
  flex: 0 0 auto;
  margin-bottom: 10px;
  height: 38px;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.5;
  color: #5c5c5c;
  background-image: none;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup .dropdown-search-box:focus {
  border: 1px solid #333;
  box-shadow: none; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup .dropdown-search-icon {
  position: absolute;
  right: 27px;
  top: 26px;
  color: #cdcdcd; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup .form-controls {
  padding-left: 0; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup .noUi-target {
  margin-left: 0; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup .button-wrapper {
  display: flex;
  flex: 0 0 auto;
  padding-left: 0; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup ul {
  list-style-position: outside;
  list-style-type: none;
  background-color: #fff;
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  padding-right: 10px; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup ul::-webkit-scrollbar {
  width: 6px; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup ul::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup ul::-webkit-scrollbar-thumb {
  background-color: #ccc; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup ul::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup ul li {
  margin-top: 0;
  padding: 0;
  width: 100%;
  position: relative; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup ul li:hover {
  background-color: #f5f5f5; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup ul li label {
  display: flex;
  align-items: center;
  line-height: 20px;
  padding: 6px 0;
  width: 100%; }

@media (max-width: 959.98px) {
  .page-type-page .page .userTemplate-searchbox .userTemplateInputGroup ul li label {
    padding: 10px 0 10px 5px; } }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup ul li label.subcategory-label {
  padding: 10px 0; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup ul li input[type=checkbox] {
  position: absolute;
  left: -50px; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup ul li input[type=checkbox] ~ .svgIcon-checkbox {
  padding-right: 5px; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup ul.categoryFacet-list li {
  background-color: initial; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup ul.categoryFacet-list li.facet-category--checked {
  background-color: #e7e7e7; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup .dropdown-search-icon {
  top: 21px !important; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup input.facet-search {
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  line-height: 1.42857;
  color: #5c5c5c;
  background-image: none;
  border: 1px solid #cdcdcd;
  margin-bottom: 12px; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup button.facet-close {
  font-size: 14px;
  line-height: 1.42857;
  margin-top: 11px;
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #fff;
  border-color: #333; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup button.facet-close:hover {
  background: #ff7000;
  border-color: #ff7000;
  color: #fff; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup button.facet-submit {
  font-size: 14px;
  line-height: 1.42857;
  margin-top: 11px;
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #ff7000;
  border-color: #ff7000;
  color: #fff; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup button.facet-submit:hover {
  background: #e75915;
  border-color: #e75915; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup ul li label {
  padding: 0 0 0 35px;
  line-height: 24px; }

.page-type-page .page .userTemplate-searchbox .userTemplateInputGroup label {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.page-type-page .page .create-user-template-value {
  margin-bottom: 15px; }

.page-type-page .page .sap-offer-overview-page {
  font-size: 14px; }

.page-type-page .page .sap-offer-overview-page #viewShowOffersFromSap .list-items {
  font-size: 14px;
  line-height: 1.42857;
  padding: 0; }

@media (max-width: 779.98px) {
  .page-type-page .page .sap-offer-overview-page #viewShowOffersFromSap .list-items li:not(:first-child) .row div:first-child {
    padding-bottom: 10px; } }

.page-type-page .page .sap-offer-overview-page #sapOfferListSearch {
  font-size: 14px; }

.page-type-page .page .sap-offer-overview-page .sapOffer-listSearch-icons {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  color: #b3b3b3; }

.page-type-page .page .sap-offer-overview-page .sapOffer-listSearch-input {
  padding-right: 30px;
  border-radius: 2px; }

.page-type-page .page .sap-offer-overview-page .sapOffer-listSearch-input:focus {
  border: 1px solid #333;
  box-shadow: none; }

.page-type-page .page .sap-offer-overview-page .sap-offer-filter-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.page-type-page .page .sap-offer-overview-page .sap-offer-filter-container .sap-offer-types-container {
  display: flex;
  align-items: center; }

@media (max-width: 959.98px) {
  .page-type-page .page .sap-offer-overview-page .sap-offer-filter-container .sap-offer-types-container {
    margin-top: 20px;
    margin-bottom: 20px; } }

@media (min-width: 960px) {
  .page-type-page .page .sap-offer-overview-page .sap-offer-filter-container .sap-offer-types-container {
    margin-top: 40px; } }

.page-type-page .page .sap-offer-overview-page .sap-offer-filter-container .sap-offer-types-container .input-group {
  margin-right: 20px;
  margin-bottom: 0; }

.page-type-page .page .sap-offer-overview-page .sap-offer-chip-container {
  margin-top: 0; }

.page-type-page .page .sap-offer-overview-page .posRel {
  position: relative; }

.page-type-page .page .sap-offer-overview-page .offer-table-status-column {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
  -ms-flex-align: center; }

.page-type-page .page .sap-offer-overview-page .offer-table-status-column .colored-status {
  max-height: 25px; }

.page-type-page .page .sap-offer-overview-page .offer-table-status-column .offer-table-reopen-link {
  margin-left: 20px;
  margin-right: 15px; }

@media (min-width: 1140px) and (max-width: 1439.98px) {
  .page-type-page .page .sap-offer-overview-page .offer-table-date-format {
    padding-right: 5px;
    padding-left: 5px; } }

.page-type-page .page .sap-offer-overview-page .sap-offer-status-pill .colored-status {
  float: right; }

.page-type-page .page .sap-offer-overview-page .offer-table-reopen-link {
  display: inline-flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center; }

.page-type-page .page .sap-offer-overview-page .offer-table-reopen-link .svgIcon {
  color: #cdcdcd;
  margin-right: 5px; }

@media (max-width: 959.98px) {
  .page-type-page .page .sap-offer-overview-page .offer-table-reopen-link {
    margin-top: 10px; } }

.page-type-page .page .sap-offer-overview-page .list-items-header {
  margin-top: 20px; }

.page-type-page .page .sap-offer-overview-page .remove-mb {
  margin-bottom: 0; }

.page-type-page .page .sap-offer-detail-page {
  font-size: 14px; }

.page-type-page .page .sap-offer-detail-page .sap-offer-product-image {
  width: 60px;
  max-width: 100%;
  margin-right: 10px; }

.page-type-page .page .sap-offer-detail-page .sap-offer-datepicker-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0; }

.page-type-page .page .sap-offer-detail-page .sap-offer-datepicker-container .sap-offer-delivery-time-option-container {
  width: 100%;
  align-items: center; }

.page-type-page .page .sap-offer-detail-page .sap-offer-datepicker-container .sap-offer-delivery-time-option-container label {
  margin-bottom: 0; }

.page-type-page .page .sap-offer-detail-page .sap-offer-delivery-time-checkboxes [type=radio]:disabled + label {
  cursor: default; }

.page-type-page .page .sap-offer-detail-page .sap-offer-delivery-time-checkboxes [type=radio]:checked,
.page-type-page .page .sap-offer-detail-page .sap-offer-delivery-time-checkboxes [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  line-height: 14px; }

.page-type-page .page .sap-offer-detail-page .sap-offer-delivery-time-checkboxes [type=radio] + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block; }

.page-type-page .page .sap-offer-detail-page .sap-offer-delivery-time-checkboxes [type=radio]:checked + label:before,
.page-type-page .page .sap-offer-detail-page .sap-offer-delivery-time-checkboxes [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: #fff; }

.page-type-page .page .sap-offer-detail-page .sap-offer-delivery-time-checkboxes [type=radio]:not(:checked) + label:before {
  border: 2px solid; }

.page-type-page .page .sap-offer-detail-page .sap-offer-delivery-time-checkboxes [type=radio]:checked + label:before {
  border: 2px solid #ff7000; }

.page-type-page .page .sap-offer-detail-page .sap-offer-delivery-time-checkboxes [type=radio]:checked + label:after,
.page-type-page .page .sap-offer-detail-page .sap-offer-delivery-time-checkboxes [type=radio]:not(:checked) + label:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #ff7000;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.page-type-page .page .sap-offer-detail-page .sap-offer-delivery-time-checkboxes [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.page-type-page .page .sap-offer-detail-page .sap-offer-delivery-time-checkboxes [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

@media (min-width: 780px) {
  .page-type-page .page .sap-offer-detail-page .sap-offer-header {
    padding-left: 0;
    padding-right: 0; } }

.page-type-page .page .sap-offer-detail-page .sap-offer-price-alignment {
  padding-right: 16px; }

.page-type-page .page .sap-offer-detail-page .list-items > li:last-child.sap-offer-price-alignment {
  border-bottom: none; }

.page-type-page .page .sap-offer-detail-page .sap-offers-actions .customer-orderno-error-wrapper {
  display: none; }

.page-type-page .page .sap-offer-detail-page .sap-offers-actions .saveSapOrderNumber {
  display: none; }

.page-type-page .page .sap-offer-detail-page .sap-offers-actions .cancelSapOrderNumber {
  display: none; }

.page-type-page .page .sap-offer-detail-page .sap-offers-actions #sapOrderNumberInput {
  display: none; }

.page-type-page .page .sap-offer-detail-page .sap-offers-actions .saveSapDesiredDeliveryDate {
  display: none; }

.page-type-page .page .sap-offer-detail-page .sap-offers-actions #sapDesiredDeliveryDateInput {
  display: none; }

.page-type-page .page .sap-offer-detail-page .sap-offers-actions #sapDesiredDeliveryDateNoDeliveryBefore {
  display: none; }

.page-type-page .page .sap-offer-detail-page .sap-offers-actions .edit-btn-small {
  width: 100%;
  margin-top: 24px; }

.page-type-page .page .sap-offer-detail-page .sap-offers-actions .edit-btn-large {
  margin-bottom: 10px;
  width: 95%; }

.page-type-page .page .sap-offer-detail-page .sap-offer-address .sap-offer-address-add-fields span {
  margin-right: 1em; }

.page-type-page .page .sap-offer-detail-page .sap-offer-additional-information-text {
  word-break: normal;
  margin-bottom: 0; }

.page-type-page .page .sap-offer-detail-page .text-before-position-container {
  padding-bottom: 18px; }

@media (max-width: 539.98px) {
  .page-type-page .page .sap-offer-detail-page .sap-offer-header-information-text-container {
    padding-bottom: 1em; } }

.page-type-page .page .sap-offer-detail-page .sapOfferModify .modifyArea {
  margin-bottom: 20px; }

.page-type-page .page .sap-offer-detail-page .sapOfferModify .modifyArea .reasonCheckboxes > label {
  margin-bottom: 20px; }

.page-type-page .page .sap-offer-detail-page .sapOfferModify .modifyArea .reasonCheckboxes {
  margin-bottom: 20px; }

.page-type-page .page .sap-offer-detail-page .sapOfferModify .modifyArea .reasonCheckboxes .input-group {
  margin-bottom: 10px; }

.page-type-page .page .sap-offer-detail-page .sapOfferModify .modifyArea .reasonCheckboxes .hoffmann-checkbox ~ label {
  font-size: 14px;
  padding-left: 28px; }

.page-type-page .page .sap-offer-detail-page .sapOfferModify .modifyArea .reasonCheckboxes .hoffmann-checkbox ~ label:before {
  height: 20px;
  width: 20px; }

.page-type-page .page .sap-offer-detail-page .sapOfferModify .modifyArea .changeRequestInput {
  resize: none; }

.page-type-page .page .sap-offer-detail-page .sapOfferModify .sap-offers-actions .bottom-line {
  margin-top: 0; }

.page-type-page .page .sap-offer-detail-page .sapOfferModify .disabled {
  cursor: auto;
  pointer-events: auto; }

.page-type-page .page .sap-offer-detail-page .sapOfferModify .btn.btn-primary.disabled.errorMessage {
  color: #c7102d;
  cursor: pointer;
  opacity: 1;
  background-color: #f4cfd5;
  border-color: #c7102d; }

.page-type-page .page .sap-offer-detail-page .sapOfferModify .input-error input[type=checkbox] ~ label:before {
  border: 2px solid #c7102d !important; }

.page-type-page .page .sap-offer-detail-page .sapOfferModify .textarea-error {
  border: 1px solid #c7102d !important;
  background-color: #f4cfd5 !important; }

.page-type-page .page .sap-offer-detail-page .sap-offer-reopen-section {
  margin-bottom: 30px; }

.page-type-page .page .sap-offer-detail-page .offer-customer-info-header {
  font-weight: 700; }

.page-type-page .page .sap-offer-detail-page .offer-section-body {
  margin-top: 10px; }

.page-type-page .page .sap-offer-detail-page .offer-oder-number-section {
  margin-bottom: 10px; }

.page-type-page .page .sap-offer-detail-page p {
  margin-bottom: 0; }

.page-type-page .page .sap-offer-detail-page .btn-overview {
  margin-top: 5px; }

.page-type-page .page .offerPdfDownload {
  font-size: 14px;
  align-items: baseline;
  color: #ff7000;
  padding: 0; }

.page-type-page .page .offerPdfDownload:hover {
  text-decoration: underline; }

.page-type-page .page .offerPDFDownloadButtonIcon {
  margin-right: 5px;
  margin-bottom: 3px; }

.page-type-page .page .inputAddon {
  display: -ms-flexbox;
  display: flex;
  height: 38px; }

.page-type-page .page .inputAddon-field {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 9px 2px; }

.page-type-page .page .inputAddon-field:focus {
  z-index: 1; }

.page-type-page .page .inputAddon-item {
  background-color: #e7e7e7;
  text-align: center;
  padding: 9px 5px; }

.page-type-page .page .inputAddon-field,
.page-type-page .page .inputAddon-item {
  font-size: 14px;
  line-height: 1.42857;
  border: 1px solid #cdcdcd; }

.page-type-page .page .inputAddon-field:first-child,
.page-type-page .page .inputAddon-item:first-child {
  border-radius: 2px 0 0 2px; }

.page-type-page .page .inputAddon-field:last-child,
.page-type-page .page .inputAddon-item:last-child {
  border-radius: 0 2px 2px 0; }

.page-type-page .page .inputAddon-field:not(:first-child),
.page-type-page .page .inputAddon-item:not(:first-child) {
  margin-left: -1px; }

.page-type-page .page .invoiceSidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.page-type-page .page .invoiceSidebar .btn-block {
  width: inherit; }

.page-type-page .page .invoiceSidebar .list-action-svg-btn {
  margin-top: 50px;
  height: 100%; }

.page-type-page .page .invoiceSidebar .invoiceText {
  margin-left: 5px;
  margin-top: 10px;
  text-align: left; }

.page-type-page .page .invoiceSidebarWidth .sidePanelContainer {
  max-width: 535px; }

@media (max-width: 779.98px) {
  .page-type-page .page .invoiceSidebarWidth .sidePanelContainer {
    max-width: 535px !important; } }

.page-type-page .page .energyEfficiencyClass {
  height: 1em;
  width: 2.29167em;
  margin-top: -.1em; }

.page-type-page .page .colored-status {
  border-radius: 25px;
  padding: 3px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: .5px; }

@media (max-width: 779.98px) {
  .page-type-page .page .colored-status {
    float: right;
    margin-top: -2px; } }

.page-type-page .page .colored-status.status-color-blue {
  background-color: #0080ff; }

.page-type-page .page .colored-status.status-color-green {
  background-color: #40cc33; }

.page-type-page .page .colored-status.status-color-grey {
  background-color: #7f7f7f; }

.page-type-page .page .colored-status.status-color-yellow {
  color: #4c4c4c;
  background-color: #fc0; }

.page-type-page .page .colored-status.status-color-red {
  background-color: red; }

.page-type-page .page .toggleSwitchComponent .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  vertical-align: middle; }

.page-type-page .page .toggleSwitchComponent .switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.page-type-page .page .toggleSwitchComponent .form_field-input {
  padding-right: 32px; }

.page-type-page .page .toggleSwitchComponent .form_field-input label[for=toggleSwitch] {
  display: flex; }

.page-type-page .page .toggleSwitchComponent .info-popup-wrapper.icon-position {
  top: -3px; }

.page-type-page .page .toggleSwitchComponent .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.page-type-page .page .toggleSwitchComponent .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s; }

.page-type-page .page .toggleSwitchComponent input:checked + .slider {
  background-color: #ff7000; }

.page-type-page .page .toggleSwitchComponent input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.page-type-page .page .toggleSwitchComponent .slider.round {
  border-radius: 34px; }

.page-type-page .page .toggleSwitchComponent .slider.round:before {
  border-radius: 50%; }

.page-type-page .page .toggleSwitchComponent .toggleSwitch-label {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 5px; }

.page-type-page .page .toggleSwitch-inputCheckbox:checked + section .slider {
  background-color: #ff7000; }

.page-type-page .page .toggleSwitch-inputCheckbox:checked + section .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.page-type-page .page .toggleSwitch-inputCheckbox:checked ~ .section-order-entries .js-not-open-delivery-status {
  display: none; }

.page-type-page .page .toggleSwitch-inputCheckbox {
  position: absolute;
  left: 0;
  opacity: .01;
  width: 1px;
  height: 1px;
  background-clip: content-box; }

.page-type-page .page .availabilitySwitch-wrapper,
.page-type-page .page .productViewSwitch-wrapper {
  margin-top: 30px;
  display: flex; }

.page-type-page .page .availabilitySwitch-wrapper {
  position: relative; }

.page-type-page .page .availabilitySwitch-wrapper .availabilitySwitch {
  margin-left: auto; }

.page-type-page .page .availabilitySwitch-wrapper .hoffmann-checkbox ~ label {
  padding-left: 27px; }

@media (max-width: 959.98px) {
  .page-type-page .page .availabilitySwitch-wrapper {
    display: none; } }

@media (min-width: 960px) {
  .page-type-page .page .availabilitySwitch-wrapper {
    margin-top: 40px;
    margin-left: 20px; } }

.page-type-page .page .productViewSwitch-wrapper .btn-svgIcon > .svgIcon-view-list {
  width: 24px;
  height: 24px; }

.page-type-page .page .productViewSwitch-wrapper .btn-svgIcon > .svgIcon-view-list + span {
  height: 38px; }

.page-type-page .page .productViewSwitch-wrapper .btn-svgIcon > .svgIcon-view-grid {
  width: 24px;
  height: 24px; }

.page-type-page .page .productViewSwitch-wrapper .btn-svgIcon > .svgIcon-view-grid + span {
  height: 38px; }

@media (max-width: 959.98px) {
  .page-type-page .page .productViewSwitch-wrapper {
    margin-top: 10px; } }

@media (min-width: 960px) {
  .page-type-page .page .productViewSwitch-wrapper {
    margin-left: 20px; } }

.page-type-page .page .productViewSwitch-toggle {
  cursor: pointer;
  display: flex;
  align-items: center; }

.page-type-page .page .productViewSwitch-button {
  display: none; }

.page-type-page .page .productViewSwitch-button + label {
  padding-left: 6px;
  padding-right: 6px; }

@media (max-width: 959.98px) {
  .page-type-page .page .productViewSwitch-button + label .svgIcon {
    margin-right: 0; } }

.page-type-page .page .productViewSwitch-button:checked + label,
.page-type-page .page .productViewSwitch-button:hover + label {
  border-color: #ff7000;
  background-color: #fff;
  color: #333; }

.page-type-page .page .productViewSwitch-button:hover + label svg {
  color: #333; }

.page-type-page .page .productViewSwitch-button:checked + label svg {
  color: #ff7000; }

.page-type-page .page .address-add:not(:empty)::after {
  content: " "; }

.page-type-page .page #deliveryAddressSummaryTemplate .alert {
  margin-top: 1.5em; }

.page-type-page .page #deliveryAddressEditTemplate .alert {
  margin-bottom: 21px; }

.page-type-page .page #setDeliveryOptions .input-group-datepicker {
  position: relative; }

.page-type-page .page #setDeliveryOptions .input-group-datepicker .svgIcon {
  position: absolute;
  right: 12px;
  bottom: 9px; }

.page-type-page .page .editableSectionOnClick {
  cursor: pointer; }

.page-type-page .page .sectionButtonClass {
  display: flex;
  flex-grow: 1;
  width: 50%; }

@media (max-width: 539.98px) {
  .page-type-page .page .sectionButtonClass {
    display: block;
    width: 100%;
    flex-grow: 0; } }

.page-type-page .page .sectionButtonClass button {
  width: 50%; }

@media (max-width: 539.98px) {
  .page-type-page .page .sectionButtonClass button {
    width: 100%;
    margin: 10px 0; } }

.page-type-page .page .sectionButtonClass .btn-primary {
  margin-right: 15px; }

@media (max-width: 539.98px) {
  .page-type-page .page .sectionButtonClass .btn-primary {
    margin: 0; } }

.page-type-page .page #delivery-reqinfo-input {
  margin-bottom: 15px;
  resize: none; }

.page-type-page .page .termsAndConditions {
  display: none; }

.page-type-page .page .termsAndConditionsa:hover {
  color: #000; }

.page-type-page .page .terms-and-conditions-checkbox .input-error input[type=checkbox] {
  border: 2px solid #c7102d !important; }

.page-type-page .page .privacy-checkbox .input-error input[type=checkbox] {
  border: 2px solid #c7102d !important; }

.page-type-page .page .further-sales-restrictions-checkbox .input-error input[type=checkbox] {
  border: 2px solid #c7102d !important; }

.page-type-page .page .submit-order .errorMessage {
  color: #c7102d;
  cursor: pointer;
  opacity: 1;
  background-color: #f4cfd5;
  border: 1px solid #c7102d !important; }

.page-type-page .page .termsAndConditions ~ label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  line-height: 18px;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  font-size: 12px; }

.page-type-page .page .termsAndConditions ~ label a {
  color: #000; }

.page-type-page .page .termsAndConditions ~ label a:hover {
  text-decoration: underline; }

.page-type-page .page .termsAndConditions ~ label:after {
  width: 11px;
  height: 6px;
  top: 4px;
  left: 3px;
  border: 2px solid #f5f5f5;
  border-top: none;
  border-right: none;
  opacity: 1;
  content: "";
  transform: rotate(-45deg);
  transition: opacity .1s;
  cursor: pointer;
  position: absolute; }

.page-type-page .page .termsAndConditions ~ label:before {
  border-radius: 3px;
  border: 1px solid #000;
  width: 17px;
  height: 17px;
  background: #f5f5f5;
  top: 0;
  left: 0;
  content: "";
  cursor: pointer;
  position: absolute; }

.page-type-page .page .termsAndConditions:checked ~ label:before {
  border-color: #ff7000;
  background: #ff7000; }

.page-type-page .page .input-error input[type=checkbox] ~ label:before {
  border: 2px solid #c7102d !important; }

.page-type-page .page span.error {
  color: #c7102d; }

.page-type-page .page .input-group-checkout {
  margin-top: 20px;
  margin-bottom: 0; }

.page-type-page .page .input-group-checkout textarea::placeholder {
  font-size: 14px; }

.page-type-page .page .address-input-box-label .text-truncate {
  white-space: normal !important; }

.page-type-page .page .icon-text-space {
  margin-right: 5px; }

.page-type-page .page .checkout-summary-section-wrapper .list-blocks > * {
  padding: 20px 1px 30px 1px; }

.page-type-page .page .checkout-summary-section-wrapper .list-counter > ::before {
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: #333; }

.page-type-page .page .error-message-paragraph {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #c7102d; }

.page-type-page .page .placeholder-font {
  font-size: 14px; }

.page-type-page .page .btn-submit-order {
  white-space: normal;
  line-height: normal;
  padding: 0 1.5em; }

.page-type-page .page .btn-submit-order .label-ids-submit {
  line-height: 1.42857; }

.page-type-page .page #checkout_section_deliverymode .weight-info {
  margin-left: 15px;
  margin-bottom: 15px; }

.page-type-page .page #checkout_section_deliverymode .list-delivery-modes .desired-delivery-date {
  display: none;
  margin-left: 16px; }

.page-type-page .page #checkout_section_deliverymode .list-delivery-modes .desired-datepicker {
  position: relative;
  margin: 5px;
  width: 420px; }

.page-type-page .page #checkout_section_deliverymode .list-delivery-modes .delivery-input-group {
  margin-bottom: 10px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page #checkout_section_deliverymode .list-delivery-modes .desired-datepicker-popup {
    left: 9px !important; } }

.page-type-page .page .error-addressLines-mandatory {
  margin-top: 20px; }

.page-type-page .page .address-country-select {
  display: flex;
  align-items: center; }

.page-type-page .page .address-country-select .info-popup {
  margin-top: 0;
  margin-left: 3px; }

.page-type-page .page .address-change-delivery label {
  display: inline-block !important; }

.page-type-page .page #guestCheckoutAddressesOverviewSection {
  display: inline-block; }

.page-type-page .page #guestCheckoutAddressesOverviewSection .delivery-address-headline {
  margin: 20px 0; }

.page-type-page .page .guestCheckoutAddressesContainer .hoffmann-select {
  background-color: #e7e7e7;
  border: none; }

.page-type-page .page .guestCheckoutAddressesContainer .hoffmann-select select {
  border: 1px solid #cdcdcd; }

.page-type-page .page .guestCheckoutAddressesContainer .hoffmann-select:hover {
  border: none;
  cursor: unset; }

.page-type-page .page .guestCheckoutAddressesContainer .hoffmann-select::after {
  background-color: #e7e7e7 !important; }

.page-type-page .page .guestCheckoutElement {
  font-size: 16px; }

.page-type-page .page .guest-checkout-order-box .terms-and-conditions-checkbox {
  margin-bottom: .625rem; }

.page-type-page .page .guest-checkout-order-box .has-error > label:before {
  border: 2px solid #c7102d; }

.page-type-page .page .guest-checkout-order-box .submit-order .btn-error {
  opacity: 1; }

.page-type-page .page .guest-checkout-order-box .privacy-checkbox {
  margin-bottom: .625rem; }

.page-type-page .page .guest-checkout-order-box .has-error > label:before {
  border: 2px solid #c7102d; }

.page-type-page .page .guest-checkout-order-box .submit-order .btn-error {
  opacity: 1; }

.page-type-page .page .form-input-error input {
  background-color: #f4cfd5;
  border: 1px solid #c7102d; }

.page-type-page .page .radio-input {
  margin-bottom: 10px; }

.page-type-page .page .radio-input .radio-container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.page-type-page .page .radio-input .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.page-type-page .page .radio-input .radio-container .radioIndicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #e7e7e7; }

.page-type-page .page .radio-input .radio-container:hover input ~ .radioIndicator {
  background-color: #fff; }

.page-type-page .page .radio-input .radio-container input:checked ~ .radioIndicator {
  background-color: #fff;
  border: 2px solid #ff7000; }

.page-type-page .page .radio-input .radio-container input:checked ~ .radioIndicator::after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ff7000;
  border-radius: 50%;
  top: 2px;
  left: 2px; }

.page-type-page .page .radio-input .info-popup-wrapper {
  display: inline-block;
  position: relative !important;
  top: auto !important;
  right: auto !important; }

.page-type-page .page .radio-input .info-popup-wrapper .info-popup {
  margin: 0; }

.page-type-page .page .radio-input .info-popup-wrapper .info-popup .info-popup-content {
  left: -50px;
  top: 20px; }

.page-type-page .page .userDetailContainer {
  display: inline-flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center; }

.page-type-page .page .userDetailButtonContainer {
  display: inline-flex;
  display: -ms-flexbox;
  align-items: baseline;
  -ms-flex-align: baseline; }

.page-type-page .page .userDetailButtonContainer a {
  margin-right: 10px; }

.page-type-page .page .userDetailInputContainer {
  display: inline-flex;
  display: -ms-flexbox;
  align-items: baseline;
  -ms-flex-align: baseline; }

.page-type-page .page .userDetailInputContainer .userProfileAdminHeader {
  margin-bottom: -5px;
  margin-top: 0; }

.page-type-page .page .adminRequestButton {
  cursor: pointer; }

.page-type-page .page .adminRequestButton .adminRequestButtonText {
  color: #ff7000; }

.page-type-page .page .adminRequestButton:hover .adminRequestButtonText {
  text-decoration: underline; }

.page-type-page .page .userDetailLineContainer {
  padding-bottom: 10px; }

.page-type-page .page .userDetailInfoPopupContainer .infoIconUserDetail {
  margin-left: 3px; }

.page-type-page .page .userDetailInfoPopupContainer .infoIconUserDetail svg {
  fill: #cdcdcd; }

.page-type-page .page .userDetailInfoPopupContainer .infoIconUserDetail--services {
  margin-top: 4px;
  margin-left: 5px; }

.page-type-page .page .userDetailInfoPopupContainer .info-popup-trigger:checked ~ label svg {
  fill: #000; }

.page-type-page .page .userDetailInfoPopupContainer .info-popup-trigger ~ label:hover svg {
  fill: #000; }

.page-type-page .page .userDetailInfoPopupContainer .info-popup-wrapper .info-popup {
  border: none; }

.page-type-page .page .userDetailInfoPopupContainer .info-popup-wrapper .info-popup .info-popup-content {
  left: -50px;
  top: 25px; }

.page-type-page .page .userDetailInfoPopupContainer .info-popup-wrapper .info-popup .info-popup-content:after {
  border: none; }

.page-type-page .page .userDetailSettingLabel {
  font-size: 16px; }

.page-type-page .page .productFilterDetailSettingLabel {
  font-size: 18px; }

.page-type-page .page .approverCheckboxDropDownDistance {
  padding-bottom: 3px; }

.page-type-page .page .userDetailToggleSwitch .toggleSwitchComponent .toggleSwitch-label {
  font-size: 16px; }

.page-type-page .page .personalProfilPasswordInput .compound-input {
  border-radius: 2px; }

.page-type-page .page .personalProfilUserNameInputWrapper .input-control {
  height: 39.8px; }

.page-type-page .page .userProfilePageContainer .list-blocks {
  margin-bottom: -.5em; }

.page-type-page .page .userProfilePageContainer .email-notifcation-section .input-group-checkbox label {
  font-size: 14px; }

.page-type-page .page .personalProfilAdminTable {
  font-size: 14px;
  margin-bottom: 40px; }

.page-type-page .page .personalProfilAdminTable .userDetailInputContainer {
  align-items: center;
  flex-wrap: wrap; }

.page-type-page .page .personalProfilAdminTable .userDetailInputContainer .info-popup-wrapper {
  margin-right: 11px; }

.page-type-page .page .personalProfilAdminTable .userDetailInputContainer .new-to-shop-wrapper {
  margin-top: -1px; }

.page-type-page .page .personalProfilAdminTable header {
  margin-bottom: 15px; }

.page-type-page .page .personalProfilAdminTable svg {
  color: #cdcdcd; }

.page-type-page .page .userProfileAccountSettings header {
  margin-bottom: 15px; }

.page-type-page .page .userProfileAccountSettings ul {
  margin-top: 10px; }

.page-type-page .page .userProfileAccountSettings li {
  margin-bottom: 2px; }

.page-type-page .page .userProfileAccountSettings .text-header {
  font-weight: 700;
  margin-bottom: 0; }

.page-type-page .page .adminLink {
  color: #ff7000; }

.page-type-page .page .adminLink:hover {
  text-decoration: underline; }

.page-type-page .page .adminLinkMessage {
  text-decoration: underline;
  color: #ff7000; }

.page-type-page .page .dropdownFilter {
  width: 100%; }

.page-type-page .page .selectedCheckboxButtons .btn-filter-pill {
  margin-left: 0; }

.page-type-page .page .dropdownSelectWithToopTip {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  margin-bottom: 20px; }

.page-type-page .page .dropdownSelectWithToopTip .filter {
  position: relative;
  margin-left: 5px; }

.page-type-page .page .dropdownSelectWithToopTip .filter .filter-state:checked ~ .filterLabel {
  background-color: #e7e7e7;
  border: 1px solid #333; }

.page-type-page .page .dropdownSelectWithToopTip .filter .filter-state:checked ~ .filterLabel .svgIcon {
  transform: translateY(-50%) rotate(180deg); }

.page-type-page .page .dropdownSelectWithToopTip .filter .filter-state:checked ~ .filterPopup {
  display: block; }

.page-type-page .page .dropdownSelectWithToopTip .filter .filterPopup {
  display: none;
  width: 300px;
  background-color: #fff;
  padding: 20px 20px 11px 20px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  z-index: 999;
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  align-items: center;
  flex-direction: column;
  margin-top: -2px; }

.page-type-page .page .dropdownSelectWithToopTip .filter .filterLabel {
  display: block;
  height: 40px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  width: 100%;
  padding: 0 12px 0 20px;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0; }

.page-type-page .page .dropdownSelectWithToopTip .filter .filterList {
  list-style-position: outside;
  list-style-type: none;
  background-color: #fff;
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  padding-right: 10px; }

.page-type-page .page .dropdownSelectWithToopTip .filter .svgIcon-caret-down,
.page-type-page .page .dropdownSelectWithToopTip .filter .svgIcon-caret-up {
  font-size: 26px;
  line-height: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: right;
  margin-top: 2px; }

.page-type-page .page .dropdownSelectWithToopTip .filter .button-wrapper {
  display: flex;
  flex: 0 0 auto;
  padding-left: 0; }

.page-type-page .page .dropdownSelectWithToopTip .filter .button-wrapper .filter-submit {
  font-size: 14px;
  line-height: 1.42857;
  margin-top: 11px;
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #ff7000;
  border-color: #ff7000;
  color: #fff; }

.page-type-page .page .adminRequestSideBar {
  margin-top: 25px; }

.page-type-page .page .adminRequestDescriptionArea {
  width: 100%;
  resize: none;
  padding: 11px 20px 0 20px;
  border: 1px solid #cdcdcd;
  border-radius: 3px; }

.page-type-page .page .adminRequestDescriptionArea:hover:not(:focus) {
  border-color: #000; }

.page-type-page .page .adminRequestDescriptionArea:focus:focus-visible {
  outline: 1px #ff7000 !important; }

.page-type-page .page .adminRequestDescriptionArea:focus {
  border: 1px solid #ff7000; }

.page-type-page .page .adminRequestInputField {
  width: 100%;
  padding: 10px 20px 10px 20px;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  margin-bottom: 15px; }

.page-type-page .page .adminRequestInputField:hover:not(:focus) {
  border-color: #000; }

.page-type-page .page .adminRequestInputField:focus:focus-visible {
  outline: 1px #ff7000 !important; }

.page-type-page .page .adminRequestInputField:focus {
  border: 1px solid #ff7000; }

.page-type-page .page .adminRequestSidePanelButton {
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  display: -ms-flexbox;
  flex-grow: 1;
  -ms-flex-positive: 1; }

.page-type-page .page .adminRequestSidePanelButton button {
  width: 100%; }

.page-type-page .page .adminRequestSidePanelButton .admin-request-button-disabled {
  opacity: .45; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .adminRequestSidePanelButton {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .page-type-page .page .adminRequestSidePanelButton .btn + .btn {
    margin-left: 0;
    margin-bottom: 10px; } }

.page-type-page .page .errorForAdminRequestDropdown > .filterLabel {
  border: 1px solid #c7102d !important;
  background-color: #f4cfd5 !important;
  border-radius: 3px; }

.page-type-page .page .errorForAdminRequest {
  border: 1px solid #c7102d !important;
  background-color: #f4cfd5 !important;
  opacity: 100% !important; }

.page-type-page .page .errorForAdminRequest .buttonErrorLabel {
  color: #c7102d;
  font-weight: 700; }

.page-type-page .page .dropdownWithSearchContainer {
  margin-top: 25px;
  margin-right: 0; }

.page-type-page .page .dropdownWithSearchContainer .dropdownSelectedItemField:hover:not(:focus) {
  border-color: #000; }

.page-type-page .page .dropdownWithSearchContainer .filter .filterLabel {
  border-radius: 4px; }

.page-type-page .page .dropdownWithSearchContainer .filter .filter-state:checked ~ .filterLabel {
  background-color: #fff;
  border: 1px solid #ff7000; }

.page-type-page .page .dropdownWithSearchContainer .dropdownWithSearchContainerLabel {
  margin-left: 5px; }

.page-type-page .page .dropdownWithSearchList ul {
  max-height: 377px;
  overflow-y: scroll; }

.page-type-page .page .dropdownWithSearchList .dropdown-search-box:focus {
  border: 1px solid #333;
  box-shadow: none; }

.page-type-page .page .dropdownWithSearchList .dropdown-search-box {
  display: flex;
  flex: 0 0 auto;
  margin-bottom: 10px;
  height: 38px;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.5;
  color: #5c5c5c;
  background-image: none;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none; }

.page-type-page .page .dropdownWithSearchList .dropdown-search-icon {
  position: absolute;
  right: 27px;
  top: 26px;
  color: #cdcdcd; }

.page-type-page .page .dropdownSelectedItemField {
  border-radius: 3px; }

.page-type-page .page .dropdownSelectedItemField svg {
  color: #0c0c0c; }

.page-type-page .page .dropdownWithSearchElementsContainer::-webkit-scrollbar {
  width: 6px; }

.page-type-page .page .dropdownWithSearchElementsContainer::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc; }

.page-type-page .page .dropdownWithSearchElementsContainer::-webkit-scrollbar-thumb {
  background-color: #ccc; }

.page-type-page .page .dropdownWithSearchElementsContainer::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

.page-type-page .page .dropdownWithSearchElementsContainer > li > div {
  display: flex;
  align-items: center;
  cursor: pointer; }

.page-type-page .page .dropdownWithSearchElementsContainer > li > div:before {
  content: "";
  width: 5px;
  height: 40px;
  background-color: transparent;
  left: 15px;
  margin-right: 10px; }

.page-type-page .page .dropdownWithSearchElementsContainer > li > div:hover {
  color: inherit;
  background-color: #f5f5f5; }

.page-type-page .page .dropdownWithSearchElementsContainer > li > div:hover:before {
  background-color: #ff7000; }

.page-type-page .page .approvalDashboardContainer .dashboard-description {
  margin-top: 10px; }

.page-type-page .page .approvalDashboardContainer .list-items-header::marker {
  content: none; }

.page-type-page .page .approvalDashboardContainer .list-items {
  font-size: 14px;
  padding-left: 0; }

.page-type-page .page .approvalDashboardContainer .approvalWorkflowSection {
  margin-top: 25px;
  padding-bottom: 25px; }

.page-type-page .page .approvalDashboardContainer .tableCaptionContainer h4 {
  font-weight: 700; }

.page-type-page .page .checkoutPaymentInfoPopupContainer .infoIconRadioButtons {
  margin-left: 3px; }

.page-type-page .page .checkoutPaymentInfoPopupContainer .infoIconRadioButtons svg {
  fill: #cdcdcd; }

.page-type-page .page .checkoutPaymentInfoPopupContainer .info-popup-trigger:checked ~ label svg {
  fill: #000; }

.page-type-page .page .checkoutPaymentInfoPopupContainer .info-popup-trigger ~ label:hover svg {
  fill: #000; }

.page-type-page .page .checkoutPaymentInfoPopupContainer .info-popup-trigger ~ label::before {
  display: none; }

.page-type-page .page .checkoutPaymentInfoPopupContainer .info-popup-trigger ~ label::after {
  display: none; }

.page-type-page .page .checkoutPaymentInfoPopupContainer .info-popup-wrapper label {
  margin-bottom: 0;
  padding-left: 3px;
  margin-top: -10px; }

.page-type-page .page .checkoutPaymentInfoPopupContainer .info-popup-content {
  overflow: visible; }

.page-type-page .page .checkoutPaymentInfoPopupContainer .info-popup-content:after {
  border: none; }

.page-type-page .page .checkoutPaymentInfoPopupContainer .info-popup-content b {
  display: block;
  margin-bottom: 5px; }

.page-type-page .page .checkoutPaymentInfoPopupContainer .info-popup-wrapper .info-popup {
  border: none; }

.page-type-page .page .checkoutPaymentInfoPopupContainer .info-popup-wrapper .info-popup .info-popup-content {
  top: 25px; }

.page-type-page .page .checkoutPaymentInfoPopupContainer .info-popup-wrapper .info-popup .info-popup-content:after {
  border: none; }

.page-type-page .page .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px; }

.page-type-page .page .pagination > li {
  display: inline; }

.page-type-page .page .pagination > li > a,
.page-type-page .page .pagination > li > span {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  min-width: 3rem;
  height: 3rem;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-left: -1px; }

.page-type-page .page .pagination > li:first-child > a,
.page-type-page .page .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.page-type-page .page .pagination > li:last-child > a,
.page-type-page .page .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.page-type-page .page .pagination > li > a:focus,
.page-type-page .page .pagination > li > a:hover,
.page-type-page .page .pagination > li > span:focus,
.page-type-page .page .pagination > li > span:hover {
  z-index: 1;
  color: #333;
  background-color: #f2f2f2;
  border-color: #ccc; }

.page-type-page .page .pagination > li > a:active,
.page-type-page .page .pagination > li > span:active {
  background-color: #e7e7e7; }

.page-type-page .page .pagination > .active > a,
.page-type-page .page .pagination > .active > a:focus,
.page-type-page .page .pagination > .active > a:hover,
.page-type-page .page .pagination > .active > span,
.page-type-page .page .pagination > .active > span:focus,
.page-type-page .page .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #ff7000;
  border-color: #ff7000;
  cursor: default; }

.page-type-page .page .pagination > .disabled > a,
.page-type-page .page .pagination > .disabled > a:focus,
.page-type-page .page .pagination > .disabled > a:hover,
.page-type-page .page .pagination > .disabled > span,
.page-type-page .page .pagination > .disabled > span:focus,
.page-type-page .page .pagination > .disabled > span:hover {
  color: #b3b3b3;
  background-color: #fff;
  border-color: #ccc;
  cursor: not-allowed; }

.page-type-page .page .pagination-lg > li > a,
.page-type-page .page .pagination-lg > li > span {
  padding: 8px 16px;
  font-size: 20px; }

.page-type-page .page .pagination-lg > li:first-child > a,
.page-type-page .page .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.page-type-page .page .pagination-lg > li:last-child > a,
.page-type-page .page .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.page-type-page .page .pagination-sm > li > a,
.page-type-page .page .pagination-sm > li > span {
  padding: 4px 8px;
  font-size: 14px; }

.page-type-page .page .pagination-sm > li:first-child > a,
.page-type-page .page .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.page-type-page .page .pagination-sm > li:last-child > a,
.page-type-page .page .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.page-type-page .page .control {
  position: absolute;
  top: 25%;
  display: inline-block;
  z-index: 2;
  outline: 0 none; }

.page-type-page .page .control.disabled {
  display: none; }

.page-type-page .page .control-left {
  left: 0; }

.page-type-page .page .control-right {
  right: 0; }

.page-type-page .page .pager-indicators {
  text-align: center; }

.page-type-page .page .pager-indicators > * {
  display: inline-block;
  margin: 0 .5ex;
  text-indent: -999px;
  overflow: hidden;
  background-color: #b3b3b3;
  border-radius: 100%;
  width: 10px;
  height: 10px; }

.page-type-page .page .pager-indicators > .active {
  background-color: #ff7000; }

.page-type-page .page .pager-indicators > :only-child {
  display: none; }

.page-type-page .page .pager-indicators .pager-numbers > * {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  margin: 0 .25ex;
  height: 39px;
  letter-spacing: 1px; }

.page-type-page .page .pager-indicators a {
  background-color: #e7e7e7;
  color: #333; }

.page-type-page .page .pager-indicators a.active {
  color: #ff7000; }

.page-type-page .page .pager-indicators a:only-child {
  display: none; }

.page-type-page .page .pager-pagination {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #000;
  text-align: center; }

.page-type-page .page .pager-pagination a {
  margin: 0 .5ex;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 1.9em;
  font-weight: 400;
  border-radius: 100%; }

.page-type-page .page .pager-pagination a.active {
  color: #fff;
  background-color: #000; }

.page-type-page .page .pager-pagination a:only-child {
  display: none; }

.page-type-page .page .btn-pagination {
  border: none;
  width: 39px;
  height: 39px;
  padding-bottom: 0;
  background-color: #ff7000;
  color: #fff; }

.page-type-page .page .btn-pagination:hover {
  background-color: #cc5a00; }

.page-type-page .page .btn-pagination i {
  color: #fff;
  position: relative;
  top: 3px; }

.page-type-page .page .paging_simple_numbers {
  text-align: center; }

.page-type-page .page .paginate_button {
  display: inline-block;
  width: 39px;
  height: 39px;
  background: #e7e7e7;
  text-align: center;
  line-height: 39px;
  margin: 0 .25ex;
  font-weight: 700;
  cursor: pointer; }

.page-type-page .page .paginate_button.current {
  color: #ff7000;
  cursor: unset; }

.page-type-page .page .carousel {
  position: relative;
  width: 100%; }

.page-type-page .page .carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 1em; }

.page-type-page .page .carousel .tab {
  display: flex;
  overflow-x: auto;
  margin-bottom: -20px;
  padding-bottom: 20px; }

.page-type-page .page .sliderToggle {
  float: left;
  line-height: 14px;
  font-size: 16px;
  white-space: nowrap;
  border-bottom: 1px solid #cdcdcd; }

@media (max-width: 779.98px) {
  .page-type-page .page .sliderToggle {
    font-size: 14px; } }

.page-type-page .page .sliderToggle:hover {
  color: #ff7000;
  cursor: pointer; }

.page-type-page .page .sliderToggle.active {
  border-bottom: 4px solid #ff7000;
  color: #ff7000;
  cursor: default; }

.page-type-page .page .assortments .link-thumb figure {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden; }

.page-type-page .page .assortments .link-thumb--advertisement figure img:hover {
  filter: brightness(60%); }

.page-type-page .page .assortments a {
  display: block; }

.page-type-page .page .carousel .row {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  margin-bottom: 0; }

.page-type-page .page .carousel .row > .col {
  display: inline-block;
  width: 100%;
  position: relative;
  white-space: normal;
  font-size: 16px;
  top: 0;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 539.98px) {
  .page-type-page .page .carousel .row > .col {
    padding-left: 10px;
    padding-right: 10px; } }

.page-type-page .page .carousel-controls .control {
  color: #e8e8e8;
  background-color: #fff;
  border-radius: 3px; }

.page-type-page .page .carousel-controls .control:hover {
  color: #b3b3b3; }

.page-type-page .page .carousel-controls .control.disabled {
  display: none; }

.page-type-page .page .carousel-controls .control-left,
.page-type-page .page .carousel-controls .control-right {
  top: 50%;
  transform: translateY(-50%); }

@media only screen and (max-width: 580px), only screen and (min-width: 780px) and (max-width: 820px), only screen and (min-width: 960px) and (max-width: 1000px) {
  .page-type-page .page .carousel-controls .control-left,
  .page-type-page .page .carousel-controls .control-right {
    margin-left: 0;
    margin-right: 0; } }

.page-type-page .page .headerBanner-controlContainer > .carouselControl {
  top: 50%;
  transform: translateY(-50%); }

@media (max-width: 539.98px) {
  .page-type-page .page .headerBanner-controlContainer > .carouselControl {
    display: none; } }

.page-type-page .page .carouselControl {
  width: 40px;
  height: 40px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  background-color: #fff;
  color: #cdcdcd;
  cursor: pointer; }

.page-type-page .page .carouselControl:hover {
  border-color: #333;
  color: #333; }

.page-type-page .page .rightCarouselControl {
  position: absolute;
  right: 0; }

.page-type-page .page .leftCarouselControl {
  position: absolute;
  left: 0; }

.page-type-page .page .topCarouselControl {
  position: absolute;
  top: 0; }

.page-type-page .page .bottomCarouselControl {
  position: absolute;
  bottom: 0; }

.page-type-page .page .buttonsContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px; }

.page-type-page .page .indicatorButton {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: #fff; }

.page-type-page .page .indicatorButton + .indicatorButton {
  margin-left: 12px; }

.page-type-page .page .sliderIndicatorActive {
  background-color: #ff7000; }

.page-type-page .page .s3-assortment {
  width: 145px;
  font-weight: 700;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  scroll-snap-align: start;
  text-align: center; }

.page-type-page .page .s3-assortment > .link-thumb figure {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden; }

.page-type-page .page .s3-assortment > .link-thumb figure img[data-src] {
  background: 0 0; }

.page-type-page .page .s3-assortment > .link-thumb--advertisement figure img:hover {
  filter: brightness(60%); }

.page-type-page .page .s3-assortment a {
  display: block; }

.page-type-page .page .assortment-carousel {
  display: flex;
  position: relative;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  .page-type-page .page .assortment-carousel {
    scroll-behavior: auto; } }

.page-type-page .page .assortment-carousel > li {
  white-space: normal;
  top: 0; }

.page-type-page .page .assortment-carousel > li:not(:first-child) {
  margin-left: 30px; }

.page-type-page .page .assortment-carousel span {
  display: block; }

.page-type-page .page .advertismentAssortment {
  min-width: 210px;
  width: 210px;
  scroll-snap-align: start; }

.page-type-page .page .advertismentAssortment a {
  line-height: 20px; }

.page-type-page .page .advertismentValidToDate {
  color: #ff7000; }

.page-type-page .page .productCarousel .assortmentCarousel-viewport .carouselControl {
  margin-top: 0;
  top: 40%; }

.page-type-page .page .s3-two-rows {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
  max-height: 150px;
  margin-bottom: 0; }

.page-type-page .page .s3-two-rows > li:nth-child(2) {
  margin-left: 0; }

.page-type-page .page .advertismentAssortmentList .link-thumb figure img::before {
  opacity: 0; }

.page-type-page .page .s3Carousel-viewport {
  scroll-padding-left: 25px; }

.page-type-page .page .s3Carousel-wrapper {
  position: relative; }

.page-type-page .page .tabbar {
  position: relative;
  margin-bottom: 1em; }

.page-type-page .page .tabbar-inner {
  overflow: hidden;
  margin-bottom: 1em; }

.page-type-page .page .tabbar-inner span {
  text-align: center;
  display: block; }

@media (max-width: 539.98px) {
  .page-type-page .page .tabbar .tab {
    border-top: none !important;
    border-bottom: none !important; } }

.page-type-page .page .tabbar .tabbarTab {
  float: left;
  line-height: 23px; }

.page-type-page .page .tabbar .tabbarTab:hover {
  color: #ff7000;
  cursor: pointer; }

.page-type-page .page .tabbar .tabbarTab:last-child {
  border-right: transparent !important; }

.page-type-page .page .tabbar .tabbarTab:last-child.active {
  border-right: 1px solid #cdcdcd !important; }

.page-type-page .page .tabbar .tabbarTab.active {
  border-top: 4px solid #ff7000 !important;
  background-color: #fff;
  line-height: 21px;
  margin: -1px 0;
  color: #ff7000;
  cursor: default; }

@media (max-width: 539.98px) {
  .page-type-page .page .tabbar .tabbarTab {
    display: block;
    width: 100%;
    border: 1px solid #cdcdcd !important; }
  .page-type-page .page .tabbar .tabbarTab:last-child {
    border-right: 1px solid #cdcdcd !important; } }

.page-type-page .page .tabbar .row {
  position: relative;
  width: 99999px;
  margin-bottom: 0; }

.page-type-page .page .tabbar .row > .col {
  float: left;
  position: relative;
  top: 0;
  padding-left: 15px;
  padding-right: 15px; }

.page-type-page .page .tabbar .row .col.brandshop_productslide {
  padding-right: 0;
  padding-left: 0; }

.page-type-page .page .img-icon-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 100px;
  height: auto; }

.page-type-page .page .img-icon-360 {
  position: absolute;
  top: 70px;
  right: 10px; }

.page-type-page .page .overlay-360 {
  z-index: 10000;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none; }

.page-type-page .page .overlay-360 .overlay-360-toggle-container {
  position: absolute;
  right: 10px;
  top: 10px; }

.page-type-page .page .overlay-360 .overlay-360-container {
  max-width: 800px;
  margin: 0 auto; }

.page-type-page .page .overlay-360-toggle {
  display: inline-block;
  cursor: pointer; }

.page-type-page .page .overlay-360-toggle img {
  width: 50px; }

.page-type-page .page .loupe {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff; }

.page-type-page .page .loupe img {
  width: auto;
  height: auto;
  max-width: none; }

.page-type-page .page .caret {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 8px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transition: .1s ease-out all;
  -o-transition: .1s ease-out all;
  transition: .1s ease-out all; }

.page-type-page .page .caret:before {
  position: absolute;
  top: -10px;
  left: -8px;
  z-index: 1;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

.page-type-page .page .active .caret {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.page-type-page .page .dropdown {
  position: relative; }

.page-type-page .page .dropdown.dropdown-full {
  position: static; }

.page-type-page .page .dropdown-toggle {
  white-space: nowrap;
  background-image: url(/_ui/desktop/theme-hoffmann/images/svg_png/select_arrow_down.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat; }

.page-type-page .page .dropdown-toggle[aria-expanded=true]::after {
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent; }

.page-type-page .page .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(/_ui/desktop/theme-hoffmann/images/svg_png/select_arrow_down.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  outline: 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 16px;
  padding: 8px 12px;
  height: 38px;
  width: 100%; }

.page-type-page .page .custom-select::-ms-expand {
  display: none; }

.page-type-page .page .dropdown-toggle-inverse {
  border: none; }

.page-type-page .page .dropdown-toggle:focus {
  outline: 0; }

.page-type-page .page .dropdown-content,
.page-type-page .page .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  text-align: left;
  background-clip: padding-box;
  background-color: #fff;
  display: none; }

.page-type-page .page .dropdown-content.pull-right,
.page-type-page .page .pull-right.dropdown-menu {
  right: 0;
  left: auto; }

.page-type-page .page .dropdown-menu {
  padding: 1em;
  list-style: none; }

.page-type-page .page .dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.page-type-page .page .dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: 400;
  color: #333; }

.page-type-page .page .dropdown-menu > li > a:focus,
.page-type-page .page .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #333; }

.page-type-page .page .dropdown-menu > .active > a,
.page-type-page .page .dropdown-menu > .active > a:focus,
.page-type-page .page .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ff7000; }

.page-type-page .page .dropdown-menu > .disabled > a,
.page-type-page .page .dropdown-menu > .disabled > a:focus,
.page-type-page .page .dropdown-menu > .disabled > a:hover {
  color: #b3b3b3; }

.page-type-page .page .dropdown-menu > .disabled > a:focus,
.page-type-page .page .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.page-type-page .page .open > .dropdown-menu {
  display: block; }

.page-type-page .page .open > a {
  outline: 0; }

.page-type-page .page .dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block; }

.page-type-page .page [type=checkbox] ~ [role=menu]:not(.is-animated),
.page-type-page .page [type=checkbox] ~ label .expanded-text {
  display: none; }

.page-type-page .page [type=checkbox] ~ label .collapsed-text {
  display: block; }

.page-type-page .page [type=checkbox]:checked ~ [role=menu]:not(.is-animated),
.page-type-page .page [type=checkbox]:checked ~ label .expanded-text {
  display: block; }

.page-type-page .page [type=checkbox]:checked ~ label .collapsed-text {
  display: none; }

.page-type-page .page [type=checkbox]:checked ~ .dropdown-toggle:after {
  transform: rotate(180deg); }

.page-type-page .page .dropdown-menu-right {
  left: auto;
  right: 0; }

.page-type-page .page .dropdown-menu-left {
  left: 0;
  right: auto; }

.page-type-page .page .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #b3b3b3; }

.page-type-page .page .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.page-type-page .page .pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.page-type-page .page .dropup .caret,
.page-type-page .page .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 8px solid;
  content: ""; }

.page-type-page .page .dropup .dropdown-menu,
.page-type-page .page .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 780px) {
  .page-type-page .page .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .page-type-page .page .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.page-type-page .page .dropdown-close-button {
  position: absolute;
  top: 0;
  right: 1em;
  z-index: 1200; }

.page-type-page .page .dropdown-content-full.dropdown-menu,
.page-type-page .page .dropdown-content.dropdown-content-full {
  width: 100%;
  padding: 1em; }

.page-type-page .page ._js_hoffmann_cartdirectadd_row .ui-autocomplete {
  position: absolute;
  z-index: 1000;
  background: #fff; }

.page-type-page .page .dropdown-container {
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  top: 42px;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }

.page-type-page .page .tooltip-container {
  position: fixed;
  max-width: 200px;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.8);
  line-height: 1;
  color: #fff;
  padding: 4px 9px 4px;
  z-index: 10000;
  display: none;
  text-align: left;
  font-weight: 400;
  border-radius: 6px;
  font-size: 14px !important;
  white-space: normal; }

.page-type-page .page .price-info {
  display: inline; }

.page-type-page .page .price-info i {
  font-size: 28px;
  vertical-align: middle; }

.page-type-page .page .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  line-height: 1.4;
  cursor: pointer;
  opacity: 0; }

.page-type-page .page .tooltip.in {
  opacity: 1; }

.page-type-page .page .tooltip.top {
  margin-top: 5px;
  padding: 5px 0; }

.page-type-page .page .tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.page-type-page .page .tooltip.bottom {
  margin-top: -4px;
  padding: 5px 0; }

.page-type-page .page .tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.page-type-page .page .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #ff7000;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32); }

.page-type-page .page .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.page-type-page .page .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ff7000; }

.page-type-page .page .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #ff7000; }

.page-type-page .page .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #ff7000; }

.page-type-page .page .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ff7000; }

.page-type-page .page .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ff7000; }

.page-type-page .page .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ff7000; }

.page-type-page .page .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ff7000; }

.page-type-page .page .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ff7000; }

.page-type-page .page .datepicker {
  padding: 4px;
  direction: ltr;
  line-height: 1.33;
  border: 1px solid #cdcdcd; }

.page-type-page .page .datepicker-inline {
  width: 266px;
  padding: 10px; }

.page-type-page .page .datepicker.datepicker-rtl {
  direction: rtl; }

.page-type-page .page .datepicker.datepicker-rtl table tr td span {
  float: right; }

.page-type-page .page .datepicker-dropdown {
  top: 0;
  left: 0;
  z-index: 10000 !important; }

.page-type-page .page .datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: #cdcdcd;
  position: absolute; }

.page-type-page .page .datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.page-type-page .page .datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.page-type-page .page .datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.page-type-page .page .datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.page-type-page .page .datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.page-type-page .page .datepicker-dropdown.datepicker-orient-top:before {
  top: -7px; }

.page-type-page .page .datepicker-dropdown.datepicker-orient-top:after {
  top: -6px; }

.page-type-page .page .datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #cdcdcd; }

.page-type-page .page .datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.page-type-page .page .datepicker.days div.datepicker-days {
  display: block; }

.page-type-page .page .datepicker.months div.datepicker-months {
  display: block; }

.page-type-page .page .datepicker.years div.datepicker-years {
  display: block; }

.page-type-page .page .datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.page-type-page .page .datepicker td,
.page-type-page .page .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 6px 9px; }

.page-type-page .page .table-striped .datepicker table tr td,
.page-type-page .page .table-striped .datepicker table tr th {
  background-color: transparent; }

.page-type-page .page .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer; }

.page-type-page .page .datepicker table tr td.new,
.page-type-page .page .datepicker table tr td.old {
  color: #5c5c5c; }

.page-type-page .page .datepicker table tr td.disabled,
.page-type-page .page .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #b3b3b3;
  cursor: default; }

.page-type-page .page .datepicker table tr td.today,
.page-type-page .page .datepicker table tr td.today.disabled,
.page-type-page .page .datepicker table tr td.today.disabled:hover,
.page-type-page .page .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #000; }

.page-type-page .page .datepicker table tr td.today.active,
.page-type-page .page .datepicker table tr td.today.disabled,
.page-type-page .page .datepicker table tr td.today.disabled.active,
.page-type-page .page .datepicker table tr td.today.disabled.disabled,
.page-type-page .page .datepicker table tr td.today.disabled:active,
.page-type-page .page .datepicker table tr td.today.disabled:hover,
.page-type-page .page .datepicker table tr td.today.disabled:hover.active,
.page-type-page .page .datepicker table tr td.today.disabled:hover.disabled,
.page-type-page .page .datepicker table tr td.today.disabled:hover:active,
.page-type-page .page .datepicker table tr td.today.disabled:hover:hover,
.page-type-page .page .datepicker table tr td.today.disabled:hover[disabled],
.page-type-page .page .datepicker table tr td.today.disabled[disabled],
.page-type-page .page .datepicker table tr td.today:active,
.page-type-page .page .datepicker table tr td.today:hover,
.page-type-page .page .datepicker table tr td.today:hover.active,
.page-type-page .page .datepicker table tr td.today:hover.disabled,
.page-type-page .page .datepicker table tr td.today:hover:active,
.page-type-page .page .datepicker table tr td.today:hover:hover,
.page-type-page .page .datepicker table tr td.today:hover[disabled],
.page-type-page .page .datepicker table tr td.today[disabled] {
  background-color: #fdf59a; }

.page-type-page .page .datepicker table tr td.today:hover:hover {
  color: #000; }

.page-type-page .page .datepicker table tr td.today.active:hover {
  color: #fff; }

.page-type-page .page .datepicker table tr td.range,
.page-type-page .page .datepicker table tr td.range.disabled,
.page-type-page .page .datepicker table tr td.range.disabled:hover,
.page-type-page .page .datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.page-type-page .page .datepicker table tr td.range.today,
.page-type-page .page .datepicker table tr td.range.today.disabled,
.page-type-page .page .datepicker table tr td.range.today.disabled:hover,
.page-type-page .page .datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.page-type-page .page .datepicker table tr td.range.today.active,
.page-type-page .page .datepicker table tr td.range.today.disabled,
.page-type-page .page .datepicker table tr td.range.today.disabled.active,
.page-type-page .page .datepicker table tr td.range.today.disabled.disabled,
.page-type-page .page .datepicker table tr td.range.today.disabled:active,
.page-type-page .page .datepicker table tr td.range.today.disabled:hover,
.page-type-page .page .datepicker table tr td.range.today.disabled:hover.active,
.page-type-page .page .datepicker table tr td.range.today.disabled:hover.disabled,
.page-type-page .page .datepicker table tr td.range.today.disabled:hover:active,
.page-type-page .page .datepicker table tr td.range.today.disabled:hover:hover,
.page-type-page .page .datepicker table tr td.range.today.disabled:hover[disabled],
.page-type-page .page .datepicker table tr td.range.today.disabled[disabled],
.page-type-page .page .datepicker table tr td.range.today:active,
.page-type-page .page .datepicker table tr td.range.today:hover,
.page-type-page .page .datepicker table tr td.range.today:hover.active,
.page-type-page .page .datepicker table tr td.range.today:hover.disabled,
.page-type-page .page .datepicker table tr td.range.today:hover:active,
.page-type-page .page .datepicker table tr td.range.today:hover:hover,
.page-type-page .page .datepicker table tr td.range.today:hover[disabled],
.page-type-page .page .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a; }

.page-type-page .page .datepicker table tr td.selected,
.page-type-page .page .datepicker table tr td.selected.disabled,
.page-type-page .page .datepicker table tr td.selected.disabled:hover,
.page-type-page .page .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: linear-gradient(to bottom, #b3b3b3, gray);
  background-repeat: repeat-x;
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.page-type-page .page .datepicker table tr td.selected.active,
.page-type-page .page .datepicker table tr td.selected.disabled,
.page-type-page .page .datepicker table tr td.selected.disabled.active,
.page-type-page .page .datepicker table tr td.selected.disabled.disabled,
.page-type-page .page .datepicker table tr td.selected.disabled:active,
.page-type-page .page .datepicker table tr td.selected.disabled:hover,
.page-type-page .page .datepicker table tr td.selected.disabled:hover.active,
.page-type-page .page .datepicker table tr td.selected.disabled:hover.disabled,
.page-type-page .page .datepicker table tr td.selected.disabled:hover:active,
.page-type-page .page .datepicker table tr td.selected.disabled:hover:hover,
.page-type-page .page .datepicker table tr td.selected.disabled:hover[disabled],
.page-type-page .page .datepicker table tr td.selected.disabled[disabled],
.page-type-page .page .datepicker table tr td.selected:active,
.page-type-page .page .datepicker table tr td.selected:hover,
.page-type-page .page .datepicker table tr td.selected:hover.active,
.page-type-page .page .datepicker table tr td.selected:hover.disabled,
.page-type-page .page .datepicker table tr td.selected:hover:active,
.page-type-page .page .datepicker table tr td.selected:hover:hover,
.page-type-page .page .datepicker table tr td.selected:hover[disabled],
.page-type-page .page .datepicker table tr td.selected[disabled] {
  background-color: grey; }

.page-type-page .page .datepicker table tr td.active,
.page-type-page .page .datepicker table tr td.active.disabled,
.page-type-page .page .datepicker table tr td.active.disabled:hover,
.page-type-page .page .datepicker table tr td.active:hover {
  background-color: #ff7000;
  color: #fff; }

.page-type-page .page .datepicker table tr td.active.active,
.page-type-page .page .datepicker table tr td.active.disabled,
.page-type-page .page .datepicker table tr td.active.disabled.active,
.page-type-page .page .datepicker table tr td.active.disabled.disabled,
.page-type-page .page .datepicker table tr td.active.disabled:active,
.page-type-page .page .datepicker table tr td.active.disabled:hover,
.page-type-page .page .datepicker table tr td.active.disabled:hover.active,
.page-type-page .page .datepicker table tr td.active.disabled:hover.disabled,
.page-type-page .page .datepicker table tr td.active.disabled:hover:active,
.page-type-page .page .datepicker table tr td.active.disabled:hover:hover,
.page-type-page .page .datepicker table tr td.active.disabled:hover[disabled],
.page-type-page .page .datepicker table tr td.active.disabled[disabled],
.page-type-page .page .datepicker table tr td.active:active,
.page-type-page .page .datepicker table tr td.active:hover,
.page-type-page .page .datepicker table tr td.active:hover.active,
.page-type-page .page .datepicker table tr td.active:hover.disabled,
.page-type-page .page .datepicker table tr td.active:hover:active,
.page-type-page .page .datepicker table tr td.active:hover:hover,
.page-type-page .page .datepicker table tr td.active:hover[disabled],
.page-type-page .page .datepicker table tr td.active[disabled] {
  background-color: #ff7000; }

.page-type-page .page .datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.page-type-page .page .datepicker table tr td span:hover {
  background: #eee; }

.page-type-page .page .datepicker table tr td span.disabled,
.page-type-page .page .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default; }

.page-type-page .page .datepicker table tr td span.active,
.page-type-page .page .datepicker table tr td span.active.disabled,
.page-type-page .page .datepicker table tr td span.active.disabled:hover,
.page-type-page .page .datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.page-type-page .page .datepicker table tr td span.active.active,
.page-type-page .page .datepicker table tr td span.active.disabled,
.page-type-page .page .datepicker table tr td span.active.disabled.active,
.page-type-page .page .datepicker table tr td span.active.disabled.disabled,
.page-type-page .page .datepicker table tr td span.active.disabled:active,
.page-type-page .page .datepicker table tr td span.active.disabled:hover,
.page-type-page .page .datepicker table tr td span.active.disabled:hover.active,
.page-type-page .page .datepicker table tr td span.active.disabled:hover.disabled,
.page-type-page .page .datepicker table tr td span.active.disabled:hover:active,
.page-type-page .page .datepicker table tr td span.active.disabled:hover:hover,
.page-type-page .page .datepicker table tr td span.active.disabled:hover[disabled],
.page-type-page .page .datepicker table tr td span.active.disabled[disabled],
.page-type-page .page .datepicker table tr td span.active:active,
.page-type-page .page .datepicker table tr td span.active:hover,
.page-type-page .page .datepicker table tr td span.active:hover.active,
.page-type-page .page .datepicker table tr td span.active:hover.disabled,
.page-type-page .page .datepicker table tr td span.active:hover:active,
.page-type-page .page .datepicker table tr td span.active:hover:hover,
.page-type-page .page .datepicker table tr td span.active:hover[disabled],
.page-type-page .page .datepicker table tr td span.active[disabled] {
  background-color: #04c; }

.page-type-page .page .datepicker table tr td span.new,
.page-type-page .page .datepicker table tr td span.old {
  color: #999; }

.page-type-page .page .datepicker th.datepicker-switch {
  width: 145px; }

.page-type-page .page .datepicker thead tr:first-child th {
  cursor: pointer; }

.page-type-page .page .datepicker thead tr:first-child th:hover {
  background-color: #e7e7e7; }

.page-type-page .page .datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.page-type-page .page .datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent; }

.page-type-page .page .input-append.date .add-on i,
.page-type-page .page .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.page-type-page .page .input-daterange input {
  text-align: center; }

.page-type-page .page .input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.page-type-page .page .input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.page-type-page .page .input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

.page-type-page .page .datepicker-inline {
  border: none; }

.page-type-page .page .datepicker-inline .datepicker-days .day {
  border-radius: 0;
  font-size: 16px; }

.page-type-page .page .datepicker-inline .datepicker-days .day.highlight,
.page-type-page .page .datepicker-inline .datepicker-days .highlight-day {
  background-color: rgba(255, 184, 128, 0.4);
  color: #000 !important; }

.page-type-page .page .datepicker-inline .datepicker-days .day.active {
  color: #fff !important; }

.page-type-page .page .datepicker-inline .datepicker-days .day.today {
  color: #ff7000;
  background-color: transparent;
  background-image: initial; }

.page-type-page .page .datepicker-inline .datepicker-days .day.today:hover {
  color: #ff7000;
  background-color: #e7e7e7;
  background-image: initial; }

.page-type-page .page .datepicker-inline .datepicker-days .day.today.active {
  background-color: #ff7000;
  color: #fff; }

.page-type-page .page .datepicker-inline .datepicker-days .day.today.highlight-day {
  background-color: rgba(255, 184, 128, 0.4); }

.page-type-page .page .datepicker-inline .datepicker-days .datepicker-switch {
  height: 48px;
  font-size: 16px;
  font-weight: 400; }

.page-type-page .page .datepicker-inline .datepicker-days .new.day {
  font-size: 16px;
  font-weight: 400;
  color: #aab9c4; }

.page-type-page .page .datepicker-inline .datepicker-days .old.day {
  font-size: 16px;
  font-weight: 400;
  color: #aab9c4; }

.page-type-page .page .datepicker-inline .datepicker-days .dow {
  font-size: 16px;
  font-weight: 400;
  color: #aab9c4; }

.page-type-page .page .datepicker-inline .datepicker-days .clear {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid rgba(170, 185, 196, 0.4);
  padding: 10px 0 0 10px; }

.page-type-page .page .datepicker-inline .datepicker-days .next,
.page-type-page .page .datepicker-inline .datepicker-days .prev {
  cursor: pointer; }

.page-type-page .page .datepicker-inline .datepicker-days .next:hover,
.page-type-page .page .datepicker-inline .datepicker-days .prev:hover {
  background: #e7e7e7; }

.page-type-page .page .datepicker-inline .datepicker-days .next {
  transform: rotate(180deg); }

.page-type-page .page .desired-datepicker {
  position: relative;
  margin: 5px;
  width: 145px; }

.page-type-page .page .desired-datepicker .desired-datepicker-state:checked ~ .desired-datepicker-label {
  background-color: #e7e7e7;
  border: 1px solid #333; }

.page-type-page .page .desired-datepicker .desired-datepicker-state:checked ~ .desired-datepicker-popup {
  display: block; }

.page-type-page .page .desired-datepicker .desired-datepicker-popup {
  display: none;
  width: 300px;
  background-color: #fff;
  padding: 5px 11px 11px 11px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  z-index: 999;
  position: absolute;
  top: 42px;
  left: 9px;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  align-items: center;
  flex-direction: column; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .desired-datepicker .desired-datepicker-popup {
    left: -149px; } }

.page-type-page .page .desired-datepicker .desired-datepicker-popup .datepicker-inline {
  padding: 0;
  margin: auto; }

.page-type-page .page .desired-datepicker .desired-datepicker-popup .datepicker-inline table {
  margin: auto; }

.page-type-page .page .desired-datepicker .desired-datepicker-label {
  display: block;
  height: 40px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  width: 100%;
  padding: 0 12px 0 20px;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: 10px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .desired-datepicker .desired-datepicker-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    width: 100%;
    padding: 0 12px 0 20px;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: space-between; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .desired-datepicker .desired-datepicker-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    width: 100%;
    padding: 0 12px 0 20px;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: space-between; } }

.page-type-page .page .desired-datepicker .desired-datepicker-label svg {
  position: absolute;
  right: 12px;
  bottom: 9px; }

.page-type-page .page .desired-datepicker .desired-datepicker-wrapper {
  list-style-position: outside;
  list-style-type: none;
  background-color: #fff;
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

.page-type-page .page .desired-datepicker .svgIcon-caret-down,
.page-type-page .page .desired-datepicker .svgIcon-caret-up {
  font-size: 26px;
  line-height: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: right;
  margin-top: 2px; }

.page-type-page .page .desired-datepicker .desired-datepicker-apply-button-wrapper {
  display: flex;
  flex: 0 0 auto;
  padding-left: 0; }

.page-type-page .page .desired-datepicker .desired-datepicker-apply-button-wrapper .desired-datepicker-apply {
  line-height: 1.42857;
  margin-top: 11px;
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #ff7000;
  border-color: #ff7000;
  color: #fff; }

.page-type-page .page .toggle-content.active {
  display: block;
  z-index: 100; }

.page-type-page .page .infobox {
  display: none; }

.page-type-page .page .infobox.active {
  display: block;
  z-index: 90; }

.page-type-page .page .well-filters.active {
  position: relative; }

.page-type-page .page .toggle-content-nudge {
  margin-top: 2em; }

.page-type-page .page .js-hider-trigger {
  cursor: pointer; }

.page-type-page .page .js-hider-trigger:hover {
  color: #ff7000; }

.page-type-page .page .js-hider-trigger:hover.trigger-rotator {
  border: 2px solid #ff7000; }

.page-type-page .page .trigger-rotator {
  width: 40px;
  height: 40px;
  border: 2px solid #5c5c5c;
  border-radius: 50%;
  text-align: center;
  line-height: 2;
  cursor: pointer;
  font-size: 16px;
  transition: .2s all;
  margin-top: -8px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: sub; }

.page-type-page .page .trigger-rotator.active {
  color: #ff7000;
  border: 2px solid #ff7000;
  transition: .1s all;
  -webkit-transition: .2s all;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -o-transform: rotate(45deg);
  -o-transform-origin: 50% 50%;
  transform: rotate(45deg);
  transform-origin: 50% 50%; }

.page-type-page .page .toggle-content.toggle-content-arrowed {
  padding-top: .2em;
  border: none;
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000; }

.page-type-page .page .toggle-content.toggle-content-arrowed-right {
  padding-top: .2em;
  border: none;
  margin-top: 0;
  position: absolute;
  right: 0;
  z-index: 1000; }

.page-type-page .page .list-news .toggle-content {
  margin-top: 2em; }

.page-type-page .page .list-news-condensed .toggle-content {
  margin-top: 0; }

.page-type-page .page .accordion-toggle {
  text-align: center;
  margin-top: 1em;
  transition: .2s all; }

.page-type-page .page .list-news-condensed .accordion-toggle {
  margin: 0 1em 0 .5em; }

.page-type-page .page .list-news .clickable:hover .accordion-toggle,
.page-type-page .page .list-news-condensed .clickable:hover .accordion-toggle {
  color: #ff7000; }

.page-type-page .page .list-news .active .accordion-toggle {
  transition: .2s all;
  -webkit-transition: .2s all;
  -webkit-transform: translateY(10px) rotateX(180deg);
  -o-transform: translateY(10px) rotateX(180deg);
  transform: translateY(10px) rotateX(180deg);
  color: #ff7000; }

.page-type-page .page .list-news-condensed .active .accordion-toggle {
  transition: .2s all;
  -webkit-transition: .2s all;
  -webkit-transform: translateY(0) rotateZ(90deg);
  -o-transform: translateY(0) rotateZ(90deg);
  transform: translateY(0) rotateZ(90deg); }

.page-type-page .page .list-news-condensed .accordion-content {
  margin: 1em 0 1em 2em; }

.page-type-page .page .toggleButton {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  padding: 8px 10px;
  white-space: nowrap; }

.page-type-page .page .toggleButton .toggleButton-checkedIcon {
  display: none;
  margin-right: 5px; }

.page-type-page .page .toggleButton .toggleButton-checkedIcon .svgIcon {
  fill: #333; }

.page-type-page .page .toggleButton.active {
  pointer-events: none;
  border-color: #ff7000;
  color: #ff7000; }

.page-type-page .page .toggleButton.active .toggleButton-checkedIcon {
  display: inline-flex;
  display: -ms-inline-flexbox; }

.page-type-page .page .toggleButton.active .toggleButton-checkedIcon .svgIcon {
  fill: #ff7000; }

.page-type-page .page .accordeon-arrow {
  width: 40px;
  height: 40px;
  transform: rotate(90deg); }

.page-type-page .page .accordeon-arrow > svg {
  fill: #ff7000; }

.page-type-page .page #map {
  height: 400px;
  margin-bottom: 1em; }

.page-type-page .page #map img {
  max-width: none; }

.page-type-page .page .map-infowindow {
  line-height: 1.33;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-weight: 400; }

.page-type-page .page .modal {
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  -webkit-transition: .4s ease-in-out all;
  -o-transition: .4s ease-in-out all;
  transition: .4s ease-in-out all; }

.page-type-page .page .modal-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.page-type-page .page .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

.page-type-page .page .opacity .modal {
  opacity: 0; }

.page-type-page .page .opacity .modal.open {
  opacity: 1; }

.page-type-page .page .modal-container {
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.0001);
  position: relative;
  top: 1em;
  left: 50%;
  z-index: 3;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  width: 700px;
  margin-left: -350px; }

.page-type-page .page .modal-close {
  position: absolute;
  top: .5em;
  right: .5em;
  z-index: 2;
  font-size: 2em;
  color: #5c5c5c; }

.page-type-page .page .modal-close:hover {
  color: #333; }

.page-type-page .page .modal-body {
  position: relative;
  overflow-y: visible;
  padding: 1em;
  min-height: 55px;
  min-height: 57px; }

.page-type-page .page .modal-body p {
  color: #000; }

.page-type-page .page .modal-body header {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.page-type-page .page .modal-body .form-actions {
  margin-bottom: 0; }

.page-type-page .page .modal-body-actions {
  display: none; }

@media (max-width: 959.98px) {
  .page-type-page .page .modal {
    left: 0;
    right: 0;
    width: auto;
    margin: 0; }
  .page-type-page .page .modal-container {
    left: 0 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    right: 0 !important;
    width: auto !important;
    top: 60px !important; }
  .page-type-page .page .modal-body {
    overflow: visible;
    max-height: none; } }

.page-type-page .page .modal-zoom .modal-backdrop {
  background-color: #fff; }

.page-type-page .page .modal-zoom .modal-container {
  border: none;
  left: 0;
  margin-left: 0;
  position: relative;
  top: 0;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none; }

.page-type-page .page .modal-zoom .modal-body {
  padding: 1em 0; }

.page-type-page .page .modal-zoom .modal-close {
  position: fixed; }

.page-type-page .page [data-zoom=true] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.page-type-page .page .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.page-type-page .page .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #cdcdcd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border-top: 0;
  background: #fff; }

.page-type-page .page .chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.page-type-page .page .chosen-container a {
  cursor: pointer; }

.page-type-page .page .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.page-type-page .page .chosen-container-single .chosen-default {
  color: #999; }

.page-type-page .page .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.page-type-page .page .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.page-type-page .page .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/layout/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.page-type-page .page .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.page-type-page .page .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.page-type-page .page .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.page-type-page .page .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/layout/chosen-sprite.png) no-repeat 0 2px; }

.page-type-page .page .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.page-type-page .page .chosen-container-single .chosen-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(../images/layout/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 16px;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.page-type-page .page .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.page-type-page .page .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.page-type-page .page .chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.page-type-page .page .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.page-type-page .page .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.page-type-page .page .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.page-type-page .page .chosen-container .chosen-results li.highlighted {
  background-color: #ff7000;
  color: #fff;
  font-weight: 700; }

.page-type-page .page .chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.page-type-page .page .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.page-type-page .page .chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.page-type-page .page .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.page-type-page .page .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  min-height: 39px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  cursor: text; }

.page-type-page .page .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.page-type-page .page .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.page-type-page .page .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px 0;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  box-sizing: content-box;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.page-type-page .page .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 6px 20px 6px 6px;
  border: 1px solid #b3b3b3;
  max-width: 100%;
  background-color: #e7e7e7;
  border-radius: 2px;
  color: #333;
  line-height: 13px;
  cursor: default; }

.page-type-page .page .chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.page-type-page .page .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 6px;
  right: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/layout/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.page-type-page .page .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.page-type-page .page .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.page-type-page .page .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.page-type-page .page .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.page-type-page .page .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.page-type-page .page .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.page-type-page .page .chosen-container-active .chosen-single {
  border: 1px solid #ff7000; }

.page-type-page .page .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%); }

.page-type-page .page .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0; }

.page-type-page .page .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.page-type-page .page .chosen-container-active .chosen-choices {
  border: 1px solid #ff7000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.page-type-page .page .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important; }

.page-type-page .page .chosen-disabled {
  opacity: .5 !important;
  cursor: default; }

.page-type-page .page .chosen-disabled .chosen-single {
  cursor: default; }

.page-type-page .page .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.page-type-page .page .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.page-type-page .page .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.page-type-page .page .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.page-type-page .page .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.page-type-page .page .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.page-type-page .page .chosen-rtl .chosen-choices li {
  float: right; }

.page-type-page .page .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.page-type-page .page .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.page-type-page .page .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.page-type-page .page .chosen-rtl .chosen-drop,
.page-type-page .page .chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px; }

.page-type-page .page .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.page-type-page .page .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.page-type-page .page .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.page-type-page .page .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(../images/layout/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.page-type-page .page .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.page-type-page .page .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

.page-type-page .page .multiselect {
  width: 100%; }

.page-type-page .page .articleListContainer .search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 6px 33px 6px 6px;
  border: 1px solid #b3b3b3;
  max-width: 100%;
  background-color: #e7e7e7;
  border-radius: 4px;
  color: #333;
  line-height: 13px;
  cursor: default;
  display: inline-block; }

.page-type-page .page .articleListContainer .search-choice span {
  word-wrap: break-word; }

.page-type-page .page .articleListContainer .search-choice .search-choice-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25px;
  height: 25px;
  border-left: 1px solid #b3b3b3;
  font-size: 1px;
  cursor: pointer; }

.page-type-page .page .articleListContainer .search-choice .search-choice-close div {
  background: url(../images/layout/chosen-sprite.png) -42px 1px no-repeat;
  margin: 5px;
  margin: 7px;
  width: 14px;
  height: 11px; }

.page-type-page .page .articleListContainer .search-choice .search-choice-close:hover div {
  background-position: -42px -10px; }

.page-type-page .page .articleListContainer .ui-helper-hidden-accessible {
  display: none; }

.page-type-page .page .articleListContainer .autocomplete_wrapper {
  clear: both; }

.page-type-page .page .articleListContainer .autocompleteArticleList {
  display: block;
  width: 100%; }

.page-type-page .page .ui-autocomplete {
  list-style: none;
  display: block;
  width: 175px;
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  background-color: #fff;
  margin: 0;
  padding: 0; }

.page-type-page .page .ui-autocomplete .ui-menu-item {
  display: block;
  padding: 0;
  margin: 0; }

.page-type-page .page .ui-autocomplete .ui-menu-item a {
  display: block;
  padding: 6px 8px;
  margin: 0;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer; }

.page-type-page .page .searchBarSuggestions > .ui-autocomplete {
  max-height: 60vh;
  -webkit-overflow-scrolling: touch; }

.page-type-page .page .ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.page-type-page .page .ms-choice {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 26px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  cursor: pointer;
  color: #444;
  text-decoration: none;
  background-color: #fff;
  font-size: 14px; }

.page-type-page .page .ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.page-type-page .page .ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px; }

.page-type-page .page .ms-choice > span.placeholder {
  color: #999;
  font-size: 14px; }

.page-type-page .page .ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
  background: url(/assets/images/layout/chosen-sprite.png) left 4px no-repeat; }

.page-type-page .page .ms-choice > div.open {
  background: url(/assets/images/layout/chosen-sprite.png) -18px 4px no-repeat; }

.page-type-page .page .ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 100000;
  background: #fff;
  color: #000;
  border: 1px solid #cdcdcd; }

.page-type-page .page .ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.page-type-page .page .ms-drop.top {
  bottom: 100%;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.page-type-page .page .ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000; }

.page-type-page .page .ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff url(/assets/images/layout/chosen-select.png) no-repeat 100% -22px;
  background: url(/assets/images/layout/chosen-select.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%); }

.page-type-page .page .ms-search,
.page-type-page .page .ms-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.page-type-page .page .ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 0; }

.page-type-page .page .ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  padding: 6px 2px 0 5px;
  border-bottom: 1px solid #eee; }

.page-type-page .page .ms-drop ul > li:hover {
  background: #e7e7e7; }

.page-type-page .page .ms-drop ul > li .disabled {
  opacity: .35;
  filter: Alpha(Opacity=35); }

.page-type-page .page .ms-drop ul > li.multiple {
  display: block;
  float: left; }

.page-type-page .page .ms-drop ul > li.group {
  clear: both; }

.page-type-page .page .ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .ms-drop ul > li label {
  font-weight: 400;
  display: block;
  white-space: nowrap;
  cursor: pointer; }

.page-type-page .page .ms-drop ul > li label.optgroup {
  font-weight: 400; }

.page-type-page .page .ms-drop input[type=checkbox] {
  margin-right: 5px; }

.page-type-page .page .ms-drop .ms-no-results {
  display: none; }

.page-type-page .page .ms-drop .selected label {
  color: #000;
  font-weight: 400; }

.page-type-page .page .hoffmann-select {
  align-items: center;
  position: relative;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  cursor: pointer;
  line-height: 38px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .hoffmann-select:hover {
  background-color: #e7e7e7;
  border: 1px solid #333; }

.page-type-page .page .hoffmann-select select,
.page-type-page .page .hoffmann-select::after {
  grid-area: select; }

.page-type-page .page .hoffmann-select:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 12px;
  height: 6px;
  background-color: #222;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  margin-right: 20px;
  position: absolute;
  top: calc(50% - 3px);
  bottom: 17px;
  right: 0; }

.page-type-page .page .hoffmann-select select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent !important;
  border: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  padding-left: 20px;
  padding-right: 46px;
  z-index: 1;
  outline: 0;
  z-index: 1; }

.page-type-page .page .hoffmann-select select::-ms-expand {
  display: none; }

.page-type-page .page .hoffmann-select select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #000;
  border-radius: inherit; }

.page-type-page .page .Magic360 {
  padding: 0 !important;
  outline: 0 !important;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0 !important;
  line-height: 100% !important;
  max-width: 100%;
  background-size: cover !important;
  background-position: top center; }

.page-type-page .page .Magic360.desktop.zoom-in {
  cursor: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/zoomin.cur), pointer; }

.page-type-page .page .Magic360 img {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto; }

.page-type-page .page .Magic360 > img {
  width: 100% !important; }

.page-type-page .page .Magic360.magic-for-ie8 > img {
  max-width: none !important; }

.page-type-page .page .Magic360.magic-for-ie7 > img,
.page-type-page .page .MagicZoom.magic-for-ie5 img {
  width: auto !important; }

.page-type-page .page .Magic360-loading-box {
  color: #000;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  line-height: 10pt;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  padding: 10px;
  margin: 0;
  width: 220px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default; }

.page-type-page .page .lt-ie9-magic .Magic360-loading-box {
  right: 0;
  left: 0;
  margin: -30px auto auto;
  background: 0 0 !important; }

.page-type-page .page .lt-ie7-magic .Magic360-loading-box {
  margin: -30px 0 0 -110px;
  left: 50%;
  right: auto; }

.page-type-page .page .Magic360-progress-text {
  max-width: 100%;
  margin-bottom: 10px; }

.page-type-page .page .Magic360-progress-bar {
  overflow: hidden;
  padding: 0;
  background: #fff;
  background-image: none;
  background: rgba(197, 197, 197, 0.6);
  border: 1px solid #fff;
  border: 1px solid rgba(204, 204, 204, 0.6);
  border-radius: 6px;
  max-width: 100%; }

.page-type-page .page .lt-ie9-magic .Magic360-progress-bar {
  background: #c5c5c5 !important; }

.page-type-page .page .Magic360-progress-bar-state {
  width: 20%;
  height: 10px;
  padding: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#fff));
  background-image: -moz-linear-gradient(top, #c5c5c5, #fff);
  background-image: -o-linear-gradient(90deg, #c5c5c5 0, #fff 100%);
  background-image: -ms-linear-gradient(90deg, #c5c5c5 0, #fff 100%);
  background-image: linear-gradient(90deg, #c5c5c5 0, #fff 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  -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); }

.page-type-page .page .ie9-magic .Magic360-progress-bar-state,
.page-type-page .page .lt-ie9-magic .Magic360-progress-bar-state {
  border-radius: 0;
  background: 0 0 !important; }

.page-type-page .page .Magic360-loading-box-fs {
  left: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.page-type-page .page .Magic360-fullscreen .Magic360-loading-box {
  background: 0 0;
  border: 0;
  font-size: 7pt;
  line-height: 8pt;
  width: 100%;
  bottom: 10px;
  padding: 0;
  margin: 0; }

.page-type-page .page .Magic360-fullscreen .Magic360-progress-text {
  line-height: 9pt;
  text-indent: 6px;
  position: absolute;
  top: 0;
  margin: 0 !important; }

.page-type-page .page .Magic360-fullscreen .Magic360-progress-bar {
  width: 70%;
  margin: 0 auto; }

.page-type-page .page .Magic360-fullscreen .Magic360-progress-bar-state {
  height: 11px;
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#fff));
  background-image: -moz-linear-gradient(top, #c5c5c5, #fff);
  background-image: -o-linear-gradient(90deg, #c5c5c5 0, #fff 100%);
  background-image: -ms-linear-gradient(90deg, #c5c5c5 0, #fff 100%);
  background-image: linear-gradient(90deg, #c5c5c5 0, #fff 100%); }

.page-type-page .page .Magic360-progress-bar-state.bar-state-unknown {
  margin-left: -10%;
  -webkit-animation: m360-progress-state 3s linear 0s infinite alternate;
  -moz-animation: m360-progress-state 3s linear 0s infinite alternate;
  -ms-animation: m360-progress-state 3s linear 0s infinite alternate;
  -o-animation: m360-progress-state 3s linear 0s infinite alternate;
  animation: m360-progress-state 3s linear 0s infinite alternate; }

.page-type-page .page .lt-ie9-magic .Magic360-fullscreen .Magic360-progress-bar-state {
  border: 1px solid #000;
  background: #c5c5c5 !important; }

.page-type-page .page .Magic360 .magnifier {
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  border-collapse: separate;
  background-color: #fff; }

.page-type-page .page .lt-ie9-magic .magnifier {
  border: 3px ridge #e7e7e7; }

.page-type-page .page .Magic360.desktop .magnifier.inner {
  cursor: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/zoomout.cur), pointer; }

.page-type-page .page .Magic360 .magnifier.circle,
.page-type-page .page .Magic360 .magnifier.square {
  cursor: none; }

.page-type-page .page .Magic360-button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  font-size: 0;
  height: 60px;
  line-height: 0;
  padding: 0;
  position: absolute;
  width: 60px; }

.page-type-page .page .desktop .Magic360-button {
  height: 40px;
  width: 40px;
  opacity: .7;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.page-type-page .page .desktop .Magic360-button:hover {
  opacity: 1 !important; }

.page-type-page .page .Magic360-button.fullscreen {
  background-image: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/buttons01.png);
  background-position: 0 0;
  top: 15px;
  right: 15px;
  z-index: 10; }

.page-type-page .page .Magic360-fullscreen .Magic360-button.fullscreen {
  display: none; }

.page-type-page .page .Magic360-button.fullscreen-exit {
  background-image: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/buttons01.png);
  background-position: -60px 0;
  right: 15px;
  top: 15px;
  z-index: 20; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .page-type-page .page .Magic360-button {
    height: 40px;
    width: 40px; }
  .page-type-page .page .Magic360-button.fullscreen {
    background-position: -120px 0; }
  .page-type-page .page .Magic360-button.fullscreen-exit {
    background-position: -160px 0; } }

.page-type-page .page .Magic360-box {
  text-align: center !important;
  max-width: 100%; }

.page-type-page .page .Magic360-box .Magic360 {
  display: inline-block !important;
  vertical-align: middle;
  max-height: 1200px;
  max-width: 1200px; }

.page-type-page .page .lt-ie7-magic .Magic360-box .Magic360 {
  width: auto !important; }

.page-type-page .page .Magic360-box.desktop .Magic360-button.fullscreen {
  background-position: -120px 0; }

.page-type-page .page .Magic360-fullscreen.desktop .Magic360-button.fullscreen-exit {
  background-position: -160px 0; }

.page-type-page .page .Magic360-fullscreen {
  background: #fff; }

.page-type-page .page .Magic360-fullscreen:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-backface-visibility: hidden !important; }

.page-type-page .page .Magic360-fullscreen:-ms-fullscreen {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important; }

.page-type-page .page .Magic360-fullscreen:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.page-type-page .page .Magic360-fullscreen .Magic360 {
  display: inline-block !important;
  vertical-align: middle; }

.page-type-page .page .Magic360-wait {
  background-image: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/loader.gif);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  cursor: default;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .6; }

.page-type-page .page .Magic360-message {
  background-color: #fff;
  background-image: none;
  border: 1px solid #aaa;
  display: block;
  font-size: 10px;
  color: #000;
  overflow: hidden;
  padding: 6px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 33%;
  left: 33%;
  z-index: 100;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  border-collapse: separate;
  border-radius: 15px; }

.page-type-page .page .Magic360-fullscreen .Magic360-message {
  font-size: 18px;
  background-color: #000;
  border-color: #ccc;
  color: #fff;
  top: 15px; }

.page-type-page .page .Magic360 .Magic360-hint {
  color: #333;
  opacity: .6;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13pt;
  line-height: 13pt;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  padding: 12px 0;
  width: 174px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c5c5c5), to(#fff));
  background-image: -moz-linear-gradient(bottom, #c5c5c5, #fff);
  background-image: -o-linear-gradient(90deg, #c5c5c5 0, #fff 100%);
  background-image: -ms-linear-gradient(90deg, #c5c5c5 0, #fff 100%);
  background-image: linear-gradient(90deg, #c5c5c5 0, #fff 100%);
  border: 1px solid #000;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  -moz-box-shadow: 0 0 4px #222;
  -webkit-box-shadow: 0 0 4px #222;
  box-shadow: 0 0 4px #222; }

.page-type-page .page .ie9-magic .Magic360-hint,
.page-type-page .page .lt-ie9-magic .Magic360-hint {
  background: #fff !important;
  box-shadow: inset 0 -18px 10px rgba(0, 0, 0, 0.12), 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3); }

.page-type-page .page .lt-ie9-magic .Magic360-hint {
  right: 0;
  left: 0;
  margin: -20px auto auto; }

.page-type-page .page .lt-ie7-magic .Magic360-hint {
  margin: -20 0 0 -87;
  left: 50%;
  right: auto; }

.page-type-page .page .Magic360 .Magic360-hint .hint-side,
.page-type-page .page .Magic360-hint-side {
  background-image: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/hint-01.png);
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  padding: 0;
  max-width: 60px; }

.page-type-page .page .Magic360 .Magic360-hint .hint-side.left {
  background-position: 0 50%;
  left: 5px; }

.page-type-page .page .Magic360 .Magic360-hint .hint-side.right {
  background-position: -60px 50%;
  right: 5px; }

.page-type-page .page .Magic360 .Magic360-hint .hint-text {
  width: 40%; }

.page-type-page .page .magic-temporary-img img {
  max-height: none !important;
  max-width: none !important; }

.page-type-page .page .hotspot-pointer {
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-repeat: no-repeat; }

.page-type-page .page .hotspot-pointer.d1 {
  background-image: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/hotspot1.png); }

.page-type-page .page .hotspot-pointer.d2 {
  background-image: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/hotspot2.png); }

.page-type-page .page .hotspot-pointer.d2 {
  background-image: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/hotspot3.png); }

.page-type-page .page .hotspot-box {
  position: absolute;
  z-index: 10000;
  padding: 20px;
  background: #fff;
  -moz-box-shadow: 0 0 2px 2px #888;
  -webkit-box-shadow: 0 0 2px 2px #888;
  box-shadow: 0 0 2px 2px #888;
  border-collapse: separate;
  border-radius: 4px; }

.page-type-page .page .hotspot-box .b-close {
  width: 24px;
  height: 24px;
  background: url(/_ui/desktop/theme-hoffmann/images/layout/magic360/hotspot-close.png) no-repeat;
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer; }

.page-type-page .page .fancybox-image,
.page-type-page .page .fancybox-inner,
.page-type-page .page .fancybox-nav,
.page-type-page .page .fancybox-nav span,
.page-type-page .page .fancybox-outer,
.page-type-page .page .fancybox-skin,
.page-type-page .page .fancybox-tmp,
.page-type-page .page .fancybox-wrap,
.page-type-page .page .fancybox-wrap iframe,
.page-type-page .page .fancybox-wrap object {
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top; }

.page-type-page .page .fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20005; }

.page-type-page .page .fancybox-opened {
  z-index: 20010; }

.page-type-page .page .fancybox-skin {
  position: relative;
  background: #fff; }

.page-type-page .page .fancybox-inner,
.page-type-page .page .fancybox-outer {
  position: relative; }

.page-type-page .page .fancybox-inner {
  overflow: hidden; }

.page-type-page .page .fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.page-type-page .page .fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.page-type-page .page .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.page-type-page .page .fancybox-image {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto; }

.page-type-page .page #fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -180px;
  z-index: 20007;
  width: 320px;
  height: 180px;
  background-color: #5c5c5c; }

.page-type-page .page #fancybox-loading div {
  width: 320px;
  height: 180px;
  background: url(/_ui/desktop/theme-hoffmann/images/spinner.svg) center center no-repeat; }

.page-type-page .page .fancybox-close {
  position: absolute;
  top: 1em;
  right: 1em;
  background-color: #fff;
  border-radius: 3px; }

.page-type-page .page .fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  -webkit-tap-highlight-color: transparent;
  z-index: 20003; }

.page-type-page .page .fancybox-prev {
  left: 0; }

.page-type-page .page .fancybox-next {
  right: 0; }

.page-type-page .page .fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  z-index: 20004;
  visibility: hidden; }

.page-type-page .page .fancybox-prev span {
  left: -60px;
  background-position: 0 -160px; }

.page-type-page .page .fancybox-next span {
  right: -60px;
  background-position: 0 -80px; }

.page-type-page .page .fancybox-nav:hover span {
  visibility: visible; }

.page-type-page .page .fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.page-type-page .page .fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.page-type-page .page .fancybox-lock body {
  overflow: hidden !important; }

.page-type-page .page .fancybox-lock-test {
  overflow-y: hidden !important; }

.page-type-page .page .fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 9999;
  background: url(/_ui/desktop/theme-hoffmann/images/fancybox_overlay.png); }

.page-type-page .page .fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.page-type-page .page .fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.page-type-page .page .fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 20000; }

.page-type-page .page .fancybox-opened .fancybox-title {
  visibility: visible; }

.page-type-page .page .fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 20000;
  text-align: center; }

.page-type-page .page .fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap; }

.page-type-page .page .fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.page-type-page .page .fancybox-title-inside-wrap {
  padding-top: 10px; }

.page-type-page .page .fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

@media (max-width: 959.98px) {
  .page-type-page .page .fancybox-wrap {
    left: 0 !important;
    right: 0;
    width: 100% !important; }
  .page-type-page .page .fancybox-inner {
    width: 100% !important; } }

.page-type-page .page .fancybox-inner .svgIcon-arrow-left {
  font-size: .65em; }

.page-type-page .page .fancybox-inner article {
  margin-top: 1em; }

.page-type-page .page .fancybox-inner {
  overflow-x: hidden !important; }

.page-type-page .page .fancybox-inner .pagecontainer {
  width: 100% !important; }

.page-type-page .page .fancybox-inner section {
  padding: 0 1em; }

.page-type-page .page .icon {
  color: #ff7000;
  font-size: 2em; }

.page-type-page .page .thumb {
  display: inline !important;
  vertical-align: baseline !important; }

.page-type-page .page .pcb_container {
  padding-left: 0; }

.page-type-page .page .pcb_container li {
  list-style: outside none none;
  padding-bottom: 16px; }

@media (max-width: 539.98px) {
  .page-type-page .page .pcb_container li {
    padding-bottom: 14px; } }

.page-type-page .page .pcb_container a {
  border: 1px solid #cdcdcd;
  display: block;
  font-size: 14px;
  padding: 9px;
  text-align: center; }

.page-type-page .page .pcb_image {
  padding-bottom: 36%;
  position: relative; }

.page-type-page .page .pcb_image_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.page-type-page .page .pcb_image_inner:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
  margin-right: -5px; }

.page-type-page .page .pcb_image_inner img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

.page-type-page .page .pcb_caption {
  padding: 9px 9px 0;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 779.98px) {
  .page-type-page .page .brandShopHeader > .pagecontainer {
    padding-left: 0;
    padding-right: 0; } }

.page-type-page .page .brandShopHeader.brandShopHeader_home {
  margin: 0 0 1em; }

.page-type-page .page .brandShopProductSlider {
  margin-top: 18px; }

@media (min-width: 960px) {
  .page-type-page .page .brandShopProductSlider {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; } }

@media print {
  .page-type-page .page .brandShopProductSlider {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; } }

.page-type-page .page .brandShopProductSlider .carousel-controls {
  display: block !important; }

.page-type-page .page .brandShopProductSlider.carousel {
  margin-bottom: 0; }

@media (max-width: 539.98px) {
  .page-type-page .page .brandShopProductSlider.carousel .row > .col {
    padding-left: 8px;
    padding-right: 8px; } }

@media (min-width: 960px) {
  .page-type-page .page .brandShopProductSlider.carousel {
    position: relative;
    padding-bottom: 28.79433%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #e7e7e7 url(/_ui/desktop/theme-hoffmann/images/logos/hoffmann-group-icon.svg) no-repeat center center;
    border-radius: 2px; }
  .page-type-page .page .brandShopProductSlider.carousel > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

.page-type-page .page .brandShopProductSlider .carousel-inner {
  margin-bottom: 0;
  padding-top: 0; }

.page-type-page .page .brandShopProductSlider .control {
  top: 50%;
  margin-top: -20px; }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .brandShopProductSlider .control {
    margin-top: -18px;
    font-size: 30px; } }

.page-type-page .page .brandShopProductSlider .carousel-controls .control-left {
  margin-left: 0;
  padding: 0 15px; }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .brandShopProductSlider .carousel-controls .control-left {
    padding: 0 8px; } }

.page-type-page .page .brandShopProductSlider .carousel-controls .control-right {
  margin-right: 0;
  padding: 0 15px; }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .brandShopProductSlider .carousel-controls .control-right {
    padding: 0 8px; } }

.page-type-page .page .brandShopProductSlider .btn-icon.btn-primary,
.page-type-page .page .brandShopProductSlider .pager-indicators > *,
.page-type-page .page .brandShopProductSlider .pager-indicators > .active {
  -webkit-transition: .1s ease-in-out all;
  -o-transition: .1s ease-in-out all;
  transition: .1s ease-in-out all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .25; }

.page-type-page .page .brandShopProductSlider .btn-icon.btn-primary:hover,
.page-type-page .page .brandShopProductSlider .pager-indicators > .active:hover,
.page-type-page .page .brandShopProductSlider .pager-indicators > :hover {
  opacity: 1; }

.page-type-page .page .brandShopProductSlider .pager-indicators > .active {
  opacity: 1 !important; }

.page-type-page .page .brandShopProductSlider .ps_darkImage .btn-icon.btn-primary {
  color: #fff; }

.page-type-page .page .brandShopProductSlider .ps_darkImage .pager-indicators > .active,
.page-type-page .page .brandShopProductSlider .ps_darkImage .pager-indicators > a {
  background-color: #fff; }

.page-type-page .page .brandShopProductSlider .ps_brightImage .btn-icon.btn-primary {
  color: #000; }

.page-type-page .page .brandShopProductSlider .ps_brightImage .pager-indicators > .active,
.page-type-page .page .brandShopProductSlider .ps_brightImage .pager-indicators > a {
  background-color: #000; }

.page-type-page .page .brandshop_productslide {
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.page-type-page .page .brandshop_productslide .ps_inner {
  position: absolute;
  top: 70px;
  left: 85px;
  width: 510px; }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .brandshop_productslide .ps_inner {
    top: 35px;
    left: 40px; } }

.page-type-page .page .brandshop_productslide .pager-indicators {
  text-align: center;
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0; }

.page-type-page .page .brandshop_productslide .ps_headline {
  font-size: 36px;
  line-height: 1.22222; }

.page-type-page .page .brandshop_productslide .ps_subheadline {
  font-size: 20px;
  line-height: 1.5;
  padding: 6px 0;
  width: 445px; }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .brandshop_productslide .ps_subheadline {
    width: 380px; } }

.page-type-page .page .brandshop_productslide.ci_holex .ps_headline {
  font-weight: 400;
  text-transform: none; }

.page-type-page .page .brandshop_productslide.ci_holex .ps_subheadline {
  font-weight: 400;
  text-transform: none; }

.page-type-page .page .brandshop_productslide .ps_imageContainer {
  overflow: hidden; }

.page-type-page .page .brandshop_productslide .ps_button {
  position: absolute;
  top: 235px;
  left: 85px;
  -webkit-transition: .1s ease-in-out all;
  -o-transition: .1s ease-in-out all;
  transition: .1s ease-in-out all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-width: 1px;
  border-style: solid;
  padding: 7px 24px;
  font-size: 14px;
  color: #000; }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .brandshop_productslide .ps_button {
    top: 195px;
    left: 40px; } }

.page-type-page .page .brandshop_productslide .ps_button.active,
.page-type-page .page .brandshop_productslide .ps_button:active,
.page-type-page .page .brandshop_productslide .ps_button:hover {
  background-color: #ff7001;
  border-color: #ff7001 !important;
  color: #fff; }

.page-type-page .page .brandshop_productslide .ps_button .svgIcon-arrow-right {
  font-size: .75em;
  font-weight: 400;
  padding-left: 4px; }

.page-type-page .page .no-csstransforms .brandshop_productslide .ps_button.active,
.page-type-page .page .no-csstransforms .brandshop_productslide .ps_button:active {
  outline: 0;
  background-image: none;
  position: relative;
  top: 1px;
  left: 1px; }

.page-type-page .page .csstransforms .brandshop_productslide .ps_button:active {
  outline: 0;
  background-image: none;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95); }

.page-type-page .page .brandshop_productslide img {
  width: 100%;
  height: auto; }

@media (min-width: 960px) {
  .page-type-page .page .brandshop_productslide.ps_darkImage {
    color: #fff; }
  .page-type-page .page .brandshop_productslide.ps_darkImage .ps_button {
    border-color: #fff;
    color: #fff; } }

@media (max-width: 959.98px) {
  .page-type-page .page .brandshop_productslide .ps_inner {
    position: static;
    background-color: #f9f9f9;
    padding: 8px 12px;
    margin: 0 0 24px;
    width: auto; }
  .page-type-page .page .brandshop_productslide .ps_subheadline {
    width: auto; } }

@media (max-width: 959.98px) and (max-width: 959.98px) {
  .page-type-page .page .brandshop_productslide .ps_headline.active,
  .page-type-page .page .brandshop_productslide .ps_headline:active,
  .page-type-page .page .brandshop_productslide .ps_headline:hover {
    color: #ff7001;
    -webkit-transition: .1s ease-in-out all;
    -o-transition: .1s ease-in-out all;
    transition: .1s ease-in-out all;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; } }

@media (max-width: 959.98px) {
  .page-type-page .page .brandshop_productslide .ps_button {
    display: none; }
  .page-type-page .page .brandshop_productslide .ps_imageContainer .ps_ic_inner {
    margin-left: -50%; } }

@media (max-width: 959.98px) {
  .page-type-page .page .brandshop_productslide .ps_headline {
    font-size: 24px;
    line-height: 1.33333; } }

@media (max-width: 959.98px) {
  .page-type-page .page .brandShopProductSlider .ps_imageContainer,
  .page-type-page .page .brandShopProductSlider .ps_inner {
    margin: 0 -2px; }
  .page-type-page .page .brandShopHeader {
    background: none repeat scroll #f9f9f9; } }

.page-type-page .page html.touchevents .brandShopProductSlider .vs_left,
.page-type-page .page html.touchevents .brandShopProductSlider .vs_right {
  display: none; }

.page-type-page .page .btn-remove-discount {
  font-size: 11px;
  line-height: 2;
  margin-right: .5em; }

.page-type-page .page .btn-to-checkout-with-ids {
  line-height: 1.42857;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.page-type-page .page .text-big {
  font-size: 20px; }

.page-type-page .page .cartErrorMessage {
  margin-top: 20px; }

.page-type-page .page .dropdown-headline {
  font-size: 14px;
  line-height: 1.42857;
  color: #333; }

.page-type-page .page .cart-top-handles {
  margin-bottom: 20px; }

.page-type-page .page .cart_costcenter_selector {
  width: 100%;
  height: 40px; }

.page-type-page .page .costCenter.has-error .hoffmann-select {
  background-color: #f4cfd5;
  border-color: #c7102d; }

.page-type-page .page .cart_costcenter_forentry .cost-center-error-message {
  display: block;
  color: #c7102d; }

.page-type-page .page .cart_costcenter_forentry .cost-center-info-message {
  display: block;
  color: #31708f;
  font-weight: 700; }

.page-type-page .page .service-label-comment {
  position: relative; }

@media (max-width: 779.98px) {
  .page-type-page .page .service-label-comment {
    margin-bottom: 10px; } }

.page-type-page .page .service-label-comment svg {
  fill: #cdcdcd; }

.page-type-page .page .service-label-comment .info-popup-trigger:checked ~ label svg {
  fill: #000; }

.page-type-page .page .service-label-comment .info-popup-trigger ~ label:hover svg {
  fill: #000; }

.page-type-page .page .service-label-comment .info-popup-wrapper {
  position: absolute;
  right: .5rem;
  top: 3px; }

.page-type-page .page .service-label-comment .info-popup-wrapper .info-popup {
  border: none; }

.page-type-page .page .service-label-comment .info-popup-wrapper .info-popup .info-popup-content {
  left: -140px;
  top: 25px; }

.page-type-page .page .service-label-comment .info-popup-wrapper .info-popup .info-popup-content:after {
  border: none; }

.page-type-page .page .service-label-comment .info-popup-wrapper label {
  margin-bottom: 0; }

.page-type-page .page .order-entry-comment .info-popup-trigger:checked ~ label svg {
  fill: #000; }

.page-type-page .page .order-entry-comment .info-popup-trigger ~ label:hover svg {
  fill: #000; }

.page-type-page .page .order-entry-comment .info-popup-wrapper {
  position: absolute;
  right: .5rem; }

.page-type-page .page .order-entry-comment .info-popup-wrapper label {
  margin-bottom: 0; }

.page-type-page .page .order-entry-comment .info-popup-content {
  top: 25px;
  left: -140px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .order-entry-comment .info-popup-content {
    left: -260px; } }

.page-type-page .page .order-entry-comment .info-popup-content:after {
  display: none; }

.page-type-page .page .order-entry-comment .info-popup-content b {
  display: block;
  margin-bottom: 5px; }

.page-type-page .page .order-entry-comment .info-popup-content svg {
  width: 25px;
  height: 25px; }

@media print {
  .page-type-page .page .page-cartPage .holyGrail {
    display: block !important; }
  .page-type-page .page .page-cartPage #header_tc_privacy,
  .page-type-page .page .page-cartPage .alertContainer,
  .page-type-page .page .page-cartPage .buttons-costcenter-container,
  .page-type-page .page .page-cartPage .checkoutbutton,
  .page-type-page .page .page-cartPage .continue-shopping,
  .page-type-page .page .page-cartPage .couponContainer,
  .page-type-page .page .page-cartPage .directbuy,
  .page-type-page .page .page-cartPage .errormessages,
  .page-type-page .page .page-cartPage .globalMessages,
  .page-type-page .page .page-cartPage .page-header,
  .page-type-page .page .page-cartPage .removeProductButtonForm,
  .page-type-page .page .page-cartPage .stockamountControl,
  .page-type-page .page .page-cartPage footer {
    display: none; }
  .page-type-page .page .page-cartPage div[id^=userlike-] iframe {
    display: none !important; }
  .page-type-page .page body,
  .page-type-page .page html {
    height: 100%; } }

.page-type-page .page .directbuycontainer {
  width: 710px;
  position: relative;
  display: block;
  left: 0;
  top: -24px; }

@media (max-width: 959.98px) {
  .page-type-page .page .directbuycontainer {
    width: auto; } }

.page-type-page .page .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.page-type-page .page .directAddHeader-popup {
  width: 330px;
  padding: 15px;
  position: absolute;
  top: calc(100% + 6px);
  border: 1px solid #cdcdcd;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 501; }

.page-type-page .page .directAddHeader-popup:after,
.page-type-page .page .directAddHeader-popup:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  transform: translateX(-50%); }

.page-type-page .page .directAddHeader-popup:before {
  top: -.5rem;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.page-type-page .page .directAddHeader-popup:after {
  top: calc(-.5rem + 1px);
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff; }

.page-type-page .page .directAddHeader-popup .panel {
  padding: 0;
  margin: 0;
  background: #fff; }

.page-type-page .page .directAddHeader-popup .not-really-necessary-message {
  display: none; }

.page-type-page .page .directAddHeader-popup .directbuy {
  margin-top: 0; }

.page-type-page .page .directAddHeader-popup .directbuytitel {
  display: none; }

.page-type-page .page .directAddHeader-popup .fast-product-search__action-section,
.page-type-page .page .directAddHeader-popup .fast-product-search__search-section {
  width: 100%; }

.page-type-page .page .directAddHeader-popup .fast-product-search__quantity-select,
.page-type-page .page .directAddHeader-popup .orderform-link {
  margin-top: 10px; }

.page-type-page .page .directAddHeader-popup .fast-product-search__quantity-selector,
.page-type-page .page .directAddHeader-popup .fast-product-search__submit {
  width: 50%; }

.page-type-page .page .directAddHeader-popup .fast-product-search__cost-center {
  width: 100%;
  margin-bottom: 10px; }

.page-type-page .page .fast-product-search {
  margin-top: 5px; }

@media (max-width: 780px) {
  .page-type-page .page .fast-product-search__action-section .nocostcenter {
    margin-top: 10px; } }

@media (max-width: 959.98px) {
  .page-type-page .page .fast-product-search__action-section .costcenter {
    margin-top: 10px; } }

@media (min-width: 780px) {
  .page-type-page .page .fast-product-search {
    display: flex;
    flex-wrap: wrap; }
  .page-type-page .page .fast-product-search__message {
    order: 1; } }

@media (max-width: 959.98px) {
  .page-type-page .page .fast-product-search .fast-product-search__pdp-link,
  .page-type-page .page .fast-product-search .fast-product-search__reset {
    margin-top: 10px; } }

.page-type-page .page .fast-product-search__message {
  padding-top: 5px;
  padding-bottom: 10px; }

@media (max-width: 539.98px) {
  .page-type-page .page .fast-product-search__quantity-selector .costcenter,
  .page-type-page .page .fast-product-search__submit .costcenter {
    margin-top: 10px; } }

.page-type-page .page .fast-product-search .custom-select {
  background-position: calc(100% - 5px) center;
  padding: 8px 30px 8px 10px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.page-type-page .page .fast-product-search select {
  background-color: #fff;
  font-size: 14px; }

.page-type-page .page .fast-product-search .found-products-title {
  padding: 14px 16px 0; }

.page-type-page .page .infobox {
  display: none;
  margin-top: 1px; }

.page-type-page .page .infobox.active {
  display: block;
  z-index: 5; }

.page-type-page .page .infobox a:hover {
  color: inherit; }

.page-type-page .page .infobox .underline:hover {
  text-decoration: underline; }

.page-type-page .page .infoboxCloseButton {
  color: #b3b3b3;
  display: none; }

.page-type-page .page #globalMessages.searchSuggestion {
  padding: 0; }

.page-type-page .page .global-message-font {
  font-size: 14px;
  line-height: 1.42857;
  display: flex;
  align-items: center;
  padding: 8px 10px !important; }

.page-type-page .page .sTop h1.sHeadline {
  font-size: 24px;
  line-height: 1.33333; }

.page-type-page .page .sTop p.sContent {
  font-size: 14px;
  margin: 1em 0 0; }

.page-type-page .page a.backToTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  background-color: #c1c1c1;
  border-radius: 2px;
  color: #fff;
  width: 40px;
  height: 40px;
  z-index: 500; }

.page-type-page .page a.backToTop[data-show-new-pdp=true] {
  bottom: 110px; }

.page-type-page .page .catListContainer {
  position: relative;
  font-size: 14px; }

.page-type-page .page .catListContainer .amount {
  margin-left: -9px; }

.page-type-page .page .catListContainer section:last-child {
  margin-bottom: 1em; }

.page-type-page .page .catListContainer section h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 24px 0 4px; }

.page-type-page .page .catListContainer section h3 a {
  color: #ff7000; }

.page-type-page .page .catListContainer section ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px; }

.page-type-page .page .catListContainer section ul li {
  padding: 4px 0 0;
  font-size: 14px; }

.page-type-page .page .isInFullScreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: auto !important;
  z-index: 10000 !important; }

.page-type-page .page .mSCaption {
  position: absolute;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.page-type-page .page .mSCaption.mSMedia {
  z-index: 100000; }

.page-type-page .page .mightySlider,
.page-type-page .page .mightySlider *,
.page-type-page .page .mightySlider :after,
.page-type-page .page .mightySlider :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.page-type-page .page .mSCoverImage,
.page-type-page .page .mSLayerCoverImage {
  max-width: none; }

.page-type-page .page .mSCover,
.page-type-page .page .mSLayerCover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat; }

.page-type-page .page .mSLayerCoverImage {
  width: 100%;
  height: 100%; }

.page-type-page .page .mSLayerContainer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000; }

.page-type-page .page .mSSlide {
  position: relative; }

.page-type-page .page .mSLoader ~ .mSIcon {
  display: none !important; }

.page-type-page .page .mightySlider .mSClose {
  width: 22px;
  height: 22px;
  background: no-repeat center url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbJJREFUeNrk2b1ugzAQAGAckf4oE2mz5B2aN+rQp0CiL9qhEuwdOlYlkcgdAuq02Dnbh+FUSyciTOALsY3xqeSnpBC3EN8QpyRSaZrGWKeUWsPmBqKG447tvq4OK3basV8Qn3OBAYqbLcSdtvsD0SsdW5blc57nD/DxHiKjXjAkbNiiKB6rqnrpqnZQh60g2UDsoeIVTtDUdf0G6CfcR0GHgkfwiN0D9oAWNMGNzDvPpm8OFwe4oJmx2RVLavxVVDQ3Fq9pMvxuQl7oWFhTB91SvsgMJmNNQ2Dmgo6JtY3ZZHRMrA3sfcIpsdfA5J4bC0sBs6I5/jVqCUZzNTGX4o3m7A+uxRnN3Xl9Chk9xUjjWygQ9hEmBExBs2NDwVb0FFgOsAn9jsGNZQGPdK4W2sM5sRir5B8WUU1CVKcTNayJenCIejSLmvyIml6KmsCLekUS9RIq6jVf1EKKqKUqJ+zci4HO2DmXW72wcy1op77YqVIGFst6SMpg4mMhSZk/aEwY6UmZtJ+/YoULlhs8htYySO0dXnJiMevyhReJRaXtGNKkEMeFpG6HdDIc16aTzwIMAHF0+z5nKTeiAAAAAElFTkSuQmCC);
  background-size: 22px 22px;
  cursor: pointer;
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
  opacity: 0;
  -webkit-transition: all 135ms linear;
  transition: all 135ms linear; }

.page-type-page .page .mightySlider:hover .mSClose {
  opacity: 1; }

.page-type-page .page .mightySlider.isTouch .mSClose {
  position: relative !important;
  margin-top: -26px;
  width: 100% !important;
  height: 26px !important;
  background-color: #000;
  text-align: center;
  top: auto;
  right: auto; }

.page-type-page .page .mightySlider.isTouch .mSClose:after {
  content: "                 CLOSE";
  color: #fff;
  font-size: 14px;
  line-height: 26px; }

.page-type-page .page .mightySlider.isTouch .mSMedia.mSCaption .mSLayerContainer,
.page-type-page .page .mightySlider.isTouch.mSMedia .mSSlide {
  padding-top: 26px; }

.page-type-page .page #fullWidth {
  overflow: hidden;
  margin-bottom: 2.5em;
  margin-top: 0; }

.page-type-page .page #fullWidth .mSButtons {
  height: 100%;
  width: 7em; }

.page-type-page .page #fullWidth .frame {
  width: 100%;
  height: 100%; }

.page-type-page .page #fullWidth .frame .slide_element {
  height: 100%; }

.page-type-page .page #fullWidth .frame .slide_element > div {
  float: left;
  height: 100%;
  overflow: hidden; }

.page-type-page .page #fullWidth .frame .mSCover img {
  max-width: none; }

.page-type-page .page .mightySlider {
  width: 100%;
  height: 470px; }

@media (max-width: 959.98px) {
  .page-type-page .page .mightySlider {
    width: 100%;
    height: 400px; } }

@media (max-width: 1000px) {
  .page-type-page .page .mightySlider {
    width: 100%;
    height: 330px; } }

@media (max-width: 840px) {
  .page-type-page .page .mightySlider {
    width: 100%;
    height: 250px; }
  .page-type-page .page ul.mSPages {
    display: none !important; } }

@media (max-width: 650px) {
  .page-type-page .page .mightySlider {
    width: 100%;
    height: 200px; } }

.page-type-page .page .locations-table {
  display: none; }

.page-type-page .page .locations-table.is-loaded {
  display: block; }

.page-type-page .page .location__wrapper {
  border-top: 1px solid #cdcdcd;
  cursor: pointer; }

.page-type-page .page .location__wrapper:last-child {
  border-bottom: 1px solid #cdcdcd; }

.page-type-page .page .location__wrapper.is-active .countryDepartment {
  display: block; }

.page-type-page .page .location__wrapper .countryParent {
  line-height: 56px; }

.page-type-page .page .location__wrapper .countryParent .countryandaddress {
  font-size: 20px;
  font-weight: 400;
  padding-left: 55px;
  color: #ff7000; }

.page-type-page .page .location__wrapper .countryParent span i {
  color: #cdcdcd;
  font-size: 26px;
  position: relative;
  top: 6px;
  padding-left: 18px; }

.page-type-page .page .location__wrapper .countryDepartment {
  display: none;
  padding-left: 103px;
  font-size: 16px; }

.page-type-page .page .location__wrapper .countryDepartment:last-of-type {
  padding-bottom: 18px; }

.page-type-page .page .js-locations-table__controls {
  margin-bottom: 10px;
  color: #ff7000; }

.page-type-page .page .js-locations-table__controls .js-locations-table-link:hover {
  text-decoration: underline; }

.page-type-page .page .js-locations-table__controls a {
  color: #ff7000;
  font-size: 14px; }

.page-type-page .page .popup-container {
  position: relative; }

.page-type-page .page .popup-container .popup {
  width: 400px;
  position: absolute;
  right: -1000px;
  top: 10px;
  margin-top: 0;
  z-index: 500; }

.page-type-page .page .popup-container .popup .link-primary {
  text-decoration: underline; }

.page-type-page .page .popup-container .popup.in-transition {
  right: 0;
  -webkit-transition: right 0.3s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: right 0.3s cubic-bezier(0, 0, 0.3, 1);
  transition: right 0.3s cubic-bezier(0, 0, 0.3, 1); }

.page-type-page .page .popup-container .popup.is-closing {
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out; }

.page-type-page .page .popup-container .popup .popup_content {
  padding: 2px 36px 2px 14px; }

.page-type-page .page .popup-container .popup .popup_close {
  position: absolute;
  top: 16px;
  right: 12px;
  cursor: pointer; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .popup-container .popup {
    width: 80%; } }

.page-type-page .page .info-popup-wrapper {
  vertical-align: top;
  display: inline-block;
  position: relative; }

.page-type-page .page .info-popup {
  margin-top: 7px; }

.page-type-page .page .info-popup label:hover {
  cursor: pointer; }

.page-type-page .page .info-popup .svgIcon-circle-info {
  color: #ff7000; }

.page-type-page .page .info-popup-trigger {
  width: 1px;
  height: 1px;
  visibility: hidden; }

.page-type-page .page .info-popup-wrapper:not(.open-on-left) .info-popup-content:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px; }

.page-type-page .page .info-popup-wrapper:not(.open-on-left) .info-popup-content:before {
  border-color: rgba(158, 158, 158, 0);
  border-right-color: #cdcdcd;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-width: 14px;
  margin-top: -11px; }

.page-type-page .page .info-popup-content {
  display: none;
  position: absolute;
  z-index: 200;
  background-color: #fff;
  left: calc(100% + 20px);
  top: -30px;
  border: 1px solid #cdcdcd;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  width: 300px;
  padding: 15px; }

.page-type-page .page .info-popup-content b {
  font-size: 16px;
  margin-bottom: 10px; }

.page-type-page .page .info-popup-content p {
  font-size: 14px;
  margin-bottom: 0; }

.page-type-page .page .info-popup-content.show {
  display: block; }

.page-type-page .page .info-popup-content_400 {
  width: 400px; }

.page-type-page .page .list-format {
  padding-left: 12px;
  font-size: 14px; }

.page-type-page .page .header-text-format {
  font-size: 14px;
  font-weight: 700; }

.page-type-page .page .span-text-inline-block {
  position: relative;
  display: inline-block; }

.page-type-page .page .info-popup-trigger:checked ~ .info-popup-content {
  display: block; }

.page-type-page .page .info-popup-wrapper.open-on-left .info-popup-content {
  right: calc(100% + 20px);
  left: initial; }

.page-type-page .page .info-popup-wrapper.open-on-left .info-popup-content:after,
.page-type-page .page .info-popup-wrapper.open-on-left .info-popup-content:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  visibility: visible; }

.page-type-page .page .info-popup-wrapper.open-on-left .info-popup-content:after {
  border-width: 12px;
  border-left-color: #fff;
  right: -24px;
  top: 16px; }

.page-type-page .page .info-popup-wrapper.open-on-left .info-popup-content:before {
  border-width: 14px;
  border-left-color: #b3b3b3;
  right: -28px;
  top: 14px; }

.page-type-page .page .panel {
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
  background: #f2f2f2;
  color: #333;
  border-radius: 3px; }

.page-type-page .page .panel .panel-heading {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 700;
  margin-bottom: 10px; }

.page-type-page .page .panel .panel-body {
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 3px; }

.page-type-page .page .panel--large {
  padding: 20px; }

.page-type-page .page .oxomi {
  margin: 0 -20px; }

.page-type-page .page .oxomi .oxomi-floater {
  width: 50%;
  height: auto !important;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px; }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .oxomi .oxomi-floater {
    width: 50%; } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .oxomi .oxomi-floater {
    width: 100%; } }

.page-type-page .page .oxomi .oxomi-catalog-wrapper {
  position: relative; }

.page-type-page .page .oxomi .oxomi-catalog {
  width: auto;
  height: 100%;
  margin-right: auto; }

.page-type-page .page .oxomi .oxomi-catalog-title {
  font-size: 14px; }

.page-type-page .page .oxomi .oxomi-vertical-transformer img:first-of-type {
  top: auto;
  transform: none; }

.page-type-page .page .oxomi .oxomi-width-slave {
  width: auto; }

.page-type-page .page #oxomi-overlay-background {
  z-index: 99999999999; }

.page-type-page .page .preview-cart_sidePanel .sidePanelBody {
  padding: 0; }

.page-type-page .page .cart-preview {
  display: flex;
  height: 100%;
  min-height: 100%;
  flex-direction: column; }

.page-type-page .page .cart-preview .cart-preview_top {
  flex: none;
  width: 100%;
  padding: 0 20px 20px; }

.page-type-page .page .cart-preview .cart-preview_top p {
  word-wrap: break-word;
  word-break: break-all; }

.page-type-page .page .cart-preview .cart-preview-data {
  flex: 8;
  overflow-y: auto; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem.is-a-service .cartListerItem_productDataContainer {
  margin-left: 50px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem {
  border-top: 1px solid #cdcdcd;
  margin-bottom: 10px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-item {
  padding: 10px 20px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem.is-a-service {
  margin-left: 70px;
  padding-left: 0; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem.is-a-service .cart-item {
  padding-left: 0; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem.is-a-service .cartListerItem_priceAndQuantityContainer {
  padding-left: 0; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem.is-a-service .cartListerItem_productDataContainer {
  margin-left: 0; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper {
  background: #f5f5f5;
  position: relative;
  margin-bottom: -10px;
  margin-top: -4px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f5f5f5;
  border-top: 15px solid transparent;
  left: 32px;
  top: -23px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-button {
  line-height: 40px;
  margin-left: 70px;
  color: #ff7000;
  border-bottom: 1px solid #ff7000;
  cursor: pointer; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .accessories-close {
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
  color: #d8d8d8;
  z-index: 10; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list {
  line-height: 20px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin: -40px auto 0; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider ul {
  position: relative;
  padding: 0;
  list-style: none;
  margin-left: 54px;
  margin-right: 54px;
  margin-top: 19px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider ul li {
  position: relative;
  height: 171px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider ul li .accessory-item {
  display: flex;
  height: 80px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider ul li .accessory-item .cartListerItem_imageContainer {
  width: 78px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider ul li .accessory-item .cartListerItem_productDataContainer {
  width: calc(100% - 88px); }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider ul li .accessory-item .accessories-details {
  width: 77%; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider ul li .accessory-item .accessories-price {
  width: 23%;
  position: relative; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider ul li .accessory-item .accessories-price .productListerItemPrice_Container {
  position: absolute;
  bottom: 26px;
  right: 0;
  font-size: 10px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider ul li .accessory-item .accessories-price .productListerItemPrice_Container .main-price {
  font-size: 16px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider ul li .addToCartContainer {
  height: 40px;
  margin-top: 9px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider .addToCartContainer .quantity-selector {
  height: 40px;
  width: 200px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider .addToCartContainer .productListerItemAddToCart_addToCart button {
  height: 40px;
  width: 207px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider a.control_next,
.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider a.control_prev {
  position: absolute;
  top: 76px;
  z-index: 999;
  cursor: pointer;
  color: #d8d8d8; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider a.control_prev {
  left: 12px;
  padding-top: 2px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cart-accessories-wrapper .cart-accessories-list .accessories-slider a.control_next {
  right: 12px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cartListerItem_imageContainer {
  width: 40px;
  float: left;
  margin-right: 10px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cartListerItem_imageContainer .list-products-image {
  width: 100%; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cartListerItem_productDataContainer {
  width: calc(100% - 50px);
  float: left; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cartListerItem_productDataContainer p {
  margin-bottom: 0; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cartListerItem_quantityContainer {
  align-items: center;
  display: flex;
  margin-bottom: 6px;
  margin-top: 5px; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cartListerItem_quantityContainer:last-child {
  margin-bottom: 0; }

.page-type-page .page .cart-preview .cart-preview-data .cartListerItem .cartListerItem_quantityContainer .list-products-btn-remove {
  align-items: center; }

.page-type-page .page .cart-preview .cart-preview-data .price .main-price {
  word-wrap: break-word; }

.page-type-page .page .cart-preview .cart-preview_bottom {
  flex: none;
  width: 100%;
  background-color: #f5f5f5; }

.page-type-page .page .cart-preview .cart-preview_bottom .preview-container {
  padding: 20px 20px; }

.page-type-page .page .cart-preview .cart-preview_bottom .price {
  float: right; }

.page-type-page .page .cart-preview .btn + .btn {
  margin: 0; }

.page-type-page .page .cart-preview .btn {
  width: 100%;
  margin-bottom: 10px; }

.page-type-page .page .cart-preview .loadingSpinner {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: .7;
  background-color: #fff;
  z-index: 20020; }

.page-type-page .page .cart-preview .loadingSpinner svg {
  z-index: 20021; }

.page-type-page .page .cart-preview .cartListerItem_priceAndQuantityContainer {
  margin-top: 5px;
  padding-left: 50px; }

.page-type-page .page .cart-preview .cartListerItem_priceAndQuantityContainer .updateQuantityForm {
  flex: 0 1 200px; }

.page-type-page .page .cart-preview .cartListerItem_priceAndQuantityContainer .updateQuantityForm label {
  margin-top: 0; }

.page-type-page .page .cart-preview .cartListerItem_priceAndQuantityContainer .price {
  flex: 1 1 auto;
  text-align: right;
  white-space: nowrap; }

.page-type-page .page .cart-preview .cartListerItem_priceAndQuantityContainer .cartListerItem_quantityContainer .input-group {
  margin-bottom: 0; }

.page-type-page .page .cart-preview .delete-article-btn {
  display: flex;
  background-color: transparent;
  border: none;
  padding-left: 0; }

.page-type-page .page .cart-preview .delete-article-btn .delete-article-btn-text {
  padding-left: 5px; }

.page-type-page .page .cart-preview .delete-article-btn .delete-article-btn-text :hover {
  color: #ff7000; }

.page-type-page .page .cart-preview .delete-article-btn .svgIcon-delete {
  color: #cdcdcd; }

.page-type-page .page .inputSummarySection {
  position: relative;
  max-height: 35px;
  overflow: hidden;
  font-size: 14px;
  opacity: .2; }

.page-type-page .page .inputSummarySection.expanded {
  max-height: none;
  overflow: visible;
  opacity: 1; }

.page-type-page .page .inputSummarySection.eShopSettings {
  max-height: none;
  opacity: 1;
  overflow: visible;
  position: relative; }

.page-type-page .page .inputSummarySection.eShopSettings .info-popup-content {
  top: 42px; }

.page-type-page .page .inputSummarySection.eShopSettings .info-popup-content:after {
  border: none; }

.page-type-page .page .inputSummarySection.eShopSettings .info-popup-content b {
  display: block;
  margin-bottom: 5px; }

.page-type-page .page .inputSummarySection.eShopSettings .info-popup-content svg {
  width: 25px;
  height: 25px; }

.page-type-page .page .inputSummarySection.eShopSettings .autoOrderNumberInput {
  margin-bottom: 10px; }

.page-type-page .page .inputSummarySection .editSummary {
  position: absolute;
  right: 10px;
  top: 0;
  text-decoration: underline; }

.page-type-page .page .inputSummarySection .vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.page-type-page .page .inputSummarySection .svgIcon-circle-check {
  margin-left: 10px;
  fill: #49ab1d; }

.page-type-page .page .inputSummarySection .summarySection p {
  margin-bottom: 0; }

.page-type-page .page .inputSummarySection .btn.btn-primary.disabled.errorMessage {
  color: #c7102d;
  cursor: pointer;
  opacity: 1;
  background-color: #f4cfd5;
  border-color: #c7102d; }

.page-type-page .page .inputSummarySection .disabled {
  cursor: auto;
  pointer-events: auto; }

.page-type-page .page .inputSummarySection button {
  display: block;
  width: 100%; }

.page-type-page .page .inputSummarySection button:not(.disabled) .tooltip-container {
  display: none !important; }

.page-type-page .page .inputSummarySection button.submit-form-button {
  padding: 0;
  margin: 0;
  border: 0;
  background: 0 0;
  width: auto;
  display: inline-block; }

.page-type-page .page .inputSummarySection .summarySection .separator + .separator:before {
  content: ", "; }

.page-type-page .page .inputSummarySection .inputSummarySectionButton button {
  display: inline-block; }

.page-type-page .page .inputSummarySection .inputSummarySectionButton button label {
  padding: 0;
  margin: 0; }

@media (max-width: 959.98px) {
  .page-type-page .page .inputSummarySection .inputSummarySectionButton button.continueButton {
    margin-bottom: 20px; } }

.page-type-page .page .inputSummarySection .inputSection {
  position: relative; }

.page-type-page .page .inputSummarySection .inputSection #companyDetailsSpinner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1; }

.page-type-page .page .inputSummarySection .inputSection #companyDetailsSpinner svg {
  left: calc(50% - 32px);
  position: absolute;
  top: calc(50% - 32px);
  fill: #fff; }

.page-type-page .page .inputSummarySection .inputSection select {
  background-color: #fff;
  width: 100%; }

.page-type-page .page .inputSummarySection .inputSection select[disabled] {
  background-color: #e7e7e7;
  border: 1px solid #cdcdcd;
  opacity: 1;
  appearance: none;
  cursor: not-allowed; }

.page-type-page .page .inputSummarySection .inputSection label[for="register.b2b.createSeparateDeliveryAddress"] {
  display: inline-block;
  cursor: pointer; }

.page-type-page .page .inputSummarySection svg {
  fill: #cdcdcd; }

.page-type-page .page .inputSummarySection .info-popup-trigger:checked ~ label svg {
  fill: #000; }

.page-type-page .page .inputSummarySection .info-popup-trigger ~ label:hover svg {
  fill: #000; }

.page-type-page .page .inputSummarySection .info-popup-wrapper {
  position: absolute;
  right: .5rem;
  top: 3px; }

.page-type-page .page .inputSummarySection .info-popup-wrapper label {
  margin-bottom: 0; }

.page-type-page .page .inputSummarySection .form_field-input {
  position: relative; }

.page-type-page .page .inputSummarySection .info-popup-content {
  left: -275px;
  top: 42px; }

.page-type-page .page .inputSummarySection .info-popup-content:after {
  border: none; }

.page-type-page .page .inputSummarySection .info-popup-content b {
  display: block;
  margin-bottom: 5px; }

.page-type-page .page .inputSummarySection .compound-input.input-error {
  background-color: #f4cfd5;
  border: 1px solid #c7102d; }

.page-type-page .page .inputSummarySection .section-header {
  padding-bottom: 20px;
  width: 60%;
  font-weight: 700; }

.page-type-page .page .inputSummarySection label {
  font-size: 14px;
  display: flex; }

@media (max-width: 959.98px) {
  .page-type-page .page .inputSummarySection .reverseOrderOnMobile {
    display: flex;
    flex-direction: column-reverse; } }

@media (min-width: 960px) {
  .page-type-page .page .inputSummarySection .reverseOrderForSummary {
    display: flex;
    flex-direction: row-reverse; } }

.page-type-page .page .inputSummarySection .showWhenLoginDataChecked {
  display: none; }

.page-type-page .page .inputSummarySection .messageBanner {
  display: flex;
  position: relative;
  border: 1px solid #cdcdcd;
  background-color: #f5f5f5;
  padding: 20px;
  margin: 20px 0; }

.page-type-page .page .inputSummarySection .messageBanner .image {
  display: inline-block;
  width: 68px;
  float: left;
  align-self: center;
  margin-right: 20px; }

.page-type-page .page .inputSummarySection .messageBanner .image .svgIcon-circle-info {
  fill: #ff7000; }

.page-type-page .page .inputSummarySection .messageBanner .text {
  display: inline-block;
  width: calc(100% - 80px);
  float: left; }

.page-type-page .page .inputSummarySection .messageBanner .text .header {
  font-weight: 700; }

.page-type-page .page .inputSummarySection .messageBanner .text ul {
  list-style: decimal;
  margin: 0;
  padding-left: 15px; }

.page-type-page .page .inputSummarySection .width100 {
  width: 100%; }

.page-type-page .page .needHelpBox {
  background-color: #f5f5f5; }

@media (max-width: 959.98px) {
  .page-type-page .page .needHelpBox {
    font-size: 14px; } }

.page-type-page .page .needHelpBox .helpBoxHeader,
.page-type-page .page .needHelpBox .phoneNumber {
  font-size: 24px; }

@media (max-width: 959.98px) {
  .page-type-page .page .needHelpBox .helpBoxHeader,
  .page-type-page .page .needHelpBox .phoneNumber {
    font-size: 20px; } }

.page-type-page .page .needHelpBox .phoneNumber a {
  color: #333; }

.page-type-page .page .needHelpBox .email {
  color: #ff7000;
  text-decoration: underline; }

.page-type-page .page #already-registered-overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999; }

.page-type-page .page #already-registered-overlay .pagecontainer {
  top: 223px;
  width: 510px;
  height: 320px;
  border-radius: 2px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  padding: 40px 30px;
  font-size: 14px;
  background-color: #fff;
  z-index: 10000; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page #already-registered-overlay .pagecontainer {
    width: 100%;
    height: auto; } }

.page-type-page .page #already-registered-overlay .pagecontainer * {
  text-align: center; }

.page-type-page .page #already-registered-overlay .pagecontainer .svgIcon {
  color: #49ab1d; }

.page-type-page .page #already-registered-overlay .pagecontainer .already-registered-headline {
  font-size: 24px;
  font-weight: 700; }

.page-type-page .page .maxLengthValidationHighlight {
  border: 1px solid #ff7000; }

.page-type-page .page .toastList {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 2000; }

.page-type-page .page .barcodeScanner .barcodeScanner-loading {
  width: 100vw;
  height: 100vh; }

.page-type-page .page .barcodeScanner .barcodeScannerContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999; }

.page-type-page .page .barcodeScanner .barcodeScannerOverlay {
  background-color: #000;
  opacity: .9;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0; }

.page-type-page .page .barcodeScanner .scandit-barcode-picker {
  max-height: 100vh !important;
  height: 100vh !important; }

.page-type-page .page .barcodeScanner .scandit-container:before {
  content: "";
  top: 0;
  height: 20%;
  width: 100%;
  position: absolute;
  background-color: #000;
  opacity: .5;
  z-index: 2; }

.page-type-page .page .barcodeScanner .scandit-container:after {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: .5;
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: 2; }

.page-type-page .page .barcodeScanner .scandit-logo {
  bottom: 17% !important;
  right: 35px !important;
  opacity: .5;
  z-index: 3; }

@media (orientation: landscape) {
  .page-type-page .page .barcodeScanner .scandit-logo {
    bottom: 30px !important; } }

.page-type-page .page .barcodeScanner .scandit-video {
  max-height: 100vh !important;
  object-fit: cover !important; }

.page-type-page .page .barcodeScanner .scandit-viewfinder {
  left: calc(50% - 150px) !important;
  top: calc(35% - 90px) !important;
  width: 300px !important;
  height: 180px !important;
  border-color: transparent !important;
  background: linear-gradient(rgba(255, 112, 0, 0.6), rgba(255, 112, 0, 0.6)) top left, linear-gradient(rgba(255, 112, 0, 0.6), rgba(255, 112, 0, 0.6)) top left, linear-gradient(rgba(255, 112, 0, 0.6), rgba(255, 112, 0, 0.6)) bottom left, linear-gradient(rgba(255, 112, 0, 0.6), rgba(255, 112, 0, 0.6)) bottom left, linear-gradient(rgba(255, 112, 0, 0.6), rgba(255, 112, 0, 0.6)) top right, linear-gradient(rgba(255, 112, 0, 0.6), rgba(255, 112, 0, 0.6)) top right, linear-gradient(rgba(255, 112, 0, 0.6), rgba(255, 112, 0, 0.6)) bottom right, linear-gradient(rgba(255, 112, 0, 0.6), rgba(255, 112, 0, 0.6)) bottom right;
  background-size: 10px 50px, 50px 10px;
  background-origin: border-box;
  background-repeat: no-repeat; }

@media (orientation: landscape) {
  .page-type-page .page .barcodeScanner .scandit-viewfinder {
    height: 100px !important;
    top: calc(35% - 50px) !important; } }

.page-type-page .page .barcodeScanner .barcodeScannerClose {
  position: absolute;
  z-index: 999999;
  right: 35px;
  top: 15px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 2px; }

.page-type-page .page .barcodeScanner .barcodeScannerClose .svgIcon {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  color: #333; }

.page-type-page .page .barcodeScanner .barcodeScannerStart {
  position: absolute;
  right: 12px;
  top: calc(50% - 13px);
  color: #000;
  z-index: 999999;
  display: none; }

.page-type-page .page .barcodeScanner .barcodeScannerSearchBar svg {
  margin-right: 5px; }

.page-type-page .page .barcodeScanner .search-term-barcodeScannerWrapper {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 calc(30px + .5rem + .75rem); }

.page-type-page .page .barcodeScanner .search-term-barcodeScannerWrapper button {
  display: flex;
  align-items: center;
  justify-content: center; }

.page-type-page .page .barcodeScanner .s-active .barcodeScannerStart {
  display: none; }

.page-type-page .page .barcodeScanner .barcodeScanner-message {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff; }

.page-type-page .page .barcodeScanner .barcodeScanner-message .message {
  margin: auto;
  width: 70%; }

.page-type-page .page .barcodeScanner .barcodeScanner-toggle {
  text-align: center;
  margin-top: 30px; }

.page-type-page .page .barcodeScanner .barcodeScanner-containerbottom {
  position: absolute;
  top: 50%;
  z-index: 3;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  width: 100%; }

.page-type-page .page .barcodeScanner .barcodeScanner-containerbottom .toggleSwitch-label,
.page-type-page .page .barcodeScanner .barcodeScanner-containerbottom label[for=toggleSwitch] {
  font-size: 16px;
  display: block; }

.page-type-page .page .barcodeScanner .barcodeScanner-containerbottom .toggleSwitch-label {
  margin-top: 10px; }

.page-type-page .page .barcodeScanner .barcodeScanner-containerbottom .toggleSwitchComponent .form_field-input {
  padding: 0; }

.page-type-page .page .isMobileDevice .barcodeScannerStart {
  display: block; }

.page-type-page .page .accessories-main-product .item-form {
  padding: 0 1em; }

.page-type-page .page .accessories-main-product .item-container,
.page-type-page .page .accessories-main-product .item-details-and-price-container {
  flex-direction: column;
  flex: 1 1 auto; }

.page-type-page .page .accessories-main-product .item-details-and-price-container,
.page-type-page .page .accessories-main-product .item-details-container,
.page-type-page .page .accessories-main-product .item-image-container,
.page-type-page .page .accessories-main-product .item-price-container {
  width: 100%;
  padding: 0;
  border: 0; }

.page-type-page .page .accessories-main-product .item-image-container {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center; }

.page-type-page .page .accessories-main-product .item-image-container .list-products-image {
  width: 100%; }

.page-type-page .page .accessories-main-product .productListerItemDetails_productTitle {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 40px;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 2px;
  margin-top: 10px; }

.page-type-page .page .accessories-main-product .shippingInfo {
  display: none; }

.page-type-page .page .accessories-main-product .alertContainer {
  display: none; }

.page-type-page .page .accessories-main-product .productListerItemAddToCart_variantSelector {
  display: none; }

.page-type-page .page .accessories-main-product .productListerItemAddToCart_addToArticleList {
  display: none; }

.page-type-page .page .accessories-main-product .productListerItemPrice_Container .price-from {
  line-height: 1em; }

.page-type-page .page .accessories-main-product .productListerItemPrice_Container .item-price-list:not(:first-child) {
  display: none; }

.page-type-page .page .accessories-main-product .productListerItemPrice_Container .minQuantity-price {
  display: none; }

.page-type-page .page .accessories-main-product .item-addToCart-container {
  margin-top: 10px;
  border-left: none;
  padding: 0;
  width: 100%; }

.page-type-page .page .accessories-main-product .addToCartButtonsContainer {
  flex-wrap: wrap; }

.page-type-page .page .accessories-main-product .addToCartButtonsContainer .productListerItemAddToCart_addToCart,
.page-type-page .page .accessories-main-product .addToCartButtonsContainer .productListerItemAddToCart_qtyField {
  width: 100%;
  margin-right: 0; }

.page-type-page .page .accessories-main-product .addToCartButtonsContainer .productListerItemAddToCart_addToCart {
  margin-left: 0;
  margin-bottom: 10px; }

.page-type-page .page .accessories-main-product .backToProductButton {
  display: block; }

.page-type-page .page .accessories-main-product .backToProductButton .btn {
  width: 100%; }

.page-type-page .page .accessories-main-product .addToCartContainer {
  flex-direction: column; }

.page-type-page .page .accessories-main-product .qtyField-addToCartBtn-articlelist-container {
  width: 100%;
  padding: 0; }

.page-type-page .page .accessories-main-product .blockLink-overlay {
  position: relative; }

.page-type-page .page .accessories-main-product img {
  width: 100%; }

.page-type-page .page .accessories-main-product .btnHint {
  margin-top: 5px;
  margin-bottom: 10px; }

.page-type-page .page .accessories-main-product .configure-container {
  width: 100%;
  padding: 0; }

.page-type-page .page .accessories-srp .reducedLineHeight {
  line-height: .8; }

.page-type-page .page .accessories-srp .reducedLineHeight .search-term {
  line-height: .8; }

.page-type-page .page .sparePartsAccessoriesToggleWrapper {
  margin-top: 22px;
  flex-basis: 100%; }

.page-type-page .page .sparePartsAccessoriesToggleWrapper .radio-input .radio-container .radioIndicator {
  height: 20px;
  width: 20px;
  top: -1px;
  border: 2px solid #cdcdcd; }

.page-type-page .page .sparePartsAccessoriesToggleWrapper .radio-input .radio-container input:checked ~ .radioIndicator::after {
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px; }

.page-type-page .page .toggle-info-box {
  display: flex;
  position: absolute;
  z-index: 200;
  background-color: #fff;
  bottom: -8px;
  padding: 15px;
  margin: 50px auto;
  border: 2px solid #ff7000; }

.page-type-page .page .toggle-info-box:after,
.page-type-page .page .toggle-info-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent; }

.page-type-page .page .toggle-info-box:before {
  border-top: 15px solid #ff7000;
  bottom: -31px; }

.page-type-page .page .toggle-info-box:after {
  border-top: 15px solid #fff;
  bottom: -28px; }

.page-type-page .page .toggle-info-box .svgIcon-close {
  fill: #cdcdcd; }

.page-type-page .page .toggle-info-box .close-button {
  position: absolute;
  top: 8px;
  right: 8px; }

.page-type-page .page .toggle-info-box .infobox-content {
  padding-right: 20px; }

.page-type-page .page .toggle-info-box-product-view {
  width: 300px; }

.page-type-page .page .toggle-info-box-product-view:after,
.page-type-page .page .toggle-info-box-product-view:before {
  right: 10%; }

@media (min-width: 960px) {
  .page-type-page .page .toggle-info-box-product-view {
    right: 20%; }
  .page-type-page .page .toggle-info-box-product-view:before {
    right: 10%; }
  .page-type-page .page .toggle-info-box-product-view:after {
    right: 10%; } }

@media (max-width: 959.98px) {
  .page-type-page .page .toggle-info-box-product-view {
    left: 25%; }
  .page-type-page .page .toggle-info-box-product-view:before {
    left: 10%; }
  .page-type-page .page .toggle-info-box-product-view:after {
    left: 10%; } }

@media (max-width: 779.98px) {
  .page-type-page .page .toggle-info-box-product-view {
    display: none; } }

.page-type-page .page .results-info-container {
  margin-right: auto;
  position: relative; }

.page-type-page .page .confirmationPage {
  margin: 30px auto; }

.page-type-page .page .confirmationPage .confirmation-headline {
  font-weight: 700;
  font-size: 30px; }

.page-type-page .page .confirmationPage .confirmation-text {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  margin-bottom: 31px; }

.page-type-page .page .confirmationPage .confirmation-bottom-text {
  margin: auto;
  font-size: 12px; }

.page-type-page .page .confirmationPage .confirmation-voucher {
  box-sizing: border-box;
  height: 64px;
  border: 2px dashed #ff7000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  align-items: center;
  margin: 40px auto;
  padding: 5px;
  flex-flow: row-reverse; }

.page-type-page .page .confirmationPage .confirmation-voucher .btn-wrapper {
  position: absolute; }

.page-type-page .page .confirmationPage .confirmation-button {
  margin: 0 120px; }

.page-type-page .page .confirmationPage .confirmation-button a {
  width: 330px; }

@media (max-width: 779.98px) {
  .page-type-page .page .confirmationPage .confirmation-button {
    margin: 0; }
  .page-type-page .page .confirmationPage .confirmation-button a {
    width: 100%; } }

.page-type-page .page .order-confirmation-page {
  padding-right: 15px;
  padding-left: 15px; }

.page-type-page .page .order-confirmation-page .order-confirmation-header {
  text-align: center;
  margin-bottom: 30px; }

.page-type-page .page .order-confirmation-page .order-confirmation-order-link {
  text-align: center;
  margin-bottom: 40px; }

.page-type-page .page .order-confirmation-page .order-confirmation-continue-button {
  width: 450px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .order-confirmation-page .order-confirmation-continue-button {
    width: 90%; } }

.page-type-page .page .order-confirmation-page h2 {
  font-weight: 700; }

.page-type-page .page .order-confirmation-page span {
  font-size: 14px; }

.page-type-page .page .order-confirmation-page p {
  font-size: 14px;
  margin-bottom: 10px; }

.page-type-page .page .order-confirmation-page a {
  font-size: 14px; }

.page-type-page .page .stockamountControl {
  min-height: 20px; }

.page-type-page .page .swipe {
  overflow: hidden;
  position: relative; }

.page-type-page .page .swipe-wrap {
  font-size: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap; }

.page-type-page .page .swipe-wrap > * {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  position: relative;
  white-space: normal;
  vertical-align: top; }

.page-type-page .page .swipe-dots {
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: center; }

.page-type-page .page .swipe-dots > * {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cdcdcd; }

.page-type-page .page .swipe-dots > * + * {
  margin-left: 5px; }

.page-type-page .page .swipe-dots > .active {
  background-color: #333; }

.page-type-page .page .toolautomat-list-item a {
  display: inline-block; }

@media (min-width: 960px) {
  .page-type-page .page .toolautomat-list-item .toolautomat-status {
    text-align: left; } }

.page-type-page .page .chip {
  padding: 10px 20px;
  background-color: #557289;
  display: inline-block;
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  margin-right: 15px;
  font-size: 14px; }

.page-type-page .page .chip:focus,
.page-type-page .page .chip:hover {
  background-color: #2b3945;
  color: #fff; }

.page-type-page .page .chipList {
  list-style-type: none;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 0; }

.page-type-page .page .chipList li {
  display: inline-block; }

.page-type-page .page div[ub-in-page] > iframe {
  display: block;
  margin-bottom: 30px !important; }

.page-type-page .page div[ub-in-page].usabillaID-619e6989664c9e68f4551a4f > iframe {
  margin-bottom: 15px !important; }

.page-type-page .page .filter-container {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  margin-bottom: 10px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .filter-container {
    height: calc(100% - 130px);
    display: block; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .filter-container {
    height: calc(100% - 160px);
    display: block; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .filter-container {
    height: calc(100% - 160px);
    display: block; } }

@media (min-width: 960px) {
  .page-type-page .page .filter-container {
    display: flex;
    flex-wrap: wrap;
    margin: -5px; }
  .page-type-page .page .filter-container > * {
    margin: 5px; } }

.page-type-page .page .filter-container .filter {
  position: relative;
  margin: 5px; }

@media (max-width: 959.98px) {
  .page-type-page .page .filter-container .filter {
    margin: 0; } }

.page-type-page .page .filter-container .filter .filter-state:checked ~ .filterLabel {
  background-color: #e7e7e7;
  border: 1px solid #333; }

.page-type-page .page .filter-container .filter .filter-state:checked ~ .filterLabel .svgIcon {
  transform: translateY(-50%) rotate(180deg); }

.page-type-page .page .filter-container .filter .filter-state:checked ~ .filterPopup {
  display: block; }

.page-type-page .page .filter-container .filter .filterPopup {
  display: none;
  width: 300px;
  background-color: #fff;
  padding: 20px 20px 11px 20px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  z-index: 999;
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  align-items: center;
  flex-direction: column; }

.page-type-page .page .filter-container .filter .filterLabel {
  display: block;
  height: 40px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  width: 100%;
  padding: 0 12px 0 20px;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0; }

@media (max-width: 959.98px) {
  .page-type-page .page .filter-container .filter .filterLabel {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    height: 50px;
    line-height: 40px;
    width: 100%;
    padding: 0 12px 0 20px;
    cursor: pointer;
    position: relative;
    border: 0;
    border-bottom: 1px solid #cdcdcd;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0; } }

.page-type-page .page .filter-container .filter .filterLabel:hover {
  background-color: #e7e7e7;
  border: 1px solid #333; }

.page-type-page .page .filter-container .filter .filterList {
  list-style-position: outside;
  list-style-type: none;
  background-color: #fff;
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0 10px 0 0; }

.page-type-page .page .filter-container .filter .filter-list-date-picker {
  margin-bottom: 20px; }

.page-type-page .page .filter-container .filter #durationSelector {
  margin-bottom: 4px; }

.page-type-page .page .filter-container .filter .svgIcon-caret-down,
.page-type-page .page .filter-container .filter .svgIcon-caret-up {
  font-size: 26px;
  line-height: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  float: right;
  margin-top: 2px; }

.page-type-page .page .filter-container .filter .button-wrapper {
  display: flex;
  flex: 0 0 auto;
  padding-left: 0; }

.page-type-page .page .filter-container .filter .button-wrapper .filter-submit {
  font-size: 14px;
  line-height: 1.42857;
  margin-top: 11px;
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #ff7000;
  border-color: #ff7000;
  color: #fff; }

.page-type-page .page .filter-container .filter .button-wrapper .filter-submit:hover {
  background: #e75915;
  border-color: #e75915; }

.page-type-page .page .filter-container .filter .button-wrapper .filter-close {
  font-size: 14px;
  line-height: 1.42857;
  margin-top: 11px;
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #fff;
  border-color: #333; }

.page-type-page .page .filter-container .filter .button-wrapper .filter-close:hover {
  background: #ff7000;
  border-color: #ff7000;
  color: #fff; }

.page-type-page .page .filter-chip-container {
  margin: -5px; }

.page-type-page .page .filter-sidebar-trigger-container button.btn {
  display: block;
  width: 100%; }

.page-type-page .page .filter-sidebar[data-side-panel-id] .sidePanelBody {
  padding: 0; }

@media (min-width: 960px) {
  .page-type-page .page .filter-sidebar {
    position: relative;
    overflow: initial;
    pointer-events: initial;
    padding: 0;
    top: initial;
    right: initial;
    width: auto;
    height: auto;
    opacity: initial;
    z-index: initial;
    transition: initial;
    content-visibility: initial; }
  .page-type-page .page .filter-sidebar .sidePanelContainer {
    max-width: initial;
    transform: initial;
    box-shadow: initial;
    height: initial;
    width: initial;
    right: initial;
    top: initial;
    position: relative; }
  .page-type-page .page .filter-sidebar .sidePanelContainer .sidePanelHeader {
    display: none; }
  .page-type-page .page .filter-sidebar .sidePanelContainer .sidePanelBody {
    overflow: initial; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .filter-sidebar .filter-container {
    height: calc(100% - 100px); } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .filter-sidebar .filter-container {
    height: calc(100% - 100px); } }

@media (max-width: 959.98px) {
  .page-type-page .page .filter-sidebar .filter-container {
    position: relative;
    margin: 0; }
  .page-type-page .page .filter-sidebar .filter-container .filter {
    position: initial; }
  .page-type-page .page .filter-sidebar .filter-container .filter .filterPopup {
    transform: translateX(540px);
    display: none;
    width: 100%;
    margin-top: 60px;
    top: initial;
    left: initial;
    box-shadow: initial;
    z-index: initial;
    border: initial;
    padding: 0; }
  .page-type-page .page .filter-sidebar .filter-container .filter .filterList {
    max-height: calc(100vh - 160px);
    padding: 0; }
  .page-type-page .page .filter-sidebar .filter-container .filter .filterList li {
    border-bottom: 1px solid #cdcdcd;
    height: 50px;
    display: flex;
    align-items: center; }
  .page-type-page .page .filter-sidebar .filter-container .filter .filterList li .sort-text {
    padding-left: 15px; }
  .page-type-page .page .filter-sidebar .filter-container .filter .filterList li .input-group {
    margin: 0; }
  .page-type-page .page .filter-sidebar .filter-container .filter .filterList li label {
    margin: 0;
    padding: 10px 0 10px 15px; }
  .page-type-page .page .filter-sidebar .filter,
  .page-type-page .page .filter-sidebar .filterPopup {
    transition: transform 0.5s cubic-bezier(0, 0, 0.3, 1) 0s; }
  .page-type-page .page .filter-sidebar .animate-out {
    transform: translateX(-540px); }
  .page-type-page .page .filter-sidebar .animate-fade-out {
    transform: translateX(-540px);
    opacity: 0;
    display: none; }
  .page-type-page .page .filter-sidebar .filterSidebarFooter {
    transition: transform 0.5s cubic-bezier(0, 0, 0.3, 1) 0s; }
  .page-type-page .page .filter-sidebar .filterSidebarFooter.animate-fade-out {
    transition: all 1s ease 0s; } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .filter-sidebar .filter-container {
    height: calc(100% - 130px); }
  .page-type-page .page .filter-sidebar .filter-container .filter .filterList {
    max-height: calc(100vh - 190px); } }

.page-type-page .page .filter-sidebar [data-type=datepicker] .filterPopup {
  padding-top: 8px; }

.page-type-page .page .filter-sidebar [data-type=datepicker] .filterList {
  padding-right: 0; }

.page-type-page .page .filter-sidebar [data-type=datepicker] .datepicker-inline {
  width: 100%;
  padding: 0;
  margin: auto; }

.page-type-page .page .filter-sidebar [data-type=datepicker] .datepicker-inline .table-condensed {
  width: 100%; }

.page-type-page .page .filter-sidebar [data-type=datepicker] .datepicker-inline table {
  margin: auto; }

.page-type-page .page .filter-chip-container {
  display: flex;
  flex-wrap: wrap; }

.page-type-page .page .filter-chip-container .btn-filter-pill.remove {
  float: right;
  border-color: #333;
  color: #333;
  height: 30px;
  padding: 0 10px 0 10px;
  order: 1; }

.page-type-page .page .filter-chip-container .btn-filter-pill.remove:hover {
  background-color: #ff7000;
  color: #fff;
  border-color: #ff7000; }

.page-type-page .page .filter-chip-container .btn-filter-pill {
  height: 30px;
  padding: 0 5px 0 10px; }

.page-type-page .page .myEshopLoginSidePanel .sidePanelContainer {
  width: 100%; }

.page-type-page .page .myEshopLoginSidePanel h3 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px; }

.page-type-page .page .myEshopLoginSidePanel h4 {
  font-weight: 700;
  margin-bottom: 15px; }

.page-type-page .page .myEshopLoginSidePanel .password-forgotten-header-logIn {
  color: #fff; }

.page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-loginSection {
  padding: 0 120px 20px 120px; }

@media (max-width: 779.98px) {
  .page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-loginSection {
    padding: 0 30px 20px 30px; } }

.page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-guestCheckoutSection,
.page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-linkSection,
.page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-registerSection {
  padding: 20px 120px; }

@media (max-width: 779.98px) {
  .page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-guestCheckoutSection,
  .page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-linkSection,
  .page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-registerSection {
    padding: 20px 30px; } }

.page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-loginSection {
  background-color: #2b3945; }

.page-type-page .page .myEshopLoginSidePanel .sidePanelBody:not(.loggedIn) {
  background-color: #fff; }

.page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-guestCheckoutSection,
.page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-registerSection {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f2f2; }

.page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-guestCheckoutSection:not(.hidden) + .myEshopLoginSidePanel-registerSection {
  background-color: #fff; }

.page-type-page .page .myEshopLoginSidePanel .sidePanelHeader {
  margin: 0;
  padding-left: 30px;
  background-color: #2b3945; }

.page-type-page .page .myEshopLoginSidePanel.loggedIn .sidePanelContainer {
  width: 400px; }

.page-type-page .page .myEshopLoginSidePanel.loggedIn .sidePanelHeader {
  background-color: #ff7000; }

.page-type-page .page .myEshopLoginSidePanel.loggedIn .sidePanelBody {
  background-color: #fff; }

.page-type-page .page .myEshopLoginSidePanel.loggedIn .myEshopLoginSidePanel-loggedin ul li {
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
  margin: 0; }

.page-type-page .page .myEshopLoginSidePanel.loggedIn .myEshopLoginSidePanel-loggedin ul li:hover {
  background-color: #f2f2f2; }

.page-type-page .page .myEshopLoginSidePanel.loggedIn .myEshopLoginSidePanel-loggedin ul li a:focus,
.page-type-page .page .myEshopLoginSidePanel.loggedIn .myEshopLoginSidePanel-loggedin ul li a:hover {
  color: #333; }

.page-type-page .page .myEshopLoginSidePanel.loggedIn .myEshopLoginSidePanel-loggedin .logout {
  margin: 20px 10px;
  width: calc(100% - 20px); }

.page-type-page .page .myEshopLoginSidePanel .sidePanelHeader-close {
  color: #fff;
  top: 13px; }

.page-type-page .page .myEshopLoginSidePanel .sidePanelBody {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  height: 100%;
  background-color: #f2f2f2; }

.page-type-page .page .myEshopLoginSidePanel .benefitsB2B,
.page-type-page .page .myEshopLoginSidePanel .benefitsB2C {
  display: none; }

.page-type-page .page .myEshopLoginSidePanel #myEshopLoginSidePanelB2bCustomerRegistration,
.page-type-page .page .myEshopLoginSidePanel #myEshopLoginSidePanelB2cCustomerRegistration {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.page-type-page .page .myEshopLoginSidePanel #myEshopLoginSidePanelB2bCustomerRegistration:checked ~ .registrationDecision label[for=myEshopLoginSidePanelB2bCustomerRegistration] .radioIndicator {
  background-color: #fff;
  border: 2px solid #ff7000; }

.page-type-page .page .myEshopLoginSidePanel #myEshopLoginSidePanelB2bCustomerRegistration:checked ~ .registrationDecision label[for=myEshopLoginSidePanelB2bCustomerRegistration] .radioIndicator:after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ff7000;
  border-radius: 50%;
  top: 2px;
  left: 2px; }

.page-type-page .page .myEshopLoginSidePanel #myEshopLoginSidePanelB2bCustomerRegistration:checked ~ .benefitsB2B {
  display: block; }

.page-type-page .page .myEshopLoginSidePanel #myEshopLoginSidePanelB2cCustomerRegistration:checked ~ .registrationDecision label[for=myEshopLoginSidePanelB2cCustomerRegistration] .radioIndicator {
  background-color: #fff;
  border: 2px solid #ff7000; }

.page-type-page .page .myEshopLoginSidePanel #myEshopLoginSidePanelB2cCustomerRegistration:checked ~ .registrationDecision label[for=myEshopLoginSidePanelB2cCustomerRegistration] .radioIndicator:after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ff7000;
  border-radius: 50%;
  top: 2px;
  left: 2px; }

.page-type-page .page .myEshopLoginSidePanel #myEshopLoginSidePanelB2cCustomerRegistration:checked ~ .benefitsB2C {
  display: block; }

.page-type-page .page .myEshopLoginSidePanel .password-forgotten-header-logIn {
  text-decoration: none;
  font-size: 12px; }

.page-type-page .page .myEshopLoginSidePanel .form_field-input {
  position: relative; }

.page-type-page .page .myEshopLoginSidePanel .password-revealer {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-linkSection ul li,
.page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-loggedin ul li {
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 20px;
  padding: 0;
  display: block; }

.page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-linkSection ul li a,
.page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-loggedin ul li a {
  display: block; }

.page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-linkSection {
  flex: 1 1 auto;
  background-color: #fff; }

.page-type-page .page .myEshopLoginSidePanel .myEshopLoginSidePanel-loggedin {
  padding: 15px 20px; }

.page-type-page .page .myEshopLoginSidePanel .sideBarHeadline {
  color: #fff;
  position: absolute;
  top: 16px; }

.page-type-page .page .activateChat:hover {
  cursor: pointer; }

.page-type-page .page .info-overlay {
  position: absolute;
  width: 325px;
  z-index: 1999;
  background-color: #fff;
  border: 2px solid #b3b3b3;
  color: #000;
  cursor: default; }

.page-type-page .page .info-overlay.left {
  left: calc(-325px - 15px);
  top: -17px; }

.page-type-page .page .info-overlay.right-top-arrow:after,
.page-type-page .page .info-overlay.right-top-arrow:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  visibility: visible; }

.page-type-page .page .info-overlay.right-top-arrow:after {
  border-width: 12px;
  border-left-color: #fff;
  right: -24px;
  top: 16px; }

.page-type-page .page .info-overlay.right-top-arrow:before {
  border-width: 14px;
  border-left-color: #b3b3b3;
  right: -28px;
  top: 14px; }

.page-type-page .page .info-overlay.right-top-arrow:after {
  right: -23px; }

.page-type-page .page .info-overlay .info-overlay-content {
  margin: 15px 20px 15px 15px;
  font-size: 14px; }

.page-type-page .page .info-overlay .close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #b3b3b3;
  cursor: pointer; }

.page-type-page .page .zoomableImageWrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff; }

.page-type-page .page .zoomableImage-image {
  max-width: none; }

.page-type-page .page .zoomableImage-magnifyPlus {
  position: absolute;
  bottom: 1.875rem;
  right: 1.875rem; }

.page-type-page .page .password-forgotten {
  max-width: 690px;
  margin: 90px auto; }

.page-type-page .page .password-forgotten .password-forgotten_header {
  margin-bottom: 23px; }

.page-type-page .page .password-forgotten .password-forgotten_header h2,
.page-type-page .page .password-forgotten .password-forgotten_header h3 {
  text-align: center; }

.page-type-page .page .password-forgotten .password-forgotten_header h2 {
  font-weight: 700;
  font-size: 30px; }

.page-type-page .page .password-forgotten .password-forgotten_header h3 {
  font-weight: 400;
  font-size: 24px; }

.page-type-page .page .password-forgotten .password-forgotten_content {
  font-size: 14px; }

.page-type-page .page .password-forgotten .password-forgotten_content .password-forgotten_input-container {
  margin: 0 120px; }

@media (max-width: 779.98px) {
  .page-type-page .page .password-forgotten .password-forgotten_content .password-forgotten_input-container {
    margin: 0; } }

.page-type-page .page .password-forgotten .password-forgotten_content .password-forgotten_input-container input.input-error {
  border: 1px solid #c7102d; }

.page-type-page .page .password-forgotten .password-forgotten_content input::-webkit-input-placeholder {
  font-size: 14px; }

.page-type-page .page .password-forgotten .password-forgotten_content input::-moz-placeholder {
  font-size: 14px; }

.page-type-page .page .password-forgotten .password-forgotten_content input:-ms-input-placeholder {
  font-size: 14px; }

.page-type-page .page .password-forgotten .password-forgotten_content input:-moz-placeholder {
  font-size: 14px; }

.page-type-page .page .password-forgotten .password-forgotten_content input::placeholder {
  font-size: 14px; }

.page-type-page .page .password-forgotten .password-forgotten_content a {
  font-size: 14px;
  margin-top: 5px;
  cursor: pointer;
  display: inline-block; }

.page-type-page .page .password-forgotten .password-forgotten_description {
  font-size: 14px;
  margin-bottom: 35px; }

.page-type-page .page .password-forgotten .password-forgotten_sidepanel h4 {
  margin-bottom: 17px; }

.page-type-page .page .password-forgotten .password-forgotten_sidepanel .admin-user-table {
  font-weight: 400;
  margin-top: 23px; }

.page-type-page .page .password-forgotten .password-forgotten_sidepanel .admin-user-table .admin-user-table-row .admin-user-request-link-cell {
  min-width: 110px; }

.page-type-page .page .password-forgotten .password-forgotten_sidepanel .admin-user-table .admin-user-table-row th {
  font-weight: 400;
  padding-right: 40px;
  padding-bottom: 15px; }

.page-type-page .page .password-forgotten .password-forgotten_sidepanel .admin-user-table .admin-user-table-row th svg {
  color: #cdcdcd; }

.page-type-page .page .password-forgotten .password-forgotten-adminrequest-sidebar .sidePanelGreyArea {
  background-color: transparent !important; }

.page-type-page .page .password-forgotten .password-forgotten-adminrequest-sidebar .sidePanel.filterSidebar--animatable .sidePanelContainer {
  transition: none; }

.page-type-page .page .cases .cases-table {
  margin-bottom: 20px; }

.page-type-page .page .cases .cases-table table {
  width: 100%; }

.page-type-page .page .cases .cases-table_mobile p {
  margin: 0; }

.page-type-page .page .cases .cases-table_mobile td + td {
  vertical-align: top; }

.page-type-page .page .cases .cases-headline h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px; }

.page-type-page .page .cases .cases-headline p {
  margin-bottom: 40px;
  font-size: 14px; }

.page-type-page .page .cases .cases-sort {
  align-items: center;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  line-height: 38px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .cases .cases-sort:after {
  content: "";
  justify-self: end;
  width: 14px;
  height: 6px;
  background-color: #222;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  margin-right: 20px;
  position: absolute;
  top: calc(50% - 3px);
  bottom: 17px;
  right: 0; }

.page-type-page .page .cases .cases-sort select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent !important;
  border: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px; }

.page-type-page .page .cases .cases-table {
  border-top: 1px solid #b3b3b3; }

.page-type-page .page .cases .cases-table td,
.page-type-page .page .cases .cases-table th {
  width: 20%;
  font-size: 14px;
  font-weight: 400;
  padding-right: 20px; }

.page-type-page .page .cases .cases-table th {
  padding: 10px 0; }

.page-type-page .page .cases .cases-table td {
  padding: 20px 0; }

.page-type-page .page .cases .cases-table tr {
  border-bottom: 1px solid #b3b3b3; }

.page-type-page .page .newCustomerDiscountInfoBox {
  z-index: 10000; }

.page-type-page .page .new-customer-discount-info-box-hidden {
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none; }

.page-type-page .page .new-customer-discount-info-box {
  position: absolute;
  right: 15px;
  top: -34px;
  width: 390px;
  padding-top: 20px;
  background-color: #2d3c46;
  border-color: #2d3c46;
  color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  opacity: 1;
  transition: opacity .4s ease-out, transform .4s ease-out; }

.page-type-page .page .new-customer-discount-info-box .new-customer-discount-info-box-headline {
  font-size: 16px; }

.page-type-page .page .new-customer-discount-info-box .new-customer-discount-info-box-subline strong {
  color: #ff7000; }

.page-type-page .page .new-customer-discount-info-box .new-customer-discount-info-box-subline a {
  color: #ff7000;
  text-decoration: underline; }

.page-type-page .page .new-customer-discount-info-box .new-customer-discount-info-box-percentage-image {
  height: 90px;
  width: 90px;
  color: #fff;
  background-color: #ff7000;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 90px;
  text-align: center; }

.page-type-page .page .close-info-box-form {
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px; }

.page-type-page .page .toolconfigurator-status {
  display: flex;
  gap: 5px;
  max-height: 20px; }

.page-type-page .page .toolconfigurator-status-info {
  margin-top: 2px; }

.page-type-page .page .toolconfigurator-status-info .info-popup-content {
  top: 25px;
  left: -25px; }

.page-type-page .page .toolconfigurator-status-info label .svgIcon {
  color: #cdcdcd; }

.page-type-page .page .toolconfigurator-status-info label .svgIcon :hover {
  color: #222;
  cursor: pointer; }

.page-type-page .page .toolconfigurator-link .svgIcon {
  color: #cdcdcd;
  margin-right: 5px; }

.page-type-page .page .toolconfigurator-list-items li {
  padding: 1em 0; }

.page-type-page .page .toggle--withtext {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 120px; }

.page-type-page .page .toggle--withtext input {
  opacity: 0;
  width: 0;
  height: 0; }

.page-type-page .page .toggle--withtext label {
  margin: 0;
  background-color: #fff;
  width: 100%;
  cursor: pointer;
  border-radius: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.page-type-page .page .toggle--withtext .toggle--withtext_text_1 {
  display: none; }

.page-type-page .page .toggle--withtext .toggle--withtext_indicator {
  position: absolute;
  z-index: 3;
  content: "";
  height: 16px;
  width: 16px;
  right: 2px;
  bottom: 2px;
  background-color: #ff7000; }

.page-type-page .page .toggle--withtext .toggle--withtext_text_1,
.page-type-page .page .toggle--withtext .toggle--withtext_text_2 {
  z-index: 2;
  text-align: center;
  color: #0c0c0c;
  font-size: 11px;
  width: calc(100% - 24px);
  height: 100%;
  margin-right: 16px; }

.page-type-page .page .toggle--withtext input:checked + .toggle--withtext_indicator {
  right: calc(100% - 18px); }

.page-type-page .page .toggle--withtext input:checked ~ .toggle--withtext_text_2 {
  display: none; }

.page-type-page .page .toggle--withtext input:checked ~ .toggle--withtext_text_1 {
  display: inline-block;
  margin-left: 8px;
  margin-right: 0; }

.page-type-page .page .toggle--withtext .toggle--withtext_indicator {
  border-radius: 50%; }

.page-type-page .page .offline-orders .mtl {
  margin-top: 15px !important; }

@media (max-width: 779.98px) {
  .page-type-page .page .offline-orders .mtl {
    margin-top: 0 !important; } }

.page-type-page .page .offline-orders table {
  width: 100%; }

.page-type-page .page .offline-orders table .info-popup-wrapper {
  vertical-align: middle; }

.page-type-page .page .offline-orders table .info-popup-wrapper > .info-popup {
  margin-top: 0; }

.page-type-page .page .offline-orders table tr {
  border-bottom: 1px solid #b3b3b3; }

.page-type-page .page .offline-orders table th {
  width: 33%;
  font-weight: 400;
  padding: 5px 0 10px 0;
  font-size: 14px; }

.page-type-page .page .offline-orders table td {
  vertical-align: top;
  padding-top: 15px;
  font-size: 14px; }

.page-type-page .page .offline-orders .tracking-link {
  margin: 0 0 5px 0;
  padding: 0;
  display: block; }

.page-type-page .page .offline-orders .offline-orders-table-tablet {
  display: none; }

.page-type-page .page .offline-orders .offline-orders-table-tablet p {
  margin-bottom: 10px; }

@media (max-width: 779.98px) {
  .page-type-page .page .offline-orders .offline-orders-table-tablet {
    display: block; } }

.page-type-page .page .offline-orders .offline-orders-table-desktop {
  display: block; }

@media (max-width: 779.98px) {
  .page-type-page .page .offline-orders .offline-orders-table-desktop {
    display: none; } }

.page-type-page .page .offline-orders :not(.open-on-left) .well-speech-bubble-small {
  margin-top: -.5em; }

.page-type-page .page .offline-orders .open-on-left .well-speech-bubble-small {
  margin-top: .8em; }

.page-type-page .page .searchPageToggleContainer {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0; }

@media (min-width: 960px) {
  .page-type-page .page .searchPageToggleContainer {
    margin-left: auto; } }

@media (max-width: 959.98px) {
  .page-type-page .page .searchPageToggleContainer {
    margin-top: 30px; } }

.page-type-page .page .searchPageToggleContainer [type=radio] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0; }

.page-type-page .page .searchPageToggleContainer [type=radio] + label:not(:only-of-type) {
  cursor: pointer; }

@media (max-width: 959.98px) {
  .page-type-page .page .searchPageToggleContainer [type=radio] + label {
    margin-bottom: 0; } }

.page-type-page .page .searchPageToggleContainer [type=radio]:hover + label {
  text-decoration: underline; }

.page-type-page .page .searchPageToggleContainer [type=radio]:checked + label {
  text-decoration: underline;
  color: #ff7000; }

.page-type-page .page .contact-form p,
.page-type-page .page .contact-form span {
  font-size: 14px; }

.page-type-page .page .contact-form .input-error > .hoffmann-select {
  border-color: #c7102d;
  background-color: #f4cfd5; }

.page-type-page .page .contact-form textarea {
  font-size: 14px;
  color: #333;
  resize: vertical; }

.page-type-page .page .contact-form #contactFormSubmitButton {
  pointer-events: auto; }

.page-type-page .page .contact-form .btn.btn-primary.disabled.errorMessage {
  color: #c7102d;
  cursor: pointer;
  opacity: 1;
  background-color: #f4cfd5;
  border-color: #c7102d; }

.page-type-page .page .contact-form #contact-subject[disabled] {
  opacity: .5;
  background-color: #e7e7e7 !important;
  border: none; }

.page-type-page .page .contact-confirmation .confirmation-text {
  margin: 0 auto; }

.page-type-page .page .contact-confirmation .confirmation-text:first-child {
  margin-top: 20px; }

.page-type-page .page .contact-confirmation .confirmation-button {
  margin-top: 40px;
  max-width: 330px;
  width: 100%; }

.page-type-page .page .accordion {
  font-size: 14px; }

.page-type-page .page .accordion .clickable {
  border-bottom: 1px solid #cdcdcd; }

.page-type-page .page .accordion .clickable h5:hover {
  color: #333; }

.page-type-page .page .accordion .clickable span {
  font-size: 14px;
  padding: 20px 0; }

.page-type-page .page .accordion .clickable span:hover {
  color: #333; }

.page-type-page .page .accordion .clickable.active .svgIcon {
  transform: rotate(180deg); }

.page-type-page .page .accordion .clickable .svgIcon {
  margin-right: 20px; }

.page-type-page .page .accordion .clickable .svgIcon:hover {
  color: #333; }

.page-type-page .page .accordion .clickable .svgIcon path:hover {
  color: #333; }

.page-type-page .page .carousel .tab:after,
.page-type-page .page .carousel .tab:before,
.page-type-page .page .catListContainer:after,
.page-type-page .page .catListContainer:before,
.page-type-page .page .clearfix:after,
.page-type-page .page .clearfix:before,
.page-type-page .page .tabbar .tab:after,
.page-type-page .page .tabbar .tab:before {
  content: " ";
  display: table; }

.page-type-page .page .carousel .tab:after,
.page-type-page .page .catListContainer:after,
.page-type-page .page .clearfix:after,
.page-type-page .page .tabbar .tab:after {
  clear: both; }

.page-type-page .page .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.page-type-page .page .pull-right {
  float: right; }

.page-type-page .page .pull-left {
  float: left; }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .pull-right-sm {
    float: right; } }

@media (max-width: 539.98px) {
  .page-type-page .page .pull-xs-none {
    float: none; } }

.page-type-page .page .hide {
  display: none !important; }

.page-type-page .page .invisible {
  visibility: hidden; }

.page-type-page .page .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.page-type-page .page .of-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .hidden {
  display: none !important;
  visibility: hidden !important; }

.page-type-page .page .displayNone {
  display: none; }

.page-type-page .page .affix {
  position: fixed; }

.page-type-page .page .scroll-touch {
  -webkit-overflow-scrolling: touch; }

.page-type-page .page .transition {
  -webkit-transition: .3s ease-out all;
  -o-transition: .3s ease-out all;
  transition: .3s ease-out all; }

.page-type-page .page .no-transition-delay {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important; }

.page-type-page .page .img-loaded {
  display: block; }

.page-type-page .page .no-vertical-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.page-type-page .page .force_two_lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  word-wrap: break-word; }

.page-type-page .page .clear-pad-right {
  padding-right: 0; }

.page-type-page .page .clear-pad-left {
  padding-left: 0; }

.page-type-page .page .center-cross-axis {
  display: flex;
  align-items: center; }

.page-type-page .page .center-inline {
  display: inline-flex;
  justify-content: center;
  display: inline-flex;
  align-items: center; }

.page-type-page .page .center-inline-cross-axis {
  display: inline-flex;
  align-items: center; }

.page-type-page .page .flex {
  display: flex;
  display: -ms-flexbox; }

.page-type-page .page .flex-wrap {
  flex-wrap: wrap; }

.page-type-page .page .flex-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.page-type-page .page .flex-column {
  -ms-flex-direction: column;
  flex-direction: column; }

.page-type-page .page .align-items-center {
  -ms-flex-align: center;
  align-items: center; }

.page-type-page .page .justify-content-center {
  -ms-flex-pack: center;
  justify-content: center; }

.page-type-page .page .justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.page-type-page .page .align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.page-type-page .page .align-self-center {
  -ms-flex-item-align: center;
  align-self: center; }

.page-type-page .page .flex-1 {
  flex: 1; }

.page-type-page .page .flex-2 {
  flex: 2; }

.page-type-page .page .verticalSpaceBetweenChildren > [class*=col-] {
  margin-bottom: 20px; }

.page-type-page .page .no-wrap {
  white-space: nowrap; }

.page-type-page .page .overflow-auto {
  overflow: auto !important; }

.page-type-page .page .overflow-hidden {
  overflow: hidden !important; }

.page-type-page .page .text-align-right {
  text-align: right; }

.page-type-page .page .visible-lg,
.page-type-page .page .visible-md,
.page-type-page .page .visible-sm,
.page-type-page .page .visible-xl,
.page-type-page .page .visible-xs {
  display: none !important; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .visible-xs {
    display: block !important; }
  .page-type-page .page table.visible-xs {
    display: table !important; }
  .page-type-page .page tr.visible-xs {
    display: table-row !important; }
  .page-type-page .page td.visible-xs,
  .page-type-page .page th.visible-xs {
    display: table-cell !important; }
  .page-type-page .page .hidden-xs {
    display: none !important; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .visible-sm {
    display: block !important; }
  .page-type-page .page table.visible-sm {
    display: table !important; }
  .page-type-page .page tr.visible-sm {
    display: table-row !important; }
  .page-type-page .page td.visible-sm,
  .page-type-page .page th.visible-sm {
    display: table-cell !important; }
  .page-type-page .page .hidden-sm {
    display: none !important; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .visible-md {
    display: block !important; }
  .page-type-page .page table.visible-md {
    display: table !important; }
  .page-type-page .page tr.visible-md {
    display: table-row !important; }
  .page-type-page .page td.visible-md,
  .page-type-page .page th.visible-md {
    display: table-cell !important; }
  .page-type-page .page .hidden-md {
    display: none !important; } }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .visible-lg {
    display: block !important; }
  .page-type-page .page table.visible-lg {
    display: table !important; }
  .page-type-page .page tr.visible-lg {
    display: table-row !important; }
  .page-type-page .page td.visible-lg,
  .page-type-page .page th.visible-lg {
    display: table-cell !important; }
  .page-type-page .page .hidden-lg {
    display: none !important; } }

@media (min-width: 1140px) {
  .page-type-page .page .visible-xl {
    display: block !important; }
  .page-type-page .page table.visible-xl {
    display: table !important; }
  .page-type-page .page tr.visible-xl {
    display: table-row !important; }
  .page-type-page .page td.visible-xl,
  .page-type-page .page th.visible-xl {
    display: table-cell !important; }
  .page-type-page .page .hidden-xl {
    display: none !important; } }

.page-type-page .page .mqState {
  display: none;
  position: absolute; }

@media (min-width: 0px) {
  .page-type-page .page .mqState {
    z-index: 2; } }

@media (min-width: 540px) {
  .page-type-page .page .mqState {
    z-index: 3; } }

@media (min-width: 780px) {
  .page-type-page .page .mqState {
    z-index: 4; } }

@media (min-width: 960px) {
  .page-type-page .page .mqState {
    z-index: 5; } }

@media (min-width: 1140px) {
  .page-type-page .page .mqState {
    z-index: 6; } }

.page-type-page .page html.touch .touch-visible {
  display: block; }

.page-type-page .page html.touch .touch-hidden {
  display: none; }

.page-type-page .page html.no-touch .no-touch-visible {
  display: block; }

.page-type-page .page html.no-touch .no-touch-hidden {
  display: none; }

.page-type-page .page html.input-color .input-color-visible {
  display: block; }

.page-type-page .page html.input-color .input-color-hidden {
  display: none; }

.page-type-page .page html.no-input-color .no-input-color-visible {
  display: block; }

.page-type-page .page html.no-input-color .no-input-color-hidden {
  display: none; }

.page-type-page .page html.input-date .input-date-visible {
  display: block; }

.page-type-page .page html.input-date .input-date-hidden {
  display: none; }

.page-type-page .page html.no-input-date .no-input-date-visible {
  display: block; }

.page-type-page .page html.no-input-date .no-input-date-hidden {
  display: none; }

.page-type-page .page html.input-datetime .input-datetime-visible {
  display: block; }

.page-type-page .page html.input-datetime .input-datetime-hidden {
  display: none; }

.page-type-page .page html.no-input-datetime .no-input-datetime-visible {
  display: block; }

.page-type-page .page html.no-input-datetime .no-input-datetime-hidden {
  display: none; }

.page-type-page .page html.input-datetime-local .input-datetime-local-visible {
  display: block; }

.page-type-page .page html.input-datetime-local .input-datetime-local-hidden {
  display: none; }

.page-type-page .page html.no-input-datetime-local .no-input-datetime-local-visible {
  display: block; }

.page-type-page .page html.no-input-datetime-local .no-input-datetime-local-hidden {
  display: none; }

.page-type-page .page html.input-email .input-email-visible {
  display: block; }

.page-type-page .page html.input-email .input-email-hidden {
  display: none; }

.page-type-page .page html.no-input-email .no-input-email-visible {
  display: block; }

.page-type-page .page html.no-input-email .no-input-email-hidden {
  display: none; }

.page-type-page .page html.input-month .input-month-visible {
  display: block; }

.page-type-page .page html.input-month .input-month-hidden {
  display: none; }

.page-type-page .page html.no-input-month .no-input-month-visible {
  display: block; }

.page-type-page .page html.no-input-month .no-input-month-hidden {
  display: none; }

.page-type-page .page html.input-number .input-number-visible {
  display: block; }

.page-type-page .page html.input-number .input-number-hidden {
  display: none; }

.page-type-page .page html.no-input-number .no-input-number-visible {
  display: block; }

.page-type-page .page html.no-input-number .no-input-number-hidden {
  display: none; }

.page-type-page .page html.input-range .input-range-visible {
  display: block; }

.page-type-page .page html.input-range .input-range-hidden {
  display: none; }

.page-type-page .page html.no-input-range .no-input-range-visible {
  display: block; }

.page-type-page .page html.no-input-range .no-input-range-hidden {
  display: none; }

.page-type-page .page html.input-search .input-search-visible {
  display: block; }

.page-type-page .page html.input-search .input-search-hidden {
  display: none; }

.page-type-page .page html.no-input-search .no-input-search-visible {
  display: block; }

.page-type-page .page html.no-input-search .no-input-search-hidden {
  display: none; }

.page-type-page .page html.input-tel .input-tel-visible {
  display: block; }

.page-type-page .page html.input-tel .input-tel-hidden {
  display: none; }

.page-type-page .page html.no-input-tel .no-input-tel-visible {
  display: block; }

.page-type-page .page html.no-input-tel .no-input-tel-hidden {
  display: none; }

.page-type-page .page html.input-time .input-time-visible {
  display: block; }

.page-type-page .page html.input-time .input-time-hidden {
  display: none; }

.page-type-page .page html.no-input-time .no-input-time-visible {
  display: block; }

.page-type-page .page html.no-input-time .no-input-time-hidden {
  display: none; }

.page-type-page .page html.input-url .input-url-visible {
  display: block; }

.page-type-page .page html.input-url .input-url-hidden {
  display: none; }

.page-type-page .page html.no-input-url .no-input-url-visible {
  display: block; }

.page-type-page .page html.no-input-url .no-input-url-hidden {
  display: none; }

.page-type-page .page html.input-week .input-week-visible {
  display: block; }

.page-type-page .page html.input-week .input-week-hidden {
  display: none; }

.page-type-page .page html.no-input-week .no-input-week-visible {
  display: block; }

.page-type-page .page html.no-input-week .no-input-week-hidden {
  display: none; }

.page-type-page .page img[data-src] {
  background: #e7e7e7 url(/_ui/desktop/theme-hoffmann/images/logos/hoffmann-group-icon.svg) no-repeat center center; }

.page-type-page .page .ratio-1600-900 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #e7e7e7 url(/_ui/desktop/theme-hoffmann/images/logos/hoffmann-group-icon.svg) no-repeat center center;
  border-radius: 2px; }

.page-type-page .page .ratio-1600-900 > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-type-page .page .square:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

.page-type-page .page .mbxs {
  margin-bottom: .3125rem; }

.page-type-page .page .mbs {
  margin-bottom: .625rem; }

.page-type-page .page .mbm {
  margin-bottom: .9375rem; }

@media (min-width: 780px) {
  .page-type-page .page .mbm-md {
    margin-bottom: .9375rem; } }

.page-type-page .page .mbl {
  margin-bottom: 1.25rem; }

.page-type-page .page .mbxl {
  margin-bottom: 1.875rem; }

.page-type-page .page .mbxxl {
  margin-bottom: 3.125rem; }

.page-type-page .page .pbm,
.page-type-page .page .pvm {
  padding-bottom: .9375rem; }

.page-type-page .page .ptm,
.page-type-page .page .pvm {
  padding-top: .9375rem; }

.page-type-page .page .ptx {
  padding-top: .3125rem; }

.page-type-page .page .phm,
.page-type-page .page .plm {
  padding-left: .9375rem; }

.page-type-page .page .phm,
.page-type-page .page .prm {
  padding-right: .9375rem; }

.page-type-page .page .phl,
.page-type-page .page .pll {
  padding-left: 30px; }

.page-type-page .page .pl0 {
  padding-left: 0; }

.page-type-page .page .pr0 {
  padding-right: 0; }

.page-type-page .page .mbxs {
  margin-bottom: 7px; }

.page-type-page .page .mbs {
  margin-bottom: 10px; }

.page-type-page .page .mbm {
  margin-bottom: 15px; }

.page-type-page .page .mb15 {
  margin-bottom: 15px !important; }

.page-type-page .page .mb0 {
  margin-bottom: 0 !important; }

.page-type-page .page .mbz {
  margin-bottom: 0; }

@media (max-width: 779.98px) {
  .page-type-page .page .mbz-sm {
    margin-bottom: 0; } }

.page-type-page .page .pbl {
  padding-bottom: 16px; }

.page-type-page .page .pbtl {
  padding-bottom: 20px; }

.page-type-page .page .mbtr {
  margin-bottom: 30px; }

.page-type-page .page .bold {
  font-weight: 700; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .mbm-xs {
    margin-bottom: 20px; } }

@media (max-width: 779.98px) {
  .page-type-page .page .mbm-max-sm {
    margin-bottom: 20px; } }

.page-type-page .page .pdp {
  font-size: 16px;
  margin-bottom: 0; }

.page-type-page .page .pdp .grey {
  color: #cdcdcd; }

.page-type-page .page .pdp .primary {
  color: #ff7000; }

.page-type-page .page .pdp .muted {
  color: #b3b3b3; }

.page-type-page .page .pdp .borderTop,
.page-type-page .page .pdp .tabbar .tab,
.page-type-page .page .tabbar .pdp .tab {
  border-top: 1px solid transparent; }

.page-type-page .page .pdp .borderRight,
.page-type-page .page .pdp .tabbar .tabbarTab,
.page-type-page .page .tabbar .pdp .tabbarTab {
  border-right: 1px solid transparent; }

.page-type-page .page .pdp .borderBottom,
.page-type-page .page .pdp .tabbar .tab,
.page-type-page .page .tabbar .pdp .tab {
  border-bottom: 1px solid transparent; }

.page-type-page .page .pdp .borderLeft,
.page-type-page .page .pdp .tabbar .tabbarTab.active:first-child,
.page-type-page .page .tabbar .pdp .tabbarTab.active:first-child {
  border-left: 1px solid transparent; }

.page-type-page .page .pdp .b_grey,
.page-type-page .page .pdp .tabbar .tab,
.page-type-page .page .pdp .tabbar .tabbarTab,
.page-type-page .page .pdp .tabbar .tabbarTab.active:first-child,
.page-type-page .page .tabbar .pdp .tab,
.page-type-page .page .tabbar .pdp .tabbarTab,
.page-type-page .page .tabbar .pdp .tabbarTab.active:first-child {
  border-color: #cdcdcd; }

.page-type-page .page .pdp .bg_grey {
  background-color: #cdcdcd; }

.page-type-page .page .pdp .bg_bright,
.page-type-page .page .pdp .bg_bright_odd > :nth-child(odd) {
  background-color: #e7e7e7; }

.page-type-page .page .pdp .pal {
  padding: 30px; }

.page-type-page .page .pdp .plz {
  padding-left: 0; }

.page-type-page .page .pdp .prz {
  padding-right: 0; }

.page-type-page .page .pdp .ptl {
  padding-top: 1em; }

.page-type-page .page .pdp .pts,
.page-type-page .page .pdp .pvs {
  padding-top: .625rem; }

.page-type-page .page .pdp .ptx {
  padding-top: 5px; }

.page-type-page .page .pdp .pbx {
  padding-bottom: 5px; }

.page-type-page .page .pdp .pbs {
  padding-bottom: 14px; }

.page-type-page .page .pdp .phl,
.page-type-page .page .pdp .prl {
  padding-right: 30px; }

.page-type-page .page .pdp .pas {
  padding: 14px; }

.page-type-page .page .pdp .phs,
.page-type-page .page .pdp .pls {
  padding-left: .625rem; }

.page-type-page .page .pdp .phs,
.page-type-page .page .pdp .prs {
  padding-right: .625rem; }

.page-type-page .page .pdp .pbs,
.page-type-page .page .pdp .pvs {
  padding-bottom: .625rem; }

.page-type-page .page .pdp .mas {
  margin: 14px; }

.page-type-page .page .pdp .mrn {
  margin-right: -9px; }

.page-type-page .page .pdp .mln {
  margin-left: -9px; }

.page-type-page .page .pdp .mls {
  margin-left: 14px; }

.page-type-page .page .pdp .mll {
  margin-left: 1.25rem; }

.page-type-page .page .pdp .mtx {
  margin-top: 5px; }

.page-type-page .page .pdp .mbs {
  margin-bottom: 14px; }

.page-type-page .page .pdp .mbx {
  margin-bottom: 5px; }

.page-type-page .page .pdp .mbm,
.page-type-page .page .pdp .mvm {
  margin-bottom: 15px; }

.page-type-page .page .pdp .mlz {
  margin-left: 0; }

.page-type-page .page .pdp .mrz {
  margin-right: 0; }

.page-type-page .page .pdp .abs {
  position: absolute; }

.page-type-page .page .pdp .rel {
  position: relative; }

.page-type-page .page .pdp .ctr {
  text-align: center; }

.page-type-page .page .pdp .dib {
  display: inline-block; }

.page-type-page .page .pdp .note {
  font-size: 14px;
  line-height: 1.42857; }

.page-type-page .page .pdp .module_header {
  margin-bottom: 0; }

.page-type-page .page .pdp .removemargin {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0; }

.page-type-page .page .pdp__flag {
  margin-bottom: 1rem;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1; }

.page-type-page .page .rich-text > :first-child {
  margin-top: 0; }

.page-type-page .page .rich-text > :last-child {
  margin-bottom: 0; }

.page-type-page .page .error-page__rich-text {
  font-size: 1.25rem;
  font-weight: 700; }

@media (min-width: 540px) {
  .page-type-page .page .error-page__rich-text {
    font-size: 1.5rem; } }

@media (min-width: 780px) {
  .page-type-page .page .error-page__rich-text {
    font-size: 1.875rem; } }

.page-type-page .page .pdpGrid #alternativeProducts {
  margin-top: 0; }

.page-type-page .page .stickyToc {
  font-size: 14px;
  line-height: 1.42857;
  position: sticky;
  top: -1px;
  background: #fff;
  z-index: 201; }

.page-type-page .page .stickyToc nav {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; }

.page-type-page .page .stickyToc:not(.is-pinned) ul > li:first-of-type > a:after {
  background-color: #ff7000; }

.page-type-page .page .stickyToc.is-pinned {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

.page-type-page .page .stickyToc.is-pinned nav {
  border-top: none;
  border-bottom: none; }

.page-type-page .page .stickyToc-link {
  display: block;
  position: relative;
  padding: .9375rem 1.875rem .9375rem 0; }

.page-type-page .page .stickyToc-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: transparent;
  width: calc(100% - 1.875rem);
  height: 4px;
  left: 0;
  transition: background-color .2s ease-in-out; }

.page-type-page .page .stickyToc-link:focus {
  color: #333; }

.page-type-page .page .stickyToc-link:hover {
  color: #333; }

.page-type-page .page .stickyToc-link:hover:after {
  background-color: #e7e7e7; }

.page-type-page .page .stickyToc-link--active:after,
.page-type-page .page .stickyToc-link--active:hover:after {
  background-color: #ff7000; }

.page-type-page .page .sticky-add-to-cart-container {
  position: sticky;
  bottom: 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  z-index: 3;
  background-color: #f5f5f5;
  box-shadow: 0 -2px 4px 0 #cdcdcd;
  margin-top: 20px;
  margin-bottom: -50px; }

.page-type-page .page .sticky-add-to-cart-container .sticky-add-to-cart {
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
  display: flex; }

.page-type-page .page .sticky-add-to-cart-container .sticky-add-to-cart .displayed-price {
  font-size: 20px; }

.page-type-page .page .sticky-add-to-cart-container .sticky-add-to-cart .volumePrice .note {
  font-size: 12px; }

.page-type-page .page .sticky-add-to-cart-container .sticky-add-to-cart .add-to-cart-icon {
  display: inline-block; }

@media (min-width: 780px) {
  .page-type-page .page .sticky-add-to-cart-container .sticky-add-to-cart .add-to-cart-icon {
    display: none; } }

.page-type-page .page .sticky-add-to-cart-container .sticky-add-to-cart .add-to-cart-text {
  display: inline-block; }

@media (max-width: 780px) {
  .page-type-page .page .sticky-add-to-cart-container .sticky-add-to-cart .add-to-cart-text {
    display: none; } }

.page-type-page .page .height100 {
  height: 100%; }

.page-type-page .page .hg-margin-top {
  margin-top: 30px; }

.page-type-page .page .pdpSectionSubheadline {
  padding-bottom: 10px; }

@media (max-width: 959.98px) {
  .page-type-page .page .borderTopForSmallDevices {
    border-top: 1px solid #cdcdcd; } }

.page-type-page .page .pdpSectionHeadline {
  padding-bottom: 20px;
  padding-top: 20px; }

.page-type-page .page .iconColorDark {
  color: #333 !important; }

.page-type-page .page .additional-product-info h2 {
  font-weight: 700; }

.page-type-page .page .suitable-products .list-products > * {
  border-bottom: none; }

.page-type-page .page .expandableList-wrapper {
  position: relative; }

.page-type-page .page .expandableList:focus {
  outline: 0; }

.page-type-page .page .expandableList > :last-child {
  padding-bottom: 4.5em; }

.page-type-page .page .expandableList-toggle {
  padding: 0 0 1em 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.page-type-page .page .expandableList-toggle [aria-expanded=false] > :last-child {
  display: none; }

.page-type-page .page .expandableList-toggle [aria-expanded=true] > :first-child {
  display: none; }

.page-type-page .page .expandableList--isCollapsed > li:nth-child(6) {
  position: relative;
  padding-bottom: 2em;
  border-bottom: none; }

.page-type-page .page .expandableList--isCollapsed > li:nth-child(6)::after {
  content: "";
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent, #fff);
  z-index: 2; }

.page-type-page .page .expandableList--isCollapsed > li:nth-child(n + 7) {
  display: none; }

.page-type-page .page .expandableList--isCollapsed + .expandableList-toggle {
  border-bottom: none; }

.page-type-page .page .alternativeProductImage {
  width: 50px;
  height: 50px;
  display: table-cell;
  margin-right: 11px;
  vertical-align: middle; }

.page-type-page .page .alternativeProductImage img {
  max-width: 50px;
  max-height: 50px;
  margin-left: auto;
  margin-right: auto; }

.page-type-page .page .alternativeProductContent {
  margin-top: 9px;
  padding-left: 34px;
  min-height: 50px; }

.page-type-page .page .alternativeProductDescription {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle;
  padding-left: 11px; }

.page-type-page .page .pdp .manufacturerFallback {
  border-radius: .5em;
  background-color: #c4c4c4;
  padding: 4px 12px;
  display: inline-block; }

.page-type-page .page .pdp .manufacturerImage {
  max-height: 27px;
  max-width: 100px;
  overflow: hidden; }

.page-type-page .page .pdp .list-blocks > :first-child {
  border-top: none; }

.page-type-page .page .pdp .list-blocks .navWrapper {
  z-index: 495;
  background-color: #fff; }

.page-type-page .page .pdp .list-blocks .pbm {
  padding-bottom: 1.125em; }

.page-type-page .page .product-detail-link {
  color: #ff7000;
  cursor: pointer;
  display: inline-flex; }

.page-type-page .page .product-detail-link:focus,
.page-type-page .page .product-detail-link:hover {
  text-decoration: underline; }

.page-type-page .page .product-detail-link__icon {
  color: #cdcdcd;
  display: flex;
  font-size: 1.125rem;
  margin-right: .25em;
  margin-top: .125rem; }

.page-type-page .page .product-detail-link__icon .svgIcon {
  font-size: 1em;
  height: 1em;
  width: 1em; }

.page-type-page .page .uspList {
  padding-left: 22px; }

.page-type-page .page .uspShowMoreLink {
  margin-left: 22px; }

.page-type-page .page .sizetable-detail-link {
  cursor: pointer;
  display: inline-flex; }

.page-type-page .page .sizetable-detail-link:hover {
  color: #ff7000; }

.page-type-page .page .pdpBreadcrumb {
  position: relative;
  z-index: 498; }

.page-type-page .page .cadsidepanelheader {
  margin-bottom: 18px !important;
  margin-left: 0 !important;
  margin-top: 15px !important; }

.page-type-page .page .cadsidepanelcontainer {
  padding: 0 !important; }

.page-type-page .page .cadsubmitbutton {
  margin-top: 15px;
  height: 40px;
  width: 270px; }

.page-type-page .page .cadsubmitbutton .svgIcon-download {
  padding-bottom: 2px; }

.page-type-page .page .disablecadbutton {
  opacity: .45; }

.page-type-page .page .cadErrorMessage {
  cursor: not-allowed;
  background-color: #f4cfd5 !important;
  border-color: #c7102d !important;
  color: #c7102d !important;
  opacity: 1 !important;
  border-width: 1px; }

.page-type-page .page .hideElement {
  display: none; }

.page-type-page .page .cadterms {
  border: none;
  padding-left: 17px !important; }

.page-type-page .page .cadAdditionInfo {
  padding-left: 35px; }

.page-type-page .page .cad-checkbox-label {
  width: 100%; }

.page-type-page .page .cadInfoIcon {
  margin-left: 10px;
  max-width: 20px; }

.page-type-page .page .cadInfoIcon svg {
  fill: #cdcdcd;
  margin-top: -5px; }

.page-type-page .page .cadInfoIcon .info-popup-trigger:checked ~ label svg {
  fill: #000; }

.page-type-page .page .cadInfoIcon .info-popup-trigger ~ label:hover svg {
  fill: #000; }

.page-type-page .page .cadInfoIcon .info-popup-wrapper .info-popup {
  border: none; }

.page-type-page .page .cadInfoIcon .info-popup-wrapper .info-popup .info-popup-content {
  left: -50px;
  top: 25px; }

.page-type-page .page .cadInfoIcon .info-popup-wrapper .info-popup .info-popup-content:after {
  border: none; }

.page-type-page .page .pdp .cuttingPilotIsocode_N {
  color: #5eca92; }

.page-type-page .page .pdp .cuttingPilotIsocode_P {
  color: #1461a8; }

.page-type-page .page .pdp .cuttingPilotIsocode_H {
  color: #2e2c2d; }

.page-type-page .page .pdp .cuttingPilotIsocode_M {
  color: #f8d247; }

.page-type-page .page .pdp .cuttingPilotIsocode_S {
  color: #f59959; }

.page-type-page .page .pdp .cuttingPilotIsocode_K {
  color: #f02848; }

.page-type-page .page .pdp .cellBottomBorderBlack {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #000; }

.page-type-page .page .pdp .cuttingPilotTable {
  padding: 0;
  margin: 0; }

.page-type-page .page .pdp .cuttingPilotTableHeader {
  height: 86px;
  border-top-width: 5px;
  border-top-style: solid;
  overflow: hidden; }

.page-type-page .page .pdp .cuttingPilotTableHeader img {
  margin: 0 auto;
  width: 100%;
  height: auto; }

.page-type-page .page .pdp .cuttingPilotCol {
  float: left;
  padding: 0;
  margin: 0 1px 1px 0;
  width: 66px;
  border: 1px solid #000; }

.page-type-page .page .pdp .cuttingPilotTableRow {
  padding: 0;
  margin: 0; }

.page-type-page .page .pdp .cuttingPilotTableCell {
  padding: 2px;
  position: relative; }

.page-type-page .page .pdp .cuttingPilotCellLightGrey {
  background-color: #eee; }

.page-type-page .page .pdp .cuttingPilotCellaptitude {
  text-align: center;
  padding-top: 6px; }

.page-type-page .page .pdp .toolscout-link-container .icon {
  width: 98px; }

.page-type-page .page .pdp .pictoFromCDN {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px; }

@media (min-width: 960px) {
  .page-type-page .page .pdp .pictoFromCDN {
    margin-right: 15px;
    margin-bottom: 15px; } }

.page-type-page .page .activeFilterWrapper {
  margin: -5px; }

.page-type-page .page .all-filters-toggle-state:checked ~ .facetContainer {
  display: block; }

.page-type-page .page .categoriesAndFilterContainer {
  margin: -5px; }

.page-type-page .page .categoriesAndFilterContainer:after,
.page-type-page .page .categoriesAndFilterContainer:before {
  content: " ";
  display: table; }

.page-type-page .page .categoriesAndFilterContainer:after {
  clear: both; }

.page-type-page .page .categoriesAndFilterContainer > * {
  margin: 5px;
  float: left; }

.page-type-page .page .categoriesAndFilterContainer .categoriesAndFilter {
  width: calc(50% - 10.01px); }

.page-type-page .page .categoriesAndFilterContainer .categoriesAndFilter .btn {
  font-size: 14px; }

@media (max-width: 959.98px) {
  .page-type-page .page .categoriesAndFilterContainer .categoriesAndFilter {
    width: calc(100% - 10.01px); } }

.page-type-page .page .facet {
  position: relative; }

.page-type-page .page .facet input::-webkit-inner-spin-button,
.page-type-page .page .facet input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.page-type-page .page .facet input[type=number] {
  -moz-appearance: textfield; }

.page-type-page .page .facet .facetInputGroup.showFacet {
  display: block; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .facets {
    height: calc(100% - 190px); } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .facets {
    height: calc(100% - 160px); } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .facets {
    height: calc(100% - 160px); } }

@media (max-width: 959.98px) {
  .page-type-page .page .facets {
    overflow: hidden; }
  .page-type-page .page .facets::-webkit-scrollbar {
    display: none; } }

@media (min-width: 960px) {
  .page-type-page .page .facets {
    display: flex;
    flex-wrap: wrap;
    margin: -5px; }
  .page-type-page .page .facets > * {
    margin: 5px; } }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .facets .facet:nth-child(n + 8):not(:last-child) {
    display: none; } }

@media (min-width: 1140px) {
  .page-type-page .page .facets .facet:nth-child(n + 10):not(:last-child) {
    display: none; } }

.page-type-page .page .category-sidebar-visible {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .category-sidebar-visible .facets .facet:nth-child(n + 6):not(:last-child) {
    display: none; } }

@media (min-width: 1140px) {
  .page-type-page .page .category-sidebar-visible .facets .facet:nth-child(n + 7):not(:last-child) {
    display: none; } }

.page-type-page .page .facetContainer:after,
.page-type-page .page .facetContainer:before {
  content: " ";
  display: table; }

.page-type-page .page .facetContainer:after {
  clear: both; }

@media (max-width: 779.98px) {
  .page-type-page .page .facetSearchContainer .facetContainer {
    display: none; } }

.page-type-page .page .facetSearchContainer .facetContainer > * {
  float: left; }

.page-type-page .page .form-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: -10px;
  padding-left: 20px;
  padding-bottom: 9px; }

.page-type-page .page .form-controls > * {
  margin: 10px;
  width: calc(50% - 23px); }

.page-type-page .page .form-controls > .dash {
  display: inline-block;
  margin: 0;
  width: 6px; }

.page-type-page .page .btn-filter-pill {
  display: block;
  font-size: 14px;
  float: left;
  border-radius: 2px;
  border: 1px solid #ff7000;
  padding: 0 9px 0 10px;
  margin: 5px;
  cursor: pointer;
  background: 0 0;
  color: #ff7000;
  height: 30px; }

.page-type-page .page .btn-filter-pill:hover {
  background-color: #ff7000;
  color: #fff; }

.page-type-page .page .btn-filter-pill * {
  vertical-align: middle; }

.page-type-page .page .btn-filter-pill i {
  position: relative;
  bottom: -2px;
  margin-right: 2px; }

.page-type-page .page .btn-filter-pill svg {
  font-size: 1em;
  margin-left: 10px;
  margin-right: 2px; }

.page-type-page .page .pdp .btn-filter-reset {
  color: #333;
  background: #fff;
  border: 1px solid #333; }

.page-type-page .page .pdp .btn-filter-reset:hover {
  background-color: #ff7000;
  color: #fff;
  border: 1px solid #ff7000; }

.page-type-page .page .pdp .facetSearchContainer {
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 10px;
  flex: 1; }

.page-type-page .page .pdp .facetSearchContainer .facetHeadline {
  margin-bottom: 5px; }

@media (min-width: 960px) {
  .page-type-page .page .pdp .facetSearchContainer {
    flex-basis: 100%; } }

@media (max-width: 959.98px) {
  .page-type-page .page .pdp .filterSidebar .facetInputGroup {
    padding: 0;
    border: none;
    box-shadow: none;
    top: 0; }
  .page-type-page .page .pdp .filterSidebar .facetInputGroup ul li {
    border-bottom: 1px solid #cdcdcd;
    height: 50px;
    display: flex;
    align-items: center; }
  .page-type-page .page .pdp .filterSidebar .facetInputGroupCategory ul li {
    height: 100%;
    display: block;
    border-top: 1px solid #cdcdcd;
    border-bottom: none; }
  .page-type-page .page .pdp .filterSidebar .facetInputGroupCategory ul li .subcategory-label {
    margin: 0; }
  .page-type-page .page .pdp .filterSidebar .facetInputGroupRange {
    padding: 20px 20px 11px 20px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .pdp .filterSidebar .facetInputGroup ul {
    max-height: calc(100vh - 160px); } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .pdp .filterSidebar .facetInputGroup ul {
    max-height: calc(100vh - 160px); } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .pdp .filterSidebar .facetInputGroup ul {
    max-height: calc(100vh - 190px); } }

.page-type-page .page .pdp .filterSidebar .sortingContainer {
  transform: translateX(540px);
  transition: 0.5s cubic-bezier(0, 0, 0.3, 1);
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  margin: 0; }

.page-type-page .page .pdp .filterSidebar .sortingContainer li {
  display: flex;
  height: 50px;
  border-bottom: 1px solid #cdcdcd;
  align-items: center;
  cursor: pointer;
  padding: 0 0 0 20px;
  font-size: 14px; }

.page-type-page .page .pdp .filterSidebar .sortingContainer li:active,
.page-type-page .page .pdp .filterSidebar .sortingContainer li:hover {
  background-color: #f5f5f5; }

.page-type-page .page .pdp .facetInputGroup {
  width: auto;
  background-color: #fff;
  padding: 20px 20px 11px 20px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  flex-direction: column; }

.page-type-page .page .pdp .facetInputGroup .dropdown-search-box {
  display: flex;
  flex: 0 0 auto;
  margin-bottom: 10px;
  height: 38px;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.5;
  color: #5c5c5c;
  background-image: none;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none; }

.page-type-page .page .pdp .facetInputGroup .dropdown-search-box:focus {
  border: 1px solid #333;
  box-shadow: none; }

.page-type-page .page .pdp .facetInputGroup .dropdown-search-icon {
  position: absolute;
  right: 27px;
  top: 26px;
  color: #cdcdcd; }

.page-type-page .page .pdp .facetInputGroup .form-controls {
  padding-left: 0; }

.page-type-page .page .pdp .facetInputGroup .noUi-target {
  margin-left: 0; }

.page-type-page .page .pdp .facetInputGroup .button-wrapper {
  display: flex;
  flex: 0 0 auto;
  padding-left: 0; }

.page-type-page .page .pdp .facetInputGroup ul {
  list-style-position: outside;
  list-style-type: none;
  background-color: #fff;
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  padding-right: 10px; }

.page-type-page .page .pdp .facetInputGroup ul::-webkit-scrollbar {
  width: 6px; }

.page-type-page .page .pdp .facetInputGroup ul::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc; }

.page-type-page .page .pdp .facetInputGroup ul::-webkit-scrollbar-thumb {
  background-color: #ccc; }

.page-type-page .page .pdp .facetInputGroup ul::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

.page-type-page .page .pdp .facetInputGroup ul li {
  margin-top: 0;
  padding: 0;
  width: 100%;
  position: relative; }

.page-type-page .page .pdp .facetInputGroup ul li:hover {
  background-color: #f5f5f5; }

.page-type-page .page .pdp .facetInputGroup ul li label {
  display: flex;
  align-items: center;
  line-height: 20px;
  padding: 6px 0;
  width: 100%; }

@media (max-width: 959.98px) {
  .page-type-page .page .pdp .facetInputGroup ul li label {
    padding: 10px 0 10px 5px; } }

.page-type-page .page .pdp .facetInputGroup ul li label.subcategory-label {
  padding: 10px 0; }

.page-type-page .page .pdp .facetInputGroup ul li input[type=checkbox] {
  position: absolute;
  left: -50px; }

.page-type-page .page .pdp .facetInputGroup ul li input[type=checkbox] ~ .svgIcon-checkbox {
  padding-right: 5px; }

.page-type-page .page .pdp .facetInputGroup ul.categoryFacet-list li {
  background-color: initial; }

.page-type-page .page .pdp .facetInputGroup ul.categoryFacet-list li.facet-category--checked {
  background-color: #e7e7e7; }

@media (min-width: 960px) {
  .page-type-page .page .pdp .facetInputGroup {
    width: 300px; } }

.page-type-page .page .pdp .facetInputGroup input.facet-search {
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  line-height: 1.42857;
  color: #5c5c5c;
  background-image: none;
  border: 1px solid #cdcdcd;
  margin-bottom: 12px; }

.page-type-page .page .pdp .facetInputGroup button.facet-close {
  font-size: 14px;
  line-height: 1.42857;
  margin-top: 11px;
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #fff;
  border-color: #333; }

.page-type-page .page .pdp .facetInputGroup button.facet-close:hover {
  background: #ff7000;
  border-color: #ff7000;
  color: #fff; }

.page-type-page .page .pdp .facetInputGroup button.facet-submit {
  font-size: 14px;
  line-height: 1.42857;
  margin-top: 11px;
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #ff7000;
  border-color: #ff7000;
  color: #fff; }

.page-type-page .page .pdp .facetInputGroup button.facet-submit:hover {
  background: #e75915;
  border-color: #e75915; }

.page-type-page .page .pdp .facetInputGroupCategory {
  padding: 10px; }

@media (min-width: 960px) {
  .page-type-page .page .pdp .facetInputGroupCategory {
    width: 390px; } }

.page-type-page .page .pdp .facetInputGroupCategory ul {
  max-height: 420px; }

.page-type-page .page .pdp .facetInputGroupCategory .subcategories {
  height: 100%;
  max-height: 100%; }

.page-type-page .page .pdp .facetInputGroupCategory .categoryFacet-list,
.page-type-page .page .pdp .facetInputGroupCategory .subcategories {
  padding-right: 0; }

.page-type-page .page .pdp .facetInputGroup label {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.page-type-page .page .pdp .initialFilterLabel {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  height: 50px;
  line-height: 40px;
  width: 100%;
  padding: 0 12px 0 20px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #cdcdcd;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0; }

@media (min-width: 960px) {
  .page-type-page .page .pdp input#all-filters-toggle-state:checked ~ .filterSidebar .facets .facet:not(.showAllFilters) {
    display: block; }
  .page-type-page .page .pdp input#all-filters-toggle-state ~ .filterSidebar .facets .showAllFilters .unchecked-text {
    display: flex;
    align-items: center; }
  .page-type-page .page .pdp input#all-filters-toggle-state ~ .filterSidebar .facets .showAllFilters .checked-text {
    display: none; }
  .page-type-page .page .pdp input#all-filters-toggle-state:checked ~ .filterSidebar .facets .showAllFilters .unchecked-text {
    display: none; }
  .page-type-page .page .pdp input#all-filters-toggle-state:checked ~ .filterSidebar .facets .showAllFilters .checked-text {
    display: flex;
    align-items: center; } }

@media (min-width: 960px) {
  .page-type-page .page .pdp .initialFilterLabel {
    display: block;
    height: 40px;
    border: 1px solid #cdcdcd;
    border-radius: 2px; }
  .page-type-page .page .pdp .initialFilterLabel:hover {
    border: 1px solid #333; }
  .page-type-page .page .pdp .initialFilterLabel.selected {
    border-color: #ff7000; }
  .page-type-page .page .pdp .initialFilterLabel .svgIcon-caret-down,
  .page-type-page .page .pdp .initialFilterLabel .svgIcon-caret-up {
    float: right;
    margin-top: 2px;
    font-size: 26px;
    line-height: 1;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .page-type-page .page .pdp .initialFilterLabel select {
    opacity: 0;
    position: absolute;
    top: 0; }
  .page-type-page .page .pdp .initialFilterLabel:hover {
    background-color: #e7e7e7; }
  .page-type-page .page .pdp .facet-toggle-state:checked ~ .initialFilterLabel {
    background-color: #e7e7e7;
    border: 1px solid #333; }
  .page-type-page .page .pdp .facet-toggle-state:checked ~ .initialFilterLabel .svgIcon-caret-down {
    transform: translateY(-50%) rotate(180deg); } }

.page-type-page .page .pdp .showAllFilters-label {
  line-height: 38px;
  margin-bottom: 0;
  padding: 0 12px;
  border-radius: 2px; }

.page-type-page .page .pdp .showAllFilters-label .svgIcon-filter {
  margin-right: 5px; }

.page-type-page .page .pdp .showAllFilters {
  display: none;
  text-align: center; }

@media (min-width: 960px) and (max-width: 1139.98px) {
  .page-type-page .page .pdp .showAllFilters:nth-child(n + 8) {
    display: block; } }

@media (min-width: 1140px) {
  .page-type-page .page .pdp .showAllFilters:nth-child(n + 10) {
    display: block; } }

.page-type-page .page .pdp .showAllFilters label {
  background: #fff;
  border: 1px solid #333; }

.page-type-page .page .pdp .showAllFilters label:hover {
  border-color: #ff7000;
  background: #ff7000;
  color: #fff; }

@media (max-width: 539.98px) {
  .page-type-page .page .pdp .navigation-mobile-CloseBtn {
    background: #fff;
    height: 62px;
    position: relative;
    border-bottom: 1px solid #c7c7c7; }
  .page-type-page .page .pdp .navigation-mobile-CloseBtn .fancybox-close {
    right: 17px; } }

@media (max-width: 959.98px) {
  .page-type-page .page .facet-toggle-state ~ .facetInputGroup {
    transition: transform 0.5s cubic-bezier(0, 0, 0.3, 1);
    display: none; }
  .page-type-page .page .facet-toggle-state:checked ~ .facetInputGroup {
    display: block; }
  .page-type-page .page .facet-value {
    color: #f36f02;
    margin-right: 10px;
    width: 200px;
    text-overflow: ellipsis;
    text-align: right;
    overflow: hidden; } }

@media (max-width: 959.98px) {
  .page-type-page .page .facetSearchContainer .facet-toggle-state ~ .facetInputGroup {
    transform: translateX(540px); } }

@media (min-width: 960px) {
  .page-type-page .page .facet-toggle-state ~ .facetInputGroup {
    display: none; }
  .page-type-page .page .facet-toggle-state:checked ~ .facetInputGroup {
    display: block; } }

.page-type-page .page .display-block-but-not-visible {
  display: block !important;
  visibility: hidden; }

.page-type-page .page .facetSearchWrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1410px; }

.page-type-page .page .link-list {
  list-style: none;
  padding-left: 0; }

.page-type-page .page .link-list > li {
  margin-bottom: .125rem; }

.page-type-page .page .link-list.order-box-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem; }

.page-type-page .page .link-list.order-box-links > li {
  margin: 15px 15px 0 0;
  font-size: 14px; }

.page-type-page .page .link-list.order-box-links .btn {
  height: 30px;
  padding-left: 12px;
  padding-right: 12px; }

.page-type-page .page #downloadsAndDocuments .product-detail-link {
  color: inherit;
  text-decoration: underline; }

.page-type-page .page #downloadsAndDocuments .product-detail-link:focus,
.page-type-page .page #downloadsAndDocuments .product-detail-link:hover {
  color: #ff7000; }

.page-type-page .page #downloadsAndDocuments .product-detail-link__icon {
  color: inherit; }

.page-type-page .page .pdp .svgIcon-message {
  margin-left: -3px;
  color: #cdcdcd;
  padding-right: 6px;
  position: relative;
  top: 3px; }

.page-type-page .page .thumbnail {
  width: 50px;
  height: 50px;
  padding: 2px;
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  border: 1px solid #cdcdcd; }

.page-type-page .page .thumbnail.active {
  -webkit-transition: .3s ease-out all;
  -o-transition: .3s ease-out all;
  transition: .3s ease-out all;
  border: 1px solid #333; }

.page-type-page .page .thumbnail--size-90 {
  width: 90px;
  height: 90px; }

.page-type-page .page .pdp .mediaBox .carousel-inner {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  max-width: 100%; }

.page-type-page .page .pdp .mediaBox .carousel-inner figcaption {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px 0; }

@media (max-width: 959.98px) {
  .page-type-page .page .pdp .mediaBox .productImagesCarousel {
    margin-top: 14px; } }

@media print {
  .page-type-page .page .pdp .mediaBox .productImagesCarousel {
    margin-top: 14px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .pdp .mediaBox .productImagesCarousel {
    margin-top: 0; } }

@media print {
  .page-type-page .page .pdp .mediaBox .productImagesCarousel {
    margin-top: 0; } }

.page-type-page .page .pdp .iconPlacement {
  position: absolute;
  right: 18px;
  top: 9px;
  z-index: 5; }

.page-type-page .page .pdp .icon-title-3D {
  font-size: 14px; }

.page-type-page .page .pdp a.thumbnail {
  cursor: pointer; }

.page-type-page .page .iframe-3d-image {
  border: 0;
  height: 100%;
  width: 100%; }

.page-type-page .page .lightbox-3d-image-container {
  position: relative;
  height: 100%;
  width: 56.25%;
  margin: auto;
  display: block; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .lightbox-3d-image-container {
    width: 100%; } }

.page-type-page .page .iconPlacement3D {
  padding: 7.5px 15px 7.5px 10px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 5; }

.page-type-page .page .iconPlacement3Dpreview {
  padding: 7.5px 15px 7.5px 10px;
  background-color: #f2f2f2;
  border-radius: 20px;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 5; }

.page-type-page .page .lightboxpdp:hover {
  cursor: zoom-in; }

.page-type-page .page .mediaBoxAndLabels {
  position: relative; }

@media (max-width: 1139.98px) {
  .page-type-page .page .mediaBoxAndLabels {
    max-width: 600px; } }

@media (min-width: 960px) {
  .page-type-page .page .mediaBoxAndLabels {
    position: sticky;
    top: 30px; }
  .page-type-page .page .mediaBoxPDP {
    display: flex;
    flex-direction: row-reverse; }
  .page-type-page .page .mediaBoxPDP .swipe {
    flex: 1; } }

@media (min-width: 960px) {
  .page-type-page .page .orderBox_outer {
    position: static;
    top: 15px; } }

@media (min-width: 960px) and (min-height: 750px) {
  .page-type-page .page .orderBox_outer {
    position: sticky; } }

.page-type-page .page .pdp .orderBox_inner {
  background-color: #f5f5f5;
  border: 1px solid #cdcdcd;
  z-index: 490; }

.page-type-page .page .pdp .orderBox_inner .thumbnail {
  background-color: #fff;
  width: 80px;
  height: 80px;
  float: left; }

.page-type-page .page .pdp .orderBox_inner .js-hider-container {
  display: none; }

.page-type-page .page .pdp.pdpPosition {
  position: relative;
  z-index: 490; }

.page-type-page .page .pdp .product-details-price {
  margin: 6px 0 0; }

.page-type-page .page .pdp .quickEntryMessages {
  padding-top: 10px; }

.page-type-page .page .pdp .atcb {
  font-size: 16px;
  padding: 0 3em;
  height: 50px;
  line-height: 50px; }

.page-type-page .page .pdp .atcb .mrxs {
  width: 120px; }

.page-type-page .page .pdp .qtyField {
  text-align: center; }

.page-type-page .page .pdp .backInStockNotificationButtonContainer {
  margin-top: 10px;
  margin-bottom: -4px;
  height: 40px; }

.page-type-page .page .pdp .backInStockNotificationButton {
  height: 100%; }

@media (max-width: 959.98px) {
  .page-type-page .page .pdp .orderBox {
    margin-top: 0 !important; } }

@media (min-width: 960px) {
  .page-type-page .page .pdp input[type=number]::-webkit-inner-spin-button,
  .page-type-page .page .pdp input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    margin-left: 5px; } }

.page-type-page .page .pdp .main-price {
  font-weight: 400;
  text-align: right; }

.page-type-page .page .pdp .net-price {
  text-align: right; }

@media (max-width: 959.98px) {
  .page-type-page .page .pdp .qtyField {
    width: 100%;
    float: none; } }

@media print {
  .page-type-page .page .pdp .qtyField {
    width: 100%;
    float: none;
    margin-bottom: 14px; } }

.page-type-page .page .pdp .errorMessage {
  cursor: url(/_ui/desktop/theme-hoffmann/images/icon/circle-forbidden.svg), not-allowed;
  color: #c7102d;
  background-color: #f4cfd5;
  border-color: #c7102d; }

.page-type-page .page .pdp .errorMessage[readonly] {
  background-color: #f4cfd5 !important; }

.page-type-page .page .pdp .errorMessageNotOrderable {
  cursor: url(/_ui/desktop/theme-hoffmann/images/icon/circle-forbidden.svg), not-allowed;
  color: #fff;
  background-color: #ffcba2 !important;
  border-color: #ffcba2 !important; }

.page-type-page .page .pdp .successBoxMessage {
  position: relative;
  margin-bottom: 0; }

.page-type-page .page .pdp .successBoxMessage a {
  text-decoration: underline;
  position: relative; }

.page-type-page .page .pdp .successBoxMessage [class*=" icon-"]:before,
.page-type-page .page .pdp .successBoxMessage [class^=icon-]:before {
  position: absolute;
  top: .875em;
  font-size: 1.25em; }

.page-type-page .page .pdp .hideElement {
  display: none; }

.page-type-page .page .pdp .fontCapitalize {
  text-transform: none; }

.page-type-page .page .pdp .shippingInfo {
  text-decoration: underline; }

.page-type-page .page .pdp .list-blocks {
  margin-bottom: 0; }

.page-type-page .page .pdp .list-blocks > * {
  border-bottom: 1px solid #cdcdcd;
  padding-top: 0;
  padding-bottom: 18px;
  margin-bottom: 0;
  overflow: hidden; }

.page-type-page .page .pdp label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.page-type-page .page .pdp .checkBoxRow label {
  display: inline-block;
  vertical-align: middle;
  white-space: normal; }

.page-type-page .page .pdp .cbr_checkbox {
  position: absolute;
  left: 1px;
  top: 13px;
  width: 34px;
  color: #b3b3b3; }

.page-type-page .page .pdp .cbr_text {
  margin: 0 62px 0 34px; }

.page-type-page .page .pdp .cbr_warning {
  margin: 0 0 0 34px; }

.page-type-page .page .pdp .checkBoxRow {
  padding: 14px 0 0; }

.page-type-page .page .pdp .checkBoxRow input[type=checkbox] {
  display: block;
  position: absolute;
  left: -50px; }

.page-type-page .page .pdp .hideSignature {
  display: none; }

.page-type-page .page .pdp .pspec-charlength-info {
  color: #31708f;
  padding-top: 2px; }

.page-type-page .page .pdp .price-info {
  display: inline; }

.page-type-page .page .pdp .price-info i {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 1px; }

.page-type-page .page .pdp .configuration .configMarginBottom {
  margin-bottom: 0; }

.page-type-page .page .pdp .navigation-link {
  color: #ff7001; }

.page-type-page .page .pdp #addProductToArticleList.link-disabled {
  opacity: 1; }

.page-type-page .page .pdp .pdpGrid-orderBox .tooltip-container {
  margin: 0 20px 20px 30px !important; }

.page-type-page .page .pdp .orderBoxTeaser {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px; }

.page-type-page .page .pdp .orderBoxTeaser .orderBoxTeaserImageWrapper {
  margin-right: 15px; }

.page-type-page .page .pdp .orderBoxTeaser .orderBoxTeaserImageWrapper .orderBoxTeaserImage {
  height: 60px;
  width: 60px;
  max-width: initial; }

.page-type-page .page .pdp .bulky-good-info {
  margin-left: 10px; }

.page-type-page .page .pdp .bulky-good-info .info-popup {
  position: relative;
  margin-top: 0; }

.page-type-page .page .pdp .bulky-good-info .info-popup .info-popup-content {
  position: absolute;
  top: 25px;
  left: -25px;
  width: 362px; }

.page-type-page .page .pdp .bulky-good-info .info-popup .info-popup-content > b {
  font-size: 14px !important; }

.page-type-page .page .pdp .bulky-good-info .info-popup label {
  margin-bottom: 0; }

.page-type-page .page .pdp .bulky-good-info .info-popup label .svgIcon {
  position: relative;
  z-index: 5;
  color: #cdcdcd; }

.page-type-page .page .pdp .bulky-good-info .info-popup label .svgIcon :hover {
  color: #222;
  cursor: pointer; }

.page-type-page .page .crossedout-price {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through; }

.page-type-page .page .displayed-price {
  font-size: 30px; }

.page-type-page .page .intend-price {
  color: #c80f2d; }

.page-type-page .page .variant-selector-buttons .variant-selector-button {
  line-height: 16px;
  padding: 6px 12px;
  height: 50px;
  min-width: 50px; }

.page-type-page .page .variant-selector-buttons .variant-selector-button:hover {
  background: #fff; }

.page-type-page .page .variant-selector-buttons .variant-selector-button .availabilityCircle {
  width: 9px;
  height: 9px;
  margin-left: 0;
  border: 1px solid #fff; }

.page-type-page .page .variant-selector-buttons .variant-selector-button .variant-size {
  min-height: 16px;
  color: #333; }

.page-type-page .page .variant-selector-buttons .variant-selector-button.active {
  background: #ff7000;
  border-color: #ff7000; }

.page-type-page .page .variant-selector-buttons .variant-selector-button.active .variant-size {
  color: #fff; }

.page-type-page .page .variant-selector-buttons #productVariantSelector-list.animate-outline {
  outline: 1px solid transparent;
  box-shadow: 0 0 2px 0 transparent;
  animation: animateFocus 2s 3; }

.page-type-page .page .promotion-price-text span {
  color: #333; }

.page-type-page .page .productImagesCarousel {
  overflow: hidden; }

.page-type-page .page .productImagesCarousel-viewport {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth; }

.page-type-page .page .productImagesCarousel-carousel {
  font-size: 0;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin-top: 0;
  padding-left: 0;
  list-style: none; }

@media (prefers-reduced-motion: reduce) {
  .page-type-page .page .productImagesCarousel-carousel {
    scroll-behavior: auto; } }

.page-type-page .page .productImagesCarousel-carousel > * {
  display: inline-block;
  padding: 0;
  white-space: normal;
  vertical-align: top; }

.page-type-page .page .productImagesCarousel .carouselControl {
  width: 30px;
  height: 50px;
  border: 0;
  color: #333;
  background-color: rgba(255, 255, 255, 0.8); }

@media (max-width: 779.98px) {
  .page-type-page .page .productImagesCarousel .carouselControl {
    display: none; } }

@media (min-width: 960px) {
  .page-type-page .page .productImagesCarousel--vertical {
    overflow: hidden;
    position: relative;
    max-height: 570px;
    width: 90px;
    margin-right: 30px; }
  .page-type-page .page .productImagesCarousel--vertical-viewport {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth; }
  .page-type-page .page .productImagesCarousel--vertical-carousel {
    font-size: 0;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-top: 0;
    padding-left: 0;
    list-style: none; } }

@media (min-width: 960px) and (prefers-reduced-motion: reduce) {
  .page-type-page .page .productImagesCarousel--vertical-carousel {
    scroll-behavior: auto; } }

@media (min-width: 960px) {
  .page-type-page .page .productImagesCarousel--vertical-carousel > * {
    display: block;
    padding: 0;
    white-space: normal;
    vertical-align: top; }
  .page-type-page .page .productImagesCarousel--vertical .carouselControl {
    width: 90px;
    height: 40px;
    border: 0;
    color: #333;
    background-color: rgba(255, 255, 255, 0.8); }
  .page-type-page .page .productImagesCarousel--vertical-viewport {
    width: 120px; } }

.page-type-page .page .productCarousel {
  overflow: hidden; }

.page-type-page .page .productCarousel-viewport {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth; }

.page-type-page .page .productCarousel-carousel {
  font-size: 0;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin-top: 0;
  padding-left: 0;
  list-style: none; }

@media (prefers-reduced-motion: reduce) {
  .page-type-page .page .productCarousel-carousel {
    scroll-behavior: auto; } }

.page-type-page .page .productCarousel-carousel > * {
  display: inline-block;
  padding: 0;
  white-space: normal;
  vertical-align: top; }

.page-type-page .page .productCarousel-viewport > .carouselControl {
  margin-top: 85px; }

.page-type-page .page .productRecommendations-home .productRecommendations {
  margin-bottom: 15px; }

.page-type-page .page .productRecommendations-home .productRecommendations .mtl {
  margin-top: 0 !important; }

.page-type-page .page .productCarousel-viewport--lastSeen > .carouselControl {
  margin-top: 33px; }

.page-type-page .page .productCarousel-carousel {
  margin: 0 0 10px 0; }

.page-type-page .page .productCarousel-carousel > li:not(:last-child) {
  margin-right: 40px; }

.page-type-page .page .productCarousel-spinnerContainer {
  height: 428px; }

.page-type-page .page [data-position=homepage_rv] .productCarousel-spinnerContainer {
  height: 203px; }

.page-type-page .page .recommendedProduct {
  scroll-snap-align: start;
  font-size: 14px;
  line-height: 1.42857;
  width: 200px; }

.page-type-page .page .recommendedProduct-link {
  display: block; }

.page-type-page .page .recommendedProduct-title {
  padding: 0 5px; }

.page-type-page .page .recommendedProduct-manufacturer {
  margin-top: 10px;
  color: #333;
  padding: 0 5px; }

.page-type-page .page .recommendedProduct-prices {
  color: #333;
  padding: 0 5px; }

.page-type-page .page .recommendedProduct-mainPrice {
  font-size: 20px;
  line-height: 1.5; }

.page-type-page .page .recommendedProduct-mainPrice .main-price {
  font-weight: 700; }

.page-type-page .page .product-recommendations__container {
  margin-bottom: 40px; }

.page-type-page .page .product-recommendations__container .text-big {
  font-size: 20px; }

.page-type-page .page .product-recommendations__container .text-bold {
  font-weight: 700 !important; }

.page-type-page .page .recommendedProduct--lastSeen {
  width: 95px; }

.page-type-page .page .recommendedProduct--series .recommendedProduct-title {
  height: 3em; }

.page-type-page .page .pdp .productRecommendations {
  margin-bottom: 15px; }

.page-type-page .page .pdp .product-recommendations-headline {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #cdcdcd; }

@media print {
  .page-type-page .page .breadcrumb,
  .page-type-page .page .footer-main-legal,
  .page-type-page .page .navbar,
  .page-type-page .page .user-bar .pagecontainer span a,
  .page-type-page .page footer .list-blocks,
  .page-type-page .page footer .list-blocks-newsletter,
  .page-type-page .page footer .list-delivery-modes,
  .page-type-page .page footer .list-header,
  .page-type-page .page footer .list-inline,
  .page-type-page .page footer .list-items,
  .page-type-page .page footer .list-jobs,
  .page-type-page .page footer .list-lined-cad,
  .page-type-page .page footer .list-nav,
  .page-type-page .page footer .list-news,
  .page-type-page .page footer .list-news-condensed,
  .page-type-page .page footer .list-payment-methods,
  .page-type-page .page footer .list-products,
  .page-type-page .page footer .list-social,
  .page-type-page .page footer .list-unstyled {
    display: none !important; }
  .page-type-page .page article {
    margin-bottom: 0; }
  .page-type-page .page .footer-main {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff; }
  .page-type-page .page .pdp .thumbnail {
    display: block !important;
    opacity: 1 !important;
    transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important; }
  .page-type-page .page .pdp .thumb {
    display: block !important; } }

.page-type-page .page .pdp select {
  padding: 0 41px 0 20px;
  background-color: #fff; }

.page-type-page .page .pdp .pager-numbers {
  text-align: right; }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .pdp .pager-numbers {
    text-align: left; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page .pdp .pager-numbers {
    text-align: left; } }

.page-type-page .page .pdp .pager-numbers label,
.page-type-page .page .pdp .sorting label {
  display: inline-block;
  font-weight: 400;
  margin-right: 1em;
  font-size: 14px; }

.page-type-page .page .pdp .resultNumber {
  display: inline-block;
  font-size: 14px; }

.page-type-page .page .searchTermHeader {
  display: flex; }

@media (max-width: 959.98px) {
  .page-type-page .page .searchTermHeader {
    flex-direction: column; } }

.page-type-page .page .search-term {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.33333; }

.page-type-page .page .no-js .no-js-hide {
  display: none !important; }

.page-type-page .page .sorting-pagination-container {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px; }

.page-type-page .page .pagination-container {
  margin-left: auto;
  display: flex; }

.page-type-page .page .sorting-container {
  margin-right: 10px; }

.page-type-page .page .sorting-container-new {
  position: relative;
  width: 100%;
  padding-right: 10px; }

.page-type-page .page .toggleContainer {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: flex-end; }

.page-type-page .page .toggleContainer > :not(:last-child) {
  margin-right: 40px; }

.page-type-page .page .toggleContainer .center {
  min-height: 24px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .toggleContainer {
    flex-direction: column;
    align-items: flex-start; } }

.page-type-page .page .numberOfFoundProducts {
  margin-top: 40px;
  margin-right: auto; }

@media (max-width: 959.98px) {
  .page-type-page .page .numberOfFoundProducts {
    margin-top: 0; } }

.page-type-page .page .searchParametersWrapper {
  display: flex;
  flex-wrap: wrap; }

.page-type-page .page .searchParametersWrapper-filters {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 539.98px) {
  .page-type-page .page .searchParametersWrapper-filters {
    padding-left: 10px;
    padding-right: 10px; } }

.page-type-page .page .searchParametersWrapper-linebreak {
  flex-basis: 100%; }

.page-type-page .page .seo-content .row-margin-top {
  margin-top: 18px; }

.page-type-page .page .seo-content h1,
.page-type-page .page .seo-content h2,
.page-type-page .page .seo-content h3,
.page-type-page .page .seo-content h4,
.page-type-page .page .seo-content h5,
.page-type-page .page .seo-content h6 {
  font-size: 16px;
  font-weight: 700; }

.page-type-page .page .pdp_collectionProductsDummyContainer {
  position: static;
  height: 300px;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px; }

.page-type-page .page .pdp_collectionProductsContainer {
  margin-bottom: .9375rem; }

.page-type-page .page .configurator-component i {
  font-size: 8px;
  margin-right: 5px;
  color: #b3b3b3; }

.page-type-page .page .backInStockSideBar {
  margin-top: 25px; }

.page-type-page .page .backInStockSideBarTitle {
  height: 35px; }

.page-type-page .page .backInStockNotificationTermAndConditions {
  font-size: 12px; }

.page-type-page .page .backInStockNotificationInputBlock {
  margin-bottom: 10px; }

.page-type-page .page .backInStockSideBarBody {
  margin-top: 41px; }

.page-type-page .page .notificationConfirmationIcon {
  margin-top: 120px;
  margin-bottom: 15px;
  color: #49ab1d; }

.page-type-page .page .backInStockSuccessPanel {
  width: 100%;
  text-align: center; }

.page-type-page .page .backInStockSuccessPanelButton {
  margin-top: 30px;
  width: 274px; }

.page-type-page .page .backInStockButtonText {
  height: 20px; }

.page-type-page .page .deliverable,
.page-type-page .page .inStock,
.page-type-page .page .lowStock,
.page-type-page .page .soonAvailable {
  color: #49ab1d; }

.page-type-page .page .outOfStock,
.page-type-page .page .unknownStock {
  color: #f5b400; }

.page-type-page .page .discontinued {
  color: #c80f2d; }

.page-type-page .page .availabilityCircle {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: currentColor; }

.page-type-page .page .discountedCircle {
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  position: absolute;
  top: -.75em;
  right: -.75em;
  width: 1em;
  height: 1em;
  padding: .75em;
  border-radius: 50%;
  color: #c80f2d;
  background: #f4cfd5; }

.page-type-page .page .searchLinkContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline; }

.page-type-page .page .searchLink {
  padding: 5px 10px;
  background-color: #f2f2f2;
  border-radius: 3px;
  margin: 5px 10px 5px 0; }

.page-type-page .page .searchLink:hover {
  text-decoration: underline; }

@media (max-width: 779.98px) {
  .page-type-page .page .searchLink {
    font-size: 14px; } }

.page-type-page .page #backwardSearchLinks .product-category-link {
  cursor: pointer; }

.page-type-page .page .guidedSearchLinkContainer {
  margin-bottom: 20px; }

.page-type-page .page .volumePrices--lowerPrice {
  background-color: #f4cfd5; }

.page-type-page .page .servicesCarousel .servicesCarousel-viewport {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth; }

.page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel {
  display: flex;
  position: relative;
  scroll-behavior: smooth;
  bottom: 20px;
  margin-top: 20px;
  margin-bottom: 40px; }

.page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel > li {
  border: 1px solid #cdcdcd;
  border-radius: 3px; }

.page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel > li:not(:first-child) {
  margin-left: 30px; }

.page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service {
  width: 330px; }

.page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service .serviceSlide .serviceImage {
  margin-bottom: 5px; }

.page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service .serviceSlide .serviceDetails {
  padding: 10px 20px 20px; }

.page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service .serviceSlide .serviceDetails .serviceSubText {
  font-size: 12px;
  line-height: 1.33333; }

.page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service .serviceSlide .serviceDetails .serviceTitle {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
  margin-top: 2px; }

.page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service .serviceSlide .serviceDetails .serviceDescription {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

@media (min-width: 780px) {
  .page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service:first-child:nth-last-child(1),
  .page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service:first-child:nth-last-child(1) ~ .service {
    width: 100%;
    border: 0; }
  .page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service:first-child:nth-last-child(1) .serviceLink,
  .page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service:first-child:nth-last-child(1) ~ .service .serviceLink {
    display: flex;
    align-items: center; }
  .page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service:first-child:nth-last-child(1) .serviceImage,
  .page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service:first-child:nth-last-child(1) ~ .service .serviceImage {
    width: 330px; }
  .page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service:first-child:nth-last-child(2),
  .page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service:first-child:nth-last-child(2) ~ .service {
    width: 50%; }
  .page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service:first-child:nth-last-child(2) .serviceImage,
  .page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service:first-child:nth-last-child(2) ~ .service .serviceImage {
    width: 100%; } }

@media (min-width: 960px) {
  .page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service:first-child:nth-last-child(3),
  .page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service:first-child:nth-last-child(3) ~ .service {
    width: 33%; }
  .page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service:first-child:nth-last-child(3) .serviceImage,
  .page-type-page .page .servicesCarousel .servicesCarousel-viewport .servicesCarousel-carousel .service:first-child:nth-last-child(3) ~ .service .serviceImage {
    width: 100%; } }

.page-type-page .page .servicesCarousel .servicesCarousel-viewport .carouselControl {
  margin-top: 146px; }

.page-type-page .page #servicesAndProductAdvisors h2 {
  font-weight: 700 !important; }

.page-type-page .page .technical-data table {
  max-width: 930px; }

.page-type-page .page .technical-data tr {
  height: 40px; }

.page-type-page .page .technical-data .technical-data-cell {
  vertical-align: middle; }

.page-type-page .page .s3-differentiation {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px; }

.page-type-page .page .s3-differentiation .link-primary {
  color: inherit;
  text-decoration: underline; }

.page-type-page .page .s3-differentiation .link-primary:hover {
  color: #ff7000; }

.page-type-page .page .s3-differentiation .s3-info-text {
  margin-left: 15px; }

.page-type-page .page .s3-differentiation .s3-differentiation-icon-wrapper {
  color: #cdcdcd; }

.page-type-page .page .fancy-text-margin-top {
  margin-top: 25px; }

.page-type-page .page .fancy-header-margin-top {
  margin-top: 25px; }

.page-type-page .page .fancy-header-font-weight {
  font-weight: 400; }

.page-type-page .page .margin15pxTop {
  margin-top: 15px; }

.page-type-page .page .margin15pxBottom {
  margin-bottom: 15px !important; }

.page-type-page .page .fancy-change-btn {
  font-size: 14px; }

.page-type-page .page .touchevents .pdpMediaLigthbox .carousel-controls {
  display: block; }

.page-type-page .page .pdpMediaLigthbox .carousel,
.page-type-page .page .pdpMediaLigthbox .carousel-inner,
.page-type-page .page .pdpMediaLigthbox .carousel-inner .col,
.page-type-page .page .pdpMediaLigthbox .carousel-inner .row {
  height: 100%;
  margin-bottom: 0; }

.page-type-page .page .pdpMediaLigthbox .carousel {
  padding-bottom: 120px; }

.page-type-page .page .pdpMediaLigthbox .magicWrapper {
  max-width: 100%;
  height: 100%;
  margin: 0 auto; }

.page-type-page .page .pdpMediaLigthbox .carousel-inner img {
  max-height: 100%;
  width: auto;
  margin: auto; }

.page-type-page .page .pdpMediaLigthbox .carousel-inner .col {
  padding-bottom: 80px; }

.page-type-page .page .pdpMediaLigthbox .carousel-inner figcaption {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left; }

@media (min-width: 780px) {
  .page-type-page .page .pdpMediaLigthbox .carousel-inner figcaption {
    padding: 0 35px; } }

.page-type-page .page .pdpMediaLigthbox .productImagesCarousel {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 10; }

.page-type-page .page .pdpMediaLigthbox .productImagesCarousel .thumbnail {
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0 5px 10px;
  border-radius: 3px; }

.page-type-page .page .pdpMediaLigthbox .productImagesCarousel .thumbnail.withIcon {
  position: relative; }

.page-type-page .page .pdpMediaLigthbox .thumbnail {
  cursor: pointer; }

.page-type-page .page .pdpMediaLigthbox .swipe {
  visibility: hidden; }

.page-type-page .page input[type=checkbox]:not(:checked) ~ .svgIcon-checkbox {
  color: #cdcdcd; }

.page-type-page .page input[type=checkbox]:checked ~ .svgIcon-checkbox {
  color: #ff7000;
  outline: 0; }

.page-type-page .page input[type=checkbox]:disabled ~ .svgIcon-checkbox {
  opacity: 30%; }

.page-type-page .page input[type=checkbox]:not(:checked) ~ .svgIcon-checkbox .checked {
  display: none; }

.page-type-page .page input[type=checkbox]:checked ~ .svgIcon-checkbox .unchecked {
  display: none; }

.page-type-page .page .has-error input[type=checkbox]:invalid ~ .svgIcon-checkbox {
  color: #c7102d; }

.page-type-page .page input[type=radio]:not(:checked) ~ .svgIcon-radio {
  color: #cdcdcd; }

.page-type-page .page input[type=radio]:checked ~ .svgIcon-radio {
  color: #ff7000;
  outline: 0; }

.page-type-page .page input[type=radio]:disabled ~ .svgIcon-radio {
  color: #b3b3b3; }

.page-type-page .page input[type=radio]:not(:checked) ~ .svgIcon-radio .checked {
  display: none; }

.page-type-page .page input[type=radio]:checked ~ .svgIcon-radio .unchecked {
  display: none; }

.page-type-page .page input[type=radio]:not(:disabled) ~ .svgIcon-radio .disabled {
  display: none; }

.page-type-page .page [class*=icon-step] {
  font-size: 1.22em;
  margin-right: .2em;
  vertical-align: middle;
  line-height: 1em; }

.page-type-page .page .svgIcon-circle-check {
  font-size: 80px;
  color: #ff7000; }

.page-type-page .page .svgIcon-remove {
  font-size: 38px; }

.page-type-page .page .svgIcon-remove.icon-select-box {
  line-height: 1; }

.page-type-page .page .svgIcon {
  fill: currentColor;
  display: inline-block;
  flex-shrink: 0; }

.page-type-page .page .svgIcon-check {
  fill: #49ab1d; }

.page-type-page .page .alert-general .svgIcon-alert {
  font-size: 1.2em; }

.page-type-page .page .gray-icon {
  color: #cdcdcd; }

.page-type-page .page .orange-icon {
  color: #ff7000; }

.page-type-page .page .green-icon {
  color: #49ab1d; }

.page-type-page .page .red-icon {
  color: red; }

.page-type-page .page .icon {
  color: inherit;
  fill: currentColor;
  font-size: 1em;
  height: 1em;
  width: 1em; }

.page-type-page .page .icon-hilfe-bestellungen,
.page-type-page .page .icon-hilfe-bezahlen,
.page-type-page .page .icon-hilfe-lieferung,
.page-type-page .page .icon-hilfe-newsletter,
.page-type-page .page .icon-hilfe-profil,
.page-type-page .page .icon-hilfe-ruecksendung,
.page-type-page .page .icon-hilfe-sicherheit,
.page-type-page .page .icon-hilfe-sonstiges,
.page-type-page .page .icon-hilfe-technisches {
  padding-left: 40px;
  background: no-repeat center left;
  background-size: 30px 30px; }

.page-type-page .page .icon-hilfe-bestellungen {
  background-image: url(/_ui/desktop/theme-hoffmann/images/faq/icon-hilfe-bestellungen-60x60.png); }

.page-type-page .page .icon-hilfe-bezahlen {
  background-image: url(/_ui/desktop/theme-hoffmann/images/faq/icon-hilfe-bezahlen-60x60.png); }

.page-type-page .page .icon-hilfe-lieferung {
  background-image: url(/_ui/desktop/theme-hoffmann/images/faq/icon-hilfe-lieferung-60x60.png); }

.page-type-page .page .icon-hilfe-newsletter {
  background-image: url(/_ui/desktop/theme-hoffmann/images/faq/icon-hilfe-newsletter-60x60.png); }

.page-type-page .page .icon-hilfe-profil {
  background-image: url(/_ui/desktop/theme-hoffmann/images/faq/icon-hilfe-profil-60x60.png); }

.page-type-page .page .icon-hilfe-ruecksendung {
  background-image: url(/_ui/desktop/theme-hoffmann/images/faq/icon-hilfe-ruecksendung-60x60.png); }

.page-type-page .page .icon-hilfe-sicherheit {
  background-image: url(/_ui/desktop/theme-hoffmann/images/faq/icon-hilfe-sicherheit-60x60.png); }

.page-type-page .page .icon-hilfe-sonstiges {
  background-image: url(/_ui/desktop/theme-hoffmann/images/faq/icon-hilfe-sonstiges-60x60.png); }

.page-type-page .page .icon-hilfe-technisches {
  background-image: url(/_ui/desktop/theme-hoffmann/images/faq/icon-hilfe-technisches-60x60.png); }

.page-type-page .page .contentOverlay_visible {
  display: none; }

@media (min-height: 470px) and (min-width: 500px) {
  .page-type-page .page .contentOverlay_visible {
    display: block; }
  .page-type-page .page .contentOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 63px;
    right: 0;
    background-image: url(/_ui/desktop/theme-hoffmann/images/fancybox_overlay.png);
    z-index: 900; }
  .page-type-page .page .contentOverlayMessage {
    background-color: #fff;
    padding: 30px 18px 18px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    float: none; }
  .page-type-page .page .contentOverlay_inner:before {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
    margin-right: -5px; }
  .page-type-page .page .contentOverlay_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; } }

.page-type-page .page .promoArticle {
  border-left: 4px solid #ff7000 !important; }

.page-type-page .page .promoArticle .costCenter,
.page-type-page .page .promoArticle .order-entry-comment,
.page-type-page .page .promoArticle .pricePiece {
  display: none; }

.page-type-page .page .promoArticle .promoFree {
  display: block;
  color: #ff7000; }

.page-type-page .page .promoFree {
  display: none; }

.page-type-page .page .cartListItem.promoArticle {
  border-bottom: 1px solid #cdcdcd !important; }

.page-type-page .page #enable-promo {
  border-bottom: 1px solid #cdcdcd; }

.page-type-page .page .readdpromo {
  padding-top: 0 !important;
  background-color: #f9f9f9; }

.page-type-page .page .readdpromo.lostPromo {
  display: none; }

.page-type-page .page .readdpromo form {
  margin-top: 0 !important; }

.page-type-page .page .readdpromo #submitpromo {
  display: block;
  padding: 1.5em;
  white-space: normal !important; }

.page-type-page .page .readdpromo.orderapprovalstyle {
  margin: -9px 0 !important; }

@media (max-width: 1139.98px) {
  .page-type-page .page .readdpromo.orderapprovalstyle {
    margin: -8px 0 !important; } }

@media (max-width: 959.98px) {
  .page-type-page .page .readdpromo.orderapprovalstyle {
    margin: -7px 0 !important; } }

.page-type-page .page #couponForm a,
.page-type-page .page #couponForm button,
.page-type-page .page #couponForm input {
  height: 40px;
  margin-bottom: 10px; }

.page-type-page .page #couponForm button {
  font-size: 14px;
  line-height: 1.42857; }

.page-type-page .page .couponContainer {
  padding-left: 0; }

.page-type-page .page .couponContainer div {
  margin: 5px 0; }

.page-type-page .page .couponContainerToggleLink {
  background: 0 0;
  border: none;
  font-size: 14px;
  line-height: 1.42857;
  padding: 0; }

.page-type-page .page .couponContainerToggleLink .openCouponContainerText {
  color: #ff7000;
  text-decoration: underline; }

.page-type-page .page .summary_block {
  margin-bottom: 10px; }

.page-type-page .page .couponContainer_new {
  padding: 18px 30px 8px 20px; }

.page-type-page .page .btn-remove-discount {
  color: #ff7000; }

.page-type-page .page .couponInputField input {
  border-radius: 3px; }

.page-type-page .page .couponInputField input:hover:not(:focus) {
  border-color: #000; }

.page-type-page .page .couponInputField input:focus:focus-visible {
  outline: 1px #ff7000 !important; }

.page-type-page .page .couponInputField svg {
  fill: #cdcdcd; }

.page-type-page .page .couponInputField .info-popup-trigger:checked ~ label svg {
  fill: #000; }

.page-type-page .page .couponInputField .info-popup-trigger ~ label:hover svg {
  fill: #000; }

.page-type-page .page .couponInputField .info-popup-content {
  top: 25px;
  left: -140px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .couponInputField .info-popup-content {
    left: -260px; } }

.page-type-page .page .couponInputField .info-popup-content:after {
  display: none; }

.page-type-page .page .couponInputField .info-popup-content b {
  display: block;
  margin-bottom: 5px; }

.page-type-page .page .couponInputField .info-popup-content svg {
  width: 25px;
  height: 25px; }

.page-type-page .page .couponInputField .info-popup-wrapper {
  position: absolute;
  right: .5rem;
  top: 3px; }

.page-type-page .page .couponInputField .info-popup-wrapper label {
  margin-bottom: 0; }

.page-type-page .page .couponInfoMessageContainer {
  margin-top: -10px; }

.page-type-page .page .couponInfoMessageContainer svg {
  color: #fff; }

.page-type-page .page .couponInformationText {
  color: #31708f;
  display: grid;
  font-size: 14px;
  margin-bottom: 10px;
  padding-top: 10px; }

.page-type-page .page .couponIconHoverEffect:hover {
  color: #ff7000; }

.page-type-page .page #couponCode {
  font-size: 14px; }

.page-type-page .page #couponContainerLink {
  line-height: 24px; }

.page-type-page .page #voucher-input-checkbox:hover + #voucher-input-checkbox-label {
  cursor: pointer; }

.page-type-page .page #couponForm {
  display: none; }

.page-type-page .page #voucher-input-checkbox:checked + #voucher-input-checkbox-label > #couponForm {
  display: block; }

.page-type-page .page .notfoundpage-image {
  margin: auto;
  max-height: 300px;
  padding-top: 76px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center; }

.page-type-page .page .notfoundpage-headline {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33333;
  margin-bottom: 6px; }

@media (max-width: 539.98px) {
  .page-type-page .page .notfoundpage-headline {
    font-size: 20px; } }

.page-type-page .page .notfoundpage-suggestiontext {
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 30px;
  display: block; }

.page-type-page .page .notfoundpage-ctacontainer {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.page-type-page .page .notfoundpage-ctacontainer span {
  line-height: 1.42857;
  font-size: 14px; }

@media (max-width: 539.98px) {
  .page-type-page .page .notfoundpage-ctacontainer {
    margin-bottom: 20px; }
  .page-type-page .page .notfoundpage-ctacontainer .btn + .btn {
    margin-left: 0; } }

.page-type-page .page .notfoundpage-button {
  width: 117px; }

.page-type-page .page .notfoundpage-cta {
  height: 40px;
  font-size: 14px; }

@media (min-width: 540px) {
  .page-type-page .page .notfoundpage-cta + .notfoundpage-cta {
    margin-left: 30px; } }

@media (max-width: 539.98px) {
  .page-type-page .page .notfoundpage-cta {
    margin-bottom: 10px;
    font-size: 14px; } }

.page-type-page .page .notfoundpage-helpBox {
  background-color: #f5f5f5;
  text-align: left;
  padding: 25px 30px 17px 30px;
  font-size: 14px;
  height: 100%; }

.page-type-page .page .notfoundpage-helpBox h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5; }

@media (max-width: 539.98px) {
  .page-type-page .page .notfoundpage-helpBox h2 {
    font-size: 16px; } }

.page-type-page .page .notfoundpage-helpBox span {
  font-size: 14px;
  margin-bottom: 10px;
  display: block; }

.page-type-page .page .notfoundpage-helpBox a {
  font-size: 14px;
  color: #ff7000;
  text-decoration: underline;
  display: block;
  width: fit-content; }

.page-type-page .page .notfoundpage-serviceText {
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 21px; }

.page-type-page .page .notfoundpage-serviceText span {
  text-decoration: underline; }

.page-type-page .page .forbiddenpage-headline {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33333;
  margin-bottom: 10px; }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page .forbiddenpage-headline {
    font-size: 24px;
    line-height: 32px; } }

@media (max-width: 539.98px) {
  .page-type-page .page .forbiddenpage-headline {
    font-size: 20px;
    line-height: 1.5; } }

.page-type-page .page .forbiddenpage-image {
  margin: auto;
  max-height: 300px;
  padding-top: 54px;
  padding-bottom: 48px;
  display: flex;
  justify-content: center; }

.page-type-page .page .forbiddenpagepage-cta {
  height: 40px;
  font-size: 14px; }

@media (min-width: 540px) {
  .page-type-page .page .forbiddenpagepage-cta + .forbiddenpagepage-cta {
    margin-left: 30px; } }

@media (max-width: 539.98px) {
  .page-type-page .page .forbiddenpagepage-cta {
    margin-bottom: 10px; } }

.page-type-page .page .forbiddenpage-customer-service-information {
  font-size: 14px;
  line-height: 1.42857; }

.page-type-page .page .forbiddenpage-ctacontainer {
  padding-top: 30px;
  padding-bottom: 129px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

@media (max-width: 539.98px) {
  .page-type-page .page .forbiddenpage-ctacontainer {
    margin-bottom: 20px; }
  .page-type-page .page .forbiddenpage-ctacontainer .btn + .btn {
    margin-left: 0; } }

.page-type-page .page .forbiddenpage-button {
  width: 117px; }

.page-type-page .page .registration {
  border-radius: 5px; }

.page-type-page .page .registration h3 {
  font-weight: 700; }

.page-type-page .page .registrationDecision {
  margin-bottom: 10px; }

.page-type-page .page .registration.block-cart,
.page-type-page .page .registration.block-fill,
.page-type-page .page .registration.block-summary-page {
  background-color: #f5f5f5; }

.page-type-page .page .newCustomerRegistration {
  border: 1px solid silver;
  border-radius: 5px;
  margin-bottom: 0;
  padding-bottom: .5em; }

@media (max-width: 539.98px) {
  .page-type-page .page .newCustomerRegistration {
    margin-top: 10px; } }

.page-type-page .page .newCustomerBenefit {
  padding-top: 40px; }

.page-type-page .page .newCustomerBenefit .registration-benefits-headline {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 11px; }

.page-type-page .page .registration-benefit-text-container {
  margin-top: 0;
  padding: 0;
  list-style: none; }

.page-type-page .page .registration-benefit-text-container li {
  margin-bottom: 2px; }

.page-type-page .page .registration-benefit-text-container span {
  margin-top: 10px;
  margin-left: 0; }

@media (min-width: 1140px) {
  .page-type-page .page .registration-benefit-text-container {
    margin-bottom: 20px; } }

.page-type-page .page .newCustomerDiscount .registration-benefits-headline {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 11px; }

.page-type-page .page .newCustomerDiscount .registration-benefit-icon-container {
  position: absolute; }

.page-type-page .page .newCustomerDiscount .registration-benefit-text-container {
  margin-left: 34px;
  line-height: 26px; }

.page-type-page .page .registerB2BComponent .checkmark-icon-container {
  margin-top: 5px; }

.page-type-page .page .registerB2BComponent .text-beside-icon-container {
  margin-left: 40px; }

.page-type-page .page .registerB2BComponent h4 {
  margin-bottom: 1.5rem; }

.page-type-page .page .registerB2BComponent .main-content-box:not(.column-fill) {
  padding-left: 20px;
  padding-right: 20px; }

.page-type-page .page .registerB2BComponent .main-content-box.column-fill {
  padding-left: 30px;
  padding-right: 30px; }

.page-type-page .page .registerB2BComponent .column-fill {
  background-color: #e7e7e7; }

.page-type-page .page .display-block {
  display: block !important; }

.page-type-page .page .b2bDisclaimer {
  color: #b3b3b3;
  font-size: 11px;
  margin-top: 10px; }

.page-type-page .page .site-head {
  background: #fff;
  color: #333;
  position: static;
  top: 0;
  width: 100%;
  z-index: 1000; }

.page-type-page .page .site-head a {
  color: #ff7000;
  text-decoration: none; }

.page-type-page .page .site-head__user {
  padding: .25rem 0; }

.page-type-page .page .site-head__user > .grid-container {
  text-align: right; }

.page-type-page .page .site-head__main {
  background: #ff7000;
  color: #fff;
  padding: .625rem 0; }

@media (min-width: 780px) {
  .page-type-page .page .site-head__main {
    padding: .875rem 0; } }

.page-type-page .page .site-head__main a {
  color: inherit;
  text-decoration: none; }

.page-type-page .page .site-head__main > .grid-container {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.page-type-page .page .site-head__nav {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

.page-type-page .page .site-head__nav a {
  color: inherit;
  text-decoration: none; }

.page-type-page .page .site-head__nav > .grid-container {
  align-items: center;
  display: flex; }

.page-type-page .page .site-head__suffix {
  flex-grow: 0;
  margin-left: 1rem; }

@media (min-width: 960px) {
  .page-type-page .page .site-head__suffix {
    margin-left: 2.25rem; } }

.page-type-page .page .site-head__suffix.site-head__launchpad,
.page-type-page .page .site-head__suffix.site-head__trust {
  margin-left: 1rem; }

.page-type-page .page .site-head__suffix.site-head__launchpad {
  position: relative;
  cursor: pointer; }

.page-type-page .page .site-head__suffix.site-head__launchpad .tooltip-container {
  font-size: 11px !important; }

.page-type-page .page .site-head__logo .logo--full {
  display: none;
  height: 2.25rem;
  width: auto; }

@media (min-width: 780px) {
  .page-type-page .page .site-head__logo .logo--full {
    display: block; } }

.page-type-page .page .site-head__logo .logo--icon {
  display: block;
  height: 3rem;
  margin: -8px 0 -3px;
  width: auto; }

@media (min-width: 780px) {
  .page-type-page .page .site-head__logo .logo--icon {
    display: none; } }

.page-type-page .page .site-head__search {
  flex-grow: 1; }

@media (max-width: 779.98px) {
  .page-type-page .page .site-head__trust {
    display: none; } }

@media (max-width: 779.98px) {
  .page-type-page .page .mobil-none {
    display: none; } }

@media (min-width: 540px) {
  .page-type-page .page .mobil-block {
    display: none; } }

.page-type-page .page div[id^=userlike-] iframe {
  z-index: 491; }

.page-type-page .page .site-head[data-show-new-pdp=true] {
  position: static;
  margin-bottom: 0; }

.page-type-page .page .site-head[data-show-new-pdp=true] + .loggedInHeaderPadding,
.page-type-page .page .site-head[data-show-new-pdp=true] + .loggedOutHeaderPadding {
  padding-top: 0; }

.page-type-page .page .user-bar {
  font-size: .6875rem; }

.page-type-page .page .user-bar__group {
  white-space: nowrap; }

.page-type-page .page .user-bar__group + .user-bar__group {
  margin-left: 1.1875rem; }

.page-type-page .page .user-bar__label {
  color: #b3b3b3;
  margin-right: .1875rem; }

.page-type-page .page .user-bar__logout {
  font-weight: 700;
  color: #333 !important; }

.page-type-page .page .user-bar__logout:hover {
  text-decoration: underline; }

.page-type-page .page .nav-bar-trigger,
.page-type-page .page .nav-bar__menu-trigger-list a,
.page-type-page .page .nav-bar__menu-trigger-list button,
.page-type-page .page .nav-bar__menu-trigger-list label {
  align-items: center;
  background: 0 0;
  border: 0;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  outline: 0;
  padding: .25rem .625rem;
  text-align: center; }

.page-type-page .page .nav-bar-trigger:not(div):focus,
.page-type-page .page .nav-bar-trigger:not(div):hover,
.page-type-page .page .nav-bar__menu-trigger-list a:not(div):focus,
.page-type-page .page .nav-bar__menu-trigger-list a:not(div):hover,
.page-type-page .page .nav-bar__menu-trigger-list button:not(div):focus,
.page-type-page .page .nav-bar__menu-trigger-list button:not(div):hover,
.page-type-page .page .nav-bar__menu-trigger-list label:not(div):focus,
.page-type-page .page .nav-bar__menu-trigger-list label:not(div):hover {
  background-color: #f2f2f2; }

.page-type-page .page .nav-bar {
  align-items: stretch;
  display: flex;
  font-size: .75rem;
  line-height: 1.45;
  padding: .3125rem 0;
  width: 100%; }

@media (min-width: 540px) {
  .page-type-page .page .nav-bar {
    font-size: .875rem; } }

.page-type-page .page .nav-bar > * {
  flex: 1 1 25%; }

@media (min-width: 540px) {
  .page-type-page .page .nav-bar > :not(.nav-bar__menu-triggers) {
    flex: 0 1 auto; } }

.page-type-page .page .nav-bar__section {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%; }

@media (min-width: 540px) {
  .page-type-page .page .nav-bar__section {
    width: auto; } }

.page-type-page .page .nav-bar__section > * {
  flex: 1 1 auto; }

.page-type-page .page .nav-bar__section--divided::after {
  align-self: center;
  border-left: 1px solid #cdcdcd;
  content: "";
  flex: 0 1 auto;
  height: 31px;
  margin: 0 .25rem;
  max-height: calc(100% - .625rem);
  width: 1px; }

@media (max-width: 539.98px) {
  .page-type-page .page .nav-bar__section--divided--mobile::after {
    align-self: center;
    border-left: 1px solid #cdcdcd;
    content: "";
    flex: 0 1 auto;
    height: 31px;
    margin: 0 .25rem;
    max-height: calc(100% - .625rem);
    width: 1px; } }

@media (min-width: 540px) {
  .page-type-page .page .nav-bar__miniCart {
    min-width: 88px; } }

.page-type-page .page .nav-bar__flyout {
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  content-visibility: auto;
  font-size: .875rem;
  left: -.25rem;
  overflow-y: scroll;
  position: absolute;
  top: calc(100% + .3125rem);
  z-index: 501; }

.page-type-page .page .nav-bar__trigger:not([aria-expanded=true]) + .nav-bar__flyout {
  display: none; }

.page-type-page .page .nav-bar__menu-trigger {
  width: 40px; }

.page-type-page .page .nav-bar__menu-triggers {
  display: flex;
  justify-content: flex-start; }

.page-type-page .page .nav-bar__menu-triggers-container {
  flex-grow: 1;
  position: relative;
  overflow: hidden; }

.page-type-page .page .nav-bar__menu-trigger-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  white-space: nowrap; }

@media (max-width: 779.98px) {
  .page-type-page .page .nav-bar__menu-trigger-list {
    display: none; } }

.page-type-page .page .nav-bar__menu-trigger-list > li {
  height: 100%; }

.page-type-page .page .nav-bar label {
  margin-bottom: 0;
  font-size: inherit; }

.page-type-page .page .nav-bar-trigger__icon {
  flex: 0 0 auto;
  margin-bottom: .125rem;
  position: relative; }

@media (min-width: 540px) {
  .page-type-page .page .nav-bar-trigger--hor\@sm .nav-bar-trigger__icon {
    margin-bottom: 0; } }

@media (min-width: 960px) {
  .page-type-page .page .nav-bar-trigger--hor\@lg .nav-bar-trigger__icon {
    margin-bottom: 0; } }

.page-type-page .page .nav-bar-trigger__text {
  flex: 1 0 100%;
  line-height: 11px;
  font-size: 10px; }

.page-type-page .page .nav-bar-trigger__pill {
  left: 50%;
  position: absolute;
  top: calc(-50% + 2px); }

.page-type-page .page .nav-bar-trigger__label {
  line-height: 11px; }

@media (min-width: 960px) {
  .page-type-page .page .nav-bar-trigger__label {
    font-size: 10px; } }

@media (max-width: 1139.98px) {
  .page-type-page .page .nav-bar-trigger__hideable {
    display: none; } }

.page-type-page .page .pill {
  align-items: center;
  background: #ff7000;
  border-radius: 9em;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 400;
  height: 1.5em;
  justify-content: center;
  min-width: 1.5em;
  padding: .3em .375em; }

.page-type-page .page .pill:empty {
  display: none; }

.page-type-page .page .nav-menu {
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: width, visibility;
  width: 100vw;
  will-change: width, visibility;
  z-index: 1030; }

.page-type-page .page .nav-menu:not([aria-hidden]):not(:target),
.page-type-page .page .nav-menu[aria-hidden=true] {
  width: 0;
  transition-delay: 250ms;
  visibility: hidden; }

.page-type-page .page .nav-menu:not([aria-hidden]):not(:target) .nav-menu__backdrop,
.page-type-page .page .nav-menu[aria-hidden=true] .nav-menu__backdrop {
  opacity: 0; }

.page-type-page .page .nav-menu:not([aria-hidden]):not(:target) .nav-menu__content,
.page-type-page .page .nav-menu[aria-hidden=true] .nav-menu__content {
  transform: translateX(-100%); }

.page-type-page .page .nav-menu__backdrop {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: #000;
  border: 0;
  opacity: .4;
  transition: opacity 250ms; }

.page-type-page .page .nav-menu__content {
  height: 100%;
  left: 0;
  max-height: 100%;
  position: absolute;
  top: 0;
  width: 375px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
  font-size: .875rem;
  line-height: 1.43;
  transform: translateX(0);
  transition: transform 250ms, width 250ms; }

@media (max-width: 375px) {
  .page-type-page .page .nav-menu__content {
    width: 100%; } }

@media (min-width: 540px) {
  .page-type-page .page .nav-menu__content {
    min-width: 375px; }
  .page-type-page .page .nav-menu__content--wide {
    width: 750px; }
  .page-type-page .page .nav-menu__content--extra-wide {
    width: 1125px; } }

.page-type-page .page .nav-menu__head {
  background: #ff7000;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 1.125rem; }

.page-type-page .page .nav-menu__close {
  background: 0 0;
  border: 0;
  display: inline-flex;
  font-size: 2.572rem;
  margin: -.23em; }

.page-type-page .page .nav-menu__close .svgIcon {
  height: 1em;
  width: 1em;
  fill: currentColor; }

.page-type-page .page .nav-menu__body {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%; }

.page-type-page .page .nav-menu__body--overflow .nav-menu__section--tsrs {
  padding-bottom: 100px; }

.page-type-page .page .nav-menu__hdln {
  color: #b3b3b3;
  font: inherit;
  font-weight: 700;
  letter-spacing: .2px;
  margin: 0;
  min-height: 40px;
  padding: 10px 0;
  text-transform: uppercase; }

.page-type-page .page .nav-menu__hdln.nav-menu__back-button {
  color: inherit;
  text-transform: none; }

.page-type-page .page .nav-menu__back-button {
  align-items: center;
  background: 0 0;
  border: 0;
  border-radius: 2px;
  display: flex;
  position: relative;
  width: 100%; }

.page-type-page .page .nav-menu__back-button .svgIcon-arrow-left {
  color: #cdcdcd;
  height: 1.5rem;
  left: 0;
  position: absolute;
  width: 1.5rem; }

.page-type-page .page .nav-menu__back-button:focus,
.page-type-page .page .nav-menu__back-button:hover {
  background: #f2f2f2;
  outline: 0; }

.page-type-page .page .nav-menu__back-button:focus .svgIcon-arrow-left,
.page-type-page .page .nav-menu__back-button:hover .svgIcon-arrow-left {
  color: #000; }

.page-type-page .page .nav-menu__list {
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding-left: 0; }

@media (min-width: 540px) {
  .page-type-page .page .nav-menu__list {
    max-width: 375px; } }

.page-type-page .page .nav-menu__list--emphasize {
  font-weight: 700; }

.page-type-page .page .nav-menu__list .svgIcon-angle-right {
  color: #cdcdcd;
  margin: -.5em;
  margin-left: auto;
  padding-left: 10px; }

.page-type-page .page .nav-menu__list a,
.page-type-page .page .nav-menu__list button {
  text-align: left;
  align-items: center;
  background: 0 0;
  border: 0;
  border-radius: 2px;
  display: flex;
  height: 40px;
  padding: 10px 15px 10px 30px;
  width: 100%; }

.page-type-page .page .nav-menu__list a:focus,
.page-type-page .page .nav-menu__list a:hover,
.page-type-page .page .nav-menu__list button:focus,
.page-type-page .page .nav-menu__list button:hover {
  background: #f2f2f2;
  outline: 0; }

.page-type-page .page .nav-menu__list a:focus .svgIcon-angle-right,
.page-type-page .page .nav-menu__list a:hover .svgIcon-angle-right,
.page-type-page .page .nav-menu__list button:focus .svgIcon-angle-right,
.page-type-page .page .nav-menu__list button:hover .svgIcon-angle-right {
  color: #000; }

.page-type-page .page .nav-menu__list img,
.page-type-page .page .nav-menu__list svg {
  height: auto;
  max-height: 30px;
  max-width: 30px; }

.page-type-page .page .nav-menu__section {
  margin: 0;
  padding: 10px;
  border-top: 1px solid #cdcdcd; }

.page-type-page .page .nav-menu__section--tsrs {
  border: 0;
  font-weight: 400;
  max-width: 375px; }

.page-type-page .page .nav-menu__section-head {
  padding: 5px 10px; }

.page-type-page .page .nav-menu__indent {
  padding-left: 30px; }

.page-type-page .page .nav-menu__sub-menu {
  background: #fff;
  left: 100%;
  outline: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: none; }

.page-type-page .page .nav-menu__sub-menu--open-to-right {
  overflow: hidden;
  transition: left 0s, width 250ms;
  width: 0; }

.page-type-page .page .nav-menu__sub-menu--open-to-right[aria-hidden=false] {
  width: 375px;
  height: 100%; }

.page-type-page .page .nav-menu__sub-menu--open-to-right > .nav-menu__scrollable {
  width: 375px; }

@media screen and (max-width: 1300px) {
  .page-type-page .page .nav-menu__sub-menu--open-to-right {
    transition: left 250ms, width 250ms; } }

.page-type-page .page .nav-menu__sub-menu[aria-hidden=false] {
  left: 0;
  visibility: visible; }

.page-type-page .page .nav-menu__sub-menu[aria-hidden=false] .nav-menu__sub-menu--open-to-right-with-children {
  width: 750px; }

.page-type-page .page .nav-menu__sub-menu[aria-hidden=false] .nav-menu__sub-menu--child-open-to-right,
.page-type-page .page .nav-menu__sub-menu[aria-hidden=false] .nav-menu__sub-menu--open-to-right-with-children {
  left: 375px; }

@media screen and (max-width: 1300px) {
  .page-type-page .page .nav-menu__sub-menu[aria-hidden=false] .nav-menu__sub-menu--child-open-to-right,
  .page-type-page .page .nav-menu__sub-menu[aria-hidden=false] .nav-menu__sub-menu--open-to-right-with-children {
    left: 0; } }

.page-type-page .page .nav-menu__sub-menu[aria-hidden=false].nav-menu__sub-menu--child-open-to-right-last-level {
  width: 375px;
  left: 50%; }

@media screen and (max-width: 1300px) {
  .page-type-page .page .nav-menu__sub-menu[aria-hidden=false].nav-menu__sub-menu--child-open-to-right-last-level {
    left: 0; } }

.page-type-page .page .nav-menu__sub-menu.nav-menu__sub-menu--child-open-to-right-last-level {
  width: 375px;
  left: 50%; }

.page-type-page .page .nav-menu__sub-menu button[aria-expanded=true] {
  background: #e7e7e7; }

.page-type-page .page .nav-menu__sub-menu button[aria-expanded=true] .svgIcon-angle-right {
  color: #000; }

.page-type-page .page .nav-menu__sub-menu--no-animation {
  transition-duration: 0s; }

.page-type-page .page .nav-menu .header-left-position {
  position: absolute;
  left: 30px; }

.page-type-page .page .nav-menu__list > .inline-list-item .inline-list--item--flyout,
.page-type-page .page .nav-menu__list > .inline-list-item svg {
  display: none; }

.page-type-page .page .nav-list__item-link--show-all {
  display: flex;
  justify-content: space-between;
  font-weight: 700; }

.page-type-page .page .nav-list__item-link--show-all span.show-all-label {
  color: #ff7000;
  flex-shrink: 0;
  font-weight: 400; }

.page-type-page .page .nav-list__item-link--show-all:hover span.show-all-label {
  text-decoration: underline; }

.page-type-page .page #products-1st-level .nav-list__item-link__text {
  width: 265px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis; }

.page-type-page .page #products-1st-level .sub-menu--item span {
  margin-left: .625rem; }

.page-type-page .page [data-category-type=main] img,
.page-type-page .page [data-category-type=main] svg {
  margin-right: .625rem; }

.page-type-page .page .nav-tsr {
  color: #333;
  display: flex;
  margin-bottom: 20px;
  position: relative; }

.page-type-page .page .nav-tsr__image {
  flex: 1 0 100px;
  margin-right: 15px; }

.page-type-page .page .nav-tsr__text p {
  margin: 0; }

.page-type-page .page .nav-menu .nav-tsr__text a {
  background: 0 0;
  color: inherit;
  padding: 0;
  text-decoration: underline; }

.page-type-page .page .nav-menu .nav-tsr__text a::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.page-type-page .page .nav-menu .nav-tsr__img {
  height: auto;
  margin: 0;
  max-width: 100%;
  max-height: none;
  width: 100px; }

.page-type-page .page .nav-tsr__hdln {
  font-size: .875rem;
  font-weight: 700; }

.page-type-page .page .oci_management_uploadDownloadBox {
  flex-direction: row;
  display: -ms-flexbox; }

@media (max-width: 780px) {
  .page-type-page .page .oci_management_uploadDownloadBox {
    flex-direction: column; } }

.page-type-page .page .oci_management_uploadDownloadBox .disabled {
  cursor: not-allowed; }

.page-type-page .page .oci_management_uploadDownloadBox_Button {
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 50%;
  min-height: 40px;
  min-width: 50%;
  width: 50%; }

.page-type-page .page .oci_management_uploadDownloadBox_Button:focus {
  background-color: #ff7000;
  border-color: #ff7000; }

@media (max-width: 1440px) {
  .page-type-page .page .oci_management_uploadDownloadBox_Button {
    width: 60%;
    min-width: 60%;
    max-width: 60%; } }

@media (max-width: 960px) {
  .page-type-page .page .oci_management_uploadDownloadBox_Button {
    width: 80%;
    max-width: 80%;
    min-width: 80%; } }

@media (max-width: 780px) {
  .page-type-page .page .oci_management_uploadDownloadBox_Button {
    width: 50%;
    max-width: 50%;
    min-width: 50%; } }

@media (max-width: 540px) {
  .page-type-page .page .oci_management_uploadDownloadBox_Button {
    width: 60%;
    max-width: 60%;
    min-width: 60%; } }

@media (max-width: 480px) {
  .page-type-page .page .oci_management_uploadDownloadBox_Button {
    width: 80%;
    max-width: 80%;
    min-width: 80%; } }

@media (max-width: 380px) {
  .page-type-page .page .oci_management_uploadDownloadBox_Button {
    width: 100%;
    max-width: 100%;
    min-width: 100%; } }

.page-type-page .page .oci_management_box_left {
  margin-right: 5px; }

@media (max-width: 780px) {
  .page-type-page .page .oci_management_box_left {
    margin-right: 0;
    margin-bottom: 10px; } }

.page-type-page .page .oci_management_box_right {
  margin-left: 5px; }

@media (max-width: 780px) {
  .page-type-page .page .oci_management_box_right {
    margin-left: 0; } }

.page-type-page .page .oci_management_box_title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding-bottom: 10px; }

.page-type-page .page .oci_management_box_text {
  color: #333;
  font-size: 14px;
  line-height: 1.42857;
  margin: 0;
  padding-bottom: 15px; }

.page-type-page .page .oci_management_box_button {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding-left: 10px; }

.page-type-page .page .oci_management_box {
  border: 1px solid #cdcdcd;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  width: 50%; }

@media (max-width: 780px) {
  .page-type-page .page .oci_management_box {
    width: 100%; } }

.page-type-page .page .ociListDataContainer {
  width: 75%; }

.page-type-page .page .ociListDataContainer p:not(:first-child) {
  padding-left: 15px; }

.page-type-page .page .ociListDataActionsContainer {
  padding-left: 15px;
  width: 25%; }

.page-type-page .page .ociListDataActionsContainer .action-element-space-top {
  margin-top: 5px; }

.page-type-page .page .ociListDataActionsContainer .link-disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  color: #ff7000; }

.page-type-page .page .oci_management_table_small_title {
  display: none; }

.page-type-page .page .oci_management_table_headline_box > .oci_management_table_headline:not(:first-child) {
  padding-left: 15px; }

.page-type-page .page .oci_management_listItemLink {
  line-height: 20px;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.page-type-page .page .ociActionItemContainer {
  display: inline-block; }

.page-type-page .page .oci_management_table_item_box {
  align-items: flex-start;
  border-bottom: 1px solid #cdcdcd;
  flex-direction: row;
  padding: 10px 0;
  width: 100%; }

.page-type-page .page .oci_management_table_headline {
  width: 18.75%;
  color: #333;
  font-size: 14px;
  line-height: 1.42857;
  margin: 10px 0; }

.page-type-page .page .oci_management_table_row {
  color: #333;
  font-size: 14px;
  height: 20px;
  line-height: 1.42857;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 25%; }

.page-type-page .page .ocibutton {
  border: none;
  background-color: transparent;
  color: #ff7000;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  user-select: none;
  white-space: nowrap; }

.page-type-page .page .ociButton_atag {
  color: #ff7000;
  font-size: 14px;
  width: 100%; }

.page-type-page .page .oci_management_listBox {
  margin-top: 40px;
  padding-bottom: 10px;
  width: 100%; }

.page-type-page .page .oci_management_table_headline_box {
  align-items: center;
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row; }

.page-type-page .page .oci_management_table_headline_box_title {
  color: #333;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  width: 100%; }

@media (max-width: 780px) {
  .page-type-page .page .ociListDataContainer {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 66.666%; }
  .page-type-page .page .ociListDataContainer p:not(:first-child) {
    padding-left: 0; }
  .page-type-page .page .ociListDataActionsContainer {
    width: 33.333%; }
  .page-type-page .page .oci_management_table_small_title {
    display: inline; }
  .page-type-page .page .oci_management_table_row {
    width: 75%;
    height: auto; }
  .page-type-page .page .oci_management_table_headline_box {
    display: none; }
  .page-type-page .page .oci_management_table_headline_box_title {
    border-bottom: 1px solid #cdcdcd; } }

@media (max-width: 540px) {
  .page-type-page .page .ociListDataContainer {
    width: 50%; }
  .page-type-page .page .ociListDataActionsContainer {
    width: 50%; } }

.page-type-page .page .oci_management_uploadBox {
  width: 615px; }

@media (max-width: 780px) {
  .page-type-page .page .oci_management_uploadBox {
    width: 100%; } }

.page-type-page .page .oci_management_deletedBox {
  width: 375px; }

@media (max-width: 780px) {
  .page-type-page .page .oci_management_deletedBox {
    width: 100%; } }

.page-type-page .page .oci_management_sidebar_delete_button {
  box-sizing: border-box;
  height: 40px;
  width: 315px;
  border-radius: 2px;
  border: 1px solid;
  margin-bottom: 10px; }

@media (max-width: 780px) {
  .page-type-page .page .oci_management_sidebar_delete_button {
    width: 100%; } }

.page-type-page .page .oci_management_sidebar_title {
  color: #333;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-wrap: normal; }

.page-type-page .page #uploadFileName {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0;
  padding-top: 10px; }

.page-type-page .page #uploadFileName.warning {
  color: #c7102d; }

.page-type-page .page #updateFileName,
.page-type-page .page #uploadFileName {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap; }

.page-type-page .page .warning > svg {
  color: #c7102d; }

.page-type-page .page .borderFileHover {
  border: 1px solid #ff7000; }

.page-type-page .page #ociProgress {
  width: 100%; }

.page-type-page .page #ociProgress #ociProgressBar {
  width: 0;
  height: 10px;
  background-color: #ff7000; }

.page-type-page .page .fileInputLabel {
  width: 100%;
  height: 100%;
  border: 1px solid #cdcdcd;
  padding: 35px; }

.page-type-page .page .fileInputLabel.warning {
  border: 1px solid #c7102d; }

.page-type-page .page .fileInputLabel:hover {
  border-color: #b3b3b3; }

.page-type-page .page .uploadstatebox {
  width: 100%; }

.page-type-page .page #sideBarCloseButton {
  position: relative; }

.page-type-page .page .oci_management_sidePanelContainer {
  width: auto !important; }

@media (max-width: 780px) {
  .page-type-page .page .oci_management_sidePanelContainer {
    width: 100% !important; } }

.page-type-page .page .ocisidePanelHeader {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end !important;
  -ms-flex-pack: end; }

.page-type-page .page .localMessageBox,
.page-type-page .page .updateInfoMessage {
  padding: 0; }

.page-type-page .page #listName {
  border: 1px solid #cdcdcd;
  height: 40px;
  padding: 0 10px; }

.page-type-page .page #listName.warning {
  border: 1px solid #c7102d;
  color: #c7102d; }

.page-type-page .page #listName:hover {
  border-color: #b3b3b3; }

.page-type-page .page #listName_label.warning {
  color: #c7102d; }

.page-type-page .page .oci_management_sidebar_fileupload_button_left {
  border-radius: 2px;
  margin-left: 6px; }

.page-type-page .page .oci_management_sidebar_fileupload_button_right {
  border-radius: 2px;
  margin-right: 6px; }

.page-type-page .page .btn-ociArticleCodeManagement-delete {
  font-weight: 400; }

.page-type-page .page .borderFileHover {
  border: 1px solid #ff7000; }

.page-type-page .page #ociOperationsBox {
  height: 100%; }

.page-type-page .page .oci_loading {
  align-items: center;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  justify-content: center;
  opacity: .7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5; }

.page-type-page .page .ociCustomTypeCheckboxes [type=radio]:disabled + label {
  color: #cdcdcd;
  cursor: default; }

.page-type-page .page .ociCustomTypeCheckboxes [type=radio]:checked,
.page-type-page .page .ociCustomTypeCheckboxes [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  line-height: 14px; }

.page-type-page .page .ociCustomTypeCheckboxes [type=radio] + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  color: #666; }

.page-type-page .page .ociCustomTypeCheckboxes [type=radio]:checked + label:before,
.page-type-page .page .ociCustomTypeCheckboxes [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: #fff; }

.page-type-page .page .ociCustomTypeCheckboxes [type=radio]:not(:checked) + label:before {
  border: 2px solid #cdcdcd; }

.page-type-page .page .ociCustomTypeCheckboxes [type=radio]:checked + label:before {
  border: 2px solid #ff7000; }

.page-type-page .page .ociCustomTypeCheckboxes [type=radio]:checked + label:after,
.page-type-page .page .ociCustomTypeCheckboxes [type=radio]:not(:checked) + label:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #ff7000;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.page-type-page .page .ociCustomTypeCheckboxes [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.page-type-page .page .ociCustomTypeCheckboxes [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.page-type-page .page .pointer {
  cursor: pointer; }

.page-type-page .page .fit_horizontal_1-2 {
  width: 50%; }

.page-type-page .page .align_center {
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.page-type-page .page #header_tc_privacy_text > p {
  margin-bottom: 10px; }

.page-type-page .page .icon-list {
  list-style: none;
  padding-left: calc(1.25em + .7em); }

.page-type-page .page .icon-list__item {
  position: relative; }

.page-type-page .page .icon-list__icon {
  font-size: 1.25em;
  position: absolute;
  right: calc(100% + .35em);
  top: 0; }

.page-type-page .page .search {
  position: relative;
  z-index: 501; }

.page-type-page .page .search.s-active {
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20001; }

@media (min-width: 780px) {
  .page-type-page .page .search.s-active {
    padding: 0;
    position: relative; } }

.page-type-page .page .search__input-contain {
  position: relative;
  z-index: 4; }

.page-type-page .page .search__input-group {
  align-items: center;
  background: #fff;
  border: 1px solid;
  color: #b3b3b3;
  border-radius: 9em;
  display: flex;
  padding: 0 .75rem;
  font: inherit;
  margin: 0;
  width: 100%; }

.page-type-page .page .search__input-group.s-active,
.page-type-page .page .search__input-group:focus-within {
  border-color: #ff7000;
  color: #333; }

@media (min-width: 780px) {
  .page-type-page .page .search__input-group.s-active,
  .page-type-page .page .search__input-group:focus-within {
    border-color: currentColor; } }

.page-type-page .page .search__input {
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  flex-grow: 1;
  font-size: 1rem;
  height: 2.375rem;
  min-width: auto;
  outline: 0;
  padding: 0 28px 0 0;
  text-overflow: ellipsis;
  width: 100%; }

@media (min-width: 780px) {
  .page-type-page .page .search__input {
    height: 2.875rem; } }

.page-type-page .page .search__input::placeholder {
  color: #b3b3b3;
  font-size: .875rem; }

@media (min-width: 780px) {
  .page-type-page .page .search__input::placeholder {
    font-size: 1rem; } }

.page-type-page .page .search__input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: .875rem; }

@media (min-width: 780px) {
  .page-type-page .page .search__input:-ms-input-placeholder {
    font-size: 1rem; } }

.page-type-page .page .search__input-prefix,
.page-type-page .page .search__input-suffix {
  align-items: center;
  display: flex; }

.page-type-page .page .search__input-prefix {
  margin-right: .5rem; }

.page-type-page .page .search__input-suffix {
  margin-left: .5rem; }

.page-type-page .page .search:not(.s-active) .search__input-actions {
  display: none; }

.page-type-page .page .search__input-action {
  align-items: center;
  background: 0 0;
  border: 0;
  color: #333;
  display: flex;
  padding: 0; }

.page-type-page .page .search__input-action:not(:first-child)::before {
  border-left: 1px solid #cdcdcd;
  content: "";
  height: 1.875rem;
  margin: 0 .3125rem; }

.page-type-page .page .search__flyout {
  background: #fff;
  border-bottom: 1px solid #979797;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
  left: 0;
  outline: 0;
  padding: calc(2.875rem + 10px) 10px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
  max-height: 100vh;
  overflow: hidden;
  flex-direction: column; }

@media (min-width: 780px) {
  .page-type-page .page .search__flyout {
    border-radius: 8px;
    border: 1px solid #979797;
    left: -10px;
    right: -10px;
    top: -10px; } }

.page-type-page .page .search.s-active .search__flyout {
  display: flex; }

.page-type-page .page .search-terms {
  color: #333;
  flex: 1 1 auto;
  font-size: .875rem;
  overflow-y: auto;
  display: flex;
  padding-left: calc(30px + .5rem + .75rem); }

@media (max-width: 1139.98px) {
  .page-type-page .page .search-terms {
    display: block; } }

@media (min-width: 1140px) {
  .page-type-page .page .search-terms {
    column-gap: 30px;
    column-width: 300px; } }

.page-type-page .page .search-terms__section {
  padding-top: 20px;
  display: inline-flex;
  flex-direction: column;
  width: 100%; }

.page-type-page .page .search-terms__hdln {
  color: #b3b3b3;
  font-size: .75rem;
  margin-bottom: .875rem; }

.page-type-page .page .search-terms__btn {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  padding: 0;
  text-decoration: underline;
  text-transform: lowercase; }

.page-type-page .page .search-terms__footer {
  margin-top: .875rem; }

.page-type-page .page .search-terms__list {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.page-type-page .page .search-terms__list > li:nth-child(n + 13) {
  display: none; }

@media (max-width: 1139.98px) {
  .page-type-page .page .search-terms__list > li:nth-child(n + 7) {
    display: none; } }

.page-type-page .page .suggestion {
  align-items: center;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  margin-left: calc((30px + .5rem + .75rem) * -1);
  padding: 7.5px 7.5px 7.5px calc(30px + .5rem + .75rem); }

@media (min-width: 1140px) {
  .page-type-page .page .suggestion {
    padding: 10px 10px 10px calc(30px + .5rem + .75rem); } }

.page-type-page .page .suggestion.s-active {
  background: #f2f2f2; }

.page-type-page .page .suggestion > * {
  flex: 0 1 auto; }

.page-type-page .page .suggestion__image {
  margin-right: 10px; }

.page-type-page .page .suggestion__body {
  flex-grow: 1; }

.page-type-page .page .suggestion__body,
.page-type-page .page .suggestion__body > * {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.page-type-page .page .suggestion__icon {
  visibility: hidden;
  flex-grow: 0;
  margin-left: 10px; }

.page-type-page .page a.s-active .suggestion__icon {
  visibility: visible; }

.page-type-page .page .trust {
  align-items: center;
  display: flex; }

.page-type-page .page .trust__list {
  margin: 0 0 0 .375rem; }

.page-type-page .page .trust .header-launchpad-trigger {
  margin-left: 1rem; }

.page-type-page .page .overlay {
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .25s;
  will-change: opacity;
  z-index: 500; }

.page-type-page .page .overlay[hidden] {
  display: block !important;
  opacity: 0;
  pointer-events: none; }

.page-type-page .page header .overlay {
  z-index: 2000; }

.page-type-page .page .site-head {
  background: #fff;
  color: #333;
  position: static;
  top: 0;
  width: 100%;
  z-index: 1000; }

.page-type-page .page .site-head a {
  color: #ff7000;
  text-decoration: none; }

.page-type-page .page .site-head__user {
  padding: .25rem 0; }

.page-type-page .page .site-head__user > .grid-container {
  text-align: right; }

.page-type-page .page .site-head__main {
  background: #ff7000;
  color: #fff;
  padding: .625rem 0; }

@media (min-width: 780px) {
  .page-type-page .page .site-head__main {
    padding: .875rem 0; } }

.page-type-page .page .site-head__main a {
  color: inherit;
  text-decoration: none; }

.page-type-page .page .site-head__main > .grid-container {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.page-type-page .page .site-head__nav {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

.page-type-page .page .site-head__nav a {
  color: inherit;
  text-decoration: none; }

.page-type-page .page .site-head__nav > .grid-container {
  align-items: center;
  display: flex; }

.page-type-page .page .site-head__suffix {
  flex-grow: 0;
  margin-left: 1rem; }

@media (min-width: 960px) {
  .page-type-page .page .site-head__suffix {
    margin-left: 2.25rem; } }

.page-type-page .page .site-head__suffix.site-head__launchpad,
.page-type-page .page .site-head__suffix.site-head__trust {
  margin-left: 1rem; }

.page-type-page .page .site-head__suffix.site-head__launchpad {
  position: relative;
  cursor: pointer; }

.page-type-page .page .site-head__suffix.site-head__launchpad .tooltip-container {
  font-size: 11px !important; }

.page-type-page .page .site-head__logo .logo--full {
  display: none;
  height: 2.25rem;
  width: auto; }

@media (min-width: 780px) {
  .page-type-page .page .site-head__logo .logo--full {
    display: block; } }

.page-type-page .page .site-head__logo .logo--icon {
  display: block;
  height: 3rem;
  margin: -8px 0 -3px;
  width: auto; }

@media (min-width: 780px) {
  .page-type-page .page .site-head__logo .logo--icon {
    display: none; } }

.page-type-page .page .site-head__search {
  flex-grow: 1; }

@media (max-width: 779.98px) {
  .page-type-page .page .site-head__trust {
    display: none; } }

@media (max-width: 779.98px) {
  .page-type-page .page .mobil-none {
    display: none; } }

@media (min-width: 540px) {
  .page-type-page .page .mobil-block {
    display: none; } }

.page-type-page .page div[id^=userlike-] iframe {
  z-index: 491; }

.page-type-page .page .site-head[data-show-new-pdp=true] {
  position: static;
  margin-bottom: 0; }

.page-type-page .page .locationSearchContainer {
  background-color: #f5f5f5;
  min-height: 105px;
  width: 100%;
  border-radius: 2px;
  padding-bottom: 20px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .locationSearchContainer {
    flex-direction: column; } }

.page-type-page .page .locationSearch_countryName {
  margin-left: 30px;
  font-size: 14px; }

.page-type-page .page .locationSearch_countryIcon {
  top: 5px !important; }

.page-type-page .page .locationInputField {
  border: none; }

.page-type-page .page .locationInputField:focus {
  border: 0;
  box-shadow: none;
  outline: transparent; }

.page-type-page .page .locationSearchCountrySelectorContainer {
  padding-right: 19px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .locationSearchCountrySelectorContainer {
    padding-right: 0; } }

.page-type-page .page .locationSearchCountrySelector {
  width: 190px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .locationSearchCountrySelector {
    width: 100%;
    margin-bottom: 10px; } }

.page-type-page .page .locationSearchPLZField {
  width: 461px; }

.page-type-page .page .locationSearchPLZField ::placeholder {
  font-size: 14px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .locationSearchPLZField {
    width: 100%; } }

.page-type-page .page .locationSearchErrorMessage {
  background-color: transparent;
  padding: 0;
  margin-top: 10px; }

.page-type-page .page .locationSearchInputRow {
  display: flex;
  display: -ms-flexbox;
  flex-grow: 1;
  -ms-flex-positive: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .locationSearchInputRow {
    display: block; } }

.page-type-page .page .plzButton {
  background: #fff;
  border: 0;
  color: #333;
  padding: 0;
  height: 100%; }

.page-type-page .page .plzSubmitButton {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  padding-right: 5px; }

.page-type-page .page .plzSubmitButton::before {
  border-left: 1px solid #cdcdcd;
  content: "";
  height: 75%;
  margin: 0 .3125rem; }

.page-type-page .page .locationSearch__plzInputRow {
  height: 40px;
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  border: 1px solid #cdcdcd;
  border-radius: 2px; }

.page-type-page .page .locationSearch__plzInputRow:focus-within {
  border: 1px solid #ff7000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  outline: solid #ff7000 2px; }

.page-type-page .page .locationSearchDropdown {
  width: auto;
  background-color: #fff;
  padding: 20px 20px 11px 20px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  flex-direction: column; }

.page-type-page .page .locationSearchDropdown .dropdown-search-box {
  display: flex;
  flex: 0 0 auto;
  margin-bottom: 10px;
  height: 38px;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.5;
  color: #5c5c5c;
  background-image: none;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none; }

.page-type-page .page .locationSearchDropdown .dropdown-search-box:focus {
  border: 1px solid #333;
  box-shadow: none; }

.page-type-page .page .locationSearchDropdown .dropdown-search-icon {
  position: absolute;
  right: 27px;
  top: 26px;
  color: #cdcdcd; }

.page-type-page .page .locationSearchDropdown .form-controls {
  padding-left: 0; }

.page-type-page .page .locationSearchDropdown .noUi-target {
  margin-left: 0; }

.page-type-page .page .locationSearchDropdown .button-wrapper {
  display: flex;
  flex: 0 0 auto;
  padding-left: 0; }

.page-type-page .page .locationSearchDropdown ul {
  list-style-position: outside;
  list-style-type: none;
  background-color: #fff;
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  padding-right: 10px; }

.page-type-page .page .locationSearchDropdown ul::-webkit-scrollbar {
  width: 6px; }

.page-type-page .page .locationSearchDropdown ul::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc; }

.page-type-page .page .locationSearchDropdown ul::-webkit-scrollbar-thumb {
  background-color: #ccc; }

.page-type-page .page .locationSearchDropdown ul::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

.page-type-page .page .locationSearchDropdown ul li {
  margin-top: 0;
  padding: 0;
  width: 100%;
  position: relative; }

.page-type-page .page .locationSearchDropdown ul li:hover {
  background-color: #f5f5f5; }

.page-type-page .page .locationSearchDropdown ul li label {
  display: flex;
  align-items: center;
  line-height: 20px;
  padding: 6px 0;
  width: 100%; }

@media (max-width: 959.98px) {
  .page-type-page .page .locationSearchDropdown ul li label {
    padding: 10px 0 10px 5px; } }

.page-type-page .page .locationSearchDropdown ul li label.subcategory-label {
  padding: 10px 0; }

.page-type-page .page .locationSearchDropdown ul li input[type=checkbox] {
  position: absolute;
  left: -50px; }

.page-type-page .page .locationSearchDropdown ul li input[type=checkbox] ~ .svgIcon-checkbox {
  padding-right: 5px; }

.page-type-page .page .locationSearchDropdown ul.categoryFacet-list li {
  background-color: initial; }

.page-type-page .page .locationSearchDropdown ul.categoryFacet-list li.facet-category--checked {
  background-color: #e7e7e7; }

.page-type-page .page .countrySelector-container {
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

.page-type-page .page .countrySelector-container > li > a {
  display: flex;
  justify-content: space-between;
  padding: 5px 0; }

.page-type-page .page .partnerContactContentSlot {
  margin-bottom: -30px;
  margin-top: 30px; }

.page-type-page .page .approvalRejectionSidepanelInputfield {
  width: 100%;
  resize: none;
  margin-top: 5px; }

.page-type-page .page .approvalRejectionSidepanelLabel {
  margin-top: 30px; }

.page-type-page .page .approvalRejectionSidePanelButtonRow {
  margin-top: 20px;
  display: flex;
  display: -ms-flexbox;
  flex-grow: 1;
  -ms-flex-positive: 1; }

.page-type-page .page .approvalRejectionSidePanelButtonRow button {
  width: 50%; }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page .approvalRejectionSidePanelButtonRow {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .page-type-page .page .approvalRejectionSidePanelButtonRow button {
    width: 100%; }
  .page-type-page .page .approvalRejectionSidePanelButtonRow .btn + .btn {
    margin-left: 0;
    margin-bottom: 10px; } }

.page-type-page .page .userLikeChatCloseButton {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1.5px solid #ff7000;
  background-color: #fff;
  position: relative;
  bottom: calc(3% + 75px);
  left: calc(0% + 45px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }

.page-type-page .page .userLikeChatCloseButton .svgIcon {
  color: #cdcdcd; }

.page-type-page .page .printedOfferPage {
  font-size: 14px; }

.page-type-page .page .printedOfferPage .header-wrapper {
  margin-bottom: 20px; }

.page-type-page .page .printedOfferPage .tableHeaderRulerTop {
  margin-bottom: 10px; }

.page-type-page .page .printedOfferPage .tableHeaderRulerBottom {
  margin-top: 10px; }

.page-type-page .page .printedOfferModifier {
  display: inline-flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  padding: 0;
  border-width: 0;
  text-align: left; }

.page-type-page .page .printedOfferModifier .svgIcon {
  color: #cdcdcd;
  margin-right: 5px; }

.page-type-page .page .printedOfferModifier .svgIcon-chart {
  margin-left: 2px; }

.page-type-page .page .printedOfferModifier .svgIcon-download {
  margin-left: -1px;
  margin-right: 6px; }

.page-type-page .page .printedOfferModifier:focus {
  background-color: transparent; }

.page-type-page .page .printedOfferTableModificationRow {
  margin-top: 5px;
  margin-bottom: 20px; }

@media (max-width: 779.98px) {
  .page-type-page .page .printedOfferTableModificationRow {
    margin-top: 20px; } }

.page-type-page .page .printedOfferTableModificationRow .sortingWrapper {
  min-width: 200px;
  width: 100%; }

.page-type-page .page .printedOfferTableModificationRow .leftContainer {
  display: flex;
  justify-content: flex-start; }

.page-type-page .page .smallPrintedOfferCellHeading {
  font-weight: 700;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .smallPrintedOfferCellDetail {
  overflow: hidden;
  text-overflow: ellipsis; }

.page-type-page .page .smallPrintedOfferCellDetail .label {
  font-weight: 700; }

.page-type-page .page .smallPrintedOfferCellDetail .value input {
  max-width: 200px; }

.page-type-page .page #pdfDownloadElement .only-show-for-print {
  display: none; }

.page-type-page .page #pdfDownloadElement .service-item-price .mrs {
  margin-right: 0; }

.page-type-page .page #pdfDownloadElement .cartListerItem-position-number {
  padding-right: 10px;
  margin: 0;
  flex-grow: 0;
  flex-shrink: 0; }

@media (min-width: 960px) {
  .page-type-page .page #pdfDownloadElement .cartListerItem-position-number {
    width: 100px; } }

@media (min-width: 780px) and (max-width: 959.98px) {
  .page-type-page .page #pdfDownloadElement .cartListerItem-position-number {
    width: 80px; } }

@media (min-width: 540px) and (max-width: 779.98px) {
  .page-type-page .page #pdfDownloadElement .cartListerItem-position-number {
    width: 120px; } }

@media (min-width: 0px) and (max-width: 539.98px) {
  .page-type-page .page #pdfDownloadElement .cartListerItem-position-number {
    width: 80px; } }

.page-type-page .page #pdf-element-order-print .service-items {
  margin-left: 0;
  padding-left: 0; }

.page-type-page .page #pdf-element-order-print .product-details:not(.product-title) {
  font-size: 14px; }

.page-type-page .page #pdf-element-order-print .cartListerItem-position-number {
  font-size: 16px; }

.page-type-page .page #colorbox,
.page-type-page .page #cboxOverlay,
.page-type-page .page #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

.page-type-page .page #cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

.page-type-page .page #cboxMiddleLeft,
.page-type-page .page #cboxBottomLeft {
  clear: left; }

.page-type-page .page #cboxContent {
  position: relative; }

.page-type-page .page #cboxLoadedContent {
  overflow: auto; }

.page-type-page .page #cboxTitle {
  margin: 0; }

.page-type-page .page #cboxLoadingOverlay,
.page-type-page .page #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.page-type-page .page #cboxPrevious,
.page-type-page .page #cboxNext,
.page-type-page .page #cboxClose,
.page-type-page .page #cboxSlideshow {
  cursor: pointer; }

.page-type-page .page .cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block; }

.page-type-page .page .cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

.page-type-page .page #cboxOverlay {
  background: url(../images/colorbox/overlay.png) repeat 0 0; }

.page-type-page .page #cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../images/colorbox/controls.png) no-repeat -100px 0; }

.page-type-page .page #cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../images/colorbox/controls.png) no-repeat -129px 0; }

.page-type-page .page #cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../images/colorbox/controls.png) no-repeat -100px -29px; }

.page-type-page .page #cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../images/colorbox/controls.png) no-repeat -129px -29px; }

.page-type-page .page #cboxMiddleLeft {
  width: 21px;
  background: url(../images/colorbox/controls.png) left top repeat-y; }

.page-type-page .page #cboxMiddleRight {
  width: 21px;
  background: url(../images/colorbox/controls.png) right top repeat-y; }

.page-type-page .page #cboxTopCenter {
  height: 21px;
  background: url(../images/colorbox/border.png) 0 0 repeat-x; }

.page-type-page .page #cboxBottomCenter {
  height: 21px;
  background: url(../images/colorbox/border.png) 0 -29px repeat-x; }

.page-type-page .page #cboxContent {
  background: #fff;
  overflow: hidden; }

.page-type-page .page #cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

.page-type-page .page #cboxLoadedContent {
  margin-bottom: 28px; }

.page-type-page .page #cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

.page-type-page .page #cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

.page-type-page .page #cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

.page-type-page .page #cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

.page-type-page .page #cboxPrevious.hover {
  background-position: -75px -25px; }

.page-type-page .page #cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

.page-type-page .page #cboxNext.hover {
  background-position: -50px -25px; }

.page-type-page .page #cboxLoadingOverlay {
  background: url(../images/colorbox/loading_background.png) no-repeat center center; }

.page-type-page .page #cboxLoadingGraphic {
  background: url(../images/colorbox/loading.gif) no-repeat center center; }

.page-type-page .page #cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

.page-type-page .page #cboxClose.hover {
  background-position: -25px -25px; }

.page-type-page .page .cboxIE #cboxTopLeft,
.page-type-page .page .cboxIE #cboxTopCenter,
.page-type-page .page .cboxIE #cboxTopRight,
.page-type-page .page .cboxIE #cboxBottomLeft,
.page-type-page .page .cboxIE #cboxBottomCenter,
.page-type-page .page .cboxIE #cboxBottomRight,
.page-type-page .page .cboxIE #cboxMiddleLeft,
.page-type-page .page .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF); }

.page-type-page .page .cboxIE6 #cboxTopLeft {
  background: url(../images/colorbox/ie6/borderTopLeft.png); }

.page-type-page .page .cboxIE6 #cboxTopCenter {
  background: url(../images/colorbox/ie6/borderTopCenter.png); }

.page-type-page .page .cboxIE6 #cboxTopRight {
  background: url(../images/colorbox/ie6/borderTopRight.png); }

.page-type-page .page .cboxIE6 #cboxBottomLeft {
  background: url(../images/colorbox/ie6/borderBottomLeft.png); }

.page-type-page .page .cboxIE6 #cboxBottomCenter {
  background: url(../images/colorbox/ie6/borderBottomCenter.png); }

.page-type-page .page .cboxIE6 #cboxBottomRight {
  background: url(../images/colorbox/ie6/borderBottomRight.png); }

.page-type-page .page .cboxIE6 #cboxMiddleLeft {
  background: url(../images/colorbox/ie6/borderMiddleLeft.png); }

.page-type-page .page .cboxIE6 #cboxMiddleRight {
  background: url(../images/colorbox/ie6/borderMiddleRight.png); }

.page-type-page .page .footer-main {
  color: #333;
  background-color: #e7e7e7;
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
  content-visibility: auto;
  contain-intrinsic-size: 440px; }

@media (max-width: 779.98px) {
  .page-type-page .page .footer-main {
    contain-intrinsic-size: 570px; } }

@media (min-width: 780px) {
  .page-type-page .page .footer-main {
    padding-top: 2em; } }

.page-type-page .page .footer-main .footer-list {
  margin: 10px 0 25px 0;
  padding: 0; }

.page-type-page .page .footer-main li {
  font-size: 14px;
  line-height: 1.42857;
  position: relative; }

.page-type-page .page .footer-main .footer-order {
  margin-bottom: 25px; }

@media (max-width: 779.98px) {
  .page-type-page .page .footer-main .footer-accordion .footer-list {
    margin: 0; }
  .page-type-page .page .footer-main .footer-accordion li {
    background-color: #f5f5f5;
    height: 40px;
    border-bottom: 1px solid #cdcdcd;
    padding: 12px 0; }
  .page-type-page .page .footer-main .footer-accordion li:last-child {
    border-bottom: none; }
  .page-type-page .page .footer-main .footer-accordion h3[aria-expanded=true] {
    border-bottom: none; }
  .page-type-page .page .footer-main .footer-accordion h3[aria-expanded=true] svg {
    transform: rotate(180deg); }
  .page-type-page .page .footer-main .footer-accordion h3[aria-expanded=true] + .footer-list-wrapper {
    display: block; }
  .page-type-page .page .footer-main .footer-list-wrapper {
    display: none;
    margin: 0 -15px;
    padding: 0 15px;
    background-color: #f5f5f5; }
  .page-type-page .page .footer-main .footer-order {
    display: flex;
    flex-direction: column-reverse; }
  .page-type-page .page .footer-main .footer-order > * {
    margin-bottom: 15px; }
  .page-type-page .page .footer-main .footer-order h3 {
    padding: 15px 0 0 0;
    border-top: 1px solid #cdcdcd;
    border-bottom: none; }
  .page-type-page .page .footer-main .footer-order .footer-tuev-image {
    padding-top: 15px; }
  .page-type-page .page .footer-main .footer-order .footer-tuev-list {
    margin-top: 15px;
    margin-bottom: 0; }
  .page-type-page .page .footer-main .footer-order .payment-icon,
  .page-type-page .page .footer-main .footer-order .social-icon {
    margin-top: 15px; } }

.page-type-page .page .footer-main .social-icon-wrapper {
  width: 100%; }

.page-type-page .page .footer-main .social-icon {
  float: left;
  margin: 10px 10px 0 0; }

.page-type-page .page .footer-main .payment-icon {
  float: left;
  margin: 10px 10px 0 0; }

.page-type-page .page .footer-main .footer-tuev-image {
  padding-top: 10px;
  width: 65px; }

.page-type-page .page .footer-main .footer-tuev-list {
  margin-top: 10px;
  padding: 0;
  margin-left: 40px;
  list-style: none; }

.page-type-page .page .footer-main .footer-tuev-list > li::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: transparent url(/_ui/desktop/theme-hoffmann/images/icon/check-gray-dark.svg) center center no-repeat;
  background-size: 1.25em 1.25em;
  position: absolute;
  left: calc(-1.25em - 4px);
  top: 0; }

.page-type-page .page .footer-main h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdcdcd;
  text-transform: none; }

@media (max-width: 779.98px) {
  .page-type-page .page .footer-main h3 {
    padding: 12px 0;
    cursor: pointer; }
  .page-type-page .page .footer-main h3 svg {
    height: 28px;
    width: 28px;
    position: absolute;
    right: 0;
    top: 9px; }
  .page-type-page .page .footer-main h3.footer-header-without-border {
    border-top: none; } }

@media (min-width: 780px) {
  .page-type-page .page .footer-main h3 svg {
    display: none; } }

.page-type-page .page .footer-main hr {
  background-color: #b3b3b3; }

.page-type-page .page div.footer-legal {
  background-color: #333;
  text-shadow: none;
  font-size: 14px;
  line-height: 1.42857; }

@media (max-width: 959.98px) {
  .page-type-page .page div.footer-legal .footer-legal-list,
  .page-type-page .page div.footer-legal a,
  .page-type-page .page div.footer-legal button,
  .page-type-page .page div.footer-legal li,
  .page-type-page .page div.footer-legal p {
    font-size: 11px;
    line-height: 1.45455; } }

.page-type-page .page div.footer-legal p {
  color: #fff;
  float: left;
  margin: 10px 0 10px 0; }

@media (max-width: 959.98px) {
  .page-type-page .page div.footer-legal p {
    margin: 12px 0 12px 0; } }

.page-type-page .page div.footer-legal .footer-legal-list {
  float: right;
  margin: 10px 0; }

@media (max-width: 959.98px) {
  .page-type-page .page div.footer-legal .footer-legal-list {
    margin: 12px 0; } }

.page-type-page .page div.footer-legal .footer-legal-list a,
.page-type-page .page div.footer-legal .footer-legal-list button {
  color: #ff7000; }

.page-type-page .page div.footer-legal .footer-legal-list a:hover,
.page-type-page .page div.footer-legal .footer-legal-list button:hover {
  text-decoration: underline; }

@media (max-width: 779.98px) {
  .page-type-page .page div.footer-legal {
    padding: 10px 0; }
  .page-type-page .page div.footer-legal .footer-legal-list,
  .page-type-page .page div.footer-legal p {
    margin: 0;
    text-align: center;
    width: 100%; } }
